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/notifier/notifier.pro | 3 +- .../notifier/translations/notifier_plugin_ja.ts | 189 +++++++++++++++++++++ .../General/notifier/translations/translations.qrc | 1 + 3 files changed, 192 insertions(+), 1 deletion(-) create mode 100644 src/plugins/General/notifier/translations/notifier_plugin_ja.ts (limited to 'src/plugins/General/notifier') 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 @@ + + + + + NotifierFactory + + + Notifier Plugin + + + + + About Notifier Plugin + + + + + Qmmp Notifier Plugin + + + + + Writen by: Ilya Kotov <forkotov02@hotmail.ru> + + + + + PopupWidget + + + Volume: + + + + + SettingsDialog + + + Notifier Plugin Settings + + + + + Desktop Notification + + + + + Song change notification + + + + + Volume change notification + + + + + Font: + + + + + Delay (ms): + + + + + Transparency: + + + + + + 0 + + + + + Position + + + + + ... + + + + + Cover size: + + + + + Notification Template + + + + + Reset + + + + + Insert + + + + + Psi Notification + + + + + Enable Psi notification + + + + + Artist + + + + + Album + + + + + Title + + + + + Track number + + + + + Two-digit track number + + + + + Genre + + + + + Comment + + + + + Composer + + + + + Duration + + + + + Disc number + + + + + File name + + + + + File path + + + + + Year + + + + + Condition + + + + 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 @@ notifier_plugin_tr.qm notifier_plugin_lt.qm notifier_plugin_nl.qm + notifier_plugin_ja.qm -- cgit v1.2.3-13-gbd6f