Skip to content

Commit f67dcb8

Browse files
author
jef
committedApr 22, 2009
add some missing fTools translation strings
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@10616 c8812cc2-4d05-0410-92ff-de0c093fc19c

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed
 

‎python/plugins/fTools/i18n.cpp

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212

1313
/*---------------------
14-
file: fToosl.py
14+
file: fTools.py
1515
---------------------*/
1616

1717
translate( "fTools", "Quantum GIS version detected: " )
@@ -22,7 +22,7 @@ translate( "fTools", "&Analysis Tools" )
2222
translate( "fTools", "Distance matrix" )
2323
translate( "fTools", "Sum line lengths" )
2424
translate( "fTools", "Points in polygon" )
25-
translate( "fTools", "Basic statistics" )
25+
translate( "fTools", "Basic statistics" )
2626
translate( "fTools", "List unique values" )
2727
translate( "fTools", "Nearest neighbour analysis" )
2828
translate( "fTools", "Mean coordinate(s)" )
@@ -59,6 +59,12 @@ translate( "fTools", "Join attributes" )
5959
translate( "fTools", "Join attributes by location" )
6060
translate( "fTools", "Split vector layer" )
6161
translate( "fTools", "About fTools" )
62+
translate( "fTools", "&Research Tools" )
63+
translate( "fTools", "Delaunay triangulation" )
64+
translate( "fTools", "Polygon from layer extent" )
65+
translate( "fTools", "Input layer" )
66+
translate( "fTools", "Input point vector layer" )
67+
translate( "fTools", "Output polygon shapefile" )
6268

6369
/*---------------------
6470
file: doGeoprocessing.py

0 commit comments

Comments
 (0)
Please sign in to comment.