Skip to content

Commit 0af3877

Browse files
committedJan 29, 2013
german translation update
1 parent c8859ec commit 0af3877

File tree

4 files changed

+1182
-1125
lines changed

4 files changed

+1182
-1125
lines changed
 

‎doc/TRANSLATORS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<style>table {font-size:80%;}th {text-align:left; }.bartodo{ background-color:red;width:100px;height:20px;}.bardone{ background-color:green;width:80px;height:20px;font-size:80%;text-align:center;padding-top:4px;height:16px;color:white;}</style><table><tr><th colspan="2" style="width:250px;">Language</th><th>Finished %</th><th>Translators</th></tr>
22

3-
<tr><td><img src="qrc:/images/flags/de.png"></td><td>German</td><td><div title="finished:9045 unfinished:0 untranslated:0" class="bartodo"><div class="bardone" style="width:99px">99.6</div></div></td><td>Jürgen E. Fischer, Stephan Holl, Otto Dassau, Werner Macho</td></tr>
3+
<tr><td><img src="qrc:/images/flags/de.png"></td><td>German</td><td><div title="finished:9058 unfinished:0 untranslated:0" class="bartodo"><div class="bardone" style="width:99px">99.8</div></div></td><td>Jürgen E. Fischer, Stephan Holl, Otto Dassau, Werner Macho</td></tr>
44
<tr><td><img src="qrc:/images/flags/gl_ES.png"></td><td>Galician (Spain)</td><td><div title="finished:8574 unfinished:219 untranslated:223" class="bartodo"><div class="bardone" style="width:95px">95.6</div></div></td><td>Xan Vieiro</td></tr>
55
<tr><td><img src="qrc:/images/flags/es.png"></td><td>Spanish</td><td><div title="finished:8438 unfinished:22 untranslated:58" class="bartodo"><div class="bardone" style="width:93px">93.1</div></div></td><td>Carlos Dávila, Javier César Aldariz, Gabriela Awad, Edwin Amado, Mayeul Kauffmann, Diana Galindo</td></tr>
66
<tr><td><img src="qrc:/images/flags/it.png"></td><td>Italian</td><td><div title="finished:7975 unfinished:28 untranslated:515" class="bartodo"><div class="bardone" style="width:87px">88.0</div></div></td><td>Paolo Cavallini, Flavio Rigolon, Maurizio Napolitano, Roberto Angeletti, Alessandro Fanna, Michele Beneventi, Marco Braida, Luca Casagrande, Luca Delucchi, Anne Gishla</td></tr>

‎i18n/qgis_de.ts

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

‎python/plugins/GdalTools/tools/widgetDEM.ui

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -429,9 +429,6 @@
429429
</property>
430430
<item>
431431
<widget class="QgsRasterFormatSaveOptionsWidget" name="creationOptionsWidget" native="true">
432-
<property name="toolTip">
433-
<string>bla</string>
434-
</property>
435432
</widget>
436433
</item>
437434
</layout>

‎src/gui/qgsrasterformatsaveoptionswidget.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,7 @@ QString QgsRasterFormatSaveOptionsWidget::validateOptions( bool gui, bool report
375375
}
376376
else
377377
{
378-
QMessageBox::warning( this, "", tr( "Invalid%1creation option :\n\n%2\n\nClick on help button to get valid creation options for this format" ).arg( mPyramids ? " pyramids " : " " ).arg( message ), QMessageBox::Close );
378+
QMessageBox::warning( this, "", tr( "Invalid %1:\n\n%2\n\nClick on help button to get valid creation options for this format." ).arg( mPyramids ? tr( "pyramid creation option" ) : tr( "creation option" ) ).arg( message ), QMessageBox::Close );
379379
}
380380
}
381381

0 commit comments

Comments
 (0)
Please sign in to comment.