diff options
Diffstat (limited to 'plugins/55/wrap/lang/zh-tw/settings.php')
-rw-r--r-- | plugins/55/wrap/lang/zh-tw/settings.php | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/plugins/55/wrap/lang/zh-tw/settings.php b/plugins/55/wrap/lang/zh-tw/settings.php new file mode 100644 index 0000000..c17edf7 --- /dev/null +++ b/plugins/55/wrap/lang/zh-tw/settings.php @@ -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'] = '只允許上述的類別。'; + |