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,27 @@
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
+ * Fields
13
+ */
14
+$GLOBALS['TL_LANG']['tl_iso_shipmenttracking']['name'][0] = 'Sendungsverfolgung-Name';
15
+$GLOBALS['TL_LANG']['tl_iso_shipmenttracking']['name'][1] = 'Der interne Name der Sendungsverfolgung';
16
+$GLOBALS['TL_LANG']['tl_iso_shipmenttracking']['note'][0] = 'Sendungsverfolgungstext';
17
+$GLOBALS['TL_LANG']['tl_iso_shipmenttracking']['note'][1] = 'Dieser Text kann dem Kunden z.B. in Versandbestätigungsmails ausgegeben werden. Eine Übersicht der verwendbaren Platzhalter finden Sie in der Hilfe.';
18
+$GLOBALS['TL_LANG']['tl_iso_shipmenttracking']['trackingUrl'][0] = 'Tracking-URL';
19
+$GLOBALS['TL_LANG']['tl_iso_shipmenttracking']['trackingUrl'][1] = 'Die Tracking URL des Dienstleisters. Der Platzhalter <em>%%TRACKINGNO%%</em> wird durch die Tracking-Nummer ersetzt.';
20
+
21
+/**
22
+ * Legends
23
+ */
24
+
25
+$GLOBALS['TL_LANG']['tl_iso_shipmenttracking']['title_legend'] = 'Titel';
26
+$GLOBALS['TL_LANG']['tl_iso_shipmenttracking']['note_legend'] = 'Sendungsverfolgungshinweis';
27
+$GLOBALS['TL_LANG']['tl_iso_shipmenttracking']['tracking_legend'] = 'Sendungsverfolgungslink';
0 28
\ No newline at end of file