Proyectos de Subversion Moodle

Rev

Rev 1 | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 1 Rev 1441
Línea 23... Línea 23...
23
 * @license     https://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
23
 * @license     https://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
24
 */
24
 */
Línea 25... Línea 25...
25
 
25
 
Línea 26... Línea 26...
26
defined('MOODLE_INTERNAL') || die();
26
defined('MOODLE_INTERNAL') || die();
27
 
27
 
28
$string['helplinktext'] = 'HTML format helper';
28
$string['html:use'] = 'Use TinyMCE HTML';
-
 
29
$string['pluginname'] = 'HTML';
-
 
30
$string['privacy:metadata'] = 'The HTML formatter plugin for TinyMCE does not store any personal data.';
-
 
31