| Línea 20... | Línea 20... | 
          
            | 20 |  * @package    tiny_accessibilitychecker
 | 20 |  * @package    tiny_accessibilitychecker
 | 
          
            | 21 |  * @copyright  2022, Stevani Andolo <stevani@hotmail.com.au>
 | 21 |  * @copyright  2022, Stevani Andolo <stevani@hotmail.com.au>
 | 
          
            | 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['accessibilitychecker:use'] = 'Use TinyMCE accessibility checker';
 | 
          
            | 25 | $string['emptytext'] = 'Empty text';
 | 26 | $string['emptytext'] = 'Empty text';
 | 
          
            | 26 | $string['entiredocument'] = 'Entire document';
 | 27 | $string['entiredocument'] = 'Entire document';
 | 
          
            | 27 | $string['imagesmissingalt'] = 'Images require alternative text. To fix this warning, add an alt attribute to your img tags. An empty alt attribute may be used, but only when the image is purely decorative and carries no information.';
 | 28 | $string['imagesmissingalt'] = 'Images require alternative text. To fix this warning, add an alt attribute to your img tags. An empty alt attribute may be used, but only when the image is purely decorative and carries no information.';
 | 
          
            | 28 | $string['needsmorecontrast'] = 'The colours of the foreground and background text do not have enough contrast. To fix this warning, change either foreground or background colour of the text so that it is easier to read.';
 | 29 | $string['needsmorecontrast'] = 'The colours of the foreground and background text do not have enough contrast. To fix this warning, change either foreground or background colour of the text so that it is easier to read.';
 | 
          
            | Línea 33... | Línea 34... | 
          
            | 33 | $string['tablesmissingcaption'] = 'A table caption is not required, but is generally helpful.';
 | 34 | $string['tablesmissingcaption'] = 'A table caption is not required, but is generally helpful.';
 | 
          
            | 34 | $string['tablesmissingheaders'] = 'Tables should use row and/or column headers.';
 | 35 | $string['tablesmissingheaders'] = 'Tables should use row and/or column headers.';
 | 
          
            | 35 | $string['tableswithmergedcells'] = 'Tables should not contain merged cells, as screen readers may not support them.';
 | 36 | $string['tableswithmergedcells'] = 'Tables should not contain merged cells, as screen readers may not support them.';
 | 
          
            | 36 | $string['privacy:metadata'] = 'The accessibility checker for TinyMCE does not store any personal data.';
 | 37 | $string['privacy:metadata'] = 'The accessibility checker for TinyMCE does not store any personal data.';
 | 
          
            | 37 | $string['viewissue'] = 'View';
 | 38 | $string['viewissue'] = 'View';
 | 
          
            | - |   | 39 |  
 | 
          
            | - |   | 40 | // Deprecated since Moodle 4.5.
 | 
          
            | 38 | $string['helplinktext'] = 'Accessibility helper';
 | 41 | $string['helplinktext'] = 'Accessibility helper';
 |