﻿var i18n_questionnaire_doAdd_question_input_required = "required!";
var i18n_questionnaire_doAdd_question_input_name_notNull = "Your name cannot be empty!";
var i18n_questionnaire_doAdd_question_input_email_notNull = "E-mail address cannot be empty! ";
var i18n_questionnaire_doAdd_question_input_email_notFormat = "Email address format is incorrect!";
var i18n_questionnaire_doAdd_question_input_select_maxlength ="The length can not exceed 100 characters!";
var i18n_questionnaire_doAdd_question_input_name_maxlength ="The length of name can not exceed 20 characters!";
var i18n_questionnaire_doAdd_question_input_address_maxlength =" The length of address can not exceed 200 characters!";
var i18n_questionnaire_doAdd_question_input_comp_maxlength ="  The length of company name can not exceed 200 characters!";
var i18n_questionnaire_doAdd_question_input_email_maxlength =" The length of email address can not exceed 50 characters!";

var i18n_questionnaire_doAdd_question_input_notNull = "Cannot be empty!";
var i18n_questionnaire_doAdd_question_input_noresult = "No relevant info!";