first commit
This commit is contained in:
29
web/lang/en/ordering.php
Normal file
29
web/lang/en/ordering.php
Normal file
@@ -0,0 +1,29 @@
|
||||
<?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',
|
||||
];
|
||||
Reference in New Issue
Block a user