1 | 1 |
new file mode 100644 |
... | ... |
@@ -0,0 +1,18 @@ |
1 |
+<?php |
|
2 |
+ |
|
3 |
+/** |
|
4 |
+ * ArtLayout 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 |
+$GLOBALS['TL_LANG']['tl_article']['es_type'][0] = 'Layout'; |
|
16 |
+$GLOBALS['TL_LANG']['tl_article']['es_type'][1] = 'Defines the article\'s appearance.'; |
|
17 |
+$GLOBALS['TL_LANG']['tl_article']['es_backgroundSRC'][0] = 'Background image'; |
|
18 |
+$GLOBALS['TL_LANG']['tl_article']['es_backgroundSRC'][1] = 'The image which should be displayed as article background.'; |
|
0 | 19 |
\ No newline at end of file |