profil finis
This commit is contained in:
1
projet/doku/lib/plugins/styling/lang/zh/intro.txt
Normal file
1
projet/doku/lib/plugins/styling/lang/zh/intro.txt
Normal file
@@ -0,0 +1 @@
|
||||
这个工具可以让您对当前选中的模板的某些样式设置进行改变。所有改动会保存在一个本地配置文件中,不会被升级所影响。
|
23
projet/doku/lib/plugins/styling/lang/zh/lang.php
Normal file
23
projet/doku/lib/plugins/styling/lang/zh/lang.php
Normal file
@@ -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__'] = '高亮颜色 (主要用于搜索结果)';
|
Reference in New Issue
Block a user