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/CommandLineOptions | |
| 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/CommandLineOptions')
6 files changed, 45 insertions, 2 deletions
diff --git a/src/plugins/CommandLineOptions/IncDecVolumeOption/IncDecVolumeOption.pro b/src/plugins/CommandLineOptions/IncDecVolumeOption/IncDecVolumeOption.pro index 8bf54b819..e8e8f4cb2 100644 --- a/src/plugins/CommandLineOptions/IncDecVolumeOption/IncDecVolumeOption.pro +++ b/src/plugins/CommandLineOptions/IncDecVolumeOption/IncDecVolumeOption.pro @@ -21,7 +21,8 @@ TRANSLATIONS = translations/incdecvolume_plugin_cs.ts \ translations/incdecvolume_plugin_it.ts \ translations/incdecvolume_plugin_tr.ts \ translations/incdecvolume_plugin_lt.ts \ - translations/incdecvolume_plugin_nl.ts + translations/incdecvolume_plugin_nl.ts \ + translations/incdecvolume_plugin_ja.ts RESOURCES = translations/translations.qrc diff --git a/src/plugins/CommandLineOptions/IncDecVolumeOption/translations/incdecvolume_plugin_ja.ts b/src/plugins/CommandLineOptions/IncDecVolumeOption/translations/incdecvolume_plugin_ja.ts new file mode 100644 index 000000000..42425aedf --- /dev/null +++ b/src/plugins/CommandLineOptions/IncDecVolumeOption/translations/incdecvolume_plugin_ja.ts @@ -0,0 +1,17 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE TS> +<TS version="2.0" language="ja_JP"> +<context> + <name>IncDecVolumeCommandLineOption</name> + <message> + <location filename="../incdecvolumeoption.cpp" line="44"/> + <source>Increase volume with step 5</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../incdecvolumeoption.cpp" line="45"/> + <source>Decrease volume with step 5</source> + <translation type="unfinished"></translation> + </message> +</context> +</TS> diff --git a/src/plugins/CommandLineOptions/IncDecVolumeOption/translations/translations.qrc b/src/plugins/CommandLineOptions/IncDecVolumeOption/translations/translations.qrc index fbde3c5f9..a663bcbf3 100644 --- a/src/plugins/CommandLineOptions/IncDecVolumeOption/translations/translations.qrc +++ b/src/plugins/CommandLineOptions/IncDecVolumeOption/translations/translations.qrc @@ -12,5 +12,6 @@ <file>incdecvolume_plugin_tr.qm</file> <file>incdecvolume_plugin_lt.qm</file> <file>incdecvolume_plugin_nl.qm</file> + <file>incdecvolume_plugin_ja.qm</file> </qresource> </RCC> diff --git a/src/plugins/CommandLineOptions/SeekOption/SeekOption.pro b/src/plugins/CommandLineOptions/SeekOption/SeekOption.pro index 2d56d3095..eccd7a7b7 100644 --- a/src/plugins/CommandLineOptions/SeekOption/SeekOption.pro +++ b/src/plugins/CommandLineOptions/SeekOption/SeekOption.pro @@ -21,7 +21,8 @@ TRANSLATIONS = translations/seek_plugin_cs.ts \ translations/seek_plugin_it.ts \ translations/seek_plugin_tr.ts \ translations/seek_plugin_lt.ts \ - translations/seek_plugin_nl.ts + translations/seek_plugin_nl.ts \ + translations/seek_plugin_ja.ts RESOURCES = translations/translations.qrc isEmpty(LIB_DIR){ diff --git a/src/plugins/CommandLineOptions/SeekOption/translations/seek_plugin_ja.ts b/src/plugins/CommandLineOptions/SeekOption/translations/seek_plugin_ja.ts new file mode 100644 index 000000000..3611521bb --- /dev/null +++ b/src/plugins/CommandLineOptions/SeekOption/translations/seek_plugin_ja.ts @@ -0,0 +1,22 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE TS> +<TS version="2.0" language="ja_JP"> +<context> + <name>SeekOption</name> + <message> + <location filename="../seekoption.cpp" line="38"/> + <source>Seek to position in the current track</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../seekoption.cpp" line="39"/> + <source>Seek forward</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../seekoption.cpp" line="40"/> + <source>Seek backwards</source> + <translation type="unfinished"></translation> + </message> +</context> +</TS> diff --git a/src/plugins/CommandLineOptions/SeekOption/translations/translations.qrc b/src/plugins/CommandLineOptions/SeekOption/translations/translations.qrc index 83fb89be9..1679426f3 100644 --- a/src/plugins/CommandLineOptions/SeekOption/translations/translations.qrc +++ b/src/plugins/CommandLineOptions/SeekOption/translations/translations.qrc @@ -12,5 +12,6 @@ <file>seek_plugin_tr.qm</file> <file>seek_plugin_lt.qm</file> <file>seek_plugin_nl.qm</file> + <file>seek_plugin_ja.qm</file> </qresource> </RCC> |
