akaunting/resources/lang/bg-BG/dashboards.php
2020-02-23 23:12:14 +03:00

12 lines
532 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 [
'error' => [
'not_user_dashboard' => 'Грешка: Не ви е позволено да промените това табло!',
'delete_last' => 'Грешка: Не ви е позволено да изтриете това табло! Моля, първо създайте ново!',
'disable_last' => 'Грешка: Не ви е позволено да деактивирате това табло! Моля, първо създайте ново!',
],
];