var jsLang =
{
checkContactName		: " is an incorrect name format!\nAllowed formats:\n\tMary, \n\tMary-Jane, \n\tMary Jane",
checkContactSurname		: " is an incorrect surname format!\nAllowed formats:\n\tTaylor, \n\tTaylor-Stone, \n\tTaylor Stone",
checkContactEmail		: " is an incorrect e-mail format!\n Allowed formats:\n name@domain.com,\n name.surname@domain.com, \n name.surname@subdomain.domain.com \n",
checkContactQuestion		: "You did not enter the query. \nThe query must contain at least 15 characters.\nPlease enter a query.",
checkBotcheck			: "Please enter the botcheck code.\nThis code is used for SPAM protection\nand contains 4 characters.",
searchToFewChars		: "You have entered to few characters.\nThe query must contain at least 3 characters."
}