diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2011-07-01 18:54:41 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2011-07-01 18:54:41 +0000 |
| commit | b8b7804fcc229e9c34e18dc3ec6dfafd2e3485b0 (patch) | |
| tree | 1a63bd6647225ae445adf01dceb8271632723a83 /src/plugins/Ui/skinned/stuff.qrc | |
| parent | bb31a704825263be94b5528a2e362898af109cf9 (diff) | |
| download | qmmp-b8b7804fcc229e9c34e18dc3ec6dfafd2e3485b0.tar.gz qmmp-b8b7804fcc229e9c34e18dc3ec6dfafd2e3485b0.tar.bz2 qmmp-b8b7804fcc229e9c34e18dc3ec6dfafd2e3485b0.zip | |
moved skinned ui to separate plugin
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@2252 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/Ui/skinned/stuff.qrc')
| -rw-r--r-- | src/plugins/Ui/skinned/stuff.qrc | 88 |
1 files changed, 88 insertions, 0 deletions
diff --git a/src/plugins/Ui/skinned/stuff.qrc b/src/plugins/Ui/skinned/stuff.qrc new file mode 100644 index 000000000..db6770f66 --- /dev/null +++ b/src/plugins/Ui/skinned/stuff.qrc @@ -0,0 +1,88 @@ +<!DOCTYPE RCC> +<RCC version="1.0"> + <qresource> + <file>../../../../COPYING</file> + + <file>txt/description_en.txt</file> + <file>txt/authors_en.txt</file> + <file>txt/thanks_en.txt</file> + <file>txt/translators_en.txt</file> + + <file>txt/authors_uk_UA.txt</file> + <file>txt/thanks_uk_UA.txt</file> + <file>txt/translators_uk_UA.txt</file> + <file>txt/description_uk_UA.txt</file> + + <file>txt/authors_zh_TW.txt</file> + <file>txt/thanks_zh_TW.txt</file> + <file>txt/translators_zh_TW.txt</file> + <file>txt/description_zh_TW.txt</file> + + <file>txt/description_cs.txt</file> + <file>txt/authors_cs.txt</file> + <file>txt/thanks_cs.txt</file> + <file>txt/translators_cs.txt</file> + + <file>txt/authors_ru.txt</file> + <file>txt/thanks_ru.txt</file> + <file>txt/translators_ru.txt</file> + <file>txt/description_ru.txt</file> + + <file>txt/authors_zh_CN.txt</file> + <file>txt/thanks_zh_CN.txt</file> + <file>txt/translators_zh_CN.txt</file> + <file>txt/description_zh_CN.txt</file> + + <file>txt/authors_de.txt</file> + <file>txt/thanks_de.txt</file> + <file>txt/translators_de.txt</file> + <file>txt/description_de.txt</file> + + <file>txt/authors_it.txt</file> + <file>txt/thanks_it.txt</file> + <file>txt/translators_it.txt</file> + <file>txt/description_it.txt</file> + + <file>txt/authors_tr.txt</file> + <file>txt/thanks_tr.txt</file> + <file>txt/translators_tr.txt</file> + <file>txt/description_tr.txt</file> + + <file>txt/authors_lt.txt</file> + <file>txt/thanks_lt.txt</file> + <file>txt/translators_lt.txt</file> + <file>txt/description_lt.txt</file> + + <file>txt/authors_nl.txt</file> + <file>txt/thanks_nl.txt</file> + <file>txt/translators_nl.txt</file> + <file>txt/description_nl.txt</file> + + <file>txt/authors_ja.txt</file> + <file>txt/thanks_ja.txt</file> + <file>txt/translators_ja.txt</file> + <file>txt/description_ja.txt</file> + + <file>txt/authors_es.txt</file> + <file>txt/thanks_es.txt</file> + <file>txt/translators_es.txt</file> + <file>txt/description_es.txt</file> + + <file>default/balance.png</file> + <file>default/eqmain.png</file> + <file>default/numbers.png</file> + <file>default/pledit.txt</file> + <file>default/text.png</file> + <file>default/volume.png</file> + <file>default/cbuttons.png</file> + <file>default/main.png</file> + <file>default/playpaus.png</file> + <file>default/posbar.png</file> + <file>default/titlebar.png</file> + <file>default/eq_ex.png</file> + <file>default/monoster.png</file> + <file>default/pledit.png</file> + <file>default/shufrep.png</file> + <file>default/viscolor.txt</file> + </qresource> +</RCC> |
