MDL-61819 core_editor: Implement core provider

This commit is contained in:
Andrew Nicols 2018-04-08 18:40:20 +08:00
parent 0d619f41c2
commit 5377f8a263
3 changed files with 152 additions and 0 deletions

View file

@ -117,6 +117,8 @@ $string['pleaseenteralt'] = 'Please enter the alternate text';
$string['popupeditor'] = 'Enlarge Editor';
$string['preformatted'] = 'Preformatted';
$string['preview'] = 'Preview';
$string['privacy:metadata:preference:htmleditor'] = 'The preferred editor to use when using an HTML Text Area';
$string['privacy:preference:htmleditor'] = 'Your preferred editor to use for writing HTML text is {$a}';
$string['properties'] = 'Properties';
$string['redo'] = 'Redo your last action';
$string['regularexpressions'] = 'Use regular expressions';