akaunting/resources/lang/hr-HR/customers.php
2018-11-08 12:11:42 +03:00

17 lines
369 B
PHP

<?php
return [
'allow_login' => 'Omogućiti prijavu?',
'user_created' => 'Korisnik kreiran',
'error' => [
'email' => 'E-mail je već zauzet.'
],
'notification' => [
'message' => ':customer je uplatio :amount za fakturu broj :invoice_number.',
'button' => 'Prikaži',
],
];