dbxapp 4.1.3
CMS, Shop, Workflows und modulare Geschäftsanwendungen
Loading...
Searching...
No Matches
download-link_en.fd.php
Go to the documentation of this file.
1<?php
2$messages = array();
3$messages['save_success'] = 'Data was saved';
4$messages['save_succeass'] = $messages['save_success'];
5$messages['save_error'] = 'Data could not be saved';
6$messages['bar_title'] = 'Demo download';
7$messages['bar_subtitle'] = 'Receive the free Windows demo by email';
8$messages['try_limit'] = 'Too many unsuccessful attempts. Please wait {sec} seconds and then try again.';
9$messages['validation_error'] = 'Please check the highlighted required fields.';
10$messages['send_success'] = 'The personal download link was sent to your email address.';
11$messages['spam_error'] = 'The download link was not sent because the entry was identified as spam.';
12$messages['spam_field_error'] = 'Suspected spam. Please check your entry.';
13$messages['mail_error'] = 'The download link could not be sent by email at the moment. Please try again later.';
14$messages['email_field_error'] = 'The email could not be sent.';
15$messages['sent_to'] = 'The download link was sent to {email}.';
16
17
18$field = array();
19$field['name'] = 'name';
20$field['type'] = 'varchar';
21$field['index'] = '';
22$field['length'] = '160';
23$field['default'] = '';
24$field['label'] = 'Name';
25$field['rules'] = 'varchar|min=2|max=160';
26$field['tooltip'] = '';
27$field['errormsg'] = 'Please enter a name.';
28$field['placeholder'] = 'Your name';
29$field['convert'] = '';
30$field['protect'] = '0';
31$field['mask'] = '';
32$field['data'] = '';
33$field['options'] = '';
34$field['tpl'] = 'text-label';
36
37$field = array();
38$field['name'] = 'email';
39$field['type'] = 'varchar';
40$field['index'] = '';
41$field['length'] = '180';
42$field['default'] = '';
43$field['label'] = 'E-mail';
44$field['rules'] = 'email|min=6|max=180';
45$field['tooltip'] = '';
46$field['errormsg'] = 'Please enter a valid email address.';
47$field['placeholder'] = 'name@example.org';
48$field['convert'] = '';
49$field['protect'] = '0';
50$field['mask'] = '';
51$field['data'] = '';
52$field['options'] = '';
53$field['tpl'] = 'text-label';
54$fields[] = $field;
$messages
Definition config.fd.php:2