currencies.php 517 Bytes
<?php

return [

    'code'                  => 'Code',
    'rate'                  => 'Tarief',
    'default'               => 'Standaardvaluta',
    'decimal_mark'          => 'Decimaalscheidingsteken',
    'thousands_separator'   => 'Duizenden scheidingsteken',
    'precision'             => 'Precisie',
    'symbol' => [
        'symbol'            => 'Symbool',
        'position'          => 'Symboolpositie',
        'before'            => 'Voor Totaal',
        'after'             => 'Na Totaal',
    ]

];