<?php

/**
 * Extension for Contao 4
 *
 * @copyright  Softleister 2019
 * @author     Softleister <info@softleister.de>
 * @package    contao-signature-formfield-bundle
 *             based on jSignature (https://github.com/brinley/jSignature)
 * @licence    MIT License
 */

/**
 * Fields
 */
$GLOBALS['TL_LANG']['tl_form_field']['sig_size']    = array('Größe Unterschriftenfeld', 'Geben Sie die Größe des Unterschriftenfelds in Pixeln an.');
$GLOBALS['TL_LANG']['tl_form_field']['sig_bgcolor'] = array('Hintergrundfarbe', 'Hintergrundfarbe des Unterschriftenfelds wählen, leer = "transparent"');
$GLOBALS['TL_LANG']['tl_form_field']['sig_color']   = array('Stiftfarbe', 'Wählen Sie die Stiftfarbe, Voreinstellung ist schwarz.');
$GLOBALS['TL_LANG']['tl_form_field']['sig_width']   = array('Stiftbreite', 'Geben Sie Dicke des Stifts an.');