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

16 lines
356 B
PHP
Raw Normal View History

2018-05-08 13:49:32 +00: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 13:49:32 +00: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 13:49:32 +00:00
2018-06-20 15:47:39 +00:00
'messages' => [
2021-05-12 00:16:24 +00:00
'delete' => ':from la :to (:amount)',
2018-06-20 15:47:39 +00:00
],
2018-05-08 13:49:32 +00:00
];