Skip to content

Commit

Permalink
some translation string fixes and german translation update
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed Jun 14, 2013
1 parent 0b0fe7d commit 00b14dc
Show file tree
Hide file tree
Showing 6 changed files with 1,293 additions and 938 deletions.
108 changes: 54 additions & 54 deletions doc/TRANSLATORS

Large diffs are not rendered by default.

2,111 changes: 1,233 additions & 878 deletions i18n/qgis_de.ts

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion resources/context_help/QgsPluginManager-en_US
Expand Up @@ -17,7 +17,7 @@ Manage and install plugins.
</a>
<p>
This tab shows you the list of currently installed plugins on your system. Both
python and cpp plugins are listed.
python and C++ plugins are listed.
</p>
<p>
You can enable or disable them by clicking the checkbox in front of the name.<br/>
Expand Down
4 changes: 2 additions & 2 deletions src/app/pluginmanager/qgspluginmanager_texts.cpp
Expand Up @@ -64,7 +64,7 @@ then click the 'Install plugin' button.\
mTabDescriptions.insert( "new_plugins", tr( "<h3>New plugins</h3>\
\
<p>\
Here you see hot <b>new</b> plugins which can be installed.\
Here you see brand <b>new</b> plugins which can be installed.\
</p>\
\
\
Expand All @@ -83,7 +83,7 @@ Click on an individual plugin; if possible QGIS shows you more information.\
</p>\
\
<p>\
The main reasons to have invalid plugins is either that this plugin is not build \
The main reasons to have invalid plugins is that this plugin is not build \
for this version of QGIS. Maybe you can download an other version from <a href=\"http://plugins.qgis.org\">plugins.qgis.org</a>.\
</p>\
\
Expand Down
2 changes: 1 addition & 1 deletion src/app/qgslabelinggui.cpp
Expand Up @@ -1007,7 +1007,7 @@ void QgsLabelingGui::populateDataDefinedButtons( QgsPalLayerSettings& s )

// rendering
QString ddScaleVisInfo = tr( "Value &lt; 0 represents a scale closer than 1:1, e.g. -10 = 10:1<br>"
"Value of 0 toggles off specific limit" );
"Value of 0 disables the specific limit." );
mScaleBasedVisibilityDDBtn->init( mLayer, s.dataDefinedProperty( QgsPalLayerSettings::ScaleVisibility ),
QgsDataDefinedButton::AnyType, QgsDataDefinedButton::boolDesc() );
mScaleBasedVisibilityDDBtn->registerCheckedWidget( mScaleBasedVisibilityChkBx );
Expand Down
4 changes: 2 additions & 2 deletions src/ui/qgslabelingguibase.ui
Expand Up @@ -5031,7 +5031,7 @@ font-style: italic;</string>
</sizepolicy>
</property>
<property name="toolTip">
<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>
<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>
</property>
<property name="prefix">
<string>Minimum </string>
Expand Down Expand Up @@ -5060,7 +5060,7 @@ font-style: italic;</string>
</sizepolicy>
</property>
<property name="toolTip">
<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>
<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>
</property>
<property name="prefix">
<string>Maximum </string>
Expand Down

0 comments on commit 00b14dc

Please sign in to comment.