mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 08:26:37 +02:00
MDL-59524 general: Remove strings deprecated in 3.4
This commit is contained in:
parent
8e9e9a5f7e
commit
0504254f1d
16 changed files with 8 additions and 246 deletions
|
@ -164,8 +164,4 @@ $string['diag_toooldversion'] = 'It is very unlikely a modern LDAP server uses L
|
|||
$string['diag_emptycontext'] = 'Empty context found.';
|
||||
$string['diag_contextnotfound'] = 'Context {$a} doesn\'t exist or can\'t be read by bind DN.';
|
||||
$string['diag_rolegroupnotfound'] = 'Group {$a->group} for role {$a->localname} doesn\'t exist or can\'t be read by bind DN.';
|
||||
|
||||
// Deprecated since Moodle 3.4.
|
||||
$string['auth_ldap_creators'] = 'List of groups or contexts whose members are allowed to create new courses. Separate multiple groups with \';\'. Usually something like \'cn=teachers,ou=staff,o=myorg\'';
|
||||
$string['auth_ldap_creators_key'] = 'Creators';
|
||||
$string['privacy:metadata'] = 'The LDAP server authentication plugin does not store any personal data.';
|
||||
|
|
|
@ -1,2 +0,0 @@
|
|||
auth_ldap_creators,auth_ldap
|
||||
auth_ldap_creators_key,auth_ldap
|
Loading…
Add table
Add a link
Reference in a new issue