aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/General/scrobbler
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2008-06-13 13:39:11 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2008-06-13 13:39:11 +0000
commita8ace24c6dd0c34984157801aae5f477fb820e7d (patch)
treee4cd6c3891de451539540c4eeb3fdb7f601feb43 /src/plugins/General/scrobbler
parent91a947e40e3de0ae63dc1f2d9067d3961fc19ddb (diff)
downloadqmmp-a8ace24c6dd0c34984157801aae5f477fb820e7d.tar.gz
qmmp-a8ace24c6dd0c34984157801aae5f477fb820e7d.tar.bz2
qmmp-a8ace24c6dd0c34984157801aae5f477fb820e7d.zip
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
Diffstat (limited to 'src/plugins/General/scrobbler')
-rw-r--r--src/plugins/General/scrobbler/scrobbler.pro3
-rw-r--r--src/plugins/General/scrobbler/translations/scrobbler_plugin_zh_CN.qmbin0 -> 794 bytes
-rw-r--r--src/plugins/General/scrobbler/translations/scrobbler_plugin_zh_CN.ts54
-rw-r--r--src/plugins/General/scrobbler/translations/translations.qrc1
4 files changed, 57 insertions, 1 deletions
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
--- /dev/null
+++ b/src/plugins/General/scrobbler/translations/scrobbler_plugin_zh_CN.qm
Binary files 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 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!DOCTYPE TS><TS version="1.1" language="zh_CN">
+<context>
+ <name>ScrobblerFactory</name>
+ <message>
+ <location filename="../scrobblerfactory.cpp" line="30"/>
+ <source>Scrobbler Plugin</source>
+ <translation>Scrobbler 插件</translation>
+ </message>
+ <message>
+ <location filename="../scrobblerfactory.cpp" line="49"/>
+ <source>About Scrobbler Plugin</source>
+ <translation>关于 Scrobbler 插件</translation>
+ </message>
+ <message>
+ <location filename="../scrobblerfactory.cpp" line="50"/>
+ <source>Qmmp AudioScrobbler Plugin</source>
+ <translation>Qmmp Scrobbler 插件</translation>
+ </message>
+ <message>
+ <location filename="../scrobblerfactory.cpp" line="51"/>
+ <source>Writen by: Ilya Kotov &lt;forkotov02@hotmail.ru&gt;</source>
+ <translation>作者:Ilya Kotov &lt;forkotov02@hotmail.ru&gt;</translation>
+ </message>
+</context>
+<context>
+ <name>SettingsDialog</name>
+ <message>
+ <location filename="../settingsdialog.ui" line="13"/>
+ <source>Scrobbler Plugin Settings</source>
+ <translation>Scrobbler 插件设置</translation>
+ </message>
+ <message>
+ <location filename="../settingsdialog.ui" line="19"/>
+ <source>User name:</source>
+ <translation>用户名:</translation>
+ </message>
+ <message>
+ <location filename="../settingsdialog.ui" line="29"/>
+ <source>Password:</source>
+ <translation>密码:</translation>
+ </message>
+ <message>
+ <location filename="../settingsdialog.ui" line="58"/>
+ <source>OK</source>
+ <translation>确定</translation>
+ </message>
+ <message>
+ <location filename="../settingsdialog.ui" line="65"/>
+ <source>Cancel</source>
+ <translation>取消</translation>
+ </message>
+</context>
+</TS>
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 @@
<qresource>
<file>scrobbler_plugin_cs.qm</file>
<file>scrobbler_plugin_de.qm</file>
+ <file>scrobbler_plugin_zh_CN.qm</file>
</qresource>
</RCC>