Browse code

Initial commit

Benjamin Roth authored on19/03/2019 14:48:59
Showing1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,16 @@
1
+<?php
2
+
3
+/**
4
+ * Shipment tracking for Isotope eCommerce
5
+ *
6
+ * Copyright (c) 2017 Benjamin Roth
7
+ *
8
+ * @license commercial
9
+ */
10
+
11
+/**
12
+ * Misc
13
+ */
14
+$GLOBALS['TL_LANG']['iso_shipmenttracking']['shippingdate_info_today'] = 'Der Versand erfolgt heute, am %s durch %s';
15
+$GLOBALS['TL_LANG']['iso_shipmenttracking']['shippingdate_info_past'] = 'Der Versand erfolgt am %s durch %s';
16
+$GLOBALS['TL_LANG']['iso_shipmenttracking']['shippingdate_info_future'] = 'Der Versand erfolgte am %s durch %s';
0 17
\ No newline at end of file