1 | 1 |
new file mode 100644 |
... | ... |
@@ -0,0 +1,20 @@ |
1 |
+<?php |
|
2 |
+ |
|
3 |
+/** |
|
4 |
+ * SecureDownloads for Contao |
|
5 |
+ * |
|
6 |
+ * Copyright (c) 2017 Benjamin Roth |
|
7 |
+ * |
|
8 |
+ * @license commercial |
|
9 |
+ */ |
|
10 |
+ |
|
11 |
+/** |
|
12 |
+ * Files |
|
13 |
+ */ |
|
14 |
+$GLOBALS['TL_LANG']['tl_user_group']['sec_dl_access'][0] = 'Zugriff auf Mitglieder-Dateien'; |
|
15 |
+$GLOBALS['TL_LANG']['tl_user_group']['sec_dl_access'][1] = 'Gibt dem User Zugriff auf zugewiesene sichere Dateien von Mitgliedern.'; |
|
16 |
+ |
|
17 |
+/** |
|
18 |
+ * Legends |
|
19 |
+ */ |
|
20 |
+$GLOBALS['TL_LANG']['tl_user_group']['sec_dl_legend'] = 'Sichere Mitglieder-Downloads'; |