diff --git a/lang/en/auth_outage.php b/lang/en/auth_outage.php index 3192e85..0324a19 100644 --- a/lang/en/auth_outage.php +++ b/lang/en/auth_outage.php @@ -26,6 +26,8 @@ $string['auth_outagedescription'] = 'Auxiliary plugin that warns users about a future outage and prevents them from logging in once the outage starts.'; $string['autostart'] = 'Auto start maintenance mode.'; $string['autostart_help'] = 'If selected, when the outage starts it will automatically turn on Moodle maintenance mode.'; +$string['builtinallowediplist'] = 'Builtin Allowed IP List'; +$string['builtinallowediplist_desc'] = 'A second allowed IP list which makes it easier to have some IPs forced in config.php and others editable in the UI'; $string['clicreatehelp'] = 'Creates a new outage.'; $string['clicreateexamples'] = "Create an outage starting in 10 seconds\n\n> php create.php -s=10"; $string['clicreateparamautostart'] = 'must be Y or N, sets if the outage automatically triggers maintenance mode.'; @@ -100,6 +102,7 @@ $string['infostart'] = 'start'; $string['infostartofwarning'] = 'start of warning'; $string['infostaticpage'] = 'static page'; $string['infopagestaticgenerated'] = 'This warning was generated on {$a->time}.'; +$string['ips_combine'] = 'The IPs listed above will be combined with the IPs listed below.'; $string['allowedipsempty'] = 'When the allowed IPs list is empty we will not block anyone. You can add your own IP address ({$a->ip}) and block all other IPs.'; $string['allowedipshasmyip'] = 'Your IP ({$a->ip}) is in the list and you will not be blocked out during an Outage.'; $string['allowedipshasntmyip'] = 'Your IP ({$a->ip}) is not in the list and you will be blocked out during an outage.'; @@ -158,10 +161,6 @@ $string['warningduration'] = 'Warning duration'; $string['warningduration_help'] = 'How long before the start of the outage should the warning be displayed.'; $string['warningreenablemaintenancemode'] = 'Please note that saving this outage will re-enable maintenance mode.
Untick "Auto start maintenance mode" if you want to prevent this.'; -$string['builtinallowediplist'] = 'Builtin Allowed IP List'; -$string['builtinallowediplist_desc'] = 'Allowed IP list defined via configuration'; -$string['ips_combine'] = 'The IPs listed above will be combined with the IPs listed below.'; - /* * Privacy provider (GDPR) */