aboutsummaryrefslogtreecommitdiff
path: root/src-qt5/desktop-utils/lumina-textedit
diff options
context:
space:
mode:
authorKen Moore <ken@ixsystems.com>2017-02-13 10:01:39 -0500
committerKen Moore <ken@ixsystems.com>2017-02-13 10:01:39 -0500
commitae05f64c1a3160f77aaf485a37ce185a73866e53 (patch)
tree1d0da971689ec66071dfc415160c5fb8aa15fc84 /src-qt5/desktop-utils/lumina-textedit
parentDisable the XINPUT option/usage within lumian-config permanently. (diff)
parentMerge remote-tracking branch 'origin/master' (diff)
downloadlumina-ae05f64c1a3160f77aaf485a37ce185a73866e53.tar.gz
lumina-ae05f64c1a3160f77aaf485a37ce185a73866e53.tar.bz2
lumina-ae05f64c1a3160f77aaf485a37ce185a73866e53.zip
Merge branch 'master' of github.com:trueos/lumina
Diffstat (limited to 'src-qt5/desktop-utils/lumina-textedit')
-rw-r--r--src-qt5/desktop-utils/lumina-textedit/i18n/l-te_de.ts16
1 files changed, 11 insertions, 5 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..9d7c344b 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"/>
@@ -285,7 +291,7 @@ Do you want to close the editor anyway?
<message>
<location filename="../PlainTextEditor.cpp" line="300"/>
<source>(Note: You will lose all currently-unsaved changes)</source>
- <translation>(Hinweis: Sie werden alle momentan ungespeicherten Änderungen verlieren)</translation>
+ <translation>(Hinweis: Sie werden alle momentan nicht gespeicherten Änderungen verlieren)</translation>
</message>
<message>
<location filename="../PlainTextEditor.cpp" line="304"/>
bgstack15