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.
 
 
 
 
 

16 lines
906 B

  1. <?php
  2. /**
  3. * English language file for config of Wrap plugin
  4. *
  5. */
  6. $lang['noPrefix'] = 'Which (comma separated) class names should be excluded from being prefixed with "wrap_"? (* and ? wildcards allowed)';
  7. $lang['restrictedClasses'] = 'Restrict usage of plugin to these (comma separated) classes (* and ? wildcards allowed)';
  8. $lang['restrictionType'] = 'Restriction type, specifies if classes above shall be included or excluded';
  9. $lang['restrictionType_o_0'] = 'Allow all classes except the ones above';
  10. $lang['restrictionType_o_1'] = 'Restrict to only the classes above and no others';
  11. $lang['syntaxDiv'] = 'Which syntax should be used in the toolbar picker for block wraps?';
  12. $lang['syntaxSpan'] = 'Which syntax should be used in the toolbar picker for inline wraps?';
  13. $lang['darkTpl'] = 'Optimise colours for dark templates?';
  14. $lang['emulatedHeadlines'] = 'Use emulated headings? (deprecated)';