var languageString = new Array();

languageString['lang'] = 'en';


// comments.js
languageString['commentNoOriginalMessage'] = 'You cannot submit the original message.';
languageString['commentNoComments'] = 'You must write a comment if you want to use this button successfully.';


// form.js
languageString['formQwerty'] = "The <b>security code</b> is currently 'qwerty'.";
languageString['formSelectOption'] = "You must select an option. Please try again.";
languageString['formSelectEventOption'] = "<b>Please select the event type.</b>";
languageString['formMustFillField'] = "You must fill in the field. Please try again.";


// global.js
languageString['globalConfirmDeleteItem'] = "Are you sure you want to delete this item?";
languageString['globalAddPastDate'] = "Are you sure you want to create a past trip? It will automatically be added to your travel history.";
languageString['globalAddPerson'] = "Are you sure you want to add this person to your contact list?";
languageString['globalAddEvent'] = "Are you sure you want to attend this event?";


// upload.js
languageString['uploaded'] = "Upload Completed.";
languageString['uploading'] = "Uploading...";

languageString['uploadOversized'] = "Erreur: This file is too large."
languageString['uploadFailed'] = "Error: The file was not uploaded.";
languageString['uploadImagesOnly'] = "Error: only images are allowed.";
languageString['uploadAddressesOnly'] = "Error: only *.CSV files are allowed.";


// search.js
languageString['searchRequest'] = "You must type a request.";
languageString['searchPrevious'] = "Back";
languageString['searchNext'] = "Next";


// settings.js
languageString['settingsSiteTitleAddressRequired'] = "You must enter a title or a url for your website.";
languageString['settingsDelete'] = "Delete";
languageString['settingsChooseOption'] = "Select an option within the list.";
languageString['settingsChooseLanguage'] = "Select a language in the list.";
languageString['settingsChooseInterest'] = "Select an interest in the list.";
languageString['settingsEnterInterest'] = "You must enter an interest.";
languageString['settingsChooseAtLeastOneOption'] = "You must fill in at least one field or select an option.";
languageString['settingsDiploma'] = "Degree";
languageString['settingsSchool'] = "School / University";
languageString['settingsProgram'] = "Concentration";
languageString['settingsEnterName'] = "You must enter a person or company name.";
languageString['settingsEnterAssociation'] = "You must enter the title of the order or association."

languageString['reportContentFailure'] = "We were unable to process your request";
languageString['reportContentSuccess'] = "The report has been recorded";
languageString['reportContentDuplicate'] = "You've already reported this content";


// ContactManager.js
languageString['delete'] = '[ Delete ]';
languageString['contactConirmDelete'] = 'Are you sure you want to delete this contact?';
languageString['contactErrorDelete'] = "Error: Delete contact";
languageString['errorLoadingContactList'] = "An error occured while loading your contact list.";


// GeoCoding
languageString['geoSuccess'] = 'The executed operation has completed with success.';
languageString['geoDidYouMean'] = 'Did you mean';
languageString['geoTooManyResults'] = 'A specific geographic location could not be displayed. This may occur for various reasons:<br /><br />&bull; The address is relatively new, or it may be incorrect.<br /><br />&bull; The address is too specific or not enough and duplicate locations arise among the results.<br /><br />&bull; The geolocalization of this address cannot be executed due to legal or contractual reasons.<br /><br />To help us find your location try changing details such as the way the location is written, adding the country or postal code.';
languageString['geoMissingAddress'] = 'Lacking an Address : the address is either missing or invalid.';
languageString['geoUnknownAddress'] = 'Unknown Address : No geographic location was found for the inputed address.';
languageString['geoUnavailableAddress'] = 'Unavailable Address : the geolocalization of this address cannot be executed due to legal or contractual reasons.';
languageString['geoBadKey'] = 'The API key is invalid or does not match the domain name.';
languageString['geoTooManyQueries'] = 'Number of request too large : the daily limit has been reached.';
languageString['geoServerError'] = 'Server error : the query was not executed successfully.';
languageString['geoBrowserCompatibility'] = 'Sorry, the Google Map API is incompatible with your browser.';


// Validate.js
languageString['required'] = "This field is required.";
languageString['remote'] = "Please fix this field.";
languageString['email'] = "Please enter a valid email address.";
languageString['url'] = "Please enter a valid URL.";
languageString['date'] = "Please enter a valid date.";
languageString['dateISO'] = "Please enter a valid date (ISO).";
languageString['dateDE'] = "Bitte geben Sie ein gültiges Datum ein.";
languageString['number'] = "Please enter a valid number.";
languageString['numberDE'] = "Bitte geben Sie eine Nummer ein.";
languageString['digits'] = "Please enter only digits";
languageString['creditcard'] = "Please enter a valid credit card.";
languageString['equalTo'] = "Please enter the same value again.";
languageString['accept'] = "Please enter a value with a valid extension.";
languageString['maxLength'] = "Please enter no more than {0} characters.";
languageString['minLength'] = "Please enter at least {0} characters.";
languageString['rangelength'] = "Please enter a value between {0} and {1} characters long.";
languageString['rangeValue'] = "Please enter a value between {0} and {1}.";
languageString['maxValue'] = "Please enter a value less than or equal to {0}.";
languageString['minValue'] = "Please enter a value greater than or equal to {0}.";