File: D:/HostingSpaces/SBogers10/kooken.komma.pro/resources/lang/en/kms/product-discounts.php
<?php
return [
'type'=> 'Product discounts',
'priority' => 'Priority',
'stop_after_this_rule' => 'Stop after this rule',
'rule_statement' => 'What should this rule meet?',
'minimal_amount' => 'Minimum amount',
'maximum_amount' => 'Maximum amount',
'start_date' => 'Start date',
'end_date' => 'End date',
'separate_coupon_code' => 'Separate Coupon Code',
'what_discount' => 'What discount is given',
'discount_percent' => 'Percent Discount',
'discount_absolute' => 'Absolute Discount',
'free_shipping' => 'Free shipping',
'free_products' => 'Number of free products',
'is_cumulative' => 'Is cumulative',
'only_for_free_products' => 'Only for free products.',
'in_carousel' => 'Visible in carousel',
];