akaunting/resources/lang/da-DK/currencies.php

20 lines
601 B
PHP
Raw Normal View History

2018-04-14 14:16:03 +03:00
<?php
return [
'code' => 'Kode',
'rate' => 'Sats',
'default' => 'Standardvaluta',
2018-10-04 23:25:29 +02:00
'decimal_mark' => 'Decimaltegn',
'thousands_separator' => 'Tusindetalsseparator',
2018-04-14 14:16:03 +03:00
'precision' => 'Præcision',
2021-01-15 01:06:27 +00:00
'conversion' => 'Valutakonvertering: :price (:currency_code) til :currency_rate',
2018-04-14 14:16:03 +03:00
'symbol' => [
'symbol' => 'Symbol',
2018-10-04 23:25:29 +02:00
'position' => 'Symbol position',
2018-04-14 14:16:03 +03:00
'before' => 'Før beløbet',
'after' => 'Efter beløb',
]
];