17 lines
384 B
PHP
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',
|
|
],
|
|
];
|