[GRASS-SVN] r73760 - in grass/branches/releasebranch_7_6: 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:26:30 PST 2018


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

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

Modified: grass/branches/releasebranch_7_6/display/d.linegraph/main.c
===================================================================
--- grass/branches/releasebranch_7_6/display/d.linegraph/main.c	2018-12-04 16:55:36 UTC (rev 73759)
+++ grass/branches/releasebranch_7_6/display/d.linegraph/main.c	2018-12-05 08:26:29 UTC (rev 73760)
@@ -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_6/locale/po/grassmods_ar.po
===================================================================
--- grass/branches/releasebranch_7_6/locale/po/grassmods_ar.po	2018-12-04 16:55:36 UTC (rev 73759)
+++ grass/branches/releasebranch_7_6/locale/po/grassmods_ar.po	2018-12-05 08:26:29 UTC (rev 73760)
@@ -13833,7 +13833,7 @@
 #: ../raster/r.in.lidar/main.c:601
 #, 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 ""
 
@@ -15091,7 +15091,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 ""
 
@@ -22663,7 +22663,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_6/locale/po/grassmods_bn.po
===================================================================
--- grass/branches/releasebranch_7_6/locale/po/grassmods_bn.po	2018-12-04 16:55:36 UTC (rev 73759)
+++ grass/branches/releasebranch_7_6/locale/po/grassmods_bn.po	2018-12-05 08:26:29 UTC (rev 73760)
@@ -2241,7 +2241,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
@@ -7749,7 +7749,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
@@ -18211,7 +18211,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_6/locale/po/grassmods_cs.po
===================================================================
--- grass/branches/releasebranch_7_6/locale/po/grassmods_cs.po	2018-12-04 16:55:36 UTC (rev 73759)
+++ grass/branches/releasebranch_7_6/locale/po/grassmods_cs.po	2018-12-05 08:26:29 UTC (rev 73760)
@@ -12223,7 +12223,7 @@
 
 #: ../raster/r.in.lidar/main.c:601
 #, 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:621
@@ -13368,7 +13368,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
@@ -20234,7 +20234,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_6/locale/po/grassmods_de.po
===================================================================
--- grass/branches/releasebranch_7_6/locale/po/grassmods_de.po	2018-12-04 16:55:36 UTC (rev 73759)
+++ grass/branches/releasebranch_7_6/locale/po/grassmods_de.po	2018-12-05 08:26:29 UTC (rev 73760)
@@ -12191,7 +12191,7 @@
 
 #: ../raster/r.in.lidar/main.c:601
 #, 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:621
@@ -13336,7 +13336,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
@@ -20184,7 +20184,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_6/locale/po/grassmods_el.po
===================================================================
--- grass/branches/releasebranch_7_6/locale/po/grassmods_el.po	2018-12-04 16:55:36 UTC (rev 73759)
+++ grass/branches/releasebranch_7_6/locale/po/grassmods_el.po	2018-12-05 08:26:29 UTC (rev 73760)
@@ -12178,7 +12178,7 @@
 
 #: ../raster/r.in.lidar/main.c:601
 #, 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:621
@@ -13321,7 +13321,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
@@ -20095,7 +20095,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_6/locale/po/grassmods_es.po
===================================================================
--- grass/branches/releasebranch_7_6/locale/po/grassmods_es.po	2018-12-04 16:55:36 UTC (rev 73759)
+++ grass/branches/releasebranch_7_6/locale/po/grassmods_es.po	2018-12-05 08:26:29 UTC (rev 73760)
@@ -12203,7 +12203,7 @@
 
 #: ../raster/r.in.lidar/main.c:601
 #, 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:621
@@ -13350,7 +13350,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
@@ -20200,7 +20200,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_6/locale/po/grassmods_fi.po
===================================================================
--- grass/branches/releasebranch_7_6/locale/po/grassmods_fi.po	2018-12-04 16:55:36 UTC (rev 73759)
+++ grass/branches/releasebranch_7_6/locale/po/grassmods_fi.po	2018-12-05 08:26:29 UTC (rev 73760)
@@ -12166,7 +12166,7 @@
 
 #: ../raster/r.in.lidar/main.c:601
 #, 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:621
@@ -13309,7 +13309,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
@@ -20083,7 +20083,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_6/locale/po/grassmods_fr.po
===================================================================
--- grass/branches/releasebranch_7_6/locale/po/grassmods_fr.po	2018-12-04 16:55:36 UTC (rev 73759)
+++ grass/branches/releasebranch_7_6/locale/po/grassmods_fr.po	2018-12-05 08:26:29 UTC (rev 73760)
@@ -12189,7 +12189,7 @@
 
 #: ../raster/r.in.lidar/main.c:601
 #, 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:621
@@ -13332,7 +13332,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
@@ -20169,7 +20169,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_6/locale/po/grassmods_hu.po
===================================================================
--- grass/branches/releasebranch_7_6/locale/po/grassmods_hu.po	2018-12-04 16:55:36 UTC (rev 73759)
+++ grass/branches/releasebranch_7_6/locale/po/grassmods_hu.po	2018-12-05 08:26:29 UTC (rev 73760)
@@ -12163,7 +12163,7 @@
 
 #: ../raster/r.in.lidar/main.c:601
 #, 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:621
@@ -13306,7 +13306,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
@@ -20080,7 +20080,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_6/locale/po/grassmods_id_ID.po
===================================================================
--- grass/branches/releasebranch_7_6/locale/po/grassmods_id_ID.po	2018-12-04 16:55:36 UTC (rev 73759)
+++ grass/branches/releasebranch_7_6/locale/po/grassmods_id_ID.po	2018-12-05 08:26:29 UTC (rev 73760)
@@ -12148,7 +12148,7 @@
 
 #: ../raster/r.in.lidar/main.c:601
 #, 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:621
@@ -13291,7 +13291,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
@@ -20053,7 +20053,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_6/locale/po/grassmods_it.po
===================================================================
--- grass/branches/releasebranch_7_6/locale/po/grassmods_it.po	2018-12-04 16:55:36 UTC (rev 73759)
+++ grass/branches/releasebranch_7_6/locale/po/grassmods_it.po	2018-12-05 08:26:29 UTC (rev 73760)
@@ -12196,7 +12196,7 @@
 
 #: ../raster/r.in.lidar/main.c:601
 #, 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:621
@@ -13341,7 +13341,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
@@ -20172,7 +20172,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_6/locale/po/grassmods_ja.po
===================================================================
--- grass/branches/releasebranch_7_6/locale/po/grassmods_ja.po	2018-12-04 16:55:36 UTC (rev 73759)
+++ grass/branches/releasebranch_7_6/locale/po/grassmods_ja.po	2018-12-05 08:26:29 UTC (rev 73760)
@@ -12177,7 +12177,7 @@
 
 #: ../raster/r.in.lidar/main.c:601
 #, 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:621
@@ -13320,7 +13320,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
@@ -20146,7 +20146,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_6/locale/po/grassmods_ko.po
===================================================================
--- grass/branches/releasebranch_7_6/locale/po/grassmods_ko.po	2018-12-04 16:55:36 UTC (rev 73759)
+++ grass/branches/releasebranch_7_6/locale/po/grassmods_ko.po	2018-12-05 08:26:29 UTC (rev 73760)
@@ -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_6/locale/po/grassmods_lv.po
===================================================================
--- grass/branches/releasebranch_7_6/locale/po/grassmods_lv.po	2018-12-04 16:55:36 UTC (rev 73759)
+++ grass/branches/releasebranch_7_6/locale/po/grassmods_lv.po	2018-12-05 08:26:29 UTC (rev 73760)
@@ -12746,7 +12746,7 @@
 #: ../raster/r.in.lidar/main.c:601
 #, 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 ""
 
@@ -13931,7 +13931,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 ""
 
@@ -20999,7 +20999,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_6/locale/po/grassmods_ml.po
===================================================================
--- grass/branches/releasebranch_7_6/locale/po/grassmods_ml.po	2018-12-04 16:55:36 UTC (rev 73759)
+++ grass/branches/releasebranch_7_6/locale/po/grassmods_ml.po	2018-12-05 08:26:29 UTC (rev 73760)
@@ -12162,7 +12162,7 @@
 
 #: ../raster/r.in.lidar/main.c:601
 #, 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:621
@@ -13305,7 +13305,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
@@ -20079,7 +20079,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_6/locale/po/grassmods_pl.po
===================================================================
--- grass/branches/releasebranch_7_6/locale/po/grassmods_pl.po	2018-12-04 16:55:36 UTC (rev 73759)
+++ grass/branches/releasebranch_7_6/locale/po/grassmods_pl.po	2018-12-05 08:26:29 UTC (rev 73760)
@@ -12211,7 +12211,7 @@
 
 #: ../raster/r.in.lidar/main.c:601
 #, 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:621
@@ -13354,7 +13354,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
@@ -20159,7 +20159,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_6/locale/po/grassmods_pt.po
===================================================================
--- grass/branches/releasebranch_7_6/locale/po/grassmods_pt.po	2018-12-04 16:55:36 UTC (rev 73759)
+++ grass/branches/releasebranch_7_6/locale/po/grassmods_pt.po	2018-12-05 08:26:29 UTC (rev 73760)
@@ -12180,7 +12180,7 @@
 
 #: ../raster/r.in.lidar/main.c:601
 #, 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:621
@@ -13323,7 +13323,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
@@ -20112,7 +20112,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_6/locale/po/grassmods_pt_BR.po
===================================================================
--- grass/branches/releasebranch_7_6/locale/po/grassmods_pt_BR.po	2018-12-04 16:55:36 UTC (rev 73759)
+++ grass/branches/releasebranch_7_6/locale/po/grassmods_pt_BR.po	2018-12-05 08:26:29 UTC (rev 73760)
@@ -12176,7 +12176,7 @@
 
 #: ../raster/r.in.lidar/main.c:601
 #, 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:621
@@ -13321,7 +13321,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
@@ -20110,7 +20110,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_6/locale/po/grassmods_ro.po
===================================================================
--- grass/branches/releasebranch_7_6/locale/po/grassmods_ro.po	2018-12-04 16:55:36 UTC (rev 73759)
+++ grass/branches/releasebranch_7_6/locale/po/grassmods_ro.po	2018-12-05 08:26:29 UTC (rev 73760)
@@ -12194,7 +12194,7 @@
 
 #: ../raster/r.in.lidar/main.c:601
 #, 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:621
@@ -13337,7 +13337,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
@@ -20123,7 +20123,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_6/locale/po/grassmods_ru.po
===================================================================
--- grass/branches/releasebranch_7_6/locale/po/grassmods_ru.po	2018-12-04 16:55:36 UTC (rev 73759)
+++ grass/branches/releasebranch_7_6/locale/po/grassmods_ru.po	2018-12-05 08:26:29 UTC (rev 73760)
@@ -12199,7 +12199,7 @@
 
 #: ../raster/r.in.lidar/main.c:601
 #, 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:621
@@ -13342,7 +13342,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
@@ -20140,7 +20140,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_6/locale/po/grassmods_si.po
===================================================================
--- grass/branches/releasebranch_7_6/locale/po/grassmods_si.po	2018-12-04 16:55:36 UTC (rev 73759)
+++ grass/branches/releasebranch_7_6/locale/po/grassmods_si.po	2018-12-05 08:26:29 UTC (rev 73760)
@@ -12162,7 +12162,7 @@
 
 #: ../raster/r.in.lidar/main.c:601
 #, 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:621
@@ -13305,7 +13305,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
@@ -20079,7 +20079,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_6/locale/po/grassmods_sl.po
===================================================================
--- grass/branches/releasebranch_7_6/locale/po/grassmods_sl.po	2018-12-04 16:55:36 UTC (rev 73759)
+++ grass/branches/releasebranch_7_6/locale/po/grassmods_sl.po	2018-12-05 08:26:29 UTC (rev 73760)
@@ -13971,7 +13971,7 @@
 #: ../raster/r.in.lidar/main.c:601
 #, 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 ""
 
@@ -15236,7 +15236,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 ""
 
@@ -22873,7 +22873,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_6/locale/po/grassmods_ta.po
===================================================================
--- grass/branches/releasebranch_7_6/locale/po/grassmods_ta.po	2018-12-04 16:55:36 UTC (rev 73759)
+++ grass/branches/releasebranch_7_6/locale/po/grassmods_ta.po	2018-12-05 08:26:29 UTC (rev 73760)
@@ -12165,7 +12165,7 @@
 
 #: ../raster/r.in.lidar/main.c:601
 #, 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:621
@@ -13308,7 +13308,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
@@ -20082,7 +20082,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_6/locale/po/grassmods_th.po
===================================================================
--- grass/branches/releasebranch_7_6/locale/po/grassmods_th.po	2018-12-04 16:55:36 UTC (rev 73759)
+++ grass/branches/releasebranch_7_6/locale/po/grassmods_th.po	2018-12-05 08:26:29 UTC (rev 73760)
@@ -12160,7 +12160,7 @@
 
 #: ../raster/r.in.lidar/main.c:601
 #, 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:621
@@ -13303,7 +13303,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_6/locale/po/grassmods_tr.po
===================================================================
--- grass/branches/releasebranch_7_6/locale/po/grassmods_tr.po	2018-12-04 16:55:36 UTC (rev 73759)
+++ grass/branches/releasebranch_7_6/locale/po/grassmods_tr.po	2018-12-05 08:26:29 UTC (rev 73760)
@@ -12182,7 +12182,7 @@
 
 #: ../raster/r.in.lidar/main.c:601
 #, 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:621
@@ -13325,7 +13325,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
@@ -20111,7 +20111,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_6/locale/po/grassmods_uk.po
===================================================================
--- grass/branches/releasebranch_7_6/locale/po/grassmods_uk.po	2018-12-04 16:55:36 UTC (rev 73759)
+++ grass/branches/releasebranch_7_6/locale/po/grassmods_uk.po	2018-12-05 08:26:29 UTC (rev 73760)
@@ -12190,7 +12190,7 @@
 
 #: ../raster/r.in.lidar/main.c:601
 #, 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:621
@@ -13333,7 +13333,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
@@ -20131,7 +20131,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_6/locale/po/grassmods_vi.po
===================================================================
--- grass/branches/releasebranch_7_6/locale/po/grassmods_vi.po	2018-12-04 16:55:36 UTC (rev 73759)
+++ grass/branches/releasebranch_7_6/locale/po/grassmods_vi.po	2018-12-05 08:26:29 UTC (rev 73760)
@@ -12161,7 +12161,7 @@
 
 #: ../raster/r.in.lidar/main.c:601
 #, 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:621
@@ -13304,7 +13304,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
@@ -20066,7 +20066,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_6/locale/po/grassmods_zh.po
===================================================================
--- grass/branches/releasebranch_7_6/locale/po/grassmods_zh.po	2018-12-04 16:55:36 UTC (rev 73759)
+++ grass/branches/releasebranch_7_6/locale/po/grassmods_zh.po	2018-12-05 08:26:29 UTC (rev 73760)
@@ -12175,7 +12175,7 @@
 
 #: ../raster/r.in.lidar/main.c:601
 #, 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:621
@@ -13318,7 +13318,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
@@ -20086,7 +20086,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_6/raster/r.in.lidar/main.c
===================================================================
--- grass/branches/releasebranch_7_6/raster/r.in.lidar/main.c	2018-12-04 16:55:36 UTC (rev 73759)
+++ grass/branches/releasebranch_7_6/raster/r.in.lidar/main.c	2018-12-05 08:26:29 UTC (rev 73760)
@@ -598,7 +598,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_6/raster/r.in.xyz/main.c
===================================================================
--- grass/branches/releasebranch_7_6/raster/r.in.xyz/main.c	2018-12-04 16:55:36 UTC (rev 73759)
+++ grass/branches/releasebranch_7_6/raster/r.in.xyz/main.c	2018-12-05 08:26:29 UTC (rev 73760)
@@ -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