about summary refs log tree commit diff stats
path: root/wiki/lib/plugins/styling/lang/zh/lang.php
diff options
context:
space:
mode:
Diffstat (limited to 'wiki/lib/plugins/styling/lang/zh/lang.php')
-rw-r--r--wiki/lib/plugins/styling/lang/zh/lang.php23
1 files changed, 23 insertions, 0 deletions
diff --git a/wiki/lib/plugins/styling/lang/zh/lang.php b/wiki/lib/plugins/styling/lang/zh/lang.php
new file mode 100644
index 0000000..386312a
--- /dev/null
+++ b/wiki/lib/plugins/styling/lang/zh/lang.php
@@ -0,0 +1,23 @@
+<?php
+
+/**
+ * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
+ *
+ * @author lainme <lainme993@gmail.com>
+ */
+$lang['menu']                  = '模板样式设置';
+$lang['js']['loader']          = '正在载入预览...<br />如果本句一直没有消失,您的设置可能有错';
+$lang['js']['popup']           = '作为弹出窗口打开';
+$lang['error']                 = '抱歉,这个模板不支持这项功能。';
+$lang['btn_preview']           = '预览改动';
+$lang['btn_save']              = '保存改动';
+$lang['btn_reset']             = '重置当前改动';
+$lang['btn_revert']            = '回退样式到模板的默认值';
+$lang['__text__']              = '主要的字体颜色';
+$lang['__background__']        = '主要的背景颜色';
+$lang['__text_alt__']          = '备选字体的颜色';
+$lang['__background_alt__']    = '备选背景的颜色';
+$lang['__text_neu__']          = '中性字体的颜色';
+$lang['__background_neu__']    = '中性背景的颜色';
+$lang['__border__']            = '边框颜色';
+$lang['__highlight__']         = '高亮颜色 (主要用于搜索结果)';