[QGIS Commit] r13836 - in trunk/qgis: i18n resources/context_help

svn_qgis at osgeo.org svn_qgis at osgeo.org
Mon Jun 28 16:55:05 EDT 2010


Author: jef
Date: 2010-06-28 20:55:05 +0000 (Mon, 28 Jun 2010)
New Revision: 13836

Modified:
   trunk/qgis/i18n/qgis_de.ts
   trunk/qgis/resources/context_help/QgsAttributeTableDialog-en_US
Log:
german translation update and a context help fix

Modified: trunk/qgis/i18n/qgis_de.ts
===================================================================
--- trunk/qgis/i18n/qgis_de.ts	2010-06-28 20:46:55 UTC (rev 13835)
+++ trunk/qgis/i18n/qgis_de.ts	2010-06-28 20:55:05 UTC (rev 13836)
@@ -6656,7 +6656,7 @@
     <message>
         <location filename="../src/app/qgisapp.cpp" line="2642"/>
         <source>%1 doesn&apos;t have any layers</source>
-        <translation type="unfinished"></translation>
+        <translation>%1 hat keine Layer</translation>
     </message>
     <message>
         <location filename="../src/app/qgisapp.cpp" line="3323"/>
@@ -20860,6 +20860,10 @@
         <translation>Warnung: diese Erweiterung ist in keinem verfügbaren Repository enthalten!</translation>
     </message>
     <message>
+        <source>Plugin Installer update uninstalled. Plugin Installer will now close and revert to its primary version. You can find it in the Plugins menu and continue operation.</source>
+        <translation>Aktualisierung der Erweiterungsinstallation deinstalliert.  Die Erweiterungsinstallation wird nun geschlossen und auf ihre primäre Version zurückgesetzt. Sie finden Sie im Erweiterungsmenü und können nun fortfahren.</translation>
+    </message>
+    <message>
         <source>Plugin uninstalled successfully</source>
         <translation>Erweiterung erfolgreich deinstalliert</translation>
     </message>

Modified: trunk/qgis/resources/context_help/QgsAttributeTableDialog-en_US
===================================================================
--- trunk/qgis/resources/context_help/QgsAttributeTableDialog-en_US	2010-06-28 20:46:55 UTC (rev 13835)
+++ trunk/qgis/resources/context_help/QgsAttributeTableDialog-en_US	2010-06-28 20:55:05 UTC (rev 13836)
@@ -36,7 +36,9 @@
 For a simple search by attributes on only one column the <label>Look for</label> field can be used. Select
 the field (column) from which the search should be performed from the drop down menu and hit the
 <label>Search</label> button.<br>
-For more complex searches use the <label>Advanced search</label>. This button opens the Query Builder and allows you to define a subset of a table using a SQL-like WHERE clause, display the result in the main window and save it as a shape file.
+For more complex searches use the <label>Advanced search</label>. This button
+opens the Query Builder and allows you to select table features matching a
+SQL-like WHERE clause.
 
 <a name="Field">
 <h4>Field Calculator</h4>



More information about the QGIS-commit mailing list