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