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

20 lines
611 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',
2021-10-07 08:40:37 +00:00
'conversion' => 'Valutaconversie: :currency_rate met :price (:currency_code)',
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
];