summaryrefslogtreecommitdiff
path: root/platform/www/lib/plugins/textinsert/lang/zh/lang.php
diff options
context:
space:
mode:
Diffstat (limited to 'platform/www/lib/plugins/textinsert/lang/zh/lang.php')
-rw-r--r--platform/www/lib/plugins/textinsert/lang/zh/lang.php23
1 files changed, 23 insertions, 0 deletions
diff --git a/platform/www/lib/plugins/textinsert/lang/zh/lang.php b/platform/www/lib/plugins/textinsert/lang/zh/lang.php
new file mode 100644
index 0000000..09d578a
--- /dev/null
+++ b/platform/www/lib/plugins/textinsert/lang/zh/lang.php
@@ -0,0 +1,23 @@
+<?php
+
+/**
+ * @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
+ *
+ * @author RainSlide <RainSlide@outlook.com>
+ */
+$lang['menu'] = 'TextInsert 宏插件';
+$lang['btn_add'] = '添加';
+$lang['btn_del'] = '删除';
+$lang['btn_edit'] = '提交编辑';
+$lang['label_list'] = '宏列表';
+$lang['label_add'] = '添加宏';
+$lang['label_del'] = '删除宏';
+$lang['label_edit'] = '编辑宏';
+$lang['col_subst'] = '替换文本';
+$lang['add_macros'] = '添加宏';
+$lang['delete_macros'] = '删除宏';
+$lang['edit_macros'] = '编辑宏';
+$lang['view_macros'] = '显示宏列表';
+$lang['hide_macros'] = '隐藏宏列表';
+$lang['hide_info'] = '关闭信息';
+$lang['show_info'] = '显示信息';