Skip to content

Commit 00b14dc

Browse files
committedJun 14, 2013
some translation string fixes and german translation update
1 parent 0b0fe7d commit 00b14dc

File tree

6 files changed

+1293
-938
lines changed

6 files changed

+1293
-938
lines changed
 

‎doc/TRANSLATORS

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

‎i18n/qgis_de.ts

Lines changed: 1233 additions & 878 deletions
Large diffs are not rendered by default.

‎resources/context_help/QgsPluginManager-en_US

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Manage and install plugins.
1717
</a>
1818
<p>
1919
This tab shows you the list of currently installed plugins on your system. Both
20-
python and cpp plugins are listed.
20+
python and C++ plugins are listed.
2121
</p>
2222
<p>
2323
You can enable or disable them by clicking the checkbox in front of the name.<br/>

‎src/app/pluginmanager/qgspluginmanager_texts.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ then click the 'Install plugin' button.\
6464
mTabDescriptions.insert( "new_plugins", tr( "<h3>New plugins</h3>\
6565
\
6666
<p>\
67-
Here you see hot <b>new</b> plugins which can be installed.\
67+
Here you see brand <b>new</b> plugins which can be installed.\
6868
</p>\
6969
\
7070
\
@@ -83,7 +83,7 @@ Click on an individual plugin; if possible QGIS shows you more information.\
8383
</p>\
8484
\
8585
<p>\
86-
The main reasons to have invalid plugins is either that this plugin is not build \
86+
The main reasons to have invalid plugins is that this plugin is not build \
8787
for this version of QGIS. Maybe you can download an other version from <a href=\"http://plugins.qgis.org\">plugins.qgis.org</a>.\
8888
</p>\
8989
\

‎src/app/qgslabelinggui.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1007,7 +1007,7 @@ void QgsLabelingGui::populateDataDefinedButtons( QgsPalLayerSettings& s )
10071007

10081008
// rendering
10091009
QString ddScaleVisInfo = tr( "Value &lt; 0 represents a scale closer than 1:1, e.g. -10 = 10:1<br>"
1010-
"Value of 0 toggles off specific limit" );
1010+
"Value of 0 disables the specific limit." );
10111011
mScaleBasedVisibilityDDBtn->init( mLayer, s.dataDefinedProperty( QgsPalLayerSettings::ScaleVisibility ),
10121012
QgsDataDefinedButton::AnyType, QgsDataDefinedButton::boolDesc() );
10131013
mScaleBasedVisibilityDDBtn->registerCheckedWidget( mScaleBasedVisibilityChkBx );

‎src/ui/qgslabelingguibase.ui

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5031,7 +5031,7 @@ font-style: italic;</string>
50315031
</sizepolicy>
50325032
</property>
50335033
<property name="toolTip">
5034-
<string>Value &amp;lt; 0 represents a scale closer than 1:1, e.g. -10 = 10:1.&lt;br&gt;Value of 0 toggles off specific limit.</string>
5034+
<string>Value &amp;lt; 0 represents a scale closer than 1:1, e.g. -10 = 10:1.&lt;br&gt;Value of 0 disables the specific limit.</string>
50355035
</property>
50365036
<property name="prefix">
50375037
<string>Minimum </string>
@@ -5060,7 +5060,7 @@ font-style: italic;</string>
50605060
</sizepolicy>
50615061
</property>
50625062
<property name="toolTip">
5063-
<string>Value &amp;lt; 0 represents a scale closer than 1:1, e.g. -10 = 10:1.&lt;br&gt;Value of 0 toggles off specific limit.</string>
5063+
<string>Value &amp;lt; 0 represents a scale closer than 1:1, e.g. -10 = 10:1.&lt;br&gt;Value of 0 disables the specific limit.</string>
50645064
</property>
50655065
<property name="prefix">
50665066
<string>Maximum </string>

0 commit comments

Comments
 (0)
Please sign in to comment.