From d5c5fad039e1dcdd933bf87465a7d75864660a89 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Fri, 20 Aug 2010 18:07:35 +0000 Subject: prepare for Spanish translation git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@1839 90c681e8-e032-0410-971d-27865f9a5e38 --- src/plugins/General/hal/hal.pro | 3 +- .../General/hal/translations/hal_plugin_es.ts | 88 ++++++++++++++++++++++ .../General/hal/translations/translations.qrc | 1 + 3 files changed, 91 insertions(+), 1 deletion(-) create mode 100644 src/plugins/General/hal/translations/hal_plugin_es.ts (limited to 'src/plugins/General/hal') 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 @@ + + + + + HalFactory + + + HAL Plugin + + + + + About HAL Plugin + + + + + Qmmp HAL Plugin + + + + + This plugin provides removable devices detection using HAL + + + + + Writen by: Ilya Kotov <forkotov02@hotmail.ru> + + + + + Based on Solid (KDE hardware library) + + + + + HalPlugin + + + Add CD "%1" + + + + + Add Volume "%1" + + + + + SettingsDialog + + + HAL Plugin Settings + + + + + CD Audio Detection + + + + + Add tracks to playlist automatically + + + + + Remove tracks from playlist automatically + + + + + Removable Device Detection + + + + + Add files to playlist automatically + + + + + Remove files from playlist automatically + + + + 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 @@ hal_plugin_lt.qm hal_plugin_nl.qm hal_plugin_ja.qm + hal_plugin_es.qm -- cgit v1.2.3-13-gbd6f