[GRASS-SVN] r34622 - in grass/branches/develbranch_6: lib/python locale/po

svn_grass at osgeo.org svn_grass at osgeo.org
Sat Nov 29 11:37:00 EST 2008


Author: martinl
Date: 2008-11-29 11:37:00 -0500 (Sat, 29 Nov 2008)
New Revision: 34622

Modified:
   grass/branches/develbranch_6/lib/python/grass.py
   grass/branches/develbranch_6/locale/po/grasslibs_tr.po
Log:
wxGUI: fix turkish translation, list_grouped() upgdated --- TODO: g.list shell script style

Modified: grass/branches/develbranch_6/lib/python/grass.py
===================================================================
--- grass/branches/develbranch_6/lib/python/grass.py	2008-11-29 13:46:18 UTC (rev 34621)
+++ grass/branches/develbranch_6/lib/python/grass.py	2008-11-29 16:37:00 UTC (rev 34622)
@@ -297,7 +297,7 @@
     are mapset names and the values are lists of maps in that mapset. 
     """
     dashes_re = re.compile("^----+$")
-    mapset_re = re.compile("<(.*)>:$")
+    mapset_re = re.compile("<(.*)>")
     result = {}
     mapset = None
     for line in read_command("g.list", type = type).splitlines():

Modified: grass/branches/develbranch_6/locale/po/grasslibs_tr.po
===================================================================
--- grass/branches/develbranch_6/locale/po/grasslibs_tr.po	2008-11-29 13:46:18 UTC (rev 34621)
+++ grass/branches/develbranch_6/locale/po/grasslibs_tr.po	2008-11-29 16:37:00 UTC (rev 34622)
@@ -2168,7 +2168,7 @@
 #: ../lib/gis/list.c:185
 #, c-format
 msgid "%s files available in mapset <%s>:\n"
-msgstr "<%s>  harita takımında kullanılabilir %s dosyalar :\n"
+msgstr "%s harita takımında kullanılabilir <%s> dosyalar:\n"
 
 #: ../lib/gis/list.c:256
 msgid "G_list: Unknown element type"



More information about the grass-commit mailing list