<?php /** * Shipment tracking for Isotope eCommerce * * Copyright (c) 2017 Benjamin Roth * * @license commercial */ /** * Fields */ $GLOBALS['TL_LANG']['tl_iso_product_collection']['shipping_tracking'][0] = 'Sendungsverfolgung'; $GLOBALS['TL_LANG']['tl_iso_product_collection']['shipping_tracking'][1] = 'Wählen Sie hier die gewünschte Sendungsverfolgung'; $GLOBALS['TL_LANG']['tl_iso_product_collection']['tracking_number'][0] = 'Tracking Nummer'; $GLOBALS['TL_LANG']['tl_iso_product_collection']['tracking_number'][1] = 'Geben Sie hier die Tracking-Nummer ein, welche Sie vom Versandunternehmen für diese Sendung erhalten haben.';