19 lines
507 B
PHP
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',
|
|
]
|
|
|
|
];
|