akaunting/resources/lang/it-IT/customers.php

13 lines
212 B
PHP
Raw Normal View History

2017-12-22 15:25:43 +03:00
<?php
return [
2019-12-25 14:32:47 +03:00
'can_login' => 'Puoi fare il login?',
2017-12-22 15:25:43 +03:00
'user_created' => 'Utente creato',
'error' => [
2020-02-05 13:43:29 +03:00
'email' => 'L\'email è già stata presa.',
2018-11-08 12:11:42 +03:00
],
2017-12-22 15:25:43 +03:00
];