| Línea 20... |
Línea 20... |
| 20 |
* @package tiny_autosave
|
20 |
* @package tiny_autosave
|
| 21 |
* @copyright 2022 Andrew Lyons <andrew@nicols.co.uk>
|
21 |
* @copyright 2022 Andrew Lyons <andrew@nicols.co.uk>
|
| 22 |
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
22 |
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
| 23 |
*/
|
23 |
*/
|
| Línea -... |
Línea 24... |
| - |
|
24 |
|
| 24 |
|
25 |
$string['autosave:use'] = 'Use TinyMCE autosave';
|
| 25 |
$string['pluginname'] = 'Autosave';
|
- |
|
| 26 |
$string['helplinktext'] = 'Autosave';
|
26 |
$string['pluginname'] = 'Autosave';
|
| 27 |
$string['privacy:metadata:database:tiny_autosave:userid'] = 'The user ID of the user who created the autosave session';
|
27 |
$string['privacy:metadata:database:tiny_autosave:userid'] = 'The user ID of the user who created the autosave session';
|
| 28 |
$string['privacy:metadata:database:tiny_autosave:drafttext'] = 'The text content of the autosave session';
|
28 |
$string['privacy:metadata:database:tiny_autosave:drafttext'] = 'The text content of the autosave session';
|
| 29 |
$string['privacy:metadata:database:tiny_autosave:timemodified'] = 'The time that the autosave session was last modified';
|
29 |
$string['privacy:metadata:database:tiny_autosave:timemodified'] = 'The time that the autosave session was last modified';
|
| - |
|
30 |
$string['privacy:metadata:database:tiny_autosave'] = 'A table storing autosave session data for the TinyMCE editor';
|
| - |
|
31 |
|
| - |
|
32 |
// Deprecated since Moodle 4.5.
|