| Línea 23... |
Línea 23... |
| 23 |
*/
|
23 |
*/
|
| Línea 24... |
Línea 24... |
| 24 |
|
24 |
|
| 25 |
$string['accountexists'] = 'A user already exists on this site with this username. If this is your account, log in by entering your username and password and add it as a linked login via your preferences page.';
|
25 |
$string['accountexists'] = 'A user already exists on this site with this username. If this is your account, log in by entering your username and password and add it as a linked login via your preferences page.';
|
| 26 |
$string['auth_oauth2description'] = 'OAuth 2 standards based authentication';
|
26 |
$string['auth_oauth2description'] = 'OAuth 2 standards based authentication';
|
| 27 |
$string['auth_oauth2settings'] = 'OAuth 2 authentication settings.';
|
27 |
$string['auth_oauth2settings'] = 'OAuth 2 authentication settings.';
|
| Línea 28... |
Línea 28... |
| 28 |
$string['confirmaccountemail'] = 'Hi {$a->fullname},
|
28 |
$string['confirmaccountemail'] = 'Hi {$a->firstname},
|
| 29 |
|
29 |
|
| Línea 30... |
Línea 30... |
| 30 |
A new account has been requested at \'{$a->sitename}\'
|
30 |
A new account has been requested at \'{$a->sitename}\'
|
| Línea 45... |
Línea 45... |
| 45 |
If you did not do this, someone else could be trying to compromise your account.
|
45 |
If you did not do this, someone else could be trying to compromise your account.
|
| 46 |
Please contact the site administrator immediately.';
|
46 |
Please contact the site administrator immediately.';
|
| 47 |
$string['confirmaccountemailsubject'] = '{$a}: account confirmation';
|
47 |
$string['confirmaccountemailsubject'] = '{$a}: account confirmation';
|
| 48 |
$string['confirmationinvalid'] = 'The confirmation link is either invalid, or has expired. Please start the login process again to generate a new confirmation email.';
|
48 |
$string['confirmationinvalid'] = 'The confirmation link is either invalid, or has expired. Please start the login process again to generate a new confirmation email.';
|
| 49 |
$string['confirmationpending'] = 'This account is pending email confirmation.';
|
49 |
$string['confirmationpending'] = 'This account is pending email confirmation.';
|
| 50 |
$string['confirmlinkedloginemail'] = 'Hi {$a->fullname},
|
50 |
$string['confirmlinkedloginemail'] = 'Hi {$a->firstname},
|
| Línea 51... |
Línea 51... |
| 51 |
|
51 |
|
| 52 |
A request has been made to link the {$a->issuername} login
|
52 |
A request has been made to link the {$a->issuername} login
|
| 53 |
{$a->linkedemail} to your account at \'{$a->sitename}\'
|
53 |
{$a->linkedemail} to your account at \'{$a->sitename}\'
|
| Línea 85... |
Línea 85... |
| 85 |
Please log in as before, using the link on the login page.
|
85 |
Please log in as before, using the link on the login page.
|
| 86 |
{$a->admin}';
|
86 |
{$a->admin}';
|
| 87 |
$string['emailpasswordchangeinfosubject'] = '{$a}: Change password information';
|
87 |
$string['emailpasswordchangeinfosubject'] = '{$a}: Change password information';
|
| 88 |
$string['info'] = 'External account';
|
88 |
$string['info'] = 'External account';
|
| 89 |
$string['issuer'] = 'OAuth 2 service';
|
89 |
$string['issuer'] = 'OAuth 2 service';
|
| 90 |
$string['issuernologin'] = 'This issuer can not be used to login';
|
90 |
$string['issuernologin'] = 'This issuer can not be used to log in.';
|
| 91 |
$string['key'] = 'Key';
|
91 |
$string['key'] = 'Key';
|
| 92 |
$string['linkedlogins'] = 'Linked logins';
|
92 |
$string['linkedlogins'] = 'Linked logins';
|
| 93 |
$string['linkedloginshelp'] = 'Help with linked logins';
|
93 |
$string['linkedloginshelp'] = 'Help with linked logins';
|
| 94 |
$string['loggedin'] = 'User successfully authenticated with provider.';
|
94 |
$string['loggedin'] = 'User successfully authenticated with provider.';
|
| 95 |
$string['loginerror_userincomplete'] = 'The user information returned did not contain a username and email address. The OAuth 2 service may be configured incorrectly.';
|
95 |
$string['loginerror_userincomplete'] = 'The user information returned did not contain a username and email address. The OAuth 2 service may be configured incorrectly.';
|