[GRASS-SVN] r50124 - in grass/branches/releasebranch_6_4: gui/wxpython/xml locale/po vector/v.vol.rst

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Jan 10 07:03:18 EST 2012


Author: neteler
Date: 2012-01-10 04:03:18 -0800 (Tue, 10 Jan 2012)
New Revision: 50124

Modified:
   grass/branches/releasebranch_6_4/gui/wxpython/xml/menudata.xml
   grass/branches/releasebranch_6_4/locale/po/grassmods_ar.po
   grass/branches/releasebranch_6_4/locale/po/grassmods_cs.po
   grass/branches/releasebranch_6_4/locale/po/grassmods_de.po
   grass/branches/releasebranch_6_4/locale/po/grassmods_el.po
   grass/branches/releasebranch_6_4/locale/po/grassmods_es.po
   grass/branches/releasebranch_6_4/locale/po/grassmods_fr.po
   grass/branches/releasebranch_6_4/locale/po/grassmods_hi.po
   grass/branches/releasebranch_6_4/locale/po/grassmods_it.po
   grass/branches/releasebranch_6_4/locale/po/grassmods_ja.po
   grass/branches/releasebranch_6_4/locale/po/grassmods_ko.po
   grass/branches/releasebranch_6_4/locale/po/grassmods_lv.po
   grass/branches/releasebranch_6_4/locale/po/grassmods_mr.po
   grass/branches/releasebranch_6_4/locale/po/grassmods_pl.po
   grass/branches/releasebranch_6_4/locale/po/grassmods_pt.po
   grass/branches/releasebranch_6_4/locale/po/grassmods_pt_br.po
   grass/branches/releasebranch_6_4/locale/po/grassmods_ru.po
   grass/branches/releasebranch_6_4/locale/po/grassmods_sl.po
   grass/branches/releasebranch_6_4/locale/po/grassmods_th.po
   grass/branches/releasebranch_6_4/locale/po/grassmods_tr.po
   grass/branches/releasebranch_6_4/locale/po/grassmods_vi.po
   grass/branches/releasebranch_6_4/locale/po/grassmods_zh.po
   grass/branches/releasebranch_6_4/locale/po/grasswxpy_cs.po
   grass/branches/releasebranch_6_4/locale/po/grasswxpy_de.po
   grass/branches/releasebranch_6_4/locale/po/grasswxpy_el.po
   grass/branches/releasebranch_6_4/locale/po/grasswxpy_es.po
   grass/branches/releasebranch_6_4/locale/po/grasswxpy_fr.po
   grass/branches/releasebranch_6_4/locale/po/grasswxpy_id.po
   grass/branches/releasebranch_6_4/locale/po/grasswxpy_it.po
   grass/branches/releasebranch_6_4/locale/po/grasswxpy_ja.po
   grass/branches/releasebranch_6_4/locale/po/grasswxpy_ml.po
   grass/branches/releasebranch_6_4/locale/po/grasswxpy_pl.po
   grass/branches/releasebranch_6_4/locale/po/grasswxpy_pt.po
   grass/branches/releasebranch_6_4/locale/po/grasswxpy_pt_br.po
   grass/branches/releasebranch_6_4/locale/po/grasswxpy_ru.po
   grass/branches/releasebranch_6_4/locale/po/grasswxpy_th.po
   grass/branches/releasebranch_6_4/locale/po/grasswxpy_tr.po
   grass/branches/releasebranch_6_4/locale/po/grasswxpy_vi.po
   grass/branches/releasebranch_6_4/locale/po/grasswxpy_zh.po
   grass/branches/releasebranch_6_4/vector/v.vol.rst/main.c
Log:
G3D grid volume -> 3D raster map

Modified: grass/branches/releasebranch_6_4/gui/wxpython/xml/menudata.xml
===================================================================
--- grass/branches/releasebranch_6_4/gui/wxpython/xml/menudata.xml	2012-01-10 09:01:47 UTC (rev 50123)
+++ grass/branches/releasebranch_6_4/gui/wxpython/xml/menudata.xml	2012-01-10 12:03:18 UTC (rev 50124)
@@ -2778,7 +2778,7 @@
     </menuitem>
    	<menuitem>
 	  <label>Interpolate volume from points</label>
-	  <help>Interpolates point data to a G3D grid volume using regularized spline with tension (RST) algorithm.</help>
+	  <help>Interpolates point data to a 3D raster map using regularized spline with tension (RST) algorithm.</help>
 	  <keywords>vector,interpolation</keywords>
 	  <handler>OnMenuCmd</handler>
 	  <command>v.vol.rst</command>

Modified: grass/branches/releasebranch_6_4/locale/po/grassmods_ar.po
===================================================================
--- grass/branches/releasebranch_6_4/locale/po/grassmods_ar.po	2012-01-10 09:01:47 UTC (rev 50123)
+++ grass/branches/releasebranch_6_4/locale/po/grassmods_ar.po	2012-01-10 12:03:18 UTC (rev 50124)
@@ -29951,7 +29951,7 @@
 
 #: ../vector/v.vol.rst/main.c:204
 msgid ""
-"Interpolates point data to a G3D grid volume using regularized spline with "
+"Interpolates point data to a 3D raster map using regularized spline with "
 "tension (RST) algorithm."
 msgstr ""
 

Modified: grass/branches/releasebranch_6_4/locale/po/grassmods_cs.po
===================================================================
--- grass/branches/releasebranch_6_4/locale/po/grassmods_cs.po	2012-01-10 09:01:47 UTC (rev 50123)
+++ grass/branches/releasebranch_6_4/locale/po/grassmods_cs.po	2012-01-10 12:03:18 UTC (rev 50124)
@@ -30010,7 +30010,7 @@
 
 #: ../vector/v.vol.rst/main.c:204
 msgid ""
-"Interpolates point data to a G3D grid volume using regularized spline with "
+"Interpolates point data to a 3D raster map using regularized spline with "
 "tension (RST) algorithm."
 msgstr ""
 "Interpoluje bodová data do G3D volume za pou¾ití regularized spline with "

Modified: grass/branches/releasebranch_6_4/locale/po/grassmods_de.po
===================================================================
--- grass/branches/releasebranch_6_4/locale/po/grassmods_de.po	2012-01-10 09:01:47 UTC (rev 50123)
+++ grass/branches/releasebranch_6_4/locale/po/grassmods_de.po	2012-01-10 12:03:18 UTC (rev 50124)
@@ -30056,7 +30056,7 @@
 
 #: ../vector/v.vol.rst/main.c:204
 msgid ""
-"Interpolates point data to a G3D grid volume using regularized spline with "
+"Interpolates point data to a 3D raster map using regularized spline with "
 "tension (RST) algorithm."
 msgstr ""
 "Interpoliert Punkte zu einem G3D Grid Volumen unter Verwendung des "

Modified: grass/branches/releasebranch_6_4/locale/po/grassmods_el.po
===================================================================
--- grass/branches/releasebranch_6_4/locale/po/grassmods_el.po	2012-01-10 09:01:47 UTC (rev 50123)
+++ grass/branches/releasebranch_6_4/locale/po/grassmods_el.po	2012-01-10 12:03:18 UTC (rev 50124)
@@ -28354,7 +28354,7 @@
 
 #: ../vector/v.vol.rst/main.c:204
 msgid ""
-"Interpolates point data to a G3D grid volume using regularized spline with "
+"Interpolates point data to a 3D raster map using regularized spline with "
 "tension (RST) algorithm."
 msgstr ""
 

Modified: grass/branches/releasebranch_6_4/locale/po/grassmods_es.po
===================================================================
--- grass/branches/releasebranch_6_4/locale/po/grassmods_es.po	2012-01-10 09:01:47 UTC (rev 50123)
+++ grass/branches/releasebranch_6_4/locale/po/grassmods_es.po	2012-01-10 12:03:18 UTC (rev 50124)
@@ -30255,7 +30255,7 @@
 
 #: ../vector/v.vol.rst/main.c:204
 msgid ""
-"Interpolates point data to a G3D grid volume using regularized spline with "
+"Interpolates point data to a 3D raster map using regularized spline with "
 "tension (RST) algorithm."
 msgstr ""
 "Interpola datos de puntos a volumen de cuadrícula G3D usando spline "

Modified: grass/branches/releasebranch_6_4/locale/po/grassmods_fr.po
===================================================================
--- grass/branches/releasebranch_6_4/locale/po/grassmods_fr.po	2012-01-10 09:01:47 UTC (rev 50123)
+++ grass/branches/releasebranch_6_4/locale/po/grassmods_fr.po	2012-01-10 12:03:18 UTC (rev 50124)
@@ -32036,7 +32036,7 @@
 
 #: ../vector/v.vol.rst/main.c:204
 msgid ""
-"Interpolates point data to a G3D grid volume using regularized spline with "
+"Interpolates point data to a 3D raster map using regularized spline with "
 "tension (RST) algorithm."
 msgstr ""
 

Modified: grass/branches/releasebranch_6_4/locale/po/grassmods_hi.po
===================================================================
--- grass/branches/releasebranch_6_4/locale/po/grassmods_hi.po	2012-01-10 09:01:47 UTC (rev 50123)
+++ grass/branches/releasebranch_6_4/locale/po/grassmods_hi.po	2012-01-10 12:03:18 UTC (rev 50124)
@@ -30582,7 +30582,7 @@
 
 #: ../vector/v.vol.rst/main.c:204
 msgid ""
-"Interpolates point data to a G3D grid volume using regularized spline with "
+"Interpolates point data to a 3D raster map using regularized spline with "
 "tension (RST) algorithm."
 msgstr ""
 

Modified: grass/branches/releasebranch_6_4/locale/po/grassmods_it.po
===================================================================
--- grass/branches/releasebranch_6_4/locale/po/grassmods_it.po	2012-01-10 09:01:47 UTC (rev 50123)
+++ grass/branches/releasebranch_6_4/locale/po/grassmods_it.po	2012-01-10 12:03:18 UTC (rev 50124)
@@ -29532,7 +29532,7 @@
 
 #: ../vector/v.vol.rst/main.c:204
 msgid ""
-"Interpolates point data to a G3D grid volume using regularized spline with "
+"Interpolates point data to a 3D raster map using regularized spline with "
 "tension (RST) algorithm."
 msgstr ""
 

Modified: grass/branches/releasebranch_6_4/locale/po/grassmods_ja.po
===================================================================
--- grass/branches/releasebranch_6_4/locale/po/grassmods_ja.po	2012-01-10 09:01:47 UTC (rev 50123)
+++ grass/branches/releasebranch_6_4/locale/po/grassmods_ja.po	2012-01-10 12:03:18 UTC (rev 50124)
@@ -29097,7 +29097,7 @@
 
 #: ../vector/v.vol.rst/main.c:204
 msgid ""
-"Interpolates point data to a G3D grid volume using regularized spline with "
+"Interpolates point data to a 3D raster map using regularized spline with "
 "tension (RST) algorithm."
 msgstr ""
 "テンション (RST) アルゴリズムの正規化スプライン曲線を使って,ポイントデータを"

Modified: grass/branches/releasebranch_6_4/locale/po/grassmods_ko.po
===================================================================
--- grass/branches/releasebranch_6_4/locale/po/grassmods_ko.po	2012-01-10 09:01:47 UTC (rev 50123)
+++ grass/branches/releasebranch_6_4/locale/po/grassmods_ko.po	2012-01-10 12:03:18 UTC (rev 50124)
@@ -28731,7 +28731,7 @@
 
 #: ../vector/v.vol.rst/main.c:204
 msgid ""
-"Interpolates point data to a G3D grid volume using regularized spline with "
+"Interpolates point data to a 3D raster map using regularized spline with "
 "tension (RST) algorithm."
 msgstr ""
 

Modified: grass/branches/releasebranch_6_4/locale/po/grassmods_lv.po
===================================================================
--- grass/branches/releasebranch_6_4/locale/po/grassmods_lv.po	2012-01-10 09:01:47 UTC (rev 50123)
+++ grass/branches/releasebranch_6_4/locale/po/grassmods_lv.po	2012-01-10 12:03:18 UTC (rev 50124)
@@ -29738,7 +29738,7 @@
 
 #: ../vector/v.vol.rst/main.c:204
 msgid ""
-"Interpolates point data to a G3D grid volume using regularized spline with "
+"Interpolates point data to a 3D raster map using regularized spline with "
 "tension (RST) algorithm."
 msgstr ""
 

Modified: grass/branches/releasebranch_6_4/locale/po/grassmods_mr.po
===================================================================
--- grass/branches/releasebranch_6_4/locale/po/grassmods_mr.po	2012-01-10 09:01:47 UTC (rev 50123)
+++ grass/branches/releasebranch_6_4/locale/po/grassmods_mr.po	2012-01-10 12:03:18 UTC (rev 50124)
@@ -28940,7 +28940,7 @@
 
 #: ../vector/v.vol.rst/main.c:204
 msgid ""
-"Interpolates point data to a G3D grid volume using regularized spline with "
+"Interpolates point data to a 3D raster map using regularized spline with "
 "tension (RST) algorithm."
 msgstr ""
 

Modified: grass/branches/releasebranch_6_4/locale/po/grassmods_pl.po
===================================================================
--- grass/branches/releasebranch_6_4/locale/po/grassmods_pl.po	2012-01-10 09:01:47 UTC (rev 50123)
+++ grass/branches/releasebranch_6_4/locale/po/grassmods_pl.po	2012-01-10 12:03:18 UTC (rev 50124)
@@ -29515,7 +29515,7 @@
 #: ../vector/v.vol.rst/main.c:204
 #, fuzzy
 msgid ""
-"Interpolates point data to a G3D grid volume using regularized spline with "
+"Interpolates point data to a 3D raster map using regularized spline with "
 "tension (RST) algorithm."
 msgstr "Interpoluje dane punktowe do G3D za pomocÄ… algorytmu RST."
 

Modified: grass/branches/releasebranch_6_4/locale/po/grassmods_pt.po
===================================================================
--- grass/branches/releasebranch_6_4/locale/po/grassmods_pt.po	2012-01-10 09:01:47 UTC (rev 50123)
+++ grass/branches/releasebranch_6_4/locale/po/grassmods_pt.po	2012-01-10 12:03:18 UTC (rev 50124)
@@ -31032,7 +31032,7 @@
 
 #: ../vector/v.vol.rst/main.c:204
 msgid ""
-"Interpolates point data to a G3D grid volume using regularized spline with "
+"Interpolates point data to a 3D raster map using regularized spline with "
 "tension (RST) algorithm."
 msgstr ""
 

Modified: grass/branches/releasebranch_6_4/locale/po/grassmods_pt_br.po
===================================================================
--- grass/branches/releasebranch_6_4/locale/po/grassmods_pt_br.po	2012-01-10 09:01:47 UTC (rev 50123)
+++ grass/branches/releasebranch_6_4/locale/po/grassmods_pt_br.po	2012-01-10 12:03:18 UTC (rev 50124)
@@ -30878,7 +30878,7 @@
 
 #: ../vector/v.vol.rst/main.c:204
 msgid ""
-"Interpolates point data to a G3D grid volume using regularized spline with "
+"Interpolates point data to a 3D raster map using regularized spline with "
 "tension (RST) algorithm."
 msgstr ""
 

Modified: grass/branches/releasebranch_6_4/locale/po/grassmods_ru.po
===================================================================
--- grass/branches/releasebranch_6_4/locale/po/grassmods_ru.po	2012-01-10 09:01:47 UTC (rev 50123)
+++ grass/branches/releasebranch_6_4/locale/po/grassmods_ru.po	2012-01-10 12:03:18 UTC (rev 50124)
@@ -30048,7 +30048,7 @@
 
 #: ../vector/v.vol.rst/main.c:204
 msgid ""
-"Interpolates point data to a G3D grid volume using regularized spline with "
+"Interpolates point data to a 3D raster map using regularized spline with "
 "tension (RST) algorithm."
 msgstr ""
 "Интерполировать точечные данные в G3D объемный грид, используя алгоритм "

Modified: grass/branches/releasebranch_6_4/locale/po/grassmods_sl.po
===================================================================
--- grass/branches/releasebranch_6_4/locale/po/grassmods_sl.po	2012-01-10 09:01:47 UTC (rev 50123)
+++ grass/branches/releasebranch_6_4/locale/po/grassmods_sl.po	2012-01-10 12:03:18 UTC (rev 50124)
@@ -30218,7 +30218,7 @@
 
 #: ../vector/v.vol.rst/main.c:204
 msgid ""
-"Interpolates point data to a G3D grid volume using regularized spline with "
+"Interpolates point data to a 3D raster map using regularized spline with "
 "tension (RST) algorithm."
 msgstr ""
 

Modified: grass/branches/releasebranch_6_4/locale/po/grassmods_th.po
===================================================================
--- grass/branches/releasebranch_6_4/locale/po/grassmods_th.po	2012-01-10 09:01:47 UTC (rev 50123)
+++ grass/branches/releasebranch_6_4/locale/po/grassmods_th.po	2012-01-10 12:03:18 UTC (rev 50124)
@@ -29737,7 +29737,7 @@
 
 #: ../vector/v.vol.rst/main.c:204
 msgid ""
-"Interpolates point data to a G3D grid volume using regularized spline with "
+"Interpolates point data to a 3D raster map using regularized spline with "
 "tension (RST) algorithm."
 msgstr ""
 "ข้อมูลจุดไม่เหมาะสม กับค่า G3D กริด ใช้ regularized spline กับ tension (RST) "

Modified: grass/branches/releasebranch_6_4/locale/po/grassmods_tr.po
===================================================================
--- grass/branches/releasebranch_6_4/locale/po/grassmods_tr.po	2012-01-10 09:01:47 UTC (rev 50123)
+++ grass/branches/releasebranch_6_4/locale/po/grassmods_tr.po	2012-01-10 12:03:18 UTC (rev 50124)
@@ -28914,7 +28914,7 @@
 
 #: ../vector/v.vol.rst/main.c:204
 msgid ""
-"Interpolates point data to a G3D grid volume using regularized spline with "
+"Interpolates point data to a 3D raster map using regularized spline with "
 "tension (RST) algorithm."
 msgstr ""
 

Modified: grass/branches/releasebranch_6_4/locale/po/grassmods_vi.po
===================================================================
--- grass/branches/releasebranch_6_4/locale/po/grassmods_vi.po	2012-01-10 09:01:47 UTC (rev 50123)
+++ grass/branches/releasebranch_6_4/locale/po/grassmods_vi.po	2012-01-10 12:03:18 UTC (rev 50124)
@@ -29977,7 +29977,7 @@
 
 #: ../vector/v.vol.rst/main.c:204
 msgid ""
-"Interpolates point data to a G3D grid volume using regularized spline with "
+"Interpolates point data to a 3D raster map using regularized spline with "
 "tension (RST) algorithm."
 msgstr ""
 "Nội suy dữ liệu điểm thành thể tích lưới G3D bằng cách dùng thuật toán đường "

Modified: grass/branches/releasebranch_6_4/locale/po/grassmods_zh.po
===================================================================
--- grass/branches/releasebranch_6_4/locale/po/grassmods_zh.po	2012-01-10 09:01:47 UTC (rev 50123)
+++ grass/branches/releasebranch_6_4/locale/po/grassmods_zh.po	2012-01-10 12:03:18 UTC (rev 50124)
@@ -29993,7 +29993,7 @@
 
 #: ../vector/v.vol.rst/main.c:204
 msgid ""
-"Interpolates point data to a G3D grid volume using regularized spline with "
+"Interpolates point data to a 3D raster map using regularized spline with "
 "tension (RST) algorithm."
 msgstr ""
 

Modified: grass/branches/releasebranch_6_4/locale/po/grasswxpy_cs.po
===================================================================
--- grass/branches/releasebranch_6_4/locale/po/grasswxpy_cs.po	2012-01-10 09:01:47 UTC (rev 50123)
+++ grass/branches/releasebranch_6_4/locale/po/grasswxpy_cs.po	2012-01-10 12:03:18 UTC (rev 50124)
@@ -11234,7 +11234,7 @@
 
 #: ../gui/wxpython/menustrings.py:752
 msgid ""
-"Interpolates point data to a G3D grid volume using regularized spline with "
+"Interpolates point data to a 3D raster map using regularized spline with "
 "tension (RST) algorithm."
 msgstr ""
 "Interpoluje bodová data do G3D 3D rastrové grid vrstvy za pou¾ití "

Modified: grass/branches/releasebranch_6_4/locale/po/grasswxpy_de.po
===================================================================
--- grass/branches/releasebranch_6_4/locale/po/grasswxpy_de.po	2012-01-10 09:01:47 UTC (rev 50123)
+++ grass/branches/releasebranch_6_4/locale/po/grasswxpy_de.po	2012-01-10 12:03:18 UTC (rev 50124)
@@ -11182,7 +11182,7 @@
 
 #: ../gui/wxpython/menustrings.py:752
 msgid ""
-"Interpolates point data to a G3D grid volume using regularized spline with "
+"Interpolates point data to a 3D raster map using regularized spline with "
 "tension (RST) algorithm."
 msgstr ""
 "Interpoliert Punkte zu einem G3D Grid Volumen unter Verwendung des "

Modified: grass/branches/releasebranch_6_4/locale/po/grasswxpy_el.po
===================================================================
--- grass/branches/releasebranch_6_4/locale/po/grasswxpy_el.po	2012-01-10 09:01:47 UTC (rev 50123)
+++ grass/branches/releasebranch_6_4/locale/po/grasswxpy_el.po	2012-01-10 12:03:18 UTC (rev 50124)
@@ -10499,7 +10499,7 @@
 
 #: ../gui/wxpython/menustrings.py:752
 msgid ""
-"Interpolates point data to a G3D grid volume using regularized spline with "
+"Interpolates point data to a 3D raster map using regularized spline with "
 "tension (RST) algorithm."
 msgstr ""
 

Modified: grass/branches/releasebranch_6_4/locale/po/grasswxpy_es.po
===================================================================
--- grass/branches/releasebranch_6_4/locale/po/grasswxpy_es.po	2012-01-10 09:01:47 UTC (rev 50123)
+++ grass/branches/releasebranch_6_4/locale/po/grasswxpy_es.po	2012-01-10 12:03:18 UTC (rev 50124)
@@ -11307,7 +11307,7 @@
 
 #: ../gui/wxpython/menustrings.py:752
 msgid ""
-"Interpolates point data to a G3D grid volume using regularized spline with "
+"Interpolates point data to a 3D raster map using regularized spline with "
 "tension (RST) algorithm."
 msgstr ""
 "Interpola datos de puntos a volumen de cuadrícula G3D usando una spline "

Modified: grass/branches/releasebranch_6_4/locale/po/grasswxpy_fr.po
===================================================================
--- grass/branches/releasebranch_6_4/locale/po/grasswxpy_fr.po	2012-01-10 09:01:47 UTC (rev 50123)
+++ grass/branches/releasebranch_6_4/locale/po/grasswxpy_fr.po	2012-01-10 12:03:18 UTC (rev 50124)
@@ -10741,7 +10741,7 @@
 
 #: ../gui/wxpython/menustrings.py:752
 msgid ""
-"Interpolates point data to a G3D grid volume using regularized spline with "
+"Interpolates point data to a 3D raster map using regularized spline with "
 "tension (RST) algorithm."
 msgstr ""
 

Modified: grass/branches/releasebranch_6_4/locale/po/grasswxpy_id.po
===================================================================
--- grass/branches/releasebranch_6_4/locale/po/grasswxpy_id.po	2012-01-10 09:01:47 UTC (rev 50123)
+++ grass/branches/releasebranch_6_4/locale/po/grasswxpy_id.po	2012-01-10 12:03:18 UTC (rev 50124)
@@ -11613,7 +11613,7 @@
 
 #: ../gui/wxpython/menustrings.py:752
 msgid ""
-"Interpolates point data to a G3D grid volume using regularized spline with "
+"Interpolates point data to a 3D raster map using regularized spline with "
 "tension (RST) algorithm."
 msgstr ""
 "Interpolasi data titik dari sebuah volume grid 3D dengan algoritma "

Modified: grass/branches/releasebranch_6_4/locale/po/grasswxpy_it.po
===================================================================
--- grass/branches/releasebranch_6_4/locale/po/grasswxpy_it.po	2012-01-10 09:01:47 UTC (rev 50123)
+++ grass/branches/releasebranch_6_4/locale/po/grasswxpy_it.po	2012-01-10 12:03:18 UTC (rev 50124)
@@ -10471,7 +10471,7 @@
 msgstr "Interpolate volume da punti"
 
 #: ../gui/wxpython/menustrings.py:752
-msgid "Interpolates point data to a G3D grid volume using regularized spline with tension (RST) algorithm."
+msgid "Interpolates point data to a 3D raster map using regularized spline with tension (RST) algorithm."
 msgstr ""
 
 #: ../gui/wxpython/menustrings.py:753

Modified: grass/branches/releasebranch_6_4/locale/po/grasswxpy_ja.po
===================================================================
--- grass/branches/releasebranch_6_4/locale/po/grasswxpy_ja.po	2012-01-10 09:01:47 UTC (rev 50123)
+++ grass/branches/releasebranch_6_4/locale/po/grasswxpy_ja.po	2012-01-10 12:03:18 UTC (rev 50124)
@@ -10810,7 +10810,7 @@
 
 #: ../gui/wxpython/menustrings.py:752
 msgid ""
-"Interpolates point data to a G3D grid volume using regularized spline with "
+"Interpolates point data to a 3D raster map using regularized spline with "
 "tension (RST) algorithm."
 msgstr ""
 "テンション(RST)アルゴリズムによる正規化スプライン曲線を使用して3Dグリッ"

Modified: grass/branches/releasebranch_6_4/locale/po/grasswxpy_ml.po
===================================================================
--- grass/branches/releasebranch_6_4/locale/po/grasswxpy_ml.po	2012-01-10 09:01:47 UTC (rev 50123)
+++ grass/branches/releasebranch_6_4/locale/po/grasswxpy_ml.po	2012-01-10 12:03:18 UTC (rev 50124)
@@ -10833,7 +10833,7 @@
 
 #: ../gui/wxpython/menustrings.py:752
 msgid ""
-"Interpolates point data to a G3D grid volume using regularized spline with "
+"Interpolates point data to a 3D raster map using regularized spline with "
 "tension (RST) algorithm."
 msgstr ""
 

Modified: grass/branches/releasebranch_6_4/locale/po/grasswxpy_pl.po
===================================================================
--- grass/branches/releasebranch_6_4/locale/po/grasswxpy_pl.po	2012-01-10 09:01:47 UTC (rev 50123)
+++ grass/branches/releasebranch_6_4/locale/po/grasswxpy_pl.po	2012-01-10 12:03:18 UTC (rev 50124)
@@ -10885,7 +10885,7 @@
 
 #: ../gui/wxpython/menustrings.py:752
 msgid ""
-"Interpolates point data to a G3D grid volume using regularized spline with "
+"Interpolates point data to a 3D raster map using regularized spline with "
 "tension (RST) algorithm."
 msgstr "Interpoluje dane punktowe do G3D za pomocÄ… algorytmu RST."
 

Modified: grass/branches/releasebranch_6_4/locale/po/grasswxpy_pt.po
===================================================================
--- grass/branches/releasebranch_6_4/locale/po/grasswxpy_pt.po	2012-01-10 09:01:47 UTC (rev 50123)
+++ grass/branches/releasebranch_6_4/locale/po/grasswxpy_pt.po	2012-01-10 12:03:18 UTC (rev 50124)
@@ -11880,7 +11880,7 @@
 #: ../gui/wxpython/menustrings.py:752
 #, fuzzy
 msgid ""
-"Interpolates point data to a G3D grid volume using regularized spline with "
+"Interpolates point data to a 3D raster map using regularized spline with "
 "tension (RST) algorithm."
 msgstr "Interpola datos de puntos a volumen de cuadrícula G3D usando"
 

Modified: grass/branches/releasebranch_6_4/locale/po/grasswxpy_pt_br.po
===================================================================
--- grass/branches/releasebranch_6_4/locale/po/grasswxpy_pt_br.po	2012-01-10 09:01:47 UTC (rev 50123)
+++ grass/branches/releasebranch_6_4/locale/po/grasswxpy_pt_br.po	2012-01-10 12:03:18 UTC (rev 50124)
@@ -12474,7 +12474,7 @@
 #: ../gui/wxpython/menustrings.py:752
 #, fuzzy
 msgid ""
-"Interpolates point data to a G3D grid volume using regularized spline with "
+"Interpolates point data to a 3D raster map using regularized spline with "
 "tension (RST) algorithm."
 msgstr "Interpola datos de puntos a volumen de cuadrícula G3D usando"
 

Modified: grass/branches/releasebranch_6_4/locale/po/grasswxpy_ru.po
===================================================================
--- grass/branches/releasebranch_6_4/locale/po/grasswxpy_ru.po	2012-01-10 09:01:47 UTC (rev 50123)
+++ grass/branches/releasebranch_6_4/locale/po/grasswxpy_ru.po	2012-01-10 12:03:18 UTC (rev 50124)
@@ -11518,7 +11518,7 @@
 
 #: ../gui/wxpython/menustrings.py:752
 msgid ""
-"Interpolates point data to a G3D grid volume using regularized spline with "
+"Interpolates point data to a 3D raster map using regularized spline with "
 "tension (RST) algorithm."
 msgstr ""
 "Интерполировать точечные данные в G3D объемный грид, используя алгоритм "

Modified: grass/branches/releasebranch_6_4/locale/po/grasswxpy_th.po
===================================================================
--- grass/branches/releasebranch_6_4/locale/po/grasswxpy_th.po	2012-01-10 09:01:47 UTC (rev 50123)
+++ grass/branches/releasebranch_6_4/locale/po/grasswxpy_th.po	2012-01-10 12:03:18 UTC (rev 50124)
@@ -10972,7 +10972,7 @@
 
 #: ../gui/wxpython/menustrings.py:752
 msgid ""
-"Interpolates point data to a G3D grid volume using regularized spline with "
+"Interpolates point data to a 3D raster map using regularized spline with "
 "tension (RST) algorithm."
 msgstr ""
 "ข้อมูลจุดไม่เหมาะสม กับค่า G3D กริด ใช้ regularized spline กับ tension (RST) "

Modified: grass/branches/releasebranch_6_4/locale/po/grasswxpy_tr.po
===================================================================
--- grass/branches/releasebranch_6_4/locale/po/grasswxpy_tr.po	2012-01-10 09:01:47 UTC (rev 50123)
+++ grass/branches/releasebranch_6_4/locale/po/grasswxpy_tr.po	2012-01-10 12:03:18 UTC (rev 50124)
@@ -11383,7 +11383,7 @@
 
 #: ../gui/wxpython/menustrings.py:752
 msgid ""
-"Interpolates point data to a G3D grid volume using regularized spline with "
+"Interpolates point data to a 3D raster map using regularized spline with "
 "tension (RST) algorithm."
 msgstr ""
 

Modified: grass/branches/releasebranch_6_4/locale/po/grasswxpy_vi.po
===================================================================
--- grass/branches/releasebranch_6_4/locale/po/grasswxpy_vi.po	2012-01-10 09:01:47 UTC (rev 50123)
+++ grass/branches/releasebranch_6_4/locale/po/grasswxpy_vi.po	2012-01-10 12:03:18 UTC (rev 50124)
@@ -11502,7 +11502,7 @@
 
 #: ../gui/wxpython/menustrings.py:752
 msgid ""
-"Interpolates point data to a G3D grid volume using regularized spline with "
+"Interpolates point data to a 3D raster map using regularized spline with "
 "tension (RST) algorithm."
 msgstr ""
 "Nội suy dữ liệu điểm thành thể tích lưới G3D bằng cách dùng thuật toán đường "

Modified: grass/branches/releasebranch_6_4/locale/po/grasswxpy_zh.po
===================================================================
--- grass/branches/releasebranch_6_4/locale/po/grasswxpy_zh.po	2012-01-10 09:01:47 UTC (rev 50123)
+++ grass/branches/releasebranch_6_4/locale/po/grasswxpy_zh.po	2012-01-10 12:03:18 UTC (rev 50124)
@@ -11142,7 +11142,7 @@
 
 #: ../gui/wxpython/menustrings.py:752
 msgid ""
-"Interpolates point data to a G3D grid volume using regularized spline with "
+"Interpolates point data to a 3D raster map using regularized spline with "
 "tension (RST) algorithm."
 msgstr ""
 

Modified: grass/branches/releasebranch_6_4/vector/v.vol.rst/main.c
===================================================================
--- grass/branches/releasebranch_6_4/vector/v.vol.rst/main.c	2012-01-10 09:01:47 UTC (rev 50123)
+++ grass/branches/releasebranch_6_4/vector/v.vol.rst/main.c	2012-01-10 12:03:18 UTC (rev 50124)
@@ -201,7 +201,7 @@
     module = G_define_module();
     module->keywords = _("vector, interpolation");
     module->description =
-	_("Interpolates point data to a G3D grid volume using "
+	_("Interpolates point data to a 3D raster map using "
 	  "regularized spline with tension (RST) algorithm.");
 
     if (G_get_set_window(&cellhd) == -1)



More information about the grass-commit mailing list