akaunting/resources/lang/ro-RO/customers.php
2019-02-04 19:07:34 +03:00

17 lines
384 B
PHP

<?php
return [
'allow_login' => 'Permiți conectarea?',
'user_created' => 'Utilizator creat',
'error' => [
'email' => 'Acest email a fost deja folosit.'
],
'notification' => [
'message' => ':customer made :amount payment to invoice number :invoice_number.',
'button' => 'Afişare',
],
];