﻿Jazda = new Array();

Jazda._SYS = {};

//general
var glCountryCode = '+44';
Jazda._SYS["genDateFormat"] = 'yyyy-mm-dd';
Jazda._SYS["genWrongDate"] = 'Wrong date format. The appropriate format is YYYY-MM-DD e.g: 2006-05-12';
Jazda._SYS["genWrongDateRange"] = 'Wrong date format';


//pm_message
Jazda._SYS["pmNoTitle"] = "Subject is missing";
Jazda._SYS["pmNoBody"] = "Content is missing";

//sendToFriend
Jazda._SYS["sTFWrongEmail"] = "Wrong e-mail format of the recipient";

//register
Jazda._SYS["regEnterUserName"] = "You need to submit login name";
Jazda._SYS["regWrongUserName"] = "Wrong login name";
Jazda._SYS["regEnterPass"] = "You need to enter your password";
Jazda._SYS["regEnterPassTwice"] = "Password has to be entered twice";
Jazda._SYS["regPassDifferent"] = "Your password must be the same in both fields - type it in again";
Jazda._SYS["regUserEqualsPass"] = "Password should differ from your login name";
Jazda._SYS["regEnterPhone"] = "You need to add at least one telephone number";
Jazda._SYS["regWrongEmail"] = "Wrong e-mail address";
Jazda._SYS["regAcceptLicense"] = "You need to accept the form with your agreement for storing your personal data";

//advert_post
Jazda._SYS["apStartCity"] = "Choose a city you are travelling from";
Jazda._SYS["apEndCity"] = "Choose a city you are travelling to";
Jazda._SYS["apWrongCityName"] = "City name includes wrong characters";
Jazda._SYS["apWrongAdvertDate"] = "Choose a correct advert date";
Jazda._SYS["apAdvertEBeforeS"] = "Return date can't be before your departure date";
Jazda._SYS["apAdvertReccConfirm"] = 'Choosing "every day" means you travel on the route every day. \n\nDo you want to choose this option?';
Jazda._SYS["apAdvertReccDays"] = "You need to enter number of days for which your cyclical offers would be added to the system";
Jazda._SYS["apWrongAddCityOrder"] = "Cities should be chosen in an appropriate order";
Jazda._SYS["apMinOneAddCity"] = "You need to add at least one additional city - otherwise don't choose this option";

//search
Jazda._SYS["srchStartCity"] = "Choose a city you are travelling from";
Jazda._SYS["selectCity"] = "Choose a city";

//ranking
Jazda._SYS["rankSelectMark"] = "Choose type of rate";
Jazda._SYS["rankEnterComment"] = "Add you comments";

//ranking_users
Jazda._SYS["rankUEnterUserName"] = "Enter login name";

//writeToUs
Jazda._SYS["writeTUWrongEmail"] = "Wrong e-mail format of the sender";
Jazda._SYS["writeTUBody"] = "Content is missing";

