<?php /** * eSales Media reveal toolkit for Contao Open Source CMS * * Copyright (C) 2015 eSales Media * * @package eSM_onePage * @link http://www.esales-media.de * @license commercial * * @author Benjamin Roth <benjamin@esales-media.de> */ /** * Fields */ $GLOBALS['TL_LANG']['tl_content']['eSM_rv_reveal'][0] = 'Element einblenden'; $GLOBALS['TL_LANG']['tl_content']['eSM_rv_reveal'][1] = 'Das Element einblenden sobald es in den Sichtbereich kommt.'; $GLOBALS['TL_LANG']['tl_content']['eSM_rv_animation'][0] = 'Animation'; $GLOBALS['TL_LANG']['tl_content']['eSM_rv_animation'][1] = 'Verschiedene Animationen, wie das Element eingeblendet werden kann.'; $GLOBALS['TL_LANG']['tl_content']['eSM_rv_duration'][0] = 'Animationsdauer'; $GLOBALS['TL_LANG']['tl_content']['eSM_rv_duration'][1] = 'Überschreibt die Standard-Animationsdauer.'; $GLOBALS['TL_LANG']['tl_content']['eSM_rv_delay'][0] = 'Verzögerung'; $GLOBALS['TL_LANG']['tl_content']['eSM_rv_delay'][1] = 'Definiert, ob und wie lange gewartet werden soll, bis die Animation gestartet wird.'; /** * Legends */ $GLOBALS['TL_LANG']['tl_content']['reveal_legend'] = 'Reveal';