2020-12-26 23:32:05 +00:00
|
|
|
<?php
|
|
|
|
|
|
|
|
return [
|
|
|
|
|
|
|
|
'title' => 'Under Maintenance',
|
|
|
|
|
|
|
|
'message' => 'Sorry, we\'re down for maintenance. Please, try again later!',
|
|
|
|
|
2022-06-04 00:26:44 +00:00
|
|
|
'read_only' => 'Read-only mode is enabled. You are allowed to view but not change anything!',
|
|
|
|
|
2020-12-26 23:32:05 +00:00
|
|
|
];
|