Adding upstream version 20241201.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
5f5109ce41
commit
f8d74cc725
216 changed files with 7490 additions and 0 deletions
15
plugins/55/wrap/lang/en/settings.php
Normal file
15
plugins/55/wrap/lang/en/settings.php
Normal file
|
@ -0,0 +1,15 @@
|
|||
<?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)';
|
Loading…
Add table
Add a link
Reference in a new issue