var translations = {"select":"Aucune s\u00e9lection","iban_ungueltig":"L\u2019IBAN indiqu\u00e9 est malheureusement incorrect. Veuillez v\u00e9rifier vos informations","teilnehmen":"Participer","city_empty":"Veuillez saisir la ville.","ihre_position":"Votre position","click_to_choose":"cliquez pour s\u00e9lectionner","chosen":"selectionne","haendler_von_hand":"Saisir manuellement","register_haendler_not_found_q":"Votre concessionnaire ne \\ns\u00b4y trouve pas?","register_haendler_not_found_eintragen":"Si vous ne trouvez pas votre concessionnaire participant ici.","no_haendler":"Malheureusement, nous navons pu trouver aucun concessionnaire participant dans votre region.","haendler_anzahl":"CONCESSIONNAIRES PARTICIPANTS","hide_map":"Masquer la carte","show_map":"Afficher la carte","back":"dos","invoice":"Facture","false_country":"Attention! Vous vous trouvez sur la page d\u2019inscription du mauvais pays. Vous allez \u00eatre redirig\u00e9 vers la page d\u2019inscription ad\u00e9quate.","password_vergessen":{"no_user":"Aucun compte utilisateur n\u00b4a \u00e9t\u00e9 trouv\u00e9 pour l\u00b4adresse e-mail indiqu\u00e9e.","email_gesendet":"Nous vous avons envoy\u00e9 des instructions pour r\u00e9initialiser votre mot de passe."},"bic_ungueltig":"Le SWIFT\/BIC saisi est invalide. Veuillez v\u00e9rifier vos informations","vorraussichtliche_auszahlung":"Paiement pr\u00e9vu","punkte_anzahl":"Nombre de points","ohne_gewaehr":"sans garantie"}; var t = function(key, replaces){ try{ replaces = replaces || {}; var string = key.split('.').reduce(function (obj,i) {return obj[i]}, translations); for(search in replaces){ if(replaces.hasOwnProperty(search)) string = string.replace('%'+search+'%', replaces[search]); } return string; }catch(e){ return key; } }