mirror of
https://github.com/moodle/moodle.git
synced 2025-03-14 12:40:01 +01:00
Some English spelling/grammar fixes.
This commit is contained in:
parent
8b2fc31ce0
commit
38972a40a4
@ -24,10 +24,10 @@ $string['auth_imaptype'] = "The IMAP server type. IMAP servers can have differe
|
||||
$string['auth_ldap_bind_dn'] = "If you want to use bind-user to search users, specify it here. Someting like 'cn=ldapuser,ou=public,o=org'";
|
||||
$string['auth_ldap_bind_pw'] = "Password for bind-user.";
|
||||
$string['auth_ldap_contexts'] = "List of contexts where users are located. Separate different contexts with ';'. For example: 'ou=users,o=org; ou=others,o=org'";
|
||||
$string['auth_ldap_create_context'] = "If you enable user creation with email confirmation, specify context where users are created. This context should be different from other users to prevent security issues. You don't need to add this context to ldap_context-variable, Moodle will search for users from this context automaticly.";
|
||||
$string['auth_ldap_creators'] = "List of groups what member are allowed to create new courses. Separate multiple groups with ';'. Usualy something like 'cn=teachers,ou=staff,o=myorg'";
|
||||
$string['auth_ldap_create_context'] = "If you enable user creation with email confirmation, specify the context where users are created. This context should be different from other users to prevent security issues. You don't need to add this context to ldap_context-variable, Moodle will search for users from this context automatically.";
|
||||
$string['auth_ldap_creators'] = "List of groups whose members are allowed to create new courses. Separate multiple groups with ';'. Usually something like 'cn=teachers,ou=staff,o=myorg'";
|
||||
$string['auth_ldap_host_url'] = "Specify LDAP host in URL-form like 'ldap://ldap.myorg.com/' or 'ldaps://ldap.myorg.com/' ";
|
||||
$string['auth_ldap_memberattribute'] = "Specify users member attribute, when users belogs to group. Usualy member";
|
||||
$string['auth_ldap_memberattribute'] = "Specify user member attribute, when users belongs to a group. Usually 'member'";
|
||||
$string['auth_ldap_search_sub'] = "Put value <> 0 if you like to search users from subcontexts.";
|
||||
$string['auth_ldap_update_userinfo'] = "Update user information (firstname, lastname, address..) from LDAP to Moodle. Look at /auth/ldap/attr_mappings.php for mapping information";
|
||||
$string['auth_ldap_user_attribute'] = "The attribute used to name/search users. Usually 'cn'.";
|
||||
@ -50,8 +50,8 @@ $string['auth_pop3port'] = "Server port (110 is the most common)";
|
||||
$string['auth_pop3title'] = "Use a POP3 server";
|
||||
$string['auth_pop3type'] = "Server type. If your server uses certificate security, choose pop3cert.";
|
||||
$string['auth_user_create'] = "Enable user creation";
|
||||
$string['auth_user_creation'] = "New (anonymous) users can create user account for her/hiself. Account will be created to selected authentication module and confirmed via email. If you enable this , remember to configure also module specific options for user creation.";
|
||||
$string['auth_usernameexists'] = "Selected username already exists. Please choose new one.";
|
||||
$string['auth_user_creation'] = "New (anonymous) users can create user accounts on the external authentication source and confirmed via email. If you enable this , remember to also configure module-specific options for user creation.";
|
||||
$string['auth_usernameexists'] = "Selected username already exists. Please choose a new one.";
|
||||
$string['authenticationoptions'] = "Authentication options";
|
||||
$string['authinstructions'] = "Here you can provide instructions for your users, so they know which username and password they should be using. The text you enter here will appear on the login page. If you leave this blank then no instructions will be printed.";
|
||||
$string['changepassword'] = "Change password URL";
|
||||
|
Loading…
x
Reference in New Issue
Block a user