tArr=new Array();

//tArr['complete'] = 'The condition for this field has been fulfilled';
tArr['complete'] = 'The information is in the correct format';
tArr['optional'] = 'This field is optional';

tArr['checkBoxGroup'] = "At least one element from the sector 'elName' must be selected.";

tArr['select_option'] = "Please select by 'elName' one option.";
tArr['select'] = "Please select one entry in the field 'elName'.";
tArr['number'] = "This field 'elName' must contain a numerical value.";
tArr['number_min'] = "This field 'elName' must be at least %from%";
tArr['number_max'] = "The field 'elName' may not exceed";
tArr['tel'] = "The field 'elName' does not contain a valid number.";
tArr['email'] = "The field 'elName' does not contain a valid e-mail address.";
tArr['length_min'] = "The field 'elName' must at least contain %minLength% characters.";
tArr['text'] = "No special symbols should be used in the field 'elName'.";
tArr['no_number'] = "The field 'elName' must not contain figures.";
tArr['no_special_char'] = "No special symbols should be used in the field 'elName'.";
tArr['time_format'] = "The field 'elName' must have the following format: \'mm:hh\'.";
tArr['time'] = "The field 'elName' does not contain a valid time.";
tArr['url_http'] = "The field 'elName' must begin with http://.";
tArr['url_no_special_char'] = "The URL in the field 'elName' contains special symbols which should not appear in a URL.";
tArr['url_not_valid'] = "The field 'elName' does not contain a valid URL.";
tArr['length_exact'] = "The field 'elName' must contain specific characters.";
tArr['date_4'] = "The field 'elName' must have the following format:\nTT.MM.JJJJ.";
tArr['date_2'] = "The field 'elName' must have the following format:\nTT.MM.JJ.";
tArr['date_not_valid'] = "The field 'elName' does not contain a valid date.";
tArr['plz'] = "The field 'elName' does not contain a valid postcode.";
tArr['AZ09'] = "The field may only contain the characters A-Z and 0-9.";