Search moodle.org's
Developer Documentation

See Release Notes

  • Bug fixes for general core bugs in 4.3.x will end 7 October 2024 (12 months).
  • Bug fixes for security issues in 4.3.x will end 21 April 2025 (18 months).
  • PHP version: minimum PHP 8.0.0 Note: minimum PHP version has increased since Moodle 4.1. PHP 8.2.x is supported too.
   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['alltime'] = 'All time';
  30  $string['areyousure'] = 'Are you sure you want to revoke factor?';
  31  $string['cancellogin'] = 'Cancel login';
  32  $string['combination'] = 'Combination';
  33  $string['connector'] = 'AND';
  34  $string['created'] = 'Created';
  35  $string['createdfromip'] = 'Created from IP';
  36  $string['debugmode:heading'] = 'Debug mode';
  37  $string['devicename'] = 'Device';
  38  $string['email:subject'] = 'Unable to log in to {$a}';
  39  $string['enablefactor'] = 'Enable factor';
  40  $string['error:actionnotfound'] = 'Action \'{$a}\' not supported';
  41  $string['error:directaccess'] = 'This page shouldn\'t be accessed directly';
  42  $string['error:factornotenabled'] = 'Multi-factor authentication factor \'{$a}\' not enabled';
  43  $string['error:factornotfound'] = 'Multi-factor authentication factor \'{$a}\' not found';
  44  $string['error:notenoughfactors'] = 'Unable to authenticate';
  45  $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.
  46       <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.';
  47  $string['error:revoke'] = 'Can\'t revoke factor';
  48  $string['error:setupfactor'] = 'Can\'t set up factor';
  49  $string['error:support'] = 'If you are still unable to log in, or believe you are seeing this in error, please email:';
  50  $string['error:wrongfactorid'] = 'Factor ID \'{$a}\' is incorrect';
  51  $string['event:failfactor'] = 'Multi-factor authentication failed due to a failed factor.';
  52  $string['event:faillockout'] = 'Multi-factor authentication failed due to too many attempts.';
  53  $string['event:failnotenoughfactors'] = 'Multi-factor authentication failed due to not enough satisfied factors.';
  54  $string['event:userdeletedfactor'] = 'Factor deleted';
  55  $string['event:userfailedmfa'] = 'User failed multi-factor authentication';
  56  $string['event:userpassedmfa'] = 'Verification passed';
  57  $string['event:userrevokedfactor'] = 'Factor revocation';
  58  $string['event:usersetupfactor'] = 'Factor setup';
  59  $string['factor'] = 'Factor';
  60  $string['factorreport'] = 'All factor report';
  61  $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}';
  62  $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}';
  63  $string['factorrevoked'] = 'Factor \'{$a}\' successfully revoked.';
  64  $string['factorsetup'] = 'Factor \'{$a}\' successfully set up.';
  65  $string['fallback'] = 'Fallback factor';
  66  $string['fallback_info'] = 'This factor is a fallback if no other factors are configured. This factor will always fail.';
  67  $string['guidance'] = 'Multi-factor authentication user guide';
  68  $string['inputrequired'] = 'User input';
  69  $string['ipatcreation'] = 'IP address when factor created';
  70  $string['lastverified'] = 'Last verified';
  71  $string['locked'] = '{$a} (Unavailable)';
  72  $string['lockedusersforallfactors'] = 'Locked users: All factors';
  73  $string['lockedusersforfactor'] = 'Locked users: {$a}';
  74  $string['lockoutnotification'] = 'You have {$a} attempts left.';
  75  $string['mfa'] = 'Multi-factor authentication';
  76  $string['mfa:mfaaccess'] = 'Interact with MFA';
  77  $string['mfareports'] = 'MFA reports';
  78  $string['mfasettings'] = 'Manage multi-factor authentication';
  79  $string['na'] = 'n/a';
  80  $string['needhelp'] = 'Need help?';
  81  $string['nologinusers'] = 'Not logged in';
  82  $string['nonauthusers'] = 'Pending MFA';
  83  $string['overall'] = 'Overall';
  84  $string['pending'] = 'Pending';
  85  $string['performbulk'] = 'Bulk action';
  86  $string['pluginname'] = 'Multi-factor authentication';
  87  $string['preferences:activefactors'] = 'Active factors';
  88  $string['preferences:availablefactors'] = 'Available factors';
  89  $string['preferences:header'] = 'Multi-factor authentication preferences';
  90  $string['preferenceslink'] = 'Click here to go to user preferences.';
  91  $string['privacy:metadata:tool_mfa'] = 'Data with configured MFA factors';
  92  $string['privacy:metadata:tool_mfa:createdfromip'] = 'IP that the factor was set up from.';
  93  $string['privacy:metadata:tool_mfa:factor'] = 'Factor type';
  94  $string['privacy:metadata:tool_mfa:id'] = 'Record ID';
  95  $string['privacy:metadata:tool_mfa:label'] = 'Label for factor instance, e.g. device or email.';
  96  $string['privacy:metadata:tool_mfa:lastverified'] = 'Time user was last verified with this factor';
  97  $string['privacy:metadata:tool_mfa:secret'] = 'Any secret data for factor';
  98  $string['privacy:metadata:tool_mfa:timecreated'] = 'Time the factor instance was set up.';
  99  $string['privacy:metadata:tool_mfa:timemodified'] = 'Time factor was last modified';
 100  $string['privacy:metadata:tool_mfa:userid'] = 'The ID of the user that factor belongs to';
 101  $string['privacy:metadata:tool_mfa_auth'] = 'The last time a successful multi-factor authentication was registered for a user ID.';
 102  $string['privacy:metadata:tool_mfa_auth:lastverified'] = 'Time user was last authenticated with';
 103  $string['privacy:metadata:tool_mfa_auth:userid'] = 'The user this timestamp is associated with.';
 104  $string['privacy:metadata:tool_mfa_secrets'] = 'Temporary secrets for user authentication.';
 105  $string['privacy:metadata:tool_mfa_secrets:factor'] = 'The factor this secret is associated with.';
 106  $string['privacy:metadata:tool_mfa_secrets:secret'] = 'The secret security code.';
 107  $string['privacy:metadata:tool_mfa_secrets:sessionid'] = 'The session ID this secret is associated with.';
 108  $string['privacy:metadata:tool_mfa_secrets:userid'] = 'The user this secret is associated with.';
 109  $string['redirecterrordetected'] = 'Unsupported redirect detected, script execution terminated. Redirection error occured between MFA and {$a}.';
 110  $string['resetconfirm'] = 'Reset user factor';
 111  $string['resetfactor'] = 'Reset user authentication factors';
 112  $string['resetfactorconfirm'] = 'Are you sure you wish to reset this factor for {$a}?';
 113  $string['resetfactorplaceholder'] = 'Username or email';
 114  $string['resetsuccess'] = 'Factor \'{$a->factor}\' successfully reset for user \'{$a->username}\'.';
 115  $string['resetsuccessbulk'] = 'Factor \'{$a}\' successfully reset for provided users.';
 116  $string['resetuser'] = 'User:';
 117  $string['revoke'] = 'Revoke';
 118  $string['revokefactor'] = 'Revoke factor';
 119  $string['selectfactor'] = 'Select factor to reset:';
 120  $string['selectperiod'] = 'Select a lookback period for the report:';
 121  $string['settings:combinations'] = 'Summary of good conditions for login';
 122  $string['settings:debugmode'] = 'Enable debug mode';
 123  $string['settings:debugmode_help'] = 'Debug mode will display a small notification banner on MFA admin pages, as well as the user preferences page
 124           with information on the currently enabled factors.';
 125  $string['settings:duration'] = 'Secret validity duration';
 126  $string['settings:duration_help'] = 'The duration that generated secrets are valid.';
 127  $string['settings:enabled'] = 'MFA plugin enabled';
 128  $string['settings:enablefactor'] = 'Enable factor';
 129  $string['settings:enablefactor_help'] = 'Check this control to allow the factor to be used for MFA authentication.';
 130  $string['settings:general'] = 'General MFA settings';
 131  $string['settings:guidancecheck'] = 'Use guidance page';
 132  $string['settings:guidancecheck_help'] = 'Add a link to the guidance page on the MFA authentication pages, and MFA preferences page.';
 133  $string['settings:guidancefiles'] = 'Guidance page files';
 134  $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';
 135  $string['settings:guidancepage'] = 'Guidance page content';
 136  $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}}}.';
 137  $string['settings:lockout'] = 'Lockout threshold';
 138  $string['settings:lockout_help'] = 'Number of attempts a user can answer input factors before they are prevented from logging in.';
 139  $string['settings:redir_exclusions'] = 'URLS which should not redirect the MFA check.';
 140  $string['settings:redir_exclusions_help'] = 'Each new line is a relative URL from the siteroot for which the MFA check will not redirect from';
 141  $string['settings:weight'] = 'Factor weight';
 142  $string['settings:weight_help'] = 'The weight of this factor if passed. A user needs at least 100 points to log in.';
 143  $string['setup'] = 'Setup';
 144  $string['setupfactor'] = 'Setup factor';
 145  $string['setuprequired'] = 'User setup';
 146  $string['state:fail'] = 'Fail';
 147  $string['state:locked'] = 'Locked';
 148  $string['state:neutral'] = 'Neutral';
 149  $string['state:pass'] = 'Pass';
 150  $string['state:unknown'] = 'Unknown';
 151  $string['subplugintype_factor'] = 'Factor type';
 152  $string['subplugintype_factor_plural'] = 'Factor types';
 153  $string['totalusers'] = 'Total users';
 154  $string['totalweight'] = 'Total weight';
 155  $string['userempty'] = 'User cannot be empty.';
 156  $string['userlogs'] = 'User logs';
 157  $string['usernotfound'] = 'Unable to locate user.';
 158  $string['usersauthedinperiod'] = 'Logged in';
 159  $string['verification'] = '2-step verification';
 160  $string['verification_desc'] = 'To keep your account safe, we need to check that this is really you.';
 161  $string['verificationcode'] = 'Enter code';
 162  $string['verificationcode_help'] = 'The verification code provided by the current authentication factor.';
 163  $string['verifyalt'] = 'Try another way to verify:';
 164  $string['weight'] = 'Weight';