From 0102d8d3b21a48683fbbee7ac311d1f93a6b8a20 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Wed, 2 Apr 2008 12:14:01 +0000 Subject: updated German translation git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@321 90c681e8-e032-0410-971d-27865f9a5e38 --- .../Input/vorbis/translations/translations.qrc | 5 +- .../Input/vorbis/translations/vorbis_plugin_de.qm | Bin 0 -> 2439 bytes .../Input/vorbis/translations/vorbis_plugin_de.ts | 165 +++++++++++++++++++++ src/plugins/Input/vorbis/vorbis.pro | 3 +- 4 files changed, 170 insertions(+), 3 deletions(-) create mode 100644 src/plugins/Input/vorbis/translations/vorbis_plugin_de.qm create mode 100644 src/plugins/Input/vorbis/translations/vorbis_plugin_de.ts (limited to 'src/plugins/Input/vorbis') diff --git a/src/plugins/Input/vorbis/translations/translations.qrc b/src/plugins/Input/vorbis/translations/translations.qrc index 4c47476e6..dcec6908a 100644 --- a/src/plugins/Input/vorbis/translations/translations.qrc +++ b/src/plugins/Input/vorbis/translations/translations.qrc @@ -4,7 +4,8 @@ vorbis_plugin_ru.qm vorbis_plugin_uk_UA.qm vorbis_plugin_zh_CN.qm - vorbis_plugin_zh_TW.qm - vorbis_plugin_cs.qm + vorbis_plugin_zh_TW.qm + vorbis_plugin_cs.qm + vorbis_plugin_de.qm diff --git a/src/plugins/Input/vorbis/translations/vorbis_plugin_de.qm b/src/plugins/Input/vorbis/translations/vorbis_plugin_de.qm new file mode 100644 index 000000000..f580a55a6 Binary files /dev/null and b/src/plugins/Input/vorbis/translations/vorbis_plugin_de.qm differ diff --git a/src/plugins/Input/vorbis/translations/vorbis_plugin_de.ts b/src/plugins/Input/vorbis/translations/vorbis_plugin_de.ts new file mode 100644 index 000000000..504d4b7ff --- /dev/null +++ b/src/plugins/Input/vorbis/translations/vorbis_plugin_de.ts @@ -0,0 +1,165 @@ + + + + + DecoderVorbisFactory + + + Ogg Vorbis Plugin + Ogg Vorbis Plugin + + + + Ogg Vorbis Files + Ogg Vorbis Dateien + + + + About Ogg Vorbis Audio Plugin + Über Ogg Vorbis Audio Plugin + + + + Qmmp Ogg Vorbis Audio Plugin + Qmmp Ogg Vorbis Audio Plugin + + + + Writen by: Ilya Kotov <forkotov02@hotmail.ru> + Autor: Ilja Kotov <forkotov02@hotmail.ru> + + + + Source code based on mq3 progect + Quellcode basiert auf mq3-Projekt + + + + DetailsDialog + + + kbps + kbps + + + + Hz + Hz + + + + KB + KB + + + + Details + Details + + + + File size: + Dateigröße: + + + + - + - + + + + Sample rate: + Abtastrate: + + + + Save + Speichern + + + + Track number: + Titelnummer: + + + + Year: + Jahr: + + + + Genre: + Genre: + + + + Comment: + Kommentar: + + + + Album: + Album: + + + + Artist: + Künstler: + + + + Title: + Titel: + + + + Close + Schließen + + + + File path: + Dateipfad: + + + + Ogg Vorbis Info + Ogg Vorbis Info + + + + Length: + Länge: + + + + Channels: + Kanäle: + + + + Bit Rate + Bitrate + + + + Minimum: + Minimum: + + + + Maximum: + Maximum: + + + + Nominal: + Soll: + + + + Ogg Vorbis Tag + Ogg-Vorbis tag + + + diff --git a/src/plugins/Input/vorbis/vorbis.pro b/src/plugins/Input/vorbis/vorbis.pro index f23c680e4..bd63e3c6b 100644 --- a/src/plugins/Input/vorbis/vorbis.pro +++ b/src/plugins/Input/vorbis/vorbis.pro @@ -24,7 +24,8 @@ TRANSLATIONS = translations/vorbis_plugin_ru.ts \ translations/vorbis_plugin_uk_UA.ts \ translations/vorbis_plugin_zh_CN.ts \ translations/vorbis_plugin_zh_TW.ts \ - translations/vorbis_plugin_cs.ts + translations/vorbis_plugin_cs.ts \ + translations/vorbis_plugin_de.ts RESOURCES = translations/translations.qrc isEmpty (LIB_DIR){ -- cgit v1.2.3-13-gbd6f