From a79679c6bf45a8841ef2357902dfc170ee7030d8 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Mon, 6 Jan 2014 13:53:05 +0000 Subject: added Serbian translations (author: Mladen Pejaković) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@4004 90c681e8-e032-0410-971d-27865f9a5e38 --- .../Input/wavpack/translations/translations.qrc | 2 + .../wavpack/translations/wavpack_plugin_sr_BA.ts | 90 ++++++++++++++++++++++ .../wavpack/translations/wavpack_plugin_sr_RS.ts | 90 ++++++++++++++++++++++ src/plugins/Input/wavpack/wavpack.pro | 4 +- 4 files changed, 185 insertions(+), 1 deletion(-) create mode 100644 src/plugins/Input/wavpack/translations/wavpack_plugin_sr_BA.ts create mode 100644 src/plugins/Input/wavpack/translations/wavpack_plugin_sr_RS.ts (limited to 'src/plugins/Input/wavpack') diff --git a/src/plugins/Input/wavpack/translations/translations.qrc b/src/plugins/Input/wavpack/translations/translations.qrc index 17029f9ea..aad223730 100644 --- a/src/plugins/Input/wavpack/translations/translations.qrc +++ b/src/plugins/Input/wavpack/translations/translations.qrc @@ -21,5 +21,7 @@ wavpack_plugin_es.qm wavpack_plugin_he.qm wavpack_plugin_gl_ES.qm + wavpack_plugin_sr_BA.qm + wavpack_plugin_sr_RS.qm diff --git a/src/plugins/Input/wavpack/translations/wavpack_plugin_sr_BA.ts b/src/plugins/Input/wavpack/translations/wavpack_plugin_sr_BA.ts new file mode 100644 index 000000000..b86a96026 --- /dev/null +++ b/src/plugins/Input/wavpack/translations/wavpack_plugin_sr_BA.ts @@ -0,0 +1,90 @@ + + + + + DecoderWavPackFactory + + + WavPack Plugin + Вавпак прикључак + + + + WavPack Files + Вавпак фајлови + + + + About WavPack Audio Plugin + О Вавпак прикључку + + + + Qmmp WavPack Audio Plugin + Кумп Вавпак прикључак + + + + WavPack library version: + Издање Вавпак библиотеке: + + + + Written by: Ilya Kotov <forkotov02@hotmail.ru> + Аутор: Ilya Kotov <forkotov02@hotmail.ru> + + + + WavPackMetaDataModel + + + Length + Дужина + + + + Sample rate + Узорковање + + + + Hz + Hz + + + + Channels + Канала + + + + Bitrate + Битски проток + + + + kbps + kb/s + + + + File size + Величина + + + + KB + KB + + + + Ratio + Размјера + + + + Version + Издање + + + diff --git a/src/plugins/Input/wavpack/translations/wavpack_plugin_sr_RS.ts b/src/plugins/Input/wavpack/translations/wavpack_plugin_sr_RS.ts new file mode 100644 index 000000000..22f55c126 --- /dev/null +++ b/src/plugins/Input/wavpack/translations/wavpack_plugin_sr_RS.ts @@ -0,0 +1,90 @@ + + + + + DecoderWavPackFactory + + + WavPack Plugin + Вавпак прикључак + + + + WavPack Files + Вавпак фајлови + + + + About WavPack Audio Plugin + О Вавпак прикључку + + + + Qmmp WavPack Audio Plugin + Кумп Вавпак прикључак + + + + WavPack library version: + Издање Вавпак библиотеке: + + + + Written by: Ilya Kotov <forkotov02@hotmail.ru> + Аутор: Ilya Kotov <forkotov02@hotmail.ru> + + + + WavPackMetaDataModel + + + Length + Дужина + + + + Sample rate + Узорковање + + + + Hz + Hz + + + + Channels + Канала + + + + Bitrate + Битски проток + + + + kbps + kb/s + + + + File size + Величина + + + + KB + KB + + + + Ratio + Размера + + + + Version + Издање + + + diff --git a/src/plugins/Input/wavpack/wavpack.pro b/src/plugins/Input/wavpack/wavpack.pro index e9f10ba0e..37d8b9f9c 100644 --- a/src/plugins/Input/wavpack/wavpack.pro +++ b/src/plugins/Input/wavpack/wavpack.pro @@ -32,7 +32,9 @@ TRANSLATIONS = translations/wavpack_plugin_cs.ts \ translations/wavpack_plugin_lt.ts \ translations/wavpack_plugin_nl.ts \ translations/wavpack_plugin_ja.ts \ - translations/wavpack_plugin_es.ts + translations/wavpack_plugin_es.ts \ + translations/wavpack_plugin_sr_BA.ts \ + translations/wavpack_plugin_sr_RS.ts RESOURCES = translations/translations.qrc -- cgit v1.2.3-13-gbd6f