<?php

/**
 * eSales Media Formilicious for Contao Open Source CMS
 *
 * Copyright (C) 2013-2014 eSalesMedia
 *
 * @package    eSM_formilicious
 * @link       http://www.esales-media.de
 * @license    http://www.gnu.org/licenses/lgpl-3.0.html LGPL
 *
 * @author     Benjamin Roth <benjamin@esales-media.de>
 */


/**
 * Fields
 */
$GLOBALS['TL_LANG']['tl_form_field']['eSM_fl_clear']  = array('Neue Zeile', 'Erzwingt einen Zeilenumbruch');
$GLOBALS['TL_LANG']['tl_form_field']['eSM_fl_width']  = array('Feldbreite', 'Die gewünschte Feldbreite in Prozent');
$GLOBALS['TL_LANG']['tl_form_field']['eSM_fl_class']  = array('Widget-Container CSS-Klasse', 'Eigene CSS-Klassen im Widget-Container ergänzen');
$GLOBALS['TL_LANG']['tl_form_field']['eSM_fl_lblpadding']  = array('Oberer Abstand', 'Fügt einen Abstand über dem Button ein, damit dieser auf der gleichen Höhe wie andere Formularfelder steht.');
$GLOBALS['TL_LANG']['tl_form_field']['eSM_fl_alignment']  = array('Button-Ausrichtung', 'Die Ausrichtung des Buttons.');

/**
 * Legends
 */
$GLOBALS['TL_LANG']['tl_form_field']['formilicious_legend']  = 'Formilicious Framework';

/**
 * References
 */
$GLOBALS['TL_LANG']['tl_form_field']['ref_width']     = array
(
	5   => '5 %',
	10  => '10 %',
	15  => '15 %',
	20  => '20 %',
	25  => '25 %',
	30  => '30 %',
	35  => '35 %',
	40  => '40 %',
	45  => '45 %',
	50  => '50 %',
	55  => '55 %',
	60  => '60 %',
	65  => '65 %',
	70  => '70 %',
	75  => '75 %',
	80  => '80 %',
	85  => '85 %',
	90  => '90 %',
	95  => '95 %',
	100 => '100 %',
);

$GLOBALS['TL_LANG']['tl_form_field']['ref_alignment']     = array
(
	'fl_left'  => 'Links',
	'fl_right'  => 'Rechts',
);