2018-04-14 14:16:03 +03:00
|
|
|
<?php
|
|
|
|
|
|
|
|
return [
|
|
|
|
|
|
|
|
'rate' => 'Sats',
|
|
|
|
'rate_percent' => 'Sats (%)',
|
2019-03-07 16:37:05 +03:00
|
|
|
'normal' => 'Normal',
|
|
|
|
'inclusive' => 'Inklusiv',
|
|
|
|
'compound' => 'Sammensatte',
|
2019-11-18 20:33:00 +03:00
|
|
|
'fixed' => 'Fast',
|
2020-08-06 21:02:03 +00:00
|
|
|
'withholding' => 'Tilbageholdt',
|
2018-04-14 14:16:03 +03:00
|
|
|
];
|