[QGIS Commit] r10616 - trunk/qgis/python/plugins/fTools

svn_qgis at osgeo.org svn_qgis at osgeo.org
Wed Apr 22 04:36:47 EDT 2009


Author: jef
Date: 2009-04-22 04:36:47 -0400 (Wed, 22 Apr 2009)
New Revision: 10616

Modified:
   trunk/qgis/python/plugins/fTools/i18n.cpp
Log:
add some missing fTools translation strings

Modified: trunk/qgis/python/plugins/fTools/i18n.cpp
===================================================================
--- trunk/qgis/python/plugins/fTools/i18n.cpp	2009-04-22 07:37:24 UTC (rev 10615)
+++ trunk/qgis/python/plugins/fTools/i18n.cpp	2009-04-22 08:36:47 UTC (rev 10616)
@@ -11,7 +11,7 @@
 
 
 /*---------------------
-file: fToosl.py
+file: fTools.py
 ---------------------*/
 
 translate( "fTools", "Quantum GIS version detected: " )
@@ -22,7 +22,7 @@
 translate( "fTools", "Distance matrix" )
 translate( "fTools", "Sum line lengths" )
 translate( "fTools", "Points in polygon" )
-translate( "fTools",  "Basic statistics" )
+translate( "fTools", "Basic statistics" )
 translate( "fTools", "List unique values" )
 translate( "fTools", "Nearest neighbour analysis" )
 translate( "fTools", "Mean coordinate(s)" )
@@ -59,6 +59,12 @@
 translate( "fTools", "Join attributes by location" )
 translate( "fTools", "Split vector layer" )
 translate( "fTools", "About fTools" )
+translate( "fTools", "&Research Tools" )
+translate( "fTools", "Delaunay triangulation" )
+translate( "fTools", "Polygon from layer extent" )
+translate( "fTools", "Input layer" )
+translate( "fTools", "Input point vector layer" )
+translate( "fTools", "Output polygon shapefile" )
 
 /*---------------------
 file: doGeoprocessing.py



More information about the QGIS-commit mailing list