From 4e986877f065622cb79ffed4563d42752aebd094 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Sat, 25 Aug 2012 14:16:36 +0000 Subject: added missing qt-linguist files, updated resources git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@2900 90c681e8-e032-0410-971d-27865f9a5e38 --- .../Output/alsa/translations/alsa_plugin_fr.ts | 90 ++++++++++++++++++++++ .../Output/alsa/translations/alsa_plugin_hu.ts | 90 ++++++++++++++++++++++ .../Output/alsa/translations/alsa_plugin_kk.ts | 90 ++++++++++++++++++++++ .../Output/alsa/translations/alsa_plugin_pl_PL.ts | 90 ++++++++++++++++++++++ .../Output/alsa/translations/alsa_plugin_pt_BR.ts | 90 ++++++++++++++++++++++ .../Output/alsa/translations/alsa_plugin_sk.ts | 90 ++++++++++++++++++++++ .../Output/alsa/translations/translations.qrc | 11 ++- .../Output/jack/translations/jack_plugin_fr.ts | 27 +++++++ .../Output/jack/translations/jack_plugin_hu.ts | 27 +++++++ .../Output/jack/translations/jack_plugin_kk.ts | 27 +++++++ .../Output/jack/translations/jack_plugin_pl_PL.ts | 27 +++++++ .../Output/jack/translations/jack_plugin_pt_BR.ts | 27 +++++++ .../Output/jack/translations/jack_plugin_sk.ts | 27 +++++++ .../Output/jack/translations/translations.qrc | 11 ++- .../Output/null/translations/null_plugin_fr.ts | 27 +++++++ .../Output/null/translations/null_plugin_hu.ts | 27 +++++++ .../Output/null/translations/null_plugin_kk.ts | 27 +++++++ .../Output/null/translations/null_plugin_pl_PL.ts | 27 +++++++ .../Output/null/translations/null_plugin_pt_BR.ts | 27 +++++++ .../Output/null/translations/null_plugin_sk.ts | 27 +++++++ .../Output/null/translations/translations.qrc | 17 ++-- .../Output/oss/translations/oss_plugin_fr.ts | 90 ++++++++++++++++++++++ .../Output/oss/translations/oss_plugin_hu.ts | 90 ++++++++++++++++++++++ .../Output/oss/translations/oss_plugin_kk.ts | 90 ++++++++++++++++++++++ .../Output/oss/translations/oss_plugin_pl_PL.ts | 90 ++++++++++++++++++++++ .../Output/oss/translations/oss_plugin_pt_BR.ts | 90 ++++++++++++++++++++++ .../Output/oss/translations/oss_plugin_sk.ts | 90 ++++++++++++++++++++++ .../Output/oss/translations/translations.qrc | 17 ++-- .../Output/oss4/translations/oss4_plugin_fr.ts | 45 +++++++++++ .../Output/oss4/translations/oss4_plugin_hu.ts | 45 +++++++++++ .../Output/oss4/translations/oss4_plugin_kk.ts | 45 +++++++++++ .../Output/oss4/translations/oss4_plugin_pl_PL.ts | 45 +++++++++++ .../Output/oss4/translations/oss4_plugin_pt_BR.ts | 45 +++++++++++ .../Output/oss4/translations/oss4_plugin_sk.ts | 45 +++++++++++ .../Output/oss4/translations/translations.qrc | 17 ++-- .../translations/pulseaudio_plugin_fr.ts | 27 +++++++ .../translations/pulseaudio_plugin_hu.ts | 27 +++++++ .../translations/pulseaudio_plugin_kk.ts | 27 +++++++ .../translations/pulseaudio_plugin_pl_PL.ts | 27 +++++++ .../translations/pulseaudio_plugin_pt_BR.ts | 27 +++++++ .../translations/pulseaudio_plugin_sk.ts | 27 +++++++ .../pulseaudio/translations/translations.qrc | 17 ++-- .../Output/waveout/translations/translations.qrc | 16 ++-- .../waveout/translations/waveout_plugin_fr.ts | 32 ++++++++ .../waveout/translations/waveout_plugin_hu.ts | 32 ++++++++ .../waveout/translations/waveout_plugin_kk.ts | 32 ++++++++ .../waveout/translations/waveout_plugin_pl_PL.ts | 32 ++++++++ .../waveout/translations/waveout_plugin_pt_BR.ts | 32 ++++++++ .../waveout/translations/waveout_plugin_sk.ts | 32 ++++++++ 49 files changed, 2099 insertions(+), 35 deletions(-) create mode 100644 src/plugins/Output/alsa/translations/alsa_plugin_fr.ts create mode 100644 src/plugins/Output/alsa/translations/alsa_plugin_hu.ts create mode 100644 src/plugins/Output/alsa/translations/alsa_plugin_kk.ts create mode 100644 src/plugins/Output/alsa/translations/alsa_plugin_pl_PL.ts create mode 100644 src/plugins/Output/alsa/translations/alsa_plugin_pt_BR.ts create mode 100644 src/plugins/Output/alsa/translations/alsa_plugin_sk.ts create mode 100644 src/plugins/Output/jack/translations/jack_plugin_fr.ts create mode 100644 src/plugins/Output/jack/translations/jack_plugin_hu.ts create mode 100644 src/plugins/Output/jack/translations/jack_plugin_kk.ts create mode 100644 src/plugins/Output/jack/translations/jack_plugin_pl_PL.ts create mode 100644 src/plugins/Output/jack/translations/jack_plugin_pt_BR.ts create mode 100644 src/plugins/Output/jack/translations/jack_plugin_sk.ts create mode 100644 src/plugins/Output/null/translations/null_plugin_fr.ts create mode 100644 src/plugins/Output/null/translations/null_plugin_hu.ts create mode 100644 src/plugins/Output/null/translations/null_plugin_kk.ts create mode 100644 src/plugins/Output/null/translations/null_plugin_pl_PL.ts create mode 100644 src/plugins/Output/null/translations/null_plugin_pt_BR.ts create mode 100644 src/plugins/Output/null/translations/null_plugin_sk.ts create mode 100644 src/plugins/Output/oss/translations/oss_plugin_fr.ts create mode 100644 src/plugins/Output/oss/translations/oss_plugin_hu.ts create mode 100644 src/plugins/Output/oss/translations/oss_plugin_kk.ts create mode 100644 src/plugins/Output/oss/translations/oss_plugin_pl_PL.ts create mode 100644 src/plugins/Output/oss/translations/oss_plugin_pt_BR.ts create mode 100644 src/plugins/Output/oss/translations/oss_plugin_sk.ts create mode 100644 src/plugins/Output/oss4/translations/oss4_plugin_fr.ts create mode 100644 src/plugins/Output/oss4/translations/oss4_plugin_hu.ts create mode 100644 src/plugins/Output/oss4/translations/oss4_plugin_kk.ts create mode 100644 src/plugins/Output/oss4/translations/oss4_plugin_pl_PL.ts create mode 100644 src/plugins/Output/oss4/translations/oss4_plugin_pt_BR.ts create mode 100644 src/plugins/Output/oss4/translations/oss4_plugin_sk.ts create mode 100644 src/plugins/Output/pulseaudio/translations/pulseaudio_plugin_fr.ts create mode 100644 src/plugins/Output/pulseaudio/translations/pulseaudio_plugin_hu.ts create mode 100644 src/plugins/Output/pulseaudio/translations/pulseaudio_plugin_kk.ts create mode 100644 src/plugins/Output/pulseaudio/translations/pulseaudio_plugin_pl_PL.ts create mode 100644 src/plugins/Output/pulseaudio/translations/pulseaudio_plugin_pt_BR.ts create mode 100644 src/plugins/Output/pulseaudio/translations/pulseaudio_plugin_sk.ts create mode 100644 src/plugins/Output/waveout/translations/waveout_plugin_fr.ts create mode 100644 src/plugins/Output/waveout/translations/waveout_plugin_hu.ts create mode 100644 src/plugins/Output/waveout/translations/waveout_plugin_kk.ts create mode 100644 src/plugins/Output/waveout/translations/waveout_plugin_pl_PL.ts create mode 100644 src/plugins/Output/waveout/translations/waveout_plugin_pt_BR.ts create mode 100644 src/plugins/Output/waveout/translations/waveout_plugin_sk.ts (limited to 'src/plugins/Output') diff --git a/src/plugins/Output/alsa/translations/alsa_plugin_fr.ts b/src/plugins/Output/alsa/translations/alsa_plugin_fr.ts new file mode 100644 index 000000000..169a11d24 --- /dev/null +++ b/src/plugins/Output/alsa/translations/alsa_plugin_fr.ts @@ -0,0 +1,90 @@ + + + + + OutputALSAFactory + + + ALSA Plugin + + + + + About ALSA Output Plugin + + + + + Qmmp ALSA Output Plugin + + + + + Written by: Ilya Kotov <forkotov02@hotmail.ru> + + + + + SettingsDialog + + + ALSA Plugin Settings + + + + + Device Settings + + + + + Audio device + + + + + Mixer + + + + + Mixer card: + + + + + Mixer device: + + + + + Advanced Settings + + + + + Soundcard + + + + + Buffer time (ms): + + + + + Period time (ms): + + + + + Use mmap access + + + + + Use snd_pcm_pause function + + + + diff --git a/src/plugins/Output/alsa/translations/alsa_plugin_hu.ts b/src/plugins/Output/alsa/translations/alsa_plugin_hu.ts new file mode 100644 index 000000000..eaa85febc --- /dev/null +++ b/src/plugins/Output/alsa/translations/alsa_plugin_hu.ts @@ -0,0 +1,90 @@ + + + + + OutputALSAFactory + + + ALSA Plugin + + + + + About ALSA Output Plugin + + + + + Qmmp ALSA Output Plugin + + + + + Written by: Ilya Kotov <forkotov02@hotmail.ru> + + + + + SettingsDialog + + + ALSA Plugin Settings + + + + + Device Settings + + + + + Audio device + + + + + Mixer + + + + + Mixer card: + + + + + Mixer device: + + + + + Advanced Settings + + + + + Soundcard + + + + + Buffer time (ms): + + + + + Period time (ms): + + + + + Use mmap access + + + + + Use snd_pcm_pause function + + + + diff --git a/src/plugins/Output/alsa/translations/alsa_plugin_kk.ts b/src/plugins/Output/alsa/translations/alsa_plugin_kk.ts new file mode 100644 index 000000000..62c99bafc --- /dev/null +++ b/src/plugins/Output/alsa/translations/alsa_plugin_kk.ts @@ -0,0 +1,90 @@ + + + + + OutputALSAFactory + + + ALSA Plugin + + + + + About ALSA Output Plugin + + + + + Qmmp ALSA Output Plugin + + + + + Written by: Ilya Kotov <forkotov02@hotmail.ru> + + + + + SettingsDialog + + + ALSA Plugin Settings + + + + + Device Settings + + + + + Audio device + + + + + Mixer + + + + + Mixer card: + + + + + Mixer device: + + + + + Advanced Settings + + + + + Soundcard + + + + + Buffer time (ms): + + + + + Period time (ms): + + + + + Use mmap access + + + + + Use snd_pcm_pause function + + + + diff --git a/src/plugins/Output/alsa/translations/alsa_plugin_pl_PL.ts b/src/plugins/Output/alsa/translations/alsa_plugin_pl_PL.ts new file mode 100644 index 000000000..c4fd3c740 --- /dev/null +++ b/src/plugins/Output/alsa/translations/alsa_plugin_pl_PL.ts @@ -0,0 +1,90 @@ + + + + + OutputALSAFactory + + + ALSA Plugin + + + + + About ALSA Output Plugin + + + + + Qmmp ALSA Output Plugin + + + + + Written by: Ilya Kotov <forkotov02@hotmail.ru> + + + + + SettingsDialog + + + ALSA Plugin Settings + + + + + Device Settings + + + + + Audio device + + + + + Mixer + + + + + Mixer card: + + + + + Mixer device: + + + + + Advanced Settings + + + + + Soundcard + + + + + Buffer time (ms): + + + + + Period time (ms): + + + + + Use mmap access + + + + + Use snd_pcm_pause function + + + + diff --git a/src/plugins/Output/alsa/translations/alsa_plugin_pt_BR.ts b/src/plugins/Output/alsa/translations/alsa_plugin_pt_BR.ts new file mode 100644 index 000000000..f20a43d71 --- /dev/null +++ b/src/plugins/Output/alsa/translations/alsa_plugin_pt_BR.ts @@ -0,0 +1,90 @@ + + + + + OutputALSAFactory + + + ALSA Plugin + + + + + About ALSA Output Plugin + + + + + Qmmp ALSA Output Plugin + + + + + Written by: Ilya Kotov <forkotov02@hotmail.ru> + + + + + SettingsDialog + + + ALSA Plugin Settings + + + + + Device Settings + + + + + Audio device + + + + + Mixer + + + + + Mixer card: + + + + + Mixer device: + + + + + Advanced Settings + + + + + Soundcard + + + + + Buffer time (ms): + + + + + Period time (ms): + + + + + Use mmap access + + + + + Use snd_pcm_pause function + + + + diff --git a/src/plugins/Output/alsa/translations/alsa_plugin_sk.ts b/src/plugins/Output/alsa/translations/alsa_plugin_sk.ts new file mode 100644 index 000000000..787747c97 --- /dev/null +++ b/src/plugins/Output/alsa/translations/alsa_plugin_sk.ts @@ -0,0 +1,90 @@ + + + + + OutputALSAFactory + + + ALSA Plugin + + + + + About ALSA Output Plugin + + + + + Qmmp ALSA Output Plugin + + + + + Written by: Ilya Kotov <forkotov02@hotmail.ru> + + + + + SettingsDialog + + + ALSA Plugin Settings + + + + + Device Settings + + + + + Audio device + + + + + Mixer + + + + + Mixer card: + + + + + Mixer device: + + + + + Advanced Settings + + + + + Soundcard + + + + + Buffer time (ms): + + + + + Period time (ms): + + + + + Use mmap access + + + + + Use snd_pcm_pause function + + + + diff --git a/src/plugins/Output/alsa/translations/translations.qrc b/src/plugins/Output/alsa/translations/translations.qrc index 8645854e0..c8bcc5de7 100644 --- a/src/plugins/Output/alsa/translations/translations.qrc +++ b/src/plugins/Output/alsa/translations/translations.qrc @@ -1,18 +1,23 @@ - alsa_plugin_it.qm alsa_plugin_ru.qm alsa_plugin_uk_UA.qm alsa_plugin_zh_CN.qm alsa_plugin_zh_TW.qm - alsa_plugin_pl.qm + alsa_plugin_tr.qm alsa_plugin_cs.qm + alsa_plugin_pt_BR.qm alsa_plugin_de.qm - alsa_plugin_tr.qm + alsa_plugin_pl_PL.qm + alsa_plugin_fr.qm + alsa_plugin_it.qm + alsa_plugin_kk.qm alsa_plugin_lt.qm + alsa_plugin_hu.qm alsa_plugin_nl.qm alsa_plugin_ja.qm + alsa_plugin_sk.qm alsa_plugin_es.qm diff --git a/src/plugins/Output/jack/translations/jack_plugin_fr.ts b/src/plugins/Output/jack/translations/jack_plugin_fr.ts new file mode 100644 index 000000000..47883fcc0 --- /dev/null +++ b/src/plugins/Output/jack/translations/jack_plugin_fr.ts @@ -0,0 +1,27 @@ + + + + + OutputJACKFactory + + + JACK Plugin + + + + + About Jack Output Plugin + + + + + Qmmp Jack Output Plugin + + + + + Written by: Yuriy Zhuravlev <slalkerg@gmail.com> + + + + diff --git a/src/plugins/Output/jack/translations/jack_plugin_hu.ts b/src/plugins/Output/jack/translations/jack_plugin_hu.ts new file mode 100644 index 000000000..3800eba8e --- /dev/null +++ b/src/plugins/Output/jack/translations/jack_plugin_hu.ts @@ -0,0 +1,27 @@ + + + + + OutputJACKFactory + + + JACK Plugin + + + + + About Jack Output Plugin + + + + + Qmmp Jack Output Plugin + + + + + Written by: Yuriy Zhuravlev <slalkerg@gmail.com> + + + + diff --git a/src/plugins/Output/jack/translations/jack_plugin_kk.ts b/src/plugins/Output/jack/translations/jack_plugin_kk.ts new file mode 100644 index 000000000..172edc5ea --- /dev/null +++ b/src/plugins/Output/jack/translations/jack_plugin_kk.ts @@ -0,0 +1,27 @@ + + + + + OutputJACKFactory + + + JACK Plugin + + + + + About Jack Output Plugin + + + + + Qmmp Jack Output Plugin + + + + + Written by: Yuriy Zhuravlev <slalkerg@gmail.com> + + + + diff --git a/src/plugins/Output/jack/translations/jack_plugin_pl_PL.ts b/src/plugins/Output/jack/translations/jack_plugin_pl_PL.ts new file mode 100644 index 000000000..5600f51c8 --- /dev/null +++ b/src/plugins/Output/jack/translations/jack_plugin_pl_PL.ts @@ -0,0 +1,27 @@ + + + + + OutputJACKFactory + + + JACK Plugin + + + + + About Jack Output Plugin + + + + + Qmmp Jack Output Plugin + + + + + Written by: Yuriy Zhuravlev <slalkerg@gmail.com> + + + + diff --git a/src/plugins/Output/jack/translations/jack_plugin_pt_BR.ts b/src/plugins/Output/jack/translations/jack_plugin_pt_BR.ts new file mode 100644 index 000000000..2df443d9f --- /dev/null +++ b/src/plugins/Output/jack/translations/jack_plugin_pt_BR.ts @@ -0,0 +1,27 @@ + + + + + OutputJACKFactory + + + JACK Plugin + + + + + About Jack Output Plugin + + + + + Qmmp Jack Output Plugin + + + + + Written by: Yuriy Zhuravlev <slalkerg@gmail.com> + + + + diff --git a/src/plugins/Output/jack/translations/jack_plugin_sk.ts b/src/plugins/Output/jack/translations/jack_plugin_sk.ts new file mode 100644 index 000000000..28c2b41d4 --- /dev/null +++ b/src/plugins/Output/jack/translations/jack_plugin_sk.ts @@ -0,0 +1,27 @@ + + + + + OutputJACKFactory + + + JACK Plugin + + + + + About Jack Output Plugin + + + + + Qmmp Jack Output Plugin + + + + + Written by: Yuriy Zhuravlev <slalkerg@gmail.com> + + + + diff --git a/src/plugins/Output/jack/translations/translations.qrc b/src/plugins/Output/jack/translations/translations.qrc index c9e1c907f..e9c6e774b 100644 --- a/src/plugins/Output/jack/translations/translations.qrc +++ b/src/plugins/Output/jack/translations/translations.qrc @@ -1,18 +1,23 @@ - jack_plugin_it.qm jack_plugin_ru.qm jack_plugin_uk_UA.qm jack_plugin_zh_CN.qm jack_plugin_zh_TW.qm + jack_plugin_tr.qm jack_plugin_cs.qm - jack_plugin_pl.qm + jack_plugin_pt_BR.qm jack_plugin_de.qm - jack_plugin_tr.qm + jack_plugin_pl_PL.qm + jack_plugin_fr.qm + jack_plugin_it.qm + jack_plugin_kk.qm jack_plugin_lt.qm + jack_plugin_hu.qm jack_plugin_nl.qm jack_plugin_ja.qm + jack_plugin_sk.qm jack_plugin_es.qm diff --git a/src/plugins/Output/null/translations/null_plugin_fr.ts b/src/plugins/Output/null/translations/null_plugin_fr.ts new file mode 100644 index 000000000..af472989e --- /dev/null +++ b/src/plugins/Output/null/translations/null_plugin_fr.ts @@ -0,0 +1,27 @@ + + + + + OutputNullFactory + + + Null Plugin + + + + + About Null Output Plugin + + + + + Qmmp Null Output Plugin + + + + + Written by: Ilya Kotov <forkotov02@hotmail.ru> + + + + diff --git a/src/plugins/Output/null/translations/null_plugin_hu.ts b/src/plugins/Output/null/translations/null_plugin_hu.ts new file mode 100644 index 000000000..1e6e05519 --- /dev/null +++ b/src/plugins/Output/null/translations/null_plugin_hu.ts @@ -0,0 +1,27 @@ + + + + + OutputNullFactory + + + Null Plugin + + + + + About Null Output Plugin + + + + + Qmmp Null Output Plugin + + + + + Written by: Ilya Kotov <forkotov02@hotmail.ru> + + + + diff --git a/src/plugins/Output/null/translations/null_plugin_kk.ts b/src/plugins/Output/null/translations/null_plugin_kk.ts new file mode 100644 index 000000000..80ea18b9d --- /dev/null +++ b/src/plugins/Output/null/translations/null_plugin_kk.ts @@ -0,0 +1,27 @@ + + + + + OutputNullFactory + + + Null Plugin + + + + + About Null Output Plugin + + + + + Qmmp Null Output Plugin + + + + + Written by: Ilya Kotov <forkotov02@hotmail.ru> + + + + diff --git a/src/plugins/Output/null/translations/null_plugin_pl_PL.ts b/src/plugins/Output/null/translations/null_plugin_pl_PL.ts new file mode 100644 index 000000000..8ee06b008 --- /dev/null +++ b/src/plugins/Output/null/translations/null_plugin_pl_PL.ts @@ -0,0 +1,27 @@ + + + + + OutputNullFactory + + + Null Plugin + + + + + About Null Output Plugin + + + + + Qmmp Null Output Plugin + + + + + Written by: Ilya Kotov <forkotov02@hotmail.ru> + + + + diff --git a/src/plugins/Output/null/translations/null_plugin_pt_BR.ts b/src/plugins/Output/null/translations/null_plugin_pt_BR.ts new file mode 100644 index 000000000..662d14d43 --- /dev/null +++ b/src/plugins/Output/null/translations/null_plugin_pt_BR.ts @@ -0,0 +1,27 @@ + + + + + OutputNullFactory + + + Null Plugin + + + + + About Null Output Plugin + + + + + Qmmp Null Output Plugin + + + + + Written by: Ilya Kotov <forkotov02@hotmail.ru> + + + + diff --git a/src/plugins/Output/null/translations/null_plugin_sk.ts b/src/plugins/Output/null/translations/null_plugin_sk.ts new file mode 100644 index 000000000..1885fa181 --- /dev/null +++ b/src/plugins/Output/null/translations/null_plugin_sk.ts @@ -0,0 +1,27 @@ + + + + + OutputNullFactory + + + Null Plugin + + + + + About Null Output Plugin + + + + + Qmmp Null Output Plugin + + + + + Written by: Ilya Kotov <forkotov02@hotmail.ru> + + + + diff --git a/src/plugins/Output/null/translations/translations.qrc b/src/plugins/Output/null/translations/translations.qrc index f48884ab0..230866568 100644 --- a/src/plugins/Output/null/translations/translations.qrc +++ b/src/plugins/Output/null/translations/translations.qrc @@ -1,18 +1,23 @@ - null_plugin_it.qm - null_plugin_cs.qm - null_plugin_de.qm - null_plugin_zh_CN.qm - null_plugin_zh_TW.qm null_plugin_ru.qm null_plugin_uk_UA.qm + null_plugin_zh_CN.qm + null_plugin_zh_TW.qm null_plugin_tr.qm + null_plugin_cs.qm + null_plugin_pt_BR.qm + null_plugin_de.qm + null_plugin_pl_PL.qm + null_plugin_fr.qm + null_plugin_it.qm + null_plugin_kk.qm null_plugin_lt.qm - null_plugin_pl.qm + null_plugin_hu.qm null_plugin_nl.qm null_plugin_ja.qm + null_plugin_sk.qm null_plugin_es.qm diff --git a/src/plugins/Output/oss/translations/oss_plugin_fr.ts b/src/plugins/Output/oss/translations/oss_plugin_fr.ts new file mode 100644 index 000000000..f8a12a0d0 --- /dev/null +++ b/src/plugins/Output/oss/translations/oss_plugin_fr.ts @@ -0,0 +1,90 @@ + + + + + OutputOSSFactory + + + OSS Plugin + + + + + About OSS Output Plugin + + + + + Qmmp OSS Output Plugin + + + + + Written by: Yuriy Zhuravlev <slalkerg@gmail.com> + + + + + Based on code by: Brad Hughes <bhughes@trolltech.com> + + + + + SettingsDialog + + + OSS Plugin Settings + + + + + Device Settings + + + + + Audio device + + + + + Mixer device + + + + + Advanced Settings + + + + + Soundcard + + + + + Buffer time (ms): + + + + + Period time (ms): + + + + + PCM over Master + + + + + Cancel + + + + + OK + + + + diff --git a/src/plugins/Output/oss/translations/oss_plugin_hu.ts b/src/plugins/Output/oss/translations/oss_plugin_hu.ts new file mode 100644 index 000000000..6c8a6d870 --- /dev/null +++ b/src/plugins/Output/oss/translations/oss_plugin_hu.ts @@ -0,0 +1,90 @@ + + + + + OutputOSSFactory + + + OSS Plugin + + + + + About OSS Output Plugin + + + + + Qmmp OSS Output Plugin + + + + + Written by: Yuriy Zhuravlev <slalkerg@gmail.com> + + + + + Based on code by: Brad Hughes <bhughes@trolltech.com> + + + + + SettingsDialog + + + OSS Plugin Settings + + + + + Device Settings + + + + + Audio device + + + + + Mixer device + + + + + Advanced Settings + + + + + Soundcard + + + + + Buffer time (ms): + + + + + Period time (ms): + + + + + PCM over Master + + + + + Cancel + + + + + OK + + + + diff --git a/src/plugins/Output/oss/translations/oss_plugin_kk.ts b/src/plugins/Output/oss/translations/oss_plugin_kk.ts new file mode 100644 index 000000000..cd8aca690 --- /dev/null +++ b/src/plugins/Output/oss/translations/oss_plugin_kk.ts @@ -0,0 +1,90 @@ + + + + + OutputOSSFactory + + + OSS Plugin + + + + + About OSS Output Plugin + + + + + Qmmp OSS Output Plugin + + + + + Written by: Yuriy Zhuravlev <slalkerg@gmail.com> + + + + + Based on code by: Brad Hughes <bhughes@trolltech.com> + + + + + SettingsDialog + + + OSS Plugin Settings + + + + + Device Settings + + + + + Audio device + + + + + Mixer device + + + + + Advanced Settings + + + + + Soundcard + + + + + Buffer time (ms): + + + + + Period time (ms): + + + + + PCM over Master + + + + + Cancel + + + + + OK + + + + diff --git a/src/plugins/Output/oss/translations/oss_plugin_pl_PL.ts b/src/plugins/Output/oss/translations/oss_plugin_pl_PL.ts new file mode 100644 index 000000000..719af338d --- /dev/null +++ b/src/plugins/Output/oss/translations/oss_plugin_pl_PL.ts @@ -0,0 +1,90 @@ + + + + + OutputOSSFactory + + + OSS Plugin + + + + + About OSS Output Plugin + + + + + Qmmp OSS Output Plugin + + + + + Written by: Yuriy Zhuravlev <slalkerg@gmail.com> + + + + + Based on code by: Brad Hughes <bhughes@trolltech.com> + + + + + SettingsDialog + + + OSS Plugin Settings + + + + + Device Settings + + + + + Audio device + + + + + Mixer device + + + + + Advanced Settings + + + + + Soundcard + + + + + Buffer time (ms): + + + + + Period time (ms): + + + + + PCM over Master + + + + + Cancel + + + + + OK + + + + diff --git a/src/plugins/Output/oss/translations/oss_plugin_pt_BR.ts b/src/plugins/Output/oss/translations/oss_plugin_pt_BR.ts new file mode 100644 index 000000000..9f177ab30 --- /dev/null +++ b/src/plugins/Output/oss/translations/oss_plugin_pt_BR.ts @@ -0,0 +1,90 @@ + + + + + OutputOSSFactory + + + OSS Plugin + + + + + About OSS Output Plugin + + + + + Qmmp OSS Output Plugin + + + + + Written by: Yuriy Zhuravlev <slalkerg@gmail.com> + + + + + Based on code by: Brad Hughes <bhughes@trolltech.com> + + + + + SettingsDialog + + + OSS Plugin Settings + + + + + Device Settings + + + + + Audio device + + + + + Mixer device + + + + + Advanced Settings + + + + + Soundcard + + + + + Buffer time (ms): + + + + + Period time (ms): + + + + + PCM over Master + + + + + Cancel + + + + + OK + + + + diff --git a/src/plugins/Output/oss/translations/oss_plugin_sk.ts b/src/plugins/Output/oss/translations/oss_plugin_sk.ts new file mode 100644 index 000000000..67327c716 --- /dev/null +++ b/src/plugins/Output/oss/translations/oss_plugin_sk.ts @@ -0,0 +1,90 @@ + + + + + OutputOSSFactory + + + OSS Plugin + + + + + About OSS Output Plugin + + + + + Qmmp OSS Output Plugin + + + + + Written by: Yuriy Zhuravlev <slalkerg@gmail.com> + + + + + Based on code by: Brad Hughes <bhughes@trolltech.com> + + + + + SettingsDialog + + + OSS Plugin Settings + + + + + Device Settings + + + + + Audio device + + + + + Mixer device + + + + + Advanced Settings + + + + + Soundcard + + + + + Buffer time (ms): + + + + + Period time (ms): + + + + + PCM over Master + + + + + Cancel + + + + + OK + + + + diff --git a/src/plugins/Output/oss/translations/translations.qrc b/src/plugins/Output/oss/translations/translations.qrc index 90996b6c7..caef236a4 100644 --- a/src/plugins/Output/oss/translations/translations.qrc +++ b/src/plugins/Output/oss/translations/translations.qrc @@ -1,18 +1,23 @@ - oss_plugin_it.qm - oss_plugin_cs.qm - oss_plugin_de.qm - oss_plugin_zh_CN.qm - oss_plugin_zh_TW.qm - oss_plugin_pl.qm oss_plugin_ru.qm oss_plugin_uk_UA.qm + oss_plugin_zh_CN.qm + oss_plugin_zh_TW.qm oss_plugin_tr.qm + oss_plugin_cs.qm + oss_plugin_pt_BR.qm + oss_plugin_de.qm + oss_plugin_pl_PL.qm + oss_plugin_fr.qm + oss_plugin_it.qm + oss_plugin_kk.qm oss_plugin_lt.qm + oss_plugin_hu.qm oss_plugin_nl.qm oss_plugin_ja.qm + oss_plugin_sk.qm oss_plugin_es.qm diff --git a/src/plugins/Output/oss4/translations/oss4_plugin_fr.ts b/src/plugins/Output/oss4/translations/oss4_plugin_fr.ts new file mode 100644 index 000000000..d55763cc3 --- /dev/null +++ b/src/plugins/Output/oss4/translations/oss4_plugin_fr.ts @@ -0,0 +1,45 @@ + + + + + OutputOSS4Factory + + + OSS4 Plugin + + + + + About OSS4 Output Plugin + + + + + Qmmp OSS4 Output Plugin + + + + + Written by: Ilya Kotov <forkotov02@hotmail.ru> + + + + + SettingsDialog + + + OSS4 Plugin Settings + + + + + Device: + + + + + Default + + + + diff --git a/src/plugins/Output/oss4/translations/oss4_plugin_hu.ts b/src/plugins/Output/oss4/translations/oss4_plugin_hu.ts new file mode 100644 index 000000000..7d369132d --- /dev/null +++ b/src/plugins/Output/oss4/translations/oss4_plugin_hu.ts @@ -0,0 +1,45 @@ + + + + + OutputOSS4Factory + + + OSS4 Plugin + + + + + About OSS4 Output Plugin + + + + + Qmmp OSS4 Output Plugin + + + + + Written by: Ilya Kotov <forkotov02@hotmail.ru> + + + + + SettingsDialog + + + OSS4 Plugin Settings + + + + + Device: + + + + + Default + + + + diff --git a/src/plugins/Output/oss4/translations/oss4_plugin_kk.ts b/src/plugins/Output/oss4/translations/oss4_plugin_kk.ts new file mode 100644 index 000000000..9dea16e26 --- /dev/null +++ b/src/plugins/Output/oss4/translations/oss4_plugin_kk.ts @@ -0,0 +1,45 @@ + + + + + OutputOSS4Factory + + + OSS4 Plugin + + + + + About OSS4 Output Plugin + + + + + Qmmp OSS4 Output Plugin + + + + + Written by: Ilya Kotov <forkotov02@hotmail.ru> + + + + + SettingsDialog + + + OSS4 Plugin Settings + + + + + Device: + + + + + Default + + + + diff --git a/src/plugins/Output/oss4/translations/oss4_plugin_pl_PL.ts b/src/plugins/Output/oss4/translations/oss4_plugin_pl_PL.ts new file mode 100644 index 000000000..007558835 --- /dev/null +++ b/src/plugins/Output/oss4/translations/oss4_plugin_pl_PL.ts @@ -0,0 +1,45 @@ + + + + + OutputOSS4Factory + + + OSS4 Plugin + + + + + About OSS4 Output Plugin + + + + + Qmmp OSS4 Output Plugin + + + + + Written by: Ilya Kotov <forkotov02@hotmail.ru> + + + + + SettingsDialog + + + OSS4 Plugin Settings + + + + + Device: + + + + + Default + + + + diff --git a/src/plugins/Output/oss4/translations/oss4_plugin_pt_BR.ts b/src/plugins/Output/oss4/translations/oss4_plugin_pt_BR.ts new file mode 100644 index 000000000..d947dad28 --- /dev/null +++ b/src/plugins/Output/oss4/translations/oss4_plugin_pt_BR.ts @@ -0,0 +1,45 @@ + + + + + OutputOSS4Factory + + + OSS4 Plugin + + + + + About OSS4 Output Plugin + + + + + Qmmp OSS4 Output Plugin + + + + + Written by: Ilya Kotov <forkotov02@hotmail.ru> + + + + + SettingsDialog + + + OSS4 Plugin Settings + + + + + Device: + + + + + Default + + + + diff --git a/src/plugins/Output/oss4/translations/oss4_plugin_sk.ts b/src/plugins/Output/oss4/translations/oss4_plugin_sk.ts new file mode 100644 index 000000000..4b198300a --- /dev/null +++ b/src/plugins/Output/oss4/translations/oss4_plugin_sk.ts @@ -0,0 +1,45 @@ + + + + + OutputOSS4Factory + + + OSS4 Plugin + + + + + About OSS4 Output Plugin + + + + + Qmmp OSS4 Output Plugin + + + + + Written by: Ilya Kotov <forkotov02@hotmail.ru> + + + + + SettingsDialog + + + OSS4 Plugin Settings + + + + + Device: + + + + + Default + + + + diff --git a/src/plugins/Output/oss4/translations/translations.qrc b/src/plugins/Output/oss4/translations/translations.qrc index 8e4989965..312bcdd57 100644 --- a/src/plugins/Output/oss4/translations/translations.qrc +++ b/src/plugins/Output/oss4/translations/translations.qrc @@ -1,18 +1,23 @@ - oss4_plugin_it.qm - oss4_plugin_cs.qm - oss4_plugin_de.qm - oss4_plugin_zh_CN.qm - oss4_plugin_zh_TW.qm - oss4_plugin_pl.qm oss4_plugin_ru.qm oss4_plugin_uk_UA.qm + oss4_plugin_zh_CN.qm + oss4_plugin_zh_TW.qm oss4_plugin_tr.qm + oss4_plugin_cs.qm + oss4_plugin_pt_BR.qm + oss4_plugin_de.qm + oss4_plugin_pl_PL.qm + oss4_plugin_fr.qm + oss4_plugin_it.qm + oss4_plugin_kk.qm oss4_plugin_lt.qm + oss4_plugin_hu.qm oss4_plugin_nl.qm oss4_plugin_ja.qm + oss4_plugin_sk.qm oss4_plugin_es.qm diff --git a/src/plugins/Output/pulseaudio/translations/pulseaudio_plugin_fr.ts b/src/plugins/Output/pulseaudio/translations/pulseaudio_plugin_fr.ts new file mode 100644 index 000000000..b5c3bd136 --- /dev/null +++ b/src/plugins/Output/pulseaudio/translations/pulseaudio_plugin_fr.ts @@ -0,0 +1,27 @@ + + + + + OutputPulseAudioFactory + + + PulseAudio Plugin + + + + + About PulseAudio Output Plugin + + + + + Qmmp PulseAudio Output Plugin + + + + + Written by: Ilya Kotov <forkotov02@hotmail.ru> + + + + diff --git a/src/plugins/Output/pulseaudio/translations/pulseaudio_plugin_hu.ts b/src/plugins/Output/pulseaudio/translations/pulseaudio_plugin_hu.ts new file mode 100644 index 000000000..2e251fc7a --- /dev/null +++ b/src/plugins/Output/pulseaudio/translations/pulseaudio_plugin_hu.ts @@ -0,0 +1,27 @@ + + + + + OutputPulseAudioFactory + + + PulseAudio Plugin + + + + + About PulseAudio Output Plugin + + + + + Qmmp PulseAudio Output Plugin + + + + + Written by: Ilya Kotov <forkotov02@hotmail.ru> + + + + diff --git a/src/plugins/Output/pulseaudio/translations/pulseaudio_plugin_kk.ts b/src/plugins/Output/pulseaudio/translations/pulseaudio_plugin_kk.ts new file mode 100644 index 000000000..4357dd1f0 --- /dev/null +++ b/src/plugins/Output/pulseaudio/translations/pulseaudio_plugin_kk.ts @@ -0,0 +1,27 @@ + + + + + OutputPulseAudioFactory + + + PulseAudio Plugin + + + + + About PulseAudio Output Plugin + + + + + Qmmp PulseAudio Output Plugin + + + + + Written by: Ilya Kotov <forkotov02@hotmail.ru> + + + + diff --git a/src/plugins/Output/pulseaudio/translations/pulseaudio_plugin_pl_PL.ts b/src/plugins/Output/pulseaudio/translations/pulseaudio_plugin_pl_PL.ts new file mode 100644 index 000000000..b255e15be --- /dev/null +++ b/src/plugins/Output/pulseaudio/translations/pulseaudio_plugin_pl_PL.ts @@ -0,0 +1,27 @@ + + + + + OutputPulseAudioFactory + + + PulseAudio Plugin + + + + + About PulseAudio Output Plugin + + + + + Qmmp PulseAudio Output Plugin + + + + + Written by: Ilya Kotov <forkotov02@hotmail.ru> + + + + diff --git a/src/plugins/Output/pulseaudio/translations/pulseaudio_plugin_pt_BR.ts b/src/plugins/Output/pulseaudio/translations/pulseaudio_plugin_pt_BR.ts new file mode 100644 index 000000000..8be995428 --- /dev/null +++ b/src/plugins/Output/pulseaudio/translations/pulseaudio_plugin_pt_BR.ts @@ -0,0 +1,27 @@ + + + + + OutputPulseAudioFactory + + + PulseAudio Plugin + + + + + About PulseAudio Output Plugin + + + + + Qmmp PulseAudio Output Plugin + + + + + Written by: Ilya Kotov <forkotov02@hotmail.ru> + + + + diff --git a/src/plugins/Output/pulseaudio/translations/pulseaudio_plugin_sk.ts b/src/plugins/Output/pulseaudio/translations/pulseaudio_plugin_sk.ts new file mode 100644 index 000000000..baf288d37 --- /dev/null +++ b/src/plugins/Output/pulseaudio/translations/pulseaudio_plugin_sk.ts @@ -0,0 +1,27 @@ + + + + + OutputPulseAudioFactory + + + PulseAudio Plugin + + + + + About PulseAudio Output Plugin + + + + + Qmmp PulseAudio Output Plugin + + + + + Written by: Ilya Kotov <forkotov02@hotmail.ru> + + + + diff --git a/src/plugins/Output/pulseaudio/translations/translations.qrc b/src/plugins/Output/pulseaudio/translations/translations.qrc index dc23c1f25..5dab28c77 100644 --- a/src/plugins/Output/pulseaudio/translations/translations.qrc +++ b/src/plugins/Output/pulseaudio/translations/translations.qrc @@ -1,18 +1,23 @@ - pulseaudio_plugin_it.qm - pulseaudio_plugin_cs.qm - pulseaudio_plugin_de.qm - pulseaudio_plugin_zh_CN.qm - pulseaudio_plugin_zh_TW.qm pulseaudio_plugin_ru.qm pulseaudio_plugin_uk_UA.qm + pulseaudio_plugin_zh_CN.qm + pulseaudio_plugin_zh_TW.qm pulseaudio_plugin_tr.qm + pulseaudio_plugin_cs.qm + pulseaudio_plugin_pt_BR.qm + pulseaudio_plugin_de.qm + pulseaudio_plugin_pl_PL.qm + pulseaudio_plugin_fr.qm + pulseaudio_plugin_it.qm + pulseaudio_plugin_kk.qm pulseaudio_plugin_lt.qm - pulseaudio_plugin_pl.qm + pulseaudio_plugin_hu.qm pulseaudio_plugin_nl.qm pulseaudio_plugin_ja.qm + pulseaudio_plugin_sk.qm pulseaudio_plugin_es.qm diff --git a/src/plugins/Output/waveout/translations/translations.qrc b/src/plugins/Output/waveout/translations/translations.qrc index 1072bda48..c24961b07 100644 --- a/src/plugins/Output/waveout/translations/translations.qrc +++ b/src/plugins/Output/waveout/translations/translations.qrc @@ -1,17 +1,23 @@ - waveout_plugin_it.qm - waveout_plugin_cs.qm - waveout_plugin_de.qm - waveout_plugin_zh_CN.qm - waveout_plugin_zh_TW.qm waveout_plugin_ru.qm waveout_plugin_uk_UA.qm + waveout_plugin_zh_CN.qm + waveout_plugin_zh_TW.qm waveout_plugin_tr.qm + waveout_plugin_cs.qm + waveout_plugin_pt_BR.qm + waveout_plugin_de.qm + waveout_plugin_pl_PL.qm + waveout_plugin_fr.qm + waveout_plugin_it.qm + waveout_plugin_kk.qm waveout_plugin_lt.qm + waveout_plugin_hu.qm waveout_plugin_nl.qm waveout_plugin_ja.qm + waveout_plugin_sk.qm waveout_plugin_es.qm diff --git a/src/plugins/Output/waveout/translations/waveout_plugin_fr.ts b/src/plugins/Output/waveout/translations/waveout_plugin_fr.ts new file mode 100644 index 000000000..15660c501 --- /dev/null +++ b/src/plugins/Output/waveout/translations/waveout_plugin_fr.ts @@ -0,0 +1,32 @@ + + + + + OutputWaveOutFactory + + + WaveOut Plugin + + + + + About WaveOut Output Plugin + + + + + Qmmp WaveOut Output Plugin + + + + + Written by: Ilya Kotov <forkotov02@hotmail.ru> + + + + + Based on aacDECdrop player + + + + diff --git a/src/plugins/Output/waveout/translations/waveout_plugin_hu.ts b/src/plugins/Output/waveout/translations/waveout_plugin_hu.ts new file mode 100644 index 000000000..0512d401f --- /dev/null +++ b/src/plugins/Output/waveout/translations/waveout_plugin_hu.ts @@ -0,0 +1,32 @@ + + + + + OutputWaveOutFactory + + + WaveOut Plugin + + + + + About WaveOut Output Plugin + + + + + Qmmp WaveOut Output Plugin + + + + + Written by: Ilya Kotov <forkotov02@hotmail.ru> + + + + + Based on aacDECdrop player + + + + diff --git a/src/plugins/Output/waveout/translations/waveout_plugin_kk.ts b/src/plugins/Output/waveout/translations/waveout_plugin_kk.ts new file mode 100644 index 000000000..9cbf3915e --- /dev/null +++ b/src/plugins/Output/waveout/translations/waveout_plugin_kk.ts @@ -0,0 +1,32 @@ + + + + + OutputWaveOutFactory + + + WaveOut Plugin + + + + + About WaveOut Output Plugin + + + + + Qmmp WaveOut Output Plugin + + + + + Written by: Ilya Kotov <forkotov02@hotmail.ru> + + + + + Based on aacDECdrop player + + + + diff --git a/src/plugins/Output/waveout/translations/waveout_plugin_pl_PL.ts b/src/plugins/Output/waveout/translations/waveout_plugin_pl_PL.ts new file mode 100644 index 000000000..c5cdf1dcb --- /dev/null +++ b/src/plugins/Output/waveout/translations/waveout_plugin_pl_PL.ts @@ -0,0 +1,32 @@ + + + + + OutputWaveOutFactory + + + WaveOut Plugin + + + + + About WaveOut Output Plugin + + + + + Qmmp WaveOut Output Plugin + + + + + Written by: Ilya Kotov <forkotov02@hotmail.ru> + + + + + Based on aacDECdrop player + + + + diff --git a/src/plugins/Output/waveout/translations/waveout_plugin_pt_BR.ts b/src/plugins/Output/waveout/translations/waveout_plugin_pt_BR.ts new file mode 100644 index 000000000..76638aa03 --- /dev/null +++ b/src/plugins/Output/waveout/translations/waveout_plugin_pt_BR.ts @@ -0,0 +1,32 @@ + + + + + OutputWaveOutFactory + + + WaveOut Plugin + + + + + About WaveOut Output Plugin + + + + + Qmmp WaveOut Output Plugin + + + + + Written by: Ilya Kotov <forkotov02@hotmail.ru> + + + + + Based on aacDECdrop player + + + + diff --git a/src/plugins/Output/waveout/translations/waveout_plugin_sk.ts b/src/plugins/Output/waveout/translations/waveout_plugin_sk.ts new file mode 100644 index 000000000..26f102535 --- /dev/null +++ b/src/plugins/Output/waveout/translations/waveout_plugin_sk.ts @@ -0,0 +1,32 @@ + + + + + OutputWaveOutFactory + + + WaveOut Plugin + + + + + About WaveOut Output Plugin + + + + + Qmmp WaveOut Output Plugin + + + + + Written by: Ilya Kotov <forkotov02@hotmail.ru> + + + + + Based on aacDECdrop player + + + + -- cgit v1.2.3-13-gbd6f