//<key>__ERROR_MULTILANGUAGE_SUPPORT_</key>

var translations = new Array();

translations["PAGE_ERROR_TEXT"] = "Some errors occurred:";
translations["PAGE_WARNING_TEXT"] = "Some warnings occurred:";
translations["CONTINUE_ON_WARNING_TEXT"] = "Do you want to continue?";
translations["REQUIRED_TEXT"] = "Following fields are required:";
translations["RADIOBUTTON_REQUIRED"] = "Required value";
translations["DATE_FORMAT"] = "Wrong date format";
translations["NUMBER_FORMAT"] = "Wrong numeric format";
translations["NUMBER_OUTOFRANGE"] = "Number is out of range";
translations["FISCALCODE_CHECKSUM"] = "Wrong fiscal code";
translations["FISCALCODE_WRONG_CHARACTER"] = "Wrong character in fiscal code";
translations["MAIL_FORMAT"] = "Wrong email";
