2018-05-08 16:49:32 +03:00
|
|
|
<?php
|
|
|
|
|
|
|
|
return [
|
|
|
|
|
2021-10-07 08:40:37 +00:00
|
|
|
'from_account' => 'Cont plătitor',
|
2021-05-12 00:16:24 +00:00
|
|
|
'from_account_rate' => 'Curs cont plătitor',
|
2018-05-08 16:49:32 +03:00
|
|
|
'to_account' => 'Cont beneficiar',
|
2021-05-12 00:16:24 +00:00
|
|
|
'to_account_rate' => 'Curs cont încasator',
|
2021-10-07 08:40:37 +00:00
|
|
|
'details' => 'Detalii',
|
2018-05-08 16:49:32 +03:00
|
|
|
|
2018-06-20 18:47:39 +03:00
|
|
|
'messages' => [
|
2021-05-12 00:16:24 +00:00
|
|
|
'delete' => ':from la :to (:amount)',
|
2018-06-20 18:47:39 +03:00
|
|
|
],
|
|
|
|
|
2018-05-08 16:49:32 +03:00
|
|
|
];
|