// Automatically generated by ur-update-js-strings.php on 05/11/2009
function _(keyStr)
{
	if ( (UR_STRINGS[keyStr]) ) return UR_STRINGS[keyStr];
	else return keyStr;
}

function getString(str, sub)
{
	if (sub.length > 0)
	{
		var at = "@";
		for (var i = 0; i < sub.length; i++)
		{
			str = str.replace("@" + i + "@", sub[i]);
			str = str.replace("@" + i + "@", sub[i]);
		}
	}
	return str;
}

String.implement({
	sprintf: function()
	{
		var args = Array();
		for(var i = 0; i < arguments.length; i++)
		{
			args.push(arguments[i]);
		}
		args.unshift(this);
		var arguments = args;
		var a, m, p, c, x;
		i = 0;
		var f = arguments[i++];
		var o = [];
		while (f) {
			if (m = /^[^%]+/.exec(f))
			{
				o.push(m[0]);
			}
			else if (m = /^%{2}/.exec(f))
			{
				o.push('%');
			}
			else if (m = /^%(?:(\d+)$)?(\+)?(0|'[^$])?(-)?(\d+)?(?:\.(\d+))?([b-fosuxX])/.exec(f)) {
				if (((a = arguments[m[1] || i++]) === null) || (a == undefined))
				{
					throw("Too few arguments.");
				}
				if (/[^s]/.test(m[7]) && (typeof(a) != 'number'))
				{
					throw("Expecting number but found " + typeof(a));
				}
				switch (m[7]) {
					case 'b':
						a = a.toString(2);
						break;
					case 'c':
						a = String.fromCharCode(a);
						break;
					case 'd':
						a = parseInt(a, 10);
						break;
					case 'e':
						a = m[6] ? a.toExponential(m[6]) : a.toExponential();
						break;
					case 'f':
						a = m[6] ? parseFloat(a).toFixed(m[6]) : parseFloat(a);
						break;
					case 'o':
						a = a.toString(8);
						break;
					case 's':
						a = ((a = String(a)) && m[6] ? a.substring(0, m[6]) : a);
						break;
					case 'u':
						a = Math.abs(a);
						break;
					case 'x':
						a = a.toString(16);
						break;
					case 'X':
						a = a.toString(16).toUpperCase();
						break;
				}
				a = (/[def]/.test(m[7]) && m[2] && a > 0 ? '+' + a : a);
				c = m[3] ? m[3] == '0' ? '0' : m[3].charAt(1) : ' ';
				x = m[5] - String(a).length;
				p = m[5] ? this.str_repeat(c, x) : '';
				o.push(m[4] ? a + p : p + a);
			}
			else
			{
				throw ("Unknown string format");
			}
			f = f.substring(m[0].length);
		}
		return o.join('');
	},

	str_repeat: function(i, m)
	{
		for (var o = []; m > 0; o[--m] = i)
		{
			return(o.join(''));
		}
	}
});

var UR_STRINGS = new Object();

UR_STRINGS["Very weak security."] = "Very weak security.";
UR_STRINGS["Weak security."] = "Weak security.";
UR_STRINGS["Good security."] = "Good security.";
UR_STRINGS["Strong security."] = "Strong security.";
UR_STRINGS["Choose your Nickname for the game. You will be able to change it later at will."] = "Choose your Nickname for the game. You will be able to change it later at will.";
UR_STRINGS["14 characters max, letters, numbers, spaces, _ and - are allowed."] = "14 characters max – letters, digits, spaces, _ and - are allowed.";
UR_STRINGS["Choose a password for your account. It's important to keep it secret!"] = "Choose a password for your account. It's important to keep it secret!";
UR_STRINGS["Do not use something too easy to guess, mix letters and numbers until you've got the green light."] = "Do not use anything too easy to guess, mix letters and digits until you've got the green light.";
UR_STRINGS["Enter a valid email address. Don't worry, you'll be able to play right away, no email confirmation is required."] = "Enter a valid email address. Don't worry, you'll be able to play right away, no email confirmation is required.";
UR_STRINGS["Select your country in the list, it will be next to your Nickname everywhere: profile, rankings, tournaments..."] = "Select your country from the list, it will be displayed next to your Nickname everywhere: profile, rankings, tournaments, etc.";
UR_STRINGS["Help your country become number one on Urban Rivals!"] = "Help your country become number one on Urban Rivals!";
UR_STRINGS["Click yes if you want to stay in touch with Urban-Rivals by email, we'll send you 1 email every 2 weeks."] = "Click yes if you want to stay in touch with Urban-Rivals by email; we'll send you 1 email every 2 weeks.";
UR_STRINGS["You can change always your mind later. Obviously, your email address will never be shared with anyone, we HATE spam as much as you do."] = "You can always change your mind later. Obviously, your email address will never be shared with anyone – we HATE spam as much as you do.";
UR_STRINGS["If a friend has sent you to Urban-Rivals, you can type-in his/her nickname or player-id in this field."] = "If a friend has invited you to Urban-Rivals, you can type their nickname or player ID in this field.";
UR_STRINGS["If you have discovered the game by yourself (well done!), just leave the field empty."] = "If you have discovered the game by yourself – well done! – just leave the field empty.";
UR_STRINGS["If you have a promotion code for extra credits, type it in this field, you'll receive your credits immediatly on registration."] = "If you have a promotion code for extra credits, type it in this field, you'll receive your credits immediatley on registration.";
UR_STRINGS["Otherwise, just leave the field empty."] = "Otherwise, just leave the field empty.";
UR_STRINGS["We need to make sure that you are a human beeing."] = "We need to make sure that you are a human being.";
UR_STRINGS["Please enter in this field the 5 digits number on the right, that would be good enough for us. You will be playing in less than a minute!"] = "Please enter in this field the 5 digit number on the right, that will be good enough for us. You will be playing in less than a minute!";
UR_STRINGS["Sorry, the nickname you want to use is already used by somebody else."] = "Sorry, the nickname you want to use is already taken.";
UR_STRINGS["You can use one of thoses availables nicknames: "] = "You can use one of the following available nicknames: ";
UR_STRINGS["Sorry, you can use only letters, numbers, spaces, _ and - in your Nickname. Accents are not authorised."] = "Sorry, you can use only letters, digits, spaces, _ and - in your Nickname. Accents are not allowed.";
UR_STRINGS["is available !"] = "is available!";
UR_STRINGS["Sending.."] = "Sending..";
UR_STRINGS["Sorry, the nickname you want to use is already used by somebody else."] = "Sorry, the nickname you want to use is already taken.";
UR_STRINGS["You can use one of thoses availables nicknames: "] = "You can use one of the following available nicknames: ";
UR_STRINGS["is available !"] = "is available!";
UR_STRINGS["is not a valid nickname !"] = "is not a valid nickname!";
UR_STRINGS["Choose your Nickname for the game. You will be able to change it later at will."] = "Choose your Nickname for the game. You will be able to change it later at will.";
UR_STRINGS["14 characters max, letters, numbers, spaces, _ and - are allowed."] = "14 characters max – letters, digits, spaces, _ and - are allowed.";
UR_STRINGS["Sorry, an error occured while loading your friends feed."] = "Sorry, an error occurred while your friends feed were being uploaded.";
UR_STRINGS["Show me more activities..."] = "Show me more activities...";
UR_STRINGS["Sorry, an error occured while loading your friends list."] = "Sorry, an error occurred while your list of friends was being uploaded.";
UR_STRINGS["Browsing the website..."] = "Surfing the website…";
UR_STRINGS["Send"] = "Send";
UR_STRINGS["Cancel"] = "Cancel";
UR_STRINGS["This message is NOT PRIVATE."] = "This message is NOT PRIVATE.";
UR_STRINGS["It'll be visible to all the players that added you as a friend."] = "It will be visible to everyone who's listed you as a friend.";
UR_STRINGS["Unable to send your message"] = "Unable to send your message";
UR_STRINGS["Sending.."] = "Sending..";
UR_STRINGS["New activity from %s"] = "New activity by %s";
UR_STRINGS["Clint: Urban Rivals staff do not monitor chat rooms. Users enter at their own risk and hold all responsibilities for what they experience in chat rooms. Clint: Urban Rivals and Clint: Urban Rivals staff are not responsible for what users say and hear in chat rooms.\nUsers under the age of 16 are not allowed in the chat room\n\nNEVER GIVE OUT YOUR PHONE NUMBER, MAIL OR ANY OTHER PERSONNAL INFORMATION ON THE CHAT.\n\nNEVER give out your password to another player. Staff members will NEVER ask for your password."] = "Clint: Urban Rivals staff do not monitor chat rooms. Users enter at their own risk and are fully responsible for what they experience in these chat rooms. Clint: Urban Rivals and Clint: Urban Rivals staff are not responsible for what users say and hear in chat rooms.\nUsers under the age of 16 are not allowed in the chat rooms.\n\nNEVER GIVE OUT YOUR PHONE NUMBER, EMAIL ADDRESS OR ANY OTHER PERSONAL INFORMATION IN THE CHAT ROOMS.\n\nNEVER GIVE OUT your password to another player. Staff members will NEVER ask you for your password.";
UR_STRINGS["Are you sure you want to logout ?"] = "Are you sure you want to logout?";
UR_STRINGS["Value on the Market"] = "Value on the Market";
UR_STRINGS["(min/avg/max)"] = "(min/avg/max)";
UR_STRINGS["At level @0@:"] = "At level @0@:";
UR_STRINGS["Not available on the Market"] = "Not available on the Market";
UR_STRINGS["Any level:"] = "Any level:";
UR_STRINGS["Are you sure you want to delete the image ?"] = "Are you sure you want to delete this picture?";
UR_STRINGS["Image deleted successfully."] = "The picture has been deleted.";
UR_STRINGS["There was an error while deleting the image."] = "An error occurred while the picture was being deleted.";
UR_STRINGS["Close"] = "Close";
UR_STRINGS["Level %s"] = "Level %s";
UR_STRINGS["View %s's profile"] = "View %s's profile";
UR_STRINGS["Send a private message"] = "Send a private message";
UR_STRINGS["Remove from my Friends List"] = "Remove from my Friends List";
UR_STRINGS["Add to my Friends List"] = "Add to my Friends List";
UR_STRINGS["Remove from my Blacklist"] = "Remove from my Blacklist";
UR_STRINGS["Add to my Blacklist"] = "Add to my blacklist";
UR_STRINGS["Enter your message to %s"] = "Enter your message to %s";
UR_STRINGS["Send your message"] = "Send your message";
UR_STRINGS["Cancel"] = "Cancel";
UR_STRINGS["There was an error while sending your message."] = "An error occurred while sending your message.";
UR_STRINGS["Your message has been sent."] = "Your message has been sent.";
UR_STRINGS["%s has been added to your Contact List!"] = "%s has been added to your Contact List!";
UR_STRINGS["%s has been removed from your Contact List!"] = "%s has been removed from your Contact List!";
UR_STRINGS["%s has been added to your personnal blacklist."] = "%s has been added to your personal blacklist.";
UR_STRINGS["%s has been removed from your personnal blacklist."] = "%s has been removed from your personal blacklist.";
UR_STRINGS["Previous"] = "Previous";
UR_STRINGS["Next"] = "Next";
UR_STRINGS["Refresh"] = "Refresh";
UR_STRINGS["No ability"] = "No ability";
UR_STRINGS["@0@ is currently invalid in the ELO mode."] = "@0@ is currently invalid in the ELO mode.";
UR_STRINGS["Unlock ability at"] = "Ability unlocked at";
UR_STRINGS["Offer at Level @0@"] = "Available on Level @0@";
UR_STRINGS["Available at the Shop"] = "Available at the Shop";
UR_STRINGS["Common Card"] = "Common Card";
UR_STRINGS["Uncommon Card"] = "Uncommon Card";
UR_STRINGS["Rare Card"] = "Rare Card";
UR_STRINGS["Collector"] = "Collector";
UR_STRINGS["No message selected"] = "No message selected.";
UR_STRINGS["Do you really want to delete all selected messages?"] = "Are your sure you want to delete all selected messages?";
UR_STRINGS["Do you really want to delete this message ?"] = "Are your sure you want to delete this message?";
UR_STRINGS["Do you really want to empty this message box ?"] = "Do you really want to empty this message box?";
UR_STRINGS["You must select a recipient or complete the nickname field"] = "You must select a recipient or complete the nickname field.";
UR_STRINGS["Your message has been sent."] = "Your message has been sent.";
UR_STRINGS["There was an error while sending your message."] = "An error occurred while sending your message.";
UR_STRINGS["You must type something in the message field"] = "You must insert something in the message field.";
UR_STRINGS["No item to display"] = "No item to display";
UR_STRINGS["@0@ Presets availables"] = "@0@ available Presets";
UR_STRINGS["@0@ characters"] = "@0@ characters";
UR_STRINGS["Created by @0@"] = "Created by @0@";
UR_STRINGS["Please enter a name to use for this Preset in your Presets list"] = "Please enter the name you wish to use for this Preset in your list of Presets.";
UR_STRINGS["Congratulations, this Preset has been copied to your Presets list!\nTry it and feel free to comment!"] = "Congratulations! This Preset has been copied to your list of Presets!\nTry it and feel free to comment!";
UR_STRINGS["Congratulations, this Preset has been copied to your Presets list as @0@!\nUnfortunatly, @1@ character(s) from this Preset have not been found in your collection at the exact same level.\nWe prioritized the ones that were below the exact level, as close as possible."] = "Congratulations! This Preset has been copied to your list of Presets under the name @0@!\nHowever, we have not been able to find @1@ characters of this Preset in your Collection at the correct level.\nWe have first chosen the characters whose level was just below the required level.";
UR_STRINGS["Sorry, this Preset could not be copied to your Presets list"] = "Sorry, we have not been able to copy this Preset to your list of Presets.";
UR_STRINGS["Sorry, you need to input a name if you want to copy this Preset, please try again."] = "Sorry, you must first choose a name if you want to copy this Preset. Please, try again.";
UR_STRINGS["Sorry, your vote couldn't be saved because you've been blacklisted."] = "Sorry, your vote has not been taken into account as you are blacklisted.";
UR_STRINGS["Are you sure you want to delete this Public Preset ?"] = "Are you sure you want to delete this Public Preset?";
UR_STRINGS["This Public Preset has been successfully deleted, it may take a few minutes to disappear from the Public Presets list."] = "The Public Preset has been deleted. It may take several minutes before it disappears from the list.";
UR_STRINGS["Sorry, we couldn't change the battle rule id."] = "Sorry, we were unable to change the game mode ID.";
UR_STRINGS["Demote from admin"] = "Remove Admin";
UR_STRINGS["You cannnot modify the status of an admin."] = "You cannot modify the status of an admin.";
UR_STRINGS["Make admin"] = "Make admin";
UR_STRINGS["Remove this player"] = "Remove this player";
UR_STRINGS["Accept"] = "Accept";
UR_STRINGS["Refuse"] = "Refuse";
UR_STRINGS["Are you sure you want to make this player an Admin of your Guild?"] = "Are you sure you want to make this player your Guild's admin?";
UR_STRINGS["Unable to make this member an admin of your guild."] = "Unable to make this member an Admin of your guild.";
UR_STRINGS["This member has become an admin of your guild.(The status may take several seconds to update.)"] = "This member is now an admin of your guild. (The new status may take a few seconds to appear)";
UR_STRINGS["Are you sure you want to remove Admin status from this guild member?"] = "Are you sure you want to withdraw the admin status from this member of your Guild?";
UR_STRINGS["Unable to remove admin status from this member."] = "Cannot revoke admin status for this member";
UR_STRINGS["This member is no longer an admin of your guild.(The status may take several seconds to update.)"] = "This member is no longer an admin of your guild. (The new status may take a few seconds to appear)";
UR_STRINGS["Are you sure you want to refuse (or reject) this player from your Guild?"] = "Are you sure you want to refuse this player entry to your Guild?";
UR_STRINGS["Unable to refuse this member."] = "Unable to refuse this player.";
UR_STRINGS["This member has been refused in your guild."] = "This member has been refused entry to your guild.";
UR_STRINGS["Are you sure you want to accept this player in your Guild?"] = "Are you sure you want to accept this player in your Guild?";
UR_STRINGS["Unable to accept this player."] = "Unable to accept this player.";
UR_STRINGS["This player has been accepted in your guild."] = "This player has been accepted in your guild.";
UR_STRINGS["Are you sure you want to postulate to this Guild ?"] = "Are you sure you want to apply to this guild?";
UR_STRINGS["Unable to postulate to this guild."] = "Unable to apply to this guild.";
UR_STRINGS["Your request has been sent."] = "Your request has been sent.";
UR_STRINGS["Are you sure you want to leave this Guild ?"] = "Are you sure you want to leave this guild?";
UR_STRINGS["Unable to leave the guild."] = "Unable to leave the guild.";
UR_STRINGS["You are no longer a member of this guild."] = "You are no longer a member of this guild.";
UR_STRINGS["Unable to send your message."] = "Unable to send your message.";
UR_STRINGS["players have received your message."] = "players have received your message";
UR_STRINGS["Your message has been sent."] = "Your message has been sent.";
UR_STRINGS["Are you sure you want to destroy this guild ?"] = "Are you sure you want to destroy this guild?";
UR_STRINGS["Unable to destroy this guild."] = "Unable to destroy this guild.";
UR_STRINGS["This guild has been destroyed."] = "This guild has been destroyed.";
UR_STRINGS["The modification is successfull."] = "The change has been successfully completed.";
UR_STRINGS["Unable to purchase a Clintz Pack because you only have @0@ credits, you are short by @1@ credits."] = "Unable to purchase a Clintz Pack because you only have @0@ credits, you are short by @1@ credits.";
UR_STRINGS["Unable to purchase a Full Deck pack because you only have @0@ credits, you are short by @1@ credits."] = "Unable to purchase a Full Deck pack because you only have @0@ credits, you are short by @1@ credits.";
UR_STRINGS["Unable to purchase a Booster pack because you only have @0@ credits, you are short by @1@ credits."] = "Unable to purchase a Booster pack because you only have @0@ credits, you are short by @1@ credits.";
UR_STRINGS["One Clintz pack cost 10 credits."] = "One pack of Clintz costs 10 credits.";
UR_STRINGS["One Full Deck pack cost 50 credits."] = "One Full Deck pack costs 50 credits.";
UR_STRINGS["One @0@ booster cost 20 credits."] = "One @0@ booster costs 20 credits.";
UR_STRINGS["How many do you want to buy ?"] = "How many do you want to buy?";
UR_STRINGS["pack(s) for @0@ credits"] = "pack(s) for @0@ credits";
UR_STRINGS["Buy"] = "Buy";
UR_STRINGS["Cancel"] = "Cancel";
UR_STRINGS["This billing option is unfortunatly not available yet in your country. This may change in the future, so check back often."] = "Unfortunately, this billing option is not currently available in your country. This may change, so please check again in the future.";
UR_STRINGS["There was an error while creating your subject."] = "An error occurred while creating your subject!";
UR_STRINGS["Your message has been sent."] = "Your message has been sent.";
UR_STRINGS["Your subject has been submitted, it will show up in the list after validation by one of our community's manager."] = "Your subject has been submitted. It will show up in the list after it has been validated by one of our community managers.";
UR_STRINGS["There was an error while creating your message."] = "An error occurred while creating your message!";
UR_STRINGS["Your message has been submitted, it will show up in the list after validation by one of our community's manager."] = "It will show up in the list after it has been validated by one of our community managers.";
UR_STRINGS["Are you sure you want to delete this answer ?"] = "Are you sure you want to delete this message?";
UR_STRINGS["How many points do you want to add to the player's ELO value ?"] = "How many points do you want to add this player’s ELO value?";
UR_STRINGS["The ELO value has been increased by %s points, but it will only appear on the player's profile when the rankings are updated."] = "The ELO value has been increased by %s points. However, this modification will not be visible on the player’s profile until the ELO ranking is updated.";
UR_STRINGS["The ELO value could not be modified."] = "The ELO value could not be modified.";
UR_STRINGS["Reset this player ELO to 1000 ?"] = "Reset this ELO player to 1000?";
UR_STRINGS["Are you sure you want to reset this score to 0?"] = "Are you sure you want to reset this score to 0?";
UR_STRINGS["You must at least provide a comment or a public message."] = "You must at least write the comment or message for the player.";
UR_STRINGS["Are you sure you want to delete this comment ?"] = "Are you sure you want to delete this comment?";
UR_STRINGS["Are you sure you want to empty ALL sales of this character (privates incl.) ?"] = "Are you sure you want to get rid of ALL of this character’s sales (private sales included)?";
UR_STRINGS["All sales have been cancelled - listing can be a little bit delayed"] = "All the sales have been deleted – the display may take a while to show this";
UR_STRINGS["Are you sure you want to block the selling of this character ?"] = "Are you sure you want to block the sale of this character?";
UR_STRINGS["Player can no longer put this character in sale"] = "The players can no longer sell this character.";
UR_STRINGS["Player can put this character in sale, again"] = "The players can once again sell this character.";
UR_STRINGS["Are you sure you want to change this player status ?"] = "Are you sure you want to change this player’s status?";
UR_STRINGS["Are you sure you want to clear the player cache ?"] = "Are you sure you want to empty this player’s cache memory?";
UR_STRINGS["Player cache cleared."] = "The player’s cache memory has been emptied.";
UR_STRINGS["Are you sure you want to unlock the Market for this player ?"] = "Are you sure you want to unblock the Market for this player?";
UR_STRINGS["Market unlocked."] = "The Market has been unlocked.";
UR_STRINGS["Are you sure you sure you want to revert this code and block the player ?"] = "Are you sure you want to cancel this code and block the player?";
UR_STRINGS["Code reversed and player blocked."] = "The code has been cancelled and the player has been blocked.";
UR_STRINGS["How many credits do you want to add for this credit code ?"] = "How many credits do you want to add to the player for this code?";
UR_STRINGS["Credits added and associated with this code."] = "The credits have been given to the player and associated with this code.";
UR_STRINGS["Are you sure you want to ban this ip ? No one will be able to log-in or register from this ip."] = "Are you sure you want to ban this IP address? No one will be able to log in or register with this IP address.";
UR_STRINGS["Ip is banned."] = "The IP address has been banned.";
UR_STRINGS["Are you sure you want to unban this ip ? This will allow player to log-in or register from this ip."] = "Are you sure you want to unban this IP address? The players can once again log in and register from this IP address.";
UR_STRINGS["Ip is unbanned."] = "The IP address is no longer banned.";
UR_STRINGS["Are you sure you want to ban this player from this game mode ? The ban will be automatically lifted after 31 days."] = "Are you sure you want to ban this player from the game mode? The ban will be automatically cancelled in 31 days.";
UR_STRINGS["Player is banned from the game mode for 31 days."] = "The player has been banned from this game mode for 31 days.";
UR_STRINGS["Are you sure you want to unban this player from this game mode ?"] = "Are you sure you want to unban this player from the game mode?";
UR_STRINGS["Player is now unbanned from the gamemode."] = "The player can once again play in game mode.";
UR_STRINGS["Are you sure you want to clear this player messages boxes ?"] = "Are you sure you want to empty this player’s message box?";
UR_STRINGS["Player message boxes are now cleared."] = "This player’s message box is currently empty.";
UR_STRINGS["Are you sure you want to reset this player fairplay to 100% ?"] = "Are you sure you want to reset this player’s fair-play value to 0?";
UR_STRINGS["Player fairplay has been reset."] = "Player's fair-play value has been reset.";
UR_STRINGS["Are you sure you want to manually confirm this player account ?"] = "Are you sure you want to manually confirm this player’s account?";
UR_STRINGS["Player account has been confirmed."] = "The player’s account has been confirmed.";
UR_STRINGS["Are you sure you want to manually destroy this player account ?"] = "Are you sure you want to destroy this player's account?";
UR_STRINGS["Player account has been destroyed."] = "Player account has been destroyed.";
UR_STRINGS["Are you sure you want to change this player account to web type ?"] = "Are you sure you want to change this player’s type of account?";
UR_STRINGS["Player account has been changed to the web type."] = "The player’s account has been changed to a web type account.";
UR_STRINGS["Are you sure you want to clear all outstanding sales of this player ?"] = "Are you sure you want to clear all of this player's current sales?";
UR_STRINGS["Player outstanding sales have been cancelled."] = "This player’s current sales have been deleted.";
UR_STRINGS["Save"] = "Save";
UR_STRINGS["Loading..."] = "Loading...";
UR_STRINGS["Save"] = "Save";
UR_STRINGS["Update"] = "Update";
UR_STRINGS["Delete"] = "Delete";
UR_STRINGS["Start new event"] = "Create a new Event";
UR_STRINGS["Make my current Deck public"] = "Make my current Deck public";
UR_STRINGS["No item to display"] = "No item to display";
UR_STRINGS["Sell this character"] = "Sell this character";
UR_STRINGS["Public"] = "Public";
UR_STRINGS["Private"] = "Private";
UR_STRINGS["Remove from Deck"] = "Remove from Deck";
UR_STRINGS["Put in Deck"] = "Put in Deck";
UR_STRINGS["Impossible ! You don't possess this character."] = "This is not possible as you do not own this character.";
UR_STRINGS["Impossible to remove this character from your Deck because you cannot have less than 8 characters in your Deck."] = "Unable to remove this character from your Deck as you cannot have less than 8 characters in your Deck.";
UR_STRINGS["How do you want to name this Deck ?"] = "What do you want to call this Deck?";
UR_STRINGS["My preset name"] = "My Preset name";
UR_STRINGS["You can change this Deck name if you want."] = "You can change this Deck name if you want.";
UR_STRINGS["Your current Deck is not a saved Preset."] = "Your current Deck is not a saved Preset.";
UR_STRINGS["You can not load it."] = "You cannot load it";
UR_STRINGS["Load your Deck:"] = "Load your Deck:";
UR_STRINGS["There was an error while loading your Deck."] = "An error occurred while loading your Deck.";
UR_STRINGS["Your Deck: @0@ does not contains enough cards (you sold some of them), it has been deleted."] = "Your Deck: @0@ does not contain enough cards (you sold or traded some of them).";
UR_STRINGS["You can not delete it."] = "You cannot delete it.";
UR_STRINGS["Are you sure you want to delete your Deck:"] = "Are you sure you want to delete your Deck:";
UR_STRINGS["There was an error while deleting your Deck."] = "An error occurred while deleting your Deck.";
UR_STRINGS["Your Deck: @0@ has been deleted."] = "Your Deck: @0@ has been deleted.";
UR_STRINGS["Kate can buy @0@ right now for @1@ Clintz. Confirm the sale of @0@ to her for @1@ Clintz ?"] = "Kate can buy @0@ right now for @1@ Clintz. Confirm the sale of @0@ to her for @1@ Clintz?";
UR_STRINGS["Unable to sell this card because we cannot identify you."] = "Unable to sell this card because we cannot identify you.";
UR_STRINGS["This character cannot be found or is already in sale."] = "This character cannot be found or is already on sale.";
UR_STRINGS["This character does not belong to you."] = "This character does not belong to you.";
UR_STRINGS["Unable to sell because this character is in your deck and your deck only has 8 cards. You cannot have less than 8 cards in your deck."] = "Unable to sell because this character is in your deck and your deck only has 8 cards. You cannot have less than 8 cards in your deck.";
UR_STRINGS["Your character has been sold to Kate! You now own @0@ Clintz!"] = "Your character has been sold to Kate! You now own @0@ Clintz!";
UR_STRINGS["And I added %s Lottery tickets to your account!"] = "And I added %s Lottery tickets to your account!";
UR_STRINGS["Please enter the nickname of the player you wish to sell @0@:"] = "Please enter the nickname of the player you wish to sell @0@:";
UR_STRINGS["Please enter the price (in Clintz) for the sale of @0@ to @1@:"] = "Please enter the price (in Clintz) for the sale of @0@ to @1@:";
UR_STRINGS["Are you sure you want to sell @0@ for @1@ Clintz to @2@ ? (50 Clintz minimum, 5% will be taken of the sale as bank expenses)"] = "Are you sure you want to sell @0@ for @1@ Clintz to @2@? (50 Clintz minimum, 5% will be taken of the sale as bank expenses.)";
UR_STRINGS["Please enter the price (in Clintz) for the sale of @0@:"] = "Please enter the price (in Clintz) for the sale of @0@:";
UR_STRINGS["Are you sure you wish to sell @0@ for @1@ Clintz ? (50 Clintz minimum, 5% will be taken of the sale as bank expenses)"] = "Are you sure you want to sell @0@ for @1@ Clintz? (50 Clintz minimum, 5% will be taken of the sale as bank expenses.)";
UR_STRINGS["Your character has been put on sale!"] = "Your character has been put on sale!";
UR_STRINGS["Loading, please wait..."] = "Loading in progress…";
UR_STRINGS["Sorry, the nickname you want to use is already used by somebody else."] = "Sorry, the nickname you want to use is already taken.";
UR_STRINGS["You can use one of thoses availables nicknames: "] = "You can use one of the following available nicknames: ";
UR_STRINGS["is available !"] = "is available!";
UR_STRINGS["is not a valid nickname !"] = "is not a valid nickname!";
UR_STRINGS["Choose your Nickname for the game. You will be able to change it later at will."] = "Choose your Nickname for the game. You will be able to change it later at will.";
UR_STRINGS["14 characters max, letters, numbers, spaces, _ and - are allowed."] = "14 characters max – letters, digits, spaces, _ and - are allowed.";
UR_STRINGS["Strong security."] = "Strong security.";
UR_STRINGS["Very weak security."] = "Very weak security.";
UR_STRINGS["Weak security."] = "Weak security.";
UR_STRINGS["Good security."] = "Good security.";
UR_STRINGS["The security code has been mistyped."] = "The security code has been mistyped.";
UR_STRINGS["You have to read and accept Urban-rivals's terms and conditions"] = "You must read and accept the Urban Rivals’ terms and conditions of use";
UR_STRINGS["This field is mandatory"] = "This field is mandatory";
UR_STRINGS["Select"] = "Choose";
UR_STRINGS["Level"] = "Level";
UR_STRINGS["You must select 2 characters and their levels to calculate the altered stats."] = "You must choose 2 characters and their levels to be able to calculate their modified statistics.";
UR_STRINGS["Ability"] = "Ability";
UR_STRINGS["Bonus"] = "Bonus";
UR_STRINGS["power"] = "power";
UR_STRINGS["damage"] = "damage";
UR_STRINGS["attack"] = "attack";
UR_STRINGS["Refresh"] = "Refresh";
UR_STRINGS["Clear"] = "Delete";
UR_STRINGS["Filter"] = "Filter";
UR_STRINGS["accept"] = "accept";
UR_STRINGS["refuse"] = "reject";
UR_STRINGS["delete"] = "delete";
UR_STRINGS["eliminate"] = "eliminate";
UR_STRINGS["forfeit"] = "withdrawal";
UR_STRINGS["replace"] = "replace";
UR_STRINGS["+/- pts"] = "+/- pts";
UR_STRINGS["chg grp"] = "change group";
UR_STRINGS["re-integrate"] = "reinstate";
UR_STRINGS["no group"] = "no group";
UR_STRINGS["No item to display"] = "No item to display";
UR_STRINGS["players"] = "players";
UR_STRINGS["Cancel"] = "Cancel";
UR_STRINGS["Valid all theses battles logs ?"] = "Validate all fight history?";
UR_STRINGS["Delete all theses battles logs ?"] = "Delete all fight history?";
UR_STRINGS["Cancel this battle log ?\nThe battle will have to be replayed as if it never existed."] = "Delete this fight?\nThis fight should be replayed as if it had never taken place.";
UR_STRINGS["Delete this battle log ?"] = "Delete this fight history?";
UR_STRINGS["Validate this battle log ?"] = "Validate this fight history?";
UR_STRINGS["Are you sure you want to delete ALL battle logs (unvalidated and validated) ?"] = "Are you sure you want to delete ALL the fight history (validated or non-validated)?";
UR_STRINGS["All battle logs have been deleted."] = "All the fight history has been deleted.";
UR_STRINGS["Re-integrate this player ?"] = "Reinstate this player?";
UR_STRINGS["Accept this player ?"] = "Accept this player?";
UR_STRINGS["Unable to accept this player."] = "Unable to accept this player.";
UR_STRINGS["Delete this player ?\nIt will be like he never joined the Event."] = "Delete this player?\nIt will be as if he had never joined the Event.";
UR_STRINGS["If there was entry fees for your Event, the player will be reimbursed."] = "If there are entrance fees for your Event, the player will be reimbursed.";
UR_STRINGS["Unable to delete this player."] = "Unable to be delete this player.";
UR_STRINGS["Make sure this player is already eliminated or deleted and dont have any faceoffs or battles logs remaining. If so, you'll be able to delete the player between 2 phases."] = "Check that this player has been eliminated or rejected and that he hasn’t got any challenges or fights in the records. If that is the case, you must delete him between 2 stages.";
UR_STRINGS["Refuse this player ?"] = "Reject this player?";
UR_STRINGS["Unable to refuse this player."] = "Unable to reject this player.";
UR_STRINGS["Eliminate this player ?\nThis will NOT alter anything else."] = "Eliminate this player?\nNO ONE else will be affected.";
UR_STRINGS["The player could not be eliminated. Check that the Event is not closed. Check if he has outstanding faceoff(s), if so: you must either forfeit or replace him."] = "This player could not be eliminated. Check that the Event has not been closed. Also check that the player has no outstanding matches. If so, you must either concede defeat on his behalf or replace him.";
UR_STRINGS["The player has been eliminated."] = "The player has been eliminated.";
UR_STRINGS["Forfeit this player ?\nAll the points that may have been won or loss against him in the current phase will be cancelled, all the faceoffs will be considered won by forfeit for his opponents. Then, the player will be eliminated.\nYou may prefer to replace the player."] = "Concede defeat on behalf of this player?\nAll the points that were won or lost against him in the current stage will be cancelled and all the matches will be deemed to have been won by his opponents. The player will then be eliminated.\nYou may prefer to replace him.";
UR_STRINGS["The player could not be forfeited. Check that the Event is not closed."] = "Defeat could not be conceded on behalf of this player. Check that the Event has not been closed.";
UR_STRINGS["The player has been forfeited."] = "Defeat has been conceded on behalf of this player.";
UR_STRINGS["No players accepted and without any faceoffs are availables for use as replacement.\nAccept a new player or re-integrate an eliminated player."] = "No accepted player without any matches pending is available to act as a replacement.\nAccept a new player or reinstate an eliminated player.";
UR_STRINGS["Are you sure you want to replace this player ?\nThe new player will continue instead of the old player and the old player will be eliminated."] = "Are you sure you want to replace this player?\nThe new player will take over from the old player, and the old player will be eliminated.";
UR_STRINGS["Replace with..."] = "Replace with…";
UR_STRINGS["Or..."] = "Or…";
UR_STRINGS["To what score do you want to reset all remaining players ?"] = "To what score do you want to reset all the players who are still in the competition?";
UR_STRINGS["On this player, how many points to you want to add / remove (use -X or X) ?\nNote that it will NOT automatically add point to the player's group."] = "With this player, how many points do you want to add/remove (use -X or X)?\nRemember that should the player belong to a group, this will NOT automatically affect the group’s points.";
UR_STRINGS["To what score do you want to reset all remaining groups ?"] = "To what score do you want to reset all the groups who are still in the competition?";
UR_STRINGS["Are you sure you want to change the group of this player ?"] = "Are you sure you want to change this player’s group?";
UR_STRINGS["Change to..."] = "Change for…";
UR_STRINGS["Eliminate this group ?"] = "Eliminate this group?";
UR_STRINGS["Re-integrate this group ?"] = "Reinstate this group?";
UR_STRINGS["On this group, how many points to you want to add / remove (use -X or X) ?"] = "With this group, how many points do you want to add/remove (use -X or X)?";
UR_STRINGS["Unable to set as official."] = "Unable to switch to the official mode.";
UR_STRINGS["Are you sure you want to switch your event to the state: %s ?"] = "Are you sure you want to switch the Event to mode: %s?";
UR_STRINGS["Unable to change Event state to \"%s\"."] = "Unable to change the Event mode to \"%s\".";
UR_STRINGS["Check that you don't have any players still waiting to be accepted."] = "Check that you don’t have any players waiting to be accepted.";
UR_STRINGS["There must be at least one faceoff to do / remaining."] = "There must be at least one outstanding match.";
UR_STRINGS["If you want to start a phase, use the start phase button."] = "If you want to start the stage, use the \"start stage\" button.";
UR_STRINGS["Impossible to set this value (min/max inconsistency, bad value...)."] = "Unable to set this value (min/max. incoherence, incorrect value, etc.).";
UR_STRINGS["Impossible to set the details"] = "Unable to save details.";
UR_STRINGS["Details have been set."] = "The details have been saved.";
UR_STRINGS["Add this player ?"] = "Add this player?";
UR_STRINGS["Create this group ?"] = "Create this group?";
UR_STRINGS["Unable to create the group."] = "Unable to create the group.";
UR_STRINGS["How do you want to rename this group ?"] = "What do you want to call this group?";
UR_STRINGS["Unable to rename the group."] = "Unable to rename the group.";
UR_STRINGS["Are you sure you want to delete this group ?"] = "Are you sure you want to delete this group?";
UR_STRINGS["Unable to delete the group."] = "Unable to delete the group.";
UR_STRINGS["Are you sure you want to split the accepted players in groups, if yes, in how many groups ?\nNote: this operation will reset all player's groups."] = "Are you sure you want divide the players who are still in the competition into groups? If yes, into how many groups?\nRemember that this operation will reset all the groups.";
UR_STRINGS["Are you sure you want to ungroup all players ?\nNote: this operation will reset all player's groups."] = "Are you sure you want to ungroup all the players?\nRemember that this operation will reset all the groups.";
UR_STRINGS["Unable to auto group."] = "Unable to divide the players into groups.";
UR_STRINGS["Are you sure you want to set up your Event like a \"%s\" ?"] = "Are you sure you want to set your Event as a \"%s\"?";
UR_STRINGS["The scoring and faceoff rules will be set accordingly."] = "The matchmaking and scoring rules will be set accordingly";
UR_STRINGS["You are free to use theses rules as a starting point for your own rules."] = "You can use these settings as a starting point for your own rules.";
UR_STRINGS["Unable to set as \"%s\"."] = "Unable to set it as a \"%s\".";
UR_STRINGS["Your Event as been set like a \"%s\"."] = "Your Event has been set as a \"%s\".";
UR_STRINGS["Are you sure you want to re-organize currently accepted players by guilds ?\nNote: this operation will reset all player's groups."] = "Are you sure you want to reorganize the players who are still in the competition into guilds?\nRemember that this action will reset all the groups.";
UR_STRINGS["Are you sure you want to change your faceoffs rules ?\nNote: this will NOT delete the existing faceoffs (if any)."] = "Are you sure you want to change the matchmaking rules?\nRemember that this will NOT delete the matches that have already been planned (if there are any).";
UR_STRINGS["Faceoffs rule have been setted."] = "The matchmaking rules have been saved.";
UR_STRINGS["Faceoffs rule could not be setted."] = "Unable to save the matchmaking rules.";
UR_STRINGS["You must enter a name for this phase."] = "You must name this stage.";
UR_STRINGS["Are you sure you want to create a new phase ?\nAll battles & faceoffs logs (remaining as well as done) will be deleted and a new phase will be created, generating faceoffs for the remaining players according to your current Faceoffs rules.\n\nMake sure you have done what needed to be done before starting the phase (eliminations, groups management, scores etc..)."] = "Are you sure you want to create a new stage?\nAll the fight history as well as the matches (completed or outstanding) will be deleted and a new stage will be created: the outstanding matches will be generated according to your matchmaking rules.\n\nEnsure that you have done all that needs to be done before starting a new stage (eliminations, group management, score handling, etc.).";
UR_STRINGS["Error(s) while creating your new phase:"] = "An error occurred while creating the new stage:";
UR_STRINGS["Previous battles & faceoffs logs have been deleted. The new phase is ready and new faceoffs have been generated according to your rules.\nDon't forget to set your Event state to \"playing\" if needed."] = "The fight history, as well as all the previous matches (completed or outstanding), have been deleted. The new stage is ready and the new matches have been generated based on your rules.\nDon’t forget to switch your Event to \"game\" mode, if necessary.";
UR_STRINGS["Are you sure you want to delete ALL faceoffs (done and remaining) ?"] = "Are you sure you want to delete ALL the matches (completed or outstanding)?";
UR_STRINGS["All faceoffs have been deleted."] = "All the matches have been deleted.";
UR_STRINGS["Join this Event ?\nThe entry fees are %s, they will be withdraw from your account immediatly, however, if the Event manager refuse you, you'll get your Clintz back.\nMake sure you are available for the Event as the manager has no obligation to reimburse you if you quit after beeing accepted."] = "Join this Event?\nThe entrance fee is %s. It will be taken from your account immediately. However if you are denied entrance to the event by the Event creator, you will be reimbursed.\nEnsure you are available to take part in the Event because the creator is not obliged to reimburse you if you drop out after having agreed to take part.";
UR_STRINGS["Join this Event ?"] = "Join this Event?";
UR_STRINGS["Your request has been sent. Now you must wait until the Event manager accept or refuse you."] = "Your request has been sent. You must now wait for the Event creator to either accept of reject you.";
UR_STRINGS["The entry fees (%s Clintz) have been withdraw from your account. You'll be reimbursed if you are refused in the Event."] = "The entrance fees (%s Clintz) have been taken from your account. You will be automatically reimbursed if you are rejected.";
UR_STRINGS["Reset existing scoring rules and replace them with the new rules ?"] = "Replace the scoring rules?";
UR_STRINGS["Scoring rules saved."] = "Scoring rules saved.";
UR_STRINGS["Reset existing prize distribution rules and replace them with the new rules ?"] = "Replace the prize awarding rules?";
UR_STRINGS["Prize distribution rules saved."] = "Prize awarding rules saved.";
UR_STRINGS["There was an error while saving the prize distribution rules. Check that the creator share is not over the max percentage you specified and that no player is listed twice."] = "An error occurred while saving the prize awarding rules. Check that the creator’s share is not higher than the maximum share defined at the start and that no player is displayed twice.";
UR_STRINGS["Cast your vote ?"] = "Confirm your vote?";
UR_STRINGS["Your vote has been successfully sent."] = "Your vote has been counted.";
UR_STRINGS["There was an error while saving your vote, please try again."] = "An error occurred while saving your vote. Please try again.";
UR_STRINGS["Are you sure you want to distribute the prizes according to the existing rules ?"] = "Are you sure you want to award the prizes based on the current rules?";
UR_STRINGS["Prizes distributed! Your Event is now officially done."] = "Prizes awarded! Your Event is officially completed.";
UR_STRINGS["There was an error while distributing the prizes, please try again."] = "An error occurred while awarding your prizes. Please try again.";
UR_STRINGS["Invalid - Your prize distribution give more clintz than available."] = "Invalid – Your prize allocation uses up more Clintz than are currently available.";
UR_STRINGS["%s must face off %s in %d winning battles (%d/%d remaining)."] = "%s must meet %s in %d winning battles (%d/%d remaining).";
UR_STRINGS["%s must face off %s in %d battles (%d/%d remaining)."] = "%s must meet %s in %d battles (%d/%d remaining).";
UR_STRINGS["%s did face off %s in %d winning battles."] = "%s fought %s in %d winning battles.";
UR_STRINGS["%s did face off %s in %d battles."] = "%s fought %s in %d battles.";
UR_STRINGS["This Event does not have a faceoffs list set."] = "This Event does not yet have any matches planned.";
UR_STRINGS["Current score: %s"] = "Current score: %s";
UR_STRINGS["%s points"] = "%s points";
UR_STRINGS["Faceoffs done: %s/%s (%s)"] = "Completed matches: %s/%s (%s)";
UR_STRINGS["You have been %s from %s."] = "You have been %s from %s.";
UR_STRINGS["eliminated"] = "eliminated";
UR_STRINGS["refused"] = "refused";
UR_STRINGS["Enter your message:"] = "Enter your message:";
UR_STRINGS["all players"] = "all players";
UR_STRINGS["remaining players"] = "players still in the competition";
UR_STRINGS["Send to %s:\n%s"] = "Send to %s:\n%s";
UR_STRINGS["Impossible to send your message."] = "Unable to send your message.";
UR_STRINGS["Your message has been sent."] = "Your message has been sent.";
UR_STRINGS["%s did not received the message due to his/their privacy settings."] = "%s has not received your message because of their message settings.";
UR_STRINGS["Are you sure you want to delete this Event ?\nThe entry fee, if any, will be reimbursed to the players and everything will be deleted."] = "Are you sure you want to delete this Event?\nIf there were any entrance fees, the players will be reimbursed and everything will then be deleted.";
UR_STRINGS["Impossible to delete your Event."] = "Unable to delete your Event.";
UR_STRINGS["The Event has been deleted."] = "The Event has been deleted.";
UR_STRINGS["%s pts"] = "%s pts";
UR_STRINGS["Sorry, your vote couldn't be saved because you've been blacklisted."] = "Sorry, your vote has not been taken into account as you are blacklisted.";
UR_STRINGS["Done, all votes has been set to yes."] = "OK, all the votes have been forced to \"yes\".";
UR_STRINGS["Sorry, the Event seems to be not ready for the prize distribution votes."] = "Sorry, the Event does not seem ready for a vote on awarding prizes.";
UR_STRINGS["Sorry, it seems you already voted for this Survey."] = "Sorry, apparently you have already taken part in this survey.";
UR_STRINGS["Lottery is over, let's wait for the draw!"] = "Lottery is over, let's wait for the draw!";
UR_STRINGS["Be the first to add a comment!"] = "Be the first to post a comment!";
UR_STRINGS["Rate me"] = "Rate me";
UR_STRINGS["delete"] = "delete";
UR_STRINGS["Sorry, your comment couldn't be saved because you've been blacklisted or there was an error."] = "Sorry, your comment has not been recorded as you are either blacklisted or an error has occurred.";
UR_STRINGS["Sorry, your vote couldn't be saved because you've been blacklisted."] = "Sorry, your vote has not been taken into account as you are blacklisted.";
UR_STRINGS["Sending.."] = "Sending..";
UR_STRINGS["It seems you have a popup blocker, check your browser setting to allow www.urban-rivals.com to open popup windows."] = "Check your browser settings and allow www.urban-rivals.com to open popup windows.";
UR_STRINGS["Your level is not authorized to join this room."] = "Your level is not authorized to join this room.";
UR_STRINGS["You are not a member of this guild."] = "You are not a member of this Guild.";
UR_STRINGS["You are banned from this game mode."] = "You are banned from this game mode.";
UR_STRINGS["Guild Members"] = "Guild Members";
UR_STRINGS["Special Event"] = "Event Room";
UR_STRINGS["Level"] = "Level";
UR_STRINGS["@0@ players online"] = "@0@ players online";
UR_STRINGS["@0@ player online"] = "@0@ player online";
UR_STRINGS["Players ranging from Level @0@ to @1@."] = "Players ranging from Level @0@ to @1@.";
UR_STRINGS["Players from Level @0@ and above."] = "Players from Level @0@ and above.";
UR_STRINGS["Room game mode:"] = "Room game mode:";
UR_STRINGS["You play in @0@ mode."] = "You're playing in @0@ mode.";
UR_STRINGS["Room deck format:"] = "Room deck format:";
UR_STRINGS["Your Deck must be in @0@ format."] = "Your Deck must be in @0@ format.";
UR_STRINGS["There are restrictions on the composition of your Deck."] = "There are restrictions on the composition of your Deck.";
UR_STRINGS["Room option(s):"] = "Room option(s):";
UR_STRINGS["No random, the highest attack always wins."] = "No random, the highest attack always wins.";
UR_STRINGS["You can participate in the daily tournaments."] = "You can participate in the daily tournaments.";
UR_STRINGS["Display mode"] = "Display mode";
UR_STRINGS["Normal"] = "Normal";
UR_STRINGS["or in a popup"] = "or in a popup";
UR_STRINGS["Small"] = "Small";
UR_STRINGS["Medium"] = "Medium";
UR_STRINGS["Big"] = "Big";
UR_STRINGS["You cannot access this room."] = "You cannot access this room.";
UR_STRINGS["Tournament in progress! <span class=boldText>@0@ min</span> remaining."] = "Tournament in progress! <span class=boldText>@0@ min</span> remaining.";
UR_STRINGS["Next tournament in <span class=boldText>@0@ min</span>."] = "Next tournament in <span class=boldText>@0@ min</span>.";
UR_STRINGS["Cancel this character sale ?"] = "Cancel this character sale?";
UR_STRINGS["This character cannot be found."] = "This character cannot be found.";
UR_STRINGS["This character is not in your current sales."] = "This character is not in your current sales.";
UR_STRINGS["This character does not belong to you."] = "This character does not belong to you.";
UR_STRINGS["The sale of this character has been cancelled."] = "The sale of this character has been cancelled.";
UR_STRINGS["Confirm your purchase of @0@ for @1@ Clintz ?"] = "Confirm your purchase of @0@ for @1@ Clintz?";
UR_STRINGS["We need to make sure that you are a human beeing."] = "We need to make sure that you are a human being.";
UR_STRINGS["You must enter the numbers in the field."] = "You must enter the names in the data entry field.";
UR_STRINGS["yes"] = "yes";
UR_STRINGS["no"] = "no";
UR_STRINGS["Well done! This character has been added to your collection, you have @0@ Clintz left."] = "Well done! This character has been added to your collection, you have @0@ Clintz left.";
UR_STRINGS["Buy"] = "Buy";
UR_STRINGS["Refuse"] = "Refuse";
UR_STRINGS["- <span class=boldText>@3@ Clintz</span> forsale by"] = "- <span class=boldText>@3@ Clintz</span> sold by";
UR_STRINGS["@0@ left"] = "@0@ left";
UR_STRINGS["Sorry, the nickname you want to use is already used by somebody else."] = "Sorry, the nickname you want to use is already taken.";
UR_STRINGS["You can use one of thoses availables nicknames: "] = "You can use one of the following available nicknames: ";
UR_STRINGS["is not a valid nickname !"] = "is not a valid nickname!";
UR_STRINGS["Strong security."] = "Strong security.";
UR_STRINGS["Very weak security."] = "Very weak security.";
UR_STRINGS["Weak security."] = "Weak security.";
UR_STRINGS["Good security."] = "Good security.";
UR_STRINGS["Please, choose a starter pack first"] = "To begin, please choose a starting pack";
UR_STRINGS["You have to read and accept our T&C's, first"] = "You must read and accept the Urban Rivals’ terms and conditions of use";
UR_STRINGS["There was an error while sending the new site."] = "An error occurred while sending the new site.";
UR_STRINGS["The site has been received, it will be checked by the staff very soon."] = "The site has been successfully sent. It will soon be checked by the support staff.";
UR_STRINGS["Fansite accepted."] = "Fan site accepted.";
UR_STRINGS["Sorry, there was an error while accepting the fansite."] = "An error occurred while the fan site was being accepted.";
UR_STRINGS["Fansite deleted."] = "Fan site deleted.";
UR_STRINGS["Sorry, there was an error while deleting the fansite."] = "An error occurred while the fan site was being deleted.";
UR_STRINGS["%+d pts"] = "%+d pts";
UR_STRINGS["Sorry, your vote couldn't be saved because you've been blacklisted."] = "Sorry, your vote has not been taken into account as you are blacklisted.";
UR_STRINGS["Pick Character(s)"] = "Choose a/some character(s)";
UR_STRINGS["Cancel"] = "Cancel";
UR_STRINGS["Save"] = "Save";
UR_STRINGS["%s Clans"] = "%s Clans";
UR_STRINGS["%s Characters"] = "%s Characters";
UR_STRINGS["%s Copie(s)"] = "%s example(s)";
UR_STRINGS["Are you sure you want to delete this oauth consumer key ? Any application using this key will stop working immediately."] = "Are you sure you want to delete this OAuth consumer key? Any applications currently using it will cease to work immediately.";
UR_STRINGS["Sending.."] = "Sending..";
UR_STRINGS["You must fill all 3 fields."] = "You must complete all 3 fields.";
UR_STRINGS["The password and the confirmation password are different!"] = "The password and the confirmation password are different!";
UR_STRINGS["Your password appear too easy to find. Please secure it using theses methods for example: alternate numbers and letters, mix cases, use specials characters, use at least 8 characters."] = "Please secure it by using these methods: alternate numbers and letters, mix cases, use specials characters, and use at least 8 characters.";
UR_STRINGS["Your message has been sent."] = "Your message has been sent.";
UR_STRINGS["There was an error while sending your message."] = "An error occurred while sending your message.";
UR_STRINGS["Are you sure you want to add this player to your Contact List?"] = "Are you sure you want to add this player to your Contact List?";
UR_STRINGS["Are you sure you want to remove this player from your Contact List?"] = "Are you sure you want to remove this player from your Contact List?";
UR_STRINGS["Are you sure you want to add this player to your personnal Blacklist?"] = "Are you sure you want to add this player to your personal Blacklist?";
UR_STRINGS["Are you sure you want to remove this player from your personnal Blacklist?"] = "Are you sure you want to remove this player from your personal Blacklist?";
UR_STRINGS["You must choose a picture file on your computer before clicking on Send."] = "You must choose a picture file on your computer before clicking on Send.";
UR_STRINGS["Note: as you nickname has been modified, you must use the new one to log in. Your password is still the same as before."] = "Note: as your nickname has been changed, you must use the new one to log in. Your password is still the same as before.";
UR_STRINGS["There was an error while changing your nickname: already used!"] = "An error occurred while changing your nickname: nickname already in use.";
UR_STRINGS["There was an error while changing your nickname."] = "An error occurred while changing your nickname.";
UR_STRINGS["You do not own enough Clintz to vote."] = "You don’t own enough Clintz to vote.";
UR_STRINGS["It's the @0@e time you vote for this poll. This vote will cost you @1@ Clintz. Confirm your vote?"] = "It's the @0@e time you’ve voted in this poll. This vote will cost you @1@ Clintz. Confirm your vote?";
UR_STRINGS["No email address was entered! Invitations can't be sent..."] = "No email address was entered! Invitations can't be sent...";
UR_STRINGS["Your personal data has been successfully saved!"] = "Your personal data has been successfully saved!";
UR_STRINGS["You cannot save a preset with less than 8 characters."] = "You cannot save a Preset with less than 8 characters.";
UR_STRINGS["Your selection is empty!"] = "Your selection is empty!";
UR_STRINGS["Sell your Selection"] = "Sell your selection";
UR_STRINGS["Input the price that you want for each cards of your current selection (ex: if you input 500 Ctz with 8 cards, you will sell for a total of 4000 Ctz)."] = "Insert the price you want for each card in your current selection (e.g. if you insert 500 Ctz for 8 selected cards, you will sell for a total of 4000 Ctz).";
UR_STRINGS["Enter your price:"] = "Enter your price:";
UR_STRINGS["50 Ctz min"] = "50 Ctz min";
UR_STRINGS["If private sale, enter nickname:"] = "If private sale, enter nickname:";
UR_STRINGS["Sell"] = "Sell";
UR_STRINGS["To prevent cheating, the public and private sales (except Kate) functions will be unlocked (and forever) after you first purchase of credits at the shop. (more information can be found in Game Help)"] = "To prevent cheating, the public and private sales (excluding sales to Kate) functions will be unlocked indefinitely after your first purchase of credits at the Shop (more information can be found in the Game Help section).";
UR_STRINGS["Cancel"] = "Cancel";
UR_STRINGS["Unable to sell because you cannot have less than 8 characters in your collection."] = "Unable to sell because you cannot have less than 8 characters in your collection.";
UR_STRINGS["Are you sure you want to sell your current selection of @0@ character(s) ?"] = "Are you sure you want to sell your current selection of @0@ character(s)?";
UR_STRINGS["Unable to recognize the price as a number."] = "Unable to recognize the price as a number.";
UR_STRINGS["Minimum price is set to 50 Clintz."] = "Minimum price is set to 50 Clintz.";
UR_STRINGS["Are you sure you want to replace your current selection ?"] = "Are you sure you want to replace your current selection?";
UR_STRINGS["My preset name"] = "My Preset name";
UR_STRINGS["Set as Deck"] = "Set as Deck";
UR_STRINGS["Are you sure you want to delete this preset ?"] = "Are you sure you want to delete this Preset?";
UR_STRINGS["You cannot create a Deck with less than 8 characters."] = "You cannot create a Deck with less than 8 characters.";
UR_STRINGS["Are you sure you want to use this selection as your Deck ?"] = "Are you sure you want to use this selection as your Deck?";
UR_STRINGS["Unable to identify you"] = "Unable to identify you.";
UR_STRINGS["Unable to set your selection as your current Deck, it does not contains 8 characters."] = "Unable to use your current selection as you’re a Deck as it does not contains 8 characters (or more).";
UR_STRINGS["Your selection has been set as your current Deck."] = "Your selection has been set as your current Deck.";
UR_STRINGS["Are you sure you want to empty your selection?"] = "Are you sure you want to empty your selection?";
UR_STRINGS["the total levels of your characters is over 25"] = "the total level of your characters is over 25";
UR_STRINGS["you have doubles"] = "you have doubles";
UR_STRINGS["you have character(s) invalid(s) in ELO mode"] = "you have one or more invalid character(s) in ELO mode";
UR_STRINGS["@0@ is currently invalid in the ELO mode."] = "@0@ is currently invalid in the ELO mode.";
