akaunting/resources/lang/en-GB/transfers.php

15 lines
300 B
PHP

<?php
return [
'from_account' => 'From Account',
'from_account_rate' => 'From Account Rate',
'to_account' => 'To Account',
'to_account_rate' => 'To Account Rate',
'messages' => [
'delete' => ':from to :to (:amount)',
],
];