friendica-addons/piwik/lang/zh-cn/strings.php
2013-02-27 09:38:30 -05:00

12 lines
1,017 B
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
$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 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>(选择性退出)。";
$a->strings["Submit"] = "提交";
$a->strings["Piwik Base URL"] = "Piwik基础URL";
$a->strings["Absolute path to your Piwik installation. (without protocol (http/s), with trailing slash)"] = "绝对道路到Piwik安装。没有协议http/s跟斜线后缀";
$a->strings["Site ID"] = "网站ID";
$a->strings["Show opt-out cookie link?"] = " 显示选择性退出cookie按钮";
$a->strings["Asynchronous tracking"] = "异步追踪";
$a->strings["Settings updated."] = "设置跟新了";