1 |
efrain |
1 |
<?php
|
|
|
2 |
// This file is part of Moodle - http://moodle.org/
|
|
|
3 |
//
|
|
|
4 |
// Moodle is free software: you can redistribute it and/or modify
|
|
|
5 |
// it under the terms of the GNU General Public License as published by
|
|
|
6 |
// the Free Software Foundation, either version 3 of the License, or
|
|
|
7 |
// (at your option) any later version.
|
|
|
8 |
//
|
|
|
9 |
// Moodle is distributed in the hope that it will be useful,
|
|
|
10 |
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
11 |
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
12 |
// GNU General Public License for more details.
|
|
|
13 |
//
|
|
|
14 |
// You should have received a copy of the GNU General Public License
|
|
|
15 |
// along with Moodle. If not, see <http://www.gnu.org/licenses/>.
|
|
|
16 |
//
|
|
|
17 |
/**
|
|
|
18 |
* Strings for component 'tool_mfa', language 'en'.
|
|
|
19 |
*
|
|
|
20 |
* @package tool_mfa
|
|
|
21 |
* @author Mikhail Golenkov <golenkovm@gmail.com>
|
|
|
22 |
* @copyright Catalyst IT
|
|
|
23 |
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
|
|
24 |
*/
|
|
|
25 |
|
|
|
26 |
defined('MOODLE_INTERNAL') || die();
|
|
|
27 |
|
|
|
28 |
$string['achievedweight'] = 'Achieved weight';
|
|
|
29 |
$string['added'] = 'Added';
|
|
|
30 |
$string['alltime'] = 'All time';
|
|
|
31 |
$string['areyousure'] = 'Are you sure you want to remove this factor?';
|
|
|
32 |
$string['cancellogin'] = 'Cancel login';
|
|
|
33 |
$string['combination'] = 'Combination';
|
|
|
34 |
$string['confirmationreplace'] = 'You will be immediately required to set up another \'{$a}\'. Please make sure you are ready to complete the setup process.';
|
|
|
35 |
$string['confirmationrevoke'] = 'You will no longer be able to use \'{$a}\' to log in to this site.';
|
|
|
36 |
$string['connector'] = 'AND';
|
|
|
37 |
$string['debugmode:heading'] = 'Debug mode';
|
|
|
38 |
$string['devicename'] = 'Device';
|
|
|
39 |
$string['entercode'] = 'Enter code';
|
|
|
40 |
$string['email:subject'] = 'Unable to log in to {$a}';
|
|
|
41 |
$string['enablefactor'] = 'Enable factor';
|
|
|
42 |
$string['error:actionnotfound'] = 'Action \'{$a}\' not supported';
|
|
|
43 |
$string['error:couldnotreplace'] = 'Could not replace this factor.';
|
|
|
44 |
$string['error:directaccess'] = 'This page shouldn\'t be accessed directly';
|
|
|
45 |
$string['error:factornotenabled'] = 'Multi-factor authentication factor \'{$a}\' not enabled';
|
|
|
46 |
$string['error:factornotfound'] = 'Multi-factor authentication factor \'{$a}\' not found';
|
|
|
47 |
$string['error:isguestuser'] = 'Guests are not allowed here.';
|
|
|
48 |
$string['error:notenoughfactors'] = 'Unable to authenticate';
|
|
|
49 |
$string['error:reauth'] = 'We couldn\'t confirm your identity sufficiently to meet the site authentication security policy.<br>This may be due to: <br> 1) Steps being locked - please wait a few minutes and try again.
|
|
|
50 |
<br> 2) Steps being failed - please double check the details for each step. <br> 3) Steps were skipped - please reload this page or try logging in again.';
|
|
|
51 |
$string['error:revoke'] = 'Can\'t remove factor';
|
|
|
52 |
$string['error:setupfactor'] = 'Can\'t set up factor';
|
|
|
53 |
$string['error:support'] = 'If you are still unable to log in, or believe you are seeing this in error, please email:';
|
|
|
54 |
$string['error:wrongfactorid'] = 'Factor ID \'{$a}\' is incorrect';
|
|
|
55 |
$string['event:failfactor'] = 'Multi-factor authentication failed due to a failed factor.';
|
|
|
56 |
$string['event:faillockout'] = 'Multi-factor authentication failed due to too many attempts.';
|
|
|
57 |
$string['event:failnotenoughfactors'] = 'Multi-factor authentication failed due to not enough satisfied factors.';
|
|
|
58 |
$string['event:userdeletedfactor'] = 'Factor deleted';
|
|
|
59 |
$string['event:userfailedmfa'] = 'User failed multi-factor authentication';
|
|
|
60 |
$string['event:userpassedmfa'] = 'Verification passed';
|
|
|
61 |
$string['event:userrevokedfactor'] = 'Factor revocation';
|
|
|
62 |
$string['event:usersetupfactor'] = 'Factor setup';
|
|
|
63 |
$string['factor'] = 'Factor';
|
|
|
64 |
$string['factorreplace'] = 'Factor \'{$a}\' successfully replaced.';
|
|
|
65 |
$string['factorreport'] = 'All factor report';
|
|
|
66 |
$string['factorreset'] = 'Your multi-factor authentication \'{$a->factor}\' has been reset by a site administrator. You may need to set up this factor again. {$a->url}';
|
|
|
67 |
$string['factorresetall'] = 'All your multi-factor authentication factors have been reset by a site administrator. You may need to set up these factors again. {$a}';
|
|
|
68 |
$string['factorrevoked'] = '\'{$a}\' successfully removed.';
|
|
|
69 |
$string['factorsetup'] = '\'{$a}\' successfully set up.';
|
|
|
70 |
$string['fallback'] = 'Fallback factor';
|
|
|
71 |
$string['fallback_info'] = 'This factor is a fallback if no other factors are configured. This factor will always fail.';
|
|
|
72 |
$string['guidance'] = 'Multi-factor authentication user guide';
|
|
|
73 |
$string['inputrequired'] = 'User input';
|
|
|
74 |
$string['ipatcreation'] = 'IP address when factor created';
|
|
|
75 |
$string['lastused'] = 'Last used';
|
|
|
76 |
$string['locked'] = '{$a} (Unavailable)';
|
|
|
77 |
$string['lockedusersforallfactors'] = 'Locked users: All factors';
|
|
|
78 |
$string['lockedusersforfactor'] = 'Locked users: {$a}';
|
|
|
79 |
$string['lockoutnotification'] = 'You have {$a} attempts left.';
|
|
|
80 |
$string['managefactor'] = 'Manage factor';
|
|
|
81 |
$string['mfa'] = 'Multi-factor authentication';
|
11 |
efrain |
82 |
$string['mfa:intro'] = 'Make your account safer by requiring an additional verification method when you log in.';
|
1 |
efrain |
83 |
$string['mfa:mfaaccess'] = 'Interact with MFA';
|
|
|
84 |
$string['mfareports'] = 'MFA reports';
|
|
|
85 |
$string['mfasettings'] = 'Manage multi-factor authentication';
|
|
|
86 |
$string['na'] = 'n/a';
|
|
|
87 |
$string['needhelp'] = 'Need help?';
|
|
|
88 |
$string['nologinusers'] = 'Not logged in';
|
|
|
89 |
$string['nonauthusers'] = 'Pending MFA';
|
|
|
90 |
$string['overall'] = 'Overall';
|
|
|
91 |
$string['pending'] = 'Pending';
|
|
|
92 |
$string['performbulk'] = 'Bulk action';
|
|
|
93 |
$string['pluginname'] = 'Multi-factor authentication';
|
|
|
94 |
$string['preferences:activefactors'] = 'Active factors';
|
|
|
95 |
$string['preferences:availablefactors'] = 'Available factors';
|
|
|
96 |
$string['preferences:header'] = 'Multi-factor authentication preferences';
|
|
|
97 |
$string['preferenceslink'] = 'Click here to go to user preferences.';
|
|
|
98 |
$string['privacy:metadata:tool_mfa'] = 'Data with configured MFA factors';
|
|
|
99 |
$string['privacy:metadata:tool_mfa:createdfromip'] = 'IP that the factor was set up from.';
|
|
|
100 |
$string['privacy:metadata:tool_mfa:factor'] = 'Factor type';
|
|
|
101 |
$string['privacy:metadata:tool_mfa:id'] = 'Record ID';
|
|
|
102 |
$string['privacy:metadata:tool_mfa:label'] = 'Label for factor instance, e.g. device or email.';
|
|
|
103 |
$string['privacy:metadata:tool_mfa:lastverified'] = 'Time user was last verified with this factor';
|
|
|
104 |
$string['privacy:metadata:tool_mfa:secret'] = 'Any secret data for factor';
|
|
|
105 |
$string['privacy:metadata:tool_mfa:timecreated'] = 'Time the factor instance was set up.';
|
|
|
106 |
$string['privacy:metadata:tool_mfa:timemodified'] = 'Time factor was last modified';
|
|
|
107 |
$string['privacy:metadata:tool_mfa:userid'] = 'The ID of the user that factor belongs to';
|
|
|
108 |
$string['privacy:metadata:tool_mfa_auth'] = 'The last time a successful multi-factor authentication was registered for a user ID.';
|
|
|
109 |
$string['privacy:metadata:tool_mfa_auth:lastverified'] = 'Time user was last authenticated with';
|
|
|
110 |
$string['privacy:metadata:tool_mfa_auth:userid'] = 'The user this timestamp is associated with.';
|
|
|
111 |
$string['privacy:metadata:tool_mfa_secrets'] = 'Temporary secrets for user authentication.';
|
|
|
112 |
$string['privacy:metadata:tool_mfa_secrets:factor'] = 'The factor this secret is associated with.';
|
|
|
113 |
$string['privacy:metadata:tool_mfa_secrets:secret'] = 'The secret security code.';
|
|
|
114 |
$string['privacy:metadata:tool_mfa_secrets:sessionid'] = 'The session ID this secret is associated with.';
|
|
|
115 |
$string['privacy:metadata:tool_mfa_secrets:userid'] = 'The user this secret is associated with.';
|
|
|
116 |
$string['redirecterrordetected'] = 'Unsupported redirect detected, script execution terminated. Redirection error occured between MFA and {$a}.';
|
|
|
117 |
$string['remove'] = 'Remove';
|
|
|
118 |
$string['replace'] = 'Replace';
|
|
|
119 |
$string['replacefactor'] = 'Replace factor';
|
|
|
120 |
$string['resetconfirm'] = 'Reset user factor';
|
|
|
121 |
$string['resetfactor'] = 'Reset user authentication factors';
|
|
|
122 |
$string['resetfactorconfirm'] = 'Are you sure you wish to reset this factor for {$a}?';
|
|
|
123 |
$string['resetfactorplaceholder'] = 'Username or email';
|
|
|
124 |
$string['resetsuccess'] = 'Factor \'{$a->factor}\' successfully reset for user \'{$a->username}\'.';
|
|
|
125 |
$string['resetsuccessbulk'] = 'Factor \'{$a}\' successfully reset for provided users.';
|
|
|
126 |
$string['resetuser'] = 'User:';
|
|
|
127 |
$string['revokefactor'] = 'Remove factor';
|
|
|
128 |
$string['selectfactor'] = 'Select factor to reset:';
|
|
|
129 |
$string['selectperiod'] = 'Select a lookback period for the report:';
|
|
|
130 |
$string['settings:combinations'] = 'Summary of good conditions for login';
|
|
|
131 |
$string['settings:debugmode'] = 'Enable debug mode';
|
|
|
132 |
$string['settings:debugmode_help'] = 'Debug mode will display a small notification banner on MFA admin pages, as well as the user preferences page
|
|
|
133 |
with information on the currently enabled factors.';
|
|
|
134 |
$string['settings:duration'] = 'Secret validity duration';
|
|
|
135 |
$string['settings:duration_help'] = 'The duration that generated secrets are valid.';
|
|
|
136 |
$string['settings:enabled'] = 'MFA plugin enabled';
|
|
|
137 |
$string['settings:enablefactor'] = 'Enable factor';
|
|
|
138 |
$string['settings:enablefactor_help'] = 'Check this control to allow the factor to be used for MFA authentication.';
|
|
|
139 |
$string['settings:general'] = 'General MFA settings';
|
|
|
140 |
$string['settings:guidancecheck'] = 'Use guidance page';
|
|
|
141 |
$string['settings:guidancecheck_help'] = 'Add a link to the guidance page on the MFA authentication pages, and MFA preferences page.';
|
|
|
142 |
$string['settings:guidancefiles'] = 'Guidance page files';
|
|
|
143 |
$string['settings:guidancefiles_help'] = 'Add any files here to use in the guidance page, and embed them into the page using {{filename}} (resolved path) or {{{filename}}} (html link) in the editor';
|
|
|
144 |
$string['settings:guidancepage'] = 'Guidance page content';
|
|
|
145 |
$string['settings:guidancepage_help'] = 'HTML here will be displayed on the guidance page. Enter filenames from the filearea to embed the file with the resolved path {{filename}} or as a html link using {{{filename}}}.';
|
|
|
146 |
$string['settings:lockout'] = 'Lockout threshold';
|
|
|
147 |
$string['settings:lockout_help'] = 'Number of attempts a user can answer input factors before they are prevented from logging in.';
|
|
|
148 |
$string['settings:redir_exclusions'] = 'URLS which should not redirect the MFA check.';
|
|
|
149 |
$string['settings:redir_exclusions_help'] = 'Each new line is a relative URL from the siteroot for which the MFA check will not redirect from';
|
|
|
150 |
$string['settings:weight'] = 'Factor weight';
|
|
|
151 |
$string['settings:weight_help'] = 'The weight of this factor if passed. A user needs at least 100 points to log in.';
|
|
|
152 |
$string['setupfactor'] = 'Set up factor';
|
|
|
153 |
$string['setuprequired'] = 'User setup';
|
|
|
154 |
$string['state:fail'] = 'Fail';
|
|
|
155 |
$string['state:locked'] = 'Locked';
|
|
|
156 |
$string['state:neutral'] = 'Neutral';
|
|
|
157 |
$string['state:pass'] = 'Pass';
|
|
|
158 |
$string['state:unknown'] = 'Unknown';
|
|
|
159 |
$string['subplugintype_factor'] = 'Factor type';
|
|
|
160 |
$string['subplugintype_factor_plural'] = 'Factor types';
|
|
|
161 |
$string['totalusers'] = 'Total users';
|
|
|
162 |
$string['totalweight'] = 'Total weight';
|
|
|
163 |
$string['userempty'] = 'User cannot be empty.';
|
|
|
164 |
$string['userlogs'] = 'User logs';
|
|
|
165 |
$string['usernotfound'] = 'Unable to locate user.';
|
|
|
166 |
$string['usersauthedinperiod'] = 'Logged in';
|
|
|
167 |
$string['verification'] = '2-step verification';
|
|
|
168 |
$string['verification_desc'] = 'To keep your account safe, we need to check that this is really you.';
|
|
|
169 |
$string['verificationcode'] = 'Verification code';
|
|
|
170 |
$string['verificationcode_help'] = 'The verification code provided by the current authentication factor.';
|
|
|
171 |
$string['verifyalt'] = 'Try another way to verify:';
|
|
|
172 |
$string['weight'] = 'Weight';
|
|
|
173 |
$string['yesremove'] = 'Yes, remove';
|
|
|
174 |
$string['yesreplace'] = 'Yes, replace';
|
|
|
175 |
|
|
|
176 |
// Deprecated since Moodle 4.4.
|
|
|
177 |
$string['created'] = 'Created';
|
|
|
178 |
$string['createdfromip'] = 'Created from IP';
|
|
|
179 |
$string['lastverified'] = 'Last verified';
|
|
|
180 |
$string['revoke'] = 'Revoke';
|
|
|
181 |
$string['setup'] = 'Setup';
|