Skip to content

Commit 1677ab9

Browse files
author
jef
committedNov 1, 2010
what's new fix and german translation update
git-svn-id: http://svn.osgeo.org/qgis/trunk@14486 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 4705646 commit 1677ab9

File tree

2 files changed

+1732
-1545
lines changed

2 files changed

+1732
-1545
lines changed
 

‎i18n/qgis_de.ts

Lines changed: 1722 additions & 1531 deletions
Large diffs are not rendered by default.

‎src/app/qgisapp.cpp

Lines changed: 10 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2507,27 +2507,23 @@ void QgisApp::about()
25072507
abt->setVersion( versionString );
25082508
QString whatsNew = "<html><body>" ;
25092509
whatsNew += "<h2>" + tr( "Version" ) + " " + QString( QGis::QGIS_VERSION ) + "</h2>";
2510-
whatsNew += "<h2>" + tr( "Whats new in Version 1.6.0 'Capiapó'?" ) + "</h2>";
2510+
whatsNew += "<h2>" + trUtf8( "What's new in Version 1.6.0 'Capiapó'?" ) + "</h2>";
25112511
whatsNew += "<p>";
2512-
whatsNew += tr( "Please note that this is a release in our 'cutting edge' release series. As" );
2513-
whatsNew += tr( "such it contains new features and extends the programmatic interface over QGIS" );
2514-
whatsNew += tr( "1.0.x and QGIS 1.5.0. We recommend that you use this version over previous releases. " );
2512+
whatsNew += tr( "Please note that this is a release in our 'cutting edge' release series. As such it contains new features and extends the programmatic interface over QGIS 1.0.x and QGIS 1.5.0. We recommend that you use this version over previous releases." );
25152513
whatsNew += "</p>";
25162514
whatsNew += "<p>";
2517-
whatsNew += tr( "This release includes over 177 bug fixes and many new features and enhancements. " );
2518-
whatsNew += tr( "Once again it is impossible to document everything here that has changed so we will " );
2519-
whatsNew += tr( "just provide a bullet list of key new features here." );
2515+
whatsNew += tr( "This release includes over 177 bug fixes and many new features and enhancements. Once again it is impossible to document everything here that has changed so we will just provide a bullet list of key new features here." );
25202516
whatsNew += "</p>";
25212517

25222518
whatsNew += "<h3>" + tr( "General Improvements" ) + "</h3>";
25232519
whatsNew += "<ul>";
25242520
whatsNew += "<li>" + tr( "Added gpsd support to live gps tracking." ) + "</li>";
25252521
whatsNew += "<li>" + tr( "A new plugin has been included that allows for offline editing." ) + "</li>";
25262522
whatsNew += "<li>" + tr( "Field calculator will now insert NULL feature value in case of calculation error instead of stopping and reverting calculation for all features." ) + "</li>";
2527-
whatsNew += "<li>" + tr( "Allow user specific PROJ.4 search paths and update srs.db to include grid reference." ) + "</li>";
2523+
whatsNew += "<li>" + tr( "Update srs.db to include grid reference." ) + "</li>";
25282524
whatsNew += "<li>" + tr( "Added a native (C++) raster calculator implementation which can deal with large rasters efficiently." ) + "</li>";
25292525
whatsNew += "<li>" + tr( "Improved interaction with extents widget in statusbar so that the text contents of the widget can be copied and pasted." ) + "</li>";
2530-
whatsNew += "<li>" + tr( "Many improvements and new operators to the vector attribute table field calculator including field concatenation, row counter etc." ) + "</li>";
2526+
whatsNew += "<li>" + tr( "Many improvements and new operators to the field calculator including field concatenation, row counter etc." ) + "</li>";
25312527
whatsNew += "<li>" + tr( "Added --configpath option that overrides the default path (~/.qgis) for user configuration and forces QSettings to use this directory, too. This allows users to e.g. carry QGIS installation on a flash drive together with all plugins and settings." ) + "</li>";
25322528
whatsNew += "<li>" + tr( "Experimental WFS-T support. Additionally ported wfs to network manager." ) + "</li>";
25332529
whatsNew += "<li>" + tr( "Georeferencer has had many tidy ups and improvements." ) + "</li>";
@@ -2542,18 +2538,18 @@ void QgisApp::about()
25422538
whatsNew += "<h3>" + tr( "Table of contents (TOC) improvements" ) + "</h3>";
25432539
whatsNew += "<ul>";
25442540
whatsNew += " <li>" + tr( "Added a new option to the raster legend menu that will stretch the current layer using the min and max pixel values of the current extent." ) + "</li>";
2545-
whatsNew += " <li>" + tr( "When writing shape files using the table of contents context menu's 'Save as' option, you can now specify OGR creation options." ) + "</li>";
2546-
whatsNew += " <li>" + tr( "In the table of contents, it is now possible to select and remove several layers at once." ) + "</li>";
2541+
whatsNew += " <li>" + tr( "When writing vector files using the table of contents context menu's 'Save as' option, you can now specify OGR creation options." ) + "</li>";
2542+
whatsNew += " <li>" + tr( "In the table of contents, it is now possible to select and remove or move several layers at once." ) + "</li>";
25472543
whatsNew += "</ul>";
25482544

25492545
whatsNew += "<h3>" + tr( "Labelling (New generation only)" ) + "</h3>";
25502546
whatsNew += "<ul>";
2551-
whatsNew += " <li>" + tr( "Data defined label position in labeling-ng." ) + "</li>";
2552-
whatsNew += " <li>" + tr( "Line wrapping, data defined font and buffer settings for labeling-ng." ) + "</li>";
2547+
whatsNew += " <li>" + tr( "Data defined label position." ) + "</li>";
2548+
whatsNew += " <li>" + tr( "Line wrapping, data defined font and buffer settings." ) + "</li>";
25532549
whatsNew += "</ul>";
25542550
whatsNew += "<h3>" + tr( "Layer properties and symbology" ) + "</h3>";
25552551
whatsNew += "<ul>";
2556-
whatsNew += " <li>" + tr( "Three new classification modes added to graduated symbol renderer (version 2), including Natural Breaks (Jenks), Standard Deviations, and Pretty Breaks (based on pretty from the R statistical environment). " ) + "<a href=\"http://linfiniti.com/2010/09/new-class-breaks-for-graduated-symbols-in-qgis/\">" + tr( "Read More" ) + "</a></li>";
2552+
whatsNew += " <li>" + tr( "Three new classification modes added to graduated symbol renderer (version 2), including Natural Breaks (Jenks), Standard Deviations, and Pretty Breaks (based on pretty from the R statistical environment). " ) + "<a href=\"http://linfiniti.com/2010/09/new-class-breaks-for-graduated-symbols-in-qgis/\">" + tr( "Read More." ) + "</a></li>";
25572553
whatsNew += " <li>" + tr( "Improved loading speed of the symbol properties dialog." ) + "</li>";
25582554
whatsNew += " <li>" + tr( "Data-defined rotation and size for categorized and graduated renderer (symbology-ng)." ) + "</li>";
25592555
whatsNew += " <li>" + tr( "Use size scale also for line symbols to modify line width." ) + "</li>";

0 commit comments

Comments
 (0)
Please sign in to comment.