Browse code

Initial commit

Benjamin Roth authored on15/07/2016 13:35:34
Showing1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,26 @@
1
+<?php
2
+
3
+/**
4
+ * News notification extension for Contao
5
+ *
6
+ * Copyright (c) 2016 Benjamin Roth
7
+ *
8
+ * @link    http://www.esales-media.de
9
+ * @license commercial
10
+ */
11
+
12
+/**
13
+ * Fields
14
+ */
15
+
16
+$GLOBALS['TL_LANG']['tl_news_archive']['nc_enable'][0] = 'Benachrichtigung senden';
17
+$GLOBALS['TL_LANG']['tl_news_archive']['nc_enable'][1] = 'Sendet eine Benachrichtung über den Benachrichtigungscenter an ausgewählte Mitgliedergruppen';
18
+$GLOBALS['TL_LANG']['tl_news_archive']['nc_notification'][0] = 'Benachrichtigung';
19
+$GLOBALS['TL_LANG']['tl_news_archive']['nc_notification'][1] = 'Bitte wählen Sie eine Benachrichtigung aus.';
20
+$GLOBALS['TL_LANG']['tl_news_archive']['nc_notification_groups'][0] = 'Gruppe';
21
+$GLOBALS['TL_LANG']['tl_news_archive']['nc_notification_groups'][1] = 'Bitte wählen Sie eine oder mehrere Gruppen, an die eine Benachrichtigung versendet werden soll.';
22
+
23
+/**
24
+ * Legends
25
+ */
26
+$GLOBALS['TL_LANG']['tl_news_archive']['nc_legend'] = 'Benachrichtigungen';