20 lines
619 B
PHP
20 lines
619 B
PHP
<?php
|
|
|
|
return [
|
|
|
|
'code' => 'Cod',
|
|
'rate' => 'Rată',
|
|
'default' => 'Moneda implicita',
|
|
'decimal_mark' => 'Delimitare pentru zecimale',
|
|
'thousands_separator' => 'Separator pentru Mii',
|
|
'precision' => 'Precizie',
|
|
'conversion' => 'Conversia valutei: :price (:currency_code) la :currency_rate',
|
|
'symbol' => [
|
|
'symbol' => 'Simbol',
|
|
'position' => 'Poziţia simbolului',
|
|
'before' => 'Înainte de suma',
|
|
'after' => 'După suma',
|
|
]
|
|
|
|
];
|