[GRASS-SVN] r73597 - in grass/branches/releasebranch_7_6: lib/pngdriver locale/po
svn_grass at osgeo.org
svn_grass at osgeo.org
Mon Oct 22 13:59:53 PDT 2018
Author: neteler
Date: 2018-10-22 13:59:53 -0700 (Mon, 22 Oct 2018)
New Revision: 73597
Modified:
grass/branches/releasebranch_7_6/lib/pngdriver/read_png.c
grass/branches/releasebranch_7_6/locale/po/grasslibs_ar.po
grass/branches/releasebranch_7_6/locale/po/grasslibs_bn.po
grass/branches/releasebranch_7_6/locale/po/grasslibs_cs.po
grass/branches/releasebranch_7_6/locale/po/grasslibs_de.po
grass/branches/releasebranch_7_6/locale/po/grasslibs_el.po
grass/branches/releasebranch_7_6/locale/po/grasslibs_es.po
grass/branches/releasebranch_7_6/locale/po/grasslibs_fi.po
grass/branches/releasebranch_7_6/locale/po/grasslibs_fr.po
grass/branches/releasebranch_7_6/locale/po/grasslibs_hu.po
grass/branches/releasebranch_7_6/locale/po/grasslibs_id_ID.po
grass/branches/releasebranch_7_6/locale/po/grasslibs_it.po
grass/branches/releasebranch_7_6/locale/po/grasslibs_ja.po
grass/branches/releasebranch_7_6/locale/po/grasslibs_ko.po
grass/branches/releasebranch_7_6/locale/po/grasslibs_lv.po
grass/branches/releasebranch_7_6/locale/po/grasslibs_ml.po
grass/branches/releasebranch_7_6/locale/po/grasslibs_pl.po
grass/branches/releasebranch_7_6/locale/po/grasslibs_pt.po
grass/branches/releasebranch_7_6/locale/po/grasslibs_pt_BR.po
grass/branches/releasebranch_7_6/locale/po/grasslibs_ro.po
grass/branches/releasebranch_7_6/locale/po/grasslibs_ru.po
grass/branches/releasebranch_7_6/locale/po/grasslibs_si.po
grass/branches/releasebranch_7_6/locale/po/grasslibs_sl.po
grass/branches/releasebranch_7_6/locale/po/grasslibs_ta.po
grass/branches/releasebranch_7_6/locale/po/grasslibs_th.po
grass/branches/releasebranch_7_6/locale/po/grasslibs_tr.po
grass/branches/releasebranch_7_6/locale/po/grasslibs_uk.po
grass/branches/releasebranch_7_6/locale/po/grasslibs_vi.po
grass/branches/releasebranch_7_6/locale/po/grasslibs_zh.po
Log:
pngdriver: typo (trunk r73589, r73596)
Modified: grass/branches/releasebranch_7_6/lib/pngdriver/read_png.c
===================================================================
--- grass/branches/releasebranch_7_6/lib/pngdriver/read_png.c 2018-10-22 20:58:35 UTC (rev 73596)
+++ grass/branches/releasebranch_7_6/lib/pngdriver/read_png.c 2018-10-22 20:59:53 UTC (rev 73597)
@@ -57,7 +57,7 @@
png_ptr =
png_create_read_struct(PNG_LIBPNG_VER_STRING, &jbuf, NULL, NULL);
if (!png_ptr)
- G_fatal_error(_("Unable allocate PNG structure"));
+ G_fatal_error(_("Unable to allocate PNG structure"));
info_ptr = png_create_info_struct(png_ptr);
if (!info_ptr)
Modified: grass/branches/releasebranch_7_6/locale/po/grasslibs_ar.po
===================================================================
--- grass/branches/releasebranch_7_6/locale/po/grasslibs_ar.po 2018-10-22 20:58:35 UTC (rev 73596)
+++ grass/branches/releasebranch_7_6/locale/po/grasslibs_ar.po 2018-10-22 20:59:53 UTC (rev 73597)
@@ -3338,7 +3338,7 @@
#: ../lib/pngdriver/read_png.c:60
#, fuzzy
-msgid "Unable allocate PNG structure"
+msgid "Unable to allocate PNG structure"
msgstr "لم يمكن توفير ذاكرة كافية\n"
#: ../lib/pngdriver/read_png.c:64 ../lib/pngdriver/write_png.c:71
Modified: grass/branches/releasebranch_7_6/locale/po/grasslibs_bn.po
===================================================================
--- grass/branches/releasebranch_7_6/locale/po/grasslibs_bn.po 2018-10-22 20:58:35 UTC (rev 73596)
+++ grass/branches/releasebranch_7_6/locale/po/grasslibs_bn.po 2018-10-22 20:59:53 UTC (rev 73597)
@@ -1072,7 +1072,7 @@
msgstr ""
#: ../lib/pngdriver/read_png.c:60
-msgid "Unable allocate PNG structure"
+msgid "Unable to allocate PNG structure"
msgstr ""
#: ../lib/pngdriver/read_png.c:67
Modified: grass/branches/releasebranch_7_6/locale/po/grasslibs_cs.po
===================================================================
--- grass/branches/releasebranch_7_6/locale/po/grasslibs_cs.po 2018-10-22 20:58:35 UTC (rev 73596)
+++ grass/branches/releasebranch_7_6/locale/po/grasslibs_cs.po 2018-10-22 20:59:53 UTC (rev 73597)
@@ -3134,7 +3134,7 @@
msgstr ""
#: ../lib/pngdriver/read_png.c:60
-msgid "Unable allocate PNG structure"
+msgid "Unable to allocate PNG structure"
msgstr ""
#: ../lib/pngdriver/read_png.c:64 ../lib/pngdriver/write_png.c:71
Modified: grass/branches/releasebranch_7_6/locale/po/grasslibs_de.po
===================================================================
--- grass/branches/releasebranch_7_6/locale/po/grasslibs_de.po 2018-10-22 20:58:35 UTC (rev 73596)
+++ grass/branches/releasebranch_7_6/locale/po/grasslibs_de.po 2018-10-22 20:59:53 UTC (rev 73597)
@@ -3132,7 +3132,7 @@
msgstr "Kann PNG nicht lesen"
#: ../lib/pngdriver/read_png.c:60
-msgid "Unable allocate PNG structure"
+msgid "Unable to allocate PNG structure"
msgstr ""
#: ../lib/pngdriver/read_png.c:64 ../lib/pngdriver/write_png.c:71
Modified: grass/branches/releasebranch_7_6/locale/po/grasslibs_el.po
===================================================================
--- grass/branches/releasebranch_7_6/locale/po/grasslibs_el.po 2018-10-22 20:58:35 UTC (rev 73596)
+++ grass/branches/releasebranch_7_6/locale/po/grasslibs_el.po 2018-10-22 20:59:53 UTC (rev 73597)
@@ -3127,7 +3127,7 @@
msgstr ""
#: ../lib/pngdriver/read_png.c:60
-msgid "Unable allocate PNG structure"
+msgid "Unable to allocate PNG structure"
msgstr ""
#: ../lib/pngdriver/read_png.c:64 ../lib/pngdriver/write_png.c:71
Modified: grass/branches/releasebranch_7_6/locale/po/grasslibs_es.po
===================================================================
--- grass/branches/releasebranch_7_6/locale/po/grasslibs_es.po 2018-10-22 20:58:35 UTC (rev 73596)
+++ grass/branches/releasebranch_7_6/locale/po/grasslibs_es.po 2018-10-22 20:59:53 UTC (rev 73597)
@@ -3170,7 +3170,7 @@
msgstr "No se puede leer PNG"
#: ../lib/pngdriver/read_png.c:60
-msgid "Unable allocate PNG structure"
+msgid "Unable to allocate PNG structure"
msgstr "No ha sido posible asignar estructura PNG"
#: ../lib/pngdriver/read_png.c:64 ../lib/pngdriver/write_png.c:71
Modified: grass/branches/releasebranch_7_6/locale/po/grasslibs_fi.po
===================================================================
--- grass/branches/releasebranch_7_6/locale/po/grasslibs_fi.po 2018-10-22 20:58:35 UTC (rev 73596)
+++ grass/branches/releasebranch_7_6/locale/po/grasslibs_fi.po 2018-10-22 20:59:53 UTC (rev 73597)
@@ -3127,7 +3127,7 @@
msgstr ""
#: ../lib/pngdriver/read_png.c:60
-msgid "Unable allocate PNG structure"
+msgid "Unable to allocate PNG structure"
msgstr ""
#: ../lib/pngdriver/read_png.c:64 ../lib/pngdriver/write_png.c:71
Modified: grass/branches/releasebranch_7_6/locale/po/grasslibs_fr.po
===================================================================
--- grass/branches/releasebranch_7_6/locale/po/grasslibs_fr.po 2018-10-22 20:58:35 UTC (rev 73596)
+++ grass/branches/releasebranch_7_6/locale/po/grasslibs_fr.po 2018-10-22 20:59:53 UTC (rev 73597)
@@ -3165,7 +3165,7 @@
msgstr "Impossible de lire le PNG"
#: ../lib/pngdriver/read_png.c:60
-msgid "Unable allocate PNG structure"
+msgid "Unable to allocate PNG structure"
msgstr "Allocation de structure PNG impossible"
#: ../lib/pngdriver/read_png.c:64 ../lib/pngdriver/write_png.c:71
Modified: grass/branches/releasebranch_7_6/locale/po/grasslibs_hu.po
===================================================================
--- grass/branches/releasebranch_7_6/locale/po/grasslibs_hu.po 2018-10-22 20:58:35 UTC (rev 73596)
+++ grass/branches/releasebranch_7_6/locale/po/grasslibs_hu.po 2018-10-22 20:59:53 UTC (rev 73597)
@@ -3126,7 +3126,7 @@
msgstr ""
#: ../lib/pngdriver/read_png.c:60
-msgid "Unable allocate PNG structure"
+msgid "Unable to allocate PNG structure"
msgstr ""
#: ../lib/pngdriver/read_png.c:64 ../lib/pngdriver/write_png.c:71
Modified: grass/branches/releasebranch_7_6/locale/po/grasslibs_id_ID.po
===================================================================
--- grass/branches/releasebranch_7_6/locale/po/grasslibs_id_ID.po 2018-10-22 20:58:35 UTC (rev 73596)
+++ grass/branches/releasebranch_7_6/locale/po/grasslibs_id_ID.po 2018-10-22 20:59:53 UTC (rev 73597)
@@ -3126,7 +3126,7 @@
msgstr ""
#: ../lib/pngdriver/read_png.c:60
-msgid "Unable allocate PNG structure"
+msgid "Unable to allocate PNG structure"
msgstr ""
#: ../lib/pngdriver/read_png.c:64 ../lib/pngdriver/write_png.c:71
Modified: grass/branches/releasebranch_7_6/locale/po/grasslibs_it.po
===================================================================
--- grass/branches/releasebranch_7_6/locale/po/grasslibs_it.po 2018-10-22 20:58:35 UTC (rev 73596)
+++ grass/branches/releasebranch_7_6/locale/po/grasslibs_it.po 2018-10-22 20:59:53 UTC (rev 73597)
@@ -3143,7 +3143,7 @@
msgstr "Impossibile leggere PNG"
#: ../lib/pngdriver/read_png.c:60
-msgid "Unable allocate PNG structure"
+msgid "Unable to allocate PNG structure"
msgstr "Impossibile allocare struttura PNG"
#: ../lib/pngdriver/read_png.c:64 ../lib/pngdriver/write_png.c:71
Modified: grass/branches/releasebranch_7_6/locale/po/grasslibs_ja.po
===================================================================
--- grass/branches/releasebranch_7_6/locale/po/grasslibs_ja.po 2018-10-22 20:58:35 UTC (rev 73596)
+++ grass/branches/releasebranch_7_6/locale/po/grasslibs_ja.po 2018-10-22 20:59:53 UTC (rev 73597)
@@ -3132,7 +3132,7 @@
msgstr "PNGの読み込みができません"
#: ../lib/pngdriver/read_png.c:60
-msgid "Unable allocate PNG structure"
+msgid "Unable to allocate PNG structure"
msgstr ""
#: ../lib/pngdriver/read_png.c:64 ../lib/pngdriver/write_png.c:71
Modified: grass/branches/releasebranch_7_6/locale/po/grasslibs_ko.po
===================================================================
--- grass/branches/releasebranch_7_6/locale/po/grasslibs_ko.po 2018-10-22 20:58:35 UTC (rev 73596)
+++ grass/branches/releasebranch_7_6/locale/po/grasslibs_ko.po 2018-10-22 20:59:53 UTC (rev 73597)
@@ -3127,7 +3127,7 @@
msgstr ""
#: ../lib/pngdriver/read_png.c:60
-msgid "Unable allocate PNG structure"
+msgid "Unable to allocate PNG structure"
msgstr ""
#: ../lib/pngdriver/read_png.c:64 ../lib/pngdriver/write_png.c:71
Modified: grass/branches/releasebranch_7_6/locale/po/grasslibs_lv.po
===================================================================
--- grass/branches/releasebranch_7_6/locale/po/grasslibs_lv.po 2018-10-22 20:58:35 UTC (rev 73596)
+++ grass/branches/releasebranch_7_6/locale/po/grasslibs_lv.po 2018-10-22 20:59:53 UTC (rev 73597)
@@ -3269,7 +3269,7 @@
msgstr "Nevar nolasīt PNG"
#: ../lib/pngdriver/read_png.c:60
-msgid "Unable allocate PNG structure"
+msgid "Unable to allocate PNG structure"
msgstr ""
#: ../lib/pngdriver/read_png.c:64 ../lib/pngdriver/write_png.c:71
Modified: grass/branches/releasebranch_7_6/locale/po/grasslibs_ml.po
===================================================================
--- grass/branches/releasebranch_7_6/locale/po/grasslibs_ml.po 2018-10-22 20:58:35 UTC (rev 73596)
+++ grass/branches/releasebranch_7_6/locale/po/grasslibs_ml.po 2018-10-22 20:59:53 UTC (rev 73597)
@@ -3127,7 +3127,7 @@
msgstr ""
#: ../lib/pngdriver/read_png.c:60
-msgid "Unable allocate PNG structure"
+msgid "Unable to allocate PNG structure"
msgstr ""
#: ../lib/pngdriver/read_png.c:64 ../lib/pngdriver/write_png.c:71
Modified: grass/branches/releasebranch_7_6/locale/po/grasslibs_pl.po
===================================================================
--- grass/branches/releasebranch_7_6/locale/po/grasslibs_pl.po 2018-10-22 20:58:35 UTC (rev 73596)
+++ grass/branches/releasebranch_7_6/locale/po/grasslibs_pl.po 2018-10-22 20:59:53 UTC (rev 73597)
@@ -3128,7 +3128,7 @@
msgstr ""
#: ../lib/pngdriver/read_png.c:60
-msgid "Unable allocate PNG structure"
+msgid "Unable to allocate PNG structure"
msgstr ""
#: ../lib/pngdriver/read_png.c:64 ../lib/pngdriver/write_png.c:71
Modified: grass/branches/releasebranch_7_6/locale/po/grasslibs_pt.po
===================================================================
--- grass/branches/releasebranch_7_6/locale/po/grasslibs_pt.po 2018-10-22 20:58:35 UTC (rev 73596)
+++ grass/branches/releasebranch_7_6/locale/po/grasslibs_pt.po 2018-10-22 20:59:53 UTC (rev 73597)
@@ -3130,7 +3130,7 @@
msgstr ""
#: ../lib/pngdriver/read_png.c:60
-msgid "Unable allocate PNG structure"
+msgid "Unable to allocate PNG structure"
msgstr ""
#: ../lib/pngdriver/read_png.c:64 ../lib/pngdriver/write_png.c:71
Modified: grass/branches/releasebranch_7_6/locale/po/grasslibs_pt_BR.po
===================================================================
--- grass/branches/releasebranch_7_6/locale/po/grasslibs_pt_BR.po 2018-10-22 20:58:35 UTC (rev 73596)
+++ grass/branches/releasebranch_7_6/locale/po/grasslibs_pt_BR.po 2018-10-22 20:59:53 UTC (rev 73597)
@@ -3126,7 +3126,7 @@
msgstr ""
#: ../lib/pngdriver/read_png.c:60
-msgid "Unable allocate PNG structure"
+msgid "Unable to allocate PNG structure"
msgstr ""
#: ../lib/pngdriver/read_png.c:64 ../lib/pngdriver/write_png.c:71
Modified: grass/branches/releasebranch_7_6/locale/po/grasslibs_ro.po
===================================================================
--- grass/branches/releasebranch_7_6/locale/po/grasslibs_ro.po 2018-10-22 20:58:35 UTC (rev 73596)
+++ grass/branches/releasebranch_7_6/locale/po/grasslibs_ro.po 2018-10-22 20:59:53 UTC (rev 73597)
@@ -3125,7 +3125,7 @@
msgstr ""
#: ../lib/pngdriver/read_png.c:60
-msgid "Unable allocate PNG structure"
+msgid "Unable to allocate PNG structure"
msgstr ""
#: ../lib/pngdriver/read_png.c:64 ../lib/pngdriver/write_png.c:71
Modified: grass/branches/releasebranch_7_6/locale/po/grasslibs_ru.po
===================================================================
--- grass/branches/releasebranch_7_6/locale/po/grasslibs_ru.po 2018-10-22 20:58:35 UTC (rev 73596)
+++ grass/branches/releasebranch_7_6/locale/po/grasslibs_ru.po 2018-10-22 20:59:53 UTC (rev 73597)
@@ -3125,7 +3125,7 @@
msgstr ""
#: ../lib/pngdriver/read_png.c:60
-msgid "Unable allocate PNG structure"
+msgid "Unable to allocate PNG structure"
msgstr ""
#: ../lib/pngdriver/read_png.c:64 ../lib/pngdriver/write_png.c:71
Modified: grass/branches/releasebranch_7_6/locale/po/grasslibs_si.po
===================================================================
--- grass/branches/releasebranch_7_6/locale/po/grasslibs_si.po 2018-10-22 20:58:35 UTC (rev 73596)
+++ grass/branches/releasebranch_7_6/locale/po/grasslibs_si.po 2018-10-22 20:59:53 UTC (rev 73597)
@@ -3126,7 +3126,7 @@
msgstr ""
#: ../lib/pngdriver/read_png.c:60
-msgid "Unable allocate PNG structure"
+msgid "Unable to allocate PNG structure"
msgstr ""
#: ../lib/pngdriver/read_png.c:64 ../lib/pngdriver/write_png.c:71
Modified: grass/branches/releasebranch_7_6/locale/po/grasslibs_sl.po
===================================================================
--- grass/branches/releasebranch_7_6/locale/po/grasslibs_sl.po 2018-10-22 20:58:35 UTC (rev 73596)
+++ grass/branches/releasebranch_7_6/locale/po/grasslibs_sl.po 2018-10-22 20:59:53 UTC (rev 73597)
@@ -3359,7 +3359,7 @@
#: ../lib/pngdriver/read_png.c:60
#, fuzzy
-msgid "Unable allocate PNG structure"
+msgid "Unable to allocate PNG structure"
msgstr "Nezmožen dodeliti spomin\n"
#: ../lib/pngdriver/read_png.c:64 ../lib/pngdriver/write_png.c:71
Modified: grass/branches/releasebranch_7_6/locale/po/grasslibs_ta.po
===================================================================
--- grass/branches/releasebranch_7_6/locale/po/grasslibs_ta.po 2018-10-22 20:58:35 UTC (rev 73596)
+++ grass/branches/releasebranch_7_6/locale/po/grasslibs_ta.po 2018-10-22 20:59:53 UTC (rev 73597)
@@ -3128,7 +3128,7 @@
msgstr ""
#: ../lib/pngdriver/read_png.c:60
-msgid "Unable allocate PNG structure"
+msgid "Unable to allocate PNG structure"
msgstr ""
#: ../lib/pngdriver/read_png.c:64 ../lib/pngdriver/write_png.c:71
Modified: grass/branches/releasebranch_7_6/locale/po/grasslibs_th.po
===================================================================
--- grass/branches/releasebranch_7_6/locale/po/grasslibs_th.po 2018-10-22 20:58:35 UTC (rev 73596)
+++ grass/branches/releasebranch_7_6/locale/po/grasslibs_th.po 2018-10-22 20:59:53 UTC (rev 73597)
@@ -3128,7 +3128,7 @@
msgstr ""
#: ../lib/pngdriver/read_png.c:60
-msgid "Unable allocate PNG structure"
+msgid "Unable to allocate PNG structure"
msgstr ""
#: ../lib/pngdriver/read_png.c:64 ../lib/pngdriver/write_png.c:71
Modified: grass/branches/releasebranch_7_6/locale/po/grasslibs_tr.po
===================================================================
--- grass/branches/releasebranch_7_6/locale/po/grasslibs_tr.po 2018-10-22 20:58:35 UTC (rev 73596)
+++ grass/branches/releasebranch_7_6/locale/po/grasslibs_tr.po 2018-10-22 20:59:53 UTC (rev 73597)
@@ -3128,7 +3128,7 @@
msgstr ""
#: ../lib/pngdriver/read_png.c:60
-msgid "Unable allocate PNG structure"
+msgid "Unable to allocate PNG structure"
msgstr ""
#: ../lib/pngdriver/read_png.c:64 ../lib/pngdriver/write_png.c:71
Modified: grass/branches/releasebranch_7_6/locale/po/grasslibs_uk.po
===================================================================
--- grass/branches/releasebranch_7_6/locale/po/grasslibs_uk.po 2018-10-22 20:58:35 UTC (rev 73596)
+++ grass/branches/releasebranch_7_6/locale/po/grasslibs_uk.po 2018-10-22 20:59:53 UTC (rev 73597)
@@ -3126,7 +3126,7 @@
msgstr ""
#: ../lib/pngdriver/read_png.c:60
-msgid "Unable allocate PNG structure"
+msgid "Unable to allocate PNG structure"
msgstr ""
#: ../lib/pngdriver/read_png.c:64 ../lib/pngdriver/write_png.c:71
Modified: grass/branches/releasebranch_7_6/locale/po/grasslibs_vi.po
===================================================================
--- grass/branches/releasebranch_7_6/locale/po/grasslibs_vi.po 2018-10-22 20:58:35 UTC (rev 73596)
+++ grass/branches/releasebranch_7_6/locale/po/grasslibs_vi.po 2018-10-22 20:59:53 UTC (rev 73597)
@@ -3128,7 +3128,7 @@
msgstr ""
#: ../lib/pngdriver/read_png.c:60
-msgid "Unable allocate PNG structure"
+msgid "Unable to allocate PNG structure"
msgstr ""
#: ../lib/pngdriver/read_png.c:64 ../lib/pngdriver/write_png.c:71
Modified: grass/branches/releasebranch_7_6/locale/po/grasslibs_zh.po
===================================================================
--- grass/branches/releasebranch_7_6/locale/po/grasslibs_zh.po 2018-10-22 20:58:35 UTC (rev 73596)
+++ grass/branches/releasebranch_7_6/locale/po/grasslibs_zh.po 2018-10-22 20:59:53 UTC (rev 73597)
@@ -3128,7 +3128,7 @@
msgstr ""
#: ../lib/pngdriver/read_png.c:60
-msgid "Unable allocate PNG structure"
+msgid "Unable to allocate PNG structure"
msgstr ""
#: ../lib/pngdriver/read_png.c:64 ../lib/pngdriver/write_png.c:71
More information about the grass-commit
mailing list