Proyectos de Subversion Moodle

Rev

Rev 1 | | Comparar con el anterior | Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
1 efrain 1
<?php
2
// This file is part of Moodle - https://moodle.org/
3
//
4
// Moodle is free software: you can redistribute it and/or modify
5
// it under the terms of the GNU General Public License as published by
6
// the Free Software Foundation, either version 3 of the License, or
7
// (at your option) any later version.
8
//
9
// Moodle is distributed in the hope that it will be useful,
10
// but WITHOUT ANY WARRANTY; without even the implied warranty of
11
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
12
// GNU General Public License for more details.
13
//
14
// You should have received a copy of the GNU General Public License
15
// along with Moodle.  If not, see <https://www.gnu.org/licenses/>.
16
 
17
/**
18
 * Strings for component 'tiny_premium', language 'en'.
19
 *
20
 * @package     tiny_premium
21
 * @category    string
22
 * @copyright   2023 David Woloszyn <david.woloszyn@moodle.com>
23
 * @license     https://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
24
 */
25
 
26
defined('MOODLE_INTERNAL') || die();
27
 
1441 ariadna 28
$string['accessibilitycheckerinfo'] = 'The TinyMCE Premium Accessibility Checker will override the default Accessibility Checker for users who have access to it.';
1 efrain 29
$string['apikey'] = 'API key';
30
$string['apikey_desc'] = 'Your API key is available on your <a href="https://www.tiny.cloud">Tiny Cloud</a> account page if you have purchased a subscription, or if you are on a free trial.';
31
$string['emptyapikeywarning'] = 'Enabled TinyMCE Premium plugins will not be available until an API key is added.';
32
$string['pluginname'] = 'TinyMCE Premium';
33
$string['pluginnotfound'] = 'Tiny Premium plugin {$a} not found.';
1441 ariadna 34
$string['premium:use'] = 'Use TinyMCE Premium';
35
$string['premium:usea11ychecker'] = 'Use TinyMCE Premium Accessibility Checker';
36
$string['premium:useadvtable'] = 'Use TinyMCE Premium Advanced Table';
37
$string['premium:useautocorrect'] = 'Use TinyMCE Premium Spelling Autocorrect';
38
$string['premium:usecasechange'] = 'Use TinyMCE Premium Case Change';
39
$string['premium:usechecklist'] = 'Use TinyMCE Premium Checklist';
40
$string['premium:useeditimage'] = 'Use TinyMCE Premium Enhanced Image Editing';
41
$string['premium:useexport'] = 'Use TinyMCE Premium Export';
42
$string['premium:usefootnotes'] = 'Use TinyMCE Premium Footnotes';
43
$string['premium:useformatpainter'] = 'Use TinyMCE Premium Format Painter';
44
$string['premium:uselinkchecker'] = 'Use TinyMCE Premium Link Checker';
45
$string['premium:usemath'] = 'Use TinyMCE Premium Math Tool';
46
$string['premium:usepageembed'] = 'Use TinyMCE Premium Page Embed';
47
$string['premium:usepermanentpen'] = 'Use TinyMCE Premium Permanent Pen';
48
$string['premium:usepowerpaste'] = 'Use TinyMCE Premium Powerpaste';
49
$string['premium:usetableofcontents'] = 'Use TinyMCE Premium Table of Contents';
50
$string['premium:usetinymcespellchecker'] = 'Use TinyMCE Premium Spell Checker Pro';
51
$string['premium:usetypography'] = 'Use TinyMCE Premium Advanced Typography';
52
$string['premiumplugin:a11ychecker'] = 'Accessibility Checker';
1 efrain 53
$string['premiumplugin:advtable'] = 'Advanced Table';
54
$string['premiumplugin:autocorrect'] = 'Spelling Autocorrect';
55
$string['premiumplugin:casechange'] = 'Case Change';
56
$string['premiumplugin:checklist'] = 'Checklist';
57
$string['premiumplugin:editimage'] = 'Enhanced Image Editing';
58
$string['premiumplugin:export'] = 'Export';
59
$string['premiumplugin:footnotes'] = 'Footnotes';
60
$string['premiumplugin:formatpainter'] = 'Format Painter';
61
$string['premiumplugin:linkchecker'] = 'Link Checker';
1441 ariadna 62
$string['premiumplugin:math'] = 'Math Tool';
1 efrain 63
$string['premiumplugin:pageembed'] = 'Page Embed';
64
$string['premiumplugin:permanentpen'] = 'Permanent Pen';
65
$string['premiumplugin:powerpaste'] = 'Powerpaste';
66
$string['premiumplugin:tableofcontents'] = 'Table of Contents';
67
$string['premiumplugin:tinymcespellchecker'] = 'Spell Checker Pro';
68
$string['premiumplugin:typography'] = 'Advanced Typography';
69
$string['premiumplugins'] = 'Premium plugins';
70
$string['premiumplugins_desc'] = 'Access to TinyMCE Premium plugins requires an API key. Not all listed plugins may be available with your TinyMCE Premium subscription. You can check available plugins on your <a href="https://www.tiny.cloud">Tiny Cloud</a> account page.';
1441 ariadna 71
$string['privacy:metadata'] = 'The Tiny Premium plugin for TinyMCE does not store any personal data.';
72
 
73
// Deprecated since Moodle 4.5.
74
$string['helplinktext'] = 'Premium plugins';
75
 
76
// Deprecated since Moodle 5.0.
77
$string['premium:accesspremium'] = 'Access TinyMCE Premium features';