diff --git a/admin/tool/messageinbound/lang/en/tool_messageinbound.php b/admin/tool/messageinbound/lang/en/tool_messageinbound.php index 8daab15f8868c..fd0b46579617e 100644 --- a/admin/tool/messageinbound/lang/en/tool_messageinbound.php +++ b/admin/tool/messageinbound/lang/en/tool_messageinbound.php @@ -24,7 +24,7 @@ $string['classname'] = 'Class name'; $string['component'] = 'Component'; -$string['configmessageinboundhost'] = 'The address of the server that Moodle should check mail against. To specify a non-default port, use [server]:[port], for example mail.example.com:587. If a port isn\'t specified, the default port for the type of mail server will be used.'; +$string['configmessageinboundhost'] = 'The address of the server that Moodle should check mail against. To specify a non-default port, use [server]:[port], for example mail.example.com:993. If a port isn\'t specified, the default port for the type of mail server will be used.'; $string['defaultexpiration'] = 'Default address expiry period'; $string['defaultexpiration_help'] = 'When an email address is generated by the handler, it can be set to automatically expire after a period of time, so that it can no longer be used. It is advisable to set an expiry period.'; $string['description'] = 'Description'; diff --git a/admin/tool/task/lang/en/tool_task.php b/admin/tool/task/lang/en/tool_task.php index 9ccd292bcc991..299603f3f892c 100644 --- a/admin/tool/task/lang/en/tool_task.php +++ b/admin/tool/task/lang/en/tool_task.php @@ -23,13 +23,13 @@ */ $string['asap'] = 'ASAP'; -$string['adhocempty'] = 'Adhoc task queue is empty'; -$string['adhocqueuesize'] = 'Adhoc task queue has {$a} tasks'; +$string['adhocempty'] = 'Ad hoc task queue is empty'; +$string['adhocqueuesize'] = 'Ad hoc task queue has {$a} tasks'; $string['adhocqueueold'] = 'Oldest task is {$a->age} which is more than {$a->max}'; $string['backtoscheduledtasks'] = 'Back to scheduled tasks'; $string['blocking'] = 'Blocking'; $string['cannotfindthepathtothecli'] = 'Cannot find the path to the PHP CLI executable so task execution aborted. Set the \'Path to PHP CLI\' setting in Site administration / Server / System paths.'; -$string['checkadhocqueue'] = 'Adhoc task queue'; +$string['checkadhocqueue'] = 'Ad hoc task queue'; $string['checkcronrunning'] = 'Cron running'; $string['checkmaxfaildelay'] = 'Tasks max fail delay'; $string['clearfaildelay_confirm'] = 'Are you sure you want to clear the fail delay for task \'{$a}\'? After clearing the delay, the task will run according to its normal schedule.'; @@ -58,7 +58,7 @@ $string['scheduledtasks'] = 'Scheduled tasks'; $string['scheduledtaskchangesdisabled'] = 'Modifications to the list of scheduled tasks have been prevented in Moodle configuration'; $string['taskdisabled'] = 'Task disabled'; -$string['taskfailures'] = 'There are {$a} task(s) failing'; +$string['taskfailures'] = '{$a} task(s) failing'; $string['tasklogs'] = 'Task logs'; $string['tasknofailures'] = 'There are no tasks failing'; $string['taskscheduleday'] = 'Day'; diff --git a/admin/tool/xmldb/lang/en/tool_xmldb.php b/admin/tool/xmldb/lang/en/tool_xmldb.php index 77ababc6a13d3..e87983503f136 100644 --- a/admin/tool/xmldb/lang/en/tool_xmldb.php +++ b/admin/tool/xmldb/lang/en/tool_xmldb.php @@ -158,7 +158,7 @@ $string['new_table_from_mysql'] = 'New table from MySQL'; $string['nofieldsspecified'] = 'No fields specified'; $string['nomasterprimaryuniquefound'] = 'The column(s) that your foreign key references must be included in a primary or unique KEY in the referenced table. Note that the column being in a UNIQUE INDEX is not good enough.'; -$string['nomissingorextraindexesfound'] = 'No missing or extra indexes have been found, your DB doesn\'t need further actions.'; +$string['nomissingorextraindexesfound'] = 'No missing or extra indexes have been found, so no further action is required.'; $string['noreffieldsspecified'] = 'No reference fields specified'; $string['noreftablespecified'] = 'Specified reference table not found'; $string['noviolatedforeignkeysfound'] = 'No violated foreign keys found'; diff --git a/contentbank/contenttype/h5p/lang/en/contenttype_h5p.php b/contentbank/contenttype/h5p/lang/en/contenttype_h5p.php index 10ea72106e540..179e80f2612ec 100644 --- a/contentbank/contenttype/h5p/lang/en/contenttype_h5p.php +++ b/contentbank/contenttype/h5p/lang/en/contenttype_h5p.php @@ -25,5 +25,5 @@ $string['pluginname'] = 'H5P'; $string['pluginname_help'] = 'Content bank to upload and share H5P content'; $string['privacy:metadata'] = 'The H5P content bank plugin does not store any personal data.'; -$string['h5p:access'] = 'Access to H5P content in the content bank'; -$string['h5p:upload'] = 'Upload a new H5P content'; +$string['h5p:access'] = 'Access H5P content in the content bank'; +$string['h5p:upload'] = 'Upload new H5P content'; diff --git a/grade/grading/form/guide/lang/en/gradingform_guide.php b/grade/grading/form/guide/lang/en/gradingform_guide.php index 6c9aebd2d6e5d..319ef652023f6 100644 --- a/grade/grading/form/guide/lang/en/gradingform_guide.php +++ b/grade/grading/form/guide/lang/en/gradingform_guide.php @@ -74,7 +74,7 @@ $string['maxscore'] = 'Maximum score'; $string['name'] = 'Name'; $string['needregrademessage'] = 'The marking guide definition was changed after this student had been graded. The student can not see this marking guide until you check the marking guide and update the grade.'; -$string['outof'] = 'Out of {$a}'; +$string['outof'] = 'Score out of {$a}'; $string['pluginname'] = 'Marking guide'; $string['previewmarkingguide'] = 'Preview marking guide'; $string['privacy:metadata:criterionid'] = 'An identifier to a criterion for advanced marking.'; diff --git a/h5p/h5plib/v124/lang/en/h5plib_v124.php b/h5p/h5plib/v124/lang/en/h5plib_v124.php index ca5ea1a4a924a..222f1289b0c37 100644 --- a/h5p/h5plib/v124/lang/en/h5plib_v124.php +++ b/h5p/h5plib/v124/lang/en/h5plib_v124.php @@ -25,5 +25,5 @@ defined('MOODLE_INTERNAL') || die(); $string['pluginname'] = 'H5P framework v1.24'; -$string['pluginname_help'] = 'H5P framework. Version 1.24'; -$string['privacy:metadata'] = 'H5P framework v1.24 do not store any personal data.'; +$string['pluginname_help'] = 'H5P framework version 1.24.'; +$string['privacy:metadata'] = 'The H5P framework v1.24 does not store any personal data.'; diff --git a/lang/en/admin.php b/lang/en/admin.php index b736c9b9dde16..dc2d684169c55 100644 --- a/lang/en/admin.php +++ b/lang/en/admin.php @@ -330,7 +330,7 @@ $string['configrequestedstudentsname'] = 'Word for students used in requested courses'; $string['configrequestedteachername'] = 'Word for teacher used in requested courses'; $string['configrequestedteachersname'] = 'Word for teachers used in requested courses'; -$string['configreverseproxyignore'] = 'If your server is behind multiple reverse proxies that append to the X-Forwarded-For header then you will need to specify a comma separated list of ip addresses or subnets of the reverse proxies to be ignored in order to find the users correct IP address.'; +$string['configreverseproxyignore'] = 'If your server is behind multiple reverse proxies that append to the X-Forwarded-For header, then specify a comma-separated list of IP addresses or subnets of the reverse proxies to be ignored in order to find the user\'s correct IP address.'; $string['configsectioninterface'] = 'Interface'; $string['configsectionmail'] = 'Mail'; $string['configsectionmaintenance'] = 'Maintenance'; @@ -1220,10 +1220,10 @@ $string['task_scheduled_concurrency_limit_desc'] = 'The number of scheduled task runners allowed to run concurrently. If the limit is high then the server may experience high load which affects performance. A setting of 0 will disable processing of scheduled tasks completely.'; $string['task_scheduled_max_runtime'] = 'Scheduled task runner lifetime'; $string['task_scheduled_max_runtime_desc'] = 'The age of a scheduled task runner before it is freed.'; -$string['task_adhoc_concurrency_limit'] = 'Adhoc task concurrency limit'; -$string['task_adhoc_concurrency_limit_desc'] = 'The number of adhoc task runners allowed to run concurrently. If the limit is high then scheduled tasks may not run regularly when there are lots of adhoc tasks. A setting of 0 will disable processing of adhoc tasks completely.'; -$string['task_adhoc_max_runtime'] = 'Adhoc task runner lifetime'; -$string['task_adhoc_max_runtime_desc'] = 'The age of an adhoc task runner before it is freed. A low duration is recommended as there is no limit to the number of adhoc tasks queued. If this number is too high and you have a large adhoc task queue then scheduled tasks may not be run regularly.'; +$string['task_adhoc_concurrency_limit'] = 'Ad hoc task concurrency limit'; +$string['task_adhoc_concurrency_limit_desc'] = 'The number of ad hoc task runners allowed to run concurrently. If the limit is high then scheduled tasks may not run regularly when there are lots of ad hoc tasks. A setting of 0 will disable processing of ad hoc tasks completely.'; +$string['task_adhoc_max_runtime'] = 'Ad hoc task runner lifetime'; +$string['task_adhoc_max_runtime_desc'] = 'The age of an ad hoc task runner before it is freed. A low duration is recommended as there is no limit to the number of ad hoc tasks queued. If this number is too high and you have a large ad hoc task queue then scheduled tasks may not be run regularly.'; $string['task_logmode'] = 'When to log'; $string['task_logmode_desc'] = 'You can choose when you wish task logging to take place. By default logs are always captured. You can disable logging entirely, or change to only log tasks which fail.'; $string['task_logmode_none'] = 'Do not log anything'; diff --git a/lang/en/cache.php b/lang/en/cache.php index 862ed68f926de..eb3dc7b1e45bf 100644 --- a/lang/en/cache.php +++ b/lang/en/cache.php @@ -81,7 +81,7 @@ $string['cachedef_tags'] = 'Tags collections and areas'; $string['cachedef_temp_tables'] = 'Temporary tables cache'; $string['cachedef_userselections'] = 'Data used to persist user selections throughout Moodle'; -$string['cachedef_user_favourite_course_content_items'] = 'User\'s favourite content items (activities, resources and their subtypes)'; +$string['cachedef_user_favourite_course_content_items'] = 'User\'s starred items'; $string['cachedef_user_group_groupings'] = 'User\'s groupings and groups per course'; $string['cachedef_user_course_content_items'] = 'User\'s content items (activities, resources and their subtypes) per course'; $string['cachedef_yuimodules'] = 'YUI Module definitions'; diff --git a/lang/en/contentbank.php b/lang/en/contentbank.php index 80b39b00ab377..4916a4df1522b 100644 --- a/lang/en/contentbank.php +++ b/lang/en/contentbank.php @@ -26,14 +26,14 @@ $string['contentdeleted'] = 'The content has been deleted.'; $string['contentnotdeleted'] = 'An error was encountered while trying to delete the content.'; $string['deletecontent'] = 'Delete content'; -$string['deletecontentconfirm'] = '

Are you sure you want to delete content \'{$a->name}\'? It will remove the content and all its files.

This operation can not be undone.

'; +$string['deletecontentconfirm'] = 'Are you sure you want to delete the content \'{$a->name}\' and all associated files? This action cannot be undone.'; $string['file'] = 'Upload content'; $string['file_help'] = 'Files may be stored in the content bank for use in courses. Only files used by content types enabled on the site may be uploaded.'; $string['name'] = 'Content'; -$string['nopermissiontodelete'] = 'You have no permissions to delete the content.'; +$string['nopermissiontodelete'] = 'You do not have permission to delete content.'; $string['privacy:metadata:userid'] = 'The ID of the user creating or modifying content bank content.'; -$string['privacy:metadata:content:usercreated'] = 'The user has created the content.'; -$string['privacy:metadata:content:usermodified'] = 'Last user has modified the content.'; +$string['privacy:metadata:content:usercreated'] = 'The user who created the content.'; +$string['privacy:metadata:content:usermodified'] = 'The last user who modified the content.'; $string['timecreated'] = 'Time created'; -$string['unsupported'] = 'This content type is not supported'; +$string['unsupported'] = 'This content type is not supported.'; $string['upload'] = 'Upload'; diff --git a/lang/en/course.php b/lang/en/course.php index c373515092623..c6a8d9a9e0f97 100644 --- a/lang/en/course.php +++ b/lang/en/course.php @@ -27,11 +27,11 @@ $string['aria:courseimage'] = 'Course image'; $string['aria:courseshortname'] = 'Course short name'; $string['aria:coursename'] = 'Course name'; -$string['aria:defaulttab'] = 'The default modules'; +$string['aria:defaulttab'] = 'Default activities'; $string['aria:favourite'] = 'Course is starred'; -$string['aria:favouritestab'] = 'Your starred modules'; -$string['aria:recommendedtab'] = 'The recommended modules'; -$string['aria:modulefavourite'] = 'Star {$a} module'; +$string['aria:favouritestab'] = 'Starred activities'; +$string['aria:recommendedtab'] = 'Recommended activities'; +$string['aria:modulefavourite'] = 'Star {$a} activity'; $string['coursealreadyfinished'] = 'Course already finished'; $string['coursenotyetstarted'] = 'The course has not yet started'; $string['coursenotyetfinished'] = 'The course has not yet finished'; @@ -48,7 +48,7 @@ $string['favourite'] = 'Starred course'; $string['gradetopassnotset'] = 'This course does not have a grade to pass set. It may be set in the grade item of the course (Gradebook setup).'; $string['informationformodule'] = 'Information about the {$a} activity'; -$string['module'] = 'Module'; +$string['module'] = 'Activity'; $string['nocourseactivity'] = 'Not enough course activity between the start and the end of the course'; $string['nocourseendtime'] = 'The course does not have an end time'; $string['nocoursesections'] = 'No course sections'; diff --git a/lang/en/error.php b/lang/en/error.php index a1f5006d5e7be..cf78c4c5286a2 100644 --- a/lang/en/error.php +++ b/lang/en/error.php @@ -181,15 +181,15 @@ $string['componentisuptodate'] = 'Component is up-to-date'; $string['confirmationnotenabled'] = 'User confirmation is not enabled on this site'; $string['confirmsesskeybad'] = 'Sorry, but your session key could not be confirmed to carry out this action. This security feature prevents against accidental or malicious execution of important functions in your name. Please make sure you really wanted to execute this function.'; -$string['contenttypenotfound'] = 'The \'{$a}\' content bank type doesn\'t exist or is not recognized'; +$string['contenttypenotfound'] = 'The \'{$a}\' content bank type doesn\'t exist or is not recognised.'; $string['couldnotassignrole'] = 'A serious but unspecified error occurred while trying to assign a role to you'; $string['couldnotupdatenoexistinguser'] = 'Cannot update the user - user doesn\'t exist'; $string['couldnotverifyagedigitalconsent'] = 'An error occurred while trying to verify the age of digital consent.
Please contact administrator.'; $string['countriesphpempty'] = 'Error: The file countries.php in language pack {$a} is empty or missing.'; $string['coursedoesnotbelongtocategory'] = 'The course doesn\'t belong to this category'; -$string['courseformatnotfound'] = 'The course format \'{$a}\' doesn\'t exist or is not recognized'; +$string['courseformatnotfound'] = 'The course format \'{$a}\' doesn\'t exist or is not recognised.'; $string['coursegroupunknown'] = 'Course corresponding to group {$a} not specified'; -$string['courseidnotfound'] = 'Course id doesn\'t exist'; +$string['courseidnotfound'] = 'The course ID doesn\'t exist.'; $string['courseidnumbertaken'] = 'ID number is already used for another course ({$a})'; $string['coursemisconf'] = 'Course is misconfigured'; $string['courserequestdisabled'] = 'Sorry, but course requests have been disabled by the administrator.'; diff --git a/lang/en/h5p.php b/lang/en/h5p.php index b9858b5258c64..d640425ffa9a9 100644 --- a/lang/en/h5p.php +++ b/lang/en/h5p.php @@ -152,7 +152,7 @@ $string['noh5plibhandlerdefined'] = 'There isn\'t any H5P framework handler installed, so H5P content can\'t be displayed.'; $string['nojson'] = 'The main h5p.json file is not valid'; $string['nopermissiontodeploy'] = 'This file can\'t be displayed because it has been uploaded by a user without the required capability to deploy H5P content.'; -$string['nopermissiontoedit'] = 'You do not have permission to edit H5P content'; +$string['nopermissiontoedit'] = 'You do not have permission to edit H5P content.'; $string['notrustablefile'] = 'This file can\'t be displayed because it has been uploaded by a user without the capability to update H5P content types. Please contact your administrator to ask for the content type to be installed.'; $string['nounzip'] = 'The file you uploaded is not a valid HTML5 Package. (It is not possible to unzip it.)'; $string['offlineDialogBody'] = 'We were unable to send information about your completion of this task. Please check your internet connection.'; diff --git a/lang/en/moodle.php b/lang/en/moodle.php index eae72ded6ff32..f0a53e98018c9 100644 --- a/lang/en/moodle.php +++ b/lang/en/moodle.php @@ -70,7 +70,7 @@ $string['addnousersrecip'] = 'Add users who haven\'t accessed this {$a} to recipient list'; $string['addpagehere'] = 'Add text here'; $string['addresource'] = 'Add a resource...'; -$string['addresourceoractivity'] = 'Add an activity or resource'; +$string['addresourceoractivity'] = 'Add an activity'; $string['addresourcetosection'] = 'Add a resource to section \'{$a}\''; $string['address'] = 'Address'; $string['addsections'] = 'Add sections'; @@ -176,7 +176,7 @@ $string['backtopageyouwereon'] = 'Back to the page you were on'; $string['backup'] = 'Backup'; $string['backupactivehelp'] = 'Choose whether or not to do automated backups.'; -$string['backupadhocpending'] = 'Course backup adhoc task pending'; +$string['backupadhocpending'] = 'Course backup ad hoc task pending'; $string['backupcancelled'] = 'Backup cancelled'; $string['backupcoursefileshelp'] = 'If enabled then course files will be included in automated backups'; $string['backupdate'] = 'Backup date'; @@ -1002,7 +1002,7 @@ $string['changessaved'] = 'Changes saved'; $string['check'] = 'Check'; $string['checks'] = 'Checks'; -$string['checksok'] = 'All \'{$a}\' checks ok'; +$string['checksok'] = 'All \'{$a}\' checks OK'; $string['checkall'] = 'Check all'; $string['checkingbackup'] = 'Checking backup'; $string['checkingcourse'] = 'Checking course'; @@ -1183,7 +1183,7 @@ $string['makeunavailable'] = 'Make unavailable'; $string['manageblocks'] = 'Blocks'; $string['managecategorythis'] = 'Manage this category'; -$string['managecontentbanktypes'] = 'Manage content bank content types'; +$string['managecontentbanktypes'] = 'Manage content types'; $string['managecourses'] = 'Manage courses'; $string['managedataformats'] = 'Manage data formats'; $string['managedatabase'] = 'Database'; @@ -1297,7 +1297,7 @@ $string['moodlerelease'] = 'Moodle release'; $string['more'] = 'more'; $string['morehelp'] = 'More help'; -$string['morehelpaboutmodule'] = 'More help about the {$a} module'; +$string['morehelpaboutmodule'] = 'More help about the {$a} activity'; $string['moreinfo'] = 'More info'; $string['moreinformation'] = 'More information about this error'; $string['moreprofileinfoneeded'] = 'Please tell us more about yourself'; @@ -1619,7 +1619,7 @@ $string['privacy:metadata:log:time'] = 'The time when the action took place'; $string['privacy:metadata:log:url'] = 'The URL related to the event'; $string['privacy:metadata:log:userid'] = 'The ID of the user who performed the action'; -$string['privacy:metadata:task_adhoc'] = 'The status of adhoc tasks.'; +$string['privacy:metadata:task_adhoc'] = 'The status of ad hoc tasks.'; $string['privacy:metadata:task_adhoc:component'] = 'The component owning the task.'; $string['privacy:metadata:task_adhoc:nextruntime'] = 'The earliest time to run this task.'; $string['privacy:metadata:task_adhoc:userid'] = 'The user to run the task as.'; diff --git a/lang/en/repository.php b/lang/en/repository.php index bc6d094a3d4eb..7ed41e6ffff5b 100644 --- a/lang/en/repository.php +++ b/lang/en/repository.php @@ -188,8 +188,8 @@ $string['notyourinstances'] = 'You can not view/edit repository instances of another user'; $string['off'] = 'Enabled but hidden'; $string['original'] = 'Original'; -$string['originalextensionchange'] = 'The original file extension has been modified as a part of the file name change. Changing the extension from ".{$a->originalextension}" to ".{$a->newextension}" could potentially cause some side effects.'; -$string['originalextensionremove'] = 'The original file extension has been removed as a part of the file name change. Removing the extension ".{$a}" could potentially cause some side effects.'; +$string['originalextensionchange'] = 'The original file extension has been modified as a part of the file name change. Changing the extension from ".{$a->originalextension}" to ".{$a->newextension}" may result in a file which cannot be opened.'; +$string['originalextensionremove'] = 'The original file extension has been removed as a part of the file name change. Removing the extension ".{$a}" is likely to result in a file which cannot be opened.'; $string['openpicker'] = 'Choose a file...'; $string['operation'] = 'Operation'; $string['on'] = 'Enabled and visible'; diff --git a/lang/en/role.php b/lang/en/role.php index a37ebedcb1e5d..12a250e00bf05 100644 --- a/lang/en/role.php +++ b/lang/en/role.php @@ -151,9 +151,9 @@ $string['confirmunassignyes'] = 'Remove'; $string['confirmunassignno'] = 'Cancel'; $string['contentbank:access'] = 'Access the content bank'; -$string['contentbank:deleteanycontent'] = 'Delete any content from the content bank on the site'; -$string['contentbank:deleteowncontent'] = 'Delete content from the content bank created by the user'; -$string['contentbank:upload'] = 'Upload new content in the content bank'; +$string['contentbank:deleteanycontent'] = 'Delete any content from the content bank'; +$string['contentbank:deleteowncontent'] = 'Delete content from own content bank'; +$string['contentbank:upload'] = 'Upload content to the content bank'; $string['context'] = 'Context'; $string['course:activityvisibility'] = 'Hide/show activities'; $string['course:bulkmessaging'] = 'Send a message to many people'; @@ -183,7 +183,7 @@ $string['course:movesections'] = 'Move sections'; $string['course:overridecompletion'] = 'Override activity completion status'; $string['course:renameroles'] = 'Rename roles'; -$string['course:recommendactivity'] = 'Recommend activities to the activity chooser'; +$string['course:recommendactivity'] = 'Recommend activities in the activity chooser'; $string['course:request'] = 'Request new courses'; $string['course:reset'] = 'Reset course'; $string['course:reviewotherusers'] = 'Review other users'; diff --git a/lib/antivirus/clamav/lang/en/antivirus_clamav.php b/lib/antivirus/clamav/lang/en/antivirus_clamav.php index c9eeb6c3bd249..31d6679ff97d5 100644 --- a/lib/antivirus/clamav/lang/en/antivirus_clamav.php +++ b/lib/antivirus/clamav/lang/en/antivirus_clamav.php @@ -51,6 +51,6 @@ $string['tcpsocketportdesc'] = 'The port to use when connecting to ClamAV'; $string['unknownerror'] = 'There was an unknown error with ClamAV.'; $string['tries'] = 'Scanning attempts'; -$string['tries_desc'] = 'Number of attempts clamav will try when there is an error during scanning process'; +$string['tries_desc'] = 'Number of attempts made by ClamAV if there is an error during the scanning process.'; $string['tries_notice'] = 'Clamav scanning has tried {$a->tries} time(s). {$a->notice}'; diff --git a/message/output/airnotifier/lang/en/message_airnotifier.php b/message/output/airnotifier/lang/en/message_airnotifier.php index 5005377ca71b3..8ddb4695e0c6f 100644 --- a/message/output/airnotifier/lang/en/message_airnotifier.php +++ b/message/output/airnotifier/lang/en/message_airnotifier.php @@ -27,7 +27,7 @@ $string['airnotifiermobileappname'] = 'Mobile app name'; $string['airnotifierport'] = 'Airnotifier port'; $string['airnotifierurl'] = 'Airnotifier URL'; -$string['configairnotifierurl'] = 'The server url to connect to to send push notifications.'; +$string['configairnotifierurl'] = 'The server URL to connect to for sending push notifications.'; $string['configairnotifierport'] = 'The port to use when connecting to the airnotifier server.'; $string['configairnotifieraccesskey'] = 'The access key to use when connecting to the airnotifier server.'; $string['configairnotifierappname'] = 'The app name identifier in Airnotifier.'; @@ -35,12 +35,12 @@ $string['deletecheckdevicename'] = 'Delete your device: {$a->name}'; $string['deletedevice'] = 'Delete the device. Note that an app can register the device again. If the device keeps reappearing, disable it.'; $string['devicetoken'] = 'Device token'; -$string['enableprocessor'] = 'Enable Mobile notifications.'; +$string['enableprocessor'] = 'Enable mobile notifications'; $string['errorretrievingkey'] = 'An error occurred while retrieving the access key. Your site must be registered to use this service. If your site is already registered, please try updating your registration.'; $string['keyretrievedsuccessfully'] = 'Key retrieved successfully'; $string['nodevices'] = 'No registered devices. Devices will automatically appear after you install the Moodle app and add this site.'; $string['nopermissiontomanagedevices'] = 'You don\'t have permission to manage devices.'; -$string['notconfigured'] = 'The Airnotifier server hasn\'t been configured so Airnotifier messages cannot be sent'; +$string['notconfigured'] = 'The Airnotifier server has not been configured so push notifications cannot be sent.'; $string['pluginname'] = 'Mobile'; $string['privacy:appiddescription'] = 'This is an identifier to the application being used.'; $string['privacy:enableddescription'] = 'If this device is enabled for airnotifier.'; diff --git a/mod/h5pactivity/lang/en/h5pactivity.php b/mod/h5pactivity/lang/en/h5pactivity.php index a20f9986f63e6..c76316d791144 100644 --- a/mod/h5pactivity/lang/en/h5pactivity.php +++ b/mod/h5pactivity/lang/en/h5pactivity.php @@ -34,20 +34,22 @@ $string['h5pactivity:addinstance'] = 'Add a new H5P'; $string['h5pactivity:submit'] = 'Submit H5P attempts'; $string['h5pactivity:view'] = 'View H5P'; -$string['h5pactivityfieldset'] = 'H5P Settings'; +$string['h5pactivityfieldset'] = 'H5P settings'; $string['h5pactivityname'] = 'H5P'; $string['h5pactivitysettings'] = 'Settings'; $string['h5pdisplay'] = 'H5P options'; -$string['modulename'] = 'H5P activity'; -$string['modulename_help'] = 'Use this module to use a H5P compatible content as a course activity.'; +$string['modulename'] = 'H5P'; +$string['modulename_help'] = 'H5P is an abbreviation for HTML5 Package - interactive content such as presentations, videos and other multimedia, questions, quizzes, games and more. The H5P activity enables H5P to be uploaded and added to a course. + +Any question attempts are marked automatically, and the grade is recorded in the gradebook.'; $string['modulename_link'] = 'mod/h5pactivity/view'; -$string['modulenameplural'] = 'H5P activities'; +$string['modulenameplural'] = 'H5P'; $string['myattempts'] = 'My attempts'; $string['package'] = 'Package file'; -$string['package_help'] = 'The package file is a h5pfile containing H5P dynamic content.'; +$string['package_help'] = 'The package file is a h5p file containing H5P interactive content.'; $string['page-mod-h5pactivity-x'] = 'Any H5P module page'; $string['pluginadministration'] = 'H5P administration'; -$string['pluginname'] = 'H5P activity'; +$string['pluginname'] = 'H5P'; $string['previewmode'] = 'This content is displayed in preview mode. No attempt tracking will be stored.'; $string['privacy:metadata:attempt'] = 'The attempt number'; $string['privacy:metadata:rawscore'] = 'The score obtained'; diff --git a/mod/lti/lang/en/lti.php b/mod/lti/lang/en/lti.php index 1d1284be1df37..01adfc7f16b62 100644 --- a/mod/lti/lang/en/lti.php +++ b/mod/lti/lang/en/lti.php @@ -233,8 +233,8 @@ $string['jwtsecurity'] = 'LTI 1.3'; $string['keytype'] = 'Public key type'; $string['keytype_help'] = 'The authentication method used to validate the tool.'; -$string['keytype_keyset'] = 'Keyset Url'; -$string['keytype_rsa'] = 'RSA Key'; +$string['keytype_keyset'] = 'Keyset URL'; +$string['keytype_rsa'] = 'RSA key'; $string['launch_in_moodle'] = 'Launch tool in Moodle'; $string['launch_in_popup'] = 'Launch tool in a pop-up'; $string['launch_url'] = 'Tool URL'; @@ -333,17 +333,17 @@ $string['noviewusers'] = 'No users were found with permissions to use this tool'; $string['oauthsecurity'] = 'LTI 1.0/1.1'; $string['optionalsettings'] = 'Optional settings'; -$string['organization'] = 'Organization details'; -$string['organizationdescr'] = 'Organization description'; -$string['organizationid_default'] = 'Default organization ID'; +$string['organization'] = 'Organisation details'; +$string['organizationdescr'] = 'Organisation description'; +$string['organizationid_default'] = 'Default organisation ID'; $string['siteid'] = 'Site ID'; $string['sitehost'] = 'Site hostname'; -$string['organizationid_default_help'] = 'Default value to use for Organization ID. Site ID identifies this installation of moodle.'; -$string['organizationidguid'] = 'Organization ID'; +$string['organizationid_default_help'] = 'The default value to use for Organisation ID. Site ID identifies this installation of Moodle.'; +$string['organizationidguid'] = 'Organisation ID'; $string['organizationidguid_help'] = 'A unique identifier for this Moodle instance passed to the tool as the Platform Instance GUID. If this field is left blank, the default value will be used.'; -$string['organizationurl'] = 'Organization URL'; +$string['organizationurl'] = 'Organisation URL'; $string['organizationurl_help'] = 'The base URL of this Moodle instance. If this field is left blank, a default value will be used based on the site configuration.'; @@ -404,7 +404,7 @@ $string['privacy:metadata:username'] = 'The username of the user accessing the LTI Consumer'; $string['publickey'] = 'Public key'; $string['publickeyset'] = 'Public keyset'; -$string['publickeyset_help'] = 'Public keyset from where moodle will retrieve the tool\'s public key to allow signatures of incoming messages and service requests to be verified.'; +$string['publickeyset_help'] = 'Public keyset from where this site will retrieve the tool\'s public key to allow signatures of incoming messages and service requests to be verified.'; $string['publickey_help'] = 'The public key (in PEM format) provided by the tool to allow signatures of incoming messages and service requests to be verified.'; $string['quickgrade'] = 'Allow quick grading'; $string['quickgrade_help'] = 'If enabled, multiple tools can be graded on one page. Add grades and comments then click the "Save all my feedback" button to save all changes for that page.'; @@ -589,7 +589,7 @@ $string['viewsubmissions'] = 'View submissions and grading screen'; // Deprecated since Moodle 3.9. -$string['organizationid'] = 'Organization ID'; -$string['organizationid_help'] = 'A unique identifier for this Moodle instance. Typically, the DNS name of the organization is used. +$string['organizationid'] = 'Organisation ID'; +$string['organizationid_help'] = 'A unique identifier for this Moodle instance. Typically, the DNS name of the organisation is used. If this field is left blank, the host name of this Moodle site will be used as the default value.'; diff --git a/mod/quiz/accessrule/timelimit/lang/en/quizaccess_timelimit.php b/mod/quiz/accessrule/timelimit/lang/en/quizaccess_timelimit.php index 3b67a43475bc1..e62d558db6061 100644 --- a/mod/quiz/accessrule/timelimit/lang/en/quizaccess_timelimit.php +++ b/mod/quiz/accessrule/timelimit/lang/en/quizaccess_timelimit.php @@ -27,8 +27,8 @@ defined('MOODLE_INTERNAL') || die(); -$string['confirmstartheader'] = 'Timed quiz'; -$string['confirmstart'] = 'The quiz has a time limit of {$a}. Time will count down from the moment you start your attempt and you must submit before it expires. Are you sure that you wish to start now?'; +$string['confirmstartheader'] = 'Time limit'; +$string['confirmstart'] = 'Your attempt will have a time limit of {$a}. When you start, the timer will begin to count down and cannot be paused. You must finish your attempt before it expires. Are you sure you wish to start now?'; $string['pluginname'] = 'Time limit quiz access rule'; $string['privacy:metadata'] = 'The Time limit quiz access rule plugin does not store any personal data.'; $string['quiztimelimit'] = 'Time limit: {$a}'; diff --git a/mod/quiz/lang/en/quiz.php b/mod/quiz/lang/en/quiz.php index 5b164e17e5da0..5353bc91afd70 100644 --- a/mod/quiz/lang/en/quiz.php +++ b/mod/quiz/lang/en/quiz.php @@ -156,13 +156,13 @@ $string['cannotstartnoquestions'] = 'Cannot start an attempt at this quiz. The quiz has not been set up yet. No questions have been added.'; $string['cannotwrite'] = 'Cannot write to export file ({$a})'; $string['canredoquestions'] = 'Allow redo within an attempt'; -$string['canredoquestions_desc'] = 'If enabled, when a student has finished attempting a question, they will see a Redo question button. This allows them to attempt another version of the same question, without having to submit the entire quiz attempt and start another attempt. This option is useful for practice quizzes. +$string['canredoquestions_desc'] = 'If enabled, after finishing attempting a question, a \'Try another question like this one\' button is displayed. This allows for a similar question (selected randomly) to be attempted, or the same question again, without the entire quiz attempt having to be submitted and another attempt started. This option is useful for practice quizzes. -This setting only affects questions and behaviours (such as immediate feedback or interactive with multiple tries) where it is possible for student to finish the question before the attempt is submitted.'; -$string['canredoquestions_help'] = 'If enabled, when a student has finished attempting a question, they will see a Redo question button. This allows them to attempt another version of the same question, without having to submit the entire quiz attempt and start another attempt. This option is useful for practice quizzes. +This setting only affects questions and behaviours (such as immediate feedback or interactive with multiple tries) where it is possible to finish a question before the attempt is submitted.'; +$string['canredoquestions_help'] = 'If enabled, after finishing attempting a question, a \'Try another question like this one\' button is displayed. This allows for a similar question (selected randomly) to be attempted, or the same question again, without the entire quiz attempt having to be submitted and another attempt started. This option is useful for practice quizzes. -This setting only affects questions and behaviours (such as immediate feedback or interactive with multiple tries) where it is possible for student to finish the question before the attempt is submitted.'; -$string['canredoquestionsyes'] = 'Students may redo another version of any finished question'; +This setting only affects questions and behaviours (such as immediate feedback or interactive with multiple tries) where it is possible to finish a question before the attempt is submitted.'; +$string['canredoquestionsyes'] = 'Yes, provide the option to try another question'; $string['caseno'] = 'No, case is unimportant'; $string['casesensitive'] = 'Case sensitivity'; $string['caseyes'] = 'Yes, case must match'; diff --git a/question/type/ddimageortext/lang/en/qtype_ddimageortext.php b/question/type/ddimageortext/lang/en/qtype_ddimageortext.php index 7c8c59fa7e23b..674873ee0ce38 100644 --- a/question/type/ddimageortext/lang/en/qtype_ddimageortext.php +++ b/question/type/ddimageortext/lang/en/qtype_ddimageortext.php @@ -58,7 +58,9 @@ $string['pluginname_link'] = 'question/type/ddimageortext'; $string['pluginnameadding'] = 'Adding drag and drop onto image'; $string['pluginnameediting'] = 'Editing drag and drop onto image'; -$string['pluginnamesummary'] = 'Images or text labels are dragged and dropped into drop zones on a background image.'; +$string['pluginnamesummary'] = 'Images or text labels are dragged and dropped into drop zones on a background image. + +Note: This question type is not accessible to users who are visually impaired.'; $string['previewareaheader'] = 'Preview'; $string['previewareamessage'] = 'Select a background image, specify draggable items and define drop zones on the background image into which they must be dragged.'; $string['privacy:metadata'] = 'The Drag and drop onto image question type plugin does not store any personal data.'; diff --git a/question/type/ddmarker/lang/en/qtype_ddmarker.php b/question/type/ddmarker/lang/en/qtype_ddmarker.php index eedd4780fe5a5..28d7d6f78d320 100644 --- a/question/type/ddmarker/lang/en/qtype_ddmarker.php +++ b/question/type/ddmarker/lang/en/qtype_ddmarker.php @@ -76,7 +76,9 @@ $string['pluginname_link'] = 'question/type/ddmarker'; $string['pluginnameadding'] = 'Adding drag and drop markers'; $string['pluginnameediting'] = 'Editing drag and drop markers'; -$string['pluginnamesummary'] = 'Markers are dragged and dropped onto a background image.'; +$string['pluginnamesummary'] = 'Markers are dragged and dropped onto a background image. + +Note: This question type is not accessible to users who are visually impaired.'; $string['previewareaheader'] = 'Preview'; $string['previewareamessage'] = 'Select a background image file, enter text labels for markers and define the drop zones on the background image to which they must be dragged.'; $string['privacy:metadata'] = 'The Drag and drop markers question type plugin does not store any personal data.';