[GRASS-SVN] r46142 - in grass/branches/releasebranch_6_4/locale: .
po
svn_grass at osgeo.org
svn_grass at osgeo.org
Sat Apr 30 06:47:26 EDT 2011
Author: neteler
Date: 2011-04-30 03:47:26 -0700 (Sat, 30 Apr 2011)
New Revision: 46142
Modified:
grass/branches/releasebranch_6_4/locale/Makefile
grass/branches/releasebranch_6_4/locale/po/grasslibs_pl.po
grass/branches/releasebranch_6_4/locale/po/grasslibs_pt_br.po
grass/branches/releasebranch_6_4/locale/po/grasslibs_vi.po
grass/branches/releasebranch_6_4/locale/po/grasslibs_zh.po
grass/branches/releasebranch_6_4/locale/po/grassmods_el.po
grass/branches/releasebranch_6_4/locale/po/grassmods_it.po
grass/branches/releasebranch_6_4/locale/po/grassmods_ko.po
grass/branches/releasebranch_6_4/locale/po/grassmods_pl.po
grass/branches/releasebranch_6_4/locale/po/grassmods_vi.po
grass/branches/releasebranch_6_4/locale/po/grassmods_zh.po
grass/branches/releasebranch_6_4/locale/po/grasswxpy_id.po
grass/branches/releasebranch_6_4/locale/po/grasswxpy_pl.po
Log:
msg format fixes
Modified: grass/branches/releasebranch_6_4/locale/Makefile
===================================================================
--- grass/branches/releasebranch_6_4/locale/Makefile 2011-04-30 10:45:43 UTC (rev 46141)
+++ grass/branches/releasebranch_6_4/locale/Makefile 2011-04-30 10:47:26 UTC (rev 46142)
@@ -82,8 +82,8 @@
verify:
@cd ./po/ ; for po in `ls *_*.po 2>/dev/null` ; do \
- msgfmt -c $$po; \
- echo ""; \
+ echo "----- $$po:" ; \
+ msgfmt -c $$po; \
done
libs_FILES := $(patsubst po/grasslibs_%.po,$(MO_DIR)/%/LC_MESSAGES/grasslibs.mo,$(wildcard po/grasslibs_*.po))
Modified: grass/branches/releasebranch_6_4/locale/po/grasslibs_pl.po
===================================================================
--- grass/branches/releasebranch_6_4/locale/po/grasslibs_pl.po 2011-04-30 10:45:43 UTC (rev 46141)
+++ grass/branches/releasebranch_6_4/locale/po/grasslibs_pl.po 2011-04-30 10:47:26 UTC (rev 46142)
@@ -4016,7 +4016,7 @@
#: ../lib/rst/interp_float/output2d.c:125
#, c-format
msgid "First change your cols number to nsizc %d %d"
-msgstr "Najpierw ustaw liczbÄ kolumn zgodnie z 'nsizc'"
+msgstr "Najpierw ustaw liczbÄ kolumn zgodnie z 'nsizc' %d %d"
#: ../lib/rst/interp_float/segmen2d.c:111
msgid ""
Modified: grass/branches/releasebranch_6_4/locale/po/grasslibs_pt_br.po
===================================================================
--- grass/branches/releasebranch_6_4/locale/po/grasslibs_pt_br.po 2011-04-30 10:45:43 UTC (rev 46141)
+++ grass/branches/releasebranch_6_4/locale/po/grasslibs_pt_br.po 2011-04-30 10:47:26 UTC (rev 46142)
@@ -2106,7 +2106,7 @@
#: ../lib/gis/done_msg.c:38
#, c-format
msgid "%s complete. %s"
-msgstr "%s completo. %"
+msgstr "%s completo. %s"
#: ../lib/gis/get_cellhd.c:71 ../lib/gis/get_cellhd.c:100
#, fuzzy, c-format
Modified: grass/branches/releasebranch_6_4/locale/po/grasslibs_vi.po
===================================================================
--- grass/branches/releasebranch_6_4/locale/po/grasslibs_vi.po 2011-04-30 10:45:43 UTC (rev 46141)
+++ grass/branches/releasebranch_6_4/locale/po/grasslibs_vi.po 2011-04-30 10:47:26 UTC (rev 46142)
@@ -2092,7 +2092,7 @@
#: ../lib/gis/color_rules.c:151
#, c-format
msgid "bad rule (%s): [%s]"
-msgstr "quy tắc tá»i (%s): [%d]"
+msgstr "quy tắc tá»i (%s): [%s]"
#: ../lib/gis/color_rules.c:265
#, c-format
Modified: grass/branches/releasebranch_6_4/locale/po/grasslibs_zh.po
===================================================================
--- grass/branches/releasebranch_6_4/locale/po/grasslibs_zh.po 2011-04-30 10:45:43 UTC (rev 46141)
+++ grass/branches/releasebranch_6_4/locale/po/grasslibs_zh.po 2011-04-30 10:47:26 UTC (rev 46142)
@@ -4008,7 +4008,7 @@
#: ../lib/gpde/N_solvers_krylov.c:198
#, c-format
msgid "Sparse PCG -- iteration %i error %g\n"
-msgstr "grassä¸è½è¯å«åºåç³»<%s>ææ¾ä¸å°åæ°\n"
+msgstr ""
#: ../lib/gpde/N_solvers_krylov.c:200
#, c-format
Modified: grass/branches/releasebranch_6_4/locale/po/grassmods_el.po
===================================================================
--- grass/branches/releasebranch_6_4/locale/po/grassmods_el.po 2011-04-30 10:45:43 UTC (rev 46141)
+++ grass/branches/releasebranch_6_4/locale/po/grassmods_el.po 2011-04-30 10:47:26 UTC (rev 46142)
@@ -7392,7 +7392,7 @@
#: ../raster/r.proj.seg/main.c:439 ../raster/r.proj.seg/main.c:450
#, c-format
msgid "Cols: %d (%d)"
-msgstr "ù"
+msgstr ""
#: ../raster/r.proj/main.c:372 ../raster/r.proj/main.c:383
#: ../raster/r.proj.seg/main.c:440 ../raster/r.proj.seg/main.c:451
Modified: grass/branches/releasebranch_6_4/locale/po/grassmods_it.po
===================================================================
--- grass/branches/releasebranch_6_4/locale/po/grassmods_it.po 2011-04-30 10:45:43 UTC (rev 46141)
+++ grass/branches/releasebranch_6_4/locale/po/grassmods_it.po 2011-04-30 10:47:26 UTC (rev 46142)
@@ -22187,7 +22187,7 @@
#: ../vector/v.proj/main.c:188
#, c-format
msgid "Vector map <%s> in location <%s> mapset <%s> not found"
-msgstr "Mappa vettoriale <%s>"
+msgstr "Mappa vettoriale <%s> nella location <%s> mapset <%s> non trovata"
#: ../vector/v.proj/main.c:211
#, c-format
Modified: grass/branches/releasebranch_6_4/locale/po/grassmods_ko.po
===================================================================
--- grass/branches/releasebranch_6_4/locale/po/grassmods_ko.po 2011-04-30 10:45:43 UTC (rev 46141)
+++ grass/branches/releasebranch_6_4/locale/po/grassmods_ko.po 2011-04-30 10:47:26 UTC (rev 46142)
@@ -3,7 +3,6 @@
# Copyright (C) 2005, GRASS Development Team
# Huidae Cho <grass4u at gmail.com>, 2005
#
-#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: grassmods_ko\n"
Modified: grass/branches/releasebranch_6_4/locale/po/grassmods_pl.po
===================================================================
--- grass/branches/releasebranch_6_4/locale/po/grassmods_pl.po 2011-04-30 10:45:43 UTC (rev 46141)
+++ grass/branches/releasebranch_6_4/locale/po/grassmods_pl.po 2011-04-30 10:47:26 UTC (rev 46142)
@@ -13370,7 +13370,7 @@
#: ../general/g.proj/main.c:183
#, c-format
msgid "Only one of '%s', '%s', '%s' or '%s' options may be specified"
-msgstr "Tylko jedna z opcji '%s', '%s' lub '%s' może byÄ okreÅlona"
+msgstr "Tylko jedna z opcji '%s', '%s', '%s' lub '%s' może byÄ okreÅlona"
#: ../general/g.proj/main.c:210
msgid "Projection files missing"
@@ -23774,7 +23774,7 @@
#: ../vector/v.overlay/area_area.c:78
#, c-format
msgid "Querying vector map <%s>..."
-msgstr "Odpytywanie mapy wektorowej ..."
+msgstr "Odpytywanie mapy wektorowej <%s>..."
#: ../vector/v.overlay/area_area.c:114
msgid "Writing centroids..."
Modified: grass/branches/releasebranch_6_4/locale/po/grassmods_vi.po
===================================================================
--- grass/branches/releasebranch_6_4/locale/po/grassmods_vi.po 2011-04-30 10:45:43 UTC (rev 46141)
+++ grass/branches/releasebranch_6_4/locale/po/grassmods_vi.po 2011-04-30 10:47:26 UTC (rev 46142)
@@ -22504,7 +22504,7 @@
#: ../vector/v.hull/main.c:320
#, c-format
msgid "%d points read from vector map <%s>"
-msgstr "Äá»c %d Äiá»m từ bản Äá» vec-tÆ¡ <%>"
+msgstr "Äá»c %d Äiá»m từ bản Äá» vec-tÆ¡ <%s>"
#: ../vector/v.in.dwg/main.c:66
msgid "Converts DWG/DXF to GRASS vector map"
Modified: grass/branches/releasebranch_6_4/locale/po/grassmods_zh.po
===================================================================
--- grass/branches/releasebranch_6_4/locale/po/grassmods_zh.po 2011-04-30 10:45:43 UTC (rev 46141)
+++ grass/branches/releasebranch_6_4/locale/po/grassmods_zh.po 2011-04-30 10:47:26 UTC (rev 46142)
@@ -27704,7 +27704,7 @@
#: ../ps/ps.map/ps_vareas.c:107
#, c-format
msgid "Invalid RGB color definition in column <%s> for category [%d]"
-msgstr "ç±»å«[%d]çè¡[%s]æ æçRGBé¢è²å®ä¹"
+msgstr "ç±»å«[%d]çè¡<%s>æ æçRGBé¢è²å®ä¹"
#: ../ps/ps.map/main.c:100
msgid "postscript, map, printing"
Modified: grass/branches/releasebranch_6_4/locale/po/grasswxpy_id.po
===================================================================
--- grass/branches/releasebranch_6_4/locale/po/grasswxpy_id.po 2011-04-30 10:45:43 UTC (rev 46141)
+++ grass/branches/releasebranch_6_4/locale/po/grasswxpy_id.po 2011-04-30 10:47:26 UTC (rev 46142)
@@ -6765,7 +6765,7 @@
#: ../gui/wxpython/gui_modules/location_wizard.py:1837
#, python-format
msgid "Location <%s> created"
-msgstr "Location <%> telah dibuat"
+msgstr "Location <%s> telah dibuat"
#: ../gui/wxpython/gui_modules/location_wizard.py:1850
#, fuzzy, python-format
@@ -7945,7 +7945,7 @@
#: ../gui/wxpython/gui_modules/vdigit.py:651
#, python-format
msgid "Snapping threshold is %(value).1f %(units)s"
-msgstr "Batasan snapping adalah %(value).1f%(units)"
+msgstr "Batasan snapping adalah %(value).1f %(units)s"
#: ../gui/wxpython/gui_modules/vdigit.py:220
msgid "Select vector features"
@@ -8192,7 +8192,7 @@
"Layer and category number must be integer.\n"
"Layer number must be greater then zero."
msgstr ""
-"Tidak mampu menambahkan layer/kategori baru <%(layer)/%(category)>.\n"
+"Tidak mampu menambahkan layer/kategori baru <%(layer)s/%(category)s>.\n"
"Layer dan kategori harus integer.\n"
"Nomor layer harus lebih besar dari nol."
@@ -9581,8 +9581,8 @@
"Unable to rename column <%(column)s> to <%(columnTo)s>. Column already "
"exists in the table <%(table)s>."
msgstr ""
-"Tidak mampu merubah nama kolom <%(column)> ke <%(columnTo). Kolom sudah ada "
-"dalam tabel <%(table)>."
+"Tidak mampu merubah nama kolom <%(column)s> ke <%(columnTo)s>. Kolom sudah ada "
+"dalam tabel <%(table)s>."
#: ../gui/wxpython/gui_modules/dbm.py:1626
#, python-format
@@ -9590,8 +9590,8 @@
"Unable to rename column. Column <%(column)s> doesn't exist in the table <%"
"(table)s>."
msgstr ""
-"Tidak mampu merubah nama kolom. Kolom <%(column)> tidak ada di dalam tabel <%"
-"(table)>."
+"Tidak mampu merubah nama kolom. Kolom <%(column)s> tidak ada di dalam tabel <%"
+"(table)s>."
#: ../gui/wxpython/gui_modules/dbm.py:1654
msgid "Drop selected column"
@@ -9635,7 +9635,7 @@
#: ../gui/wxpython/gui_modules/dbm.py:1769
#, python-format
msgid "Column <%(column)s> already exists in table <%(table)s>."
-msgstr "Kolom <%(column)> sudah ada di dalam tabel <%(table)>."
+msgstr "Kolom <%(column)s> sudah ada di dalam tabel <%(table)s>."
#: ../gui/wxpython/gui_modules/dbm.py:1928
#: ../gui/wxpython/gui_modules/dbm.py:1952
Modified: grass/branches/releasebranch_6_4/locale/po/grasswxpy_pl.po
===================================================================
--- grass/branches/releasebranch_6_4/locale/po/grasswxpy_pl.po 2011-04-30 10:45:43 UTC (rev 46141)
+++ grass/branches/releasebranch_6_4/locale/po/grasswxpy_pl.po 2011-04-30 10:47:26 UTC (rev 46142)
@@ -120,7 +120,7 @@
#: ../gui/wxpython/wxgui.py:520
#, python-format
msgid "Unable to switch to location <%(loc)s> mapset <%(mapset)s>."
-msgstr "Nie można przeÅÄ
czyÄ do lokacji <%(loc)s> mapsetu <%<mapset)y>."
+msgstr "Nie można przeÅÄ
czyÄ do lokacji <%(loc)s> mapsetu <%(mapset)s>."
#: ../gui/wxpython/wxgui.py:522 ../gui/wxpython/wxgui.py:543
#: ../gui/wxpython/gui_modules/gcpmanager.py:1038
@@ -6343,7 +6343,7 @@
"\n"
"Details: %(err)s"
msgstr ""
-"Nie można utworzyÄ nowej lokacji. Lokacja <%loc)s> nie zostaÅa utworzona.\n"
+"Nie można utworzyÄ nowej lokacji. Lokacja <%(loc)s> nie zostaÅa utworzona.\n"
"\n"
"SzczegóÅy: %(err)s"
@@ -8332,7 +8332,7 @@
#: ../gui/wxpython/gui_modules/sqlbuilder.py:74
#, python-format
msgid "GRASS SQL Builder (%(type)s): vector map <%(map)s>"
-msgstr "GRASS SQL Builder (%(typ)ów): map wektorowych <%(map)>"
+msgstr "GRASS SQL Builder (%(typ)ów): map wektorowych <%(map)s>"
#: ../gui/wxpython/gui_modules/sqlbuilder.py:81
msgid "SQL statement not verified"
More information about the grass-commit
mailing list