

var TXT = new Array();

//**************************************************************** GENERAL

TXT['CLOSE'] 					= "Close";
TXT['TODAY'] 					= "Today";

//**************************************************************** MESSAGES

TXT['MSG_DELETE_CONFIRM'] 					= "Are you sure you want to delete this record?";
TXT['MSG_EMPTY_ACCOUNT_NAME'] 	= "You must enter an account name!";
TXT['MSG_EMPTY_ADDRESS'] 						= "You must enter an address!";
TXT['MSG_EMPTY_CITY'] 									= "You must enter a city!";
TXT['MSG_EMPTY_COMPANY_NAME'] 	= "You must enter a company name!";
TXT['MSG_EMPTY_COUNTRY'] 						= "You must enter a country!";
TXT['MSG_EMPTY_DATE'] 									= "You must choose a date!";
TXT['MSG_EMPTY_DOCUMENT'] 					= "You must choose a document!";
TXT['MSG_EMPTY_EMAIL'] 								= "You must enter an email address!";
TXT['MSG_EMPTY_ENTREPRISE'] 			= "You must enter an entreprise!";
TXT['MSG_EMPTY_FIRST_NAME'] 			= "You must enter a first name!";
TXT['MSG_EMPTY_IMAGE'] 								= "You must choose a image!";
TXT['MSG_EMPTY_LAST_NAME'] 				= "You must enter a last name!";
TXT['MSG_EMPTY_NAME'] 									= "You must enter a name!";
TXT['MSG_EMPTY_NUMBER'] 							= "You must enter a number!";
TXT['MSG_EMPTY_PASSWORD']					 = "You must enter a password!";
TXT['MSG_EMPTY_PHONE'] 								= "You must enter a phone!";
TXT['MSG_EMPTY_POSTAL_CODE']		 = "You must enter a postal code!";
TXT['MSG_EMPTY_TEXT'] 									= "You must enter a text!";
TXT['MSG_EMPTY_TITLE']								 = "You must enter a title!";
TXT['MSG_INVALID_EMAIL'] 						= "You must enter a valid email address!";
TXT['MSG_LOGOUT_CONFIRM'] 					= "Are you sure you want to logout?";
TXT['MSG_NO_CLICK'] 											= "Thank you for visiting our web site!";
TXT['MSG_WRONG_FILE_TYPE'] 				= "The file type must be within the following : ";
TXT['MSG_SUPERIOR_1'] 				     = "Superior 1 must be different from Superior 2";
TXT['MSG_SUPERIOR_2'] 				     = "Superior 2 must be different from Superior 1";
TXT['MSG_CONFIRM_PASSWORD'] 			= "Confirm Password and New Password don't match!";

//**************************************************************** MONTHS

TXT["MONTH_01"] = "January";
TXT["MONTH_02"] = "February";
TXT["MONTH_03"] = "March";
TXT["MONTH_04"] = "April";
TXT["MONTH_05"] = "May";
TXT["MONTH_06"] = "June";
TXT["MONTH_07"] = "July";
TXT["MONTH_08"] = "August";
TXT["MONTH_09"] = "September";
TXT["MONTH_10"] = "October";
TXT["MONTH_11"] = "November";
TXT["MONTH_12"] = "December";

TXT["SHORT_MONTH_01"] = "Jan";
TXT["SHORT_MONTH_02"] = "Feb";
TXT["SHORT_MONTH_03"] = "Mar";
TXT["SHORT_MONTH_04"] = "Apr";
TXT["SHORT_MONTH_05"] = "May";
TXT["SHORT_MONTH_06"] = "Jun";
TXT["SHORT_MONTH_07"] = "Jul";
TXT["SHORT_MONTH_08"] = "Aug";
TXT["SHORT_MONTH_09"] = "Sep";
TXT["SHORT_MONTH_10"] = "Oct";
TXT["SHORT_MONTH_11"] = "Nov";
TXT["SHORT_MONTH_12"] = "Dec";

//**************************************************************** WEEKDAYS

TXT["WEEKDAY_1"] = "Sunday";
TXT["WEEKDAY_2"] = "Monday";
TXT["WEEKDAY_3"] = "Tuesday";
TXT["WEEKDAY_4"] = "Wednesday";
TXT["WEEKDAY_5"] = "Thursday";
TXT["WEEKDAY_6"] = "Friday";
TXT["WEEKDAY_7"] = "Saturday";

TXT["SHORT_WEEKDAY_1"] = "Sun";
TXT["SHORT_WEEKDAY_2"] = "Mon";
TXT["SHORT_WEEKDAY_3"] = "Tue";
TXT["SHORT_WEEKDAY_4"] = "Wed";
TXT["SHORT_WEEKDAY_5"] = "Thu";
TXT["SHORT_WEEKDAY_6"] = "Fri";
TXT["SHORT_WEEKDAY_7"] = "Sat";




