From c8dc7bc942ba3f61aa4b2f2c70ea011355bba88d Mon Sep 17 00:00:00 2001
From: Helen Foster This registration process allows you to use the Brickfield accessibility toolkit freemium version for your registered Moodle site. This usage is subject to these terms and conditions (opens in new window) and which you agree to, by using this product. This registration process allows you to use the Brickfield accessibility toolkit starter version for your registered Moodle site. This usage is subject to the Brickfield Education Labs terms and conditions (opens in new window) and which you agree to, by using this product. This course has not yet been scheduled for analysis, to find common accessibility issues. Please view the Accessibility toolkit help page for further details. This course has not yet been scheduled for analysis, to find common accessibility issues. 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. 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. Please view the Accessibility toolkit help page for further details. This analysis will be processed in the background, by the Moodle scheduled tasks, so its speed of completion will depend on task timings and task run schedules.';
+$string['schedule:blocknotscheduled'] = ' This course has not yet been scheduled for analysis, to find common accessibility issues. This course has not yet been scheduled for analysis to find common accessibility issues. 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. 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.
By clicking on the "Submit for analysis" button, you confirm that you want all your relevant global (course independant) content to be scheduled for analysis.
This analysis will conduct multiple common accessibility checks on this content, and those results will then display on these Accessibility toolkit report pages.
Please view the Accessibility toolkit help page for further details.
This analysis will be processed in the background, by the Moodle scheduled tasks, so its speed of completion will depend on task timings and task run schedules.'; +$string['schedule:sitenotscheduled'] = '
The global (course independent) content has not yet been scheduled for analysis to find common accessibility issues.
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.
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.
'; $string['schedule:sitescheduled'] = 'The global (course independent) content has been scheduled for analysis.'; $string['settings'] = 'Accessibility toolkit settings'; -$string['taberrors'] = 'Check Errors'; +$string['taberrors'] = 'Check errors'; $string['targetavetitle'] = 'Average errors per activity'; $string['targetpercentage'] = 'Percentage of instances passed/not per activity'; $string['targetratio'] = 'Activity pass ratio'; @@ -140,7 +140,7 @@ $string['tbltarget'] = 'Activity'; $string['tblupdateto'] = 'Update to'; $string['termsandconditions'] = 'These are the terms and conditions you agree to... blah blah...
'; $string['termsandconditionslink'] = 'terms and conditions'; -$string['titleerrorscount'] = 'Error details: (showing first {$a} errors)'; +$string['titleerrorscount'] = 'Error details: (showing first {$a} errors)'; $string['titleactivityresultsall'] = 'Results per activity: all reviewed courses ({$a->count} courses)'; $string['titleactivityresultspartial'] = 'Results per activity: course {$a->name}'; $string['titleall'] = 'Error details: all reviewed courses ({$a->count} courses)'; @@ -167,37 +167,37 @@ $string['warningscontact'] = 'Email address for receiving warnings'; $string['warningscontact_desc'] = 'An email address to receive any Brickfield Toolkit warnings'; // Check descriptions. -$string['checkdesc:alinksdontopennewwindow'] = 'Links opening into a new window should warn users in advance'; -$string['checkdesc:amustcontaintext'] = 'A link needs to contain text to be perceivable'; -$string['checkdesc:areadontopennewwindow'] = 'Areas, used in image maps, opening into a new window should warn users in advance'; -$string['checkdesc:areahasaltvalue'] = 'Areas, used in image maps, should not be missing "alt" (alternative) text, similar to images'; -$string['checkdesc:asuspiciouslinktext'] = 'Link text should be descriptive and provide context about its destination'; -$string['checkdesc:basefontisnotused'] = 'Basefont elements (traditionally used for formatting) are not accessible and should not be used'; -$string['checkdesc:blinkisnotused'] = 'Blink elements, which blink on and off, are not accessible and should not be used'; -$string['checkdesc:boldisnotused'] = '"Bold" (b) elements should not be used, "strong" should be used instead'; -$string['checkdesc:contenttoolong'] = 'Overall page content length should not exceed 500 words.'; -$string['checkdesc:csstexthascontrast'] = 'Color contrast between the text and background is too low'; -$string['checkdesc:embedhasassociatednoembed'] = 'Embed elements (for embedding multimedia) should not be missing their corresponding "noembed" elements'; -$string['checkdesc:headerh3'] = 'Headers following after H3 headers (the editor large header option) should not break the page heading hierarchy'; -$string['checkdesc:headershavetext'] = 'A header needs to contain text to be perceivable'; -$string['checkdesc:iisnotused'] = '"Italic" (i) elements should not be used, "em" should be used instead'; -$string['checkdesc:imgaltisdifferent'] = 'Image Alt (Alternative) Text should not be the image filename'; -$string['checkdesc:imgaltistoolong'] = 'Image Alt (Alternative) Text should not be more than the maximum allowed (125) characters'; -$string['checkdesc:imgaltnotemptyinanchor'] = 'Image Alt (Alternative) Text should not be empty, especially when image is a link going elsewhere'; -$string['checkdesc:imgaltnotplaceholder'] = 'Image Alt (Alternative) Text should not be a simple placeholder text, such as "image"'; -$string['checkdesc:imghasalt'] = 'Image Alt (Alternative) Text should not missing for image elements, unless purely decorative with no meaning'; -$string['checkdesc:imgwithmaphasusemap'] = 'Image maps, with clickable areas, need matching "usemap" and "map" elements'; -$string['checkdesc:legendtextnotempty'] = '"Legend" elements, used for captioning fieldset elements, should contain text'; -$string['checkdesc:marqueeisnotused'] = '"Marquee" (auto-scrolling) elements are not accessible and should not be used'; -$string['checkdesc:noheadings'] = 'No headers makes content less structured and harder to read'; -$string['checkdesc:objectmusthaveembed'] = '"Object" elements (for embedding external resources) should not be missing their corresponding "embed" elements'; -$string['checkdesc:objectmusthavetitle'] = '"Object" elements (for embedding external resources) should not be missing their corresponding "title" descriptions'; -$string['checkdesc:objectmusthavevalidtitle'] = '"Object" elements (for embedding external resources) should have corresponding "titles" with text'; -$string['checkdesc:strikeisnotused'] = '"Strike" (strike-through) elements should not be used, "del" (deleted) should be used instead'; -$string['checkdesc:tabledatashouldhaveth'] = 'Tables ideally should not be missing headers'; -$string['checkdesc:tablesummarydoesnotduplicatecaption'] = 'Table "summaries" and "captions" should not be identical'; -$string['checkdesc:tabletdshouldnotmerge'] = 'Tables ideally should not have any merged cells'; -$string['checkdesc:tablethshouldhavescope'] = 'Table row or column "scopes" (used to map row and column to each cell) should be declared'; +$string['checkdesc:alinksdontopennewwindow'] = 'Links opening into a new window should warn users in advance.'; +$string['checkdesc:amustcontaintext'] = 'A link needs to contain text to be perceivable.'; +$string['checkdesc:areadontopennewwindow'] = 'Areas, used in image maps, opening into a new window should warn users in advance.'; +$string['checkdesc:areahasaltvalue'] = 'Areas, used in image maps, should not be missing alt (alternative) text, similar to images.'; +$string['checkdesc:asuspiciouslinktext'] = 'Link text should be descriptive and provide context about its destination.'; +$string['checkdesc:basefontisnotused'] = 'Basefont elements (traditionally used for formatting) are not accessible and should not be used.'; +$string['checkdesc:blinkisnotused'] = 'Blink elements, which blink on and off, are not accessible and should not be used.'; +$string['checkdesc:boldisnotused'] = 'Bold (b) elements should not be used; "strong" should be used instead.'; +$string['checkdesc:contenttoolong'] = 'The overall page content length should not exceed 500 words.'; +$string['checkdesc:csstexthascontrast'] = 'The colour contrast between the text and background is too low.'; +$string['checkdesc:embedhasassociatednoembed'] = 'Embed elements (for embedding multimedia) should not be missing their corresponding "noembed" elements.'; +$string['checkdesc:headerh3'] = 'Headers following after H3 headers (the editor large header option) should not break the page heading hierarchy.'; +$string['checkdesc:headershavetext'] = 'A header needs to contain text to be perceivable.'; +$string['checkdesc:iisnotused'] = 'Italic (i) elements should not be used; "em" should be used instead.'; +$string['checkdesc:imgaltisdifferent'] = 'Image alt (alternative) text should not be the image filename.'; +$string['checkdesc:imgaltistoolong'] = 'Image alt (alternative) text should not be more than the maximum allowed (125) characters.'; +$string['checkdesc:imgaltnotemptyinanchor'] = 'Image alt (alternative) text should not be empty, especially when the image has a link going elsewhere.'; +$string['checkdesc:imgaltnotplaceholder'] = 'Image alt (alternative) text should not be a simple placeholder text, such as "image".'; +$string['checkdesc:imghasalt'] = 'Image alt (alternative) text should not be missing for image elements, unless purely decorative with no meaning.'; +$string['checkdesc:imgwithmaphasusemap'] = 'Image maps, with clickable areas, need matching "usemap" and "map" elements.'; +$string['checkdesc:legendtextnotempty'] = 'Legend elements, used for captioning fieldset elements, should contain text.'; +$string['checkdesc:marqueeisnotused'] = 'Marquee (auto-scrolling) elements are not accessible and should not be used.'; +$string['checkdesc:noheadings'] = 'No headers makes content less structured and harder to read.'; +$string['checkdesc:objectmusthaveembed'] = 'Object elements (for embedding external resources) should not be missing their corresponding "embed" elements.'; +$string['checkdesc:objectmusthavetitle'] = 'Object elements (for embedding external resources) should not be missing their corresponding "title" descriptions.'; +$string['checkdesc:objectmusthavevalidtitle'] = 'Object elements (for embedding external resources) should have corresponding "titles" with text.'; +$string['checkdesc:strikeisnotused'] = 'Strike (strike-through) elements should not be used; "del" (deleted) should be used instead.'; +$string['checkdesc:tabledatashouldhaveth'] = 'Tables ideally should not be missing headers.'; +$string['checkdesc:tablesummarydoesnotduplicatecaption'] = 'Table summaries and captions should not be identical.'; +$string['checkdesc:tabletdshouldnotmerge'] = 'Tables ideally should not have any merged cells.'; +$string['checkdesc:tablethshouldhavescope'] = 'Table row or column scopes (used to map row and column to each cell) should be declared.'; // Registration process. $string['activate'] = 'Activate'; @@ -211,7 +211,7 @@ $string['contentyperesults'] = 'Total passed/failed for content areas per course $string['country'] = 'Country'; $string['country_help'] = 'Country of the site'; $string['hashcorrect'] = 'The entered code is correct.'; -$string['hashincorrect'] = 'The entered code is not correct.'; +$string['hashincorrect'] = 'The entered code is incorrect.'; $string['inactive'] = 'The plugin is inactive and cannot be used. Please enter valid registration keys, and press "Activate".'; $string['installed'] = 'Plugin installed'; $string['installedcli'] = 'Plugin installed via command line'; @@ -268,20 +268,20 @@ $string['printable:toolname'] = 'Summary report'; $string['printable:toolshortname'] = 'Summary report'; $string['printable:downloadpdf'] = 'Download PDF'; $string['printable:printreport'] = 'Printable report'; -$string['error:nocoursespecified'] = 'This summary report requires a valid courseid.
Please access the accessibility toolkit from within a course, by using its Actions menu administration link to the Accessibility toolkit, which will then supply this required courseid.
'; +$string['error:nocoursespecified'] = 'This summary report requires a valid course id. Please access the accessibility toolkit from within a course, via the actions menu, which will then supply this required course id.'; $string['pdf:filename'] = 'Brickfield_Summaryreport_CourseID-{$a}'; // Advanced page. $string['bannercontentone'] = 'The Enterprise Accessibility Toolkit has a full set of features to help your organisation improve accessibility of your courses. {$a} to book a free demo of the advanced features.'; -$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.'; +$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.'; $string['bannerheadingone'] = 'Upgrade to the Enterprise Accessibility Toolkit'; $string['contactus'] = 'Contact us'; -$string['buttonone'] = 'Get a Free Demo'; +$string['buttonone'] = 'Get a free demo'; $string['contentone'] = 'Automatically evaluate your course content and assessments for accessibility issues.'; $string['contenttwo'] = 'Bulk update unclear or missing text for web links, image descriptions and video subtitles.'; $string['contentthree'] = 'Provide your students with content in accessible formats including Audio, ePub and Electronic Braille.'; $string['contentfour'] = 'Identify which activities have the most accessibility issues to prioritise effort.'; -$string['contentfive'] = 'Automatically fix out of date HTML tags.'; +$string['contentfive'] = 'Automatically fix out-of-date HTML tags.'; $string['contentsix'] = 'Provide teachers with just in time tips for creating better content.'; $string['footerheading'] = 'Footer section'; $string['headingone'] = 'Evaluate content'; diff --git a/admin/tool/oauth2/lang/en/tool_oauth2.php b/admin/tool/oauth2/lang/en/tool_oauth2.php index b55c5a40000..1fba23480c6 100644 --- a/admin/tool/oauth2/lang/en/tool_oauth2.php +++ b/admin/tool/oauth2/lang/en/tool_oauth2.php @@ -53,7 +53,7 @@ $string['endpointurl_help'] = 'URL for this endpoint. Must use https:// protocol $string['endpointurl'] = 'URL'; $string['facebook_service'] = 'Facebook'; $string['google_service'] = 'Google'; -$string['imsobv2p1_service'] = 'OpenBadges'; +$string['imsobv2p1_service'] = 'Open Badges'; $string['issuersetup'] = 'Detailed instructions on configuring the common OAuth 2 services'; $string['issuersetuptype'] = 'Detailed instructions on setting up the {$a} OAuth 2 provider'; $string['issueralloweddomains_help'] = 'If set, this setting is a comma separated list of domains that logins will be restricted to when using this provider.'; diff --git a/blocks/accessreview/lang/en/block_accessreview.php b/blocks/accessreview/lang/en/block_accessreview.php index 61c94e2b390..93cf815bbbf 100644 --- a/blocks/accessreview/lang/en/block_accessreview.php +++ b/blocks/accessreview/lang/en/block_accessreview.php @@ -25,7 +25,7 @@ defined('MOODLE_INTERNAL') || die(); -$string['accessreview:addinstance'] = 'Add an accessibility review block to a course'; +$string['accessreview:addinstance'] = 'Add an accessibility review block'; $string['accessreview:view'] = 'View the accessibility review'; $string['checktypes'] = 'Types'; $string['errors'] = 'Errors'; @@ -54,10 +54,10 @@ $string['status:errorsalt'] = 'Errors'; $string['toggleaccessreview'] = 'Toggle highlighting'; $string['toolpage'] = 'Toolkit page to show'; $string['totalerrors'] = 'Total errors: {$a}