diff options
Diffstat (limited to 'wiki/lib/plugins/popularity/lang/zh/lang.php')
-rw-r--r-- | wiki/lib/plugins/popularity/lang/zh/lang.php | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/wiki/lib/plugins/popularity/lang/zh/lang.php b/wiki/lib/plugins/popularity/lang/zh/lang.php new file mode 100644 index 0000000..695b5c4 --- /dev/null +++ b/wiki/lib/plugins/popularity/lang/zh/lang.php @@ -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'] = '数据已发送'; |