|
25 | 25 |
|
26 | 26 | defined('MOODLE_INTERNAL') || die(); |
27 | 27 |
|
28 | | -$string['insertlink'] = 'Insert file'; |
29 | 28 | $string['insertimage'] = 'Insert image'; |
| 29 | +$string['insertlink'] = 'Insert file'; |
30 | 30 | $string['pluginname'] = 'Marklar'; |
31 | 31 | $string['preferences'] = 'Marklar editor preferences'; |
32 | 32 | $string['preferencesediting'] = 'Editing options'; |
|
35 | 35 |
|
36 | 36 | By default, Marklar is used for Moodle auto-format and Plain text formatted fields. For editing HTML, another rich text editor (such as Atto or TinyMCE) will be used.'; |
37 | 37 | $string['preferencesmonospace'] = 'Use monospace font'; |
| 38 | +$string['previewloading'] = 'Loading preview…'; |
38 | 39 | $string['previewoff'] = 'Edit'; |
39 | 40 | $string['previewon'] = 'Preview'; |
40 | | -$string['previewloading'] = 'Loading preview…'; |
41 | 41 | $string['privacy:export:preferences:format'] = 'Whether you prefer to use Marklar for editing texts with {$a->format} syntax.'; |
42 | | -$string['syntaxoff'] = 'Hide syntax'; |
43 | | -$string['syntaxon'] = 'Show syntax'; |
44 | | -$string['syntaxloading'] = 'Loading syntax help…'; |
45 | 42 | $string['syntax-format0'] = '<p>Moodle auto-format allows to type text normally, as if you were sending a plain-text email. Line breaks will be retained. You can still embed an HTML code if you want to and it will be applied.</p>'; |
46 | 43 | $string['syntax-format1'] = '<dl> |
47 | 44 | <dt>Links</dt> |
|
91 | 88 | <hr> |
92 | 89 | <p><a target="_blank" href="https://daringfireball.net/projects/markdown/syntax">Full Markdown syntax documentation</a></p>'; |
93 | 90 | // @codingStandardsIgnoreEnd |
| 91 | +$string['syntaxloading'] = 'Loading syntax help…'; |
| 92 | +$string['syntaxoff'] = 'Hide syntax'; |
| 93 | +$string['syntaxon'] = 'Show syntax'; |
0 commit comments