diff --git a/admin/tool/behat/lang/en/tool_behat.php b/admin/tool/behat/lang/en/tool_behat.php index 88e336516a8..f0664c507c7 100644 --- a/admin/tool/behat/lang/en/tool_behat.php +++ b/admin/tool/behat/lang/en/tool_behat.php @@ -31,7 +31,7 @@ $string['errordataroot'] = '$CFG->behat_dataroot is not set or is invalid.'; $string['errorsetconfig'] = '$CFG->behat_dataroot, $CFG->behat_prefix and $CFG->behat_wwwroot need to be set in config.php.'; $string['erroruniqueconfig'] = '$CFG->behat_dataroot, $CFG->behat_prefix and $CFG->behat_wwwroot values need to be different than $CFG->dataroot, $CFG->prefix, $CFG->wwwroot, $CFG->phpunit_dataroot and $CFG->phpunit_prefix values.'; $string['fieldvalueargument'] = 'Field value arguments'; -$string['fieldvalueargument_help'] = 'This argument should be completed by a field value. There are many field types, including simple ones like checkboxes, selects or textareas, or complex ones like date selectors. See the dev documentation Acceptance_testing for details of expected field values.'; +$string['fieldvalueargument_help'] = 'This argument should be completed by a field value. There are many field types, including simple ones like checkboxes, selects or textareas, or complex ones like date selectors. See the dev documentation Acceptance_testing for details of expected field values.'; $string['giveninfo'] = 'Given. Processes to set up the environment'; $string['infoheading'] = 'Info'; $string['installinfo'] = 'Read {$a} for installation and tests execution info'; diff --git a/admin/tool/log/lang/en/tool_log.php b/admin/tool/log/lang/en/tool_log.php index 571b91fdd8f..9bc9423a8c9 100644 --- a/admin/tool/log/lang/en/tool_log.php +++ b/admin/tool/log/lang/en/tool_log.php @@ -24,7 +24,7 @@ $string['actlogshdr'] = 'Available log stores'; $string['configlogplugins'] = 'Please enable all required plugins and arrange them in appropriate order.'; -$string['exportlog'] = 'Include logs when exporting.'; +$string['exportlog'] = 'Include logs when exporting'; $string['exportlogdetail'] = 'Include logs that relate to the user when exporting.'; $string['logging'] = 'Logging'; $string['managelogging'] = 'Manage log stores'; diff --git a/admin/tool/spamcleaner/lang/en/tool_spamcleaner.php b/admin/tool/spamcleaner/lang/en/tool_spamcleaner.php index e9a36aa5cc6..76a5f348717 100644 --- a/admin/tool/spamcleaner/lang/en/tool_spamcleaner.php +++ b/admin/tool/spamcleaner/lang/en/tool_spamcleaner.php @@ -28,7 +28,7 @@ $string['spamauto'] = 'Autodetect common spam patterns'; $string['spamcannotdelete'] = 'Cannot delete this user'; $string['spamcannotfinduser'] = 'No users matching your search'; $string['spamcleanerintro'] = '
This script allows you to search all user profiles for certain strings and then delete those accounts which are obviously created by spammers. You can search for multiple keywords using commas (e.g. casino, porn).
-For further information, see the documentation Reducing spam in Moodle.
'; +For further information, see the documentation Reducing spam in Moodle.
'; $string['spamdeleteall'] = 'Delete all these user accounts'; $string['spamdeleteallconfirm'] = 'Are you sure you want to delete all these user accounts? You can not undo this.'; $string['spamdeleteconfirm'] = 'Are you sure you want to delete this entry? You can not undo this.'; diff --git a/admin/tool/xmldb/lang/en/tool_xmldb.php b/admin/tool/xmldb/lang/en/tool_xmldb.php index 2abd94722a5..c465ed16c11 100644 --- a/admin/tool/xmldb/lang/en/tool_xmldb.php +++ b/admin/tool/xmldb/lang/en/tool_xmldb.php @@ -34,7 +34,7 @@ $string['confirmdeleteindex'] = 'Are you absolutely sure that you want to delete $string['confirmdeletekey'] = 'Are you absolutely sure that you want to delete the key:'; $string['confirmdeletetable'] = 'Are you absolutely sure that you want to delete the table:'; $string['confirmdeletexmlfile'] = 'Are you absolutely sure that you want to delete the file:'; -$string['confirmcheckbigints'] = 'This functionality will search for potential wrong integer fields in your Moodle server, generating (but not executing!) automatically the needed SQL statements to have all the integers in your DB properly defined. +$string['confirmcheckbigints'] = 'This functionality will search for potential wrong integer fields in your Moodle server, generating (but not executing!) automatically the needed SQL statements to have all the integers in your DB properly defined. Once generated you can copy such statements and execute them safely with your favourite SQL interface (don\'t forget to backup your data before doing that). @@ -60,7 +60,7 @@ Once generated you can copy such statements and execute them safely with your fa It\'s highly recommended to be running the latest (+ version) available of your Moodle release before executing the search of missing indexes. This functionality doesn\'t perform any action against the DB (just reads from it), so can be safely executed at any moment.'; -$string['confirmcheckoraclesemantics'] = 'This functionality will search for Oracle varchar2 columns using BYTE semantics in your Moodle server, generating (but not executing!) automatically the needed SQL statements to have all the columns converted to use CHAR semantics instead (better for cross-db compatibility and increased contents max. length). +$string['confirmcheckoraclesemantics'] = 'This functionality will search for Oracle varchar2 columns using BYTE semantics in your Moodle server, generating (but not executing!) automatically the needed SQL statements to have all the columns converted to use CHAR semantics instead (better for cross-db compatibility and increased contents max. length). Once generated you can copy such statements and execute them safely with your favourite SQL interface (don\'t forget to backup your data before doing that). @@ -140,7 +140,7 @@ $string['incorrecttablename'] = 'Incorrect table name'; $string['key'] = 'Key'; $string['keynameempty'] = 'The key name cannot be empty'; $string['keys'] = 'Keys'; -$string['listreservedwords'] = 'List of Reserved WordsEmail-based self-registration enables a user to create their own account via a \'Create new account\' button on the login page. The user then receives an email containing a secure link to a page where they can confirm their account. Future logins just check the username and password against the stored values in the Moodle database.
Note: In addition to enabling the plugin, email-based self-registration must also be selected from the self registration drop-down menu on the \'Manage authentication\' page.
'; $string['auth_emailnoemail'] = 'Tried to send you an email but failed!'; -$string['auth_emailrecaptcha'] = 'Adds a visual/audio confirmation form element to the sign-up page for email self-registering users. This protects your site against spammers and contributes to a worthwhile cause. See http://www.google.com/recaptcha for more details.'; +$string['auth_emailrecaptcha'] = 'Adds a visual/audio confirmation form element to the sign-up page for email self-registering users. This protects your site against spammers and contributes to a worthwhile cause. See https://www.google.com/recaptcha for more details.'; $string['auth_emailrecaptcha_key'] = 'Enable reCAPTCHA element'; $string['auth_emailsettings'] = 'Settings'; $string['pluginname'] = 'Email-based self-registration'; diff --git a/auth/ldap/lang/en/auth_ldap.php b/auth/ldap/lang/en/auth_ldap.php index 6c84752555c..7a063ab171f 100644 --- a/auth/ldap/lang/en/auth_ldap.php +++ b/auth/ldap/lang/en/auth_ldap.php @@ -94,7 +94,7 @@ $string['auth_ldap_usertypeundefined2'] = 'config.user_type not defined or funct $string['auth_ldap_version'] = 'The version of the LDAP protocol your server is using.'; $string['auth_ldap_version_key'] = 'Version'; $string['auth_ntlmsso'] = 'NTLM SSO'; -$string['auth_ntlmsso_enabled'] = 'Set to yes to attempt Single Sign On with the NTLM domain. Note: this requires additional setup on the webserver to work, see http://docs.moodle.org/en/NTLM_authentication'; +$string['auth_ntlmsso_enabled'] = 'Set to yes to attempt Single Sign On with the NTLM domain. Note that this requires additional setup on the server to work. For further details, see the documentation NTLM authentication.'; $string['auth_ntlmsso_enabled_key'] = 'Enable'; $string['auth_ntlmsso_ie_fastpath'] = 'Set to enable the NTLM SSO fast path (bypasses certain steps if the client\'s browser is MS Internet Explorer).'; $string['auth_ntlmsso_ie_fastpath_key'] = 'MS IE fast path?'; diff --git a/auth/shibboleth/lang/en/auth_shibboleth.php b/auth/shibboleth/lang/en/auth_shibboleth.php index 77d6ec4b4e4..bff026732d5 100644 --- a/auth/shibboleth/lang/en/auth_shibboleth.php +++ b/auth/shibboleth/lang/en/auth_shibboleth.php @@ -28,7 +28,7 @@ $string['auth_shib_auth_method_description'] = 'Provide a name for the Shibbolet $string['auth_shib_auth_logo'] = 'Authentication method logo'; $string['auth_shib_auth_logo_description'] = 'Provide a logo for the Shibboleth authentication method that is familiar to your users. This could be the logo of your Shibboleth federation, e.g. SWITCHaai Login or InCommon Login or similar.'; $string['auth_shib_contact_administrator'] = 'In case you are not associated with the given organizations and you need access to a course on this server, please contact the Moodle Administrator.'; -$string['auth_shibbolethdescription'] = 'Using this method users are created and authenticated using Shibboleth.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 synchronisation scheduled task for LDAP Enrolments is running (enrol_ldap\task\sync_enrolments).
When at least one field is selected an update will occur.
'; +$string['autoupdate_settings_desc'] = 'Select fields to update when the \'Synchronise LDAP enrolments\' scheduled task is running.
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'; diff --git a/filter/mathjaxloader/lang/en/filter_mathjaxloader.php b/filter/mathjaxloader/lang/en/filter_mathjaxloader.php index cbe42bd153c..c3bbe43c41c 100644 --- a/filter/mathjaxloader/lang/en/filter_mathjaxloader.php +++ b/filter/mathjaxloader/lang/en/filter_mathjaxloader.php @@ -38,7 +38,7 @@ $string['localinstall_help'] = 'The default MathJax configuration uses the CDN v This can be useful to save on bandwidth or because of local proxy restrictions. -To use a local installation of MathJax, first download the full MathJax library from http://www.mathjax.org/. Then install it on a web server. Finally update the MathJax filter settings httpurl and/or httpsurl to point to the local MathJax.js URL.'; +To use a local installation of MathJax, first download the full MathJax library from https://www.mathjax.org/. Then install it on a web server. Finally update the MathJax filter settings httpurl and/or httpsurl to point to the local MathJax.js URL.'; $string['mathjaxsettings'] = 'MathJax configuration'; $string['mathjaxsettings_desc'] = 'The default MathJax configuration should be appropriate for most users, but MathJax is highly configurable and any of the standard MathJax configuration options can be added here.'; $string['privacy:metadata'] = 'The MathJax plugin does not store any personal data.'; diff --git a/grade/grading/form/guide/lang/en/gradingform_guide.php b/grade/grading/form/guide/lang/en/gradingform_guide.php index 7499a4c41a3..9343b4aabdf 100644 --- a/grade/grading/form/guide/lang/en/gradingform_guide.php +++ b/grade/grading/form/guide/lang/en/gradingform_guide.php @@ -49,7 +49,7 @@ $string['criterionremark'] = '{$a} criterion remark'; $string['definemarkingguide'] = 'Define marking guide'; $string['description'] = 'Description'; $string['descriptionmarkers'] = 'Description for Markers'; -$string['descriptionstudents'] = 'Description for Students'; +$string['descriptionstudents'] = 'Description for students'; $string['err_maxscoreisnegative'] = 'The max score is not valid, negative values are not allowed'; $string['err_maxscorenotnumeric'] = 'Criterion max score must be numeric'; $string['err_nocomment'] = 'Comment can not be empty'; diff --git a/lang/en/admin.php b/lang/en/admin.php index 06cbc2b6c3c..ad040429e68 100644 --- a/lang/en/admin.php +++ b/lang/en/admin.php @@ -112,8 +112,8 @@ $string['calendar_weekend'] = 'Weekend days'; $string['cannotdeletemodfilter'] = 'You cannot uninstall the \'{$a->filter}\' because it is part of the \'{$a->module}\' module.'; $string['cannotuninstall'] = '{$a} can not be uninstalled.'; $string['categoryemail'] = 'Email'; -$string['cfgwwwrootslashwarning'] = 'You have defined $CFG->wwwroot incorrectly in your config.php file. You have included a \'/\' character at the end. Please remove it, or you will experience strange bugs like MDL-11061.'; -$string['cfgwwwrootwarning'] = 'You have defined $CFG->wwwroot incorrectly in your config.php file. It does not match the URL you are using to access this page. Please correct it, or you will experience strange bugs like MDL-11061.'; +$string['cfgwwwrootslashwarning'] = '$CFG->wwwroot is defined incorrectly in the config.php file. It includes a \'/\' character at the end which must be removed.'; +$string['cfgwwwrootwarning'] = '$CFG->wwwroot is defined incorrectly in the config.php file. It should match the URL you are using to access this page.'; $string['cleanup'] = 'Cleanup'; $string['clianswerno'] = 'n'; $string['cliansweryes'] = 'y'; @@ -182,19 +182,17 @@ $string['configcourserequestnotify2'] = 'Users who will be notified when a cours $string['configcoursesperpage'] = 'Enter the number of courses to be displayed per page in a course listing.'; $string['configcourseswithsummarieslimit'] = 'The maximum number of courses to display in a course listing including summaries before falling back to a simpler listing.'; $string['configcronclionly'] = 'Running the cron from a web browser can expose privileged information to anonymous users. Thus it is recommended to only run the cron from the command line or set a cron password for remote access.'; -$string['configcronremotepassword'] = 'This means that the cron.php script cannot be run from a web browser without supplying the password using the following form of URL:- http://site.example.com/admin/cron.php?password=opensesame -If this is left empty, no password is required.'; +$string['configcronremotepassword'] = 'This means that the cron.php script cannot be run from a web browser without supplying the password using the following form of URL:
https://site.example.com/admin/cron.php?password=opensesameIf this is left empty, no password is required.'; $string['configcurlcache'] = 'Time-to-live for cURL cache, in seconds.'; $string['configcustommenuitems'] = 'You can configure a custom menu here to be shown by themes. Each line consists of some menu text, a link URL (optional), a tooltip title (optional) and a language code or comma-separated list of codes (optional, for displaying the line to users of the specified language only), separated by pipe characters. Lines starting with a hyphen will appear as menu items in the previous top level menu, and dividers can be used by adding a line of one or more # characters where desired. For example:
Moodle community|https://moodle.org -Moodle free support|https://moodle.org/support --Moodle Docs|http://docs.moodle.org|Moodle Docs --German Moodle Docs|http://docs.moodle.org/de|Documentation in German|de +-Moodle Docs|https://docs.moodle.org|Moodle Docs +-German Moodle Docs|https://docs.moodle.org/de|Documentation in German|de -### -Moodle development|https://moodle.org/development -Moodle.com|http://moodle.com/ +Moodle.com|https://moodle.com/'; $string['configcustomusermenuitems'] = 'You can configure the contents of the user menu (with the exception of the log out link, which is automatically added). Each line is separated by pipe characters and consists of 1) a string in "langstringname, componentname" form or as plain text, 2) a URL, and 3) an icon either as a pix icon (in the folder pix with the structure [subfoldername]/[iconname], e.g. i/publish) or as a URL. Dividers can be used by adding a line of one or more # characters where desired.'; $string['configdbsessions'] = 'If enabled, this setting will use the database to store information about current sessions. Note that changing this setting now will log out all current users (including you). If you are using MySQL please make sure that \'max_allowed_packet\' in my.cnf (or my.ini) is at least 4M. Other session drivers can be configured directly in config.php, see config-dist.php for more information. This option disappears if you specify session driver in config.php file.'; @@ -230,7 +228,7 @@ $string['configenablemobilewebservice'] = 'Enable mobile service for the officia $string['configenablerssfeeds'] = 'If enabled, RSS feeds are generated by various features across the site, such as blogs, forums, database activities and glossaries. Note that RSS feeds also need to be enabled for the particular activity modules.'; $string['configenablerssfeedsdisabled'] = 'It is not available because RSS feeds are disabled in all the Site. To enable them, go to the Variables settings under Admin Configuration.'; $string['configenablerssfeedsdisabled2'] = 'RSS feeds are currently disabled at site level. They may be enabled in Advanced features in the Site administration.'; -$string['configenablesafebrowserintegration'] = 'This adds the choice \'Require Safe Exam Browser\' to the \'Browser security\' field on the quiz settings form. See http://www.safeexambrowser.org/ for more information.'; +$string['configenablesafebrowserintegration'] = 'This adds the choice \'Require Safe Exam Browser\' to the \'Browser security\' field on the quiz settings form. See https://www.safeexambrowser.org/ for more information.'; $string['configenablestats'] = 'If you choose \'yes\' here, Moodle\'s cronjob will process the logs and gather some statistics. Depending on the amount of traffic on your site, this can take awhile. If you enable this, you will be able to see some interesting graphs and statistics about each of your courses, or on a sitewide basis.'; $string['configenabletrusttext'] = 'By default Moodle will always thoroughly clean text that comes from users to remove any possible bad scripts, media etc that could be a security risk. The Trusted Content system is a way of giving particular users that you trust the ability to include these advanced features in their content without interference. To enable this system, you need to first enable this setting, and then grant the Trusted Content permission to a specific Moodle role. Texts created or uploaded by such users will be marked as trusted and will not be cleaned before display.'; $string['configenablewebservices'] = 'Web services enable other systems to log in to this Moodle and perform operations. For extra security this feature should be disabled unless you are really using it.'; @@ -253,7 +251,7 @@ $string['configfrontpageloggedin'] = 'The items selected above will be displayed $string['configfullnamedisplay'] = 'This defines how names are shown when they are displayed in full. The default value, "language", leaves it to the string "fullnamedisplay" in the current language pack to decide. Some languages have different name display conventions. For most mono-lingual sites the most efficient setting is "firstname lastname", but you may choose to hide surnames altogether. Placeholders that can be used are: firstname, lastname, firstnamephonetic, lastnamephonetic, middlename, and alternatename.'; -$string['configgeoipfile'] = 'Location of GeoLite2 City binary data file. This file is not part of Moodle distribution and must be obtained separately from MaxMind. You can either buy a commercial version or use the free version. Simply download http://geolite.maxmind.com/download/geoip/database/GeoLite2-City.mmdb.gz and extract it into "{$a}" directory on your server.'; +$string['configgeoipfile'] = 'Location of GeoLite2 City binary data file. This file is not part of Moodle distribution and must be obtained separately from MaxMind. You can either buy a commercial version or use the free version. Simply download https://geolite.maxmind.com/download/geoip/database/GeoLite2-City.mmdb.gz and extract it into "{$a}" directory on your server.'; $string['configgetremoteaddrconf'] = 'If your server is behind a reverse proxy, you can use this setting to specify which HTTP headers can be trusted to contain the remote IP address. The headers are read in order, using the first one that is available.'; $string['configgradebookroles'] = 'This setting allows you to control who appears on the gradebook. Users need to have at least one of these roles in a course to be shown in the gradebook for that course.'; $string['configgradeexport'] = 'Choose which gradebook export formats are your primary methods for exporting grades. Chosen plugins will then set and use a "last exported" field for every grade. For example, this might result in exported records being identified as being "new" or "updated". If you are not sure about this then leave everything unchecked.'; @@ -521,7 +519,7 @@ $string['enablecourserequests'] = 'Enable course requests'; $string['enabled'] = 'Enabled'; $string['enabledevicedetection'] = 'Enable device detection'; $string['enableglobalsearch'] = 'Enable global search'; -$string['enableglobalsearch_desc'] = 'If enabled, data will be indexed and syncronised by a scheduled task.'; +$string['enableglobalsearch_desc'] = 'If enabled, data will be indexed and synchronised by a scheduled task.'; $string['enablegravatar'] = 'Enable Gravatar'; $string['enablegravatar_help'] = 'When enabled Moodle will attempt to fetch a user profile picture from Gravatar if the user has not uploaded an image.'; $string['enablemobilewebservice'] = 'Enable web services for mobile devices'; @@ -655,11 +653,11 @@ $string['ipblocked'] = 'This site is not available currently.'; $string['ipblocker'] = 'IP blocker'; $string['ipblockersyntax'] = 'Put every entry on one line. Valid entries are either full IP address (such as 192.168.10.1) which matches a single host; or partial address (such as 192.168) which matches any address starting with those numbers; or CIDR notation (such as 231.54.211.0/20); or a range of IP addresses (such as 231.3.56.10-20) where the range applies to the last part of the address. Text domain names (like \'example.com\') are not supported. Blank lines, and text following a "#" character are ignored.'; $string['iplookup'] = 'IP address lookup'; -$string['iplookupgeoplugin'] = 'geoPlugin service is currently being used to look up geographical information. For more accurate results we recommend installing a local copy of the MaxMind GeoLite database.'; +$string['iplookupgeoplugin'] = 'The geoPlugin service is currently being used to look up geographical information. For more accurate results we recommend installing a local copy of the MaxMind GeoLite database.'; $string['iplookupinfo'] = 'By default Moodle uses the free online NetGeo (The Internet Geographic Database) server to lookup location of IP addresses, unfortunately this database is not maintained anymore and may return wildly incorrect data. It is recommended to install local copy of free GeoLite2 City database from MaxMind.
There are no public collections of badges available in your backpack.
-Only public collections are shown. Visit your backpack to create some public collections.
'; +$string['error:nogroups'] = 'There are no public collections of badges available in your backpack.
Only public collections are shown. Visit your backpack to create some public collections.
'; $string['nobackpackbadges'] = 'There are no badges in the collections you have selected. Add more collections.'; $string['nobackpackcollections'] = 'No badge collections have been selected. Add collections.'; diff --git a/lang/en/error.php b/lang/en/error.php index e0b5519f08a..00a4c1f685e 100644 --- a/lang/en/error.php +++ b/lang/en/error.php @@ -96,7 +96,7 @@ $string['cannotfindinfo'] = 'Cannot find info for: "{$a}"'; $string['cannotfindlang'] = 'Cannot find "{$a}" language pack!'; $string['cannotfindteacher'] = 'Cannot find teacher'; $string['cannotfinduser'] = 'Cannot find user named "{$a}"'; -$string['cannotgeoplugin'] = 'Cannot connect to geoPlugin server at http://www.geoplugin.com, please check proxy settings or better install MaxMind GeoLite City data file'; +$string['cannotgeoplugin'] = 'Cannot connect to the geoPlugin server at https://www.geoplugin.com. Please check your proxy settings or install the MaxMind GeoLite City data file.'; $string['cannotgetblock'] = 'Could not retrieve blocks from the database'; $string['cannotgetcats'] = 'Cannot get category record'; $string['cannotgetdata'] = 'Cannot get data'; @@ -384,7 +384,7 @@ $string['loginasonecourse'] = 'You cannot enter this course.You can see the status of your assignment submission.
'; $string['submissioncopiedsmall'] = 'You have copied your previous assignment submission for {$a->assignment}'; $string['submissiondrafts'] = 'Require students to click the submit button'; -$string['submissiondrafts_help'] = 'If enabled, students will have to click a Submit button to declare their submission as final. This allows students to keep a draft version of the submission on the system. If this setting is changed from "No" to "Yes" after students have already submitted those submissions will be regarded as final.'; +$string['submissiondrafts_help'] = 'If enabled, students will have to click a submit button to declare their submission as final. This allows students to keep a draft version of the submission on the system. If this setting is changed from "No" to "Yes" after students have already submitted, those submissions will be regarded as final.'; $string['submissioneditable'] = 'Student can edit this submission'; $string['submissionlog'] = 'Student: {$a->fullname}, Status: {$a->status}'; $string['submissionnotcopiedinvalidstatus'] = 'The submission was not copied because it has been edited since it was reopened.'; @@ -527,13 +527,13 @@ $string['submissionsettings'] = 'Submission settings'; $string['submissionstatement'] = 'Submission statement'; $string['submissionstatement_help'] = 'Assignment submission confirmation statement'; $string['submissionstatementdefault'] = 'This submission is my own work, except where I have acknowledged the use of the works of other people.'; -$string['submissionstatement_help'] = 'Statement that student must accept in order to submit their work'; +$string['submissionstatement_help'] = 'Statement that each student must accept in order to submit their work.'; $string['submissionstatementteamsubmission'] = 'Group submission statement'; $string['submissionstatementteamsubmissiondefault'] = 'This submission is the work of my group, except where we have acknowledged the use of the works of other people.'; -$string['submissionstatementteamsubmission_help'] = 'Statement that student must accept in order to submit the work of their group.'; +$string['submissionstatementteamsubmission_help'] = 'Statement that each student must accept in order to submit the work of their group.'; $string['submissionstatementteamsubmissionallsubmit'] = 'Group submission statement where all group members submit'; $string['submissionstatementteamsubmissionallsubmitdefault'] = 'This submission is my own work as a group member, except where I have acknowledged the use of the works of other people.'; -$string['submissionstatementteamsubmissionallsubmit_help'] = 'Statement that student must accept in order to submit their work as a group member.'; +$string['submissionstatementteamsubmissionallsubmit_help'] = 'Statement that each student must accept in order to submit their work as a group member.'; $string['submissionstatementacceptedlog'] = 'Submission statement accepted by user {$a}'; $string['submissionstatus_draft'] = 'Draft (not submitted)'; $string['submissionstatusheading'] = 'Submission status'; @@ -562,9 +562,9 @@ $string['subplugintype_assignfeedback'] = 'Feedback plugin'; $string['subplugintype_assignfeedback_plural'] = 'Feedback plugins'; $string['teamname'] = 'Team: {$a}'; $string['teamsubmission'] = 'Students submit in groups'; -$string['teamsubmission_help'] = 'If enabled students will be divided into groups based on the default set of groups or a custom grouping. A group submission will be shared among group members and all members of the group will see each others changes to the submission.'; +$string['teamsubmission_help'] = 'If enabled, students will be divided into groups based on the default set of groups or a custom grouping. A group submission will be shared among group members and all members of the group will see each others\' changes to the submission.'; $string['teamsubmissiongroupingid'] = 'Grouping for student groups'; -$string['teamsubmissiongroupingid_help'] = 'This is the grouping that the assignment will use to find groups for student groups. If not set - the default set of groups will be used.'; +$string['teamsubmissiongroupingid_help'] = 'This is the grouping that the assignment will use to find groups for student groups. If not set, the default set of groups will be used.'; $string['textinstructions'] = 'Assignment instructions'; $string['timemodified'] = 'Last modified'; $string['timeremaining'] = 'Time remaining'; diff --git a/mod/assign/submission/comments/lang/en/assignsubmission_comments.php b/mod/assign/submission/comments/lang/en/assignsubmission_comments.php index 78da642ecbc..f8b887cde74 100644 --- a/mod/assign/submission/comments/lang/en/assignsubmission_comments.php +++ b/mod/assign/submission/comments/lang/en/assignsubmission_comments.php @@ -28,6 +28,5 @@ $string['privacy:metadata:commentpurpose'] = 'Comments between the student and t $string['default'] = 'Enabled by default'; $string['default_help'] = 'If set, this submission method will be enabled by default for all new assignments.'; $string['enabled'] = 'Submission comments'; -$string['enabled_help'] = 'If enabled, students can leave comments on their own submission. This can be used to let students alert the marker about which files the master file is in cases of inter-linked files, for instance. -'; +$string['enabled_help'] = 'If enabled, students can leave comments on their own submission. For example, this can be used for students to specify which is the master file when submitting inter-linked files.'; $string['pluginname'] = 'Submission comments'; diff --git a/mod/feedback/lang/en/feedback.php b/mod/feedback/lang/en/feedback.php index 3201d631f5d..cf070d28349 100644 --- a/mod/feedback/lang/en/feedback.php +++ b/mod/feedback/lang/en/feedback.php @@ -195,7 +195,7 @@ $string['no_itemname'] = 'No itemname'; $string['no_items_available_yet'] = 'No questions have been set up yet'; $string['non_anonymous'] = 'User\'s name will be logged and shown with answers'; $string['non_anonymous_entries'] = 'Non anonymous entries ({$a})'; -$string['non_respondents_students'] = 'Non respondents students ({$a})'; +$string['non_respondents_students'] = 'Non-respondent students ({$a})'; $string['not_completed_yet'] = 'Not completed yet'; $string['not_started'] = 'Not started'; $string['no_templates_available_yet'] = 'No templates available yet'; diff --git a/mod/forum/lang/en/forum.php b/mod/forum/lang/en/forum.php index 5c20a6b0e48..f7c3408a816 100644 --- a/mod/forum/lang/en/forum.php +++ b/mod/forum/lang/en/forum.php @@ -155,12 +155,12 @@ $string['disallowsubscription'] = 'Subscription'; $string['disallowsubscription_help'] = 'This forum has been configured so that you cannot subscribe to discussions.'; $string['disallowsubscribeteacher'] = 'Subscriptions not allowed (except for teachers)'; $string['discussion'] = 'Discussion'; -$string['discussionlistsortbycreatedasc'] = 'Sort the discussions list by the creation date in ascending order'; -$string['discussionlistsortbycreateddesc'] = 'Sort the discussions list by the creation date in descending order'; -$string['discussionlistsortbylastpostdesc'] = 'Sort the discussions list by the creation date of the last post in descending order'; -$string['discussionlistsortbylastpostasc'] = 'Sort the discussions list by the creation date of the last post in ascending order'; -$string['discussionlistsortbyrepliesasc'] = 'Sort the discussions list by the number of replies in ascending order'; -$string['discussionlistsortbyrepliesdesc'] = 'Sort the discussions list by the number of replies in descending order'; +$string['discussionlistsortbycreatedasc'] = 'Sort by creation date in ascending order'; +$string['discussionlistsortbycreateddesc'] = 'Sort by creation date in descending order'; +$string['discussionlistsortbylastpostdesc'] = 'Sort by last post creation date in descending order'; +$string['discussionlistsortbylastpostasc'] = 'Sort by last post creation date in ascending order'; +$string['discussionlistsortbyrepliesasc'] = 'Sort by number of replies in ascending order'; +$string['discussionlistsortbyrepliesdesc'] = 'Sort by number of replies in descending order'; $string['discussionlocked'] = 'This discussion has been locked so you can no longer reply to it.'; $string['discussionlockingheader'] = 'Discussion locking'; $string['discussionlockingdisabled'] = 'Do not lock discussions'; @@ -638,7 +638,7 @@ $string['trackingoptional'] = 'Optional'; $string['trackingtype'] = 'Read tracking'; $string['trackingtype_help'] = 'Read tracking enables participants to easily check which posts they have not yet seen by highlighting any new posts. -If set to optional, participants can choose whether to turn tracking on or off via a link in the administration block. (Users must also enable forum tracking in their forum preferences.) +If set to optional, participants can choose whether to turn tracking on or off via a link in the actions menu or administration block, depending on the theme. (Users must also enable forum tracking in their forum preferences.) If \'Allow forced read tracking\' is enabled in the site administration, then a further option is available - forced. This means that tracking is always on, regardless of users\' forum preferences.'; $string['unlockdiscussion'] = 'Unlock this discussion'; diff --git a/mod/lesson/lang/en/lesson.php b/mod/lesson/lang/en/lesson.php index 0e0b753ccd4..0b7a62a57c5 100644 --- a/mod/lesson/lang/en/lesson.php +++ b/mod/lesson/lang/en/lesson.php @@ -539,8 +539,8 @@ $string['studentoutoftimeforreview'] = 'Attention: You ran out of time for revie $string['studentresponse'] = '{$a}\'s response'; $string['submit'] = 'Submit'; $string['submitname'] = 'Submit name'; -$string['teacherjumpwarning'] = 'An {$a->cluster} jump or an {$a->unseen} jump is being used in this lesson. The next page jump will be used instead. Login as a student to test these jumps.'; -$string['teacherongoingwarning'] = 'Ongoing score is only displayed for student. Login as a student to test ongoing score'; +$string['teacherjumpwarning'] = 'A {$a->cluster} jump or an {$a->unseen} jump is being used in this lesson. The next page jump will be used instead. Log in as a student to test these jumps.'; +$string['teacherongoingwarning'] = 'The ongoing score is only displayed for the student. Log in as a student to test the ongoing score.'; $string['teachertimerwarning'] = 'Timer only works for students. Test the timer by logging in as a student.'; $string['thatsthecorrectanswer'] = 'That\'s the correct answer'; $string['thatsthewronganswer'] = 'That\'s the wrong answer'; diff --git a/mod/lti/lang/en/lti.php b/mod/lti/lang/en/lti.php index c3f82737001..b39163eb05f 100644 --- a/mod/lti/lang/en/lti.php +++ b/mod/lti/lang/en/lti.php @@ -96,9 +96,7 @@ $string['capabilities_help'] = 'Select those capabilities which you wish to offe $string['cleanaccesstokens'] = 'External tool removal of expired access tokens'; $string['click_to_continue'] = 'Click to continue'; $string['clientidadmin'] = 'Client ID'; -$string['clientidadmin_help'] = 'The client ID can be thought of as a unique value used to identify a tool. -It is created automatically for each tool which uses the JWT security profile introduced in LTI 1.3 and should -be part of the details passed to the provider of the tool so that they can configure the connection at their end.'; +$string['clientidadmin_help'] = 'The client ID is a unique value used to identify a tool. It is created automatically for each tool which uses the JWT security profile introduced in LTI 1.3 and should be part of the details passed to the tool provider so that they can configure the connection at their end.'; $string['comment'] = 'Comment'; $string['configpassword'] = 'Default remote tool password'; $string['configpreferheight'] = 'Default preferred height'; @@ -273,19 +271,13 @@ $string['ltiunknownserviceapicall'] = 'LTI unknown service API call.'; $string['ltiversion'] = 'LTI version'; $string['ltiversion_help'] = 'The version of LTI being used for signing messages and service requests: LTI 1.0/1.1 and LTI 2.0 use the OAuth 1.0A security profile; LTI 1.3.0 uses JWTs.'; $string['main_admin'] = 'General help'; -$string['main_admin_help'] = 'External tools allow Moodle users to seamlessly interact with learning resources hosted remotely. Through a special -launch protocol, the remote tool will have access to some general information about the launching user. For example, -the institution name, course id, user id, and other information such as the user\'s name or e-mail address. +$string['main_admin_help'] = 'External tools allow Moodle users to interact with learning resources hosted remotely. Through a special launch protocol, the remote tool has access to general information about the launching user. For example, the institution name, course ID, user ID, and other information such as the user\'s name or email address. Tools listed on this page are separated into three categories: -* **Active** - These tool providers have been approved and configured by an administrator. They can be used from within any - course on this Moodle instance. If a consumer key and shared secret are entered, a trust relationship is established - between this Moodle instance and the remote tool, providing a secure communication channel. -* **Pending** - These tool providers came in through a package import, but have not been configured by an administrator. - Teachers may still use tools from these providers if they have a consumer key and shared secret, or if none is required. -* **Rejected** - These tools providers are flagged as ones which an administrator has no intention of making available to the entire - Moodle instance. Teachers may still use tools from these providers if they have a consumer key and shared secret, or if none is required.'; +* **Active** - These tool providers have been approved and configured by an administrator. They can be used from within any course on this site. If a consumer key and shared secret are entered, a trust relationship is established between this site and the remote tool, providing a secure communication channel. +* **Pending** - These tool providers came in through a package import, but have not been configured by an administrator. Teachers may still use tools from these providers if they have a consumer key and shared secret, or if none is required. +* **Rejected** - These tools providers are flagged as ones which an administrator has no intention of making available on the site. Teachers may still use tools from these providers if they have a consumer key and shared secret, or if none is required.'; $string['manage_external_tools'] = 'Manage tools'; $string['manage_tools'] = 'Manage preconfigured tools'; $string['manage_tool_proxies'] = 'Manage external tool registrations'; diff --git a/mod/lti/service/memberships/lang/en/ltiservice_memberships.php b/mod/lti/service/memberships/lang/en/ltiservice_memberships.php index f7d74ac76d8..b5bdaf591f7 100644 --- a/mod/lti/service/memberships/lang/en/ltiservice_memberships.php +++ b/mod/lti/service/memberships/lang/en/ltiservice_memberships.php @@ -25,11 +25,7 @@ $string['allow'] = 'Use this service to retrieve members\' information as per privacy settings'; $string['ltiservice_memberships'] = 'IMS LTI Names and Role Provisioning'; -$string['ltiservice_memberships_help'] = 'Allow the tool to retrieve member\'s info from the course ' . - 'using the IMS LTI Names and Role Provisioning Service. The privacy settings will apply. For course-level ' . - 'requests these will be based on the tool confguration settings. If you wish to always send such details ' . - 'do not delegate the choice to teachers. Link-level requests will always use the privacy settings which ' . - 'apply to the link.'; +$string['ltiservice_memberships_help'] = 'Allow the tool to retrieve members\' info from the course using the IMS LTI Names and Role Provisioning Service. The privacy settings will apply. For course-level requests these will be based on the tool configuration settings. If you wish to always send such details, do not delegate the choice to teachers. Link-level requests will always use the privacy settings which apply to the link.'; $string['notallow'] = 'Do not use this service'; $string['pluginname'] = 'Names and Role Provisioning LTI Service'; $string['privacy:metadata:email'] = 'The email of the user using the LTI consumer.'; diff --git a/mod/quiz/lang/en/quiz.php b/mod/quiz/lang/en/quiz.php index 503021d50af..9ef915ba1b3 100644 --- a/mod/quiz/lang/en/quiz.php +++ b/mod/quiz/lang/en/quiz.php @@ -151,12 +151,12 @@ $string['cannotstartmissingquestion'] = 'Cannot start an attempt at this quiz. T $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, then when students have finished attempting particular 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 one. This option is mainly useful for practice quizzes. +$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. -This setting only affects questions (for example not Essay questions) and behaviours (for example 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, then when students have finished attempting particular 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 one. This option is mainly 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 (for example not Essay questions) and behaviours (for example Immediate feedback, or Interactive with multiple tries) where it is possible for student to finish the question before the attempt is submitted.'; +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'; $string['caseno'] = 'No, case is unimportant'; $string['casesensitive'] = 'Case sensitivity'; @@ -586,7 +586,7 @@ $string['overallfeedback_help'] = 'Overall feedback is text that is shown after $string['overdue'] = 'Overdue'; $string['overduehandling'] = 'When time expires'; $string['overduehandling_desc'] = 'What should happen by default if a student does not submit the quiz before time expires.'; -$string['overduehandling_help'] = 'This setting controls what happens if the Student fails to submit their quiz attempt before time expires. If the student is actively working on the quiz at the time, then the countdown timer will always automatically submit the attempt for them, but if they have logged out, then this setting controls what happens.'; +$string['overduehandling_help'] = 'This setting controls what happens if a student fails to submit their quiz attempt before the time expires. If the student is actively working on the quiz at the time, then the countdown timer will always automatically submit the attempt for them, but if they have logged out, then this setting controls what happens.'; $string['overduehandling_link'] = 'mod/quiz/timing'; $string['overduehandlingautosubmit'] = 'Open attempts are submitted automatically'; $string['overduehandlinggraceperiod'] = 'There is a grace period when open attempts can be submitted, but no more questions answered'; @@ -665,7 +665,7 @@ $string['questionbank'] = 'from question bank'; $string['questionbankmanagement'] = 'Question bank management'; $string['questionbehaviour'] = 'Question behaviour'; $string['questioncats'] = 'Question categories'; -$string['questiondeleted'] = 'This question has been deleted. Please contact your teacher'; +$string['questiondeleted'] = 'This question has been deleted. Please contact your teacher.'; $string['questiondependencyadd'] = 'No restriction on when question {$a->thisq} can be attempted • Click to change'; $string['questiondependencyfree'] = 'No restriction on this question'; $string['questiondependencyremove'] = 'Question {$a->thisq} cannot be attempted until the previous question {$a->previousq} has been completed • Click to change'; @@ -892,14 +892,14 @@ $string['showreport'] = 'Show report'; $string['showsmallimage'] = 'Small image'; $string['showteacherattempts'] = 'Show teacher attempts'; $string['showuserpicture'] = 'Show the user\'s picture'; -$string['showuserpicture_help'] = 'If enabled, the student\'s name and picture will be shown on-screen during the attempt, and on the review screen, making it easier to check that the student is logged in as themself in an invigilated (proctored) exam.'; +$string['showuserpicture_help'] = 'If enabled, a student\'s name and picture will be shown on-screen during the attempt, and on the review screen, making it easier to check that the student is logged in as themselves in an invigilated (proctored) exam.'; $string['shuffle'] = 'Shuffle'; $string['shuffleanswers'] = 'Shuffle answers'; $string['shuffledrandomly'] = 'Shuffled randomly'; $string['shufflequestions'] = 'Shuffle'; -$string['shufflequestions_help'] = 'If you turn this on, then every time the quiz is attempted, the order of the questions in this section will be shuffled into a different random order. +$string['shufflequestions_help'] = 'If enabled, every time the quiz is attempted, the order of the questions in this section will be shuffled into a different random order. -This can make it harder for students to share answers, but it also makes it harder for students discuss a particular question with you.'; +This can make it harder for students to share answers, but it also makes it harder for students discuss a particular question with the teacher.'; $string['shufflewithin'] = 'Shuffle within questions'; $string['shufflewithin_help'] = 'If enabled, the parts making up each question will be randomly shuffled each time a student attempts the quiz, provided the option is also enabled in the question settings. This setting only applies to questions that have multiple parts, such as multiple choice or matching questions.'; $string['singleanswer'] = 'Choose one answer.'; diff --git a/mod/quiz/report/grading/lang/en/quiz_grading.php b/mod/quiz/report/grading/lang/en/quiz_grading.php index c5e078cf9bb..2f637922546 100644 --- a/mod/quiz/report/grading/lang/en/quiz_grading.php +++ b/mod/quiz/report/grading/lang/en/quiz_grading.php @@ -29,7 +29,7 @@ $string['attemptstograde'] = 'Attempts to grade'; $string['automaticallygraded'] = 'Automatically graded'; $string['backtothelistofquestions'] = 'Back to the list of questions'; $string['bydate'] = 'By date'; -$string['bystudentidnumber'] = 'By student id number'; +$string['bystudentidnumber'] = 'By student ID number'; $string['bystudentfirstname'] = 'By student first name'; $string['bystudentlastname'] = 'By student last name'; $string['cannotloadquestioninfo'] = 'Unable to load questiontype specific question information'; @@ -49,7 +49,7 @@ $string['gradenextungraded'] = 'Grade next {$a} ungraded attempts'; $string['gradeungraded'] = 'Grade all {$a} ungraded attempts'; $string['grading'] = 'Manual grading'; $string['grading:componentname'] = 'Manual grading report'; -$string['grading:viewidnumber'] = 'See student idnumbers while grading'; +$string['grading:viewidnumber'] = 'See student ID numbers while grading'; $string['grading:viewstudentnames'] = 'See student names while grading'; $string['gradingall'] = 'All {$a} attempts on this question.'; $string['gradingattempt'] = 'Attempt number {$a->attempt} for {$a->fullname}'; diff --git a/mod/resource/lang/en/resource.php b/mod/resource/lang/en/resource.php index 284ae1a7049..2448f2a6874 100644 --- a/mod/resource/lang/en/resource.php +++ b/mod/resource/lang/en/resource.php @@ -69,7 +69,7 @@ $string['legacyfilesactive'] = 'Active'; $string['legacyfilesdone'] = 'Finished'; $string['modifieddate'] = 'Modified {$a}'; $string['modulename'] = 'File'; -$string['modulename_help'] = 'The file module enables a teacher to provide a file as a course resource. Where possible, the file will be displayed within the course interface; otherwise students will be prompted to download it. The file may include supporting files, for example an HTML page may have embedded images or Flash objects. +$string['modulename_help'] = 'The file module enables a teacher to provide a file as a course resource. Where possible, the file will be displayed within the course interface; otherwise students will be prompted to download it. The file may include supporting files, for example an HTML page may have embedded images. Note that students need to have the appropriate software on their computers in order to open the file. @@ -77,7 +77,7 @@ A file may be used * To share presentations given in class * To include a mini website as a course resource -* To provide draft files of certain software programs (eg Photoshop .psd) so students can edit and submit them for assessment'; +* To provide draft files of software programs so students can edit and submit them for assessment'; $string['modulename_link'] = 'mod/resource/view'; $string['modulenameplural'] = 'Files'; $string['notmigrated'] = 'This legacy resource type ({$a}) was not yet migrated, sorry.'; diff --git a/repository/dropbox/lang/en/repository_dropbox.php b/repository/dropbox/lang/en/repository_dropbox.php index ef390dd5660..78ee4bb4173 100644 --- a/repository/dropbox/lang/en/repository_dropbox.php +++ b/repository/dropbox/lang/en/repository_dropbox.php @@ -30,7 +30,7 @@ $string['pluginname'] = 'Dropbox'; $string['apikey'] = 'Dropbox API key'; $string['dropbox'] = 'Dropbox'; $string['secret'] = 'Dropbox secret'; -$string['instruction'] = 'You can get your API Key and secret from Dropbox developers. When setting up your key please select "Full Dropbox" as the "Access level".'; +$string['instruction'] = 'You can get your API Key and secret from Dropbox developers. When setting up your key please select "Full Dropbox" as the "Access level".'; $string['cachelimit'] = 'Cache limit'; $string['cachelimit_info'] = 'Enter the maximum size of files (in bytes) to be cached on server for Dropbox aliases/shortcuts. Cached files will be served when the source is no longer available. Empty value or zero mean caching of all files regardless of size.'; $string['dropbox:view'] = 'View a Dropbox folder'; diff --git a/theme/boost/lang/en/theme_boost.php b/theme/boost/lang/en/theme_boost.php index b262721f52e..1867cb3f4cd 100644 --- a/theme/boost/lang/en/theme_boost.php +++ b/theme/boost/lang/en/theme_boost.php @@ -40,7 +40,7 @@ $string['generalsettings'] = 'General settings'; $string['nobootswatch'] = 'None'; $string['pluginname'] = 'Boost'; $string['presetfiles'] = 'Additional theme preset files'; -$string['presetfiles_desc'] = 'Preset files can be used to dramatically alter the appearance of the theme. See Boost presets for information on creating and sharing your own preset files, and see the Presets repository for presets that others have shared.'; +$string['presetfiles_desc'] = 'Preset files can be used to dramatically alter the appearance of the theme. See Boost presets for information on creating and sharing your own preset files, and see the Presets repository for presets that others have shared.'; $string['preset'] = 'Theme preset'; $string['preset_desc'] = 'Pick a preset to broadly change the look of the theme.'; $string['privacy:metadata'] = 'The Boost theme does not store any personal data about any user.'; diff --git a/theme/classic/lang/en/theme_classic.php b/theme/classic/lang/en/theme_classic.php index 8938fdf7385..9dfd1d06261 100644 --- a/theme/classic/lang/en/theme_classic.php +++ b/theme/classic/lang/en/theme_classic.php @@ -32,7 +32,7 @@ $string['navbardark'] = 'Use a dark style navbar'; $string['navbardarkdesc'] = 'Swaps text and background colours for the navbar at the top of the page between dark and light.'; $string['pluginname'] = 'Classic'; $string['presetfiles'] = 'Additional theme preset files'; -$string['presetfiles_desc'] = 'Preset files can be used to dramatically alter the appearance of the theme. See Boost presets for information on creating and sharing your own preset files, and see the Presets repository for presets that others have shared.'; +$string['presetfiles_desc'] = 'Preset files can be used to dramatically alter the appearance of the theme. See Boost presets for information on creating and sharing your own preset files, and see the Presets repository for presets that others have shared.'; $string['preset'] = 'Theme preset'; $string['preset_desc'] = 'Pick a preset to broadly change the look of the theme.'; $string['region-side-post'] = 'Right';