mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-11 02:48:48 +00:00
add per-plugin language files
This commit is contained in:
parent
32063986f5
commit
887fcdbd3e
840 changed files with 10332 additions and 0 deletions
11
piwik/lang/zh-cn/strings.php
Normal file
11
piwik/lang/zh-cn/strings.php
Normal file
|
@ -0,0 +1,11 @@
|
|||
<?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."] = "设置跟新了";
|
Loading…
Add table
Add a link
Reference in a new issue