From c9636ddd5168e692917c206e93f5b46ba018a559 Mon Sep 17 00:00:00 2001 From: Helen Foster Date: Tue, 25 Oct 2016 20:12:52 +0200 Subject: [PATCH] MDL-56542 lang: Merge English strings from the en_fix language pack --- admin/tool/lpimportcsv/lang/en/tool_lpimportcsv.php | 18 +++++++++--------- admin/tool/mobile/lang/en/tool_mobile.php | 4 ++-- admin/tool/usertours/lang/en/tool_usertours.php | 11 +++++------ auth/ldap/lang/en/auth_ldap.php | 4 ++-- cache/stores/apcu/lang/en/cachestore_apcu.php | 8 ++++---- enrol/flatfile/lang/en/enrol_flatfile.php | 2 +- enrol/ldap/lang/en/enrol_ldap.php | 8 ++++---- enrol/lti/lang/en/enrol_lti.php | 4 +++- enrol/manual/lang/en/enrol_manual.php | 2 +- enrol/paypal/lang/en/enrol_paypal.php | 2 +- enrol/self/lang/en/enrol_self.php | 2 +- lang/en/admin.php | 2 +- lang/en/auth.php | 8 ++++---- lang/en/role.php | 2 +- mod/assign/lang/en/assign.php | 4 ++-- mod/lti/lang/en/lti.php | 2 +- .../lang/en/quizaccess_offlineattempts.php | 14 ++++++++------ mod/quiz/lang/en/quiz.php | 2 +- question/type/calculated/lang/en/qtype_calculated.php | 8 ++++---- theme/boost/lang/en/theme_boost.php | 4 ++-- 20 files changed, 57 insertions(+), 54 deletions(-) diff --git a/admin/tool/lpimportcsv/lang/en/tool_lpimportcsv.php b/admin/tool/lpimportcsv/lang/en/tool_lpimportcsv.php index 813b09666bb..9064eb295cb 100644 --- a/admin/tool/lpimportcsv/lang/en/tool_lpimportcsv.php +++ b/admin/tool/lpimportcsv/lang/en/tool_lpimportcsv.php @@ -22,32 +22,32 @@ * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ -$string['competencyscale'] = 'Competency Scale: {$a}'; +$string['competencyscale'] = 'Competency scale: {$a}'; $string['competencyscaledescription'] = 'Competency scale created by import'; -$string['confirmcolumnmappings'] = 'Confirm the columns mappings'; +$string['confirmcolumnmappings'] = 'Confirm the column mappings'; $string['confirm'] = 'Confirm'; $string['csvdelimiter'] = 'CSV delimiter'; -$string['csvdelimiter_help'] = 'CSV delimiter of the CSV file.'; +$string['csvdelimiter_help'] = 'The CSV delimiter is normally a comma.'; $string['description'] = 'Description'; $string['descriptionformat'] = 'Description format'; $string['encoding'] = 'Encoding'; -$string['encoding_help'] = 'Encoding of the CSV file.'; +$string['encoding_help'] = 'The CSV file encoding is usually UTF-8.'; $string['export'] = 'Export'; -$string['exportid'] = 'Exported id (optional)'; +$string['exportid'] = 'Exported ID (optional)'; $string['exportnavlink'] = 'Export competency framework'; -$string['idnumber'] = 'Id number'; +$string['idnumber'] = 'ID number'; $string['importfile'] = 'CSV framework description file'; $string['import'] = 'Import'; $string['invalidimportfile'] = 'File format is invalid.'; $string['isframework'] = 'Is framework'; $string['noframeworks'] = 'No competency frameworks have been created yet'; -$string['parentidnumber'] = 'Parent id number'; +$string['parentidnumber'] = 'Parent ID number'; $string['pluginname'] = 'Import competency framework'; -$string['relatedidnumbers'] = 'Cross referenced competency id numbers'; +$string['relatedidnumbers'] = 'Cross-referenced competency ID numbers'; $string['ruleconfig'] = 'Rule config (optional)'; $string['ruleoutcome'] = 'Rule outcome (optional)'; $string['ruletype'] = 'Rule type (optional)'; $string['scaleconfiguration'] = 'Scale configuration'; $string['scalevalues'] = 'Scale values'; -$string['shortname'] = 'Shortname'; +$string['shortname'] = 'Short name'; $string['taxonomy'] = 'Taxonomy'; diff --git a/admin/tool/mobile/lang/en/tool_mobile.php b/admin/tool/mobile/lang/en/tool_mobile.php index f8c03474e41..441a19a1f9b 100644 --- a/admin/tool/mobile/lang/en/tool_mobile.php +++ b/admin/tool/mobile/lang/en/tool_mobile.php @@ -27,12 +27,12 @@ $string['autologinnotallowedtoadmins'] = 'Auto-login is not allowed to site admi $string['clickheretolaunchtheapp'] = 'Click here if the app does not open automatically.'; $string['enablesmartappbanners'] = 'Enable Smart App Banners'; $string['enablesmartappbanners_desc'] = 'This will display a banner promoting the Moodle Mobile app when visiting the site in Mobile Safari.'; -$string['forcedurlscheme'] = 'The URL scheme allows to open the mobile app from other apps like the browser. Use this setting if you want to allow only your custom branded app to be opened by the browser.'; +$string['forcedurlscheme'] = 'If you want to allow only your custom branded app to be opened via a browser window, then specify its URL scheme here; otherwise leave the field empty.'; $string['forcedurlscheme_key'] = 'URL scheme'; $string['httpsrequired'] = 'HTTPS required'; $string['invalidprivatetoken'] = 'Invalid private token. Token should not be empty or passed via GET parameter.'; $string['iosappid'] = 'App\'s unique identifier'; -$string['iosappid_desc'] = 'You only need to change this value if you have a custom iOS app'; +$string['iosappid_desc'] = 'This setting may be left as default unless you have a custom iOS app.'; $string['loginintheapp'] = 'Via the app'; $string['logininthebrowser'] = 'Via a browser window (for SSO plugins)'; $string['loginintheembeddedbrowser'] = 'Via an embedded browser (for SSO plugins)'; diff --git a/admin/tool/usertours/lang/en/tool_usertours.php b/admin/tool/usertours/lang/en/tool_usertours.php index 9d3fae6efa6..1c741edbb5e 100644 --- a/admin/tool/usertours/lang/en/tool_usertours.php +++ b/admin/tool/usertours/lang/en/tool_usertours.php @@ -43,7 +43,7 @@ You can enter a content in the following formats:
Moodle Translated string
A value found in a standard Moodle language file in the format identifier,component
'; -$string['cssselector'] = 'CSS Selector'; +$string['cssselector'] = 'CSS selector'; $string['defaultvalue'] = 'Default ({$a})'; $string['delay'] = 'Delay before showing the step'; $string['done'] = 'Done'; @@ -55,12 +55,11 @@ $string['event_tour_ended'] = 'Tour ended'; $string['event_step_shown'] = 'Step shown'; $string['exporttour'] = 'Export tour'; $string['filter_header'] = 'Tour filters'; -$string['filter_help'] = 'Your can choose which conditions your tour will be shown under. -All of the filters must match for a tour to be shown to that user.'; +$string['filter_help'] = 'Select the conditions under which the tour will be shown. All of the filters must match for a tour to be shown to a user.'; $string['filter_theme'] = 'Theme'; $string['filter_theme_help'] = 'Show the tour when the user is using one of the selected themes.'; $string['filter_role'] = 'Role'; -$string['filter_role_help'] = 'Only show the tour to users with one of the specified roles.'; +$string['filter_role_help'] = 'A tour may be restricted to users with selected roles in the context where the tour is shown. For example, restricting a Dashboard tour to users with the role of student won\'t work if users have the role of student in a course (as is generally the case). A Dashboard tour can only be restricted to users with a system role.'; $string['importtour'] = 'Import tour'; $string['left'] = 'Left'; $string['movestepdown'] = 'Move step down'; @@ -83,7 +82,7 @@ Some example values include: * /mod/forum/view.php% - to match the forum discussion list * /user/profile.php% - to match the user profile page'; $string['placement'] = 'Placement'; -$string['pluginname'] = 'User Tours'; +$string['pluginname'] = 'User tours'; $string['resettouronpage'] = 'Reset user tour on this page'; $string['right'] = 'Right'; $string['select_block'] = 'Select a block'; @@ -141,7 +140,7 @@ $string['selecttype'] = 'Select step type'; $string['sharedtourslink'] = 'Tour repository'; $string['usertours'] = 'User tours'; $string['usertours:managetours'] = 'Create, edit, and remove user tours'; -$string['target_selector_targetvalue'] = 'CSS Selectors'; +$string['target_selector_targetvalue'] = 'CSS selectors'; $string['target_selector_targetvalue_help'] = 'You can use a "CSS Selector" to target almost any element on the page. CSS Selectors are very powerful and you can easily find parts of the page by building up the selector gradually. diff --git a/auth/ldap/lang/en/auth_ldap.php b/auth/ldap/lang/en/auth_ldap.php index 7ca3fb275be..6f235233b31 100644 --- a/auth/ldap/lang/en/auth_ldap.php +++ b/auth/ldap/lang/en/auth_ldap.php @@ -77,7 +77,7 @@ $string['auth_ldap_opt_deref'] = 'Determines how aliases are handled during sear $string['auth_ldap_opt_deref_key'] = 'Dereference aliases'; $string['auth_ldap_passtype'] = 'Specify the format of new or changed passwords in LDAP server.'; $string['auth_ldap_passtype_key'] = 'Password format'; -$string['auth_ldap_passwdexpire_settings'] = 'LDAP password expiration settings.'; +$string['auth_ldap_passwdexpire_settings'] = 'LDAP password expiration settings'; $string['auth_ldap_preventpassindb'] = 'Select yes to prevent passwords from being stored in Moodle\'s DB.'; $string['auth_ldap_preventpassindb_key'] = 'Don\'t cache passwords'; $string['auth_ldap_search_sub'] = 'Search users from subcontexts.'; @@ -134,7 +134,7 @@ $string['ntlmsso_isdisabled'] = 'NTLM SSO is disabled.'; $string['ntlmsso_unknowntype'] = 'Unknown ntlmsso type!'; $string['pagedresultsnotsupp'] = 'LDAP paged results not supported (either your PHP version lacks support or you have configured Moodle to use LDAP protocol version 2)'; $string['pagesize'] = 'Make sure this value is smaller than your LDAP server result set size limit (the maximum number of entries that can be returned in a single query)'; -$string['pagesize_key'] = 'Page Size'; +$string['pagesize_key'] = 'Page size'; $string['pluginname'] = 'LDAP server'; $string['pluginnotenabled'] = 'Plugin not enabled!'; $string['renamingnotallowed'] = 'User renaming not allowed in LDAP'; diff --git a/cache/stores/apcu/lang/en/cachestore_apcu.php b/cache/stores/apcu/lang/en/cachestore_apcu.php index 95608a609ad..9bdf82de226 100644 --- a/cache/stores/apcu/lang/en/cachestore_apcu.php +++ b/cache/stores/apcu/lang/en/cachestore_apcu.php @@ -22,13 +22,13 @@ * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ -$string['clusternotice'] = 'Please be aware that APCu only a suitable choice for single node sites or caches that can be stored locally. -For more information see Moodle docs'; +$string['clusternotice'] = 'Please be aware that APCu is only a suitable choice for single node sites or caches that can be stored locally. +For more information, see the APC user cache documentation.'; $string['notice'] = 'Notice'; -$string['pluginname'] = 'APC User Cache (APCu)'; +$string['pluginname'] = 'APC user cache (APCu)'; $string['prefix'] = 'Prefix'; $string['prefix_help'] = 'The above prefix gets used for all keys being stored in this APC store instance. By default the database prefix is used.'; $string['prefixinvalid'] = 'The prefix you have selected is invalid. You can only use a-z A-Z 0-9-_.'; $string['prefixnotunique'] = 'The prefix you have selected is not unique. Please choose a unique prefix.'; $string['testperformance'] = 'Test performance'; -$string['testperformance_desc'] = 'If enabled APCu performance will be included when viewing the Test performance page in the administration block. Enabling this on a production site is not recommended.'; +$string['testperformance_desc'] = 'If enabled, APCu performance will be included when viewing the Test performance page. Enabling this on a production site is not recommended.'; diff --git a/enrol/flatfile/lang/en/enrol_flatfile.php b/enrol/flatfile/lang/en/enrol_flatfile.php index a1c99227d02..886192870be 100644 --- a/enrol/flatfile/lang/en/enrol_flatfile.php +++ b/enrol/flatfile/lang/en/enrol_flatfile.php @@ -23,7 +23,7 @@ */ $string['encoding'] = 'File encoding'; -$string['expiredaction'] = 'Enrolment expiration action'; +$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['filelockedmail'] = 'The text file you are using for file-based enrolments ({$a}) can not be deleted by the cron process. This usually means the permissions are wrong on it. Please fix the permissions so that Moodle can delete the file, otherwise it might be processed repeatedly.'; $string['filelockedmailsubject'] = 'Important error: Enrolment file'; diff --git a/enrol/ldap/lang/en/enrol_ldap.php b/enrol/ldap/lang/en/enrol_ldap.php index 70a3d3ee0b8..5d8b877b93f 100644 --- a/enrol/ldap/lang/en/enrol_ldap.php +++ b/enrol/ldap/lang/en/enrol_ldap.php @@ -29,7 +29,7 @@ $string['autocreate'] = '

Courses can be created automatically if there are en $string['autocreate_key'] = 'Auto create'; $string['autocreation_settings'] = 'Automatic course creation settings'; $string['autoupdate_settings'] = 'Automatic course update settings'; -$string['autoupdate_settings_desc'] = '

Select fields to update when synchronization script is running (enrol/ldap/cli/sync.php).

When at least one field is selected an update will occur.

'; +$string['autoupdate_settings_desc'] = '

Select fields to update when synchronisation script is running (enrol/ldap/cli/sync.php).

When at least one field is selected an update will occur.

'; $string['bind_dn'] = 'If you want to use a bind user to search users, specify it here. Someting like \'cn=ldapuser,ou=public,o=org\''; $string['bind_dn_key'] = 'Bind user distinguished name'; $string['bind_pw'] = 'Password for the bind user'; @@ -47,7 +47,7 @@ $string['couldnotfinduser'] = "Could not find user '{\$a}', skipping\n"; $string['coursenotexistskip'] = "Course '{\$a}' does not exist and autocreation disabled, skipping\n"; $string['course_fullname'] = 'Optional: LDAP attribute to get the full name from'; $string['course_fullname_key'] = 'Full name'; -$string['course_fullname_updateonsync'] = 'Update full name during synchronization script'; +$string['course_fullname_updateonsync'] = 'Update full name during synchronisation script'; $string['course_fullname_updateonsync_key'] = 'Update full name'; $string['course_idnumber'] = 'LDAP attribute to get the course ID number from. Usually \'cn\' or \'uid\'.'; $string['course_idnumber_key'] = 'ID number'; @@ -56,11 +56,11 @@ $string['course_search_sub_key'] = 'Search subcontexts'; $string['course_settings'] = 'Course enrolment settings'; $string['course_shortname'] = 'Optional: LDAP attribute to get the shortname from'; $string['course_shortname_key'] = 'Short name'; -$string['course_shortname_updateonsync'] = 'Update short name during synchronization script'; +$string['course_shortname_updateonsync'] = 'Update short name during synchronisation script'; $string['course_shortname_updateonsync_key'] = 'Update short name'; $string['course_summary'] = 'Optional: LDAP attribute to get the summary from'; $string['course_summary_key'] = 'Summary'; -$string['course_summary_updateonsync'] = 'Update summary during synchronization script'; +$string['course_summary_updateonsync'] = 'Update summary during synchronisation script'; $string['course_summary_updateonsync_key'] = 'Update summary'; $string['createcourseextid'] = 'CREATE User enrolled to a nonexistant course \'{$a->courseextid}\''; $string['createnotcourseextid'] = 'User enrolled to a nonexistant course \'{$a->courseextid}\''; diff --git a/enrol/lti/lang/en/enrol_lti.php b/enrol/lti/lang/en/enrol_lti.php index 7b126b85f23..3cf57e82d1e 100644 --- a/enrol/lti/lang/en/enrol_lti.php +++ b/enrol/lti/lang/en/enrol_lti.php @@ -47,7 +47,9 @@ $string['maxenrolled'] = 'Maximum enrolled users'; $string['maxenrolled_help'] = 'The maximum number of remote users who can access the tool. If set to zero, the number of enrolled users is unlimited.'; $string['maxenrolledreached'] = 'The maximum number of remote users allowed to access the tool has been reached.'; $string['membersync'] = 'User synchronisation'; -$string['membersync_help'] = 'Whether an account is created for each remote user and the user is enrolled in this course.'; +$string['membersync_help'] = 'Whether a scheduled task synchronises enrolled users in the remote system with enrolments in this course, creating an account for each remote user as necessary, and enrolling or unenrolling them as required. + +If set to no, at the moment when a remote user accesses the tool, an account will be created for them and they will be automatically enrolled.'; $string['membersyncmode'] = 'User synchronisation mode'; $string['membersyncmode_help'] = 'Whether remote users should be enrolled and/or unenrolled from this course.'; $string['membersyncmodeenrolandunenrol'] = 'Enrol new and unenrol missing users'; diff --git a/enrol/manual/lang/en/enrol_manual.php b/enrol/manual/lang/en/enrol_manual.php index b325f4aacdb..2b3c5723b90 100644 --- a/enrol/manual/lang/en/enrol_manual.php +++ b/enrol/manual/lang/en/enrol_manual.php @@ -37,7 +37,7 @@ $string['deleteselectedusers'] = 'Delete selected user enrolments'; $string['editselectedusers'] = 'Edit selected user enrolments'; $string['enrolledincourserole'] = 'Enrolled in "{$a->course}" as "{$a->role}"'; $string['enrolusers'] = 'Enrol users'; -$string['expiredaction'] = 'Enrolment expiration action'; +$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['expirymessageenrollersubject'] = 'Enrolment expiry notification'; $string['expirymessageenrollerbody'] = 'Enrolment in the course \'{$a->course}\' will expire within the next {$a->threshold} for the following users: diff --git a/enrol/paypal/lang/en/enrol_paypal.php b/enrol/paypal/lang/en/enrol_paypal.php index e3f8e0b90b6..aa9c7a50705 100644 --- a/enrol/paypal/lang/en/enrol_paypal.php +++ b/enrol/paypal/lang/en/enrol_paypal.php @@ -39,7 +39,7 @@ $string['enrolperiod_desc'] = 'Default length of time that the enrolment is vali $string['enrolperiod_help'] = 'Length of time that the enrolment is valid, starting with the moment the user is enrolled. If disabled, the enrolment duration will be unlimited.'; $string['enrolstartdate'] = 'Start date'; $string['enrolstartdate_help'] = 'If enabled, users can be enrolled from this date onward only.'; -$string['expiredaction'] = 'Enrolment expiration action'; +$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['mailadmins'] = 'Notify admin'; $string['mailstudents'] = 'Notify students'; diff --git a/enrol/self/lang/en/enrol_self.php b/enrol/self/lang/en/enrol_self.php index 1af38c69574..4f445aea0cb 100644 --- a/enrol/self/lang/en/enrol_self.php +++ b/enrol/self/lang/en/enrol_self.php @@ -48,7 +48,7 @@ $string['enrolperiod_desc'] = 'Default length of time that the enrolment is vali $string['enrolperiod_help'] = 'Length of time that the enrolment is valid, starting with the moment the user enrols themselves. If disabled, the enrolment duration will be unlimited.'; $string['enrolstartdate'] = 'Start date'; $string['enrolstartdate_help'] = 'If enabled, users can enrol themselves from this date onward only.'; -$string['expiredaction'] = 'Enrolment expiration action'; +$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['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 0f833aca334..f8a20a29efd 100644 --- a/lang/en/admin.php +++ b/lang/en/admin.php @@ -1083,7 +1083,7 @@ $string['timezoneisforcedto'] = 'Force all users to use'; $string['timezonenotforced'] = 'Users can choose their own timezone'; $string['timezonephpdefault'] = 'Default PHP timezone ({$a})'; $string['timezoneserver'] = 'Server timezone ({$a})'; -$string['tlswarning'] = 'No PHP/cURL extension with TLSv1.2 support has been detected. Some services may not work. It is strongly recommentd that you upgrade your TLS libraries.'; +$string['tlswarning'] = 'No PHP/cURL extension with TLSv1.2 support has been detected. Some services may not work. It is strongly recommended to upgrade your TLS libraries.'; $string['tokenizerrecommended'] = 'Installing the optional PHP Tokenizer extension is recommended -- it improves Moodle Networking functionality.'; $string['tools'] = 'Admin tools'; $string['toolsmanage'] = 'Manage admin tools'; diff --git a/lang/en/auth.php b/lang/en/auth.php index f540be787c2..fdebdc199cc 100644 --- a/lang/en/auth.php +++ b/lang/en/auth.php @@ -47,13 +47,13 @@ $string['auth_passwordwillexpire'] = 'Your password will expire in {$a} days. Do $string['auth_remove_delete'] = 'Full delete internal'; $string['auth_remove_keep'] = 'Keep internal'; $string['auth_remove_suspend'] = 'Suspend internal'; -$string['auth_remove_user'] = 'Specify what to do with internal user account during mass synchronization when user was removed from external source. Only suspended users are automatically revived if they reappear in ext source.'; +$string['auth_remove_user'] = 'Specify what to do with internal user account during mass synchronisation when user was removed from external source. Only suspended users are automatically restored if they reappear in the external source.'; $string['auth_remove_user_key'] = 'Removed ext user'; $string['auth_sync_suspended'] = 'When enabled, the suspended attribute will be used to update the local user account\'s suspension status.'; -$string['auth_sync_suspended_key'] = 'Synchronize local user suspension status'; -$string['auth_sync_script'] = 'User account syncronisation'; +$string['auth_sync_suspended_key'] = 'Synchronise local user suspension status'; +$string['auth_sync_script'] = 'User account synchronisation'; $string['auth_updatelocal'] = 'Update local'; -$string['auth_updatelocal_expl'] = '

Update local: If enabled, the field will be updated (from external auth) every time the user logs in or there is a user synchronization. Fields set to update locally should be locked.

'; +$string['auth_updatelocal_expl'] = '

Update local: If enabled, the field will be updated (from external auth) every time the user logs in or there is a user synchronisation. Fields set to update locally should be locked.

'; $string['auth_updateremote'] = 'Update external'; $string['auth_updateremote_expl'] = '

Update external: If enabled, the external auth will be updated when the user record is updated. Fields should be unlocked to allow edits.

'; $string['auth_updateremote_ldap'] = '

Note: Updating external LDAP data requires that you set binddn and bindpw to a bind-user with editing privileges to all the user records. It currently does not preserve multi-valued attributes, and will remove extra values on update.

'; diff --git a/lang/en/role.php b/lang/en/role.php index 27b8921b0ea..65b712a81f1 100644 --- a/lang/en/role.php +++ b/lang/en/role.php @@ -393,7 +393,7 @@ $string['site:doanything'] = 'Allowed to do everything'; $string['site:doclinks'] = 'Show links to offsite docs'; $string['site:forcelanguage'] = 'Override course language'; $string['site:import'] = 'Import other courses into a course'; -$string['site:maintenanceaccess'] = 'Allowed access when maintenance mode is enabled.'; +$string['site:maintenanceaccess'] = 'Access site while in maintenance mode'; $string['site:manageblocks'] = 'Manage blocks on a page'; $string['site:mnetloginfromremote'] = 'Login from a remote application via MNet'; $string['site:mnetlogintoremote'] = 'Roam to a remote application via MNet'; diff --git a/mod/assign/lang/en/assign.php b/mod/assign/lang/en/assign.php index 700b4a3fdea..09cea5fa73e 100644 --- a/mod/assign/lang/en/assign.php +++ b/mod/assign/lang/en/assign.php @@ -137,8 +137,8 @@ $string['deleteallsubmissions'] = 'Delete all submissions'; $string['description'] = 'Description'; $string['downloadall'] = 'Download all submissions'; $string['download all submissions'] = 'Download all submissions in a zip file.'; -$string['downloadasfolders'] = 'Download as separate folders'; -$string['downloadasfolders_help'] = 'When enabled downloaded files will be placed in separate folders and files will not be renamed.'; +$string['downloadasfolders'] = 'Download submissions in folders'; +$string['downloadasfolders_help'] = 'If the assignment submission is more than a single file, then submissions may be downloaded in folders. Each submission is put in a separate folder, with the folder structure kept for any subfolders, and files are not renamed.'; $string['downloadselectedsubmissions'] = 'Download selected submissions'; $string['duedate'] = 'Due date'; $string['duedatecolon'] = 'Due date: {$a}'; diff --git a/mod/lti/lang/en/lti.php b/mod/lti/lang/en/lti.php index cc7df136075..168cf83faf1 100644 --- a/mod/lti/lang/en/lti.php +++ b/mod/lti/lang/en/lti.php @@ -106,7 +106,7 @@ $string['configtypes'] = 'Enable LTI applications'; $string['configured'] = 'Configured'; $string['confirmtoolactivation'] = 'Are you sure you would like to activate this tool?'; $string['contentitem'] = 'Content-Item Message'; -$string['contentitem_help'] = 'If ticked, the option \'Configure tool from link\' will be available when adding an external tool.'; +$string['contentitem_help'] = 'If ticked, the option \'Select content\' will be available when adding an external tool.'; $string['course_tool_types'] = 'Course tools'; $string['courseactivitiesorresources'] = 'Course activities or resources'; $string['courseid'] = 'Course ID number'; diff --git a/mod/quiz/accessrule/offlineattempts/lang/en/quizaccess_offlineattempts.php b/mod/quiz/accessrule/offlineattempts/lang/en/quizaccess_offlineattempts.php index 8c79287f6d6..2ae58be00aa 100644 --- a/mod/quiz/accessrule/offlineattempts/lang/en/quizaccess_offlineattempts.php +++ b/mod/quiz/accessrule/offlineattempts/lang/en/quizaccess_offlineattempts.php @@ -24,12 +24,14 @@ defined('MOODLE_INTERNAL') || die(); -$string['allowofflineattempts'] = 'Allow quiz to be attempted offline in the mobile app'; -$string['allowofflineattempts_help'] = 'If checked, the user will be able to download the quiz to attempt it offline using the Mobile app. If the user download a quiz for offline, a new attempt will be created. This attempt will be empty until the user synchronize the results of the attempt in the Mobile app.'; -$string['confirmdatasaved'] = 'I confirm that I don’t have unsaved work on my mobile devices before continuing this attempt.'; +$string['allowofflineattempts'] = 'Allow quiz to be attempted offline using the mobile app'; +$string['allowofflineattempts_help'] = 'If enabled, a mobile app user can download the quiz and attempt it offline. + +Note: It is not possible for a quiz to be attempted offline if it has a time limit, or requires a network address, or uses any question behaviour other than deferred feedback (with or without CBM).'; +$string['confirmdatasaved'] = 'I confirm that I do not have any unsaved work on a mobile device.'; $string['mobileapp'] = 'Mobile app'; -$string['offlineattemptserror'] = 'Offline quizzes are not compatible with quizzes using timers, access restriction by password or subnet and quizzes using behaviours different than deferred feedback without or with CBM'; -$string['offlinedatamessage'] = 'You have worked on this attempt in a mobile device, and that data was last saved to this site {$a} ago.'; -$string['pleaseconfirm'] = 'Please, confirm that you don\'t have unsaved work on your devices'; +$string['offlineattemptserror'] = 'It is not possible for a quiz to be attempted offline if it has a time limit, or requires a network address, or uses any question behaviour other than deferred feedback (with or without CBM).'; +$string['offlinedatamessage'] = 'You have worked on this attempt using a mobile device. Data was last saved to this site {$a} ago.'; +$string['pleaseconfirm'] = 'Please check and confirm that you do not have any unsaved work.'; $string['pluginname'] = 'Offline attempts access rule'; diff --git a/mod/quiz/lang/en/quiz.php b/mod/quiz/lang/en/quiz.php index 7f25273fc74..d3608845a05 100644 --- a/mod/quiz/lang/en/quiz.php +++ b/mod/quiz/lang/en/quiz.php @@ -704,7 +704,7 @@ $string['readytosend'] = 'You are about to send your whole quiz to be graded. A $string['reattemptquiz'] = 'Re-attempt quiz'; $string['recentlyaddedquestion'] = 'Recently added question!'; $string['recurse'] = 'Include questions from subcategories too'; -$string['redoquestion'] = 'Redo question'; +$string['redoquestion'] = 'Try another question like this one'; $string['redoesofthisquestion'] = 'Other questions attempted here: {$a}'; $string['regrade'] = 'Regrade all attempts'; $string['regradecomplete'] = 'All attempts have been regraded'; diff --git a/question/type/calculated/lang/en/qtype_calculated.php b/question/type/calculated/lang/en/qtype_calculated.php index b1123711262..435086e7d40 100644 --- a/question/type/calculated/lang/en/qtype_calculated.php +++ b/question/type/calculated/lang/en/qtype_calculated.php @@ -126,10 +126,10 @@ $string['sharedwildcardname']='Shared wild card '; $string['sharedwildcards']='Shared wild cards'; $string['significantfigures'] = 'with {$a}'; $string['significantfiguresformat'] = 'significant figures'; -$string['synchronize']='Synchronize the data from shared datasets with other questions in a quiz'; -$string['synchronizeno']='Do not synchronize'; -$string['synchronizeyes']='Synchronize'; -$string['synchronizeyesdisplay']='Synchronize and display the shared datasets name as prefix of the question name'; +$string['synchronize']='Synchronise the data from shared datasets with other questions in a quiz'; +$string['synchronizeno']='Do not synchronise'; +$string['synchronizeyes']='Synchronise'; +$string['synchronizeyesdisplay']='Synchronise and display the shared datasets name as prefix of the question name'; $string['tolerance'] = 'Tolerance ±'; $string['tolerancetype'] = 'Type'; $string['trueanswerinsidelimits'] = 'Correct answer : {$a->correct} inside limits of true value {$a->true}'; diff --git a/theme/boost/lang/en/theme_boost.php b/theme/boost/lang/en/theme_boost.php index 0750bfeb1a3..b6cbb93a0cf 100644 --- a/theme/boost/lang/en/theme_boost.php +++ b/theme/boost/lang/en/theme_boost.php @@ -27,7 +27,7 @@ defined('MOODLE_INTERNAL') || die(); $string['advancedsettings'] = 'Advanced settings'; $string['brandcolor'] = 'Brand colour'; $string['brandcolor_desc'] = 'The accent colour.'; -$string['choosereadme'] = 'Boost is a modern highly customizable theme. This theme is intended to be used directly, or used as a parent theme when creating new themes utilising Boostrap 4.'; +$string['choosereadme'] = 'Boost is a modern highly-customisable theme. This theme is intended to be used directly, or as a parent theme when creating new themes utilising Bootstrap 4.'; $string['currentinparentheses'] = '(current)'; $string['configtitle'] = 'Boost'; $string['generalsettings'] = 'General settings'; @@ -40,7 +40,7 @@ $string['presetpaper'] = 'Paper'; $string['presetplain'] = 'Plain'; $string['presetreadable'] = 'Readable'; $string['rawscss'] = 'Raw SCSS'; -$string['rawscss_desc'] = 'Use this field to provide SCSS code which will be injected at the end of the stylesheet.'; +$string['rawscss_desc'] = 'Use this field to provide SCSS code which will be injected at the end of the style sheet.'; $string['rawscsspre'] = 'Raw initial SCSS'; $string['rawscsspre_desc'] = 'In this field you can provide initialising SCSS code, it will be injected before everything else. Most of the time you will use this setting to define variables.'; $string['region-side-post'] = 'Right'; -- 2.11.4.GIT