diff options
author | Daniel Baumann <daniel@debian.org> | 2024-12-01 21:17:14 +0100 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2024-12-12 11:27:45 +0100 |
commit | bf596cbb426bd672a46484bca3bd07cfa6662919 (patch) | |
tree | 41ef466309f3e567f63e8e68ef272b0a4e214138 /plugins/55/wrap/lang/en/settings.php | |
parent | Initial commit. (diff) | |
download | dokuwiki-plugins-extra-bf596cbb426bd672a46484bca3bd07cfa6662919.tar.xz dokuwiki-plugins-extra-bf596cbb426bd672a46484bca3bd07cfa6662919.zip |
Adding upstream version 20241201.upstream/20241201upstream
Signed-off-by: Daniel Baumann <daniel@debian.org>
Diffstat (limited to 'plugins/55/wrap/lang/en/settings.php')
-rw-r--r-- | plugins/55/wrap/lang/en/settings.php | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/plugins/55/wrap/lang/en/settings.php b/plugins/55/wrap/lang/en/settings.php new file mode 100644 index 0000000..8699223 --- /dev/null +++ b/plugins/55/wrap/lang/en/settings.php @@ -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)'; |