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

19 lines
507 B
PHP
Raw Normal View History

2017-11-30 12:27:54 +03:00
<?php
return [
'code' => 'Code',
'rate' => 'Tarief',
'default' => 'Standaard Valuta',
2018-03-06 17:05:58 +03:00
'decimal_mark' => 'Decimal Mark',
'thousands_separator' => 'Thousands Separator',
'precision' => 'Precision',
'symbol' => [
'symbol' => 'Symbol',
'position' => 'Symbol Position',
'before' => 'Before Amount',
'after' => 'After Amount',
]
2017-11-30 12:27:54 +03:00
];