var _messages = {
	
	get: function(s,p){
		for(var i=0;i<p.length;i++){
			s = s.replace("{"+i+"}",p[i]);
		}
		return s;
	}
};
_messages.language = "en";

_messages.loadingmap = "Loading Map…";
_messages.error_loading_map = "No results avaible";
_messages.unavailable = " Unavailable";
_messages.map = "Map";
_messages.comment_want = "Want to post a Comment?";
_messages.rate_want = "Want to rate?";
_messages.rate_ok = "Your vote was registered. Thank you!";
_messages.rate_already = "Sorry, you already voted this partner.";
_messages.rate_video_already = "Sorry, you already voted this video.";

_messages.video_remove = "Are you sure you want to delete this video? OK to confirm.";
_messages.image_remove = "Are you sure you want to delete this image? OK to confirm.";
_messages.document_remove =  "Are you sure you want to delete this document? OK to confirm.";
_messages.news_remove =  "Are you sure you want to delete this news? OK to confirm.";
_messages.remove_ok = "The content has been removed successfully";
_messages.add_ok = "The contents have been published successfully";
_messages.add_fail = "Error while publishing content ";
_messages.upload_ok = "The file has been uploaded successfully, it will be available in your channel in a few minutes. You can upload other files";
_messages.settings_ok = "The channel information has been saved successfully.";
_messages.title_notempty = "Field Title cannot be empty";
_messages.yourchannel =  "Your channel: ";
_messages.yes = "YES";
_messages.no = "NO";
_messages.coupon_ok = "The Coupon has been saved successfully";
_messages.coupon_removed = "The coupon has been cleared successfully";
_messages.error_size = "Image not valid: file is too large !!";
_messages.error_type = "Image not valid: file type not supported !!";
_messages.subscribe = "SUBSCRIBE";
_messages.unsubscribe = "UNSUBSCRIBE";
_messages.subscribe_want = "Want to subscribe?";
_messages.subscribe_ok = "Subscribed to this channel";
_messages.unsubscribe_ok = "Unsubscribed to this channel";
_messages.subscribe_msg = "Do you really want to subscribe to this channel?";
_messages.unsubscribe_msg = "Do you really want to unsubscribe to this channel?";

_messages.noimg = "No image avaible";
_messages.nomenu = "No menu avaible";
_messages.nocoupon = "No coupon avaible";
_messages.nonews = "No news avaible";
_messages.novideo = "No video avaible";

_messages.waiting = "Please wait…";

_messages.next = "Next";
_messages.image = "Image";
_messages.of = " of ";
_messages.prev = "Previous";
_messages.close = "X CLOSE";

_messages.waiting = "Please wait…";

_messages.examplewhat = "es. Restaurant, Pizzeria, Pub...";

_messages.newvideo = "Please contact me to receive information and quote for my custom VIDEO";
_messages.newfoto = "Please contact me to receive information and quote for my custom PHOTO SESSION";
_messages.newcoupon = "Please contact me to receive information and quote for my custom COUPON";

_messages.error_counterfield = "Field '%0' is too long. Maximum %1 character";

_messages.zoom = "Increase the zoom level to open details";
