akaunting/resources/lang/nl-NL/transfers.php

13 lines
199 B
PHP
Raw Normal View History

2017-11-30 12:27:54 +03:00
<?php
return [
'from_account' => 'Van Account',
'to_account' => 'Naar Account',
2018-06-20 18:47:39 +03:00
'messages' => [
'delete' => ':from to :to (:amount)',
],
2017-11-30 12:27:54 +03:00
];