30 lines
1.3 KiB
PHP
30 lines
1.3 KiB
PHP
<?php
|
|
|
|
$txt_str['ordering'] = [
|
|
'fixedOutOfStock' => 'Item quantities have been adjusted according to current stock level.',
|
|
'importedNoItem' => 'No items have been imported.',
|
|
'importedItems' => '%d items have been imported.',
|
|
'importedWithError' => '%d items could not be imported',
|
|
'importProductError' => 'Product "%s" does not exist.',
|
|
'importLineError' => 'There was an error on line "%s".',
|
|
'userRegisterError' => 'Order has not been created because user with that email already exists.',
|
|
'restrictedProducts' => 'Product "%s" is not available.',
|
|
'discount_for_set' => 'Discount for set',
|
|
'gift' => 'Gift',
|
|
'priceWithoutDiscounts' => 'Original price',
|
|
'totalDiscount' => 'total discount',
|
|
'discounts' => 'discounts',
|
|
'roundingBalance' => ' Round up',
|
|
|
|
'invoiceXLSXHeader_code' => 'SKU',
|
|
'invoiceXLSXHeader_ean' => 'EAN',
|
|
'invoiceXLSXHeader_pieces' => 'Qty',
|
|
'invoiceXLSXHeader_title' => 'Item',
|
|
'invoiceXLSXHeader_variation' => 'Variant',
|
|
'invoiceXLSXHeader_vat' => 'VAT',
|
|
'invoiceXLSXHeader_price_with_vat' => 'Unit price incl VAT',
|
|
'invoiceXLSXHeader_price_without_vat' => 'Unit price excl VAT',
|
|
'invoiceXLSXHeader_price_with_vat_total' => 'Total price incl VAT',
|
|
'invoiceXLSXHeader_price_without_vat_total' => 'Total price excl VAT',
|
|
];
|