From 4c48bccbaddbba32d31df3b00f565cf4f4f769d6 Mon Sep 17 00:00:00 2001 From: Helen Foster Date: Fri, 21 Aug 2020 14:06:31 +0200 Subject: [PATCH] MDL-69501 lang: Import fixed English strings (en_fix) Significant string change: error:nobadges,core_badges - Additional info explaining that site badges can only have other site badges as criteria --- admin/tool/dataprivacy/lang/en/tool_dataprivacy.php | 2 +- lang/en/badges.php | 2 +- lang/en/contentbank.php | 2 +- mod/lesson/lang/en/lesson.php | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/admin/tool/dataprivacy/lang/en/tool_dataprivacy.php b/admin/tool/dataprivacy/lang/en/tool_dataprivacy.php index 63d33fe50b6..54d9c5be690 100644 --- a/admin/tool/dataprivacy/lang/en/tool_dataprivacy.php +++ b/admin/tool/dataprivacy/lang/en/tool_dataprivacy.php @@ -135,7 +135,7 @@ $string['effectiveretentionperioduser'] = '{$a} (since the last time the user ac $string['emailsalutation'] = 'Dear {$a},'; $string['errorcannotrequestdeleteforself'] = 'You don\'t have permission to create deletion request for yourself.'; $string['errorcannotrequestdeleteforother'] = 'You don\'t have permission to create deletion request for this user.'; -$string['errorinvalidrequestcomments'] = 'Please ensure your comment contains plain text only.'; +$string['errorinvalidrequestcomments'] = 'The comments field may contain plain text only.'; $string['errorinvalidrequestcreationmethod'] = 'Invalid request creation method!'; $string['errorinvalidrequeststatus'] = 'Invalid request status!'; $string['errorinvalidrequesttype'] = 'Invalid request type!'; diff --git a/lang/en/badges.php b/lang/en/badges.php index f0343ee629d..62e4b4f9e2d 100644 --- a/lang/en/badges.php +++ b/lang/en/badges.php @@ -304,7 +304,7 @@ $string['error:invalidexpiredate'] = 'Expiry date has to be in the future.'; $string['error:invalidexpireperiod'] = 'Expiry period cannot be negative or equal 0.'; $string['error:invalidparambadge'] = 'Badge does not exist. '; $string['error:noactivities'] = 'There are no activities with completion criteria enabled in this course.'; -$string['error:nobadges'] = 'There are no course or site badges with access enabled to be added as criteria.'; +$string['error:nobadges'] = 'There are currently no badges with access enabled to be added as criteria. A site badge can only have other site badges as criteria. A course badge can have other course badges or site badges as criteria.'; $string['error:invalidparamcohort'] = 'Cohort does not exist. '; $string['error:noactivities'] = 'There are no activities with completion criteria enabled in this course.'; $string['error:nocohorts'] = 'No cohorts'; diff --git a/lang/en/contentbank.php b/lang/en/contentbank.php index bac647a536b..68afc3a6613 100644 --- a/lang/en/contentbank.php +++ b/lang/en/contentbank.php @@ -39,7 +39,7 @@ $string['eventcontentupdated'] = 'Content updated'; $string['eventcontentuploaded'] = 'Content uploaded'; $string['eventcontentviewed'] = 'Content viewed'; $string['errordeletingcontentfromcategory'] = 'Error deleting content from category {$a}.'; -$string['errornofile'] = 'A compatible file is needed to create a content'; +$string['errornofile'] = 'A compatible file is needed to create content.'; $string['deletecontent'] = 'Delete content'; $string['deletecontentconfirm'] = 'Are you sure you want to delete the content \'{$a->name}\' and all associated files? This action cannot be undone.'; $string['displaydetails'] = 'Display content bank with file details'; diff --git a/mod/lesson/lang/en/lesson.php b/mod/lesson/lang/en/lesson.php index 997176cb307..36dd037dd7d 100644 --- a/mod/lesson/lang/en/lesson.php +++ b/mod/lesson/lang/en/lesson.php @@ -399,7 +399,7 @@ $string['numberofpagesviewed'] = 'Number of questions answered: {$a}'; $string['numberofpagesviewedheader'] = 'Number of questions answered'; $string['numberofpagesviewednotice'] = 'Number of questions answered: {$a->nquestions} (You should answer at least {$a->minquestions})'; $string['numerical'] = 'Numerical'; -$string['numericanswer_help'] = 'You can specify a number, or a range of numbers by using colon. For example 2:5 means any answer between 2 and 5 including them are correct.'; +$string['numericanswer_help'] = 'You can specify a single number, or a range of numbers by using colon. For example 2:5 means any answer between 2 and 5 and including 2 and 5 is correct.'; $string['numericanswer'] = 'Numeric answer'; $string['offlinedatamessage'] = 'You have worked on this attempt using a mobile device. Data was last saved to this site {$a} ago. Please check that you do not have any unsaved work.'; $string['ongoing'] = 'Display ongoing score'; -- 2.43.0