www/public_html/lib/plugins/wrap/lang/en/settings.php

15 lines
782 B
PHP

<?php
/**
* English language file for config of Wrap plugin
*
*/
$lang['noPrefix'] = 'Which (comma separated) class names should be excluded from being prefixed with "wrap_"?';
$lang['restrictedClasses'] = 'restrict usage of plugin to these (comma separated) classes';
$lang['restrictionType'] = 'restriction type, specifies if classes above shall be included or excluded';
$lang['restrictionType_o_0'] = 'allow all classes except the ones above';
$lang['restrictionType_o_1'] = 'restrict to only the classes above and no others';
$lang['syntaxDiv'] = 'Which syntax should be used in the toolbar picker for block wraps?';
$lang['syntaxSpan'] = 'Which syntax should be used in the toolbar picker for inline wraps?';
$lang['darkTpl'] = 'Optimise colours for dark templates?';