Search moodle.org's
Developer Documentation

See Release Notes

  • Bug fixes for general core bugs in 3.11.x will end 14 Nov 2022 (12 months plus 6 months extension).
  • Bug fixes for security issues in 3.11.x will end 13 Nov 2023 (18 months plus 12 months extension).
  • PHP version: minimum PHP 7.3.0 Note: minimum PHP version has increased since Moodle 3.10. PHP 7.4.x is supported too.

Differences Between: [Versions 311 and 400] [Versions 311 and 401] [Versions 311 and 402] [Versions 311 and 403]

   1  <?php
   2  // This file is part of Moodle - http://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 <http://www.gnu.org/licenses/>.
  16  
  17  /**
  18   * Plugin strings are defined here.
  19   *
  20   * @package     tool_brickfield
  21   * @category    string
  22   * @copyright   2020 Brickfield Education Labs, https://www.brickfield.ie - Author: Karen Holland
  23   * @license     http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
  24   */
  25  
  26  defined('MOODLE_INTERNAL') || die();
  27  
  28  $string['pluginname'] = 'Accessibility toolkit';
  29  $string['accessibility'] = 'Accessibility';
  30  $string['accessibilitydisabled'] = 'The Brickfield accessibility toolkit is not enabled on this site. Contact your site administrator to enable.';
  31  $string['accessibilityreport'] = 'Accessibility toolkit';
  32  $string['analysistype'] = 'Enable analysis requests';
  33  $string['analysistypedisabled'] = 'Content analysis is disabled';
  34  $string['analysistype_desc'] = 'Allow content accessibility analysis to be requested';
  35  $string['analysis:disabled'] = 'Disabled';
  36  $string['analysis:byrequest'] = 'By request';
  37  $string['brickfield'] = 'Brickfield toolkit';
  38  $string['brickfield:viewcoursetools'] = 'View reports per courses';
  39  $string['brickfield:viewsystemtools'] = 'View reports for all courses';
  40  $string['accessibilitytool'] = 'Brickfield accessibility tool';
  41  $string['accessibilitytools'] = 'Brickfield accessibility tools';
  42  $string['allcourses'] = 'All reviewed courses ({$a})';
  43  $string['allcoursescat'] = 'All reviewed courses for category {$a->catname} ({$a->count})';
  44  $string['batch'] = 'Batch limit';
  45  $string['bulkprocesscaches'] = 'Process bulk caching';
  46  $string['bulkprocesscourses'] = 'Process bulk batch accessibility checking';
  47  $string['cachepending'] = 'The summary data is being compiled';
  48  $string['checkidvalidation'] = 'Task to check for any invalid checkids';
  49  $string['checkscompleted'] = 'Checks completed: {$a}';
  50  $string['checktype'] = 'Check group';
  51  $string['checktype:form'] = 'Form';
  52  $string['checktype:image'] = 'Image';
  53  $string['checktype:layout'] = 'Layout';
  54  $string['checktype:link'] = 'Link';
  55  $string['checktype:media'] = 'Media';
  56  $string['checktype:table'] = 'Table';
  57  $string['checktype:text'] = 'Text';
  58  $string['cmpercent'] = 'Percentage of activities overall';
  59  $string['cmpercenterrors'] = 'Percentage of errors overall';
  60  $string['cmpercenttitle'] = 'Overall % breakdown of activities versus errors';
  61  $string['confirmationmessage'] = 'This course has been scheduled for analysis. Analysis will be completed at the earliest
  62  by {$a}. Check back after then.';
  63  $string['contactadmin'] = 'Please contact your administrator to complete the registration.';
  64  $string['contextid'] = 'Contextid';
  65  $string['core_course'] = 'Course';
  66  $string['core_question'] = 'Question banks';
  67  $string['count'] = 'Count';
  68  $string['coursecount'] = 'Number of courses';
  69  $string['deletehistoricaldata'] = 'Delete historical checks results';
  70  $string['dependency'] = 'Dependent on';
  71  $string['emptycategory'] = 'No courses found for category {$a}';
  72  $string['emptytagcourses'] = 'No results found for courses with configured tags';
  73  $string['enableaccessibilitytools'] = 'Enable accessibility tools';
  74  $string['enableaccessibilitytools_desc'] = 'The accessibility toolkit helps identify accessibility issues in courses.';
  75  $string['errorlink'] = 'Edit error instance for {$a}';
  76  $string['errors'] = 'Errors: {$a}';
  77  $string['eventanalysis_requested'] = 'Content analysis requested';
  78  $string['eventanalysis_requesteddesc'] = 'Content analysis was requested for course {$a}.';
  79  $string['eventreport_viewed'] = 'Accessibility report viewed';
  80  $string['eventreport_vieweddesc'] = 'Accessibility report was viewed for course id {$a->course},
  81  category id {$a->category}, tab {$a->tab}.';
  82  $string['eventreport_downloaded'] = 'Accessibility summary downloaded';
  83  $string['eventreport_downloadeddesc'] = 'Accessibility summary was downloaded for course id {$a}.';
  84  $string['failed'] = 'Failed';
  85  $string['failedcount'] = 'Failed: {$a}';
  86  $string['tools'] = 'Reports';
  87  $string['fullcachedone'] = 'Disable to rerun caching';
  88  $string['hideshow'] = 'Hide/show';
  89  $string['innercontextid'] = 'Inner contextid';
  90  $string['invalidaccessibilitytool'] = 'Invalid accessibility subplugin requested.';
  91  $string['invalidcategoryid'] = 'Invalid category, please check your input';
  92  $string['invalidcourseid'] = 'Invalid course, please check your input';
  93  $string['invalidlinkphrases'] = 'click|click here|here|more|more here|info|info here|information|information here|read more|read more here|further information|further information here|further details|further details here';
  94  $string['module'] = 'Module';
  95  $string['modulename'] = 'Name';
  96  $string['noerrorsfound'] = 'No common accessibility errors were found for your search parameters. Congratulations!';
  97  $string['norecords'] = 'No relevant records were found for your search parameters.';
  98  $string['notregistered'] = 'Your accessibility toolkit needs to be registered.';
  99  $string['notvalidated'] = 'Your accessibility toolkit is functional while being validated.';
 100  $string['numinstances'] = 'Number of instances';
 101  $string['pagedesc:checktype'] = '<p>In order to summarise and analyse the results of the various checks conducted, we group these checks into different content types. Hence, all image-related accessibility check results are in the "Image" content type group, all layout-related accessibility check results are in the "Layout" content type group, and so on.</p><p>Activities are included as either activities, resources or content areas relating to the courses themselves.</p><p>The content type chart page displays the error breakdown per content type group: Image, Layout, Link, Media, Table, and Text.</p>';
 102  $string['pagedesc:pertarget'] = '<p>In order to summarise and analyse the check results per activity, we group these check results into the different activities detected.</p><p>Activities are included as either activities, resources, or other content areas relating to the courses themselves. Each activity with no detected errors is counted as passed, each activity with one or more detected errors is counted as failed. The ratio of passed to failed activities is then displayed.</p><p>The activity breakdown chart page displays the ratio of passed to failed instances in total, per activity, such as assignment, course, label etc.</p>';
 103  $string['pagedesctitle:checktype'] = 'Content types explained';
 104  $string['pagedesctitle:pertarget'] = 'Activity breakdown explained';
 105  $string['passed'] = 'Passed';
 106  $string['passedcount'] = 'Passed: {$a}';
 107  $string['passrate'] = 'Pass rate: {$a}%';
 108  $string['perpage'] = 'Items to show per page';
 109  $string['privacy:metadata'] = 'The Accessibility checks report plugin does not store any personal data.';
 110  $string['processanalysisrequests'] = 'Process content analysis requests';
 111  $string['registernow'] = 'Please register now.';
 112  $string['registrationinfo'] = '<p>This registration process allows you to use the Brickfield accessibility toolkit starter version for your registered Moodle site.</p><p>This usage is subject to the <a href="{$a}" target="_blank">Brickfield Education Labs terms and conditions (opens in new window)</a> and which you agree to, by using this product.</p>';
 113  $string['remaining'] = ' ({$a} errors remaining)';
 114  $string['response:0'] = 'This URL doesn\'t point anywhere';
 115  $string['response:404'] = 'This URL page was not found';
 116  $string['schedule:blocknotscheduled'] = '<p>This course has not yet been scheduled for analysis, to find common accessibility issues.</p>';
 117  $string['schedule:notscheduled'] = '<p>This course has not yet been scheduled for analysis to find common accessibility issues.</p><p>By clicking on the "Submit for analysis" button, you confirm that you want all your relevant course HTML content, such as course section descriptions, activity descriptions, questions, pages, and more, to be scheduled for analysis.</p><p>This analysis will conduct multiple common accessibility checks on your course HTML content, and those results will then display on these accessibility toolkit report pages. The analysis will be processed in the background, by scheduled tasks, so its speed of completion will depend on task timings and task run schedules.</p>';
 118  $string['schedule:requestanalysis'] = 'Submit for analysis';
 119  $string['schedule:scheduled'] = 'This course has been scheduled for analysis.';
 120  $string['schedule:sitenotscheduled'] = '<p>The global (course independent) content has not yet been scheduled for analysis to find common accessibility issues.</p><p>By clicking on the "Submit for analysis" button, you confirm that you want all your relevant global (course independent) content to be scheduled for analysis.</p><p>This analysis will conduct multiple common accessibility checks on this content, and those results will then display on these accessibility toolkit report pages. The analysis will be processed in the background, by scheduled tasks, so its speed of completion will depend on task timings and task run schedules.</p>';
 121  $string['schedule:sitescheduled'] = 'The global (course independent) content has been scheduled for analysis.';
 122  $string['settings'] = 'Accessibility toolkit settings';
 123  $string['taberrors'] = 'Check errors';
 124  $string['targetavetitle'] = 'Average errors per activity';
 125  $string['targetpercentage'] = 'Percentage of instances passed/not per activity';
 126  $string['targetratio'] = 'Activity pass ratio';
 127  $string['tblcheck'] = 'Check';
 128  $string['tblcheckexample'] = 'Example';
 129  $string['tblcheckfailed'] = 'Checks failed';
 130  $string['tblchecksummary'] = 'Summary';
 131  $string['tblerrorcount'] = 'Errors';
 132  $string['tbledit'] = 'Edit';
 133  $string['tblhtmlcode'] = 'Existing HTML code';
 134  $string['tblinstance'] = 'Instance';
 135  $string['tblline'] = 'Line';
 136  $string['tbloverallpercentage'] = 'Overall errors %';
 137  $string['tblpercentage'] = 'Percentage';
 138  $string['tblpreview'] = 'Preview';
 139  $string['tbltarget'] = 'Activity';
 140  $string['tblupdateto'] = 'Update to';
 141  $string['titleerrorscount'] = 'Error details: (showing first {$a} errors)';
 142  $string['titleactivityresultsall'] = 'Results per activity: all reviewed courses ({$a->count} courses)';
 143  $string['titleactivityresultspartial'] = 'Results per activity: course {$a->name}';
 144  $string['titleall'] = 'Error details: all reviewed courses ({$a->count} courses)';
 145  $string['titlechecktyperesultsall'] = 'Results per content type: all reviewed courses ({$a->count} courses)';
 146  $string['titlechecktyperesultspartial'] = 'Results per content type: course {$a->name}';
 147  $string['titleerrorsall'] = 'Error details: all reviewed courses ({$a->count} courses)';
 148  $string['titleerrorspartial'] = 'Error details: course {$a->name}';
 149  $string['titlepartial'] = 'Error details: course {$a->name}';
 150  $string['titleprintableall'] = 'Course {$a->name}';
 151  $string['titleprintablepartial'] = 'Course {$a->name}';
 152  $string['toptargets'] = 'Failed activities';
 153  $string['toperrors'] = 'Top errors';
 154  $string['totalactivities'] = 'Total activities';
 155  $string['totalactivitiescount'] = 'Total activities: {$a}';
 156  $string['totalareas'] = 'Total areas';
 157  $string['totalerrors'] = 'Total errors';
 158  $string['totalgrouperrors'] = 'Total (sum) errors per content type';
 159  $string['updatesummarydata'] = 'Update site summarydata';
 160  $string['messageprovider:warningcheckid'] = 'Warning of invalid checkids';
 161  $string['warningcheckidbody'] = 'There is an issue with a Brickfield check
 162   which is active but not listed in the database. Please investigate.';
 163  $string['warningcheckidsubject'] = 'Brickfield Toolkit checkID warning';
 164  
 165  // Check descriptions.
 166  $string['checkdesc:alinksdontopennewwindow'] = 'Links opening into a new window should warn users in advance.';
 167  $string['checkdesc:amustcontaintext'] = 'A link needs to contain text to be perceivable.';
 168  $string['checkdesc:areadontopennewwindow'] = 'Areas, used in image maps, opening into a new window should warn users in advance.';
 169  $string['checkdesc:areahasaltvalue'] = 'Areas, used in image maps, should not be missing alt (alternative) text, similar to images.';
 170  $string['checkdesc:asuspiciouslinktext'] = 'Link text should be descriptive and provide context about its destination.';
 171  $string['checkdesc:basefontisnotused'] = 'Basefont elements (traditionally used for formatting) are not accessible and should not be used.';
 172  $string['checkdesc:blinkisnotused'] = 'Blink elements, which blink on and off, are not accessible and should not be used.';
 173  $string['checkdesc:boldisnotused'] = 'Bold (b) elements should not be used; "strong" should be used instead.';
 174  $string['checkdesc:contenttoolong'] = 'The overall page content length should not exceed 500 words.';
 175  $string['checkdesc:csstexthascontrast'] = 'The colour contrast between the text and background is too low.';
 176  $string['checkdesc:embedhasassociatednoembed'] = 'Embed elements (for embedding multimedia) should not be missing their corresponding "noembed" elements.';
 177  $string['checkdesc:headerh3'] = 'Headers following after H3 headers (the editor large header option) should not break the page heading hierarchy.';
 178  $string['checkdesc:headershavetext'] = 'A header needs to contain text to be perceivable.';
 179  $string['checkdesc:iisnotused'] = 'Italic (i) elements should not be used; "em" should be used instead.';
 180  $string['checkdesc:imgaltisdifferent'] = 'Image alt (alternative) text should not be the image filename.';
 181  $string['checkdesc:imgaltistoolong'] = 'Image alt (alternative) text should not be more than the maximum allowed (125) characters.';
 182  $string['checkdesc:imgaltnotemptyinanchor'] = 'Image alt (alternative) text should not be empty, especially when the image has a link going elsewhere.';
 183  $string['checkdesc:imgaltnotplaceholder'] = 'Image alt (alternative) text should not be a simple placeholder text, such as "image".';
 184  $string['checkdesc:imghasalt'] = 'Image alt (alternative) text should not be missing for image elements, unless purely decorative with no meaning.';
 185  $string['checkdesc:imgwithmaphasusemap'] = 'Image maps, with clickable areas, need matching "usemap" and "map" elements.';
 186  $string['checkdesc:legendtextnotempty'] = 'Legend elements, used for captioning fieldset elements, should contain text.';
 187  $string['checkdesc:marqueeisnotused'] = 'Marquee (auto-scrolling) elements are not accessible and should not be used.';
 188  $string['checkdesc:noheadings'] = 'No headers makes content less structured and harder to read.';
 189  $string['checkdesc:objectmusthaveembed'] = 'Object elements (for embedding external resources) should not be missing their corresponding "embed" elements.';
 190  $string['checkdesc:objectmusthavetitle'] = 'Object elements (for embedding external resources) should not be missing their corresponding "title" descriptions.';
 191  $string['checkdesc:objectmusthavevalidtitle'] = 'Object elements (for embedding external resources) should have corresponding "titles" with text.';
 192  $string['checkdesc:strikeisnotused'] = 'Strike (strike-through) elements should not be used; "del" (deleted) should be used instead.';
 193  $string['checkdesc:tabledatashouldhaveth'] = 'Tables ideally should not be missing headers.';
 194  $string['checkdesc:tablesummarydoesnotduplicatecaption'] = 'Table summaries and captions should not be identical.';
 195  $string['checkdesc:tabletdshouldnotmerge'] = 'Tables ideally should not have any merged cells.';
 196  $string['checkdesc:tablethshouldhavescope'] = 'Table row or column scopes (used to map row and column to each cell) should be declared.';
 197  
 198  // Registration process.
 199  $string['activate'] = 'Activate';
 200  $string['activated'] = 'The plugin is activated and ready to use.';
 201  $string['activationform'] = 'Brickfield registration';
 202  $string['activationheader'] = 'Brickfield activation';
 203  $string['activationinfo'] = '<p>In order to use this plugin, you must provide valid keys for this site in this form.</p><p>Please <a href="{$a}" data-action="send_info" target="_blank">register at the Brickfield Portal (opens in new window)</a> to receive those keys if you do not already have them. </p><p>Once activated, your keys will then be validated via scheduled cron tasks.</p>';
 204  $string['contenttypeerrors'] = 'Total results of activity content tests per course and per content type.';
 205  $string['contentyperesults'] = 'Total passed/failed for content areas per course.';
 206  $string['country'] = 'Country';
 207  $string['country_help'] = 'Country of the site';
 208  $string['hashcorrect'] = 'The entered code is correct.';
 209  $string['hashincorrect'] = 'The entered code is incorrect.';
 210  $string['inactive'] = 'The plugin is inactive and cannot be used. Please enter valid registration keys, and press "Activate".';
 211  $string['installed'] = 'Plugin installed';
 212  $string['installedcli'] = 'Plugin installed via command line';
 213  $string['installeddescription'] = 'The plugin has been installed, redirect to activation form.';
 214  $string['language'] = 'Language';
 215  $string['language_help'] = 'Language of the site';
 216  $string['mobileservice'] = 'Mobile services enabled ({$a})';
 217  $string['moreinfo'] = 'More information';
 218  $string['numcourses'] = 'Number of courses ({$a})';
 219  $string['numfactivities'] = 'Number of activities ({$a})';
 220  $string['numfiles'] = 'Number of files ({$a})';
 221  $string['numusers'] = 'Number of users ({$a})';
 222  $string['percheckerrors'] = 'Number of specific tests and errors per check per course.';
 223  $string['registration'] = 'Registration form';
 224  $string['release'] = 'Moodle release ({$a})';
 225  $string['secretkey'] = 'API key';
 226  $string['secretkey_help'] = 'This code is received by email after registration.';
 227  $string['sendfollowinginfo'] = '<p>The following information will be periodically sent to contribute to overall statistics only. It will not be made public on any central listing.</p> {$a}';
 228  $string['sitehash'] = 'Secret key';
 229  $string['sitehash_help'] = 'This code is received by email after registration.';
 230  $string['usersmobileregistered'] = 'Number of users with registered mobile devices ({$a})';
 231  $string['validationerror'] = 'Registration key validation has failed. Check that your registered site URL and keys are correct.';
 232  
 233  // Tool section.
 234  $string['activityresults:pluginname'] = 'Activity breakdown accessibility tool report';
 235  $string['activityresults:toolname'] = 'Activity breakdown summary';
 236  $string['activityresults:toolshortname'] = 'Activity breakdown';
 237  $string['advanced:pluginname'] = 'Advanced accessibility tool report';
 238  $string['advanced:toolname'] = 'Advanced summary';
 239  $string['advanced:toolshortname'] = 'Advanced';
 240  $string['checktyperesults:pluginname'] = 'Content types accessibility tool report';
 241  $string['checktyperesults:toolname'] = 'Content types summary';
 242  $string['checktyperesults:toolshortname'] = 'Content types';
 243  $string['errors:pluginname'] = 'Error list accessibility tool';
 244  $string['errors:toolname'] = 'Error list summary';
 245  $string['errors:toolshortname'] = 'Error list';
 246  $string['printable:pluginname'] = 'Summary report accessibility tool report';
 247  $string['printable:toolname'] = 'Summary report';
 248  $string['printable:toolshortname'] = 'Summary report';
 249  $string['printable:downloadpdf'] = 'Download PDF';
 250  $string['printable:printreport'] = 'Printable report';
 251  $string['error:nocoursespecified'] = 'The summary report requires a valid course ID. Please access the accessibility toolkit from within a course.';
 252  $string['pdf:filename'] = 'Brickfield_Summaryreport_CourseID-{$a}';
 253  
 254  // Advanced page.
 255  $string['bannercontentone'] = 'The Enterprise Accessibility Toolkit has a full set of features to help your organisation improve accessibility of your courses. <a href="{$a}">Contact Brickfield Education Labs</a> to book a free demo of the advanced features.';
 256  $string['bannercontenttwo'] = 'Build an effective and inclusive teaching and learning platform by finding content that does not meet the guidelines, fixing the issues and future-proofing your Moodle course content with accessible files, editor and enhanced features.';
 257  $string['bannerheadingone'] = 'Upgrade to the Enterprise Accessibility Toolkit';
 258  $string['contactus'] = 'Contact us';
 259  $string['buttonone'] = 'Get a free demo';
 260  $string['contentone'] = 'Automatically evaluate your course content and assessments for accessibility issues.';
 261  $string['contenttwo'] = 'Bulk update unclear or missing text for web links, image descriptions and video subtitles.';
 262  $string['contentthree'] = 'Provide your students with content in accessible formats including Audio, ePub and Electronic Braille.';
 263  $string['contentfour'] = 'Identify which activities have the most accessibility issues to prioritise effort.';
 264  $string['contentfive'] = 'Automatically fix out-of-date HTML tags.';
 265  $string['contentsix'] = 'Provide teachers with just in time tips for creating better content.';
 266  $string['footerheading'] = 'Footer section';
 267  $string['headingone'] = 'Evaluate content';
 268  $string['headingtwo'] = 'Remediation';
 269  $string['headingthree'] = 'Accessible file formats';
 270  $string['headingfour'] = 'Focus effort';
 271  $string['headingfive'] = 'HTML fixes';
 272  $string['headingsix'] = 'Performance support';