Browse code

Initial commit

Benjamin Roth authored on26/08/2015 12:12:39
Showing1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,23 @@
1
+<?php
2
+
3
+/**
4
+ * Pageimage for Contao
5
+ *
6
+ * Copyright (c) 2015 Benjamin Roth
7
+ *
8
+ * @license LGPL-3.0+
9
+ */
10
+
11
+
12
+/**
13
+ * Fields
14
+ */
15
+$GLOBALS['TL_LANG']['tl_page']['sb_imageUrl'] = array('Seitenbild', 'Es kann ein Seitenbild zugewiesen werden das per Inserttag ausgegeben werden kann.');
16
+$GLOBALS['TL_LANG']['tl_page']['sb_imageSize'] = array('Bildgröße', 'Hier kann die Bildgröße und die Art des Zuschnitts gewählt werden.');
17
+$GLOBALS['TL_LANG']['tl_page']['sb_imageIgnore'] = array('Ignoriere Fallback', 'Übergeordnete Seitenbilder werden ignoriert.');
18
+
19
+
20
+/**
21
+ * Fields
22
+ */
23
+$GLOBALS['TL_LANG']['tl_page']['sb_legend'] = 'Seitenbild';