[GRASS-SVN] r51515 - in grass/branches/develbranch_6: gui/wxpython/lmgr locale/po

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Apr 24 05:35:11 EDT 2012


Author: neteler
Date: 2012-04-24 02:35:11 -0700 (Tue, 24 Apr 2012)
New Revision: 51515

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

Modified: grass/branches/develbranch_6/gui/wxpython/lmgr/layertree.py
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/lmgr/layertree.py	2012-04-24 09:29:57 UTC (rev 51514)
+++ grass/branches/develbranch_6/gui/wxpython/lmgr/layertree.py	2012-04-24 09:35:11 UTC (rev 51515)
@@ -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/develbranch_6/locale/po/grasswxpy_cs.po
===================================================================
--- grass/branches/develbranch_6/locale/po/grasswxpy_cs.po	2012-04-24 09:29:57 UTC (rev 51514)
+++ grass/branches/develbranch_6/locale/po/grasswxpy_cs.po	2012-04-24 09:35:11 UTC (rev 51515)
@@ -1714,7 +1714,7 @@
 
 #: ../gui/wxpython/lmgr/layertree.py:645
 #, python-format
-msgid "Set opacity <%s>"
+msgid "Set opacity of <%s>"
 msgstr "Nastavit prùhlednost <%s>"
 
 #: ../gui/wxpython/lmgr/layertree.py:737

Modified: grass/branches/develbranch_6/locale/po/grasswxpy_de.po
===================================================================
--- grass/branches/develbranch_6/locale/po/grasswxpy_de.po	2012-04-24 09:29:57 UTC (rev 51514)
+++ grass/branches/develbranch_6/locale/po/grasswxpy_de.po	2012-04-24 09:35:11 UTC (rev 51515)
@@ -1587,7 +1587,7 @@
 
 #: ../gui/wxpython/lmgr/layertree.py:325
 msgid "Change opacity level"
-msgstr "Deckkraft ändern"
+msgstr "Transparenz ändern"
 
 #: ../gui/wxpython/lmgr/layertree.py:327
 #: ../gui/wxpython/gmodeler/frame.py:1226
@@ -1694,8 +1694,8 @@
 
 #: ../gui/wxpython/lmgr/layertree.py:645
 #, python-format
-msgid "Set opacity <%s>"
-msgstr "Deckkraft bestimmen <%s>"
+msgid "Set opacity of <%s>"
+msgstr "Transparenz von <%s> festlegen"
 
 #: ../gui/wxpython/lmgr/layertree.py:737
 msgid "Layer group:"
@@ -1782,7 +1782,7 @@
 
 #: ../gui/wxpython/lmgr/layertree.py:1391
 msgid "opacity:"
-msgstr "Deckkraft"
+msgstr "Transparenz"
 
 #: ../gui/wxpython/lmgr/layertree.py:1408
 #, python-format
@@ -4066,7 +4066,7 @@
 
 #: ../gui/wxpython/gui_core/dialogs.py:1959
 msgid "Set Map Layer Opacity"
-msgstr "Bestimme die Deckkraft der Kartenebene"
+msgstr "Bestimme die Transparenz der Kartenebene"
 
 #: ../gui/wxpython/gui_core/dialogs.py:1983
 msgid "transparent"

Modified: grass/branches/develbranch_6/locale/po/grasswxpy_el.po
===================================================================
--- grass/branches/develbranch_6/locale/po/grasswxpy_el.po	2012-04-24 09:29:57 UTC (rev 51514)
+++ grass/branches/develbranch_6/locale/po/grasswxpy_el.po	2012-04-24 09:35:11 UTC (rev 51515)
@@ -1592,7 +1592,7 @@
 
 #: ../gui/wxpython/lmgr/layertree.py:645
 #, python-format
-msgid "Set opacity <%s>"
+msgid "Set opacity of <%s>"
 msgstr ""
 
 #: ../gui/wxpython/lmgr/layertree.py:737

Modified: grass/branches/develbranch_6/locale/po/grasswxpy_es.po
===================================================================
--- grass/branches/develbranch_6/locale/po/grasswxpy_es.po	2012-04-24 09:29:57 UTC (rev 51514)
+++ grass/branches/develbranch_6/locale/po/grasswxpy_es.po	2012-04-24 09:35:11 UTC (rev 51515)
@@ -1694,7 +1694,7 @@
 
 #: ../gui/wxpython/lmgr/layertree.py:645
 #, python-format
-msgid "Set opacity <%s>"
+msgid "Set opacity of <%s>"
 msgstr "Define la opacidad <%s>."
 
 #: ../gui/wxpython/lmgr/layertree.py:737

Modified: grass/branches/develbranch_6/locale/po/grasswxpy_fr.po
===================================================================
--- grass/branches/develbranch_6/locale/po/grasswxpy_fr.po	2012-04-24 09:29:57 UTC (rev 51514)
+++ grass/branches/develbranch_6/locale/po/grasswxpy_fr.po	2012-04-24 09:35:11 UTC (rev 51515)
@@ -1698,7 +1698,7 @@
 
 #: ../gui/wxpython/lmgr/layertree.py:645
 #, python-format
-msgid "Set opacity <%s>"
+msgid "Set opacity of <%s>"
 msgstr "Régler l'opacité <%s>"
 
 #: ../gui/wxpython/lmgr/layertree.py:737

Modified: grass/branches/develbranch_6/locale/po/grasswxpy_id.po
===================================================================
--- grass/branches/develbranch_6/locale/po/grasswxpy_id.po	2012-04-24 09:29:57 UTC (rev 51514)
+++ grass/branches/develbranch_6/locale/po/grasswxpy_id.po	2012-04-24 09:35:11 UTC (rev 51515)
@@ -1780,7 +1780,7 @@
 
 #: ../gui/wxpython/lmgr/layertree.py:645
 #, python-format
-msgid "Set opacity <%s>"
+msgid "Set opacity of <%s>"
 msgstr ""
 
 #: ../gui/wxpython/lmgr/layertree.py:737

Modified: grass/branches/develbranch_6/locale/po/grasswxpy_it.po
===================================================================
--- grass/branches/develbranch_6/locale/po/grasswxpy_it.po	2012-04-24 09:29:57 UTC (rev 51514)
+++ grass/branches/develbranch_6/locale/po/grasswxpy_it.po	2012-04-24 09:35:11 UTC (rev 51515)
@@ -1687,7 +1687,7 @@
 
 #: ../gui/wxpython/lmgr/layertree.py:645
 #, python-format
-msgid "Set opacity <%s>"
+msgid "Set opacity of <%s>"
 msgstr "Imposta opacità <%s>"
 
 #: ../gui/wxpython/lmgr/layertree.py:737

Modified: grass/branches/develbranch_6/locale/po/grasswxpy_ja.po
===================================================================
--- grass/branches/develbranch_6/locale/po/grasswxpy_ja.po	2012-04-24 09:29:57 UTC (rev 51514)
+++ grass/branches/develbranch_6/locale/po/grasswxpy_ja.po	2012-04-24 09:35:11 UTC (rev 51515)
@@ -1691,7 +1691,7 @@
 
 #: ../gui/wxpython/lmgr/layertree.py:645
 #, python-format
-msgid "Set opacity <%s>"
+msgid "Set opacity of <%s>"
 msgstr "不透明度のセット <%s> "
 
 #: ../gui/wxpython/lmgr/layertree.py:737

Modified: grass/branches/develbranch_6/locale/po/grasswxpy_ml.po
===================================================================
--- grass/branches/develbranch_6/locale/po/grasswxpy_ml.po	2012-04-24 09:29:57 UTC (rev 51514)
+++ grass/branches/develbranch_6/locale/po/grasswxpy_ml.po	2012-04-24 09:35:11 UTC (rev 51515)
@@ -1685,7 +1685,7 @@
 
 #: ../gui/wxpython/lmgr/layertree.py:645
 #, python-format
-msgid "Set opacity <%s>"
+msgid "Set opacity of <%s>"
 msgstr ""
 
 #: ../gui/wxpython/lmgr/layertree.py:737

Modified: grass/branches/develbranch_6/locale/po/grasswxpy_pl.po
===================================================================
--- grass/branches/develbranch_6/locale/po/grasswxpy_pl.po	2012-04-24 09:29:57 UTC (rev 51514)
+++ grass/branches/develbranch_6/locale/po/grasswxpy_pl.po	2012-04-24 09:35:11 UTC (rev 51515)
@@ -1695,7 +1695,7 @@
 
 #: ../gui/wxpython/lmgr/layertree.py:645
 #, python-format
-msgid "Set opacity <%s>"
+msgid "Set opacity of <%s>"
 msgstr "Ustaw przezroczystość<%s>"
 
 #: ../gui/wxpython/lmgr/layertree.py:737

Modified: grass/branches/develbranch_6/locale/po/grasswxpy_pt.po
===================================================================
--- grass/branches/develbranch_6/locale/po/grasswxpy_pt.po	2012-04-24 09:29:57 UTC (rev 51514)
+++ grass/branches/develbranch_6/locale/po/grasswxpy_pt.po	2012-04-24 09:35:11 UTC (rev 51515)
@@ -1763,7 +1763,7 @@
 
 #: ../gui/wxpython/lmgr/layertree.py:645
 #, python-format
-msgid "Set opacity <%s>"
+msgid "Set opacity of <%s>"
 msgstr "Definir opacidade <%s>"
 
 #: ../gui/wxpython/lmgr/layertree.py:737

Modified: grass/branches/develbranch_6/locale/po/grasswxpy_pt_br.po
===================================================================
--- grass/branches/develbranch_6/locale/po/grasswxpy_pt_br.po	2012-04-24 09:29:57 UTC (rev 51514)
+++ grass/branches/develbranch_6/locale/po/grasswxpy_pt_br.po	2012-04-24 09:35:11 UTC (rev 51515)
@@ -1791,7 +1791,7 @@
 
 #: ../gui/wxpython/lmgr/layertree.py:645
 #, fuzzy, python-format
-msgid "Set opacity <%s>"
+msgid "Set opacity of <%s>"
 msgstr "Definir opacidade <%s>"
 
 #: ../gui/wxpython/lmgr/layertree.py:737

Modified: grass/branches/develbranch_6/locale/po/grasswxpy_ru.po
===================================================================
--- grass/branches/develbranch_6/locale/po/grasswxpy_ru.po	2012-04-24 09:29:57 UTC (rev 51514)
+++ grass/branches/develbranch_6/locale/po/grasswxpy_ru.po	2012-04-24 09:35:11 UTC (rev 51515)
@@ -1751,7 +1751,7 @@
 
 #: ../gui/wxpython/lmgr/layertree.py:645
 #, python-format
-msgid "Set opacity <%s>"
+msgid "Set opacity of <%s>"
 msgstr "Установить непрозрачность <%s>"
 
 #: ../gui/wxpython/lmgr/layertree.py:737

Modified: grass/branches/develbranch_6/locale/po/grasswxpy_th.po
===================================================================
--- grass/branches/develbranch_6/locale/po/grasswxpy_th.po	2012-04-24 09:29:57 UTC (rev 51514)
+++ grass/branches/develbranch_6/locale/po/grasswxpy_th.po	2012-04-24 09:35:11 UTC (rev 51515)
@@ -1685,7 +1685,7 @@
 
 #: ../gui/wxpython/lmgr/layertree.py:645
 #, python-format
-msgid "Set opacity <%s>"
+msgid "Set opacity of <%s>"
 msgstr ""
 
 #: ../gui/wxpython/lmgr/layertree.py:737

Modified: grass/branches/develbranch_6/locale/po/grasswxpy_tr.po
===================================================================
--- grass/branches/develbranch_6/locale/po/grasswxpy_tr.po	2012-04-24 09:29:57 UTC (rev 51514)
+++ grass/branches/develbranch_6/locale/po/grasswxpy_tr.po	2012-04-24 09:35:11 UTC (rev 51515)
@@ -1752,7 +1752,7 @@
 
 #: ../gui/wxpython/lmgr/layertree.py:645
 #, python-format
-msgid "Set opacity <%s>"
+msgid "Set opacity of <%s>"
 msgstr ""
 
 #: ../gui/wxpython/lmgr/layertree.py:737

Modified: grass/branches/develbranch_6/locale/po/grasswxpy_vi.po
===================================================================
--- grass/branches/develbranch_6/locale/po/grasswxpy_vi.po	2012-04-24 09:29:57 UTC (rev 51514)
+++ grass/branches/develbranch_6/locale/po/grasswxpy_vi.po	2012-04-24 09:35:11 UTC (rev 51515)
@@ -1740,7 +1740,7 @@
 
 #: ../gui/wxpython/lmgr/layertree.py:645
 #, python-format
-msgid "Set opacity <%s>"
+msgid "Set opacity of <%s>"
 msgstr "Đặt độ mờ <%s>"
 
 #: ../gui/wxpython/lmgr/layertree.py:737

Modified: grass/branches/develbranch_6/locale/po/grasswxpy_zh.po
===================================================================
--- grass/branches/develbranch_6/locale/po/grasswxpy_zh.po	2012-04-24 09:29:57 UTC (rev 51514)
+++ grass/branches/develbranch_6/locale/po/grasswxpy_zh.po	2012-04-24 09:35:11 UTC (rev 51515)
@@ -1726,7 +1726,7 @@
 
 #: ../gui/wxpython/lmgr/layertree.py:645
 #, python-format
-msgid "Set opacity <%s>"
+msgid "Set opacity of <%s>"
 msgstr ""
 
 #: ../gui/wxpython/lmgr/layertree.py:737



More information about the grass-commit mailing list