akaunting/resources/lang/hr-HR/customers.php

17 lines
369 B
PHP
Raw Normal View History

2017-12-18 18:01:26 +03:00
<?php
return [
'allow_login' => 'Omogućiti prijavu?',
'user_created' => 'Korisnik kreiran',
'error' => [
'email' => 'E-mail je već zauzet.'
2018-11-08 12:11:42 +03:00
],
'notification' => [
'message' => ':customer je uplatio :amount za fakturu broj :invoice_number.',
'button' => 'Prikaži',
],
2017-12-18 18:01:26 +03:00
];