aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/General/hal
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2010-08-20 18:07:35 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2010-08-20 18:07:35 +0000
commitd5c5fad039e1dcdd933bf87465a7d75864660a89 (patch)
tree2d77e994d2079f4011fee983edc5c4fd7bf46ca5 /src/plugins/General/hal
parent965beaeee191310e2fcae872e75b8da54a6e2e47 (diff)
downloadqmmp-d5c5fad039e1dcdd933bf87465a7d75864660a89.tar.gz
qmmp-d5c5fad039e1dcdd933bf87465a7d75864660a89.tar.bz2
qmmp-d5c5fad039e1dcdd933bf87465a7d75864660a89.zip
prepare for Spanish translation
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@1839 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/General/hal')
-rw-r--r--src/plugins/General/hal/hal.pro3
-rw-r--r--src/plugins/General/hal/translations/hal_plugin_es.ts88
-rw-r--r--src/plugins/General/hal/translations/translations.qrc1
3 files changed, 91 insertions, 1 deletions
diff --git a/src/plugins/General/hal/hal.pro b/src/plugins/General/hal/hal.pro
index 31067751c..90bac4413 100644
--- a/src/plugins/General/hal/hal.pro
+++ b/src/plugins/General/hal/hal.pro
@@ -23,7 +23,8 @@ TRANSLATIONS = translations/hal_plugin_cs.ts \
translations/hal_plugin_tr.ts \
translations/hal_plugin_lt.ts \
translations/hal_plugin_nl.ts \
- translations/hal_plugin_ja.ts
+ translations/hal_plugin_ja.ts \
+ translations/hal_plugin_es.ts
RESOURCES = translations/translations.qrc
diff --git a/src/plugins/General/hal/translations/hal_plugin_es.ts b/src/plugins/General/hal/translations/hal_plugin_es.ts
new file mode 100644
index 000000000..a710a5232
--- /dev/null
+++ b/src/plugins/General/hal/translations/hal_plugin_es.ts
@@ -0,0 +1,88 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!DOCTYPE TS>
+<TS version="2.0" language="es_ES">
+<context>
+ <name>HalFactory</name>
+ <message>
+ <location filename="../halfactory.cpp" line="30"/>
+ <source>HAL Plugin</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../halfactory.cpp" line="50"/>
+ <source>About HAL Plugin</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../halfactory.cpp" line="51"/>
+ <source>Qmmp HAL Plugin</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../halfactory.cpp" line="52"/>
+ <source>This plugin provides removable devices detection using HAL</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../halfactory.cpp" line="53"/>
+ <source>Writen by: Ilya Kotov &lt;forkotov02@hotmail.ru&gt;</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../halfactory.cpp" line="54"/>
+ <source>Based on Solid (KDE hardware library)</source>
+ <translation type="unfinished"></translation>
+ </message>
+</context>
+<context>
+ <name>HalPlugin</name>
+ <message>
+ <location filename="../halplugin.cpp" line="160"/>
+ <source>Add CD &quot;%1&quot;</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../halplugin.cpp" line="166"/>
+ <source>Add Volume &quot;%1&quot;</source>
+ <translation type="unfinished"></translation>
+ </message>
+</context>
+<context>
+ <name>SettingsDialog</name>
+ <message>
+ <location filename="../settingsdialog.ui" line="13"/>
+ <source>HAL Plugin Settings</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../settingsdialog.ui" line="28"/>
+ <source>CD Audio Detection</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../settingsdialog.ui" line="37"/>
+ <source>Add tracks to playlist automatically</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../settingsdialog.ui" line="44"/>
+ <source>Remove tracks from playlist automatically</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../settingsdialog.ui" line="54"/>
+ <source>Removable Device Detection</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../settingsdialog.ui" line="63"/>
+ <source>Add files to playlist automatically</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../settingsdialog.ui" line="70"/>
+ <source>Remove files from playlist automatically</source>
+ <translation type="unfinished"></translation>
+ </message>
+</context>
+</TS>
diff --git a/src/plugins/General/hal/translations/translations.qrc b/src/plugins/General/hal/translations/translations.qrc
index 38bb15c9d..b5efb6e4b 100644
--- a/src/plugins/General/hal/translations/translations.qrc
+++ b/src/plugins/General/hal/translations/translations.qrc
@@ -13,5 +13,6 @@
<file>hal_plugin_lt.qm</file>
<file>hal_plugin_nl.qm</file>
<file>hal_plugin_ja.qm</file>
+ <file>hal_plugin_es.qm</file>
</qresource>
</RCC>