[GRASS-SVN] r73761 - in grass/branches/releasebranch_7_4: display/d.linegraph locale/po raster/r.in.lidar raster/r.in.xyz

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Dec 5 00:29:15 PST 2018


Author: neteler
Date: 2018-12-05 00:29:15 -0800 (Wed, 05 Dec 2018)
New Revision: 73761

Modified:
   grass/branches/releasebranch_7_4/display/d.linegraph/main.c
   grass/branches/releasebranch_7_4/locale/po/grassmods_ar.po
   grass/branches/releasebranch_7_4/locale/po/grassmods_bn.po
   grass/branches/releasebranch_7_4/locale/po/grassmods_cs.po
   grass/branches/releasebranch_7_4/locale/po/grassmods_de.po
   grass/branches/releasebranch_7_4/locale/po/grassmods_el.po
   grass/branches/releasebranch_7_4/locale/po/grassmods_es.po
   grass/branches/releasebranch_7_4/locale/po/grassmods_fi.po
   grass/branches/releasebranch_7_4/locale/po/grassmods_fr.po
   grass/branches/releasebranch_7_4/locale/po/grassmods_hu.po
   grass/branches/releasebranch_7_4/locale/po/grassmods_id_ID.po
   grass/branches/releasebranch_7_4/locale/po/grassmods_it.po
   grass/branches/releasebranch_7_4/locale/po/grassmods_ja.po
   grass/branches/releasebranch_7_4/locale/po/grassmods_ko.po
   grass/branches/releasebranch_7_4/locale/po/grassmods_lv.po
   grass/branches/releasebranch_7_4/locale/po/grassmods_ml.po
   grass/branches/releasebranch_7_4/locale/po/grassmods_pl.po
   grass/branches/releasebranch_7_4/locale/po/grassmods_pt.po
   grass/branches/releasebranch_7_4/locale/po/grassmods_pt_BR.po
   grass/branches/releasebranch_7_4/locale/po/grassmods_ro.po
   grass/branches/releasebranch_7_4/locale/po/grassmods_ru.po
   grass/branches/releasebranch_7_4/locale/po/grassmods_si.po
   grass/branches/releasebranch_7_4/locale/po/grassmods_sl.po
   grass/branches/releasebranch_7_4/locale/po/grassmods_ta.po
   grass/branches/releasebranch_7_4/locale/po/grassmods_th.po
   grass/branches/releasebranch_7_4/locale/po/grassmods_tr.po
   grass/branches/releasebranch_7_4/locale/po/grassmods_uk.po
   grass/branches/releasebranch_7_4/locale/po/grassmods_vi.po
   grass/branches/releasebranch_7_4/locale/po/grassmods_zh.po
   grass/branches/releasebranch_7_4/raster/r.in.lidar/main.c
   grass/branches/releasebranch_7_4/raster/r.in.xyz/main.c
Log:
i18N: msg fixes (trunk, r73754, r73755, r73757, r73758, r73759)

Modified: grass/branches/releasebranch_7_4/display/d.linegraph/main.c
===================================================================
--- grass/branches/releasebranch_7_4/display/d.linegraph/main.c	2018-12-05 08:26:29 UTC (rev 73760)
+++ grass/branches/releasebranch_7_4/display/d.linegraph/main.c	2018-12-05 08:29:15 UTC (rev 73761)
@@ -969,7 +969,7 @@
         }
         if (tic_unit != 1 && scale_y_labels)
             G_fatal_error(_("Scale Y labels cannot be used with this"
-                            "range of data (%f, %f)"), min_y, max_y);
+                            " range of data (%f, %f)"), min_y, max_y);
         /* Y-AXIS LOOP */
         for (i = (int)min_y; i <= (int)max_y; i += tic_unit) {
             if (rem(i, tic_every) == 0.0) {

Modified: grass/branches/releasebranch_7_4/locale/po/grassmods_ar.po
===================================================================
--- grass/branches/releasebranch_7_4/locale/po/grassmods_ar.po	2018-12-05 08:26:29 UTC (rev 73760)
+++ grass/branches/releasebranch_7_4/locale/po/grassmods_ar.po	2018-12-05 08:29:15 UTC (rev 73761)
@@ -13605,7 +13605,7 @@
 #: ../raster/r.in.lidar/main.c:596
 #, c-format
 msgid ""
-"Unable to process the hole map at once. Please set the '%s' option to some "
+"Unable to process the whole map at once. Please set the '%s' option to some "
 "value lower than 100."
 msgstr ""
 
@@ -14885,7 +14885,7 @@
 #: ../raster/r.in.xyz/main.c:536
 #, c-format
 msgid ""
-"Unable to process the hole map at once. Please set the %s option to some "
+"Unable to process the whole map at once. Please set the %s option to some "
 "value lower than 100."
 msgstr ""
 
@@ -22541,7 +22541,7 @@
 
 #: ../display/d.linegraph/main.c:971
 #, c-format
-msgid "Scale Y labels cannot be used with thisrange of data (%f, %f)"
+msgid "Scale Y labels cannot be used with this range of data (%f, %f)"
 msgstr ""
 
 #: ../display/d.vect.chart/main.c:65

Modified: grass/branches/releasebranch_7_4/locale/po/grassmods_bn.po
===================================================================
--- grass/branches/releasebranch_7_4/locale/po/grassmods_bn.po	2018-12-05 08:26:29 UTC (rev 73760)
+++ grass/branches/releasebranch_7_4/locale/po/grassmods_bn.po	2018-12-05 08:29:15 UTC (rev 73761)
@@ -2244,7 +2244,7 @@
 
 #: ../raster/r.in.xyz/main.c:536
 #, c-format
-msgid "Unable to process the hole map at once. Please set the %s option to some value lower than 100."
+msgid "Unable to process the whole map at once. Please set the %s option to some value lower than 100."
 msgstr ""
 
 #: ../raster/r.in.xyz/main.c:589
@@ -7752,7 +7752,7 @@
 
 #: ../raster/r.in.lidar/main.c:596
 #, c-format
-msgid "Unable to process the hole map at once. Please set the '%s' option to some value lower than 100."
+msgid "Unable to process the whole map at once. Please set the '%s' option to some value lower than 100."
 msgstr ""
 
 #: ../raster/r.in.lidar/main.c:608 ../raster/r.contour/main.c:237
@@ -18214,7 +18214,7 @@
 
 #: ../display/d.linegraph/main.c:971
 #, c-format
-msgid "Scale Y labels cannot be used with thisrange of data (%f, %f)"
+msgid "Scale Y labels cannot be used with this range of data (%f, %f)"
 msgstr ""
 
 #: ../display/d.profile/main.c:68

Modified: grass/branches/releasebranch_7_4/locale/po/grassmods_cs.po
===================================================================
--- grass/branches/releasebranch_7_4/locale/po/grassmods_cs.po	2018-12-05 08:26:29 UTC (rev 73760)
+++ grass/branches/releasebranch_7_4/locale/po/grassmods_cs.po	2018-12-05 08:29:15 UTC (rev 73761)
@@ -12009,7 +12009,7 @@
 
 #: ../raster/r.in.lidar/main.c:596
 #, c-format
-msgid "Unable to process the hole map at once. Please set the '%s' option to some value lower than 100."
+msgid "Unable to process the whole map at once. Please set the '%s' option to some value lower than 100."
 msgstr ""
 
 #: ../raster/r.in.lidar/main.c:616
@@ -13174,7 +13174,7 @@
 
 #: ../raster/r.in.xyz/main.c:536
 #, c-format
-msgid "Unable to process the hole map at once. Please set the %s option to some value lower than 100."
+msgid "Unable to process the whole map at once. Please set the %s option to some value lower than 100."
 msgstr ""
 
 #: ../raster/r.in.xyz/main.c:589
@@ -20114,7 +20114,7 @@
 
 #: ../display/d.linegraph/main.c:971
 #, c-format
-msgid "Scale Y labels cannot be used with thisrange of data (%f, %f)"
+msgid "Scale Y labels cannot be used with this range of data (%f, %f)"
 msgstr ""
 
 #: ../display/d.vect.chart/main.c:65

Modified: grass/branches/releasebranch_7_4/locale/po/grassmods_de.po
===================================================================
--- grass/branches/releasebranch_7_4/locale/po/grassmods_de.po	2018-12-05 08:26:29 UTC (rev 73760)
+++ grass/branches/releasebranch_7_4/locale/po/grassmods_de.po	2018-12-05 08:29:15 UTC (rev 73761)
@@ -11978,7 +11978,7 @@
 
 #: ../raster/r.in.lidar/main.c:596
 #, c-format
-msgid "Unable to process the hole map at once. Please set the '%s' option to some value lower than 100."
+msgid "Unable to process the whole map at once. Please set the '%s' option to some value lower than 100."
 msgstr ""
 
 #: ../raster/r.in.lidar/main.c:616
@@ -13143,7 +13143,7 @@
 
 #: ../raster/r.in.xyz/main.c:536
 #, c-format
-msgid "Unable to process the hole map at once. Please set the %s option to some value lower than 100."
+msgid "Unable to process the whole map at once. Please set the %s option to some value lower than 100."
 msgstr ""
 
 #: ../raster/r.in.xyz/main.c:589
@@ -20065,7 +20065,7 @@
 
 #: ../display/d.linegraph/main.c:971
 #, c-format
-msgid "Scale Y labels cannot be used with thisrange of data (%f, %f)"
+msgid "Scale Y labels cannot be used with this range of data (%f, %f)"
 msgstr ""
 
 #: ../display/d.vect.chart/main.c:65

Modified: grass/branches/releasebranch_7_4/locale/po/grassmods_el.po
===================================================================
--- grass/branches/releasebranch_7_4/locale/po/grassmods_el.po	2018-12-05 08:26:29 UTC (rev 73760)
+++ grass/branches/releasebranch_7_4/locale/po/grassmods_el.po	2018-12-05 08:29:15 UTC (rev 73761)
@@ -11968,7 +11968,7 @@
 
 #: ../raster/r.in.lidar/main.c:596
 #, c-format
-msgid "Unable to process the hole map at once. Please set the '%s' option to some value lower than 100."
+msgid "Unable to process the whole map at once. Please set the '%s' option to some value lower than 100."
 msgstr ""
 
 #: ../raster/r.in.lidar/main.c:616
@@ -13131,7 +13131,7 @@
 
 #: ../raster/r.in.xyz/main.c:536
 #, c-format
-msgid "Unable to process the hole map at once. Please set the %s option to some value lower than 100."
+msgid "Unable to process the whole map at once. Please set the %s option to some value lower than 100."
 msgstr ""
 
 #: ../raster/r.in.xyz/main.c:589
@@ -19980,7 +19980,7 @@
 
 #: ../display/d.linegraph/main.c:971
 #, c-format
-msgid "Scale Y labels cannot be used with thisrange of data (%f, %f)"
+msgid "Scale Y labels cannot be used with this range of data (%f, %f)"
 msgstr ""
 
 #: ../display/d.vect.chart/main.c:65

Modified: grass/branches/releasebranch_7_4/locale/po/grassmods_es.po
===================================================================
--- grass/branches/releasebranch_7_4/locale/po/grassmods_es.po	2018-12-05 08:26:29 UTC (rev 73760)
+++ grass/branches/releasebranch_7_4/locale/po/grassmods_es.po	2018-12-05 08:29:15 UTC (rev 73761)
@@ -11990,7 +11990,7 @@
 
 #: ../raster/r.in.lidar/main.c:596
 #, c-format
-msgid "Unable to process the hole map at once. Please set the '%s' option to some value lower than 100."
+msgid "Unable to process the whole map at once. Please set the '%s' option to some value lower than 100."
 msgstr ""
 
 #: ../raster/r.in.lidar/main.c:616
@@ -13157,7 +13157,7 @@
 
 #: ../raster/r.in.xyz/main.c:536
 #, c-format
-msgid "Unable to process the hole map at once. Please set the %s option to some value lower than 100."
+msgid "Unable to process the whole map at once. Please set the %s option to some value lower than 100."
 msgstr "No ha sido posible procesar todo el mapa de una sola vez. Por favor defina la opciĆ³n %s a una valor menor que 100."
 
 #: ../raster/r.in.xyz/main.c:589
@@ -20081,7 +20081,7 @@
 
 #: ../display/d.linegraph/main.c:971
 #, c-format
-msgid "Scale Y labels cannot be used with thisrange of data (%f, %f)"
+msgid "Scale Y labels cannot be used with this range of data (%f, %f)"
 msgstr ""
 
 #: ../display/d.vect.chart/main.c:65

Modified: grass/branches/releasebranch_7_4/locale/po/grassmods_fi.po
===================================================================
--- grass/branches/releasebranch_7_4/locale/po/grassmods_fi.po	2018-12-05 08:26:29 UTC (rev 73760)
+++ grass/branches/releasebranch_7_4/locale/po/grassmods_fi.po	2018-12-05 08:29:15 UTC (rev 73761)
@@ -11963,7 +11963,7 @@
 
 #: ../raster/r.in.lidar/main.c:596
 #, c-format
-msgid "Unable to process the hole map at once. Please set the '%s' option to some value lower than 100."
+msgid "Unable to process the whole map at once. Please set the '%s' option to some value lower than 100."
 msgstr ""
 
 #: ../raster/r.in.lidar/main.c:616
@@ -13126,7 +13126,7 @@
 
 #: ../raster/r.in.xyz/main.c:536
 #, c-format
-msgid "Unable to process the hole map at once. Please set the %s option to some value lower than 100."
+msgid "Unable to process the whole map at once. Please set the %s option to some value lower than 100."
 msgstr ""
 
 #: ../raster/r.in.xyz/main.c:589
@@ -19975,7 +19975,7 @@
 
 #: ../display/d.linegraph/main.c:971
 #, c-format
-msgid "Scale Y labels cannot be used with thisrange of data (%f, %f)"
+msgid "Scale Y labels cannot be used with this range of data (%f, %f)"
 msgstr ""
 
 #: ../display/d.vect.chart/main.c:65

Modified: grass/branches/releasebranch_7_4/locale/po/grassmods_fr.po
===================================================================
--- grass/branches/releasebranch_7_4/locale/po/grassmods_fr.po	2018-12-05 08:26:29 UTC (rev 73760)
+++ grass/branches/releasebranch_7_4/locale/po/grassmods_fr.po	2018-12-05 08:29:15 UTC (rev 73761)
@@ -11980,7 +11980,7 @@
 
 #: ../raster/r.in.lidar/main.c:596
 #, c-format
-msgid "Unable to process the hole map at once. Please set the '%s' option to some value lower than 100."
+msgid "Unable to process the whole map at once. Please set the '%s' option to some value lower than 100."
 msgstr ""
 
 #: ../raster/r.in.lidar/main.c:616
@@ -13143,7 +13143,7 @@
 
 #: ../raster/r.in.xyz/main.c:536
 #, c-format
-msgid "Unable to process the hole map at once. Please set the %s option to some value lower than 100."
+msgid "Unable to process the whole map at once. Please set the %s option to some value lower than 100."
 msgstr ""
 
 #: ../raster/r.in.xyz/main.c:589
@@ -20055,7 +20055,7 @@
 
 #: ../display/d.linegraph/main.c:971
 #, c-format
-msgid "Scale Y labels cannot be used with thisrange of data (%f, %f)"
+msgid "Scale Y labels cannot be used with this range of data (%f, %f)"
 msgstr ""
 
 #: ../display/d.vect.chart/main.c:65

Modified: grass/branches/releasebranch_7_4/locale/po/grassmods_hu.po
===================================================================
--- grass/branches/releasebranch_7_4/locale/po/grassmods_hu.po	2018-12-05 08:26:29 UTC (rev 73760)
+++ grass/branches/releasebranch_7_4/locale/po/grassmods_hu.po	2018-12-05 08:29:15 UTC (rev 73761)
@@ -11961,7 +11961,7 @@
 
 #: ../raster/r.in.lidar/main.c:596
 #, c-format
-msgid "Unable to process the hole map at once. Please set the '%s' option to some value lower than 100."
+msgid "Unable to process the whole map at once. Please set the '%s' option to some value lower than 100."
 msgstr ""
 
 #: ../raster/r.in.lidar/main.c:616
@@ -13124,7 +13124,7 @@
 
 #: ../raster/r.in.xyz/main.c:536
 #, c-format
-msgid "Unable to process the hole map at once. Please set the %s option to some value lower than 100."
+msgid "Unable to process the whole map at once. Please set the %s option to some value lower than 100."
 msgstr ""
 
 #: ../raster/r.in.xyz/main.c:589
@@ -19973,7 +19973,7 @@
 
 #: ../display/d.linegraph/main.c:971
 #, c-format
-msgid "Scale Y labels cannot be used with thisrange of data (%f, %f)"
+msgid "Scale Y labels cannot be used with this range of data (%f, %f)"
 msgstr ""
 
 #: ../display/d.vect.chart/main.c:65

Modified: grass/branches/releasebranch_7_4/locale/po/grassmods_id_ID.po
===================================================================
--- grass/branches/releasebranch_7_4/locale/po/grassmods_id_ID.po	2018-12-05 08:26:29 UTC (rev 73760)
+++ grass/branches/releasebranch_7_4/locale/po/grassmods_id_ID.po	2018-12-05 08:29:15 UTC (rev 73761)
@@ -11946,7 +11946,7 @@
 
 #: ../raster/r.in.lidar/main.c:596
 #, c-format
-msgid "Unable to process the hole map at once. Please set the '%s' option to some value lower than 100."
+msgid "Unable to process the whole map at once. Please set the '%s' option to some value lower than 100."
 msgstr ""
 
 #: ../raster/r.in.lidar/main.c:616
@@ -13109,7 +13109,7 @@
 
 #: ../raster/r.in.xyz/main.c:536
 #, c-format
-msgid "Unable to process the hole map at once. Please set the %s option to some value lower than 100."
+msgid "Unable to process the whole map at once. Please set the %s option to some value lower than 100."
 msgstr ""
 
 #: ../raster/r.in.xyz/main.c:589
@@ -19946,7 +19946,7 @@
 
 #: ../display/d.linegraph/main.c:971
 #, c-format
-msgid "Scale Y labels cannot be used with thisrange of data (%f, %f)"
+msgid "Scale Y labels cannot be used with this range of data (%f, %f)"
 msgstr ""
 
 #: ../display/d.vect.chart/main.c:65

Modified: grass/branches/releasebranch_7_4/locale/po/grassmods_it.po
===================================================================
--- grass/branches/releasebranch_7_4/locale/po/grassmods_it.po	2018-12-05 08:26:29 UTC (rev 73760)
+++ grass/branches/releasebranch_7_4/locale/po/grassmods_it.po	2018-12-05 08:29:15 UTC (rev 73761)
@@ -11985,7 +11985,7 @@
 
 #: ../raster/r.in.lidar/main.c:596
 #, c-format
-msgid "Unable to process the hole map at once. Please set the '%s' option to some value lower than 100."
+msgid "Unable to process the whole map at once. Please set the '%s' option to some value lower than 100."
 msgstr ""
 
 #: ../raster/r.in.lidar/main.c:616
@@ -13150,7 +13150,7 @@
 
 #: ../raster/r.in.xyz/main.c:536
 #, c-format
-msgid "Unable to process the hole map at once. Please set the %s option to some value lower than 100."
+msgid "Unable to process the whole map at once. Please set the %s option to some value lower than 100."
 msgstr ""
 
 #: ../raster/r.in.xyz/main.c:589
@@ -20056,7 +20056,7 @@
 
 #: ../display/d.linegraph/main.c:971
 #, c-format
-msgid "Scale Y labels cannot be used with thisrange of data (%f, %f)"
+msgid "Scale Y labels cannot be used with this range of data (%f, %f)"
 msgstr ""
 
 #: ../display/d.vect.chart/main.c:65

Modified: grass/branches/releasebranch_7_4/locale/po/grassmods_ja.po
===================================================================
--- grass/branches/releasebranch_7_4/locale/po/grassmods_ja.po	2018-12-05 08:26:29 UTC (rev 73760)
+++ grass/branches/releasebranch_7_4/locale/po/grassmods_ja.po	2018-12-05 08:29:15 UTC (rev 73761)
@@ -11965,7 +11965,7 @@
 
 #: ../raster/r.in.lidar/main.c:596
 #, c-format
-msgid "Unable to process the hole map at once. Please set the '%s' option to some value lower than 100."
+msgid "Unable to process the whole map at once. Please set the '%s' option to some value lower than 100."
 msgstr ""
 
 #: ../raster/r.in.lidar/main.c:616
@@ -13128,7 +13128,7 @@
 
 #: ../raster/r.in.xyz/main.c:536
 #, c-format
-msgid "Unable to process the hole map at once. Please set the %s option to some value lower than 100."
+msgid "Unable to process the whole map at once. Please set the %s option to some value lower than 100."
 msgstr ""
 
 #: ../raster/r.in.xyz/main.c:589
@@ -20028,7 +20028,7 @@
 
 #: ../display/d.linegraph/main.c:971
 #, c-format
-msgid "Scale Y labels cannot be used with thisrange of data (%f, %f)"
+msgid "Scale Y labels cannot be used with this range of data (%f, %f)"
 msgstr ""
 
 #: ../display/d.vect.chart/main.c:65

Modified: grass/branches/releasebranch_7_4/locale/po/grassmods_ko.po
===================================================================
--- grass/branches/releasebranch_7_4/locale/po/grassmods_ko.po	2018-12-05 08:26:29 UTC (rev 73760)
+++ grass/branches/releasebranch_7_4/locale/po/grassmods_ko.po	2018-12-05 08:29:15 UTC (rev 73761)
@@ -11951,7 +11951,7 @@
 
 #: ../raster/r.in.lidar/main.c:596
 #, c-format
-msgid "Unable to process the hole map at once. Please set the '%s' option to some value lower than 100."
+msgid "Unable to process the whole map at once. Please set the '%s' option to some value lower than 100."
 msgstr ""
 
 #: ../raster/r.in.lidar/main.c:616
@@ -13114,7 +13114,7 @@
 
 #: ../raster/r.in.xyz/main.c:536
 #, c-format
-msgid "Unable to process the hole map at once. Please set the %s option to some value lower than 100."
+msgid "Unable to process the whole map at once. Please set the %s option to some value lower than 100."
 msgstr ""
 
 #: ../raster/r.in.xyz/main.c:589
@@ -19953,7 +19953,7 @@
 
 #: ../display/d.linegraph/main.c:971
 #, c-format
-msgid "Scale Y labels cannot be used with thisrange of data (%f, %f)"
+msgid "Scale Y labels cannot be used with this range of data (%f, %f)"
 msgstr ""
 
 #: ../display/d.vect.chart/main.c:65

Modified: grass/branches/releasebranch_7_4/locale/po/grassmods_lv.po
===================================================================
--- grass/branches/releasebranch_7_4/locale/po/grassmods_lv.po	2018-12-05 08:26:29 UTC (rev 73760)
+++ grass/branches/releasebranch_7_4/locale/po/grassmods_lv.po	2018-12-05 08:29:15 UTC (rev 73761)
@@ -12533,7 +12533,7 @@
 #: ../raster/r.in.lidar/main.c:596
 #, c-format
 msgid ""
-"Unable to process the hole map at once. Please set the '%s' option to some "
+"Unable to process the whole map at once. Please set the '%s' option to some "
 "value lower than 100."
 msgstr ""
 
@@ -13738,7 +13738,7 @@
 #: ../raster/r.in.xyz/main.c:536
 #, c-format
 msgid ""
-"Unable to process the hole map at once. Please set the %s option to some "
+"Unable to process the whole map at once. Please set the %s option to some "
 "value lower than 100."
 msgstr ""
 
@@ -20884,7 +20884,7 @@
 
 #: ../display/d.linegraph/main.c:971
 #, c-format
-msgid "Scale Y labels cannot be used with thisrange of data (%f, %f)"
+msgid "Scale Y labels cannot be used with this range of data (%f, %f)"
 msgstr ""
 
 #: ../display/d.vect.chart/main.c:65

Modified: grass/branches/releasebranch_7_4/locale/po/grassmods_ml.po
===================================================================
--- grass/branches/releasebranch_7_4/locale/po/grassmods_ml.po	2018-12-05 08:26:29 UTC (rev 73760)
+++ grass/branches/releasebranch_7_4/locale/po/grassmods_ml.po	2018-12-05 08:29:15 UTC (rev 73761)
@@ -11960,7 +11960,7 @@
 
 #: ../raster/r.in.lidar/main.c:596
 #, c-format
-msgid "Unable to process the hole map at once. Please set the '%s' option to some value lower than 100."
+msgid "Unable to process the whole map at once. Please set the '%s' option to some value lower than 100."
 msgstr ""
 
 #: ../raster/r.in.lidar/main.c:616
@@ -13123,7 +13123,7 @@
 
 #: ../raster/r.in.xyz/main.c:536
 #, c-format
-msgid "Unable to process the hole map at once. Please set the %s option to some value lower than 100."
+msgid "Unable to process the whole map at once. Please set the %s option to some value lower than 100."
 msgstr ""
 
 #: ../raster/r.in.xyz/main.c:589
@@ -19972,7 +19972,7 @@
 
 #: ../display/d.linegraph/main.c:971
 #, c-format
-msgid "Scale Y labels cannot be used with thisrange of data (%f, %f)"
+msgid "Scale Y labels cannot be used with this range of data (%f, %f)"
 msgstr ""
 
 #: ../display/d.vect.chart/main.c:65

Modified: grass/branches/releasebranch_7_4/locale/po/grassmods_pl.po
===================================================================
--- grass/branches/releasebranch_7_4/locale/po/grassmods_pl.po	2018-12-05 08:26:29 UTC (rev 73760)
+++ grass/branches/releasebranch_7_4/locale/po/grassmods_pl.po	2018-12-05 08:29:15 UTC (rev 73761)
@@ -12001,7 +12001,7 @@
 
 #: ../raster/r.in.lidar/main.c:596
 #, c-format
-msgid "Unable to process the hole map at once. Please set the '%s' option to some value lower than 100."
+msgid "Unable to process the whole map at once. Please set the '%s' option to some value lower than 100."
 msgstr ""
 
 #: ../raster/r.in.lidar/main.c:616
@@ -13164,7 +13164,7 @@
 
 #: ../raster/r.in.xyz/main.c:536
 #, c-format
-msgid "Unable to process the hole map at once. Please set the %s option to some value lower than 100."
+msgid "Unable to process the whole map at once. Please set the %s option to some value lower than 100."
 msgstr ""
 
 #: ../raster/r.in.xyz/main.c:589
@@ -20043,7 +20043,7 @@
 
 #: ../display/d.linegraph/main.c:971
 #, c-format
-msgid "Scale Y labels cannot be used with thisrange of data (%f, %f)"
+msgid "Scale Y labels cannot be used with this range of data (%f, %f)"
 msgstr ""
 
 #: ../display/d.vect.chart/main.c:65

Modified: grass/branches/releasebranch_7_4/locale/po/grassmods_pt.po
===================================================================
--- grass/branches/releasebranch_7_4/locale/po/grassmods_pt.po	2018-12-05 08:26:29 UTC (rev 73760)
+++ grass/branches/releasebranch_7_4/locale/po/grassmods_pt.po	2018-12-05 08:29:15 UTC (rev 73761)
@@ -11968,7 +11968,7 @@
 
 #: ../raster/r.in.lidar/main.c:596
 #, c-format
-msgid "Unable to process the hole map at once. Please set the '%s' option to some value lower than 100."
+msgid "Unable to process the whole map at once. Please set the '%s' option to some value lower than 100."
 msgstr ""
 
 #: ../raster/r.in.lidar/main.c:616
@@ -13131,7 +13131,7 @@
 
 #: ../raster/r.in.xyz/main.c:536
 #, c-format
-msgid "Unable to process the hole map at once. Please set the %s option to some value lower than 100."
+msgid "Unable to process the whole map at once. Please set the %s option to some value lower than 100."
 msgstr ""
 
 #: ../raster/r.in.xyz/main.c:589
@@ -19995,7 +19995,7 @@
 
 #: ../display/d.linegraph/main.c:971
 #, c-format
-msgid "Scale Y labels cannot be used with thisrange of data (%f, %f)"
+msgid "Scale Y labels cannot be used with this range of data (%f, %f)"
 msgstr ""
 
 #: ../display/d.vect.chart/main.c:65

Modified: grass/branches/releasebranch_7_4/locale/po/grassmods_pt_BR.po
===================================================================
--- grass/branches/releasebranch_7_4/locale/po/grassmods_pt_BR.po	2018-12-05 08:26:29 UTC (rev 73760)
+++ grass/branches/releasebranch_7_4/locale/po/grassmods_pt_BR.po	2018-12-05 08:29:15 UTC (rev 73761)
@@ -11965,7 +11965,7 @@
 
 #: ../raster/r.in.lidar/main.c:596
 #, c-format
-msgid "Unable to process the hole map at once. Please set the '%s' option to some value lower than 100."
+msgid "Unable to process the whole map at once. Please set the '%s' option to some value lower than 100."
 msgstr ""
 
 #: ../raster/r.in.lidar/main.c:616
@@ -13130,7 +13130,7 @@
 
 #: ../raster/r.in.xyz/main.c:536
 #, c-format
-msgid "Unable to process the hole map at once. Please set the %s option to some value lower than 100."
+msgid "Unable to process the whole map at once. Please set the %s option to some value lower than 100."
 msgstr ""
 
 #: ../raster/r.in.xyz/main.c:589
@@ -19994,7 +19994,7 @@
 
 #: ../display/d.linegraph/main.c:971
 #, c-format
-msgid "Scale Y labels cannot be used with thisrange of data (%f, %f)"
+msgid "Scale Y labels cannot be used with this range of data (%f, %f)"
 msgstr ""
 
 #: ../display/d.vect.chart/main.c:65

Modified: grass/branches/releasebranch_7_4/locale/po/grassmods_ro.po
===================================================================
--- grass/branches/releasebranch_7_4/locale/po/grassmods_ro.po	2018-12-05 08:26:29 UTC (rev 73760)
+++ grass/branches/releasebranch_7_4/locale/po/grassmods_ro.po	2018-12-05 08:29:15 UTC (rev 73761)
@@ -11982,7 +11982,7 @@
 
 #: ../raster/r.in.lidar/main.c:596
 #, c-format
-msgid "Unable to process the hole map at once. Please set the '%s' option to some value lower than 100."
+msgid "Unable to process the whole map at once. Please set the '%s' option to some value lower than 100."
 msgstr ""
 
 #: ../raster/r.in.lidar/main.c:616
@@ -13145,7 +13145,7 @@
 
 #: ../raster/r.in.xyz/main.c:536
 #, c-format
-msgid "Unable to process the hole map at once. Please set the %s option to some value lower than 100."
+msgid "Unable to process the whole map at once. Please set the %s option to some value lower than 100."
 msgstr ""
 
 #: ../raster/r.in.xyz/main.c:589
@@ -20006,7 +20006,7 @@
 
 #: ../display/d.linegraph/main.c:971
 #, c-format
-msgid "Scale Y labels cannot be used with thisrange of data (%f, %f)"
+msgid "Scale Y labels cannot be used with this range of data (%f, %f)"
 msgstr ""
 
 #: ../display/d.vect.chart/main.c:65

Modified: grass/branches/releasebranch_7_4/locale/po/grassmods_ru.po
===================================================================
--- grass/branches/releasebranch_7_4/locale/po/grassmods_ru.po	2018-12-05 08:26:29 UTC (rev 73760)
+++ grass/branches/releasebranch_7_4/locale/po/grassmods_ru.po	2018-12-05 08:29:15 UTC (rev 73761)
@@ -11990,7 +11990,7 @@
 
 #: ../raster/r.in.lidar/main.c:596
 #, c-format
-msgid "Unable to process the hole map at once. Please set the '%s' option to some value lower than 100."
+msgid "Unable to process the whole map at once. Please set the '%s' option to some value lower than 100."
 msgstr ""
 
 #: ../raster/r.in.lidar/main.c:616
@@ -13153,7 +13153,7 @@
 
 #: ../raster/r.in.xyz/main.c:536
 #, c-format
-msgid "Unable to process the hole map at once. Please set the %s option to some value lower than 100."
+msgid "Unable to process the whole map at once. Please set the %s option to some value lower than 100."
 msgstr ""
 
 #: ../raster/r.in.xyz/main.c:589
@@ -20026,7 +20026,7 @@
 
 #: ../display/d.linegraph/main.c:971
 #, c-format
-msgid "Scale Y labels cannot be used with thisrange of data (%f, %f)"
+msgid "Scale Y labels cannot be used with this range of data (%f, %f)"
 msgstr ""
 
 #: ../display/d.vect.chart/main.c:65

Modified: grass/branches/releasebranch_7_4/locale/po/grassmods_si.po
===================================================================
--- grass/branches/releasebranch_7_4/locale/po/grassmods_si.po	2018-12-05 08:26:29 UTC (rev 73760)
+++ grass/branches/releasebranch_7_4/locale/po/grassmods_si.po	2018-12-05 08:29:15 UTC (rev 73761)
@@ -11960,7 +11960,7 @@
 
 #: ../raster/r.in.lidar/main.c:596
 #, c-format
-msgid "Unable to process the hole map at once. Please set the '%s' option to some value lower than 100."
+msgid "Unable to process the whole map at once. Please set the '%s' option to some value lower than 100."
 msgstr ""
 
 #: ../raster/r.in.lidar/main.c:616
@@ -13123,7 +13123,7 @@
 
 #: ../raster/r.in.xyz/main.c:536
 #, c-format
-msgid "Unable to process the hole map at once. Please set the %s option to some value lower than 100."
+msgid "Unable to process the whole map at once. Please set the %s option to some value lower than 100."
 msgstr ""
 
 #: ../raster/r.in.xyz/main.c:589
@@ -19972,7 +19972,7 @@
 
 #: ../display/d.linegraph/main.c:971
 #, c-format
-msgid "Scale Y labels cannot be used with thisrange of data (%f, %f)"
+msgid "Scale Y labels cannot be used with this range of data (%f, %f)"
 msgstr ""
 
 #: ../display/d.vect.chart/main.c:65

Modified: grass/branches/releasebranch_7_4/locale/po/grassmods_sl.po
===================================================================
--- grass/branches/releasebranch_7_4/locale/po/grassmods_sl.po	2018-12-05 08:26:29 UTC (rev 73760)
+++ grass/branches/releasebranch_7_4/locale/po/grassmods_sl.po	2018-12-05 08:29:15 UTC (rev 73761)
@@ -13743,7 +13743,7 @@
 #: ../raster/r.in.lidar/main.c:596
 #, c-format
 msgid ""
-"Unable to process the hole map at once. Please set the '%s' option to some "
+"Unable to process the whole map at once. Please set the '%s' option to some "
 "value lower than 100."
 msgstr ""
 
@@ -15030,7 +15030,7 @@
 #: ../raster/r.in.xyz/main.c:536
 #, c-format
 msgid ""
-"Unable to process the hole map at once. Please set the %s option to some "
+"Unable to process the whole map at once. Please set the %s option to some "
 "value lower than 100."
 msgstr ""
 
@@ -22752,7 +22752,7 @@
 
 #: ../display/d.linegraph/main.c:971
 #, c-format
-msgid "Scale Y labels cannot be used with thisrange of data (%f, %f)"
+msgid "Scale Y labels cannot be used with this range of data (%f, %f)"
 msgstr ""
 
 #: ../display/d.vect.chart/main.c:65

Modified: grass/branches/releasebranch_7_4/locale/po/grassmods_ta.po
===================================================================
--- grass/branches/releasebranch_7_4/locale/po/grassmods_ta.po	2018-12-05 08:26:29 UTC (rev 73760)
+++ grass/branches/releasebranch_7_4/locale/po/grassmods_ta.po	2018-12-05 08:29:15 UTC (rev 73761)
@@ -11963,7 +11963,7 @@
 
 #: ../raster/r.in.lidar/main.c:596
 #, c-format
-msgid "Unable to process the hole map at once. Please set the '%s' option to some value lower than 100."
+msgid "Unable to process the whole map at once. Please set the '%s' option to some value lower than 100."
 msgstr ""
 
 #: ../raster/r.in.lidar/main.c:616
@@ -13126,7 +13126,7 @@
 
 #: ../raster/r.in.xyz/main.c:536
 #, c-format
-msgid "Unable to process the hole map at once. Please set the %s option to some value lower than 100."
+msgid "Unable to process the whole map at once. Please set the %s option to some value lower than 100."
 msgstr ""
 
 #: ../raster/r.in.xyz/main.c:589
@@ -19975,7 +19975,7 @@
 
 #: ../display/d.linegraph/main.c:971
 #, c-format
-msgid "Scale Y labels cannot be used with thisrange of data (%f, %f)"
+msgid "Scale Y labels cannot be used with this range of data (%f, %f)"
 msgstr ""
 
 #: ../display/d.vect.chart/main.c:65

Modified: grass/branches/releasebranch_7_4/locale/po/grassmods_th.po
===================================================================
--- grass/branches/releasebranch_7_4/locale/po/grassmods_th.po	2018-12-05 08:26:29 UTC (rev 73760)
+++ grass/branches/releasebranch_7_4/locale/po/grassmods_th.po	2018-12-05 08:29:15 UTC (rev 73761)
@@ -11951,7 +11951,7 @@
 
 #: ../raster/r.in.lidar/main.c:596
 #, c-format
-msgid "Unable to process the hole map at once. Please set the '%s' option to some value lower than 100."
+msgid "Unable to process the whole map at once. Please set the '%s' option to some value lower than 100."
 msgstr ""
 
 #: ../raster/r.in.lidar/main.c:616
@@ -13114,7 +13114,7 @@
 
 #: ../raster/r.in.xyz/main.c:536
 #, c-format
-msgid "Unable to process the hole map at once. Please set the %s option to some value lower than 100."
+msgid "Unable to process the whole map at once. Please set the %s option to some value lower than 100."
 msgstr ""
 
 #: ../raster/r.in.xyz/main.c:589
@@ -19951,7 +19951,7 @@
 
 #: ../display/d.linegraph/main.c:971
 #, c-format
-msgid "Scale Y labels cannot be used with thisrange of data (%f, %f)"
+msgid "Scale Y labels cannot be used with this range of data (%f, %f)"
 msgstr ""
 
 #: ../display/d.vect.chart/main.c:65

Modified: grass/branches/releasebranch_7_4/locale/po/grassmods_tr.po
===================================================================
--- grass/branches/releasebranch_7_4/locale/po/grassmods_tr.po	2018-12-05 08:26:29 UTC (rev 73760)
+++ grass/branches/releasebranch_7_4/locale/po/grassmods_tr.po	2018-12-05 08:29:15 UTC (rev 73761)
@@ -11972,7 +11972,7 @@
 
 #: ../raster/r.in.lidar/main.c:596
 #, c-format
-msgid "Unable to process the hole map at once. Please set the '%s' option to some value lower than 100."
+msgid "Unable to process the whole map at once. Please set the '%s' option to some value lower than 100."
 msgstr ""
 
 #: ../raster/r.in.lidar/main.c:616
@@ -13135,7 +13135,7 @@
 
 #: ../raster/r.in.xyz/main.c:536
 #, c-format
-msgid "Unable to process the hole map at once. Please set the %s option to some value lower than 100."
+msgid "Unable to process the whole map at once. Please set the %s option to some value lower than 100."
 msgstr ""
 
 #: ../raster/r.in.xyz/main.c:589
@@ -19996,7 +19996,7 @@
 
 #: ../display/d.linegraph/main.c:971
 #, c-format
-msgid "Scale Y labels cannot be used with thisrange of data (%f, %f)"
+msgid "Scale Y labels cannot be used with this range of data (%f, %f)"
 msgstr ""
 
 #: ../display/d.vect.chart/main.c:65

Modified: grass/branches/releasebranch_7_4/locale/po/grassmods_uk.po
===================================================================
--- grass/branches/releasebranch_7_4/locale/po/grassmods_uk.po	2018-12-05 08:26:29 UTC (rev 73760)
+++ grass/branches/releasebranch_7_4/locale/po/grassmods_uk.po	2018-12-05 08:29:15 UTC (rev 73761)
@@ -11988,7 +11988,7 @@
 
 #: ../raster/r.in.lidar/main.c:596
 #, c-format
-msgid "Unable to process the hole map at once. Please set the '%s' option to some value lower than 100."
+msgid "Unable to process the whole map at once. Please set the '%s' option to some value lower than 100."
 msgstr ""
 
 #: ../raster/r.in.lidar/main.c:616
@@ -13151,7 +13151,7 @@
 
 #: ../raster/r.in.xyz/main.c:536
 #, c-format
-msgid "Unable to process the hole map at once. Please set the %s option to some value lower than 100."
+msgid "Unable to process the whole map at once. Please set the %s option to some value lower than 100."
 msgstr ""
 
 #: ../raster/r.in.xyz/main.c:589
@@ -20024,7 +20024,7 @@
 
 #: ../display/d.linegraph/main.c:971
 #, c-format
-msgid "Scale Y labels cannot be used with thisrange of data (%f, %f)"
+msgid "Scale Y labels cannot be used with this range of data (%f, %f)"
 msgstr ""
 
 #: ../display/d.vect.chart/main.c:65

Modified: grass/branches/releasebranch_7_4/locale/po/grassmods_vi.po
===================================================================
--- grass/branches/releasebranch_7_4/locale/po/grassmods_vi.po	2018-12-05 08:26:29 UTC (rev 73760)
+++ grass/branches/releasebranch_7_4/locale/po/grassmods_vi.po	2018-12-05 08:29:15 UTC (rev 73761)
@@ -11951,7 +11951,7 @@
 
 #: ../raster/r.in.lidar/main.c:596
 #, c-format
-msgid "Unable to process the hole map at once. Please set the '%s' option to some value lower than 100."
+msgid "Unable to process the whole map at once. Please set the '%s' option to some value lower than 100."
 msgstr ""
 
 #: ../raster/r.in.lidar/main.c:616
@@ -13114,7 +13114,7 @@
 
 #: ../raster/r.in.xyz/main.c:536
 #, c-format
-msgid "Unable to process the hole map at once. Please set the %s option to some value lower than 100."
+msgid "Unable to process the whole map at once. Please set the %s option to some value lower than 100."
 msgstr ""
 
 #: ../raster/r.in.xyz/main.c:589
@@ -19951,7 +19951,7 @@
 
 #: ../display/d.linegraph/main.c:971
 #, c-format
-msgid "Scale Y labels cannot be used with thisrange of data (%f, %f)"
+msgid "Scale Y labels cannot be used with this range of data (%f, %f)"
 msgstr ""
 
 #: ../display/d.vect.chart/main.c:65

Modified: grass/branches/releasebranch_7_4/locale/po/grassmods_zh.po
===================================================================
--- grass/branches/releasebranch_7_4/locale/po/grassmods_zh.po	2018-12-05 08:26:29 UTC (rev 73760)
+++ grass/branches/releasebranch_7_4/locale/po/grassmods_zh.po	2018-12-05 08:29:15 UTC (rev 73761)
@@ -11951,7 +11951,7 @@
 
 #: ../raster/r.in.lidar/main.c:596
 #, c-format
-msgid "Unable to process the hole map at once. Please set the '%s' option to some value lower than 100."
+msgid "Unable to process the whole map at once. Please set the '%s' option to some value lower than 100."
 msgstr ""
 
 #: ../raster/r.in.lidar/main.c:616
@@ -13114,7 +13114,7 @@
 
 #: ../raster/r.in.xyz/main.c:536
 #, c-format
-msgid "Unable to process the hole map at once. Please set the %s option to some value lower than 100."
+msgid "Unable to process the whole map at once. Please set the %s option to some value lower than 100."
 msgstr ""
 
 #: ../raster/r.in.xyz/main.c:589
@@ -19957,7 +19957,7 @@
 
 #: ../display/d.linegraph/main.c:971
 #, c-format
-msgid "Scale Y labels cannot be used with thisrange of data (%f, %f)"
+msgid "Scale Y labels cannot be used with this range of data (%f, %f)"
 msgstr ""
 
 #: ../display/d.vect.chart/main.c:65

Modified: grass/branches/releasebranch_7_4/raster/r.in.lidar/main.c
===================================================================
--- grass/branches/releasebranch_7_4/raster/r.in.lidar/main.c	2018-12-05 08:26:29 UTC (rev 73760)
+++ grass/branches/releasebranch_7_4/raster/r.in.lidar/main.c	2018-12-05 08:29:15 UTC (rev 73761)
@@ -593,7 +593,7 @@
 
     if (!scan_flag->answer) {
         if (!check_rows_cols_fit_to_size_t(rows, cols))
-		G_fatal_error(_("Unable to process the hole map at once. "
+		G_fatal_error(_("Unable to process the whole map at once. "
                         "Please set the '%s' option to some value lower than 100."),
 				percent_opt->key);
         point_binning_memory_test(&point_binning, rows, cols, rtype);

Modified: grass/branches/releasebranch_7_4/raster/r.in.xyz/main.c
===================================================================
--- grass/branches/releasebranch_7_4/raster/r.in.xyz/main.c	2018-12-05 08:26:29 UTC (rev 73760)
+++ grass/branches/releasebranch_7_4/raster/r.in.xyz/main.c	2018-12-05 08:29:15 UTC (rev 73761)
@@ -533,7 +533,7 @@
 	    double dsize = rows * (cols + 1);
 	    
 	    if (dsize != (size_t)rows * (cols + 1))
-		G_fatal_error(_("Unable to process the hole map at once. "
+		G_fatal_error(_("Unable to process the whole map at once. "
 		                "Please set the %s option to some value lower than 100."),
 				percent_opt->key);
 	}



More information about the grass-commit mailing list