12 lines
291 B
PHP
12 lines
291 B
PHP
<?php
|
|
|
|
return [
|
|
|
|
'rate' => 'Skatthlutfall',
|
|
'rate_percent' => 'Skattur (%)',
|
|
'normal' => 'Venjulegt',
|
|
'inclusive' => 'Tekið með',
|
|
'compound' => 'Leggst við',
|
|
'fixed' => 'Fastur',
|
|
];
|