1 | 1 |
new file mode 100644 |
... | ... |
@@ -0,0 +1,11 @@ |
1 |
+<?php |
|
2 |
+/** |
|
3 |
+ * SecureDownloads for Contao |
|
4 |
+ * |
|
5 |
+ * Copyright (c) 2017 Benjamin Roth |
|
6 |
+ * |
|
7 |
+ * @license commercial |
|
8 |
+ */ |
|
9 |
+ |
|
10 |
+$GLOBALS['TL_LANG']['tl_nc_notification']['type']['secDownloads_submitted']['0'] = 'Neue sichere Downloads'; |
|
11 |
+ |