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/General/kdenotify/kdenotify.pro | 3 +- .../kdenotify/translations/kdenotify_plugin_ja.ts | 74 ++++++++++++++++++++++ .../kdenotify/translations/translations.qrc | 1 + 3 files changed, 77 insertions(+), 1 deletion(-) create mode 100644 src/plugins/General/kdenotify/translations/kdenotify_plugin_ja.ts (limited to 'src/plugins/General/kdenotify') 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 @@ + + + + + KdeNotify + + + Qmmp now playing: + + + + + KdeNotifyFactory + + + KDE 4 notification plugin + + + + + About KDE Notification Plugin + + + + + KDE 4 notification plugin for Qmmp + + + + + + SettingsDialog + + + KDE 4 Notification Plugin Settings + + + + + Options + + + + + Notification delay [s]: + + + + + Update visible notification instead create new + + + + + Appearance + + + + + Show covers + + + + + Change template + + + + + Notification Template + + + + 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 @@ kdenotify_plugin_tr.qm kdenotify_plugin_lt.qm kdenotify_plugin_nl.qm + kdenotify_plugin_ja.qm -- cgit v1.2.3-13-gbd6f