if (typeof Xercel == "undefined" || ! Xercel) {
	Xercel = {};
}

Xercel.Locale = {};

Xercel.Locale.FIELD_VALUE = "Field value ";
Xercel.Locale.INTEGER_ONLY = " must be integer only";
Xercel.Locale.ANTISPAM_ERROR = "Please enter characters what you see on the picture";
Xercel.Locale.FORM_ERROR = "Please enter the correct values for the following fields:";
Xercel.Locale.CHANGED = "Changed";
Xercel.Locale.AJAX_SERVER_ERROR = "An exception occurred while receiving the response from the server using AJAX technology. Error code: ";
Xercel.Locale.AJAX_NOT_SUPPORTED = "Couldn't to create a reqest, possable your browser does not support the AJAX technology.";
Xercel.Locale.CLOSE_LABEL = "Close";
Xercel.Locale.YES_LABEL = "Yes";
Xercel.Locale.NO_LABEL = "No";
Xercel.Locale.MIN_MAX_LENGTH_ERROR1 = " (from ";
Xercel.Locale.MIN_MAX_LENGTH_ERROR2 = "  to ";
Xercel.Locale.MIN_MAX_LENGTH_ERROR3 = " characters)";
Xercel.Locale.MIN_LENGTH_ERROR1 = " (from ";
Xercel.Locale.MIN_LENGTH_ERROR2 = " characters)";
Xercel.Locale.MAX_LENGTH_ERROR1 = " (to ";
Xercel.Locale.MAX_LENGTH_ERROR2 = " characters)";


/* for focuspicturies only */
Xercel.Locale.PHOTO_NOT_SELECTED = "<div style=\"line-height:64px\">None selected photos</div>";
Xercel.Locale.WRONG_EMAIL_FORMAT = "You have entered an email address in the wrong format.";

