Imported Upstream version 1.8.4p4
[debian/sudo] / plugins / sudoers / po / pl.po
1 # Polish translation for sudo/sudoers.
2 # This file is put in the public domain.
3 # Jakub Bogusz <qboosh@pld-linux.org>, 2011-2012.
4 #
5 msgid ""
6 msgstr ""
7 "Project-Id-Version: sudoers 1.8.4rc1\n"
8 "Report-Msgid-Bugs-To: http://www.sudo.ws/bugs\n"
9 "POT-Creation-Date: 2012-02-06 15:48-0500\n"
10 "PO-Revision-Date: 2012-02-08 18:07+0100\n"
11 "Last-Translator: Jakub Bogusz <qboosh@pld-linux.org>\n"
12 "Language-Team: Polish <translation-team-pl@lists.sourceforge.net>\n"
13 "Language: pl\n"
14 "MIME-Version: 1.0\n"
15 "Content-Type: text/plain; charset=UTF-8\n"
16 "Content-Transfer-Encoding: 8bit\n"
17 "Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
18
19 #: plugins/sudoers/alias.c:125
20 #, c-format
21 msgid "Alias `%s' already defined"
22 msgstr "Alias `%s' jest już zdefiniowany"
23
24 #: plugins/sudoers/bsm_audit.c:61 plugins/sudoers/bsm_audit.c:64
25 #: plugins/sudoers/bsm_audit.c:113 plugins/sudoers/bsm_audit.c:117
26 #: plugins/sudoers/bsm_audit.c:169 plugins/sudoers/bsm_audit.c:173
27 msgid "getaudit: failed"
28 msgstr "getaudit: niepowodzenie"
29
30 #: plugins/sudoers/bsm_audit.c:91 plugins/sudoers/bsm_audit.c:154
31 msgid "Could not determine audit condition"
32 msgstr "Nie udało się określić warunku audytowego"
33
34 #: plugins/sudoers/bsm_audit.c:102
35 msgid "getauid failed"
36 msgstr "getauid nie powiodło się"
37
38 #: plugins/sudoers/bsm_audit.c:104 plugins/sudoers/bsm_audit.c:163
39 msgid "au_open: failed"
40 msgstr "au_open: niepowodzenie"
41
42 #: plugins/sudoers/bsm_audit.c:119 plugins/sudoers/bsm_audit.c:175
43 msgid "au_to_subject: failed"
44 msgstr "au_to_subject: niepowodzenie"
45
46 #: plugins/sudoers/bsm_audit.c:123 plugins/sudoers/bsm_audit.c:179
47 msgid "au_to_exec_args: failed"
48 msgstr "au_to_exec_args: niepowodzenie"
49
50 #: plugins/sudoers/bsm_audit.c:127 plugins/sudoers/bsm_audit.c:188
51 msgid "au_to_return32: failed"
52 msgstr "au_to_return32: niepowodzenie"
53
54 #: plugins/sudoers/bsm_audit.c:130 plugins/sudoers/bsm_audit.c:191
55 msgid "unable to commit audit record"
56 msgstr "nie udało się zatwierdzić rekordu audytowego"
57
58 #: plugins/sudoers/bsm_audit.c:161
59 msgid "getauid: failed"
60 msgstr "getauid: niepowodzenie"
61
62 #: plugins/sudoers/bsm_audit.c:184
63 msgid "au_to_text: failed"
64 msgstr "au_to_text: niepowodzenie"
65
66 #: plugins/sudoers/check.c:158
67 #, c-format
68 msgid "sorry, a password is required to run %s"
69 msgstr "niestety do uruchomienia %s wymagane jest hasło"
70
71 #: plugins/sudoers/check.c:249 plugins/sudoers/iolog.c:172
72 #: plugins/sudoers/sudoers.c:992 plugins/sudoers/sudoreplay.c:348
73 #: plugins/sudoers/sudoreplay.c:357 plugins/sudoers/sudoreplay.c:703
74 #: plugins/sudoers/sudoreplay.c:797 plugins/sudoers/visudo.c:790
75 #, c-format
76 msgid "unable to open %s"
77 msgstr "nie udało się otworzyć %s"
78
79 #: plugins/sudoers/check.c:253 plugins/sudoers/iolog.c:202
80 #, c-format
81 msgid "unable to write to %s"
82 msgstr "nie udało się zapisać do %s"
83
84 #: plugins/sudoers/check.c:261 plugins/sudoers/check.c:506
85 #: plugins/sudoers/check.c:556 plugins/sudoers/iolog.c:123
86 #: plugins/sudoers/iolog.c:156
87 #, c-format
88 msgid "unable to mkdir %s"
89 msgstr "nie udało się wykonać mkdir %s"
90
91 #: plugins/sudoers/check.c:396
92 #, c-format
93 msgid "internal error, expand_prompt() overflow"
94 msgstr "błąd wewnętrzny, przepełnienie expand_prompt()"
95
96 #: plugins/sudoers/check.c:456
97 #, c-format
98 msgid "timestamp path too long: %s"
99 msgstr "ścieżka znacznika czasu zbyt długa: %s"
100
101 #: plugins/sudoers/check.c:485 plugins/sudoers/check.c:529
102 #: plugins/sudoers/iolog.c:158
103 #, c-format
104 msgid "%s exists but is not a directory (0%o)"
105 msgstr "%s istnieje, ale nie jest katalogiem (0%o)"
106
107 #: plugins/sudoers/check.c:488 plugins/sudoers/check.c:532
108 #: plugins/sudoers/check.c:577
109 #, c-format
110 msgid "%s owned by uid %u, should be uid %u"
111 msgstr "właścicielem %s jest uid %u, powinien być uid %u"
112
113 #: plugins/sudoers/check.c:493 plugins/sudoers/check.c:537
114 #, c-format
115 msgid "%s writable by non-owner (0%o), should be mode 0700"
116 msgstr "%s zapisywalny nie tylko dla właściciela (uprawnienia 0%o, powinny być 0700)"
117
118 #: plugins/sudoers/check.c:501 plugins/sudoers/check.c:545
119 #: plugins/sudoers/check.c:613 plugins/sudoers/sudoers.c:978
120 #: plugins/sudoers/visudo.c:320 plugins/sudoers/visudo.c:582
121 #, c-format
122 msgid "unable to stat %s"
123 msgstr "nie udało się wykonać stat na %s"
124
125 #: plugins/sudoers/check.c:571
126 #, c-format
127 msgid "%s exists but is not a regular file (0%o)"
128 msgstr "%s istnieje, ale nie jest zwykłym plikiem (0%o)"
129
130 #: plugins/sudoers/check.c:583
131 #, c-format
132 msgid "%s writable by non-owner (0%o), should be mode 0600"
133 msgstr "%s zapisywalny nie tylko dla właściciela (uprawnienia 0%o, powinny być 0600)"
134
135 #: plugins/sudoers/check.c:637
136 #, c-format
137 msgid "timestamp too far in the future: %20.20s"
138 msgstr "znacznik czasu zbyt daleko w przyszłości: %20.20s"
139
140 #: plugins/sudoers/check.c:684
141 #, c-format
142 msgid "unable to remove %s (%s), will reset to the epoch"
143 msgstr "nie udało się usunąć %s (%s), zostanie zresetowany do epoch"
144
145 #: plugins/sudoers/check.c:692
146 #, c-format
147 msgid "unable to reset %s to the epoch"
148 msgstr "nie udało się zresetować %s do epoch"
149
150 #: plugins/sudoers/check.c:752 plugins/sudoers/check.c:758
151 #: plugins/sudoers/sudoers.c:829 plugins/sudoers/sudoers.c:833
152 #, c-format
153 msgid "unknown uid: %u"
154 msgstr "nieznany uid: %u"
155
156 #: plugins/sudoers/check.c:755 plugins/sudoers/sudoers.c:770
157 #: plugins/sudoers/sudoers.c:1108 plugins/sudoers/testsudoers.c:218
158 #: plugins/sudoers/testsudoers.c:362
159 #, c-format
160 msgid "unknown user: %s"
161 msgstr "nieznany użytkownik: %s"
162
163 #: plugins/sudoers/def_data.c:27
164 #, c-format
165 msgid "Syslog facility if syslog is being used for logging: %s"
166 msgstr "Rodzaj komunikatu sysloga, jeśli syslog jest używany: %s"
167
168 #: plugins/sudoers/def_data.c:31
169 #, c-format
170 msgid "Syslog priority to use when user authenticates successfully: %s"
171 msgstr "Priorytet komunikatu sysloga w przypadku udanego uwierzytelnienia: %s"
172
173 #: plugins/sudoers/def_data.c:35
174 #, c-format
175 msgid "Syslog priority to use when user authenticates unsuccessfully: %s"
176 msgstr "Priorytet komunikatu sysloga w przypadku nieudanego uwierzytelnienia: %s"
177
178 #: plugins/sudoers/def_data.c:39
179 msgid "Put OTP prompt on its own line"
180 msgstr "Umieszczenie zachęty OTP we własnej linii"
181
182 #: plugins/sudoers/def_data.c:43
183 msgid "Ignore '.' in $PATH"
184 msgstr "Ignorowanie '.' w $PATH"
185
186 #: plugins/sudoers/def_data.c:47
187 msgid "Always send mail when sudo is run"
188 msgstr "Wysyłanie listu zawsze przy uruchomieniu sudo"
189
190 #: plugins/sudoers/def_data.c:51
191 msgid "Send mail if user authentication fails"
192 msgstr "Wysyłanie listu przy błędnym uwierzytelnieniu"
193
194 #: plugins/sudoers/def_data.c:55
195 msgid "Send mail if the user is not in sudoers"
196 msgstr "Wysyłanie listu jeśli użytkownik nie jest w sudoers"
197
198 #: plugins/sudoers/def_data.c:59
199 msgid "Send mail if the user is not in sudoers for this host"
200 msgstr "Wysyłanie listu jeśli użytkownik nie jest w sudoers dla tego hosta"
201
202 #: plugins/sudoers/def_data.c:63
203 msgid "Send mail if the user is not allowed to run a command"
204 msgstr "Wysyłanie listu jeśli użytkownik nie ma prawa do uruchomienia polecenia"
205
206 #: plugins/sudoers/def_data.c:67
207 msgid "Use a separate timestamp for each user/tty combo"
208 msgstr "Użycie osobnego znacznika czasu dla każdej pary użytkownik/tty"
209
210 #: plugins/sudoers/def_data.c:71
211 msgid "Lecture user the first time they run sudo"
212 msgstr "Poinstruowanie użytkownika przy pierwszym uruchomieniu sudo"
213
214 #: plugins/sudoers/def_data.c:75
215 #, c-format
216 msgid "File containing the sudo lecture: %s"
217 msgstr "Plik zawierający instrukcję do sudo: %s"
218
219 #: plugins/sudoers/def_data.c:79
220 msgid "Require users to authenticate by default"
221 msgstr "Domyślne wymaganie uwierzytelnienia przez użytkowników"
222
223 #: plugins/sudoers/def_data.c:83
224 msgid "Root may run sudo"
225 msgstr "Możliwość uruchamiania sudo przez roota"
226
227 #: plugins/sudoers/def_data.c:87
228 msgid "Log the hostname in the (non-syslog) log file"
229 msgstr "Logowanie nazwy hosta w pliku logu (niesyslogowym)"
230
231 #: plugins/sudoers/def_data.c:91
232 msgid "Log the year in the (non-syslog) log file"
233 msgstr "Logowanie roku w pliku logu (niesyslogowym)"
234
235 #: plugins/sudoers/def_data.c:95
236 msgid "If sudo is invoked with no arguments, start a shell"
237 msgstr "Uruchomienie powłoki przy wywołaniu sudo bez argumentów"
238
239 #: plugins/sudoers/def_data.c:99
240 msgid "Set $HOME to the target user when starting a shell with -s"
241 msgstr "Ustawianie $HOME na katalog użytkownika docelowego przy uruchamianiu powłoki z -s"
242
243 #: plugins/sudoers/def_data.c:103
244 msgid "Always set $HOME to the target user's home directory"
245 msgstr "Ustawianie $HOME zawsze na katalog domowy użytkownika docelowego"
246
247 #: plugins/sudoers/def_data.c:107
248 msgid "Allow some information gathering to give useful error messages"
249 msgstr "Zezwolenie na zbieranie niektórych informacji do przydatnych komunikatów błędów"
250
251 #: plugins/sudoers/def_data.c:111
252 msgid "Require fully-qualified hostnames in the sudoers file"
253 msgstr "Wymaganie pełnych nazw hostów w pliku sudoers"
254
255 #: plugins/sudoers/def_data.c:115
256 msgid "Insult the user when they enter an incorrect password"
257 msgstr "Lżenie użytkownika po podaniu błędnego hasła"
258
259 #: plugins/sudoers/def_data.c:119
260 msgid "Only allow the user to run sudo if they have a tty"
261 msgstr "Możliwość uruchamiania sudo tylko z poziomu terminala"
262
263 #: plugins/sudoers/def_data.c:123
264 msgid "Visudo will honor the EDITOR environment variable"
265 msgstr "Honorowanie zmiennej środowiskowej EDITOR przez visudo"
266
267 #: plugins/sudoers/def_data.c:127
268 msgid "Prompt for root's password, not the users's"
269 msgstr "Pytanie o hasło roota zamiast hasła użytkownika"
270
271 #: plugins/sudoers/def_data.c:131
272 msgid "Prompt for the runas_default user's password, not the users's"
273 msgstr "Pytanie o hasło użytkownika runas_default zamiast uruchamiającego"
274
275 #: plugins/sudoers/def_data.c:135
276 msgid "Prompt for the target user's password, not the users's"
277 msgstr "Pytanie o hasło użytkownika docelowego zamiast uruchamiającego"
278
279 #: plugins/sudoers/def_data.c:139
280 msgid "Apply defaults in the target user's login class if there is one"
281 msgstr "Użycie ustawień domyślnych z klasy logowania użytkownika docelowego (jeśli są)"
282
283 #: plugins/sudoers/def_data.c:143
284 msgid "Set the LOGNAME and USER environment variables"
285 msgstr "Ustawianie zmiennych środowiskowych LOGNAME i USER"
286
287 #: plugins/sudoers/def_data.c:147
288 msgid "Only set the effective uid to the target user, not the real uid"
289 msgstr "Ustawianie na użytkownika docelowego tylko efektywnego uid-a, nie rzeczywistego uid-a"
290
291 #: plugins/sudoers/def_data.c:151
292 msgid "Don't initialize the group vector to that of the target user"
293 msgstr "Pomijanie inicjalizacji wektora grup na grupy użytkownika docelowego"
294
295 #: plugins/sudoers/def_data.c:155
296 #, c-format
297 msgid "Length at which to wrap log file lines (0 for no wrap): %d"
298 msgstr "Długość, na której zawijać linie logu (0 bez zawijania): %d"
299
300 #: plugins/sudoers/def_data.c:159
301 #, c-format
302 msgid "Authentication timestamp timeout: %.1f minutes"
303 msgstr "Limit czasu znacznika uwierzytelniania (w minutach): %.1f"
304
305 #: plugins/sudoers/def_data.c:163
306 #, c-format
307 msgid "Password prompt timeout: %.1f minutes"
308 msgstr "Limit czasu pytania o hasło (w minutach): %.1f"
309
310 #: plugins/sudoers/def_data.c:167
311 #, c-format
312 msgid "Number of tries to enter a password: %d"
313 msgstr "Liczba prób wpisania hasła: %d"
314
315 #: plugins/sudoers/def_data.c:171
316 #, c-format
317 msgid "Umask to use or 0777 to use user's: 0%o"
318 msgstr "Wartość umask lub 0777, aby użyć wartości użytkownika: 0%o"
319
320 #: plugins/sudoers/def_data.c:175
321 #, c-format
322 msgid "Path to log file: %s"
323 msgstr "Ścieżka do pliku logu: %s"
324
325 #: plugins/sudoers/def_data.c:179
326 #, c-format
327 msgid "Path to mail program: %s"
328 msgstr "Ścieżka do programu mail: %s"
329
330 #: plugins/sudoers/def_data.c:183
331 #, c-format
332 msgid "Flags for mail program: %s"
333 msgstr "Flagi dla programu mail: %s"
334
335 #: plugins/sudoers/def_data.c:187
336 #, c-format
337 msgid "Address to send mail to: %s"
338 msgstr "Adres, na który mają być wysyłane listy: %s"
339
340 #: plugins/sudoers/def_data.c:191
341 #, c-format
342 msgid "Address to send mail from: %s"
343 msgstr "Adres, z którego mają być wysyłane listy: %s"
344
345 #: plugins/sudoers/def_data.c:195
346 #, c-format
347 msgid "Subject line for mail messages: %s"
348 msgstr "Temat wysyłanych listów: %s"
349
350 #: plugins/sudoers/def_data.c:199
351 #, c-format
352 msgid "Incorrect password message: %s"
353 msgstr "Komunikat o błędnym haśle: %s"
354
355 #: plugins/sudoers/def_data.c:203
356 #, c-format
357 msgid "Path to authentication timestamp dir: %s"
358 msgstr "Ścieżka katalogu znaczników czasu uwierzytelniania: %s"
359
360 #: plugins/sudoers/def_data.c:207
361 #, c-format
362 msgid "Owner of the authentication timestamp dir: %s"
363 msgstr "Właściciel katalogu znaczników czasu uwierzytelniania: %s"
364
365 #: plugins/sudoers/def_data.c:211
366 #, c-format
367 msgid "Users in this group are exempt from password and PATH requirements: %s"
368 msgstr "Grupa, której użytkownicy są zwolnieni z wymagań dot. haseł i PATH: %s"
369
370 #: plugins/sudoers/def_data.c:215
371 #, c-format
372 msgid "Default password prompt: %s"
373 msgstr "Domyślne pytanie o hasło: %s"
374
375 #: plugins/sudoers/def_data.c:219
376 msgid "If set, passprompt will override system prompt in all cases."
377 msgstr "Czy passprompt ma być używane zamiast systemowego zapytania we wszystkich przypadkach"
378
379 #: plugins/sudoers/def_data.c:223
380 #, c-format
381 msgid "Default user to run commands as: %s"
382 msgstr "Domyślny użytkownik do uruchamiania poleceń: %s"
383
384 #: plugins/sudoers/def_data.c:227
385 #, c-format
386 msgid "Value to override user's $PATH with: %s"
387 msgstr "Wartość do podstawienia za $PATH użytkownika: %s"
388
389 #: plugins/sudoers/def_data.c:231
390 #, c-format
391 msgid "Path to the editor for use by visudo: %s"
392 msgstr "Ścieżka do edytora, który ma być używany przez visudo: %s"
393
394 #: plugins/sudoers/def_data.c:235
395 #, c-format
396 msgid "When to require a password for 'list' pseudocommand: %s"
397 msgstr "Kiedy ma być wymagane hasło dla pseudopolecenia 'list': %s"
398
399 #: plugins/sudoers/def_data.c:239
400 #, c-format
401 msgid "When to require a password for 'verify' pseudocommand: %s"
402 msgstr "Kiedy ma być wymagane hasło dla pseudopolecenia 'verify': %s"
403
404 #: plugins/sudoers/def_data.c:243
405 msgid "Preload the dummy exec functions contained in \"_PATH_SUDO_NOEXEC"
406 msgstr "Wczytanie pustych funkcji exec zawartych w \"_PATH_SUDO_NOEXEC"
407
408 #: plugins/sudoers/def_data.c:247
409 msgid "If LDAP directory is up, do we ignore local sudoers file"
410 msgstr "Jeśli istnieje katalog LDAP, czy ignorować lokalny plik sudoers"
411
412 #: plugins/sudoers/def_data.c:251
413 #, c-format
414 msgid "File descriptors >= %d will be closed before executing a command"
415 msgstr "Deskryptory plików >= %d będą zamykane przed uruchomieniem polecenia"
416
417 #: plugins/sudoers/def_data.c:255
418 msgid "If set, users may override the value of `closefrom' with the -C option"
419 msgstr "Czy użytkownicy mogą zmieniać wartość `closefrom' opcją -C"
420
421 #: plugins/sudoers/def_data.c:259
422 msgid "Allow users to set arbitrary environment variables"
423 msgstr "Zezwolenie użytkownikom na ustawianie dowolnych zmiennych środowiskowych"
424
425 #: plugins/sudoers/def_data.c:263
426 msgid "Reset the environment to a default set of variables"
427 msgstr "Wyczyszczenie środowiska do domyślnego zbioru zmiennych"
428
429 #: plugins/sudoers/def_data.c:267
430 msgid "Environment variables to check for sanity:"
431 msgstr "Zmienne środowiskowe do sprawdzania poprawności:"
432
433 #: plugins/sudoers/def_data.c:271
434 msgid "Environment variables to remove:"
435 msgstr "Zmienne środowiskowe do usunięcia:"
436
437 #: plugins/sudoers/def_data.c:275
438 msgid "Environment variables to preserve:"
439 msgstr "Zmienne środowiskowe do zachowania:"
440
441 #: plugins/sudoers/def_data.c:279
442 #, c-format
443 msgid "SELinux role to use in the new security context: %s"
444 msgstr "Rola SELinuksa do używania w nowym kontekście bezpieczeństwa: %s"
445
446 #: plugins/sudoers/def_data.c:283
447 #, c-format
448 msgid "SELinux type to use in the new security context: %s"
449 msgstr "Typ SELinuksa do używania w nowym kontekście bezpieczeństwa: %s"
450
451 #: plugins/sudoers/def_data.c:287
452 #, c-format
453 msgid "Path to the sudo-specific environment file: %s"
454 msgstr "Ścieżka do pliku środowiska specyficznego dla sudo: %s"
455
456 #: plugins/sudoers/def_data.c:291
457 #, c-format
458 msgid "Locale to use while parsing sudoers: %s"
459 msgstr "Lokalizacja, jak ma być używana przy analizie pliku sudoers: %s"
460
461 #: plugins/sudoers/def_data.c:295
462 msgid "Allow sudo to prompt for a password even if it would be visible"
463 msgstr "Zezwolenie sudo na pytanie o hasło nawet gdyby miało być widoczne"
464
465 #: plugins/sudoers/def_data.c:299
466 msgid "Provide visual feedback at the password prompt when there is user input"
467 msgstr "Uwidocznienie wprowadzania hasła przez użytkownika w miarę wpisywania"
468
469 #: plugins/sudoers/def_data.c:303
470 msgid "Use faster globbing that is less accurate but does not access the filesystem"
471 msgstr "Użycie szybszych masek (glob) - mniej dokładnych, ale nie odwołujących się do systemu plików"
472
473 #: plugins/sudoers/def_data.c:307
474 msgid "The umask specified in sudoers will override the user's, even if it is more permissive"
475 msgstr "Wartość umask podana w sudoers ma zastąpić wartość użytkownika, nawet jeśli pozwala na więcej"
476
477 #: plugins/sudoers/def_data.c:311
478 msgid "Log user's input for the command being run"
479 msgstr "Logowanie wejścia użytkownika dla uruchamianych poleceń"
480
481 #: plugins/sudoers/def_data.c:315
482 msgid "Log the output of the command being run"
483 msgstr "Logowanie wyjścia z uruchamianych poleceń"
484
485 #: plugins/sudoers/def_data.c:319
486 msgid "Compress I/O logs using zlib"
487 msgstr "Kompresja logów we/wy przy użyciu zliba"
488
489 #: plugins/sudoers/def_data.c:323
490 msgid "Always run commands in a pseudo-tty"
491 msgstr "Uruchamianie poleceń zawsze na pseudoterminalu"
492
493 #: plugins/sudoers/def_data.c:327
494 #, c-format
495 msgid "Plugin for non-Unix group support: %s"
496 msgstr "Wtyczka do obsługi grup nieuniksowych: %s"
497
498 #: plugins/sudoers/def_data.c:331
499 #, c-format
500 msgid "Directory in which to store input/output logs: %s"
501 msgstr "Katalog do zapisu logów wejścia/wyjścia: %s"
502
503 #: plugins/sudoers/def_data.c:335
504 #, c-format
505 msgid "File in which to store the input/output log: %s"
506 msgstr "Plik do zapisu logu wejścia/wyjścia: %s"
507
508 #: plugins/sudoers/def_data.c:339
509 msgid "Add an entry to the utmp/utmpx file when allocating a pty"
510 msgstr "Dodawanie wpisu do pliku utmp/utmpx przy przydzielaniu pty"
511
512 #: plugins/sudoers/def_data.c:343
513 msgid "Set the user in utmp to the runas user, not the invoking user"
514 msgstr "Ustawianie użytkownika w utmp jako docelowego, nie wywołującego"
515
516 #: plugins/sudoers/defaults.c:208
517 #, c-format
518 msgid "unknown defaults entry `%s'"
519 msgstr "nieznany wpis domyślny `%s'"
520
521 #: plugins/sudoers/defaults.c:216 plugins/sudoers/defaults.c:226
522 #: plugins/sudoers/defaults.c:246 plugins/sudoers/defaults.c:259
523 #: plugins/sudoers/defaults.c:272 plugins/sudoers/defaults.c:285
524 #: plugins/sudoers/defaults.c:298 plugins/sudoers/defaults.c:318
525 #: plugins/sudoers/defaults.c:328
526 #, c-format
527 msgid "value `%s' is invalid for option `%s'"
528 msgstr "błędna wartość `%s' dla opcji `%s'"
529
530 #: plugins/sudoers/defaults.c:219 plugins/sudoers/defaults.c:229
531 #: plugins/sudoers/defaults.c:237 plugins/sudoers/defaults.c:254
532 #: plugins/sudoers/defaults.c:267 plugins/sudoers/defaults.c:280
533 #: plugins/sudoers/defaults.c:293 plugins/sudoers/defaults.c:313
534 #: plugins/sudoers/defaults.c:324
535 #, c-format
536 msgid "no value specified for `%s'"
537 msgstr "nie podano wartości dla `%s'"
538
539 #: plugins/sudoers/defaults.c:242
540 #, c-format
541 msgid "values for `%s' must start with a '/'"
542 msgstr "wartości `%s' muszą zaczynać się od '/'"
543
544 #: plugins/sudoers/defaults.c:304
545 #, c-format
546 msgid "option `%s' does not take a value"
547 msgstr "opcja `%s' nie przyjmuje wartości"
548
549 #: plugins/sudoers/env.c:258
550 #, c-format
551 msgid "internal error, sudo_setenv() overflow"
552 msgstr "błąd wewnętrzny, przepełnienie sudo_setenv()"
553
554 #: plugins/sudoers/env.c:291
555 #, c-format
556 msgid "sudo_putenv: corrupted envp, length mismatch"
557 msgstr "sudo_putenv: uszkodzone envp, niezgodność długości"
558
559 #: plugins/sudoers/env.c:710
560 #, c-format
561 msgid "sorry, you are not allowed to set the following environment variables: %s"
562 msgstr "niestety nie jest dozwolone ustawianie następujących zmiennych środowiskowych: %s"
563
564 #: plugins/sudoers/find_path.c:69 plugins/sudoers/find_path.c:108
565 #: plugins/sudoers/find_path.c:123 plugins/sudoers/iolog.c:125
566 #: plugins/sudoers/sudoers.c:923 toke.l:668 toke.l:823
567 #, c-format
568 msgid "%s: %s"
569 msgstr "%s: %s"
570
571 #: gram.y:110
572 #, c-format
573 msgid ">>> %s: %s near line %d <<<"
574 msgstr ">>> %s: %s w okolicy linii %d <<<"
575
576 #: plugins/sudoers/group_plugin.c:91
577 #, c-format
578 msgid "%s%s: %s"
579 msgstr "%s%s: %s"
580
581 #: plugins/sudoers/group_plugin.c:103
582 #, c-format
583 msgid "%s must be owned by uid %d"
584 msgstr "właścicielem %s musi być uid %d"
585
586 #: plugins/sudoers/group_plugin.c:107
587 #, c-format
588 msgid "%s must only be writable by owner"
589 msgstr "prawo zapisu do %s może mieć tylko właściciel"
590
591 #: plugins/sudoers/group_plugin.c:114
592 #, c-format
593 msgid "unable to dlopen %s: %s"
594 msgstr "nie udało się wykonać dlopen %s: %s"
595
596 #: plugins/sudoers/group_plugin.c:119
597 #, c-format
598 msgid "unable to find symbol \"group_plugin\" in %s"
599 msgstr "nie udało się odnaleźć symbolu \"group_plugin\" w %s"
600
601 #: plugins/sudoers/group_plugin.c:124
602 #, c-format
603 msgid "%s: incompatible group plugin major version %d, expected %d"
604 msgstr "%s: niezgodna główna wersja wtyczki grup %d, oczekiwano %d"
605
606 #: plugins/sudoers/interfaces.c:112
607 msgid "Local IP address and netmask pairs:\n"
608 msgstr "Pary lokalnych adresów IP i masek:\n"
609
610 #: plugins/sudoers/iolog.c:179 plugins/sudoers/sudoers.c:999
611 #, c-format
612 msgid "unable to read %s"
613 msgstr "nie udało się odczytać %s"
614
615 #: plugins/sudoers/iolog.c:182
616 #, c-format
617 msgid "invalid sequence number %s"
618 msgstr "błędny numer sekwencyjny %s"
619
620 #: plugins/sudoers/iolog.c:231 plugins/sudoers/iolog.c:234
621 #: plugins/sudoers/iolog.c:499 plugins/sudoers/iolog.c:504
622 #: plugins/sudoers/iolog.c:510 plugins/sudoers/iolog.c:518
623 #: plugins/sudoers/iolog.c:526 plugins/sudoers/iolog.c:534
624 #: plugins/sudoers/iolog.c:542
625 #, c-format
626 msgid "unable to create %s"
627 msgstr "nie udało się utworzyć %s"
628
629 #: plugins/sudoers/iolog_path.c:256 plugins/sudoers/sudoers.c:362
630 #, c-format
631 msgid "unable to set locale to \"%s\", using \"C\""
632 msgstr "nie udało się ustawić lokalizacji na \"%s\", użyto \"C\""
633
634 #: plugins/sudoers/ldap.c:374
635 #, c-format
636 msgid "sudo_ldap_conf_add_ports: port too large"
637 msgstr "sudo_ldap_conf_add_ports: port zbyt duży"
638
639 #: plugins/sudoers/ldap.c:397
640 #, c-format
641 msgid "sudo_ldap_conf_add_ports: out of space expanding hostbuf"
642 msgstr "sudo_ldap_conf_add_ports: brak miejsca podczas rozszerzania hostbuf"
643
644 #: plugins/sudoers/ldap.c:427
645 #, c-format
646 msgid "unsupported LDAP uri type: %s"
647 msgstr "nieobsługiwany rodzaj URI LDAP: %s"
648
649 #: plugins/sudoers/ldap.c:456
650 #, c-format
651 msgid "invalid uri: %s"
652 msgstr "błędny URI: %s"
653
654 #: plugins/sudoers/ldap.c:462
655 #, c-format
656 msgid "unable to mix ldap and ldaps URIs"
657 msgstr "nie można mieszać URI ldap i ldaps"
658
659 #: plugins/sudoers/ldap.c:466
660 #, c-format
661 msgid "unable to mix ldaps and starttls"
662 msgstr "nie można mieszać ldaps i starttls"
663
664 #: plugins/sudoers/ldap.c:485
665 #, c-format
666 msgid "sudo_ldap_parse_uri: out of space building hostbuf"
667 msgstr "sudo_ldap_parse_uri: brak miejsca podczas konstruowania hostbuf"
668
669 #: plugins/sudoers/ldap.c:550
670 #, c-format
671 msgid "unable to initialize SSL cert and key db: %s"
672 msgstr "nie udało się zainicjować bazy certyfikatów i kluczy SSL: %s"
673
674 #: plugins/sudoers/ldap.c:958
675 #, c-format
676 msgid "unable to get GMT time"
677 msgstr "nie udało się pobrać czasu GMT"
678
679 #: plugins/sudoers/ldap.c:964
680 #, c-format
681 msgid "unable to format timestamp"
682 msgstr "nie udało się sformatować znacznika czasu"
683
684 #: plugins/sudoers/ldap.c:972
685 #, c-format
686 msgid "unable to build time filter"
687 msgstr "nie udało się stworzyć filtra czasu"
688
689 #: plugins/sudoers/ldap.c:1185
690 #, c-format
691 msgid "sudo_ldap_build_pass1 allocation mismatch"
692 msgstr "niezgodność przydzielenia sudo_ldap_build_pass1"
693
694 #: plugins/sudoers/ldap.c:1705
695 #, c-format
696 msgid ""
697 "\n"
698 "LDAP Role: %s\n"
699 msgstr ""
700 "\n"
701 "Rola LDAP: %s\n"
702
703 #: plugins/sudoers/ldap.c:1707
704 #, c-format
705 msgid ""
706 "\n"
707 "LDAP Role: UNKNOWN\n"
708 msgstr ""
709 "\n"
710 "Rola LDAP: NIEZNANA\n"
711
712 #: plugins/sudoers/ldap.c:1754
713 #, c-format
714 msgid "    Order: %s\n"
715 msgstr "    Porządek: %s\n"
716
717 #: plugins/sudoers/ldap.c:1762
718 #, c-format
719 msgid "    Commands:\n"
720 msgstr "    Polecenia:\n"
721
722 #: plugins/sudoers/ldap.c:2161
723 #, c-format
724 msgid "unable to initialize LDAP: %s"
725 msgstr "nie udało się zainicjować LDAP: %s"
726
727 #: plugins/sudoers/ldap.c:2192
728 #, c-format
729 msgid "start_tls specified but LDAP libs do not support ldap_start_tls_s() or ldap_start_tls_s_np()"
730 msgstr "wybrano start_tls, ale biblioteki LDAP nie obsługują ldap_start_tls_s() ani ldap_start_tls_s_np()"
731
732 #: plugins/sudoers/ldap.c:2428
733 #, c-format
734 msgid "invalid sudoOrder attribute: %s"
735 msgstr "błędny atrybut sudoOrder: %s"
736
737 #: plugins/sudoers/linux_audit.c:57
738 #, c-format
739 msgid "unable to open audit system"
740 msgstr "nie udało się otworzyć systemu audytowego"
741
742 #: plugins/sudoers/linux_audit.c:82
743 #, c-format
744 msgid "internal error, linux_audit_command() overflow"
745 msgstr "błąd wewnętrzny, przepełnienie linux_audit_command()"
746
747 #: plugins/sudoers/linux_audit.c:91
748 #, c-format
749 msgid "unable to send audit message"
750 msgstr "nie udało się wysłać komunikatu audytowego"
751
752 #: plugins/sudoers/logging.c:198
753 #, c-format
754 msgid "unable to open log file: %s: %s"
755 msgstr "nie udało się otworzyć pliku logu: %s: %s"
756
757 #: plugins/sudoers/logging.c:201
758 #, c-format
759 msgid "unable to lock log file: %s: %s"
760 msgstr "nie udało się zablokować pliku logu: %s: %s"
761
762 #: plugins/sudoers/logging.c:256
763 msgid "user NOT in sudoers"
764 msgstr "użytkownik NIE występuje w sudoers"
765
766 #: plugins/sudoers/logging.c:258
767 msgid "user NOT authorized on host"
768 msgstr "użytkownik NIE jest autoryzowany na hoście"
769
770 #: plugins/sudoers/logging.c:260
771 msgid "command not allowed"
772 msgstr "polecenie niedozwolone"
773
774 #: plugins/sudoers/logging.c:270
775 #, c-format
776 msgid "%s is not in the sudoers file.  This incident will be reported.\n"
777 msgstr "%s nie występuje w pliku sudoers. Ten incydent zostanie zgłoszony.\n"
778
779 #: plugins/sudoers/logging.c:273
780 #, c-format
781 msgid "%s is not allowed to run sudo on %s.  This incident will be reported.\n"
782 msgstr "%s nie ma uprawnień do uruchamiania sudo na %s. Ten incydent zostanie zgłoszony.\n"
783
784 #: plugins/sudoers/logging.c:277
785 #, c-format
786 msgid "Sorry, user %s may not run sudo on %s.\n"
787 msgstr "Niestety użytkownik %s nie może uruchamiać sudo na %s.\n"
788
789 #: plugins/sudoers/logging.c:280
790 #, c-format
791 msgid "Sorry, user %s is not allowed to execute '%s%s%s' as %s%s%s on %s.\n"
792 msgstr "Niestety użytkownik %s nie ma uprawnień do uruchamiania '%s%s%s' jako %s%s%s na %s.\n"
793
794 #: plugins/sudoers/logging.c:420
795 #, c-format
796 msgid "unable to fork"
797 msgstr "nie udało się wykonać fork"
798
799 #: plugins/sudoers/logging.c:427 plugins/sudoers/logging.c:489
800 #, c-format
801 msgid "unable to fork: %m"
802 msgstr "nie udało się wykonać fork: %m"
803
804 #: plugins/sudoers/logging.c:479
805 #, c-format
806 msgid "unable to open pipe: %m"
807 msgstr "nie udało się otworzyć potoku: %m"
808
809 #: plugins/sudoers/logging.c:504
810 #, c-format
811 msgid "unable to dup stdin: %m"
812 msgstr "nie udało się wykonać dup na stdin: %m"
813
814 #: plugins/sudoers/logging.c:540
815 #, c-format
816 msgid "unable to execute %s: %m"
817 msgstr "nie udało się wywołać %s: %m"
818
819 #: plugins/sudoers/logging.c:755
820 #, c-format
821 msgid "internal error: insufficient space for log line"
822 msgstr "błąd wewnętrzny: za mało miejsca na linię logu"
823
824 #: plugins/sudoers/parse.c:123
825 #, c-format
826 msgid "parse error in %s near line %d"
827 msgstr "błąd składni w %s w okolicy linii %d"
828
829 #: plugins/sudoers/parse.c:126
830 #, c-format
831 msgid "parse error in %s"
832 msgstr "błąd składni w %s"
833
834 #: plugins/sudoers/parse.c:389
835 #, c-format
836 msgid ""
837 "\n"
838 "Sudoers entry:\n"
839 msgstr ""
840 "\n"
841 "Wpis sudoers:\n"
842
843 #: plugins/sudoers/parse.c:391
844 #, c-format
845 msgid "    RunAsUsers: "
846 msgstr "    Jako użytkownicy: "
847
848 #: plugins/sudoers/parse.c:406
849 #, c-format
850 msgid "    RunAsGroups: "
851 msgstr "    Jako grupy: "
852
853 #: plugins/sudoers/parse.c:415
854 #, c-format
855 msgid ""
856 "    Commands:\n"
857 "\t"
858 msgstr ""
859 "    Polecenia:\n"
860 "\t"
861
862 #: plugins/sudoers/plugin_error.c:100 plugins/sudoers/plugin_error.c:105
863 msgid ": "
864 msgstr ": "
865
866 #: plugins/sudoers/pwutil.c:260
867 #, c-format
868 msgid "unable to cache uid %u (%s), already exists"
869 msgstr "nie udało się zapamiętać uid-a %u (%s), już istnieje"
870
871 #: plugins/sudoers/pwutil.c:268
872 #, c-format
873 msgid "unable to cache uid %u, already exists"
874 msgstr "nie udało się zapamiętać uid-a %u, już istnieje"
875
876 #: plugins/sudoers/pwutil.c:305 plugins/sudoers/pwutil.c:314
877 #, c-format
878 msgid "unable to cache user %s, already exists"
879 msgstr "nie udało się zapamiętać użytkownika %s, już istnieje"
880
881 #: plugins/sudoers/pwutil.c:655
882 #, c-format
883 msgid "unable to cache gid %u (%s), already exists"
884 msgstr "nie udało się zapamiętać gid-a %u (%s), już istnieje"
885
886 #: plugins/sudoers/pwutil.c:663
887 #, c-format
888 msgid "unable to cache gid %u, already exists"
889 msgstr "nie udało się zapamiętać gid-a %u, już istnieje"
890
891 #: plugins/sudoers/pwutil.c:693 plugins/sudoers/pwutil.c:702
892 #, c-format
893 msgid "unable to cache group %s, already exists"
894 msgstr "nie udało się zapamiętać grupy %s, już istnieje"
895
896 #: plugins/sudoers/set_perms.c:114 plugins/sudoers/set_perms.c:365
897 #: plugins/sudoers/set_perms.c:601 plugins/sudoers/set_perms.c:837
898 msgid "perm stack overflow"
899 msgstr "przepełnienie stosu uprawnień"
900
901 #: plugins/sudoers/set_perms.c:122 plugins/sudoers/set_perms.c:373
902 #: plugins/sudoers/set_perms.c:609 plugins/sudoers/set_perms.c:845
903 msgid "perm stack underflow"
904 msgstr "niedopełnienie stosu uprawnień"
905
906 #: plugins/sudoers/set_perms.c:228 plugins/sudoers/set_perms.c:466
907 #: plugins/sudoers/set_perms.c:706
908 msgid "unable to change to runas gid"
909 msgstr "nie udało się zmienić na docelowy gid"
910
911 #: plugins/sudoers/set_perms.c:236 plugins/sudoers/set_perms.c:473
912 #: plugins/sudoers/set_perms.c:713
913 msgid "unable to change to runas uid"
914 msgstr "nie udało się zmienić na docelowy uid"
915
916 #: plugins/sudoers/set_perms.c:250 plugins/sudoers/set_perms.c:486
917 #: plugins/sudoers/set_perms.c:726
918 #, c-format
919 msgid "unable to change to sudoers gid"
920 msgstr "nie udało się zmienić na gid sudoers"
921
922 #: plugins/sudoers/set_perms.c:291 plugins/sudoers/set_perms.c:524
923 #: plugins/sudoers/set_perms.c:764 plugins/sudoers/set_perms.c:906
924 msgid "too many processes"
925 msgstr "zbyt dużo procesów"
926
927 #: plugins/sudoers/set_perms.c:970
928 msgid "unable to set runas group vector"
929 msgstr "nie udało się ustawić wektora grup docelowych"
930
931 #: plugins/sudoers/sudo_nss.c:243
932 #, c-format
933 msgid "Matching Defaults entries for %s on this host:\n"
934 msgstr "Pasujące wpisy Defaults dla %s na tym hoście:\n"
935
936 #: plugins/sudoers/sudo_nss.c:256
937 #, c-format
938 msgid "Runas and Command-specific defaults for %s:\n"
939 msgstr "Wartości specyficzne dla Runas i Command dla %s:\n"
940
941 #: plugins/sudoers/sudo_nss.c:269
942 #, c-format
943 msgid "User %s may run the following commands on this host:\n"
944 msgstr "Użytkownik %s może uruchamiać na tym hoście następujące polecenia:\n"
945
946 #: plugins/sudoers/sudo_nss.c:279
947 #, c-format
948 msgid "User %s is not allowed to run sudo on %s.\n"
949 msgstr "Użytkownik %s nie ma uprawnień do uruchamiania sudo na %s.\n"
950
951 #: plugins/sudoers/sudoers.c:201 plugins/sudoers/sudoers.c:232
952 #: plugins/sudoers/sudoers.c:931
953 msgid "problem with defaults entries"
954 msgstr "problem z wpisami domyślnymi"
955
956 #: plugins/sudoers/sudoers.c:205
957 #, c-format
958 msgid "no valid sudoers sources found, quitting"
959 msgstr "nie znaleziono poprawnych źródeł sudoers, zakończenie"
960
961 #: plugins/sudoers/sudoers.c:257
962 #, c-format
963 msgid "unable to execute %s: %s"
964 msgstr "nie udało się wywołać %s: %s"
965
966 #: plugins/sudoers/sudoers.c:311
967 #, c-format
968 msgid "sudoers specifies that root is not allowed to sudo"
969 msgstr "wg sudoers root nie ma prawa używać sudo"
970
971 #: plugins/sudoers/sudoers.c:318
972 #, c-format
973 msgid "you are not permitted to use the -C option"
974 msgstr "brak uprawnień do używania opcji -C"
975
976 #: plugins/sudoers/sudoers.c:408
977 #, c-format
978 msgid "timestamp owner (%s): No such user"
979 msgstr "właściciel znacznika czasu (%s): nie ma takiego użytkownika"
980
981 #: plugins/sudoers/sudoers.c:424
982 msgid "no tty"
983 msgstr "brak tty"
984
985 #: plugins/sudoers/sudoers.c:425
986 #, c-format
987 msgid "sorry, you must have a tty to run sudo"
988 msgstr "niestety do uruchomienia sudo konieczny jest tty"
989
990 #: plugins/sudoers/sudoers.c:464
991 msgid "No user or host"
992 msgstr "Brak użytkownika lub hosta"
993
994 #: plugins/sudoers/sudoers.c:478 plugins/sudoers/sudoers.c:499
995 #: plugins/sudoers/sudoers.c:500 plugins/sudoers/sudoers.c:1509
996 #: plugins/sudoers/sudoers.c:1510
997 #, c-format
998 msgid "%s: command not found"
999 msgstr "%s: nie znaleziono polecenia"
1000
1001 #: plugins/sudoers/sudoers.c:480 plugins/sudoers/sudoers.c:496
1002 #, c-format
1003 msgid ""
1004 "ignoring `%s' found in '.'\n"
1005 "Use `sudo ./%s' if this is the `%s' you wish to run."
1006 msgstr ""
1007 "zignorowano plik `%s' znaleziony w '.'\n"
1008 "Proszę użyć `sudo ./%s', jeśli to `%s' ma być uruchomiony."
1009
1010 #: plugins/sudoers/sudoers.c:485
1011 msgid "validation failure"
1012 msgstr "błąd kontroli poprawności"
1013
1014 #: plugins/sudoers/sudoers.c:495
1015 msgid "command in current directory"
1016 msgstr "polecenie w bieżącym katalogu"
1017
1018 #: plugins/sudoers/sudoers.c:507
1019 #, c-format
1020 msgid "sorry, you are not allowed to preserve the environment"
1021 msgstr "niestety brak uprawnień do zachowania środowiska"
1022
1023 #: plugins/sudoers/sudoers.c:657 plugins/sudoers/sudoers.c:664
1024 #, c-format
1025 msgid "internal error, runas_groups overflow"
1026 msgstr "błąd wewnętrzny, przepełnienie runas_groups"
1027
1028 #: plugins/sudoers/sudoers.c:914
1029 #, c-format
1030 msgid "internal error, set_cmnd() overflow"
1031 msgstr "błąd wewnętrzny, przepełnienie set_cmnd()"
1032
1033 #: plugins/sudoers/sudoers.c:957
1034 #, c-format
1035 msgid "fixed mode on %s"
1036 msgstr "poprawiono uprawnienia %s"
1037
1038 #: plugins/sudoers/sudoers.c:961
1039 #, c-format
1040 msgid "set group on %s"
1041 msgstr "ustawiono grupę %s"
1042
1043 #: plugins/sudoers/sudoers.c:964
1044 #, c-format
1045 msgid "unable to set group on %s"
1046 msgstr "nie udało się ustawić grupy %s"
1047
1048 #: plugins/sudoers/sudoers.c:967
1049 #, c-format
1050 msgid "unable to fix mode on %s"
1051 msgstr "nie udało się poprawić uprawnień %s"
1052
1053 #: plugins/sudoers/sudoers.c:980
1054 #, c-format
1055 msgid "%s is not a regular file"
1056 msgstr "%s nie jest zwykłym plikiem"
1057
1058 #: plugins/sudoers/sudoers.c:982
1059 #, c-format
1060 msgid "%s is mode 0%o, should be 0%o"
1061 msgstr "%s ma uprawnienia 0%o, powinny być 0%o"
1062
1063 #: plugins/sudoers/sudoers.c:986
1064 #, c-format
1065 msgid "%s is owned by uid %u, should be %u"
1066 msgstr "właścicielem %s jest uid %u, powinien być %u"
1067
1068 #: plugins/sudoers/sudoers.c:989
1069 #, c-format
1070 msgid "%s is owned by gid %u, should be %u"
1071 msgstr "właścicielem %s jest gid %u, powinien być %u"
1072
1073 #: plugins/sudoers/sudoers.c:1038
1074 #, c-format
1075 msgid "only root can use `-c %s'"
1076 msgstr "tylko root może używać `-c %s'"
1077
1078 #: plugins/sudoers/sudoers.c:1049
1079 #, c-format
1080 msgid "unknown login class: %s"
1081 msgstr "nieznana klasa logowania: %s"
1082
1083 #: plugins/sudoers/sudoers.c:1077
1084 #, c-format
1085 msgid "unable to resolve host %s"
1086 msgstr "nie udało się rozwiązać nazwy hosta %s"
1087
1088 #: plugins/sudoers/sudoers.c:1129 plugins/sudoers/testsudoers.c:380
1089 #, c-format
1090 msgid "unknown group: %s"
1091 msgstr "nieznana grupa: %s"
1092
1093 #: plugins/sudoers/sudoers.c:1178
1094 #, c-format
1095 msgid "Sudoers policy plugin version %s\n"
1096 msgstr "Wersja wtyczki polityki sudoers %s\n"
1097
1098 #: plugins/sudoers/sudoers.c:1180
1099 #, c-format
1100 msgid "Sudoers file grammar version %d\n"
1101 msgstr "Wersja gramatyki pliku sudoers %d\n"
1102
1103 #: plugins/sudoers/sudoers.c:1184
1104 #, c-format
1105 msgid ""
1106 "\n"
1107 "Sudoers path: %s\n"
1108 msgstr ""
1109 "\n"
1110 "Ścieżka do sudoers: %s\n"
1111
1112 #: plugins/sudoers/sudoers.c:1187
1113 #, c-format
1114 msgid "nsswitch path: %s\n"
1115 msgstr "ścieżka do nsswitch: %s\n"
1116
1117 #: plugins/sudoers/sudoers.c:1189
1118 #, c-format
1119 msgid "ldap.conf path: %s\n"
1120 msgstr "ścieżka do ldap.conf: %s\n"
1121
1122 #: plugins/sudoers/sudoers.c:1190
1123 #, c-format
1124 msgid "ldap.secret path: %s\n"
1125 msgstr "ścieżka do ldap.secret: %s\n"
1126
1127 #: plugins/sudoers/sudoreplay.c:286
1128 #, c-format
1129 msgid "invalid filter option: %s"
1130 msgstr "błędna opcja filtra: %s"
1131
1132 #: plugins/sudoers/sudoreplay.c:299
1133 #, c-format
1134 msgid "invalid max wait: %s"
1135 msgstr "błędny maksymalny czas oczekiwania: %s"
1136
1137 #: plugins/sudoers/sudoreplay.c:305
1138 #, c-format
1139 msgid "invalid speed factor: %s"
1140 msgstr "błędny współczynnik szybkości: %s"
1141
1142 #: plugins/sudoers/sudoreplay.c:308 plugins/sudoers/visudo.c:187
1143 #, c-format
1144 msgid "%s version %s\n"
1145 msgstr "%s wersja %s\n"
1146
1147 #: plugins/sudoers/sudoreplay.c:333
1148 #, c-format
1149 msgid "%s/%.2s/%.2s/%.2s/timing: %s"
1150 msgstr "%s/%.2s/%.2s/%.2s/czas: %s"
1151
1152 #: plugins/sudoers/sudoreplay.c:339
1153 #, c-format
1154 msgid "%s/%s/timing: %s"
1155 msgstr "%s/%s/czas: %s"
1156
1157 #: plugins/sudoers/sudoreplay.c:364
1158 #, c-format
1159 msgid "invalid log file %s"
1160 msgstr "błędny plik logu %s"
1161
1162 #: plugins/sudoers/sudoreplay.c:366
1163 #, c-format
1164 msgid "Replaying sudo session: %s"
1165 msgstr "Odtwarzanie sesji sudo: %s"
1166
1167 #: plugins/sudoers/sudoreplay.c:392
1168 #, c-format
1169 msgid "unable to set tty to raw mode"
1170 msgstr "nie udało się przestawić tty w tryb surowy"
1171
1172 #: plugins/sudoers/sudoreplay.c:406
1173 #, c-format
1174 msgid "invalid timing file line: %s"
1175 msgstr "błędna linia pliku czasu: %s"
1176
1177 #: plugins/sudoers/sudoreplay.c:448
1178 #, c-format
1179 msgid "writing to standard output"
1180 msgstr "zapis na standardowe wyjście"
1181
1182 #: plugins/sudoers/sudoreplay.c:480
1183 #, c-format
1184 msgid "nanosleep: tv_sec %ld, tv_nsec %ld"
1185 msgstr "nanospeep: tv_sec %ld, tv_nsec %ld"
1186
1187 #: plugins/sudoers/sudoreplay.c:529 plugins/sudoers/sudoreplay.c:554
1188 #, c-format
1189 msgid "ambiguous expression \"%s\""
1190 msgstr "niejednoznaczne wyrażenie \"%s\""
1191
1192 #: plugins/sudoers/sudoreplay.c:571
1193 #, c-format
1194 msgid "too many parenthesized expressions, max %d"
1195 msgstr "zbyt dużo zagnieżdżonych wyrażeń w nawiasach, maksimum to %d"
1196
1197 #: plugins/sudoers/sudoreplay.c:582
1198 #, c-format
1199 msgid "unmatched ')' in expression"
1200 msgstr "niesparowany ')' w wyrażeniu"
1201
1202 #: plugins/sudoers/sudoreplay.c:588
1203 #, c-format
1204 msgid "unknown search term \"%s\""
1205 msgstr "nieznany warunek wyszukiwania \"%s\""
1206
1207 #: plugins/sudoers/sudoreplay.c:602
1208 #, c-format
1209 msgid "%s requires an argument"
1210 msgstr "%s wymaga argumentu"
1211
1212 #: plugins/sudoers/sudoreplay.c:606
1213 #, c-format
1214 msgid "invalid regular expression: %s"
1215 msgstr "błędne wyrażenie regularne: %s"
1216
1217 #: plugins/sudoers/sudoreplay.c:612
1218 #, c-format
1219 msgid "could not parse date \"%s\""
1220 msgstr "nie udało się przeanalizować daty \"%s\""
1221
1222 #: plugins/sudoers/sudoreplay.c:625
1223 #, c-format
1224 msgid "unmatched '(' in expression"
1225 msgstr "niesparowany '(' w wyrażeniu"
1226
1227 #: plugins/sudoers/sudoreplay.c:627
1228 #, c-format
1229 msgid "illegal trailing \"or\""
1230 msgstr "niedozwolone kończące \"or\""
1231
1232 #: plugins/sudoers/sudoreplay.c:629
1233 #, c-format
1234 msgid "illegal trailing \"!\""
1235 msgstr "niedozwolony kończący \"!\""
1236
1237 #: plugins/sudoers/sudoreplay.c:851
1238 #, c-format
1239 msgid "invalid regex: %s"
1240 msgstr "błędne wyrażenie regularne: %s"
1241
1242 #: plugins/sudoers/sudoreplay.c:976
1243 #, c-format
1244 msgid "usage: %s [-h] [-d directory] [-m max_wait] [-s speed_factor] ID\n"
1245 msgstr "Składnia: %s [-h] [-d katalog] [-m maks_oczek] [-s wsp_szybkości] ID\n"
1246
1247 #: plugins/sudoers/sudoreplay.c:979
1248 #, c-format
1249 msgid "usage: %s [-h] [-d directory] -l [search expression]\n"
1250 msgstr "Składnia: %s [-h] [-d katalog] -k [wyrażenie wyszukiwania]\n"
1251
1252 #: plugins/sudoers/sudoreplay.c:988
1253 #, c-format
1254 msgid ""
1255 "%s - replay sudo session logs\n"
1256 "\n"
1257 msgstr ""
1258 "%s - odtwarzanie logów sesji sudo\n"
1259 "\n"
1260
1261 #: plugins/sudoers/sudoreplay.c:990
1262 msgid ""
1263 "\n"
1264 "Options:\n"
1265 "  -d directory     specify directory for session logs\n"
1266 "  -f filter        specify which I/O type to display\n"
1267 "  -h               display help message and exit\n"
1268 "  -l [expression]  list available session IDs that match expression\n"
1269 "  -m max_wait      max number of seconds to wait between events\n"
1270 "  -s speed_factor  speed up or slow down output\n"
1271 "  -V               display version information and exit"
1272 msgstr ""
1273 "\n"
1274 "Opcje:\n"
1275 "  -d katalog       podanie katalogu na logi sesji\n"
1276 "  -f filtr         określenie rodzaju we/wy do wyświetlania\n"
1277 "  -h               wyświetlenie opisu i zakończenie\n"
1278 "  -l [wyrażenie]   lista dostępnych ID sesji pasujących do wyrażenia\n"
1279 "  -m maks_oczek    maksymalna liczba sekund oczekiwania między zdarzeniami\n"
1280 "  -s wsp_szybkości przyspieszenie lub spowolnienie wyjścia\n"
1281 "  -V               wyświetlenie informacji o wersji i zakończenie"
1282
1283 #: plugins/sudoers/testsudoers.c:246
1284 #, c-format
1285 msgid "internal error, init_vars() overflow"
1286 msgstr "błąd wewnętrzny, przepełnienie init_vars()"
1287
1288 #: plugins/sudoers/testsudoers.c:331
1289 msgid "\thost  unmatched"
1290 msgstr "\thost nie znaleziony"
1291
1292 #: plugins/sudoers/testsudoers.c:334
1293 msgid ""
1294 "\n"
1295 "Command allowed"
1296 msgstr ""
1297 "\n"
1298 "Polecenie dozwolone"
1299
1300 #: plugins/sudoers/testsudoers.c:335
1301 msgid ""
1302 "\n"
1303 "Command denied"
1304 msgstr ""
1305 "\n"
1306 "Polecenie niedozwolone"
1307
1308 #: plugins/sudoers/testsudoers.c:335
1309 msgid ""
1310 "\n"
1311 "Command unmatched"
1312 msgstr ""
1313 "\n"
1314 "Polecenie nie znalezione"
1315
1316 #: toke.l:672 toke.l:802 toke.l:827 toke.l:923 plugins/sudoers/toke_util.c:113
1317 #: plugins/sudoers/toke_util.c:167 plugins/sudoers/toke_util.c:207
1318 msgid "unable to allocate memory"
1319 msgstr "nie udało się przydzielić pamięci"
1320
1321 #: toke.l:795
1322 msgid "too many levels of includes"
1323 msgstr "za dużo poziomów include"
1324
1325 #: plugins/sudoers/toke_util.c:218
1326 msgid "fill_args: buffer overflow"
1327 msgstr "fill_args: przepełnienie bufora"
1328
1329 #: plugins/sudoers/visudo.c:188
1330 #, c-format
1331 msgid "%s grammar version %d\n"
1332 msgstr "%s, wersja gramatyki %d\n"
1333
1334 #: plugins/sudoers/visudo.c:221 plugins/sudoers/auth/rfc1938.c:104
1335 #, c-format
1336 msgid "you do not exist in the %s database"
1337 msgstr "nie istniejesz w bazie danych %s"
1338
1339 #: plugins/sudoers/visudo.c:253 plugins/sudoers/visudo.c:539
1340 #, c-format
1341 msgid "press return to edit %s: "
1342 msgstr "wciśnięcie return przejdzie do edycji %s: "
1343
1344 #: plugins/sudoers/visudo.c:336 plugins/sudoers/visudo.c:342
1345 #, c-format
1346 msgid "write error"
1347 msgstr "błąd zapisu"
1348
1349 #: plugins/sudoers/visudo.c:424
1350 #, c-format
1351 msgid "unable to stat temporary file (%s), %s unchanged"
1352 msgstr "nie udało się wykonać stat na pliku tymczasowym (%s), %s nie zmieniony"
1353
1354 #: plugins/sudoers/visudo.c:429
1355 #, c-format
1356 msgid "zero length temporary file (%s), %s unchanged"
1357 msgstr "plik tymczasowy (%s) zerowej długości, %s nie zmieniony"
1358
1359 #: plugins/sudoers/visudo.c:435
1360 #, c-format
1361 msgid "editor (%s) failed, %s unchanged"
1362 msgstr "błąd edytora (%s), %s nie zmieniony"
1363
1364 #: plugins/sudoers/visudo.c:458
1365 #, c-format
1366 msgid "%s unchanged"
1367 msgstr "%s nie zmieniony"
1368
1369 #: plugins/sudoers/visudo.c:484
1370 #, c-format
1371 msgid "unable to re-open temporary file (%s), %s unchanged."
1372 msgstr "nie udało się ponownie otworzyć pliku tymczasowego (%s), %s nie zmieniony."
1373
1374 #: plugins/sudoers/visudo.c:494
1375 #, c-format
1376 msgid "unabled to parse temporary file (%s), unknown error"
1377 msgstr "nie udało się przeanalizować pliku tymczasowego (%s), nieznany błąd"
1378
1379 #: plugins/sudoers/visudo.c:532
1380 #, c-format
1381 msgid "internal error, unable to find %s in list!"
1382 msgstr "błąd wewnętrzny, nie znaleziono %s na liście!"
1383
1384 #: plugins/sudoers/visudo.c:584 plugins/sudoers/visudo.c:593
1385 #, c-format
1386 msgid "unable to set (uid, gid) of %s to (%u, %u)"
1387 msgstr "nie udało się ustawić (uid, gid) %s na (%u, %u)"
1388
1389 #: plugins/sudoers/visudo.c:588 plugins/sudoers/visudo.c:598
1390 #, c-format
1391 msgid "unable to change mode of %s to 0%o"
1392 msgstr "nie udało się zmienić uprawnień %s na 0%o"
1393
1394 #: plugins/sudoers/visudo.c:615
1395 #, c-format
1396 msgid "%s and %s not on the same file system, using mv to rename"
1397 msgstr "%s i %s nie są na tym samym systemie plików, użycie mv do zmiany nazwy"
1398
1399 #: plugins/sudoers/visudo.c:629
1400 #, c-format
1401 msgid "command failed: '%s %s %s', %s unchanged"
1402 msgstr "polecenie nie powiodło się: '%s %s %s', %s nie zmieniony"
1403
1404 #: plugins/sudoers/visudo.c:639
1405 #, c-format
1406 msgid "error renaming %s, %s unchanged"
1407 msgstr "błąd podczas zmiany nazwy %s, %s nie zmieniony"
1408
1409 #: plugins/sudoers/visudo.c:702
1410 msgid "What now? "
1411 msgstr "Co teraz? "
1412
1413 #: plugins/sudoers/visudo.c:716
1414 msgid ""
1415 "Options are:\n"
1416 "  (e)dit sudoers file again\n"
1417 "  e(x)it without saving changes to sudoers file\n"
1418 "  (Q)uit and save changes to sudoers file (DANGER!)\n"
1419 msgstr ""
1420 "Możliwe opcje:\n"
1421 "  (e) ponowna edycja pliku sudoers\n"
1422 "  (x) wyjście bez zapisu zmian do pliku sudoers\n"
1423 "  (Q) wyjście i zapisanie zmian w pliku sudoers (NIEBEZPIECZNE!)\n"
1424
1425 #: plugins/sudoers/visudo.c:757
1426 #, c-format
1427 msgid "unable to execute %s"
1428 msgstr "nie udało się wywołać %s"
1429
1430 #: plugins/sudoers/visudo.c:764
1431 #, c-format
1432 msgid "unable to run %s"
1433 msgstr "nie udało się uruchomić %s"
1434
1435 #: plugins/sudoers/visudo.c:796
1436 #, c-format
1437 msgid "failed to parse %s file, unknown error"
1438 msgstr "nie udało się przeanalizować pliku %s, nieznany błąd"
1439
1440 #: plugins/sudoers/visudo.c:808
1441 #, c-format
1442 msgid "parse error in %s near line %d\n"
1443 msgstr "błąd składni w %s w okolicy linii %d\n"
1444
1445 #: plugins/sudoers/visudo.c:811
1446 #, c-format
1447 msgid "parse error in %s\n"
1448 msgstr "błąd składni w %s\n"
1449
1450 #: plugins/sudoers/visudo.c:814 plugins/sudoers/visudo.c:816
1451 #, c-format
1452 msgid "%s: parsed OK\n"
1453 msgstr "%s: składnia poprawna\n"
1454
1455 #: plugins/sudoers/visudo.c:826
1456 #, c-format
1457 msgid "%s: wrong owner (uid, gid) should be (%u, %u)\n"
1458 msgstr "%s: błędny właściciel, (uid, gid) powinny wynosić (%u, %u)\n"
1459
1460 #: plugins/sudoers/visudo.c:833
1461 #, c-format
1462 msgid "%s: bad permissions, should be mode 0%o\n"
1463 msgstr "%s: błędne uprawnienia, powinny być 0%o\n"
1464
1465 #: plugins/sudoers/visudo.c:880
1466 #, c-format
1467 msgid "%s busy, try again later"
1468 msgstr "%s zajęty, proszę spróbować później"
1469
1470 #: plugins/sudoers/visudo.c:924
1471 #, c-format
1472 msgid "specified editor (%s) doesn't exist"
1473 msgstr "podany edytor (%s) nie istnieje"
1474
1475 #: plugins/sudoers/visudo.c:947
1476 #, c-format
1477 msgid "unable to stat editor (%s)"
1478 msgstr "nie udało się wykonać stat na edytorze (%s)"
1479
1480 #: plugins/sudoers/visudo.c:995
1481 #, c-format
1482 msgid "no editor found (editor path = %s)"
1483 msgstr "nie znaleziono edytora (ścieżka = %s)"
1484
1485 #: plugins/sudoers/visudo.c:1089
1486 #, c-format
1487 msgid "Error: cycle in %s_Alias `%s'"
1488 msgstr "Błąd: cykl w %s_Alias `%s'"
1489
1490 #: plugins/sudoers/visudo.c:1090
1491 #, c-format
1492 msgid "Warning: cycle in %s_Alias `%s'"
1493 msgstr "Uwaga: cykl w %s_Alias `%s'"
1494
1495 #: plugins/sudoers/visudo.c:1093
1496 #, c-format
1497 msgid "Error: %s_Alias `%s' referenced but not defined"
1498 msgstr "Błąd: %s_Alias `%s' użyty, ale nie zdefiniowany"
1499
1500 #: plugins/sudoers/visudo.c:1094
1501 #, c-format
1502 msgid "Warning: %s_Alias `%s' referenced but not defined"
1503 msgstr "Uwaga: %s_Alias `%s' użyty, ale nie zdefiniowany"
1504
1505 #: plugins/sudoers/visudo.c:1229
1506 #, c-format
1507 msgid "%s: unused %s_Alias %s"
1508 msgstr "%s: nie użyty %s_Alias %s"
1509
1510 #: plugins/sudoers/visudo.c:1286
1511 #, c-format
1512 msgid ""
1513 "%s - safely edit the sudoers file\n"
1514 "\n"
1515 msgstr ""
1516 "%s - bezpieczna edycja pliku sudoers\n"
1517 "\n"
1518
1519 #: plugins/sudoers/visudo.c:1288
1520 msgid ""
1521 "\n"
1522 "Options:\n"
1523 "  -c          check-only mode\n"
1524 "  -f sudoers  specify sudoers file location\n"
1525 "  -h          display help message and exit\n"
1526 "  -q          less verbose (quiet) syntax error messages\n"
1527 "  -s          strict syntax checking\n"
1528 "  -V          display version information and exit"
1529 msgstr ""
1530 "\n"
1531 "Opcje:\n"
1532 "  -c          tryb wyłącznie sprawdzający\n"
1533 "  -f sudoers  podanie położenia pliku sudoers\n"
1534 "  -h          wyświetlenie opisu i zakończenie\n"
1535 "  -q          mniej obszerne (\"cichsze\") komunikaty o błędach składni\n"
1536 "  -s          ścisłe sprawdzanie składni\n"
1537 "  -V          wyświetlenie informacji o wersji i zakończenie"
1538
1539 #: plugins/sudoers/auth/bsdauth.c:78
1540 #, c-format
1541 msgid "unable to get login class for user %s"
1542 msgstr "nie udało się uzyskać klasy logowania dla użytkownika %s"
1543
1544 #: plugins/sudoers/auth/bsdauth.c:84
1545 msgid "unable to begin bsd authentication"
1546 msgstr "nie udało się rozpocząć uwierzytelnienia BSD"
1547
1548 #: plugins/sudoers/auth/bsdauth.c:92
1549 msgid "invalid authentication type"
1550 msgstr "błędny rodzaj uwierzytelnienia"
1551
1552 #: plugins/sudoers/auth/bsdauth.c:101
1553 msgid "unable to setup authentication"
1554 msgstr "nie udało się ustawić parametrów uwierzytelnienia"
1555
1556 #: plugins/sudoers/auth/fwtk.c:60
1557 #, c-format
1558 msgid "unable to read fwtk config"
1559 msgstr "nie udało się odczytać konfiguracji fwtk"
1560
1561 #: plugins/sudoers/auth/fwtk.c:65
1562 #, c-format
1563 msgid "unable to connect to authentication server"
1564 msgstr "nie udało się połączyć z serwerem uwierzytelniającym"
1565
1566 #: plugins/sudoers/auth/fwtk.c:71 plugins/sudoers/auth/fwtk.c:95
1567 #: plugins/sudoers/auth/fwtk.c:128
1568 #, c-format
1569 msgid "lost connection to authentication server"
1570 msgstr "utracono połączenie z serwerem uwierzytelniającym"
1571
1572 #: plugins/sudoers/auth/fwtk.c:75
1573 #, c-format
1574 msgid ""
1575 "authentication server error:\n"
1576 "%s"
1577 msgstr ""
1578 "błąd serwera uwierzytelniającego:\n"
1579 "%s"
1580
1581 #: plugins/sudoers/auth/kerb5.c:117
1582 #, c-format
1583 msgid "%s: unable to unparse princ ('%s'): %s"
1584 msgstr "%s: nie udało się złożyć princ ('%s'): %s"
1585
1586 #: plugins/sudoers/auth/kerb5.c:160
1587 #, c-format
1588 msgid "%s: unable to parse '%s': %s"
1589 msgstr "%s: nie udało się przeanalizować '%s': %s"
1590
1591 #: plugins/sudoers/auth/kerb5.c:170
1592 #, c-format
1593 msgid "%s: unable to resolve ccache: %s"
1594 msgstr "%s: nie udało się rozwiązać ccache: %s"
1595
1596 #: plugins/sudoers/auth/kerb5.c:218
1597 #, c-format
1598 msgid "%s: unable to allocate options: %s"
1599 msgstr "%s: nie udało się przydzielić opcji: %s"
1600
1601 #: plugins/sudoers/auth/kerb5.c:234
1602 #, c-format
1603 msgid "%s: unable to get credentials: %s"
1604 msgstr "%s: nie udało się pobrać danych uwierzytelniających: %s"
1605
1606 #: plugins/sudoers/auth/kerb5.c:247
1607 #, c-format
1608 msgid "%s: unable to initialize ccache: %s"
1609 msgstr "%s: nie udało się zainicjować ccache: %s"
1610
1611 #: plugins/sudoers/auth/kerb5.c:251
1612 #, c-format
1613 msgid "%s: unable to store cred in ccache: %s"
1614 msgstr "%s: nie udało się zapisać danych uwierzytelniających w ccache: %s"
1615
1616 #: plugins/sudoers/auth/kerb5.c:316
1617 #, c-format
1618 msgid "%s: unable to get host principal: %s"
1619 msgstr "%s: nie udało się pobrać głównego hosta: %s"
1620
1621 #: plugins/sudoers/auth/kerb5.c:331
1622 #, c-format
1623 msgid "%s: Cannot verify TGT! Possible attack!: %s"
1624 msgstr "%s: Nie można zweryfikować TGT! Możliwy atak!: %s"
1625
1626 #: plugins/sudoers/auth/pam.c:100
1627 msgid "unable to initialize PAM"
1628 msgstr "nie udało się zainicjować PAM"
1629
1630 #: plugins/sudoers/auth/pam.c:144
1631 msgid "account validation failure, is your account locked?"
1632 msgstr "błąd kontroli poprawności konta - konto zablokowane?"
1633
1634 #: plugins/sudoers/auth/pam.c:148
1635 msgid "Account or password is expired, reset your password and try again"
1636 msgstr "Konto lub hasło wygasło, należy ustawić ponownie hasło i spróbować jeszcze raz"
1637
1638 #: plugins/sudoers/auth/pam.c:155
1639 #, c-format
1640 msgid "pam_chauthtok: %s"
1641 msgstr "pam_chauthtok: %s"
1642
1643 #: plugins/sudoers/auth/pam.c:159
1644 msgid "Password expired, contact your system administrator"
1645 msgstr "Hasło wygasło, proszę skontaktować się z administratorem systemu"
1646
1647 #: plugins/sudoers/auth/pam.c:163
1648 msgid "Account expired or PAM config lacks an \"account\" section for sudo, contact your system administrator"
1649 msgstr "Konto wygasło lub w konfiguracji PAM brak sekcji \"account\" dla sudo, proszę skontaktować się z administratorem systemu"
1650
1651 #: plugins/sudoers/auth/pam.c:178
1652 #, c-format
1653 msgid "pam_authenticate: %s"
1654 msgstr "pam_authenticate: %s"
1655
1656 #: plugins/sudoers/auth/pam.c:306
1657 msgid "Password: "
1658 msgstr "Hasło: "
1659
1660 #: plugins/sudoers/auth/pam.c:307
1661 msgid "Password:"
1662 msgstr "Hasło:"
1663
1664 #: plugins/sudoers/auth/securid5.c:81
1665 #, c-format
1666 msgid "failed to initialise the ACE API library"
1667 msgstr "nie udało się zainicjować biblioteki ACE API"
1668
1669 #: plugins/sudoers/auth/securid5.c:107
1670 #, c-format
1671 msgid "unable to contact the SecurID server"
1672 msgstr "nie udało się połączyć z serwerem SecurID"
1673
1674 #: plugins/sudoers/auth/securid5.c:116
1675 #, c-format
1676 msgid "User ID locked for SecurID Authentication"
1677 msgstr "ID użytkownika zablokowany dla uwierzytelnienia SecurID"
1678
1679 #: plugins/sudoers/auth/securid5.c:120 plugins/sudoers/auth/securid5.c:171
1680 #, c-format
1681 msgid "invalid username length for SecurID"
1682 msgstr "błędna długość nazwy użytkownika dla SecurID"
1683
1684 #: plugins/sudoers/auth/securid5.c:124 plugins/sudoers/auth/securid5.c:176
1685 #, c-format
1686 msgid "invalid Authentication Handle for SecurID"
1687 msgstr "błędny uchwyt uwierzytelnienia dla SecurID"
1688
1689 #: plugins/sudoers/auth/securid5.c:128
1690 #, c-format
1691 msgid "SecurID communication failed"
1692 msgstr "błąd komunikacji SecurID"
1693
1694 #: plugins/sudoers/auth/securid5.c:132 plugins/sudoers/auth/securid5.c:215
1695 #, c-format
1696 msgid "unknown SecurID error"
1697 msgstr "nieznany błąd SecurID"
1698
1699 #: plugins/sudoers/auth/securid5.c:166
1700 #, c-format
1701 msgid "invalid passcode length for SecurID"
1702 msgstr "błędna długość hasła dla SecurID"
1703
1704 #: plugins/sudoers/auth/sia.c:109
1705 msgid "unable to initialize SIA session"
1706 msgstr "nie udało się zainicjować sesji SIA"
1707
1708 #: plugins/sudoers/auth/sudo_auth.c:117
1709 msgid "Invalid authentication methods compiled into sudo!  You may mix standalone and non-standalone authentication."
1710 msgstr "W sudo wkompilowano błędne metody uwierzytelniania! Można mieszać samodzielne i niesamodzielne sposoby uwierzytelniania."
1711
1712 #: plugins/sudoers/auth/sudo_auth.c:199
1713 msgid "There are no authentication methods compiled into sudo!  If you want to turn off authentication, use the --disable-authentication configure option."
1714 msgstr "W sudo nie wkompilowano żadnych metod uwierzytelniania! Aby wyłączyć uwierzytelnianie, proszę użyć opcji konfiguracyjnej --disable-authentication."
1715
1716 #: plugins/sudoers/auth/sudo_auth.c:271
1717 #, c-format
1718 msgid "%d incorrect password attempt"
1719 msgid_plural "%d incorrect password attempts"
1720 msgstr[0] "%d błędna próba wprowadzenia hasła"
1721 msgstr[1] "%d błędne próby wprowadzenia hasła"
1722 msgstr[2] "%d błędnych prób wprowadzenia hasła"
1723
1724 #: plugins/sudoers/auth/sudo_auth.c:374
1725 msgid "Authentication methods:"
1726 msgstr "Metody uwierzytelniania:"