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

13 lines
259 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 [
'can_login' => 'Вход?',
'user_created' => 'Създаден потребител',
'error' => [
'email' => 'Този имейл вече е бил регистриран.',
],
];