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