akaunting/resources/lang/en-US/currencies.php

19 lines
506 B
PHP
Raw Normal View History

2020-12-26 23:32:05 +00:00
<?php
return [
'code' => 'Code',
'rate' => 'Rate',
'default' => 'Default Currency',
'decimal_mark' => 'Decimal Place',
'thousands_separator' => 'Thousands Separator',
'precision' => 'Precision',
'symbol' => [
'symbol' => 'Symbol',
'position' => 'Symbol Position',
'before' => 'Before Amount',
'after' => 'After Amount',
]
];