浏览代码

RASTER3D|G3D grid volume -> 3D raster map

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@50126 15284696-431f-4ddb-bdfa-cd5b030d7da7
Markus Neteler 13 年之前
父节点
当前提交
720708a09b

+ 1 - 1
gui/wxpython/xml/menudata.xml

@@ -3004,7 +3004,7 @@
     </menuitem>
    	<menuitem>
 	  <label>Interpolate volume from points</label>
-	  <help>Interpolates point data to a RASTER3D 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,surface,interpolation,RST</keywords>
 	  <handler>OnMenuCmd</handler>
 	  <command>v.vol.rst</command>

+ 1 - 1
locale/po/grassmods_de.po

@@ -38343,7 +38343,7 @@ msgstr "Zu selektierender Kanal"
 #~ msgid "Name of input DXF file"
 #~ msgstr "Name der Eingabe-DXF-Datei"
 
-#~ 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 "Interpoliert Punkte zu einem G3D Grid Volumen unter Verwendung des regularized spline with tension (RST) Algorithmus."
 
 #~ msgid "Name of column name with route ids"

+ 1 - 1
locale/po/grassmods_ja.po

@@ -36083,7 +36083,7 @@ msgstr "auxiliarマトリックスにメモリーを割り当てられません.
 #~ msgid "Convex hull calculation requires at least three points. Exiting."
 #~ msgstr "凸包演算には3点以上が必要です。終了"
 
-#~ 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 "テンション (RST) アルゴリズムの正規化スプライン曲線を使って,ポイントデータを3Dグリッドボリュームへ挿入"
 
 #~ msgid "Cannot open %s"

+ 1 - 1
locale/po/grassmods_pl.po

@@ -37394,7 +37394,7 @@ msgstr "Nie można ulakować pamięci dla ciągu"
 #~ msgstr "Jednoznakowy separator, newline, comma, space, or tab"
 
 #, fuzzy
-#~ 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 "Interpoluje dane punktowe do G3D za pomocą algorytmu RST."
 
 #, fuzzy

+ 1 - 1
locale/po/grasswxpy_de.po

@@ -13890,7 +13890,7 @@ msgstr "Konvertiert eine 3D-Rasterkarte (RASTER3D) in das VTK-ASCII-Format."
 #~ msgid "Creates cross section 2D raster map from 3d raster map based on 2D elevation map"
 #~ msgstr "Erzeugt einen Querschnitt in Form einer 2D-Rasterkarte aus einer 3D-Rasterkarte basierend auf 2D-Höhenkarte."
 
-#~ 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 "Interpoliert Punkte zu einem G3D Grid Volumen unter Verwendung des regularized spline with tension (RST) Algorithmus."
 
 #~ msgid "Generates volume statistics for raster3d maps."

+ 1 - 1
locale/po/grasswxpy_ja.po

@@ -13140,7 +13140,7 @@ msgstr "ワークスペースのロード"
 #~ msgid "Creates cross section 2D raster map from 3d raster map based on 2D elevation map"
 #~ msgstr "2D標高マップに基づいた3Dラスターから2Dのラスター断面マップを作成"
 
-#~ 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 "テンション(RST)アルゴリズムによる正規化スプライン曲線を使用して3Dグリッドのポイントを補間する"
 
 #~ msgid "Generates volume statistics for raster3d maps."

+ 1 - 1
locale/po/grasswxpy_pl.po

@@ -13093,7 +13093,7 @@ msgstr "Konwertuje mapę rastrową 3D GRASS-a do formatu VTK-Ascii."
 #~ msgid "Creates cross section 2D raster map from 3d raster map based on 2D elevation map"
 #~ msgstr "Tworzy mapę rastrową przekroju (2D) mapy rastrowej 3D i mapy rastrowej wysokości (2D)"
 
-#~ 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 "Interpoluje dane punktowe do G3D za pomocą algorytmu RST."
 
 #~ msgid "Generates volume statistics for raster3d maps."

+ 1 - 1
locale/po/grasswxpy_pt_br.po

@@ -16424,7 +16424,7 @@ msgstr ""
 
 #, fuzzy
 #~ msgid ""
-#~ "Interpolates point data to a G3D grid volume using regularized spline "
+#~ "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"
 

+ 1 - 1
vector/v.vol.rst/main.c

@@ -242,7 +242,7 @@ int main(int argc, char *argv[])
     G_add_keyword(_("interpolation"));
     G_add_keyword(_("RST"));
     module->description =
-	_("Interpolates point data to a RASTER3D grid volume using "
+	_("Interpolates point data to a 3D raster map using "
 	  "regularized spline with tension (RST) algorithm.");
 
     parm.input = G_define_option();