Proyectos de Subversion Moodle

Rev

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

Rev 11 Rev 1441
Línea 21... Línea 21...
21
 * @copyright  2023 Meirza  <meirza.arson@moodle.com>
21
 * @copyright  2023 Meirza  <meirza.arson@moodle.com>
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 24... Línea 24...
24
 
24
 
25
$string['buttontitle'] = 'No auto-link';
-
 
26
$string['errorinvalidurl'] = 'The selected content is not a URL. Please try again.';
-
 
27
$string['helplinktext'] = 'No auto-link helper';
25
$string['buttontitle'] = 'No auto-link';
28
$string['infoaddsuccess'] = 'Auto-link prevention added.';
26
$string['infoaddsuccess'] = 'Auto-link prevention added.';
29
$string['infoemptyselection'] = 'Select text and try again.';
27
$string['infoemptyselection'] = 'Select text and try again.';
-
 
28
$string['inforemovesuccess'] = 'Auto-link prevention removed.';
30
$string['inforemovesuccess'] = 'Auto-link prevention removed.';
29
$string['noautolink:use'] = 'Use TinyMCE no auto-link';
31
$string['pluginname'] = 'No auto-link';
30
$string['pluginname'] = 'No auto-link';
-
 
31
$string['privacy:metadata'] = 'The tiny_noautolink plugin does not store any personal data.';
-
 
32
 
-
 
33
// Deprecated since Moodle 4.5.
-
 
34
$string['helplinktext'] = 'No auto-link helper';