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
19
plugins/55/wrap/lang/zh-tw/lang.php
Normal file
19
plugins/55/wrap/lang/zh-tw/lang.php
Normal file
|
@ -0,0 +1,19 @@
|
|||
<?php
|
||||
|
||||
$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'] = '不重要';
|
11
plugins/55/wrap/lang/zh-tw/settings.php
Normal file
11
plugins/55/wrap/lang/zh-tw/settings.php
Normal file
|
@ -0,0 +1,11 @@
|
|||
<?php
|
||||
/**
|
||||
* Traditional Chinese language file for config of Wrap plugin
|
||||
*
|
||||
*/
|
||||
$lang['noPrefix'] = '哪些CSS類別不需要加上"wrap_"前置詞?(逗號分隔)';
|
||||
$lang['restrictedClasses'] = '下列的類別將套用使用限制(逗號分隔)';
|
||||
$lang['restrictionType'] = '使用限制,指定上述的類別限制條件。';
|
||||
$lang['restrictionType_o_0'] = '允許所有類別。但上述的類別都被排除。';
|
||||
$lang['restrictionType_o_1'] = '只允許上述的類別。';
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue