2020-02-23 23:12:14 +03:00

15 lines
625 B
PHP
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
return [
'domain' => 'Домен',
'logo' => 'Логотип',
'error' => [
'not_user_company' => 'Помилка: Вам не дозволено керувати цією компанією!',
'delete_active' => 'Помилка: Не можна видалити активну компанію, будь ласка, спочатку активуйте іншу!',
'disable_active' => 'Помилка: Не можна видалити активну компанію, будь ласка, спочатку змініть її!',
],
];