Browse code

Initial commit

Benjamin Roth authored on26/03/2015 16:10:20
Showing1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,29 @@
1
+<?php
2
+
3
+/**
4
+ * eSales Media One-Page toolkit for Contao Open Source CMS
5
+ *
6
+ * Copyright (C) 2015 eSales Media
7
+ *
8
+ * @package    eSM_onePage
9
+ * @link       http://www.esales-media.de
10
+ * @license    commercial
11
+ *
12
+ * @author     Benjamin Roth <benjamin@esales-media.de>
13
+ */
14
+
15
+/**
16
+ * Fields
17
+ */
18
+$GLOBALS['TL_LANG']['tl_content']['eSM_op_valign'][0] = 'Vertikale Ausrichtung';
19
+$GLOBALS['TL_LANG']['tl_content']['eSM_op_valign'][1] = 'Die vertikale Ausrichtung innerhalb der Seitensektion.';
20
+$GLOBALS['TL_LANG']['tl_content']['eSM_op_theme'][0] = 'Thema';
21
+$GLOBALS['TL_LANG']['tl_content']['eSM_op_theme'][1] = 'Bietet die Möglichkeit ein Theme für die Seitensektion zu wählen.';
22
+$GLOBALS['TL_LANG']['tl_content']['eSM_op_scrollIndicator'][0] = 'Scroll-Anzeige';
23
+$GLOBALS['TL_LANG']['tl_content']['eSM_op_scrollIndicator'][1] = 'Stellt eine Link dar um zwischen den Seitensektionen zu scrollen.';
24
+
25
+
26
+/**
27
+ * Legends
28
+ */
29
+$GLOBALS['TL_LANG']['tl_content']['onepage_legend'] = 'One-Page';
0 30
\ No newline at end of file