akaunting/resources/lang/nb-NO/taxes.php

13 lines
316 B
PHP
Raw Normal View History

2018-01-13 12:25:25 +00:00
<?php
return [
'rate' => 'Sats',
'rate_percent' => 'Sats (%)',
2018-12-11 13:47:45 +00:00
'normal' => 'Normal',
'inclusive' => 'Inklusiv',
'compound' => 'Tillegg',
2020-03-07 12:59:15 +00:00
'fixed' => 'Fastsatt',
2020-08-14 00:27:40 +00:00
'withholding' => 'Kildeskatt',
2018-01-13 12:25:25 +00:00
];