Browse code

Initial commit

Benjamin Roth authored on26/03/2015 16:12:11
Showing1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,31 @@
1
+<?php
2
+
3
+/**
4
+ * eSales Media reveal 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_rv_reveal'][0] = 'Element einblenden';
19
+$GLOBALS['TL_LANG']['tl_content']['eSM_rv_reveal'][1] = 'Das Element einblenden sobald es in den Sichtbereich kommt.';
20
+$GLOBALS['TL_LANG']['tl_content']['eSM_rv_animation'][0] = 'Animation';
21
+$GLOBALS['TL_LANG']['tl_content']['eSM_rv_animation'][1] = 'Verschiedene Animationen, wie das Element eingeblendet werden kann.';
22
+$GLOBALS['TL_LANG']['tl_content']['eSM_rv_duration'][0] = 'Animationsdauer';
23
+$GLOBALS['TL_LANG']['tl_content']['eSM_rv_duration'][1] = 'Überschreibt die Standard-Animationsdauer.';
24
+$GLOBALS['TL_LANG']['tl_content']['eSM_rv_delay'][0] = 'Verzögerung';
25
+$GLOBALS['TL_LANG']['tl_content']['eSM_rv_delay'][1] = 'Definiert, ob und wie lange gewartet werden soll, bis die Animation gestartet wird.';
26
+
27
+
28
+/**
29
+ * Legends
30
+ */
31
+$GLOBALS['TL_LANG']['tl_content']['reveal_legend'] = 'Reveal';
0 32
\ No newline at end of file