fvVocabulary = function () {

};

// tooltips
fvVocabulary._MSG = {};
fvVocabulary._MSG["MSG_1"] = "_TITLE_OF_FIELD_ is required!";
fvVocabulary._MSG["MSG_2"] = "_TITLE_OF_FIELD_ is required!";
fvVocabulary._MSG["MSG_3"] = "You have to sign _TITLE_OF_FIELD_ box as checked!";
fvVocabulary._MSG["MSG_4"] = "_TITLE_OF_FIELD_ must _TYPE_OF_FIELD_!"
fvVocabulary._MSG["MSG_5"] = "_TITLE_OF_FIELD_ field must match!";
fvVocabulary._MSG["MSG_6"] = "You have to check at least one _TITLE_OF_FIELD_ radio button!";
fvVocabulary._MSG["MSG_7"] = "_TITLE_OF_FIELD_ must be at least _X_ characters long!";
fvVocabulary._MSG["MSG_8"] = "_TITLE_OF_FIELD_ must be at least _X_ characters long!";
        
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 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";
fvVocabulary._MSG['SNT_22'] = "be a valid SSN number (9 digits or in the form XXX-XX-XXXX)";
fvVocabulary._MSG['SNT_23'] = "match a pattern _TEMPLATE_";
fvVocabulary._MSG['SNT_24'] = "be a valid _SUB_TYPE_OF_FIELD_ number";
fvVocabulary._MSG['SNT_25'] = "telephone";
fvVocabulary._MSG['SNT_26'] = "mobile phone";
fvVocabulary._MSG['SNT_27'] = "fixed phone";
fvVocabulary._MSG['SNT_28'] = "international phone";
fvVocabulary._MSG["SNT_29"] = "be a valid alphanumeric value";
