This commit is contained in:
denisdulici
2018-01-13 15:25:25 +03:00
parent 6b9fcad919
commit 4f3b295ac2
26 changed files with 774 additions and 1 deletions

View File

@@ -0,0 +1,18 @@
<?php
return [
'code' => 'Kode',
'rate' => 'Kurs',
'default' => 'Standard valuta',
'decimal_mark' => 'Desimaltegn',
'thousands_separator' => 'Tusenskille',
'precision' => 'Presisjon',
'symbol' => [
'symbol' => 'Symbol',
'position' => 'Symbolplassering',
'before' => 'Foran beløp',
'after' => 'Etter beløp',
]
];