<?php

/**
 * Slick slider for Contao
 *
 * Copyright (c) 2016 Benjamin Roth
 *
 * @license LGPL-3.0+
 */


/**
 * Fields
 */
$GLOBALS['TL_LANG']['tl_content']['eSM_slick_autoPlaySpeed'][0]  = "Autoplay speed";
$GLOBALS['TL_LANG']['tl_content']['eSM_slick_autoPlaySpeed'][1]  = "Time in milliseconds between slides. 0 deactivates autoplay.";
$GLOBALS['TL_LANG']['tl_content']['eSM_slick_speed'][0]          = "Slide speed";
$GLOBALS['TL_LANG']['tl_content']['eSM_slick_speed'][1]          = "Transition time in milliseconds.";
$GLOBALS['TL_LANG']['tl_content']['eSM_slick_initialSlide'][0]   = "Initial slide";
$GLOBALS['TL_LANG']['tl_content']['eSM_slick_initialSlide'][1]   = "Slide to start on. Iteration starts with 0.";
$GLOBALS['TL_LANG']['tl_content']['eSM_slick_slidesToShow'][0]   = "Slides to show";
$GLOBALS['TL_LANG']['tl_content']['eSM_slick_slidesToShow'][1]   = "Number of slides to show.";
$GLOBALS['TL_LANG']['tl_content']['eSM_slick_slidesToScroll'][0] = "Slides to scroll";
$GLOBALS['TL_LANG']['tl_content']['eSM_slick_slidesToScroll'][1] = "Number of slides to scroll.";
$GLOBALS['TL_LANG']['tl_content']['eSM_slick_infinite'][0]       = "Infinite";
$GLOBALS['TL_LANG']['tl_content']['eSM_slick_infinite'][1]       = "Infinte loop sliding. Will start over after reaching end or start.";
$GLOBALS['TL_LANG']['tl_content']['eSM_slick_arrows'][0]         = "Show navigation";
$GLOBALS['TL_LANG']['tl_content']['eSM_slick_arrows'][1]         = "Shows navigation elements.";
$GLOBALS['TL_LANG']['tl_content']['eSM_slick_pagination'][0]     = "Show pagination";
$GLOBALS['TL_LANG']['tl_content']['eSM_slick_pagination'][1]     = "Shows pagination elements.";
$GLOBALS['TL_LANG']['tl_content']['eSM_slick_pause'][0]          = "Pause on hover";
$GLOBALS['TL_LANG']['tl_content']['eSM_slick_pause'][1]          = "Pause slider on mouse hover";
$GLOBALS['TL_LANG']['tl_content']['eSM_slick_lazyLoad'][0]       = "Lazy loading technique";
$GLOBALS['TL_LANG']['tl_content']['eSM_slick_lazyLoad'][1]       = "Defines the used lazy loading technique.";
$GLOBALS['TL_LANG']['tl_content']['eSM_slick_fade'][0]           = "Fade";
$GLOBALS['TL_LANG']['tl_content']['eSM_slick_fade'][1]           = "Slides will fade over instead of sliding in.";
$GLOBALS['TL_LANG']['tl_content']['eSM_slick_adaptiveHeight'][0] = "Adaptive height";
$GLOBALS['TL_LANG']['tl_content']['eSM_slick_adaptiveHeight'][1] = "The slider height adapts to the currently showing slides.";
$GLOBALS['TL_LANG']['tl_content']['eSM_slick_text'][0]           = "Text";
$GLOBALS['TL_LANG']['tl_content']['eSM_slick_text'][1]           = "Text to be placed on background image.";
$GLOBALS['TL_LANG']['tl_content']['eSM_slick_bgPosition'][0]     = "Image position";
$GLOBALS['TL_LANG']['tl_content']['eSM_slick_bgPosition'][1]     = "Defines the position of the image.";
$GLOBALS['TL_LANG']['tl_content']['eSM_slick_bgSize'][0]         = "Background image size";
$GLOBALS['TL_LANG']['tl_content']['eSM_slick_bgSize'][1]         = "Defines the image size in relation to it's container.";
$GLOBALS['TL_LANG']['tl_content']['eSM_slick_minHeight'][0]      = "Force min-height";
$GLOBALS['TL_LANG']['tl_content']['eSM_slick_minHeight'][1]      = "The minimum height of the slide is based on the image aspect ratio.";
$GLOBALS['TL_LANG']['tl_content']['eSM_slick_bgOpacity'][0]      = "Background image opacity";
$GLOBALS['TL_LANG']['tl_content']['eSM_slick_bgOpacity'][1]      = "The opacity of the background image.";
$GLOBALS['TL_LANG']['tl_content']['eSM_slick_bgRepeat'][0]       = "Background image repetition.";
$GLOBALS['TL_LANG']['tl_content']['eSM_slick_bgRepeat'][1]       = "Defines if the background image is meant to be repeated.";
$GLOBALS['TL_LANG']['tl_content']['eSM_addText'][0]              = "Add text";
$GLOBALS['TL_LANG']['tl_content']['eSM_addText'][1]              = "Add a text to the image slide.";
$GLOBALS['TL_LANG']['tl_content']['eSM_slick_addImageLink'][0]   = "Add image link";
$GLOBALS['TL_LANG']['tl_content']['eSM_slick_addImageLink'][1]   = "Adds an link to the image slide.";
/**
 * Legends
 */
$GLOBALS['TL_LANG']['tl_content']['slickSlider_legend'] = "Slick Slider settings";

/**
 * Misc
 */

$GLOBALS['TL_LANG']['tl_content']['includeTemplatesJQuery'] = "The <em>%s</em> template needs to be included in the page layout.";