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 | |
| 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')
30 files changed, 1170 insertions, 10 deletions
diff --git a/src/plugins/General/covermanager/covermanager.pro b/src/plugins/General/covermanager/covermanager.pro index 71233e343..1d6fd3cc8 100644 --- a/src/plugins/General/covermanager/covermanager.pro +++ b/src/plugins/General/covermanager/covermanager.pro @@ -17,7 +17,8 @@ TRANSLATIONS = translations/covermanager_plugin_cs.ts \ translations/covermanager_plugin_it.ts \ translations/covermanager_plugin_tr.ts \ translations/covermanager_plugin_lt.ts \ - translations/covermanager_plugin_nl.ts + translations/covermanager_plugin_nl.ts \ + translations/covermanager_plugin_ja.ts RESOURCES = translations/translations.qrc \ images/cm_images.qrc diff --git a/src/plugins/General/covermanager/translations/covermanager_plugin_ja.ts b/src/plugins/General/covermanager/translations/covermanager_plugin_ja.ts new file mode 100644 index 000000000..d5bc4ca18 --- /dev/null +++ b/src/plugins/General/covermanager/translations/covermanager_plugin_ja.ts @@ -0,0 +1,103 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE TS> +<TS version="2.0" language="ja_JP"> +<context> + <name>CoverManager</name> + <message> + <location filename="../covermanager.cpp" line="36"/> + <source>Show Cover</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../covermanager.cpp" line="37"/> + <source>Ctrl+M</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> + <name>CoverManagerFactory</name> + <message> + <location filename="../covermanagerfactory.cpp" line="29"/> + <source>Cover Manager Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../covermanagerfactory.cpp" line="49"/> + <source>About Cover Manager Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../covermanagerfactory.cpp" line="50"/> + <source>Qmmp Cover Manager Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../covermanagerfactory.cpp" line="51"/> + <source>Writen by: Ilya Kotov <forkotov02@hotmail.ru></source> + <translation type="unfinished"></translation> + </message> +</context> +<context> + <name>CoverWidget</name> + <message> + <location filename="../coverwidget.cpp" line="37"/> + <source>&Save As...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../coverwidget.cpp" line="37"/> + <source>Ctrl+S</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../coverwidget.cpp" line="38"/> + <source>Size</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../coverwidget.cpp" line="40"/> + <source>Actual Size</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../coverwidget.cpp" line="41"/> + <source>128x128</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../coverwidget.cpp" line="42"/> + <source>256x256</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../coverwidget.cpp" line="43"/> + <source>512x512</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../coverwidget.cpp" line="44"/> + <source>1024x1024</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../coverwidget.cpp" line="47"/> + <source>&Close</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../coverwidget.cpp" line="47"/> + <source>Alt+F4</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../coverwidget.cpp" line="90"/> + <source>Save Cover As</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../coverwidget.cpp" line="92"/> + <source>Images</source> + <translation type="unfinished"></translation> + </message> +</context> +</TS> diff --git a/src/plugins/General/covermanager/translations/translations.qrc b/src/plugins/General/covermanager/translations/translations.qrc index dbfbb834d..db975f197 100644 --- a/src/plugins/General/covermanager/translations/translations.qrc +++ b/src/plugins/General/covermanager/translations/translations.qrc @@ -12,5 +12,6 @@ <file>covermanager_plugin_tr.qm</file> <file>covermanager_plugin_lt.qm</file> <file>covermanager_plugin_nl.qm</file> + <file>covermanager_plugin_ja.qm</file> </qresource> </RCC> diff --git a/src/plugins/General/fileops/fileops.pro b/src/plugins/General/fileops/fileops.pro index e9592affe..d0e1d274b 100644 --- a/src/plugins/General/fileops/fileops.pro +++ b/src/plugins/General/fileops/fileops.pro @@ -26,7 +26,8 @@ TRANSLATIONS = translations/fileops_plugin_cs.ts \ translations/fileops_plugin_it.ts \ translations/fileops_plugin_tr.ts \ translations/fileops_plugin_lt.ts \ - translations/fileops_plugin_nl.ts + translations/fileops_plugin_nl.ts \ + translations/fileops_plugin_ja.ts RESOURCES = translations/translations.qrc unix { isEmpty(LIB_DIR){ diff --git a/src/plugins/General/fileops/translations/fileops_plugin_ja.ts b/src/plugins/General/fileops/translations/fileops_plugin_ja.ts new file mode 100644 index 000000000..94476d151 --- /dev/null +++ b/src/plugins/General/fileops/translations/fileops_plugin_ja.ts @@ -0,0 +1,233 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE TS> +<TS version="2.0" language="ja_JP"> +<context> + <name>FileOps</name> + <message> + <location filename="../fileops.cpp" line="98"/> + <source>Error</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../fileops.cpp" line="99"/> + <source>Destination directory doesn't exist</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../fileops.cpp" line="104"/> + <source>Copying</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../fileops.cpp" line="105"/> + <source>Stop</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../fileops.cpp" line="146"/> + <source>Copying file %1/%2</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../fileops.cpp" line="189"/> + <source>Remove files</source> + <translation type="unfinished"></translation> + </message> + <message numerus="yes"> + <location filename="../fileops.cpp" line="190"/> + <source>Are you sure you want to remove %n file(s) from disk?</source> + <translation type="unfinished"> + <numerusform></numerusform> + </translation> + </message> +</context> +<context> + <name>FileOpsFactory</name> + <message> + <location filename="../fileopsfactory.cpp" line="30"/> + <source>File Operations Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../fileopsfactory.cpp" line="50"/> + <source>About File Operations Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../fileopsfactory.cpp" line="51"/> + <source>Qmmp File Operations Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../fileopsfactory.cpp" line="52"/> + <source>Writen by: Ilya Kotov <forkotov02@hotmail.ru></source> + <translation type="unfinished"></translation> + </message> +</context> +<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="29"/> + <source>Press the key combination you want to assign</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../hotkeydialog.ui" line="43"/> + <source>Clear</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> + <name>SettingsDialog</name> + <message> + <location filename="../settingsdialog.ui" line="14"/> + <source>File Operations Settings</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="48"/> + <source>Enabled</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="53"/> + <source>Operation</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="58"/> + <source>Menu text</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="63"/> + <source>Shortcut</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="79"/> + <source>Add</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="92"/> + <location filename="../settingsdialog.cpp" line="55"/> + <location filename="../settingsdialog.cpp" line="135"/> + <source>Remove</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="116"/> + <source>Destination:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="126"/> + <location filename="../settingsdialog.ui" line="143"/> + <source>...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="133"/> + <source>File name pattern:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.cpp" line="52"/> + <location filename="../settingsdialog.cpp" line="132"/> + <source>Copy</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.cpp" line="53"/> + <location filename="../settingsdialog.cpp" line="133"/> + <source>Rename</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.cpp" line="138"/> + <source>New action</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.cpp" line="192"/> + <source>Artist</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.cpp" line="193"/> + <source>Album</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.cpp" line="194"/> + <source>Title</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.cpp" line="195"/> + <source>Track number</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.cpp" line="196"/> + <source>Two-digit track number</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.cpp" line="197"/> + <source>Genre</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.cpp" line="198"/> + <source>Comment</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.cpp" line="199"/> + <source>Composer</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.cpp" line="200"/> + <source>Duration</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.cpp" line="201"/> + <source>Disc number</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.cpp" line="202"/> + <source>File name</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.cpp" line="203"/> + <source>File path</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.cpp" line="204"/> + <source>Year</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.cpp" line="205"/> + <source>Condition</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.cpp" line="221"/> + <source>Choose a directory</source> + <translation type="unfinished"></translation> + </message> +</context> +</TS> diff --git a/src/plugins/General/fileops/translations/translations.qrc b/src/plugins/General/fileops/translations/translations.qrc index a9febcc94..ad17b676a 100644 --- a/src/plugins/General/fileops/translations/translations.qrc +++ b/src/plugins/General/fileops/translations/translations.qrc @@ -12,5 +12,6 @@ <file>fileops_plugin_tr.qm</file> <file>fileops_plugin_lt.qm</file> <file>fileops_plugin_nl.qm</file> + <file>fileops_plugin_ja.qm</file> </qresource> </RCC> diff --git a/src/plugins/General/hal/hal.pro b/src/plugins/General/hal/hal.pro index 8efd98eef..31067751c 100644 --- a/src/plugins/General/hal/hal.pro +++ b/src/plugins/General/hal/hal.pro @@ -22,7 +22,8 @@ TRANSLATIONS = translations/hal_plugin_cs.ts \ translations/hal_plugin_it.ts \ translations/hal_plugin_tr.ts \ translations/hal_plugin_lt.ts \ - translations/hal_plugin_nl.ts + translations/hal_plugin_nl.ts \ + translations/hal_plugin_ja.ts RESOURCES = translations/translations.qrc diff --git a/src/plugins/General/hal/translations/hal_plugin_ja.ts b/src/plugins/General/hal/translations/hal_plugin_ja.ts new file mode 100644 index 000000000..cc993d4c8 --- /dev/null +++ b/src/plugins/General/hal/translations/hal_plugin_ja.ts @@ -0,0 +1,88 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE TS> +<TS version="2.0" language="ja_JP"> +<context> + <name>HalFactory</name> + <message> + <location filename="../halfactory.cpp" line="30"/> + <source>HAL Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../halfactory.cpp" line="50"/> + <source>About HAL Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../halfactory.cpp" line="51"/> + <source>Qmmp HAL Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../halfactory.cpp" line="52"/> + <source>This plugin provides removable devices detection using HAL</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../halfactory.cpp" line="53"/> + <source>Writen by: Ilya Kotov <forkotov02@hotmail.ru></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../halfactory.cpp" line="54"/> + <source>Based on Solid (KDE hardware library)</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> + <name>HalPlugin</name> + <message> + <location filename="../halplugin.cpp" line="160"/> + <source>Add CD "%1"</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../halplugin.cpp" line="166"/> + <source>Add Volume "%1"</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> + <name>SettingsDialog</name> + <message> + <location filename="../settingsdialog.ui" line="13"/> + <source>HAL Plugin Settings</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="28"/> + <source>CD Audio Detection</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="37"/> + <source>Add tracks to playlist automatically</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="44"/> + <source>Remove tracks from playlist automatically</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="54"/> + <source>Removable Device Detection</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="63"/> + <source>Add files to playlist automatically</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="70"/> + <source>Remove files from playlist automatically</source> + <translation type="unfinished"></translation> + </message> +</context> +</TS> diff --git a/src/plugins/General/hal/translations/translations.qrc b/src/plugins/General/hal/translations/translations.qrc index c9915a69f..38bb15c9d 100644 --- a/src/plugins/General/hal/translations/translations.qrc +++ b/src/plugins/General/hal/translations/translations.qrc @@ -12,5 +12,6 @@ <file>hal_plugin_tr.qm</file> <file>hal_plugin_lt.qm</file> <file>hal_plugin_nl.qm</file> + <file>hal_plugin_ja.qm</file> </qresource> </RCC> diff --git a/src/plugins/General/hotkey/hotkey.pro b/src/plugins/General/hotkey/hotkey.pro index 2a1e74444..d697ca56f 100644 --- a/src/plugins/General/hotkey/hotkey.pro +++ b/src/plugins/General/hotkey/hotkey.pro @@ -24,7 +24,8 @@ TRANSLATIONS = translations/hotkey_plugin_cs.ts \ translations/hotkey_plugin_it.ts \ translations/hotkey_plugin_tr.ts \ translations/hotkey_plugin_lt.ts \ - translations/hotkey_plugin_nl.ts + translations/hotkey_plugin_nl.ts \ + translations/hotkey_plugin_ja.ts RESOURCES = translations/translations.qrc isEmpty(LIB_DIR){ 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> diff --git a/src/plugins/General/hotkey/translations/translations.qrc b/src/plugins/General/hotkey/translations/translations.qrc index a938c0a44..6433690cc 100644 --- a/src/plugins/General/hotkey/translations/translations.qrc +++ b/src/plugins/General/hotkey/translations/translations.qrc @@ -12,5 +12,6 @@ <file>hotkey_plugin_tr.qm</file> <file>hotkey_plugin_lt.qm</file> <file>hotkey_plugin_nl.qm</file> + <file>hotkey_plugin_ja.qm</file> </qresource> </RCC> diff --git a/src/plugins/General/kdenotify/kdenotify.pro b/src/plugins/General/kdenotify/kdenotify.pro index 179f965f7..f1b5211a3 100644 --- a/src/plugins/General/kdenotify/kdenotify.pro +++ b/src/plugins/General/kdenotify/kdenotify.pro @@ -39,7 +39,8 @@ TRANSLATIONS = translations/kdenotify_plugin_cs.ts \ translations/kdenotify_plugin_it.ts \ translations/kdenotify_plugin_tr.ts \ translations/kdenotify_plugin_lt.ts \ - translations/kdenotify_plugin_nl.ts + translations/kdenotify_plugin_nl.ts \ + translations/kdenotify_plugin_ja.ts images.files = app_icon.png \ empty_cover.png diff --git a/src/plugins/General/kdenotify/translations/kdenotify_plugin_ja.ts b/src/plugins/General/kdenotify/translations/kdenotify_plugin_ja.ts new file mode 100644 index 000000000..8cd3cb713 --- /dev/null +++ b/src/plugins/General/kdenotify/translations/kdenotify_plugin_ja.ts @@ -0,0 +1,74 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE TS> +<TS version="2.0" language="ja_JP"> +<context> + <name>KdeNotify</name> + <message> + <location filename="../kdenotify.cpp" line="122"/> + <source>Qmmp now playing:</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> + <name>KdeNotifyFactory</name> + <message> + <location filename="../kdenotifyfactory.cpp" line="30"/> + <source>KDE 4 notification plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../kdenotifyfactory.cpp" line="50"/> + <source>About KDE Notification Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../kdenotifyfactory.cpp" line="51"/> + <source>KDE 4 notification plugin for Qmmp +</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> + <name>SettingsDialog</name> + <message> + <location filename="../settingsdialog.ui" line="14"/> + <source>KDE 4 Notification Plugin Settings</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="39"/> + <source>Options</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="45"/> + <source>Notification delay [s]:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="75"/> + <source>Update visible notification instead create new</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="85"/> + <source>Appearance</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="91"/> + <source>Show covers</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="100"/> + <source>Change template</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.cpp" line="75"/> + <source>Notification Template</source> + <translation type="unfinished"></translation> + </message> +</context> +</TS> diff --git a/src/plugins/General/kdenotify/translations/translations.qrc b/src/plugins/General/kdenotify/translations/translations.qrc index 327e94aaf..1d5821d8d 100644 --- a/src/plugins/General/kdenotify/translations/translations.qrc +++ b/src/plugins/General/kdenotify/translations/translations.qrc @@ -12,5 +12,6 @@ <file>kdenotify_plugin_tr.qm</file> <file>kdenotify_plugin_lt.qm</file> <file>kdenotify_plugin_nl.qm</file> + <file>kdenotify_plugin_ja.qm</file> </qresource> </RCC> diff --git a/src/plugins/General/lyrics/lyrics.pro b/src/plugins/General/lyrics/lyrics.pro index ebb951bdb..43b1a5307 100644 --- a/src/plugins/General/lyrics/lyrics.pro +++ b/src/plugins/General/lyrics/lyrics.pro @@ -26,7 +26,8 @@ TRANSLATIONS = translations/lyrics_plugin_cs.ts \ translations/lyrics_plugin_it.ts \ translations/lyrics_plugin_tr.ts \ translations/lyrics_plugin_lt.ts \ - translations/lyrics_plugin_nl.ts + translations/lyrics_plugin_nl.ts \ + translations/lyrics_plugin_ja.ts RESOURCES = translations/translations.qrc unix{ isEmpty(LIB_DIR){ diff --git a/src/plugins/General/lyrics/translations/lyrics_plugin_ja.ts b/src/plugins/General/lyrics/translations/lyrics_plugin_ja.ts new file mode 100644 index 000000000..1b073fb50 --- /dev/null +++ b/src/plugins/General/lyrics/translations/lyrics_plugin_ja.ts @@ -0,0 +1,99 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE TS> +<TS version="2.0" language="ja_JP"> +<context> + <name>Lyrics</name> + <message> + <location filename="../lyrics.cpp" line="35"/> + <source>View Lyrics</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../lyrics.cpp" line="36"/> + <source>Ctrl+L</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> + <name>LyricsFactory</name> + <message> + <location filename="../lyricsfactory.cpp" line="29"/> + <source>Lyrics Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../lyricsfactory.cpp" line="50"/> + <source>About Lyrics Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../lyricsfactory.cpp" line="51"/> + <source>Qmmp Lyrics Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../lyricsfactory.cpp" line="52"/> + <source>This plugin retrieves lyrics from lyricsplugin.com</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../lyricsfactory.cpp" line="53"/> + <source>Writen by: Ilya Kotov <forkotov02@hotmail.ru></source> + <translation type="unfinished"></translation> + </message> +</context> +<context> + <name>LyricsWindow</name> + <message> + <location filename="../lyricswindow.ui" line="14"/> + <source>Lyrics Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../lyricswindow.ui" line="31"/> + <source>Artist:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../lyricswindow.ui" line="41"/> + <source>Title:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../lyricswindow.ui" line="51"/> + <source>Search</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../lyricswindow.ui" line="60"/> + <source>No connection</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../lyricswindow.cpp" line="64"/> + <source>Done</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../lyricswindow.cpp" line="67"/> + <source>Error</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../lyricswindow.cpp" line="96"/> + <location filename="../lyricswindow.cpp" line="126"/> + <source>Receiving</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../lyricswindow.cpp" line="115"/> + <source>Not found</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../lyricswindow.cpp" line="127"/> + <source>Lyrics: %1 - %2</source> + <translation type="unfinished"></translation> + </message> +</context> +</TS> diff --git a/src/plugins/General/lyrics/translations/translations.qrc b/src/plugins/General/lyrics/translations/translations.qrc index bac88c20c..07e5fb171 100644 --- a/src/plugins/General/lyrics/translations/translations.qrc +++ b/src/plugins/General/lyrics/translations/translations.qrc @@ -12,5 +12,6 @@ <file>lyrics_plugin_tr.qm</file> <file>lyrics_plugin_lt.qm</file> <file>lyrics_plugin_nl.qm</file> + <file>lyrics_plugin_ja.qm</file> </qresource> </RCC> diff --git a/src/plugins/General/mpris/mpris.pro b/src/plugins/General/mpris/mpris.pro index 6586a2978..ce575e7c8 100644 --- a/src/plugins/General/mpris/mpris.pro +++ b/src/plugins/General/mpris/mpris.pro @@ -22,7 +22,8 @@ TRANSLATIONS = translations/mpris_plugin_cs.ts \ translations/mpris_plugin_it.ts \ translations/mpris_plugin_tr.ts \ translations/mpris_plugin_lt.ts \ - translations/mpris_plugin_nl.ts + translations/mpris_plugin_nl.ts \ + translations/mpris_plugin_ja.ts RESOURCES = translations/translations.qrc isEmpty(LIB_DIR){ diff --git a/src/plugins/General/mpris/translations/mpris_plugin_ja.ts b/src/plugins/General/mpris/translations/mpris_plugin_ja.ts new file mode 100644 index 000000000..eed2d7ea6 --- /dev/null +++ b/src/plugins/General/mpris/translations/mpris_plugin_ja.ts @@ -0,0 +1,27 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE TS> +<TS version="2.0" language="ja_JP"> +<context> + <name>MPRISFactory</name> + <message> + <location filename="../mprisfactory.cpp" line="29"/> + <source>MPRIS Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../mprisfactory.cpp" line="49"/> + <source>About MPRIS Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../mprisfactory.cpp" line="50"/> + <source>Qmmp MPRIS Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../mprisfactory.cpp" line="51"/> + <source>Writen by: Ilya Kotov <forkotov02@hotmail.ru></source> + <translation type="unfinished"></translation> + </message> +</context> +</TS> diff --git a/src/plugins/General/mpris/translations/translations.qrc b/src/plugins/General/mpris/translations/translations.qrc index 9e2bd2b23..a0d730851 100644 --- a/src/plugins/General/mpris/translations/translations.qrc +++ b/src/plugins/General/mpris/translations/translations.qrc @@ -12,5 +12,6 @@ <file>mpris_plugin_tr.qm</file> <file>mpris_plugin_lt.qm</file> <file>mpris_plugin_nl.qm</file> + <file>mpris_plugin_ja.qm</file> </qresource> </RCC> diff --git a/src/plugins/General/notifier/notifier.pro b/src/plugins/General/notifier/notifier.pro index b074fcd48..35b8d4f08 100644 --- a/src/plugins/General/notifier/notifier.pro +++ b/src/plugins/General/notifier/notifier.pro @@ -25,7 +25,8 @@ TRANSLATIONS = translations/notifier_plugin_cs.ts \ translations/notifier_plugin_it.ts \ translations/notifier_plugin_tr.ts \ translations/notifier_plugin_lt.ts \ - translations/notifier_plugin_nl.ts + translations/notifier_plugin_nl.ts \ + translations/notifier_plugin_ja.ts RESOURCES = notifier_images.qrc \ translations/translations.qrc diff --git a/src/plugins/General/notifier/translations/notifier_plugin_ja.ts b/src/plugins/General/notifier/translations/notifier_plugin_ja.ts new file mode 100644 index 000000000..37ac8d132 --- /dev/null +++ b/src/plugins/General/notifier/translations/notifier_plugin_ja.ts @@ -0,0 +1,189 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE TS> +<TS version="2.0" language="ja_JP"> +<context> + <name>NotifierFactory</name> + <message> + <location filename="../notifierfactory.cpp" line="30"/> + <source>Notifier Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../notifierfactory.cpp" line="50"/> + <source>About Notifier Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../notifierfactory.cpp" line="51"/> + <source>Qmmp Notifier Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../notifierfactory.cpp" line="52"/> + <source>Writen by: Ilya Kotov <forkotov02@hotmail.ru></source> + <translation type="unfinished"></translation> + </message> +</context> +<context> + <name>PopupWidget</name> + <message> + <location filename="../popupwidget.cpp" line="127"/> + <source>Volume:</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> + <name>SettingsDialog</name> + <message> + <location filename="../settingsdialog.ui" line="14"/> + <source>Notifier Plugin Settings</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="35"/> + <source>Desktop Notification</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="41"/> + <source>Song change notification</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="48"/> + <source>Volume change notification</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="55"/> + <source>Font:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="75"/> + <source>Delay (ms):</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="101"/> + <source>Transparency:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="124"/> + <location filename="../settingsdialog.ui" line="334"/> + <source>0</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="281"/> + <source>Position</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="301"/> + <source>...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="308"/> + <source>Cover size:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="344"/> + <source>Notification Template</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="373"/> + <source>Reset</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="380"/> + <source>Insert</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="390"/> + <source>Psi Notification</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="402"/> + <source>Enable Psi notification</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.cpp" line="107"/> + <source>Artist</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.cpp" line="108"/> + <source>Album</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.cpp" line="109"/> + <source>Title</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.cpp" line="110"/> + <source>Track number</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.cpp" line="111"/> + <source>Two-digit track number</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.cpp" line="112"/> + <source>Genre</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.cpp" line="113"/> + <source>Comment</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.cpp" line="114"/> + <source>Composer</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.cpp" line="115"/> + <source>Duration</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.cpp" line="116"/> + <source>Disc number</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.cpp" line="117"/> + <source>File name</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.cpp" line="118"/> + <source>File path</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.cpp" line="119"/> + <source>Year</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.cpp" line="120"/> + <source>Condition</source> + <translation type="unfinished"></translation> + </message> +</context> +</TS> diff --git a/src/plugins/General/notifier/translations/translations.qrc b/src/plugins/General/notifier/translations/translations.qrc index 8473070ea..1c5acd7b2 100644 --- a/src/plugins/General/notifier/translations/translations.qrc +++ b/src/plugins/General/notifier/translations/translations.qrc @@ -12,5 +12,6 @@ <file>notifier_plugin_tr.qm</file> <file>notifier_plugin_lt.qm</file> <file>notifier_plugin_nl.qm</file> + <file>notifier_plugin_ja.qm</file> </qresource> </RCC> diff --git a/src/plugins/General/scrobbler/scrobbler.pro b/src/plugins/General/scrobbler/scrobbler.pro index 4c579d9f3..0a22464c6 100644 --- a/src/plugins/General/scrobbler/scrobbler.pro +++ b/src/plugins/General/scrobbler/scrobbler.pro @@ -17,7 +17,8 @@ TRANSLATIONS = translations/scrobbler_plugin_cs.ts \ translations/scrobbler_plugin_it.ts \ translations/scrobbler_plugin_tr.ts \ translations/scrobbler_plugin_lt.ts \ - translations/scrobbler_plugin_nl.ts + translations/scrobbler_plugin_nl.ts \ + translations/scrobbler_plugin_ja.ts RESOURCES = translations/translations.qrc unix { diff --git a/src/plugins/General/scrobbler/translations/scrobbler_plugin_ja.ts b/src/plugins/General/scrobbler/translations/scrobbler_plugin_ja.ts new file mode 100644 index 000000000..f33ea051d --- /dev/null +++ b/src/plugins/General/scrobbler/translations/scrobbler_plugin_ja.ts @@ -0,0 +1,57 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE TS> +<TS version="2.0" language="ja_JP"> +<context> + <name>ScrobblerFactory</name> + <message> + <location filename="../scrobblerfactory.cpp" line="30"/> + <source>Scrobbler Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../scrobblerfactory.cpp" line="50"/> + <source>About Scrobbler Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../scrobblerfactory.cpp" line="51"/> + <source>Qmmp AudioScrobbler Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../scrobblerfactory.cpp" line="52"/> + <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>Scrobbler Plugin Settings</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="32"/> + <source>Last.fm</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="41"/> + <location filename="../settingsdialog.ui" line="77"/> + <source>User name:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="51"/> + <location filename="../settingsdialog.ui" line="87"/> + <source>Password:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="68"/> + <source>Libre.fm</source> + <translation type="unfinished"></translation> + </message> +</context> +</TS> diff --git a/src/plugins/General/scrobbler/translations/translations.qrc b/src/plugins/General/scrobbler/translations/translations.qrc index 3fa440af4..77cda3d9a 100644 --- a/src/plugins/General/scrobbler/translations/translations.qrc +++ b/src/plugins/General/scrobbler/translations/translations.qrc @@ -12,5 +12,6 @@ <file>scrobbler_plugin_tr.qm</file> <file>scrobbler_plugin_lt.qm</file> <file>scrobbler_plugin_nl.qm</file> + <file>scrobbler_plugin_ja.qm</file> </qresource> </RCC> diff --git a/src/plugins/General/statusicon/statusicon.pro b/src/plugins/General/statusicon/statusicon.pro index 8d0f09bfc..e33ac1b56 100644 --- a/src/plugins/General/statusicon/statusicon.pro +++ b/src/plugins/General/statusicon/statusicon.pro @@ -27,7 +27,8 @@ TRANSLATIONS = translations/statusicon_plugin_cs.ts \ translations/statusicon_plugin_it.ts \ translations/statusicon_plugin_tr.ts \ translations/statusicon_plugin_lt.ts \ - translations/statusicon_plugin_nl.ts + translations/statusicon_plugin_nl.ts \ + translations/statusicon_plugin_ja.ts RESOURCES = translations/translations.qrc unix { diff --git a/src/plugins/General/statusicon/translations/statusicon_plugin_ja.ts b/src/plugins/General/statusicon/translations/statusicon_plugin_ja.ts new file mode 100644 index 000000000..160d1017c --- /dev/null +++ b/src/plugins/General/statusicon/translations/statusicon_plugin_ja.ts @@ -0,0 +1,152 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE TS> +<TS version="2.0" language="ja_JP"> +<context> + <name>SettingsDialog</name> + <message> + <location filename="../settingsdialog.ui" line="14"/> + <source>Status Icon Plugin Settings</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="29"/> + <source>Balloon message</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="38"/> + <location filename="../settingsdialog.ui" line="105"/> + <source>Delay, ms:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="79"/> + <source>Tooltip</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="91"/> + <source>Try to split file name when no tag</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="98"/> + <source>Show progress bar</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="131"/> + <source>Transparency:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="165"/> + <source>0</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="174"/> + <source>Cover size:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="214"/> + <source>32</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="225"/> + <source>Change template</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="250"/> + <source>Use standard icons</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.cpp" line="70"/> + <source>Tooltip Template</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> + <name>StatusIcon</name> + <message> + <location filename="../statusicon.cpp" line="65"/> + <source>Play</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../statusicon.cpp" line="66"/> + <source>Pause</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../statusicon.cpp" line="67"/> + <source>Stop</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../statusicon.cpp" line="69"/> + <source>Next</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../statusicon.cpp" line="70"/> + <source>Previous</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../statusicon.cpp" line="72"/> + <source>Exit</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../statusicon.cpp" line="125"/> + <source>Now Playing</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> + <name>StatusIconFactory</name> + <message> + <location filename="../statusiconfactory.cpp" line="30"/> + <source>Status Icon Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../statusiconfactory.cpp" line="50"/> + <source>About Status Icon Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../statusiconfactory.cpp" line="51"/> + <source>Qmmp Status Icon Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../statusiconfactory.cpp" line="52"/> + <source>Writen by:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../statusiconfactory.cpp" line="53"/> + <source>Ilya Kotov <forkotov02@hotmail.ru></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../statusiconfactory.cpp" line="54"/> + <source>Artur Guzik <a.guzik88@gmail.com></source> + <translation type="unfinished"></translation> + </message> +</context> +<context> + <name>StatusIconPopupWidget</name> + <message> + <location filename="../statusiconpopupwidget.cpp" line="135"/> + <source>Stopped</source> + <translation type="unfinished"></translation> + </message> +</context> +</TS> diff --git a/src/plugins/General/statusicon/translations/translations.qrc b/src/plugins/General/statusicon/translations/translations.qrc index 718688f3a..6c3cce9a1 100644 --- a/src/plugins/General/statusicon/translations/translations.qrc +++ b/src/plugins/General/statusicon/translations/translations.qrc @@ -12,5 +12,6 @@ <file>statusicon_plugin_tr.qm</file> <file>statusicon_plugin_lt.qm</file> <file>statusicon_plugin_nl.qm</file> + <file>statusicon_plugin_ja.qm</file> </qresource> </RCC> |
