var mPrefix = "You did not enter a value into the";
var mSuffix = "field. This is a required field. Please enter it now";
var mFormEmpty = "All form fields were left blank. Please correct it before submit";
var mDateInvalid = "The supplied values do not form a valid date";
var mLogout = "Are you sure you want to logout from IPP?";
var mReset = "Are you sure you want to reset all values?";
var mDeletePhoto = "Are you sure you want to DELETE the photo?";
var invalidNum = "Invalid number";
var invalidRange = "Make sure the value is formed by only positive numbers and is in the range";
var mIntegerValue = "Make sure the field is formed only by positive numbers";
var mFloatValue = "Make sure the field is formed only by positive numbers and do not have commas as separators";
var mNegFloatValue = "Make sure the field is formed only by numbers";
var mStatus = "IPP Card System";
var mProtect = "Protected resource";
var mTextLenght = "The specified parametres are not valid";

var mPassLength = "The password length is at least 6 caracters";
var mPassDontMatch = "The confirmation value for the password does not match with the password you have supplied";
var mName = "The required field NAME was left blank";
var mFullName = "The required field FULL NAME was left blank";
var mLoginName = "The required field LOGIN USER NAME was left blank";
var mPassRequired = "The required field PASSWORD was left blank";
var mPassRetype = "The required field RETYPE PASSWORD was left blank";
var mEmail = "The required field EMAIL was left blank";
var mAdress = "The required field ADDRESS was left blank";
var mCountry ="The required field COUNTRY was left blank";
var mReason = "The required field REASON was left blank";
var mCategory = "The required field CATEGORY was left blank";
var mCategoryFind = "Select first a Category using the FIND button";
var mGateKeeperSearch = "Select a species value or a country name to search for gatekeepers. If you do not want to specify a value, please select the ->all<- in the species or country list";
var mLocationFind = "Select a Country and then specify the location and push FIND button";
var mLocation = "The required field LOCATION was left blank";
var mLocationLength = "The LOCATION field must have at least 3 characters";
var mGeoRef = "Select a location to be able to see its geo references values";
var mRootStockFind = "Select a Species rootstock Common or Latin name and the cultivar type before clicking on the FIND button";
var mCompanyValues = "Select a company first to be able to see its details values";
var mCropCategory = "The required field CROP CATEGORY was left blank";
var mSpeciesCommonName = "The required field SPECIES COMMON NAME was left blank";
var mNotLocationValue = "A location was not previously recorded";
var mNotCompanyValue ="A company was not previously recorded";
var mProjectFind = "Specify some data to look for Project information";
var mCopyEntry = "Are you sure you want to make a new entry by copying this data entry?";

var mSurName = "The required field SURNAME was left blank";
var mStatisticsCategory = "The required field ARE YOU A: was left blank";
var mStatisticsSector = "The required field FROM WITCH SECTOR was left blank";
var mStatisticsFrom = "The required field HOW DID YOU HEAR ABOUT IPP was left blank";
var mOtherInfo = "The required field OTHER INFO was left blank";

var mLookupLocation = "Select a Country and then specify the location and push FIND button";
var mLookupCultivar = "Select first a Crop species common name or latin name and then push FIND button";
var mQueryID = "The required field SEARCH TYPE was left blank";
var mProjectSearch = "Specify some data to look for Project information";
var mHHISearch = "Select a country first to be able to search for Host Institution";
var mInvalidLink = "This Link does not have an available URL yet. Please contact ipp Desk if you need more information";
var mLookupPartner = "Select a Country and then specify the PARTNER name and push FIND button";
var mLookupPest = "Select a Pest class first";
var mCountryRequired = "The required field COUNTRY was left blank";
var mLocationRequired = "The required field LOCATION(city) was left blank";
var mProblemRequired = "The required field CONVENTIONAL PRACTICE(problem) was left blank";
var mSolutionRequired = "The required field IPP PRACTICE(solution) was left blank";
var mCultivarTypeRequires = "Specify the proper cultivar type for the cultivar information selected";
var mLoadHHIDetails ="Please, select any Host Institution to see its details";
var mDeletePicture = "Are you sure you want to DELETE the picture?";
var mInvalidDataFormat = "The supplied values do not form a valid date";

var mPestAgentClass = "The required field CLASS NAME was left blank";
var mPestSpecies = "The required field SPECIES LATIN NAME was left blank";
var mCultivarName = "The required field CULTIVAR NAME was left blank";
var mCultivarType = "The required field CULTIVAR TYPE was left blank";
var mLocationName = "The required field LOCATION was left blank";
var mLocationNameLenght = "The LOCATION field must have at least 3 characters";
var mGeoReference = "Select a location to be able to see its geo references values";

// s is an abbreviation for "string"
var iEmail = "This field must be a valid email address (like hortivar@fao.org). Please reenter it now";
var iDay = "This field must be a day number between 1 and 31. Please reenter it now";
var iMonth = "This field must be a month number between 1 and 12. Please reenter it now";
var iYear = "This field must be 4 digit year number. Please reenter it now";
var iDatePrefix = "The Day, Month, and Year";
var iDateSuffix = "do not form a valid date. Please reenter them now";

// p is an abbreviation for "prompt"
var pEntryPrompt = "Please enter a";
var pEmail = "valid email address (like hortivar@fao.org)";
var pDay = "day number between 1 and 31";
var pMonth = "month number between 1 and 12";
var pYear = "4 digit year number";

window.status= mStatus;