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

13 lines
198 B
PHP
Raw Normal View History

2020-12-26 23:32:05 +00:00
<?php
return [
'from_account' => 'From Account',
'to_account' => 'To Account',
'messages' => [
'delete' => ':from to :to (:amount)',
],
];