2019-11-16 10:21:14 +03:00
|
|
|
<?php
|
|
|
|
|
|
|
|
return [
|
2019-12-23 18:02:42 +03:00
|
|
|
|
2020-02-10 16:10:09 +03:00
|
|
|
'title' => 'Under Maintenance',
|
2019-11-16 10:21:14 +03:00
|
|
|
|
2020-02-10 16:10:09 +03:00
|
|
|
'message' => 'Sorry, we\'re down for maintenance. Please, try again later!',
|
2019-11-16 10:21:14 +03:00
|
|
|
|
2022-04-25 15:04:04 +03:00
|
|
|
'read_only' => 'Read-only mode is enabled. You are allowed to view but not change anything!',
|
|
|
|
|
2020-02-10 16:10:09 +03:00
|
|
|
];
|