akaunting/resources/lang/ro-RO/customers.php

17 lines
384 B
PHP
Raw Normal View History

2018-05-08 16:49:32 +03:00
<?php
return [
2019-02-04 19:07:34 +03:00
'allow_login' => 'Permiți conectarea?',
2018-05-08 16:49:32 +03:00
'user_created' => 'Utilizator creat',
'error' => [
'email' => 'Acest email a fost deja folosit.'
2018-11-08 12:11:42 +03:00
],
'notification' => [
'message' => ':customer made :amount payment to invoice number :invoice_number.',
2019-02-04 19:07:34 +03:00
'button' => 'Afişare',
2018-11-08 12:11:42 +03:00
],
2018-05-08 16:49:32 +03:00
];