Version 1.10.12.
[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: libguestfs 1.10.12\n"
10 "Report-Msgid-Bugs-To: https://bugzilla.redhat.com/enter_bug.cgi?"
11 "component=libguestfs&product=Virtualization+Tools\n"
12 "POT-Creation-Date: 2011-12-22 20:22+0000\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 "Language: \n"
17 "MIME-Version: 1.0\n"
18 "Content-Type: text/plain; charset=CHARSET\n"
19 "Content-Transfer-Encoding: 8bit\n"
20
21 #: cat/virt-cat.c:57 cat/virt-filesystems.c:99 cat/virt-ls.c:62 df/main.c:70
22 #: fish/fish.c:97 fuse/guestmount.c:908 inspector/virt-inspector.c:72
23 #: rescue/virt-rescue.c:60
24 #, c-format
25 msgid "Try `%s --help' for more information.\n"
26 msgstr ""
27
28 #: cat/virt-cat.c:61
29 #, c-format
30 msgid ""
31 "%s: display files in a virtual machine\n"
32 "Copyright (C) 2010 Red Hat Inc.\n"
33 "Usage:\n"
34 "  %s [--options] -d domname file [file ...]\n"
35 "  %s [--options] -a disk.img [-a disk.img ...] file [file ...]\n"
36 "Options:\n"
37 "  -a|--add image       Add image\n"
38 "  -c|--connect uri     Specify libvirt URI for -d option\n"
39 "  -d|--domain guest    Add disks from libvirt guest\n"
40 "  --echo-keys          Don't turn off echo for passphrases\n"
41 "  --format[=raw|..]    Force disk format for -a option\n"
42 "  --help               Display brief help\n"
43 "  --keys-from-stdin    Read passphrases from stdin\n"
44 "  -v|--verbose         Verbose messages\n"
45 "  -V|--version         Display version and exit\n"
46 "  -x                   Trace libguestfs API calls\n"
47 "For more information, see the manpage %s(1).\n"
48 msgstr ""
49
50 #: cat/virt-cat.c:117 cat/virt-filesystems.c:202 cat/virt-ls.c:130
51 #: df/domains.c:428 df/main.c:136 fish/fish.c:220 fuse/guestmount.c:1024
52 #: inspector/virt-inspector.c:132 rescue/virt-rescue.c:134
53 #, c-format
54 msgid "guestfs_create: failed to create handle\n"
55 msgstr ""
56
57 #: cat/virt-cat.c:139 cat/virt-filesystems.c:256 cat/virt-ls.c:152
58 #: df/main.c:160 fish/fish.c:277 fuse/guestmount.c:1061
59 #: inspector/virt-inspector.c:154 rescue/virt-rescue.c:158
60 #, c-format
61 msgid "%s: unknown long option: %s (%d)\n"
62 msgstr ""
63
64 #: cat/virt-filesystems.c:103
65 #, c-format
66 msgid ""
67 "%s: list filesystems, partitions, block devices, LVM in a VM\n"
68 "Copyright (C) 2010 Red Hat Inc.\n"
69 "Usage:\n"
70 "  %s [--options] -d domname\n"
71 "  %s [--options] -a disk.img [-a disk.img ...]\n"
72 "Options:\n"
73 "  -a|--add image       Add image\n"
74 "  --all                Display everything\n"
75 "  --blkdevs|--block-devices\n"
76 "                       Display block devices\n"
77 "  -c|--connect uri     Specify libvirt URI for -d option\n"
78 "  --csv                Output as Comma-Separated Values\n"
79 "  -d|--domain guest    Add disks from libvirt guest\n"
80 "  --echo-keys          Don't turn off echo for passphrases\n"
81 "  --extra              Display swap and data filesystems\n"
82 "  --filesystems        Display mountable filesystems\n"
83 "  --format[=raw|..]    Force disk format for -a option\n"
84 "  -h|--human-readable  Human-readable sizes in --long output\n"
85 "  --help               Display brief help\n"
86 "  --keys-from-stdin    Read passphrases from stdin\n"
87 "  -l|--long            Long output\n"
88 "  --lvs|--logvols|--logical-volumes\n"
89 "                       Display LVM logical volumes\n"
90 "  --no-title           No title in --long output\n"
91 "  --parts|--partitions Display partitions\n"
92 "  --pvs|--physvols|--physical-volumes\n"
93 "                       Display LVM physical volumes\n"
94 "  --uuid|--uuids       Add UUIDs to --long output\n"
95 "  -v|--verbose         Verbose messages\n"
96 "  -V|--version         Display version and exit\n"
97 "  --vgs|--volgroups|--volume-groups\n"
98 "                       Display LVM volume groups\n"
99 "  -x                   Trace libguestfs API calls\n"
100 "For more information, see the manpage %s(1).\n"
101 msgstr ""
102
103 #: cat/virt-filesystems.c:318 df/main.c:255
104 #, c-format
105 msgid "%s: you cannot use -h and --csv options together.\n"
106 msgstr ""
107
108 #: cat/virt-ls.c:66
109 #, c-format
110 msgid ""
111 "%s: list files in a virtual machine\n"
112 "Copyright (C) 2010-2011 Red Hat Inc.\n"
113 "Usage:\n"
114 "  %s [--options] -d domname dir [dir ...]\n"
115 "  %s [--options] -a disk.img [-a disk.img ...] dir [dir ...]\n"
116 "Options:\n"
117 "  -a|--add image       Add image\n"
118 "  -c|--connect uri     Specify libvirt URI for -d option\n"
119 "  -d|--domain guest    Add disks from libvirt guest\n"
120 "  --echo-keys          Don't turn off echo for passphrases\n"
121 "  --format[=raw|..]    Force disk format for -a option\n"
122 "  --help               Display brief help\n"
123 "  --keys-from-stdin    Read passphrases from stdin\n"
124 "  -l|--long            Long listing\n"
125 "  -R|--recursive       Recursive listing\n"
126 "  -v|--verbose         Verbose messages\n"
127 "  -V|--version         Display version and exit\n"
128 "  -x                   Trace libguestfs API calls\n"
129 "For more information, see the manpage %s(1).\n"
130 msgstr ""
131
132 #: cat/virt-ls.c:236
133 #, c-format
134 msgid "%s: cannot combine -l and -R options\n"
135 msgstr ""
136
137 #: df/domains.c:115
138 #, c-format
139 msgid "%s: could not connect to libvirt (code %d, domain %d): %s"
140 msgstr ""
141
142 #: df/domains.c:124
143 #, c-format
144 msgid "%s: could not get number of running domains (code %d, domain %d): %s"
145 msgstr ""
146
147 #: df/domains.c:134
148 #, c-format
149 msgid "%s: could not list running domains (code %d, domain %d): %s"
150 msgstr ""
151
152 #: df/domains.c:145
153 #, c-format
154 msgid "%s: could not get number of inactive domains (code %d, domain %d): %s"
155 msgstr ""
156
157 #: df/domains.c:155
158 #, c-format
159 msgid "%s: could not list inactive domains (code %d, domain %d): %s"
160 msgstr ""
161
162 #: df/domains.c:281
163 #, c-format
164 msgid "%s: ignoring %s, it has too many disks (%zu > %d)"
165 msgstr ""
166
167 #: df/main.c:74
168 #, c-format
169 msgid ""
170 "%s: display free space on virtual filesystems\n"
171 "Copyright (C) 2010 Red Hat Inc.\n"
172 "Usage:\n"
173 "  %s [--options] -d domname\n"
174 "  %s [--options] -a disk.img [-a disk.img ...]\n"
175 "Options:\n"
176 "  -a|--add image       Add image\n"
177 "  -c|--connect uri     Specify libvirt URI for -d option\n"
178 "  --csv                Output as Comma-Separated Values\n"
179 "  -d|--domain guest    Add disks from libvirt guest\n"
180 "  --format[=raw|..]    Force disk format for -a option\n"
181 "  -h|--human-readable  Human-readable sizes in --long output\n"
182 "  --help               Display brief help\n"
183 "  -i|--inodes          Display inodes\n"
184 "  --one-per-guest      Separate appliance per guest\n"
185 "  --uuid               Add UUIDs to --long output\n"
186 "  -v|--verbose         Verbose messages\n"
187 "  -V|--version         Display version and exit\n"
188 "  -x                   Trace libguestfs API calls\n"
189 "For more information, see the manpage %s(1).\n"
190 msgstr ""
191
192 #: df/main.c:267
193 #, c-format
194 msgid "%s: compiled without support for libvirt.\n"
195 msgstr ""
196
197 #: df/output.c:50
198 msgid "VirtualMachine"
199 msgstr ""
200
201 #: df/output.c:51
202 msgid "Filesystem"
203 msgstr ""
204
205 #: df/output.c:54
206 msgid "1K-blocks"
207 msgstr ""
208
209 #: df/output.c:56
210 msgid "Size"
211 msgstr ""
212
213 #: df/output.c:57
214 msgid "Used"
215 msgstr ""
216
217 #: df/output.c:58
218 msgid "Available"
219 msgstr ""
220
221 #: df/output.c:59
222 msgid "Use%"
223 msgstr ""
224
225 #: df/output.c:61
226 msgid "Inodes"
227 msgstr ""
228
229 #: df/output.c:62
230 msgid "IUsed"
231 msgstr ""
232
233 #: df/output.c:63
234 msgid "IFree"
235 msgstr ""
236
237 #: df/output.c:64
238 msgid "IUse%"
239 msgstr ""
240
241 #: fish/alloc.c:37
242 #, c-format
243 msgid "use 'alloc file size' to create an image\n"
244 msgstr ""
245
246 #: fish/alloc.c:51
247 #, c-format
248 msgid "use 'sparse file size' to create a sparse image\n"
249 msgstr ""
250
251 #: fish/alloc.c:75
252 #, c-format
253 msgid "can't allocate or add disks after launching\n"
254 msgstr ""
255
256 #: fish/alloc.c:156
257 #, c-format
258 msgid "%s: invalid integer parameter (%s returned %d)\n"
259 msgstr ""
260
261 #: fish/cmds.c:2559
262 msgid "Command"
263 msgstr ""
264
265 #: fish/cmds.c:2559
266 msgid "Description"
267 msgstr ""
268
269 #: fish/cmds.c:2561
270 msgid "add a CD-ROM disk image to examine"
271 msgstr ""
272
273 #: fish/cmds.c:2562
274 msgid "add the disk(s) from a named libvirt domain"
275 msgstr ""
276
277 #: fish/cmds.c:2563 fish/cmds.c:2564
278 msgid "add an image to examine or modify"
279 msgstr ""
280
281 #: fish/cmds.c:2565
282 msgid "add a drive in snapshot mode (read-only)"
283 msgstr ""
284
285 #: fish/cmds.c:2566
286 msgid "add a drive read-only specifying the QEMU block emulation to use"
287 msgstr ""
288
289 #: fish/cmds.c:2567
290 msgid "add a drive specifying the QEMU block emulation to use"
291 msgstr ""
292
293 #: fish/cmds.c:2568
294 msgid "allocate and add a disk file"
295 msgstr ""
296
297 #: fish/cmds.c:2569
298 msgid "clear Augeas path"
299 msgstr ""
300
301 #: fish/cmds.c:2570
302 msgid "close the current Augeas handle"
303 msgstr ""
304
305 #: fish/cmds.c:2571
306 msgid "define an Augeas node"
307 msgstr ""
308
309 #: fish/cmds.c:2572
310 msgid "define an Augeas variable"
311 msgstr ""
312
313 #: fish/cmds.c:2573
314 msgid "look up the value of an Augeas path"
315 msgstr ""
316
317 #: fish/cmds.c:2574
318 msgid "create a new Augeas handle"
319 msgstr ""
320
321 #: fish/cmds.c:2575
322 msgid "insert a sibling Augeas node"
323 msgstr ""
324
325 #: fish/cmds.c:2576
326 msgid "load files into the tree"
327 msgstr ""
328
329 #: fish/cmds.c:2577
330 msgid "list Augeas nodes under augpath"
331 msgstr ""
332
333 #: fish/cmds.c:2578
334 msgid "return Augeas nodes which match augpath"
335 msgstr ""
336
337 #: fish/cmds.c:2579
338 msgid "move Augeas node"
339 msgstr ""
340
341 #: fish/cmds.c:2580
342 msgid "remove an Augeas path"
343 msgstr ""
344
345 #: fish/cmds.c:2581
346 msgid "write all pending Augeas changes to disk"
347 msgstr ""
348
349 #: fish/cmds.c:2582
350 msgid "set Augeas path to value"
351 msgstr ""
352
353 #: fish/cmds.c:2583
354 msgid "test availability of some parts of the API"
355 msgstr ""
356
357 #: fish/cmds.c:2584
358 msgid "return a list of all optional groups"
359 msgstr ""
360
361 #: fish/cmds.c:2585
362 msgid "upload base64-encoded data to file"
363 msgstr ""
364
365 #: fish/cmds.c:2586
366 msgid "download file and encode as base64"
367 msgstr ""
368
369 #: fish/cmds.c:2587
370 msgid "flush device buffers"
371 msgstr ""
372
373 #: fish/cmds.c:2588
374 msgid "get blocksize of block device"
375 msgstr ""
376
377 #: fish/cmds.c:2589
378 msgid "is block device set to read-only"
379 msgstr ""
380
381 #: fish/cmds.c:2590
382 msgid "get total size of device in bytes"
383 msgstr ""
384
385 #: fish/cmds.c:2591
386 msgid "get sectorsize of block device"
387 msgstr ""
388
389 #: fish/cmds.c:2592
390 msgid "get total size of device in 512-byte sectors"
391 msgstr ""
392
393 #: fish/cmds.c:2593
394 msgid "reread partition table"
395 msgstr ""
396
397 #: fish/cmds.c:2594
398 msgid "set blocksize of block device"
399 msgstr ""
400
401 #: fish/cmds.c:2595
402 msgid "set block device to read-only"
403 msgstr ""
404
405 #: fish/cmds.c:2596
406 msgid "set block device to read-write"
407 msgstr ""
408
409 #: fish/cmds.c:2597
410 msgid "return true path on case-insensitive filesystem"
411 msgstr ""
412
413 #: fish/cmds.c:2598
414 msgid "list the contents of a file"
415 msgstr ""
416
417 #: fish/cmds.c:2599
418 msgid "compute MD5, SHAx or CRC checksum of file"
419 msgstr ""
420
421 #: fish/cmds.c:2600
422 msgid "compute MD5, SHAx or CRC checksum of the contents of a device"
423 msgstr ""
424
425 #: fish/cmds.c:2601
426 msgid "compute MD5, SHAx or CRC checksum of files in a directory"
427 msgstr ""
428
429 #: fish/cmds.c:2602
430 msgid "change file mode"
431 msgstr ""
432
433 #: fish/cmds.c:2603 fish/cmds.c:2719
434 msgid "change file owner and group"
435 msgstr ""
436
437 #: fish/cmds.c:2604
438 msgid "run a command from the guest filesystem"
439 msgstr ""
440
441 #: fish/cmds.c:2605
442 msgid "run a command, returning lines"
443 msgstr ""
444
445 #: fish/cmds.c:2606
446 msgid "add qemu parameters"
447 msgstr ""
448
449 #: fish/cmds.c:2607
450 msgid "copy local files or directories into an image"
451 msgstr ""
452
453 #: fish/cmds.c:2608
454 msgid "copy remote files or directories out of an image"
455 msgstr ""
456
457 #: fish/cmds.c:2609
458 msgid "copy size bytes from source to destination using dd"
459 msgstr ""
460
461 #: fish/cmds.c:2610
462 msgid "copy a file"
463 msgstr ""
464
465 #: fish/cmds.c:2611
466 msgid "copy a file or directory recursively"
467 msgstr ""
468
469 #: fish/cmds.c:2612
470 msgid "copy from source to destination using dd"
471 msgstr ""
472
473 #: fish/cmds.c:2613
474 msgid "debugging and internals"
475 msgstr ""
476
477 #: fish/cmds.c:2614
478 msgid "debug the QEMU command line (internal use only)"
479 msgstr ""
480
481 #: fish/cmds.c:2615
482 msgid "upload a file to the appliance (internal use only)"
483 msgstr ""
484
485 #: fish/cmds.c:2616
486 msgid "report file system disk space usage"
487 msgstr ""
488
489 #: fish/cmds.c:2617
490 msgid "report file system disk space usage (human readable)"
491 msgstr ""
492
493 #: fish/cmds.c:2618
494 msgid "return kernel messages"
495 msgstr ""
496
497 #: fish/cmds.c:2619
498 msgid "download a file to the local machine"
499 msgstr ""
500
501 #: fish/cmds.c:2620
502 msgid "download a file to the local machine with offset and size"
503 msgstr ""
504
505 #: fish/cmds.c:2621
506 msgid "drop kernel page cache, dentries and inodes"
507 msgstr ""
508
509 #: fish/cmds.c:2622
510 msgid "estimate file space usage"
511 msgstr ""
512
513 #: fish/cmds.c:2623
514 msgid "check an ext2/ext3 filesystem"
515 msgstr ""
516
517 #: fish/cmds.c:2624
518 msgid "display a line of text"
519 msgstr ""
520
521 #: fish/cmds.c:2625
522 msgid "echo arguments back to the client"
523 msgstr ""
524
525 #: fish/cmds.c:2626
526 msgid "edit a file"
527 msgstr ""
528
529 #: fish/cmds.c:2627 fish/cmds.c:2628 fish/cmds.c:2633 fish/cmds.c:2634
530 #: fish/cmds.c:2667 fish/cmds.c:2668 fish/cmds.c:2912 fish/cmds.c:2913
531 #: fish/cmds.c:2917 fish/cmds.c:2918 fish/cmds.c:2920 fish/cmds.c:2921
532 msgid "return lines matching a pattern"
533 msgstr ""
534
535 #: fish/cmds.c:2629
536 msgid "test if two files have equal contents"
537 msgstr ""
538
539 #: fish/cmds.c:2630
540 msgid "test if file or directory exists"
541 msgstr ""
542
543 #: fish/cmds.c:2631 fish/cmds.c:2632
544 msgid "preallocate a file in the guest filesystem"
545 msgstr ""
546
547 #: fish/cmds.c:2635
548 msgid "determine file type"
549 msgstr ""
550
551 #: fish/cmds.c:2636
552 msgid "detect the architecture of a binary file"
553 msgstr ""
554
555 #: fish/cmds.c:2637
556 msgid "return the size of the file in bytes"
557 msgstr ""
558
559 #: fish/cmds.c:2638
560 msgid "fill a file with octets"
561 msgstr ""
562
563 #: fish/cmds.c:2639
564 msgid "fill a file with a repeating pattern of bytes"
565 msgstr ""
566
567 #: fish/cmds.c:2640
568 msgid "find all files and directories"
569 msgstr ""
570
571 #: fish/cmds.c:2641
572 msgid "find all files and directories, returning NUL-separated list"
573 msgstr ""
574
575 #: fish/cmds.c:2642
576 msgid "find a filesystem by label"
577 msgstr ""
578
579 #: fish/cmds.c:2643
580 msgid "find a filesystem by UUID"
581 msgstr ""
582
583 #: fish/cmds.c:2644
584 msgid "run the filesystem checker"
585 msgstr ""
586
587 #: fish/cmds.c:2645
588 msgid "get the additional kernel options"
589 msgstr ""
590
591 #: fish/cmds.c:2646
592 msgid "get the attach method"
593 msgstr ""
594
595 #: fish/cmds.c:2647
596 msgid "get autosync mode"
597 msgstr ""
598
599 #: fish/cmds.c:2648
600 msgid "get direct appliance mode flag"
601 msgstr ""
602
603 #: fish/cmds.c:2649
604 msgid "get the ext2/3/4 filesystem label"
605 msgstr ""
606
607 #: fish/cmds.c:2650
608 msgid "get the ext2/3/4 filesystem UUID"
609 msgstr ""
610
611 #: fish/cmds.c:2651
612 msgid "get memory allocated to the qemu subprocess"
613 msgstr ""
614
615 #: fish/cmds.c:2652
616 msgid "get enable network flag"
617 msgstr ""
618
619 #: fish/cmds.c:2653
620 msgid "get the search path"
621 msgstr ""
622
623 #: fish/cmds.c:2654
624 msgid "get PID of qemu subprocess"
625 msgstr ""
626
627 #: fish/cmds.c:2655
628 msgid "get the qemu binary"
629 msgstr ""
630
631 #: fish/cmds.c:2656
632 msgid "get recovery process enabled flag"
633 msgstr ""
634
635 #: fish/cmds.c:2657
636 msgid "get SELinux enabled flag"
637 msgstr ""
638
639 #: fish/cmds.c:2658
640 msgid "get the current state"
641 msgstr ""
642
643 #: fish/cmds.c:2659
644 msgid "get command trace enabled flag"
645 msgstr ""
646
647 #: fish/cmds.c:2660
648 msgid "get the current umask"
649 msgstr ""
650
651 #: fish/cmds.c:2661
652 msgid "get verbose mode"
653 msgstr ""
654
655 #: fish/cmds.c:2662
656 msgid "get SELinux security context"
657 msgstr ""
658
659 #: fish/cmds.c:2663 fish/cmds.c:2720
660 msgid "get a single extended attribute"
661 msgstr ""
662
663 #: fish/cmds.c:2664 fish/cmds.c:2721
664 msgid "list extended attributes of a file or directory"
665 msgstr ""
666
667 #: fish/cmds.c:2665
668 msgid "expand wildcards in command"
669 msgstr ""
670
671 #: fish/cmds.c:2666
672 msgid "expand a wildcard path"
673 msgstr ""
674
675 #: fish/cmds.c:2669
676 msgid "install GRUB 1"
677 msgstr ""
678
679 #: fish/cmds.c:2670
680 msgid "return first 10 lines of a file"
681 msgstr ""
682
683 #: fish/cmds.c:2671
684 msgid "return first N lines of a file"
685 msgstr ""
686
687 #: fish/cmds.c:2672
688 msgid "dump a file in hexadecimal"
689 msgstr ""
690
691 #: fish/cmds.c:2673
692 msgid "edit with a hex editor"
693 msgstr ""
694
695 #: fish/cmds.c:2674
696 msgid "list the contents of a single file in an initrd"
697 msgstr ""
698
699 #: fish/cmds.c:2675
700 msgid "list files in an initrd"
701 msgstr ""
702
703 #: fish/cmds.c:2676
704 msgid "add an inotify watch"
705 msgstr ""
706
707 #: fish/cmds.c:2677
708 msgid "close the inotify handle"
709 msgstr ""
710
711 #: fish/cmds.c:2678
712 msgid "return list of watched files that had events"
713 msgstr ""
714
715 #: fish/cmds.c:2679
716 msgid "create an inotify handle"
717 msgstr ""
718
719 #: fish/cmds.c:2680
720 msgid "return list of inotify events"
721 msgstr ""
722
723 #: fish/cmds.c:2681
724 msgid "remove an inotify watch"
725 msgstr ""
726
727 #: fish/cmds.c:2682
728 msgid "get architecture of inspected operating system"
729 msgstr ""
730
731 #: fish/cmds.c:2683
732 msgid "get distro of inspected operating system"
733 msgstr ""
734
735 #: fish/cmds.c:2684
736 msgid "get drive letter mappings"
737 msgstr ""
738
739 #: fish/cmds.c:2685
740 msgid "get filesystems associated with inspected operating system"
741 msgstr ""
742
743 #: fish/cmds.c:2686
744 msgid "get format of inspected operating system"
745 msgstr ""
746
747 #: fish/cmds.c:2687
748 msgid "get hostname of the operating system"
749 msgstr ""
750
751 #: fish/cmds.c:2688
752 msgid "get major version of inspected operating system"
753 msgstr ""
754
755 #: fish/cmds.c:2689
756 msgid "get minor version of inspected operating system"
757 msgstr ""
758
759 #: fish/cmds.c:2690
760 msgid "get mountpoints of inspected operating system"
761 msgstr ""
762
763 #: fish/cmds.c:2691
764 msgid "get package format used by the operating system"
765 msgstr ""
766
767 #: fish/cmds.c:2692
768 msgid "get package management tool used by the operating system"
769 msgstr ""
770
771 #: fish/cmds.c:2693
772 msgid "get product name of inspected operating system"
773 msgstr ""
774
775 #: fish/cmds.c:2694
776 msgid "get product variant of inspected operating system"
777 msgstr ""
778
779 #: fish/cmds.c:2695
780 msgid "return list of operating systems found by last inspection"
781 msgstr ""
782
783 #: fish/cmds.c:2696
784 msgid "get type of inspected operating system"
785 msgstr ""
786
787 #: fish/cmds.c:2697
788 msgid "get Windows CurrentControlSet of inspected operating system"
789 msgstr ""
790
791 #: fish/cmds.c:2698
792 msgid "get Windows systemroot of inspected operating system"
793 msgstr ""
794
795 #: fish/cmds.c:2699
796 msgid "get live flag for install disk"
797 msgstr ""
798
799 #: fish/cmds.c:2700
800 msgid "get multipart flag for install disk"
801 msgstr ""
802
803 #: fish/cmds.c:2701
804 msgid "get netinst (network installer) flag for install disk"
805 msgstr ""
806
807 #: fish/cmds.c:2702
808 msgid "get list of applications installed in the operating system"
809 msgstr ""
810
811 #: fish/cmds.c:2703
812 msgid "inspect disk and return list of operating systems found"
813 msgstr ""
814
815 #: fish/cmds.c:2704
816 msgid "test if block device"
817 msgstr ""
818
819 #: fish/cmds.c:2705
820 msgid "is busy processing a command"
821 msgstr ""
822
823 #: fish/cmds.c:2706
824 msgid "test if character device"
825 msgstr ""
826
827 #: fish/cmds.c:2707
828 msgid "is in configuration state"
829 msgstr ""
830
831 #: fish/cmds.c:2708
832 msgid "test if a directory"
833 msgstr ""
834
835 #: fish/cmds.c:2709
836 msgid "test if FIFO (named pipe)"
837 msgstr ""
838
839 #: fish/cmds.c:2710
840 msgid "test if a regular file"
841 msgstr ""
842
843 #: fish/cmds.c:2711
844 msgid "is launching subprocess"
845 msgstr ""
846
847 #: fish/cmds.c:2712
848 msgid "test if device is a logical volume"
849 msgstr ""
850
851 #: fish/cmds.c:2713
852 msgid "is ready to accept commands"
853 msgstr ""
854
855 #: fish/cmds.c:2714
856 msgid "test if socket"
857 msgstr ""
858
859 #: fish/cmds.c:2715
860 msgid "test if symbolic link"
861 msgstr ""
862
863 #: fish/cmds.c:2716
864 msgid "kill the qemu subprocess"
865 msgstr ""
866
867 #: fish/cmds.c:2717
868 msgid "launch the qemu subprocess"
869 msgstr ""
870
871 #: fish/cmds.c:2718
872 msgid "change working directory"
873 msgstr ""
874
875 #: fish/cmds.c:2722
876 msgid "list the block devices"
877 msgstr ""
878
879 #: fish/cmds.c:2723
880 msgid "list filesystems"
881 msgstr ""
882
883 #: fish/cmds.c:2724
884 msgid "list the partitions"
885 msgstr ""
886
887 #: fish/cmds.c:2725
888 msgid "list the files in a directory (long format)"
889 msgstr ""
890
891 #: fish/cmds.c:2726 fish/cmds.c:2727
892 msgid "create a hard link"
893 msgstr ""
894
895 #: fish/cmds.c:2728 fish/cmds.c:2729
896 msgid "create a symbolic link"
897 msgstr ""
898
899 #: fish/cmds.c:2730 fish/cmds.c:2821
900 msgid "remove extended attribute of a file or directory"
901 msgstr ""
902
903 #: fish/cmds.c:2731
904 msgid "list the files in a directory"
905 msgstr ""
906
907 #: fish/cmds.c:2732 fish/cmds.c:2848
908 msgid "set extended attribute of a file or directory"
909 msgstr ""
910
911 #: fish/cmds.c:2733
912 msgid "get file information for a symbolic link"
913 msgstr ""
914
915 #: fish/cmds.c:2734
916 msgid "lstat on multiple files"
917 msgstr ""
918
919 #: fish/cmds.c:2735
920 msgid "add a key on a LUKS encrypted device"
921 msgstr ""
922
923 #: fish/cmds.c:2736
924 msgid "close a LUKS device"
925 msgstr ""
926
927 #: fish/cmds.c:2737 fish/cmds.c:2738
928 msgid "format a block device as a LUKS encrypted device"
929 msgstr ""
930
931 #: fish/cmds.c:2739
932 msgid "remove a key from a LUKS encrypted device"
933 msgstr ""
934
935 #: fish/cmds.c:2740
936 msgid "open a LUKS-encrypted block device"
937 msgstr ""
938
939 #: fish/cmds.c:2741
940 msgid "open a LUKS-encrypted block device read-only"
941 msgstr ""
942
943 #: fish/cmds.c:2742
944 msgid "create an LVM logical volume"
945 msgstr ""
946
947 #: fish/cmds.c:2743
948 msgid "get canonical name of an LV"
949 msgstr ""
950
951 #: fish/cmds.c:2744
952 msgid "clear LVM device filter"
953 msgstr ""
954
955 #: fish/cmds.c:2745
956 msgid "remove all LVM LVs, VGs and PVs"
957 msgstr ""
958
959 #: fish/cmds.c:2746
960 msgid "set LVM device filter"
961 msgstr ""
962
963 #: fish/cmds.c:2747
964 msgid "remove an LVM logical volume"
965 msgstr ""
966
967 #: fish/cmds.c:2748
968 msgid "rename an LVM logical volume"
969 msgstr ""
970
971 #: fish/cmds.c:2749
972 msgid "resize an LVM logical volume"
973 msgstr ""
974
975 #: fish/cmds.c:2750
976 msgid "expand an LV to fill free space"
977 msgstr ""
978
979 #: fish/cmds.c:2751 fish/cmds.c:2752
980 msgid "list the LVM logical volumes (LVs)"
981 msgstr ""
982
983 #: fish/cmds.c:2753
984 msgid "get the UUID of a logical volume"
985 msgstr ""
986
987 #: fish/cmds.c:2754
988 msgid "lgetxattr on multiple files"
989 msgstr ""
990
991 #: fish/cmds.c:2755
992 msgid "open the manual"
993 msgstr ""
994
995 #: fish/cmds.c:2756
996 msgid "create a directory"
997 msgstr ""
998
999 #: fish/cmds.c:2757
1000 msgid "create a directory with a particular mode"
1001 msgstr ""
1002
1003 #: fish/cmds.c:2758
1004 msgid "create a directory and parents"
1005 msgstr ""
1006
1007 #: fish/cmds.c:2759
1008 msgid "create a temporary directory"
1009 msgstr ""
1010
1011 #: fish/cmds.c:2760 fish/cmds.c:2761 fish/cmds.c:2762
1012 msgid "make ext2/3/4 filesystem with external journal"
1013 msgstr ""
1014
1015 #: fish/cmds.c:2763
1016 msgid "make ext2/3/4 external journal"
1017 msgstr ""
1018
1019 #: fish/cmds.c:2764
1020 msgid "make ext2/3/4 external journal with label"
1021 msgstr ""
1022
1023 #: fish/cmds.c:2765
1024 msgid "make ext2/3/4 external journal with UUID"
1025 msgstr ""
1026
1027 #: fish/cmds.c:2766
1028 msgid "make FIFO (named pipe)"
1029 msgstr ""
1030
1031 #: fish/cmds.c:2767 fish/cmds.c:2769
1032 msgid "make a filesystem"
1033 msgstr ""
1034
1035 #: fish/cmds.c:2768
1036 msgid "make a filesystem with block size"
1037 msgstr ""
1038
1039 #: fish/cmds.c:2770
1040 msgid "create a mountpoint"
1041 msgstr ""
1042
1043 #: fish/cmds.c:2771
1044 msgid "make block, character or FIFO devices"
1045 msgstr ""
1046
1047 #: fish/cmds.c:2772
1048 msgid "make block device node"
1049 msgstr ""
1050
1051 #: fish/cmds.c:2773
1052 msgid "make char device node"
1053 msgstr ""
1054
1055 #: fish/cmds.c:2774
1056 msgid "create a swap partition"
1057 msgstr ""
1058
1059 #: fish/cmds.c:2775
1060 msgid "create a swap partition with a label"
1061 msgstr ""
1062
1063 #: fish/cmds.c:2776
1064 msgid "create a swap partition with an explicit UUID"
1065 msgstr ""
1066
1067 #: fish/cmds.c:2777
1068 msgid "create a swap file"
1069 msgstr ""
1070
1071 #: fish/cmds.c:2778
1072 msgid "load a kernel module"
1073 msgstr ""
1074
1075 #: fish/cmds.c:2779
1076 msgid "view a file"
1077 msgstr ""
1078
1079 #: fish/cmds.c:2780
1080 msgid "mount a guest disk at a position in the filesystem"
1081 msgstr ""
1082
1083 #: fish/cmds.c:2781
1084 msgid "mount a file using the loop device"
1085 msgstr ""
1086
1087 #: fish/cmds.c:2782
1088 msgid "mount a guest disk with mount options"
1089 msgstr ""
1090
1091 #: fish/cmds.c:2783
1092 msgid "mount a guest disk, read-only"
1093 msgstr ""
1094
1095 #: fish/cmds.c:2784
1096 msgid "mount a guest disk with mount options and vfstype"
1097 msgstr ""
1098
1099 #: fish/cmds.c:2785
1100 msgid "show mountpoints"
1101 msgstr ""
1102
1103 #: fish/cmds.c:2786
1104 msgid "show mounted filesystems"
1105 msgstr ""
1106
1107 #: fish/cmds.c:2787
1108 msgid "move a file"
1109 msgstr ""
1110
1111 #: fish/cmds.c:2788
1112 msgid "probe NTFS volume"
1113 msgstr ""
1114
1115 #: fish/cmds.c:2789
1116 msgid "resize an NTFS filesystem"
1117 msgstr ""
1118
1119 #: fish/cmds.c:2790
1120 msgid "resize an NTFS filesystem (with size)"
1121 msgstr ""
1122
1123 #: fish/cmds.c:2791
1124 msgid "add a partition to the device"
1125 msgstr ""
1126
1127 #: fish/cmds.c:2792
1128 msgid "delete a partition"
1129 msgstr ""
1130
1131 #: fish/cmds.c:2793
1132 msgid "partition whole disk with a single primary partition"
1133 msgstr ""
1134
1135 #: fish/cmds.c:2794
1136 msgid "return true if a partition is bootable"
1137 msgstr ""
1138
1139 #: fish/cmds.c:2795
1140 msgid "get the MBR type byte (ID byte) from a partition"
1141 msgstr ""
1142
1143 #: fish/cmds.c:2796
1144 msgid "get the partition table type"
1145 msgstr ""
1146
1147 #: fish/cmds.c:2797
1148 msgid "create an empty partition table"
1149 msgstr ""
1150
1151 #: fish/cmds.c:2798
1152 msgid "list partitions on a device"
1153 msgstr ""
1154
1155 #: fish/cmds.c:2799
1156 msgid "make a partition bootable"
1157 msgstr ""
1158
1159 #: fish/cmds.c:2800
1160 msgid "set the MBR type byte (ID byte) of a partition"
1161 msgstr ""
1162
1163 #: fish/cmds.c:2801
1164 msgid "set partition name"
1165 msgstr ""
1166
1167 #: fish/cmds.c:2802
1168 msgid "convert partition name to device name"
1169 msgstr ""
1170
1171 #: fish/cmds.c:2803
1172 msgid "ping the guest daemon"
1173 msgstr ""
1174
1175 #: fish/cmds.c:2804
1176 msgid "read part of a file"
1177 msgstr ""
1178
1179 #: fish/cmds.c:2805
1180 msgid "read part of a device"
1181 msgstr ""
1182
1183 #: fish/cmds.c:2806
1184 msgid "create an LVM physical volume"
1185 msgstr ""
1186
1187 #: fish/cmds.c:2807
1188 msgid "remove an LVM physical volume"
1189 msgstr ""
1190
1191 #: fish/cmds.c:2808
1192 msgid "resize an LVM physical volume"
1193 msgstr ""
1194
1195 #: fish/cmds.c:2809
1196 msgid "resize an LVM physical volume (with size)"
1197 msgstr ""
1198
1199 #: fish/cmds.c:2810 fish/cmds.c:2811
1200 msgid "list the LVM physical volumes (PVs)"
1201 msgstr ""
1202
1203 #: fish/cmds.c:2812
1204 msgid "get the UUID of a physical volume"
1205 msgstr ""
1206
1207 #: fish/cmds.c:2813
1208 msgid "write to part of a file"
1209 msgstr ""
1210
1211 #: fish/cmds.c:2814
1212 msgid "write to part of a device"
1213 msgstr ""
1214
1215 #: fish/cmds.c:2815
1216 msgid "read a file"
1217 msgstr ""
1218
1219 #: fish/cmds.c:2816
1220 msgid "read file as lines"
1221 msgstr ""
1222
1223 #: fish/cmds.c:2817
1224 msgid "read directories entries"
1225 msgstr ""
1226
1227 #: fish/cmds.c:2818
1228 msgid "read the target of a symbolic link"
1229 msgstr ""
1230
1231 #: fish/cmds.c:2819
1232 msgid "readlink on multiple files"
1233 msgstr ""
1234
1235 #: fish/cmds.c:2820
1236 msgid "canonicalized absolute pathname"
1237 msgstr ""
1238
1239 #: fish/cmds.c:2822
1240 msgid "close and reopen libguestfs handle"
1241 msgstr ""
1242
1243 #: fish/cmds.c:2823
1244 msgid "resize an ext2, ext3 or ext4 filesystem"
1245 msgstr ""
1246
1247 #: fish/cmds.c:2824
1248 msgid "resize an ext2, ext3 or ext4 filesystem to the minimum size"
1249 msgstr ""
1250
1251 #: fish/cmds.c:2825
1252 msgid "resize an ext2, ext3 or ext4 filesystem (with size)"
1253 msgstr ""
1254
1255 #: fish/cmds.c:2826
1256 msgid "remove a file"
1257 msgstr ""
1258
1259 #: fish/cmds.c:2827
1260 msgid "remove a file or directory recursively"
1261 msgstr ""
1262
1263 #: fish/cmds.c:2828
1264 msgid "remove a directory"
1265 msgstr ""
1266
1267 #: fish/cmds.c:2829
1268 msgid "remove a mountpoint"
1269 msgstr ""
1270
1271 #: fish/cmds.c:2830
1272 msgid "scrub (securely wipe) a device"
1273 msgstr ""
1274
1275 #: fish/cmds.c:2831
1276 msgid "scrub (securely wipe) a file"
1277 msgstr ""
1278
1279 #: fish/cmds.c:2832
1280 msgid "scrub (securely wipe) free space"
1281 msgstr ""
1282
1283 #: fish/cmds.c:2833
1284 msgid "add options to kernel command line"
1285 msgstr ""
1286
1287 #: fish/cmds.c:2834
1288 msgid "set the attach method"
1289 msgstr ""
1290
1291 #: fish/cmds.c:2835
1292 msgid "set autosync mode"
1293 msgstr ""
1294
1295 #: fish/cmds.c:2836
1296 msgid "enable or disable direct appliance mode"
1297 msgstr ""
1298
1299 #: fish/cmds.c:2837
1300 msgid "set the ext2/3/4 filesystem label"
1301 msgstr ""
1302
1303 #: fish/cmds.c:2838
1304 msgid "set the ext2/3/4 filesystem UUID"
1305 msgstr ""
1306
1307 #: fish/cmds.c:2839
1308 msgid "set memory allocated to the qemu subprocess"
1309 msgstr ""
1310
1311 #: fish/cmds.c:2840
1312 msgid "set enable network flag"
1313 msgstr ""
1314
1315 #: fish/cmds.c:2841
1316 msgid "set the search path"
1317 msgstr ""
1318
1319 #: fish/cmds.c:2842
1320 msgid "set the qemu binary"
1321 msgstr ""
1322
1323 #: fish/cmds.c:2843
1324 msgid "enable or disable the recovery process"
1325 msgstr ""
1326
1327 #: fish/cmds.c:2844
1328 msgid "set SELinux enabled or disabled at appliance boot"
1329 msgstr ""
1330
1331 #: fish/cmds.c:2845
1332 msgid "enable or disable command traces"
1333 msgstr ""
1334
1335 #: fish/cmds.c:2846
1336 msgid "set verbose mode"
1337 msgstr ""
1338
1339 #: fish/cmds.c:2847
1340 msgid "set SELinux security context"
1341 msgstr ""
1342
1343 #: fish/cmds.c:2849 fish/cmds.c:2850
1344 msgid "create partitions on a block device"
1345 msgstr ""
1346
1347 #: fish/cmds.c:2851
1348 msgid "modify a single partition on a block device"
1349 msgstr ""
1350
1351 #: fish/cmds.c:2852
1352 msgid "display the disk geometry from the partition table"
1353 msgstr ""
1354
1355 #: fish/cmds.c:2853
1356 msgid "display the kernel geometry"
1357 msgstr ""
1358
1359 #: fish/cmds.c:2854
1360 msgid "display the partition table"
1361 msgstr ""
1362
1363 #: fish/cmds.c:2855
1364 msgid "run a command via the shell"
1365 msgstr ""
1366
1367 #: fish/cmds.c:2856
1368 msgid "run a command via the shell returning lines"
1369 msgstr ""
1370
1371 #: fish/cmds.c:2857
1372 msgid "sleep for some seconds"
1373 msgstr ""
1374
1375 #: fish/cmds.c:2858
1376 msgid "create a sparse disk image and add"
1377 msgstr ""
1378
1379 #: fish/cmds.c:2859
1380 msgid "get file information"
1381 msgstr ""
1382
1383 #: fish/cmds.c:2860
1384 msgid "get file system statistics"
1385 msgstr ""
1386
1387 #: fish/cmds.c:2861 fish/cmds.c:2862
1388 msgid "print the printable strings in a file"
1389 msgstr ""
1390
1391 #: fish/cmds.c:2863
1392 msgid "list supported groups of commands"
1393 msgstr ""
1394
1395 #: fish/cmds.c:2864
1396 msgid "disable swap on device"
1397 msgstr ""
1398
1399 #: fish/cmds.c:2865
1400 msgid "disable swap on file"
1401 msgstr ""
1402
1403 #: fish/cmds.c:2866
1404 msgid "disable swap on labeled swap partition"
1405 msgstr ""
1406
1407 #: fish/cmds.c:2867
1408 msgid "disable swap on swap partition by UUID"
1409 msgstr ""
1410
1411 #: fish/cmds.c:2868
1412 msgid "enable swap on device"
1413 msgstr ""
1414
1415 #: fish/cmds.c:2869
1416 msgid "enable swap on file"
1417 msgstr ""
1418
1419 #: fish/cmds.c:2870
1420 msgid "enable swap on labeled swap partition"
1421 msgstr ""
1422
1423 #: fish/cmds.c:2871
1424 msgid "enable swap on swap partition by UUID"
1425 msgstr ""
1426
1427 #: fish/cmds.c:2872
1428 msgid "sync disks, writes are flushed through to the disk image"
1429 msgstr ""
1430
1431 #: fish/cmds.c:2873
1432 msgid "return last 10 lines of a file"
1433 msgstr ""
1434
1435 #: fish/cmds.c:2874
1436 msgid "return last N lines of a file"
1437 msgstr ""
1438
1439 #: fish/cmds.c:2875
1440 msgid "unpack tarfile to directory"
1441 msgstr ""
1442
1443 #: fish/cmds.c:2876
1444 msgid "pack directory into tarfile"
1445 msgstr ""
1446
1447 #: fish/cmds.c:2877 fish/cmds.c:2884
1448 msgid "unpack compressed tarball to directory"
1449 msgstr ""
1450
1451 #: fish/cmds.c:2878 fish/cmds.c:2885
1452 msgid "pack directory into compressed tarball"
1453 msgstr ""
1454
1455 #: fish/cmds.c:2879
1456 msgid "print elapsed time taken to run a command"
1457 msgstr ""
1458
1459 #: fish/cmds.c:2880
1460 msgid "update file timestamps or create a new file"
1461 msgstr ""
1462
1463 #: fish/cmds.c:2881
1464 msgid "truncate a file to zero size"
1465 msgstr ""
1466
1467 #: fish/cmds.c:2882
1468 msgid "truncate a file to a particular size"
1469 msgstr ""
1470
1471 #: fish/cmds.c:2883
1472 msgid "get ext2/ext3/ext4 superblock details"
1473 msgstr ""
1474
1475 #: fish/cmds.c:2886
1476 msgid "set file mode creation mask (umask)"
1477 msgstr ""
1478
1479 #: fish/cmds.c:2887
1480 msgid "unmount a filesystem"
1481 msgstr ""
1482
1483 #: fish/cmds.c:2888
1484 msgid "unmount all filesystems"
1485 msgstr ""
1486
1487 #: fish/cmds.c:2889
1488 msgid "upload a file from the local machine"
1489 msgstr ""
1490
1491 #: fish/cmds.c:2890
1492 msgid "upload a file from the local machine with offset"
1493 msgstr ""
1494
1495 #: fish/cmds.c:2891
1496 msgid "set timestamp of a file with nanosecond precision"
1497 msgstr ""
1498
1499 #: fish/cmds.c:2892
1500 msgid "get the library version number"
1501 msgstr ""
1502
1503 #: fish/cmds.c:2893
1504 msgid "get the filesystem label"
1505 msgstr ""
1506
1507 #: fish/cmds.c:2894
1508 msgid "get the Linux VFS type corresponding to a mounted device"
1509 msgstr ""
1510
1511 #: fish/cmds.c:2895
1512 msgid "get the filesystem UUID"
1513 msgstr ""
1514
1515 #: fish/cmds.c:2896
1516 msgid "activate or deactivate some volume groups"
1517 msgstr ""
1518
1519 #: fish/cmds.c:2897
1520 msgid "activate or deactivate all volume groups"
1521 msgstr ""
1522
1523 #: fish/cmds.c:2898
1524 msgid "create an LVM volume group"
1525 msgstr ""
1526
1527 #: fish/cmds.c:2899
1528 msgid "get the LV UUIDs of all LVs in the volume group"
1529 msgstr ""
1530
1531 #: fish/cmds.c:2900
1532 msgid "get the PV UUIDs containing the volume group"
1533 msgstr ""
1534
1535 #: fish/cmds.c:2901
1536 msgid "remove an LVM volume group"
1537 msgstr ""
1538
1539 #: fish/cmds.c:2902
1540 msgid "rename an LVM volume group"
1541 msgstr ""
1542
1543 #: fish/cmds.c:2903 fish/cmds.c:2904
1544 msgid "list the LVM volume groups (VGs)"
1545 msgstr ""
1546
1547 #: fish/cmds.c:2905
1548 msgid "rescan for LVM physical volumes, volume groups and logical volumes"
1549 msgstr ""
1550
1551 #: fish/cmds.c:2906
1552 msgid "get the UUID of a volume group"
1553 msgstr ""
1554
1555 #: fish/cmds.c:2907
1556 msgid "count characters in a file"
1557 msgstr ""
1558
1559 #: fish/cmds.c:2908
1560 msgid "count lines in a file"
1561 msgstr ""
1562
1563 #: fish/cmds.c:2909
1564 msgid "count words in a file"
1565 msgstr ""
1566
1567 #: fish/cmds.c:2910
1568 msgid "create a new file"
1569 msgstr ""
1570
1571 #: fish/cmds.c:2911
1572 msgid "create a file"
1573 msgstr ""
1574
1575 #: fish/cmds.c:2914
1576 msgid "write zeroes to the device"
1577 msgstr ""
1578
1579 #: fish/cmds.c:2915
1580 msgid "write zeroes to an entire device"
1581 msgstr ""
1582
1583 #: fish/cmds.c:2916
1584 msgid "zero unused inodes and disk blocks on ext2/3 filesystem"
1585 msgstr ""
1586
1587 #: fish/cmds.c:2919
1588 msgid "determine file type inside a compressed file"
1589 msgstr ""
1590
1591 #: fish/cmds.c:2922
1592 msgid "Use -h <cmd> / help <cmd> to show detailed help for a command."
1593 msgstr ""
1594
1595 #: fish/cmds.c:3240 fish/cmds.c:3254 fish/cmds.c:3270 fish/cmds.c:3287
1596 #: fish/cmds.c:3304 fish/cmds.c:3322 fish/cmds.c:3341 fish/cmds.c:3357
1597 #: fish/cmds.c:3375 fish/cmds.c:3391 fish/cmds.c:3409 fish/cmds.c:3425
1598 #: fish/cmds.c:3442 fish/cmds.c:3457 fish/cmds.c:3475 fish/cmds.c:3490
1599 #: fish/cmds.c:3506 fish/cmds.c:3522 fish/cmds.c:3538 fish/cmds.c:3554
1600 #: fish/cmds.c:3570 fish/cmds.c:3588 fish/cmds.c:3621 fish/cmds.c:3637
1601 #: fish/cmds.c:3653 fish/cmds.c:3672 fish/cmds.c:3687 fish/cmds.c:3705
1602 #: fish/cmds.c:3720 fish/cmds.c:3738 fish/cmds.c:3753 fish/cmds.c:3771
1603 #: fish/cmds.c:3786 fish/cmds.c:3805 fish/cmds.c:3824 fish/cmds.c:3842
1604 #: fish/cmds.c:3862 fish/cmds.c:3881 fish/cmds.c:3901 fish/cmds.c:3921
1605 #: fish/cmds.c:3941 fish/cmds.c:3960 fish/cmds.c:3979 fish/cmds.c:3999
1606 #: fish/cmds.c:4019 fish/cmds.c:4039 fish/cmds.c:4054 fish/cmds.c:4070
1607 #: fish/cmds.c:4142 fish/cmds.c:4160 fish/cmds.c:4177 fish/cmds.c:4256
1608 #: fish/cmds.c:4276 fish/cmds.c:4296 fish/cmds.c:4316 fish/cmds.c:4336
1609 #: fish/cmds.c:4356 fish/cmds.c:4375 fish/cmds.c:4394 fish/cmds.c:4413
1610 #: fish/cmds.c:4428 fish/cmds.c:4447 fish/cmds.c:4467 fish/cmds.c:4487
1611 #: fish/cmds.c:4508 fish/cmds.c:4524 fish/cmds.c:4540 fish/cmds.c:4559
1612 #: fish/cmds.c:4581 fish/cmds.c:4603 fish/cmds.c:4623 fish/cmds.c:4640
1613 #: fish/cmds.c:4657 fish/cmds.c:4674 fish/cmds.c:4691 fish/cmds.c:4708
1614 #: fish/cmds.c:4725 fish/cmds.c:4742 fish/cmds.c:4761 fish/cmds.c:4784
1615 #: fish/cmds.c:4820 fish/cmds.c:4837 fish/cmds.c:4860 fish/cmds.c:4882
1616 #: fish/cmds.c:4903 fish/cmds.c:4923 fish/cmds.c:4942 fish/cmds.c:4962
1617 #: fish/cmds.c:4980 fish/cmds.c:4998 fish/cmds.c:5012 fish/cmds.c:5028
1618 #: fish/cmds.c:5048 fish/cmds.c:5067 fish/cmds.c:5086 fish/cmds.c:5105
1619 #: fish/cmds.c:5124 fish/cmds.c:5144 fish/cmds.c:5184 fish/cmds.c:5241
1620 #: fish/cmds.c:5262 fish/cmds.c:5283 fish/cmds.c:5304 fish/cmds.c:5322
1621 #: fish/cmds.c:5344 fish/cmds.c:5382 fish/cmds.c:5404 fish/cmds.c:5483
1622 #: fish/cmds.c:5522 fish/cmds.c:5537 fish/cmds.c:5554 fish/cmds.c:5568
1623 #: fish/cmds.c:5584 fish/cmds.c:5606 fish/cmds.c:5628 fish/cmds.c:5650
1624 #: fish/cmds.c:5672 fish/cmds.c:5694 fish/cmds.c:5716 fish/cmds.c:5736
1625 #: fish/cmds.c:5753 fish/cmds.c:5770 fish/cmds.c:5789 fish/cmds.c:5808
1626 #: fish/cmds.c:5828 fish/cmds.c:5864 fish/cmds.c:5883 fish/cmds.c:5902
1627 #: fish/cmds.c:5919 fish/cmds.c:5937 fish/cmds.c:5960 fish/cmds.c:5983
1628 #: fish/cmds.c:6007 fish/cmds.c:6030 fish/cmds.c:6051 fish/cmds.c:6074
1629 #: fish/cmds.c:6097 fish/cmds.c:6117 fish/cmds.c:6139 fish/cmds.c:6160
1630 #: fish/cmds.c:6183 fish/cmds.c:6200 fish/cmds.c:6217 fish/cmds.c:6235
1631 #: fish/cmds.c:6253 fish/cmds.c:6274 fish/cmds.c:6292 fish/cmds.c:6313
1632 #: fish/cmds.c:6333 fish/cmds.c:6351 fish/cmds.c:6372 fish/cmds.c:6395
1633 #: fish/cmds.c:6418 fish/cmds.c:6440 fish/cmds.c:6473 fish/cmds.c:6490
1634 #: fish/cmds.c:6507 fish/cmds.c:6531 fish/cmds.c:6554 fish/cmds.c:6577
1635 #: fish/cmds.c:6599 fish/cmds.c:6616 fish/cmds.c:6638 fish/cmds.c:6732
1636 #: fish/cmds.c:6752 fish/cmds.c:6772 fish/cmds.c:6792 fish/cmds.c:6810
1637 #: fish/cmds.c:6831 fish/cmds.c:6867 fish/cmds.c:6884 fish/cmds.c:6906
1638 #: fish/cmds.c:6923 fish/cmds.c:6959 fish/cmds.c:6979 fish/cmds.c:6999
1639 #: fish/cmds.c:7019 fish/cmds.c:7041 fish/cmds.c:7058 fish/cmds.c:7077
1640 #: fish/cmds.c:7096 fish/cmds.c:7118 fish/cmds.c:7139 fish/cmds.c:7160
1641 #: fish/cmds.c:7181 fish/cmds.c:7204 fish/cmds.c:7245 fish/cmds.c:7268
1642 #: fish/cmds.c:7307 fish/cmds.c:7324 fish/cmds.c:7343 fish/cmds.c:7364
1643 #: fish/cmds.c:7387 fish/cmds.c:7409 fish/cmds.c:7427 fish/cmds.c:7446
1644 #: fish/cmds.c:7467 fish/cmds.c:7544 fish/cmds.c:7585 fish/cmds.c:7664
1645 #: fish/cmds.c:7740 fish/cmds.c:7777 fish/cmds.c:7800 fish/cmds.c:7821
1646 #: fish/cmds.c:7844 fish/cmds.c:7866 fish/cmds.c:7891 fish/cmds.c:7934
1647 #: fish/cmds.c:7975 fish/cmds.c:7996 fish/cmds.c:8014 fish/cmds.c:8033
1648 #: fish/cmds.c:8050 fish/cmds.c:8068 fish/cmds.c:8095 fish/cmds.c:8119
1649 #: fish/cmds.c:8143 fish/cmds.c:8167 fish/cmds.c:8191 fish/cmds.c:8215
1650 #: fish/cmds.c:8239 fish/cmds.c:8263 fish/cmds.c:8287 fish/cmds.c:8311
1651 #: fish/cmds.c:8335 fish/cmds.c:8359 fish/cmds.c:8382 fish/cmds.c:8405
1652 #: fish/cmds.c:8426 fish/cmds.c:8447 fish/cmds.c:8468 fish/cmds.c:8488
1653 #: fish/cmds.c:8511 fish/cmds.c:8549 fish/cmds.c:8566 fish/cmds.c:8583
1654 #: fish/cmds.c:8602 fish/cmds.c:8621 fish/cmds.c:8638 fish/cmds.c:8655
1655 #: fish/cmds.c:8672 fish/cmds.c:8689 fish/cmds.c:8708 fish/cmds.c:8744
1656 #: fish/cmds.c:8784 fish/cmds.c:8817 fish/cmds.c:8834 fish/cmds.c:8851
1657 #: fish/cmds.c:8867 fish/cmds.c:8882 fish/cmds.c:8903 fish/cmds.c:8941
1658 #: fish/cmds.c:8979 fish/cmds.c:9018 fish/cmds.c:9058 fish/cmds.c:9099
1659 #: fish/cmds.c:9140 fish/cmds.c:9178 fish/cmds.c:9195 fish/cmds.c:9218
1660 #: fish/cmds.c:9240 fish/cmds.c:9262 fish/cmds.c:9282 fish/cmds.c:9302
1661 #: fish/cmds.c:9338 fish/cmds.c:9410 fish/cmds.c:9450 fish/cmds.c:9508
1662 #: fish/cmds.c:9534 fish/cmds.c:9560 fish/cmds.c:9588 fish/cmds.c:9647
1663 #: fish/cmds.c:9668 fish/cmds.c:9713 fish/cmds.c:9733 fish/cmds.c:9772
1664 #: fish/cmds.c:9809 fish/cmds.c:9829 fish/cmds.c:9851 fish/cmds.c:9908
1665 #: fish/cmds.c:9928 fish/cmds.c:9950 fish/cmds.c:9972 fish/cmds.c:9991
1666 #: fish/cmds.c:10011 fish/cmds.c:10038 fish/cmds.c:10058 fish/cmds.c:10078
1667 #: fish/cmds.c:10098 fish/cmds.c:10118 fish/cmds.c:10140 fish/cmds.c:10175
1668 #: fish/cmds.c:10193 fish/cmds.c:10216 fish/cmds.c:10238 fish/cmds.c:10253
1669 #: fish/cmds.c:10270 fish/cmds.c:10307 fish/cmds.c:10346 fish/cmds.c:10386
1670 #: fish/cmds.c:10442 fish/cmds.c:10464 fish/cmds.c:10500 fish/cmds.c:10515
1671 #: fish/cmds.c:10535 fish/cmds.c:10575 fish/cmds.c:10598 fish/cmds.c:10622
1672 #: fish/cmds.c:10647 fish/cmds.c:10688 fish/cmds.c:10713 fish/cmds.c:10751
1673 #: fish/cmds.c:10782 fish/cmds.c:10813 fish/cmds.c:10841 fish/cmds.c:10861
1674 #: fish/cmds.c:10893 fish/cmds.c:10913 fish/cmds.c:10933 fish/cmds.c:10950
1675 #: fish/cmds.c:10968 fish/cmds.c:10991 fish/cmds.c:11012 fish/cmds.c:11031
1676 #: fish/cmds.c:11073 fish/cmds.c:11116 fish/cmds.c:11160 fish/cmds.c:11199
1677 #: fish/cmds.c:11218 fish/cmds.c:11238 fish/cmds.c:11258 fish/cmds.c:11279
1678 #: fish/cmds.c:11300 fish/cmds.c:11321 fish/cmds.c:11342 fish/cmds.c:11363
1679 #: fish/cmds.c:11385 fish/cmds.c:11423 fish/cmds.c:11474 fish/cmds.c:11512
1680 #: fish/cmds.c:11568 fish/cmds.c:11658 fish/cmds.c:11687 fish/cmds.c:11714
1681 #, c-format
1682 msgid "%s should have %d parameter(s)\n"
1683 msgstr ""
1684
1685 #: fish/cmds.c:3241 fish/cmds.c:3255 fish/cmds.c:3271 fish/cmds.c:3288
1686 #: fish/cmds.c:3305 fish/cmds.c:3323 fish/cmds.c:3342 fish/cmds.c:3358
1687 #: fish/cmds.c:3376 fish/cmds.c:3392 fish/cmds.c:3410 fish/cmds.c:3426
1688 #: fish/cmds.c:3443 fish/cmds.c:3458 fish/cmds.c:3476 fish/cmds.c:3491
1689 #: fish/cmds.c:3507 fish/cmds.c:3523 fish/cmds.c:3539 fish/cmds.c:3555
1690 #: fish/cmds.c:3571 fish/cmds.c:3589 fish/cmds.c:3622 fish/cmds.c:3638
1691 #: fish/cmds.c:3654 fish/cmds.c:3673 fish/cmds.c:3688 fish/cmds.c:3706
1692 #: fish/cmds.c:3721 fish/cmds.c:3739 fish/cmds.c:3754 fish/cmds.c:3772
1693 #: fish/cmds.c:3787 fish/cmds.c:3806 fish/cmds.c:3825 fish/cmds.c:3843
1694 #: fish/cmds.c:3863 fish/cmds.c:3882 fish/cmds.c:3902 fish/cmds.c:3922
1695 #: fish/cmds.c:3942 fish/cmds.c:3961 fish/cmds.c:3980 fish/cmds.c:4000
1696 #: fish/cmds.c:4020 fish/cmds.c:4040 fish/cmds.c:4055 fish/cmds.c:4071
1697 #: fish/cmds.c:4092 fish/cmds.c:4143 fish/cmds.c:4161 fish/cmds.c:4178
1698 #: fish/cmds.c:4199 fish/cmds.c:4257 fish/cmds.c:4277 fish/cmds.c:4297
1699 #: fish/cmds.c:4317 fish/cmds.c:4337 fish/cmds.c:4357 fish/cmds.c:4376
1700 #: fish/cmds.c:4395 fish/cmds.c:4414 fish/cmds.c:4429 fish/cmds.c:4448
1701 #: fish/cmds.c:4468 fish/cmds.c:4488 fish/cmds.c:4509 fish/cmds.c:4525
1702 #: fish/cmds.c:4541 fish/cmds.c:4560 fish/cmds.c:4582 fish/cmds.c:4604
1703 #: fish/cmds.c:4624 fish/cmds.c:4641 fish/cmds.c:4658 fish/cmds.c:4675
1704 #: fish/cmds.c:4692 fish/cmds.c:4709 fish/cmds.c:4726 fish/cmds.c:4743
1705 #: fish/cmds.c:4762 fish/cmds.c:4785 fish/cmds.c:4821 fish/cmds.c:4838
1706 #: fish/cmds.c:4861 fish/cmds.c:4883 fish/cmds.c:4904 fish/cmds.c:4924
1707 #: fish/cmds.c:4943 fish/cmds.c:4963 fish/cmds.c:4981 fish/cmds.c:4999
1708 #: fish/cmds.c:5013 fish/cmds.c:5029 fish/cmds.c:5049 fish/cmds.c:5068
1709 #: fish/cmds.c:5087 fish/cmds.c:5106 fish/cmds.c:5125 fish/cmds.c:5145
1710 #: fish/cmds.c:5185 fish/cmds.c:5242 fish/cmds.c:5263 fish/cmds.c:5284
1711 #: fish/cmds.c:5305 fish/cmds.c:5323 fish/cmds.c:5345 fish/cmds.c:5383
1712 #: fish/cmds.c:5405 fish/cmds.c:5484 fish/cmds.c:5523 fish/cmds.c:5538
1713 #: fish/cmds.c:5555 fish/cmds.c:5569 fish/cmds.c:5585 fish/cmds.c:5607
1714 #: fish/cmds.c:5629 fish/cmds.c:5651 fish/cmds.c:5673 fish/cmds.c:5695
1715 #: fish/cmds.c:5717 fish/cmds.c:5737 fish/cmds.c:5754 fish/cmds.c:5771
1716 #: fish/cmds.c:5790 fish/cmds.c:5809 fish/cmds.c:5829 fish/cmds.c:5865
1717 #: fish/cmds.c:5884 fish/cmds.c:5903 fish/cmds.c:5920 fish/cmds.c:5938
1718 #: fish/cmds.c:5961 fish/cmds.c:5984 fish/cmds.c:6008 fish/cmds.c:6031
1719 #: fish/cmds.c:6052 fish/cmds.c:6075 fish/cmds.c:6098 fish/cmds.c:6118
1720 #: fish/cmds.c:6140 fish/cmds.c:6161 fish/cmds.c:6184 fish/cmds.c:6201
1721 #: fish/cmds.c:6218 fish/cmds.c:6236 fish/cmds.c:6254 fish/cmds.c:6275
1722 #: fish/cmds.c:6293 fish/cmds.c:6314 fish/cmds.c:6334 fish/cmds.c:6352
1723 #: fish/cmds.c:6373 fish/cmds.c:6396 fish/cmds.c:6419 fish/cmds.c:6441
1724 #: fish/cmds.c:6474 fish/cmds.c:6491 fish/cmds.c:6508 fish/cmds.c:6532
1725 #: fish/cmds.c:6555 fish/cmds.c:6578 fish/cmds.c:6600 fish/cmds.c:6617
1726 #: fish/cmds.c:6639 fish/cmds.c:6733 fish/cmds.c:6753 fish/cmds.c:6773
1727 #: fish/cmds.c:6793 fish/cmds.c:6811 fish/cmds.c:6832 fish/cmds.c:6868
1728 #: fish/cmds.c:6885 fish/cmds.c:6907 fish/cmds.c:6924 fish/cmds.c:6960
1729 #: fish/cmds.c:6980 fish/cmds.c:7000 fish/cmds.c:7020 fish/cmds.c:7042
1730 #: fish/cmds.c:7059 fish/cmds.c:7078 fish/cmds.c:7097 fish/cmds.c:7119
1731 #: fish/cmds.c:7140 fish/cmds.c:7161 fish/cmds.c:7182 fish/cmds.c:7205
1732 #: fish/cmds.c:7246 fish/cmds.c:7269 fish/cmds.c:7308 fish/cmds.c:7325
1733 #: fish/cmds.c:7344 fish/cmds.c:7365 fish/cmds.c:7388 fish/cmds.c:7410
1734 #: fish/cmds.c:7428 fish/cmds.c:7447 fish/cmds.c:7468 fish/cmds.c:7545
1735 #: fish/cmds.c:7586 fish/cmds.c:7665 fish/cmds.c:7741 fish/cmds.c:7778
1736 #: fish/cmds.c:7801 fish/cmds.c:7822 fish/cmds.c:7845 fish/cmds.c:7867
1737 #: fish/cmds.c:7892 fish/cmds.c:7935 fish/cmds.c:7976 fish/cmds.c:7997
1738 #: fish/cmds.c:8015 fish/cmds.c:8034 fish/cmds.c:8051 fish/cmds.c:8069
1739 #: fish/cmds.c:8096 fish/cmds.c:8120 fish/cmds.c:8144 fish/cmds.c:8168
1740 #: fish/cmds.c:8192 fish/cmds.c:8216 fish/cmds.c:8240 fish/cmds.c:8264
1741 #: fish/cmds.c:8288 fish/cmds.c:8312 fish/cmds.c:8336 fish/cmds.c:8360
1742 #: fish/cmds.c:8383 fish/cmds.c:8406 fish/cmds.c:8427 fish/cmds.c:8448
1743 #: fish/cmds.c:8469 fish/cmds.c:8489 fish/cmds.c:8512 fish/cmds.c:8550
1744 #: fish/cmds.c:8567 fish/cmds.c:8584 fish/cmds.c:8603 fish/cmds.c:8622
1745 #: fish/cmds.c:8639 fish/cmds.c:8656 fish/cmds.c:8673 fish/cmds.c:8690
1746 #: fish/cmds.c:8709 fish/cmds.c:8745 fish/cmds.c:8785 fish/cmds.c:8818
1747 #: fish/cmds.c:8835 fish/cmds.c:8852 fish/cmds.c:8868 fish/cmds.c:8883
1748 #: fish/cmds.c:8904 fish/cmds.c:8942 fish/cmds.c:8980 fish/cmds.c:9019
1749 #: fish/cmds.c:9059 fish/cmds.c:9100 fish/cmds.c:9141 fish/cmds.c:9179
1750 #: fish/cmds.c:9196 fish/cmds.c:9219 fish/cmds.c:9241 fish/cmds.c:9263
1751 #: fish/cmds.c:9283 fish/cmds.c:9303 fish/cmds.c:9339 fish/cmds.c:9411
1752 #: fish/cmds.c:9451 fish/cmds.c:9509 fish/cmds.c:9535 fish/cmds.c:9561
1753 #: fish/cmds.c:9589 fish/cmds.c:9648 fish/cmds.c:9669 fish/cmds.c:9714
1754 #: fish/cmds.c:9734 fish/cmds.c:9773 fish/cmds.c:9810 fish/cmds.c:9830
1755 #: fish/cmds.c:9852 fish/cmds.c:9909 fish/cmds.c:9929 fish/cmds.c:9951
1756 #: fish/cmds.c:9973 fish/cmds.c:9992 fish/cmds.c:10012 fish/cmds.c:10039
1757 #: fish/cmds.c:10059 fish/cmds.c:10079 fish/cmds.c:10099 fish/cmds.c:10119
1758 #: fish/cmds.c:10141 fish/cmds.c:10176 fish/cmds.c:10194 fish/cmds.c:10217
1759 #: fish/cmds.c:10239 fish/cmds.c:10254 fish/cmds.c:10271 fish/cmds.c:10308
1760 #: fish/cmds.c:10347 fish/cmds.c:10387 fish/cmds.c:10443 fish/cmds.c:10465
1761 #: fish/cmds.c:10501 fish/cmds.c:10516 fish/cmds.c:10536 fish/cmds.c:10576
1762 #: fish/cmds.c:10599 fish/cmds.c:10623 fish/cmds.c:10648 fish/cmds.c:10689
1763 #: fish/cmds.c:10714 fish/cmds.c:10752 fish/cmds.c:10783 fish/cmds.c:10814
1764 #: fish/cmds.c:10842 fish/cmds.c:10862 fish/cmds.c:10894 fish/cmds.c:10914
1765 #: fish/cmds.c:10934 fish/cmds.c:10951 fish/cmds.c:10969 fish/cmds.c:10992
1766 #: fish/cmds.c:11013 fish/cmds.c:11032 fish/cmds.c:11074 fish/cmds.c:11117
1767 #: fish/cmds.c:11161 fish/cmds.c:11200 fish/cmds.c:11219 fish/cmds.c:11239
1768 #: fish/cmds.c:11259 fish/cmds.c:11280 fish/cmds.c:11301 fish/cmds.c:11322
1769 #: fish/cmds.c:11343 fish/cmds.c:11364 fish/cmds.c:11386 fish/cmds.c:11424
1770 #: fish/cmds.c:11475 fish/cmds.c:11513 fish/cmds.c:11569 fish/cmds.c:11592
1771 #: fish/cmds.c:11659 fish/cmds.c:11688 fish/cmds.c:11715
1772 #, c-format
1773 msgid "type 'help %s' for help on %s\n"
1774 msgstr ""
1775
1776 #: fish/cmds.c:3599 fish/cmds.c:4797 fish/cmds.c:5155 fish/cmds.c:5195
1777 #: fish/cmds.c:5214 fish/cmds.c:5357 fish/cmds.c:5416 fish/cmds.c:5435
1778 #: fish/cmds.c:5454 fish/cmds.c:5497 fish/cmds.c:5840 fish/cmds.c:6451
1779 #: fish/cmds.c:6650 fish/cmds.c:6669 fish/cmds.c:6688 fish/cmds.c:6707
1780 #: fish/cmds.c:6843 fish/cmds.c:6934 fish/cmds.c:7215 fish/cmds.c:7279
1781 #: fish/cmds.c:7478 fish/cmds.c:7497 fish/cmds.c:7516 fish/cmds.c:7555
1782 #: fish/cmds.c:7596 fish/cmds.c:7615 fish/cmds.c:7634 fish/cmds.c:7675
1783 #: fish/cmds.c:7694 fish/cmds.c:7713 fish/cmds.c:7751 fish/cmds.c:7904
1784 #: fish/cmds.c:7947 fish/cmds.c:8524 fish/cmds.c:8719 fish/cmds.c:8757
1785 #: fish/cmds.c:8795 fish/cmds.c:8915 fish/cmds.c:8952 fish/cmds.c:8990
1786 #: fish/cmds.c:9029 fish/cmds.c:9070 fish/cmds.c:9111 fish/cmds.c:9152
1787 #: fish/cmds.c:9315 fish/cmds.c:9351 fish/cmds.c:9364 fish/cmds.c:9377
1788 #: fish/cmds.c:9390 fish/cmds.c:9423 fish/cmds.c:9461 fish/cmds.c:9480
1789 #: fish/cmds.c:9601 fish/cmds.c:9620 fish/cmds.c:9681 fish/cmds.c:9694
1790 #: fish/cmds.c:9745 fish/cmds.c:9784 fish/cmds.c:9862 fish/cmds.c:9881
1791 #: fish/cmds.c:10155 fish/cmds.c:10282 fish/cmds.c:10319 fish/cmds.c:10358
1792 #: fish/cmds.c:10398 fish/cmds.c:10417 fish/cmds.c:10476 fish/cmds.c:10549
1793 #: fish/cmds.c:10659 fish/cmds.c:10729 fish/cmds.c:10763 fish/cmds.c:10794
1794 #: fish/cmds.c:10825 fish/cmds.c:10874 fish/cmds.c:11045 fish/cmds.c:11087
1795 #: fish/cmds.c:11132 fish/cmds.c:11174 fish/cmds.c:11400 fish/cmds.c:11438
1796 #: fish/cmds.c:11451 fish/cmds.c:11489 fish/cmds.c:11524 fish/cmds.c:11543
1797 #: fish/cmds.c:11610
1798 #, c-format
1799 msgid "%s: %s: invalid integer parameter (%s returned %d)\n"
1800 msgstr ""
1801
1802 #: fish/cmds.c:3605 fish/cmds.c:4803 fish/cmds.c:5161 fish/cmds.c:5201
1803 #: fish/cmds.c:5220 fish/cmds.c:5363 fish/cmds.c:5422 fish/cmds.c:5441
1804 #: fish/cmds.c:5460 fish/cmds.c:5503 fish/cmds.c:5846 fish/cmds.c:6457
1805 #: fish/cmds.c:6656 fish/cmds.c:6675 fish/cmds.c:6694 fish/cmds.c:6713
1806 #: fish/cmds.c:6849 fish/cmds.c:6940 fish/cmds.c:7221 fish/cmds.c:7285
1807 #: fish/cmds.c:7484 fish/cmds.c:7503 fish/cmds.c:7522 fish/cmds.c:7561
1808 #: fish/cmds.c:7602 fish/cmds.c:7621 fish/cmds.c:7640 fish/cmds.c:7681
1809 #: fish/cmds.c:7700 fish/cmds.c:7719 fish/cmds.c:7757 fish/cmds.c:7910
1810 #: fish/cmds.c:7953 fish/cmds.c:8530 fish/cmds.c:8725 fish/cmds.c:8763
1811 #: fish/cmds.c:8801 fish/cmds.c:8921 fish/cmds.c:8958 fish/cmds.c:8996
1812 #: fish/cmds.c:9035 fish/cmds.c:9076 fish/cmds.c:9117 fish/cmds.c:9158
1813 #: fish/cmds.c:9429 fish/cmds.c:9467 fish/cmds.c:9486 fish/cmds.c:9607
1814 #: fish/cmds.c:9751 fish/cmds.c:9790 fish/cmds.c:9868 fish/cmds.c:9887
1815 #: fish/cmds.c:10288 fish/cmds.c:10325 fish/cmds.c:10364 fish/cmds.c:10404
1816 #: fish/cmds.c:10423 fish/cmds.c:10482 fish/cmds.c:10555 fish/cmds.c:10665
1817 #: fish/cmds.c:11051 fish/cmds.c:11093 fish/cmds.c:11138 fish/cmds.c:11180
1818 #: fish/cmds.c:11530 fish/cmds.c:11616
1819 #, c-format
1820 msgid "%s: %s: integer out of range\n"
1821 msgstr ""
1822
1823 #: fish/cmds.c:4091 fish/cmds.c:4198 fish/cmds.c:11591
1824 #, c-format
1825 msgid "%s should have %d-%d parameter(s)\n"
1826 msgstr ""
1827
1828 #: fish/cmds.c:4117 fish/cmds.c:4229 fish/cmds.c:11631
1829 #, c-format
1830 msgid "%s: unknown optional argument \"%s\"\n"
1831 msgstr ""
1832
1833 #: fish/cmds.c:4123 fish/cmds.c:4235 fish/cmds.c:11637
1834 #, c-format
1835 msgid "%s: optional argument \"%s\" given twice\n"
1836 msgstr ""
1837
1838 #: fish/cmds.c:11732
1839 #, c-format
1840 msgid "%s: unknown command\n"
1841 msgstr ""
1842
1843 #: fish/config.c:74 fish/config.c:113
1844 #, c-format
1845 msgid "%s: %s: line %d: error parsing configuration file: %s\n"
1846 msgstr ""
1847
1848 #: fish/copy.c:41
1849 #, c-format
1850 msgid ""
1851 "use 'copy-in <local> [<local>...] <remotedir>' to copy files into the image\n"
1852 msgstr ""
1853
1854 #: fish/copy.c:62
1855 #, c-format
1856 msgid "copy-in: target '%s' is not a directory\n"
1857 msgstr ""
1858
1859 #: fish/copy.c:157
1860 #, c-format
1861 msgid "error: argument is zero length or longer than maximum permitted\n"
1862 msgstr ""
1863
1864 #: fish/copy.c:202
1865 #, c-format
1866 msgid ""
1867 "use 'copy-out <remote> [<remote>...] <localdir>' to copy files out of the "
1868 "image\n"
1869 msgstr ""
1870
1871 #: fish/copy.c:213
1872 #, c-format
1873 msgid "copy-out: target '%s' is not a directory\n"
1874 msgstr ""
1875
1876 #: fish/copy.c:258
1877 #, c-format
1878 msgid "copy-out: '%s' is not a file or directory\n"
1879 msgstr ""
1880
1881 #: fish/edit.c:45
1882 #, c-format
1883 msgid "use '%s filename' to edit a file\n"
1884 msgstr ""
1885
1886 #: fish/fish.c:101
1887 #, c-format
1888 msgid ""
1889 "%s: guest filesystem shell\n"
1890 "%s lets you edit virtual machine filesystems\n"
1891 "Copyright (C) 2009-2011 Red Hat Inc.\n"
1892 "Usage:\n"
1893 "  %s [--options] cmd [: cmd : cmd ...]\n"
1894 "Options:\n"
1895 "  -h|--cmd-help        List available commands\n"
1896 "  -h|--cmd-help cmd    Display detailed help on 'cmd'\n"
1897 "  -a|--add image       Add image\n"
1898 "  -c|--connect uri     Specify libvirt URI for -d option\n"
1899 "  --csh                Make --listen csh-compatible\n"
1900 "  -d|--domain guest    Add disks from libvirt guest\n"
1901 "  -D|--no-dest-paths   Don't tab-complete paths from guest fs\n"
1902 "  --echo-keys          Don't turn off echo for passphrases\n"
1903 "  -f|--file file       Read commands from file\n"
1904 "  --format[=raw|..]    Force disk format for -a option\n"
1905 "  -i|--inspector       Automatically mount filesystems\n"
1906 "  --keys-from-stdin    Read passphrases from stdin\n"
1907 "  --listen             Listen for remote commands\n"
1908 "  --live               Connect to a live virtual machine\n"
1909 "  -m|--mount dev[:mnt[:opts]] Mount dev on mnt (if omitted, /)\n"
1910 "  -n|--no-sync         Don't autosync\n"
1911 "  -N|--new type        Create prepared disk (test1.img, ...)\n"
1912 "  --progress-bars      Enable progress bars even when not interactive\n"
1913 "  --no-progress-bars   Disable progress bars\n"
1914 "  --remote[=pid]       Send commands to remote %s\n"
1915 "  -r|--ro              Mount read-only\n"
1916 "  --selinux            Enable SELinux support\n"
1917 "  -v|--verbose         Verbose messages\n"
1918 "  -V|--version         Display version and exit\n"
1919 "  -w|--rw              Mount read-write\n"
1920 "  -x                   Echo each command before executing it\n"
1921 "\n"
1922 "To examine a disk image, ISO, hard disk, filesystem etc:\n"
1923 "  %s [--ro|--rw] -i -a /path/to/disk.img\n"
1924 "or\n"
1925 "  %s [--ro|--rw] -i -d name-of-libvirt-domain\n"
1926 "\n"
1927 "--ro recommended to avoid any writes to the disk image.  If -i option fails\n"
1928 "run again without -i and use 'run' + 'list-filesystems' + 'mount' cmds.\n"
1929 "\n"
1930 "For more information, see the manpage %s(1).\n"
1931 msgstr ""
1932
1933 #: fish/fish.c:244
1934 #, c-format
1935 msgid "%s: --listen=PID: PID was not a number: %s\n"
1936 msgstr ""
1937
1938 #: fish/fish.c:251
1939 #, c-format
1940 msgid ""
1941 "%s: remote: $GUESTFISH_PID must be set to the PID of the remote process\n"
1942 msgstr ""
1943
1944 #: fish/fish.c:301
1945 #, c-format
1946 msgid "%s: only one -f parameter can be given\n"
1947 msgstr ""
1948
1949 #: fish/fish.c:462
1950 #, c-format
1951 msgid "%s: cannot use --listen and --remote options at the same time\n"
1952 msgstr ""
1953
1954 #: fish/fish.c:470
1955 #, c-format
1956 msgid "%s: extra parameters on the command line with --listen flag\n"
1957 msgstr ""
1958
1959 #: fish/fish.c:476
1960 #, c-format
1961 msgid "%s: cannot use --listen and --file options at the same time\n"
1962 msgstr ""
1963
1964 #: fish/fish.c:534
1965 #, c-format
1966 msgid "guestfish: could not access termcap or terminfo database.\n"
1967 msgstr ""
1968
1969 #: fish/fish.c:538
1970 #, c-format
1971 msgid "guestfish: terminal type \"%s\" not defined.\n"
1972 msgstr ""
1973
1974 #: fish/fish.c:626
1975 #, c-format
1976 msgid ""
1977 "\n"
1978 "Welcome to guestfish, the libguestfs filesystem interactive shell for\n"
1979 "editing virtual machine filesystems.\n"
1980 "\n"
1981 "Type: 'help' for help on commands\n"
1982 "      'man' to read the manual\n"
1983 "      'quit' to quit the shell\n"
1984 "\n"
1985 msgstr ""
1986
1987 #: fish/fish.c:770
1988 #, c-format
1989 msgid "%s: unterminated double quote\n"
1990 msgstr ""
1991
1992 #: fish/fish.c:776 fish/fish.c:793
1993 #, c-format
1994 msgid "%s: command arguments not separated by whitespace\n"
1995 msgstr ""
1996
1997 #: fish/fish.c:787
1998 #, c-format
1999 msgid "%s: unterminated single quote\n"
2000 msgstr ""
2001
2002 #: fish/fish.c:817
2003 #, c-format
2004 msgid "%s: internal error parsing string at '%s'\n"
2005 msgstr ""
2006
2007 #: fish/fish.c:834
2008 #, c-format
2009 msgid "%s: too many arguments\n"
2010 msgstr ""
2011
2012 #: fish/fish.c:902
2013 #, c-format
2014 msgid "%s: empty command on command line\n"
2015 msgstr ""
2016
2017 #: fish/fish.c:1048
2018 msgid "display a list of commands or help on a command"
2019 msgstr ""
2020
2021 #: fish/fish.c:1050
2022 msgid "quit guestfish"
2023 msgstr ""
2024
2025 #: fish/fish.c:1061
2026 #, c-format
2027 msgid ""
2028 "help - display a list of commands or help on a command\n"
2029 "     help cmd\n"
2030 "     help\n"
2031 msgstr ""
2032
2033 #: fish/fish.c:1069
2034 #, c-format
2035 msgid ""
2036 "quit - quit guestfish\n"
2037 "     quit\n"
2038 msgstr ""
2039
2040 #: fish/fish.c:1074
2041 #, c-format
2042 msgid "%s: command not known, use -h to list all commands\n"
2043 msgstr ""
2044
2045 #: fish/fish.c:1090
2046 #, c-format
2047 msgid ""
2048 "Did you mean to open a disk image?  guestfish -a disk.img\n"
2049 "For a list of commands:             guestfish -h\n"
2050 "For complete documentation:         man guestfish\n"
2051 msgstr ""
2052
2053 #: fish/fish.c:1247
2054 #, c-format
2055 msgid "Runaway quote in string \"%s\"\n"
2056 msgstr ""
2057
2058 #: fish/fish.c:1444
2059 #, c-format
2060 msgid ""
2061 "%s: to use Windows drive letters, you must inspect the guest (\"-i\" option "
2062 "or run \"inspect-os\" command)\n"
2063 msgstr ""
2064
2065 #: fish/fish.c:1450
2066 #, c-format
2067 msgid "%s: to use Windows drive letters, this must be a Windows guest\n"
2068 msgstr ""
2069
2070 #: fish/fish.c:1464
2071 #, c-format
2072 msgid ""
2073 "%s: drive '%c:' not found.  To list available drives do:\n"
2074 "  inspect-get-drive-mappings %s\n"
2075 msgstr ""
2076
2077 #: fish/fish.c:1483
2078 #, c-format
2079 msgid ""
2080 "%s: to access '%c:', mount %s first.  One way to do this is:\n"
2081 "  umount-all\n"
2082 "  mount %s /\n"
2083 msgstr ""
2084
2085 #: fish/glob.c:53
2086 #, c-format
2087 msgid "use 'glob command [args...]'\n"
2088 msgstr ""
2089
2090 #: fish/glob.c:73
2091 #, c-format
2092 msgid "glob: guestfs_glob_expand call failed: %s\n"
2093 msgstr ""
2094
2095 #: fish/help.c:38
2096 #, c-format
2097 msgid ""
2098 "Add disk images to examine using the -a or -d options, or the 'add' "
2099 "command.\n"
2100 "Or create a new disk image using -N, or the 'alloc' or 'sparse' commands.\n"
2101 "Once you have done this, use the 'run' command.\n"
2102 msgstr ""
2103
2104 #: fish/help.c:44
2105 #, c-format
2106 msgid ""
2107 "Find out what filesystems are available using 'list-filesystems' and then\n"
2108 "mount them to examine or modify the contents using 'mount-ro' or\n"
2109 "'mount-options'.\n"
2110 msgstr ""
2111
2112 #: fish/help.c:52
2113 #, c-format
2114 msgid ""
2115 "For more information about a command, use 'help cmd'.\n"
2116 "\n"
2117 "To read the manual, type 'man'.\n"
2118 msgstr ""
2119
2120 #: fish/hexedit.c:41
2121 #, c-format
2122 msgid "hexedit (device|filename) [max | start max]\n"
2123 msgstr ""
2124
2125 #: fish/hexedit.c:52
2126 #, c-format
2127 msgid "hexedit: %s is a zero length file or device\n"
2128 msgstr ""
2129
2130 #: fish/hexedit.c:63
2131 #, c-format
2132 msgid ""
2133 "hexedit: %s is larger than %s. You must supply a limit using\n"
2134 "  'hexedit %s <max>' (eg. 'hexedit %s 1M') or a range using\n"
2135 "  'hexedit %s <start> <max>'.\n"
2136 msgstr ""
2137
2138 #: fish/hexedit.c:92
2139 #, c-format
2140 msgid "hexedit: invalid range\n"
2141 msgstr ""
2142
2143 #: fish/inspect.c:77
2144 #, c-format
2145 msgid "%s: don't use --live and -i options together\n"
2146 msgstr ""
2147
2148 #: fish/inspect.c:89
2149 #, c-format
2150 msgid "%s: no operating system was found on this disk\n"
2151 msgstr ""
2152
2153 #: fish/inspect.c:95
2154 #, c-format
2155 msgid "%s: multi-boot operating systems are not supported by the -i option\n"
2156 msgstr ""
2157
2158 #: fish/inspect.c:134
2159 #, c-format
2160 msgid "%s: some filesystems could not be mounted (ignored)\n"
2161 msgstr ""
2162
2163 #: fish/inspect.c:146
2164 #, c-format
2165 msgid "Operating system: %s\n"
2166 msgstr ""
2167
2168 #: fish/inspect.c:159
2169 #, c-format
2170 msgid "%s mounted on %s\n"
2171 msgstr ""
2172
2173 #: fish/keys.c:53
2174 #, c-format
2175 msgid "Enter key or passphrase (\"%s\"): "
2176 msgstr ""
2177
2178 #: fish/lcd.c:34
2179 #, c-format
2180 msgid "use 'lcd directory' to change local directory\n"
2181 msgstr ""
2182
2183 #: fish/man.c:35
2184 #, c-format
2185 msgid "use 'man' without parameters to open the manual\n"
2186 msgstr ""
2187
2188 #: fish/man.c:54
2189 #, c-format
2190 msgid "the external 'man' program failed\n"
2191 msgstr ""
2192
2193 #: fish/more.c:40
2194 #, c-format
2195 msgid "use '%s filename' to page a file\n"
2196 msgstr ""
2197
2198 #: fish/options.c:36
2199 #, c-format
2200 msgid "%s: too many drives added on the command line\n"
2201 msgstr ""
2202
2203 #: fish/options.c:128
2204 #, c-format
2205 msgid "%s: '%s' could not be mounted.  Did you mean one of these?\n"
2206 msgstr ""
2207
2208 #: fish/prep.c:37
2209 #, c-format
2210 msgid ""
2211 "List of available prepared disk images:\n"
2212 "\n"
2213 msgstr ""
2214
2215 #: fish/prep.c:40
2216 #, c-format
2217 msgid ""
2218 "guestfish -N %-8s - %s\n"
2219 "\n"
2220 "%s\n"
2221 msgstr ""
2222
2223 #: fish/prep.c:48
2224 #, c-format
2225 msgid "  Optional parameters:\n"
2226 msgstr ""
2227
2228 #: fish/prep.c:55
2229 #, c-format
2230 msgid "<%s> %s (default: %s)\n"
2231 msgstr ""
2232
2233 #: fish/prep.c:65
2234 #, c-format
2235 msgid ""
2236 "Prepared disk images are written to file \"test1.img\" in the local\n"
2237 "directory.  (\"test2.img\" etc if -N option is given multiple times).\n"
2238 "For more information see the guestfish(1) manual.\n"
2239 msgstr ""
2240
2241 #: fish/prep.c:96
2242 #, c-format
2243 msgid ""
2244 "guestfish: -N parameter '%s': no such prepared disk image known.\n"
2245 "Use 'guestfish -N help' to list possible values for the -N parameter.\n"
2246 msgstr ""
2247
2248 #: fish/prep.c:158
2249 #, c-format
2250 msgid "guestfish: error creating prepared disk image '%s' on '%s': "
2251 msgstr ""
2252
2253 #: fish/prep_boot.c:34 fish/prep_boot.c:89 fish/prep_disk.c:34
2254 #: fish/prep_fs.c:34 fish/prep_lv.c:69 fish/prep_lv.c:122 fish/prep_part.c:34
2255 msgid "failed to allocate disk"
2256 msgstr ""
2257
2258 #: fish/prep_boot.c:42 fish/prep_boot.c:97
2259 msgid "could not parse boot size"
2260 msgstr ""
2261
2262 #: fish/prep_boot.c:46 fish/prep_boot.c:101
2263 #, c-format
2264 msgid "failed to get sector size of disk: %s"
2265 msgstr ""
2266
2267 #: fish/prep_boot.c:50 fish/prep_boot.c:105 fish/prep_fs.c:41
2268 #: fish/prep_lv.c:76 fish/prep_lv.c:129 fish/prep_part.c:41
2269 #, c-format
2270 msgid "failed to partition disk: %s"
2271 msgstr ""
2272
2273 #: fish/prep_boot.c:55 fish/prep_boot.c:110
2274 #, c-format
2275 msgid "failed to add boot partition: %s"
2276 msgstr ""
2277
2278 #: fish/prep_boot.c:59 fish/prep_boot.c:114
2279 #, c-format
2280 msgid "failed to add root partition: %s"
2281 msgstr ""
2282
2283 #: fish/prep_boot.c:68 fish/prep_boot.c:128
2284 #, c-format
2285 msgid "failed to create boot filesystem: %s"
2286 msgstr ""
2287
2288 #: fish/prep_boot.c:77 fish/prep_boot.c:157
2289 #, c-format
2290 msgid "failed to create root filesystem: %s"
2291 msgstr ""
2292
2293 #: fish/prep_boot.c:86 fish/prep_boot.c:120 fish/prep_lv.c:66
2294 #: fish/prep_lv.c:82 fish/prep_lv.c:119 fish/prep_lv.c:135
2295 msgid "incorrect format for LV name, use '/dev/VG/LV'"
2296 msgstr ""
2297
2298 #: fish/prep_boot.c:137 fish/prep_lv.c:91 fish/prep_lv.c:144
2299 #, c-format
2300 msgid "failed to create PV: %s: %s"
2301 msgstr ""
2302
2303 #: fish/prep_boot.c:142 fish/prep_lv.c:96 fish/prep_lv.c:149
2304 #, c-format
2305 msgid "failed to create VG: %s: %s"
2306 msgstr ""
2307
2308 #: fish/prep_boot.c:149 fish/prep_lv.c:103 fish/prep_lv.c:156
2309 #, c-format
2310 msgid "failed to create LV: /dev/%s/%s: %s"
2311 msgstr ""
2312
2313 #: fish/prep_boot.c:153 fish/prep_lv.c:107 fish/prep_lv.c:160
2314 #, c-format
2315 msgid "failed to resize LV to full size: %s: %s"
2316 msgstr ""
2317
2318 #: fish/prep_fs.c:51 fish/prep_lv.c:165
2319 #, c-format
2320 msgid "failed to create filesystem (%s): %s"
2321 msgstr ""
2322
2323 #: fish/rc.c:257
2324 #, c-format
2325 msgid "guestfish: protocol error: could not read 'hello' message\n"
2326 msgstr ""
2327
2328 #: fish/rc.c:262
2329 #, c-format
2330 msgid ""
2331 "guestfish: protocol error: version mismatch, server version '%s' does not "
2332 "match client version '%s'.  The two versions must match exactly.\n"
2333 msgstr ""
2334
2335 #: fish/rc.c:337 fish/rc.c:351
2336 #, c-format
2337 msgid "guestfish: remote: looks like the server is not running\n"
2338 msgstr ""
2339
2340 #: fish/rc.c:363 fish/rc.c:377
2341 #, c-format
2342 msgid "guestfish: protocol error: could not send initial greeting to server\n"
2343 msgstr ""
2344
2345 #: fish/rc.c:388
2346 #, c-format
2347 msgid "guestfish: protocol error: could not decode reply from server\n"
2348 msgstr ""
2349
2350 #: fish/reopen.c:36
2351 #, c-format
2352 msgid "'reopen' command takes no parameters\n"
2353 msgstr ""
2354
2355 #: fish/reopen.c:46
2356 #, c-format
2357 msgid "reopen: guestfs_create: failed to create handle\n"
2358 msgstr ""
2359
2360 #: fish/supported.c:66
2361 msgid "yes"
2362 msgstr ""
2363
2364 #: fish/supported.c:68
2365 msgid "no"
2366 msgstr ""
2367
2368 #: fish/time.c:36
2369 #, c-format
2370 msgid "use 'time command [args...]'\n"
2371 msgstr ""
2372
2373 #: fuse/guestmount.c:912
2374 #, c-format
2375 msgid ""
2376 "%s: FUSE module for libguestfs\n"
2377 "%s lets you mount a virtual machine filesystem\n"
2378 "Copyright (C) 2009-2010 Red Hat Inc.\n"
2379 "Usage:\n"
2380 "  %s [--options] [-- [--FUSE-options]] mountpoint\n"
2381 "Options:\n"
2382 "  -a|--add image       Add image\n"
2383 "  -c|--connect uri     Specify libvirt URI for -d option\n"
2384 "  --dir-cache-timeout  Set readdir cache timeout (default 5 sec)\n"
2385 "  -d|--domain guest    Add disks from libvirt guest\n"
2386 "  --echo-keys          Don't turn off echo for passphrases\n"
2387 "  --format[=raw|..]    Force disk format for -a option\n"
2388 "  --fuse-help          Display extra FUSE options\n"
2389 "  -i|--inspector       Automatically mount filesystems\n"
2390 "  --help               Display help message and exit\n"
2391 "  --keys-from-stdin    Read passphrases from stdin\n"
2392 "  --live               Connect to a live virtual machine\n"
2393 "  -m|--mount dev[:mnt[:opts]] Mount dev on mnt (if omitted, /)\n"
2394 "  -n|--no-sync         Don't autosync\n"
2395 "  -o|--option opt      Pass extra option to FUSE\n"
2396 "  -r|--ro              Mount read-only\n"
2397 "  --selinux            Enable SELinux support\n"
2398 "  -v|--verbose         Verbose messages\n"
2399 "  -V|--version         Display version and exit\n"
2400 "  -w|--rw              Mount read-write\n"
2401 "  -x|--trace           Trace guestfs API calls\n"
2402 msgstr ""
2403
2404 #: fuse/guestmount.c:1130
2405 #, c-format
2406 msgid "%s: must have at least one -a/-d and at least one -m/-i option\n"
2407 msgstr ""
2408
2409 #: fuse/guestmount.c:1138
2410 #, c-format
2411 msgid "%s: you must specify a mountpoint in the host filesystem\n"
2412 msgstr ""
2413
2414 #: inspector/virt-inspector.c:76
2415 #, c-format
2416 msgid ""
2417 "%s: display information about a virtual machine\n"
2418 "Copyright (C) 2010 Red Hat Inc.\n"
2419 "Usage:\n"
2420 "  %s [--options] -d domname file [file ...]\n"
2421 "  %s [--options] -a disk.img [-a disk.img ...] file [file ...]\n"
2422 "Options:\n"
2423 "  -a|--add image       Add image\n"
2424 "  -c|--connect uri     Specify libvirt URI for -d option\n"
2425 "  -d|--domain guest    Add disks from libvirt guest\n"
2426 "  --echo-keys          Don't turn off echo for passphrases\n"
2427 "  --format[=raw|..]    Force disk format for -a option\n"
2428 "  --help               Display brief help\n"
2429 "  --keys-from-stdin    Read passphrases from stdin\n"
2430 "  -v|--verbose         Verbose messages\n"
2431 "  -V|--version         Display version and exit\n"
2432 "  -x                   Trace libguestfs API calls\n"
2433 "For more information, see the manpage %s(1).\n"
2434 msgstr ""
2435
2436 #: inspector/virt-inspector.c:263
2437 #, c-format
2438 msgid ""
2439 "%s: no operating system could be detected inside this disk image.\n"
2440 "\n"
2441 "This may be because the file is not a disk image, or is not a virtual "
2442 "machine\n"
2443 "image, or because the OS type is not understood by libguestfs.\n"
2444 "\n"
2445 "NOTE for Red Hat Enterprise Linux 6 users: for Windows guest support you "
2446 "must\n"
2447 "install the separate libguestfs-winsupport package.\n"
2448 "\n"
2449 "If you feel this is an error, please file a bug report including as much\n"
2450 "information about the disk image as possible.\n"
2451 msgstr ""
2452
2453 #: inspector/virt-inspector.c:288
2454 #, c-format
2455 msgid "%s: XML write error at \"%s\": %m\n"
2456 msgstr ""
2457
2458 #: inspector/virt-inspector.c:300
2459 #, c-format
2460 msgid "%s: xmlOutputBufferCreateFd: failed to open stdout\n"
2461 msgstr ""
2462
2463 #: inspector/virt-inspector.c:308
2464 #, c-format
2465 msgid "%s: xmlNewTextWriter: failed to create libxml2 writer\n"
2466 msgstr ""
2467
2468 #: perl/lib/Sys/Guestfs/Lib.pm:158
2469 msgid "open_guest: first parameter must be a string or an arrayref"
2470 msgstr ""
2471
2472 #: perl/lib/Sys/Guestfs/Lib.pm:164
2473 msgid "open_guest: first argument contains undefined element"
2474 msgstr ""
2475
2476 #: perl/lib/Sys/Guestfs/Lib.pm:172
2477 #, perl-brace-format
2478 msgid "guest image {imagename} does not exist or is not readable"
2479 msgstr ""
2480
2481 #: perl/lib/Sys/Guestfs/Lib.pm:179
2482 msgid ""
2483 "open_guest: no libvirt support (install Sys::Virt, XML::XPath and XML::"
2484 "XPath::XMLParser)"
2485 msgstr ""
2486
2487 #: perl/lib/Sys/Guestfs/Lib.pm:184
2488 msgid "open_guest: too many domains listed on command line"
2489 msgstr ""
2490
2491 #: perl/lib/Sys/Guestfs/Lib.pm:191
2492 msgid "open_guest: cannot connect to libvirt"
2493 msgstr ""
2494
2495 #: perl/lib/Sys/Guestfs/Lib.pm:210
2496 #, perl-brace-format
2497 msgid "{imagename} is not the name of an inactive libvirt domain\n"
2498 msgstr ""
2499
2500 #: perl/lib/Sys/Guestfs/Lib.pm:213
2501 #, perl-brace-format
2502 msgid "{imagename} is not the name of a libvirt domain\n"
2503 msgstr ""
2504
2505 #: perl/lib/Sys/Guestfs/Lib.pm:242
2506 #, perl-brace-format
2507 msgid "{imagename} seems to have no disk devices\n"
2508 msgstr ""
2509
2510 #: perl/lib/Sys/Guestfs/Lib.pm:827
2511 msgid ""
2512 "No operating system could be detected inside this disk image.\n"
2513 "\n"
2514 "This may be because the file is not a disk image, or is not a virtual "
2515 "machine\n"
2516 "image, or because the OS type is not understood by virt-inspector.\n"
2517 "\n"
2518 "If you feel this is an error, please file a bug report including as much\n"
2519 "information about the disk image as possible.\n"
2520 msgstr ""
2521
2522 #: perl/lib/Sys/Guestfs/Lib.pm:945
2523 #, perl-brace-format
2524 msgid "unknown filesystem {fs}\n"
2525 msgstr ""
2526
2527 #: perl/lib/Sys/Guestfs/Lib.pm:1023
2528 #, perl-brace-format
2529 msgid "Error running rpm -qa: {error}"
2530 msgstr ""
2531
2532 #: perl/lib/Sys/Guestfs/Lib.pm:1049
2533 #, perl-brace-format
2534 msgid "Error running dpkg-query: {error}"
2535 msgstr ""
2536
2537 #: perl/lib/Sys/Guestfs/Lib.pm:1114
2538 msgid "Can't find grub on guest"
2539 msgstr ""
2540
2541 #: perl/lib/Sys/Guestfs/Lib.pm:1169
2542 #, perl-brace-format
2543 msgid "Grub entry {title} has no kernel"
2544 msgstr ""
2545
2546 #: perl/lib/Sys/Guestfs/Lib.pm:1200
2547 #, perl-brace-format
2548 msgid "grub refers to {path}, which doesn't exist\n"
2549 msgstr ""
2550
2551 #: perl/lib/Sys/Guestfs/Lib.pm:1223
2552 #, perl-brace-format
2553 msgid "Grub entry {title} does not specify an initrd"
2554 msgstr ""
2555
2556 #: perl/lib/Sys/Guestfs/Lib.pm:1292
2557 #, perl-brace-format
2558 msgid "Didn't find modules directory {modules} for kernel {path}"
2559 msgstr ""
2560
2561 #: perl/lib/Sys/Guestfs/Lib.pm:1300
2562 #, perl-brace-format
2563 msgid "Couldn't guess kernel version number from path for kernel {path}"
2564 msgstr ""
2565
2566 #: perl/lib/Sys/Guestfs/Lib.pm:1354
2567 #, perl-brace-format
2568 msgid "{path} doesn't match augeas pattern"
2569 msgstr ""
2570
2571 #: perl/lib/Sys/Guestfs/Lib.pm:1393
2572 #, perl-brace-format
2573 msgid "{filename}: could not read initrd format"
2574 msgstr ""
2575
2576 #: rescue/virt-rescue.c:64
2577 #, c-format
2578 msgid ""
2579 "%s: Run a rescue shell on a virtual machine\n"
2580 "Copyright (C) 2009-2010 Red Hat Inc.\n"
2581 "Usage:\n"
2582 "  %s [--options] -d domname\n"
2583 "  %s [--options] -a disk.img [-a disk.img ...]\n"
2584 "Options:\n"
2585 "  -a|--add image       Add image\n"
2586 "  --append kernelopts  Append kernel options\n"
2587 "  -c|--connect uri     Specify libvirt URI for -d option\n"
2588 "  -d|--domain guest    Add disks from libvirt guest\n"
2589 "  --format[=raw|..]    Force disk format for -a option\n"
2590 "  --help               Display brief help\n"
2591 "  -m|--memsize MB      Set memory size in megabytes\n"
2592 "  --network            Enable network\n"
2593 "  -r|--ro              Access read-only\n"
2594 "  --selinux            Enable SELinux\n"
2595 "  -v|--verbose         Verbose messages\n"
2596 "  -V|--version         Display version and exit\n"
2597 "  -w|--rw              Mount read-write\n"
2598 "  -x                   Trace libguestfs API calls\n"
2599 "For more information, see the manpage %s(1).\n"
2600 msgstr ""
2601
2602 #: rescue/virt-rescue.c:181
2603 #, c-format
2604 msgid "%s: could not parse memory size '%s'\n"
2605 msgstr ""
2606
2607 #: rescue/virt-rescue.c:412
2608 #, c-format
2609 msgid "%s: unknown child exit status (%d)\n"
2610 msgstr ""
2611
2612 #: src/appliance.c:181
2613 #, c-format
2614 msgid ""
2615 "cannot find any suitable libguestfs supermin or ordinary appliance on "
2616 "LIBGUESTFS_PATH (search path: %s)"
2617 msgstr ""
2618
2619 #: src/appliance.c:331
2620 #, c-format
2621 msgid "security: cached appliance %s is not owned by UID %d"
2622 msgstr ""
2623
2624 #: src/appliance.c:336
2625 #, c-format
2626 msgid "security: cached appliance %s is not a directory (mode %o)"
2627 msgstr ""
2628
2629 #: src/appliance.c:341
2630 #, c-format
2631 msgid "security: cached appliance %s is writable by group or other (mode %o)"
2632 msgstr ""
2633
2634 #: src/appliance.c:671
2635 msgid "external command failed, see earlier error messages"
2636 msgstr ""
2637
2638 #: src/dbdump.c:87
2639 msgid "unexpected end of output from db_dump command before end of header"
2640 msgstr ""
2641
2642 #: src/dbdump.c:100 src/dbdump.c:112
2643 msgid "unexpected line from db_dump command, no space prefix"
2644 msgstr ""
2645
2646 #: src/dbdump.c:129
2647 msgid "unexpected end of output from db_dump command before end of data"
2648 msgstr ""
2649
2650 #: src/dbdump.c:210
2651 msgid "unexpected non-hex digits in output of db_dump command"
2652 msgstr ""
2653
2654 #: src/filearch.c:153
2655 #, c-format
2656 msgid "size of %s unreasonable (%<PRIi64> bytes)"
2657 msgstr ""
2658
2659 #: src/filearch.c:266
2660 msgid ""
2661 "file-architecture API not available since this version of libguestfs was "
2662 "compiled without PCRE or libmagic libraries"
2663 msgstr ""
2664
2665 #: src/guestfs.c:174
2666 #, c-format
2667 msgid "guestfs_close: called twice on the same handle\n"
2668 msgstr ""
2669
2670 #: src/guestfs.c:333
2671 #, c-format
2672 msgid "warning: %s"
2673 msgstr ""
2674
2675 #: src/guestfs.c:392
2676 #, c-format
2677 msgid "libguestfs: error: %s\n"
2678 msgstr ""
2679
2680 #: src/guestfs.c:939
2681 #, c-format
2682 msgid "<truncated, original size %zu bytes>"
2683 msgstr ""
2684
2685 #: src/inspect.c:265
2686 msgid "not a Windows guest, or systemroot could not be determined"
2687 msgstr ""
2688
2689 #: src/inspect.c:281
2690 msgid "not a Windows guest, or CurrentControlSet could not be determined"
2691 msgstr ""
2692
2693 #: src/inspect.c:541 src/inspect_fs.c:462 src/inspect_fs.c:506
2694 #: src/inspect_fs_unix.c:194 src/inspect_fs_unix.c:586
2695 #: src/inspect_fs_unix.c:828
2696 #, c-format
2697 msgid "size of %s is unreasonably large (%<PRIi64> bytes)"
2698 msgstr ""
2699
2700 #: src/inspect.c:577
2701 msgid "no inspection data: call guestfs_inspect_os first"
2702 msgstr ""
2703
2704 #: src/inspect.c:589
2705 #, c-format
2706 msgid ""
2707 "%s: root device not found: only call this function with a root device "
2708 "previously returned by guestfs_inspect_os"
2709 msgstr ""
2710
2711 #: src/inspect.c:599 src/inspect_apps.c:470
2712 msgid ""
2713 "inspection API not available since this version of libguestfs was compiled "
2714 "without PCRE or hivex libraries"
2715 msgstr ""
2716
2717 #: src/inspect_fs.c:314 src/inspect_fs.c:327
2718 #, c-format
2719 msgid "could not parse integer in version number: %s"
2720 msgstr ""
2721
2722 #: src/inspect_fs.c:471
2723 #, c-format
2724 msgid "%s: file is empty"
2725 msgstr ""
2726
2727 #: src/inspect_fs_unix.c:620
2728 msgid "could not parse /etc/fstab or empty file"
2729 msgstr ""
2730
2731 #: src/inspect_fs_windows.c:166
2732 #, c-format
2733 msgid "cannot resolve Windows %%SYSTEMROOT%%"
2734 msgstr ""
2735
2736 #: src/launch.c:99
2737 msgid "command line cannot be altered after qemu subprocess launched"
2738 msgstr ""
2739
2740 #: src/launch.c:156
2741 msgid "guestfs_config: parameter must begin with '-' character"
2742 msgstr ""
2743
2744 #: src/launch.c:170
2745 #, c-format
2746 msgid "guestfs_config: parameter '%s' isn't allowed"
2747 msgstr ""
2748
2749 #: src/launch.c:236 src/launch.c:340
2750 msgid "filename cannot contain ',' (comma) character"
2751 msgstr ""
2752
2753 #: src/launch.c:248 src/launch.c:253
2754 #, c-format
2755 msgid "%s parameter is empty or contains disallowed characters"
2756 msgstr ""
2757
2758 #: src/launch.c:359
2759 msgid "the libguestfs handle has already been launched"
2760 msgstr ""
2761
2762 #: src/launch.c:368
2763 #, c-format
2764 msgid "%s: cannot create temporary directory"
2765 msgstr ""
2766
2767 #: src/launch.c:405
2768 msgid "you must call guestfs_add_drive before guestfs_launch"
2769 msgstr ""
2770
2771 #: src/launch.c:792
2772 msgid "guestfs_launch failed, see earlier error messages"
2773 msgstr ""
2774
2775 #: src/launch.c:805
2776 msgid "qemu launched and contacted daemon, but state != READY"
2777 msgstr ""
2778
2779 #: src/launch.c:893
2780 msgid "guestfs_launch failed, unexpected initial message from guestfsd"
2781 msgstr ""
2782
2783 #: src/launch.c:901
2784 msgid "contacted guestfsd, but state != READY"
2785 msgstr ""
2786
2787 #: src/launch.c:1081
2788 #, c-format
2789 msgid ""
2790 "%s: command failed: If qemu is located on a non-standard path, try setting "
2791 "the LIBGUESTFS_QEMU environment variable."
2792 msgstr ""
2793
2794 #: src/launch.c:1182
2795 msgid "qemu has not been launched yet"
2796 msgstr ""
2797
2798 #: src/launch.c:1193
2799 msgid "no subprocess to kill"
2800 msgstr ""
2801
2802 #: src/proto.c:188
2803 #, c-format
2804 msgid "guestfs_set_busy: called when in state %d != READY"
2805 msgstr ""
2806
2807 #: src/proto.c:211
2808 #, c-format
2809 msgid "guestfs_end_busy: called when in state %d"
2810 msgstr ""
2811
2812 #: src/proto.c:421
2813 #, c-format
2814 msgid ""
2815 "check_for_daemon_cancellation_or_eof: read 0x%x from daemon, expected 0x%x\n"
2816 msgstr ""
2817
2818 #: src/proto.c:543
2819 msgid ""
2820 "This usually means the libguestfs appliance failed to start up.  Please\n"
2821 "enable debugging (LIBGUESTFS_DEBUG=1) and rerun the command, then look at\n"
2822 "the debug messages output prior to this error.\n"
2823 msgstr ""
2824
2825 #: src/proto.c:549
2826 msgid "See earlier debug messages.\n"
2827 msgstr ""
2828
2829 #: src/proto.c:639
2830 #, c-format
2831 msgid "received magic signature from guestfsd, but in state %d"
2832 msgstr ""
2833
2834 #: src/proto.c:658
2835 #, c-format
2836 msgid "message length (%u) > maximum possible size (%d)"
2837 msgstr ""
2838
2839 #: src/proto.c:810
2840 #, c-format
2841 msgid "guestfs___send: state %d != BUSY"
2842 msgstr ""
2843
2844 #: src/proto.c:834
2845 msgid "xdr_guestfs_message_header failed"
2846 msgstr ""
2847
2848 #: src/proto.c:843
2849 msgid "dispatch failed to marshal args"
2850 msgstr ""
2851
2852 #: src/proto.c:970
2853 #, c-format
2854 msgid "send_file_chunk: state %d != READY"
2855 msgstr ""
2856
2857 #: src/proto.c:986
2858 #, c-format
2859 msgid "xdr_guestfs_chunk failed (buf = %p, buflen = %zu)"
2860 msgstr ""
2861
2862 #: src/proto.c:1136
2863 #, c-format
2864 msgid "%s: error in chunked encoding"
2865 msgstr ""
2866
2867 #: src/proto.c:1163
2868 msgid "write to daemon socket"
2869 msgstr ""
2870
2871 #: src/proto.c:1186
2872 msgid "receive_file_data: parse error in reply callback"
2873 msgstr ""
2874
2875 #: src/proto.c:1191
2876 msgid "receive_file_data: unexpected flag received when reading file chunks"
2877 msgstr ""
2878
2879 #: src/proto.c:1199
2880 msgid "failed to parse file chunk"
2881 msgstr ""
2882
2883 #: src/proto.c:1208
2884 msgid "file receive cancelled by daemon"
2885 msgstr ""
2886
2887 #: src/virt.c:92 src/virt.c:325
2888 msgid "you cannot set both live and readonly flags"
2889 msgstr ""
2890
2891 #: src/virt.c:100
2892 #, c-format
2893 msgid "could not connect to libvirt (code %d, domain %d): %s"
2894 msgstr ""
2895
2896 #: src/virt.c:108
2897 #, c-format
2898 msgid "no libvirt domain called '%s': %s"
2899 msgstr ""
2900
2901 #: src/virt.c:163 src/virt.c:413
2902 #, c-format
2903 msgid "error reading libvirt XML information: %s"
2904 msgstr ""
2905
2906 #: src/virt.c:173 src/virt.c:421
2907 msgid "unable to parse XML information returned by libvirt"
2908 msgstr ""
2909
2910 #: src/virt.c:179 src/virt.c:427
2911 msgid "unable to create new XPath context"
2912 msgstr ""
2913
2914 #: src/virt.c:186 src/virt.c:442
2915 msgid "unable to evaluate XPath expression"
2916 msgstr ""
2917
2918 #: src/virt.c:283
2919 msgid "libvirt domain has no disks"
2920 msgstr ""
2921
2922 #: src/virt.c:336
2923 #, c-format
2924 msgid "error getting domain info: %s"
2925 msgstr ""
2926
2927 #: src/virt.c:350
2928 msgid ""
2929 "error: domain is a live virtual machine.\n"
2930 "Writing to the disks of a running virtual machine can cause disk "
2931 "corruption.\n"
2932 "Either use read-only access, or if the guest is running the guestfsd daemon\n"
2933 "specify live access.  In most libguestfs tools these options are --ro or\n"
2934 "--live respectively.  Consult the documentation for further information."
2935 msgstr ""
2936
2937 #: src/virt.c:470
2938 msgid ""
2939 "this guest has no libvirt <channel> definition for guestfsd\n"
2940 "See ATTACHING TO RUNNING DAEMONS in guestfs(3) for further information."
2941 msgstr ""
2942
2943 #: src/virt.c:495
2944 msgid ""
2945 "add-domain API not available since this version of libguestfs was compiled "
2946 "without libvirt or libxml2"
2947 msgstr ""
2948
2949 #: test-tool/test-tool.c:79
2950 #, c-format
2951 msgid ""
2952 "libguestfs-test-tool: interactive test tool\n"
2953 "Copyright (C) 2009-2011 Red Hat Inc.\n"
2954 "Usage:\n"
2955 "  libguestfs-test-tool [--options]\n"
2956 "Options:\n"
2957 "  --help         Display usage\n"
2958 "  --qemudir dir  Specify QEMU source directory\n"
2959 "  --qemu qemu    Specify QEMU binary\n"
2960 "  --timeout n\n"
2961 "  -t n           Set launch timeout (default: %d seconds)\n"
2962 msgstr ""
2963
2964 #: test-tool/test-tool.c:127
2965 #, c-format
2966 msgid "libguestfs-test-tool: unknown long option: %s (%d)\n"
2967 msgstr ""
2968
2969 #: test-tool/test-tool.c:136
2970 #, c-format
2971 msgid "libguestfs-test-tool: invalid timeout: %s\n"
2972 msgstr ""
2973
2974 #: test-tool/test-tool.c:148
2975 #, c-format
2976 msgid "libguestfs-test-tool: unexpected command line option 0x%x\n"
2977 msgstr ""
2978
2979 #: test-tool/test-tool.c:173
2980 #, c-format
2981 msgid "libguestfs-test-tool: failed to create libguestfs handle\n"
2982 msgstr ""
2983
2984 #: test-tool/test-tool.c:180
2985 #, c-format
2986 msgid "libguestfs-test-tool: failed to add drive '%s'\n"
2987 msgstr ""
2988
2989 #: test-tool/test-tool.c:188
2990 #, c-format
2991 msgid "libguestfs-test-tool: guestfs_version failed\n"
2992 msgstr ""
2993
2994 #: test-tool/test-tool.c:220
2995 #, c-format
2996 msgid "libguestfs-test-tool: failed to launch appliance\n"
2997 msgstr ""
2998
2999 #: test-tool/test-tool.c:232
3000 #, c-format
3001 msgid "libguestfs-test-tool: failed to run part-disk\n"
3002 msgstr ""
3003
3004 #: test-tool/test-tool.c:238
3005 #, c-format
3006 msgid "libguestfs-test-tool: failed to mkfs.ext2\n"
3007 msgstr ""
3008
3009 #: test-tool/test-tool.c:244
3010 #, c-format
3011 msgid "libguestfs-test-tool: failed to mount /dev/sda1 on /\n"
3012 msgstr ""
3013
3014 #: test-tool/test-tool.c:251
3015 #, c-format
3016 msgid "libguestfs-test-tool: failed to touch file\n"
3017 msgstr ""
3018
3019 #: test-tool/test-tool.c:282
3020 #, c-format
3021 msgid ""
3022 "LIBGUESTFS_QEMU environment variable is already set, so\n"
3023 "--qemu/--qemudir options cannot be used.\n"
3024 msgstr ""
3025
3026 #: test-tool/test-tool.c:290
3027 #, c-format
3028 msgid "Binary '%s' does not exist or is not executable\n"
3029 msgstr ""
3030
3031 #: test-tool/test-tool.c:304
3032 #, c-format
3033 msgid "%s: does not look like a qemu source directory\n"
3034 msgstr ""
3035
3036 #: tools/virt-edit.pl:178
3037 msgid "virt-edit: no image, VM names or filenames to edit given"
3038 msgstr ""
3039
3040 #: tools/virt-edit.pl:194 tools/virt-tar.pl:243 tools/virt-win-reg.pl:217
3041 #, perl-brace-format
3042 msgid ""
3043 "{prog}: No operating system could be detected inside this disk image.\n"
3044 "\n"
3045 "This may be because the file is not a disk image, or is not a virtual "
3046 "machine\n"
3047 "image, or because the OS type is not understood by libguestfs.\n"
3048 "\n"
3049 "If you feel this is an error, please file a bug report including as much\n"
3050 "information about the disk image as possible.\n"
3051 msgstr ""
3052
3053 #: tools/virt-edit.pl:198 tools/virt-tar.pl:247 tools/virt-win-reg.pl:221
3054 #, perl-brace-format
3055 msgid "{prog}: multiboot operating systems are not supported.\n"
3056 msgstr ""
3057
3058 #: tools/virt-edit.pl:235
3059 msgid "File not changed.\n"
3060 msgstr ""
3061
3062 #: tools/virt-edit.pl:406
3063 #, perl-brace-format
3064 msgid "virt-edit: drive '{x}:' not found\n"
3065 msgstr ""
3066
3067 #: tools/virt-edit.pl:422
3068 #, perl-brace-format
3069 msgid ""
3070 "virt-edit: '{f}' does not start with a / or \\ character.\n"
3071 "If you are using Windows style paths with backslashes like C:\\foo.txt\n"
3072 "then don't forget that you must quote them with single quotes to\n"
3073 "prevent the shell from munging the backslashes.\n"
3074 msgstr ""
3075
3076 #: tools/virt-list-filesystems.pl:142
3077 msgid "virt-list-filesystems: no image or VM name given"
3078 msgstr ""
3079
3080 #: tools/virt-list-partitions.pl:152
3081 msgid "virt-list-partitions: no image or VM name given"
3082 msgstr ""
3083
3084 #: tools/virt-make-fs.pl:291
3085 msgid "virt-make-fs input output\n"
3086 msgstr ""
3087
3088 #: tools/virt-make-fs.pl:321
3089 msgid "unexpected output from 'du' command"
3090 msgstr ""
3091
3092 #: tools/virt-make-fs.pl:333 tools/virt-make-fs.pl:347
3093 #: tools/virt-make-fs.pl:458
3094 #, perl-brace-format
3095 msgid "{f}: unknown input format: {fmt}\n"
3096 msgstr ""
3097
3098 #: tools/virt-make-fs.pl:391
3099 #, perl-brace-format
3100 msgid "virt-make-fs: cannot parse size parameter: {sz}\n"
3101 msgstr ""
3102
3103 #: tools/virt-make-fs.pl:406
3104 msgid ""
3105 "qemu-img create: failed to create disk image, see earlier error messages\n"
3106 msgstr ""
3107
3108 #: tools/virt-make-fs.pl:417
3109 msgid "virt-make-fs: NTFS support was disabled when libguestfs was compiled\n"
3110 msgstr ""
3111
3112 #: tools/virt-make-fs.pl:442
3113 msgid "tar: failed, see earlier messages\n"
3114 msgstr ""
3115
3116 #: tools/virt-make-fs.pl:464
3117 msgid "uncompress command failed, see earlier messages\n"
3118 msgstr ""
3119
3120 #: tools/virt-make-fs.pl:499
3121 msgid ""
3122 "virt-make-fs: error copying contents into filesystem\n"
3123 "An error here usually means that the program did not estimate the\n"
3124 "filesystem size correctly.  Please read the BUGS section of the manpage.\n"
3125 msgstr ""
3126
3127 #: tools/virt-tar.pl:183 tools/virt-tar.pl:190
3128 msgid "virt-tar: extract/upload mode specified twice on the command line\n"
3129 msgstr ""
3130
3131 #: tools/virt-tar.pl:212
3132 msgid "virt-tar: no image, VM names, directory or filename given"
3133 msgstr ""
3134
3135 #: tools/virt-tar.pl:215
3136 msgid "virt-tar: either -x or -u must be specified on the command line\n"
3137 msgstr ""
3138
3139 #: tools/virt-tar.pl:226
3140 #, perl-brace-format
3141 msgid "virt-tar: {tarball}: file not found\n"
3142 msgstr ""
3143
3144 #: tools/virt-tar.pl:229
3145 #, perl-brace-format
3146 msgid "virt-tar: {dir}: directory name must start with '/' character\n"
3147 msgstr ""
3148
3149 #: tools/virt-win-reg.pl:201
3150 msgid "no libvirt domain name or disk image given\n"
3151 msgstr ""
3152
3153 #: tools/virt-win-reg.pl:240
3154 msgid ""
3155 "expecting 1 or 2 more parameters, subkey path and optionally the value to "
3156 "export\n"
3157 msgstr ""
3158
3159 #: tools/virt-win-reg.pl:351
3160 #, perl-brace-format
3161 msgid "virt-win-reg: {p}: not a supported Windows Registry path\n"
3162 msgstr ""
3163
3164 #: tools/virt-win-reg.pl:368 tools/virt-win-reg.pl:390
3165 #, perl-brace-format
3166 msgid "virt-win-reg: {p}: file not found in guest: {err}\n"
3167 msgstr ""
3168
3169 #: tools/virt-win-reg.pl:375
3170 #, perl-brace-format
3171 msgid "virt-win-reg: {p}: could not download registry file: {err}\n"
3172 msgstr ""
3173
3174 #: tools/virt-win-reg.pl:397
3175 #, perl-brace-format
3176 msgid "virt-win-reg: {p}: could not upload registry file: {err}\n"
3177 msgstr ""