[GRASS-SVN] r68106 - in grass/branches/releasebranch_7_0: imagery/i.target locale/po

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Mar 22 03:40:10 PDT 2016


Author: neteler
Date: 2016-03-22 03:40:10 -0700 (Tue, 22 Mar 2016)
New Revision: 68106

Modified:
   grass/branches/releasebranch_7_0/imagery/i.target/main.c
   grass/branches/releasebranch_7_0/locale/po/grassmods_ar.po
   grass/branches/releasebranch_7_0/locale/po/grassmods_cs.po
   grass/branches/releasebranch_7_0/locale/po/grassmods_de.po
   grass/branches/releasebranch_7_0/locale/po/grassmods_el.po
   grass/branches/releasebranch_7_0/locale/po/grassmods_es.po
   grass/branches/releasebranch_7_0/locale/po/grassmods_fi.po
   grass/branches/releasebranch_7_0/locale/po/grassmods_fr.po
   grass/branches/releasebranch_7_0/locale/po/grassmods_it.po
   grass/branches/releasebranch_7_0/locale/po/grassmods_ja.po
   grass/branches/releasebranch_7_0/locale/po/grassmods_ko.po
   grass/branches/releasebranch_7_0/locale/po/grassmods_lv.po
   grass/branches/releasebranch_7_0/locale/po/grassmods_pl.po
   grass/branches/releasebranch_7_0/locale/po/grassmods_pt.po
   grass/branches/releasebranch_7_0/locale/po/grassmods_pt_br.po
   grass/branches/releasebranch_7_0/locale/po/grassmods_ro.po
   grass/branches/releasebranch_7_0/locale/po/grassmods_ru.po
   grass/branches/releasebranch_7_0/locale/po/grassmods_sl.po
   grass/branches/releasebranch_7_0/locale/po/grassmods_th.po
   grass/branches/releasebranch_7_0/locale/po/grassmods_tr.po
   grass/branches/releasebranch_7_0/locale/po/grassmods_vi.po
   grass/branches/releasebranch_7_0/locale/po/grassmods_zh.po
Log:
i.target: Fix a message (r68090 + r68105)

Modified: grass/branches/releasebranch_7_0/imagery/i.target/main.c
===================================================================
--- grass/branches/releasebranch_7_0/imagery/i.target/main.c	2016-03-22 10:35:40 UTC (rev 68105)
+++ grass/branches/releasebranch_7_0/imagery/i.target/main.c	2016-03-22 10:40:10 UTC (rev 68106)
@@ -65,7 +65,7 @@
     c = G_define_flag();
     c->key = 'c';
     c->description =
-	_("Set current location and mapset as target for of imagery group");
+	_("Set current location and mapset as target for imagery group");
 
     if (G_parser(argc, argv))
 	exit(EXIT_FAILURE);

Modified: grass/branches/releasebranch_7_0/locale/po/grassmods_ar.po
===================================================================
--- grass/branches/releasebranch_7_0/locale/po/grassmods_ar.po	2016-03-22 10:35:40 UTC (rev 68105)
+++ grass/branches/releasebranch_7_0/locale/po/grassmods_ar.po	2016-03-22 10:40:10 UTC (rev 68106)
@@ -14984,7 +14984,7 @@
 msgstr "اسم الخريطة الناتجة"
 
 #: ../imagery/i.target/main.c:68
-msgid "Set current location and mapset as target for of imagery group"
+msgid "Set current location and mapset as target for imagery group"
 msgstr ""
 
 #: ../imagery/i.target/main.c:90 ../imagery/i.target/main.c:107

Modified: grass/branches/releasebranch_7_0/locale/po/grassmods_cs.po
===================================================================
--- grass/branches/releasebranch_7_0/locale/po/grassmods_cs.po	2016-03-22 10:35:40 UTC (rev 68105)
+++ grass/branches/releasebranch_7_0/locale/po/grassmods_cs.po	2016-03-22 10:40:10 UTC (rev 68106)
@@ -15092,7 +15092,7 @@
 msgstr "Název cílového mapsetu"
 
 #: ../imagery/i.target/main.c:68
-msgid "Set current location and mapset as target for of imagery group"
+msgid "Set current location and mapset as target for imagery group"
 msgstr "Nastaví aktuální lokaci a mapset jako cíl pro obrazovou skupinu"
 
 #: ../imagery/i.target/main.c:90 ../imagery/i.target/main.c:107

Modified: grass/branches/releasebranch_7_0/locale/po/grassmods_de.po
===================================================================
--- grass/branches/releasebranch_7_0/locale/po/grassmods_de.po	2016-03-22 10:35:40 UTC (rev 68105)
+++ grass/branches/releasebranch_7_0/locale/po/grassmods_de.po	2016-03-22 10:40:10 UTC (rev 68106)
@@ -15052,7 +15052,7 @@
 msgstr "Name des Zielmapsets."
 
 #: ../imagery/i.target/main.c:68
-msgid "Set current location and mapset as target for of imagery group"
+msgid "Set current location and mapset as target for imagery group"
 msgstr "Setzt aktuelle Location und Mapset als Ziel für die Bildgruppe."
 
 #: ../imagery/i.target/main.c:90 ../imagery/i.target/main.c:107

Modified: grass/branches/releasebranch_7_0/locale/po/grassmods_el.po
===================================================================
--- grass/branches/releasebranch_7_0/locale/po/grassmods_el.po	2016-03-22 10:35:40 UTC (rev 68105)
+++ grass/branches/releasebranch_7_0/locale/po/grassmods_el.po	2016-03-22 10:40:10 UTC (rev 68106)
@@ -14446,7 +14446,7 @@
 msgstr ""
 
 #: ../imagery/i.target/main.c:68
-msgid "Set current location and mapset as target for of imagery group"
+msgid "Set current location and mapset as target for imagery group"
 msgstr ""
 
 #: ../imagery/i.target/main.c:90 ../imagery/i.target/main.c:107

Modified: grass/branches/releasebranch_7_0/locale/po/grassmods_es.po
===================================================================
--- grass/branches/releasebranch_7_0/locale/po/grassmods_es.po	2016-03-22 10:35:40 UTC (rev 68105)
+++ grass/branches/releasebranch_7_0/locale/po/grassmods_es.po	2016-03-22 10:40:10 UTC (rev 68106)
@@ -15068,7 +15068,7 @@
 msgstr "Nombre de destino del conjunto de mapas"
 
 #: ../imagery/i.target/main.c:68
-msgid "Set current location and mapset as target for of imagery group"
+msgid "Set current location and mapset as target for imagery group"
 msgstr ""
 "Asignar la localización y el conjunto de mapas activo como destino del grupo "
 "de imágenes"

Modified: grass/branches/releasebranch_7_0/locale/po/grassmods_fi.po
===================================================================
--- grass/branches/releasebranch_7_0/locale/po/grassmods_fi.po	2016-03-22 10:35:40 UTC (rev 68105)
+++ grass/branches/releasebranch_7_0/locale/po/grassmods_fi.po	2016-03-22 10:40:10 UTC (rev 68106)
@@ -13812,7 +13812,7 @@
 msgstr ""
 
 #: ../imagery/i.target/main.c:68
-msgid "Set current location and mapset as target for of imagery group"
+msgid "Set current location and mapset as target for imagery group"
 msgstr ""
 
 #: ../imagery/i.target/main.c:90 ../imagery/i.target/main.c:107

Modified: grass/branches/releasebranch_7_0/locale/po/grassmods_fr.po
===================================================================
--- grass/branches/releasebranch_7_0/locale/po/grassmods_fr.po	2016-03-22 10:35:40 UTC (rev 68105)
+++ grass/branches/releasebranch_7_0/locale/po/grassmods_fr.po	2016-03-22 10:40:10 UTC (rev 68106)
@@ -15751,7 +15751,7 @@
 msgstr "Nom du jeu de données en sortie"
 
 #: ../imagery/i.target/main.c:68
-msgid "Set current location and mapset as target for of imagery group"
+msgid "Set current location and mapset as target for imagery group"
 msgstr ""
 "Règle le Secteur courant et le jeu de donnée comme cible du groupe d'images"
 

Modified: grass/branches/releasebranch_7_0/locale/po/grassmods_it.po
===================================================================
--- grass/branches/releasebranch_7_0/locale/po/grassmods_it.po	2016-03-22 10:35:40 UTC (rev 68105)
+++ grass/branches/releasebranch_7_0/locale/po/grassmods_it.po	2016-03-22 10:40:10 UTC (rev 68106)
@@ -14838,7 +14838,7 @@
 msgstr "Nome del mapset di destinazione"
 
 #: ../imagery/i.target/main.c:68
-msgid "Set current location and mapset as target for of imagery group"
+msgid "Set current location and mapset as target for imagery group"
 msgstr ""
 "Imposta location e mapset correnti come destinazione del gruppo di immagini"
 

Modified: grass/branches/releasebranch_7_0/locale/po/grassmods_ja.po
===================================================================
--- grass/branches/releasebranch_7_0/locale/po/grassmods_ja.po	2016-03-22 10:35:40 UTC (rev 68105)
+++ grass/branches/releasebranch_7_0/locale/po/grassmods_ja.po	2016-03-22 10:40:10 UTC (rev 68106)
@@ -14925,7 +14925,7 @@
 msgstr "ターゲットマップセット名"
 
 #: ../imagery/i.target/main.c:68
-msgid "Set current location and mapset as target for of imagery group"
+msgid "Set current location and mapset as target for imagery group"
 msgstr ""
 "画像グループのターゲットとして現在のロケーションとマップセットを設定する。"
 

Modified: grass/branches/releasebranch_7_0/locale/po/grassmods_ko.po
===================================================================
--- grass/branches/releasebranch_7_0/locale/po/grassmods_ko.po	2016-03-22 10:35:40 UTC (rev 68105)
+++ grass/branches/releasebranch_7_0/locale/po/grassmods_ko.po	2016-03-22 10:40:10 UTC (rev 68106)
@@ -14519,7 +14519,7 @@
 msgstr ""
 
 #: ../imagery/i.target/main.c:68
-msgid "Set current location and mapset as target for of imagery group"
+msgid "Set current location and mapset as target for imagery group"
 msgstr ""
 
 #: ../imagery/i.target/main.c:90 ../imagery/i.target/main.c:107

Modified: grass/branches/releasebranch_7_0/locale/po/grassmods_lv.po
===================================================================
--- grass/branches/releasebranch_7_0/locale/po/grassmods_lv.po	2016-03-22 10:35:40 UTC (rev 68105)
+++ grass/branches/releasebranch_7_0/locale/po/grassmods_lv.po	2016-03-22 10:40:10 UTC (rev 68106)
@@ -14923,7 +14923,7 @@
 msgstr "Rastra kartes nosaukums"
 
 #: ../imagery/i.target/main.c:68
-msgid "Set current location and mapset as target for of imagery group"
+msgid "Set current location and mapset as target for imagery group"
 msgstr ""
 
 #: ../imagery/i.target/main.c:90 ../imagery/i.target/main.c:107

Modified: grass/branches/releasebranch_7_0/locale/po/grassmods_pl.po
===================================================================
--- grass/branches/releasebranch_7_0/locale/po/grassmods_pl.po	2016-03-22 10:35:40 UTC (rev 68105)
+++ grass/branches/releasebranch_7_0/locale/po/grassmods_pl.po	2016-03-22 10:40:10 UTC (rev 68106)
@@ -14999,7 +14999,7 @@
 msgstr "Nazwa docelowego mapsetu"
 
 #: ../imagery/i.target/main.c:68
-msgid "Set current location and mapset as target for of imagery group"
+msgid "Set current location and mapset as target for imagery group"
 msgstr "Ustaw bieżącą lokację i mapset jako docelowe dla grupy obrazów"
 
 #: ../imagery/i.target/main.c:90 ../imagery/i.target/main.c:107

Modified: grass/branches/releasebranch_7_0/locale/po/grassmods_pt.po
===================================================================
--- grass/branches/releasebranch_7_0/locale/po/grassmods_pt.po	2016-03-22 10:35:40 UTC (rev 68105)
+++ grass/branches/releasebranch_7_0/locale/po/grassmods_pt.po	2016-03-22 10:40:10 UTC (rev 68106)
@@ -15365,7 +15365,7 @@
 msgstr "Nome do mapset de destino"
 
 #: ../imagery/i.target/main.c:68
-msgid "Set current location and mapset as target for of imagery group"
+msgid "Set current location and mapset as target for imagery group"
 msgstr "Definir locação e mapset atuais como destino para um grupo de imagens"
 
 #: ../imagery/i.target/main.c:90 ../imagery/i.target/main.c:107

Modified: grass/branches/releasebranch_7_0/locale/po/grassmods_pt_br.po
===================================================================
--- grass/branches/releasebranch_7_0/locale/po/grassmods_pt_br.po	2016-03-22 10:35:40 UTC (rev 68105)
+++ grass/branches/releasebranch_7_0/locale/po/grassmods_pt_br.po	2016-03-22 10:40:10 UTC (rev 68106)
@@ -15365,7 +15365,7 @@
 msgstr "Nome do mapset de destino"
 
 #: ../imagery/i.target/main.c:68
-msgid "Set current location and mapset as target for of imagery group"
+msgid "Set current location and mapset as target for imagery group"
 msgstr "Definir locação e mapset atuais como destino para um grupo de imagens"
 
 #: ../imagery/i.target/main.c:90 ../imagery/i.target/main.c:107

Modified: grass/branches/releasebranch_7_0/locale/po/grassmods_ro.po
===================================================================
--- grass/branches/releasebranch_7_0/locale/po/grassmods_ro.po	2016-03-22 10:35:40 UTC (rev 68105)
+++ grass/branches/releasebranch_7_0/locale/po/grassmods_ro.po	2016-03-22 10:40:10 UTC (rev 68106)
@@ -13989,7 +13989,7 @@
 msgstr ""
 
 #: ../imagery/i.target/main.c:68
-msgid "Set current location and mapset as target for of imagery group"
+msgid "Set current location and mapset as target for imagery group"
 msgstr ""
 
 #: ../imagery/i.target/main.c:90 ../imagery/i.target/main.c:107

Modified: grass/branches/releasebranch_7_0/locale/po/grassmods_ru.po
===================================================================
--- grass/branches/releasebranch_7_0/locale/po/grassmods_ru.po	2016-03-22 10:35:40 UTC (rev 68105)
+++ grass/branches/releasebranch_7_0/locale/po/grassmods_ru.po	2016-03-22 10:40:10 UTC (rev 68106)
@@ -15096,7 +15096,7 @@
 msgstr "Имя целевого набора"
 
 #: ../imagery/i.target/main.c:68
-msgid "Set current location and mapset as target for of imagery group"
+msgid "Set current location and mapset as target for imagery group"
 msgstr "Установить текущую область и набор как целевые для группы изображений"
 
 #: ../imagery/i.target/main.c:90 ../imagery/i.target/main.c:107

Modified: grass/branches/releasebranch_7_0/locale/po/grassmods_sl.po
===================================================================
--- grass/branches/releasebranch_7_0/locale/po/grassmods_sl.po	2016-03-22 10:35:40 UTC (rev 68105)
+++ grass/branches/releasebranch_7_0/locale/po/grassmods_sl.po	2016-03-22 10:40:10 UTC (rev 68106)
@@ -15068,7 +15068,7 @@
 msgstr "Ime izhodnega rastrskega sloja"
 
 #: ../imagery/i.target/main.c:68
-msgid "Set current location and mapset as target for of imagery group"
+msgid "Set current location and mapset as target for imagery group"
 msgstr ""
 
 #: ../imagery/i.target/main.c:90 ../imagery/i.target/main.c:107

Modified: grass/branches/releasebranch_7_0/locale/po/grassmods_th.po
===================================================================
--- grass/branches/releasebranch_7_0/locale/po/grassmods_th.po	2016-03-22 10:35:40 UTC (rev 68105)
+++ grass/branches/releasebranch_7_0/locale/po/grassmods_th.po	2016-03-22 10:40:10 UTC (rev 68106)
@@ -15047,7 +15047,7 @@
 msgstr "ชื่อของ ชุดแผนที่เป้าหมาย"
 
 #: ../imagery/i.target/main.c:68
-msgid "Set current location and mapset as target for of imagery group"
+msgid "Set current location and mapset as target for imagery group"
 msgstr "กำหนด ตำแหน่งและชุดแผนที่ ปัจจุบัน เป็นเป้าหมายสำหรับ กลุ่มภาพ"
 
 #: ../imagery/i.target/main.c:90 ../imagery/i.target/main.c:107

Modified: grass/branches/releasebranch_7_0/locale/po/grassmods_tr.po
===================================================================
--- grass/branches/releasebranch_7_0/locale/po/grassmods_tr.po	2016-03-22 10:35:40 UTC (rev 68105)
+++ grass/branches/releasebranch_7_0/locale/po/grassmods_tr.po	2016-03-22 10:40:10 UTC (rev 68106)
@@ -14865,7 +14865,7 @@
 msgstr "Hedef harita takımının adı"
 
 #: ../imagery/i.target/main.c:68
-msgid "Set current location and mapset as target for of imagery group"
+msgid "Set current location and mapset as target for imagery group"
 msgstr ""
 
 #: ../imagery/i.target/main.c:90 ../imagery/i.target/main.c:107

Modified: grass/branches/releasebranch_7_0/locale/po/grassmods_vi.po
===================================================================
--- grass/branches/releasebranch_7_0/locale/po/grassmods_vi.po	2016-03-22 10:35:40 UTC (rev 68105)
+++ grass/branches/releasebranch_7_0/locale/po/grassmods_vi.po	2016-03-22 10:40:10 UTC (rev 68106)
@@ -15126,7 +15126,7 @@
 msgstr "Tên của bộ bản đồ đích"
 
 #: ../imagery/i.target/main.c:68
-msgid "Set current location and mapset as target for of imagery group"
+msgid "Set current location and mapset as target for imagery group"
 msgstr "Thiết lập vị trí và bộ bản đồ hiện tại làm đích cho nhóm ảnh"
 
 #: ../imagery/i.target/main.c:90 ../imagery/i.target/main.c:107

Modified: grass/branches/releasebranch_7_0/locale/po/grassmods_zh.po
===================================================================
--- grass/branches/releasebranch_7_0/locale/po/grassmods_zh.po	2016-03-22 10:35:40 UTC (rev 68105)
+++ grass/branches/releasebranch_7_0/locale/po/grassmods_zh.po	2016-03-22 10:40:10 UTC (rev 68106)
@@ -14995,7 +14995,7 @@
 msgstr ""
 
 #: ../imagery/i.target/main.c:68
-msgid "Set current location and mapset as target for of imagery group"
+msgid "Set current location and mapset as target for imagery group"
 msgstr ""
 
 #: ../imagery/i.target/main.c:90 ../imagery/i.target/main.c:107



More information about the grass-commit mailing list