-
-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
bed7918
commit d80bd28
Showing
1 changed file
with
5 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,9 @@ | ||
<?php | ||
|
||
return [ | ||
'Patrol' => 'Patrol', | ||
'Maintenance Mode' => 'Maintenance Mode', | ||
'Enable Maintenance Mode' => 'Enable Maintenance Mode', | ||
'Whether maintenance mode should be enabled.' => 'Whether maintenance mode should be enabled.', | ||
'Maintenance Mode Page URL' => 'Maintenance Mode Page URL', | ||
'The URL to redirect unauthorized traffic to if maintenance mode is enabled.' => 'The URL to redirect unauthorized traffic to if maintenance mode is enabled.', | ||
'Authorized IPs' => 'Authorized IPs', | ||
'The IP addresses that should be able to access the site on maintenance mode. Enter an IP per-line.' => 'The IP addresses that should be able to access the site on maintenance mode. Enter an IP per-line.', | ||
'SSL Routing' => 'SSL Routing', | ||
'Whether SSL routing and force HTTPS should be enabled.' => 'Whether SSL routing and force HTTPS should be enabled.', | ||
'Restricted URL Segments' => 'Restricted URL Segments', | ||
'The URL segments where HTTPS should be enforced. Enter a URL per-line.' => 'The URL segments where HTTPS should be enforced. Enter a URL per-line.', | ||
'Access the site when maintenance mode is enabled' => 'Access the site when maintenance mode is enabled', | ||
'{url} is not a valid URL' => '{url} is not a valid URL', | ||
'Enable maintenance mode and use the rules defined below.' => 'Enable maintenance mode and use the rules defined below.', | ||
'Enable SSL routing and force HTTPS using the rules defined below.' => 'Enable SSL routing and force HTTPS using the rules defined below.' | ||
'Access the site when maintenance mode is enabled' => 'Access the site when maintenance mode is enabled', | ||
'Maintenance Mode' => 'Maintenance Mode', | ||
'Patrol' => 'Patrol', | ||
'SSL Routing' => 'SSL Routing', | ||
'{url} is not a valid URL' => '{url} is not a valid URL', | ||
]; |