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