diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2010-09-05 18:48:11 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2010-09-05 18:48:11 +0000 |
| commit | 2556538c0d583c4800df9052338ebcebabc3ae58 (patch) | |
| tree | c3c38e88e8ff3e4df559f68f08870506205af727 /src/plugins/Effect/crossfade/translations/translations.qrc | |
| parent | 1da8e3fad8cefec56cf8dcf5580189bab9cc96cf (diff) | |
| download | qmmp-2556538c0d583c4800df9052338ebcebabc3ae58.tar.gz qmmp-2556538c0d583c4800df9052338ebcebabc3ae58.tar.bz2 qmmp-2556538c0d583c4800df9052338ebcebabc3ae58.zip | |
added crossfade plugin (experimental) (Closes issue 272)
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@1874 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/Effect/crossfade/translations/translations.qrc')
| -rw-r--r-- | src/plugins/Effect/crossfade/translations/translations.qrc | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/src/plugins/Effect/crossfade/translations/translations.qrc b/src/plugins/Effect/crossfade/translations/translations.qrc new file mode 100644 index 000000000..51c66185c --- /dev/null +++ b/src/plugins/Effect/crossfade/translations/translations.qrc @@ -0,0 +1,18 @@ +<!DOCTYPE RCC> +<RCC version="1.0"> + <qresource> + <file>crossfade_plugin_it.qm</file> + <file>crossfade_plugin_cs.qm</file> + <file>crossfade_plugin_de.qm</file> + <file>crossfade_plugin_zh_CN.qm</file> + <file>crossfade_plugin_zh_TW.qm</file> + <file>crossfade_plugin_uk_UA.qm</file> + <file>crossfade_plugin_pl.qm</file> + <file>crossfade_plugin_ru.qm</file> + <file>crossfade_plugin_tr.qm</file> + <file>crossfade_plugin_lt.qm</file> + <file>crossfade_plugin_nl.qm</file> + <file>crossfade_plugin_ja.qm</file> + <file>crossfade_plugin_es.qm</file> + </qresource> +</RCC> |
