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

13 lines
212 B
PHP
Raw Normal View History

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