[GRASS-SVN] r66276 - in grass/branches/releasebranch_7_0: lib/python/temporal locale/po
svn_grass at osgeo.org
svn_grass at osgeo.org
Tue Sep 22 04:29:02 PDT 2015
Author: neteler
Date: 2015-09-22 04:29:02 -0700 (Tue, 22 Sep 2015)
New Revision: 66276
Modified:
grass/branches/releasebranch_7_0/lib/python/temporal/open_stds.py
grass/branches/releasebranch_7_0/locale/po/grasslibs_ar.po
grass/branches/releasebranch_7_0/locale/po/grasslibs_cs.po
grass/branches/releasebranch_7_0/locale/po/grasslibs_de.po
grass/branches/releasebranch_7_0/locale/po/grasslibs_el.po
grass/branches/releasebranch_7_0/locale/po/grasslibs_es.po
grass/branches/releasebranch_7_0/locale/po/grasslibs_fi.po
grass/branches/releasebranch_7_0/locale/po/grasslibs_fr.po
grass/branches/releasebranch_7_0/locale/po/grasslibs_it.po
grass/branches/releasebranch_7_0/locale/po/grasslibs_ja.po
grass/branches/releasebranch_7_0/locale/po/grasslibs_ko.po
grass/branches/releasebranch_7_0/locale/po/grasslibs_lv.po
grass/branches/releasebranch_7_0/locale/po/grasslibs_ml.po
grass/branches/releasebranch_7_0/locale/po/grasslibs_pl.po
grass/branches/releasebranch_7_0/locale/po/grasslibs_pt.po
grass/branches/releasebranch_7_0/locale/po/grasslibs_pt_br.po
grass/branches/releasebranch_7_0/locale/po/grasslibs_ro.po
grass/branches/releasebranch_7_0/locale/po/grasslibs_ru.po
grass/branches/releasebranch_7_0/locale/po/grasslibs_sl.po
grass/branches/releasebranch_7_0/locale/po/grasslibs_th.po
grass/branches/releasebranch_7_0/locale/po/grasslibs_tr.po
grass/branches/releasebranch_7_0/locale/po/grasslibs_vi.po
grass/branches/releasebranch_7_0/locale/po/grasslibs_zh.po
Log:
temporal: fix msg typo
Modified: grass/branches/releasebranch_7_0/lib/python/temporal/open_stds.py
===================================================================
--- grass/branches/releasebranch_7_0/lib/python/temporal/open_stds.py 2015-09-22 08:12:20 UTC (rev 66275)
+++ grass/branches/releasebranch_7_0/lib/python/temporal/open_stds.py 2015-09-22 11:29:02 UTC (rev 66276)
@@ -63,7 +63,7 @@
if not sp.is_in_db(dbif):
dbif.close()
- msgr.fatal(_("Space time %(sp)s dataset <%(name)s> no found") %
+ msgr.fatal(_("Space time %(sp)s dataset <%(name)s> not found") %
{'sp': sp.get_new_map_instance(None).get_type(),
'name': name})
Modified: grass/branches/releasebranch_7_0/locale/po/grasslibs_ar.po
===================================================================
--- grass/branches/releasebranch_7_0/locale/po/grasslibs_ar.po 2015-09-22 08:12:20 UTC (rev 66275)
+++ grass/branches/releasebranch_7_0/locale/po/grasslibs_ar.po 2015-09-22 11:29:02 UTC (rev 66276)
@@ -3568,7 +3568,7 @@
#: ../lib/python/temporal/open_stds.py:66
#, fuzzy, python-format
-msgid "Space time %(sp)s dataset <%(name)s> no found"
+msgid "Space time %(sp)s dataset <%(name)s> not found"
msgstr "غÙر Ù
ÙجÙد'%s' اÙÙÙÙتÙر"
#: ../lib/python/temporal/open_stds.py:105
Modified: grass/branches/releasebranch_7_0/locale/po/grasslibs_cs.po
===================================================================
--- grass/branches/releasebranch_7_0/locale/po/grasslibs_cs.po 2015-09-22 08:12:20 UTC (rev 66275)
+++ grass/branches/releasebranch_7_0/locale/po/grasslibs_cs.po 2015-09-22 11:29:02 UTC (rev 66276)
@@ -3615,7 +3615,7 @@
#: ../lib/python/temporal/open_stds.py:66
#, fuzzy, python-format
-msgid "Space time %(sp)s dataset <%(name)s> no found"
+msgid "Space time %(sp)s dataset <%(name)s> not found"
msgstr "Rastrová mapa <%s> nebyla nalezena"
#: ../lib/python/temporal/open_stds.py:105
Modified: grass/branches/releasebranch_7_0/locale/po/grasslibs_de.po
===================================================================
--- grass/branches/releasebranch_7_0/locale/po/grasslibs_de.po 2015-09-22 08:12:20 UTC (rev 66275)
+++ grass/branches/releasebranch_7_0/locale/po/grasslibs_de.po 2015-09-22 11:29:02 UTC (rev 66276)
@@ -3607,7 +3607,7 @@
#: ../lib/python/temporal/open_stds.py:66
#, fuzzy, python-format
-msgid "Space time %(sp)s dataset <%(name)s> no found"
+msgid "Space time %(sp)s dataset <%(name)s> not found"
msgstr "Rasterkarte <%s> wurde nicht gefunden."
#: ../lib/python/temporal/open_stds.py:105
Modified: grass/branches/releasebranch_7_0/locale/po/grasslibs_el.po
===================================================================
--- grass/branches/releasebranch_7_0/locale/po/grasslibs_el.po 2015-09-22 08:12:20 UTC (rev 66275)
+++ grass/branches/releasebranch_7_0/locale/po/grasslibs_el.po 2015-09-22 11:29:02 UTC (rev 66276)
@@ -3610,7 +3610,7 @@
#: ../lib/python/temporal/open_stds.py:66
#, fuzzy, python-format
-msgid "Space time %(sp)s dataset <%(name)s> no found"
+msgid "Space time %(sp)s dataset <%(name)s> not found"
msgstr "Î ÏάÏÏÎ·Ï raster <%s> δεν βÏÎθηκε"
#: ../lib/python/temporal/open_stds.py:105
Modified: grass/branches/releasebranch_7_0/locale/po/grasslibs_es.po
===================================================================
--- grass/branches/releasebranch_7_0/locale/po/grasslibs_es.po 2015-09-22 08:12:20 UTC (rev 66275)
+++ grass/branches/releasebranch_7_0/locale/po/grasslibs_es.po 2015-09-22 11:29:02 UTC (rev 66276)
@@ -3745,7 +3745,7 @@
#: ../lib/python/temporal/open_stds.py:66
#, fuzzy, python-format
-msgid "Space time %(sp)s dataset <%(name)s> no found"
+msgid "Space time %(sp)s dataset <%(name)s> not found"
msgstr "No se ha encontrado el mapa raster <%s>."
#: ../lib/python/temporal/open_stds.py:105
Modified: grass/branches/releasebranch_7_0/locale/po/grasslibs_fi.po
===================================================================
--- grass/branches/releasebranch_7_0/locale/po/grasslibs_fi.po 2015-09-22 08:12:20 UTC (rev 66275)
+++ grass/branches/releasebranch_7_0/locale/po/grasslibs_fi.po 2015-09-22 11:29:02 UTC (rev 66276)
@@ -3433,7 +3433,7 @@
#: ../lib/python/temporal/open_stds.py:66
#, python-format
-msgid "Space time %(sp)s dataset <%(name)s> no found"
+msgid "Space time %(sp)s dataset <%(name)s> not found"
msgstr ""
#: ../lib/python/temporal/open_stds.py:105
Modified: grass/branches/releasebranch_7_0/locale/po/grasslibs_fr.po
===================================================================
--- grass/branches/releasebranch_7_0/locale/po/grasslibs_fr.po 2015-09-22 08:12:20 UTC (rev 66275)
+++ grass/branches/releasebranch_7_0/locale/po/grasslibs_fr.po 2015-09-22 11:29:02 UTC (rev 66276)
@@ -3638,7 +3638,7 @@
#: ../lib/python/temporal/open_stds.py:66
#, fuzzy, python-format
-msgid "Space time %(sp)s dataset <%(name)s> no found"
+msgid "Space time %(sp)s dataset <%(name)s> not found"
msgstr "La carte vecteur <%s> n'a pas été trouvée"
#: ../lib/python/temporal/open_stds.py:105
Modified: grass/branches/releasebranch_7_0/locale/po/grasslibs_it.po
===================================================================
--- grass/branches/releasebranch_7_0/locale/po/grasslibs_it.po 2015-09-22 08:12:20 UTC (rev 66275)
+++ grass/branches/releasebranch_7_0/locale/po/grasslibs_it.po 2015-09-22 11:29:02 UTC (rev 66276)
@@ -3618,7 +3618,7 @@
#: ../lib/python/temporal/open_stds.py:66
#, fuzzy, python-format
-msgid "Space time %(sp)s dataset <%(name)s> no found"
+msgid "Space time %(sp)s dataset <%(name)s> not found"
msgstr "Raster <%s> non trovato"
#: ../lib/python/temporal/open_stds.py:105
Modified: grass/branches/releasebranch_7_0/locale/po/grasslibs_ja.po
===================================================================
--- grass/branches/releasebranch_7_0/locale/po/grasslibs_ja.po 2015-09-22 08:12:20 UTC (rev 66275)
+++ grass/branches/releasebranch_7_0/locale/po/grasslibs_ja.po 2015-09-22 11:29:02 UTC (rev 66276)
@@ -3606,7 +3606,7 @@
#: ../lib/python/temporal/open_stds.py:66
#, fuzzy, python-format
-msgid "Space time %(sp)s dataset <%(name)s> no found"
+msgid "Space time %(sp)s dataset <%(name)s> not found"
msgstr "ã©ã¹ã¿ã¼ããã <%s> ãè¦ã¤ããã¾ãã"
#: ../lib/python/temporal/open_stds.py:105
Modified: grass/branches/releasebranch_7_0/locale/po/grasslibs_ko.po
===================================================================
--- grass/branches/releasebranch_7_0/locale/po/grasslibs_ko.po 2015-09-22 08:12:20 UTC (rev 66275)
+++ grass/branches/releasebranch_7_0/locale/po/grasslibs_ko.po 2015-09-22 11:29:02 UTC (rev 66276)
@@ -3527,7 +3527,7 @@
#: ../lib/python/temporal/open_stds.py:66
#, fuzzy, python-format
-msgid "Space time %(sp)s dataset <%(name)s> no found"
+msgid "Space time %(sp)s dataset <%(name)s> not found"
msgstr "'%s' ëë²ê·¸íì¼ì ì´ ì ììµëë¤"
#: ../lib/python/temporal/open_stds.py:105
Modified: grass/branches/releasebranch_7_0/locale/po/grasslibs_lv.po
===================================================================
--- grass/branches/releasebranch_7_0/locale/po/grasslibs_lv.po 2015-09-22 08:12:20 UTC (rev 66275)
+++ grass/branches/releasebranch_7_0/locale/po/grasslibs_lv.po 2015-09-22 11:29:02 UTC (rev 66276)
@@ -3555,7 +3555,7 @@
#: ../lib/python/temporal/open_stds.py:66
#, fuzzy, python-format
-msgid "Space time %(sp)s dataset <%(name)s> no found"
+msgid "Space time %(sp)s dataset <%(name)s> not found"
msgstr "Ieejas vektors '%s' nav atrasts"
#: ../lib/python/temporal/open_stds.py:105
Modified: grass/branches/releasebranch_7_0/locale/po/grasslibs_ml.po
===================================================================
--- grass/branches/releasebranch_7_0/locale/po/grasslibs_ml.po 2015-09-22 08:12:20 UTC (rev 66275)
+++ grass/branches/releasebranch_7_0/locale/po/grasslibs_ml.po 2015-09-22 11:29:02 UTC (rev 66276)
@@ -3496,7 +3496,7 @@
#: ../lib/python/temporal/open_stds.py:66
#, fuzzy, python-format
-msgid "Space time %(sp)s dataset <%(name)s> no found"
+msgid "Space time %(sp)s dataset <%(name)s> not found"
msgstr "റാസàµà´±àµà´±àµàµ¼ മാപàµà´ªàµ <%s> à´à´£àµà´®à´¾à´¨à´¿à´²àµà´²"
#: ../lib/python/temporal/open_stds.py:105
Modified: grass/branches/releasebranch_7_0/locale/po/grasslibs_pl.po
===================================================================
--- grass/branches/releasebranch_7_0/locale/po/grasslibs_pl.po 2015-09-22 08:12:20 UTC (rev 66275)
+++ grass/branches/releasebranch_7_0/locale/po/grasslibs_pl.po 2015-09-22 11:29:02 UTC (rev 66276)
@@ -3577,7 +3577,7 @@
#: ../lib/python/temporal/open_stds.py:66
#, fuzzy, python-format
-msgid "Space time %(sp)s dataset <%(name)s> no found"
+msgid "Space time %(sp)s dataset <%(name)s> not found"
msgstr "Mapa rastrowa <%s> nie zostaÅa znaleziona"
#: ../lib/python/temporal/open_stds.py:105
Modified: grass/branches/releasebranch_7_0/locale/po/grasslibs_pt.po
===================================================================
--- grass/branches/releasebranch_7_0/locale/po/grasslibs_pt.po 2015-09-22 08:12:20 UTC (rev 66275)
+++ grass/branches/releasebranch_7_0/locale/po/grasslibs_pt.po 2015-09-22 11:29:02 UTC (rev 66276)
@@ -3599,7 +3599,7 @@
#: ../lib/python/temporal/open_stds.py:66
#, fuzzy, python-format
-msgid "Space time %(sp)s dataset <%(name)s> no found"
+msgid "Space time %(sp)s dataset <%(name)s> not found"
msgstr "Vetor de entrada '%s' não encontrado"
#: ../lib/python/temporal/open_stds.py:105
Modified: grass/branches/releasebranch_7_0/locale/po/grasslibs_pt_br.po
===================================================================
--- grass/branches/releasebranch_7_0/locale/po/grasslibs_pt_br.po 2015-09-22 08:12:20 UTC (rev 66275)
+++ grass/branches/releasebranch_7_0/locale/po/grasslibs_pt_br.po 2015-09-22 11:29:02 UTC (rev 66276)
@@ -3591,7 +3591,7 @@
#: ../lib/python/temporal/open_stds.py:66
#, fuzzy, python-format
-msgid "Space time %(sp)s dataset <%(name)s> no found"
+msgid "Space time %(sp)s dataset <%(name)s> not found"
msgstr "Vetor de entrada '%s' não encontrado"
#: ../lib/python/temporal/open_stds.py:105
Modified: grass/branches/releasebranch_7_0/locale/po/grasslibs_ro.po
===================================================================
--- grass/branches/releasebranch_7_0/locale/po/grasslibs_ro.po 2015-09-22 08:12:20 UTC (rev 66275)
+++ grass/branches/releasebranch_7_0/locale/po/grasslibs_ro.po 2015-09-22 11:29:02 UTC (rev 66276)
@@ -3499,7 +3499,7 @@
#: ../lib/python/temporal/open_stds.py:66
#, python-format
-msgid "Space time %(sp)s dataset <%(name)s> no found"
+msgid "Space time %(sp)s dataset <%(name)s> not found"
msgstr ""
#: ../lib/python/temporal/open_stds.py:105
Modified: grass/branches/releasebranch_7_0/locale/po/grasslibs_ru.po
===================================================================
--- grass/branches/releasebranch_7_0/locale/po/grasslibs_ru.po 2015-09-22 08:12:20 UTC (rev 66275)
+++ grass/branches/releasebranch_7_0/locale/po/grasslibs_ru.po 2015-09-22 11:29:02 UTC (rev 66276)
@@ -3617,7 +3617,7 @@
#: ../lib/python/temporal/open_stds.py:66
#, fuzzy, python-format
-msgid "Space time %(sp)s dataset <%(name)s> no found"
+msgid "Space time %(sp)s dataset <%(name)s> not found"
msgstr "РаÑÑÑовÑй Ñлой <%s> не найден"
#: ../lib/python/temporal/open_stds.py:105
Modified: grass/branches/releasebranch_7_0/locale/po/grasslibs_sl.po
===================================================================
--- grass/branches/releasebranch_7_0/locale/po/grasslibs_sl.po 2015-09-22 08:12:20 UTC (rev 66275)
+++ grass/branches/releasebranch_7_0/locale/po/grasslibs_sl.po 2015-09-22 11:29:02 UTC (rev 66276)
@@ -3591,7 +3591,7 @@
#: ../lib/python/temporal/open_stds.py:66
#, fuzzy, python-format
-msgid "Space time %(sp)s dataset <%(name)s> no found"
+msgid "Space time %(sp)s dataset <%(name)s> not found"
msgstr "Vneseni vektor '%s' ni bil najden"
#: ../lib/python/temporal/open_stds.py:105
Modified: grass/branches/releasebranch_7_0/locale/po/grasslibs_th.po
===================================================================
--- grass/branches/releasebranch_7_0/locale/po/grasslibs_th.po 2015-09-22 08:12:20 UTC (rev 66275)
+++ grass/branches/releasebranch_7_0/locale/po/grasslibs_th.po 2015-09-22 11:29:02 UTC (rev 66276)
@@ -3607,7 +3607,7 @@
#: ../lib/python/temporal/open_stds.py:66
#, fuzzy, python-format
-msgid "Space time %(sp)s dataset <%(name)s> no found"
+msgid "Space time %(sp)s dataset <%(name)s> not found"
msgstr "à¹à¸¡à¹à¸à¸à¹à¸à¸à¸à¸µà¹à¹à¸à¸´à¸à¸ าภ<%s> "
#: ../lib/python/temporal/open_stds.py:105
Modified: grass/branches/releasebranch_7_0/locale/po/grasslibs_tr.po
===================================================================
--- grass/branches/releasebranch_7_0/locale/po/grasslibs_tr.po 2015-09-22 08:12:20 UTC (rev 66275)
+++ grass/branches/releasebranch_7_0/locale/po/grasslibs_tr.po 2015-09-22 11:29:02 UTC (rev 66276)
@@ -3539,7 +3539,7 @@
#: ../lib/python/temporal/open_stds.py:66
#, fuzzy, python-format
-msgid "Space time %(sp)s dataset <%(name)s> no found"
+msgid "Space time %(sp)s dataset <%(name)s> not found"
msgstr "<%s> raster haritası bulunamadı"
#: ../lib/python/temporal/open_stds.py:105
Modified: grass/branches/releasebranch_7_0/locale/po/grasslibs_vi.po
===================================================================
--- grass/branches/releasebranch_7_0/locale/po/grasslibs_vi.po 2015-09-22 08:12:20 UTC (rev 66275)
+++ grass/branches/releasebranch_7_0/locale/po/grasslibs_vi.po 2015-09-22 11:29:02 UTC (rev 66276)
@@ -3609,7 +3609,7 @@
#: ../lib/python/temporal/open_stds.py:66
#, fuzzy, python-format
-msgid "Space time %(sp)s dataset <%(name)s> no found"
+msgid "Space time %(sp)s dataset <%(name)s> not found"
msgstr "Không tìm thấy bản Äá» raster <%s>"
#: ../lib/python/temporal/open_stds.py:105
Modified: grass/branches/releasebranch_7_0/locale/po/grasslibs_zh.po
===================================================================
--- grass/branches/releasebranch_7_0/locale/po/grasslibs_zh.po 2015-09-22 08:12:20 UTC (rev 66275)
+++ grass/branches/releasebranch_7_0/locale/po/grasslibs_zh.po 2015-09-22 11:29:02 UTC (rev 66276)
@@ -3608,7 +3608,7 @@
#: ../lib/python/temporal/open_stds.py:66
#, fuzzy, python-format
-msgid "Space time %(sp)s dataset <%(name)s> no found"
+msgid "Space time %(sp)s dataset <%(name)s> not found"
msgstr "è¾å
¥ç¢é'%s'æªæ¾å°"
#: ../lib/python/temporal/open_stds.py:105
More information about the grass-commit
mailing list