From 180e8183314fa532fa6424ce1acba364f1e1b441 Mon Sep 17 00:00:00 2001 From: Helen Foster Date: Fri, 29 Apr 2016 08:10:32 +0200 Subject: [PATCH] MDL-53980 lang: Merge English strings from the en_fix language pack --- auth/db/lang/en/auth_db.php | 2 +- auth/ldap/lang/en/auth_ldap.php | 2 +- lang/en/auth.php | 2 +- lang/en/grades.php | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/auth/db/lang/en/auth_db.php b/auth/db/lang/en/auth_db.php index ac3e64568fc..7a9ae733506 100644 --- a/auth/db/lang/en/auth_db.php +++ b/auth/db/lang/en/auth_db.php @@ -45,7 +45,7 @@ $string['auth_dbname'] = 'Name of the database itself. Leave empty if using an O $string['auth_dbname_key'] = 'DB name'; $string['auth_dbpass'] = 'Password matching the above username'; $string['auth_dbpass_key'] = 'Password'; -$string['auth_dbpasstype'] = '

Specify the format that the password field is using. MD5 hashing is useful for connecting to other common web applications like PostNuke.

Use \'internal\' if you want to the external DB to manage usernames & email addresses, but Moodle to manage passwords. If you use \'internal\', you must provide a populated email address field in the external DB, and you must execute both admin/cron.php and auth/db/cli/sync_users.php regularly. Moodle will send an email to new users with a temporary password.

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

Specify the format that the password field is using. MD5 hashing is useful for connecting to other common web applications like PostNuke.

Use \'internal\' if you want the external database to manage usernames and email addresses, but Moodle to manage passwords. If you use \'internal\', you must provide a populated email address field in the external database, and you must execute both admin/cron.php and auth/db/cli/sync_users.php regularly. Moodle will send an email to new users with a temporary password.

'; $string['auth_dbpasstype_key'] = 'Password format'; $string['auth_dbreviveduser'] = 'Revived user {$a->name} id {$a->id}'; $string['auth_dbrevivedusererror'] = 'Error reviving user {$a}'; diff --git a/auth/ldap/lang/en/auth_ldap.php b/auth/ldap/lang/en/auth_ldap.php index 04034a0f1fb..4dc22ee684e 100644 --- a/auth/ldap/lang/en/auth_ldap.php +++ b/auth/ldap/lang/en/auth_ldap.php @@ -56,7 +56,7 @@ $string['auth_ldap_gracelogins_desc'] = 'Enable LDAP gracelogin support. After p $string['auth_ldap_gracelogins_key'] = 'Grace logins'; $string['auth_ldap_groupecreators'] = 'List of groups or contexts whose members are allowed to create groups. Separate multiple groups with \';\'. Usually something like \'cn=teachers,ou=staff,o=myorg\''; $string['auth_ldap_groupecreators_key'] = 'Group creators'; -$string['auth_ldap_host_url'] = 'Specify LDAP host in URL-form like \'ldap://ldap.myorg.com/\' or \'ldaps://ldap.myorg.com/\' Separate multipleservers with \';\' to get failover support.'; +$string['auth_ldap_host_url'] = 'Specify LDAP host in URL-form like \'ldap://ldap.myorg.com/\' or \'ldaps://ldap.myorg.com/\'. Separate multiple servers with \';\' to get failover support.'; $string['auth_ldap_host_url_key'] = 'Host URL'; $string['auth_ldap_changepasswordurl_key'] = 'Password-change URL'; $string['auth_ldap_ldap_encoding'] = 'Specify encoding used by LDAP server. Most probably utf-8, MS AD v2 uses default platform encoding such as cp1252, cp1250, etc.'; diff --git a/lang/en/auth.php b/lang/en/auth.php index 1a6c42cceeb..bc3726f9450 100644 --- a/lang/en/auth.php +++ b/lang/en/auth.php @@ -95,7 +95,7 @@ $string['getanimagecaptcha'] = 'Get an image CAPTCHA'; $string['getanothercaptcha'] = 'Get another CAPTCHA'; $string['guestloginbutton'] = 'Guest login button'; $string['changepassword'] = 'Change password URL'; -$string['changepasswordhelp'] = 'Here you can specify a location at which your users can recover or change their username/password if they\'ve forgotten it. This will be provided to users as a button on the login page and their user page. If you leave this blank the button will not be printed.'; +$string['changepasswordhelp'] = 'URL of lost password recovery page, which will be sent to users in an email. Note that this setting will have no effect if a forgotten password URL is set in the authentication common settings.'; $string['chooseauthmethod'] = 'Choose an authentication method'; $string['chooseauthmethod_help'] = 'This setting determines the authentication method used when the user logs in. Only enabled authentication plugins should be chosen, otherwise the user will no longer be able to log in. To block the user from logging in, select "No login".'; $string['incorrectpleasetryagain'] = 'Incorrect. Please try again.'; diff --git a/lang/en/grades.php b/lang/en/grades.php index 37e40b7101f..6d276b1c741 100644 --- a/lang/en/grades.php +++ b/lang/en/grades.php @@ -727,7 +727,7 @@ $string['uncategorised'] = 'Uncategorised'; $string['unenrolledusersinimport'] = 'This import included the following grades for users not currently enrolled in this course: {$a}'; $string['unchangedgrade'] = 'Grade unchanged'; $string['unlimitedgrades'] = 'Unlimited grades'; -$string['unlimitedgrades_help'] = 'By default grades are limited by the maximum and minimum values of the grade item. Enabling this setting removes this limit, and allows grades of over 100% to be entered directly in the gradebook. It is recommended that this setting is enabled at an off-peak time, as all grades will be recalculated, which may result in a high server load.'; +$string['unlimitedgrades_help'] = 'By default, grades are limited by the maximum and minimum values of the grade item. Enabling this setting removes this limit, and allows grades of over 100% to be entered directly in the gradebook.'; $string['unlock'] = 'Unlock'; $string['unlockverbose'] = 'Unlock {$a->category} {$a->itemmodule} {$a->itemname}'; $string['unused'] = 'Unused';