13 lines
326 B
PHP
Raw Normal View History

2017-11-30 12:27:54 +03:00
<?php
return [
'rate' => 'Tarief',
2018-08-06 10:25:41 +03:00
'rate_percent' => 'Tarief (%)',
2018-11-30 17:30:49 +03:00
'normal' => 'Normaal',
'inclusive' => 'Inclusief',
2018-12-25 12:44:02 +03:00
'compound' => 'Samenstelling',
2020-06-04 14:09:57 +03:00
'fixed' => 'Vast',
2020-07-23 15:45:23 +03:00
'withholding' => 'Achterhouden',
2017-11-30 12:27:54 +03:00
];