-
Notifications
You must be signed in to change notification settings - Fork 85
/
Copy pathform.php
executable file
·43 lines (43 loc) · 1.55 KB
/
form.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
<?php defined('SYSPATH') OR die('No direct access allowed.');
// DO NOT EDIT
// This file is automatically generated from the matching PO file
// Updates should be made through Transifex
// I18n generated at: 2014-10-04 06:25+0000
// PO revision date: 2014-10-03 06:17+0000
$lang = array(
'field_default' => array(
'length' => 'The Field Name must be at least 3 and no more
200 characters long.',
) ,
'field_height' => array(
'between' => 'Please enter a value 0 to 50 for the Field Height',
) ,
'field_isdate' => array(
'between' => 'You have entered an invalid value for Date Field',
'required' => 'Please select Yes or No for the Date Field',
) ,
'field_name' => array(
'length' => 'The Field Name must be at least 3 and no more
100 characters long.',
'required' => 'Por favor introduza nome do campo',
) ,
'field_required' => array(
'between' => 'Inseriu um valor inválido no Campo Necessário.',
'required' => 'Por favor, selecione Sim ou Não no Campo Necessário.',
) ,
'field_type' => array(
'required' => 'Por favor escolha o tipo de campo',
) ,
'field_width' => array(
'between' => 'Please enter a value 0 to 300 for the Field Width',
) ,
'form_description' => array(
'required' => 'Por favor introduza a descrição do formulário',
) ,
'form_title' => array(
'length' => 'The form name field must be at least 3 and no more
100 characters long.',
'required' => 'Por favor introduza o nome do formulário.',
'exists' => 'Um formulário com o mesmo título já existe. Por favor introduza outro título.',
) ,
);