mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 08:26:37 +02:00
MDL-61533 lang: Merge English strings from the en_fix language pack
Significant string change: * typeoflogin_desc,tool_mobile - removing sentence about autologinguests * gradepublishing_help, core_grades - updated explanation mentioning the manager role and grade export publishing settings
This commit is contained in:
parent
856e07e4e7
commit
ad5b7d26e7
9 changed files with 11 additions and 11 deletions
|
@ -113,7 +113,7 @@ $string['auth_ntlmsso_subnet'] = 'If set, it will only attempt SSO with clients
|
|||
$string['auth_ntlmsso_subnet_key'] = 'Subnet';
|
||||
$string['auth_ntlmsso_type_key'] = 'Authentication type';
|
||||
$string['auth_ntlmsso_type'] = 'The authentication method configured in the web server to authenticate the users (if in doubt, choose NTLM)';
|
||||
$string['cannotmaprole'] = 'The role "{$a->rolename}" can\'t be mapped because its short name "{$a->shortname}" is too long or contains hyphens. To allow it to be mapped, you need to reduce the short name to {$a->charlimit} characters or remove the hyphens. <a href="{$a->link}">Edit the role here</a>';
|
||||
$string['cannotmaprole'] = 'The role "{$a->rolename}" cannot be mapped because its short name "{$a->shortname}" is too long and/or contains hyphens. To allow it to be mapped, the short name needs to be reduced to a maximum of {$a->charlimit} characters and any hyphens removed. <a href="{$a->link}">Edit the role</a>';
|
||||
$string['connectingldap'] = "Connecting to LDAP server...\n";
|
||||
$string['connectingldapsuccess'] = "Connecting to your LDAP server was successful";
|
||||
$string['creatingtemptable'] = "Creating temporary table {\$a}\n";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue