
String.prototype.t = function() {
  var s = VC_TRANSLATIONS[this] || this;
  for (var i = 0; i<= arguments.length; i++)
  {
    s = s.replace("{"+i+"}", arguments[i]);
  }
  return s;
};


VC_TRANSLATIONS = {
"You have reached the maximum number of selections (20).": "You have reached the maximum number of selections (20).",
"You have to enter a stake to place a bet.": "You have to enter a stake to place a bet.",
"Added to betslip": "Added to betslip",
"placing your bets in": "placing your bets in",
"{0} seconds": "{0} seconds",
"Loading...": "Loading...",
"Your bet slip is currently empty": "Your bet slip is currently empty",
"finish procedure message": "Please go to the betslip window and finish the procedure you were doing. The betslip can only accept new bets after you finish the procedure.",
"betslip error message": "Sorry, something went wrong. Please check your connection and try again.",
"You have {0} bets waiting to be placed": "You have {0} bets waiting to be placed",
"Remove this bet from betslip": "Remove this bet from betslip",
"{0} / {1} bets unit stake": "{0} / {1} bets unit stake",
"{0} / {1} bets each way": "{0} / {1} bets each way",
"Each Way": "Each Way",
"Multiple bet options": "Multiple bet options",
"Bet Type": "Bet Type",
"Stake": "Stake",
"E/W": "E/W",
"We noticed that you spent a long time on this page, do you want to disable the real-time update feature?": "We noticed that you spent a long time on this page, do you want to disable the real-time update feature?",
"Please login": "Please login",
"{0} min": "{0} min",
"{0} mins": "{0} mins",
"{0} hour": "{0} hour",
"{0} hours": "{0} hours",
"You must enter at least 3 characters to search": "You must enter at least 3 characters to search",
"Please add your search terms to the box and click the \"Go\" button": "Please add your search terms to the box and click the \"Go\" button",
"Sorry, maximum number of selections for a Combination Forecast/Tricast is 6.": "Sorry, maximum number of selections for a Combination Forecast/Tricast is 6.",
"Please make some selections": "Please make some selections",
"flash": "flash",
"Sponsor": "Sponsor",
"Please choose at least one selection to view.": "Please choose at least one selection to view.",
"Loading this many selections may take a while, are you sure you wish to continue?": "Loading this many selections may take a while, are you sure you wish to continue?",
"Please enter your first name": "Please enter your first name",
"Must be a minimum of two characters": "Must be a minimum of two characters",
"Please use a-z only, minimum of two characters": "Please use a-z only, minimum of two characters",
"Please enter alphanumeric characters only": "Please enter alphanumeric characters only",
"Please enter your last name": "Please enter your last name",
"Please enter your email address": "Please enter your email address",
"Please enter a valid email address": "Please enter a valid email address",
"Please select your country from the list": "Please select your country from the list",
"Please enter your address": "Please enter your address",
"Please enter your town/city": "Please enter your town/city",
"Please enter your postcode / zipcode": "Please enter your postcode / zipcode",
"Please enter your username": "Please enter your username",
"6 to 12 characters. Only letters and numbers are valid": "6 to 12 characters. Only letters and numbers are valid",
"Username already taken, please choose another one": "Username already taken, please choose another one",
"Please enter your password": "Please enter your password",
"Please confirm your password": "Please confirm your password",
"Please make sure you confirm the password exactly": "Please make sure you confirm the password exactly",
"Please select a currency": "Please select a currency",
"Please choose a security question from the list": "Please choose a security question from the list",
"Please accept the terms and conditions": "Please accept the terms and conditions",
"Characters 0-9 and a-z only": "Characters 0-9 and a-z only",
"Please specify a correct date": "Please specify a correct date",
"You must use at least one letter and one number": "You must use at least one letter and one number",
"Please enter a valid answer to your security question": "Please enter a valid answer to your security question",
"You must be over 18 years of age": "You must be over 18 years of age",
"PLAY FOR FUN": "PLAY FOR FUN",
"PLAY FOR REAL": "PLAY FOR REAL",
"FULL SIZE GAMES AVAILABLE": "FULL SIZE GAMES AVAILABLE",
"MINI GAMES": "MINI GAMES",
"PLAY FULL SCREEN": "PLAY FULL SCREEN",
"MINI GAMES MENU": "MINI GAMES MENU"
};