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,15 @@
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
+ * Isotope modules
13
+ */
14
+$GLOBALS['TL_LANG']['IMD']['shipmenttracking'][0] = 'Sendungsverfolgung';
15
+$GLOBALS['TL_LANG']['IMD']['shipmenttracking'][1] = 'Legen Sie für verschiedene Versandunternehmen individuelle Sendungsverfolgungslinks an, welche Sie z.B. in einer Versandbestätigungsmail nutzen können.';
0 16
\ No newline at end of file