From a8ace24c6dd0c34984157801aae5f477fb820e7d Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Fri, 13 Jun 2008 13:39:11 +0000 Subject: updated Chinese Simplified Translation (author: lon) git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@409 90c681e8-e032-0410-971d-27865f9a5e38 --- src/plugins/General/scrobbler/scrobbler.pro | 3 +- .../translations/scrobbler_plugin_zh_CN.qm | Bin 0 -> 794 bytes .../translations/scrobbler_plugin_zh_CN.ts | 54 +++++++++++++++++++++ .../scrobbler/translations/translations.qrc | 1 + 4 files changed, 57 insertions(+), 1 deletion(-) create mode 100644 src/plugins/General/scrobbler/translations/scrobbler_plugin_zh_CN.qm create mode 100644 src/plugins/General/scrobbler/translations/scrobbler_plugin_zh_CN.ts (limited to 'src/plugins/General/scrobbler') diff --git a/src/plugins/General/scrobbler/scrobbler.pro b/src/plugins/General/scrobbler/scrobbler.pro index f8a811c10..682e09d90 100644 --- a/src/plugins/General/scrobbler/scrobbler.pro +++ b/src/plugins/General/scrobbler/scrobbler.pro @@ -12,7 +12,8 @@ QMAKE_CLEAN =$$PLUGINS_PREFIX/General/libscrobbler.so TRANSLATIONS = translations/scrobbler_plugin_cs.ts \ - translations/scrobbler_plugin_de.ts + translations/scrobbler_plugin_de.ts \ + translations/scrobbler_plugin_zh_CN.ts RESOURCES = translations/translations.qrc isEmpty(LIB_DIR){ diff --git a/src/plugins/General/scrobbler/translations/scrobbler_plugin_zh_CN.qm b/src/plugins/General/scrobbler/translations/scrobbler_plugin_zh_CN.qm new file mode 100644 index 000000000..ba4a52f54 Binary files /dev/null and b/src/plugins/General/scrobbler/translations/scrobbler_plugin_zh_CN.qm differ diff --git a/src/plugins/General/scrobbler/translations/scrobbler_plugin_zh_CN.ts b/src/plugins/General/scrobbler/translations/scrobbler_plugin_zh_CN.ts new file mode 100644 index 000000000..db60bc97d --- /dev/null +++ b/src/plugins/General/scrobbler/translations/scrobbler_plugin_zh_CN.ts @@ -0,0 +1,54 @@ + + + + ScrobblerFactory + + + Scrobbler Plugin + Scrobbler 插件 + + + + About Scrobbler Plugin + 关于 Scrobbler 插件 + + + + Qmmp AudioScrobbler Plugin + Qmmp Scrobbler 插件 + + + + Writen by: Ilya Kotov <forkotov02@hotmail.ru> + 作者:Ilya Kotov <forkotov02@hotmail.ru> + + + + SettingsDialog + + + Scrobbler Plugin Settings + Scrobbler 插件设置 + + + + User name: + 用户名: + + + + Password: + 密码: + + + + OK + 确定 + + + + Cancel + 取消 + + + diff --git a/src/plugins/General/scrobbler/translations/translations.qrc b/src/plugins/General/scrobbler/translations/translations.qrc index cd72b5864..e2f74389c 100644 --- a/src/plugins/General/scrobbler/translations/translations.qrc +++ b/src/plugins/General/scrobbler/translations/translations.qrc @@ -3,5 +3,6 @@ scrobbler_plugin_cs.qm scrobbler_plugin_de.qm + scrobbler_plugin_zh_CN.qm -- cgit v1.2.3-13-gbd6f