

//////////////////////////
// GLOBAL TEXT STRINGS  //
//////////////////////////

var usr_lang = "en";
var aLang = new Array();
 

// MESSAGES
aLang['FIELD_REQUIRED'] = "You must enter at least one search criteria";
aLang['MSG_CHOOSE_CATEGORY'] = "You must choose a category!";
aLang['MSG_CHOOSE_TYPE'] = "You must choose a type!";
aLang['MSG_CHOOSE_ARTICLE'] = "You must choose at least one article!";
aLang['MSG_CHOOSE_A_PAMT'] = "You must choose PAMT!";
aLang['MSG_CONFIRM_ARTICLE_DELETE'] = "Are you sure you want to delete this article from your order?";
aLang['MSG_DELETE_CONFIRM'] = "Are you sure you want to delete this record?";
aLang['MSG_WARNING_DELETE_CONFIRM'] = "Are you sure you want to delete this file?\nIt will no longer be available to other sections";
aLang['MSG_EMAIL'] = "You must enter a valid email address";
aLang['MSG_EMPTY_ACCOUNT_NAME'] = "You must enter an account name!";
aLang['MSG_EMPTY_ADDRESS'] = "You must enter an address!";
aLang['MSG_EMPTY_CITY'] = "You must enter a city!";
aLang['MSG_EMPTY_CODE'] = "You must enter a code!";
aLang['MSG_EMPTY_COMPANY_NAME'] = "You must enter a company name!";
aLang['MSG_EMPTY_CONTACT'] = "You must enter a contact!";
aLang['MSG_EMPTY_COUNTRY'] = "You must enter a country!";
aLang['MSG_EMPTY_DATE'] = "You must choose a date!";
aLang['MSG_EMPTY_DESCRIPTION_ENGLISH'] = "You must enter an english description!";
aLang['MSG_EMPTY_DESCRIPTION_FRENCH'] = "You must enter a french description!";
aLang['MSG_EMPTY_DOCUMENT'] = "You must choose a document!";
aLang['MSG_EMPTY_EMAIL'] = "You must enter an email address!";
aLang['MSG_EMPTY_EMPLOYER'] = "You must enter an employer!";
aLang['MSG_EMPTY_ENGLISH_NAME'] = "You must enter an english name!";
aLang['MSG_EMPTY_ENTREPRISE'] = "You must enter an entreprise!";
aLang['MSG_EMPTY_FIRST_NAME'] = "You must enter a first name!";
aLang['MSG_EMPTY_FOLDER'] = "You must enter a folder name!";
aLang['MSG_EMPTY_FRENCH_NAME'] = "You must enter a french name!";
aLang['MSG_EMPTY_IMAGE'] = "You must choose a image!";
aLang['MSG_EMPTY_IMAGE_HEIGHT'] = "You must enter the image height!";
aLang['MSG_EMPTY_IMAGE_WIDTH'] = "You must enter the image width!";
aLang['MSG_EMPTY_INDEX'] = "You must enter an Index! (0, 1 ,2, etc.)";
aLang['MSG_EMPTY_LAST_NAME'] = "You must enter a last name!";
aLang['MSG_EMPTY_LINK'] = "You must enter a link!";
aLang['MSG_EMPTY_NAME'] = "You must enter a name!";
aLang['MSG_EMPTY_NUMBER'] = "You must enter a number!";
aLang['MSG_EMPTY_PASSWORD'] = "You must enter a password!";
aLang['MSG_EMPTY_PHONE'] = "You must enter a phone!";
aLang['MSG_EMPTY_POSTAL_CODE'] = "You must enter a postal code!";
aLang['MSG_EMPTY_PROVINCE'] = "You must enter a province!";
aLang['MSG_EMPTY_PUBLICATION_DATE'] = "You must enter a publication date!";
aLang['MSG_EMPTY_QUESTION'] = "You must enter a question!";
aLang['MSG_EMPTY_REGION'] = "You must enter a region!";
aLang['MSG_EMPTY_SUBJECT'] = "You must enter a subject!";
aLang['MSG_EMPTY_TEXT'] = "You must enter a text!";
aLang['MSG_EMPTY_TITLE'] = "You must enter a title!";
aLang['MSG_EMPTY_TITLE_EN'] = "You must enter a english title!";
aLang['MSG_EMPTY_TITLE_FR'] = "You must enter a french title!";
aLang['MSG_EMPTY_USERNAME'] = "You must enter a username!";
aLang['MSG_EMPTY_VIDEO'] = "You must choose a video file!";
aLang['MSG_EMPTY_ZONE'] = "You must enter a zone id!";
aLang['MSG_IMAGE_HEIGHT_INTEGER'] = "The image height must be an integer!";
aLang['MSG_IMAGE_WIDTH_INTEGER'] = "The image width must be an integer!";
aLang['MSG_INVALID_EMAIL'] = "You must enter a valid email address!";
aLang['MSG_QUANTITY_INTEGER'] = "The quantity must be an integer!";
aLang['MSG_NO_CLICK'] = "Thank you for visiting our web site!";
aLang['MSG_SEND_NEWSLETTER_CONFIRM'] = "Are you sure you want to send the newsletter?";
aLang['MSG_WRONG_FILE_TYPE'] = "The file type must be within the following : ";
aLang['MSG_NEED_EMAIL'] = "You must provide a email address in order to activate this option";
aLang['MSG_JOB_OFFER_NEED_EMAIL'] = "You must provide a email address in order to place a job offer";
aLang['MSG_CONFIRM_SEND_CART'] = "Are you sure you want to submit your order ?";
aLang['MSG_FILL_ALL_FIELDS'] = "You must enter all mandatory fields (*)!";
aLang['MSG_LOGOUT'] = "Are you sure you want to logout?";
aLang['MSG_DELETE_ACCOUNT'] = "Are you sure you want to delete your account?";
aLang['MSG_EMAIL_ALREADY_EXIST'] = "Email address already exist!";

// DATE STRINGS
aLang["mon01"] = "January";
aLang["mon02"] = "February";
aLang["mon03"] = "March";
aLang["mon04"] = "April";
aLang["mon05"] = "May";
aLang["mon06"] = "June";
aLang["mon07"] = "July";
aLang["mon08"] = "August";
aLang["mon09"] = "September";
aLang["mon10"] = "October";
aLang["mon11"] = "November";
aLang["mon12"] = "December";

aLang["weekday1"] = "Mon";
aLang["weekday2"] = "Tue";
aLang["weekday3"] = "Wed";
aLang["weekday4"] = "Thu";
aLang["weekday5"] = "Fri";
aLang["weekday6"] = "Sat";
aLang["weekday7"] = "Sun";

