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

50 lines
2.1 KiB
PHP

<?php
$txt_str['pricelevels'] = [
'navigation' => 'Price levels',
'titleAdd' => 'Přidávání cenové hladiny',
'titleEdit' => 'Editace cenové hladiny',
'activityAdded' => 'byla přidána cenová hladina: %s ',
'activityEdited' => 'byla upravena cenová hladina: %s',
'activityDeleted' => 'byla smazána cenová hladina: %s',
'note_1' => 'Opravdu chcete smazat tuto cenovou hladinu?',
'note_2' => 'Cenová hladina byla odstraněna.',
'infoHeading' => 'Price level information',
'name' => 'Name',
'description' => 'Description',
'discountForAll' => 'Discount for all products',
'discountForAllTooltip' => 'This discount will be used unless other more specific discount is selected. Discounts in tabs have increasing priority. That means product discount
will take precedence over discounts from preceding tabs.',
'discountWithoutVat' => 'Discount without VAT',
'discountForDiscounted' => 'Discount for already discounted products',
'discountForDiscountedTooltip' => 'If you want to use different discount for products that already have one discount set in their product setting.',
'discountAdd' => 'Add to product discount',
'discountAddTooltip' => 'If you want do add product discount to price level discount. If switched off, only higher discount is used. If switched on, these two discounts
are added.',
'discount' => 'Discount',
'discountSection' => 'Section price levels',
'discountProduct' => 'Product price levels',
'addProduct' => 'Add product',
'product' => 'Product',
'addProducer' => 'Add producer',
'producer' => 'Producer',
'set' => 'Discount type',
'value' => 'Value',
'action' => 'Action',
'unit' => 'Unit',
'discountIn' => 'discount in',
'buttonDeleteValue' => 'Remove range',
'buttonAdd' => 'Add range',
'range_from' => 'Price FROM',
'range_to' => 'Price TO',
'finalPrice' => 'final price',
'discountProducer' => 'Producer price levels',
'flapGlobal' => 'Global settings',
'flapProducer' => 'Producers',
'flapSection' => 'Sections',
'flapProduct' => 'Products',
'flapRanges' => 'Price ranges',
];