aboutsummaryrefslogtreecommitdiff
path: root/src-qt5
diff options
context:
space:
mode:
authorSven Putze <weblate@hardcodes.de>2016-10-17 06:29:11 +0000
committerWeblate <noreply@weblate.org>2016-10-17 06:29:58 +0000
commit2419736e86efb29356a566d67b4feab37f8a3c2c (patch)
tree7c6266018eb2ea7aec2d955268c33235547a4259 /src-qt5
parentMerge remote-tracking branch 'origin/master' (diff)
downloadlumina-2419736e86efb29356a566d67b4feab37f8a3c2c.tar.gz
lumina-2419736e86efb29356a566d67b4feab37f8a3c2c.tar.bz2
lumina-2419736e86efb29356a566d67b4feab37f8a3c2c.zip
Translated using Weblate (lumina_WM@de (generated))
Currently translated at 100.0% (7 of 7 strings)
Diffstat (limited to 'src-qt5')
-rw-r--r--src-qt5/core/lumina-wm-INCOMPLETE/i18n/lumina-wm_de.ts30
1 files changed, 15 insertions, 15 deletions
diff --git a/src-qt5/core/lumina-wm-INCOMPLETE/i18n/lumina-wm_de.ts b/src-qt5/core/lumina-wm-INCOMPLETE/i18n/lumina-wm_de.ts
index bfc05cf1..ae0b9328 100644
--- a/src-qt5/core/lumina-wm-INCOMPLETE/i18n/lumina-wm_de.ts
+++ b/src-qt5/core/lumina-wm-INCOMPLETE/i18n/lumina-wm_de.ts
@@ -1,42 +1,42 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version='1.0' encoding='utf-8'?>
<!DOCTYPE TS>
<TS version="2.1" language="de_DE">
<context>
<name>LLockScreen</name>
<message>
- <location filename="../LLockScreen.ui" line="14"/>
+ <location filename="../LLockScreen.ui" line="14"></location>
<source>Form</source>
- <translation type="unfinished"></translation>
+ <translation>Fenster</translation>
</message>
<message>
- <location filename="../LLockScreen.ui" line="114"/>
+ <location filename="../LLockScreen.ui" line="114"></location>
<source>Password</source>
- <translation type="unfinished"></translation>
+ <translation>Kennwort</translation>
</message>
<message>
- <location filename="../LLockScreen.ui" line="126"/>
+ <location filename="../LLockScreen.ui" line="126"></location>
<source>Unlock Session</source>
- <translation type="unfinished"></translation>
+ <translation>Sitzung entsperren</translation>
</message>
<message>
- <location filename="../LLockScreen.cpp" line="39"/>
+ <location filename="../LLockScreen.cpp" line="39"></location>
<source>Locked by: %1</source>
- <translation type="unfinished"></translation>
+ <translation>Gesperrt durch: %1</translation>
</message>
<message>
- <location filename="../LLockScreen.cpp" line="76"/>
+ <location filename="../LLockScreen.cpp" line="76"></location>
<source>Too Many Failures</source>
- <translation type="unfinished"></translation>
+ <translation>Zu viele Fehlversuche</translation>
</message>
<message>
- <location filename="../LLockScreen.cpp" line="76"/>
+ <location filename="../LLockScreen.cpp" line="76"></location>
<source>Wait %1 Minutes</source>
- <translation type="unfinished"></translation>
+ <translation>%1 Minuten warten</translation>
</message>
<message>
- <location filename="../LLockScreen.cpp" line="77"/>
+ <location filename="../LLockScreen.cpp" line="77"></location>
<source>Failed Attempts: %1</source>
- <translation type="unfinished"></translation>
+ <translation>Fehlgeschlagene Versuche: %1</translation>
</message>
</context>
</TS>
bgstack15