* @author Tibor Repček */ // settings must be present and set appropriately for the language $lang['encoding'] = 'utf-8'; $lang['direction'] = 'ltr'; // for admin plugins, the menu prompt to be displayed in the admin menu // if set here, the plugin doesn't need to override the getMenuText() method $lang['menu'] = 'Moderovať diskusie'; $lang['discussion'] = 'Diskusia'; $lang['comment'] = 'Komentár'; $lang['comments'] = 'Komentáre'; $lang['nocomments'] = 'Bez komentárov'; $lang['threads'] = 'Diskusie'; $lang['url'] = 'Webová stránka'; $lang['address'] = 'Adresa'; $lang['date'] = 'Dátum'; $lang['entercomment'] = 'Napíšte váš komentár'; $lang['wikisyntax'] = 'Wiki syntax povolená'; $lang['older'] = 'Staršia diskusia'; $lang['newer'] = 'Novšia diskusia'; $lang['btn_reply'] = 'Odpoveď'; $lang['btn_hide'] = 'Skryť'; $lang['btn_show'] = 'Zobraziť'; $lang['btn_change'] = 'Zmeniť'; $lang['statuschanged'] = 'Stav diskusie zmenený'; $lang['wordblock'] = 'Váš príspevok bol blokovaný ako spam.'; $lang['moderation'] = 'Vás komentár bol pridaný a čaká na schválenie.'; $lang['mail_newcomment'] = 'Nový komentár'; $lang['subscribe'] = 'Odoberať komentáre'; $lang['noguests'] = 'Prihláste sa, aby ste mohli pridať komentár.'; $lang['status'] = 'Stav'; $lang['off'] = 'vypnuté'; $lang['open'] = 'povolené'; $lang['closed'] = 'zakázané'; $lang['reply'] = 'Odpoveď'; $lang['replies'] = 'Odpovede'; $lang['newthread'] = 'Nové vlákno'; $lang['toggle_display'] = 'Skryť/Zobraziť'; //Setup VIM: ex: et ts=2 enc=utf-8 :