aboutsummaryrefslogtreecommitdiff
path: root/src-qt5/core/lumina-open/i18n/lumina-open_de.ts
diff options
context:
space:
mode:
authorKen Moore <ken@ixsystems.com>2017-03-27 11:37:57 -0400
committerKen Moore <ken@ixsystems.com>2017-03-27 11:37:57 -0400
commitff66259076cec594b83f758e1e7899257cd93fb0 (patch)
treed54db18fb57491a04252589c8f4e93b02f6c4d8a /src-qt5/core/lumina-open/i18n/lumina-open_de.ts
parentFix a possible issue where the panel number would be negative - causing a cra... (diff)
parentTranslated using Weblate (lumina_CONFIG@de (generated)) (diff)
downloadlumina-ff66259076cec594b83f758e1e7899257cd93fb0.tar.gz
lumina-ff66259076cec594b83f758e1e7899257cd93fb0.tar.bz2
lumina-ff66259076cec594b83f758e1e7899257cd93fb0.zip
Merge branch 'master' of github.com:trueos/lumina
Diffstat (limited to 'src-qt5/core/lumina-open/i18n/lumina-open_de.ts')
-rw-r--r--src-qt5/core/lumina-open/i18n/lumina-open_de.ts6
1 files changed, 3 insertions, 3 deletions
diff --git a/src-qt5/core/lumina-open/i18n/lumina-open_de.ts b/src-qt5/core/lumina-open/i18n/lumina-open_de.ts
index d7612d31..4dc20822 100644
--- a/src-qt5/core/lumina-open/i18n/lumina-open_de.ts
+++ b/src-qt5/core/lumina-open/i18n/lumina-open_de.ts
@@ -131,7 +131,7 @@
<message>
<location filename="../LFileDialog.cpp" line="211"/>
<source>[default] </source>
- <translation type="unfinished"></translation>
+ <translation>[standard] </translation>
</message>
<message>
<location filename="../LFileDialog.cpp" line="278"/>
@@ -195,8 +195,8 @@
</message>
<message>
<location filename="../main.cpp" line="365"/>
- <source>Could not find &quot;%1&quot;. Please ensure it is installed first.</source>
- <translation>Konnte &quot;%1&quot; nicht finden. Bitte stellen Sie zuerst sicher, dass es installiert ist.</translation>
+ <source>Could not find "%1". Please ensure it is installed first.</source>
+ <translation>Konnte "%1" nicht finden. Bitte stellen Sie zuerst sicher, dass es installiert ist.</translation>
</message>
<message>
<location filename="../main.cpp" line="415"/>
bgstack15