aboutsummaryrefslogtreecommitdiff
path: root/src-qt5/core/lumina-open/i18n/lumina-open_de.ts
diff options
context:
space:
mode:
authorKen Moore <ken@ixsystems.com>2017-02-27 10:50:32 -0500
committerKen Moore <ken@ixsystems.com>2017-02-27 10:50:32 -0500
commitb3a573041b4b42828afc2ae3afaca599051d48bc (patch)
tree821f36b7f2e6716bce46e03a6db30225c06ebb26 /src-qt5/core/lumina-open/i18n/lumina-open_de.ts
parentMerge pull request #387 from sasongko26/master (diff)
downloadlumina-b3a573041b4b42828afc2ae3afaca599051d48bc.tar.gz
lumina-b3a573041b4b42828afc2ae3afaca599051d48bc.tar.bz2
lumina-b3a573041b4b42828afc2ae3afaca599051d48bc.zip
Re-sync the translation files with the latest from the Lumina source files.
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.ts25
1 files changed, 15 insertions, 10 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 08e0bb7e..d7612d31 100644
--- a/src-qt5/core/lumina-open/i18n/lumina-open_de.ts
+++ b/src-qt5/core/lumina-open/i18n/lumina-open_de.ts
@@ -129,7 +129,12 @@
<translation>Andere</translation>
</message>
<message>
- <location filename="../LFileDialog.cpp" line="274"/>
+ <location filename="../LFileDialog.cpp" line="211"/>
+ <source>[default] </source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../LFileDialog.cpp" line="278"/>
<source>Find Application Binary</source>
<translation>Ausführbare Anwendung finden</translation>
</message>
@@ -169,37 +174,37 @@
<translation>Fehlende Startup-Informationen für Programm-Verknüpfung (deformierte Verknüpfung): %1</translation>
</message>
<message>
- <location filename="../main.cpp" line="284"/>
+ <location filename="../main.cpp" line="286"/>
<source>URL shortcut is missing the URL: %1</source>
<translation>URL-Verknüpfung fehlt die URL: %1</translation>
</message>
<message>
- <location filename="../main.cpp" line="295"/>
+ <location filename="../main.cpp" line="297"/>
<source>Directory shortcut is missing the path to the directory: %1</source>
<translation>Verzeichnisverknüpfung fehlt der Pfad zum Verzeichnis: %1</translation>
</message>
<message>
- <location filename="../main.cpp" line="300"/>
+ <location filename="../main.cpp" line="302"/>
<source>Unknown type of shortcut : %1</source>
<translation>Unbekannter Typ für Vernüpfung: %1</translation>
</message>
<message>
- <location filename="../main.cpp" line="363"/>
+ <location filename="../main.cpp" line="365"/>
<source>Binary Missing</source>
<translation>Binärdatei fehlt</translation>
</message>
<message>
- <location filename="../main.cpp" line="363"/>
- <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>
+ <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>
</message>
<message>
- <location filename="../main.cpp" line="413"/>
+ <location filename="../main.cpp" line="415"/>
<source>Application Error</source>
<translation>Anwendungsfehler</translation>
</message>
<message>
- <location filename="../main.cpp" line="413"/>
+ <location filename="../main.cpp" line="415"/>
<source>The following application experienced an error and needed to close:</source>
<translation>Bei folgender Anwendung ist ein Fehler aufgetreten und sie wurde beendet:</translation>
</message>
bgstack15