You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

12 lines
488 B

  1. <?php
  2. /**
  3. * Traditional Chinese language file for config of Wrap plugin
  4. *
  5. */
  6. $lang['noPrefix'] = '哪些CSS類別不需要加上"wrap_"前置詞?(逗號分隔)';
  7. $lang['restrictedClasses'] = '下列的類別將套用使用限制(逗號分隔)';
  8. $lang['restrictionType'] = '使用限制,指定上述的類別限制條件。';
  9. $lang['restrictionType_o_0'] = '允許所有類別。但上述的類別都被排除。';
  10. $lang['restrictionType_o_1'] = '只允許上述的類別。';