aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/General/hal
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2014-01-06 13:53:05 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2014-01-06 13:53:05 +0000
commita79679c6bf45a8841ef2357902dfc170ee7030d8 (patch)
tree14a7ef59a0d2bf35958e2d3db952b8502359320c /src/plugins/General/hal
parent6617557973a227445e5ac89624523e97ed2eb389 (diff)
downloadqmmp-a79679c6bf45a8841ef2357902dfc170ee7030d8.tar.gz
qmmp-a79679c6bf45a8841ef2357902dfc170ee7030d8.tar.bz2
qmmp-a79679c6bf45a8841ef2357902dfc170ee7030d8.zip
added Serbian translations (author: Mladen Pejaković)
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@4004 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/General/hal')
-rw-r--r--src/plugins/General/hal/hal.pro4
-rw-r--r--src/plugins/General/hal/translations/hal_plugin_sr_BA.ts88
-rw-r--r--src/plugins/General/hal/translations/hal_plugin_sr_RS.ts88
-rw-r--r--src/plugins/General/hal/translations/translations.qrc2
4 files changed, 181 insertions, 1 deletions
diff --git a/src/plugins/General/hal/hal.pro b/src/plugins/General/hal/hal.pro
index 9dcb81db6..434898891 100644
--- a/src/plugins/General/hal/hal.pro
+++ b/src/plugins/General/hal/hal.pro
@@ -23,7 +23,9 @@ TRANSLATIONS = translations/hal_plugin_cs.ts \
translations/hal_plugin_lt.ts \
translations/hal_plugin_nl.ts \
translations/hal_plugin_ja.ts \
- translations/hal_plugin_es.ts
+ translations/hal_plugin_es.ts \
+ translations/hal_plugin_sr_BA.ts \
+ translations/hal_plugin_sr_RS.ts
RESOURCES = translations/translations.qrc
diff --git a/src/plugins/General/hal/translations/hal_plugin_sr_BA.ts b/src/plugins/General/hal/translations/hal_plugin_sr_BA.ts
new file mode 100644
index 000000000..1e3dfa61b
--- /dev/null
+++ b/src/plugins/General/hal/translations/hal_plugin_sr_BA.ts
@@ -0,0 +1,88 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!DOCTYPE TS>
+<TS version="2.0" language="sr_BA">
+<context>
+ <name>HalFactory</name>
+ <message>
+ <location filename="../halfactory.cpp" line="30"/>
+ <source>HAL Plugin</source>
+ <translation>ХАЛ</translation>
+ </message>
+ <message>
+ <location filename="../halfactory.cpp" line="50"/>
+ <source>About HAL Plugin</source>
+ <translation>О прикључку за ХАЛ</translation>
+ </message>
+ <message>
+ <location filename="../halfactory.cpp" line="51"/>
+ <source>Qmmp HAL Plugin</source>
+ <translation>Кумп прикључак за ХАЛ</translation>
+ </message>
+ <message>
+ <location filename="../halfactory.cpp" line="52"/>
+ <source>This plugin provides removable devices detection using HAL</source>
+ <translation>Омогућује откривање уклоњивих уређаја користећи ХАЛ</translation>
+ </message>
+ <message>
+ <location filename="../halfactory.cpp" line="53"/>
+ <source>Written by: Ilya Kotov &lt;forkotov02@hotmail.ru&gt;</source>
+ <translation>Аутор: Ilya Kotov &lt;forkotov02@hotmail.ru&gt;</translation>
+ </message>
+ <message>
+ <location filename="../halfactory.cpp" line="54"/>
+ <source>Based on Solid (KDE hardware library)</source>
+ <translation>Засновано на Солиду (КДЕ-овој библиотеци)</translation>
+ </message>
+</context>
+<context>
+ <name>HalPlugin</name>
+ <message>
+ <location filename="../halplugin.cpp" line="160"/>
+ <source>Add CD &quot;%1&quot;</source>
+ <translation>Додај диск „%1“</translation>
+ </message>
+ <message>
+ <location filename="../halplugin.cpp" line="166"/>
+ <source>Add Volume &quot;%1&quot;</source>
+ <translation>Додај складишни простор „%1“</translation>
+ </message>
+</context>
+<context>
+ <name>SettingsDialog</name>
+ <message>
+ <location filename="../settingsdialog.ui" line="13"/>
+ <source>HAL Plugin Settings</source>
+ <translation>Поставке за ХАЛ</translation>
+ </message>
+ <message>
+ <location filename="../settingsdialog.ui" line="28"/>
+ <source>CD Audio Detection</source>
+ <translation>Откривање музичког диска</translation>
+ </message>
+ <message>
+ <location filename="../settingsdialog.ui" line="37"/>
+ <source>Add tracks to playlist automatically</source>
+ <translation>Аутоматски додај нумере на листу</translation>
+ </message>
+ <message>
+ <location filename="../settingsdialog.ui" line="44"/>
+ <source>Remove tracks from playlist automatically</source>
+ <translation>Аутоматски уклони нумере са листе</translation>
+ </message>
+ <message>
+ <location filename="../settingsdialog.ui" line="54"/>
+ <source>Removable Device Detection</source>
+ <translation>Откривање уклоњивих уређаја</translation>
+ </message>
+ <message>
+ <location filename="../settingsdialog.ui" line="63"/>
+ <source>Add files to playlist automatically</source>
+ <translation>Аутоматски додај фајлове на листу</translation>
+ </message>
+ <message>
+ <location filename="../settingsdialog.ui" line="70"/>
+ <source>Remove files from playlist automatically</source>
+ <translation>Аутоматски уклони фајлове са листе</translation>
+ </message>
+</context>
+</TS>
diff --git a/src/plugins/General/hal/translations/hal_plugin_sr_RS.ts b/src/plugins/General/hal/translations/hal_plugin_sr_RS.ts
new file mode 100644
index 000000000..952ed0581
--- /dev/null
+++ b/src/plugins/General/hal/translations/hal_plugin_sr_RS.ts
@@ -0,0 +1,88 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!DOCTYPE TS>
+<TS version="2.0" language="sr_RS">
+<context>
+ <name>HalFactory</name>
+ <message>
+ <location filename="../halfactory.cpp" line="30"/>
+ <source>HAL Plugin</source>
+ <translation>ХАЛ</translation>
+ </message>
+ <message>
+ <location filename="../halfactory.cpp" line="50"/>
+ <source>About HAL Plugin</source>
+ <translation>О прикључку за ХАЛ</translation>
+ </message>
+ <message>
+ <location filename="../halfactory.cpp" line="51"/>
+ <source>Qmmp HAL Plugin</source>
+ <translation>Кумп прикључак за ХАЛ</translation>
+ </message>
+ <message>
+ <location filename="../halfactory.cpp" line="52"/>
+ <source>This plugin provides removable devices detection using HAL</source>
+ <translation>Омогућује откривање уклоњивих уређаја користећи ХАЛ</translation>
+ </message>
+ <message>
+ <location filename="../halfactory.cpp" line="53"/>
+ <source>Written by: Ilya Kotov &lt;forkotov02@hotmail.ru&gt;</source>
+ <translation>Аутор: Ilya Kotov &lt;forkotov02@hotmail.ru&gt;</translation>
+ </message>
+ <message>
+ <location filename="../halfactory.cpp" line="54"/>
+ <source>Based on Solid (KDE hardware library)</source>
+ <translation>Засновано на Солиду (КДЕ-овој библиотеци)</translation>
+ </message>
+</context>
+<context>
+ <name>HalPlugin</name>
+ <message>
+ <location filename="../halplugin.cpp" line="160"/>
+ <source>Add CD &quot;%1&quot;</source>
+ <translation>Додај диск „%1“</translation>
+ </message>
+ <message>
+ <location filename="../halplugin.cpp" line="166"/>
+ <source>Add Volume &quot;%1&quot;</source>
+ <translation>Додај складишни простор „%1“</translation>
+ </message>
+</context>
+<context>
+ <name>SettingsDialog</name>
+ <message>
+ <location filename="../settingsdialog.ui" line="13"/>
+ <source>HAL Plugin Settings</source>
+ <translation>Поставке за ХАЛ</translation>
+ </message>
+ <message>
+ <location filename="../settingsdialog.ui" line="28"/>
+ <source>CD Audio Detection</source>
+ <translation>Откривање музичког диска</translation>
+ </message>
+ <message>
+ <location filename="../settingsdialog.ui" line="37"/>
+ <source>Add tracks to playlist automatically</source>
+ <translation>Аутоматски додај нумере на листу</translation>
+ </message>
+ <message>
+ <location filename="../settingsdialog.ui" line="44"/>
+ <source>Remove tracks from playlist automatically</source>
+ <translation>Аутоматски уклони нумере са листе</translation>
+ </message>
+ <message>
+ <location filename="../settingsdialog.ui" line="54"/>
+ <source>Removable Device Detection</source>
+ <translation>Откривање уклоњивих уређаја</translation>
+ </message>
+ <message>
+ <location filename="../settingsdialog.ui" line="63"/>
+ <source>Add files to playlist automatically</source>
+ <translation>Аутоматски додај фајлове на листу</translation>
+ </message>
+ <message>
+ <location filename="../settingsdialog.ui" line="70"/>
+ <source>Remove files from playlist automatically</source>
+ <translation>Аутоматски уклони фајлове са листе</translation>
+ </message>
+</context>
+</TS>
diff --git a/src/plugins/General/hal/translations/translations.qrc b/src/plugins/General/hal/translations/translations.qrc
index 0e6ca16e5..ea7a08d24 100644
--- a/src/plugins/General/hal/translations/translations.qrc
+++ b/src/plugins/General/hal/translations/translations.qrc
@@ -21,5 +21,7 @@
<file>hal_plugin_es.qm</file>
<file>hal_plugin_he.qm</file>
<file>hal_plugin_gl_ES.qm</file>
+ <file>hal_plugin_sr_BA.qm</file>
+ <file>hal_plugin_sr_RS.qm</file>
</qresource>
</RCC>