From 7a58fffbdde6f66821fe9103baf280410f70c812 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Wed, 14 May 2008 20:14:06 +0000 Subject: updated Chezh translation (author: Karel Volny) git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@370 90c681e8-e032-0410-971d-27865f9a5e38 --- src/plugins/Input/wavpack/CMakeLists.txt | 4 +- .../Input/wavpack/decoderwavpackfactory.cpp | 2 +- .../Input/wavpack/translations/translations.qrc | 7 + .../wavpack/translations/wavpack_plugin_cs.ts | 160 +++++++++++++++++++++ src/plugins/Input/wavpack/wavpack.pro | 5 +- 5 files changed, 173 insertions(+), 5 deletions(-) create mode 100644 src/plugins/Input/wavpack/translations/translations.qrc create mode 100644 src/plugins/Input/wavpack/translations/wavpack_plugin_cs.ts (limited to 'src/plugins/Input/wavpack') diff --git a/src/plugins/Input/wavpack/CMakeLists.txt b/src/plugins/Input/wavpack/CMakeLists.txt index d3655a71e..1fbd9adb0 100644 --- a/src/plugins/Input/wavpack/CMakeLists.txt +++ b/src/plugins/Input/wavpack/CMakeLists.txt @@ -50,9 +50,9 @@ SET(libwavpack_MOC_HDRS detailsdialog.h ) -#SET(libwavpack_RCCS translations/translations.qrc) +SET(libwavpack_RCCS translations/translations.qrc) -#QT4_ADD_RESOURCES(libwavpack_RCC_SRCS ${libwavpack_RCCS}) +QT4_ADD_RESOURCES(libwavpack_RCC_SRCS ${libwavpack_RCCS}) QT4_WRAP_CPP(libwavpack_MOC_SRCS ${libwavpack_MOC_HDRS}) diff --git a/src/plugins/Input/wavpack/decoderwavpackfactory.cpp b/src/plugins/Input/wavpack/decoderwavpackfactory.cpp index 51b07f28c..208e956fc 100644 --- a/src/plugins/Input/wavpack/decoderwavpackfactory.cpp +++ b/src/plugins/Input/wavpack/decoderwavpackfactory.cpp @@ -27,7 +27,7 @@ const DecoderProperties DecoderWavPackFactory::properties() const DecoderProperties properties; properties.name = tr("WavPack Plugin"); properties.filter = "*.wv"; - properties.description = tr("WavPackk Files"); + properties.description = tr("WavPack Files"); //properties.contentType = ; properties.hasAbout = TRUE; properties.hasSettings = FALSE; diff --git a/src/plugins/Input/wavpack/translations/translations.qrc b/src/plugins/Input/wavpack/translations/translations.qrc new file mode 100644 index 000000000..70607700c --- /dev/null +++ b/src/plugins/Input/wavpack/translations/translations.qrc @@ -0,0 +1,7 @@ + + + + wavpack_plugin_cs.qm + wavpack_plugin_de.qm + + diff --git a/src/plugins/Input/wavpack/translations/wavpack_plugin_cs.ts b/src/plugins/Input/wavpack/translations/wavpack_plugin_cs.ts new file mode 100644 index 000000000..7888da54a --- /dev/null +++ b/src/plugins/Input/wavpack/translations/wavpack_plugin_cs.ts @@ -0,0 +1,160 @@ + + + + + DecoderWavPackFactory + + + WavPack Plugin + Modul WavPack + + + + About WavPack Audio Plugin + O modulu WavPack + + + + Qmmp WavPack Audio Plugin + Vstupní modul Qmmp WavPack + + + + WavPack library version: + Verze knihovny WavPack: + + + + Writen by: Ilya Kotov <forkotov02@hotmail.ru> + Autor: Ilja Kotov <forkotov02@hotmail.ru> + + + + WavPack Files + Soubory WavPack + + + + DetailsDialog + + + kbps + kbps + + + + Hz + Hz + + + + KB + KB + + + + APE Tag + Tag APE + + + + Details + Podrobnosti + + + + File path: + Cesta k souboru: + + + + - + - + + + + Sample rate: + Vzorkovací frekvence: + + + + File size: + Velikost souboru: + + + + Title: + Název: + + + + Artist: + Umělec: + + + + Album: + Album: + + + + Comment: + Komentář: + + + + Year: + Rok: + + + + Track number: + Číslo stopy: + + + + Genre: + Žánr: + + + + Save + Uložit + + + + Close + Zavřít + + + + Length: + Délka: + + + + Channels: + Počet kanálů: + + + + WavPack Info + Informace WavPack + + + + Bitrate: + Datový tok: + + + + Ratio: + Poměr: + + + + Version: + Verze: + + + diff --git a/src/plugins/Input/wavpack/wavpack.pro b/src/plugins/Input/wavpack/wavpack.pro index 95507f86b..64bd90ccd 100644 --- a/src/plugins/Input/wavpack/wavpack.pro +++ b/src/plugins/Input/wavpack/wavpack.pro @@ -21,8 +21,9 @@ TEMPLATE = lib QMAKE_LIBDIR += ../../../../lib LIBS += -lqmmp -L/usr/lib -I/usr/include PKGCONFIG += wavpack -TRANSLATIONS = translations/wavpack_plugin_de.ts -#RESOURCES = translations/translations.qrc +TRANSLATIONS = translations/wavpack_plugin_cs.ts \ + translations/wavpack_plugin_de.ts +RESOURCES = translations/translations.qrc isEmpty (LIB_DIR){ LIB_DIR = /lib -- cgit v1.2.3-13-gbd6f