<?php /** * Pagelist for Contao * * Copyright (c) 2015 Benjamin Roth * * @license LGPL-3.0+ */ /** * Fields */ $GLOBALS['TL_LANG']['tl_page']['teaserSRC'][0] = 'Teaser image'; $GLOBALS['TL_LANG']['tl_page']['teaserSRC'][1] = 'Please choose an image file from the files directory.'; $GLOBALS['TL_LANG']['tl_page']['teaserSize'][0] = 'Image size'; $GLOBALS['TL_LANG']['tl_page']['teaserSize'][1] = 'Here you can set the image dimensions and the resize mode.'; $GLOBALS['TL_LANG']['tl_page']['teaserCssID'][0] = 'Teaser CSS ID/class'; $GLOBALS['TL_LANG']['tl_page']['teaserCssID'][1] = 'Here you can set an ID and one or more classes for the teaser element.'; $GLOBALS['TL_LANG']['tl_page']['teaser'][0] = 'Article teaser'; $GLOBALS['TL_LANG']['tl_page']['teaser'][1] = 'The article teaser can also be displayed with the content element "article teaser".'; /** * Legends */ $GLOBALS['TL_LANG']['tl_page']['teaser_legend'] = 'Article teaser';