mirror of
https://github.com/YunoHost-Apps/dokuwiki_ynh.git
synced 2024-09-03 18:26:20 +02:00
13 lines
723 B
PHP
13 lines
723 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?';
|