var tlumaczenia={ }; var Translator = { t: function(text){ if (tlumaczenia[text] == undefined){ return text; }else{ return tlumaczenia[text]; } } };