diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2010-08-20 17:09:03 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2010-08-20 17:09:03 +0000 |
| commit | 965beaeee191310e2fcae872e75b8da54a6e2e47 (patch) | |
| tree | c73d818af7f774cd3b3b8c81e43841c41532ae53 /src/plugins/Input/cue | |
| parent | 3e0e8b003133365f2bb0d9f9f797b17eec5b07ba (diff) | |
| download | qmmp-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/Input/cue')
| -rw-r--r-- | src/plugins/Input/cue/cue.pro | 3 | ||||
| -rw-r--r-- | src/plugins/Input/cue/translations/cue_plugin_ja.ts | 60 | ||||
| -rw-r--r-- | src/plugins/Input/cue/translations/translations.qrc | 1 |
3 files changed, 63 insertions, 1 deletions
diff --git a/src/plugins/Input/cue/cue.pro b/src/plugins/Input/cue/cue.pro index d80d235f8..bfb51506f 100644 --- a/src/plugins/Input/cue/cue.pro +++ b/src/plugins/Input/cue/cue.pro @@ -44,7 +44,8 @@ TRANSLATIONS = translations/cue_plugin_ru.ts \ translations/cue_plugin_it.ts \ translations/cue_plugin_tr.ts \ translations/cue_plugin_lt.ts \ - translations/cue_plugin_nl.ts + translations/cue_plugin_nl.ts \ + translations/cue_plugin_ja.ts RESOURCES = translations/translations.qrc unix { diff --git a/src/plugins/Input/cue/translations/cue_plugin_ja.ts b/src/plugins/Input/cue/translations/cue_plugin_ja.ts new file mode 100644 index 000000000..90e0667ce --- /dev/null +++ b/src/plugins/Input/cue/translations/cue_plugin_ja.ts @@ -0,0 +1,60 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE TS> +<TS version="2.0" language="ja_JP"> +<context> + <name>DecoderCUEFactory</name> + <message> + <location filename="../decodercuefactory.cpp" line="44"/> + <source>CUE Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../decodercuefactory.cpp" line="47"/> + <source>CUE Files</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../decodercuefactory.cpp" line="85"/> + <source>About CUE Audio Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../decodercuefactory.cpp" line="86"/> + <source>Qmmp CUE Audio Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../decodercuefactory.cpp" line="87"/> + <source>Writen by: Ilya Kotov <forkotov02@hotmail.ru></source> + <translation type="unfinished"></translation> + </message> +</context> +<context> + <name>SettingsDialog</name> + <message> + <location filename="../settingsdialog.ui" line="14"/> + <source>CUE Plugin Settings</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="29"/> + <source>CUE encoding</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="35"/> + <source>Automatic charset detection</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="45"/> + <source>Language:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="65"/> + <source>Default encoding:</source> + <translation type="unfinished"></translation> + </message> +</context> +</TS> diff --git a/src/plugins/Input/cue/translations/translations.qrc b/src/plugins/Input/cue/translations/translations.qrc index 0c22d7150..4a7e4753b 100644 --- a/src/plugins/Input/cue/translations/translations.qrc +++ b/src/plugins/Input/cue/translations/translations.qrc @@ -12,5 +12,6 @@ <file>cue_plugin_tr.qm</file> <file>cue_plugin_lt.qm</file> <file>cue_plugin_nl.qm</file> + <file>cue_plugin_ja.qm</file> </qresource> </RCC> |
