Browse code

Initial commit

Benjamin Roth authored on01/06/2023 13:12:27
Showing1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,17 @@
1
+<?php
2
+
3
+declare(strict_types=1);
4
+
5
+/*
6
+ * This file is part of dacore bundle for Contao.
7
+ *
8
+ * (c) Benjamin Roth
9
+ *
10
+ * @license commercial
11
+ */
12
+
13
+
14
+$GLOBALS['TL_LANG']['tl_module']['dacore_form_legend'] = 'Bewerbungsformular';
15
+$GLOBALS['TL_LANG']['tl_module']['alox_legend'] = 'Listen-Konfiguration';
16
+$GLOBALS['TL_LANG']['tl_module']['aloxSearch_legend'] = 'Such-Konfiguration';
17
+$GLOBALS['TL_LANG']['tl_module']['aloxReader_legend'] = 'Detailkonfiguration';