2018-03-12 21:36:46 +03:00
|
|
|
<?php
|
|
|
|
|
|
|
|
return [
|
|
|
|
|
|
|
|
'rate' => 'Kurs',
|
|
|
|
'rate_percent' => 'Momssatts (%)',
|
2018-11-16 16:02:06 +03:00
|
|
|
'normal' => 'Normal',
|
|
|
|
'inclusive' => 'Inklusive',
|
|
|
|
'compound' => 'Sammanslagen',
|
2019-12-25 14:32:47 +03:00
|
|
|
'fixed' => 'Fast',
|
2021-01-21 13:01:51 +00:00
|
|
|
'withholding' => 'Kvarhållning',
|
2018-03-12 21:36:46 +03:00
|
|
|
];
|