]> git.mxchange.org Git - friendica-addons.git/commitdiff
ZH CN translation of the piwik addon THX 朱陈锬
authorTobias Diekershoff <tobias.diekershoff@gmx.net>
Fri, 2 Mar 2018 10:33:41 +0000 (11:33 +0100)
committerTobias Diekershoff <tobias.diekershoff@gmx.net>
Fri, 2 Mar 2018 10:33:41 +0000 (11:33 +0100)
piwik/lang/zh-cn/messages.po [new file with mode: 0644]
piwik/lang/zh-cn/strings.php

diff --git a/piwik/lang/zh-cn/messages.po b/piwik/lang/zh-cn/messages.po
new file mode 100644 (file)
index 0000000..6db5342
--- /dev/null
@@ -0,0 +1,64 @@
+# ADDON piwik
+# Copyright (C)
+# This file is distributed under the same license as the Friendica piwik addon package.
+# 
+# 
+# Translators:
+# 朱陈锬 <tangenters@outlook.com>, 2018
+msgid ""
+msgstr ""
+"Project-Id-Version: friendica\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2015-07-26 12:49+0200\n"
+"PO-Revision-Date: 2018-03-01 09:57+0000\n"
+"Last-Translator: 朱陈锬 <tangenters@outlook.com>\n"
+"Language-Team: Chinese (China) (http://www.transifex.com/Friendica/friendica/language/zh_CN/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: zh_CN\n"
+"Plural-Forms: nplurals=1; plural=0;\n"
+
+#: piwik.php:79
+msgid ""
+"This website is tracked using the <a href='http://www.piwik.org'>Piwik</a> "
+"analytics tool."
+msgstr "此网站用 <a href='http://www.piwik.org'>Piwik</a> 追踪分析工具。"
+
+#: piwik.php:82
+#, php-format
+msgid ""
+"If you do not want that your visits are logged in this way you <a "
+"href='%s'>can set a cookie to prevent Piwik from tracking further visits of "
+"the site</a> (opt-out)."
+msgstr ""
+
+#: piwik.php:89
+msgid "Save Settings"
+msgstr "保存设置"
+
+#: piwik.php:90
+msgid "Piwik Base URL"
+msgstr ""
+
+#: piwik.php:90
+msgid ""
+"Absolute path to your Piwik installation. (without protocol (http/s), with "
+"trailing slash)"
+msgstr ""
+
+#: piwik.php:91
+msgid "Site ID"
+msgstr ""
+
+#: piwik.php:92
+msgid "Show opt-out cookie link?"
+msgstr ""
+
+#: piwik.php:93
+msgid "Asynchronous tracking"
+msgstr "异步追踪"
+
+#: piwik.php:105
+msgid "Settings updated."
+msgstr "设置已更新。"
index 21ce8b6fb55ada32b1cd589934b4ef644c127eca..ad99b36495d4a1fb24d02d9733a410569657d7f1 100644 (file)
@@ -1,11 +1,16 @@
-<?php\r
-\r
-$a->strings["This website is tracked using the <a href='http://www.piwik.org'>Piwik</a> analytics tool."] = "这个网站用<a href='http://www.piwik.org'>Piwik</a>分析工具追踪 。";\r
-$a->strings["If you do not want that your visits are logged this way you <a href='%s'>can set a cookie to prevent Piwik from tracking further visits of the site</a> (opt-out)."] = "如果您不想您访问这样记录您<a href='%s'>可以用一个cookie防Piwik追踪未来的访问</a>(选择性退出)。";\r
-$a->strings["Submit"] = "提交";\r
-$a->strings["Piwik Base URL"] = "Piwik基础URL";\r
-$a->strings["Absolute path to your Piwik installation. (without protocol (http/s), with trailing slash)"] = "绝对道路到Piwik安装。(没有协议(http/s)跟斜线后缀)";\r
-$a->strings["Site ID"] = "网站ID";\r
-$a->strings["Show opt-out cookie link?"] = " 显示选择性退出cookie按钮?";\r
-$a->strings["Asynchronous tracking"] = "异步追踪";\r
-$a->strings["Settings updated."] = "设置跟新了";\r
+<?php
+
+if(! function_exists("string_plural_select_zh_cn")) {
+function string_plural_select_zh_cn($n){
+       return 0;;
+}}
+;
+$a->strings["This website is tracked using the <a href='http://www.piwik.org'>Piwik</a> analytics tool."] = "此网站用 <a href='http://www.piwik.org'>Piwik</a> 追踪分析工具。";
+$a->strings["If you do not want that your visits are logged in this way you <a href='%s'>can set a cookie to prevent Piwik from tracking further visits of the site</a> (opt-out)."] = "";
+$a->strings["Save Settings"] = "保存设置";
+$a->strings["Piwik Base URL"] = "";
+$a->strings["Absolute path to your Piwik installation. (without protocol (http/s), with trailing slash)"] = "";
+$a->strings["Site ID"] = "";
+$a->strings["Show opt-out cookie link?"] = "";
+$a->strings["Asynchronous tracking"] = "异步追踪";
+$a->strings["Settings updated."] = "设置已更新。";