// Language variable for fmap.js and map.js
//map.js
var lStateArray = {
    'ok': 'ok', //green
    'on': 'on',
    'off': 'off',
    'no GPS': 'no GPS',
    'blocked': 'block',
    'no signal': 'no signal', //gold
    'no connection': 'no conn.',
	'?':'?',
	'wait4inv':'wait for inv.',
	'fwait4inv':'to invite'
};
var lHelp="Help";
var lSorryBrowser="Sorry! Your browser doesn't support this function.";
var lNothingChange="Nothing change?";
var lPleaseCorrentUser="Please enter correct user name.";
var lYourPassShort="Your password is too short(<5)";
var lPassNotMatch="Retyped password doesn't match";
var lEmailNotCorrect="Your email isn't correct";
var lEmailNotMatch="Retyped email doesn't match";
var lRefreshTooShort="Refresh time is too short";
var lBotOrHuman="Are you a bot or a human?";
var lPleaseWait="Please wait ...";
var lConnError="Connection error";
var lActivEmailSend='Activation e-mail was send to you. You should receive it in few minutes.';
var lUserOccupied="Choose another username, this is occupied.";
var lTooMuchAccount="Sorry, you have too much free account.";
var lUserPassNotValid='User name or password is not valid';
var lAgree4Terms="You must agree for terms of use";

var lBarPassRecovery="Password recovery";
var lUserName="User name";
var lEmail='Email';
var lPassRecSend="Password recovery email was send.";
var lBadUserName='Bad user name.';
var lBadEmail="Bad email address.";
var lUserNotValid='User name is not valid';

var lPleasePassword='Please enter your password.';
var lActivCompleted="Activation completed successfully.";

var lFMapNotAllowed='Using FMap is not allowed for this user<br />(check your profile at <a href="http://fagps.forann.eu/en/login.php" target="_blank">FAGPS</a>) .';
var lSorryAccountBlock='Sorry your account is bloked<br />(check <a href="http://fagps.forann.eu" target="_blank">FAGPS</a> for detail).';

var lLogout="Logout";
var lStatus='Status';
var lOk='Ok';

//fmap
var lSAgo="s ago";
var lMinAgo="min. ago";
var lConnError="Connection error";
var lAuthRequired='Authorization Required';
var lSorrySessBroken='Sorry you session is broken, do you want to reload amplication?';
var lRespError='Response error:';
var lParseError='Parse error';
var lRequestErr='Request error';
var lConnTimeOut='Connection timeout';
var lWait4Invitation='You wait for friends invitation(since ';
var lAbnormlFriendConn="Abnormal friend connection";
var lFriendWait4Inv="Your friend wait for your invitation(since ";

var lNameUserFriend="Name of user or friend";
var lUser="User";
var lState="state";
var lLastUpdate="last update";
var lRights="rights";
var lClick2ChoosePin="click to choose pin and show on map";
var lMenu="menu";
var lLatNotCorr="Latitude is not correct (-90..90)";
var lLonNotCorr="Longitude is not correct (-180..180)";
var lAltNotCorr="Altitude is not correct (-20km..100km)";
var lAddLocFail='Adding location failed';

var lLocNameUser="Location name and user";
var lLocation="Location";
var lShowOnMap='show on map';

var lLowest="Lowest";
var lHighest="Highest";
var lFastest="Fastest";
var lApprox="approximate";

var lStop="Stop";
var lDistance='distance';
var lTime='time';
var lPause='pause';
var lSumTime='sum. time';
var lAvgSpeed='Avg. Speed';
var lStart='Start';
var lEnd='End';
var lKm="km";
var lLatitude='Latitude';
var lLongitude='Longitude';
var lSpeed='Speed';
var lCourse='Course';
var lAltitude='Altitude';
var lDate='Date';
var lKmh='km/h';
var lM='m';
var lDescription='Description';

var lZoomCenter="Zoom in and center on this point";
var lAddLocation="Add this point to your location list";
var lNoData="no data";
var lTemp='Temporary!!';
var lPublic='Public!!';
var lPubl='Public';

var lTrackUser="Track(user)";
var lStartTime="Start time";
var lTrackOwner="Track name and its owner";
var lTrackTime="Track begin time";
var lAmountTrack="Amount of points in track";
var lClickPin="click to choose pin and show on map";
var lMenu="menu";
var lSaved="saved";
var lConnErr='Connection error';
var lSorryTrackTry="Sorry your account limit was exceeded, track wasn't saved. Delete some track and try again."
var lTrack='Track';
var lWasSaved='was saved';
var lNoIdResponse='There is no id in response';
var lUnknownResp='Unknown response';

var lAutozoom='Autozoom';
var lPanningOnOff='Panning on/off';
var lImportTracks='Import tracks';
var lSaveTrack='Save track';
var lResetTrack='Reset track';
var lAddFriend='Add friend';
var lEdit='Edit';
var lDelete='Delete';
var lAddNew='Add New';
var lResetAllTracks='Reset all tracks';
var lDelSelected='Delete selected';

var lAddNewFriend='Add new friend';
var lFriendName='Friend name';
var lAddFriendFail='Add new friend failed';
var lBadFormat='Bad file format';
var lXMLParsingErr='XML Parsing error';
var lFileEmpty='File is empty';
var lReallyDelete='Do you really want to delete it?';
var lDeleteFails='Delete some item fails(it is used or it is not on the server). Please, refreshpage manualy to get current items state.';
var lDelFails='Delete some item fails';

var lBarEditTrack='Edit track';
var lBarEditLoc='Edit location';
var lUserCouldNotEdit="User couldn't edit his datas";
var lBarEditFriend='Edit friend access rights';
var lOK='OK';
var lEditFail='Edit item fail';

