Adding upstream version 20241201.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
5f5109ce41
commit
f8d74cc725
216 changed files with 7490 additions and 0 deletions
20
plugins/55/wrap/lang/zh/lang.php
Normal file
20
plugins/55/wrap/lang/zh/lang.php
Normal file
|
@ -0,0 +1,20 @@
|
|||
<?php
|
||||
|
||||
/**
|
||||
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
|
||||
*
|
||||
*/
|
||||
$lang['picker'] = 'Wrap 插件';
|
||||
$lang['column'] = '分栏';
|
||||
$lang['box'] = '简单居中方框';
|
||||
$lang['info'] = '消息框';
|
||||
$lang['tip'] = '提示框';
|
||||
$lang['important'] = '重要信息方框';
|
||||
$lang['alert'] = '警告框';
|
||||
$lang['help'] = '帮助框';
|
||||
$lang['download'] = '下载框';
|
||||
$lang['todo'] = '待办事项方框';
|
||||
$lang['clear'] = '清除浮动';
|
||||
$lang['em'] = '特别强调';
|
||||
$lang['hi'] = '高亮';
|
||||
$lang['lo'] = '不重要';
|
18
plugins/55/wrap/lang/zh/settings.php
Normal file
18
plugins/55/wrap/lang/zh/settings.php
Normal file
|
@ -0,0 +1,18 @@
|
|||
<?php
|
||||
|
||||
/**
|
||||
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
|
||||
*
|
||||
* @author renwanly <renwanly@163.com>
|
||||
* @author lainme <lainme993@gmail.com>
|
||||
* @author maie <dokuwiki@maie.name>
|
||||
*/
|
||||
$lang['noPrefix'] = '哪些CSS类不需要加上“wrap_"前缀?(逗号分隔)';
|
||||
$lang['restrictedClasses'] = '将插件的使用限制应用到这些类(逗号分隔)';
|
||||
$lang['restrictionType'] = '限制类型,指定上述类应该被包含或排除';
|
||||
$lang['restrictionType_o_0'] = '允许除上述类之外的所有类';
|
||||
$lang['restrictionType_o_1'] = '仅允许上述类';
|
||||
$lang['syntaxDiv'] = '在编辑工具栏的选择器中应对块级元素使用何种语法?';
|
||||
$lang['syntaxSpan'] = '在编辑工具栏的选择器中应对行内元素使用何种语法?';
|
||||
$lang['darkTpl'] = '优化黑模板的颜色?';
|
||||
$lang['emulatedHeadlines'] = '使用模拟标题?(不推荐)';
|
Loading…
Add table
Add a link
Reference in a new issue