From fe8438b03074b381355145ecf4a4177ac0c58049 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Tue, 13 Nov 2018 21:47:55 +0000 Subject: updated .ts files git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@8425 90c681e8-e032-0410-971d-27865f9a5e38 --- .tx/config | 366 +++++++++++---------- src/plugins/Effect/monotostereo/monotostereo.pro | 2 +- .../translations/monotostereo_plugin_bg.ts | 27 ++ .../translations/monotostereo_plugin_cs.ts | 27 ++ .../translations/monotostereo_plugin_de.ts | 27 ++ .../translations/monotostereo_plugin_el.ts | 27 ++ .../translations/monotostereo_plugin_en.ts | 27 ++ .../translations/monotostereo_plugin_es.ts | 27 ++ .../translations/monotostereo_plugin_fi.ts | 27 ++ .../translations/monotostereo_plugin_fr.ts | 27 ++ .../translations/monotostereo_plugin_gl_ES.ts | 27 ++ .../translations/monotostereo_plugin_he.ts | 27 ++ .../translations/monotostereo_plugin_hu.ts | 27 ++ .../translations/monotostereo_plugin_id.ts | 27 ++ .../translations/monotostereo_plugin_it.ts | 27 ++ .../translations/monotostereo_plugin_ja.ts | 27 ++ .../translations/monotostereo_plugin_kk.ts | 27 ++ .../translations/monotostereo_plugin_lt.ts | 27 ++ .../translations/monotostereo_plugin_nl.ts | 27 ++ .../translations/monotostereo_plugin_pl_PL.ts | 27 ++ .../translations/monotostereo_plugin_pt.ts | 27 ++ .../translations/monotostereo_plugin_pt_BR.ts | 27 ++ .../translations/monotostereo_plugin_ru.ts | 27 ++ .../translations/monotostereo_plugin_sk.ts | 27 ++ .../translations/monotostereo_plugin_sr_BA.ts | 27 ++ .../translations/monotostereo_plugin_sr_RS.ts | 27 ++ .../translations/monotostereo_plugin_tr.ts | 27 ++ .../translations/monotostereo_plugin_uk_UA.ts | 27 ++ .../translations/monotostereo_plugin_zh_CN.ts | 27 ++ .../translations/monotostereo_plugin_zh_TW.ts | 27 ++ .../monotostereo/translations/translations.qrc | 32 ++ 31 files changed, 975 insertions(+), 181 deletions(-) create mode 100644 src/plugins/Effect/monotostereo/translations/monotostereo_plugin_bg.ts create mode 100644 src/plugins/Effect/monotostereo/translations/monotostereo_plugin_cs.ts create mode 100644 src/plugins/Effect/monotostereo/translations/monotostereo_plugin_de.ts create mode 100644 src/plugins/Effect/monotostereo/translations/monotostereo_plugin_el.ts create mode 100644 src/plugins/Effect/monotostereo/translations/monotostereo_plugin_en.ts create mode 100644 src/plugins/Effect/monotostereo/translations/monotostereo_plugin_es.ts create mode 100644 src/plugins/Effect/monotostereo/translations/monotostereo_plugin_fi.ts create mode 100644 src/plugins/Effect/monotostereo/translations/monotostereo_plugin_fr.ts create mode 100644 src/plugins/Effect/monotostereo/translations/monotostereo_plugin_gl_ES.ts create mode 100644 src/plugins/Effect/monotostereo/translations/monotostereo_plugin_he.ts create mode 100644 src/plugins/Effect/monotostereo/translations/monotostereo_plugin_hu.ts create mode 100644 src/plugins/Effect/monotostereo/translations/monotostereo_plugin_id.ts create mode 100644 src/plugins/Effect/monotostereo/translations/monotostereo_plugin_it.ts create mode 100644 src/plugins/Effect/monotostereo/translations/monotostereo_plugin_ja.ts create mode 100644 src/plugins/Effect/monotostereo/translations/monotostereo_plugin_kk.ts create mode 100644 src/plugins/Effect/monotostereo/translations/monotostereo_plugin_lt.ts create mode 100644 src/plugins/Effect/monotostereo/translations/monotostereo_plugin_nl.ts create mode 100644 src/plugins/Effect/monotostereo/translations/monotostereo_plugin_pl_PL.ts create mode 100644 src/plugins/Effect/monotostereo/translations/monotostereo_plugin_pt.ts create mode 100644 src/plugins/Effect/monotostereo/translations/monotostereo_plugin_pt_BR.ts create mode 100644 src/plugins/Effect/monotostereo/translations/monotostereo_plugin_ru.ts create mode 100644 src/plugins/Effect/monotostereo/translations/monotostereo_plugin_sk.ts create mode 100644 src/plugins/Effect/monotostereo/translations/monotostereo_plugin_sr_BA.ts create mode 100644 src/plugins/Effect/monotostereo/translations/monotostereo_plugin_sr_RS.ts create mode 100644 src/plugins/Effect/monotostereo/translations/monotostereo_plugin_tr.ts create mode 100644 src/plugins/Effect/monotostereo/translations/monotostereo_plugin_uk_UA.ts create mode 100644 src/plugins/Effect/monotostereo/translations/monotostereo_plugin_zh_CN.ts create mode 100644 src/plugins/Effect/monotostereo/translations/monotostereo_plugin_zh_TW.ts create mode 100644 src/plugins/Effect/monotostereo/translations/translations.qrc diff --git a/.tx/config b/.tx/config index 149965d17..6e671f0b4 100644 --- a/.tx/config +++ b/.tx/config @@ -1,82 +1,76 @@ [main] host = https://www.transifex.com -[qmmp.qmmp] -file_filter = src/app/translations/qmmp_.ts -source_lang = en -source_file = src/app/translations/qmmp_en.ts -type = QT - [qmmp.libqmmpui] file_filter = src/qmmpui/translations/libqmmpui_.ts source_lang = en source_file = src/qmmpui/translations/libqmmpui_en.ts type = QT -[qmmp.qsui] -file_filter = src/plugins/Ui/qsui/translations/qsui_plugin_.ts +[qmmp.mms] +file_filter = src/plugins/Transports/mms/translations/mms_plugin_.ts source_lang = en -source_file = src/plugins/Ui/qsui/translations/qsui_plugin_en.ts +source_file = src/plugins/Transports/mms/translations/mms_plugin_en.ts type = QT -[qmmp.skinned] -file_filter = src/plugins/Ui/skinned/translations/skinned_plugin_.ts +[qmmp.http] +file_filter = src/plugins/Transports/http/translations/http_plugin_.ts source_lang = en -source_file = src/plugins/Ui/skinned/translations/skinned_plugin_en.ts +source_file = src/plugins/Transports/http/translations/http_plugin_en.ts type = QT -[qmmp.bs2b] -file_filter = src/plugins/Effect/bs2b/translations/bs2b_plugin_.ts +[qmmp.playlist] +file_filter = src/plugins/CommandLineOptions/PlayListOption/translations/playlist_plugin_.ts source_lang = en -source_file = src/plugins/Effect/bs2b/translations/bs2b_plugin_en.ts +source_file = src/plugins/CommandLineOptions/PlayListOption/translations/playlist_plugin_en.ts type = QT -[qmmp.soxr] -file_filter = src/plugins/Effect/soxr/translations/soxr_plugin_.ts +[qmmp.status] +file_filter = src/plugins/CommandLineOptions/StatusOption/translations/status_plugin_.ts source_lang = en -source_file = src/plugins/Effect/soxr/translations/soxr_plugin_en.ts +source_file = src/plugins/CommandLineOptions/StatusOption/translations/status_plugin_en.ts type = QT -[qmmp.crossfade] -file_filter = src/plugins/Effect/crossfade/translations/crossfade_plugin_.ts +[qmmp.incdecvolume] +file_filter = src/plugins/CommandLineOptions/IncDecVolumeOption/translations/incdecvolume_plugin_.ts source_lang = en -source_file = src/plugins/Effect/crossfade/translations/crossfade_plugin_en.ts +source_file = src/plugins/CommandLineOptions/IncDecVolumeOption/translations/incdecvolume_plugin_en.ts type = QT -[qmmp.ladspa] -file_filter = src/plugins/Effect/ladspa/translations/ladspa_plugin_.ts +[qmmp.uninstall] +file_filter = src/plugins/CommandLineOptions/UninstallOption/translations/uninstall_plugin_.ts source_lang = en -source_file = src/plugins/Effect/ladspa/translations/ladspa_plugin_en.ts +source_file = src/plugins/CommandLineOptions/UninstallOption/translations/uninstall_plugin_en.ts type = QT -[qmmp.filewriter] -file_filter = src/plugins/Effect/filewriter/translations/filewriter_plugin_.ts +[qmmp.seek] +file_filter = src/plugins/CommandLineOptions/SeekOption/translations/seek_plugin_.ts source_lang = en -source_file = src/plugins/Effect/filewriter/translations/filewriter_plugin_en.ts +source_file = src/plugins/CommandLineOptions/SeekOption/translations/seek_plugin_en.ts type = QT -[qmmp.stereo] -file_filter = src/plugins/Effect/stereo/translations/stereo_plugin_.ts +[qmmp.vorbis] +file_filter = src/plugins/Input/vorbis/translations/vorbis_plugin_.ts source_lang = en -source_file = src/plugins/Effect/stereo/translations/stereo_plugin_en.ts +source_file = src/plugins/Input/vorbis/translations/vorbis_plugin_en.ts type = QT -[qmmp.aac] -file_filter = src/plugins/Input/aac/translations/aac_plugin_.ts +[qmmp.mpeg] +file_filter = src/plugins/Input/mpeg/translations/mpeg_plugin_.ts source_lang = en -source_file = src/plugins/Input/aac/translations/aac_plugin_en.ts +source_file = src/plugins/Input/mpeg/translations/mpeg_plugin_en.ts type = QT -[qmmp.cue] -file_filter = src/plugins/Input/cue/translations/cue_plugin_.ts +[qmmp.sid] +file_filter = src/plugins/Input/sid/translations/sid_plugin_.ts source_lang = en -source_file = src/plugins/Input/cue/translations/cue_plugin_en.ts +source_file = src/plugins/Input/sid/translations/sid_plugin_en.ts type = QT -[qmmp.gme] -file_filter = src/plugins/Input/gme/translations/gme_plugin_.ts +[qmmp.sndfile] +file_filter = src/plugins/Input/sndfile/translations/sndfile_plugin_.ts source_lang = en -source_file = src/plugins/Input/gme/translations/gme_plugin_en.ts +source_file = src/plugins/Input/sndfile/translations/sndfile_plugin_en.ts type = QT [qmmp.mpc] @@ -85,40 +79,40 @@ source_lang = en source_file = src/plugins/Input/mpc/translations/mpc_plugin_en.ts type = QT -[qmmp.sid] -file_filter = src/plugins/Input/sid/translations/sid_plugin_.ts +[qmmp.wildmidi] +file_filter = src/plugins/Input/wildmidi/translations/wildmidi_plugin_.ts source_lang = en -source_file = src/plugins/Input/sid/translations/sid_plugin_en.ts +source_file = src/plugins/Input/wildmidi/translations/wildmidi_plugin_en.ts type = QT -[qmmp.flac] -file_filter = src/plugins/Input/flac/translations/flac_plugin_.ts +[qmmp.archive] +file_filter = src/plugins/Input/archive/translations/archive_plugin_.ts source_lang = en -source_file = src/plugins/Input/flac/translations/flac_plugin_en.ts +source_file = src/plugins/Input/archive/translations/archive_plugin_en.ts type = QT -[qmmp.mpeg] -file_filter = src/plugins/Input/mpeg/translations/mpeg_plugin_.ts +[qmmp.cue] +file_filter = src/plugins/Input/cue/translations/cue_plugin_.ts source_lang = en -source_file = src/plugins/Input/mpeg/translations/mpeg_plugin_en.ts +source_file = src/plugins/Input/cue/translations/cue_plugin_en.ts type = QT -[qmmp.opus] -file_filter = src/plugins/Input/opus/translations/opus_plugin_.ts +[qmmp.flac] +file_filter = src/plugins/Input/flac/translations/flac_plugin_.ts source_lang = en -source_file = src/plugins/Input/opus/translations/opus_plugin_en.ts +source_file = src/plugins/Input/flac/translations/flac_plugin_en.ts type = QT -[qmmp.sndfile] -file_filter = src/plugins/Input/sndfile/translations/sndfile_plugin_.ts +[qmmp.gme] +file_filter = src/plugins/Input/gme/translations/gme_plugin_.ts source_lang = en -source_file = src/plugins/Input/sndfile/translations/sndfile_plugin_en.ts +source_file = src/plugins/Input/gme/translations/gme_plugin_en.ts type = QT -[qmmp.modplug] -file_filter = src/plugins/Input/modplug/translations/modplug_plugin_.ts +[qmmp.opus] +file_filter = src/plugins/Input/opus/translations/opus_plugin_.ts source_lang = en -source_file = src/plugins/Input/modplug/translations/modplug_plugin_en.ts +source_file = src/plugins/Input/opus/translations/opus_plugin_en.ts type = QT [qmmp.ffmpeg] @@ -127,22 +121,22 @@ source_lang = en source_file = src/plugins/Input/ffmpeg/translations/ffmpeg_plugin_en.ts type = QT -[qmmp.wildmidi] -file_filter = src/plugins/Input/wildmidi/translations/wildmidi_plugin_.ts +[qmmp.aac] +file_filter = src/plugins/Input/aac/translations/aac_plugin_.ts source_lang = en -source_file = src/plugins/Input/wildmidi/translations/wildmidi_plugin_en.ts +source_file = src/plugins/Input/aac/translations/aac_plugin_en.ts type = QT -[qmmp.vorbis] -file_filter = src/plugins/Input/vorbis/translations/vorbis_plugin_.ts +[qmmp.modplug] +file_filter = src/plugins/Input/modplug/translations/modplug_plugin_.ts source_lang = en -source_file = src/plugins/Input/vorbis/translations/vorbis_plugin_en.ts +source_file = src/plugins/Input/modplug/translations/modplug_plugin_en.ts type = QT -[qmmp.archive] -file_filter = src/plugins/Input/archive/translations/archive_plugin_.ts +[qmmp.cdaudio] +file_filter = src/plugins/Input/cdaudio/translations/cdaudio_plugin_.ts source_lang = en -source_file = src/plugins/Input/archive/translations/archive_plugin_en.ts +source_file = src/plugins/Input/cdaudio/translations/cdaudio_plugin_en.ts type = QT [qmmp.wavpack] @@ -151,28 +145,34 @@ source_lang = en source_file = src/plugins/Input/wavpack/translations/wavpack_plugin_en.ts type = QT -[qmmp.cdaudio] -file_filter = src/plugins/Input/cdaudio/translations/cdaudio_plugin_.ts +[qmmp.qmmp_file_dialog] +file_filter = src/plugins/FileDialogs/QmmpFileDialog/translations/qmmp_file_dialog_plugin_.ts source_lang = en -source_file = src/plugins/Input/cdaudio/translations/cdaudio_plugin_en.ts +source_file = src/plugins/FileDialogs/QmmpFileDialog/translations/qmmp_file_dialog_plugin_en.ts type = QT -[qmmp.oss] -file_filter = src/plugins/Output/oss/translations/oss_plugin_.ts +[qmmp.two_panel_file_dialog] +file_filter = src/plugins/FileDialogs/TwoPanelFileDialog/translations/two_panel_file_dialog_plugin_.ts source_lang = en -source_file = src/plugins/Output/oss/translations/oss_plugin_en.ts +source_file = src/plugins/FileDialogs/TwoPanelFileDialog/translations/two_panel_file_dialog_plugin_en.ts type = QT -[qmmp.alsa] -file_filter = src/plugins/Output/alsa/translations/alsa_plugin_.ts +[qmmp.analyzer] +file_filter = src/plugins/Visual/analyzer/translations/analyzer_plugin_.ts source_lang = en -source_file = src/plugins/Output/alsa/translations/alsa_plugin_en.ts +source_file = src/plugins/Visual/analyzer/translations/analyzer_plugin_en.ts type = QT -[qmmp.jack] -file_filter = src/plugins/Output/jack/translations/jack_plugin_.ts +[qmmp.projectm] +file_filter = src/plugins/Visual/projectm/translations/projectm_plugin_.ts source_lang = en -source_file = src/plugins/Output/jack/translations/jack_plugin_en.ts +source_file = src/plugins/Visual/projectm/translations/projectm_plugin_en.ts +type = QT + +[qmmp.qtmultimedia] +file_filter = src/plugins/Output/qtmultimedia/translations/qtmultimedia_plugin_.ts +source_lang = en +source_file = src/plugins/Output/qtmultimedia/translations/qtmultimedia_plugin_en.ts type = QT [qmmp.null] @@ -181,16 +181,16 @@ source_lang = en source_file = src/plugins/Output/null/translations/null_plugin_en.ts type = QT -[qmmp.oss4] -file_filter = src/plugins/Output/oss4/translations/oss4_plugin_.ts +[qmmp.pulseaudio] +file_filter = src/plugins/Output/pulseaudio/translations/pulseaudio_plugin_.ts source_lang = en -source_file = src/plugins/Output/oss4/translations/oss4_plugin_en.ts +source_file = src/plugins/Output/pulseaudio/translations/pulseaudio_plugin_en.ts type = QT -[qmmp.shout] -file_filter = src/plugins/Output/shout/translations/shout_plugin_.ts +[qmmp.jack] +file_filter = src/plugins/Output/jack/translations/jack_plugin_.ts source_lang = en -source_file = src/plugins/Output/shout/translations/shout_plugin_en.ts +source_file = src/plugins/Output/jack/translations/jack_plugin_en.ts type = QT [qmmp.wasapi] @@ -199,106 +199,106 @@ source_lang = en source_file = src/plugins/Output/wasapi/translations/wasapi_plugin_en.ts type = QT -[qmmp.waveout] -file_filter = src/plugins/Output/waveout/translations/waveout_plugin_.ts +[qmmp.directsound] +file_filter = src/plugins/Output/directsound/translations/directsound_plugin_.ts source_lang = en -source_file = src/plugins/Output/waveout/translations/waveout_plugin_en.ts +source_file = src/plugins/Output/directsound/translations/directsound_plugin_en.ts type = QT -[qmmp.qtmultimedia] -file_filter = src/plugins/Output/qtmultimedia/translations/qtmultimedia_plugin_.ts +[qmmp.oss] +file_filter = src/plugins/Output/oss/translations/oss_plugin_.ts source_lang = en -source_file = src/plugins/Output/qtmultimedia/translations/qtmultimedia_plugin_en.ts +source_file = src/plugins/Output/oss/translations/oss_plugin_en.ts type = QT -[qmmp.pulseaudio] -file_filter = src/plugins/Output/pulseaudio/translations/pulseaudio_plugin_.ts +[qmmp.oss4] +file_filter = src/plugins/Output/oss4/translations/oss4_plugin_.ts source_lang = en -source_file = src/plugins/Output/pulseaudio/translations/pulseaudio_plugin_en.ts +source_file = src/plugins/Output/oss4/translations/oss4_plugin_en.ts type = QT -[qmmp.directsound] -file_filter = src/plugins/Output/directsound/translations/directsound_plugin_.ts +[qmmp.shout] +file_filter = src/plugins/Output/shout/translations/shout_plugin_.ts source_lang = en -source_file = src/plugins/Output/directsound/translations/directsound_plugin_en.ts +source_file = src/plugins/Output/shout/translations/shout_plugin_en.ts type = QT -[qmmp.projectm] -file_filter = src/plugins/Visual/projectm/translations/projectm_plugin_.ts +[qmmp.alsa] +file_filter = src/plugins/Output/alsa/translations/alsa_plugin_.ts source_lang = en -source_file = src/plugins/Visual/projectm/translations/projectm_plugin_en.ts +source_file = src/plugins/Output/alsa/translations/alsa_plugin_en.ts type = QT -[qmmp.analyzer] -file_filter = src/plugins/Visual/analyzer/translations/analyzer_plugin_.ts +[qmmp.waveout] +file_filter = src/plugins/Output/waveout/translations/waveout_plugin_.ts source_lang = en -source_file = src/plugins/Visual/analyzer/translations/analyzer_plugin_en.ts +source_file = src/plugins/Output/waveout/translations/waveout_plugin_en.ts type = QT -[qmmp.incdecvolume] -file_filter = src/plugins/CommandLineOptions/IncDecVolumeOption/translations/incdecvolume_plugin_.ts +[qmmp.trackchange] +file_filter = src/plugins/General/trackchange/translations/trackchange_plugin_.ts source_lang = en -source_file = src/plugins/CommandLineOptions/IncDecVolumeOption/translations/incdecvolume_plugin_en.ts +source_file = src/plugins/General/trackchange/translations/trackchange_plugin_en.ts type = QT -[qmmp.uninstall] -file_filter = src/plugins/CommandLineOptions/UninstallOption/translations/uninstall_plugin_.ts +[qmmp.scrobbler] +file_filter = src/plugins/General/scrobbler/translations/scrobbler_plugin_.ts source_lang = en -source_file = src/plugins/CommandLineOptions/UninstallOption/translations/uninstall_plugin_en.ts +source_file = src/plugins/General/scrobbler/translations/scrobbler_plugin_en.ts type = QT -[qmmp.playlist] -file_filter = src/plugins/CommandLineOptions/PlayListOption/translations/playlist_plugin_.ts +[qmmp.gnomehotkey] +file_filter = src/plugins/General/gnomehotkey/translations/gnomehotkey_plugin_.ts source_lang = en -source_file = src/plugins/CommandLineOptions/PlayListOption/translations/playlist_plugin_en.ts +source_file = src/plugins/General/gnomehotkey/translations/gnomehotkey_plugin_en.ts type = QT -[qmmp.seek] -file_filter = src/plugins/CommandLineOptions/SeekOption/translations/seek_plugin_.ts +[qmmp.rgscan] +file_filter = src/plugins/General/rgscan/translations/rgscan_plugin_.ts source_lang = en -source_file = src/plugins/CommandLineOptions/SeekOption/translations/seek_plugin_en.ts +source_file = src/plugins/General/rgscan/translations/rgscan_plugin_en.ts type = QT -[qmmp.status] -file_filter = src/plugins/CommandLineOptions/StatusOption/translations/status_plugin_.ts +[qmmp.hotkey] +file_filter = src/plugins/General/hotkey/translations/hotkey_plugin_.ts source_lang = en -source_file = src/plugins/CommandLineOptions/StatusOption/translations/status_plugin_en.ts +source_file = src/plugins/General/hotkey/translations/hotkey_plugin_en.ts type = QT -[qmmp.mplayer] -file_filter = src/plugins/Engines/mplayer/translations/mplayer_plugin_.ts +[qmmp.notifier] +file_filter = src/plugins/General/notifier/translations/notifier_plugin_.ts source_lang = en -source_file = src/plugins/Engines/mplayer/translations/mplayer_plugin_en.ts +source_file = src/plugins/General/notifier/translations/notifier_plugin_en.ts type = QT -[qmmp.hal] -file_filter = src/plugins/General/hal/translations/hal_plugin_.ts +[qmmp.history] +file_filter = src/plugins/General/history/translations/history_plugin_.ts source_lang = en -source_file = src/plugins/General/hal/translations/hal_plugin_en.ts +source_file = src/plugins/General/history/translations/history_plugin_en.ts type = QT -[qmmp.kdenotify] -file_filter = src/plugins/General/kdenotify/translations/kdenotify_plugin_.ts +[qmmp.converter] +file_filter = src/plugins/General/converter/translations/converter_plugin_.ts source_lang = en -source_file = src/plugins/General/kdenotify/translations/kdenotify_plugin_en.ts +source_file = src/plugins/General/converter/translations/converter_plugin_en.ts type = QT -[qmmp.notifier] -file_filter = src/plugins/General/notifier/translations/notifier_plugin_.ts +[qmmp.covermanager] +file_filter = src/plugins/General/covermanager/translations/covermanager_plugin_.ts source_lang = en -source_file = src/plugins/General/notifier/translations/notifier_plugin_en.ts +source_file = src/plugins/General/covermanager/translations/covermanager_plugin_en.ts type = QT -[qmmp.mpris] -file_filter = src/plugins/General/mpris/translations/mpris_plugin_.ts +[qmmp.statusicon] +file_filter = src/plugins/General/statusicon/translations/statusicon_plugin_.ts source_lang = en -source_file = src/plugins/General/mpris/translations/mpris_plugin_en.ts +source_file = src/plugins/General/statusicon/translations/statusicon_plugin_en.ts type = QT -[qmmp.streambrowser] -file_filter = src/plugins/General/streambrowser/translations/streambrowser_plugin_.ts +[qmmp.mpris] +file_filter = src/plugins/General/mpris/translations/mpris_plugin_.ts source_lang = en -source_file = src/plugins/General/streambrowser/translations/streambrowser_plugin_en.ts +source_file = src/plugins/General/mpris/translations/mpris_plugin_en.ts type = QT [qmmp.fileops] @@ -307,10 +307,16 @@ source_lang = en source_file = src/plugins/General/fileops/translations/fileops_plugin_en.ts type = QT -[qmmp.converter] -file_filter = src/plugins/General/converter/translations/converter_plugin_.ts +[qmmp.kdenotify] +file_filter = src/plugins/General/kdenotify/translations/kdenotify_plugin_.ts source_lang = en -source_file = src/plugins/General/converter/translations/converter_plugin_en.ts +source_file = src/plugins/General/kdenotify/translations/kdenotify_plugin_en.ts +type = QT + +[qmmp.lyrics] +file_filter = src/plugins/General/lyrics/translations/lyrics_plugin_.ts +source_lang = en +source_file = src/plugins/General/lyrics/translations/lyrics_plugin_en.ts type = QT [qmmp.udisks2] @@ -319,88 +325,88 @@ source_lang = en source_file = src/plugins/General/udisks2/translations/udisks2_plugin_en.ts type = QT -[qmmp.hotkey] -file_filter = src/plugins/General/hotkey/translations/hotkey_plugin_.ts +[qmmp.hal] +file_filter = src/plugins/General/hal/translations/hal_plugin_.ts source_lang = en -source_file = src/plugins/General/hotkey/translations/hotkey_plugin_en.ts +source_file = src/plugins/General/hal/translations/hal_plugin_en.ts type = QT -[qmmp.gnomehotkey] -file_filter = src/plugins/General/gnomehotkey/translations/gnomehotkey_plugin_.ts +[qmmp.streambrowser] +file_filter = src/plugins/General/streambrowser/translations/streambrowser_plugin_.ts source_lang = en -source_file = src/plugins/General/gnomehotkey/translations/gnomehotkey_plugin_en.ts +source_file = src/plugins/General/streambrowser/translations/streambrowser_plugin_en.ts type = QT -[qmmp.lyrics] -file_filter = src/plugins/General/lyrics/translations/lyrics_plugin_.ts +[qmmp.copypaste] +file_filter = src/plugins/General/copypaste/translations/copypaste_plugin_.ts source_lang = en -source_file = src/plugins/General/lyrics/translations/lyrics_plugin_en.ts +source_file = src/plugins/General/copypaste/translations/copypaste_plugin_en.ts type = QT -[qmmp.rgscan] -file_filter = src/plugins/General/rgscan/translations/rgscan_plugin_.ts +[qmmp.mplayer] +file_filter = src/plugins/Engines/mplayer/translations/mplayer_plugin_.ts source_lang = en -source_file = src/plugins/General/rgscan/translations/rgscan_plugin_en.ts +source_file = src/plugins/Engines/mplayer/translations/mplayer_plugin_en.ts type = QT -[qmmp.history] -file_filter = src/plugins/General/history/translations/history_plugin_.ts +[qmmp.filewriter] +file_filter = src/plugins/Effect/filewriter/translations/filewriter_plugin_.ts source_lang = en -source_file = src/plugins/General/history/translations/history_plugin_en.ts +source_file = src/plugins/Effect/filewriter/translations/filewriter_plugin_en.ts type = QT -[qmmp.copypaste] -file_filter = src/plugins/General/copypaste/translations/copypaste_plugin_.ts +[qmmp.soxr] +file_filter = src/plugins/Effect/soxr/translations/soxr_plugin_.ts source_lang = en -source_file = src/plugins/General/copypaste/translations/copypaste_plugin_en.ts +source_file = src/plugins/Effect/soxr/translations/soxr_plugin_en.ts type = QT -[qmmp.statusicon] -file_filter = src/plugins/General/statusicon/translations/statusicon_plugin_.ts +[qmmp.crossfade] +file_filter = src/plugins/Effect/crossfade/translations/crossfade_plugin_.ts source_lang = en -source_file = src/plugins/General/statusicon/translations/statusicon_plugin_en.ts +source_file = src/plugins/Effect/crossfade/translations/crossfade_plugin_en.ts type = QT -[qmmp.covermanager] -file_filter = src/plugins/General/covermanager/translations/covermanager_plugin_.ts +[qmmp.monotostereo] +file_filter = src/plugins/Effect/monotostereo/translations/monotostereo_plugin_.ts source_lang = en -source_file = src/plugins/General/covermanager/translations/covermanager_plugin_en.ts +source_file = src/plugins/Effect/monotostereo/translations/monotostereo_plugin_en.ts type = QT -[qmmp.trackchange] -file_filter = src/plugins/General/trackchange/translations/trackchange_plugin_.ts +[qmmp.stereo] +file_filter = src/plugins/Effect/stereo/translations/stereo_plugin_.ts source_lang = en -source_file = src/plugins/General/trackchange/translations/trackchange_plugin_en.ts +source_file = src/plugins/Effect/stereo/translations/stereo_plugin_en.ts type = QT -[qmmp.scrobbler] -file_filter = src/plugins/General/scrobbler/translations/scrobbler_plugin_.ts +[qmmp.ladspa] +file_filter = src/plugins/Effect/ladspa/translations/ladspa_plugin_.ts source_lang = en -source_file = src/plugins/General/scrobbler/translations/scrobbler_plugin_en.ts +source_file = src/plugins/Effect/ladspa/translations/ladspa_plugin_en.ts type = QT -[qmmp.qmmp_file_dialog] -file_filter = src/plugins/FileDialogs/QmmpFileDialog/translations/qmmp_file_dialog_plugin_.ts +[qmmp.bs2b] +file_filter = src/plugins/Effect/bs2b/translations/bs2b_plugin_.ts source_lang = en -source_file = src/plugins/FileDialogs/QmmpFileDialog/translations/qmmp_file_dialog_plugin_en.ts +source_file = src/plugins/Effect/bs2b/translations/bs2b_plugin_en.ts type = QT -[qmmp.two_panel_file_dialog] -file_filter = src/plugins/FileDialogs/TwoPanelFileDialog/translations/two_panel_file_dialog_plugin_.ts +[qmmp.skinned] +file_filter = src/plugins/Ui/skinned/translations/skinned_plugin_.ts source_lang = en -source_file = src/plugins/FileDialogs/TwoPanelFileDialog/translations/two_panel_file_dialog_plugin_en.ts +source_file = src/plugins/Ui/skinned/translations/skinned_plugin_en.ts type = QT -[qmmp.mms] -file_filter = src/plugins/Transports/mms/translations/mms_plugin_.ts +[qmmp.qsui] +file_filter = src/plugins/Ui/qsui/translations/qsui_plugin_.ts source_lang = en -source_file = src/plugins/Transports/mms/translations/mms_plugin_en.ts +source_file = src/plugins/Ui/qsui/translations/qsui_plugin_en.ts type = QT -[qmmp.http] -file_filter = src/plugins/Transports/http/translations/http_plugin_.ts +[qmmp.qmmp] +file_filter = src/app/translations/qmmp_.ts source_lang = en -source_file = src/plugins/Transports/http/translations/http_plugin_en.ts +source_file = src/app/translations/qmmp_en.ts type = QT [qmmp.description] diff --git a/src/plugins/Effect/monotostereo/monotostereo.pro b/src/plugins/Effect/monotostereo/monotostereo.pro index fb5b69f6d..25915682f 100644 --- a/src/plugins/Effect/monotostereo/monotostereo.pro +++ b/src/plugins/Effect/monotostereo/monotostereo.pro @@ -8,7 +8,7 @@ HEADERS += monotostereoplugin.h \ SOURCES += monotostereoplugin.cpp \ effectmonotostereofactory.cpp -#RESOURCES = translations/translations.qrc +RESOURCES = translations/translations.qrc unix { target.path = $$PLUGIN_DIR/Effect diff --git a/src/plugins/Effect/monotostereo/translations/monotostereo_plugin_bg.ts b/src/plugins/Effect/monotostereo/translations/monotostereo_plugin_bg.ts new file mode 100644 index 000000000..1b7466663 --- /dev/null +++ b/src/plugins/Effect/monotostereo/translations/monotostereo_plugin_bg.ts @@ -0,0 +1,27 @@ + + + + + EffectMonoToStereoFactory + + + Mono to Stereo Converter Plugin + + + + + About Mono to Stereo Converter Plugin + + + + + Qmmp Mono to Stereo Converter Plugin + + + + + Written by: Ilya Kotov <forkotov02@ya.ru> + + + + diff --git a/src/plugins/Effect/monotostereo/translations/monotostereo_plugin_cs.ts b/src/plugins/Effect/monotostereo/translations/monotostereo_plugin_cs.ts new file mode 100644 index 000000000..37af463b8 --- /dev/null +++ b/src/plugins/Effect/monotostereo/translations/monotostereo_plugin_cs.ts @@ -0,0 +1,27 @@ + + + + + EffectMonoToStereoFactory + + + Mono to Stereo Converter Plugin + + + + + About Mono to Stereo Converter Plugin + + + + + Qmmp Mono to Stereo Converter Plugin + + + + + Written by: Ilya Kotov <forkotov02@ya.ru> + + + + diff --git a/src/plugins/Effect/monotostereo/translations/monotostereo_plugin_de.ts b/src/plugins/Effect/monotostereo/translations/monotostereo_plugin_de.ts new file mode 100644 index 000000000..14c2aeee2 --- /dev/null +++ b/src/plugins/Effect/monotostereo/translations/monotostereo_plugin_de.ts @@ -0,0 +1,27 @@ + + + + + EffectMonoToStereoFactory + + + Mono to Stereo Converter Plugin + + + + + About Mono to Stereo Converter Plugin + + + + + Qmmp Mono to Stereo Converter Plugin + + + + + Written by: Ilya Kotov <forkotov02@ya.ru> + + + + diff --git a/src/plugins/Effect/monotostereo/translations/monotostereo_plugin_el.ts b/src/plugins/Effect/monotostereo/translations/monotostereo_plugin_el.ts new file mode 100644 index 000000000..965efe6c9 --- /dev/null +++ b/src/plugins/Effect/monotostereo/translations/monotostereo_plugin_el.ts @@ -0,0 +1,27 @@ + + + + + EffectMonoToStereoFactory + + + Mono to Stereo Converter Plugin + + + + + About Mono to Stereo Converter Plugin + + + + + Qmmp Mono to Stereo Converter Plugin + + + + + Written by: Ilya Kotov <forkotov02@ya.ru> + + + + diff --git a/src/plugins/Effect/monotostereo/translations/monotostereo_plugin_en.ts b/src/plugins/Effect/monotostereo/translations/monotostereo_plugin_en.ts new file mode 100644 index 000000000..efa4468a6 --- /dev/null +++ b/src/plugins/Effect/monotostereo/translations/monotostereo_plugin_en.ts @@ -0,0 +1,27 @@ + + + + + EffectMonoToStereoFactory + + + Mono to Stereo Converter Plugin + + + + + About Mono to Stereo Converter Plugin + + + + + Qmmp Mono to Stereo Converter Plugin + + + + + Written by: Ilya Kotov <forkotov02@ya.ru> + + + + diff --git a/src/plugins/Effect/monotostereo/translations/monotostereo_plugin_es.ts b/src/plugins/Effect/monotostereo/translations/monotostereo_plugin_es.ts new file mode 100644 index 000000000..68847fd10 --- /dev/null +++ b/src/plugins/Effect/monotostereo/translations/monotostereo_plugin_es.ts @@ -0,0 +1,27 @@ + + + + + EffectMonoToStereoFactory + + + Mono to Stereo Converter Plugin + + + + + About Mono to Stereo Converter Plugin + + + + + Qmmp Mono to Stereo Converter Plugin + + + + + Written by: Ilya Kotov <forkotov02@ya.ru> + + + + diff --git a/src/plugins/Effect/monotostereo/translations/monotostereo_plugin_fi.ts b/src/plugins/Effect/monotostereo/translations/monotostereo_plugin_fi.ts new file mode 100644 index 000000000..c61fa5ca9 --- /dev/null +++ b/src/plugins/Effect/monotostereo/translations/monotostereo_plugin_fi.ts @@ -0,0 +1,27 @@ + + + + + EffectMonoToStereoFactory + + + Mono to Stereo Converter Plugin + + + + + About Mono to Stereo Converter Plugin + + + + + Qmmp Mono to Stereo Converter Plugin + + + + + Written by: Ilya Kotov <forkotov02@ya.ru> + + + + diff --git a/src/plugins/Effect/monotostereo/translations/monotostereo_plugin_fr.ts b/src/plugins/Effect/monotostereo/translations/monotostereo_plugin_fr.ts new file mode 100644 index 000000000..bd0b6f7d9 --- /dev/null +++ b/src/plugins/Effect/monotostereo/translations/monotostereo_plugin_fr.ts @@ -0,0 +1,27 @@ + + + + + EffectMonoToStereoFactory + + + Mono to Stereo Converter Plugin + + + + + About Mono to Stereo Converter Plugin + + + + + Qmmp Mono to Stereo Converter Plugin + + + + + Written by: Ilya Kotov <forkotov02@ya.ru> + + + + diff --git a/src/plugins/Effect/monotostereo/translations/monotostereo_plugin_gl_ES.ts b/src/plugins/Effect/monotostereo/translations/monotostereo_plugin_gl_ES.ts new file mode 100644 index 000000000..83c981b7f --- /dev/null +++ b/src/plugins/Effect/monotostereo/translations/monotostereo_plugin_gl_ES.ts @@ -0,0 +1,27 @@ + + + + + EffectMonoToStereoFactory + + + Mono to Stereo Converter Plugin + + + + + About Mono to Stereo Converter Plugin + + + + + Qmmp Mono to Stereo Converter Plugin + + + + + Written by: Ilya Kotov <forkotov02@ya.ru> + + + + diff --git a/src/plugins/Effect/monotostereo/translations/monotostereo_plugin_he.ts b/src/plugins/Effect/monotostereo/translations/monotostereo_plugin_he.ts new file mode 100644 index 000000000..afd8412de --- /dev/null +++ b/src/plugins/Effect/monotostereo/translations/monotostereo_plugin_he.ts @@ -0,0 +1,27 @@ + + + + + EffectMonoToStereoFactory + + + Mono to Stereo Converter Plugin + + + + + About Mono to Stereo Converter Plugin + + + + + Qmmp Mono to Stereo Converter Plugin + + + + + Written by: Ilya Kotov <forkotov02@ya.ru> + + + + diff --git a/src/plugins/Effect/monotostereo/translations/monotostereo_plugin_hu.ts b/src/plugins/Effect/monotostereo/translations/monotostereo_plugin_hu.ts new file mode 100644 index 000000000..521255c5e --- /dev/null +++ b/src/plugins/Effect/monotostereo/translations/monotostereo_plugin_hu.ts @@ -0,0 +1,27 @@ + + + + + EffectMonoToStereoFactory + + + Mono to Stereo Converter Plugin + + + + + About Mono to Stereo Converter Plugin + + + + + Qmmp Mono to Stereo Converter Plugin + + + + + Written by: Ilya Kotov <forkotov02@ya.ru> + + + + diff --git a/src/plugins/Effect/monotostereo/translations/monotostereo_plugin_id.ts b/src/plugins/Effect/monotostereo/translations/monotostereo_plugin_id.ts new file mode 100644 index 000000000..3bd2c654d --- /dev/null +++ b/src/plugins/Effect/monotostereo/translations/monotostereo_plugin_id.ts @@ -0,0 +1,27 @@ + + + + + EffectMonoToStereoFactory + + + Mono to Stereo Converter Plugin + + + + + About Mono to Stereo Converter Plugin + + + + + Qmmp Mono to Stereo Converter Plugin + + + + + Written by: Ilya Kotov <forkotov02@ya.ru> + + + + diff --git a/src/plugins/Effect/monotostereo/translations/monotostereo_plugin_it.ts b/src/plugins/Effect/monotostereo/translations/monotostereo_plugin_it.ts new file mode 100644 index 000000000..40d2843dd --- /dev/null +++ b/src/plugins/Effect/monotostereo/translations/monotostereo_plugin_it.ts @@ -0,0 +1,27 @@ + + + + + EffectMonoToStereoFactory + + + Mono to Stereo Converter Plugin + + + + + About Mono to Stereo Converter Plugin + + + + + Qmmp Mono to Stereo Converter Plugin + + + + + Written by: Ilya Kotov <forkotov02@ya.ru> + + + + diff --git a/src/plugins/Effect/monotostereo/translations/monotostereo_plugin_ja.ts b/src/plugins/Effect/monotostereo/translations/monotostereo_plugin_ja.ts new file mode 100644 index 000000000..67d514bde --- /dev/null +++ b/src/plugins/Effect/monotostereo/translations/monotostereo_plugin_ja.ts @@ -0,0 +1,27 @@ + + + + + EffectMonoToStereoFactory + + + Mono to Stereo Converter Plugin + + + + + About Mono to Stereo Converter Plugin + + + + + Qmmp Mono to Stereo Converter Plugin + + + + + Written by: Ilya Kotov <forkotov02@ya.ru> + + + + diff --git a/src/plugins/Effect/monotostereo/translations/monotostereo_plugin_kk.ts b/src/plugins/Effect/monotostereo/translations/monotostereo_plugin_kk.ts new file mode 100644 index 000000000..ea3eee18a --- /dev/null +++ b/src/plugins/Effect/monotostereo/translations/monotostereo_plugin_kk.ts @@ -0,0 +1,27 @@ + + + + + EffectMonoToStereoFactory + + + Mono to Stereo Converter Plugin + + + + + About Mono to Stereo Converter Plugin + + + + + Qmmp Mono to Stereo Converter Plugin + + + + + Written by: Ilya Kotov <forkotov02@ya.ru> + + + + diff --git a/src/plugins/Effect/monotostereo/translations/monotostereo_plugin_lt.ts b/src/plugins/Effect/monotostereo/translations/monotostereo_plugin_lt.ts new file mode 100644 index 000000000..37cccc20b --- /dev/null +++ b/src/plugins/Effect/monotostereo/translations/monotostereo_plugin_lt.ts @@ -0,0 +1,27 @@ + + + + + EffectMonoToStereoFactory + + + Mono to Stereo Converter Plugin + + + + + About Mono to Stereo Converter Plugin + + + + + Qmmp Mono to Stereo Converter Plugin + + + + + Written by: Ilya Kotov <forkotov02@ya.ru> + + + + diff --git a/src/plugins/Effect/monotostereo/translations/monotostereo_plugin_nl.ts b/src/plugins/Effect/monotostereo/translations/monotostereo_plugin_nl.ts new file mode 100644 index 000000000..a0fe30050 --- /dev/null +++ b/src/plugins/Effect/monotostereo/translations/monotostereo_plugin_nl.ts @@ -0,0 +1,27 @@ + + + + + EffectMonoToStereoFactory + + + Mono to Stereo Converter Plugin + + + + + About Mono to Stereo Converter Plugin + + + + + Qmmp Mono to Stereo Converter Plugin + + + + + Written by: Ilya Kotov <forkotov02@ya.ru> + + + + diff --git a/src/plugins/Effect/monotostereo/translations/monotostereo_plugin_pl_PL.ts b/src/plugins/Effect/monotostereo/translations/monotostereo_plugin_pl_PL.ts new file mode 100644 index 000000000..0138a7c7b --- /dev/null +++ b/src/plugins/Effect/monotostereo/translations/monotostereo_plugin_pl_PL.ts @@ -0,0 +1,27 @@ + + + + + EffectMonoToStereoFactory + + + Mono to Stereo Converter Plugin + + + + + About Mono to Stereo Converter Plugin + + + + + Qmmp Mono to Stereo Converter Plugin + + + + + Written by: Ilya Kotov <forkotov02@ya.ru> + + + + diff --git a/src/plugins/Effect/monotostereo/translations/monotostereo_plugin_pt.ts b/src/plugins/Effect/monotostereo/translations/monotostereo_plugin_pt.ts new file mode 100644 index 000000000..8496d64df --- /dev/null +++ b/src/plugins/Effect/monotostereo/translations/monotostereo_plugin_pt.ts @@ -0,0 +1,27 @@ + + + + + EffectMonoToStereoFactory + + + Mono to Stereo Converter Plugin + + + + + About Mono to Stereo Converter Plugin + + + + + Qmmp Mono to Stereo Converter Plugin + + + + + Written by: Ilya Kotov <forkotov02@ya.ru> + + + + diff --git a/src/plugins/Effect/monotostereo/translations/monotostereo_plugin_pt_BR.ts b/src/plugins/Effect/monotostereo/translations/monotostereo_plugin_pt_BR.ts new file mode 100644 index 000000000..8496d64df --- /dev/null +++ b/src/plugins/Effect/monotostereo/translations/monotostereo_plugin_pt_BR.ts @@ -0,0 +1,27 @@ + + + + + EffectMonoToStereoFactory + + + Mono to Stereo Converter Plugin + + + + + About Mono to Stereo Converter Plugin + + + + + Qmmp Mono to Stereo Converter Plugin + + + + + Written by: Ilya Kotov <forkotov02@ya.ru> + + + + diff --git a/src/plugins/Effect/monotostereo/translations/monotostereo_plugin_ru.ts b/src/plugins/Effect/monotostereo/translations/monotostereo_plugin_ru.ts new file mode 100644 index 000000000..611f5ad0f --- /dev/null +++ b/src/plugins/Effect/monotostereo/translations/monotostereo_plugin_ru.ts @@ -0,0 +1,27 @@ + + + + + EffectMonoToStereoFactory + + + Mono to Stereo Converter Plugin + + + + + About Mono to Stereo Converter Plugin + + + + + Qmmp Mono to Stereo Converter Plugin + + + + + Written by: Ilya Kotov <forkotov02@ya.ru> + + + + diff --git a/src/plugins/Effect/monotostereo/translations/monotostereo_plugin_sk.ts b/src/plugins/Effect/monotostereo/translations/monotostereo_plugin_sk.ts new file mode 100644 index 000000000..3e97a6124 --- /dev/null +++ b/src/plugins/Effect/monotostereo/translations/monotostereo_plugin_sk.ts @@ -0,0 +1,27 @@ + + + + + EffectMonoToStereoFactory + + + Mono to Stereo Converter Plugin + + + + + About Mono to Stereo Converter Plugin + + + + + Qmmp Mono to Stereo Converter Plugin + + + + + Written by: Ilya Kotov <forkotov02@ya.ru> + + + + diff --git a/src/plugins/Effect/monotostereo/translations/monotostereo_plugin_sr_BA.ts b/src/plugins/Effect/monotostereo/translations/monotostereo_plugin_sr_BA.ts new file mode 100644 index 000000000..64769b663 --- /dev/null +++ b/src/plugins/Effect/monotostereo/translations/monotostereo_plugin_sr_BA.ts @@ -0,0 +1,27 @@ + + + + + EffectMonoToStereoFactory + + + Mono to Stereo Converter Plugin + + + + + About Mono to Stereo Converter Plugin + + + + + Qmmp Mono to Stereo Converter Plugin + + + + + Written by: Ilya Kotov <forkotov02@ya.ru> + + + + diff --git a/src/plugins/Effect/monotostereo/translations/monotostereo_plugin_sr_RS.ts b/src/plugins/Effect/monotostereo/translations/monotostereo_plugin_sr_RS.ts new file mode 100644 index 000000000..1fc25f3be --- /dev/null +++ b/src/plugins/Effect/monotostereo/translations/monotostereo_plugin_sr_RS.ts @@ -0,0 +1,27 @@ + + + + + EffectMonoToStereoFactory + + + Mono to Stereo Converter Plugin + + + + + About Mono to Stereo Converter Plugin + + + + + Qmmp Mono to Stereo Converter Plugin + + + + + Written by: Ilya Kotov <forkotov02@ya.ru> + + + + diff --git a/src/plugins/Effect/monotostereo/translations/monotostereo_plugin_tr.ts b/src/plugins/Effect/monotostereo/translations/monotostereo_plugin_tr.ts new file mode 100644 index 000000000..b1dda7dbd --- /dev/null +++ b/src/plugins/Effect/monotostereo/translations/monotostereo_plugin_tr.ts @@ -0,0 +1,27 @@ + + + + + EffectMonoToStereoFactory + + + Mono to Stereo Converter Plugin + + + + + About Mono to Stereo Converter Plugin + + + + + Qmmp Mono to Stereo Converter Plugin + + + + + Written by: Ilya Kotov <forkotov02@ya.ru> + + + + diff --git a/src/plugins/Effect/monotostereo/translations/monotostereo_plugin_uk_UA.ts b/src/plugins/Effect/monotostereo/translations/monotostereo_plugin_uk_UA.ts new file mode 100644 index 000000000..f59b69774 --- /dev/null +++ b/src/plugins/Effect/monotostereo/translations/monotostereo_plugin_uk_UA.ts @@ -0,0 +1,27 @@ + + + + + EffectMonoToStereoFactory + + + Mono to Stereo Converter Plugin + + + + + About Mono to Stereo Converter Plugin + + + + + Qmmp Mono to Stereo Converter Plugin + + + + + Written by: Ilya Kotov <forkotov02@ya.ru> + + + + diff --git a/src/plugins/Effect/monotostereo/translations/monotostereo_plugin_zh_CN.ts b/src/plugins/Effect/monotostereo/translations/monotostereo_plugin_zh_CN.ts new file mode 100644 index 000000000..7dd7a277d --- /dev/null +++ b/src/plugins/Effect/monotostereo/translations/monotostereo_plugin_zh_CN.ts @@ -0,0 +1,27 @@ + + + + + EffectMonoToStereoFactory + + + Mono to Stereo Converter Plugin + + + + + About Mono to Stereo Converter Plugin + + + + + Qmmp Mono to Stereo Converter Plugin + + + + + Written by: Ilya Kotov <forkotov02@ya.ru> + + + + diff --git a/src/plugins/Effect/monotostereo/translations/monotostereo_plugin_zh_TW.ts b/src/plugins/Effect/monotostereo/translations/monotostereo_plugin_zh_TW.ts new file mode 100644 index 000000000..ea207b693 --- /dev/null +++ b/src/plugins/Effect/monotostereo/translations/monotostereo_plugin_zh_TW.ts @@ -0,0 +1,27 @@ + + + + + EffectMonoToStereoFactory + + + Mono to Stereo Converter Plugin + + + + + About Mono to Stereo Converter Plugin + + + + + Qmmp Mono to Stereo Converter Plugin + + + + + Written by: Ilya Kotov <forkotov02@ya.ru> + + + + diff --git a/src/plugins/Effect/monotostereo/translations/translations.qrc b/src/plugins/Effect/monotostereo/translations/translations.qrc new file mode 100644 index 000000000..e755ff208 --- /dev/null +++ b/src/plugins/Effect/monotostereo/translations/translations.qrc @@ -0,0 +1,32 @@ + + + + monotostereo_plugin_ru.qm + monotostereo_plugin_uk_UA.qm + monotostereo_plugin_zh_CN.qm + monotostereo_plugin_zh_TW.qm + monotostereo_plugin_tr.qm + monotostereo_plugin_cs.qm + monotostereo_plugin_pt_BR.qm + monotostereo_plugin_pt.qm + monotostereo_plugin_de.qm + monotostereo_plugin_pl_PL.qm + monotostereo_plugin_fr.qm + monotostereo_plugin_it.qm + monotostereo_plugin_kk.qm + monotostereo_plugin_lt.qm + monotostereo_plugin_hu.qm + monotostereo_plugin_nl.qm + monotostereo_plugin_ja.qm + monotostereo_plugin_sk.qm + monotostereo_plugin_es.qm + monotostereo_plugin_he.qm + monotostereo_plugin_gl_ES.qm + monotostereo_plugin_sr_BA.qm + monotostereo_plugin_sr_RS.qm + monotostereo_plugin_bg.qm + monotostereo_plugin_el.qm + monotostereo_plugin_id.qm + monotostereo_plugin_fi.qm + + -- cgit v1.2.3-13-gbd6f