Initial commit

This commit is contained in:
2021-10-26 13:02:53 +02:00
commit 73843b66ce
4678 changed files with 319494 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
<?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 主题颜色';