10 lines
180 B
PHP
Raw Normal View History

2017-11-30 12:27:54 +03:00
<?php
return [
2021-10-07 08:40:37 +00:00
'sales_price' => 'Verkoopprijs',
'purchase_price' => 'Aankoopprijs',
'enter_item_description' => 'Voer artikelbeschrijving in',
2017-11-30 12:27:54 +03:00
];