akaunting/resources/lang/ru-RU/companies.php
2019-11-18 20:38:25 +03:00

16 lines
583 B
PHP
Raw 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' => 'Логотип',
'manage' => 'Управление компаниями',
'all' => 'Все компании',
'error' => [
'not_user_company' => 'Ошибка: Вы не можете изменить эту компанию!',
'delete_active' => 'Ошибка: нельзя удалить активную компанию, пожалуйста, смените её сперва на любую другую!',
],
];