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

16 lines
354 B
PHP
Raw Normal View History

2017-11-30 12:27:54 +03:00
<?php
return [
'from_account' => 'Van Account',
2021-10-07 08:40:37 +00:00
'from_account_rate' => 'Van accounttarief',
2017-11-30 12:27:54 +03:00
'to_account' => 'Naar Account',
2021-10-07 08:40:37 +00:00
'to_account_rate' => 'Naar accounttarief',
'details' => 'Detail|Details',
2017-11-30 12:27:54 +03:00
2018-06-20 18:47:39 +03:00
'messages' => [
2018-08-06 10:25:41 +03:00
'delete' => ':from tot :to (:amount)',
2018-06-20 18:47:39 +03:00
],
2017-11-30 12:27:54 +03:00
];