HEX
Server: Microsoft-IIS/8.5
System: Windows NT YDAWBH120 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) AMD64
User: tentjecom_web (0)
PHP: 7.4.14
Disabled: NONE
Upload Files
File: D:/HostingSpaces/SBogers10/lmbm.komma.pro/app/KommaApp/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',
];