10 lines
168 B
PHP
10 lines
168 B
PHP
<?php
|
|
|
|
return [
|
|
|
|
'sales_price' => 'Myyntihinta',
|
|
'purchase_price' => 'Ostohinta',
|
|
'enter_item_description' => 'Syötä tuotekuvaus',
|
|
|
|
];
|