<?php

/**
 * Shipment tracking for Isotope eCommerce
 *
 * Copyright (c) 2017 Benjamin Roth
 *
 * @license commercial
 */

/**
 * Misc
 */
$GLOBALS['TL_LANG']['iso_shipmenttracking']['shippingdate_info_today'] = 'Der Versand erfolgt heute, am %s durch %s';
$GLOBALS['TL_LANG']['iso_shipmenttracking']['shippingdate_info_past'] = 'Der Versand erfolgt am %s durch %s';
$GLOBALS['TL_LANG']['iso_shipmenttracking']['shippingdate_info_future'] = 'Der Versand erfolgte am %s durch %s';