Merge branch 'master' of git+ssh://192.168.122.1/home/rjones/d/libguestfs
[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: pl\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-07-02 18:18+0100\n"
10 "PO-Revision-Date: 2009-06-22 21:16+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:86
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:90
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 "  guestfish -i libvirt-domain\n"
46 "  guestfish -i disk-image(s)\n"
47 "or for interactive use:\n"
48 "  guestfish\n"
49 "or from a shell script:\n"
50 "  guestfish <<EOF\n"
51 "  cmd\n"
52 "  ...\n"
53 "  EOF\n"
54 "Options:\n"
55 "  -h|--cmd-help        List available commands\n"
56 "  -h|--cmd-help cmd    Display detailed help on 'cmd'\n"
57 "  -a|--add image       Add image\n"
58 "  -D|--no-dest-paths   Don't tab-complete paths from guest fs\n"
59 "  -f|--file file       Read commands from file\n"
60 "  -i|--inspector       Run virt-inspector to get disk mountpoints\n"
61 "  -m|--mount dev[:mnt] Mount dev on mnt (if omitted, /)\n"
62 "  -n|--no-sync         Don't autosync\n"
63 "  -r|--ro              Mount read-only\n"
64 "  -v|--verbose         Verbose messages\n"
65 "  -V|--version         Display version and exit\n"
66 "For more information,  see the manpage guestfish(1).\n"
67 msgstr ""
68 "guestfish: powłoka systemu plików gościa\n"
69 "guestfish umożliwia modyfikowanie systemów pliku maszyn wirtualnych\n"
70 "Copyright (C) 2009 Red Hat Inc.\n"
71 "Użycie:\n"
72 "  guestfish [--options] polecenie [: polecenie : polecenie ...]\n"
73 "lub dla trybu interaktywnego:\n"
74 "  guestfish\n"
75 "lub ze skryptu powłoki:\n"
76 "  guestfish <<EOF\n"
77 "  polecenie\n"
78 "  ...\n"
79 "  EOF\n"
80 "Opcje:\n"
81 "  -h|--cmd-help        Wyświetla listę dostępnych poleceń\n"
82 "  -h|--cmd-help polecenie Wyświetla szczegółową pomoc o \"poleceniu\"\n"
83 "  -a|--add image       Dodaje obraz\n"
84 "  -D|--no-dest-paths   Nie uzupełnia ścieżek z systemu plików gościa za\n"
85 "                       pomocą Tab\n"
86 "  -m|--mount dev[:mnt] Montuje dev w mnt (jeśli pominięto, w /)\n"
87 "  -n|--no-sync         Nie synchronizuje automatycznie\n"
88 "  -r|--ro              Montuje w trybie tylko do odczytu\n"
89 "  -v|--verbose         Wyświetla więcej komunikatów\n"
90 "  -V|--version         Wyświetla wersję i kończy pracę\n"
91 "Aby dowiedzieć się więcej, zobacz stronę podręcznika guestfish(1).\n"
92
93 #: fish/fish.c:157
94 #, c-format
95 msgid "guestfs_create: failed to create handle\n"
96 msgstr "guestfs_create: utworzenie programu obsługi nie powiodło się\n"
97
98 #: fish/fish.c:202
99 #, c-format
100 msgid "guestfish: only one -f parameter can be given\n"
101 msgstr ""
102
103 #: fish/fish.c:260
104 #, c-format
105 msgid "guestfish: unexpected command line option 0x%x\n"
106 msgstr "guestfish: nieoczekiwane polecenie wiersza poleceń 0x%x\n"
107
108 #: fish/fish.c:272
109 #, c-format
110 msgid "guestfish: cannot use -i option with -a or -m\n"
111 msgstr ""
112
113 #: fish/fish.c:276
114 #, c-format
115 msgid "guestfish -i requires a libvirt domain or path(s) to disk image(s)\n"
116 msgstr ""
117
118 #: fish/fish.c:284
119 #, c-format
120 msgid "guestfish: virt-inspector command too long for fixed-size buffer\n"
121 msgstr ""
122
123 #: fish/fish.c:464
124 #, c-format
125 msgid ""
126 "\n"
127 "Welcome to guestfish, the libguestfs filesystem interactive shell for\n"
128 "editing virtual machine filesystems.\n"
129 "\n"
130 "Type: 'help' for help with commands\n"
131 "      'quit' to quit the shell\n"
132 "\n"
133 msgstr ""
134 "\n"
135 "Witaj w guestfish, interaktywnej powłoce systemów plików libguestfs do\n"
136 "modyfikowania systemów plików maszyn wirtualnych.\n"
137 "\n"
138 "Podaj: \"help\", aby uzyskać pomoc o poleceniach\n"
139 "      \"quit\", aby zakończyć powłokę\n"
140 "\n"
141
142 #: fish/fish.c:542
143 #, c-format
144 msgid "guestfish: unterminated double quote\n"
145 msgstr "guestfish: niezakończony podwójny cudzysłów\n"
146
147 #: fish/fish.c:547 fish/fish.c:562
148 #, c-format
149 msgid "guestfish: command arguments not separated by whitespace\n"
150 msgstr "guestfish: parametry poleceń nie są oddzielone spacjami\n"
151
152 #: fish/fish.c:557
153 #, c-format
154 msgid "guestfish: unterminated single quote\n"
155 msgstr "guestfish: niezakończony pojedynczy cudzysłów\n"
156
157 #: fish/fish.c:602
158 #, c-format
159 msgid "guestfish: internal error parsing string at '%s'\n"
160 msgstr "guestfish: wewnętrzny błąd analizowania łańcucha \"%s\"\n"
161
162 #: fish/fish.c:615
163 #, c-format
164 msgid "guestfish: too many arguments\n"
165 msgstr "guestfish: za dużo parametrów\n"
166
167 #: fish/fish.c:642
168 #, c-format
169 msgid "guestfish: empty command on command line\n"
170 msgstr "guestfish: puste polecenie wiersza poleceń\n"
171
172 #: fish/fish.c:751
173 msgid "display a list of commands or help on a command"
174 msgstr "wyświetla listę poleceń lub pomoc polecenia"
175
176 #: fish/fish.c:753
177 msgid "quit guestfish"
178 msgstr "kończy pracę guestfish"
179
180 #: fish/fish.c:756
181 msgid "allocate an image"
182 msgstr "przydziela obraz"
183
184 #: fish/fish.c:758
185 msgid "display a line of text"
186 msgstr "wyświetla wiersz tekstu"
187
188 #: fish/fish.c:760
189 msgid "edit a file in the image"
190 msgstr "modyfikuje plik w obrazie"
191
192 #: fish/fish.c:762
193 msgid "local change directory"
194 msgstr "zmienia lokalny folder"
195
196 #: fish/fish.c:764
197 msgid "expand wildcards in command"
198 msgstr "rozwija wieloznaczniki w poleceniach"
199
200 #: fish/fish.c:766
201 msgid "measure time taken to run command"
202 msgstr ""
203
204 #: fish/fish.c:778
205 #, c-format
206 msgid ""
207 "alloc - allocate an image\n"
208 "     alloc <filename> <size>\n"
209 "\n"
210 "    This creates an empty (zeroed) file of the given size,\n"
211 "    and then adds so it can be further examined.\n"
212 "\n"
213 "    For more advanced image creation, see qemu-img utility.\n"
214 "\n"
215 "    Size can be specified (where <nn> means a number):\n"
216 "    <nn>             number of kilobytes\n"
217 "      eg: 1440       standard 3.5\" floppy\n"
218 "    <nn>K or <nn>KB  number of kilobytes\n"
219 "    <nn>M or <nn>MB  number of megabytes\n"
220 "    <nn>G or <nn>GB  number of gigabytes\n"
221 "    <nn>sects        number of 512 byte sectors\n"
222 msgstr ""
223 "alloc - przydziela obraz\n"
224 "     alloc <nazwapliku> <rozmiar>\n"
225 "\n"
226 "    Tworzy pusty (wypełniony zerami) plik o podanym rozmiarze,\n"
227 "    a następnie dodaje go, aby mógł być dalej badany.\n"
228 "\n"
229 "    Aby uzyskać bardziej zaawansowane tworzenie obrazu, zobacz\n"
230 "    narzędzie qemu-img.\n"
231 "\n"
232 "    Można podać rozmiar (gdzie <nn> oznacza liczbę):\n"
233 "    <nn>              liczba kilobajtów\n"
234 "      np.: 1440       standardowa dyskietka 3.5\"\n"
235 "    <nn>K lub <nn>KB  liczba kilobajtów\n"
236 "    <nn>M lub <nn>MB  liczba megabajtów\n"
237 "    <nn>G lub <nn>GB  liczba gigabajtów\n"
238 "    <nn>sektory       liczba 512 bajtowych sektorów\n"
239
240 #: fish/fish.c:794
241 #, c-format
242 msgid ""
243 "echo - display a line of text\n"
244 "     echo [<params> ...]\n"
245 "\n"
246 "    This echos the parameters to the terminal.\n"
247 msgstr ""
248 "echo - wyświetla wiersz tekstu\n"
249 "     echo [<parametry> ...]\n"
250 "\n"
251 "    Wyświetla ostatnie parametry w terminalu.\n"
252
253 #: fish/fish.c:801
254 #, c-format
255 msgid ""
256 "edit - edit a file in the image\n"
257 "     edit <filename>\n"
258 "\n"
259 "    This is used to edit a file.\n"
260 "\n"
261 "    It is the equivalent of (and is implemented by)\n"
262 "    running \"cat\", editing locally, and then \"write-file\".\n"
263 "\n"
264 "    Normally it uses $EDITOR, but if you use the aliases\n"
265 "    \"vi\" or \"emacs\" you will get those editors.\n"
266 "\n"
267 "    NOTE: This will not work reliably for large files\n"
268 "    (> 2 MB) or binary files containing \\0 bytes.\n"
269 msgstr ""
270 "edit - modyfikuje plik w obrazie\n"
271 "     edit <nazwapliku>\n"
272 "\n"
273 "    Jest używane do modyfikowania pliku.\n"
274 "\n"
275 "    Jest odpowiednikiem (i jest implementowane przez)\n"
276 "    wykonania polecenia \"cat\", zmodyfikowania lokalnie, a\n"
277 "    następnie wykonania polecenia \"write-file\".\n"
278 "\n"
279 "    Normalnie używa zmiennej $EDITOR, ale jeśli zostanie użyty\n"
280 "    alias \"vi\" lub \"emacs\", uzyskane zostaną te edytory.\n"
281 "\n"
282 "    UWAGA: nie będzie działało poprawnie dla dużych plików\n"
283 "    (> 2 MB) lub plików binarnych zawierających \\0 bajtów.\n"
284
285 #: fish/fish.c:815
286 #, c-format
287 msgid ""
288 "lcd - local change directory\n"
289 "    lcd <directory>\n"
290 "\n"
291 "    Change guestfish's current directory. This command is\n"
292 "    useful if you want to download files to a particular\n"
293 "    place.\n"
294 msgstr ""
295 "lcd - zmienia lokalny folder\n"
296 "    lcd <folder>\n"
297 "\n"
298 "    Zmienia bieżący folder guestfish. Te polecenie jest\n"
299 "    przydatne, jeśli chcesz pobrać pliki do konkretnego\n"
300 "    miejsca.\n"
301
302 #: fish/fish.c:822
303 #, c-format
304 msgid ""
305 "glob - expand wildcards in command\n"
306 "    glob <command> [<args> ...]\n"
307 "\n"
308 "    Glob runs <command> with wildcards expanded in any\n"
309 "    command args.  Note that the command is run repeatedly\n"
310 "    once for each expanded argument.\n"
311 msgstr ""
312 "glob - rozwija wieloznaczniki w poleceniach\n"
313 "    glob <polecenie> [<parametry> ...]\n"
314 "\n"
315 "    Glob wykonuje <polecenie> z wieloznacznikami\n"
316 "    rozwiniętymi we wszystkie parametry polecenia.\n"
317 "    Zauważ, że polecenie jest wykonywane raz dla\n"
318 "    każdego rozwiniętego parametru.\n"
319
320 #: fish/fish.c:830
321 #, fuzzy, c-format
322 msgid ""
323 "more - view a file in the pager\n"
324 "     more <filename>\n"
325 "\n"
326 "    This is used to view a file in the pager.\n"
327 "\n"
328 "    It is the equivalent of (and is implemented by)\n"
329 "    running \"cat\" and using the pager.\n"
330 "\n"
331 "    Normally it uses $PAGER, but if you use the alias\n"
332 "    \"less\" then it always uses \"less\".\n"
333 "\n"
334 "    NOTE: This will not work reliably for large files\n"
335 "    (> 2 MB) or binary files containing \\0 bytes.\n"
336 msgstr ""
337 "edit - modyfikuje plik w obrazie\n"
338 "     edit <nazwapliku>\n"
339 "\n"
340 "    Jest używane do modyfikowania pliku.\n"
341 "\n"
342 "    Jest odpowiednikiem (i jest implementowane przez)\n"
343 "    wykonania polecenia \"cat\", zmodyfikowania lokalnie, a\n"
344 "    następnie wykonania polecenia \"write-file\".\n"
345 "\n"
346 "    Normalnie używa zmiennej $EDITOR, ale jeśli zostanie użyty\n"
347 "    alias \"vi\" lub \"emacs\", uzyskane zostaną te edytory.\n"
348 "\n"
349 "    UWAGA: nie będzie działało poprawnie dla dużych plików\n"
350 "    (> 2 MB) lub plików binarnych zawierających \\0 bajtów.\n"
351
352 #: fish/fish.c:844
353 #, c-format
354 msgid ""
355 "help - display a list of commands or help on a command\n"
356 "     help cmd\n"
357 "     help\n"
358 msgstr ""
359 "help - wyświetla listę poleceń lub pomoc polecenia\n"
360 "     help polecenie\n"
361 "     help\n"
362
363 #: fish/fish.c:850
364 #, c-format
365 msgid ""
366 "quit - quit guestfish\n"
367 "     quit\n"
368 msgstr ""
369 "quit - kończy pracę guestfish\n"
370 "     quit\n"
371
372 #: fish/fish.c:853
373 #, c-format
374 msgid ""
375 "time - measure time taken to run command\n"
376 "    time <command> [<args> ...]\n"
377 "\n"
378 "    This runs <command> as usual, and prints the elapsed\n"
379 "    time afterwards.\n"
380 msgstr ""
381
382 #: fish/fish.c:859
383 #, c-format
384 msgid "%s: command not known, use -h to list all commands\n"
385 msgstr ""
386 "%s: nieznane polecenie, użyj -h, aby wyświetlić listę wszystkich poleceń\n"
387
388 #: src/guestfs.c:308
389 #, c-format
390 msgid "guestfs_close: called twice on the same handle\n"
391 msgstr "guestfs_close: wywołano dwa razy w tym samym programie obsługującym\n"
392
393 #: src/guestfs.c:397
394 #, c-format
395 msgid "libguestfs: error: %s\n"
396 msgstr "libguestfs: błąd: %s\n"
397
398 #: src/guestfs.c:653
399 msgid "command line cannot be altered after qemu subprocess launched"
400 msgstr ""
401 "wiersz poleceń nie może zostać zmieniony po uruchomieniu podprocesu QEMU"
402
403 #: src/guestfs.c:667
404 msgid "guestfs_config: parameter must begin with '-' character"
405 msgstr "guestfs_config: parametr musi zaczynać się od znaku \"-\""
406
407 #: src/guestfs.c:681
408 #, c-format
409 msgid "guestfs_config: parameter '%s' isn't allowed"
410 msgstr "guestfs_config: parametr \"%s\" nie jest dozwolony"
411
412 #: src/guestfs.c:701 src/guestfs.c:723 src/guestfs.c:741
413 msgid "filename cannot contain ',' (comma) character"
414 msgstr "nazwa pliku nie może zawierać znaku \",\" (przecinka)"
415
416 #: src/guestfs.c:810
417 msgid "you must call guestfs_add_drive before guestfs_launch"
418 msgstr "należy wywołać guestfs_add_drive przed guestfs_launch"
419
420 #: src/guestfs.c:815
421 msgid "qemu has already been launched"
422 msgstr "QEMU zostało już uruchomione"
423
424 #: src/guestfs.c:823
425 #, c-format
426 msgid "%s: cannot create temporary directory"
427 msgstr "%s: nie można utworzyć folderu tymczasowego"
428
429 #: src/guestfs.c:913
430 #, c-format
431 msgid "cannot find %s or %s on LIBGUESTFS_PATH (current path = %s)"
432 msgstr "nie można znaleźć %s lub %s w LIBGUESTFS_PATH (bieżąca ścieżka = %s)"
433
434 #: src/guestfs.c:1120
435 msgid "failed to connect to vmchannel socket"
436 msgstr "połączenie się z gniazdem kanału maszyny wirtualnej nie powiodło się"
437
438 #: src/guestfs.c:1139
439 msgid "could not watch qemu stdout"
440 msgstr "nie można obserwować standardowego wyjścia QEMU"
441
442 #: src/guestfs.c:1207
443 #, c-format
444 msgid "external command failed: %s"
445 msgstr "zewnętrzne polecenie nie powiodło się: %s"
446
447 #: src/guestfs.c:1246
448 #, c-format
449 msgid ""
450 "%s: command failed: If qemu is located on a non-standard path, try setting "
451 "the LIBGUESTFS_QEMU environment variable."
452 msgstr ""
453
454 #: src/guestfs.c:1319
455 msgid "qemu has finished launching already"
456 msgstr "QEMU zakończyło już uruchamianie"
457
458 #: src/guestfs.c:1324
459 msgid "qemu has not been launched yet"
460 msgstr "QEMU nie zostało jeszcze uruchomione"
461
462 #: src/guestfs.c:1337
463 msgid "guestfs_wait_ready failed, see earlier error messages"
464 msgstr ""
465 "guestfs_wait_ready nie powiodło się, zobacz wcześniejsze komunikaty błędów"
466
467 #: src/guestfs.c:1347
468 msgid "qemu launched and contacted daemon, but state != READY"
469 msgstr ""
470 "QEMU zostało uruchomione i skontaktowano się z demonem, ale stan != GOTOWY"
471
472 #: src/guestfs.c:1358
473 msgid "no subprocess to kill"
474 msgstr "brak podprocesu do zniszczenia"
475
476 #: src/guestfs.c:1406
477 #, c-format
478 msgid "guestfs_set_ready: called when in state %d != BUSY"
479 msgstr "guestfs_set_ready: wywołano, kiedy w stanie %d != ZAJĘTY"
480
481 #: src/guestfs.c:1418
482 #, c-format
483 msgid "guestfs_set_busy: called when in state %d != READY"
484 msgstr "guestfs_set_busy: wywołano, kiedy w stanie %d != GOTOWY"
485
486 #: src/guestfs.c:1439
487 #, c-format
488 msgid "guestfs_end_busy: called when in state %d"
489 msgstr "guestfs_end_busy: wywołano, kiedy w stanie %d"
490
491 #: src/guestfs.c:1535
492 #, c-format
493 msgid "stdout_event: internal error: %d != %d"
494 msgstr "stdout_event: wewnętrzny błąd: %d != %d"
495
496 #: src/guestfs.c:1578
497 #, c-format
498 msgid "sock_read_event: internal error: %d != %d"
499 msgstr "sock_read_event: wewnętrzny błąd: %d != %d"
500
501 #: src/guestfs.c:1608
502 msgid "can't decode length word"
503 msgstr "nie można dekodować długości słowa"
504
505 #: src/guestfs.c:1618
506 #, c-format
507 msgid "received magic signature from guestfsd, but in state %d"
508 msgstr "otrzymano podpis magic z guestfsd, ale w stanie %d"
509
510 #: src/guestfs.c:1621
511 #, c-format
512 msgid "received magic signature from guestfsd, but msg size is %d"
513 msgstr "otrzymano podpis magic z guestfsd, ale rozmiar komunikatu to %d"
514
515 #: src/guestfs.c:1646
516 #, c-format
517 msgid "message length (%u) > maximum possible size (%d)"
518 msgstr "długość komunikatu (%u) > maksymalny możliwy rozmiar (%d)"
519
520 #: src/guestfs.c:1679
521 #, c-format
522 msgid "state %d != BUSY"
523 msgstr "stan %d != ZAJĘTY"
524
525 #: src/guestfs.c:1719
526 #, c-format
527 msgid "sock_write_event: internal error: %d != %d"
528 msgstr "sock_write_event: wewnętrzny błąd: %d != %d"
529
530 #: src/guestfs.c:1724
531 #, c-format
532 msgid "sock_write_event: state %d != BUSY"
533 msgstr "sock_write_event: stan %d != ZAJĘTY"
534
535 #: src/guestfs.c:1831 src/guestfs.c:1854
536 msgid "remove_handle failed"
537 msgstr "remove_handle nie powiodło się"
538
539 #: src/guestfs.c:1842 src/guestfs.c:1865
540 msgid "add_handle failed"
541 msgstr "add_handle nie powiodło się"
542
543 #: src/guestfs.c:1898
544 #, c-format
545 msgid "guestfs__send_sync: state %d != BUSY"
546 msgstr "guestfs__send_sync: stan %d != ZAJĘTY"
547
548 #: src/guestfs.c:1906 src/guestfs.c:2086
549 msgid "guestfs__send_sync: msg_out should be NULL"
550 msgstr "guestfs__send_sync: msg_out powinno być PUSTE"
551
552 #: src/guestfs.c:1928
553 msgid "xdr_guestfs_message_header failed"
554 msgstr "xdr_guestfs_message_header nie powiodło się"
555
556 #: src/guestfs.c:1937
557 msgid "dispatch failed to marshal args"
558 msgstr "rozdzielenie parametrów marszałka nie powiodło się"
559
560 #: src/guestfs.c:1963
561 msgid "send failed, see earlier error messages"
562 msgstr "wysłanie nie powiodło się, zobacz wcześniejsze komunikaty błędów"
563
564 #: src/guestfs.c:2078
565 #, c-format
566 msgid "send_file_chunk_sync: state %d != READY"
567 msgstr "send_file_chunk_sync: stan %d != GOTOWY"
568
569 #: src/guestfs.c:2109
570 #, c-format
571 msgid "xdr_guestfs_chunk failed (buf = %p, buflen = %zu)"
572 msgstr "xdr_guestfs_chunk nie powiodło się (bufor = %p, długość bufora = %zu)"
573
574 #: src/guestfs.c:2134
575 msgid "send file chunk failed, see earlier error messages"
576 msgstr ""
577 "wysłanie fragmentu pliku nie powiodło się, zobacz wcześniejsze komunikaty "
578 "błędów"
579
580 #: src/guestfs.c:2185
581 #, c-format
582 msgid "check_for_daemon_cancellation: read 0x%x from daemon, expected 0x%x\n"
583 msgstr ""
584 "check_for_daemon_cancellation: odczytano 0x%x z demona, oczekiwano 0x%x\n"
585
586 #: src/guestfs.c:2223
587 #, c-format
588 msgid "%s: error in chunked encoding"
589 msgstr "%s: błąd w kodowaniu fragmentu"
590
591 #: src/guestfs.c:2247
592 msgid "write to daemon socket"
593 msgstr "zapisz do gniazda demona"
594
595 #: src/guestfs.c:2294
596 msgid "failed to parse file chunk"
597 msgstr "przeanalizowanie fragmentu pliku nie powiodło się"
598
599 #: src/guestfs.c:2326
600 msgid "receive_file_data_sync: reply callback not called\n"
601 msgstr "receive_file_data_sync: nie wywołano odpowiedzi wywołania zwrotnego\n"
602
603 #: src/guestfs.c:2331
604 msgid "receive_file_data_sync: parse error in reply callback\n"
605 msgstr ""
606 "receive_file_data_sync: błąd analizy w odpowiedzi wywołania zwrotnego\n"
607
608 #: src/guestfs.c:2345
609 msgid "file receive cancelled by daemon"
610 msgstr "otrzymanie pliku zostało anulowane przez demona"
611
612 #: src/guestfs.c:2380 src/guestfs.c:2438
613 #, c-format
614 msgid "fd %d is out of range"
615 msgstr "fd %d jest spoza zakresu"
616
617 #: src/guestfs.c:2388
618 #, c-format
619 msgid "set of events (0x%x) contains unknown events"
620 msgstr "zestaw zdarzeń (0x%x) zawiera nieznane zdarzenia"
621
622 #: src/guestfs.c:2393
623 msgid "set of events is empty"
624 msgstr "zestaw zdarzeń jest pusty"
625
626 #: src/guestfs.c:2400
627 #, c-format
628 msgid "fd %d is already registered"
629 msgstr "fd %d jest już zarejestrowane"
630
631 #: src/guestfs.c:2405
632 msgid "callback is NULL"
633 msgstr "wywołanie zwrotne jest PUSTE"
634
635 #: src/guestfs.c:2445
636 #, c-format
637 msgid "fd %d was not registered"
638 msgstr "fd %d nie zostało zarejestrowane"
639
640 #: src/guestfs.c:2494
641 msgid "select_main_loop_run: this cannot be called recursively"
642 msgstr "select_main_loop_run: nie może zostać wywołane rekursywnie"