17 lines
479 B
PHP
17 lines
479 B
PHP
<?php
|
|
|
|
return [
|
|
|
|
'reconcile' => 'Afstemmen',
|
|
'reconciled' => 'Afgestemd',
|
|
'closing_balance' => 'Eindsaldo',
|
|
'unreconciled' => 'Nog af te stemmen',
|
|
'transactions' => 'Transacties',
|
|
'start_date' => 'Start Datum',
|
|
'end_date' => 'Eind Datum',
|
|
'cleared_amount' => 'Vrijgemaakt bedrag',
|
|
'deposit' => 'Storting',
|
|
'withdrawal' => 'Opname',
|
|
|
|
];
|