aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/General/hal
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2010-08-20 17:09:03 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2010-08-20 17:09:03 +0000
commit965beaeee191310e2fcae872e75b8da54a6e2e47 (patch)
treec73d818af7f774cd3b3b8c81e43841c41532ae53 /src/plugins/General/hal
parent3e0e8b003133365f2bb0d9f9f797b17eec5b07ba (diff)
downloadqmmp-965beaeee191310e2fcae872e75b8da54a6e2e47.tar.gz
qmmp-965beaeee191310e2fcae872e75b8da54a6e2e47.tar.bz2
qmmp-965beaeee191310e2fcae872e75b8da54a6e2e47.zip
prepare for Japanese translation
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@1837 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_ja.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 8efd98eef..31067751c 100644
--- a/src/plugins/General/hal/hal.pro
+++ b/src/plugins/General/hal/hal.pro
@@ -22,7 +22,8 @@ TRANSLATIONS = translations/hal_plugin_cs.ts \
translations/hal_plugin_it.ts \
translations/hal_plugin_tr.ts \
translations/hal_plugin_lt.ts \
- translations/hal_plugin_nl.ts
+ translations/hal_plugin_nl.ts \
+ translations/hal_plugin_ja.ts
RESOURCES = translations/translations.qrc
diff --git a/src/plugins/General/hal/translations/hal_plugin_ja.ts b/src/plugins/General/hal/translations/hal_plugin_ja.ts
new file mode 100644
index 000000000..cc993d4c8
--- /dev/null
+++ b/src/plugins/General/hal/translations/hal_plugin_ja.ts
@@ -0,0 +1,88 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!DOCTYPE TS>
+<TS version="2.0" language="ja_JP">
+<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 c9915a69f..38bb15c9d 100644
--- a/src/plugins/General/hal/translations/translations.qrc
+++ b/src/plugins/General/hal/translations/translations.qrc
@@ -12,5 +12,6 @@
<file>hal_plugin_tr.qm</file>
<file>hal_plugin_lt.qm</file>
<file>hal_plugin_nl.qm</file>
+ <file>hal_plugin_ja.qm</file>
</qresource>
</RCC>