1350a8730SAndreas Gohr<?php 2350a8730SAndreas Gohr/** 3350a8730SAndreas Gohr * Slovak language file 4350a8730SAndreas Gohr * 5350a8730SAndreas Gohr * @author Ondrej Végh <ov@vsieti.sk> 67e089c87SAndreas Gohr * @author Michal Mesko <michal.mesko@gmail.com> 7*166da0c5SeXuS * @author exusik@gmail.com 8350a8730SAndreas Gohr */ 9abcc3801SAndreas Gohr$lang['menu'] = 'Správa užívateľov'; 10abcc3801SAndreas Gohr$lang['noauth'] = '(autentifikácia užívateľov nie je dostupná)'; 11abcc3801SAndreas Gohr$lang['nosupport'] = '(správa užívateľov nie je podporovaná)'; 12abcc3801SAndreas Gohr$lang['badauth'] = 'vadný autorizačný mechanizmus'; 13abcc3801SAndreas Gohr$lang['user_id'] = 'Užívateľ'; 14abcc3801SAndreas Gohr$lang['user_pass'] = 'Heslo'; 15abcc3801SAndreas Gohr$lang['user_name'] = 'Skutočné meno'; 16abcc3801SAndreas Gohr$lang['user_mail'] = 'Email'; 17abcc3801SAndreas Gohr$lang['user_groups'] = 'Skupiny'; 18abcc3801SAndreas Gohr$lang['field'] = 'Pole'; 19abcc3801SAndreas Gohr$lang['value'] = 'Hodnota'; 20abcc3801SAndreas Gohr$lang['add'] = 'Pridať'; 21abcc3801SAndreas Gohr$lang['delete'] = 'Zmazať'; 22abcc3801SAndreas Gohr$lang['delete_selected'] = 'Zmazať vybrané'; 23abcc3801SAndreas Gohr$lang['edit'] = 'Zmeniť'; 24abcc3801SAndreas Gohr$lang['edit_prompt'] = 'Zmeniť tohoto užívateľa'; 25abcc3801SAndreas Gohr$lang['modify'] = 'Uložiť zmeny'; 26abcc3801SAndreas Gohr$lang['search'] = 'Hľadať'; 27abcc3801SAndreas Gohr$lang['search_prompt'] = 'Vykonať vyhľadávanie'; 28abcc3801SAndreas Gohr$lang['clear'] = 'Vynulovať vyhľadávací filter'; 29abcc3801SAndreas Gohr$lang['filter'] = 'Filter'; 30abcc3801SAndreas Gohr$lang['summary'] = 'Zobrazenie užívateľov %1$d-%2$d z %3$d nájdených. %4$d užívateľov celkom.'; 31abcc3801SAndreas Gohr$lang['nonefound'] = 'Žiadni užívatelia nenájdení. %d užívateľov celkom.'; 32abcc3801SAndreas Gohr$lang['delete_ok'] = '%d užívateľov zmazaných'; 33abcc3801SAndreas Gohr$lang['delete_fail'] = '%d chýb vymazania.'; 34abcc3801SAndreas Gohr$lang['update_ok'] = 'Užívateľ úspešne zmenený'; 35abcc3801SAndreas Gohr$lang['update_fail'] = 'Chyba zmeny užívateľa'; 36abcc3801SAndreas Gohr$lang['update_exists'] = 'Chyba zmeny užívateľa, užívateľské meno (%s) už existuje (iné zmeny budú zaznamenané).'; 37abcc3801SAndreas Gohr$lang['start'] = 'prvé'; 38abcc3801SAndreas Gohr$lang['prev'] = 'predošlé'; 39abcc3801SAndreas Gohr$lang['next'] = 'ďalšie'; 40abcc3801SAndreas Gohr$lang['last'] = 'posledné'; 41abcc3801SAndreas Gohr$lang['edit_usermissing'] = 'Vybraný užívateľ nebol nájdený, mohol byť zmazaný, alebo zmenený iným spôsobom.'; 42abcc3801SAndreas Gohr$lang['user_notify'] = 'Upozorniť užívateľa'; 43abcc3801SAndreas Gohr$lang['note_notify'] = 'Notifikačné e-maily iba vtedy, ak dostane užívateľ nové heslo'; 44abcc3801SAndreas Gohr$lang['note_group'] = 'Noví užívatelia budú pridaní do východej skupiny (%s), ak nie je pre nich špecifikovaná iná skupina.'; 45abcc3801SAndreas Gohr$lang['add_ok'] = 'Používateľ úspešne pridaný'; 46abcc3801SAndreas Gohr$lang['add_fail'] = 'Pridávanie užívateľa nebolo úspešné'; 47abcc3801SAndreas Gohr$lang['notify_ok'] = 'Notifikačný e-mail bol poslaný'; 48abcc3801SAndreas Gohr$lang['notify_fail'] = 'Notifikačný e-mail nemohol byť poslaný'; 49