var LANGUAGE=new Array();
LANGUAGE['VUser']="Please Enter Username";
LANGUAGE['VPass']="Please Enter Password";
LANGUAGE['Login_Error']="Invalid Username or Password";
LANGUAGE['Please Fill Missing Data']="Please Fill Missing Data";
LANGUAGE['ProfileSaved']="Your Profile is Saved";
LANGUAGE['ProfileSavedErr']="Your Profile Was not Saved. Please Try again later";
LANGUAGE['ER_USER']="Username has to be at least 6 characters";
LANGUAGE['ER_DUSER']="Username not available, choose another one";
LANGUAGE['ER_PASS']="Password has to be at least 8 characters";
LANGUAGE['ER_REPASS']="Passwords do not match";
LANGUAGE['ER_FNAME']="Enter your first name";
LANGUAGE['ER_NAME']="Enter your name";
LANGUAGE['ER_LNAME']="Enter your last name";
LANGUAGE['ER_CITY']="Enter your city";
LANGUAGE['ER_COUNTRY']="Specify your country";
LANGUAGE['ER_SUBJECT']="Specify a subject";
LANGUAGE['ER_DOB']="Specify your date of birth";
LANGUAGE['ER_VDOB']="Specify a valid date";
LANGUAGE['ER_GENDER']="Specify your gender";
LANGUAGE['ER_CCODE']="Enter a valid country code";
LANGUAGE['ER_PHONE']="Enter a valid mobile number";
LANGUAGE['ER_EMAIL']="Enter a valid email address";
LANGUAGE['ER_DEMAIL']="Email address is already registered";
LANGUAGE['ER_SMSCODE']="Enter a valid sms code";
LANGUAGE['ER_SMTP']="SMTP Failure: your activation email was not sent, Please re-enter your email to resend you the activation link";
LANGUAGE['ER_SYS']="System Error, try again";
LANGUAGE['ER_COM']="Your message should be at least 50 characters long";
LANGUAGE['ER_SMS_OK']="SMS has been sent";
LANGUAGE['ER_SMS_NO']="failed to send SMS";
LANGUAGE['ER_PASS_OK']="Password changed successfully";
LANGUAGE['ER_OLD_PASS']="password was not changed please try again, making sure that you entered your old password correctly";
LANGUAGE['ER_PIN']="the code enterred is incorrect";
LANGUAGE['ER_VERI']="<a href='registration.php?step=mobile'>Verify your mobile number now!</a>";
LANGUAGE['NOFAV']="There are no favorites to display";
LANGUAGE['SAVE']="save";
LANGUAGE['CLR']="cancel";
LANGUAGE['NO']="No";
LANGUAGE['EMAILOK']="Email Sent Successfully";
LANGUAGE['ER_COMPANY'] = "Enter your company name";
LANGUAGE['MISNG']="Missing Field";
LANGUAGE['MISNGC']="Missing contact information";
LANGUAGE['E_USR']="Enter a valid username";
LANGUAGE['E_PASS']="Enter a valid password";
LANGUAGE['E_BAD_L']="Wrong username/password";
LANGUAGE['CC']="Call Center";
LANGUAGE['LD']="Loading...";
LANGUAGE['ALL']="All";
LANGUAGE['SELECT'] = 'Select';
LANGUAGE['ER_PUB'] = 'Please specify print publication';
LANGUAGE['ER_ISSUE'] = 'Please specify publication date';
LANGUAGE['ER_MAXWORDS'] = 'Max 16 words in print';
LANGUAGE['ER_PNUMBER'] = 'Price must be number';
LANGUAGE['KEYWORDS'] = 'Keywords';
LANGUAGE['ER_KEYWORDS'] = 'Please specify keywords';
LANGUAGE['ER_ALL_FIELDS'] = 'Please specify all fields';
LANGUAGE['SELL_EMAIL'] = 'The email has been sent';
LANGUAGE['ER_SELL_EMAIL'] = 'The email couldnt be sent';
LANGUAGE['DELETE'] = 'Delete';
LANGUAGE['ERR_HOT_IMG'] = 'For "HotSpot" at least one image must be uploaded';
LANGUAGE['CONFIRM_IMG'] = 'Ads without images will only be shown for 4 days. ads with images will be shown for 10 days. Click "Cancel" to upload images or "Ok" to continue without images.';
LANGUAGE['AD_TEL'] = 'Tel:';
LANGUAGE['ER_N_POINTS'] = 'Please specify amount of points to charge';
LANGUAGE['ER_MAX_DESC'] = 'Maximum length of description is 500 characters';
LANGUAGE['Confirm0'] = 'Are you sure you want to deactivate these ads';
LANGUAGE['Confirm1'] = 'Are you sure you want to delete these ads';
LANGUAGE['UploadFailed'] = 'Upload Failed.';
LANGUAGE['ERR_LONGLAT'] = 'Invalid Longitude/Latitude';
LANGUAGE['CONFIRM_IMG2'] = 'Are you sure you want to continue without uploading an image?';

//advert
LANGUAGE['ERROR_MSG_0'] = 'Please input a company name';
LANGUAGE['ERROR_MSG_1'] = 'Number of impressions|clicks must be a positive integer';
LANGUAGE['ERROR_MSG_2'] = 'Please select at least one country to run the ad in';
LANGUAGE['ERROR_MSG_3'] = 'Duration must be an integer greater or equal to 30';
LANGUAGE['ERROR_MSG_4'] = 'Please specify a banner';
LANGUAGE['ERROR_MSG_5'] = 'Please specify a link';
LANGUAGE['ERROR_MSG_6'] = 'Please specify at least one publication.';
LANGUAGE['ERROR_MSG_7'] = 'Please specify a valid publication date\n It must be a future Date';
LANGUAGE['ERROR_MSG_8'] = 'Please specify the number of times to publish the Ad';
LANGUAGE['ERROR_MSG_9'] = 'Please specify a positive integer as the width of the Ad';
LANGUAGE['ERROR_MSG_10'] = 'Please specify a positive integer as the height of the Ad';
LANGUAGE['ERROR_MSG_11'] = 'Please specify a page number between 1 (first) and 36 (last)';

//directory
LANGUAGE['ERROR_MSG_20'] = 'Please input a company name';
LANGUAGE['ERROR_MSG_21'] = 'Please input an address';
LANGUAGE['ERROR_MSG_22'] = 'Please input company email';
LANGUAGE['ERROR_MSG_22b'] = 'Please input a valid email';
LANGUAGE['ERROR_MSG_23'] = 'Please inpuit a company website';
LANGUAGE['ERROR_MSG_24'] = 'Please specify a company fax';
LANGUAGE['ERROR_MSG_25'] = 'Please specify a company telephone';
LANGUAGE['ERROR_MSG_26'] = 'Please specify a category';
LANGUAGE['ERROR_MSG_27'] = 'Please describe the company';

LANGUAGE['ER_MAX_PIC_CLASS'] = 'Max 80 characters for picture classified';
LANGUAGE['ER_NO_PIC_CLASS_IMG'] = 'You must upload an image for picture classified';

var LANG=LANGUAGE;
