Skip to content

Commit e9afe03

Browse files
committed
german translation update and typo fixes
1 parent 5603cc0 commit e9afe03

40 files changed

+2088
-1399
lines changed

doc/TRANSLATORS

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

i18n/qgis_de.ts

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

src/app/gps/qwtpolar-0.1/qwt_polar_canvas.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ void QwtPolarCanvas::drawContents( QPainter *painter )
219219
}
220220

221221
/*!
222-
Draw the the canvas
222+
Draw the canvas
223223
224224
Paints all plot items to the canvasRect, using QwtPolarPlot::drawCanvas
225225
and updates the paint cache.

src/app/gps/qwtpolar-0.1/qwt_polar_curve.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,13 +117,13 @@ class QWT_POLAR_EXPORT QwtPolarCurve: public QwtPolarItem
117117
PrivateData *d_data;
118118
};
119119

120-
//! \return the the curve data
120+
//! \return the curve data
121121
inline QwtData &QwtPolarCurve::data()
122122
{
123123
return *d_points;
124124
}
125125

126-
//! \return the the curve data
126+
//! \return the curve data
127127
inline const QwtData &QwtPolarCurve::data() const
128128
{
129129
return *d_points;

src/app/gps/qwtpolar-1.0/qwt_polar_curve.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ class QWT_POLAR_EXPORT QwtPolarCurve: public QwtPolarItem
143143
PrivateData *d_data;
144144
};
145145

146-
//! \return the the curve data
146+
//! \return the curve data
147147
inline const QwtSeriesData<QwtPointPolar> *QwtPolarCurve::data() const
148148
{
149149
return d_series;

src/app/qgisapp.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ const int AFTER_RECENT_PATHS = 321;
290290
if the project file is null then
291291
set title text to just application name and version
292292
else
293-
set set title text to the the project file name
293+
set set title text to the project file name
294294
else
295295
set the title text to project title
296296
*/

src/app/qgsdiagramproperties.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -481,7 +481,7 @@ void QgsDiagramProperties::apply()
481481
if ( !mFixedSizeCheckBox->isChecked() && !scaleAttributeValueIsNumeric )
482482
{
483483
QMessageBox::warning( this, tr( "No attribute value specified" ),
484-
tr( "You did not specify a maximum value for the diagram size. Please specify the the attribute and a reference value as a base for scaling in the Tab Diagram / Size." ), QMessageBox::Ok );
484+
tr( "You did not specify a maximum value for the diagram size. Please specify the attribute and a reference value as a base for scaling in the Tab Diagram / Size." ), QMessageBox::Ok );
485485
}
486486

487487
QgsDiagram* diagram = 0;

src/app/qgsmaptoolselectutils.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ namespace QgsMapToolSelectUtils
3939
must be in terms of the canvas coordinate system.
4040
@param doContains Features will only be selected if contained within the
4141
selection rubber band.
42-
@param doDifference Take the symmetric difference of the the current selected
42+
@param doDifference Take the symmetric difference of the current selected
4343
features and the new features found within the provided selectGeometry.
4444
@param singleSelect Only selects the closest feature to the selectGeometry.
4545
*/

src/app/qgstipfactory.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ QgsTipFactory::QgsTipFactory() : QObject()
5757
myTip.setContent( tr( "If you need help using QGIS"
5858
" we have a 'users' mailing list where users help each other with issues"
5959
" related to using our sofware. We also have a 'developers' mailing list."
60-
" for those wanting help and to discuss things relating the the QGIS code base."
60+
" for those wanting help and to discuss things relating to the QGIS code base."
6161
" Details on how to subscribe are in the <a href=\"http://www.qgis.org/en/community/mailing-lists.html\">community section</a> of"
6262
" the QGIS home page (http://www.qgis.org/en/community/mailing-lists.html)."
6363
) );

src/core/composer/qgscomposerlegend.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ class CORE_EXPORT QgsComposerLegend: public QgsComposerItem
180180
QStringList layerIdList() const;
181181

182182
private:
183-
/** Splits a string using the the wrap char taking into account handling empty
183+
/** Splits a string using the wrap char taking into account handling empty
184184
wrap char which means no wrapping */
185185
QStringList splitStringForWrapping( QString stringToSplt );
186186
};

0 commit comments

Comments
 (0)