diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2009-04-15 16:08:31 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2009-04-15 16:08:31 +0000 |
| commit | 8ac5efc90f03d5f4eb9cdd766b3a79da3943abd5 (patch) | |
| tree | 7de780de0c02bebdc794600f2f38655e4276f1d7 /src/plugins/Output/waveout/translations | |
| parent | b14103cbc5f4512b48c2e1c1b08efd5debb1528e (diff) | |
| download | qmmp-8ac5efc90f03d5f4eb9cdd766b3a79da3943abd5.tar.gz qmmp-8ac5efc90f03d5f4eb9cdd766b3a79da3943abd5.tar.bz2 qmmp-8ac5efc90f03d5f4eb9cdd766b3a79da3943abd5.zip | |
added waveout plugin translation
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@906 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/Output/waveout/translations')
8 files changed, 235 insertions, 0 deletions
diff --git a/src/plugins/Output/waveout/translations/translations.qrc b/src/plugins/Output/waveout/translations/translations.qrc new file mode 100644 index 000000000..d60fabe2f --- /dev/null +++ b/src/plugins/Output/waveout/translations/translations.qrc @@ -0,0 +1,11 @@ +<!DOCTYPE RCC> +<RCC version="1.0"> + <qresource> + <file>waveout_plugin_cs.qm</file> + <file>waveout_plugin_de.qm</file> + <file>waveout_plugin_zh_CN.qm</file> + <file>waveout_plugin_zh_TW.qm</file> + <file>waveout_plugin_ru.qm</file> + <file>waveout_plugin_uk_UA.qm</file> + </qresource> +</RCC> diff --git a/src/plugins/Output/waveout/translations/waveout_plugin_cs.ts b/src/plugins/Output/waveout/translations/waveout_plugin_cs.ts new file mode 100644 index 000000000..4318d3e79 --- /dev/null +++ b/src/plugins/Output/waveout/translations/waveout_plugin_cs.ts @@ -0,0 +1,32 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE TS> +<TS version="2.0"> +<context> + <name>OutputWaveOutFactory</name> + <message> + <location filename="../outputwaveoutfactory.cpp" line="30"/> + <source>WaveOut Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../outputwaveoutfactory.cpp" line="53"/> + <source>About WaveOut Output Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../outputwaveoutfactory.cpp" line="54"/> + <source>Qmmp WaveOut Output Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../outputwaveoutfactory.cpp" line="55"/> + <source>Writen by: Ilya Kotov <forkotov02@hotmail.ru></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../outputwaveoutfactory.cpp" line="56"/> + <source>Based on aacDECdrop player</source> + <translation type="unfinished"></translation> + </message> +</context> +</TS> diff --git a/src/plugins/Output/waveout/translations/waveout_plugin_de.ts b/src/plugins/Output/waveout/translations/waveout_plugin_de.ts new file mode 100644 index 000000000..4318d3e79 --- /dev/null +++ b/src/plugins/Output/waveout/translations/waveout_plugin_de.ts @@ -0,0 +1,32 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE TS> +<TS version="2.0"> +<context> + <name>OutputWaveOutFactory</name> + <message> + <location filename="../outputwaveoutfactory.cpp" line="30"/> + <source>WaveOut Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../outputwaveoutfactory.cpp" line="53"/> + <source>About WaveOut Output Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../outputwaveoutfactory.cpp" line="54"/> + <source>Qmmp WaveOut Output Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../outputwaveoutfactory.cpp" line="55"/> + <source>Writen by: Ilya Kotov <forkotov02@hotmail.ru></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../outputwaveoutfactory.cpp" line="56"/> + <source>Based on aacDECdrop player</source> + <translation type="unfinished"></translation> + </message> +</context> +</TS> diff --git a/src/plugins/Output/waveout/translations/waveout_plugin_pl.ts b/src/plugins/Output/waveout/translations/waveout_plugin_pl.ts new file mode 100644 index 000000000..4318d3e79 --- /dev/null +++ b/src/plugins/Output/waveout/translations/waveout_plugin_pl.ts @@ -0,0 +1,32 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE TS> +<TS version="2.0"> +<context> + <name>OutputWaveOutFactory</name> + <message> + <location filename="../outputwaveoutfactory.cpp" line="30"/> + <source>WaveOut Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../outputwaveoutfactory.cpp" line="53"/> + <source>About WaveOut Output Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../outputwaveoutfactory.cpp" line="54"/> + <source>Qmmp WaveOut Output Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../outputwaveoutfactory.cpp" line="55"/> + <source>Writen by: Ilya Kotov <forkotov02@hotmail.ru></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../outputwaveoutfactory.cpp" line="56"/> + <source>Based on aacDECdrop player</source> + <translation type="unfinished"></translation> + </message> +</context> +</TS> diff --git a/src/plugins/Output/waveout/translations/waveout_plugin_ru.ts b/src/plugins/Output/waveout/translations/waveout_plugin_ru.ts new file mode 100644 index 000000000..58f33207b --- /dev/null +++ b/src/plugins/Output/waveout/translations/waveout_plugin_ru.ts @@ -0,0 +1,32 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE TS> +<TS version="2.0" language="ru_RU"> +<context> + <name>OutputWaveOutFactory</name> + <message> + <location filename="../outputwaveoutfactory.cpp" line="30"/> + <source>WaveOut Plugin</source> + <translation>Модуль WaveOut</translation> + </message> + <message> + <location filename="../outputwaveoutfactory.cpp" line="53"/> + <source>About WaveOut Output Plugin</source> + <translation>О модуле вывода WaveOut</translation> + </message> + <message> + <location filename="../outputwaveoutfactory.cpp" line="54"/> + <source>Qmmp WaveOut Output Plugin</source> + <translation>Модуль вывода WaveOut для Qmmp</translation> + </message> + <message> + <location filename="../outputwaveoutfactory.cpp" line="55"/> + <source>Writen by: Ilya Kotov <forkotov02@hotmail.ru></source> + <translation>Разработчик: Илья Котов <forkotov02@hotmail.ru></translation> + </message> + <message> + <location filename="../outputwaveoutfactory.cpp" line="56"/> + <source>Based on aacDECdrop player</source> + <translation>Основан на базе проигрывателя aacDECdrop</translation> + </message> +</context> +</TS> diff --git a/src/plugins/Output/waveout/translations/waveout_plugin_uk_UA.ts b/src/plugins/Output/waveout/translations/waveout_plugin_uk_UA.ts new file mode 100644 index 000000000..4318d3e79 --- /dev/null +++ b/src/plugins/Output/waveout/translations/waveout_plugin_uk_UA.ts @@ -0,0 +1,32 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE TS> +<TS version="2.0"> +<context> + <name>OutputWaveOutFactory</name> + <message> + <location filename="../outputwaveoutfactory.cpp" line="30"/> + <source>WaveOut Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../outputwaveoutfactory.cpp" line="53"/> + <source>About WaveOut Output Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../outputwaveoutfactory.cpp" line="54"/> + <source>Qmmp WaveOut Output Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../outputwaveoutfactory.cpp" line="55"/> + <source>Writen by: Ilya Kotov <forkotov02@hotmail.ru></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../outputwaveoutfactory.cpp" line="56"/> + <source>Based on aacDECdrop player</source> + <translation type="unfinished"></translation> + </message> +</context> +</TS> diff --git a/src/plugins/Output/waveout/translations/waveout_plugin_zh_CN.ts b/src/plugins/Output/waveout/translations/waveout_plugin_zh_CN.ts new file mode 100644 index 000000000..4318d3e79 --- /dev/null +++ b/src/plugins/Output/waveout/translations/waveout_plugin_zh_CN.ts @@ -0,0 +1,32 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE TS> +<TS version="2.0"> +<context> + <name>OutputWaveOutFactory</name> + <message> + <location filename="../outputwaveoutfactory.cpp" line="30"/> + <source>WaveOut Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../outputwaveoutfactory.cpp" line="53"/> + <source>About WaveOut Output Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../outputwaveoutfactory.cpp" line="54"/> + <source>Qmmp WaveOut Output Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../outputwaveoutfactory.cpp" line="55"/> + <source>Writen by: Ilya Kotov <forkotov02@hotmail.ru></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../outputwaveoutfactory.cpp" line="56"/> + <source>Based on aacDECdrop player</source> + <translation type="unfinished"></translation> + </message> +</context> +</TS> diff --git a/src/plugins/Output/waveout/translations/waveout_plugin_zh_TW.ts b/src/plugins/Output/waveout/translations/waveout_plugin_zh_TW.ts new file mode 100644 index 000000000..4318d3e79 --- /dev/null +++ b/src/plugins/Output/waveout/translations/waveout_plugin_zh_TW.ts @@ -0,0 +1,32 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE TS> +<TS version="2.0"> +<context> + <name>OutputWaveOutFactory</name> + <message> + <location filename="../outputwaveoutfactory.cpp" line="30"/> + <source>WaveOut Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../outputwaveoutfactory.cpp" line="53"/> + <source>About WaveOut Output Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../outputwaveoutfactory.cpp" line="54"/> + <source>Qmmp WaveOut Output Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../outputwaveoutfactory.cpp" line="55"/> + <source>Writen by: Ilya Kotov <forkotov02@hotmail.ru></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../outputwaveoutfactory.cpp" line="56"/> + <source>Based on aacDECdrop player</source> + <translation type="unfinished"></translation> + </message> +</context> +</TS> |
