| Línea 29... | Línea 29... | 
          
            | 29 | $string['privacy:metadata'] = 'The Grace period factor plugin does not store any personal data';
 | 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.';
 | 30 | $string['redirectsetup'] = 'You must complete setup for Multi-factor authentication before you can proceed.';
 | 
          
            | 31 | $string['revokeexpiredfactors'] = 'Revoke expired grace period factors';
 | 31 | $string['revokeexpiredfactors'] = 'Revoke expired grace period factors';
 | 
          
            | 32 | $string['settings:customwarning'] = 'Warning banner content';
 | 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.';
 | 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:description'] = 'Allow users to log in without MFA for a specified period of time, giving them time to set up their authentication factors. After the grace period expires, users must use MFA to log in.';
 | 
          
            | 34 | $string['settings:forcesetup'] = 'Force factor setup';
 | 35 | $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: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'] = 'Grace period';
 | 
          
            | 37 | $string['settings:graceperiod_help'] = 'Period of time when users can access the site without configured and enabled factors.';
 | 38 | $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'] = '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['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.';
 | 
          
            | - |   | 41 | $string['settings:shortdescription'] = 'Allow users to log in without MFA for a specified period, giving them time to set up authentication factors.';
 | 
          
            | 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}.';
 | 42 | $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';
 | 43 | $string['summarycondition'] = 'is within grace period';
 |