10 lines
173 B
PHP
10 lines
173 B
PHP
<?php
|
|
|
|
return [
|
|
|
|
'sales_price' => 'Müügihind',
|
|
'purchase_price' => 'Ostuhind',
|
|
'enter_item_description' => 'Sisesta ühikku kirjeldus',
|
|
|
|
];
|