currencies.php 507 Bytes
<?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',
    ]

];