Permalink
Cannot retrieve contributors at this time
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
dokuwiki_plugin_wrap/lang/en/settings.php
Go to fileThis commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
15 lines (14 sloc)
906 Bytes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* English language file for config of Wrap plugin | |
* | |
*/ | |
$lang['noPrefix'] = 'Which (comma separated) class names should be excluded from being prefixed with "wrap_"? (* and ? wildcards allowed)'; | |
$lang['restrictedClasses'] = 'Restrict usage of plugin to these (comma separated) classes (* and ? wildcards allowed)'; | |
$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?'; | |
$lang['emulatedHeadlines'] = 'Use emulated headings? (deprecated)'; |