/*
* This is a simple JSON object with all the strings as as key and translated 
* strings as value; care must be taken, special chars must be converted into
* their respective html code for example aumluts can be converted in to "&ouml;"
*/

var i18n = {
	"User Name field is required.": "",
	"User Name field must contain a valid email address.": "",
	"Password field is required.": "",
	"Password is invalid: must be between 6 and 16 characters in length.": "",
	"Password is invalid: can only have alpha characters, digits, underline or dash characters.":"",
	"You can submit up to 10 stations at a time. Please click \'Submit Location Request\'.":"",
	"Invalid username or password.":"",
	"Logging in ....":"",
	"Atleast one status should be selected.":"",
	"No station found...!":"",     //text across multiple line in setsideBarDiv function in devicelocation.html 
	"Loading stations details...":"",
	"Please enter Address":"",
	"Address not valid":"",
	"Please enter Location":"",
	"Are you sure you want to abort 'Add Device'?":"",
	"Are you sure you want to abort 'Edit Device'?":"",
	"Are you sure you want to delete the devivce?":"",
	"Error with the script. Please check your script file.":"",
	"Tooltip Script Error Message:\n\n":"",
	"Are you sure you want to make this station 'out of service'?":"",
	"Are you sure you want to Reboot Station?":"",
	"Are you sure you want to Start charging?":"",
	"Are you sure you want to delete the station?":"",
	"Are you sure you want to Stop charging?":"",
	"This operation will send modified ACL to all affected Station(s). Do you want to Continue?":"",
	"Do you want to delete this ACL?":"",
	"This operation will send modified Ad to all affected Station(s). Do you want to Continue?":"",
	"Do you want to delete this Ad?":"",
	"Are you sure you want to abort 'View Alarm'?":"",
	"Are you sure you want to delete the device?":"",
	"Are you sure you want to abort ?":"",
	"Are you sure ?":"",
	"Are you sure you want to... ":"",   //txt contains variable vaue in hosthome.php at line 1957
	"This operation will delete the entire Radio Group. Do you really want to Continue?":"",
	"Do you want really delete this Non Gateway?":"",
	"This will change the configuration on the Gateway and all Non-gateways for this group. Are you sure you want to proceed?":"",
	"This will change the configuration on the Non-gateway.  Are you sure you want to proceed?":"",
	"Message failed. Please try again.":"", // contains variable value in station-common.js - 1395
	"Message sent successfully.":"",		// contains variable value in station-common.js - 1400
	"Please first close the already opened user information.":"",
	"Tab wasn\'t found!":"",  // contains variable value in station-common.js - 1548
	"Exception in moveendHandler: ":"", // contains variable value in locationmarker.js - 106
	"Exception in zoomendHandler: ":"", // contains variable value in locationmarker.js - 115
	"Exception in dragHandler: ":"", // contains variable value in locationmarker.js - 123
	"oops":"",
	"Exception in clickHandler:":"", // contains variable value in locationmarker.js - 174
	"Giving up :( Cannot create an XMLHTTP instance":"",
	"Request Failed: ":"" // contains variable value in mapdirections.js - 386
	"You must fill in the form before selecting another location and if you want to change the location you must drag the marker to the new position":"",
	"Please close all Edit or View Windows to add new":"",
	"Please close all Add or View Windows to Edit":"",
	"Please select an object to edit":"",
	"Please close all Edit or Add Windows to View Details":"",
	"Please select an object to view":"",
	"Please close existing User details to view new one.":"",
	"Please close existing Station details to view new one.":"",
	"Error communication with the server:":"",
	"Maximum 9 cards are allowed":"",
	"This Card already added, Select another card.":"",
	"This card has already been added. Please select another card.":"",
	"Alarms for this device has ignored by other user.":"",
	"Alarms for this device has cleared by other user.":"",
	"Please choose an alarm to clear.":"",
	"Please close opened details first.":"",
	"Maximum 6 cards are allowed":"",
	"Please close all Add or View Windows to Edit Gateway":"",
	"Please close all View Windows":"",
	"Address not found, please try again.....":"",
	"Please enter the Address and try again":"",
	"Address field required":"",
	"Send E-mail to customer support to have station name changed.":"",
	"Please click on \"Set Lat/Lon From Address\" or \"Show map\"":"",
	"Please select a station, then click Edit.":"",
	"Please select a station, then click Remove.":"",
	"This Station Can't be deleted because of Its Version is Lesser than 1.1.2":"",
	"Please select a station, then click Swap Head.":"",
	"Please select a station, then click View.":"",
	"Please select a station, then click Resend Config.":"",
	"Resend Config can't send to this Station as its Software version does not support...":"",
	"Station will be re configured soon....":"",
	"Checked in":"",
	"Checked out":"",
	"Please enter user info.":"",
	"Please refine your search.":"",
	"Please select user from list.":"",
	"Sending request. Please wait...!":"",
	"Please enter valid email.":"",
	"Please enter serial number.":"",
	"Please enter atleast one value.":"",
	"Request successfully sent.":"",
	"Message Failed...!":"",
	"Sending message to the station":"",
	"Station status updated.":"",
	"Sending message to the device...":"",
	"Request sent successfully.":"",
	"Retrieving LAN IP...":"",
	"LAN IP request failed.":"",
	"LAN IP updated.":"",
	"Failed to load tab!":"",
	"Content of new window":"",
	"Map could not be retrieved":"",
	"Data could not be retrieved":"",
	"Getting user data...Please wait...!":"",
	"Session Not Started...!":"",
	"This card is already registered":"",
	"This card is Not Prepaid":"",
	"Please check Serial number":"",
	"Request successfully sent. Waiting for acknowledgement...":"",
	"Display Name : ":"",
	"Device rebooted":"",
	"Session started.":"",
	"Session stopped.":"",
	"User edited successfully":"",
	"User created successfully.":"",
	"Loading map...!":"",
	"Please select a Host":"",
	"Station already provisioned.  Please enter a different MAC Address and Password.":"",
	"This Station is not a Gateway, Please add MAC Address of a Gateway.":"",
	"This station is a Gateway. Please enter the MAC address of a Non-Gateway.":"",
	"This station is a Gateway. Please enter the MAC address of a Non-Gateway.":"",
	"This Station is not a Gateway, Please add MAC Address of a Gateway.":"",
	"MAC Address or Password is not correct Please try again.":"",
	"Please enter all the fields":""
};