[GRASS-SVN] r34623 - in grass/trunk: lib/python locale/po

svn_grass at osgeo.org svn_grass at osgeo.org
Sat Nov 29 11:40:19 EST 2008


Author: martinl
Date: 2008-11-29 11:40:19 -0500 (Sat, 29 Nov 2008)
New Revision: 34623

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

Modified: grass/trunk/lib/python/grass.py
===================================================================
--- grass/trunk/lib/python/grass.py	2008-11-29 16:37:00 UTC (rev 34622)
+++ grass/trunk/lib/python/grass.py	2008-11-29 16:40:19 UTC (rev 34623)
@@ -279,7 +279,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/trunk/locale/po/grasslibs_tr.po
===================================================================
--- grass/trunk/locale/po/grasslibs_tr.po	2008-11-29 16:37:00 UTC (rev 34622)
+++ grass/trunk/locale/po/grasslibs_tr.po	2008-11-29 16:40:19 UTC (rev 34623)
@@ -2075,7 +2075,7 @@
 #: ../lib/gis/list.c:174
 #, 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:245
 msgid "G_list: Unknown element type"



More information about the grass-commit mailing list