aboutsummaryrefslogtreecommitdiff
path: root/src-qt5/core/lumina-open/i18n/lumina-open_de.ts
diff options
context:
space:
mode:
authorKen Moore <ken@ixsystems.com>2018-03-06 11:07:23 -0500
committerKen Moore <ken@ixsystems.com>2018-03-06 11:07:23 -0500
commit59f8dab8a85950d08d0044e3a2500df58fc5d9a8 (patch)
tree81abd56eb7a4399e0f214ea84e680cde7519885c /src-qt5/core/lumina-open/i18n/lumina-open_de.ts
parentAdd some better success/error reporting when saving screen configuration. (diff)
downloadlumina-59f8dab8a85950d08d0044e3a2500df58fc5d9a8.tar.gz
lumina-59f8dab8a85950d08d0044e3a2500df58fc5d9a8.tar.bz2
lumina-59f8dab8a85950d08d0044e3a2500df58fc5d9a8.zip
Update the i18N translation files (sync with sources)
Also add in the new pandora shortcut for lumina-mediaplayer (*.desktop)
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.ts26
1 files changed, 13 insertions, 13 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 f1b09042..591f1398 100644
--- a/src-qt5/core/lumina-open/i18n/lumina-open_de.ts
+++ b/src-qt5/core/lumina-open/i18n/lumina-open_de.ts
@@ -147,59 +147,59 @@
<translation>Dateifehler</translation>
</message>
<message>
- <location filename="../main.cpp" line="191"/>
- <location filename="../main.cpp" line="197"/>
+ <location filename="../main.cpp" line="199"/>
+ <location filename="../main.cpp" line="213"/>
<source>Audio Volume %1%</source>
<translation>Lautstärke %1%</translation>
</message>
<message>
- <location filename="../main.cpp" line="205"/>
- <location filename="../main.cpp" line="214"/>
+ <location filename="../main.cpp" line="221"/>
+ <location filename="../main.cpp" line="230"/>
<source>Screen Brightness %1%</source>
<translation>Bildschirmhelligkeit %1%</translation>
</message>
<message>
- <location filename="../main.cpp" line="246"/>
+ <location filename="../main.cpp" line="262"/>
<source>Invalid file or URL: %1</source>
<translation>Ungültige Datei oder URL: %1</translation>
</message>
<message>
- <location filename="../main.cpp" line="267"/>
+ <location filename="../main.cpp" line="283"/>
<source>Application entry is invalid: %1</source>
<translation>Anwendungseintrag ist ungültig: %1</translation>
</message>
<message>
- <location filename="../main.cpp" line="278"/>
+ <location filename="../main.cpp" line="294"/>
<source>Application shortcut is missing the launching information (malformed shortcut): %1</source>
<translation>Fehlende Startup-Informationen für Programm-Verknüpfung (deformierte Verknüpfung): %1</translation>
</message>
<message>
- <location filename="../main.cpp" line="291"/>
+ <location filename="../main.cpp" line="307"/>
<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="302"/>
+ <location filename="../main.cpp" line="318"/>
<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="307"/>
+ <location filename="../main.cpp" line="323"/>
<source>Unknown type of shortcut : %1</source>
<translation>Unbekannter Typ für Vernüpfung: %1</translation>
</message>
<message>
- <location filename="../main.cpp" line="370"/>
+ <location filename="../main.cpp" line="386"/>
<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="419"/>
+ <location filename="../main.cpp" line="435"/>
<source>Application Error</source>
<translation>Anwendungsfehler</translation>
</message>
<message>
- <location filename="../main.cpp" line="419"/>
+ <location filename="../main.cpp" line="435"/>
<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