From 965beaeee191310e2fcae872e75b8da54a6e2e47 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Fri, 20 Aug 2010 17:09:03 +0000 Subject: prepare for Japanese translation git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@1837 90c681e8-e032-0410-971d-27865f9a5e38 --- src/plugins/Effect/ladspa/ladspa.pro | 3 +- .../Effect/ladspa/translations/ladspa_plugin_ja.ts | 85 ++++++++++++++++++++++ .../Effect/ladspa/translations/translations.qrc | 1 + 3 files changed, 88 insertions(+), 1 deletion(-) create mode 100644 src/plugins/Effect/ladspa/translations/ladspa_plugin_ja.ts (limited to 'src/plugins/Effect/ladspa') 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 @@ + + + + + EffectLADSPAFactory + + + LADSPA Plugin + + + + + About LADSPA Host for Qmmp + + + + + LADSPA Host for Qmmp + + + + + Writen by: Ilya Kotov <forkotov02@hotmail.ru> + + + + + Based on the LADSPA Host for BMP + + + + + BMP-ladspa developers: + + + + + Nick Lamb <njl195@zepler.org.uk> + + + + + Giacomo Lozito <city_hunter@users.sf.net> + + + + + SettingsDialog + + + LADSPA Plugin Catalog + + + + + > + + + + + < + + + + + Configure + + + + + UID + + + + + Name + + + + + This LADSPA plugin has no user controls + + + + 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 @@ ladspa_plugin_tr.qm ladspa_plugin_lt.qm ladspa_plugin_nl.qm + ladspa_plugin_ja.qm -- cgit v1.2.3-13-gbd6f