Merge branch '3.6-rc'
[friendica-addons.git] / piwik / lang / zh-cn / strings.php
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."] = "设置已更新。";