1 | 1 |
new file mode 100644 |
... | ... |
@@ -0,0 +1,17 @@ |
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 |
+/** |
|
15 |
+ * Miscellaneous |
|
16 |
+ */ |
|
17 |
+$GLOBALS['TL_LANG']['FFL']['signature'] = array('Unterschrift', 'Feld zum Unterschreiben'); |