<?php /** * ArtLayout for Contao * * Copyright (c) 2016 Benjamin Roth * * @link http://www.esales-media.de * @license commercial */ /** * Fields */ $GLOBALS['TL_LANG']['tl_article_layouts']['title'][0] = 'Title'; $GLOBALS['TL_LANG']['tl_article_layouts']['title'][1] = 'Title of the layout'; $GLOBALS['TL_LANG']['tl_article_layouts']['alias'][0] = 'Alias'; $GLOBALS['TL_LANG']['tl_article_layouts']['alias'][1] = 'The alias is used for CSS classes.'; $GLOBALS['TL_LANG']['tl_article_layouts']['maxWidth'][0] = 'Restrict width'; $GLOBALS['TL_LANG']['tl_article_layouts']['maxWidth'][1] = 'Restricts the content width to a globally CSS defined value.'; $GLOBALS['TL_LANG']['tl_article_layouts']['center'][0] = 'Center content'; $GLOBALS['TL_LANG']['tl_article_layouts']['center'][1] = 'Use a centered text alignment.'; $GLOBALS['TL_LANG']['tl_article_layouts']['showBackgroundImage'][0] = 'Background image'; $GLOBALS['TL_LANG']['tl_article_layouts']['showBackgroundImage'][1] = 'Allows the selection of an background image in the article settings.'; $GLOBALS['TL_LANG']['tl_article_layouts']['bgImageSize'][0] = 'Image size'; $GLOBALS['TL_LANG']['tl_article_layouts']['bgImageSize'][1] = 'Here you can set the image dimensions and the resize mode.'; $GLOBALS['TL_LANG']['tl_article_layouts']['bgStyle'][0] = 'Custom inline CSS code'; $GLOBALS['TL_LANG']['tl_article_layouts']['bgStyle'][1] = 'Here you can define a custom inline CSS code to be used for the background image. ##bg_image## will be replaced with the image path.'; $GLOBALS['TL_LANG']['tl_article_layouts']['useHelper'][0] = 'Additional content wrapper'; $GLOBALS['TL_LANG']['tl_article_layouts']['useHelper'][1] = 'Inserts an additional content wrapper within the inside container.'; $GLOBALS['TL_LANG']['tl_article_layouts']['restrictContentElements'][0] = 'Restrict article content elements'; $GLOBALS['TL_LANG']['tl_article_layouts']['restrictContentElements'][1] = 'Allows to restrict the available content elements in the article.'; $GLOBALS['TL_LANG']['tl_article_layouts']['allowedElements'][0] = 'Allowed content elements'; $GLOBALS['TL_LANG']['tl_article_layouts']['allowedElements'][1] = 'Only selected content elements are available in the article.'; $GLOBALS['TL_LANG']['tl_article_layouts']['isDefault'][0] = 'Default'; $GLOBALS['TL_LANG']['tl_article_layouts']['isDefault'][1] = 'The layout will be set as default upon new article creation.'; /** * Legends */ $GLOBALS['TL_LANG']['tl_article_layouts']['title_legend'] = 'Title'; $GLOBALS['TL_LANG']['tl_article_layouts']['content_legend'] = 'Content settings'; $GLOBALS['TL_LANG']['tl_article_layouts']['image_legend'] = 'Image settings'; $GLOBALS['TL_LANG']['tl_article_layouts']['expert_legend'] = 'Expert settings';