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 * Language strings. 19 * 20 * @package factor_grace 21 * @author Peter Burnett <peterburnett@catalyst-au.net> 22 * @copyright Catalyst IT 23 * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later 24 */ 25 26 $string['info'] = 'Allows login without other factor for a specified period of time.'; 27 $string['pluginname'] = 'Grace period'; 28 $string['preferences'] = 'User preferences'; 29 $string['privacy:metadata'] = 'The Grace period factor plugin does not store any personal data'; 30 $string['redirectsetup'] = 'You must complete setup for Multi-factor authentication before you can proceed.'; 31 $string['revokeexpiredfactors'] = 'Revoke expired grace period factors'; 32 $string['settings:customwarning'] = 'Warning banner content'; 33 $string['settings:customwarning_help'] = 'Add content here to replace the grace warning notification with custom HTML contents. Adding {timeremaining} in text will replace it with the current grace duration for the user, and {setuplink} will replace with the URL of the setup page for the user.'; 34 $string['settings:forcesetup'] = 'Force factor setup'; 35 $string['settings:forcesetup_help'] = 'Forces a user to the preferences page to set up multi-factor authentication when the grace period expires. If unchecked, users will be unable to authenticate when the grace period expires.'; 36 $string['settings:graceperiod'] = 'Grace period'; 37 $string['settings:graceperiod_help'] = 'Period of time when users can access the site without configured and enabled factors.'; 38 $string['settings:ignorelist'] = 'Ignored factors'; 39 $string['settings:ignorelist_help'] = 'Grace period will not give points if there are other factors that users can use to authenticate with multi-factor authentication. Any factors here will not be counted by Grace period when deciding whether to give points. This can allow Grace period to allow authentication if another factor like email, has configuration or system issues.'; 40 $string['setupfactors'] = 'You are currently in the grace period, and may not have enough factors set up to log in once the grace period expires. Go to {$a->url} to check your authentication status and set up more authentication factors. Your grace period expires in {$a->time}.'; 41 $string['summarycondition'] = 'is within grace period';
title
Description
Body
title
Description
Body
title
Description
Body
title
Body