From 8c2b182c1c5ff81256a0fad7c2d599e9a7ef83c3 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Sun, 28 Apr 2013 14:12:08 +0000 Subject: sid plugin: added linguist files git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@3426 90c681e8-e032-0410-971d-27865f9a5e38 --- .../Input/gme/translations/gme_plugin_cs.ts | 8 +- .../Input/gme/translations/gme_plugin_de.ts | 8 +- .../Input/gme/translations/gme_plugin_es.ts | 8 +- .../Input/gme/translations/gme_plugin_fr.ts | 8 +- .../Input/gme/translations/gme_plugin_he.ts | 8 +- .../Input/gme/translations/gme_plugin_hu.ts | 8 +- .../Input/gme/translations/gme_plugin_it.ts | 8 +- .../Input/gme/translations/gme_plugin_ja.ts | 8 +- .../Input/gme/translations/gme_plugin_kk.ts | 8 +- .../Input/gme/translations/gme_plugin_lt.ts | 8 +- .../Input/gme/translations/gme_plugin_nl.ts | 8 +- .../Input/gme/translations/gme_plugin_pl_PL.ts | 8 +- .../Input/gme/translations/gme_plugin_pt_BR.ts | 8 +- .../Input/gme/translations/gme_plugin_ru.ts | 8 +- .../Input/gme/translations/gme_plugin_sk.ts | 8 +- .../Input/gme/translations/gme_plugin_tr.ts | 8 +- .../Input/gme/translations/gme_plugin_uk_UA.ts | 8 +- .../Input/gme/translations/gme_plugin_zh_CN.ts | 8 +- .../Input/gme/translations/gme_plugin_zh_TW.ts | 8 +- src/plugins/Input/sid/sid.pro | 22 ++---- .../Input/sid/translations/sid_plugin_cs.ts | 90 ++++++++++++++++++++++ .../Input/sid/translations/sid_plugin_de.ts | 90 ++++++++++++++++++++++ .../Input/sid/translations/sid_plugin_es.ts | 90 ++++++++++++++++++++++ .../Input/sid/translations/sid_plugin_fr.ts | 90 ++++++++++++++++++++++ .../Input/sid/translations/sid_plugin_he.ts | 90 ++++++++++++++++++++++ .../Input/sid/translations/sid_plugin_hu.ts | 90 ++++++++++++++++++++++ .../Input/sid/translations/sid_plugin_it.ts | 90 ++++++++++++++++++++++ .../Input/sid/translations/sid_plugin_ja.ts | 90 ++++++++++++++++++++++ .../Input/sid/translations/sid_plugin_kk.ts | 90 ++++++++++++++++++++++ .../Input/sid/translations/sid_plugin_lt.ts | 90 ++++++++++++++++++++++ .../Input/sid/translations/sid_plugin_nl.ts | 90 ++++++++++++++++++++++ .../Input/sid/translations/sid_plugin_pl.ts | 75 ++++++++++++++++++ .../Input/sid/translations/sid_plugin_pl_PL.ts | 90 ++++++++++++++++++++++ .../Input/sid/translations/sid_plugin_pt_BR.ts | 90 ++++++++++++++++++++++ .../Input/sid/translations/sid_plugin_ru.ts | 90 ++++++++++++++++++++++ .../Input/sid/translations/sid_plugin_sk.ts | 90 ++++++++++++++++++++++ .../Input/sid/translations/sid_plugin_tr.ts | 90 ++++++++++++++++++++++ .../Input/sid/translations/sid_plugin_uk_UA.ts | 90 ++++++++++++++++++++++ .../Input/sid/translations/sid_plugin_zh_CN.ts | 90 ++++++++++++++++++++++ .../Input/sid/translations/sid_plugin_zh_TW.ts | 90 ++++++++++++++++++++++ .../Input/sid/translations/translations.qrc | 24 ++++++ 41 files changed, 1890 insertions(+), 93 deletions(-) create mode 100644 src/plugins/Input/sid/translations/sid_plugin_cs.ts create mode 100644 src/plugins/Input/sid/translations/sid_plugin_de.ts create mode 100644 src/plugins/Input/sid/translations/sid_plugin_es.ts create mode 100644 src/plugins/Input/sid/translations/sid_plugin_fr.ts create mode 100644 src/plugins/Input/sid/translations/sid_plugin_he.ts create mode 100644 src/plugins/Input/sid/translations/sid_plugin_hu.ts create mode 100644 src/plugins/Input/sid/translations/sid_plugin_it.ts create mode 100644 src/plugins/Input/sid/translations/sid_plugin_ja.ts create mode 100644 src/plugins/Input/sid/translations/sid_plugin_kk.ts create mode 100644 src/plugins/Input/sid/translations/sid_plugin_lt.ts create mode 100644 src/plugins/Input/sid/translations/sid_plugin_nl.ts create mode 100644 src/plugins/Input/sid/translations/sid_plugin_pl.ts create mode 100644 src/plugins/Input/sid/translations/sid_plugin_pl_PL.ts create mode 100644 src/plugins/Input/sid/translations/sid_plugin_pt_BR.ts create mode 100644 src/plugins/Input/sid/translations/sid_plugin_ru.ts create mode 100644 src/plugins/Input/sid/translations/sid_plugin_sk.ts create mode 100644 src/plugins/Input/sid/translations/sid_plugin_tr.ts create mode 100644 src/plugins/Input/sid/translations/sid_plugin_uk_UA.ts create mode 100644 src/plugins/Input/sid/translations/sid_plugin_zh_CN.ts create mode 100644 src/plugins/Input/sid/translations/sid_plugin_zh_TW.ts create mode 100644 src/plugins/Input/sid/translations/translations.qrc (limited to 'src/plugins/Input') diff --git a/src/plugins/Input/gme/translations/gme_plugin_cs.ts b/src/plugins/Input/gme/translations/gme_plugin_cs.ts index 4312cde99..d051c3098 100644 --- a/src/plugins/Input/gme/translations/gme_plugin_cs.ts +++ b/src/plugins/Input/gme/translations/gme_plugin_cs.ts @@ -14,22 +14,22 @@ Soubory s hudbou z her - + About GME Audio Plugin O modulu GME - + Qmmp GME Audio Plugin Modul Qmmp GME - + This plugin uses Game_Music_Emu library to play game music files Tento modul využívá knihovnu Game_Music_Emu pro přehrávání souborů s hudbou z her - + Written by: Ilya Kotov <forkotov02@hotmail.ru> Autor: Ilja Kotov <forkotov02@hotmail.ru> diff --git a/src/plugins/Input/gme/translations/gme_plugin_de.ts b/src/plugins/Input/gme/translations/gme_plugin_de.ts index 498f2d44f..4f6e301ce 100644 --- a/src/plugins/Input/gme/translations/gme_plugin_de.ts +++ b/src/plugins/Input/gme/translations/gme_plugin_de.ts @@ -14,22 +14,22 @@ Musikdateien aus Spielen (Game Music) - + About GME Audio Plugin Über GME-Audio-Modul - + Qmmp GME Audio Plugin Qmmp GME-Audio-Modul - + This plugin uses Game_Music_Emu library to play game music files Dieses Modul verwendet die Bibliothek „Game_Music_Emu“, um Musikdateien aus Spielen abzuspielen - + Written by: Ilya Kotov <forkotov02@hotmail.ru> Autor: Ilya Kotov <forkotov02@hotmail.ru> diff --git a/src/plugins/Input/gme/translations/gme_plugin_es.ts b/src/plugins/Input/gme/translations/gme_plugin_es.ts index b66f9dcb8..50b44dd3f 100644 --- a/src/plugins/Input/gme/translations/gme_plugin_es.ts +++ b/src/plugins/Input/gme/translations/gme_plugin_es.ts @@ -14,22 +14,22 @@ - + About GME Audio Plugin - + Qmmp GME Audio Plugin - + This plugin uses Game_Music_Emu library to play game music files - + Written by: Ilya Kotov <forkotov02@hotmail.ru> diff --git a/src/plugins/Input/gme/translations/gme_plugin_fr.ts b/src/plugins/Input/gme/translations/gme_plugin_fr.ts index 3db51429b..7949c638c 100644 --- a/src/plugins/Input/gme/translations/gme_plugin_fr.ts +++ b/src/plugins/Input/gme/translations/gme_plugin_fr.ts @@ -14,22 +14,22 @@ - + About GME Audio Plugin - + Qmmp GME Audio Plugin - + This plugin uses Game_Music_Emu library to play game music files - + Written by: Ilya Kotov <forkotov02@hotmail.ru> diff --git a/src/plugins/Input/gme/translations/gme_plugin_he.ts b/src/plugins/Input/gme/translations/gme_plugin_he.ts index 683a374ee..15e95cd25 100644 --- a/src/plugins/Input/gme/translations/gme_plugin_he.ts +++ b/src/plugins/Input/gme/translations/gme_plugin_he.ts @@ -14,22 +14,22 @@ קבצי מוזיקה של משחק - + About GME Audio Plugin אודות תוספת שמע GME - + Qmmp GME Audio Plugin תוספת שמע GME ‫Qmmp - + This plugin uses Game_Music_Emu library to play game music files תוספת זו מנצלת את ספריית Game_Music_Emu להנגנת קבצי מוזיקה של משחק - + Written by: Ilya Kotov <forkotov02@hotmail.ru> חוברה על ידי: Ilya Kotov ‫<forkotov02@hotmail.ru> diff --git a/src/plugins/Input/gme/translations/gme_plugin_hu.ts b/src/plugins/Input/gme/translations/gme_plugin_hu.ts index 314e0a8df..b3857ae3b 100644 --- a/src/plugins/Input/gme/translations/gme_plugin_hu.ts +++ b/src/plugins/Input/gme/translations/gme_plugin_hu.ts @@ -14,22 +14,22 @@ - + About GME Audio Plugin - + Qmmp GME Audio Plugin - + This plugin uses Game_Music_Emu library to play game music files - + Written by: Ilya Kotov <forkotov02@hotmail.ru> diff --git a/src/plugins/Input/gme/translations/gme_plugin_it.ts b/src/plugins/Input/gme/translations/gme_plugin_it.ts index b8a612614..02981ca6c 100644 --- a/src/plugins/Input/gme/translations/gme_plugin_it.ts +++ b/src/plugins/Input/gme/translations/gme_plugin_it.ts @@ -14,22 +14,22 @@ - + About GME Audio Plugin - + Qmmp GME Audio Plugin - + This plugin uses Game_Music_Emu library to play game music files - + Written by: Ilya Kotov <forkotov02@hotmail.ru> Autore: Ilya Kotov <forkotov02@hotmail.ru> diff --git a/src/plugins/Input/gme/translations/gme_plugin_ja.ts b/src/plugins/Input/gme/translations/gme_plugin_ja.ts index a3a548c05..27dda7325 100644 --- a/src/plugins/Input/gme/translations/gme_plugin_ja.ts +++ b/src/plugins/Input/gme/translations/gme_plugin_ja.ts @@ -14,22 +14,22 @@ ゲーム音楽ファイル - + About GME Audio Plugin GME 音響プラグインについて - + Qmmp GME Audio Plugin QMMP 用 GME 音響プラグイン - + This plugin uses Game_Music_Emu library to play game music files このプラグインは Game_Music_Emu ライブラリを用いてゲーム音楽ファイルを再生します。 - + Written by: Ilya Kotov <forkotov02@hotmail.ru> 制作: Илья Котов (Ilya Kotov) <forkotov02@hotmail.ru> diff --git a/src/plugins/Input/gme/translations/gme_plugin_kk.ts b/src/plugins/Input/gme/translations/gme_plugin_kk.ts index bb595a93d..e80e0d550 100644 --- a/src/plugins/Input/gme/translations/gme_plugin_kk.ts +++ b/src/plugins/Input/gme/translations/gme_plugin_kk.ts @@ -14,22 +14,22 @@ - + About GME Audio Plugin - + Qmmp GME Audio Plugin - + This plugin uses Game_Music_Emu library to play game music files - + Written by: Ilya Kotov <forkotov02@hotmail.ru> diff --git a/src/plugins/Input/gme/translations/gme_plugin_lt.ts b/src/plugins/Input/gme/translations/gme_plugin_lt.ts index 8c0460b29..d40e64ee9 100644 --- a/src/plugins/Input/gme/translations/gme_plugin_lt.ts +++ b/src/plugins/Input/gme/translations/gme_plugin_lt.ts @@ -14,22 +14,22 @@ Žaidimų muzikos bylos - + About GME Audio Plugin Apie GME Audio įskiepį - + Qmmp GME Audio Plugin Qmmp GME Audio įskiepis - + This plugin uses Game_Music_Emu library to play game music files Šis įskiepis naudoja Game_Music_Emu biblioteką žaidimų muzikos bylų grojimui - + Written by: Ilya Kotov <forkotov02@hotmail.ru> Sukūrė: Ilya Kotov <forkotov02@hotmail.ru> diff --git a/src/plugins/Input/gme/translations/gme_plugin_nl.ts b/src/plugins/Input/gme/translations/gme_plugin_nl.ts index 726e892ac..2f199841e 100644 --- a/src/plugins/Input/gme/translations/gme_plugin_nl.ts +++ b/src/plugins/Input/gme/translations/gme_plugin_nl.ts @@ -14,22 +14,22 @@ Spel Muziek Bestanden - + About GME Audio Plugin Over de GME Audio Module - + Qmmp GME Audio Plugin GME Audio Module voor Qmmp - + This plugin uses Game_Music_Emu library to play game music files Deze module faciliteert in het afspelen van spelmuziek door gebruik van de Game_Music_Emu bibliotheek - + Written by: Ilya Kotov <forkotov02@hotmail.ru> Auteur: Ilya Kotov <forkotov02@hotmail.ru> diff --git a/src/plugins/Input/gme/translations/gme_plugin_pl_PL.ts b/src/plugins/Input/gme/translations/gme_plugin_pl_PL.ts index edb7e8f03..07fd37ed0 100644 --- a/src/plugins/Input/gme/translations/gme_plugin_pl_PL.ts +++ b/src/plugins/Input/gme/translations/gme_plugin_pl_PL.ts @@ -14,22 +14,22 @@ Game Music Files - + About GME Audio Plugin O wtyczce dźwiękowej GME - + Qmmp GME Audio Plugin Wtyczka dźwiękowa GME dla Qmmp - + This plugin uses Game_Music_Emu library to play game music files Ta wtyczka używa biblioteki Game_Music_Emu do odtwarzania plików muzycznych z gier - + Written by: Ilya Kotov <forkotov02@hotmail.ru> Autor: Ilja Kotov <forkotov02@hotmail.ru> diff --git a/src/plugins/Input/gme/translations/gme_plugin_pt_BR.ts b/src/plugins/Input/gme/translations/gme_plugin_pt_BR.ts index 8df14946f..3d745e516 100644 --- a/src/plugins/Input/gme/translations/gme_plugin_pt_BR.ts +++ b/src/plugins/Input/gme/translations/gme_plugin_pt_BR.ts @@ -14,22 +14,22 @@ - + About GME Audio Plugin - + Qmmp GME Audio Plugin - + This plugin uses Game_Music_Emu library to play game music files - + Written by: Ilya Kotov <forkotov02@hotmail.ru> diff --git a/src/plugins/Input/gme/translations/gme_plugin_ru.ts b/src/plugins/Input/gme/translations/gme_plugin_ru.ts index 107a31cab..a2c268b88 100644 --- a/src/plugins/Input/gme/translations/gme_plugin_ru.ts +++ b/src/plugins/Input/gme/translations/gme_plugin_ru.ts @@ -14,22 +14,22 @@ Программы звукогенераторов - + About GME Audio Plugin Об аудио-модуле GME - + Qmmp GME Audio Plugin Аудио-модуль GME для Qmmp - + This plugin uses Game_Music_Emu library to play game music files Для воспроизведения используется библиотека Game_Music_Emu - + Written by: Ilya Kotov <forkotov02@hotmail.ru> Разработчик: Илья Котов <forkotov02@hotmail.ru> diff --git a/src/plugins/Input/gme/translations/gme_plugin_sk.ts b/src/plugins/Input/gme/translations/gme_plugin_sk.ts index 0b82a68d7..6640f939f 100644 --- a/src/plugins/Input/gme/translations/gme_plugin_sk.ts +++ b/src/plugins/Input/gme/translations/gme_plugin_sk.ts @@ -14,22 +14,22 @@ - + About GME Audio Plugin - + Qmmp GME Audio Plugin - + This plugin uses Game_Music_Emu library to play game music files - + Written by: Ilya Kotov <forkotov02@hotmail.ru> diff --git a/src/plugins/Input/gme/translations/gme_plugin_tr.ts b/src/plugins/Input/gme/translations/gme_plugin_tr.ts index 04a32957f..f6ce72a8c 100644 --- a/src/plugins/Input/gme/translations/gme_plugin_tr.ts +++ b/src/plugins/Input/gme/translations/gme_plugin_tr.ts @@ -14,22 +14,22 @@ - + About GME Audio Plugin - + Qmmp GME Audio Plugin - + This plugin uses Game_Music_Emu library to play game music files - + Written by: Ilya Kotov <forkotov02@hotmail.ru> Yazan: Ilya Kotov <forkotov02@hotmail.ru> diff --git a/src/plugins/Input/gme/translations/gme_plugin_uk_UA.ts b/src/plugins/Input/gme/translations/gme_plugin_uk_UA.ts index 8acf1a29b..c3f7c5be4 100644 --- a/src/plugins/Input/gme/translations/gme_plugin_uk_UA.ts +++ b/src/plugins/Input/gme/translations/gme_plugin_uk_UA.ts @@ -14,22 +14,22 @@ Програми звукогенераторів - + About GME Audio Plugin Про аудіо-модуль GME - + Qmmp GME Audio Plugin Аудіо-модуль GME для Qmmp - + This plugin uses Game_Music_Emu library to play game music files Для відтворення використовується бібліотека Game_Music_Emu - + Written by: Ilya Kotov <forkotov02@hotmail.ru> Розробник: Ілля Котов <forkotov02@hotmail.ru> diff --git a/src/plugins/Input/gme/translations/gme_plugin_zh_CN.ts b/src/plugins/Input/gme/translations/gme_plugin_zh_CN.ts index bfb0b7db5..97003a399 100644 --- a/src/plugins/Input/gme/translations/gme_plugin_zh_CN.ts +++ b/src/plugins/Input/gme/translations/gme_plugin_zh_CN.ts @@ -14,22 +14,22 @@ Game 音乐文件 - + About GME Audio Plugin 关于 GME 音频插件 - + Qmmp GME Audio Plugin Qmmp GME 音频插件 - + This plugin uses Game_Music_Emu library to play game music files 此插件使用 Game_Music_Emu 库来播放 game 音乐文件 - + Written by: Ilya Kotov <forkotov02@hotmail.ru> 作者:Ilya Kotov <forkotov02@hotmail.ru> diff --git a/src/plugins/Input/gme/translations/gme_plugin_zh_TW.ts b/src/plugins/Input/gme/translations/gme_plugin_zh_TW.ts index 3a9e52235..2944e35da 100644 --- a/src/plugins/Input/gme/translations/gme_plugin_zh_TW.ts +++ b/src/plugins/Input/gme/translations/gme_plugin_zh_TW.ts @@ -14,22 +14,22 @@ Game 音頻文件 - + About GME Audio Plugin 關於 Game 音頻文件 - + Qmmp GME Audio Plugin Qmmp Game 音頻文件 - + This plugin uses Game_Music_Emu library to play game music files 此插件使用 Game_Music_Emu 庫播放 Game 音頻文件 - + Written by: Ilya Kotov <forkotov02@hotmail.ru> 作者:Ilya Kotov <forkotov02@hotmail.ru> diff --git a/src/plugins/Input/sid/sid.pro b/src/plugins/Input/sid/sid.pro index efb47ca18..f31bb1707 100644 --- a/src/plugins/Input/sid/sid.pro +++ b/src/plugins/Input/sid/sid.pro @@ -8,6 +8,10 @@ SOURCES += decoder_sid.cpp \ decodersidfactory.cpp \ sidhelper.cpp \ settingsdialog.cpp +FORMS += \ + settingsdialog.ui + + TARGET = $$PLUGINS_PREFIX/Input/sid QMAKE_CLEAN = $$PLUGINS_PREFIX/Input/libsid.so INCLUDEPATH += ../../../ @@ -16,20 +20,7 @@ CONFIG += warn_on \ link_pkgconfig TEMPLATE = lib -TRANSLATIONS = translations/sid_plugin_it.ts \ - translations/sid_plugin_ru.ts \ - translations/sid_plugin_cs.ts \ - translations/sid_plugin_de.ts \ - translations/sid_plugin_zh_CN.ts \ - translations/sid_plugin_zh_TW.ts \ - translations/sid_plugin_uk_UA.ts \ - translations/sid_plugin_pl.ts \ - translations/sid_plugin_tr.ts \ - translations/sid_plugin_lt.ts \ - translations/sid_plugin_nl.ts \ - translations/sid_plugin_ja.ts - -#RESOURCES = translations/translations.qrc +RESOURCES = translations/translations.qrc unix{ isEmpty (LIB_DIR):LIB_DIR = /lib @@ -46,6 +37,3 @@ win32 { QMAKE_LIBDIR += ../../../../bin LIBS += -lqmmp0 -lsidplayfp.dll } - -FORMS += \ - settingsdialog.ui diff --git a/src/plugins/Input/sid/translations/sid_plugin_cs.ts b/src/plugins/Input/sid/translations/sid_plugin_cs.ts new file mode 100644 index 000000000..4dfff7962 --- /dev/null +++ b/src/plugins/Input/sid/translations/sid_plugin_cs.ts @@ -0,0 +1,90 @@ + + + + + DecoderSIDFactory + + + SID Plugin + + + + + SID Files + + + + + About SID Audio Plugin + + + + + Qmmp SID Audio Plugin + + + + + This plugin plays Commodore 64 music files using libsidplayfp library + + + + + Written by: Ilya Kotov <forkotov02@hotmail.ru> + Autor: Ilja Kotov <forkotov02@hotmail.ru> + + + + SettingsDialog + + + SID Plugin Settings + + + + + Fast resampling + + + + + Sample rate: + Vzorkovací kmitočet: + + + + HVSC database file: + + + + + Resampling method: + + + + + Defaults song length, sec: + + + + + Enable HVSC song length database + + + + + Emulation: + + + + + 44100 Hz + 44100 Hz + + + + 48000 Hz + 48000 Hz + + + diff --git a/src/plugins/Input/sid/translations/sid_plugin_de.ts b/src/plugins/Input/sid/translations/sid_plugin_de.ts new file mode 100644 index 000000000..56e0eaa5d --- /dev/null +++ b/src/plugins/Input/sid/translations/sid_plugin_de.ts @@ -0,0 +1,90 @@ + + + + + DecoderSIDFactory + + + SID Plugin + + + + + SID Files + + + + + About SID Audio Plugin + + + + + Qmmp SID Audio Plugin + + + + + This plugin plays Commodore 64 music files using libsidplayfp library + + + + + Written by: Ilya Kotov <forkotov02@hotmail.ru> + Autor: Ilya Kotov <forkotov02@hotmail.ru> + + + + SettingsDialog + + + SID Plugin Settings + + + + + Fast resampling + + + + + Sample rate: + Abtastrate: + + + + HVSC database file: + + + + + Resampling method: + + + + + Defaults song length, sec: + + + + + Enable HVSC song length database + + + + + Emulation: + + + + + 44100 Hz + 44100 Hz + + + + 48000 Hz + 48000 Hz + + + diff --git a/src/plugins/Input/sid/translations/sid_plugin_es.ts b/src/plugins/Input/sid/translations/sid_plugin_es.ts new file mode 100644 index 000000000..872e077ac --- /dev/null +++ b/src/plugins/Input/sid/translations/sid_plugin_es.ts @@ -0,0 +1,90 @@ + + + + + DecoderSIDFactory + + + SID Plugin + + + + + SID Files + + + + + About SID Audio Plugin + + + + + Qmmp SID Audio Plugin + + + + + This plugin plays Commodore 64 music files using libsidplayfp library + + + + + Written by: Ilya Kotov <forkotov02@hotmail.ru> + + + + + SettingsDialog + + + SID Plugin Settings + + + + + Fast resampling + + + + + Sample rate: + + + + + HVSC database file: + + + + + Resampling method: + + + + + Defaults song length, sec: + + + + + Enable HVSC song length database + + + + + Emulation: + + + + + 44100 Hz + + + + + 48000 Hz + + + + diff --git a/src/plugins/Input/sid/translations/sid_plugin_fr.ts b/src/plugins/Input/sid/translations/sid_plugin_fr.ts new file mode 100644 index 000000000..26119b1ed --- /dev/null +++ b/src/plugins/Input/sid/translations/sid_plugin_fr.ts @@ -0,0 +1,90 @@ + + + + + DecoderSIDFactory + + + SID Plugin + + + + + SID Files + + + + + About SID Audio Plugin + + + + + Qmmp SID Audio Plugin + + + + + This plugin plays Commodore 64 music files using libsidplayfp library + + + + + Written by: Ilya Kotov <forkotov02@hotmail.ru> + + + + + SettingsDialog + + + SID Plugin Settings + + + + + Fast resampling + + + + + Sample rate: + + + + + HVSC database file: + + + + + Resampling method: + + + + + Defaults song length, sec: + + + + + Enable HVSC song length database + + + + + Emulation: + + + + + 44100 Hz + + + + + 48000 Hz + + + + diff --git a/src/plugins/Input/sid/translations/sid_plugin_he.ts b/src/plugins/Input/sid/translations/sid_plugin_he.ts new file mode 100644 index 000000000..e2c2ee1b2 --- /dev/null +++ b/src/plugins/Input/sid/translations/sid_plugin_he.ts @@ -0,0 +1,90 @@ + + + + + DecoderSIDFactory + + + SID Plugin + + + + + SID Files + + + + + About SID Audio Plugin + + + + + Qmmp SID Audio Plugin + + + + + This plugin plays Commodore 64 music files using libsidplayfp library + + + + + Written by: Ilya Kotov <forkotov02@hotmail.ru> + חוברה על ידי: Ilya Kotov ‫<forkotov02@hotmail.ru> + + + + SettingsDialog + + + SID Plugin Settings + + + + + Fast resampling + + + + + Sample rate: + שיעור דגימה: + + + + HVSC database file: + + + + + Resampling method: + + + + + Defaults song length, sec: + + + + + Enable HVSC song length database + + + + + Emulation: + + + + + 44100 Hz + 44100 הרץ + + + + 48000 Hz + 48000 הרץ + + + diff --git a/src/plugins/Input/sid/translations/sid_plugin_hu.ts b/src/plugins/Input/sid/translations/sid_plugin_hu.ts new file mode 100644 index 000000000..f5f0bc0e2 --- /dev/null +++ b/src/plugins/Input/sid/translations/sid_plugin_hu.ts @@ -0,0 +1,90 @@ + + + + + DecoderSIDFactory + + + SID Plugin + + + + + SID Files + + + + + About SID Audio Plugin + + + + + Qmmp SID Audio Plugin + + + + + This plugin plays Commodore 64 music files using libsidplayfp library + + + + + Written by: Ilya Kotov <forkotov02@hotmail.ru> + + + + + SettingsDialog + + + SID Plugin Settings + + + + + Fast resampling + + + + + Sample rate: + + + + + HVSC database file: + + + + + Resampling method: + + + + + Defaults song length, sec: + + + + + Enable HVSC song length database + + + + + Emulation: + + + + + 44100 Hz + + + + + 48000 Hz + + + + diff --git a/src/plugins/Input/sid/translations/sid_plugin_it.ts b/src/plugins/Input/sid/translations/sid_plugin_it.ts new file mode 100644 index 000000000..2ff1a218a --- /dev/null +++ b/src/plugins/Input/sid/translations/sid_plugin_it.ts @@ -0,0 +1,90 @@ + + + + + DecoderSIDFactory + + + SID Plugin + + + + + SID Files + + + + + About SID Audio Plugin + + + + + Qmmp SID Audio Plugin + + + + + This plugin plays Commodore 64 music files using libsidplayfp library + + + + + Written by: Ilya Kotov <forkotov02@hotmail.ru> + Autore: Ilya Kotov <forkotov02@hotmail.ru> + + + + SettingsDialog + + + SID Plugin Settings + + + + + Fast resampling + + + + + Sample rate: + + + + + HVSC database file: + + + + + Resampling method: + + + + + Defaults song length, sec: + + + + + Enable HVSC song length database + + + + + Emulation: + + + + + 44100 Hz + + + + + 48000 Hz + + + + diff --git a/src/plugins/Input/sid/translations/sid_plugin_ja.ts b/src/plugins/Input/sid/translations/sid_plugin_ja.ts new file mode 100644 index 000000000..e721dab79 --- /dev/null +++ b/src/plugins/Input/sid/translations/sid_plugin_ja.ts @@ -0,0 +1,90 @@ + + + + + DecoderSIDFactory + + + SID Plugin + + + + + SID Files + + + + + About SID Audio Plugin + + + + + Qmmp SID Audio Plugin + + + + + This plugin plays Commodore 64 music files using libsidplayfp library + + + + + Written by: Ilya Kotov <forkotov02@hotmail.ru> + 制作: Илья Котов (Ilya Kotov) <forkotov02@hotmail.ru> + + + + SettingsDialog + + + SID Plugin Settings + + + + + Fast resampling + + + + + Sample rate: + サンプルレート: + + + + HVSC database file: + + + + + Resampling method: + + + + + Defaults song length, sec: + + + + + Enable HVSC song length database + + + + + Emulation: + + + + + 44100 Hz + 44100 Hz + + + + 48000 Hz + 48000 Hz + + + diff --git a/src/plugins/Input/sid/translations/sid_plugin_kk.ts b/src/plugins/Input/sid/translations/sid_plugin_kk.ts new file mode 100644 index 000000000..173c07dd0 --- /dev/null +++ b/src/plugins/Input/sid/translations/sid_plugin_kk.ts @@ -0,0 +1,90 @@ + + + + + DecoderSIDFactory + + + SID Plugin + + + + + SID Files + + + + + About SID Audio Plugin + + + + + Qmmp SID Audio Plugin + + + + + This plugin plays Commodore 64 music files using libsidplayfp library + + + + + Written by: Ilya Kotov <forkotov02@hotmail.ru> + + + + + SettingsDialog + + + SID Plugin Settings + + + + + Fast resampling + + + + + Sample rate: + + + + + HVSC database file: + + + + + Resampling method: + + + + + Defaults song length, sec: + + + + + Enable HVSC song length database + + + + + Emulation: + + + + + 44100 Hz + + + + + 48000 Hz + + + + diff --git a/src/plugins/Input/sid/translations/sid_plugin_lt.ts b/src/plugins/Input/sid/translations/sid_plugin_lt.ts new file mode 100644 index 000000000..85f9c3851 --- /dev/null +++ b/src/plugins/Input/sid/translations/sid_plugin_lt.ts @@ -0,0 +1,90 @@ + + + + + DecoderSIDFactory + + + SID Plugin + + + + + SID Files + + + + + About SID Audio Plugin + + + + + Qmmp SID Audio Plugin + + + + + This plugin plays Commodore 64 music files using libsidplayfp library + + + + + Written by: Ilya Kotov <forkotov02@hotmail.ru> + Sukūrė: Ilya Kotov <forkotov02@hotmail.ru> + + + + SettingsDialog + + + SID Plugin Settings + + + + + Fast resampling + + + + + Sample rate: + + + + + HVSC database file: + + + + + Resampling method: + + + + + Defaults song length, sec: + + + + + Enable HVSC song length database + + + + + Emulation: + + + + + 44100 Hz + 44100 Hz + + + + 48000 Hz + 48000 Hz + + + diff --git a/src/plugins/Input/sid/translations/sid_plugin_nl.ts b/src/plugins/Input/sid/translations/sid_plugin_nl.ts new file mode 100644 index 000000000..0b583d83c --- /dev/null +++ b/src/plugins/Input/sid/translations/sid_plugin_nl.ts @@ -0,0 +1,90 @@ + + + + + DecoderSIDFactory + + + SID Plugin + + + + + SID Files + + + + + About SID Audio Plugin + + + + + Qmmp SID Audio Plugin + + + + + This plugin plays Commodore 64 music files using libsidplayfp library + + + + + Written by: Ilya Kotov <forkotov02@hotmail.ru> + Auteur: Ilya Kotov <forkotov02@hotmail.ru> + + + + SettingsDialog + + + SID Plugin Settings + + + + + Fast resampling + + + + + Sample rate: + Sample frequentie: + + + + HVSC database file: + + + + + Resampling method: + + + + + Defaults song length, sec: + + + + + Enable HVSC song length database + + + + + Emulation: + + + + + 44100 Hz + + + + + 48000 Hz + + + + diff --git a/src/plugins/Input/sid/translations/sid_plugin_pl.ts b/src/plugins/Input/sid/translations/sid_plugin_pl.ts new file mode 100644 index 000000000..f6206c3af --- /dev/null +++ b/src/plugins/Input/sid/translations/sid_plugin_pl.ts @@ -0,0 +1,75 @@ + + + + + DecoderWildMidiFactory + + + WildMidi Plugin + Wtyczka WildMidi + + + + Midi Files + Pliki Midi + + + + About WildMidi Audio Plugin + O wtyczce WildMidi + + + + Qmmp WildMidi Audio Plugin + Wtyczka WildMidi dla Qmmp + + + + This plugin uses WildMidi library to play midi files + Ta wtyczka używa biblioteki WildMidi do odtwarzania plików midi + + + + Written by: Ilya Kotov <forkotov02@hotmail.ru> + Autor: Ilja Kotov <forkotov02@hotmail.ru> + + + + SettingsDialog + + + WildMidi Plugin Settings + Ustawienia wtyczki WildMidi + + + + Instrument configuration: + Konfiguracja instrumentów: + + + + Sample rate: + Próbkowanie: + + + + Enhanced resampling + Rozszerzony resampling + + + + Reverberation + + + + + 44100 Hz + + + + + 48000 Hz + + + + diff --git a/src/plugins/Input/sid/translations/sid_plugin_pl_PL.ts b/src/plugins/Input/sid/translations/sid_plugin_pl_PL.ts new file mode 100644 index 000000000..b1d69a6a2 --- /dev/null +++ b/src/plugins/Input/sid/translations/sid_plugin_pl_PL.ts @@ -0,0 +1,90 @@ + + + + + DecoderSIDFactory + + + SID Plugin + + + + + SID Files + + + + + About SID Audio Plugin + + + + + Qmmp SID Audio Plugin + + + + + This plugin plays Commodore 64 music files using libsidplayfp library + + + + + Written by: Ilya Kotov <forkotov02@hotmail.ru> + Autor: Ilja Kotov <forkotov02@hotmail.ru> + + + + SettingsDialog + + + SID Plugin Settings + + + + + Fast resampling + + + + + Sample rate: + Próbkowanie: + + + + HVSC database file: + + + + + Resampling method: + + + + + Defaults song length, sec: + + + + + Enable HVSC song length database + + + + + Emulation: + + + + + 44100 Hz + + + + + 48000 Hz + + + + diff --git a/src/plugins/Input/sid/translations/sid_plugin_pt_BR.ts b/src/plugins/Input/sid/translations/sid_plugin_pt_BR.ts new file mode 100644 index 000000000..21a5db447 --- /dev/null +++ b/src/plugins/Input/sid/translations/sid_plugin_pt_BR.ts @@ -0,0 +1,90 @@ + + + + + DecoderSIDFactory + + + SID Plugin + + + + + SID Files + + + + + About SID Audio Plugin + + + + + Qmmp SID Audio Plugin + + + + + This plugin plays Commodore 64 music files using libsidplayfp library + + + + + Written by: Ilya Kotov <forkotov02@hotmail.ru> + + + + + SettingsDialog + + + SID Plugin Settings + + + + + Fast resampling + + + + + Sample rate: + + + + + HVSC database file: + + + + + Resampling method: + + + + + Defaults song length, sec: + + + + + Enable HVSC song length database + + + + + Emulation: + + + + + 44100 Hz + + + + + 48000 Hz + + + + diff --git a/src/plugins/Input/sid/translations/sid_plugin_ru.ts b/src/plugins/Input/sid/translations/sid_plugin_ru.ts new file mode 100644 index 000000000..1f45893c0 --- /dev/null +++ b/src/plugins/Input/sid/translations/sid_plugin_ru.ts @@ -0,0 +1,90 @@ + + + + + DecoderSIDFactory + + + SID Plugin + + + + + SID Files + + + + + About SID Audio Plugin + + + + + Qmmp SID Audio Plugin + + + + + This plugin plays Commodore 64 music files using libsidplayfp library + + + + + Written by: Ilya Kotov <forkotov02@hotmail.ru> + Разработчик: Илья Котов <forkotov02@hotmail.ru> + + + + SettingsDialog + + + SID Plugin Settings + + + + + Fast resampling + + + + + Sample rate: + Частота дискретизации: + + + + HVSC database file: + + + + + Resampling method: + + + + + Defaults song length, sec: + + + + + Enable HVSC song length database + + + + + Emulation: + + + + + 44100 Hz + 44100 Гц + + + + 48000 Hz + 48000 Гц + + + diff --git a/src/plugins/Input/sid/translations/sid_plugin_sk.ts b/src/plugins/Input/sid/translations/sid_plugin_sk.ts new file mode 100644 index 000000000..64f2b9b98 --- /dev/null +++ b/src/plugins/Input/sid/translations/sid_plugin_sk.ts @@ -0,0 +1,90 @@ + + + + + DecoderSIDFactory + + + SID Plugin + + + + + SID Files + + + + + About SID Audio Plugin + + + + + Qmmp SID Audio Plugin + + + + + This plugin plays Commodore 64 music files using libsidplayfp library + + + + + Written by: Ilya Kotov <forkotov02@hotmail.ru> + + + + + SettingsDialog + + + SID Plugin Settings + + + + + Fast resampling + + + + + Sample rate: + + + + + HVSC database file: + + + + + Resampling method: + + + + + Defaults song length, sec: + + + + + Enable HVSC song length database + + + + + Emulation: + + + + + 44100 Hz + + + + + 48000 Hz + + + + diff --git a/src/plugins/Input/sid/translations/sid_plugin_tr.ts b/src/plugins/Input/sid/translations/sid_plugin_tr.ts new file mode 100644 index 000000000..4037d1b46 --- /dev/null +++ b/src/plugins/Input/sid/translations/sid_plugin_tr.ts @@ -0,0 +1,90 @@ + + + + + DecoderSIDFactory + + + SID Plugin + + + + + SID Files + + + + + About SID Audio Plugin + + + + + Qmmp SID Audio Plugin + + + + + This plugin plays Commodore 64 music files using libsidplayfp library + + + + + Written by: Ilya Kotov <forkotov02@hotmail.ru> + Yazan: Ilya Kotov <forkotov02@hotmail.ru> + + + + SettingsDialog + + + SID Plugin Settings + + + + + Fast resampling + + + + + Sample rate: + + + + + HVSC database file: + + + + + Resampling method: + + + + + Defaults song length, sec: + + + + + Enable HVSC song length database + + + + + Emulation: + + + + + 44100 Hz + + + + + 48000 Hz + + + + diff --git a/src/plugins/Input/sid/translations/sid_plugin_uk_UA.ts b/src/plugins/Input/sid/translations/sid_plugin_uk_UA.ts new file mode 100644 index 000000000..3e7986bdf --- /dev/null +++ b/src/plugins/Input/sid/translations/sid_plugin_uk_UA.ts @@ -0,0 +1,90 @@ + + + + + DecoderSIDFactory + + + SID Plugin + + + + + SID Files + + + + + About SID Audio Plugin + + + + + Qmmp SID Audio Plugin + + + + + This plugin plays Commodore 64 music files using libsidplayfp library + + + + + Written by: Ilya Kotov <forkotov02@hotmail.ru> + Розробник: Ілля Котов <forkotov02@hotmail.ru> + + + + SettingsDialog + + + SID Plugin Settings + + + + + Fast resampling + + + + + Sample rate: + Частота: + + + + HVSC database file: + + + + + Resampling method: + + + + + Defaults song length, sec: + + + + + Enable HVSC song length database + + + + + Emulation: + + + + + 44100 Hz + 44100 Гц + + + + 48000 Hz + 48000 Гц + + + diff --git a/src/plugins/Input/sid/translations/sid_plugin_zh_CN.ts b/src/plugins/Input/sid/translations/sid_plugin_zh_CN.ts new file mode 100644 index 000000000..a7069276c --- /dev/null +++ b/src/plugins/Input/sid/translations/sid_plugin_zh_CN.ts @@ -0,0 +1,90 @@ + + + + + DecoderSIDFactory + + + SID Plugin + + + + + SID Files + + + + + About SID Audio Plugin + + + + + Qmmp SID Audio Plugin + + + + + This plugin plays Commodore 64 music files using libsidplayfp library + + + + + Written by: Ilya Kotov <forkotov02@hotmail.ru> + 作者:Ilya Kotov <forkotov02@hotmail.ru> + + + + SettingsDialog + + + SID Plugin Settings + + + + + Fast resampling + + + + + Sample rate: + 取样率: + + + + HVSC database file: + + + + + Resampling method: + + + + + Defaults song length, sec: + + + + + Enable HVSC song length database + + + + + Emulation: + + + + + 44100 Hz + + + + + 48000 Hz + + + + diff --git a/src/plugins/Input/sid/translations/sid_plugin_zh_TW.ts b/src/plugins/Input/sid/translations/sid_plugin_zh_TW.ts new file mode 100644 index 000000000..9997c2dd3 --- /dev/null +++ b/src/plugins/Input/sid/translations/sid_plugin_zh_TW.ts @@ -0,0 +1,90 @@ + + + + + DecoderSIDFactory + + + SID Plugin + + + + + SID Files + + + + + About SID Audio Plugin + + + + + Qmmp SID Audio Plugin + + + + + This plugin plays Commodore 64 music files using libsidplayfp library + + + + + Written by: Ilya Kotov <forkotov02@hotmail.ru> + 作者:Ilya Kotov <forkotov02@hotmail.ru> + + + + SettingsDialog + + + SID Plugin Settings + + + + + Fast resampling + + + + + Sample rate: + 取樣率 + + + + HVSC database file: + + + + + Resampling method: + + + + + Defaults song length, sec: + + + + + Enable HVSC song length database + + + + + Emulation: + + + + + 44100 Hz + + + + + 48000 Hz + + + + diff --git a/src/plugins/Input/sid/translations/translations.qrc b/src/plugins/Input/sid/translations/translations.qrc new file mode 100644 index 000000000..a3244d4a7 --- /dev/null +++ b/src/plugins/Input/sid/translations/translations.qrc @@ -0,0 +1,24 @@ + + + + sid_plugin_ru.qm + sid_plugin_uk_UA.qm + sid_plugin_zh_CN.qm + sid_plugin_zh_TW.qm + sid_plugin_tr.qm + sid_plugin_cs.qm + sid_plugin_pt_BR.qm + sid_plugin_de.qm + sid_plugin_pl_PL.qm + sid_plugin_fr.qm + sid_plugin_it.qm + sid_plugin_kk.qm + sid_plugin_lt.qm + sid_plugin_hu.qm + sid_plugin_nl.qm + sid_plugin_ja.qm + sid_plugin_sk.qm + sid_plugin_es.qm + sid_plugin_he.qm + + -- cgit v1.2.3-13-gbd6f