Browse code

Initial

Hagen Klemp authored on03/02/2019 23:08:50
Showing1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,19 @@
1
+<?php
2
+
3
+/**
4
+ * Extension for Contao 4
5
+ *
6
+ * @copyright  Softleister 2019
7
+ * @author     Softleister <info@softleister.de>
8
+ * @package    contao-signature-formfield-bundle
9
+ *             based on jSignature (https://github.com/brinley/jSignature)
10
+ * @licence    MIT License
11
+ */
12
+
13
+/**
14
+ * Fields
15
+ */
16
+$GLOBALS['TL_LANG']['tl_form_field']['sig_size']    = array('Größe Unterschriftenfeld', 'Geben Sie die Größe des Unterschriftenfelds in Pixeln an.');
17
+$GLOBALS['TL_LANG']['tl_form_field']['sig_bgcolor'] = array('Hintergrundfarbe', 'Hintergrundfarbe des Unterschriftenfelds wählen, leer = "transparent"');
18
+$GLOBALS['TL_LANG']['tl_form_field']['sig_color']   = array('Stiftfarbe', 'Wählen Sie die Stiftfarbe, Voreinstellung ist schwarz.');
19
+$GLOBALS['TL_LANG']['tl_form_field']['sig_width']   = array('Stiftbreite', 'Geben Sie Dicke des Stifts an.');