akaunting/resources/lang/da-DK/currencies.php
2018-10-04 23:25:29 +02:00

19 lines
504 B
PHP

<?php
return [
'code' => 'Kode',
'rate' => 'Sats',
'default' => 'Standardvaluta',
'decimal_mark' => 'Decimaltegn',
'thousands_separator' => 'Tusindetalsseparator',
'precision' => 'Præcision',
'symbol' => [
'symbol' => 'Symbol',
'position' => 'Symbol position',
'before' => 'Før beløbet',
'after' => 'Efter beløb',
]
];