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 |
|
|
|
28 |
$string['apikey'] = 'API key';
|
|
|
29 |
$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.';
|
|
|
30 |
$string['emptyapikeywarning'] = 'Enabled TinyMCE Premium plugins will not be available until an API key is added.';
|
|
|
31 |
$string['helplinktext'] = 'Premium plugins';
|
|
|
32 |
$string['pluginname'] = 'TinyMCE Premium';
|
|
|
33 |
$string['pluginnotfound'] = 'Tiny Premium plugin {$a} not found.';
|
|
|
34 |
$string['premium:accesspremium'] = 'Access TinyMCE Premium features';
|
|
|
35 |
$string['premiumplugin:advtable'] = 'Advanced Table';
|
|
|
36 |
$string['premiumplugin:autocorrect'] = 'Spelling Autocorrect';
|
|
|
37 |
$string['premiumplugin:casechange'] = 'Case Change';
|
|
|
38 |
$string['premiumplugin:checklist'] = 'Checklist';
|
|
|
39 |
$string['premiumplugin:editimage'] = 'Enhanced Image Editing';
|
|
|
40 |
$string['premiumplugin:export'] = 'Export';
|
|
|
41 |
$string['premiumplugin:footnotes'] = 'Footnotes';
|
|
|
42 |
$string['premiumplugin:formatpainter'] = 'Format Painter';
|
|
|
43 |
$string['premiumplugin:linkchecker'] = 'Link Checker';
|
|
|
44 |
$string['premiumplugin:pageembed'] = 'Page Embed';
|
|
|
45 |
$string['premiumplugin:permanentpen'] = 'Permanent Pen';
|
|
|
46 |
$string['premiumplugin:powerpaste'] = 'Powerpaste';
|
|
|
47 |
$string['premiumplugin:tableofcontents'] = 'Table of Contents';
|
|
|
48 |
$string['premiumplugin:tinymcespellchecker'] = 'Spell Checker Pro';
|
|
|
49 |
$string['premiumplugin:typography'] = 'Advanced Typography';
|
|
|
50 |
$string['premiumplugins'] = 'Premium plugins';
|
|
|
51 |
$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.';
|
|
|
52 |
$string['privacy:metadata'] = 'The Tiny premium plugin for TinyMCE does not store any personal data.';
|