10 lines
182 B
PHP
Raw Normal View History

2018-05-08 16:49:32 +03:00
<?php
return [
2022-06-01 10:15:55 +03:00
'sale_price' => 'Pret de vanzare',
2021-05-12 00:16:24 +00:00
'purchase_price' => 'Cost de achizitie',
'enter_item_description' => 'Introduceți Descriere',
2018-05-08 16:49:32 +03:00
];