akaunting/resources/lang/nl-NL/currencies.php

19 lines
517 B
PHP
Raw Normal View History

2017-11-30 12:27:54 +03:00
<?php
return [
'code' => 'Code',
'rate' => 'Tarief',
2018-08-06 10:25:41 +03:00
'default' => 'Standaardvaluta',
'decimal_mark' => 'Decimaalscheidingsteken',
'thousands_separator' => 'Duizenden scheidingsteken',
'precision' => 'Precisie',
2018-03-06 17:05:58 +03:00
'symbol' => [
2018-08-06 10:25:41 +03:00
'symbol' => 'Symbool',
'position' => 'Symboolpositie',
'before' => 'Voor Totaal',
'after' => 'Na Totaal',
2018-03-06 17:05:58 +03:00
]
2017-11-30 12:27:54 +03:00
];