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-03-25 00:46:36 +03:00
|
|
|
'fixed' => 'Fixed',
|
2017-11-30 12:27:54 +03:00
|
|
|
];
|