var i18n={translate:function(id){var o=eval(objSitefaceTranslate);var str=eval("o.t"+id);if(str==undefined){return""}return eval("o.t"+id)},translateWithOneParameter:function(id,placeholder){var o=eval(objSitefaceTranslate);var str=eval("o.t"+id);if(str==undefined){return""}return str.replace("@Parameter1@",placeholder)},translateWithTwoParameter:function(id,placeholder,placeholder2){var o=eval(objSitefaceTranslate);var str=eval("o.t"+id);if(str==undefined){return""}str=str.replace("@Parameter1@",placeholder);str=str.replace("@Parameter2@",placeholder2);return str},translateWithThreeParameter:function(id,placeholder,placeholder2,placeholder3){var o=eval(objSitefaceTranslate);var str=eval("o.t"+id);if(str==undefined){return""}str=str.replace("@Parameter1@",placeholder);str=str.replace("@Parameter2@",placeholder2);str=str.replace("@Parameter3@",placeholder3);return str},translateWithFourParameter:function(id,placeholder,placeholder2,placeholder3,placeholder4){var o=eval(objSitefaceTranslate);var str=eval("o.t"+id);if(str==undefined){return""}str=str.replace("@Parameter1@",placeholder);str=str.replace("@Parameter2@",placeholder2);str=str.replace("@Parameter3@",placeholder3);str=str.replace("@Parameter4@",placeholder4);return str}};
