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