17 lines
508 B
PHP
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',
|
|
];
|