Размер файла: 788B
<?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' => 'Introduce',
'email' => 'Email',
'password' => 'Parola',
'sign_in' => 'Loghează-te',
'enter_password' => 'Introdu parola',
'under_reconstruction' => 'Site în reconstrucție. Intrarea numai pentru personal.',
'under_maintenance' => 'Modul de întreținere',
];