Skip to content

Commit

Permalink
german translation update with some translation fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed Apr 6, 2014
1 parent a7b5a8a commit 8e8019a
Show file tree
Hide file tree
Showing 6 changed files with 1,442 additions and 1,338 deletions.
114 changes: 57 additions & 57 deletions doc/TRANSLATORS

Large diffs are not rendered by default.

2,654 changes: 1,379 additions & 1,275 deletions i18n/qgis_de.ts

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/core/symbology-ng/qgsfillsymbollayerv2.cpp
Expand Up @@ -2137,7 +2137,7 @@ void QgsLinePatternFillSymbolLayer::applyPattern( const QgsSymbolV2RenderContext
// QgsMarkerLineSymbolLayerV2::estimateMaxBleed() is mixing marker size and
// offset regardless units. This has to be fixed especially
// in estimateMaxBleed(), context probably has to be used.
// For now, we only support milimeters
// For now, we only support millimeters
double outputPixelLayerBleed = layerBleed * QgsSymbolLayerV2Utils::pixelSizeScaleFactor( ctx, QgsSymbolV2::MM );
outputPixelBleed = qMax( outputPixelBleed, outputPixelLayerBleed );

Expand Down
2 changes: 1 addition & 1 deletion src/core/symbology-ng/qgssymbollayerv2utils.cpp
Expand Up @@ -349,7 +349,7 @@ QgsSymbolV2::OutputUnit QgsSymbolLayerV2Utils::decodeOutputUnit( QString str )
return QgsSymbolV2::MapUnit;
}

// milimeters are default
// millimeters are default
return QgsSymbolV2::MM;
}

Expand Down
4 changes: 2 additions & 2 deletions src/gui/qgshighlight.h
Expand Up @@ -58,11 +58,11 @@ class GUI_EXPORT QgsHighlight: public QgsMapCanvasItem
/** Set width. Ignored in feature mode. */
void setWidth( int width );

/** Set line / outline buffer in milimeters.
/** Set line / outline buffer in millimeters.
* @note: added in version 2.3 */
void setBuffer( double buffer ) { mBuffer = buffer; }

/** Set minimum line / outline width in milimeters.
/** Set minimum line / outline width in millimeters.
* @note: added in version 2.3 */
void setMinWidth( double width ) { mMinWidth = width; }

Expand Down
4 changes: 2 additions & 2 deletions src/ui/qgsoptionsbase.ui
Expand Up @@ -2690,7 +2690,7 @@
<item>
<widget class="QDoubleSpinBox" name="mIdentifyHighlightBufferSpinBox">
<property name="toolTip">
<string>Lines / outlines buffer in milimeters.</string>
<string>Lines / outlines buffer in millimeters.</string>
</property>
<property name="suffix">
<string> mm</string>
Expand All @@ -2710,7 +2710,7 @@
<item>
<widget class="QDoubleSpinBox" name="mIdentifyHighlightMinWidthSpinBox">
<property name="toolTip">
<string>Minimum line / outline width in milimeters.</string>
<string>Minimum line / outline width in millimeters.</string>
</property>
<property name="suffix">
<string> mm</string>
Expand Down

0 comments on commit 8e8019a

Please sign in to comment.