dbxapp 4.1.3
CMS, Shop, Workflows und modulare Geschäftsanwendungen
Loading...
Searching...
No Matches
dbxValidator_en.php
Go to the documentation of this file.
1<?php
2
6return array(
7 'ok' => '',
8 'required' => 'Please fill in this field.',
9 'min_length' => 'The entry is too short. Please add more information.',
10 'max_length' => 'The entry is too long. Please shorten it.',
11 'invalid_type' => 'Please check your entry.',
12 'invalid_format' => 'Please enter a valid value.',
13 'invalid_range' => 'The entered value is not allowed.',
14 'invalid_rule' => 'The form could not be checked. Please try again.',
15 'invalid_array' => 'Please check your selection.',
16 'invalid_array_item' => 'Please check the selected entries.',
17);