File: formvalidator/chars/jsafv_messages.js

Recommend this page to a friend!
  Classes of Chara Miteo   JS Form Validator   formvalidator/chars/jsafv_messages.js   Download  
File: formvalidator/chars/jsafv_messages.js
Role: Auxiliary script
Content type: text/plain
Description: jsafv_messages
Class: JS Form Validator
Validate forms according to many rules
Author: By
Last change:
Date: 10 years ago
Size: 2,166 bytes
 

Contents

Class file image Download
fvVocabulary = function () { }; // tooltips fvVocabulary._MSG = {}; fvVocabulary._MSG["MSG_1"] = "The <_TITLE_OF_FIELD_> is a required field!"; fvVocabulary._MSG["MSG_2"] = "The <_TITLE_OF_FIELD_> is a required field! Please, enter a valid <_TITLE_OF_FIELD_>."; fvVocabulary._MSG["MSG_3"] = "You have to sign <_TITLE_OF_FIELD_> box as checked!"; fvVocabulary._MSG["MSG_4"] = "The <_TITLE_OF_FIELD_> field must _TYPE_OF_FIELD_! Please, re-enter."; fvVocabulary._MSG["MSG_5"] = "The <_TITLE_OF_FIELD_> field must be match with _TYPE_OF_FIELD_! Please, re-enter."; fvVocabulary._MSG["MSG_6"] = "You have to check at least one <_TITLE_OF_FIELD_> radio button!"; fvVocabulary._MSG["MSG_7"] = "The <_TITLE_OF_FIELD_> must be at least _X_ characters long!"; fvVocabulary._MSG["MSG_8"] = "The <_TITLE_OF_FIELD_> must be at least _X_ characters long! Please, re-enter."; fvVocabulary._MSG["SNT_1"] = "value "; fvVocabulary._MSG["SNT_2"] = "a signed"; fvVocabulary._MSG["SNT_3"] = "an unsigned"; fvVocabulary._MSG["SNT_4"] = "an upper case"; fvVocabulary._MSG["SNT_5"] = "a positive"; fvVocabulary._MSG["SNT_6"] = "a negative"; fvVocabulary._MSG["SNT_7"] = "a normal case"; fvVocabulary._MSG["SNT_8"] = "a lower case"; fvVocabulary._MSG["SNT_9"] = "a"; fvVocabulary._MSG["SNT_10"] = "be _SUB_TYPE_OF_FIELD_ numeric value"; fvVocabulary._MSG["SNT_11"] = "be _SUB_TYPE_OF_FIELD_ integer value"; fvVocabulary._MSG["SNT_12"] = "be _SUB_TYPE_OF_FIELD_ float(real) value"; fvVocabulary._MSG["SNT_13"] = "be _SUB_TYPE_OF_FIELD_ alphabetic value"; fvVocabulary._MSG["SNT_14"] = "be _SUB_TYPE_OF_FIELD_ text"; fvVocabulary._MSG["SNT_15"] = "be _PASS_LENGTH_ characters at least and consist of letters and digits"; fvVocabulary._MSG["SNT_16"] = "be _LOGIN_LENGTH_ characters at least, start from letter and consist of letters or digits"; fvVocabulary._MSG["SNT_17"] = "be a zip(post) code value (5 digits at least)"; fvVocabulary._MSG['SNT_18'] = "be in email format"; fvVocabulary._MSG['SNT_19'] = "be _PASS_LENGTH_ characters at least"; fvVocabulary._MSG['SNT_20'] = "be a required type"; fvVocabulary._MSG['SNT_21'] = "be a valid URL";