var oNames = {
	LOCALIZED				: "en",
	LANGUAGEID				: "1",
	CLOSE_WINDOW			: "Close",
	PLEASE_WAIT				: "Please Wait",
	WAITING_FOR_RESPONSE	: "Waiting for response",
	PLEASE_SELECT_ONE_ROW	: "Please select exactly one row!",
	PLEASE_SELECT_ROW		: "Please select a row!",
	PLEASE_SORT_ORDER		: "Please click on a column!",
	CONFIRM_DELETE			: "Do you really want to delete the selected row?",
	CONFIRM_DELETE_ITEM		: "Do you really want to delete this item?",
	DATE_DEF				: "%m/%d/%Y",
	DATETIME_DEF			: "%q/%e/%Y %l:%M %P",
	BUTTON_OK				: "OK",
	BUTTON_CANCEL			: "Cancel",
	DONOT_DELETE_ROW		: "Row can not be deleted!",
	DONOT_DELETE			: "Not deletable",
	SEND_ERROR_REPORT		: "Send error report",
	ERROR_MESSAGE			: "Unexpected error.\n " + 
                              "Sorry for the inconvenience. \n\n " +
                              "For helping us please write a short message,\nwhat have you done before the error occured",	
	CLOSE_FORM				: "Do you really want to Close this form without save?",
	LOGING_IN				: "Login",
	LOADING					: 'Loading',
	FOLDER_NAME				: 'Folder name',
	FILE_NAME				: 'File name',
	VALIDATION_VARIABLE		: 'This context contains illegal charachters',
	VALIDATION_EMAIL		: 'Must be valid email',
	VALIDATION_URL			: 'Must be valid url. Eg.: http://www.mypage.com',
	VALIDATION_COLORCODE	: 'Must be valid color code',
	VALIDATION_INT			: 'Must be an integer',
	VALIDATION_REQUIRED		: 'Required',
	VALIDATION_DECIMAL		: 'Must be a decimal',
	VALIDATION_SPSITE		: 'Sharepoint Site does not exist',
	VALIDATION_PASSWORD		: 'Password must be at least 6 characters length \nand must contain at least 1 digit and 1 uppercase character',
	PW_DOES_NOT_MATCH		: 'Password does not match',
	CAL_DN	: new Array ("Sunday", "Monday", "Tuesday",  "Wednesday", "Thursday", "Friday", "Saturday", "Sunday"),
	CAL_SDN : new Array ("Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat", "Sun"),
	CAL_FD : 0,
	CAL_MN : new Array ("January", "February", "March", "April", "May", "June", "July", "August", "September", "October", "November", "December"),
	CAL_SMN : new Array ("Jan",  "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec"),
	CAL_TT : {
		INFO : "About the calendar",
		ABOUT : "DHTML Date/Time Selector\n" +
				"\n\n" +
				"Date selection:\n" +
				"- Use the \xab, \xbb buttons to select year\n" +
				"- Use the " + String.fromCharCode(0x2039) + ", " + String.fromCharCode(0x203a) + " buttons to select month\n" +
				"- Hold mouse button on any of the above buttons for faster selection.",
		ABOUT_TIME : "\n\n" +
					"Time selection:\n" +
					"- Click on any of the time parts to increase it\n" +
					"- or Shift-click to decrease it\n" +
					"- or click and drag for faster selection.",
		PREV_YEAR : "Prev. year (hold for menu)",
		PREV_MONTH : "Prev. month (hold for menu)",
		GO_TODAY : "Go Today",
		NEXT_MONTH : "Next month (hold for menu)",
		NEXT_YEAR : "Next year (hold for menu)",
		SEL_DATE : "Select date",
		DRAG_TO_MOVE : "Drag to move",
		PART_TODAY : " (today)",
		DAY_FIRST : "Display %s first",
		WEEKEND : "0,6",
		CLOSE : "Close",
		TODAY : "Today",
		TIME_PART : "(Shift-)Click or drag to change value",
		DEF_DATE_FORMAT : "%Y-%m-%d",
		TT_DATE_FORMAT : "%a, %b %e",
		WK : "wk",
		TIME : "Time:"
	},
	
	ADD_REASONABLE_QUANTITY : "Add a reasonable quantity",
	QUANTITY_MUST_BE_AN_INTEGER : "Quantity must be an integer",
	NO_PRODUCT_HAS_BEEN_SELECTED : "No Product has been selected",
	FOLDER_IS_EMPTY : "Folder is empty"
}
