var rutaminaLabels = [];

//Common
rutaminaLabels["view.profile"] = "View profile";
rutaminaLabels["login.required"] = "It needs to be a portal user to perform this action";
rutaminaLabels["loading"]="<h1>Loading data</h1><p>The data is loading. Please wait...</p>";

//Error general
rutaminaLabels["browser.incompatible"]="Your browser is not compatible with the Google Maps API";

//Detail
rutaminaLabels["detail.pop.send"] = "Send to a friend";
rutaminaLabels["detail.pop.print"] = "Print - Options";
rutaminaLabels["detail.pop.pdf"] = "PDF - Options";
rutaminaLabels["detail.pop.integration"] = "Integrates this route on your website";
rutaminaLabels["detail.pop.download"] = "Download the route";
rutaminaLabels["detail.fav.ok"] = "The route has been added to your favorites";
rutaminaLabels["detail.fav.ko"] = "The route was already among your favorites";

rutaminaLabels["tab1.select"] = "Select the layers you want to see";
rutaminaLabels["tab1.poi"] = "Points of interest";
rutaminaLabels["tab1.museum"] = "Museums";
rutaminaLabels["tab1.hotel"] = "Hotels";
rutaminaLabels["tab1.bar"] = "Bars";
rutaminaLabels["tab1.restaurant"] = "Restaurants";
rutaminaLabels["tab1.pubs"] = "Clubs and Pubs";
rutaminaLabels["tab1.close"] = "Close";

//Profile
rutaminaLabels["profile.followers"] = "Followers";
rutaminaLabels["profile.feed.title"] = "Updates";
rutaminaLabels["profile.feed.1"] = "has created the route";
rutaminaLabels["profile.feed.2"] = "has saved the route";
rutaminaLabels["profile.feed.3"] = "has commented the route";
rutaminaLabels["profile.feed.4"] = "has downloaded the route";
rutaminaLabels["profile.feed.5"] = "has modified the route";
rutaminaLabels["profile.feed.10"] = "is now following to";

rutaminaLabels["profile.delete.title"] = "Delete confirmation";
rutaminaLabels["profile.delete.text"] = "If you delete the route, it'll be deleted and will not be seen again. Please make sure you perform this action. If you really want to delete the route, click on Ok. If you do NOT want to clear the route click on Cancel.";

rutaminaLabels["vote.thanks"]="Thanks for your vote";

//Map
rutaminaLabels["map.form.twopoints"]="Must have a minimum of 2 points";
rutaminaLabels["map.form.onepoint"]="Must have a minimum of 1 point";
rutaminaLabels["map.form.location.not.found"]="Cannot find the location of the route";
rutaminaLabels["map.form.address.no.country"]="The address doesnt have a country";
rutaminaLabels["map.form.error.invalid.latitude"]="Invalid latitude entered. Must be in range of -90 to 90";
rutaminaLabels["map.form.error.invalid.longitude"]="Invalid longitude entered. Must be in range of -180 to 180";
rutaminaLabels["map.form.error.invalid.level"]="Invalid minimum level entered. Must be in range of 0 to 3";
rutaminaLabels["map.form.error.no.route"]="We did not find a direct route to that address. Try disabling automatic adjustment to streets or roads.";
rutaminaLabels["map.form.confirm.delete.points"]="Are you sure do you want to clean all points?";
rutaminaLabels["map.form.error.delete.point.last"]="You can only delete the lasto point of route";
rutaminaLabels["map.form.error.point.level.match"]="Point count and level count do not match";
rutaminaLabels["map.form.button.delete.point"]="Delete point in route";
rutaminaLabels["map.form.button.delete.temppoint"]="Delete temporal point";
rutaminaLabels["map.form.button.insert.point"]="Insert point in route";
rutaminaLabels["map.form.more.than.one.address"]="There are more than one match with the address. Choose the correct";
rutaminaLabels["map.form.choose.address"]="Choose address";
rutaminaLabels["map.form.edit.point"]="Edit point";

//Search
rutaminaLabels["search.form.select.country"]="Choose country";
rutaminaLabels["search.form.select.province"]="All provinces";
rutaminaLabels["search.form.select.city"]="All cities";
