Updated PO files.
[libguestfs.git] / po / libguestfs.pot
1 # SOME DESCRIPTIVE TITLE.
2 # Copyright (C) YEAR Red Hat Inc.
3 # This file is distributed under the same license as the PACKAGE package.
4 # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5 #
6 #, fuzzy
7 msgid ""
8 msgstr ""
9 "Project-Id-Version: PACKAGE VERSION\n"
10 "Report-Msgid-Bugs-To: https://bugzilla.redhat.com/enter_bug.cgi?"
11 "component=libguestfs&product=Virtualization+Tools\n"
12 "POT-Creation-Date: 2009-07-29 13:38+0100\n"
13 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
14 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
15 "Language-Team: LANGUAGE <LL@li.org>\n"
16 "MIME-Version: 1.0\n"
17 "Content-Type: text/plain; charset=CHARSET\n"
18 "Content-Transfer-Encoding: 8bit\n"
19
20 #: cat/virt-cat.pl:130
21 msgid "virt-cat: no image, VM names or filenames to cat given"
22 msgstr ""
23
24 #: cat/virt-cat.pl:156 v2v/virt-v2v.pl:208
25 msgid "no root device found in this operating system image"
26 msgstr ""
27
28 #: cat/virt-cat.pl:157
29 msgid "multiboot operating systems are not supported by virt-cat"
30 msgstr ""
31
32 #: df/virt-df.pl:258
33 msgid "Virtual Machine"
34 msgstr ""
35
36 #: df/virt-df.pl:258
37 msgid "Filesystem"
38 msgstr ""
39
40 #: df/virt-df.pl:261
41 msgid "1K-blocks"
42 msgstr ""
43
44 #: df/virt-df.pl:263
45 msgid "Size"
46 msgstr ""
47
48 #: df/virt-df.pl:265
49 msgid "Used"
50 msgstr ""
51
52 #: df/virt-df.pl:266
53 msgid "Available"
54 msgstr ""
55
56 #: df/virt-df.pl:267
57 msgid "Use%"
58 msgstr ""
59
60 #: df/virt-df.pl:269
61 msgid "Inodes"
62 msgstr ""
63
64 #: df/virt-df.pl:270
65 msgid "IUsed"
66 msgstr ""
67
68 #: df/virt-df.pl:271
69 msgid "IFree"
70 msgstr ""
71
72 #: df/virt-df.pl:272
73 msgid "IUse%"
74 msgstr ""
75
76 #: fish/alloc.c:39
77 #, c-format
78 msgid "use 'alloc file size' to create an image\n"
79 msgstr ""
80
81 #: fish/alloc.c:47
82 #, c-format
83 msgid "can't allocate or add disks after launching\n"
84 msgstr ""
85
86 #: fish/alloc.c:94 fish/alloc.c:101
87 #, c-format
88 msgid "could not parse size specification '%s'\n"
89 msgstr ""
90
91 #: fish/edit.c:86
92 #, c-format
93 msgid "use '%s filename' to edit a file\n"
94 msgstr ""
95
96 #: fish/fish.c:94
97 #, c-format
98 msgid ""
99 "guestfish: guest filesystem shell\n"
100 "guestfish lets you edit virtual machine filesystems\n"
101 "Copyright (C) 2009 Red Hat Inc.\n"
102 "Usage:\n"
103 "  guestfish [--options] cmd [: cmd : cmd ...]\n"
104 "  guestfish -i libvirt-domain\n"
105 "  guestfish -i disk-image(s)\n"
106 "or for interactive use:\n"
107 "  guestfish\n"
108 "or from a shell script:\n"
109 "  guestfish <<EOF\n"
110 "  cmd\n"
111 "  ...\n"
112 "  EOF\n"
113 "Options:\n"
114 "  -h|--cmd-help        List available commands\n"
115 "  -h|--cmd-help cmd    Display detailed help on 'cmd'\n"
116 "  -a|--add image       Add image\n"
117 "  -D|--no-dest-paths   Don't tab-complete paths from guest fs\n"
118 "  -f|--file file       Read commands from file\n"
119 "  -i|--inspector       Run virt-inspector to get disk mountpoints\n"
120 "  --listen             Listen for remote commands\n"
121 "  -m|--mount dev[:mnt] Mount dev on mnt (if omitted, /)\n"
122 "  -n|--no-sync         Don't autosync\n"
123 "  --remote[=pid]       Send commands to remote guestfish\n"
124 "  -r|--ro              Mount read-only\n"
125 "  -v|--verbose         Verbose messages\n"
126 "  -x                   Echo each command before executing it\n"
127 "  -V|--version         Display version and exit\n"
128 "For more information,  see the manpage guestfish(1).\n"
129 msgstr ""
130
131 #: fish/fish.c:168
132 #, c-format
133 msgid "guestfs_create: failed to create handle\n"
134 msgstr ""
135
136 #: fish/fish.c:198
137 #, c-format
138 msgid "guestfish: --listen=PID: PID was not a number: %s\n"
139 msgstr ""
140
141 #: fish/fish.c:204
142 #, c-format
143 msgid ""
144 "guestfish: remote: $GUESTFISH_PID must be set to the PID of the remote "
145 "process\n"
146 msgstr ""
147
148 #: fish/fish.c:209
149 #, c-format
150 msgid "guestfish: unknown long option: %s (%d)\n"
151 msgstr ""
152
153 #: fish/fish.c:236
154 #, c-format
155 msgid "guestfish: only one -f parameter can be given\n"
156 msgstr ""
157
158 #: fish/fish.c:298
159 #, c-format
160 msgid "guestfish: unexpected command line option 0x%x\n"
161 msgstr ""
162
163 #: fish/fish.c:310
164 #, c-format
165 msgid "guestfish: cannot use -i option with -a, -m, --listen or --remote\n"
166 msgstr ""
167
168 #: fish/fish.c:314
169 #, c-format
170 msgid "guestfish -i requires a libvirt domain or path(s) to disk image(s)\n"
171 msgstr ""
172
173 #: fish/fish.c:322
174 #, c-format
175 msgid "guestfish: virt-inspector command too long for fixed-size buffer\n"
176 msgstr ""
177
178 #: fish/fish.c:366
179 #, c-format
180 msgid "guestfish: cannot use --listen and --remote options at the same time\n"
181 msgstr ""
182
183 #: fish/fish.c:372
184 #, c-format
185 msgid "guestfish: extra parameters on the command line with --listen flag\n"
186 msgstr ""
187
188 #: fish/fish.c:376
189 #, c-format
190 msgid "guestfish: cannot use --listen and --file options at the same time\n"
191 msgstr ""
192
193 #: fish/fish.c:522
194 #, c-format
195 msgid ""
196 "\n"
197 "Welcome to guestfish, the libguestfs filesystem interactive shell for\n"
198 "editing virtual machine filesystems.\n"
199 "\n"
200 "Type: 'help' for help with commands\n"
201 "      'quit' to quit the shell\n"
202 "\n"
203 msgstr ""
204
205 #: fish/fish.c:602
206 #, c-format
207 msgid "guestfish: unterminated double quote\n"
208 msgstr ""
209
210 #: fish/fish.c:607 fish/fish.c:622
211 #, c-format
212 msgid "guestfish: command arguments not separated by whitespace\n"
213 msgstr ""
214
215 #: fish/fish.c:617
216 #, c-format
217 msgid "guestfish: unterminated single quote\n"
218 msgstr ""
219
220 #: fish/fish.c:667
221 #, c-format
222 msgid "guestfish: internal error parsing string at '%s'\n"
223 msgstr ""
224
225 #: fish/fish.c:684
226 #, c-format
227 msgid "guestfish: too many arguments\n"
228 msgstr ""
229
230 #: fish/fish.c:713
231 #, c-format
232 msgid "guestfish: empty command on command line\n"
233 msgstr ""
234
235 #: fish/fish.c:840
236 msgid "display a list of commands or help on a command"
237 msgstr ""
238
239 #: fish/fish.c:842
240 msgid "quit guestfish"
241 msgstr ""
242
243 #: fish/fish.c:845
244 msgid "allocate an image"
245 msgstr ""
246
247 #: fish/fish.c:847
248 msgid "display a line of text"
249 msgstr ""
250
251 #: fish/fish.c:849
252 msgid "edit a file in the image"
253 msgstr ""
254
255 #: fish/fish.c:851
256 msgid "local change directory"
257 msgstr ""
258
259 #: fish/fish.c:853
260 msgid "expand wildcards in command"
261 msgstr ""
262
263 #: fish/fish.c:855
264 msgid "view a file in the pager"
265 msgstr ""
266
267 #: fish/fish.c:857
268 msgid "close and reopen libguestfs handle"
269 msgstr ""
270
271 #: fish/fish.c:859
272 msgid "measure time taken to run command"
273 msgstr ""
274
275 #: fish/fish.c:871
276 #, c-format
277 msgid ""
278 "alloc - allocate an image\n"
279 "     alloc <filename> <size>\n"
280 "\n"
281 "    This creates an empty (zeroed) file of the given size,\n"
282 "    and then adds so it can be further examined.\n"
283 "\n"
284 "    For more advanced image creation, see qemu-img utility.\n"
285 "\n"
286 "    Size can be specified (where <nn> means a number):\n"
287 "    <nn>             number of kilobytes\n"
288 "      eg: 1440       standard 3.5\" floppy\n"
289 "    <nn>K or <nn>KB  number of kilobytes\n"
290 "    <nn>M or <nn>MB  number of megabytes\n"
291 "    <nn>G or <nn>GB  number of gigabytes\n"
292 "    <nn>sects        number of 512 byte sectors\n"
293 msgstr ""
294
295 #: fish/fish.c:887
296 #, c-format
297 msgid ""
298 "echo - display a line of text\n"
299 "     echo [<params> ...]\n"
300 "\n"
301 "    This echos the parameters to the terminal.\n"
302 msgstr ""
303
304 #: fish/fish.c:894
305 #, c-format
306 msgid ""
307 "edit - edit a file in the image\n"
308 "     edit <filename>\n"
309 "\n"
310 "    This is used to edit a file.\n"
311 "\n"
312 "    It is the equivalent of (and is implemented by)\n"
313 "    running \"cat\", editing locally, and then \"write-file\".\n"
314 "\n"
315 "    Normally it uses $EDITOR, but if you use the aliases\n"
316 "    \"vi\" or \"emacs\" you will get those editors.\n"
317 "\n"
318 "    NOTE: This will not work reliably for large files\n"
319 "    (> 2 MB) or binary files containing \\0 bytes.\n"
320 msgstr ""
321
322 #: fish/fish.c:908
323 #, c-format
324 msgid ""
325 "lcd - local change directory\n"
326 "    lcd <directory>\n"
327 "\n"
328 "    Change guestfish's current directory. This command is\n"
329 "    useful if you want to download files to a particular\n"
330 "    place.\n"
331 msgstr ""
332
333 #: fish/fish.c:915
334 #, c-format
335 msgid ""
336 "glob - expand wildcards in command\n"
337 "    glob <command> [<args> ...]\n"
338 "\n"
339 "    Glob runs <command> with wildcards expanded in any\n"
340 "    command args.  Note that the command is run repeatedly\n"
341 "    once for each expanded argument.\n"
342 msgstr ""
343
344 #: fish/fish.c:922
345 #, c-format
346 msgid ""
347 "help - display a list of commands or help on a command\n"
348 "     help cmd\n"
349 "     help\n"
350 msgstr ""
351
352 #: fish/fish.c:927
353 #, c-format
354 msgid ""
355 "more - view a file in the pager\n"
356 "     more <filename>\n"
357 "\n"
358 "    This is used to view a file in the pager.\n"
359 "\n"
360 "    It is the equivalent of (and is implemented by)\n"
361 "    running \"cat\" and using the pager.\n"
362 "\n"
363 "    Normally it uses $PAGER, but if you use the alias\n"
364 "    \"less\" then it always uses \"less\".\n"
365 "\n"
366 "    NOTE: This will not work reliably for large files\n"
367 "    (> 2 MB) or binary files containing \\0 bytes.\n"
368 msgstr ""
369
370 #: fish/fish.c:943
371 #, c-format
372 msgid ""
373 "quit - quit guestfish\n"
374 "     quit\n"
375 msgstr ""
376
377 #: fish/fish.c:946
378 #, c-format
379 msgid ""
380 "reopen - close and reopen the libguestfs handle\n"
381 "     reopen\n"
382 "\n"
383 "Close and reopen the libguestfs handle.  It is not necessary to use\n"
384 "this normally, because the handle is closed properly when guestfish\n"
385 "exits.  However this is occasionally useful for testing.\n"
386 msgstr ""
387
388 #: fish/fish.c:953
389 #, c-format
390 msgid ""
391 "time - measure time taken to run command\n"
392 "    time <command> [<args> ...]\n"
393 "\n"
394 "    This runs <command> as usual, and prints the elapsed\n"
395 "    time afterwards.\n"
396 msgstr ""
397
398 #: fish/fish.c:959
399 #, c-format
400 msgid "%s: command not known, use -h to list all commands\n"
401 msgstr ""
402
403 #: fish/glob.c:52
404 #, c-format
405 msgid "use 'glob command [args...]'\n"
406 msgstr ""
407
408 #: fish/glob.c:72
409 #, c-format
410 msgid "glob: guestfs_glob_expand call failed: %s\n"
411 msgstr ""
412
413 #: fish/lcd.c:34
414 #, c-format
415 msgid "use 'lcd directory' to change local directory\n"
416 msgstr ""
417
418 #: fish/more.c:40
419 #, c-format
420 msgid "use '%s filename' to page a file\n"
421 msgstr ""
422
423 #: fish/rc.c:134
424 #, c-format
425 msgid "guestfish: protocol error: could not read 'hello' message\n"
426 msgstr ""
427
428 #: fish/rc.c:139
429 #, c-format
430 msgid ""
431 "guestfish: protocol error: version mismatch, server version '%s' does not "
432 "match client version '%s'.  The two versions must match exactly.\n"
433 msgstr ""
434
435 #: fish/rc.c:213 fish/rc.c:227
436 #, c-format
437 msgid "guestfish: remote: looks like the server is not running\n"
438 msgstr ""
439
440 #: fish/rc.c:237 fish/rc.c:251
441 #, c-format
442 msgid "guestfish: protocol error: could not send initial greeting to server\n"
443 msgstr ""
444
445 #: fish/rc.c:262
446 #, c-format
447 msgid "guestfish: protocol error: could not decode reply from server\n"
448 msgstr ""
449
450 #: fish/reopen.c:36
451 #, c-format
452 msgid "'reopen' command takes no parameters\n"
453 msgstr ""
454
455 #: fish/reopen.c:46
456 #, c-format
457 msgid "reopen: guestfs_create: failed to create handle\n"
458 msgstr ""
459
460 #: fish/time.c:35
461 #, c-format
462 msgid "use 'time command [args...]'\n"
463 msgstr ""
464
465 #: inspector/virt-inspector.pl:205
466 msgid "virt-inspector: no image or VM names given"
467 msgstr ""
468
469 #: inspector/virt-inspector.pl:302
470 msgid "--fish output is only possible with a single OS\n"
471 msgstr ""
472
473 #: inspector/virt-inspector.pl:328
474 msgid "virt-inspector: no YAML support\n"
475 msgstr ""
476
477 #: inspector/virt-inspector.pl:366
478 msgid "  Mountpoints:\n"
479 msgstr ""
480
481 #: inspector/virt-inspector.pl:372
482 msgid "  Filesystems:\n"
483 msgstr ""
484
485 #: inspector/virt-inspector.pl:390
486 msgid "  Modprobe aliases:\n"
487 msgstr ""
488
489 #: inspector/virt-inspector.pl:401
490 msgid "  Initrd modules:\n"
491 msgstr ""
492
493 #: inspector/virt-inspector.pl:410
494 msgid "  Applications:\n"
495 msgstr ""
496
497 #: inspector/virt-inspector.pl:416
498 msgid "  Kernels:\n"
499 msgstr ""
500
501 #: inspector/virt-inspector.pl:427
502 msgid "  Windows Registry entries:\n"
503 msgstr ""
504
505 #: perl/lib/Sys/Guestfs/Lib.pm:135
506 msgid "open_guest: first parameter must be a string or an arrayref"
507 msgstr ""
508
509 #: perl/lib/Sys/Guestfs/Lib.pm:142
510 #, perl-brace-format
511 msgid "guest image {imagename} does not exist or is not readable"
512 msgstr ""
513
514 #: perl/lib/Sys/Guestfs/Lib.pm:147
515 msgid ""
516 "open_guest: no libvirt support (install Sys::Virt, XML::XPath and XML::"
517 "XPath::XMLParser)"
518 msgstr ""
519
520 #: perl/lib/Sys/Guestfs/Lib.pm:152
521 msgid "open_guest: too many domains listed on command line"
522 msgstr ""
523
524 #: perl/lib/Sys/Guestfs/Lib.pm:156
525 msgid "open_guest: cannot connect to libvirt"
526 msgstr ""
527
528 #: perl/lib/Sys/Guestfs/Lib.pm:175
529 #, perl-brace-format
530 msgid "{imagename} is not the name of an inactive libvirt domain\n"
531 msgstr ""
532
533 #: perl/lib/Sys/Guestfs/Lib.pm:178
534 #, perl-brace-format
535 msgid "{imagename} is not the name of a libvirt domain\n"
536 msgstr ""
537
538 #: perl/lib/Sys/Guestfs/Lib.pm:190
539 #, perl-brace-format
540 msgid "{imagename} seems to have no disk devices\n"
541 msgstr ""
542
543 #: perl/lib/Sys/Guestfs/Lib.pm:274
544 msgid "resolve_windows_path: path must start with a / character"
545 msgstr ""
546
547 #: perl/lib/Sys/Guestfs/Lib.pm:395
548 #, perl-brace-format
549 msgid "returning non-canonical architecture type '{arch}'"
550 msgstr ""
551
552 #: perl/lib/Sys/Guestfs/Lib.pm:438
553 #, perl-brace-format
554 msgid "cpio command failed: {error}"
555 msgstr ""
556
557 #: perl/lib/Sys/Guestfs/Lib.pm:452
558 #, perl-brace-format
559 msgid "file_architecture: no known binaries found in initrd image: {path}"
560 msgstr ""
561
562 #: perl/lib/Sys/Guestfs/Lib.pm:456
563 #, perl-brace-format
564 msgid "file_architecture: unknown architecture: {path}"
565 msgstr ""
566
567 #: perl/lib/Sys/Guestfs/Lib.pm:1007
568 #, perl-brace-format
569 msgid "reged command failed: {errormsg}"
570 msgstr ""
571
572 #: perl/lib/Sys/Guestfs/Lib.pm:1016
573 #, perl-brace-format
574 msgid "no output from reged command: {errormsg}"
575 msgstr ""
576
577 #: perl/lib/Sys/Guestfs/Lib.pm:1202
578 #, perl-brace-format
579 msgid "unknown filesystem label {label}\n"
580 msgstr ""
581
582 #: perl/lib/Sys/Guestfs/Lib.pm:1212
583 #, perl-brace-format
584 msgid "unknown filesystem UUID {uuid}\n"
585 msgstr ""
586
587 #: perl/lib/Sys/Guestfs/Lib.pm:1235
588 #, perl-brace-format
589 msgid "unknown filesystem {fs}\n"
590 msgstr ""
591
592 #: perl/lib/Sys/Guestfs/Lib.pm:1488
593 #, perl-brace-format
594 msgid "{path} doesn't match augeas pattern"
595 msgstr ""
596
597 #: perl/lib/Sys/Guestfs/Lib.pm:1538
598 #, perl-brace-format
599 msgid "{filename}: could not read initrd format"
600 msgstr ""
601
602 #: src/guestfs.c:309
603 #, c-format
604 msgid "guestfs_close: called twice on the same handle\n"
605 msgstr ""
606
607 #: src/guestfs.c:417
608 #, c-format
609 msgid "libguestfs: error: %s\n"
610 msgstr ""
611
612 #: src/guestfs.c:733
613 msgid "command line cannot be altered after qemu subprocess launched"
614 msgstr ""
615
616 #: src/guestfs.c:747
617 msgid "guestfs_config: parameter must begin with '-' character"
618 msgstr ""
619
620 #: src/guestfs.c:761
621 #, c-format
622 msgid "guestfs_config: parameter '%s' isn't allowed"
623 msgstr ""
624
625 #: src/guestfs.c:781 src/guestfs.c:803 src/guestfs.c:821
626 msgid "filename cannot contain ',' (comma) character"
627 msgstr ""
628
629 #: src/guestfs.c:900
630 msgid "you must call guestfs_add_drive before guestfs_launch"
631 msgstr ""
632
633 #: src/guestfs.c:905
634 msgid "qemu has already been launched"
635 msgstr ""
636
637 #: src/guestfs.c:913
638 #, c-format
639 msgid "%s: cannot create temporary directory"
640 msgstr ""
641
642 #: src/guestfs.c:1003
643 #, c-format
644 msgid "cannot find %s or %s on LIBGUESTFS_PATH (current path = %s)"
645 msgstr ""
646
647 #: src/guestfs.c:1241
648 msgid "failed to connect to vmchannel socket"
649 msgstr ""
650
651 #: src/guestfs.c:1260
652 msgid "could not watch qemu stdout"
653 msgstr ""
654
655 #: src/guestfs.c:1328
656 #, c-format
657 msgid "external command failed: %s"
658 msgstr ""
659
660 #: src/guestfs.c:1367
661 #, c-format
662 msgid ""
663 "%s: command failed: If qemu is located on a non-standard path, try setting "
664 "the LIBGUESTFS_QEMU environment variable."
665 msgstr ""
666
667 #: src/guestfs.c:1440
668 msgid "qemu has finished launching already"
669 msgstr ""
670
671 #: src/guestfs.c:1445
672 msgid "qemu has not been launched yet"
673 msgstr ""
674
675 #: src/guestfs.c:1458
676 msgid "guestfs_wait_ready failed, see earlier error messages"
677 msgstr ""
678
679 #: src/guestfs.c:1468
680 msgid "qemu launched and contacted daemon, but state != READY"
681 msgstr ""
682
683 #: src/guestfs.c:1479
684 msgid "no subprocess to kill"
685 msgstr ""
686
687 #: src/guestfs.c:1527
688 #, c-format
689 msgid "guestfs_set_ready: called when in state %d != BUSY"
690 msgstr ""
691
692 #: src/guestfs.c:1539
693 #, c-format
694 msgid "guestfs_set_busy: called when in state %d != READY"
695 msgstr ""
696
697 #: src/guestfs.c:1560
698 #, c-format
699 msgid "guestfs_end_busy: called when in state %d"
700 msgstr ""
701
702 #: src/guestfs.c:1618
703 #, c-format
704 msgid "stdout_event: internal error: %d != %d"
705 msgstr ""
706
707 #: src/guestfs.c:1661
708 #, c-format
709 msgid "sock_read_event: internal error: %d != %d"
710 msgstr ""
711
712 #: src/guestfs.c:1691
713 msgid "can't decode length word"
714 msgstr ""
715
716 #: src/guestfs.c:1701
717 #, c-format
718 msgid "received magic signature from guestfsd, but in state %d"
719 msgstr ""
720
721 #: src/guestfs.c:1704
722 #, c-format
723 msgid "received magic signature from guestfsd, but msg size is %d"
724 msgstr ""
725
726 #: src/guestfs.c:1729
727 #, c-format
728 msgid "message length (%u) > maximum possible size (%d)"
729 msgstr ""
730
731 #: src/guestfs.c:1762
732 #, c-format
733 msgid "state %d != BUSY"
734 msgstr ""
735
736 #: src/guestfs.c:1802
737 #, c-format
738 msgid "sock_write_event: internal error: %d != %d"
739 msgstr ""
740
741 #: src/guestfs.c:1807
742 #, c-format
743 msgid "sock_write_event: state %d != BUSY"
744 msgstr ""
745
746 #: src/guestfs.c:1914 src/guestfs.c:1937
747 msgid "remove_handle failed"
748 msgstr ""
749
750 #: src/guestfs.c:1925 src/guestfs.c:1948
751 msgid "add_handle failed"
752 msgstr ""
753
754 #: src/guestfs.c:1981
755 #, c-format
756 msgid "guestfs__send_sync: state %d != BUSY"
757 msgstr ""
758
759 #: src/guestfs.c:1989 src/guestfs.c:2169
760 msgid "guestfs__send_sync: msg_out should be NULL"
761 msgstr ""
762
763 #: src/guestfs.c:2011
764 msgid "xdr_guestfs_message_header failed"
765 msgstr ""
766
767 #: src/guestfs.c:2020
768 msgid "dispatch failed to marshal args"
769 msgstr ""
770
771 #: src/guestfs.c:2046
772 msgid "send failed, see earlier error messages"
773 msgstr ""
774
775 #: src/guestfs.c:2161
776 #, c-format
777 msgid "send_file_chunk_sync: state %d != READY"
778 msgstr ""
779
780 #: src/guestfs.c:2192
781 #, c-format
782 msgid "xdr_guestfs_chunk failed (buf = %p, buflen = %zu)"
783 msgstr ""
784
785 #: src/guestfs.c:2217
786 msgid "send file chunk failed, see earlier error messages"
787 msgstr ""
788
789 #: src/guestfs.c:2268
790 #, c-format
791 msgid "check_for_daemon_cancellation: read 0x%x from daemon, expected 0x%x\n"
792 msgstr ""
793
794 #: src/guestfs.c:2306
795 #, c-format
796 msgid "%s: error in chunked encoding"
797 msgstr ""
798
799 #: src/guestfs.c:2334
800 msgid "write to daemon socket"
801 msgstr ""
802
803 #: src/guestfs.c:2381
804 msgid "failed to parse file chunk"
805 msgstr ""
806
807 #: src/guestfs.c:2413
808 msgid "receive_file_data_sync: reply callback not called\n"
809 msgstr ""
810
811 #: src/guestfs.c:2418
812 msgid "receive_file_data_sync: parse error in reply callback\n"
813 msgstr ""
814
815 #: src/guestfs.c:2432
816 msgid "file receive cancelled by daemon"
817 msgstr ""
818
819 #: src/guestfs.c:2467 src/guestfs.c:2525
820 #, c-format
821 msgid "fd %d is out of range"
822 msgstr ""
823
824 #: src/guestfs.c:2475
825 #, c-format
826 msgid "set of events (0x%x) contains unknown events"
827 msgstr ""
828
829 #: src/guestfs.c:2480
830 msgid "set of events is empty"
831 msgstr ""
832
833 #: src/guestfs.c:2487
834 #, c-format
835 msgid "fd %d is already registered"
836 msgstr ""
837
838 #: src/guestfs.c:2492
839 msgid "callback is NULL"
840 msgstr ""
841
842 #: src/guestfs.c:2532
843 #, c-format
844 msgid "fd %d was not registered"
845 msgstr ""
846
847 #: src/guestfs.c:2581
848 msgid "select_main_loop_run: this cannot be called recursively"
849 msgstr ""
850
851 #: test-tool/test-tool.c:59
852 #, c-format
853 msgid ""
854 "libguestfs-test-tool: interactive test tool\n"
855 "Copyright (C) 2009 Red Hat Inc.\n"
856 "Usage:\n"
857 "  libguestfs-test-tool [--options]\n"
858 "Options:\n"
859 "  --help         Display usage\n"
860 "  --helper libguestfs-test-tool-helper\n"
861 "                 Helper program (default: %s)\n"
862 "  --qemudir dir  Specify QEMU source directory\n"
863 "  --qemu qemu    Specify QEMU binary\n"
864 "  --timeout n\n"
865 "  -t n           Set launch timeout (default: %d seconds)\n"
866 msgstr ""
867
868 #: test-tool/test-tool.c:111
869 #, c-format
870 msgid "libguestfs-test-tool: unknown long option: %s (%d)\n"
871 msgstr ""
872
873 #: test-tool/test-tool.c:120
874 #, c-format
875 msgid "libguestfs-test-tool: invalid timeout: %s\n"
876 msgstr ""
877
878 #: test-tool/test-tool.c:132
879 #, c-format
880 msgid "libguestfs-test-tool: unexpected command line option 0x%x\n"
881 msgstr ""
882
883 #: test-tool/test-tool.c:155
884 #, c-format
885 msgid "libguestfs-test-tool: failed to create libguestfs handle\n"
886 msgstr ""
887
888 #: test-tool/test-tool.c:160 test-tool/test-tool.c:166
889 #, c-format
890 msgid "libguestfs-test-tool: failed to add drive '%s'\n"
891 msgstr ""
892
893 #: test-tool/test-tool.c:174
894 #, c-format
895 msgid "libguestfs-test-tool: guestfs_version failed\n"
896 msgstr ""
897
898 #: test-tool/test-tool.c:191
899 #, c-format
900 msgid "libguestfs-test-tool: failed to launch appliance\n"
901 msgstr ""
902
903 #: test-tool/test-tool.c:202
904 #, c-format
905 msgid "libguestfs-test-tool: failed or timed out in 'wait_ready'\n"
906 msgstr ""
907
908 #: test-tool/test-tool.c:214
909 #, c-format
910 msgid "libguestfs-test-tool: failed to run sfdisk\n"
911 msgstr ""
912
913 #: test-tool/test-tool.c:220
914 #, c-format
915 msgid "libguestfs-test-tool: failed to mkfs.ext2\n"
916 msgstr ""
917
918 #: test-tool/test-tool.c:226
919 #, c-format
920 msgid "libguestfs-test-tool: failed to mount /dev/sda1 on /\n"
921 msgstr ""
922
923 #: test-tool/test-tool.c:232
924 #, c-format
925 msgid "libguestfs-test-tool: failed to mkdir /iso\n"
926 msgstr ""
927
928 #: test-tool/test-tool.c:238
929 #, c-format
930 msgid "libguestfs-test-tool: failed to mount /dev/sdb on /iso\n"
931 msgstr ""
932
933 #: test-tool/test-tool.c:246
934 #, c-format
935 msgid "libguestfs-test-tool: could not run helper program, or helper failed\n"
936 msgstr ""
937
938 #: test-tool/test-tool.c:277
939 #, c-format
940 msgid ""
941 "LIBGUESTFS_QEMU environment variable is already set, so\n"
942 "--qemu/--qemudir options cannot be used.\n"
943 msgstr ""
944
945 #: test-tool/test-tool.c:285
946 #, c-format
947 msgid "Binary '%s' does not exist or is not executable\n"
948 msgstr ""
949
950 #: test-tool/test-tool.c:299
951 #, c-format
952 msgid "%s: does not look like a qemu source directory\n"
953 msgstr ""
954
955 #: test-tool/test-tool.c:348
956 #, c-format
957 msgid ""
958 "Test tool helper program 'libguestfs-test-tool-helper' is not\n"
959 "available.  Expected to find it in '%s'\n"
960 "\n"
961 "Use the --helper option to specify the location of this program.\n"
962 msgstr ""
963
964 #: test-tool/test-tool.c:364
965 #, c-format
966 msgid "command failed: %s"
967 msgstr ""
968
969 #: test-tool/test-tool.c:372
970 #, c-format
971 msgid ""
972 "Test tool helper program %s\n"
973 "is not statically linked.  This is a build error when this test tool\n"
974 "was built.\n"
975 msgstr ""
976
977 #: test-tool/test-tool.c:406
978 #, c-format
979 msgid "mkisofs command failed: %s\n"
980 msgstr ""
981
982 #: v2v/virt-v2v.pl:174
983 msgid "virt-v2v: no image or VM names given"
984 msgstr ""
985
986 #: v2v/virt-v2v.pl:209
987 msgid "multiboot operating systems are not supported by v2v"
988 msgstr ""