akaunting/resources/lang/sr-CS/companies.php
2020-08-06 21:02:03 +00:00

15 lines
478 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' => 'Domеn',
'logo' => 'Logo',
'error' => [
'not_user_company' => 'Greška: Nije vam dozvoljeno da menjate ovu kompaniju!',
'delete_active' => 'Greška: Nije moguće brisanje aktivne kompanije. Molim vas promenite na drugu pre brisanja!',
'disable_active' => 'Greška: Nije moguće deaktiviranje aktivne kompanije. Molim vas promenite na drugu pre deaktivacije!',
],
];