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/scrobbler/scrobbler.pro | 3 +- .../scrobbler/translations/scrobbler_plugin_ja.ts | 57 ++++++++++++++++++++++ .../scrobbler/translations/translations.qrc | 1 + 3 files changed, 60 insertions(+), 1 deletion(-) create mode 100644 src/plugins/General/scrobbler/translations/scrobbler_plugin_ja.ts (limited to 'src/plugins/General/scrobbler') 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 @@ + + + + + ScrobblerFactory + + + Scrobbler Plugin + + + + + About Scrobbler Plugin + + + + + Qmmp AudioScrobbler Plugin + + + + + Writen by: Ilya Kotov <forkotov02@hotmail.ru> + + + + + SettingsDialog + + + Scrobbler Plugin Settings + + + + + Last.fm + + + + + + User name: + + + + + + Password: + + + + + Libre.fm + + + + 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 @@ scrobbler_plugin_tr.qm scrobbler_plugin_lt.qm scrobbler_plugin_nl.qm + scrobbler_plugin_ja.qm -- cgit v1.2.3-13-gbd6f