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