Files
kupshop/admin/lang/english/margins.php
2025-08-02 16:30:27 +02:00

17 lines
508 B
PHP

<?php
$txt_str['margins'] = [
'titleAdd' => 'Margins',
'titleEdit' => 'Margins',
'flapMargins' => 'Margins edit',
'buttonAdd' => 'Add margin level',
'buttonDeleteValue' => 'Delete margin level',
'recalculateProductsButton' => 'Convert all product prices',
'recalculateProductsButtonConfirm' => 'Convert all product prices with inserted buy price',
'range_from' => 'Buy price FROM',
'range_to' => 'Buy price TO',
'margin' => 'Margin in %',
'title' => 'Title',
];