Размер файла: 772B
<?php
/*
|
| The following language strings are used on the site's login
| page when the site is disabled and has staff-only access.
|
| Следующие языковые строки используются на странице входа на сайт,
| когда он отключен и имеет доступ только для персонала.
|
*/
return [
'opss' => 'Opss',
'enter' => 'Enter',
'email' => 'Email',
'password' => 'Password',
'sign_in' => 'Sign in',
'enter_password' => 'Enter password',
'under_reconstruction' => 'Site under reconstruction. Entrance for staff only.',
'under_maintenance' => 'Maintenance mode',
];