/**
 * MANHUNT V4 Dictionary
 * contains all the alerts and messages for javascript in the current culture
 * 
 * NOTE:
 * This is just a template.. All changes should be made here, and language
 * specific dictionary files will be written at build time.
 * 
 * Strings MUST be in double quotes, single quotes will not work!
 */


mhDictionary = new Object();

// general site wide javascript messages
mhDictionary.site = new Object();
mhDictionary.site.generalError = "There was an error; please try reloading the page.";  //SUCCESSFULLY REPLACED!!
mhDictionary.site.enablePopUp = "Please enable pop-ups for MANHUNT";  //SUCCESSFULLY REPLACED!!
mhDictionary.site.chooseName = "Please enter a member name.";  //SUCCESSFULLY REPLACED!!
mhDictionary.site.ajaxError = "There was a connection error, please try again";  //SUCCESSFULLY REPLACED!!
mhDictionary.site.charactersLeft = "%CHARACTERSLEFT% characters left";  //SUCCESSFULLY REPLACED!!


// profile javascript messages
mhDictionary.profile = new Object();
mhDictionary.profile.noCharacters = "You have input the maximum amount of text for your profile.";  //SUCCESSFULLY REPLACED!!
mhDictionary.profile.saveLocation = "Click the Save button to set your location.";  //SUCCESSFULLY REPLACED!!
mhDictionary.profile.today = "Today";  //SUCCESSFULLY REPLACED!!
mhDictionary.profile.yesterday = "Yesterday";  //SUCCESSFULLY REPLACED!!
mhDictionary.profile.thisWeek = "This Week";  //SUCCESSFULLY REPLACED!!
mhDictionary.profile.lastWeek = "Last Week";  //SUCCESSFULLY REPLACED!!
mhDictionary.profile.thisMonth = "This Month";  //SUCCESSFULLY REPLACED!!
mhDictionary.profile.lastMonth = "Last Month";  //SUCCESSFULLY REPLACED!!
mhDictionary.profile.monthsAgo = "%MONTHS% Months Ago";  //SUCCESSFULLY REPLACED!!
mhDictionary.profile.lastYear = "Last Year";  //SUCCESSFULLY REPLACED!!
mhDictionary.profile.yearsAgo = "%YEARS% Years Ago";  //SUCCESSFULLY REPLACED!!

// notification javascript messages
mhDictionary.notification = new Object();
mhDictionary.notification.noPhoneNumber = "Invalid phone number";  //SUCCESSFULLY REPLACED!!

// mail javascript messages  
mhDictionary.mail = new Object();
mhDictionary.mail.emptyInbox = "Are you sure you want to empty your Inbox? Emptying your Inbox will move all of the messages into the Trash.";  //SUCCESSFULLY REPLACED!!
mhDictionary.mail.emptySent = "Emptying your Sent folder will NOT unsend the messages. Sent messages cannot be retrieved once they have been deleted. Are you sure you want to empty your sent folder?";  //SUCCESSFULLY REPLACED!!
mhDictionary.mail.emptySaved = "Are you sure that you want to empty your Saved folder?";  //SUCCESSFULLY REPLACED!!
mhDictionary.mail.emptyTrash = "Emptying your Trash will permanently erase all of the messages in it. Are you sure you want to permanently delete all messages in the trash?";  //SUCCESSFULLY REPLACED!!
mhDictionary.mail.restoreMessages = "Are you sure you want to restore these messages to your Inbox?";  //SUCCESSFULLY REPLACED!!
mhDictionary.mail.saveMessages = "Are you sure you want to move these messages to your Saved folder?";  //SUCCESSFULLY REPLACED!!
mhDictionary.mail.deleteSentMessages = "Deleting messages from your Sent folder will NOT unsend them. Sent messages cannot be retrieved once they have been deleted. Are you sure you want to delete these messages?";  //SUCCESSFULLY REPLACED!!
mhDictionary.mail.deleteTrashMessages = "Deleting messages from your Trash will permanently erase them. Are you sure you want to permanently delete these messages?";  //SUCCESSFULLY REPLACED!!
mhDictionary.mail.moveToTrash = "Are you sure you want to move these messages to your Trash?";  //SUCCESSFULLY REPLACED!!
mhDictionary.mail.moveToInboxError = "The message(s) could not be moved to the Inbox.";  //SUCCESSFULLY REPLACED!!
mhDictionary.mail.moveToSavedError = "The message(s) could not be moved to the Saved folder.";  //SUCCESSFULLY REPLACED!!
mhDictionary.mail.moveToTrashError = "The message(s) could not be moved to the Trash.";  //SUCCESSFULLY REPLACED!!
mhDictionary.mail.charactersLeft = "%CHARACTERSLEFT% characters remaining in this message";  //SUCCESSFULLY REPLACED!!
mhDictionary.mail.charactersLeftError = "Your message is too long. %CHARACTERSLEFT% characters will be removed from the end of this message.";  //SUCCESSFULLY REPLACED!!
mhDictionary.mail.menuLink = "Mail";  //SUCCESSFULLY REPLACED!!
mhDictionary.mail.menuLinkHot = "New Mail (%EMAIL%)";  //SUCCESSFULLY REPLACED!!
mhDictionary.mail.confirmClose = "Are you sure you want to cancel and discard this message?";  //SUCCESSFULLY REPLACED!!
mhDictionary.mail.menuLinkHotIM = "New IM (%IM%)";  //SUCCESSFULLY REPLACED!!

// registration javascript messages
mhDictionary.registration = new Object();
mhDictionary.registration.needName = "Please enter a member name.";  //SUCCESSFULLY REPLACED!!
mhDictionary.registration.needPass = "Please enter a password to use for your account.";  //SUCCESSFULLY REPLACED!!
mhDictionary.registration.passShort = "Your password must be at least 6 characters long.";  //SUCCESSFULLY REPLACED!!
mhDictionary.registration.passNoMatch = "Your passwords don't match, please re-enter them.";  //SUCCESSFULLY REPLACED!!
mhDictionary.registration.needEmail = "Please enter a valid email address.";  //SUCCESSFULLY REPLACED!!
mhDictionary.registration.badEmail = "Your email address is invalid, please provide a valid email address.";  //SUCCESSFULLY REPLACED!!
mhDictionary.registration.needAge = "Please enter your age to continue.";  //SUCCESSFULLY REPLACED!!
mhDictionary.registration.nonNumericAge = "Please enter your age as a number.";  //SUCCESSFULLY REPLACED!!
mhDictionary.registration.tooYoung = "Please enter an age between 18 and 99.";  //SUCCESSFULLY REPLACED!!
mhDictionary.registration.tooOld = "Please enter an age between 18 and 99.";  //SUCCESSFULLY REPLACED!!
mhDictionary.registration.needCertifyAge = "Please check the box to certify you are at least 18 years old.";  //SUCCESSFULLY REPLACED!!
mhDictionary.registration.needLocation = "Please select a location";  //SUCCESSFULLY REPLACED!!
mhDictionary.registration.needHeadline = "Your headline must be at least 10 characters long.";  //SUCCESSFULLY REPLACED!!
mhDictionary.registration.needBody = "Your profile text must be at least 10 characters long.";  //SUCCESSFULLY REPLACED!!
mhDictionary.registration.bodyTooLong = "Your profile text can't be more then 650 characters long.";  //SUCCESSFULLY REPLACED!!
mhDictionary.registration.needPhoto = "Please upload a picture of yourself.";  //SUCCESSFULLY REPLACED!!
mhDictionary.registration.needChallenge = "Please correctly enter the security code.";  //SUCCESSFULLY REPLACED!!

mhDictionary.registration.helpNameTitle = "Create Your Member Name";  //SUCCESSFULLY REPLACED!!
mhDictionary.registration.helpNameBody = "Think of a member name that's as unique as you are! Member names must be at least 6 characters and may only contain the letters A-Z, numbers and underscores (_).";  //SUCCESSFULLY REPLACED!!
mhDictionary.registration.helpPassTitle = "Choose and Confirm Your Password";  //SUCCESSFULLY REPLACED!!
mhDictionary.registration.helpPassBody = "Think of a password that will be easy for you to remember, but difficult for others to guess. Your password may be between 6 and 16 characters long.";  //SUCCESSFULLY REPLACED!!
mhDictionary.registration.helpEmailTitle = "Enter a Valid Email Address";  //SUCCESSFULLY REPLACED!!
mhDictionary.registration.helpEmailBody = "We will send an email to this address to verify that it belongs to you. Please check for this confirmation message after joining.\n\nMANHUNT cares about your privacy and will only contact you via email to notify you about changes to your account or to deliver messages that you have agreed to receive.\n\nYour address will never be shared with or sold to anyone!";  //SUCCESSFULLY REPLACED!!
mhDictionary.registration.helpAgeTitle = "Enter Your Age";  //SUCCESSFULLY REPLACED!!
mhDictionary.registration.helpAgeBody = "Tell us how old you are and confirm that you're over 18 by checking the box.";  //SUCCESSFULLY REPLACED!!
mhDictionary.registration.helpLocationTitle = "Set Your Location";  //SUCCESSFULLY REPLACED!!
mhDictionary.registration.helpLocationBody = "Start typing the name of your city or town, and you’ll see a list of matching locations. The more you type, the more specific the list will become. Once you see your location in the list, click it.";  //SUCCESSFULLY REPLACED!!
mhDictionary.registration.helpHeadlineTitle = "Enter a Headline";  //SUCCESSFULLY REPLACED!!
mhDictionary.registration.helpHeadlineBody = "Introduce yourself to the men of MANHUNT with a profile headline. The headline text must be between 10 and 100 characters long.";  //SUCCESSFULLY REPLACED!!
mhDictionary.registration.helpBodyTitle = "Enter Your Profile";  //SUCCESSFULLY REPLACED!!
mhDictionary.registration.helpBodyBody = "Tell the men of MANHUNT all about yourself and what you're looking for. You may use between 10 and 650 characters.";  //SUCCESSFULLY REPLACED!!
mhDictionary.registration.helpPicTitle = "Upload a Picture";  //SUCCESSFULLY REPLACED!!
mhDictionary.registration.helpPicBody1 = "Upload your primary public picture. You'll be able to add more public and private pictures later.";  //SUCCESSFULLY REPLACED!!
mhDictionary.registration.helpPicBody2 = "You may only upload JPG, PNG or GIF pictures that are up to %MAXMB% MB in size.";  //SUCCESSFULLY REPLACED!!


// location javascript messages
mhDictionary.location = new Object();
mhDictionary.location.cantGoBack = "You can't go back further.";  //SUCCESSFULLY REPLACED!!
mhDictionary.location.selectedLocation = "Selected Location Title";  //SUCCESSFULLY REPLACED!!
mhDictionary.location.autocompleteHelp = "Start typing your city or town name.";  //SUCCESSFULLY REPLACED!!
mhDictionary.location.autocompleteNoResults = "Sorry, we could not find any cities, please try again.";  //SUCCESSFULLY REPLACED!!
mhDictionary.location.autocompleteMoreSpecific = "Too many results, please be more specific.";  //SUCCESSFULLY REPLACED!!
mhDictionary.location.initialString = "Enter City, Country";  //SUCCESSFULLY REPLACED!!
mhDictionary.location.addAcity = "add a city";  //SUCCESSFULLY REPLACED!!
mhDictionary.location.removeCity = "remove city";  //SUCCESSFULLY REPLACED!!
mhDictionary.location.locationLabel = "Location:";  //SUCCESSFULLY REPLACED!!

// search javascript messages
mhDictionary.search = new Object();
mhDictionary.search.onlineOnly = "Are online now";  //SUCCESSFULLY REPLACED!!
mhDictionary.search.picsOnly = "Have pictures";  //SUCCESSFULLY REPLACED!!
mhDictionary.search.checkLocationRemove = "Are you sure you want to remove this city from your search?";  //SUCCESSFULLY REPLACED!!
mhDictionary.search.checkLocationRemoveAll = "Are you sure you want to remove all selected cities from your search?";  //SUCCESSFULLY REPLACED!!
mhDictionary.search.maxSelectedLocations = "You may not search more than %MAX% different cities at once.";  //SUCCESSFULLY REPLACED!!
mhDictionary.search.defaultMenuItem = "All places";  //SUCCESSFULLY REPLACED!!
mhDictionary.search.replaceSavedSearch = "You already have a saved search with the name %NAME%. Do you want to overwrite it with this new search?";
mhDictionary.search.badCharacterSavedSearchError = "Please don't use \"<\" or \">\" symbols in saved search names";
mhDictionary.search.removeSelectedCity = "Remove";  //SUCCESSFULLY REPLACED!!
mhDictionary.search.emptySelectedCitySlot = "No city selected";  //SUCCESSFULLY REPLACED!!
mhDictionary.search.alreadySelectedLocation = "You have already selected this location below.";
mhDictionary.search.cantSelectDistance = "You must first select a city before setting a distance search.";  //SUCCESSFULLY REPLACED!!

//TODO: replace these strings with new xliff strings when you get them!
mhDictionary.search.between = "between";
mhDictionary.search.and = "and";
mhDictionary.search.over = "over";
mhDictionary.search.under = "under";
mhDictionary.search.years = "years";  //SUCCESSFULLY REPLACED!!



// list javascript messages
mhDictionary.list = new Object();
mhDictionary.list.topnav = "Buddies (%ONLINE% online)";  //SUCCESSFULLY REPLACED!!
mhDictionary.list.confirmDelete = "Are you sure you want to remove %NAME% from your buddy list?";  //SUCCESSFULLY REPLACED!!
mhDictionary.list.confirmUnblock = "Are you sure you want to remove this member from your block list?";  //SUCCESSFULLY REPLACED!!
mhDictionary.list.emptyBuddyList = "You haven't added any buddies yet.";  //SUCCESSFULLY REPLACED!!
mhDictionary.list.emptyOnlineBuddyList = "None of the guys on your buddy list are online now.";  //SUCCESSFULLY REPLACED!!
mhDictionary.list.emptyBlockList = "You haven't blocked anybody yet.";  //SUCCESSFULLY REPLACED!!
mhDictionary.list.emptyUnlockList = "You haven't unlocked your pictures for anybody yet.";  //SUCCESSFULLY REPLACED!!
mhDictionary.list.addBuddyButtonLabel = "Add Buddy";  //SUCCESSFULLY REPLACED!!
mhDictionary.list.editBuddyButtonLabel = "Edit Buddy";  //SUCCESSFULLY REPLACED!!
mhDictionary.list.unlockButtonLabel = "Unlock";  //SUCCESSFULLY REPLACED!!
mhDictionary.list.lockButtonLabel = "Lock";  //SUCCESSFULLY REPLACED!!
mhDictionary.list.notOnListError = "Error! The member isn't on this list.";  //SUCCESSFULLY REPLACED!!
mhDictionary.list.blockedUser = "This member has been blocked.";  //SUCCESSFULLY REPLACED!!

// photo javascript messages
mhDictionary.photo = new Object();
mhDictionary.photo.noPhotos = "You do not have any pictures of this type.";  //SUCCESSFULLY REPLACED!!
mhDictionary.photo.verifyDelete = "Are you sure you want to delete this picture?";  //SUCCESSFULLY REPLACED!!
mhDictionary.photo.explicit = "MANHUNT Customer Service has classified this photo as adult. You may not make this picture public. Thank you.";  //SUCCESSFULLY REPLACED!!
mhDictionary.photo.noPermission = "This is your last public picture and may not be deleted or made private. If you would like to use MANHUNT without a primary picture, please sign up for Unlimited Membership.";  //SUCCESSFULLY REPLACED!!
mhDictionary.photo.uploadError1 = "Please select a privacy level for your new photo.";  //SUCCESSFULLY REPLACED!!
mhDictionary.photo.uploadError2 = "Please select a privacy level for your new photo.";  //SUCCESSFULLY REPLACED!!
mhDictionary.photo.uploadError3 = "Please select first a picture to upload.";  //SUCCESSFULLY REPLACED!!
mhDictionary.photo.widgetMoveTitle = "Move Photo";  //SUCCESSFULLY REPLACED!!
mhDictionary.photo.widgetMoveLeft = "Left";  //SUCCESSFULLY REPLACED!!
mhDictionary.photo.widgetMoveRight = "Right";  //SUCCESSFULLY REPLACED!!
mhDictionary.photo.widgetVisTitle = "Edit Visibility";  //SUCCESSFULLY REPLACED!!
mhDictionary.photo.widgetVisPublic = "Public";  //SUCCESSFULLY REPLACED!!
mhDictionary.photo.widgetVisPrivate = "Private";  //SUCCESSFULLY REPLACED!!
mhDictionary.photo.widgetVisInactive = "Inactive";  //SUCCESSFULLY REPLACED!!
mhDictionary.photo.widgetRemoveTitle = "Remove Photo";  //SUCCESSFULLY REPLACED!!
mhDictionary.photo.widgetRemoveButton = "Delete";  //SUCCESSFULLY REPLACED!!


// billing javascript messages
mhDictionary.billing = new Object();
mhDictionary.billing.payButton = "Pay %AMOUNT% Now";  //SUCCESSFULLY REPLACED!!
mhDictionary.billing.planDescription = "Your plan will automatically renew every <b>%DURATION% days</b> for <b>%PRICE%</b> until you cancel your membership.";  //SUCCESSFULLY REPLACED!!
mhDictionary.billing.ecpLimitation = "For Electronic Check Payment you have to at least sign up for the 30 Day Unlimited Membership Plan. We will make that change now.";  //SUCCESSFULLY REPLACED!!
mhDictionary.billing.pleaseWait = "Please wait ...";  //SUCCESSFULLY REPLACED!!
mhDictionary.billing.boletoinfo = "Otherwise, use the link below to make an online money transfer or to print a payment slip to bring to your bank. If this transaction is not completed by <span class='LocalTime' gmt_time='%END_DATE%'></span>, your purchase will be cancelled.";


// chat javascript messages
mhDictionary.chat = new Object();
mhDictionary.chat.popupError = "You must have popups enabled in order to use chat.";  //SUCCESSFULLY REPLACED!!
mhDictionary.chat.selfchatError = "You can not chat with yourself. If you would like to chat with another member, click the IM button on his profile.";  //SUCCESSFULLY REPLACED!!
mhDictionary.chat.chatReq = "would like to chat with you.";  //SUCCESSFULLY REPLACED!!
mhDictionary.chat.chatInvite = "Chat Invitation";  //SUCCESSFULLY REPLACED!!
mhDictionary.chat.chatAccept = "Accept";  //SUCCESSFULLY REPLACED!!
mhDictionary.chat.chatDecline = "Decline";  //SUCCESSFULLY REPLACED!!
