akaunting/resources/lang/sv-SE/currencies.php

20 lines
513 B
PHP
Raw Normal View History

2018-03-12 21:36:46 +03:00
<?php
return [
'code' => 'Kod',
'rate' => 'Kurs',
'default' => 'Huvudsaklig valuta',
'decimal_mark' => 'Decimalkomma',
'thousands_separator' => 'Tusentals avgränsare',
'precision' => 'Noggrannhet
',
'symbol' => [
'symbol' => 'Symbol',
'position' => 'Symbol Position',
'before' => 'Innan beloppet',
'after' => 'Efter belopp',
]
];