23 lines
1.1 KiB
PHP
23 lines
1.1 KiB
PHP
<?php
|
|
|
|
return [
|
|
'title' => 'My two-factor login',
|
|
'sub' => 'A code from an app, in addition to your password. Protects your account even if the password ends up somewhere it should not.',
|
|
'state_on' => 'Active',
|
|
'state_off' => 'Not set up',
|
|
'confirm_first' => 'Please confirm your password first — a signed-in session alone is not enough here.',
|
|
'confirm_button' => 'Confirm',
|
|
'enable' => 'Set up',
|
|
'scan' => 'Scan the code with your authenticator app, then enter the digits it shows.',
|
|
'code' => 'Code from the app',
|
|
'activate' => 'Activate',
|
|
'code_wrong' => 'That code is not correct.',
|
|
'on' => 'Two-factor login is active.',
|
|
'off' => 'Two-factor login was removed.',
|
|
'off_confirm' => 'Really remove two-factor login? Your account is then protected by the password alone.',
|
|
'disable' => 'Remove',
|
|
'new_codes' => 'New recovery codes',
|
|
'codes_title' => 'Recovery codes',
|
|
'codes_hint' => 'Write these down now and keep them safe. They are the way back in if the device is lost — each code works once.',
|
|
];
|