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,13 @@
1
+<?php
2
+/**
3
+ * News notification extension for Contao
4
+ *
5
+ * Copyright (c) 2016 Benjamin Roth
6
+ *
7
+ * @link    http://www.esales-media.de
8
+ * @license commercial
9
+ */
10
+
11
+$GLOBALS['TL_LANG']['tl_nc_notification']['type']['news'] = 'Nachrichten';
12
+$GLOBALS['TL_LANG']['tl_nc_notification']['type']['news_submitted']['0'] = 'Neue Nachricht';
13
+