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.
 
 
 
 
 

19 lines
957 B

  1. <?php
  2. /**
  3. * @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
  4. *
  5. * @author renwanly <renwanly@163.com>
  6. * @author lainme <lainme993@gmail.com>
  7. * @author maie <dokuwiki@maie.name>
  8. */
  9. $lang['noPrefix'] = '哪些CSS类不需要加上“wrap_"前缀?(逗号分隔)';
  10. $lang['restrictedClasses'] = '将插件的使用限制应用到这些类(逗号分隔)';
  11. $lang['restrictionType'] = '限制类型,指定上述类应该被包含或排除';
  12. $lang['restrictionType_o_0'] = '允许除上述类之外的所有类';
  13. $lang['restrictionType_o_1'] = '仅允许上述类';
  14. $lang['syntaxDiv'] = '在编辑工具栏的选择器中应对块级元素使用何种语法?';
  15. $lang['syntaxSpan'] = '在编辑工具栏的选择器中应对行内元素使用何种语法?';
  16. $lang['darkTpl'] = '优化黑模板的颜色?';
  17. $lang['emulatedHeadlines'] = '使用模拟标题?(不推荐)';