akaunting/resources/lang/da-DK/currencies.php
2018-04-14 14:16:03 +03:00

19 lines
507 B
PHP

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