Browse code

Add translation

Benjamin Roth authored on17/06/2020 10:27:24
Showing1 changed files
... ...
@@ -15,3 +15,5 @@ $GLOBALS['TL_LANG']['tl_iso_product_collection']['shipping_tracking'][0] = 'Send
15 15
 $GLOBALS['TL_LANG']['tl_iso_product_collection']['shipping_tracking'][1] = 'Wählen Sie hier die gewünschte Sendungsverfolgung';
16 16
 $GLOBALS['TL_LANG']['tl_iso_product_collection']['tracking_number'][0] = 'Tracking Nummer';
17 17
 $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.';
18
+$GLOBALS['TL_LANG']['tl_iso_product_collection']['shipping_annotation'][0] = 'Versandanmerkung';
19
+$GLOBALS['TL_LANG']['tl_iso_product_collection']['shipping_annotation'][1] = 'Diese Anmerkung wird in der Versandbestätigung an den Kunden eingebettet.';
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,17 @@
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_product_collection']['shipping_tracking'][0] = 'Sendungsverfolgung';
15
+$GLOBALS['TL_LANG']['tl_iso_product_collection']['shipping_tracking'][1] = 'Wählen Sie hier die gewünschte Sendungsverfolgung';
16
+$GLOBALS['TL_LANG']['tl_iso_product_collection']['tracking_number'][0] = 'Tracking Nummer';
17
+$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.';