aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWeblate <noreply@weblate.org>2017-02-11 19:04:48 +0000
committerWeblate <noreply@weblate.org>2017-02-11 19:04:48 +0000
commit2a485f6539afd8b76b90913937f0427c5abb6cfc (patch)
tree82b3bb83868e2fd8cfd0e3d91db2e22f01eb4542
parentTranslated using Weblate (lumina_OPEN@de (generated)) (diff)
parentTranslated using Weblate (l_TE@de (generated)) (diff)
downloadlumina-2a485f6539afd8b76b90913937f0427c5abb6cfc.tar.gz
lumina-2a485f6539afd8b76b90913937f0427c5abb6cfc.tar.bz2
lumina-2a485f6539afd8b76b90913937f0427c5abb6cfc.zip
Merge remote-tracking branch 'origin/master'
-rw-r--r--src-qt5/desktop-utils/lumina-textedit/i18n/l-te_de.ts14
1 files changed, 10 insertions, 4 deletions
diff --git a/src-qt5/desktop-utils/lumina-textedit/i18n/l-te_de.ts b/src-qt5/desktop-utils/lumina-textedit/i18n/l-te_de.ts
index d493699e..508de48f 100644
--- a/src-qt5/desktop-utils/lumina-textedit/i18n/l-te_de.ts
+++ b/src-qt5/desktop-utils/lumina-textedit/i18n/l-te_de.ts
@@ -241,7 +241,7 @@
<location filename="../MainUI.cpp" line="289"/>
<location filename="../MainUI.cpp" line="386"/>
<source>Lose Unsaved Changes?</source>
- <translation type="unfinished"></translation>
+ <translation>Nicht gespeicherte Änderungen verlieren?</translation>
</message>
<message>
<location filename="../MainUI.cpp" line="289"/>
@@ -249,7 +249,10 @@
Do you want to close it anyway?
%1</source>
- <translation type="unfinished"></translation>
+ <translation>Diese Datei hat nicht gespeicherte Änderungen.
+Möchten Sie sie trotzdem schließen?
+
+%1</translation>
</message>
<message>
<location filename="../MainUI.cpp" line="386"/>
@@ -257,7 +260,10 @@ Do you want to close it anyway?
Do you want to close the editor anyway?
%1</source>
- <translation type="unfinished"></translation>
+ <translation>Es gibt nicht gespeicherte Änderungen.
+Möchten Sie den Editor trotzdem schließen?
+
+%1</translation>
</message>
</context>
<context>
@@ -275,7 +281,7 @@ Do you want to close the editor anyway?
<message>
<location filename="../PlainTextEditor.cpp" line="289"/>
<source>Row Number: %1, Column Number: %2</source>
- <translation type="unfinished"></translation>
+ <translation>Zeilennummer: %1, Spaltennummer: %2</translation>
</message>
<message>
<location filename="../PlainTextEditor.cpp" line="298"/>
bgstack15