Browse code

Progress

Benjamin Roth authored on21/02/2023 19:42:19
Showing1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,20 @@
1
+<?php
2
+
3
+/**
4
+ * TeamList for Contao
5
+ *
6
+ * Copyright (c) 2016 Benjamin Roth
7
+ *
8
+ * @license LGPL-3.0+
9
+ */
10
+
11
+
12
+/**
13
+ * Fields
14
+ */
15
+$GLOBALS['TL_LANG']['tl_iso_product']['attr_monthyear'][0] = "Monat";
16
+$GLOBALS['TL_LANG']['tl_iso_product']['attr_monthyear'][1] = "Der Monat, in dem die Veranstaltung statt findet.";
17
+$GLOBALS['TL_LANG']['tl_iso_product']['not_buyable'][0] = "nicht online buchbar";
18
+$GLOBALS['TL_LANG']['tl_iso_product']['not_buyable'][1] = "Diese Veranstaltung ist nicht online buchbar.";
19
+$GLOBALS['TL_LANG']['tl_iso_product']['not_buyable_text'][0] = "Optional: Nicht buchbar Text";
20
+$GLOBALS['TL_LANG']['tl_iso_product']['not_buyable_text'][1] = "Hier kann z.B. &quot;Ausgebucht&quot; als Zusatzinformation platziert werden.";