File: D:/HostingSpaces/SBogers10/stafa.komma.pro/app/Komma/Shop/Translations/en/shop/products.php
<?php
return [
'all_products' => 'All products',
'product' => 'product',
'products' => 'products',
'price' => 'base price',
'currency_example' => 'Use , to seperate decimals.',
'sku_placeholder' => '',
'sku' => 'Stock keeping unit',
'sku_example' => 'Must be 4 to 11 characters long containing only lower case letter, uppercase letters or numbers',
'product_groups' => 'Product groups',
'product_group' => 'Product group',
'all_product_groups' => 'Group products and determine the behaviour about how they should be purchased',
'product_composites' => 'Product composite groups',
'product_composite' => 'Product composite group',
'product_composites_subtitle' => 'Combine product groups together to create a composite product group',
'behaviour' => 'Behaviour',
'and' => 'And - All products in this group must be purchased',
'or' => 'Or - One or more of the products in this group must be purchased',
'xor' => 'Xor - One and only one of the products in this group must be purchased',
];