akaunting/resources/lang/en-AU/transfers.php
2021-04-02 10:47:48 +00:00

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)',
],
];