var xlat={};
xlat.cs={
tabs:{tabView:'Zobrazit záložky',plainView:'Zobrazit vše'},
aside:{intro:'Následuje vložený text.',skip:'Přeskočit...',end:'Konec vloženého textu.'},
thickbox:{close:'zavřít',esc:'(nebo stiskněte klávesu ESC)'},
forum:{topicList:'Přehled témat'}
};

xlat.en={
tabs:{tabView:'Tab view',plainView:'Plain vew'},
aside:{intro:'An aside text follows.',skip:'Skip it...',end:'End of the aside text.'},
thickbox:{close:'close',esc:'(or ESC key)'},
forum:{topicList:'Topic List'}
};

xlat=xlat[document.getElementsByTagName('html')[0].getAttribute('lang')];
