diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2009-05-11 12:31:48 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2009-05-11 12:31:48 +0000 |
| commit | 7c6e2dd399925d6c82ec3d55e6dc9e787cb252e6 (patch) | |
| tree | 6a007307cac9dab20af39a9d1c69776379660fe5 /src/plugins/General/fileops/translations/translations.qrc | |
| parent | f12c647031485d06eb2eb46b74a10f097f141fca (diff) | |
| download | qmmp-7c6e2dd399925d6c82ec3d55e6dc9e787cb252e6.tar.gz qmmp-7c6e2dd399925d6c82ec3d55e6dc9e787cb252e6.tar.bz2 qmmp-7c6e2dd399925d6c82ec3d55e6dc9e787cb252e6.zip | |
enabled file operations plugin
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@936 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/General/fileops/translations/translations.qrc')
| -rw-r--r-- | src/plugins/General/fileops/translations/translations.qrc | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/plugins/General/fileops/translations/translations.qrc b/src/plugins/General/fileops/translations/translations.qrc new file mode 100644 index 000000000..f1a8be99b --- /dev/null +++ b/src/plugins/General/fileops/translations/translations.qrc @@ -0,0 +1,12 @@ +<!DOCTYPE RCC> +<RCC version="1.0"> + <qresource> + <file>fileops_plugin_ru.qm</file> + <file>fileops_plugin_uk_UA.qm</file> + <file>fileops_plugin_zh_CN.qm</file> + <file>fileops_plugin_zh_TW.qm</file> + <file>fileops_plugin_cs.qm</file> + <file>fileops_plugin_de.qm</file> + <file>fileops_plugin_pl.qm</file> + </qresource> +</RCC> |
