Browse code

Update

Benjamin Roth authored on06/08/2023 22:56:38
Showing1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,16 @@
1
+<?php
2
+
3
+/**
4
+ * This file is part of contao-weinanlieferung-bundle.
5
+ *
6
+ * (c) vonRotenberg
7
+ *
8
+ * @license commercial
9
+ */
10
+
11
+$GLOBALS['TL_LANG']['tl_vr_wa_rebsorte']['title'][0] = 'Name';
12
+$GLOBALS['TL_LANG']['tl_vr_wa_rebsorte']['title'][1] = 'Der Name der Rebsorte.';
13
+
14
+$GLOBALS['TL_LANG']['tl_vr_wa_rebsorte']['title_legend'] = 'Rebsorte';
15
+
16
+$GLOBALS['TL_LANG']['tl_vr_wa_rebsorte']['back'] = 'Zurück';