Initial commit
This commit is contained in:
9
content/lib/plugins/popularity/lang/zh/intro.txt
Normal file
9
content/lib/plugins/popularity/lang/zh/intro.txt
Normal file
@@ -0,0 +1,9 @@
|
||||
====== 人气反馈 ======
|
||||
|
||||
本工具收集关于您维基站点的匿名信息,并允许您将其发送给 DokuWiki 的开发者。这样做有助于我们了解用户是如何使用 DokuWiki 的,并能使我们未来的开发决策建立在现实使用数据上。
|
||||
|
||||
我们鼓励您不时重复该步骤,以便我们能了解您的维基站点发展进度。您的数据集将被匿名 ID 标识。
|
||||
|
||||
收集的数据包括 DokuWiki 版本、您的页面数量以及文件大小、已安装的插件、服务器上的 PHP 相关信息。
|
||||
|
||||
将被发送的原始数据如下所示。请点击“发送数据”按扭进行传输。
|
22
content/lib/plugins/popularity/lang/zh/lang.php
Normal file
22
content/lib/plugins/popularity/lang/zh/lang.php
Normal file
@@ -0,0 +1,22 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
|
||||
*
|
||||
* @author ZDYX <zhangduyixiong@gmail.com>
|
||||
* @author http://www.chinese-tools.com/tools/converter-tradsimp.html
|
||||
* @author Simon zhan <simonzhan@21cn.com>
|
||||
* @author ben <ben@livetom.com>
|
||||
* @author lainme <lainme993@gmail.com>
|
||||
* @author caii <zhoucaiqi@gmail.com>
|
||||
* @author Hiphen Lee <jacob.b.leung@gmail.com>
|
||||
* @author Shuo-Ting Jian <shoting@gmail.com>
|
||||
* @author phy25 <git@phy25.com>
|
||||
*/
|
||||
$lang['name'] = '人气反馈(载入可能需要一些时间)';
|
||||
$lang['submit'] = '发送数据';
|
||||
$lang['autosubmit'] = '每月自动发送';
|
||||
$lang['submissionFailed'] = '数据由于以下原因不恩你给发送:';
|
||||
$lang['submitDirectly'] = '你可以手动提交下面的表单来发送数据。';
|
||||
$lang['autosubmitError'] = '因以下原因,上一次自动提交失败:';
|
||||
$lang['lastSent'] = '数据已发送';
|
3
content/lib/plugins/popularity/lang/zh/submitted.txt
Normal file
3
content/lib/plugins/popularity/lang/zh/submitted.txt
Normal file
@@ -0,0 +1,3 @@
|
||||
====== 人气反馈 ======
|
||||
|
||||
数据发送成功。
|
Reference in New Issue
Block a user