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

19 lines
663 B
PHP
Raw Normal View History

2017-11-30 12:27:54 +03:00
<?php
return [
'account_name' => 'Bedrijfsnaam',
'number' => 'Nummer',
'opening_balance' => 'Beginsaldo',
'current_balance' => 'Huidig saldo',
2018-08-06 17:44:49 +03:00
'bank_name' => 'Banknaam',
2018-08-06 10:25:41 +03:00
'bank_phone' => 'Telefoonnummer bank',
2017-11-30 12:27:54 +03:00
'bank_address' => 'Adres van de Bank',
'default_account' => 'Standaard account',
2021-10-07 08:40:37 +00:00
'incoming' => 'Inkomend',
'outgoing' => 'Uitgaand',
'see_performance' => 'Prestaties bekijken',
'create_report' => 'Als u accountprestaties wilt bekijken kunt u een inkomen vs onkosten rapport aanmaken.',
2017-11-30 12:27:54 +03:00
];