[GRASS-SVN] r64508 - in grass/branches/releasebranch_7_0: gui/wxpython/rlisetup locale/po

svn_grass at osgeo.org svn_grass at osgeo.org
Sun Feb 8 10:49:03 PST 2015


Author: neteler
Date: 2015-02-08 10:49:02 -0800 (Sun, 08 Feb 2015)
New Revision: 64508

Modified:
   grass/branches/releasebranch_7_0/gui/wxpython/rlisetup/frame.py
   grass/branches/releasebranch_7_0/locale/po/grasswxpy_cs.po
   grass/branches/releasebranch_7_0/locale/po/grasswxpy_de.po
   grass/branches/releasebranch_7_0/locale/po/grasswxpy_el.po
   grass/branches/releasebranch_7_0/locale/po/grasswxpy_es.po
   grass/branches/releasebranch_7_0/locale/po/grasswxpy_fr.po
   grass/branches/releasebranch_7_0/locale/po/grasswxpy_id.po
   grass/branches/releasebranch_7_0/locale/po/grasswxpy_it.po
   grass/branches/releasebranch_7_0/locale/po/grasswxpy_ja.po
   grass/branches/releasebranch_7_0/locale/po/grasswxpy_ko.po
   grass/branches/releasebranch_7_0/locale/po/grasswxpy_lv.po
   grass/branches/releasebranch_7_0/locale/po/grasswxpy_ml.po
   grass/branches/releasebranch_7_0/locale/po/grasswxpy_pl.po
   grass/branches/releasebranch_7_0/locale/po/grasswxpy_pt.po
   grass/branches/releasebranch_7_0/locale/po/grasswxpy_pt_br.po
   grass/branches/releasebranch_7_0/locale/po/grasswxpy_ro.po
   grass/branches/releasebranch_7_0/locale/po/grasswxpy_ru.po
   grass/branches/releasebranch_7_0/locale/po/grasswxpy_th.po
   grass/branches/releasebranch_7_0/locale/po/grasswxpy_tr.po
   grass/branches/releasebranch_7_0/locale/po/grasswxpy_vi.po
   grass/branches/releasebranch_7_0/locale/po/grasswxpy_zh.po
Log:
fix msg typo

Modified: grass/branches/releasebranch_7_0/gui/wxpython/rlisetup/frame.py
===================================================================
--- grass/branches/releasebranch_7_0/gui/wxpython/rlisetup/frame.py	2015-02-08 17:29:38 UTC (rev 64507)
+++ grass/branches/releasebranch_7_0/gui/wxpython/rlisetup/frame.py	2015-02-08 18:49:02 UTC (rev 64508)
@@ -238,7 +238,7 @@
                           message=_("You have to select a configuration file"))
             return
         dlg = wx.TextEntryDialog(parent=self.parent,
-                                 message=_('Set te new name for %s " \
+                                 message=_('Set the new name for %s " \
                                            "configuration file') % confile,
                                  caption=_('Rename configuration file'))
         if dlg.ShowModal() == wx.ID_OK:

Modified: grass/branches/releasebranch_7_0/locale/po/grasswxpy_cs.po
===================================================================
--- grass/branches/releasebranch_7_0/locale/po/grasswxpy_cs.po	2015-02-08 17:29:38 UTC (rev 64507)
+++ grass/branches/releasebranch_7_0/locale/po/grasswxpy_cs.po	2015-02-08 18:49:02 UTC (rev 64508)
@@ -1,6 +1,6 @@
-# translation of grasswxpy_cs.po to
+# translation of grasswxpy_cs.po to Czech
 # This file is distributed under the same license as the GRASS package.
-# Copyright (C) 2008, GRASS Development Team
+# Copyright (C) 2008-2015, GRASS Development Team
 # Martin Landa <landa.martin gmail.com>, 2008.
 # Jan Trochta <j.trochta seznam.cz>, 2008.
 # Miroslav Hořejší <miroslav.horejsi at fsv.cvut.cz>, 2009/01.
@@ -8268,8 +8268,8 @@
 #: ../gui/wxpython/wxplot/scatter.py:250
 #, python-format
 msgid ""
-"Regression equation for raster map <%(rast1)s> vs. <%(rast2)s>:\n"
-"\n"
+"Set the new name for %s \"                                            "
+"\"configuration file"
 msgstr ""
 
 #: ../gui/wxpython/wxplot/histogram.py:45
@@ -18626,7 +18626,7 @@
 #: ../gui/wxpython/rlisetup/frame.py:241
 #, python-format
 msgid ""
-"Set te new name for %s \"                                            "
+"Set the new name for %s \"                                            "
 "\"configuration file"
 msgstr ""
 

Modified: grass/branches/releasebranch_7_0/locale/po/grasswxpy_de.po
===================================================================
--- grass/branches/releasebranch_7_0/locale/po/grasswxpy_de.po	2015-02-08 17:29:38 UTC (rev 64507)
+++ grass/branches/releasebranch_7_0/locale/po/grasswxpy_de.po	2015-02-08 18:49:02 UTC (rev 64508)
@@ -5432,7 +5432,7 @@
 
 #: ../gui/wxpython/rlisetup/frame.py:241
 #, python-format
-msgid "Set te new name for %s \"                                            \"configuration file"
+msgid "Set the new name for %s \"                                            \"configuration file"
 msgstr ""
 
 #: ../gui/wxpython/rlisetup/frame.py:243

Modified: grass/branches/releasebranch_7_0/locale/po/grasswxpy_el.po
===================================================================
--- grass/branches/releasebranch_7_0/locale/po/grasswxpy_el.po	2015-02-08 17:29:38 UTC (rev 64507)
+++ grass/branches/releasebranch_7_0/locale/po/grasswxpy_el.po	2015-02-08 18:49:02 UTC (rev 64508)
@@ -5372,7 +5372,7 @@
 #: ../gui/wxpython/rlisetup/frame.py:241
 #, python-format
 msgid ""
-"Set te new name for %s \"                                            "
+"Set the new name for %s \"                                            "
 "\"configuration file"
 msgstr ""
 

Modified: grass/branches/releasebranch_7_0/locale/po/grasswxpy_es.po
===================================================================
--- grass/branches/releasebranch_7_0/locale/po/grasswxpy_es.po	2015-02-08 17:29:38 UTC (rev 64507)
+++ grass/branches/releasebranch_7_0/locale/po/grasswxpy_es.po	2015-02-08 18:49:02 UTC (rev 64508)
@@ -5619,7 +5619,7 @@
 #: ../gui/wxpython/rlisetup/frame.py:241
 #, python-format
 msgid ""
-"Set te new name for %s \"                                            "
+"Set the new name for %s \"                                            "
 "\"configuration file"
 msgstr ""
 

Modified: grass/branches/releasebranch_7_0/locale/po/grasswxpy_fr.po
===================================================================
--- grass/branches/releasebranch_7_0/locale/po/grasswxpy_fr.po	2015-02-08 17:29:38 UTC (rev 64507)
+++ grass/branches/releasebranch_7_0/locale/po/grasswxpy_fr.po	2015-02-08 18:49:02 UTC (rev 64508)
@@ -5340,7 +5340,7 @@
 
 #: ../gui/wxpython/rlisetup/frame.py:241
 #, python-format
-msgid "Set te new name for %s \"                                            \"configuration file"
+msgid "Set the new name for %s \"                                            \"configuration file"
 msgstr "Définir le nouveau nom pour le fichier de configuration %s \"                                            \""
 
 #: ../gui/wxpython/rlisetup/frame.py:243

Modified: grass/branches/releasebranch_7_0/locale/po/grasswxpy_id.po
===================================================================
--- grass/branches/releasebranch_7_0/locale/po/grasswxpy_id.po	2015-02-08 17:29:38 UTC (rev 64507)
+++ grass/branches/releasebranch_7_0/locale/po/grasswxpy_id.po	2015-02-08 18:49:02 UTC (rev 64508)
@@ -5763,7 +5763,7 @@
 #: ../gui/wxpython/rlisetup/frame.py:241
 #, python-format
 msgid ""
-"Set te new name for %s \"                                            "
+"Set the new name for %s \"                                            "
 "\"configuration file"
 msgstr ""
 

Modified: grass/branches/releasebranch_7_0/locale/po/grasswxpy_it.po
===================================================================
--- grass/branches/releasebranch_7_0/locale/po/grasswxpy_it.po	2015-02-08 17:29:38 UTC (rev 64507)
+++ grass/branches/releasebranch_7_0/locale/po/grasswxpy_it.po	2015-02-08 18:49:02 UTC (rev 64508)
@@ -5260,7 +5260,7 @@
 
 #: ../gui/wxpython/rlisetup/frame.py:241
 #, python-format
-msgid "Set te new name for %s \"                                            \"configuration file"
+msgid "Set the new name for %s \"                                            \"configuration file"
 msgstr ""
 
 #: ../gui/wxpython/rlisetup/frame.py:243

Modified: grass/branches/releasebranch_7_0/locale/po/grasswxpy_ja.po
===================================================================
--- grass/branches/releasebranch_7_0/locale/po/grasswxpy_ja.po	2015-02-08 17:29:38 UTC (rev 64507)
+++ grass/branches/releasebranch_7_0/locale/po/grasswxpy_ja.po	2015-02-08 18:49:02 UTC (rev 64508)
@@ -5614,7 +5614,7 @@
 #: ../gui/wxpython/rlisetup/frame.py:241
 #, python-format
 msgid ""
-"Set te new name for %s \"                                            "
+"Set the new name for %s \"                                            "
 "\"configuration file"
 msgstr ""
 

Modified: grass/branches/releasebranch_7_0/locale/po/grasswxpy_ko.po
===================================================================
--- grass/branches/releasebranch_7_0/locale/po/grasswxpy_ko.po	2015-02-08 17:29:38 UTC (rev 64507)
+++ grass/branches/releasebranch_7_0/locale/po/grasswxpy_ko.po	2015-02-08 18:49:02 UTC (rev 64508)
@@ -5218,7 +5218,7 @@
 #: ../gui/wxpython/rlisetup/frame.py:241
 #, python-format
 msgid ""
-"Set te new name for %s \"                                            "
+"Set the new name for %s \"                                            "
 "\"configuration file"
 msgstr ""
 

Modified: grass/branches/releasebranch_7_0/locale/po/grasswxpy_lv.po
===================================================================
--- grass/branches/releasebranch_7_0/locale/po/grasswxpy_lv.po	2015-02-08 17:29:38 UTC (rev 64507)
+++ grass/branches/releasebranch_7_0/locale/po/grasswxpy_lv.po	2015-02-08 18:49:02 UTC (rev 64508)
@@ -5361,7 +5361,7 @@
 #: ../gui/wxpython/rlisetup/frame.py:241
 #, python-format
 msgid ""
-"Set te new name for %s \"                                            "
+"Set the new name for %s \"                                            "
 "\"configuration file"
 msgstr ""
 

Modified: grass/branches/releasebranch_7_0/locale/po/grasswxpy_ml.po
===================================================================
--- grass/branches/releasebranch_7_0/locale/po/grasswxpy_ml.po	2015-02-08 17:29:38 UTC (rev 64507)
+++ grass/branches/releasebranch_7_0/locale/po/grasswxpy_ml.po	2015-02-08 18:49:02 UTC (rev 64508)
@@ -5558,7 +5558,7 @@
 #: ../gui/wxpython/rlisetup/frame.py:241
 #, python-format
 msgid ""
-"Set te new name for %s \"                                            "
+"Set the new name for %s \"                                            "
 "\"configuration file"
 msgstr ""
 

Modified: grass/branches/releasebranch_7_0/locale/po/grasswxpy_pl.po
===================================================================
--- grass/branches/releasebranch_7_0/locale/po/grasswxpy_pl.po	2015-02-08 17:29:38 UTC (rev 64507)
+++ grass/branches/releasebranch_7_0/locale/po/grasswxpy_pl.po	2015-02-08 18:49:02 UTC (rev 64508)
@@ -5488,7 +5488,7 @@
 #: ../gui/wxpython/rlisetup/frame.py:241
 #, python-format
 msgid ""
-"Set te new name for %s \"                                            "
+"Set the new name for %s \"                                            "
 "\"configuration file"
 msgstr ""
 

Modified: grass/branches/releasebranch_7_0/locale/po/grasswxpy_pt.po
===================================================================
--- grass/branches/releasebranch_7_0/locale/po/grasswxpy_pt.po	2015-02-08 17:29:38 UTC (rev 64507)
+++ grass/branches/releasebranch_7_0/locale/po/grasswxpy_pt.po	2015-02-08 18:49:02 UTC (rev 64508)
@@ -5767,7 +5767,7 @@
 #: ../gui/wxpython/rlisetup/frame.py:241
 #, python-format
 msgid ""
-"Set te new name for %s \"                                            "
+"Set the new name for %s \"                                            "
 "\"configuration file"
 msgstr ""
 

Modified: grass/branches/releasebranch_7_0/locale/po/grasswxpy_pt_br.po
===================================================================
--- grass/branches/releasebranch_7_0/locale/po/grasswxpy_pt_br.po	2015-02-08 17:29:38 UTC (rev 64507)
+++ grass/branches/releasebranch_7_0/locale/po/grasswxpy_pt_br.po	2015-02-08 18:49:02 UTC (rev 64508)
@@ -5912,7 +5912,7 @@
 #: ../gui/wxpython/rlisetup/frame.py:241
 #, python-format
 msgid ""
-"Set te new name for %s \"                                            "
+"Set the new name for %s \"                                            "
 "\"configuration file"
 msgstr ""
 

Modified: grass/branches/releasebranch_7_0/locale/po/grasswxpy_ro.po
===================================================================
--- grass/branches/releasebranch_7_0/locale/po/grasswxpy_ro.po	2015-02-08 17:29:38 UTC (rev 64507)
+++ grass/branches/releasebranch_7_0/locale/po/grasswxpy_ro.po	2015-02-08 18:49:02 UTC (rev 64508)
@@ -5600,7 +5600,7 @@
 #: ../gui/wxpython/rlisetup/frame.py:241
 #, python-format
 msgid ""
-"Set te new name for %s \"                                            "
+"Set the new name for %s \"                                            "
 "\"configuration file"
 msgstr ""
 

Modified: grass/branches/releasebranch_7_0/locale/po/grasswxpy_ru.po
===================================================================
--- grass/branches/releasebranch_7_0/locale/po/grasswxpy_ru.po	2015-02-08 17:29:38 UTC (rev 64507)
+++ grass/branches/releasebranch_7_0/locale/po/grasswxpy_ru.po	2015-02-08 18:49:02 UTC (rev 64508)
@@ -5735,7 +5735,7 @@
 #: ../gui/wxpython/rlisetup/frame.py:241
 #, python-format
 msgid ""
-"Set te new name for %s \"                                            "
+"Set the new name for %s \"                                            "
 "\"configuration file"
 msgstr ""
 

Modified: grass/branches/releasebranch_7_0/locale/po/grasswxpy_th.po
===================================================================
--- grass/branches/releasebranch_7_0/locale/po/grasswxpy_th.po	2015-02-08 17:29:38 UTC (rev 64507)
+++ grass/branches/releasebranch_7_0/locale/po/grasswxpy_th.po	2015-02-08 18:49:02 UTC (rev 64508)
@@ -5579,7 +5579,7 @@
 #: ../gui/wxpython/rlisetup/frame.py:241
 #, python-format
 msgid ""
-"Set te new name for %s \"                                            "
+"Set the new name for %s \"                                            "
 "\"configuration file"
 msgstr ""
 

Modified: grass/branches/releasebranch_7_0/locale/po/grasswxpy_tr.po
===================================================================
--- grass/branches/releasebranch_7_0/locale/po/grasswxpy_tr.po	2015-02-08 17:29:38 UTC (rev 64507)
+++ grass/branches/releasebranch_7_0/locale/po/grasswxpy_tr.po	2015-02-08 18:49:02 UTC (rev 64508)
@@ -5759,7 +5759,7 @@
 #: ../gui/wxpython/rlisetup/frame.py:241
 #, python-format
 msgid ""
-"Set te new name for %s \"                                            "
+"Set the new name for %s \"                                            "
 "\"configuration file"
 msgstr ""
 

Modified: grass/branches/releasebranch_7_0/locale/po/grasswxpy_vi.po
===================================================================
--- grass/branches/releasebranch_7_0/locale/po/grasswxpy_vi.po	2015-02-08 17:29:38 UTC (rev 64507)
+++ grass/branches/releasebranch_7_0/locale/po/grasswxpy_vi.po	2015-02-08 18:49:02 UTC (rev 64508)
@@ -5768,7 +5768,7 @@
 #: ../gui/wxpython/rlisetup/frame.py:241
 #, python-format
 msgid ""
-"Set te new name for %s \"                                            "
+"Set the new name for %s \"                                            "
 "\"configuration file"
 msgstr ""
 

Modified: grass/branches/releasebranch_7_0/locale/po/grasswxpy_zh.po
===================================================================
--- grass/branches/releasebranch_7_0/locale/po/grasswxpy_zh.po	2015-02-08 17:29:38 UTC (rev 64507)
+++ grass/branches/releasebranch_7_0/locale/po/grasswxpy_zh.po	2015-02-08 18:49:02 UTC (rev 64508)
@@ -5691,7 +5691,7 @@
 
 #: ../gui/wxpython/rlisetup/frame.py:241
 #, python-format
-msgid "Set te new name for %s \"                                            \"configuration file"
+msgid "Set the new name for %s \"                                            \"configuration file"
 msgstr "为设置文件%s \"                                            \" 设定新名称"
 
 #: ../gui/wxpython/rlisetup/frame.py:243



More information about the grass-commit mailing list