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