dockerwiki/content/lib/tpl/dokuwiki/lang/zh/lang.php
2021-10-26 13:02:53 +02:00

18 lines
909 B
PHP
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
/**
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
*
* @author Phy <dokuwiki@phy25.com>
* @author lainme <lainme993@gmail.com>
*/
$lang['__background_site__'] = '特别背景的颜色 (内容框后面)';
$lang['__link__'] = '一般链接的颜色';
$lang['__existing__'] = '指向存在的页面的链接颜色';
$lang['__missing__'] = '指向不存在的页面的链接颜色';
$lang['__site_width__'] = '全站的宽度 (可以是任何长度单位:%pxem...)';
$lang['__sidebar_width__'] = '侧边栏的宽度 (如有,可以是任何长度单位:%pxem...)';
$lang['__tablet_width__'] = '当屏幕尺寸小于这个宽度,站点切换到平板模式';
$lang['__phone_width__'] = '当屏幕尺寸小于这个宽度,站点切换到手机模式';
$lang['__theme_color__'] = 'webapp 主题颜色';