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/General/hotkey/translations/hotkey_plugin_ja.ts | |
| 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/General/hotkey/translations/hotkey_plugin_ja.ts')
| -rw-r--r-- | src/plugins/General/hotkey/translations/hotkey_plugin_ja.ts | 118 |
1 files changed, 118 insertions, 0 deletions
diff --git a/src/plugins/General/hotkey/translations/hotkey_plugin_ja.ts b/src/plugins/General/hotkey/translations/hotkey_plugin_ja.ts new file mode 100644 index 000000000..27171ca0d --- /dev/null +++ b/src/plugins/General/hotkey/translations/hotkey_plugin_ja.ts @@ -0,0 +1,118 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE TS> +<TS version="2.0" language="ja_JP"> +<context> + <name>HotkeyDialog</name> + <message> + <location filename="../hotkeydialog.ui" line="14"/> + <source>Modify Shortcut</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../hotkeydialog.ui" line="32"/> + <source>Press the key combination you want to assign</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../hotkeydialog.ui" line="52"/> + <source>Clear</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> + <name>HotkeyFactory</name> + <message> + <location filename="../hotkeyfactory.cpp" line="30"/> + <source>Global Hotkey Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../hotkeyfactory.cpp" line="50"/> + <source>About Global Hotkey Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../hotkeyfactory.cpp" line="51"/> + <source>Qmmp Global Hotkey Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../hotkeyfactory.cpp" line="52"/> + <source>This plugin adds support for multimedia keys or global key combinations</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../hotkeyfactory.cpp" line="53"/> + <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>Global Hotkey Plugin Settings</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="42"/> + <source>Action</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="47"/> + <source>Shortcut</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="55"/> + <source>Reset</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.cpp" line="42"/> + <source>Play</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.cpp" line="43"/> + <source>Stop</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.cpp" line="44"/> + <source>Pause</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.cpp" line="45"/> + <source>Play/Pause</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.cpp" line="46"/> + <source>Next</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.cpp" line="47"/> + <source>Previous</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.cpp" line="48"/> + <source>Show/Hide</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.cpp" line="49"/> + <source>Volume +</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.cpp" line="50"/> + <source>Volume -</source> + <translation type="unfinished"></translation> + </message> +</context> +</TS> |
