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

12 lines
209 B
PHP
Raw Normal View History

2017-12-22 15:25:43 +03:00
<?php
return [
'allow_login' => 'Abilitare la login?',
'user_created' => 'Utente creato',
'error' => [
'email' => 'L\'email è già stata presa.'
]
];