Wersja ENG dla klienta

This commit is contained in:
Flatlogic Bot 2025-12-12 20:18:20 +00:00
parent e78733efe8
commit 2a062c83f9

View File

@ -190,10 +190,10 @@ $translations = [
'products_header' => 'Products', 'products_header' => 'Products',
'add_to_cart_button' => 'Add to cart', 'add_to_cart_button' => 'Add to cart',
'product_details_link' => 'Product details', 'product_details_link' => 'Product details',
'price_net' => 'Net price', 'price_net' => 'Price excl. VAT',
'price_gross' => 'Gross price', 'price_gross' => 'Price incl. VAT',
'net' => 'net', 'net' => 'excl. VAT',
'gross' => 'gross', 'gross' => 'incl. VAT',
'unit' => 'unit', 'unit' => 'unit',
'back_to_products_link' => 'Back to product list', 'back_to_products_link' => 'Back to product list',
'product_name' => 'Product name', 'product_name' => 'Product name',
@ -202,15 +202,15 @@ $translations = [
'cart_header' => 'Cart', 'cart_header' => 'Cart',
'product' => 'Product', 'product' => 'Product',
'quantity' => 'Quantity', 'quantity' => 'Quantity',
'total_price_net' => 'Total net price', 'total_price_net' => 'Total price excl. VAT',
'total_price_gross' => 'Total gross price', 'total_price_gross' => 'Total price incl. VAT',
'empty_cart_message' => 'Your cart is empty.', 'empty_cart_message' => 'Your cart is empty.',
'update_quantity_button' => 'Update', 'update_quantity_button' => 'Update',
'remove_from_cart_button' => 'Remove', 'remove_from_cart_button' => 'Remove',
'checkout_button' => 'Checkout', 'checkout_button' => 'Checkout',
'cart_total_header' => 'Cart summary', 'cart_total_header' => 'Cart summary',
'total_net' => 'Total net', 'total_net' => 'Total excl. VAT',
'total_gross' => 'Total gross', 'total_gross' => 'Total incl. VAT',
'checkout_header' => 'Checkout', 'checkout_header' => 'Checkout',
'delivery_address_header' => 'Delivery address', 'delivery_address_header' => 'Delivery address',
'name' => 'Full name', 'name' => 'Full name',
@ -314,8 +314,8 @@ $translations = [
'notes' => 'Notes', 'notes' => 'Notes',
'order_details' => 'Order details', 'order_details' => 'Order details',
'image' => 'Image', 'image' => 'Image',
'unit_price_net' => 'Unit price net', 'unit_price_net' => 'Unit price excl. VAT',
'unit_price_gross' => 'Unit price gross', 'unit_price_gross' => 'Unit price incl. VAT',
'back_to_product_list' => 'Back to product list', 'back_to_product_list' => 'Back to product list',
'product_thumbnail_alt' => 'Product thumbnail', 'product_thumbnail_alt' => 'Product thumbnail',
'quantity_label' => 'Quantity', 'quantity_label' => 'Quantity',