diff options
Diffstat (limited to 'src/plugins/Input/sid')
22 files changed, 1814 insertions, 17 deletions
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 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE TS> +<TS version="2.0" language="cs"> +<context> + <name>DecoderSIDFactory</name> + <message> + <location filename="../decodersidfactory.cpp" line="67"/> + <source>SID Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../decodersidfactory.cpp" line="69"/> + <source>SID Files</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../decodersidfactory.cpp" line="123"/> + <source>About SID Audio Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../decodersidfactory.cpp" line="124"/> + <source>Qmmp SID Audio Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../decodersidfactory.cpp" line="125"/> + <source>This plugin plays Commodore 64 music files using libsidplayfp library</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../decodersidfactory.cpp" line="126"/> + <source>Written by: Ilya Kotov <forkotov02@hotmail.ru></source> + <translation type="unfinished">Autor: Ilja Kotov <forkotov02@hotmail.ru></translation> + </message> +</context> +<context> + <name>SettingsDialog</name> + <message> + <location filename="../settingsdialog.ui" line="14"/> + <source>SID Plugin Settings</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="55"/> + <source>Fast resampling</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="62"/> + <source>Sample rate:</source> + <translation>Vzorkovací kmitočet:</translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="69"/> + <source>HVSC database file:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="76"/> + <source>Resampling method:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="93"/> + <source>Defaults song length, sec:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="100"/> + <source>Enable HVSC song length database</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="107"/> + <source>Emulation:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.cpp" line="41"/> + <source>44100 Hz</source> + <translation>44100 Hz</translation> + </message> + <message> + <location filename="../settingsdialog.cpp" line="42"/> + <source>48000 Hz</source> + <translation>48000 Hz</translation> + </message> +</context> +</TS> 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 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE TS> +<TS version="2.0" language="de_DE"> +<context> + <name>DecoderSIDFactory</name> + <message> + <location filename="../decodersidfactory.cpp" line="67"/> + <source>SID Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../decodersidfactory.cpp" line="69"/> + <source>SID Files</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../decodersidfactory.cpp" line="123"/> + <source>About SID Audio Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../decodersidfactory.cpp" line="124"/> + <source>Qmmp SID Audio Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../decodersidfactory.cpp" line="125"/> + <source>This plugin plays Commodore 64 music files using libsidplayfp library</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../decodersidfactory.cpp" line="126"/> + <source>Written by: Ilya Kotov <forkotov02@hotmail.ru></source> + <translation type="unfinished">Autor: Ilya Kotov <forkotov02@hotmail.ru></translation> + </message> +</context> +<context> + <name>SettingsDialog</name> + <message> + <location filename="../settingsdialog.ui" line="14"/> + <source>SID Plugin Settings</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="55"/> + <source>Fast resampling</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="62"/> + <source>Sample rate:</source> + <translation>Abtastrate:</translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="69"/> + <source>HVSC database file:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="76"/> + <source>Resampling method:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="93"/> + <source>Defaults song length, sec:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="100"/> + <source>Enable HVSC song length database</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="107"/> + <source>Emulation:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.cpp" line="41"/> + <source>44100 Hz</source> + <translation>44100 Hz</translation> + </message> + <message> + <location filename="../settingsdialog.cpp" line="42"/> + <source>48000 Hz</source> + <translation>48000 Hz</translation> + </message> +</context> +</TS> 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 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE TS> +<TS version="2.0" language="es_ES"> +<context> + <name>DecoderSIDFactory</name> + <message> + <location filename="../decodersidfactory.cpp" line="67"/> + <source>SID Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../decodersidfactory.cpp" line="69"/> + <source>SID Files</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../decodersidfactory.cpp" line="123"/> + <source>About SID Audio Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../decodersidfactory.cpp" line="124"/> + <source>Qmmp SID Audio Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../decodersidfactory.cpp" line="125"/> + <source>This plugin plays Commodore 64 music files using libsidplayfp library</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../decodersidfactory.cpp" line="126"/> + <source>Written by: Ilya Kotov <forkotov02@hotmail.ru></source> + <translation type="unfinished"></translation> + </message> +</context> +<context> + <name>SettingsDialog</name> + <message> + <location filename="../settingsdialog.ui" line="14"/> + <source>SID Plugin Settings</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="55"/> + <source>Fast resampling</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="62"/> + <source>Sample rate:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="69"/> + <source>HVSC database file:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="76"/> + <source>Resampling method:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="93"/> + <source>Defaults song length, sec:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="100"/> + <source>Enable HVSC song length database</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="107"/> + <source>Emulation:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.cpp" line="41"/> + <source>44100 Hz</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.cpp" line="42"/> + <source>48000 Hz</source> + <translation type="unfinished"></translation> + </message> +</context> +</TS> 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 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE TS> +<TS version="2.0" language="fr_FR"> +<context> + <name>DecoderSIDFactory</name> + <message> + <location filename="../decodersidfactory.cpp" line="67"/> + <source>SID Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../decodersidfactory.cpp" line="69"/> + <source>SID Files</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../decodersidfactory.cpp" line="123"/> + <source>About SID Audio Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../decodersidfactory.cpp" line="124"/> + <source>Qmmp SID Audio Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../decodersidfactory.cpp" line="125"/> + <source>This plugin plays Commodore 64 music files using libsidplayfp library</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../decodersidfactory.cpp" line="126"/> + <source>Written by: Ilya Kotov <forkotov02@hotmail.ru></source> + <translation type="unfinished"></translation> + </message> +</context> +<context> + <name>SettingsDialog</name> + <message> + <location filename="../settingsdialog.ui" line="14"/> + <source>SID Plugin Settings</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="55"/> + <source>Fast resampling</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="62"/> + <source>Sample rate:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="69"/> + <source>HVSC database file:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="76"/> + <source>Resampling method:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="93"/> + <source>Defaults song length, sec:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="100"/> + <source>Enable HVSC song length database</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="107"/> + <source>Emulation:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.cpp" line="41"/> + <source>44100 Hz</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.cpp" line="42"/> + <source>48000 Hz</source> + <translation type="unfinished"></translation> + </message> +</context> +</TS> 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 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE TS> +<TS version="2.0" language="he_IL"> +<context> + <name>DecoderSIDFactory</name> + <message> + <location filename="../decodersidfactory.cpp" line="67"/> + <source>SID Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../decodersidfactory.cpp" line="69"/> + <source>SID Files</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../decodersidfactory.cpp" line="123"/> + <source>About SID Audio Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../decodersidfactory.cpp" line="124"/> + <source>Qmmp SID Audio Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../decodersidfactory.cpp" line="125"/> + <source>This plugin plays Commodore 64 music files using libsidplayfp library</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../decodersidfactory.cpp" line="126"/> + <source>Written by: Ilya Kotov <forkotov02@hotmail.ru></source> + <translation type="unfinished">חוברה על ידי: Ilya Kotov <forkotov02@hotmail.ru></translation> + </message> +</context> +<context> + <name>SettingsDialog</name> + <message> + <location filename="../settingsdialog.ui" line="14"/> + <source>SID Plugin Settings</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="55"/> + <source>Fast resampling</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="62"/> + <source>Sample rate:</source> + <translation>שיעור דגימה:</translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="69"/> + <source>HVSC database file:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="76"/> + <source>Resampling method:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="93"/> + <source>Defaults song length, sec:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="100"/> + <source>Enable HVSC song length database</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="107"/> + <source>Emulation:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.cpp" line="41"/> + <source>44100 Hz</source> + <translation>44100 הרץ</translation> + </message> + <message> + <location filename="../settingsdialog.cpp" line="42"/> + <source>48000 Hz</source> + <translation>48000 הרץ</translation> + </message> +</context> +</TS> 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 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE TS> +<TS version="2.0" language="hu_HU"> +<context> + <name>DecoderSIDFactory</name> + <message> + <location filename="../decodersidfactory.cpp" line="67"/> + <source>SID Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../decodersidfactory.cpp" line="69"/> + <source>SID Files</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../decodersidfactory.cpp" line="123"/> + <source>About SID Audio Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../decodersidfactory.cpp" line="124"/> + <source>Qmmp SID Audio Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../decodersidfactory.cpp" line="125"/> + <source>This plugin plays Commodore 64 music files using libsidplayfp library</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../decodersidfactory.cpp" line="126"/> + <source>Written by: Ilya Kotov <forkotov02@hotmail.ru></source> + <translation type="unfinished"></translation> + </message> +</context> +<context> + <name>SettingsDialog</name> + <message> + <location filename="../settingsdialog.ui" line="14"/> + <source>SID Plugin Settings</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="55"/> + <source>Fast resampling</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="62"/> + <source>Sample rate:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="69"/> + <source>HVSC database file:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="76"/> + <source>Resampling method:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="93"/> + <source>Defaults song length, sec:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="100"/> + <source>Enable HVSC song length database</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="107"/> + <source>Emulation:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.cpp" line="41"/> + <source>44100 Hz</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.cpp" line="42"/> + <source>48000 Hz</source> + <translation type="unfinished"></translation> + </message> +</context> +</TS> 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 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE TS> +<TS version="2.0" language="it"> +<context> + <name>DecoderSIDFactory</name> + <message> + <location filename="../decodersidfactory.cpp" line="67"/> + <source>SID Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../decodersidfactory.cpp" line="69"/> + <source>SID Files</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../decodersidfactory.cpp" line="123"/> + <source>About SID Audio Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../decodersidfactory.cpp" line="124"/> + <source>Qmmp SID Audio Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../decodersidfactory.cpp" line="125"/> + <source>This plugin plays Commodore 64 music files using libsidplayfp library</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../decodersidfactory.cpp" line="126"/> + <source>Written by: Ilya Kotov <forkotov02@hotmail.ru></source> + <translation type="unfinished">Autore: Ilya Kotov <forkotov02@hotmail.ru></translation> + </message> +</context> +<context> + <name>SettingsDialog</name> + <message> + <location filename="../settingsdialog.ui" line="14"/> + <source>SID Plugin Settings</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="55"/> + <source>Fast resampling</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="62"/> + <source>Sample rate:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="69"/> + <source>HVSC database file:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="76"/> + <source>Resampling method:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="93"/> + <source>Defaults song length, sec:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="100"/> + <source>Enable HVSC song length database</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="107"/> + <source>Emulation:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.cpp" line="41"/> + <source>44100 Hz</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.cpp" line="42"/> + <source>48000 Hz</source> + <translation type="unfinished"></translation> + </message> +</context> +</TS> 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 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE TS> +<TS version="2.0" language="ja_JP"> +<context> + <name>DecoderSIDFactory</name> + <message> + <location filename="../decodersidfactory.cpp" line="67"/> + <source>SID Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../decodersidfactory.cpp" line="69"/> + <source>SID Files</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../decodersidfactory.cpp" line="123"/> + <source>About SID Audio Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../decodersidfactory.cpp" line="124"/> + <source>Qmmp SID Audio Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../decodersidfactory.cpp" line="125"/> + <source>This plugin plays Commodore 64 music files using libsidplayfp library</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../decodersidfactory.cpp" line="126"/> + <source>Written by: Ilya Kotov <forkotov02@hotmail.ru></source> + <translation type="unfinished">制作: Илья Котов (Ilya Kotov) <forkotov02@hotmail.ru></translation> + </message> +</context> +<context> + <name>SettingsDialog</name> + <message> + <location filename="../settingsdialog.ui" line="14"/> + <source>SID Plugin Settings</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="55"/> + <source>Fast resampling</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="62"/> + <source>Sample rate:</source> + <translation>サンプルレート:</translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="69"/> + <source>HVSC database file:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="76"/> + <source>Resampling method:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="93"/> + <source>Defaults song length, sec:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="100"/> + <source>Enable HVSC song length database</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="107"/> + <source>Emulation:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.cpp" line="41"/> + <source>44100 Hz</source> + <translation>44100 Hz</translation> + </message> + <message> + <location filename="../settingsdialog.cpp" line="42"/> + <source>48000 Hz</source> + <translation>48000 Hz</translation> + </message> +</context> +</TS> 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 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE TS> +<TS version="2.0" language="kk_KZ"> +<context> + <name>DecoderSIDFactory</name> + <message> + <location filename="../decodersidfactory.cpp" line="67"/> + <source>SID Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../decodersidfactory.cpp" line="69"/> + <source>SID Files</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../decodersidfactory.cpp" line="123"/> + <source>About SID Audio Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../decodersidfactory.cpp" line="124"/> + <source>Qmmp SID Audio Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../decodersidfactory.cpp" line="125"/> + <source>This plugin plays Commodore 64 music files using libsidplayfp library</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../decodersidfactory.cpp" line="126"/> + <source>Written by: Ilya Kotov <forkotov02@hotmail.ru></source> + <translation type="unfinished"></translation> + </message> +</context> +<context> + <name>SettingsDialog</name> + <message> + <location filename="../settingsdialog.ui" line="14"/> + <source>SID Plugin Settings</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="55"/> + <source>Fast resampling</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="62"/> + <source>Sample rate:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="69"/> + <source>HVSC database file:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="76"/> + <source>Resampling method:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="93"/> + <source>Defaults song length, sec:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="100"/> + <source>Enable HVSC song length database</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="107"/> + <source>Emulation:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.cpp" line="41"/> + <source>44100 Hz</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.cpp" line="42"/> + <source>48000 Hz</source> + <translation type="unfinished"></translation> + </message> +</context> +</TS> 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 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE TS> +<TS version="2.0" language="lt"> +<context> + <name>DecoderSIDFactory</name> + <message> + <location filename="../decodersidfactory.cpp" line="67"/> + <source>SID Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../decodersidfactory.cpp" line="69"/> + <source>SID Files</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../decodersidfactory.cpp" line="123"/> + <source>About SID Audio Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../decodersidfactory.cpp" line="124"/> + <source>Qmmp SID Audio Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../decodersidfactory.cpp" line="125"/> + <source>This plugin plays Commodore 64 music files using libsidplayfp library</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../decodersidfactory.cpp" line="126"/> + <source>Written by: Ilya Kotov <forkotov02@hotmail.ru></source> + <translation type="unfinished">Sukūrė: Ilya Kotov <forkotov02@hotmail.ru></translation> + </message> +</context> +<context> + <name>SettingsDialog</name> + <message> + <location filename="../settingsdialog.ui" line="14"/> + <source>SID Plugin Settings</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="55"/> + <source>Fast resampling</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="62"/> + <source>Sample rate:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="69"/> + <source>HVSC database file:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="76"/> + <source>Resampling method:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="93"/> + <source>Defaults song length, sec:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="100"/> + <source>Enable HVSC song length database</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="107"/> + <source>Emulation:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.cpp" line="41"/> + <source>44100 Hz</source> + <translation>44100 Hz</translation> + </message> + <message> + <location filename="../settingsdialog.cpp" line="42"/> + <source>48000 Hz</source> + <translation>48000 Hz</translation> + </message> +</context> +</TS> 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 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE TS> +<TS version="2.0" language="nl"> +<context> + <name>DecoderSIDFactory</name> + <message> + <location filename="../decodersidfactory.cpp" line="67"/> + <source>SID Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../decodersidfactory.cpp" line="69"/> + <source>SID Files</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../decodersidfactory.cpp" line="123"/> + <source>About SID Audio Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../decodersidfactory.cpp" line="124"/> + <source>Qmmp SID Audio Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../decodersidfactory.cpp" line="125"/> + <source>This plugin plays Commodore 64 music files using libsidplayfp library</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../decodersidfactory.cpp" line="126"/> + <source>Written by: Ilya Kotov <forkotov02@hotmail.ru></source> + <translation type="unfinished">Auteur: Ilya Kotov <forkotov02@hotmail.ru></translation> + </message> +</context> +<context> + <name>SettingsDialog</name> + <message> + <location filename="../settingsdialog.ui" line="14"/> + <source>SID Plugin Settings</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="55"/> + <source>Fast resampling</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="62"/> + <source>Sample rate:</source> + <translation>Sample frequentie:</translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="69"/> + <source>HVSC database file:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="76"/> + <source>Resampling method:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="93"/> + <source>Defaults song length, sec:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="100"/> + <source>Enable HVSC song length database</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="107"/> + <source>Emulation:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.cpp" line="41"/> + <source>44100 Hz</source> + <translation></translation> + </message> + <message> + <location filename="../settingsdialog.cpp" line="42"/> + <source>48000 Hz</source> + <translation></translation> + </message> +</context> +</TS> 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 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE TS> +<TS version="2.0" language="pl"> +<context> + <name>DecoderWildMidiFactory</name> + <message> + <location filename="../decoderwildmidifactory.cpp" line="43"/> + <source>WildMidi Plugin</source> + <translation>Wtyczka WildMidi</translation> + </message> + <message> + <location filename="../decoderwildmidifactory.cpp" line="45"/> + <source>Midi Files</source> + <translation>Pliki Midi</translation> + </message> + <message> + <location filename="../decoderwildmidifactory.cpp" line="100"/> + <source>About WildMidi Audio Plugin</source> + <translation>O wtyczce WildMidi</translation> + </message> + <message> + <location filename="../decoderwildmidifactory.cpp" line="101"/> + <source>Qmmp WildMidi Audio Plugin</source> + <translation>Wtyczka WildMidi dla Qmmp</translation> + </message> + <message> + <location filename="../decoderwildmidifactory.cpp" line="102"/> + <source>This plugin uses WildMidi library to play midi files</source> + <translation>Ta wtyczka używa biblioteki WildMidi do odtwarzania plików midi</translation> + </message> + <message> + <location filename="../decoderwildmidifactory.cpp" line="103"/> + <source>Written by: Ilya Kotov <forkotov02@hotmail.ru></source> + <translation>Autor: Ilja Kotov <forkotov02@hotmail.ru></translation> + </message> +</context> +<context> + <name>SettingsDialog</name> + <message> + <location filename="../settingsdialog.ui" line="14"/> + <source>WildMidi Plugin Settings</source> + <translation>Ustawienia wtyczki WildMidi</translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="29"/> + <source>Instrument configuration: </source> + <translation>Konfiguracja instrumentów: </translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="53"/> + <source>Sample rate:</source> + <translation>Próbkowanie:</translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="60"/> + <source>Enhanced resampling</source> + <translation>Rozszerzony resampling</translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="67"/> + <source>Reverberation</source> + <translation></translation> + </message> + <message> + <location filename="../settingsdialog.cpp" line="35"/> + <source>44100 Hz</source> + <translation></translation> + </message> + <message> + <location filename="../settingsdialog.cpp" line="36"/> + <source>48000 Hz</source> + <translation></translation> + </message> +</context> +</TS> 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 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE TS> +<TS version="2.0" language="pl"> +<context> + <name>DecoderSIDFactory</name> + <message> + <location filename="../decodersidfactory.cpp" line="67"/> + <source>SID Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../decodersidfactory.cpp" line="69"/> + <source>SID Files</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../decodersidfactory.cpp" line="123"/> + <source>About SID Audio Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../decodersidfactory.cpp" line="124"/> + <source>Qmmp SID Audio Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../decodersidfactory.cpp" line="125"/> + <source>This plugin plays Commodore 64 music files using libsidplayfp library</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../decodersidfactory.cpp" line="126"/> + <source>Written by: Ilya Kotov <forkotov02@hotmail.ru></source> + <translation type="unfinished">Autor: Ilja Kotov <forkotov02@hotmail.ru></translation> + </message> +</context> +<context> + <name>SettingsDialog</name> + <message> + <location filename="../settingsdialog.ui" line="14"/> + <source>SID Plugin Settings</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="55"/> + <source>Fast resampling</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="62"/> + <source>Sample rate:</source> + <translation>Próbkowanie:</translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="69"/> + <source>HVSC database file:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="76"/> + <source>Resampling method:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="93"/> + <source>Defaults song length, sec:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="100"/> + <source>Enable HVSC song length database</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="107"/> + <source>Emulation:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.cpp" line="41"/> + <source>44100 Hz</source> + <translation></translation> + </message> + <message> + <location filename="../settingsdialog.cpp" line="42"/> + <source>48000 Hz</source> + <translation></translation> + </message> +</context> +</TS> 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 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE TS> +<TS version="2.0" language="pt_BR"> +<context> + <name>DecoderSIDFactory</name> + <message> + <location filename="../decodersidfactory.cpp" line="67"/> + <source>SID Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../decodersidfactory.cpp" line="69"/> + <source>SID Files</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../decodersidfactory.cpp" line="123"/> + <source>About SID Audio Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../decodersidfactory.cpp" line="124"/> + <source>Qmmp SID Audio Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../decodersidfactory.cpp" line="125"/> + <source>This plugin plays Commodore 64 music files using libsidplayfp library</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../decodersidfactory.cpp" line="126"/> + <source>Written by: Ilya Kotov <forkotov02@hotmail.ru></source> + <translation type="unfinished"></translation> + </message> +</context> +<context> + <name>SettingsDialog</name> + <message> + <location filename="../settingsdialog.ui" line="14"/> + <source>SID Plugin Settings</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="55"/> + <source>Fast resampling</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="62"/> + <source>Sample rate:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="69"/> + <source>HVSC database file:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="76"/> + <source>Resampling method:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="93"/> + <source>Defaults song length, sec:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="100"/> + <source>Enable HVSC song length database</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="107"/> + <source>Emulation:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.cpp" line="41"/> + <source>44100 Hz</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.cpp" line="42"/> + <source>48000 Hz</source> + <translation type="unfinished"></translation> + </message> +</context> +</TS> 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 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE TS> +<TS version="2.0" language="ru"> +<context> + <name>DecoderSIDFactory</name> + <message> + <location filename="../decodersidfactory.cpp" line="67"/> + <source>SID Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../decodersidfactory.cpp" line="69"/> + <source>SID Files</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../decodersidfactory.cpp" line="123"/> + <source>About SID Audio Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../decodersidfactory.cpp" line="124"/> + <source>Qmmp SID Audio Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../decodersidfactory.cpp" line="125"/> + <source>This plugin plays Commodore 64 music files using libsidplayfp library</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../decodersidfactory.cpp" line="126"/> + <source>Written by: Ilya Kotov <forkotov02@hotmail.ru></source> + <translation type="unfinished">Разработчик: Илья Котов <forkotov02@hotmail.ru></translation> + </message> +</context> +<context> + <name>SettingsDialog</name> + <message> + <location filename="../settingsdialog.ui" line="14"/> + <source>SID Plugin Settings</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="55"/> + <source>Fast resampling</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="62"/> + <source>Sample rate:</source> + <translation>Частота дискретизации:</translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="69"/> + <source>HVSC database file:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="76"/> + <source>Resampling method:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="93"/> + <source>Defaults song length, sec:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="100"/> + <source>Enable HVSC song length database</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="107"/> + <source>Emulation:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.cpp" line="41"/> + <source>44100 Hz</source> + <translation>44100 Гц</translation> + </message> + <message> + <location filename="../settingsdialog.cpp" line="42"/> + <source>48000 Hz</source> + <translation>48000 Гц</translation> + </message> +</context> +</TS> 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 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE TS> +<TS version="2.0" language="sk_SK"> +<context> + <name>DecoderSIDFactory</name> + <message> + <location filename="../decodersidfactory.cpp" line="67"/> + <source>SID Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../decodersidfactory.cpp" line="69"/> + <source>SID Files</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../decodersidfactory.cpp" line="123"/> + <source>About SID Audio Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../decodersidfactory.cpp" line="124"/> + <source>Qmmp SID Audio Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../decodersidfactory.cpp" line="125"/> + <source>This plugin plays Commodore 64 music files using libsidplayfp library</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../decodersidfactory.cpp" line="126"/> + <source>Written by: Ilya Kotov <forkotov02@hotmail.ru></source> + <translation type="unfinished"></translation> + </message> +</context> +<context> + <name>SettingsDialog</name> + <message> + <location filename="../settingsdialog.ui" line="14"/> + <source>SID Plugin Settings</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="55"/> + <source>Fast resampling</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="62"/> + <source>Sample rate:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="69"/> + <source>HVSC database file:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="76"/> + <source>Resampling method:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="93"/> + <source>Defaults song length, sec:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="100"/> + <source>Enable HVSC song length database</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="107"/> + <source>Emulation:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.cpp" line="41"/> + <source>44100 Hz</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.cpp" line="42"/> + <source>48000 Hz</source> + <translation type="unfinished"></translation> + </message> +</context> +</TS> 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 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE TS> +<TS version="2.0" language="tr_TR"> +<context> + <name>DecoderSIDFactory</name> + <message> + <location filename="../decodersidfactory.cpp" line="67"/> + <source>SID Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../decodersidfactory.cpp" line="69"/> + <source>SID Files</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../decodersidfactory.cpp" line="123"/> + <source>About SID Audio Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../decodersidfactory.cpp" line="124"/> + <source>Qmmp SID Audio Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../decodersidfactory.cpp" line="125"/> + <source>This plugin plays Commodore 64 music files using libsidplayfp library</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../decodersidfactory.cpp" line="126"/> + <source>Written by: Ilya Kotov <forkotov02@hotmail.ru></source> + <translation type="unfinished">Yazan: Ilya Kotov <forkotov02@hotmail.ru></translation> + </message> +</context> +<context> + <name>SettingsDialog</name> + <message> + <location filename="../settingsdialog.ui" line="14"/> + <source>SID Plugin Settings</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="55"/> + <source>Fast resampling</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="62"/> + <source>Sample rate:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="69"/> + <source>HVSC database file:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="76"/> + <source>Resampling method:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="93"/> + <source>Defaults song length, sec:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="100"/> + <source>Enable HVSC song length database</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="107"/> + <source>Emulation:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.cpp" line="41"/> + <source>44100 Hz</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.cpp" line="42"/> + <source>48000 Hz</source> + <translation type="unfinished"></translation> + </message> +</context> +</TS> 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 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE TS> +<TS version="2.0" language="uk"> +<context> + <name>DecoderSIDFactory</name> + <message> + <location filename="../decodersidfactory.cpp" line="67"/> + <source>SID Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../decodersidfactory.cpp" line="69"/> + <source>SID Files</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../decodersidfactory.cpp" line="123"/> + <source>About SID Audio Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../decodersidfactory.cpp" line="124"/> + <source>Qmmp SID Audio Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../decodersidfactory.cpp" line="125"/> + <source>This plugin plays Commodore 64 music files using libsidplayfp library</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../decodersidfactory.cpp" line="126"/> + <source>Written by: Ilya Kotov <forkotov02@hotmail.ru></source> + <translation type="unfinished">Розробник: Ілля Котов <forkotov02@hotmail.ru></translation> + </message> +</context> +<context> + <name>SettingsDialog</name> + <message> + <location filename="../settingsdialog.ui" line="14"/> + <source>SID Plugin Settings</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="55"/> + <source>Fast resampling</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="62"/> + <source>Sample rate:</source> + <translation>Частота:</translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="69"/> + <source>HVSC database file:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="76"/> + <source>Resampling method:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="93"/> + <source>Defaults song length, sec:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="100"/> + <source>Enable HVSC song length database</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="107"/> + <source>Emulation:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.cpp" line="41"/> + <source>44100 Hz</source> + <translation>44100 Гц</translation> + </message> + <message> + <location filename="../settingsdialog.cpp" line="42"/> + <source>48000 Hz</source> + <translation>48000 Гц</translation> + </message> +</context> +</TS> 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 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE TS> +<TS version="2.0" language="zh_CN"> +<context> + <name>DecoderSIDFactory</name> + <message> + <location filename="../decodersidfactory.cpp" line="67"/> + <source>SID Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../decodersidfactory.cpp" line="69"/> + <source>SID Files</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../decodersidfactory.cpp" line="123"/> + <source>About SID Audio Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../decodersidfactory.cpp" line="124"/> + <source>Qmmp SID Audio Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../decodersidfactory.cpp" line="125"/> + <source>This plugin plays Commodore 64 music files using libsidplayfp library</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../decodersidfactory.cpp" line="126"/> + <source>Written by: Ilya Kotov <forkotov02@hotmail.ru></source> + <translation type="unfinished">作者:Ilya Kotov <forkotov02@hotmail.ru></translation> + </message> +</context> +<context> + <name>SettingsDialog</name> + <message> + <location filename="../settingsdialog.ui" line="14"/> + <source>SID Plugin Settings</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="55"/> + <source>Fast resampling</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="62"/> + <source>Sample rate:</source> + <translation>取样率:</translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="69"/> + <source>HVSC database file:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="76"/> + <source>Resampling method:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="93"/> + <source>Defaults song length, sec:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="100"/> + <source>Enable HVSC song length database</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="107"/> + <source>Emulation:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.cpp" line="41"/> + <source>44100 Hz</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.cpp" line="42"/> + <source>48000 Hz</source> + <translation type="unfinished"></translation> + </message> +</context> +</TS> 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 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE TS> +<TS version="2.0" language="zh_TW"> +<context> + <name>DecoderSIDFactory</name> + <message> + <location filename="../decodersidfactory.cpp" line="67"/> + <source>SID Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../decodersidfactory.cpp" line="69"/> + <source>SID Files</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../decodersidfactory.cpp" line="123"/> + <source>About SID Audio Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../decodersidfactory.cpp" line="124"/> + <source>Qmmp SID Audio Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../decodersidfactory.cpp" line="125"/> + <source>This plugin plays Commodore 64 music files using libsidplayfp library</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../decodersidfactory.cpp" line="126"/> + <source>Written by: Ilya Kotov <forkotov02@hotmail.ru></source> + <translation type="unfinished">作者:Ilya Kotov <forkotov02@hotmail.ru></translation> + </message> +</context> +<context> + <name>SettingsDialog</name> + <message> + <location filename="../settingsdialog.ui" line="14"/> + <source>SID Plugin Settings</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="55"/> + <source>Fast resampling</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="62"/> + <source>Sample rate:</source> + <translation>取樣率</translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="69"/> + <source>HVSC database file:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="76"/> + <source>Resampling method:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="93"/> + <source>Defaults song length, sec:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="100"/> + <source>Enable HVSC song length database</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="107"/> + <source>Emulation:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.cpp" line="41"/> + <source>44100 Hz</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.cpp" line="42"/> + <source>48000 Hz</source> + <translation type="unfinished"></translation> + </message> +</context> +</TS> 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 @@ +<!DOCTYPE RCC> +<RCC version="1.0"> + <qresource> + <file>sid_plugin_ru.qm</file> + <file>sid_plugin_uk_UA.qm</file> + <file>sid_plugin_zh_CN.qm</file> + <file>sid_plugin_zh_TW.qm</file> + <file>sid_plugin_tr.qm</file> + <file>sid_plugin_cs.qm</file> + <file>sid_plugin_pt_BR.qm</file> + <file>sid_plugin_de.qm</file> + <file>sid_plugin_pl_PL.qm</file> + <file>sid_plugin_fr.qm</file> + <file>sid_plugin_it.qm</file> + <file>sid_plugin_kk.qm</file> + <file>sid_plugin_lt.qm</file> + <file>sid_plugin_hu.qm</file> + <file>sid_plugin_nl.qm</file> + <file>sid_plugin_ja.qm</file> + <file>sid_plugin_sk.qm</file> + <file>sid_plugin_es.qm</file> + <file>sid_plugin_he.qm</file> + </qresource> +</RCC> |
