[GRASS-SVN] r72536 - in grass/trunk: lib/imagery locale/po

svn_grass at osgeo.org svn_grass at osgeo.org
Fri Mar 23 12:29:33 PDT 2018


Author: neteler
Date: 2018-03-23 12:29:33 -0700 (Fri, 23 Mar 2018)
New Revision: 72536

Modified:
   grass/trunk/lib/imagery/iclass_perimeter.c
   grass/trunk/lib/imagery/iscatt_core.c
   grass/trunk/locale/po/grasslibs_ar.po
   grass/trunk/locale/po/grasslibs_cs.po
   grass/trunk/locale/po/grasslibs_de.po
   grass/trunk/locale/po/grasslibs_el.po
   grass/trunk/locale/po/grasslibs_es.po
   grass/trunk/locale/po/grasslibs_fi.po
   grass/trunk/locale/po/grasslibs_fr.po
   grass/trunk/locale/po/grasslibs_hu.po
   grass/trunk/locale/po/grasslibs_id_ID.po
   grass/trunk/locale/po/grasslibs_it.po
   grass/trunk/locale/po/grasslibs_ja.po
   grass/trunk/locale/po/grasslibs_ko.po
   grass/trunk/locale/po/grasslibs_lv.po
   grass/trunk/locale/po/grasslibs_ml.po
   grass/trunk/locale/po/grasslibs_pl.po
   grass/trunk/locale/po/grasslibs_pt.po
   grass/trunk/locale/po/grasslibs_pt_BR.po
   grass/trunk/locale/po/grasslibs_ro.po
   grass/trunk/locale/po/grasslibs_ru.po
   grass/trunk/locale/po/grasslibs_si.po
   grass/trunk/locale/po/grasslibs_sl.po
   grass/trunk/locale/po/grasslibs_ta.po
   grass/trunk/locale/po/grasslibs_th.po
   grass/trunk/locale/po/grasslibs_tr.po
   grass/trunk/locale/po/grasslibs_uk.po
   grass/trunk/locale/po/grasslibs_vi.po
   grass/trunk/locale/po/grasslibs_zh.po
Log:
i18N: fix user messages

Modified: grass/trunk/lib/imagery/iclass_perimeter.c
===================================================================
--- grass/trunk/lib/imagery/iclass_perimeter.c	2018-03-23 19:20:22 UTC (rev 72535)
+++ grass/trunk/lib/imagery/iclass_perimeter.c	2018-03-23 19:29:33 UTC (rev 72536)
@@ -205,7 +205,7 @@
     }
     if (first < 0) {
 	G_free(tmp_points);
-	G_warning(_("Absurd polygon."));
+	G_warning(_("Invalid polygon"));
 	return 0;
     }
 

Modified: grass/trunk/lib/imagery/iscatt_core.c
===================================================================
--- grass/trunk/lib/imagery/iscatt_core.c	2018-03-23 19:20:22 UTC (rev 72535)
+++ grass/trunk/lib/imagery/iscatt_core.c	2018-03-23 19:29:33 UTC (rev 72536)
@@ -742,7 +742,7 @@
 		free_compute_scatts_data(fd_bands, bands_rows, n_a_bands,
 					 bands_ids, NULL, NULL,
 					 scatt_conds->n_a_cats);
-		G_warning(_("Unbale to read find raster <%s>"),
+		G_warning(_("Unable to read find raster <%s>"),
 			  bands[band_id]);
 		return -1;
 	    }
@@ -752,7 +752,7 @@
 		free_compute_scatts_data(fd_bands, bands_rows, n_a_bands,
 					 bands_ids, NULL, NULL,
 					 scatt_conds->n_a_cats);
-		G_warning(_("Unbale to open raster <%s>"), bands[band_id]);
+		G_warning(_("Unable to open raster <%s>"), bands[band_id]);
 		return -1;
 	    }
 

Modified: grass/trunk/locale/po/grasslibs_ar.po
===================================================================
--- grass/trunk/locale/po/grasslibs_ar.po	2018-03-23 19:20:22 UTC (rev 72535)
+++ grass/trunk/locale/po/grasslibs_ar.po	2018-03-23 19:29:33 UTC (rev 72536)
@@ -575,12 +575,12 @@
 
 #: ../lib/imagery/iscatt_core.c:745
 #, fuzzy, c-format
-msgid "Unbale to read find raster <%s>"
+msgid "Unable to read find raster <%s>"
 msgstr " [%s] غير قادر على أنشاء ملف عنوان رئيسى ل"
 
 #: ../lib/imagery/iscatt_core.c:755
 #, fuzzy, c-format
-msgid "Unbale to open raster <%s>"
+msgid "Unable to open raster <%s>"
 msgstr "لم يمكن فتحه %s فى %s"
 
 #: ../lib/imagery/iscatt_core.c:761
@@ -641,7 +641,7 @@
 msgstr ""
 
 #: ../lib/imagery/iclass_perimeter.c:208
-msgid "Absurd polygon."
+msgid "Invalid polygon"
 msgstr ""
 
 #: ../lib/imagery/iclass_perimeter.c:253

Modified: grass/trunk/locale/po/grasslibs_cs.po
===================================================================
--- grass/trunk/locale/po/grasslibs_cs.po	2018-03-23 19:20:22 UTC (rev 72535)
+++ grass/trunk/locale/po/grasslibs_cs.po	2018-03-23 19:29:33 UTC (rev 72536)
@@ -565,12 +565,12 @@
 
 #: ../lib/imagery/iscatt_core.c:745
 #, c-format
-msgid "Unbale to read find raster <%s>"
+msgid "Unable to read find raster <%s>"
 msgstr ""
 
 #: ../lib/imagery/iscatt_core.c:755
 #, c-format
-msgid "Unbale to open raster <%s>"
+msgid "Unable to open raster <%s>"
 msgstr ""
 
 #: ../lib/imagery/iscatt_core.c:761
@@ -631,7 +631,7 @@
 msgstr ""
 
 #: ../lib/imagery/iclass_perimeter.c:208
-msgid "Absurd polygon."
+msgid "Invalid polygon"
 msgstr ""
 
 #: ../lib/imagery/iclass_perimeter.c:253

Modified: grass/trunk/locale/po/grasslibs_de.po
===================================================================
--- grass/trunk/locale/po/grasslibs_de.po	2018-03-23 19:20:22 UTC (rev 72535)
+++ grass/trunk/locale/po/grasslibs_de.po	2018-03-23 19:29:33 UTC (rev 72536)
@@ -563,12 +563,12 @@
 
 #: ../lib/imagery/iscatt_core.c:745
 #, c-format
-msgid "Unbale to read find raster <%s>"
+msgid "Unable to read find raster <%s>"
 msgstr ""
 
 #: ../lib/imagery/iscatt_core.c:755
 #, c-format
-msgid "Unbale to open raster <%s>"
+msgid "Unable to open raster <%s>"
 msgstr ""
 
 #: ../lib/imagery/iscatt_core.c:761
@@ -629,7 +629,7 @@
 msgstr ""
 
 #: ../lib/imagery/iclass_perimeter.c:208
-msgid "Absurd polygon."
+msgid "Invalid polygon"
 msgstr ""
 
 #: ../lib/imagery/iclass_perimeter.c:253

Modified: grass/trunk/locale/po/grasslibs_el.po
===================================================================
--- grass/trunk/locale/po/grasslibs_el.po	2018-03-23 19:20:22 UTC (rev 72535)
+++ grass/trunk/locale/po/grasslibs_el.po	2018-03-23 19:29:33 UTC (rev 72536)
@@ -558,12 +558,12 @@
 
 #: ../lib/imagery/iscatt_core.c:745
 #, c-format
-msgid "Unbale to read find raster <%s>"
+msgid "Unable to read find raster <%s>"
 msgstr ""
 
 #: ../lib/imagery/iscatt_core.c:755
 #, c-format
-msgid "Unbale to open raster <%s>"
+msgid "Unable to open raster <%s>"
 msgstr ""
 
 #: ../lib/imagery/iscatt_core.c:761
@@ -624,7 +624,7 @@
 msgstr ""
 
 #: ../lib/imagery/iclass_perimeter.c:208
-msgid "Absurd polygon."
+msgid "Invalid polygon"
 msgstr ""
 
 #: ../lib/imagery/iclass_perimeter.c:253

Modified: grass/trunk/locale/po/grasslibs_es.po
===================================================================
--- grass/trunk/locale/po/grasslibs_es.po	2018-03-23 19:20:22 UTC (rev 72535)
+++ grass/trunk/locale/po/grasslibs_es.po	2018-03-23 19:29:33 UTC (rev 72536)
@@ -568,12 +568,12 @@
 
 #: ../lib/imagery/iscatt_core.c:745
 #, c-format
-msgid "Unbale to read find raster <%s>"
+msgid "Unable to read find raster <%s>"
 msgstr ""
 
 #: ../lib/imagery/iscatt_core.c:755
 #, c-format
-msgid "Unbale to open raster <%s>"
+msgid "Unable to open raster <%s>"
 msgstr "No ha sido posible abrir ráster <%s>"
 
 #: ../lib/imagery/iscatt_core.c:761
@@ -634,7 +634,7 @@
 msgstr "Ha fallado el cálculo de perímetro"
 
 #: ../lib/imagery/iclass_perimeter.c:208
-msgid "Absurd polygon."
+msgid "Invalid polygon"
 msgstr "Polígono absurdo."
 
 #: ../lib/imagery/iclass_perimeter.c:253

Modified: grass/trunk/locale/po/grasslibs_fi.po
===================================================================
--- grass/trunk/locale/po/grasslibs_fi.po	2018-03-23 19:20:22 UTC (rev 72535)
+++ grass/trunk/locale/po/grasslibs_fi.po	2018-03-23 19:29:33 UTC (rev 72536)
@@ -558,12 +558,12 @@
 
 #: ../lib/imagery/iscatt_core.c:745
 #, c-format
-msgid "Unbale to read find raster <%s>"
+msgid "Unable to read find raster <%s>"
 msgstr ""
 
 #: ../lib/imagery/iscatt_core.c:755
 #, c-format
-msgid "Unbale to open raster <%s>"
+msgid "Unable to open raster <%s>"
 msgstr ""
 
 #: ../lib/imagery/iscatt_core.c:761
@@ -624,7 +624,7 @@
 msgstr ""
 
 #: ../lib/imagery/iclass_perimeter.c:208
-msgid "Absurd polygon."
+msgid "Invalid polygon"
 msgstr ""
 
 #: ../lib/imagery/iclass_perimeter.c:253

Modified: grass/trunk/locale/po/grasslibs_fr.po
===================================================================
--- grass/trunk/locale/po/grasslibs_fr.po	2018-03-23 19:20:22 UTC (rev 72535)
+++ grass/trunk/locale/po/grasslibs_fr.po	2018-03-23 19:29:33 UTC (rev 72536)
@@ -562,12 +562,12 @@
 
 #: ../lib/imagery/iscatt_core.c:745
 #, c-format
-msgid "Unbale to read find raster <%s>"
+msgid "Unable to read find raster <%s>"
 msgstr "Impossible de lire le raster <%s>"
 
 #: ../lib/imagery/iscatt_core.c:755
 #, c-format
-msgid "Unbale to open raster <%s>"
+msgid "Unable to open raster <%s>"
 msgstr "Impossible d'ouvrir le raster <%s>"
 
 #: ../lib/imagery/iscatt_core.c:761
@@ -628,7 +628,7 @@
 msgstr "Le calcul du périmètre a échoué"
 
 #: ../lib/imagery/iclass_perimeter.c:208
-msgid "Absurd polygon."
+msgid "Invalid polygon"
 msgstr "Polygone absurde."
 
 #: ../lib/imagery/iclass_perimeter.c:253

Modified: grass/trunk/locale/po/grasslibs_hu.po
===================================================================
--- grass/trunk/locale/po/grasslibs_hu.po	2018-03-23 19:20:22 UTC (rev 72535)
+++ grass/trunk/locale/po/grasslibs_hu.po	2018-03-23 19:29:33 UTC (rev 72536)
@@ -3208,7 +3208,7 @@
 msgstr ""
 
 #: ../lib/imagery/iclass_perimeter.c:208
-msgid "Absurd polygon."
+msgid "Invalid polygon"
 msgstr ""
 
 #: ../lib/imagery/iclass_perimeter.c:253
@@ -3319,12 +3319,12 @@
 
 #: ../lib/imagery/iscatt_core.c:745
 #, c-format
-msgid "Unbale to read find raster <%s>"
+msgid "Unable to read find raster <%s>"
 msgstr ""
 
 #: ../lib/imagery/iscatt_core.c:755
 #, c-format
-msgid "Unbale to open raster <%s>"
+msgid "Unable to open raster <%s>"
 msgstr ""
 
 #: ../lib/imagery/iscatt_core.c:761

Modified: grass/trunk/locale/po/grasslibs_id_ID.po
===================================================================
--- grass/trunk/locale/po/grasslibs_id_ID.po	2018-03-23 19:20:22 UTC (rev 72535)
+++ grass/trunk/locale/po/grasslibs_id_ID.po	2018-03-23 19:29:33 UTC (rev 72536)
@@ -3635,7 +3635,7 @@
 msgstr "Komputasi perimeter gagal"
 
 #: ../lib/imagery/iclass_perimeter.c:208
-msgid "Absurd polygon."
+msgid "Invalid polygon"
 msgstr ""
 
 #: ../lib/imagery/iclass_perimeter.c:253
@@ -3770,12 +3770,12 @@
 
 #: ../lib/imagery/iscatt_core.c:745
 #, c-format
-msgid "Unbale to read find raster <%s>"
+msgid "Unable to read find raster <%s>"
 msgstr ""
 
 #: ../lib/imagery/iscatt_core.c:755
 #, c-format
-msgid "Unbale to open raster <%s>"
+msgid "Unable to open raster <%s>"
 msgstr "Tidak dapat membuka raster <%s>"
 
 #: ../lib/imagery/iscatt_core.c:761

Modified: grass/trunk/locale/po/grasslibs_it.po
===================================================================
--- grass/trunk/locale/po/grasslibs_it.po	2018-03-23 19:20:22 UTC (rev 72535)
+++ grass/trunk/locale/po/grasslibs_it.po	2018-03-23 19:29:33 UTC (rev 72536)
@@ -565,12 +565,12 @@
 
 #: ../lib/imagery/iscatt_core.c:745
 #, c-format
-msgid "Unbale to read find raster <%s>"
+msgid "Unable to read find raster <%s>"
 msgstr ""
 
 #: ../lib/imagery/iscatt_core.c:755
 #, c-format
-msgid "Unbale to open raster <%s>"
+msgid "Unable to open raster <%s>"
 msgstr ""
 
 #: ../lib/imagery/iscatt_core.c:761
@@ -631,7 +631,7 @@
 msgstr ""
 
 #: ../lib/imagery/iclass_perimeter.c:208
-msgid "Absurd polygon."
+msgid "Invalid polygon"
 msgstr ""
 
 #: ../lib/imagery/iclass_perimeter.c:253

Modified: grass/trunk/locale/po/grasslibs_ja.po
===================================================================
--- grass/trunk/locale/po/grasslibs_ja.po	2018-03-23 19:20:22 UTC (rev 72535)
+++ grass/trunk/locale/po/grasslibs_ja.po	2018-03-23 19:29:33 UTC (rev 72536)
@@ -563,12 +563,12 @@
 
 #: ../lib/imagery/iscatt_core.c:745
 #, c-format
-msgid "Unbale to read find raster <%s>"
+msgid "Unable to read find raster <%s>"
 msgstr ""
 
 #: ../lib/imagery/iscatt_core.c:755
 #, c-format
-msgid "Unbale to open raster <%s>"
+msgid "Unable to open raster <%s>"
 msgstr ""
 
 #: ../lib/imagery/iscatt_core.c:761
@@ -629,7 +629,7 @@
 msgstr ""
 
 #: ../lib/imagery/iclass_perimeter.c:208
-msgid "Absurd polygon."
+msgid "Invalid polygon"
 msgstr "不正なポリゴン"
 
 #: ../lib/imagery/iclass_perimeter.c:253

Modified: grass/trunk/locale/po/grasslibs_ko.po
===================================================================
--- grass/trunk/locale/po/grasslibs_ko.po	2018-03-23 19:20:22 UTC (rev 72535)
+++ grass/trunk/locale/po/grasslibs_ko.po	2018-03-23 19:29:33 UTC (rev 72536)
@@ -8533,12 +8533,12 @@
 
 #: ../lib/imagery/iscatt_core.c:745
 #, c-format
-msgid "Unbale to read find raster <%s>"
+msgid "Unable to read find raster <%s>"
 msgstr ""
 
 #: ../lib/imagery/iscatt_core.c:755
 #, c-format
-msgid "Unbale to open raster <%s>"
+msgid "Unable to open raster <%s>"
 msgstr ""
 
 #: ../lib/imagery/iscatt_core.c:761
@@ -8639,7 +8639,7 @@
 msgstr ""
 
 #: ../lib/imagery/iclass_perimeter.c:208
-msgid "Absurd polygon."
+msgid "Invalid polygon"
 msgstr ""
 
 #: ../lib/imagery/iclass_perimeter.c:253

Modified: grass/trunk/locale/po/grasslibs_lv.po
===================================================================
--- grass/trunk/locale/po/grasslibs_lv.po	2018-03-23 19:20:22 UTC (rev 72535)
+++ grass/trunk/locale/po/grasslibs_lv.po	2018-03-23 19:29:33 UTC (rev 72536)
@@ -8814,12 +8814,12 @@
 
 #: ../lib/imagery/iscatt_core.c:745
 #, c-format
-msgid "Unbale to read find raster <%s>"
+msgid "Unable to read find raster <%s>"
 msgstr ""
 
 #: ../lib/imagery/iscatt_core.c:755
 #, c-format
-msgid "Unbale to open raster <%s>"
+msgid "Unable to open raster <%s>"
 msgstr ""
 
 #: ../lib/imagery/iscatt_core.c:761
@@ -8920,7 +8920,7 @@
 msgstr ""
 
 #: ../lib/imagery/iclass_perimeter.c:208
-msgid "Absurd polygon."
+msgid "Invalid polygon"
 msgstr ""
 
 #: ../lib/imagery/iclass_perimeter.c:253

Modified: grass/trunk/locale/po/grasslibs_ml.po
===================================================================
--- grass/trunk/locale/po/grasslibs_ml.po	2018-03-23 19:20:22 UTC (rev 72535)
+++ grass/trunk/locale/po/grasslibs_ml.po	2018-03-23 19:29:33 UTC (rev 72536)
@@ -558,12 +558,12 @@
 
 #: ../lib/imagery/iscatt_core.c:745
 #, c-format
-msgid "Unbale to read find raster <%s>"
+msgid "Unable to read find raster <%s>"
 msgstr ""
 
 #: ../lib/imagery/iscatt_core.c:755
 #, c-format
-msgid "Unbale to open raster <%s>"
+msgid "Unable to open raster <%s>"
 msgstr ""
 
 #: ../lib/imagery/iscatt_core.c:761
@@ -624,7 +624,7 @@
 msgstr ""
 
 #: ../lib/imagery/iclass_perimeter.c:208
-msgid "Absurd polygon."
+msgid "Invalid polygon"
 msgstr ""
 
 #: ../lib/imagery/iclass_perimeter.c:253

Modified: grass/trunk/locale/po/grasslibs_pl.po
===================================================================
--- grass/trunk/locale/po/grasslibs_pl.po	2018-03-23 19:20:22 UTC (rev 72535)
+++ grass/trunk/locale/po/grasslibs_pl.po	2018-03-23 19:29:33 UTC (rev 72536)
@@ -559,12 +559,12 @@
 
 #: ../lib/imagery/iscatt_core.c:745
 #, c-format
-msgid "Unbale to read find raster <%s>"
+msgid "Unable to read find raster <%s>"
 msgstr ""
 
 #: ../lib/imagery/iscatt_core.c:755
 #, c-format
-msgid "Unbale to open raster <%s>"
+msgid "Unable to open raster <%s>"
 msgstr ""
 
 #: ../lib/imagery/iscatt_core.c:761
@@ -625,7 +625,7 @@
 msgstr ""
 
 #: ../lib/imagery/iclass_perimeter.c:208
-msgid "Absurd polygon."
+msgid "Invalid polygon"
 msgstr ""
 
 #: ../lib/imagery/iclass_perimeter.c:253

Modified: grass/trunk/locale/po/grasslibs_pt.po
===================================================================
--- grass/trunk/locale/po/grasslibs_pt.po	2018-03-23 19:20:22 UTC (rev 72535)
+++ grass/trunk/locale/po/grasslibs_pt.po	2018-03-23 19:29:33 UTC (rev 72536)
@@ -561,12 +561,12 @@
 
 #: ../lib/imagery/iscatt_core.c:745
 #, c-format
-msgid "Unbale to read find raster <%s>"
+msgid "Unable to read find raster <%s>"
 msgstr ""
 
 #: ../lib/imagery/iscatt_core.c:755
 #, c-format
-msgid "Unbale to open raster <%s>"
+msgid "Unable to open raster <%s>"
 msgstr ""
 
 #: ../lib/imagery/iscatt_core.c:761
@@ -627,7 +627,7 @@
 msgstr ""
 
 #: ../lib/imagery/iclass_perimeter.c:208
-msgid "Absurd polygon."
+msgid "Invalid polygon"
 msgstr ""
 
 #: ../lib/imagery/iclass_perimeter.c:253

Modified: grass/trunk/locale/po/grasslibs_pt_BR.po
===================================================================
--- grass/trunk/locale/po/grasslibs_pt_BR.po	2018-03-23 19:20:22 UTC (rev 72535)
+++ grass/trunk/locale/po/grasslibs_pt_BR.po	2018-03-23 19:29:33 UTC (rev 72536)
@@ -557,12 +557,12 @@
 
 #: ../lib/imagery/iscatt_core.c:745
 #, c-format
-msgid "Unbale to read find raster <%s>"
+msgid "Unable to read find raster <%s>"
 msgstr ""
 
 #: ../lib/imagery/iscatt_core.c:755
 #, c-format
-msgid "Unbale to open raster <%s>"
+msgid "Unable to open raster <%s>"
 msgstr ""
 
 #: ../lib/imagery/iscatt_core.c:761
@@ -623,7 +623,7 @@
 msgstr ""
 
 #: ../lib/imagery/iclass_perimeter.c:208
-msgid "Absurd polygon."
+msgid "Invalid polygon"
 msgstr ""
 
 #: ../lib/imagery/iclass_perimeter.c:253

Modified: grass/trunk/locale/po/grasslibs_ro.po
===================================================================
--- grass/trunk/locale/po/grasslibs_ro.po	2018-03-23 19:20:22 UTC (rev 72535)
+++ grass/trunk/locale/po/grasslibs_ro.po	2018-03-23 19:29:33 UTC (rev 72536)
@@ -556,12 +556,12 @@
 
 #: ../lib/imagery/iscatt_core.c:745
 #, c-format
-msgid "Unbale to read find raster <%s>"
+msgid "Unable to read find raster <%s>"
 msgstr ""
 
 #: ../lib/imagery/iscatt_core.c:755
 #, c-format
-msgid "Unbale to open raster <%s>"
+msgid "Unable to open raster <%s>"
 msgstr ""
 
 #: ../lib/imagery/iscatt_core.c:761
@@ -622,7 +622,7 @@
 msgstr ""
 
 #: ../lib/imagery/iclass_perimeter.c:208
-msgid "Absurd polygon."
+msgid "Invalid polygon"
 msgstr ""
 
 #: ../lib/imagery/iclass_perimeter.c:253

Modified: grass/trunk/locale/po/grasslibs_ru.po
===================================================================
--- grass/trunk/locale/po/grasslibs_ru.po	2018-03-23 19:20:22 UTC (rev 72535)
+++ grass/trunk/locale/po/grasslibs_ru.po	2018-03-23 19:29:33 UTC (rev 72536)
@@ -556,12 +556,12 @@
 
 #: ../lib/imagery/iscatt_core.c:745
 #, c-format
-msgid "Unbale to read find raster <%s>"
+msgid "Unable to read find raster <%s>"
 msgstr ""
 
 #: ../lib/imagery/iscatt_core.c:755
 #, c-format
-msgid "Unbale to open raster <%s>"
+msgid "Unable to open raster <%s>"
 msgstr ""
 
 #: ../lib/imagery/iscatt_core.c:761
@@ -622,7 +622,7 @@
 msgstr ""
 
 #: ../lib/imagery/iclass_perimeter.c:208
-msgid "Absurd polygon."
+msgid "Invalid polygon"
 msgstr ""
 
 #: ../lib/imagery/iclass_perimeter.c:253

Modified: grass/trunk/locale/po/grasslibs_si.po
===================================================================
--- grass/trunk/locale/po/grasslibs_si.po	2018-03-23 19:20:22 UTC (rev 72535)
+++ grass/trunk/locale/po/grasslibs_si.po	2018-03-23 19:29:33 UTC (rev 72536)
@@ -3641,7 +3641,7 @@
 msgstr ""
 
 #: ../lib/imagery/iclass_perimeter.c:208
-msgid "Absurd polygon."
+msgid "Invalid polygon"
 msgstr ""
 
 #: ../lib/imagery/iclass_perimeter.c:253
@@ -3776,12 +3776,12 @@
 
 #: ../lib/imagery/iscatt_core.c:745
 #, c-format
-msgid "Unbale to read find raster <%s>"
+msgid "Unable to read find raster <%s>"
 msgstr ""
 
 #: ../lib/imagery/iscatt_core.c:755
 #, c-format
-msgid "Unbale to open raster <%s>"
+msgid "Unable to open raster <%s>"
 msgstr ""
 
 #: ../lib/imagery/iscatt_core.c:761

Modified: grass/trunk/locale/po/grasslibs_sl.po
===================================================================
--- grass/trunk/locale/po/grasslibs_sl.po	2018-03-23 19:20:22 UTC (rev 72535)
+++ grass/trunk/locale/po/grasslibs_sl.po	2018-03-23 19:29:33 UTC (rev 72536)
@@ -576,12 +576,12 @@
 
 #: ../lib/imagery/iscatt_core.c:745
 #, fuzzy, c-format
-msgid "Unbale to read find raster <%s>"
+msgid "Unable to read find raster <%s>"
 msgstr "ne morem spremeniti direktorija v %s"
 
 #: ../lib/imagery/iscatt_core.c:755
 #, fuzzy, c-format
-msgid "Unbale to open raster <%s>"
+msgid "Unable to open raster <%s>"
 msgstr "Nezmožen odpreti datoteko %s v %s"
 
 #: ../lib/imagery/iscatt_core.c:761
@@ -642,7 +642,7 @@
 msgstr ""
 
 #: ../lib/imagery/iclass_perimeter.c:208
-msgid "Absurd polygon."
+msgid "Invalid polygon"
 msgstr ""
 
 #: ../lib/imagery/iclass_perimeter.c:253

Modified: grass/trunk/locale/po/grasslibs_ta.po
===================================================================
--- grass/trunk/locale/po/grasslibs_ta.po	2018-03-23 19:20:22 UTC (rev 72535)
+++ grass/trunk/locale/po/grasslibs_ta.po	2018-03-23 19:29:33 UTC (rev 72536)
@@ -425,12 +425,12 @@
 
 #: ../lib/imagery/iscatt_core.c:745
 #, c-format
-msgid "Unbale to read find raster <%s>"
+msgid "Unable to read find raster <%s>"
 msgstr ""
 
 #: ../lib/imagery/iscatt_core.c:755
 #, c-format
-msgid "Unbale to open raster <%s>"
+msgid "Unable to open raster <%s>"
 msgstr ""
 
 #: ../lib/imagery/iscatt_core.c:761
@@ -471,7 +471,7 @@
 msgstr ""
 
 #: ../lib/imagery/iclass_perimeter.c:208
-msgid "Absurd polygon."
+msgid "Invalid polygon"
 msgstr ""
 
 #: ../lib/imagery/iclass_perimeter.c:253

Modified: grass/trunk/locale/po/grasslibs_th.po
===================================================================
--- grass/trunk/locale/po/grasslibs_th.po	2018-03-23 19:20:22 UTC (rev 72535)
+++ grass/trunk/locale/po/grasslibs_th.po	2018-03-23 19:29:33 UTC (rev 72536)
@@ -559,12 +559,12 @@
 
 #: ../lib/imagery/iscatt_core.c:745
 #, c-format
-msgid "Unbale to read find raster <%s>"
+msgid "Unable to read find raster <%s>"
 msgstr ""
 
 #: ../lib/imagery/iscatt_core.c:755
 #, c-format
-msgid "Unbale to open raster <%s>"
+msgid "Unable to open raster <%s>"
 msgstr ""
 
 #: ../lib/imagery/iscatt_core.c:761
@@ -625,7 +625,7 @@
 msgstr ""
 
 #: ../lib/imagery/iclass_perimeter.c:208
-msgid "Absurd polygon."
+msgid "Invalid polygon"
 msgstr ""
 
 #: ../lib/imagery/iclass_perimeter.c:253

Modified: grass/trunk/locale/po/grasslibs_tr.po
===================================================================
--- grass/trunk/locale/po/grasslibs_tr.po	2018-03-23 19:20:22 UTC (rev 72535)
+++ grass/trunk/locale/po/grasslibs_tr.po	2018-03-23 19:29:33 UTC (rev 72536)
@@ -559,12 +559,12 @@
 
 #: ../lib/imagery/iscatt_core.c:745
 #, c-format
-msgid "Unbale to read find raster <%s>"
+msgid "Unable to read find raster <%s>"
 msgstr ""
 
 #: ../lib/imagery/iscatt_core.c:755
 #, c-format
-msgid "Unbale to open raster <%s>"
+msgid "Unable to open raster <%s>"
 msgstr ""
 
 #: ../lib/imagery/iscatt_core.c:761
@@ -625,7 +625,7 @@
 msgstr ""
 
 #: ../lib/imagery/iclass_perimeter.c:208
-msgid "Absurd polygon."
+msgid "Invalid polygon"
 msgstr ""
 
 #: ../lib/imagery/iclass_perimeter.c:253

Modified: grass/trunk/locale/po/grasslibs_uk.po
===================================================================
--- grass/trunk/locale/po/grasslibs_uk.po	2018-03-23 19:20:22 UTC (rev 72535)
+++ grass/trunk/locale/po/grasslibs_uk.po	2018-03-23 19:29:33 UTC (rev 72536)
@@ -3647,7 +3647,7 @@
 msgstr ""
 
 #: ../lib/imagery/iclass_perimeter.c:208
-msgid "Absurd polygon."
+msgid "Invalid polygon"
 msgstr ""
 
 #: ../lib/imagery/iclass_perimeter.c:253
@@ -3782,12 +3782,12 @@
 
 #: ../lib/imagery/iscatt_core.c:745
 #, c-format
-msgid "Unbale to read find raster <%s>"
+msgid "Unable to read find raster <%s>"
 msgstr ""
 
 #: ../lib/imagery/iscatt_core.c:755
 #, c-format
-msgid "Unbale to open raster <%s>"
+msgid "Unable to open raster <%s>"
 msgstr ""
 
 #: ../lib/imagery/iscatt_core.c:761

Modified: grass/trunk/locale/po/grasslibs_vi.po
===================================================================
--- grass/trunk/locale/po/grasslibs_vi.po	2018-03-23 19:20:22 UTC (rev 72535)
+++ grass/trunk/locale/po/grasslibs_vi.po	2018-03-23 19:29:33 UTC (rev 72536)
@@ -559,12 +559,12 @@
 
 #: ../lib/imagery/iscatt_core.c:745
 #, c-format
-msgid "Unbale to read find raster <%s>"
+msgid "Unable to read find raster <%s>"
 msgstr ""
 
 #: ../lib/imagery/iscatt_core.c:755
 #, c-format
-msgid "Unbale to open raster <%s>"
+msgid "Unable to open raster <%s>"
 msgstr ""
 
 #: ../lib/imagery/iscatt_core.c:761
@@ -625,7 +625,7 @@
 msgstr ""
 
 #: ../lib/imagery/iclass_perimeter.c:208
-msgid "Absurd polygon."
+msgid "Invalid polygon"
 msgstr ""
 
 #: ../lib/imagery/iclass_perimeter.c:253

Modified: grass/trunk/locale/po/grasslibs_zh.po
===================================================================
--- grass/trunk/locale/po/grasslibs_zh.po	2018-03-23 19:20:22 UTC (rev 72535)
+++ grass/trunk/locale/po/grasslibs_zh.po	2018-03-23 19:29:33 UTC (rev 72536)
@@ -559,12 +559,12 @@
 
 #: ../lib/imagery/iscatt_core.c:745
 #, c-format
-msgid "Unbale to read find raster <%s>"
+msgid "Unable to read find raster <%s>"
 msgstr ""
 
 #: ../lib/imagery/iscatt_core.c:755
 #, c-format
-msgid "Unbale to open raster <%s>"
+msgid "Unable to open raster <%s>"
 msgstr ""
 
 #: ../lib/imagery/iscatt_core.c:761
@@ -625,7 +625,7 @@
 msgstr ""
 
 #: ../lib/imagery/iclass_perimeter.c:208
-msgid "Absurd polygon."
+msgid "Invalid polygon"
 msgstr ""
 
 #: ../lib/imagery/iclass_perimeter.c:253



More information about the grass-commit mailing list