Skip to content

Commit

Permalink
indentation update (r9780-r10009)
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk@10010 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
jef committed Jan 24, 2009
1 parent b25bf89 commit 7e04f3e
Show file tree
Hide file tree
Showing 38 changed files with 1,068 additions and 1,068 deletions.
236 changes: 118 additions & 118 deletions python/plugins/ftools/i18n.cpp
Expand Up @@ -14,82 +14,82 @@
file: fToosl.py
---------------------*/

translate( "fTools", "Quantum GIS version detected: " )
translate( "fTools", "This version of fTools requires at least QGIS version 1.0.0" )
translate( "fTools", "Plugin will not be enabled." )
translate( "fTools", "&Tools" )
translate( "fTools", "&Analysis Tools" )
translate( "fTools", "Distance matrix" )
translate( "fTools", "Sum line lengths" )
translate( "fTools", "Points in polygon" )
translate( "fTools", "Basic statistics" )
translate( "fTools", "List unique values" )
translate( "fTools", "Nearest neighbour analysis" )
translate( "fTools", "Mean coordinate(s)" )
translate( "fTools", "Line intersections" )
translate( "fTools", "&Sampling Tools" )
translate( "fTools", "Random selection" )
translate( "fTools", "Random selection within subsets" )
translate( "fTools", "Random points" )
translate( "fTools", "Regular points" )
translate( "fTools", "Vector grid" )
translate( "fTools", "Select by location" )
translate( "fTools", "&Geoprocessing Tools" )
translate( "fTools", "Convex hull(s)" )
translate( "fTools", "Buffer(s)" )
translate( "fTools", "Intersect" )
translate( "fTools", "Union" )
translate( "fTools", "Symetrical difference" )
translate( "fTools", "Clip" )
translate( "fTools", "Dissolve" )
translate( "fTools", "Difference" )
translate( "fTools", "G&eometry Tools" )
translate( "fTools", "Export/Add geometry columns" )
translate( "fTools", "Check geometry validity" )
translate( "fTools", "Polygon centroids" )
translate( "fTools", "Extract nodes" )
translate( "fTools", "Simplify geometries" )
translate( "fTools", "Multipart to singleparts" )
translate( "fTools", "Singleparts to multipart" )
translate( "fTools", "Polygons to lines" )
translate( "fTools", "&Data Management Tools")
translate( "fTools", "Export to new projection" )
translate( "fTools", "Define current projection" )
translate( "fTools", "Join attributes" )
translate( "fTools", "Join attributes by location" )
translate( "fTools", "Split vector layer" )
translate( "fTools", "About fTools" )
translate( "fTools", "Quantum GIS version detected: " )
translate( "fTools", "This version of fTools requires at least QGIS version 1.0.0" )
translate( "fTools", "Plugin will not be enabled." )
translate( "fTools", "&Tools" )
translate( "fTools", "&Analysis Tools" )
translate( "fTools", "Distance matrix" )
translate( "fTools", "Sum line lengths" )
translate( "fTools", "Points in polygon" )
translate( "fTools", "Basic statistics" )
translate( "fTools", "List unique values" )
translate( "fTools", "Nearest neighbour analysis" )
translate( "fTools", "Mean coordinate(s)" )
translate( "fTools", "Line intersections" )
translate( "fTools", "&Sampling Tools" )
translate( "fTools", "Random selection" )
translate( "fTools", "Random selection within subsets" )
translate( "fTools", "Random points" )
translate( "fTools", "Regular points" )
translate( "fTools", "Vector grid" )
translate( "fTools", "Select by location" )
translate( "fTools", "&Geoprocessing Tools" )
translate( "fTools", "Convex hull(s)" )
translate( "fTools", "Buffer(s)" )
translate( "fTools", "Intersect" )
translate( "fTools", "Union" )
translate( "fTools", "Symetrical difference" )
translate( "fTools", "Clip" )
translate( "fTools", "Dissolve" )
translate( "fTools", "Difference" )
translate( "fTools", "G&eometry Tools" )
translate( "fTools", "Export/Add geometry columns" )
translate( "fTools", "Check geometry validity" )
translate( "fTools", "Polygon centroids" )
translate( "fTools", "Extract nodes" )
translate( "fTools", "Simplify geometries" )
translate( "fTools", "Multipart to singleparts" )
translate( "fTools", "Singleparts to multipart" )
translate( "fTools", "Polygons to lines" )
translate( "fTools", "&Data Management Tools" )
translate( "fTools", "Export to new projection" )
translate( "fTools", "Define current projection" )
translate( "fTools", "Join attributes" )
translate( "fTools", "Join attributes by location" )
translate( "fTools", "Split vector layer" )
translate( "fTools", "About fTools" )

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

GeoprocessingDialog::foo()
{
tr( "Dissolve all" )
tr( "Please specify an input layer" )
tr( "Please specify a difference/intersect/union layer" )
tr( "Please specify valid buffer value" )
tr( "Please specify dissolve field" )
tr( "Please specify output shapefile" )
tr( "Unable to create geoprocessing result." )
tr( "Created output shapefile" )
tr( "Would you like to add the new layer to the TOC?" )
tr( "Buffer(s)" )
tr( "Create single minimum convex hull" )
tr( "Create convex hulls based on input field" )
tr( "Convex hull(s)" )
tr( "Dissolve" )
tr( "Erase layer" )
tr( "Difference" )
tr( "Intersect layer" )
tr( "Intersect" )
tr( "Difference layer" )
tr( "Symetrical difference" )
tr( "Clip layer" )
tr( "Clip" )
tr( "Union layer" )
tr( "Union" )
tr( "Dissolve all" )
tr( "Please specify an input layer" )
tr( "Please specify a difference/intersect/union layer" )
tr( "Please specify valid buffer value" )
tr( "Please specify dissolve field" )
tr( "Please specify output shapefile" )
tr( "Unable to create geoprocessing result." )
tr( "Created output shapefile" )
tr( "Would you like to add the new layer to the TOC?" )
tr( "Buffer(s)" )
tr( "Create single minimum convex hull" )
tr( "Create convex hulls based on input field" )
tr( "Convex hull(s)" )
tr( "Dissolve" )
tr( "Erase layer" )
tr( "Difference" )
tr( "Intersect layer" )
tr( "Intersect" )
tr( "Difference layer" )
tr( "Symetrical difference" )
tr( "Clip layer" )
tr( "Clip" )
tr( "Union layer" )
tr( "Union" )
}

/*---------------------
Expand All @@ -98,34 +98,34 @@ file: doGeometry.py

GeometryDialog::foo()
{
tr( "Merge all" )
tr( "Please specify input vector layer" )
tr( "Please specify output shapefile" )
tr( "Please specify valid tolerance value" )
tr( "Please specify valid UID field" )
tr( "Created output shapefile" )
tr( "Would you like to add the new layer to the TOC?" )
tr( "Singleparts to multipart" )
tr( "Output shapefile" )
tr( "Multipart to singleparts" )
tr( "Output shapefile" )
tr( "Extract nodes" )
tr( "Polygons to lines" )
tr( "Output shapefile" )
tr( "Input polygon vector layer" )
tr( "Export/Add geometry columns" )
tr( "Output shapefile" )
tr( "Input vector layer" )
tr( "Simplify geometries" )
tr( "Output shapefile" )
tr( "Polygon centroids" )
tr( "Output point shapefile" )
tr( "Input polygon vector layer" )
tr( "Error processing specified tolerance!" )
tr( "Please choose larger tolerance..." )
tr( "Function not found" )
tr( "Error writing output shapefile" )
tr( "Unable to delete existing layer..." )
tr( "Merge all" )
tr( "Please specify input vector layer" )
tr( "Please specify output shapefile" )
tr( "Please specify valid tolerance value" )
tr( "Please specify valid UID field" )
tr( "Created output shapefile" )
tr( "Would you like to add the new layer to the TOC?" )
tr( "Singleparts to multipart" )
tr( "Output shapefile" )
tr( "Multipart to singleparts" )
tr( "Output shapefile" )
tr( "Extract nodes" )
tr( "Polygons to lines" )
tr( "Output shapefile" )
tr( "Input polygon vector layer" )
tr( "Export/Add geometry columns" )
tr( "Output shapefile" )
tr( "Input vector layer" )
tr( "Simplify geometries" )
tr( "Output shapefile" )
tr( "Polygon centroids" )
tr( "Output point shapefile" )
tr( "Input polygon vector layer" )
tr( "Error processing specified tolerance!" )
tr( "Please choose larger tolerance..." )
tr( "Function not found" )
tr( "Error writing output shapefile" )
tr( "Unable to delete existing layer..." )
}

/*---------------------
Expand All @@ -134,24 +134,24 @@ file: doVisual.py

VisualDialog::foo()
{
tr( "Please specify input vector layer" )
tr( "Please specify input field" )
tr( "Check geometry validity" )
tr( "Geometry errors" )
tr( "Total encountered errors" )
tr( "List unique values" )
tr( "Unique values:" )
tr( "Total unique values:" )
tr( "Basics statistics" )
tr( "Statistics output" )
tr( "Nearest neighbour analysis" )
tr( "Nearest neighbour statistics" )
tr( "Observed mean distance : " )
tr( "Expected mean distance : " )
tr( "Nearest neighbour index : " )
tr( "Feature " )
tr( " contains an unested hole" ) )
tr( " is not closed" )
tr( " is self intersecting" )
tr( " has incorrect node ordering" )
tr( "Please specify input vector layer" )
tr( "Please specify input field" )
tr( "Check geometry validity" )
tr( "Geometry errors" )
tr( "Total encountered errors" )
tr( "List unique values" )
tr( "Unique values:" )
tr( "Total unique values:" )
tr( "Basics statistics" )
tr( "Statistics output" )
tr( "Nearest neighbour analysis" )
tr( "Nearest neighbour statistics" )
tr( "Observed mean distance : " )
tr( "Expected mean distance : " )
tr( "Nearest neighbour index : " )
tr( "Feature " )
tr( " contains an unested hole" ) )
tr( " is not closed" )
tr( " is self intersecting" )
tr( " has incorrect node ordering" )
}

0 comments on commit 7e04f3e

Please sign in to comment.