8852f2cbd41345546b3b267cac31ecabfcfc206a
[libguestfs.git] / po / pl.po
1 # translation of pl.po to Polish
2 # Piotr Drąg <piotrdrag@gmail.com>, 2009.
3 #
4 msgid ""
5 msgstr ""
6 "Project-Id-Version: libguestfs 1.0.31\n"
7 "Report-Msgid-Bugs-To: https://bugzilla.redhat.com/enter_bug.cgi?"
8 "component=libguestfs&product=Virtualization+Tools\n"
9 "POT-Creation-Date: 2009-06-22 10:02+0100\n"
10 "PO-Revision-Date: 2009-05-26 00:50+0200\n"
11 "Last-Translator: Piotr Drąg <piotrdrag@gmail.com>\n"
12 "Language-Team: Polish <pl@li.org>\n"
13 "MIME-Version: 1.0\n"
14 "Content-Type: text/plain; charset=UTF-8\n"
15 "Content-Transfer-Encoding: 8bit\n"
16
17 #: fish/alloc.c:39
18 #, c-format
19 msgid "use 'alloc file size' to create an image\n"
20 msgstr "użyj \"alloc plik rozmiar\", aby utworzyć obraz\n"
21
22 #: fish/alloc.c:47
23 #, c-format
24 msgid "can't allocate or add disks after launching\n"
25 msgstr "nie przydzielać lub dodawaj dyski po uruchomieniu\n"
26
27 #: fish/alloc.c:94 fish/alloc.c:101
28 #, c-format
29 msgid "could not parse size specification '%s'\n"
30 msgstr "nie można przeanalizować określenia rozmiaru \"%s\"\n"
31
32 #: fish/edit.c:104
33 #, c-format
34 msgid "use '%s filename' to edit a file\n"
35 msgstr "użyj \"%s nazwapliku\", aby zmodyfikować plik\n"
36
37 #: fish/fish.c:88
38 #, fuzzy, c-format
39 msgid ""
40 "guestfish: guest filesystem shell\n"
41 "guestfish lets you edit virtual machine filesystems\n"
42 "Copyright (C) 2009 Red Hat Inc.\n"
43 "Usage:\n"
44 "  guestfish [--options] cmd [: cmd : cmd ...]\n"
45 "or for interactive use:\n"
46 "  guestfish\n"
47 "or from a shell script:\n"
48 "  guestfish <<EOF\n"
49 "  cmd\n"
50 "  ...\n"
51 "  EOF\n"
52 "Options:\n"
53 "  -h|--cmd-help        List available commands\n"
54 "  -h|--cmd-help cmd    Display detailed help on 'cmd'\n"
55 "  -a|--add image       Add image\n"
56 "  -D|--no-dest-paths   Don't tab-complete paths from guest fs\n"
57 "  -m|--mount dev[:mnt] Mount dev on mnt (if omitted, /)\n"
58 "  -n|--no-sync         Don't autosync\n"
59 "  -r|--ro              Mount read-only\n"
60 "  -v|--verbose         Verbose messages\n"
61 "  -V|--version         Display version and exit\n"
62 "For more information,  see the manpage guestfish(1).\n"
63 msgstr ""
64 "guestfish: powłoka systemu plików gościa\n"
65 "guestfish umożliwia modyfikowanie systemów pliku maszyn wirtualnych\n"
66 "Copyright (C) 2009 Red Hat Inc.\n"
67 "Użycie:\n"
68 "  guestfish [--options] polecenie [: polecenie : polecenie ...]\n"
69 "lub dla trybu interaktywnego:\n"
70 "  guestfish\n"
71 "lub ze skryptu powłoki:\n"
72 "  guestfish <<EOF\n"
73 "  polecenie\n"
74 "  ...\n"
75 "  EOF\n"
76 "Opcje:\n"
77 "  -h|--cmd-help        Wyświetla listę dostępnych poleceń\n"
78 "  -h|--cmd-help polecenie  Wyświetla szczegółową pomoc o \"poleceniu\"\n"
79 "  -a|--add image       Dodaje obraz\n"
80 "  -m|--mount dev[:mnt] Montuje dev w mnt (jeśli pominięto, w /)\n"
81 "  -n|--no-sync         Nie synchronizuje automatycznie\n"
82 "  -r|--ro              Montuje w trybie tylko do odczytu\n"
83 "  -v|--verbose         Wyświetla więcej komunikatów\n"
84 "  -V|--version         Wyświetla wersję i kończy pracę\n"
85 "Aby dowiedzieć się więcej, zobacz stronę podręcznika guestfish(1).\n"
86
87 #: fish/fish.c:143
88 #, c-format
89 msgid "guestfs_create: failed to create handle\n"
90 msgstr "guestfs_create: utworzenie programu obsługi nie powiodło się\n"
91
92 #: fish/fish.c:234
93 #, c-format
94 msgid "guestfish: unexpected command line option 0x%x\n"
95 msgstr "guestfish: nieoczekiwane polecenie wiersza poleceń 0x%x\n"
96
97 #: fish/fish.c:380
98 #, c-format
99 msgid ""
100 "\n"
101 "Welcome to guestfish, the libguestfs filesystem interactive shell for\n"
102 "editing virtual machine filesystems.\n"
103 "\n"
104 "Type: 'help' for help with commands\n"
105 "      'quit' to quit the shell\n"
106 "\n"
107 msgstr ""
108 "\n"
109 "Witaj w guestfish, interaktywnej powłoce systemów plików libguestfs do\n"
110 "modyfikowania systemów plików maszyn wirtualnych.\n"
111 "\n"
112 "Podaj: \"help\", aby uzyskać pomoc o poleceniach\n"
113 "      \"quit\", aby zakończyć powłokę\n"
114 "\n"
115
116 #: fish/fish.c:457
117 #, c-format
118 msgid "guestfish: unterminated double quote\n"
119 msgstr "guestfish: niezakończony podwójny cudzysłów\n"
120
121 #: fish/fish.c:462 fish/fish.c:477
122 #, c-format
123 msgid "guestfish: command arguments not separated by whitespace\n"
124 msgstr "guestfish: parametry poleceń nie są oddzielone spacjami\n"
125
126 #: fish/fish.c:472
127 #, c-format
128 msgid "guestfish: unterminated single quote\n"
129 msgstr "guestfish: niezakończony pojedynczy cudzysłów\n"
130
131 #: fish/fish.c:513
132 #, c-format
133 msgid "guestfish: internal error parsing string at '%s'\n"
134 msgstr "guestfish: wewnętrzny błąd analizowania łańcucha \"%s\"\n"
135
136 #: fish/fish.c:526
137 #, c-format
138 msgid "guestfish: too many arguments\n"
139 msgstr "guestfish: za dużo parametrów\n"
140
141 #: fish/fish.c:553
142 #, c-format
143 msgid "guestfish: empty command on command line\n"
144 msgstr "guestfish: puste polecenie wiersza poleceń\n"
145
146 #: fish/fish.c:614
147 msgid "display a list of commands or help on a command"
148 msgstr "wyświetla listę poleceń lub pomoc polecenia"
149
150 #: fish/fish.c:616
151 msgid "quit guestfish"
152 msgstr "kończy pracę guestfish"
153
154 #: fish/fish.c:619
155 msgid "allocate an image"
156 msgstr "przydziela obraz"
157
158 #: fish/fish.c:621
159 msgid "display a line of text"
160 msgstr "wyświetla wiersz tekstu"
161
162 #: fish/fish.c:623
163 msgid "edit a file in the image"
164 msgstr "modyfikuje plik w obrazie"
165
166 #: fish/fish.c:625
167 msgid "local change directory"
168 msgstr ""
169
170 #: fish/fish.c:627
171 msgid "expand wildcards in command"
172 msgstr ""
173
174 #: fish/fish.c:639
175 #, c-format
176 msgid ""
177 "alloc - allocate an image\n"
178 "     alloc <filename> <size>\n"
179 "\n"
180 "    This creates an empty (zeroed) file of the given size,\n"
181 "    and then adds so it can be further examined.\n"
182 "\n"
183 "    For more advanced image creation, see qemu-img utility.\n"
184 "\n"
185 "    Size can be specified (where <nn> means a number):\n"
186 "    <nn>             number of kilobytes\n"
187 "      eg: 1440       standard 3.5\" floppy\n"
188 "    <nn>K or <nn>KB  number of kilobytes\n"
189 "    <nn>M or <nn>MB  number of megabytes\n"
190 "    <nn>G or <nn>GB  number of gigabytes\n"
191 "    <nn>sects        number of 512 byte sectors\n"
192 msgstr ""
193 "alloc - przydziela obraz\n"
194 "     alloc <nazwapliku> <rozmiar>\n"
195 "\n"
196 "    Tworzy pusty (wypełniony zerami) plik o podanym rozmiarze,\n"
197 "    a następnie dodaje go, aby mógł być dalej badany.\n"
198 "\n"
199 "    Aby uzyskać bardziej zaawansowane tworzenie obrazu, zobacz\n"
200 "    narzędzie qemu-img.\n"
201 "\n"
202 "    Można podać rozmiar (gdzie <nn> oznacza liczbę):\n"
203 "    <nn>              liczba kilobajtów\n"
204 "      np.: 1440       standardowa dyskietka 3.5\"\n"
205 "    <nn>K lub <nn>KB  liczba kilobajtów\n"
206 "    <nn>M lub <nn>MB  liczba megabajtów\n"
207 "    <nn>G lub <nn>GB  liczba gigabajtów\n"
208 "    <nn>sektory       liczba 512 bajtowych sektorów\n"
209
210 #: fish/fish.c:655
211 #, c-format
212 msgid ""
213 "echo - display a line of text\n"
214 "     echo [<params> ...]\n"
215 "\n"
216 "    This echos the parameters to the terminal.\n"
217 msgstr ""
218 "echo - wyświetla wiersz tekstu\n"
219 "     echo [<parametry> ...]\n"
220 "\n"
221 "    Wyświetla ostatnie parametry w terminalu.\n"
222
223 #: fish/fish.c:662
224 #, c-format
225 msgid ""
226 "edit - edit a file in the image\n"
227 "     edit <filename>\n"
228 "\n"
229 "    This is used to edit a file.\n"
230 "\n"
231 "    It is the equivalent of (and is implemented by)\n"
232 "    running \"cat\", editing locally, and then \"write-file\".\n"
233 "\n"
234 "    Normally it uses $EDITOR, but if you use the aliases\n"
235 "    \"vi\" or \"emacs\" you will get those editors.\n"
236 "\n"
237 "    NOTE: This will not work reliably for large files\n"
238 "    (> 2 MB) or binary files containing \\0 bytes.\n"
239 msgstr ""
240 "edit - modyfikuje plik w obrazie\n"
241 "     edit <nazwapliku>\n"
242 "\n"
243 "    Jest używane do modyfikowania pliku.\n"
244 "\n"
245 "    Jest odpowiednikiem (i jest implementowane przez)\n"
246 "    wykonania polecenia \"cat\", zmodyfikowania lokalnie, a\n"
247 "    następnie wykonania polecenia \"write-file\".\n"
248 "\n"
249 "    Normalnie używa zmiennej $EDITOR, ale jeśli zostanie użyty\n"
250 "    alias \"vi\" lub \"emacs\", uzyskane zostaną te edytory.\n"
251 "\n"
252 "    UWAGA: nie będzie działało poprawnie dla dużych plików\n"
253 "    (> 2 MB) lub plików binarnych zawierających \\0 bajtów.\n"
254
255 #: fish/fish.c:676
256 #, c-format
257 msgid ""
258 "lcd - local change directory\n"
259 "    lcd <directory>\n"
260 "\n"
261 "    Change guestfish's current directory. This command is\n"
262 "    useful if you want to download files to a particular\n"
263 "    place.\n"
264 msgstr ""
265
266 #: fish/fish.c:683
267 #, c-format
268 msgid ""
269 "glob - expand wildcards in command\n"
270 "    glob <command> [<args> ...]\n"
271 "\n"
272 "    Glob runs <command> with wildcards expanded in any\n"
273 "    command args.  Note that the command is run repeatedly\n"
274 "    once for each expanded argument.\n"
275 msgstr ""
276
277 #: fish/fish.c:690
278 #, c-format
279 msgid ""
280 "help - display a list of commands or help on a command\n"
281 "     help cmd\n"
282 "     help\n"
283 msgstr ""
284 "help - wyświetla listę poleceń lub pomoc polecenia\n"
285 "     help polecenie\n"
286 "     help\n"
287
288 #: fish/fish.c:696
289 #, c-format
290 msgid ""
291 "quit - quit guestfish\n"
292 "     quit\n"
293 msgstr ""
294 "quit - kończy pracę guestfish\n"
295 "     quit\n"
296
297 #: fish/fish.c:699
298 #, c-format
299 msgid "%s: command not known, use -h to list all commands\n"
300 msgstr ""
301 "%s: nieznane polecenie, użyj -h, aby wyświetlić listę wszystkich poleceń\n"
302
303 #: src/guestfs.c:288
304 #, c-format
305 msgid "guestfs_close: called twice on the same handle\n"
306 msgstr "guestfs_close: wywołano dwa razy w tym samym programie obsługującym\n"
307
308 #: src/guestfs.c:375
309 #, c-format
310 msgid "libguestfs: error: %s\n"
311 msgstr "libguestfs: błąd: %s\n"
312
313 #: src/guestfs.c:616
314 msgid "command line cannot be altered after qemu subprocess launched"
315 msgstr ""
316 "wiersz poleceń nie może zostać zmieniony po uruchomieniu podprocesu QEMU"
317
318 #: src/guestfs.c:630
319 msgid "guestfs_config: parameter must begin with '-' character"
320 msgstr "guestfs_config: parametr musi zaczynać się od znaku \"-\""
321
322 #: src/guestfs.c:645
323 #, c-format
324 msgid "guestfs_config: parameter '%s' isn't allowed"
325 msgstr "guestfs_config: parametr \"%s\" nie jest dozwolony"
326
327 #: src/guestfs.c:665 src/guestfs.c:686 src/guestfs.c:704
328 msgid "filename cannot contain ',' (comma) character"
329 msgstr "nazwa pliku nie może zawierać znaku \",\" (przecinka)"
330
331 #: src/guestfs.c:771
332 msgid "you must call guestfs_add_drive before guestfs_launch"
333 msgstr "należy wywołać guestfs_add_drive przed guestfs_launch"
334
335 #: src/guestfs.c:776
336 msgid "qemu has already been launched"
337 msgstr "QEMU zostało już uruchomione"
338
339 #: src/guestfs.c:784
340 #, c-format
341 msgid "%s: cannot create temporary directory"
342 msgstr "%s: nie można utworzyć folderu tymczasowego"
343
344 #: src/guestfs.c:874
345 #, c-format
346 msgid "cannot find %s or %s on LIBGUESTFS_PATH (current path = %s)"
347 msgstr "nie można znaleźć %s lub %s w LIBGUESTFS_PATH (bieżąca ścieżka = %s)"
348
349 #: src/guestfs.c:1080
350 msgid "failed to connect to vmchannel socket"
351 msgstr "połączenie się z gniazdem kanału maszyny wirtualnej nie powiodło się"
352
353 #: src/guestfs.c:1099
354 msgid "could not watch qemu stdout"
355 msgstr "nie można obserwować standardowego wyjścia QEMU"
356
357 #: src/guestfs.c:1167
358 #, c-format
359 msgid "external command failed: %s"
360 msgstr ""
361
362 #: src/guestfs.c:1195
363 msgid "qemu has finished launching already"
364 msgstr "QEMU zakończyło już uruchamianie"
365
366 #: src/guestfs.c:1200
367 msgid "qemu has not been launched yet"
368 msgstr "QEMU nie zostało jeszcze uruchomione"
369
370 #: src/guestfs.c:1213
371 msgid "guestfs_wait_ready failed, see earlier error messages"
372 msgstr ""
373 "guestfs_wait_ready nie powiodło się, zobacz wcześniejsze komunikaty błędów"
374
375 #: src/guestfs.c:1223
376 msgid "qemu launched and contacted daemon, but state != READY"
377 msgstr ""
378 "QEMU zostało uruchomione i skontaktowano się z demonem, ale stan != GOTOWY"
379
380 #: src/guestfs.c:1234
381 msgid "no subprocess to kill"
382 msgstr "brak podprocesu do zniszczenia"
383
384 #: src/guestfs.c:1282
385 #, c-format
386 msgid "guestfs_set_ready: called when in state %d != BUSY"
387 msgstr "guestfs_set_ready: wywołano, kiedy w stanie %d != ZAJĘTY"
388
389 #: src/guestfs.c:1294
390 #, c-format
391 msgid "guestfs_set_busy: called when in state %d != READY"
392 msgstr "guestfs_set_busy: wywołano, kiedy w stanie %d != GOTOWY"
393
394 #: src/guestfs.c:1315
395 #, c-format
396 msgid "guestfs_end_busy: called when in state %d"
397 msgstr "guestfs_end_busy: wywołano, kiedy w stanie %d"
398
399 #: src/guestfs.c:1404
400 #, c-format
401 msgid "stdout_event: internal error: %d != %d"
402 msgstr "stdout_event: wewnętrzny błąd: %d != %d"
403
404 #: src/guestfs.c:1447
405 #, c-format
406 msgid "sock_read_event: internal error: %d != %d"
407 msgstr "sock_read_event: wewnętrzny błąd: %d != %d"
408
409 #: src/guestfs.c:1477
410 msgid "can't decode length word"
411 msgstr "nie można dekodować długości słowa"
412
413 #: src/guestfs.c:1487
414 #, c-format
415 msgid "received magic signature from guestfsd, but in state %d"
416 msgstr "otrzymano podpis magic z guestfsd, ale w stanie %d"
417
418 #: src/guestfs.c:1490
419 #, c-format
420 msgid "received magic signature from guestfsd, but msg size is %d"
421 msgstr "otrzymano podpis magic z guestfsd, ale rozmiar komunikatu to %d"
422
423 #: src/guestfs.c:1515
424 #, c-format
425 msgid "message length (%u) > maximum possible size (%d)"
426 msgstr "długość komunikatu (%u) > maksymalny możliwy rozmiar (%d)"
427
428 #: src/guestfs.c:1548
429 #, c-format
430 msgid "state %d != BUSY"
431 msgstr "stan %d != ZAJĘTY"
432
433 #: src/guestfs.c:1588
434 #, c-format
435 msgid "sock_write_event: internal error: %d != %d"
436 msgstr "sock_write_event: wewnętrzny błąd: %d != %d"
437
438 #: src/guestfs.c:1593
439 #, c-format
440 msgid "sock_write_event: state %d != BUSY"
441 msgstr "sock_write_event: stan %d != ZAJĘTY"
442
443 #: src/guestfs.c:1697 src/guestfs.c:1720
444 msgid "remove_handle failed"
445 msgstr "remove_handle nie powiodło się"
446
447 #: src/guestfs.c:1708 src/guestfs.c:1731
448 msgid "add_handle failed"
449 msgstr "add_handle nie powiodło się"
450
451 #: src/guestfs.c:1764
452 #, c-format
453 msgid "guestfs__send_sync: state %d != BUSY"
454 msgstr "guestfs__send_sync: stan %d != ZAJĘTY"
455
456 #: src/guestfs.c:1772 src/guestfs.c:1952
457 msgid "guestfs__send_sync: msg_out should be NULL"
458 msgstr "guestfs__send_sync: msg_out powinno być PUSTE"
459
460 #: src/guestfs.c:1794
461 msgid "xdr_guestfs_message_header failed"
462 msgstr "xdr_guestfs_message_header nie powiodło się"
463
464 #: src/guestfs.c:1803
465 msgid "dispatch failed to marshal args"
466 msgstr "rozdzielenie parametrów marszałka nie powiodło się"
467
468 #: src/guestfs.c:1829
469 msgid "send failed, see earlier error messages"
470 msgstr "wysłanie nie powiodło się, zobacz wcześniejsze komunikaty błędów"
471
472 #: src/guestfs.c:1944
473 #, c-format
474 msgid "send_file_chunk_sync: state %d != READY"
475 msgstr "send_file_chunk_sync: stan %d != GOTOWY"
476
477 #: src/guestfs.c:1975
478 #, c-format
479 msgid "xdr_guestfs_chunk failed (buf = %p, buflen = %zu)"
480 msgstr "xdr_guestfs_chunk nie powiodło się (bufor = %p, długość bufora = %zu)"
481
482 #: src/guestfs.c:2000
483 msgid "send file chunk failed, see earlier error messages"
484 msgstr ""
485 "wysłanie fragmentu pliku nie powiodło się, zobacz wcześniejsze komunikaty "
486 "błędów"
487
488 #: src/guestfs.c:2051
489 #, c-format
490 msgid "check_for_daemon_cancellation: read 0x%x from daemon, expected 0x%x\n"
491 msgstr ""
492 "check_for_daemon_cancellation: odczytano 0x%x z demona, oczekiwano 0x%x\n"
493
494 #: src/guestfs.c:2089
495 #, c-format
496 msgid "%s: error in chunked encoding"
497 msgstr "%s: błąd w kodowaniu fragmentu"
498
499 #: src/guestfs.c:2113
500 msgid "write to daemon socket"
501 msgstr "zapisz do gniazda demona"
502
503 #: src/guestfs.c:2160
504 msgid "failed to parse file chunk"
505 msgstr "przeanalizowanie fragmentu pliku nie powiodło się"
506
507 #: src/guestfs.c:2192
508 msgid "receive_file_data_sync: reply callback not called\n"
509 msgstr "receive_file_data_sync: nie wywołano odpowiedzi wywołania zwrotnego\n"
510
511 #: src/guestfs.c:2197
512 msgid "receive_file_data_sync: parse error in reply callback\n"
513 msgstr ""
514 "receive_file_data_sync: błąd analizy w odpowiedzi wywołania zwrotnego\n"
515
516 #: src/guestfs.c:2211
517 msgid "file receive cancelled by daemon"
518 msgstr "otrzymanie pliku zostało anulowane przez demona"
519
520 #: src/guestfs.c:2246 src/guestfs.c:2304
521 #, c-format
522 msgid "fd %d is out of range"
523 msgstr "fd %d jest spoza zakresu"
524
525 #: src/guestfs.c:2254
526 #, c-format
527 msgid "set of events (0x%x) contains unknown events"
528 msgstr "zestaw zdarzeń (0x%x) zawiera nieznane zdarzenia"
529
530 #: src/guestfs.c:2259
531 msgid "set of events is empty"
532 msgstr "zestaw zdarzeń jest pusty"
533
534 #: src/guestfs.c:2266
535 #, c-format
536 msgid "fd %d is already registered"
537 msgstr "fd %d jest już zarejestrowane"
538
539 #: src/guestfs.c:2271
540 msgid "callback is NULL"
541 msgstr "wywołanie zwrotne jest PUSTE"
542
543 #: src/guestfs.c:2311
544 #, c-format
545 msgid "fd %d was not registered"
546 msgstr "fd %d nie zostało zarejestrowane"
547
548 #: src/guestfs.c:2360
549 msgid "select_main_loop_run: this cannot be called recursively"
550 msgstr "select_main_loop_run: nie może zostać wywołane rekursywnie"