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

17 lines
373 B
PHP

<?php
return [
'allow_login' => 'Abilitare la login?',
'user_created' => 'Utente creato',
'error' => [
'email' => 'L\'email è già stata presa.'
],
'notification' => [
'message' => ':customer made :amount payment to invoice number :invoice_number.',
'button' => 'Show',
],
];