16 lines
356 B
PHP
16 lines
356 B
PHP
<?php
|
|
|
|
return [
|
|
|
|
'from_account' => 'Cont plătitor',
|
|
'from_account_rate' => 'Curs cont plătitor',
|
|
'to_account' => 'Cont beneficiar',
|
|
'to_account_rate' => 'Curs cont încasator',
|
|
'details' => 'Detalii',
|
|
|
|
'messages' => [
|
|
'delete' => ':from la :to (:amount)',
|
|
],
|
|
|
|
];
|