10 lines
218 B
PHP
Raw Normal View History

2017-10-28 09:15:09 +03:00
<?php
return [
2022-06-01 10:15:55 +03:00
'sale_price' => 'Цена продажи',
2021-03-18 15:51:37 +00:00
'purchase_price' => 'Цена покупки',
'enter_item_description' => 'Введите описание пункта',
2018-03-06 17:05:58 +03:00
2017-10-28 09:15:09 +03:00
];