13 lines
326 B
PHP
13 lines
326 B
PHP
<?php
|
|
|
|
return [
|
|
|
|
'rate' => 'Kurs',
|
|
'rate_percent' => 'Momssatts (%)',
|
|
'normal' => 'Normal',
|
|
'inclusive' => 'Inklusive',
|
|
'compound' => 'Sammanslagen',
|
|
'fixed' => 'Fast',
|
|
'withholding' => 'Kvarhållning',
|
|
];
|