From a74401da799233d27dc6880ae6c047456e480fd0 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Thu, 8 May 2008 17:55:11 +0000 Subject: added *.ts files git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@367 90c681e8-e032-0410-971d-27865f9a5e38 --- .../wavpack/translations/wavpack_plugin_de.ts | 159 +++++++++++++++++++++ src/plugins/Input/wavpack/wavpack.pro | 2 +- 2 files changed, 160 insertions(+), 1 deletion(-) create mode 100644 src/plugins/Input/wavpack/translations/wavpack_plugin_de.ts (limited to 'src/plugins/Input/wavpack') diff --git a/src/plugins/Input/wavpack/translations/wavpack_plugin_de.ts b/src/plugins/Input/wavpack/translations/wavpack_plugin_de.ts new file mode 100644 index 000000000..d23a41ab5 --- /dev/null +++ b/src/plugins/Input/wavpack/translations/wavpack_plugin_de.ts @@ -0,0 +1,159 @@ + + + + DecoderWavPackFactory + + + WavPack Plugin + + + + + WavPackk Files + + + + + About WavPack Audio Plugin + + + + + Qmmp WavPack Audio Plugin + + + + + WavPack library version: + + + + + Writen by: Ilya Kotov <forkotov02@hotmail.ru> + + + + + DetailsDialog + + + Hz + + + + + kbps + + + + + KB + + + + + Details + + + + + File path: + + + + + WavPack Info + + + + + Length: + + + + + - + + + + + Sample rate: + + + + + File size: + + + + + Channels: + + + + + Bitrate: + + + + + Ratio: + + + + + Version: + + + + + APE Tag + + + + + Save + + + + + Track number: + + + + + Year: + + + + + Genre: + + + + + Comment: + + + + + Album: + + + + + Artist: + + + + + Title: + + + + + Close + + + + diff --git a/src/plugins/Input/wavpack/wavpack.pro b/src/plugins/Input/wavpack/wavpack.pro index 07967dce7..95507f86b 100644 --- a/src/plugins/Input/wavpack/wavpack.pro +++ b/src/plugins/Input/wavpack/wavpack.pro @@ -21,7 +21,7 @@ TEMPLATE = lib QMAKE_LIBDIR += ../../../../lib LIBS += -lqmmp -L/usr/lib -I/usr/include PKGCONFIG += wavpack -#TRANSLATIONS = translations/wavpack_plugin_ru.ts +TRANSLATIONS = translations/wavpack_plugin_de.ts #RESOURCES = translations/translations.qrc isEmpty (LIB_DIR){ -- cgit v1.2.3-13-gbd6f