2018-01-13 15:25:25 +03:00
|
|
|
<?php
|
|
|
|
|
|
|
|
return [
|
|
|
|
|
|
|
|
'rate' => 'Sats',
|
|
|
|
'rate_percent' => 'Sats (%)',
|
2018-12-11 16:47:45 +03:00
|
|
|
'normal' => 'Normal',
|
|
|
|
'inclusive' => 'Inklusiv',
|
|
|
|
'compound' => 'Tillegg',
|
2020-03-07 15:59:15 +03:00
|
|
|
'fixed' => 'Fastsatt',
|
2020-08-14 00:27:40 +00:00
|
|
|
'withholding' => 'Kildeskatt',
|
2018-01-13 15:25:25 +03:00
|
|
|
];
|