diff --git a/admin/tool/dataprivacy/lang/en/tool_dataprivacy.php b/admin/tool/dataprivacy/lang/en/tool_dataprivacy.php
index e164f49d3f8..a5051e342de 100644
--- a/admin/tool/dataprivacy/lang/en/tool_dataprivacy.php
+++ b/admin/tool/dataprivacy/lang/en/tool_dataprivacy.php
@@ -47,7 +47,7 @@ $string['cachedef_purpose'] = 'Data purposes';
$string['cachedef_purpose_overrides'] = 'Purpose overrides in the Data privacy tool';
$string['cachedef_contextlevel'] = 'Context levels purpose and category';
$string['cancelrequest'] = 'Cancel request';
-$string['cancelrequestconfirmation'] = 'Do you really want cancel this data request?';
+$string['cancelrequestconfirmation'] = 'Do you want to cancel this data request?';
$string['cannotreset'] = 'Unable to reset this request. Only rejected requests can be reset.';
$string['categories'] = 'Categories';
$string['category'] = 'Category';
diff --git a/admin/tool/uploadcourse/lang/en/tool_uploadcourse.php b/admin/tool/uploadcourse/lang/en/tool_uploadcourse.php
index 0520a1af995..b5a20b5fc1a 100644
--- a/admin/tool/uploadcourse/lang/en/tool_uploadcourse.php
+++ b/admin/tool/uploadcourse/lang/en/tool_uploadcourse.php
@@ -68,7 +68,7 @@ $string['coursetemplatename_help'] = 'Enter an existing course shortname to use
$string['coursetorestorefromdoesnotexist'] = 'The course to restore from does not exist';
$string['courseupdated'] = 'Course updated';
$string['courseuploadnotallowed'] = 'No permission to upload courses in category: {$a}';
-$string['courseuploadupdatenotallowed'] = "Course with this shortname exists and you don't have permission to use upload course tool to update it";
+$string['courseuploadupdatenotallowed'] = 'A course with this short name exists but you don\'t have permission to use the upload courses functionality to update it.';
$string['createall'] = 'Create all, increment shortname if needed';
$string['createnew'] = 'Create new courses only, skip existing ones';
$string['createorupdate'] = 'Create new courses, or update existing ones';
diff --git a/admin/tool/uploaduser/lang/en/tool_uploaduser.php b/admin/tool/uploaduser/lang/en/tool_uploaduser.php
index ad74cd73880..4d90d525db4 100644
--- a/admin/tool/uploaduser/lang/en/tool_uploaduser.php
+++ b/admin/tool/uploaduser/lang/en/tool_uploaduser.php
@@ -49,7 +49,7 @@ $string['examplecsv_help'] = 'To use the example text file, download it then ope
The example text file may also be used for testing, as you are able to preview user data and can choose to cancel the action before user accounts are created.';
$string['infoprefix'] = 'Info:';
$string['invalidupdatetype'] = 'This option cannot be selected with the chosen upload type.';
-$string['invaliduserdatavalues'] = 'Invalid data detected for user \'{$a->username}\' ({$a->values}), which has been automatically cleaned.';
+$string['invaliduserdatavalues'] = 'Incorrect data ({$a->values}) found for user {$a->username}. This data has been corrected or deleted.';
$string['invalidtheme'] = 'Theme "{$a}" is not installed and will be ignored.';
$string['linex'] = 'Line {$a}';
$string['matchemail'] = 'Match on email address';
diff --git a/auth/lti/lang/en/auth_lti.php b/auth/lti/lang/en/auth_lti.php
index 3c4033d584c..5ff81ea26ca 100644
--- a/auth/lti/lang/en/auth_lti.php
+++ b/auth/lti/lang/en/auth_lti.php
@@ -34,7 +34,7 @@ $string['firstlaunchnotice'] = 'It looks like this is your first time here. Plea
$string['getstartedwithnewaccount'] = 'Get started with a new account';
$string['haveexistingaccount'] = 'I have an existing account';
$string['linkthisaccount'] = 'Link this account';
-$string['mustbeloggedin'] = 'Sign in to link your existing account';
+$string['mustbeloggedin'] = 'Log in to link your existing account.';
$string['pluginname'] = 'LTI';
$string['privacy:metadata:auth_lti'] = 'LTI authentication';
$string['privacy:metadata:auth_lti:authsubsystem'] = 'This plugin is connected to the authentication subsystem.';
diff --git a/cache/stores/redis/lang/en/cachestore_redis.php b/cache/stores/redis/lang/en/cachestore_redis.php
index 7b170e3e732..c1569b24a7f 100644
--- a/cache/stores/redis/lang/en/cachestore_redis.php
+++ b/cache/stores/redis/lang/en/cachestore_redis.php
@@ -26,8 +26,8 @@ defined('MOODLE_INTERNAL') || die();
$string['ca_file'] = 'CA file path';
$string['ca_file_help'] = 'Location of Certificate Authority file on local filesystem';
-$string['clustermode'] = 'Cluster Mode';
-$string['clustermode_help'] = 'Enabling it will run the Redis cluster function, allowing your server to serve multiple servers to handle concurrent requests simultaneously.';
+$string['clustermode'] = 'Cluster mode';
+$string['clustermode_help'] = 'Enabling cluster mode will run the Redis Cluster function, allowing your server to serve multiple servers to handle concurrent requests simultaneously.';
$string['clustermodeunavailable'] = 'Redis Cluster is currently unavailable. Please ensure that the PHP Redis extension supports Redis Cluster functionality.';
$string['compressor_none'] = 'No compression.';
$string['compressor_php_gzip'] = 'Use gzip compression.';
@@ -57,16 +57,16 @@ Some example values:
* 1.2.3.4:1234 - To connect to a Redis server by IP address with a specific port.
* unix:///var/redis.sock - To connect to a Redis server using a Unix socket.
* /var/redis.sock - To connect to a Redis server using a Unix socket (alternative format).
-* If cluster mode is enabled, please specify servers separated by a new line:
+
+If cluster mode is enabled, specify servers separated by a new line, for example:
172.23.0.11
172.23.0.12
172.23.0.13
- Refer to the above examples to write a server.
-See Accepting Client Connections and Redis PHP clients for more information.';
+For further information, see Accepting Client Connections and Redis PHP clients.';
$string['task_ttl'] = 'Free up memory used by expired entries in Redis caches';
-$string['test_clustermode'] = 'Cluster Mode';
-$string['test_clustermode_desc'] = 'Enable Test in Redis cluster mode.';
+$string['test_clustermode'] = 'Cluster mode';
+$string['test_clustermode_desc'] = 'Enable Test in Redis Cluster mode.';
$string['test_password'] = 'Test server password';
$string['test_password_desc'] = 'Redis test server password.';
$string['test_serializer'] = 'Serializer';
@@ -82,13 +82,13 @@ Some example values:
* 1.2.3.4:1234 - To connect to a Redis server by IP address with a specific port.
* unix:///var/redis.sock - To connect to a Redis server using a Unix socket.
* /var/redis.sock - To connect to a Redis server using a Unix socket (alternative format).
-* If cluster mode is enabled, please specify servers separated by a new line:
+
+If cluster mode is enabled, specify servers separated by a new line, for example:
172.23.0.11
172.23.0.12
172.23.0.13
- Refer to the above examples to write a server.
-See Accepting Client Connections and Redis PHP clients for more information.';
+For further information, see Accepting Client Connections and Redis PHP clients.';
$string['test_ttl'] = 'Testing TTL';
$string['test_ttl_desc'] = 'Run the performance test using a cache that requires TTL (slower sets).';
$string['usecompressor'] = 'Use compressor';
diff --git a/enrol/self/lang/en/enrol_self.php b/enrol/self/lang/en/enrol_self.php
index 39128095ec7..5c8b5ae30dc 100644
--- a/enrol/self/lang/en/enrol_self.php
+++ b/enrol/self/lang/en/enrol_self.php
@@ -55,9 +55,9 @@ $string['expiredaction'] = 'Enrolment expiry action';
$string['expiredaction_help'] = 'Select action to carry out when user enrolment expires. Please note that some user data and settings are purged from course during course unenrolment.';
$string['expiryinactivemessageenrolledbody'] = 'Hi {$a->user},
-Your enrolment in the course {$a->course} expires on {$a->timeend} as you have not visited it in the last {$a->inactivetime} days. This means that you will no longer have access to the course.
+Your enrolment in the course {$a->course} expires on {$a->timeend} as you have not accessed it in the last {$a->inactivetime} days.
-To keep your enrolment active, simply log in and visit {$a->course} before {$a->timeend}.';
+To keep your enrolment active, log in and access {$a->course} before {$a->timeend}.';
$string['expiryinactivemessageenrolledsubject'] = 'Your enrolment is expiring: {$a->course}';
$string['expirymessageenrollersubject'] = 'Self enrolment expiry notification';
$string['expirymessageenrollerbody'] = 'Self enrolment in the course \'{$a->course}\' will expire within the next {$a->threshold} for the following users:
diff --git a/lang/en/admin.php b/lang/en/admin.php
index 0ce05488c4e..2edcf7dc2ab 100644
--- a/lang/en/admin.php
+++ b/lang/en/admin.php
@@ -431,7 +431,7 @@ $string['contenttypeuninstalling'] = 'There are {$a->count} contents supported b
$string['country'] = 'Default country';
$string['course_customfield'] = 'Course custom fields';
$string['coursecolor'] = 'Colour {$a}';
-$string['coursecolorheading_desc'] = 'Any courses without a course image set in the course settings are displayed on the Dashboard with a patterned course card. The colours used in the pattern may be specified below.';
+$string['coursecolorheading_desc'] = 'Any courses without a course image set in the course settings are displayed on the My courses page with a patterned course card. The colours used in the pattern may be specified below.';
$string['coursecolorsettings'] = 'Course card colours';
$string['coursecontact'] = 'Course contacts';
$string['coursecontact_desc'] = 'This setting allows you to control who appears on the course description. Users need to have at least one of these roles in a course to be shown on the course description for that course.';
@@ -986,7 +986,7 @@ $string['opensslrecommended'] = 'Installing the optional OpenSSL library is high
$string['opensslrequired'] = 'The OpenSSL PHP extension is now required by Moodle to provide stronger cryptographic services.';
$string['opentowebcrawlers'] = 'Open to search engines';
$string['optionalmaintenancemessage'] = 'Optional maintenance message';
-$string['oracledatabaseinuse'] = 'We are changing Oracle DB support in Moodle LMS. Moodle version 4.5 will be the last version that supports Oracle as a database architecture. Further information can be found here';
+$string['oracledatabaseinuse'] = 'Oracle DB support is to be removed. Moodle 4.5 will be the last version with Oracle DB support. For details, see the announcement on moodle.org Oracle database support in LMS deprecation.';
$string['order1'] = 'First';
$string['order2'] = 'Second';
$string['order3'] = 'Third';
diff --git a/lang/en/backup.php b/lang/en/backup.php
index 2b5a573f6b7..02826bb046c 100644
--- a/lang/en/backup.php
+++ b/lang/en/backup.php
@@ -32,13 +32,13 @@ $string['asyncbackupprocessing'] = 'The backup is in progress';
$string['asyncbadexecution'] = 'Bad backup controller execution. It is {$a} and should be 2.';
$string['asynccheckprogress'] = 'You can check the progress at any time on the restore page.';
$string['asyncgeneralsettings'] = 'Asynchronous backup/restore';
-$string['asyncemailenable'] = 'Enable message notifications';
-$string['asyncemailenabledetail'] = 'If enabled, users will receive a message when an asynchronous backup or restore completes.';
-$string['asyncmessagebody'] = 'Message';
-$string['asyncmessagebodydetail'] = 'Message to send when an asynchronous backup or restore completes.';
+$string['asyncemailenable'] = 'Enable notifications';
+$string['asyncemailenabledetail'] = 'If enabled, users will receive a notification when an asynchronous backup or restore completes.';
+$string['asyncmessagebody'] = 'Notification';
+$string['asyncmessagebodydetail'] = 'Notification to send when an asynchronous backup or restore completes.';
$string['asyncmessagebodydefault'] = 'Your {operation} (ID: {backupid}) has completed successfully. You can access it here: {link}.';
$string['asyncmessagesubject'] = 'Subject';
-$string['asyncmessagesubjectdetail'] = 'Message subject';
+$string['asyncmessagesubjectdetail'] = 'Notification subject';
$string['asyncmessagesubjectdefault'] = 'Moodle {operation} completed successfully';
$string['asyncnowait'] = 'You don\'t need to wait here, as the process will continue in the background.';
$string['asyncprocesspending'] = 'Process pending';
@@ -194,7 +194,7 @@ $string['currentstage4'] = 'Confirmation and review';
$string['currentstage8'] = 'Perform backup';
$string['currentstage16'] = 'Complete';
$string['enableasyncbackup'] = 'Enable asynchronous backups';
-$string['enableasyncbackup_help'] = 'If enabled, all backup and restore operations will be done asynchronously. This does not affect imports and exports. Asynchronous backups and restores allow users to do other operations while a backup or restore is in progress.';
+$string['enableasyncbackup_help'] = 'If enabled, backup and restore operations will be done asynchronously. This provides a better user experience allowing users to do other operations while a backup or restore is in progress. This does not affect imports and exports.';
$string['enterasearch'] = 'Enter a search';
$string['error_block_for_module_not_found'] = 'Orphan block instance (id: {$a->bid}) for course module (id: {$a->mid}) found. This block will not be backed up';
$string['error_course_module_not_found'] = 'Orphan course module (id: {$a}) found. This module will not be backed up.';
diff --git a/lang/en/h5p.php b/lang/en/h5p.php
index c87a3999e06..e8ccb5360a2 100644
--- a/lang/en/h5p.php
+++ b/lang/en/h5p.php
@@ -132,7 +132,7 @@ $string['h5pinvalidurl'] = 'Invalid H5P content URL.';
$string['h5plibraryhandler'] = 'H5P framework handler';
$string['h5plibraryhandler_help'] = 'The H5P framework used to display H5P content. The latest version is recommended.';
$string['h5pcustomcss'] = 'Custom CSS';
-$string['h5pcustomcss_help'] = 'Custom CSS to apply to your H5P modules.';
+$string['h5pcustomcss_help'] = 'CSS to apply to H5P content.';
$string['h5pprivatefile'] = 'This H5P content can\'t be displayed because you don\'t have access to the .h5p file.';
$string['h5pmanage'] = 'Manage H5P content types';
$string['h5poverview'] = 'H5P overview';
diff --git a/lib/editor/tiny/plugins/premium/lang/en/tiny_premium.php b/lib/editor/tiny/plugins/premium/lang/en/tiny_premium.php
index 78788f06e97..917aeda955e 100644
--- a/lib/editor/tiny/plugins/premium/lang/en/tiny_premium.php
+++ b/lib/editor/tiny/plugins/premium/lang/en/tiny_premium.php
@@ -27,6 +27,6 @@ defined('MOODLE_INTERNAL') || die();
$string['pluginname'] = 'TinyMCE Premium';
$string['apikey'] = 'API key';
-$string['apikey_desc'] = '
Your API key is available on your Tiny Cloud account page if you have purchased a subscription, or if you are on a free trial.
See the list of available TinyMCE Premium features for Moodle in Moodle Docs.
'; +$string['apikey_desc'] = 'Your API key is available on your Tiny Cloud account page if you have purchased a subscription, or if you are on a free trial.
See the list of available TinyMCE Premium features for Moodle in the documentation TinyMCE editor.
'; $string['premium:accesspremium'] = 'Access TinyMCE Premium features'; -$string['privacy:metadata'] = 'The Tiny premium plugin for TinyMCE does not store any personal data.'; +$string['privacy:metadata'] = 'The TinyMCE Premium plugin does not store any personal data.'; diff --git a/mod/bigbluebuttonbn/lang/en/bigbluebuttonbn.php b/mod/bigbluebuttonbn/lang/en/bigbluebuttonbn.php index 6423bcbdff7..fe6a1e25f5e 100644 --- a/mod/bigbluebuttonbn/lang/en/bigbluebuttonbn.php +++ b/mod/bigbluebuttonbn/lang/en/bigbluebuttonbn.php @@ -75,8 +75,8 @@ $string['search:activity'] = 'BigBlueButton - activity information'; $string['search:tags'] = 'BigBlueButton - tags information'; $string['settings'] = 'BigBlueButton settings'; -$string['settings_credential_warning_no_capability'] = 'The use of default server credentials will soon expire. To use BigBlueButton your site will require new server credentials. Please contact your site administrator for help with this.'; -$string['settings_credential_warning'] = 'Default BigBlueButton plugin credentials will soon expire. See BigBlueButton plugin settings (opens in a new window) for more information.'; +$string['settings_credential_warning_no_capability'] = 'The BigBlueButton server credentials will soon expire. Please contact your site administrator.'; +$string['settings_credential_warning'] = 'The BigBlueButton server credentials will soon expire. See the BigBlueButton general settings (opens in a new window).'; $string['privacy:metadata:bigbluebuttonbn'] = 'BigBlueButton session configuration'; $string['privacy:metadata:bigbluebuttonbn:participants'] = 'A list of rules that define the role users will have in the BigBlueButton session. A user ID may be stored as permissions can be granted per role or per user.'; @@ -135,7 +135,7 @@ $string['config_general_description'] = 'To set up BigBlueButton, you can either $string['config_profile_picture_enabled'] = 'Show profile pictures'; $string['config_profile_picture_enabled_description'] = 'Should profile pictures of participants be shown in BigBlueButton sessions?'; $string['config_server_url'] = 'BigBlueButton server URL'; -$string['config_server_url_description'] = 'The server URL of your BigBlueButton server '; +$string['config_server_url_description'] = 'The URL of your BigBlueButton server.'; $string['config_shared_secret'] = 'BigBlueButton shared secret'; $string['config_shared_secret_description'] = 'The security secret of your BigBlueButton server.'; $string['config_checksum_algorithm'] = 'BigBlueButton server checksum algorithm'; diff --git a/mod/feedback/lang/en/feedback.php b/mod/feedback/lang/en/feedback.php index 807d4cf1b0a..a3816d51173 100644 --- a/mod/feedback/lang/en/feedback.php +++ b/mod/feedback/lang/en/feedback.php @@ -194,7 +194,10 @@ $string['multichoicerated'] = 'Multiple choice (rated)'; $string['multichoicetype'] = 'Multiple choice type'; $string['multichoice_values'] = 'Multiple choice values'; $string['multiplesubmit'] = 'Allow multiple submissions'; -$string['multiplesubmit_help'] = 'If enabled for anonymous surveys, users can submit feedback an unlimited number of times.'; +$string['multiplesubmit_help'] = 'If set to Yes: + +* For anonymous surveys: participants can submit unlimited responses, and all responses will be recorded. +* For non-anonymous surveys: participants can submit unlimited responses, but only their latest response will be recorded.'; $string['name'] = 'Name'; $string['name_required'] = 'Name required'; $string['nameandlabelformat'] = '({$a->label}) {$a->name}'; diff --git a/mod/forum/lang/en/forum.php b/mod/forum/lang/en/forum.php index 3ac6fc73ac2..69114300fab 100644 --- a/mod/forum/lang/en/forum.php +++ b/mod/forum/lang/en/forum.php @@ -42,7 +42,7 @@ $string['allsubscribe'] = 'Subscribe to all forums'; $string['allunsubscribe'] = 'Unsubscribe from all forums'; $string['allusers'] = 'All users'; $string['alreadyfirstpost'] = 'This is already the first post in the discussion'; -$string['announcementsettings'] = 'Default Announcement Forum Settings'; +$string['announcementsettings'] = 'Default announcement forum settings'; $string['announcementsettings_help'] = 'These settings define the defaults for all announcement forums.'; $string['anyfile'] = 'Any file'; $string['areaattachment'] = 'Attachments'; diff --git a/mod/quiz/lang/en/quiz.php b/mod/quiz/lang/en/quiz.php index ee17c971e76..32c5f59cd48 100644 --- a/mod/quiz/lang/en/quiz.php +++ b/mod/quiz/lang/en/quiz.php @@ -176,7 +176,7 @@ $string['categorynoedit'] = 'You do not have editing privileges in the category $string['categoryupdated'] = 'The category was successfully updated'; $string['close'] = 'Close window'; $string['closed'] = 'Closed'; -$string['closebeforeopen'] = 'The close date cannot be before or equal to the open date.'; +$string['closebeforeopen'] = 'The close date must be after the open date.'; $string['closepreview'] = 'Close preview'; $string['closereview'] = 'Close review'; $string['comment'] = 'Comment'; @@ -495,7 +495,7 @@ $string['inprogress'] = 'In progress'; $string['introduction'] = 'Description'; $string['invalidattemptid'] = 'No such attempt ID exists'; $string['invalidcategory'] = 'Category ID is invalid'; -$string['invalidoverrideid'] = 'Invalid override id'; +$string['invalidoverrideid'] = 'Invalid override ID.'; $string['invalidquestionid'] = 'Invalid question id'; $string['invalidquizid'] = 'Invalid quiz ID'; $string['invalidrandomslot'] = 'Invalid random question slot id.'; @@ -650,21 +650,21 @@ $string['overduehandlinggraceperiod'] = 'There is a grace period when open attem $string['overduehandlingautoabandon'] = 'Attempts must be submitted before time expires, or they are not counted'; $string['overduemustbesubmittedby'] = 'This attempt is now overdue. It should already have been submitted. If you would like this quiz to be graded, you must submit it by {$a}. If you do not submit it by then, no marks from this attempt will be counted.'; $string['override'] = 'Override'; -$string['overridecannotchange'] = 'The user or group cannot be changed after an override is created'; -$string['overridecannotsetbothgroupanduser'] = 'Both group and user cannot be set at the same time'; +$string['overridecannotchange'] = 'The user or group cannot be changed after an override is created.'; +$string['overridecannotsetbothgroupanduser'] = 'Both group and user cannot be set at the same time.'; $string['overridedeletegroupsure'] = 'Are you sure you want to delete the override for group {$a}?'; $string['overridedeleteusersure'] = 'Are you sure you want to delete the override for user {$a}?'; $string['overridegroup'] = 'Override group'; $string['overridegroupeventname'] = '{$a->quiz} - {$a->group}'; -$string['overrideinvalidattempts'] = 'Attempts value must be greater than zero'; -$string['overrideinvalidexistingid'] = 'Existing override does not exist'; -$string['overrideinvalidgroup'] = 'Group given does not exist'; -$string['overrideinvalidquiz'] = 'Quiz id set does not exist'; -$string['overrideinvalidtimelimit'] = 'Time limit must be greater than zero'; -$string['overrideinvaliduser'] = 'User given does not exist'; -$string['overridemissingdelete'] = 'Override id(s) {$a} could not be deleted because they do not exist or are not a part of the given quiz'; -$string['overridemultiplerecordsexist'] = 'Multiple overrides cannot be made for the same user/group'; -$string['overridemustsetuserorgroup'] = 'A user or group must be set'; +$string['overrideinvalidattempts'] = 'Attempts value must be greater than zero.'; +$string['overrideinvalidexistingid'] = 'Existing override doesn\'t exist.'; +$string['overrideinvalidgroup'] = 'Group given doesn\'t exist.'; +$string['overrideinvalidquiz'] = 'Quiz ID set doesn\'t exist.'; +$string['overrideinvalidtimelimit'] = 'Time limit must be greater than zero.'; +$string['overrideinvaliduser'] = 'User given doesn\'t exist.'; +$string['overridemissingdelete'] = 'Override ID(s) {$a} couldn\'t be deleted because they don\'t exist or are not a part of the given quiz.'; +$string['overridemultiplerecordsexist'] = 'Multiple overrides cannot be made for the same user/group.'; +$string['overridemustsetuserorgroup'] = 'A user or group must be set.'; $string['overrides'] = 'Overrides'; $string['overridesforquiz'] = 'Settings overrides: {$a}'; $string['overridesnoneforgroups'] = 'No group settings overrides have been created for this quiz.'; diff --git a/mod/scorm/lang/en/scorm.php b/mod/scorm/lang/en/scorm.php index 0f79d1fd0d7..2950d5c7439 100644 --- a/mod/scorm/lang/en/scorm.php +++ b/mod/scorm/lang/en/scorm.php @@ -99,7 +99,7 @@ $string['completionstatusrequired_help'] = 'Checking one or more statuses will r $string['confirmloosetracks'] = 'WARNING: The package seems to be changed or modified. If the package structure is changed, some users tracks may be lost during update process.'; $string['contents'] = 'Contents'; $string['coursepacket'] = 'Course package'; -$string['coursestruct'] = 'Course structure'; +$string['coursestruct'] = 'Content structure'; $string['crontask'] = 'Background processing for SCORM'; $string['currentwindow'] = 'Current window'; $string['datadir'] = 'Filesystem error: Can\'t create course data directory'; @@ -117,7 +117,7 @@ $string['display'] = 'Display package'; $string['displayattemptstatus'] = 'Display attempt status'; $string['displayattemptstatus_help'] = 'This preference allows a summary of the users attempts to show in the course overview block in Dashboard and/or the SCORM entry page.'; $string['displayattemptstatusdesc'] = 'Whether a summary of the user\'s attempts is shown in the course overview block in Dashboard and/or the SCORM entry page.'; -$string['displaycoursestructure'] = 'Display course structure on entry page'; +$string['displaycoursestructure'] = 'Display content structure on entry page'; $string['displaycoursestructure_help'] = 'If enabled, the table of contents is displayed on the SCORM outline page.'; $string['displaycoursestructuredesc'] = 'If enabled, the table of contents is displayed on the SCORM outline page.'; $string['displaydesc'] = 'Whether to display the SCORM package in a new window.'; @@ -194,7 +194,7 @@ $string['hidebrowse_help'] = 'Preview mode allows a student to browse an activit $string['hidebrowsedesc'] = 'Preview mode allows a student to browse an activity before attempting it.'; $string['hideexit'] = 'Hide exit link'; $string['hidereview'] = 'Hide review button'; -$string['hidetoc'] = 'Display course structure in player'; +$string['hidetoc'] = 'Display content structure in player'; $string['hidetoc_help'] = 'How the table of contents is displayed in the SCORM player'; $string['hidetocdesc'] = 'This setting specifies how the table of contents is displayed in the SCORM player.'; $string['highestattempt'] = 'Highest attempt'; @@ -267,7 +267,7 @@ $string['maximumattemptsdesc'] = 'This preference sets the default maximum attem $string['maximumgradedesc'] = 'This preference sets the default maximum grade for an activity'; $string['menubar'] = 'Show the menu bar'; $string['min'] = 'Minimum score'; -$string['minimumscoregreater'] = 'Minimum score must be greater than 0'; +$string['minimumscoregreater'] = 'Minimum score must be greater than 0.'; $string['missing_attribute'] = 'Missing attribute {$a->attr} in tag {$a->tag}'; $string['missingparam'] = 'A required parameter is missing or wrong'; $string['missing_tag'] = 'Missing tag {$a->tag}'; diff --git a/report/themeusage/lang/en/report_themeusage.php b/report/themeusage/lang/en/report_themeusage.php index 7ae6233d99f..be476401289 100644 --- a/report/themeusage/lang/en/report_themeusage.php +++ b/report/themeusage/lang/en/report_themeusage.php @@ -23,7 +23,7 @@ */ $string['getreport'] = 'Get report'; -$string['invalidparametertheme'] = 'Invalid paramater set for theme'; +$string['invalidparametertheme'] = 'Invalid parameter set for theme.'; $string['pluginname'] = 'Theme usage'; $string['privacy:metadata'] = 'The theme report plugin does not store any personal data.'; $string['themename'] = 'Theme name';