From ec1f3ffb7a4949dd00aa67110842acc821742465 Mon Sep 17 00:00:00 2001 From: Helen Foster Date: Tue, 25 Jun 2019 22:06:14 +0200 Subject: [PATCH] MDL-66003 lang: Import fixed English strings (en_fix) Significant string changes: * moodleorghubname,core_admin and sitemustberegistered,message_airnotifier - 'Moodle.net' changed to 'Moodle' * registration_help,core_admin and registermoochtips,core_hub - removed erroneous 'access to Moodle.net our course sharing platform' * trackingtype_help,mod_forum and formnotavailable,core_grading and showgrades_help,core and rolewarning_help,core_rating - 'Administration block' changed to 'Actions menu or admin block', 'navigation block' changed to 'navigation drawer or block' --- admin/tool/behat/lang/en/tool_behat.php | 2 +- admin/tool/log/lang/en/tool_log.php | 2 +- .../spamcleaner/lang/en/tool_spamcleaner.php | 2 +- admin/tool/xmldb/lang/en/tool_xmldb.php | 6 +-- auth/email/lang/en/auth_email.php | 2 +- auth/ldap/lang/en/auth_ldap.php | 2 +- auth/shibboleth/lang/en/auth_shibboleth.php | 2 +- .../rss_client/lang/en/block_rss_client.php | 2 +- .../lang/en/filter_mathjaxloader.php | 2 +- .../form/guide/lang/en/gradingform_guide.php | 2 +- lang/en/admin.php | 37 ++++++++++--------- lang/en/error.php | 4 +- lang/en/grading.php | 2 +- lang/en/hub.php | 2 +- lang/en/install.php | 5 +-- lang/en/message.php | 4 +- lang/en/mnet.php | 2 +- lang/en/moodle.php | 34 ++++++----------- lang/en/rating.php | 2 +- lang/en/repository.php | 4 +- .../lang/en/message_airnotifier.php | 2 +- .../lang/en/assignfeedback_editpdf.php | 4 +- .../file/lang/en/assignfeedback_file.php | 4 +- mod/assign/lang/en/assign.php | 26 ++++++------- .../lang/en/assignsubmission_comments.php | 3 +- mod/feedback/lang/en/feedback.php | 2 +- mod/forum/lang/en/forum.php | 2 +- mod/lesson/lang/en/lesson.php | 4 +- mod/lti/lang/en/lti.php | 14 ++----- mod/quiz/lang/en/quiz.php | 18 ++++----- .../report/grading/lang/en/quiz_grading.php | 4 +- mod/resource/lang/en/resource.php | 4 +- .../dropbox/lang/en/repository_dropbox.php | 2 +- theme/boost/lang/en/theme_boost.php | 2 +- 34 files changed, 95 insertions(+), 116 deletions(-) diff --git a/admin/tool/behat/lang/en/tool_behat.php b/admin/tool/behat/lang/en/tool_behat.php index f2cd279ee9b15..5c741f84e24f2 100644 --- a/admin/tool/behat/lang/en/tool_behat.php +++ b/admin/tool/behat/lang/en/tool_behat.php @@ -30,7 +30,7 @@ $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 571b91fdd8fba..9bc9423a8c9f0 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 e9a36aa5cc6df..76a5f34871730 100644 --- a/admin/tool/spamcleaner/lang/en/tool_spamcleaner.php +++ b/admin/tool/spamcleaner/lang/en/tool_spamcleaner.php @@ -28,7 +28,7 @@ $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 fb41ec541c9a5..d949e1f2566b8 100644 --- a/admin/tool/xmldb/lang/en/tool_xmldb.php +++ b/admin/tool/xmldb/lang/en/tool_xmldb.php @@ -33,7 +33,7 @@ $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). @@ -59,7 +59,7 @@ 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). @@ -139,7 +139,7 @@ $string['key'] = 'Key'; $string['keynameempty'] = 'The key name cannot be empty'; $string['keys'] = 'Keys'; -$string['listreservedwords'] = 'List of Reserved Words
(used to keep XMLDB_reserved_words updated)'; +$string['listreservedwords'] = 'List of reserved words
(used to keep XMLDB reserved words updated)'; $string['load'] = 'Load'; $string['main_view'] = 'Main view'; $string['masterprimaryuniqueordernomatch'] = 'The fields in your foreign key must be listed in the same order as they are listed in the UNIQUE KEY on the referenced table.'; diff --git a/auth/email/lang/en/auth_email.php b/auth/email/lang/en/auth_email.php index 596b4f7c82224..5920676109aee 100644 --- a/auth/email/lang/en/auth_email.php +++ b/auth/email/lang/en/auth_email.php @@ -24,7 +24,7 @@ $string['auth_emaildescription'] = '

Email-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 9b869aa071a12..cffc8ca33de69 100644 --- a/auth/ldap/lang/en/auth_ldap.php +++ b/auth/ldap/lang/en/auth_ldap.php @@ -94,7 +94,7 @@ $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 af90ac0d44e44..a7a54ff73e6ae 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_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.
Be sure to read the README for Shibboleth on how to set up your Moodle with Shibboleth'; +$string['auth_shibbolethdescription'] = 'Using this method users are created and authenticated using Shibboleth. For set-up details, see the Shibboleth README.'; $string['auth_shibboleth_errormsg'] = 'Please select the organization you are member of!'; $string['auth_shibboleth_login'] = 'Shibboleth login'; $string['auth_shibboleth_login_long'] = 'Login to Moodle via Shibboleth'; diff --git a/blocks/rss_client/lang/en/block_rss_client.php b/blocks/rss_client/lang/en/block_rss_client.php index afc0bab07b6c4..06facda0af264 100644 --- a/blocks/rss_client/lang/en/block_rss_client.php +++ b/blocks/rss_client/lang/en/block_rss_client.php @@ -43,7 +43,7 @@ $string['editnewsfeeds'] = 'Edit news feeds'; $string['editrssblock'] = 'Edit RSS headline block'; $string['enableautodiscovery'] = 'Enable auto-discovery of feeds?'; -$string['enableautodiscovery_help'] = 'If enabled, feeds on web pages are found automatically. For example, if http://docs.moodle.org is entered, then http://docs.moodle.org/en/index.php?title=Special:RecentChanges&feed=rss would be found.'; +$string['enableautodiscovery_help'] = 'If enabled, feeds on web pages are found automatically. For example, if https://docs.moodle.org is entered, then https://docs.moodle.org/en/index.php?title=Special:RecentChanges&feed=rss would be found.'; $string['failedfeed'] = 'Feed failed to download - will retry after {$a}'; $string['failedfeeds'] = 'One or more RSS feeds have failed'; $string['feed'] = 'Feed'; diff --git a/filter/mathjaxloader/lang/en/filter_mathjaxloader.php b/filter/mathjaxloader/lang/en/filter_mathjaxloader.php index cbe42bd153c0a..c3bbe43c41cf6 100644 --- a/filter/mathjaxloader/lang/en/filter_mathjaxloader.php +++ b/filter/mathjaxloader/lang/en/filter_mathjaxloader.php @@ -38,7 +38,7 @@ 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 7499a4c41a335..9343b4aabdfdd 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['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 10a2d1b93ddc0..084077cb36ba3 100644 --- a/lang/en/admin.php +++ b/lang/en/admin.php @@ -113,8 +113,8 @@ $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'; @@ -183,19 +183,17 @@ $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=opensesame 
If 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['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['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.'; @@ -517,7 +515,7 @@ $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'; @@ -651,11 +649,11 @@ $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.
IP address location is displayed on simple map or using Google Maps. Please note that you need to have a Google account and apply for free Google Maps API key to enable interactive maps.'; -$string['iplookupmaxmindnote'] = 'This product includes GeoLite2 data created by MaxMind, available from http://www.maxmind.com.'; +$string['iplookupmaxmindnote'] = 'This product includes GeoLite2 data created by MaxMind, available from https://www.maxmind.com.'; $string['ishttpswarning'] = 'It has been detected that your site is not secured using HTTPS. It is strongly recommended to migrate your site to HTTPS for increased security and improved integration with other systems.'; $string['keeptagnamecase'] = 'Keep tag name casing'; $string['lang'] = 'Default language'; @@ -930,7 +928,7 @@ $string['profilefieldcolumns'] = 'Columns'; $string['profilefieldispassword'] = 'Is this a password field?'; $string['profilefieldlink'] = 'Link'; -$string['profilefieldlink_help'] = 'To transform the text into a link, enter a URL containing $$, where $$ will be replaced with the text. For example, to transform a Twitter ID to a link, enter http://twitter.com/$$.'; +$string['profilefieldlink_help'] = 'To transform the text into a link, enter a URL containing $$, where $$ will be replaced with the text. For example, to transform a Twitter ID to a link, enter https://twitter.com/$$.'; $string['profilefieldlinktarget'] = 'Link target'; $string['profilefieldmaxlength'] = 'Maximum length'; $string['profilefieldrows'] = 'Rows'; @@ -1001,15 +999,18 @@ $string['registermoodleorgli2'] = 'Statistics about your site will be added to the {$a} of the worldwide Moodle community.'; $string['registerwithmoodleorg'] = 'Register your site'; $string['registration'] = 'Registration'; -$string['registration_help'] = 'It is recommended that you register your site in order to receive security alerts and access to Moodle.net, our course sharing platform.'; +$string['registration_help'] = 'By registering: + +* You will receive security alerts +* You can activate mobile app push notifications from your site +* You are contributing to our Moodle statistics of the worldwide community'; $string['registrationwarning'] = 'Your site is not yet registered.'; $string['registrationwarningcontactadmin'] = 'Your site is not yet registered. Please notify your administrator.'; $string['releasenoteslink'] = 'For information about this version of Moodle, please see the online Release Notes'; $string['rememberusername'] = 'Remember username'; $string['rememberusername_desc'] = 'Enable if you want to store permanent cookies with usernames during user login. Permanent cookies may be considered a privacy issue if used without consent.'; $string['reportsmanage'] = 'Manage reports'; -$string['requiredentrieschanged'] = 'IMPORTANT - PLEASE READ
(This warning message will only be displayed during this upgrade)

Due to a bug fix, the behaviour of database activities using the \'Required entries\' and \'Required entries before viewing settings\' settings will change. A more detailed explanation of the changes can be read on the database module forum. The expected behavior of these settings can also be read on Moodle Docs. -

This change affects the following databases in your system: (Please save this list now, and after the upgrade, check that these activities still work the way that the teacher intends.)
{$a->text}
'; +$string['requiredentrieschanged'] = 'Note: After upgrading, the setting \'Required entries before viewing\' is now enforced in the following database activities:
{$a->text}
'; $string['requiremodintro'] = 'Require activity description'; $string['requiremodintro_desc'] = 'If enabled, users will be forced to enter a description for each activity.'; $string['requires'] = 'Requires'; @@ -1347,7 +1348,7 @@ $string['loginpasswordautocomplete_help'] = 'If enabled, users are not allowed to save their account password in their browser.'; $string['unoconvwarning'] = 'The version of unoconv you have installed is not supported.'; // Deprecated since Moodle 3.4 -$string['moodleorghubname'] = 'Moodle.net'; +$string['moodleorghubname'] = 'Moodle'; $string['hubs'] = 'Hubs'; $string['configloginhttps'] = 'Turning this on will make Moodle use a secure https connection just for the login page (providing a secure login), and then afterwards revert back to the normal http URL for general speed. CAUTION: this setting REQUIRES https to be specifically enabled on the web server - if it is not then YOU COULD LOCK YOURSELF OUT OF YOUR SITE.'; $string['loginhttps'] = 'Use HTTPS for logins'; diff --git a/lang/en/error.php b/lang/en/error.php index c0a58b887190d..e8cee31f43c70 100644 --- a/lang/en/error.php +++ b/lang/en/error.php @@ -96,7 +96,7 @@ $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'; @@ -383,7 +383,7 @@ $string['maxbytesfile'] = 'The file {$a->file} is too large. The maximum size you can upload is {$a->size}.'; $string['maxareabytes'] = 'The file is larger than the space remaining in this area.'; $string['messagingdisable'] = 'Messaging is disabled on this site'; -$string['mimetexisnotexist'] = 'Your system is not configured to run mimeTeX. You need to obtain the C source from http://www.forkosh.com/mimetex.zip, compile it and put the executable into your moodle/filter/tex/ directory.'; +$string['mimetexisnotexist'] = 'Your system is not configured to run mimeTeX. You need to obtain the C source from https://www.forkosh.com/mimetex.zip, compile it and put the executable into your moodle/filter/tex/ directory.'; $string['mimetexnotexecutable'] = 'Custom mimetex is not executable!'; $string['missingfield'] = 'Field "{$a}" is missing'; $string['missingkeyinsql'] = 'ERROR: missing param "{$a}" in query'; diff --git a/lang/en/grading.php b/lang/en/grading.php index d19e3ff610ff2..46e3c27eda1ad 100644 --- a/lang/en/grading.php +++ b/lang/en/grading.php @@ -30,7 +30,7 @@ $string['changeactivemethod'] = 'Change active grading method to'; $string['clicktoclose'] = 'click to close'; $string['exc_gradingformelement'] = 'Unable to instantiate grading form element'; -$string['formnotavailable'] = 'Advanced grading method was selected to use but the grading form is not available yet. You may need to define it first via a link in the Administration block.'; +$string['formnotavailable'] = 'An advanced grading method was selected to use but the grading form is not available yet. You may need to define it first via a link in the actions menu or administration block.'; $string['gradingformunavailable'] = 'Please note: the advanced grading form is not ready at the moment. Simple grading method will be used until the form has a valid status.'; $string['gradingmanagement'] = 'Advanced grading'; $string['gradingmanagementtitle'] = 'Advanced grading: {$a->component} ({$a->area})'; diff --git a/lang/en/hub.php b/lang/en/hub.php index 2e2bcf75e9dfb..a2ead1c8c105e 100644 --- a/lang/en/hub.php +++ b/lang/en/hub.php @@ -217,7 +217,7 @@ $string['wrongtoken'] = 'The registration failed for some unknown reason (network?). Please try again.'; // Deprecated since Moodle 3.4. -$string['registermoochtips'] = 'Register your site with Moodle to get security alerts and access to Moodle.net, our course sharing platform.'; +$string['registermoochtips'] = 'By registering, you will receive security alerts, can activate mobile app push notifications from your site, and are contributing to our Moodle statistics of the worldwide community.'; $string['errorcronnoxmlrpc'] = 'XML-RPC must be enabled in order to update the registration.'; $string['advertiseonhub'] = 'Share this course for people to join'; $string['advertiseonmoodleorg'] = 'Advertise this course on moodle.org'; diff --git a/lang/en/install.php b/lang/en/install.php index 98a021a587db1..e85fe13feb12e 100644 --- a/lang/en/install.php +++ b/lang/en/install.php @@ -240,10 +240,7 @@ $string['welcomep30'] = 'This release of the {$a->installername} includes the applications to create an environment in which Moodle will operate, namely:'; $string['welcomep40'] = 'The package also includes Moodle {$a->moodlerelease} ({$a->moodleversion}).'; -$string['welcomep50'] = 'The use of all the applications in this package is governed by their respective - licences. The complete {$a->installername} package is - open source and is distributed - under the GPL license.'; +$string['welcomep50'] = 'The use of all the applications in this package is governed by their respective licences. The complete {$a->installername} package is open source and is distributed under the GPL license.'; $string['welcomep60'] = 'The following pages will lead you through some easy to follow steps to configure and set up Moodle on your computer. You may accept the default settings or, optionally, amend them to suit your own needs.'; diff --git a/lang/en/message.php b/lang/en/message.php index c548459f3abd5..5285749f87fac 100644 --- a/lang/en/message.php +++ b/lang/en/message.php @@ -98,8 +98,8 @@ $string['messageoutputs'] = 'Message outputs'; $string['messagepreferences'] = 'Message preferences'; $string['message'] = 'Message'; -$string['messagecontactrequestsnotification'] = '{$a} wants to be added as a contact'; -$string['messagecontactrequestsnotificationsubject'] = '{$a} wants to be added as a contact'; +$string['messagecontactrequestsnotification'] = '{$a} is requesting to be added as a contact.'; +$string['messagecontactrequestsnotificationsubject'] = 'Contact request from {$a}'; $string['messagedrawerviewcontact'] = 'User details for {$a}'; $string['messagedrawerviewcontacts'] = 'Message contacts'; $string['messagedrawerviewconversation'] = 'Conversation with {$a}'; diff --git a/lang/en/mnet.php b/lang/en/mnet.php index 8bcdb2aa1d536..bb5711180a72d 100644 --- a/lang/en/mnet.php +++ b/lang/en/mnet.php @@ -58,7 +58,7 @@ $string['duplicate_usernames'] = 'We failed to create an index on the columns "mnethostid" and "username" in your user table.
This can occur when you have duplicate usernames in your user table.
Your upgrade should still complete successfully. Click on the link above, and instructions on fixing this problem will appear in a new window. You can attend to that at the end of the upgrade.
'; $string['enabled_for_all'] = '(This service has been enabled for all hosts).'; $string['enterausername'] = 'Please enter a username, or a list of usernames separated by commas.'; -$string['error7020'] = 'This error normally occurs if the remote site has created a record for you with the wrong wwwroot, for example, http://yoursite.com instead of http://www.yoursite.com. You should contact the administrator of the remote site with your wwwroot (as specified in config.php) asking her to update her record for your host.'; +$string['error7020'] = 'This error normally occurs if the remote site has created a record for you with the wrong wwwroot, for example, https://yoursite.com instead of https://www.yoursite.com. Please contact the administrator of the remote site with your wwwroot (as specified in config.php) and ask them to update the record for your host.'; $string['error7022'] = 'The message you sent to the remote site was encrypted properly, but not signed. This is very unexpected; you should probably file a bug if this occurs (giving as much information as possible about the application versions in question etc).'; $string['error7023'] = 'The remote site has tried to decrypt your message with all the keys it has on record for your site. They have all failed. You might be able to fix this problem by manually re-keying with the remote site. This is unlikely to occur unless you\'ve been out of communication with the remote site for a few months.'; $string['error7024'] = 'You send an unencrypted message to the remote site, but the remote site doesn\'t accept unencrypted communication from your site. This is very unexpected; you should probably file a bug if this occurs (giving as much information as possible about the application versions in question, etc.'; diff --git a/lang/en/moodle.php b/lang/en/moodle.php index c0e701aeed43c..f246e68c5789e 100644 --- a/lang/en/moodle.php +++ b/lang/en/moodle.php @@ -193,7 +193,7 @@ $string['backuploglaststatus'] = 'Last execution log'; $string['backupmissinguserinfoperms'] = 'Note: This backup contains no user data. Exercise and Workshop activities will not be included in the backup, since these modules are not compatible with this type of backup.'; $string['backupnext'] = 'Next backup'; -$string['backupnonisowarning'] = 'Warning: this backup is from a non-Unicode version of Moodle (pre 1.6). If this backup contains any non-ISO-8859-1 texts then they may be CORRUPTED if you try to restore them to this Unicode version of Moodle. See the Backup FAQ for more information about how to recover this backup correctly.'; +$string['backupnonisowarning'] = 'Warning: this backup is from a non-Unicode version of Moodle (pre 1.6). If this backup contains any non-ISO-8859-1 texts then they may be CORRUPTED if you try to restore them to this Unicode version of Moodle. See the Backup FAQ for more information about how to recover this backup correctly.'; $string['backupnotyetrun'] = 'Automated backup pending'; $string['backuporiginalname'] = 'Backup name'; $string['backuproleassignments'] = 'Backup role assignments for these roles'; @@ -885,36 +885,24 @@ $string['geolocation'] = 'latitude - longitude'; $string['gettheselogs'] = 'Get these logs'; $string['go'] = 'Go'; -$string['gpl'] = 'Copyright (C) 1999 onwards Martin Dougiamas (http://moodle.com) +$string['gpl'] = 'Copyright (C) 1999 onwards Martin Dougiamas (https://moodle.com) -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or -(at your option) any later version. +This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. -This program is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. +This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. -See the Moodle License information page for full details: -http://docs.moodle.org/dev/License'; +See the Moodle License information page for full details: https://docs.moodle.org/dev/License'; $string['gpllicense'] = 'GPL license'; -$string['gpl3'] = 'Copyright (C) 1999 onwards Martin Dougiamas (http://moodle.com) +$string['gpl3'] = 'Copyright (C) 1999 onwards Martin Dougiamas (https://moodle.com) -This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation, either version 3 of the License, or -(at your option) any later version. +This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. -This program is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. +This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. -See the Moodle License information page for full details: -http://docs.moodle.org/dev/License'; +See the Moodle License information page for full details: https://docs.moodle.org/dev/License'; $string['grade'] = 'Grade'; $string['grades'] = 'Grades'; -$string['gravatarenabled'] = 'Gravatar has been enabled for this site. If you don\'t upload a profile picture Moodle will attempt to load a profile picture for you from Gravatar.'; +$string['gravatarenabled'] = 'Gravatar has been enabled for this site. If you don\'t upload a profile picture Moodle will attempt to load a profile picture for you from Gravatar.'; $string['group'] = 'Group'; $string['groupadd'] = 'Add new group'; $string['groupaddusers'] = 'Add selected to group'; @@ -1830,7 +1818,7 @@ $string['showdescription'] = 'Display description on course page'; $string['showdescription_help'] = 'If enabled, the description above will be displayed on the course page just below the link to the activity or resource.'; $string['showgrades'] = 'Show gradebook to students'; -$string['showgrades_help'] = 'Many activities in the course allow grades to be set. This setting determines whether a student can view a list of all their grades for the course via a grades link in the course administration block.'; +$string['showgrades_help'] = 'Many activities in the course allow grades to be set. This setting determines whether a student can view a list of all their grades for the course via a grades link in the navigation drawer or block.'; $string['showingacourses'] = 'Showing all {$a} courses'; $string['showingxofycourses'] = 'Showing courses {$a->start} to {$a->end} of {$a->total} courses'; $string['showlistofcourses'] = 'Show list of courses'; diff --git a/lang/en/rating.php b/lang/en/rating.php index 4e03d2fa5a700..6b351266d26ac 100644 --- a/lang/en/rating.php +++ b/lang/en/rating.php @@ -53,7 +53,7 @@ $string['ratingtime'] = 'Restrict ratings to items with dates in this range:'; $string['ratings'] = 'Ratings'; $string['rolewarning'] = 'Roles with permission to rate'; -$string['rolewarning_help'] = 'To submit ratings users require the moodle/rating:rate capability and any module specific capabilities. Users assigned the following roles should be able to rate items. The list of roles may be amended via the permissions link in the administration block.'; +$string['rolewarning_help'] = 'To submit ratings users require the moodle/rating:rate capability and any module specific capabilities. Users assigned the following roles should be able to rate items. The list of roles may be amended via the permissions link in the actions menu or administration block, depending on the theme.'; $string['scaleselectionrequired'] = 'When selecting a ratings aggregate type you must also select to use either a scale or set a maximum points.'; $string['privacy:metadata:rating'] = 'The user-entered rating is stored alongside a mapping of the item which was rated.'; $string['privacy:metadata:rating:userid'] = 'The user who made the rating.'; diff --git a/lang/en/repository.php b/lang/en/repository.php index be5d95fe574ea..c01d5899959f9 100644 --- a/lang/en/repository.php +++ b/lang/en/repository.php @@ -63,8 +63,8 @@ $string['configcacheexpire'] = 'The amount of time that file listings are cached locally (in seconds) when browsing external repositories.'; $string['configgetfiletimeout'] = 'Timeout in seconds for downloading an external file into Moodle.'; $string['configsaved'] = 'Configuration saved!'; -$string['configsyncfiletimeout'] = 'Timeout in seconds for syncronising the external file size.'; -$string['configsyncimagetimeout'] = 'Timeout in seconds for downloading an image file from external repository during syncronisation.'; +$string['configsyncfiletimeout'] = 'Timeout in seconds for synchronising the external file size.'; +$string['configsyncimagetimeout'] = 'Timeout in seconds for downloading an image file from external repository during synchronisation.'; $string['confirmdelete'] = 'Are you sure you want to delete the repository {$a}? If you choose "Continue and download", file references to external contents will be downloaded to Moodle. This could take a long time to process.'; $string['confirmdeletefile'] = 'Are you sure you want to delete this file?'; $string['confirmrenamefile'] = 'Are you sure you want to rename/move this file? There are {$a} alias/shortcut files that use this file as their source. If you proceed then those aliases will be converted to true copies.'; diff --git a/message/output/airnotifier/lang/en/message_airnotifier.php b/message/output/airnotifier/lang/en/message_airnotifier.php index 05a7337eac775..5b8750144cddd 100644 --- a/message/output/airnotifier/lang/en/message_airnotifier.php +++ b/message/output/airnotifier/lang/en/message_airnotifier.php @@ -58,7 +58,7 @@ $string['privacy:metadata:username'] = 'The username of the user.'; $string['privacy:metadata:usersubsystem'] = 'This plugin is connected to the user subsystem.'; $string['privacy:subcontext'] = 'Message Airnotifier'; -$string['sitemustberegistered'] = 'In order to use the public Airnotifier instance you must register your site with Moodle.net'; +$string['sitemustberegistered'] = 'In order to use the public Airnotifier instance, your site must be registered with Moodle.'; $string['showhide'] = 'Enable/disable the device.'; $string['requestaccesskey'] = 'Request access key'; $string['unknowndevice'] = 'Unknown device'; diff --git a/mod/assign/feedback/editpdf/lang/en/assignfeedback_editpdf.php b/mod/assign/feedback/editpdf/lang/en/assignfeedback_editpdf.php index c6f0186bb166c..fa976db51120c 100644 --- a/mod/assign/feedback/editpdf/lang/en/assignfeedback_editpdf.php +++ b/mod/assign/feedback/editpdf/lang/en/assignfeedback_editpdf.php @@ -50,9 +50,9 @@ $string['errorgenerateimage'] = 'Error generating image with ghostscript, debugging info: {$a}'; $string['errorpdfpage'] = 'There was an error while generating this page.'; $string['editpdf'] = 'Annotate PDF'; -$string['editpdf_help'] = 'Annotate students submissions directly in the browser and produce an edited downloadable PDF.'; +$string['editpdf_help'] = 'Annotate student submissions directly in the browser and produce an edited downloadable PDF.'; $string['enabled'] = 'Annotate PDF'; -$string['enabled_help'] = 'If enabled, the teacher will be able to create annotated PDF files when marking the assignments. This allows the teacher to add comments, drawing and stamps directly on top of the students work. The annotating is done in the browser and no extra software is required.'; +$string['enabled_help'] = 'If enabled, the teacher will be able to create annotated PDF files when marking assignment submissions. This allows the teacher to add comments, drawing and stamps directly on top of the student\'s work. The annotating is done in the browser and no extra software is required.'; $string['expcolcomments'] = 'Expand/collapse all comments'; $string['filter'] = 'Filter comments...'; $string['generatefeedback'] = 'Generate feedback PDF'; diff --git a/mod/assign/feedback/file/lang/en/assignfeedback_file.php b/mod/assign/feedback/file/lang/en/assignfeedback_file.php index 3765b000f2d51..d9bfd017057c2 100644 --- a/mod/assign/feedback/file/lang/en/assignfeedback_file.php +++ b/mod/assign/feedback/file/lang/en/assignfeedback_file.php @@ -31,11 +31,11 @@ $string['default'] = 'Enabled by default'; $string['default_help'] = 'If set, this feedback method will be enabled by default for all new assignments.'; $string['enabled'] = 'File feedback'; -$string['enabled_help'] = 'If enabled, the teacher will be able to upload files with feedback when marking the assignments. These files may be, but are not limited to marked up student submissions, documents with comments or spoken audio feedback. '; +$string['enabled_help'] = 'If enabled, the teacher will be able to upload files with feedback when marking assignment submissions. These files may be, but are not limited to, marked-up student submissions, documents with comments or spoken audio feedback.'; $string['feedbackzip'] = 'Zip file with feedback files'; $string['feedbackfileadded'] = 'New feedback file "{$a->filename}" for student "{$a->student}"'; $string['feedbackfileupdated'] = 'Modified feedback file "{$a->filename}" for student "{$a->student}"'; -$string['feedbackzip_help'] = 'A zip file containing a list of feedback files for one or more students. Feedback files will be assigned to students based on the participant id which should be the second part of each filename immediately after the users full name. This naming convention is used when downloading submissions so you can download all submissions, add comments to a few files and then rezip and upload all of the files. Files with no changes will be ignored.'; +$string['feedbackzip_help'] = 'A zip file containing a list of feedback files for one or more students. Feedback files will be assigned to students based on the user ID which should be the second part of each file name immediately after the user\'s full name. This naming convention is used when downloading submissions so you can download all submissions, add comments to a few files, then re-zip and upload all of the files. Files with no changes will be ignored.'; $string['file'] = 'Feedback files'; $string['privacy:metadata:filepurpose'] = 'Feedback files from the teacher for the student.'; $string['privacy:path'] = 'Feedback files'; diff --git a/mod/assign/lang/en/assign.php b/mod/assign/lang/en/assign.php index 51ca829ae3ce3..89bad5446baee 100644 --- a/mod/assign/lang/en/assign.php +++ b/mod/assign/lang/en/assign.php @@ -24,7 +24,7 @@ $string['activityoverview'] = 'You have assignments that need attention'; $string['addsubmission'] = 'Add submission'; -$string['addsubmission_help'] = 'You have not made a submission yet'; +$string['addsubmission_help'] = 'You have not made a submission yet.'; $string['addattempt'] = 'Allow another attempt'; $string['addnewattempt'] = 'Add a new attempt'; $string['addnewattempt_help'] = 'This will create a new blank submission for you to work on.'; @@ -33,7 +33,7 @@ $string['addnewgroupoverride'] = 'Add group override'; $string['addnewuseroverride'] = 'Add user override'; $string['allocatedmarker'] = 'Allocated Marker'; -$string['allocatedmarker_help'] = 'Marker allocated to this submission'; +$string['allocatedmarker_help'] = 'Marker allocated to this submission.'; $string['allowsubmissions'] = 'Allow the user to continue making submissions to this assignment.'; $string['allowsubmissionsshort'] = 'Allow submission changes'; $string['allowsubmissionsfromdate'] = 'Allow submissions from'; @@ -41,7 +41,7 @@ $string['allowsubmissionsfromdatesummary'] = 'This assignment will accept submissions from {$a}'; $string['allowsubmissionsanddescriptionfromdatesummary'] = 'The assignment details and submission form will be available from {$a}'; $string['alwaysshowdescription'] = 'Always show description'; -$string['alwaysshowdescription_help'] = 'If disabled, the Assignment Description above will only become visible to students at the "Allow submissions from" date.'; +$string['alwaysshowdescription_help'] = 'If disabled, the assignment description above will only become visible to students on the "Allow submissions from" date.'; $string['applytoteam'] = 'Apply grades and feedback to entire group'; $string['assign:addinstance'] = 'Add a new assignment'; $string['assign:exportownsubmission'] = 'Export own submission'; @@ -83,7 +83,7 @@ $string['attemptnumber'] = 'Attempt number'; $string['attemptsettings'] = 'Attempt settings'; $string['attemptreopenmethod'] = 'Attempts reopened'; -$string['attemptreopenmethod_help'] = 'Determines how student submission attempts are reopened. The available options are: '; +$string['attemptreopenmethod_help'] = 'Determines how student submission attempts are reopened. The available options are: '; $string['attemptreopenmethod_manual'] = 'Manually'; $string['attemptreopenmethod_none'] = 'Never'; $string['attemptreopenmethod_untilpass'] = 'Automatically until pass'; @@ -165,7 +165,7 @@ $string['editoverride'] = 'Edit override'; $string['editsubmission'] = 'Edit submission'; $string['editsubmissionother'] = 'Edit submission for {$a}'; -$string['editsubmission_help'] = 'You can still make changes to your submission'; +$string['editsubmission_help'] = 'You can still make changes to your submission.'; $string['editingstatus'] = 'Editing status'; $string['editaction'] = 'Actions...'; $string['enabled'] = 'Enabled'; @@ -276,9 +276,9 @@ $string['hiddenuser'] = 'Participant '; $string['inactiveoverridehelp'] = '* Student does not have the correct group or role to attempt the assignment'; $string['indicator:cognitivedepth'] = 'Assignment cognitive'; -$string['indicator:cognitivedepth_help'] = 'This indicator is based on the cognitive depth reached by the student in an Assignment activity.'; +$string['indicator:cognitivedepth_help'] = 'This indicator is based on the cognitive depth reached by the student in an assignment activity.'; $string['indicator:socialbreadth'] = 'Assignment social'; -$string['indicator:socialbreadth_help'] = 'This indicator is based on the social breadth reached by the student in an Assignment activity.'; +$string['indicator:socialbreadth_help'] = 'This indicator is based on the social breadth reached by the student in an assignment activity.'; $string['instructionfiles'] = 'Instruction files'; $string['introattachments'] = 'Additional files'; $string['introattachments_help'] = 'Additional files for use in the assignment, such as answer templates, may be added. Download links for the files will then be displayed on the assignment page under the description.'; @@ -308,7 +308,7 @@ * In marking - the marker has started but not yet finished * Marking completed - the marker has finished but might need to go back for checking/corrections * In review - the marking is now with the teacher in charge for quality checking -* Ready for release - the teacher in charge is satisfied with the marking but wait before giving students access to the marking +* Ready for release - the teacher in charge is satisfied with the marking but may wait before giving students access to the marking * Released - the student can access the grades/feedback'; $string['markingworkflowstateinmarking'] = 'In marking'; $string['markingworkflowstateinreview'] = 'In review'; @@ -321,7 +321,7 @@ $string['maxgrade'] = 'Maximum grade'; $string['maxgrade'] = 'Maximum Grade'; $string['maxperpage'] = 'Maximum assignments per page'; -$string['maxperpage_help'] = 'The maximum number of assignments a grader can show in the assignment grading page. Useful to prevent timeouts on courses with very large enrolments.'; +$string['maxperpage_help'] = 'The maximum number of assignments a grader can show in the assignment grading page. This setting is useful in preventing timeouts for courses with a large number of participants.'; $string['messageprovider:assign_notification'] = 'Assignment notifications'; $string['modulename'] = 'Assignment'; $string['modulename_help'] = 'The assignment activity module enables a teacher to communicate tasks, collect work and provide grades and feedback. @@ -455,7 +455,7 @@ $string['sendlatenotifications'] = 'Notify graders about late submissions'; $string['sendlatenotifications_help'] = 'If enabled, graders (usually teachers) receive a message whenever a student submits an assignment late. Message methods are configurable.'; $string['sendsubmissionreceipts'] = 'Send submission receipt to students'; -$string['sendsubmissionreceipts_help'] = 'This switch will enable submission receipts for students. Students will receive a notification every time they successfully submit an assignment'; +$string['sendsubmissionreceipts_help'] = 'This switch enables submission receipts for students. Students will receive a notification every time they successfully submit an assignment.'; $string['setmarkingallocation'] = 'Set allocated marker'; $string['setmarkingworkflowstate'] = 'Set marking workflow state'; $string['selectedusers'] = 'Selected users'; @@ -476,7 +476,7 @@

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.'; @@ -540,9 +540,9 @@ $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 78da642ecbcf0..f8b887cde7427 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['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 3201d631f5d6c..cf070d2834949 100644 --- a/mod/feedback/lang/en/feedback.php +++ b/mod/feedback/lang/en/feedback.php @@ -195,7 +195,7 @@ $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 62df24287ceb8..59832835f79f0 100644 --- a/mod/forum/lang/en/forum.php +++ b/mod/forum/lang/en/forum.php @@ -584,7 +584,7 @@ $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['unread'] = 'Unread'; diff --git a/mod/lesson/lang/en/lesson.php b/mod/lesson/lang/en/lesson.php index be1126294c3bc..48d913756aee3 100644 --- a/mod/lesson/lang/en/lesson.php +++ b/mod/lesson/lang/en/lesson.php @@ -537,8 +537,8 @@ $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 17ac2ad858497..9937270706bc5 100644 --- a/mod/lti/lang/en/lti.php +++ b/mod/lti/lang/en/lti.php @@ -263,19 +263,13 @@ $string['lti_tool_request_existing'] = 'A tool configuration for the tool domain has already been submitted.'; $string['ltiunknownserviceapicall'] = 'LTI unknown service API call.'; $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/quiz/lang/en/quiz.php b/mod/quiz/lang/en/quiz.php index ddefb1435c067..c3ead10b95b96 100644 --- a/mod/quiz/lang/en/quiz.php +++ b/mod/quiz/lang/en/quiz.php @@ -151,12 +151,12 @@ $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'; @@ -585,7 +585,7 @@ $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'; @@ -664,7 +664,7 @@ $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'; @@ -891,14 +891,14 @@ $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 c5e078cf9bb95..2f637922546b0 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['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['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 284ae1a704928..2448f2a6874a8 100644 --- a/mod/resource/lang/en/resource.php +++ b/mod/resource/lang/en/resource.php @@ -69,7 +69,7 @@ $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 @@ * 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 19b4476a81c05..4de574db9ad06 100644 --- a/repository/dropbox/lang/en/repository_dropbox.php +++ b/repository/dropbox/lang/en/repository_dropbox.php @@ -29,7 +29,7 @@ $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 b262721f52e0d..1867cb3f4cd5c 100644 --- a/theme/boost/lang/en/theme_boost.php +++ b/theme/boost/lang/en/theme_boost.php @@ -40,7 +40,7 @@ $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.';