aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/Effect/ladspa
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/Effect/ladspa
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/Effect/ladspa')
-rw-r--r--src/plugins/Effect/ladspa/ladspa.pro3
-rw-r--r--src/plugins/Effect/ladspa/translations/ladspa_plugin_ja.ts85
-rw-r--r--src/plugins/Effect/ladspa/translations/translations.qrc1
3 files changed, 88 insertions, 1 deletions
diff --git a/src/plugins/Effect/ladspa/ladspa.pro b/src/plugins/Effect/ladspa/ladspa.pro
index b637ad778..a7ff2396f 100644
--- a/src/plugins/Effect/ladspa/ladspa.pro
+++ b/src/plugins/Effect/ladspa/ladspa.pro
@@ -35,7 +35,8 @@ TRANSLATIONS = translations/ladspa_plugin_cs.ts \
translations/ladspa_plugin_it.ts \
translations/ladspa_plugin_tr.ts \
translations/ladspa_plugin_lt.ts \
- translations/ladspa_plugin_nl.ts
+ translations/ladspa_plugin_nl.ts \
+ translations/ladspa_plugin_ja.ts
RESOURCES = translations/translations.qrc
isEmpty(LIB_DIR):LIB_DIR = /lib
diff --git a/src/plugins/Effect/ladspa/translations/ladspa_plugin_ja.ts b/src/plugins/Effect/ladspa/translations/ladspa_plugin_ja.ts
new file mode 100644
index 000000000..59a007400
--- /dev/null
+++ b/src/plugins/Effect/ladspa/translations/ladspa_plugin_ja.ts
@@ -0,0 +1,85 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!DOCTYPE TS>
+<TS version="2.0" language="ja_JP">
+<context>
+ <name>EffectLADSPAFactory</name>
+ <message>
+ <location filename="../effectladspafactory.cpp" line="30"/>
+ <source>LADSPA Plugin</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../effectladspafactory.cpp" line="50"/>
+ <source>About LADSPA Host for Qmmp</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../effectladspafactory.cpp" line="51"/>
+ <source>LADSPA Host for Qmmp</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../effectladspafactory.cpp" line="52"/>
+ <source>Writen by: Ilya Kotov &lt;forkotov02@hotmail.ru&gt;</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../effectladspafactory.cpp" line="53"/>
+ <source>Based on the LADSPA Host for BMP</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../effectladspafactory.cpp" line="54"/>
+ <source>BMP-ladspa developers:</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../effectladspafactory.cpp" line="55"/>
+ <source>Nick Lamb &lt;njl195@zepler.org.uk&gt;</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../effectladspafactory.cpp" line="56"/>
+ <source>Giacomo Lozito &lt;city_hunter@users.sf.net&gt;</source>
+ <translation type="unfinished"></translation>
+ </message>
+</context>
+<context>
+ <name>SettingsDialog</name>
+ <message>
+ <location filename="../settingsdialog.ui" line="14"/>
+ <source>LADSPA Plugin Catalog</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../settingsdialog.ui" line="52"/>
+ <source>&gt;</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../settingsdialog.ui" line="59"/>
+ <source>&lt;</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../settingsdialog.ui" line="94"/>
+ <source>Configure</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../settingsdialog.cpp" line="43"/>
+ <source>UID</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../settingsdialog.cpp" line="44"/>
+ <source>Name</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../settingsdialog.cpp" line="118"/>
+ <source>This LADSPA plugin has no user controls</source>
+ <translation type="unfinished"></translation>
+ </message>
+</context>
+</TS>
diff --git a/src/plugins/Effect/ladspa/translations/translations.qrc b/src/plugins/Effect/ladspa/translations/translations.qrc
index e6729e89c..7f51d726a 100644
--- a/src/plugins/Effect/ladspa/translations/translations.qrc
+++ b/src/plugins/Effect/ladspa/translations/translations.qrc
@@ -12,5 +12,6 @@
<file>ladspa_plugin_tr.qm</file>
<file>ladspa_plugin_lt.qm</file>
<file>ladspa_plugin_nl.qm</file>
+ <file>ladspa_plugin_ja.qm</file>
</qresource>
</RCC>