2019-12-25 14:24:22 +03:00
|
|
|
<?php
|
|
|
|
|
|
|
|
return [
|
|
|
|
|
|
|
|
'rate' => 'Skatthlutfall',
|
|
|
|
'rate_percent' => 'Skattur (%)',
|
|
|
|
'normal' => 'Venjulegt',
|
|
|
|
'inclusive' => 'Tekið með',
|
|
|
|
'compound' => 'Leggst við',
|
2020-06-04 14:09:57 +03:00
|
|
|
'fixed' => 'Fastur',
|
2019-12-25 14:24:22 +03:00
|
|
|
];
|