[GRASS-SVN] r51514 - in grass/branches/releasebranch_6_4: gui/wxpython/lmgr locale/po

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Apr 24 05:29:57 EDT 2012


Author: neteler
Date: 2012-04-24 02:29:57 -0700 (Tue, 24 Apr 2012)
New Revision: 51514

Modified:
   grass/branches/releasebranch_6_4/gui/wxpython/lmgr/layertree.py
   grass/branches/releasebranch_6_4/locale/po/grasswxpy_cs.po
   grass/branches/releasebranch_6_4/locale/po/grasswxpy_de.po
   grass/branches/releasebranch_6_4/locale/po/grasswxpy_el.po
   grass/branches/releasebranch_6_4/locale/po/grasswxpy_es.po
   grass/branches/releasebranch_6_4/locale/po/grasswxpy_fr.po
   grass/branches/releasebranch_6_4/locale/po/grasswxpy_id.po
   grass/branches/releasebranch_6_4/locale/po/grasswxpy_it.po
   grass/branches/releasebranch_6_4/locale/po/grasswxpy_ja.po
   grass/branches/releasebranch_6_4/locale/po/grasswxpy_ml.po
   grass/branches/releasebranch_6_4/locale/po/grasswxpy_pl.po
   grass/branches/releasebranch_6_4/locale/po/grasswxpy_pt.po
   grass/branches/releasebranch_6_4/locale/po/grasswxpy_pt_br.po
   grass/branches/releasebranch_6_4/locale/po/grasswxpy_ru.po
   grass/branches/releasebranch_6_4/locale/po/grasswxpy_th.po
   grass/branches/releasebranch_6_4/locale/po/grasswxpy_tr.po
   grass/branches/releasebranch_6_4/locale/po/grasswxpy_vi.po
   grass/branches/releasebranch_6_4/locale/po/grasswxpy_zh.po
Log:
fix msg wording

Modified: grass/branches/releasebranch_6_4/gui/wxpython/lmgr/layertree.py
===================================================================
--- grass/branches/releasebranch_6_4/gui/wxpython/lmgr/layertree.py	2012-04-24 08:47:03 UTC (rev 51513)
+++ grass/branches/releasebranch_6_4/gui/wxpython/lmgr/layertree.py	2012-04-24 09:29:57 UTC (rev 51514)
@@ -642,7 +642,7 @@
         current_opacity = maplayer.GetOpacity()
         
         dlg = SetOpacityDialog(self, opacity = current_opacity,
-                               title = _("Set opacity <%s>") % maplayer.GetName())
+                               title = _("Set opacity of <%s>") % maplayer.GetName())
         dlg.CentreOnParent()
 
         if dlg.ShowModal() == wx.ID_OK:

Modified: grass/branches/releasebranch_6_4/locale/po/grasswxpy_cs.po
===================================================================
--- grass/branches/releasebranch_6_4/locale/po/grasswxpy_cs.po	2012-04-24 08:47:03 UTC (rev 51513)
+++ grass/branches/releasebranch_6_4/locale/po/grasswxpy_cs.po	2012-04-24 09:29:57 UTC (rev 51514)
@@ -5871,7 +5871,7 @@
 
 #: ../gui/wxpython/gui_modules/layertree.py:613
 #, python-format
-msgid "Set opacity <%s>"
+msgid "Set opacity of <%s>"
 msgstr "Nastavit prùhlednost <%s>"
 
 #: ../gui/wxpython/gui_modules/layertree.py:705

Modified: grass/branches/releasebranch_6_4/locale/po/grasswxpy_de.po
===================================================================
--- grass/branches/releasebranch_6_4/locale/po/grasswxpy_de.po	2012-04-24 08:47:03 UTC (rev 51513)
+++ grass/branches/releasebranch_6_4/locale/po/grasswxpy_de.po	2012-04-24 09:29:57 UTC (rev 51514)
@@ -2140,7 +2140,7 @@
 
 #: ../gui/wxpython/gui_modules/gdialogs.py:1560
 msgid "Set Map Layer Opacity"
-msgstr "Bestimme die Deckkraft der Kartenebene"
+msgstr "Bestimme die Transparenz der Kartenebene"
 
 #: ../gui/wxpython/gui_modules/gdialogs.py:1584
 msgid "transparent"
@@ -5569,7 +5569,7 @@
 
 #: ../gui/wxpython/gui_modules/layertree.py:288
 msgid "Change opacity level"
-msgstr "Deckkraft ändern"
+msgstr "Transparenz ändern"
 
 #: ../gui/wxpython/gui_modules/layertree.py:298
 msgid "3D view properties"
@@ -5636,8 +5636,8 @@
 
 #: ../gui/wxpython/gui_modules/layertree.py:613
 #, python-format
-msgid "Set opacity <%s>"
-msgstr "Deckkraft bestimmen <%s>"
+msgid "Set opacity of <%s>"
+msgstr "Transparenz von <%s> festlegen"
 
 #: ../gui/wxpython/gui_modules/layertree.py:705
 msgid "Layer group:"
@@ -5707,7 +5707,7 @@
 
 #: ../gui/wxpython/gui_modules/layertree.py:1361
 msgid "opacity:"
-msgstr "Deckkraft"
+msgstr "Transparenz:"
 
 #: ../gui/wxpython/gui_modules/layertree.py:1378
 #, python-format

Modified: grass/branches/releasebranch_6_4/locale/po/grasswxpy_el.po
===================================================================
--- grass/branches/releasebranch_6_4/locale/po/grasswxpy_el.po	2012-04-24 08:47:03 UTC (rev 51513)
+++ grass/branches/releasebranch_6_4/locale/po/grasswxpy_el.po	2012-04-24 09:29:57 UTC (rev 51514)
@@ -5559,7 +5559,7 @@
 
 #: ../gui/wxpython/gui_modules/layertree.py:613
 #, python-format
-msgid "Set opacity <%s>"
+msgid "Set opacity of <%s>"
 msgstr ""
 
 #: ../gui/wxpython/gui_modules/layertree.py:705

Modified: grass/branches/releasebranch_6_4/locale/po/grasswxpy_es.po
===================================================================
--- grass/branches/releasebranch_6_4/locale/po/grasswxpy_es.po	2012-04-24 08:47:03 UTC (rev 51513)
+++ grass/branches/releasebranch_6_4/locale/po/grasswxpy_es.po	2012-04-24 09:29:57 UTC (rev 51514)
@@ -5830,7 +5830,7 @@
 
 #: ../gui/wxpython/gui_modules/layertree.py:613
 #, python-format
-msgid "Set opacity <%s>"
+msgid "Set opacity of <%s>"
 msgstr "Define la opacidad <%s>."
 
 #: ../gui/wxpython/gui_modules/layertree.py:705

Modified: grass/branches/releasebranch_6_4/locale/po/grasswxpy_fr.po
===================================================================
--- grass/branches/releasebranch_6_4/locale/po/grasswxpy_fr.po	2012-04-24 08:47:03 UTC (rev 51513)
+++ grass/branches/releasebranch_6_4/locale/po/grasswxpy_fr.po	2012-04-24 09:29:57 UTC (rev 51514)
@@ -5629,7 +5629,7 @@
 
 #: ../gui/wxpython/gui_modules/layertree.py:613
 #, python-format
-msgid "Set opacity <%s>"
+msgid "Set opacity of <%s>"
 msgstr "Régler l'opacité <%s>"
 
 #: ../gui/wxpython/gui_modules/layertree.py:705

Modified: grass/branches/releasebranch_6_4/locale/po/grasswxpy_id.po
===================================================================
--- grass/branches/releasebranch_6_4/locale/po/grasswxpy_id.po	2012-04-24 08:47:03 UTC (rev 51513)
+++ grass/branches/releasebranch_6_4/locale/po/grasswxpy_id.po	2012-04-24 09:29:57 UTC (rev 51514)
@@ -6109,7 +6109,7 @@
 
 #: ../gui/wxpython/gui_modules/layertree.py:613
 #, python-format
-msgid "Set opacity <%s>"
+msgid "Set opacity of <%s>"
 msgstr ""
 
 #: ../gui/wxpython/gui_modules/layertree.py:705

Modified: grass/branches/releasebranch_6_4/locale/po/grasswxpy_it.po
===================================================================
--- grass/branches/releasebranch_6_4/locale/po/grasswxpy_it.po	2012-04-24 08:47:03 UTC (rev 51513)
+++ grass/branches/releasebranch_6_4/locale/po/grasswxpy_it.po	2012-04-24 09:29:57 UTC (rev 51514)
@@ -5750,7 +5750,7 @@
 
 #: ../gui/wxpython/gui_modules/layertree.py:613
 #, python-format
-msgid "Set opacity <%s>"
+msgid "Set opacity of <%s>"
 msgstr "Imposta opacità <%s>"
 
 #: ../gui/wxpython/gui_modules/layertree.py:705

Modified: grass/branches/releasebranch_6_4/locale/po/grasswxpy_ja.po
===================================================================
--- grass/branches/releasebranch_6_4/locale/po/grasswxpy_ja.po	2012-04-24 08:47:03 UTC (rev 51513)
+++ grass/branches/releasebranch_6_4/locale/po/grasswxpy_ja.po	2012-04-24 09:29:57 UTC (rev 51514)
@@ -5635,7 +5635,7 @@
 
 #: ../gui/wxpython/gui_modules/layertree.py:613
 #, python-format
-msgid "Set opacity <%s>"
+msgid "Set opacity of <%s>"
 msgstr "不透明度のセット <%s> "
 
 #: ../gui/wxpython/gui_modules/layertree.py:705

Modified: grass/branches/releasebranch_6_4/locale/po/grasswxpy_ml.po
===================================================================
--- grass/branches/releasebranch_6_4/locale/po/grasswxpy_ml.po	2012-04-24 08:47:03 UTC (rev 51513)
+++ grass/branches/releasebranch_6_4/locale/po/grasswxpy_ml.po	2012-04-24 09:29:57 UTC (rev 51514)
@@ -5772,7 +5772,7 @@
 
 #: ../gui/wxpython/gui_modules/layertree.py:613
 #, python-format
-msgid "Set opacity <%s>"
+msgid "Set opacity of <%s>"
 msgstr ""
 
 #: ../gui/wxpython/gui_modules/layertree.py:705

Modified: grass/branches/releasebranch_6_4/locale/po/grasswxpy_pl.po
===================================================================
--- grass/branches/releasebranch_6_4/locale/po/grasswxpy_pl.po	2012-04-24 08:47:03 UTC (rev 51513)
+++ grass/branches/releasebranch_6_4/locale/po/grasswxpy_pl.po	2012-04-24 09:29:57 UTC (rev 51514)
@@ -5685,7 +5685,7 @@
 
 #: ../gui/wxpython/gui_modules/layertree.py:613
 #, python-format
-msgid "Set opacity <%s>"
+msgid "Set opacity of <%s>"
 msgstr "Ustaw przezroczystość<%s>"
 
 #: ../gui/wxpython/gui_modules/layertree.py:705

Modified: grass/branches/releasebranch_6_4/locale/po/grasswxpy_pt.po
===================================================================
--- grass/branches/releasebranch_6_4/locale/po/grasswxpy_pt.po	2012-04-24 08:47:03 UTC (rev 51513)
+++ grass/branches/releasebranch_6_4/locale/po/grasswxpy_pt.po	2012-04-24 09:29:57 UTC (rev 51514)
@@ -6116,7 +6116,7 @@
 
 #: ../gui/wxpython/gui_modules/layertree.py:613
 #, python-format
-msgid "Set opacity <%s>"
+msgid "Set opacity of <%s>"
 msgstr "Definir opacidade <%s>"
 
 #: ../gui/wxpython/gui_modules/layertree.py:705

Modified: grass/branches/releasebranch_6_4/locale/po/grasswxpy_pt_br.po
===================================================================
--- grass/branches/releasebranch_6_4/locale/po/grasswxpy_pt_br.po	2012-04-24 08:47:03 UTC (rev 51513)
+++ grass/branches/releasebranch_6_4/locale/po/grasswxpy_pt_br.po	2012-04-24 09:29:57 UTC (rev 51514)
@@ -6373,7 +6373,7 @@
 
 #: ../gui/wxpython/gui_modules/layertree.py:613
 #, fuzzy, python-format
-msgid "Set opacity <%s>"
+msgid "Set opacity of <%s>"
 msgstr "Definir opacidade <%s>"
 
 #: ../gui/wxpython/gui_modules/layertree.py:705

Modified: grass/branches/releasebranch_6_4/locale/po/grasswxpy_ru.po
===================================================================
--- grass/branches/releasebranch_6_4/locale/po/grasswxpy_ru.po	2012-04-24 08:47:03 UTC (rev 51513)
+++ grass/branches/releasebranch_6_4/locale/po/grasswxpy_ru.po	2012-04-24 09:29:57 UTC (rev 51514)
@@ -6040,7 +6040,7 @@
 
 #: ../gui/wxpython/gui_modules/layertree.py:613
 #, python-format
-msgid "Set opacity <%s>"
+msgid "Set opacity of <%s>"
 msgstr "Установить непрозрачность <%s>"
 
 #: ../gui/wxpython/gui_modules/layertree.py:705

Modified: grass/branches/releasebranch_6_4/locale/po/grasswxpy_th.po
===================================================================
--- grass/branches/releasebranch_6_4/locale/po/grasswxpy_th.po	2012-04-24 08:47:03 UTC (rev 51513)
+++ grass/branches/releasebranch_6_4/locale/po/grasswxpy_th.po	2012-04-24 09:29:57 UTC (rev 51514)
@@ -5778,7 +5778,7 @@
 
 #: ../gui/wxpython/gui_modules/layertree.py:613
 #, python-format
-msgid "Set opacity <%s>"
+msgid "Set opacity of <%s>"
 msgstr ""
 
 #: ../gui/wxpython/gui_modules/layertree.py:705

Modified: grass/branches/releasebranch_6_4/locale/po/grasswxpy_tr.po
===================================================================
--- grass/branches/releasebranch_6_4/locale/po/grasswxpy_tr.po	2012-04-24 08:47:03 UTC (rev 51513)
+++ grass/branches/releasebranch_6_4/locale/po/grasswxpy_tr.po	2012-04-24 09:29:57 UTC (rev 51514)
@@ -6032,7 +6032,7 @@
 
 #: ../gui/wxpython/gui_modules/layertree.py:613
 #, python-format
-msgid "Set opacity <%s>"
+msgid "Set opacity of <%s>"
 msgstr ""
 
 #: ../gui/wxpython/gui_modules/layertree.py:705

Modified: grass/branches/releasebranch_6_4/locale/po/grasswxpy_vi.po
===================================================================
--- grass/branches/releasebranch_6_4/locale/po/grasswxpy_vi.po	2012-04-24 08:47:03 UTC (rev 51513)
+++ grass/branches/releasebranch_6_4/locale/po/grasswxpy_vi.po	2012-04-24 09:29:57 UTC (rev 51514)
@@ -6001,7 +6001,7 @@
 
 #: ../gui/wxpython/gui_modules/layertree.py:613
 #, python-format
-msgid "Set opacity <%s>"
+msgid "Set opacity of <%s>"
 msgstr "Đặt độ mờ <%s>"
 
 #: ../gui/wxpython/gui_modules/layertree.py:705

Modified: grass/branches/releasebranch_6_4/locale/po/grasswxpy_zh.po
===================================================================
--- grass/branches/releasebranch_6_4/locale/po/grasswxpy_zh.po	2012-04-24 08:47:03 UTC (rev 51513)
+++ grass/branches/releasebranch_6_4/locale/po/grasswxpy_zh.po	2012-04-24 09:29:57 UTC (rev 51514)
@@ -5921,7 +5921,7 @@
 
 #: ../gui/wxpython/gui_modules/layertree.py:613
 #, python-format
-msgid "Set opacity <%s>"
+msgid "Set opacity of <%s>"
 msgstr ""
 
 #: ../gui/wxpython/gui_modules/layertree.py:705



More information about the grass-commit mailing list