*/ /** * 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 ( 10 => '10 %', 15 => '15 %', 20 => '20 %', 25 => '25 %', 30 => '30 %', 33 => '33 %', 35 => '35 %', 40 => '40 %', 45 => '45 %', 50 => '50 %', 55 => '55 %', 60 => '60 %', 65 => '65 %', 66 => '66 %', 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', );