Version 1.10.5.
[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.5\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-07-13 17:55+0100\n"
13 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
14 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
15 "Language-Team: LANGUAGE <LL@li.org>\n"
16 "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:96 fuse/guestmount.c:908 inspector/virt-inspector.c:72
23 #: rescue/virt-rescue.c:59
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:219 fuse/guestmount.c:1024
52 #: inspector/virt-inspector.c:132 rescue/virt-rescue.c:133
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:276 fuse/guestmount.c:1061
59 #: inspector/virt-inspector.c:154 rescue/virt-rescue.c:157
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:2557
262 msgid "Command"
263 msgstr ""
264
265 #: fish/cmds.c:2557
266 msgid "Description"
267 msgstr ""
268
269 #: fish/cmds.c:2559
270 msgid "add a CD-ROM disk image to examine"
271 msgstr ""
272
273 #: fish/cmds.c:2560
274 msgid "add the disk(s) from a named libvirt domain"
275 msgstr ""
276
277 #: fish/cmds.c:2561 fish/cmds.c:2562
278 msgid "add an image to examine or modify"
279 msgstr ""
280
281 #: fish/cmds.c:2563
282 msgid "add a drive in snapshot mode (read-only)"
283 msgstr ""
284
285 #: fish/cmds.c:2564
286 msgid "add a drive read-only specifying the QEMU block emulation to use"
287 msgstr ""
288
289 #: fish/cmds.c:2565
290 msgid "add a drive specifying the QEMU block emulation to use"
291 msgstr ""
292
293 #: fish/cmds.c:2566
294 msgid "allocate and add a disk file"
295 msgstr ""
296
297 #: fish/cmds.c:2567
298 msgid "clear Augeas path"
299 msgstr ""
300
301 #: fish/cmds.c:2568
302 msgid "close the current Augeas handle"
303 msgstr ""
304
305 #: fish/cmds.c:2569
306 msgid "define an Augeas node"
307 msgstr ""
308
309 #: fish/cmds.c:2570
310 msgid "define an Augeas variable"
311 msgstr ""
312
313 #: fish/cmds.c:2571
314 msgid "look up the value of an Augeas path"
315 msgstr ""
316
317 #: fish/cmds.c:2572
318 msgid "create a new Augeas handle"
319 msgstr ""
320
321 #: fish/cmds.c:2573
322 msgid "insert a sibling Augeas node"
323 msgstr ""
324
325 #: fish/cmds.c:2574
326 msgid "load files into the tree"
327 msgstr ""
328
329 #: fish/cmds.c:2575
330 msgid "list Augeas nodes under augpath"
331 msgstr ""
332
333 #: fish/cmds.c:2576
334 msgid "return Augeas nodes which match augpath"
335 msgstr ""
336
337 #: fish/cmds.c:2577
338 msgid "move Augeas node"
339 msgstr ""
340
341 #: fish/cmds.c:2578
342 msgid "remove an Augeas path"
343 msgstr ""
344
345 #: fish/cmds.c:2579
346 msgid "write all pending Augeas changes to disk"
347 msgstr ""
348
349 #: fish/cmds.c:2580
350 msgid "set Augeas path to value"
351 msgstr ""
352
353 #: fish/cmds.c:2581
354 msgid "test availability of some parts of the API"
355 msgstr ""
356
357 #: fish/cmds.c:2582
358 msgid "return a list of all optional groups"
359 msgstr ""
360
361 #: fish/cmds.c:2583
362 msgid "upload base64-encoded data to file"
363 msgstr ""
364
365 #: fish/cmds.c:2584
366 msgid "download file and encode as base64"
367 msgstr ""
368
369 #: fish/cmds.c:2585
370 msgid "flush device buffers"
371 msgstr ""
372
373 #: fish/cmds.c:2586
374 msgid "get blocksize of block device"
375 msgstr ""
376
377 #: fish/cmds.c:2587
378 msgid "is block device set to read-only"
379 msgstr ""
380
381 #: fish/cmds.c:2588
382 msgid "get total size of device in bytes"
383 msgstr ""
384
385 #: fish/cmds.c:2589
386 msgid "get sectorsize of block device"
387 msgstr ""
388
389 #: fish/cmds.c:2590
390 msgid "get total size of device in 512-byte sectors"
391 msgstr ""
392
393 #: fish/cmds.c:2591
394 msgid "reread partition table"
395 msgstr ""
396
397 #: fish/cmds.c:2592
398 msgid "set blocksize of block device"
399 msgstr ""
400
401 #: fish/cmds.c:2593
402 msgid "set block device to read-only"
403 msgstr ""
404
405 #: fish/cmds.c:2594
406 msgid "set block device to read-write"
407 msgstr ""
408
409 #: fish/cmds.c:2595
410 msgid "return true path on case-insensitive filesystem"
411 msgstr ""
412
413 #: fish/cmds.c:2596
414 msgid "list the contents of a file"
415 msgstr ""
416
417 #: fish/cmds.c:2597
418 msgid "compute MD5, SHAx or CRC checksum of file"
419 msgstr ""
420
421 #: fish/cmds.c:2598
422 msgid "compute MD5, SHAx or CRC checksum of the contents of a device"
423 msgstr ""
424
425 #: fish/cmds.c:2599
426 msgid "compute MD5, SHAx or CRC checksum of files in a directory"
427 msgstr ""
428
429 #: fish/cmds.c:2600
430 msgid "change file mode"
431 msgstr ""
432
433 #: fish/cmds.c:2601 fish/cmds.c:2717
434 msgid "change file owner and group"
435 msgstr ""
436
437 #: fish/cmds.c:2602
438 msgid "run a command from the guest filesystem"
439 msgstr ""
440
441 #: fish/cmds.c:2603
442 msgid "run a command, returning lines"
443 msgstr ""
444
445 #: fish/cmds.c:2604
446 msgid "add qemu parameters"
447 msgstr ""
448
449 #: fish/cmds.c:2605
450 msgid "copy local files or directories into an image"
451 msgstr ""
452
453 #: fish/cmds.c:2606
454 msgid "copy remote files or directories out of an image"
455 msgstr ""
456
457 #: fish/cmds.c:2607
458 msgid "copy size bytes from source to destination using dd"
459 msgstr ""
460
461 #: fish/cmds.c:2608
462 msgid "copy a file"
463 msgstr ""
464
465 #: fish/cmds.c:2609
466 msgid "copy a file or directory recursively"
467 msgstr ""
468
469 #: fish/cmds.c:2610
470 msgid "copy from source to destination using dd"
471 msgstr ""
472
473 #: fish/cmds.c:2611
474 msgid "debugging and internals"
475 msgstr ""
476
477 #: fish/cmds.c:2612
478 msgid "debug the QEMU command line (internal use only)"
479 msgstr ""
480
481 #: fish/cmds.c:2613
482 msgid "upload a file to the appliance (internal use only)"
483 msgstr ""
484
485 #: fish/cmds.c:2614
486 msgid "report file system disk space usage"
487 msgstr ""
488
489 #: fish/cmds.c:2615
490 msgid "report file system disk space usage (human readable)"
491 msgstr ""
492
493 #: fish/cmds.c:2616
494 msgid "return kernel messages"
495 msgstr ""
496
497 #: fish/cmds.c:2617
498 msgid "download a file to the local machine"
499 msgstr ""
500
501 #: fish/cmds.c:2618
502 msgid "download a file to the local machine with offset and size"
503 msgstr ""
504
505 #: fish/cmds.c:2619
506 msgid "drop kernel page cache, dentries and inodes"
507 msgstr ""
508
509 #: fish/cmds.c:2620
510 msgid "estimate file space usage"
511 msgstr ""
512
513 #: fish/cmds.c:2621
514 msgid "check an ext2/ext3 filesystem"
515 msgstr ""
516
517 #: fish/cmds.c:2622
518 msgid "display a line of text"
519 msgstr ""
520
521 #: fish/cmds.c:2623
522 msgid "echo arguments back to the client"
523 msgstr ""
524
525 #: fish/cmds.c:2624
526 msgid "edit a file"
527 msgstr ""
528
529 #: fish/cmds.c:2625 fish/cmds.c:2626 fish/cmds.c:2631 fish/cmds.c:2632
530 #: fish/cmds.c:2665 fish/cmds.c:2666 fish/cmds.c:2910 fish/cmds.c:2911
531 #: fish/cmds.c:2915 fish/cmds.c:2916 fish/cmds.c:2918 fish/cmds.c:2919
532 msgid "return lines matching a pattern"
533 msgstr ""
534
535 #: fish/cmds.c:2627
536 msgid "test if two files have equal contents"
537 msgstr ""
538
539 #: fish/cmds.c:2628
540 msgid "test if file or directory exists"
541 msgstr ""
542
543 #: fish/cmds.c:2629 fish/cmds.c:2630
544 msgid "preallocate a file in the guest filesystem"
545 msgstr ""
546
547 #: fish/cmds.c:2633
548 msgid "determine file type"
549 msgstr ""
550
551 #: fish/cmds.c:2634
552 msgid "detect the architecture of a binary file"
553 msgstr ""
554
555 #: fish/cmds.c:2635
556 msgid "return the size of the file in bytes"
557 msgstr ""
558
559 #: fish/cmds.c:2636
560 msgid "fill a file with octets"
561 msgstr ""
562
563 #: fish/cmds.c:2637
564 msgid "fill a file with a repeating pattern of bytes"
565 msgstr ""
566
567 #: fish/cmds.c:2638
568 msgid "find all files and directories"
569 msgstr ""
570
571 #: fish/cmds.c:2639
572 msgid "find all files and directories, returning NUL-separated list"
573 msgstr ""
574
575 #: fish/cmds.c:2640
576 msgid "find a filesystem by label"
577 msgstr ""
578
579 #: fish/cmds.c:2641
580 msgid "find a filesystem by UUID"
581 msgstr ""
582
583 #: fish/cmds.c:2642
584 msgid "run the filesystem checker"
585 msgstr ""
586
587 #: fish/cmds.c:2643
588 msgid "get the additional kernel options"
589 msgstr ""
590
591 #: fish/cmds.c:2644
592 msgid "get the attach method"
593 msgstr ""
594
595 #: fish/cmds.c:2645
596 msgid "get autosync mode"
597 msgstr ""
598
599 #: fish/cmds.c:2646
600 msgid "get direct appliance mode flag"
601 msgstr ""
602
603 #: fish/cmds.c:2647
604 msgid "get the ext2/3/4 filesystem label"
605 msgstr ""
606
607 #: fish/cmds.c:2648
608 msgid "get the ext2/3/4 filesystem UUID"
609 msgstr ""
610
611 #: fish/cmds.c:2649
612 msgid "get memory allocated to the qemu subprocess"
613 msgstr ""
614
615 #: fish/cmds.c:2650
616 msgid "get enable network flag"
617 msgstr ""
618
619 #: fish/cmds.c:2651
620 msgid "get the search path"
621 msgstr ""
622
623 #: fish/cmds.c:2652
624 msgid "get PID of qemu subprocess"
625 msgstr ""
626
627 #: fish/cmds.c:2653
628 msgid "get the qemu binary"
629 msgstr ""
630
631 #: fish/cmds.c:2654
632 msgid "get recovery process enabled flag"
633 msgstr ""
634
635 #: fish/cmds.c:2655
636 msgid "get SELinux enabled flag"
637 msgstr ""
638
639 #: fish/cmds.c:2656
640 msgid "get the current state"
641 msgstr ""
642
643 #: fish/cmds.c:2657
644 msgid "get command trace enabled flag"
645 msgstr ""
646
647 #: fish/cmds.c:2658
648 msgid "get the current umask"
649 msgstr ""
650
651 #: fish/cmds.c:2659
652 msgid "get verbose mode"
653 msgstr ""
654
655 #: fish/cmds.c:2660
656 msgid "get SELinux security context"
657 msgstr ""
658
659 #: fish/cmds.c:2661 fish/cmds.c:2718
660 msgid "get a single extended attribute"
661 msgstr ""
662
663 #: fish/cmds.c:2662 fish/cmds.c:2719
664 msgid "list extended attributes of a file or directory"
665 msgstr ""
666
667 #: fish/cmds.c:2663
668 msgid "expand wildcards in command"
669 msgstr ""
670
671 #: fish/cmds.c:2664
672 msgid "expand a wildcard path"
673 msgstr ""
674
675 #: fish/cmds.c:2667
676 msgid "install GRUB"
677 msgstr ""
678
679 #: fish/cmds.c:2668
680 msgid "return first 10 lines of a file"
681 msgstr ""
682
683 #: fish/cmds.c:2669
684 msgid "return first N lines of a file"
685 msgstr ""
686
687 #: fish/cmds.c:2670
688 msgid "dump a file in hexadecimal"
689 msgstr ""
690
691 #: fish/cmds.c:2671
692 msgid "edit with a hex editor"
693 msgstr ""
694
695 #: fish/cmds.c:2672
696 msgid "list the contents of a single file in an initrd"
697 msgstr ""
698
699 #: fish/cmds.c:2673
700 msgid "list files in an initrd"
701 msgstr ""
702
703 #: fish/cmds.c:2674
704 msgid "add an inotify watch"
705 msgstr ""
706
707 #: fish/cmds.c:2675
708 msgid "close the inotify handle"
709 msgstr ""
710
711 #: fish/cmds.c:2676
712 msgid "return list of watched files that had events"
713 msgstr ""
714
715 #: fish/cmds.c:2677
716 msgid "create an inotify handle"
717 msgstr ""
718
719 #: fish/cmds.c:2678
720 msgid "return list of inotify events"
721 msgstr ""
722
723 #: fish/cmds.c:2679
724 msgid "remove an inotify watch"
725 msgstr ""
726
727 #: fish/cmds.c:2680
728 msgid "get architecture of inspected operating system"
729 msgstr ""
730
731 #: fish/cmds.c:2681
732 msgid "get distro of inspected operating system"
733 msgstr ""
734
735 #: fish/cmds.c:2682
736 msgid "get drive letter mappings"
737 msgstr ""
738
739 #: fish/cmds.c:2683
740 msgid "get filesystems associated with inspected operating system"
741 msgstr ""
742
743 #: fish/cmds.c:2684
744 msgid "get format of inspected operating system"
745 msgstr ""
746
747 #: fish/cmds.c:2685
748 msgid "get hostname of the operating system"
749 msgstr ""
750
751 #: fish/cmds.c:2686
752 msgid "get major version of inspected operating system"
753 msgstr ""
754
755 #: fish/cmds.c:2687
756 msgid "get minor version of inspected operating system"
757 msgstr ""
758
759 #: fish/cmds.c:2688
760 msgid "get mountpoints of inspected operating system"
761 msgstr ""
762
763 #: fish/cmds.c:2689
764 msgid "get package format used by the operating system"
765 msgstr ""
766
767 #: fish/cmds.c:2690
768 msgid "get package management tool used by the operating system"
769 msgstr ""
770
771 #: fish/cmds.c:2691
772 msgid "get product name of inspected operating system"
773 msgstr ""
774
775 #: fish/cmds.c:2692
776 msgid "get product variant of inspected operating system"
777 msgstr ""
778
779 #: fish/cmds.c:2693
780 msgid "return list of operating systems found by last inspection"
781 msgstr ""
782
783 #: fish/cmds.c:2694
784 msgid "get type of inspected operating system"
785 msgstr ""
786
787 #: fish/cmds.c:2695
788 msgid "get Windows CurrentControlSet of inspected operating system"
789 msgstr ""
790
791 #: fish/cmds.c:2696
792 msgid "get Windows systemroot of inspected operating system"
793 msgstr ""
794
795 #: fish/cmds.c:2697
796 msgid "get live flag for install disk"
797 msgstr ""
798
799 #: fish/cmds.c:2698
800 msgid "get multipart flag for install disk"
801 msgstr ""
802
803 #: fish/cmds.c:2699
804 msgid "get netinst (network installer) flag for install disk"
805 msgstr ""
806
807 #: fish/cmds.c:2700
808 msgid "get list of applications installed in the operating system"
809 msgstr ""
810
811 #: fish/cmds.c:2701
812 msgid "inspect disk and return list of operating systems found"
813 msgstr ""
814
815 #: fish/cmds.c:2702
816 msgid "test if block device"
817 msgstr ""
818
819 #: fish/cmds.c:2703
820 msgid "is busy processing a command"
821 msgstr ""
822
823 #: fish/cmds.c:2704
824 msgid "test if character device"
825 msgstr ""
826
827 #: fish/cmds.c:2705
828 msgid "is in configuration state"
829 msgstr ""
830
831 #: fish/cmds.c:2706
832 msgid "test if a directory"
833 msgstr ""
834
835 #: fish/cmds.c:2707
836 msgid "test if FIFO (named pipe)"
837 msgstr ""
838
839 #: fish/cmds.c:2708
840 msgid "test if a regular file"
841 msgstr ""
842
843 #: fish/cmds.c:2709
844 msgid "is launching subprocess"
845 msgstr ""
846
847 #: fish/cmds.c:2710
848 msgid "test if device is a logical volume"
849 msgstr ""
850
851 #: fish/cmds.c:2711
852 msgid "is ready to accept commands"
853 msgstr ""
854
855 #: fish/cmds.c:2712
856 msgid "test if socket"
857 msgstr ""
858
859 #: fish/cmds.c:2713
860 msgid "test if symbolic link"
861 msgstr ""
862
863 #: fish/cmds.c:2714
864 msgid "kill the qemu subprocess"
865 msgstr ""
866
867 #: fish/cmds.c:2715
868 msgid "launch the qemu subprocess"
869 msgstr ""
870
871 #: fish/cmds.c:2716
872 msgid "change working directory"
873 msgstr ""
874
875 #: fish/cmds.c:2720
876 msgid "list the block devices"
877 msgstr ""
878
879 #: fish/cmds.c:2721
880 msgid "list filesystems"
881 msgstr ""
882
883 #: fish/cmds.c:2722
884 msgid "list the partitions"
885 msgstr ""
886
887 #: fish/cmds.c:2723
888 msgid "list the files in a directory (long format)"
889 msgstr ""
890
891 #: fish/cmds.c:2724 fish/cmds.c:2725
892 msgid "create a hard link"
893 msgstr ""
894
895 #: fish/cmds.c:2726 fish/cmds.c:2727
896 msgid "create a symbolic link"
897 msgstr ""
898
899 #: fish/cmds.c:2728 fish/cmds.c:2819
900 msgid "remove extended attribute of a file or directory"
901 msgstr ""
902
903 #: fish/cmds.c:2729
904 msgid "list the files in a directory"
905 msgstr ""
906
907 #: fish/cmds.c:2730 fish/cmds.c:2846
908 msgid "set extended attribute of a file or directory"
909 msgstr ""
910
911 #: fish/cmds.c:2731
912 msgid "get file information for a symbolic link"
913 msgstr ""
914
915 #: fish/cmds.c:2732
916 msgid "lstat on multiple files"
917 msgstr ""
918
919 #: fish/cmds.c:2733
920 msgid "add a key on a LUKS encrypted device"
921 msgstr ""
922
923 #: fish/cmds.c:2734
924 msgid "close a LUKS device"
925 msgstr ""
926
927 #: fish/cmds.c:2735 fish/cmds.c:2736
928 msgid "format a block device as a LUKS encrypted device"
929 msgstr ""
930
931 #: fish/cmds.c:2737
932 msgid "remove a key from a LUKS encrypted device"
933 msgstr ""
934
935 #: fish/cmds.c:2738
936 msgid "open a LUKS-encrypted block device"
937 msgstr ""
938
939 #: fish/cmds.c:2739
940 msgid "open a LUKS-encrypted block device read-only"
941 msgstr ""
942
943 #: fish/cmds.c:2740
944 msgid "create an LVM logical volume"
945 msgstr ""
946
947 #: fish/cmds.c:2741
948 msgid "get canonical name of an LV"
949 msgstr ""
950
951 #: fish/cmds.c:2742
952 msgid "clear LVM device filter"
953 msgstr ""
954
955 #: fish/cmds.c:2743
956 msgid "remove all LVM LVs, VGs and PVs"
957 msgstr ""
958
959 #: fish/cmds.c:2744
960 msgid "set LVM device filter"
961 msgstr ""
962
963 #: fish/cmds.c:2745
964 msgid "remove an LVM logical volume"
965 msgstr ""
966
967 #: fish/cmds.c:2746
968 msgid "rename an LVM logical volume"
969 msgstr ""
970
971 #: fish/cmds.c:2747
972 msgid "resize an LVM logical volume"
973 msgstr ""
974
975 #: fish/cmds.c:2748
976 msgid "expand an LV to fill free space"
977 msgstr ""
978
979 #: fish/cmds.c:2749 fish/cmds.c:2750
980 msgid "list the LVM logical volumes (LVs)"
981 msgstr ""
982
983 #: fish/cmds.c:2751
984 msgid "get the UUID of a logical volume"
985 msgstr ""
986
987 #: fish/cmds.c:2752
988 msgid "lgetxattr on multiple files"
989 msgstr ""
990
991 #: fish/cmds.c:2753
992 msgid "open the manual"
993 msgstr ""
994
995 #: fish/cmds.c:2754
996 msgid "create a directory"
997 msgstr ""
998
999 #: fish/cmds.c:2755
1000 msgid "create a directory with a particular mode"
1001 msgstr ""
1002
1003 #: fish/cmds.c:2756
1004 msgid "create a directory and parents"
1005 msgstr ""
1006
1007 #: fish/cmds.c:2757
1008 msgid "create a temporary directory"
1009 msgstr ""
1010
1011 #: fish/cmds.c:2758 fish/cmds.c:2759 fish/cmds.c:2760
1012 msgid "make ext2/3/4 filesystem with external journal"
1013 msgstr ""
1014
1015 #: fish/cmds.c:2761
1016 msgid "make ext2/3/4 external journal"
1017 msgstr ""
1018
1019 #: fish/cmds.c:2762
1020 msgid "make ext2/3/4 external journal with label"
1021 msgstr ""
1022
1023 #: fish/cmds.c:2763
1024 msgid "make ext2/3/4 external journal with UUID"
1025 msgstr ""
1026
1027 #: fish/cmds.c:2764
1028 msgid "make FIFO (named pipe)"
1029 msgstr ""
1030
1031 #: fish/cmds.c:2765 fish/cmds.c:2767
1032 msgid "make a filesystem"
1033 msgstr ""
1034
1035 #: fish/cmds.c:2766
1036 msgid "make a filesystem with block size"
1037 msgstr ""
1038
1039 #: fish/cmds.c:2768
1040 msgid "create a mountpoint"
1041 msgstr ""
1042
1043 #: fish/cmds.c:2769
1044 msgid "make block, character or FIFO devices"
1045 msgstr ""
1046
1047 #: fish/cmds.c:2770
1048 msgid "make block device node"
1049 msgstr ""
1050
1051 #: fish/cmds.c:2771
1052 msgid "make char device node"
1053 msgstr ""
1054
1055 #: fish/cmds.c:2772
1056 msgid "create a swap partition"
1057 msgstr ""
1058
1059 #: fish/cmds.c:2773
1060 msgid "create a swap partition with a label"
1061 msgstr ""
1062
1063 #: fish/cmds.c:2774
1064 msgid "create a swap partition with an explicit UUID"
1065 msgstr ""
1066
1067 #: fish/cmds.c:2775
1068 msgid "create a swap file"
1069 msgstr ""
1070
1071 #: fish/cmds.c:2776
1072 msgid "load a kernel module"
1073 msgstr ""
1074
1075 #: fish/cmds.c:2777
1076 msgid "view a file"
1077 msgstr ""
1078
1079 #: fish/cmds.c:2778
1080 msgid "mount a guest disk at a position in the filesystem"
1081 msgstr ""
1082
1083 #: fish/cmds.c:2779
1084 msgid "mount a file using the loop device"
1085 msgstr ""
1086
1087 #: fish/cmds.c:2780
1088 msgid "mount a guest disk with mount options"
1089 msgstr ""
1090
1091 #: fish/cmds.c:2781
1092 msgid "mount a guest disk, read-only"
1093 msgstr ""
1094
1095 #: fish/cmds.c:2782
1096 msgid "mount a guest disk with mount options and vfstype"
1097 msgstr ""
1098
1099 #: fish/cmds.c:2783
1100 msgid "show mountpoints"
1101 msgstr ""
1102
1103 #: fish/cmds.c:2784
1104 msgid "show mounted filesystems"
1105 msgstr ""
1106
1107 #: fish/cmds.c:2785
1108 msgid "move a file"
1109 msgstr ""
1110
1111 #: fish/cmds.c:2786
1112 msgid "probe NTFS volume"
1113 msgstr ""
1114
1115 #: fish/cmds.c:2787
1116 msgid "resize an NTFS filesystem"
1117 msgstr ""
1118
1119 #: fish/cmds.c:2788
1120 msgid "resize an NTFS filesystem (with size)"
1121 msgstr ""
1122
1123 #: fish/cmds.c:2789
1124 msgid "add a partition to the device"
1125 msgstr ""
1126
1127 #: fish/cmds.c:2790
1128 msgid "delete a partition"
1129 msgstr ""
1130
1131 #: fish/cmds.c:2791
1132 msgid "partition whole disk with a single primary partition"
1133 msgstr ""
1134
1135 #: fish/cmds.c:2792
1136 msgid "return true if a partition is bootable"
1137 msgstr ""
1138
1139 #: fish/cmds.c:2793
1140 msgid "get the MBR type byte (ID byte) from a partition"
1141 msgstr ""
1142
1143 #: fish/cmds.c:2794
1144 msgid "get the partition table type"
1145 msgstr ""
1146
1147 #: fish/cmds.c:2795
1148 msgid "create an empty partition table"
1149 msgstr ""
1150
1151 #: fish/cmds.c:2796
1152 msgid "list partitions on a device"
1153 msgstr ""
1154
1155 #: fish/cmds.c:2797
1156 msgid "make a partition bootable"
1157 msgstr ""
1158
1159 #: fish/cmds.c:2798
1160 msgid "set the MBR type byte (ID byte) of a partition"
1161 msgstr ""
1162
1163 #: fish/cmds.c:2799
1164 msgid "set partition name"
1165 msgstr ""
1166
1167 #: fish/cmds.c:2800
1168 msgid "convert partition name to device name"
1169 msgstr ""
1170
1171 #: fish/cmds.c:2801
1172 msgid "ping the guest daemon"
1173 msgstr ""
1174
1175 #: fish/cmds.c:2802
1176 msgid "read part of a file"
1177 msgstr ""
1178
1179 #: fish/cmds.c:2803
1180 msgid "read part of a device"
1181 msgstr ""
1182
1183 #: fish/cmds.c:2804
1184 msgid "create an LVM physical volume"
1185 msgstr ""
1186
1187 #: fish/cmds.c:2805
1188 msgid "remove an LVM physical volume"
1189 msgstr ""
1190
1191 #: fish/cmds.c:2806
1192 msgid "resize an LVM physical volume"
1193 msgstr ""
1194
1195 #: fish/cmds.c:2807
1196 msgid "resize an LVM physical volume (with size)"
1197 msgstr ""
1198
1199 #: fish/cmds.c:2808 fish/cmds.c:2809
1200 msgid "list the LVM physical volumes (PVs)"
1201 msgstr ""
1202
1203 #: fish/cmds.c:2810
1204 msgid "get the UUID of a physical volume"
1205 msgstr ""
1206
1207 #: fish/cmds.c:2811
1208 msgid "write to part of a file"
1209 msgstr ""
1210
1211 #: fish/cmds.c:2812
1212 msgid "write to part of a device"
1213 msgstr ""
1214
1215 #: fish/cmds.c:2813
1216 msgid "read a file"
1217 msgstr ""
1218
1219 #: fish/cmds.c:2814
1220 msgid "read file as lines"
1221 msgstr ""
1222
1223 #: fish/cmds.c:2815
1224 msgid "read directories entries"
1225 msgstr ""
1226
1227 #: fish/cmds.c:2816
1228 msgid "read the target of a symbolic link"
1229 msgstr ""
1230
1231 #: fish/cmds.c:2817
1232 msgid "readlink on multiple files"
1233 msgstr ""
1234
1235 #: fish/cmds.c:2818
1236 msgid "canonicalized absolute pathname"
1237 msgstr ""
1238
1239 #: fish/cmds.c:2820
1240 msgid "close and reopen libguestfs handle"
1241 msgstr ""
1242
1243 #: fish/cmds.c:2821
1244 msgid "resize an ext2, ext3 or ext4 filesystem"
1245 msgstr ""
1246
1247 #: fish/cmds.c:2822
1248 msgid "resize an ext2, ext3 or ext4 filesystem to the minimum size"
1249 msgstr ""
1250
1251 #: fish/cmds.c:2823
1252 msgid "resize an ext2, ext3 or ext4 filesystem (with size)"
1253 msgstr ""
1254
1255 #: fish/cmds.c:2824
1256 msgid "remove a file"
1257 msgstr ""
1258
1259 #: fish/cmds.c:2825
1260 msgid "remove a file or directory recursively"
1261 msgstr ""
1262
1263 #: fish/cmds.c:2826
1264 msgid "remove a directory"
1265 msgstr ""
1266
1267 #: fish/cmds.c:2827
1268 msgid "remove a mountpoint"
1269 msgstr ""
1270
1271 #: fish/cmds.c:2828
1272 msgid "scrub (securely wipe) a device"
1273 msgstr ""
1274
1275 #: fish/cmds.c:2829
1276 msgid "scrub (securely wipe) a file"
1277 msgstr ""
1278
1279 #: fish/cmds.c:2830
1280 msgid "scrub (securely wipe) free space"
1281 msgstr ""
1282
1283 #: fish/cmds.c:2831
1284 msgid "add options to kernel command line"
1285 msgstr ""
1286
1287 #: fish/cmds.c:2832
1288 msgid "set the attach method"
1289 msgstr ""
1290
1291 #: fish/cmds.c:2833
1292 msgid "set autosync mode"
1293 msgstr ""
1294
1295 #: fish/cmds.c:2834
1296 msgid "enable or disable direct appliance mode"
1297 msgstr ""
1298
1299 #: fish/cmds.c:2835
1300 msgid "set the ext2/3/4 filesystem label"
1301 msgstr ""
1302
1303 #: fish/cmds.c:2836
1304 msgid "set the ext2/3/4 filesystem UUID"
1305 msgstr ""
1306
1307 #: fish/cmds.c:2837
1308 msgid "set memory allocated to the qemu subprocess"
1309 msgstr ""
1310
1311 #: fish/cmds.c:2838
1312 msgid "set enable network flag"
1313 msgstr ""
1314
1315 #: fish/cmds.c:2839
1316 msgid "set the search path"
1317 msgstr ""
1318
1319 #: fish/cmds.c:2840
1320 msgid "set the qemu binary"
1321 msgstr ""
1322
1323 #: fish/cmds.c:2841
1324 msgid "enable or disable the recovery process"
1325 msgstr ""
1326
1327 #: fish/cmds.c:2842
1328 msgid "set SELinux enabled or disabled at appliance boot"
1329 msgstr ""
1330
1331 #: fish/cmds.c:2843
1332 msgid "enable or disable command traces"
1333 msgstr ""
1334
1335 #: fish/cmds.c:2844
1336 msgid "set verbose mode"
1337 msgstr ""
1338
1339 #: fish/cmds.c:2845
1340 msgid "set SELinux security context"
1341 msgstr ""
1342
1343 #: fish/cmds.c:2847 fish/cmds.c:2848
1344 msgid "create partitions on a block device"
1345 msgstr ""
1346
1347 #: fish/cmds.c:2849
1348 msgid "modify a single partition on a block device"
1349 msgstr ""
1350
1351 #: fish/cmds.c:2850
1352 msgid "display the disk geometry from the partition table"
1353 msgstr ""
1354
1355 #: fish/cmds.c:2851
1356 msgid "display the kernel geometry"
1357 msgstr ""
1358
1359 #: fish/cmds.c:2852
1360 msgid "display the partition table"
1361 msgstr ""
1362
1363 #: fish/cmds.c:2853
1364 msgid "run a command via the shell"
1365 msgstr ""
1366
1367 #: fish/cmds.c:2854
1368 msgid "run a command via the shell returning lines"
1369 msgstr ""
1370
1371 #: fish/cmds.c:2855
1372 msgid "sleep for some seconds"
1373 msgstr ""
1374
1375 #: fish/cmds.c:2856
1376 msgid "create a sparse disk image and add"
1377 msgstr ""
1378
1379 #: fish/cmds.c:2857
1380 msgid "get file information"
1381 msgstr ""
1382
1383 #: fish/cmds.c:2858
1384 msgid "get file system statistics"
1385 msgstr ""
1386
1387 #: fish/cmds.c:2859 fish/cmds.c:2860
1388 msgid "print the printable strings in a file"
1389 msgstr ""
1390
1391 #: fish/cmds.c:2861
1392 msgid "list supported groups of commands"
1393 msgstr ""
1394
1395 #: fish/cmds.c:2862
1396 msgid "disable swap on device"
1397 msgstr ""
1398
1399 #: fish/cmds.c:2863
1400 msgid "disable swap on file"
1401 msgstr ""
1402
1403 #: fish/cmds.c:2864
1404 msgid "disable swap on labeled swap partition"
1405 msgstr ""
1406
1407 #: fish/cmds.c:2865
1408 msgid "disable swap on swap partition by UUID"
1409 msgstr ""
1410
1411 #: fish/cmds.c:2866
1412 msgid "enable swap on device"
1413 msgstr ""
1414
1415 #: fish/cmds.c:2867
1416 msgid "enable swap on file"
1417 msgstr ""
1418
1419 #: fish/cmds.c:2868
1420 msgid "enable swap on labeled swap partition"
1421 msgstr ""
1422
1423 #: fish/cmds.c:2869
1424 msgid "enable swap on swap partition by UUID"
1425 msgstr ""
1426
1427 #: fish/cmds.c:2870
1428 msgid "sync disks, writes are flushed through to the disk image"
1429 msgstr ""
1430
1431 #: fish/cmds.c:2871
1432 msgid "return last 10 lines of a file"
1433 msgstr ""
1434
1435 #: fish/cmds.c:2872
1436 msgid "return last N lines of a file"
1437 msgstr ""
1438
1439 #: fish/cmds.c:2873
1440 msgid "unpack tarfile to directory"
1441 msgstr ""
1442
1443 #: fish/cmds.c:2874
1444 msgid "pack directory into tarfile"
1445 msgstr ""
1446
1447 #: fish/cmds.c:2875 fish/cmds.c:2882
1448 msgid "unpack compressed tarball to directory"
1449 msgstr ""
1450
1451 #: fish/cmds.c:2876 fish/cmds.c:2883
1452 msgid "pack directory into compressed tarball"
1453 msgstr ""
1454
1455 #: fish/cmds.c:2877
1456 msgid "print elapsed time taken to run a command"
1457 msgstr ""
1458
1459 #: fish/cmds.c:2878
1460 msgid "update file timestamps or create a new file"
1461 msgstr ""
1462
1463 #: fish/cmds.c:2879
1464 msgid "truncate a file to zero size"
1465 msgstr ""
1466
1467 #: fish/cmds.c:2880
1468 msgid "truncate a file to a particular size"
1469 msgstr ""
1470
1471 #: fish/cmds.c:2881
1472 msgid "get ext2/ext3/ext4 superblock details"
1473 msgstr ""
1474
1475 #: fish/cmds.c:2884
1476 msgid "set file mode creation mask (umask)"
1477 msgstr ""
1478
1479 #: fish/cmds.c:2885
1480 msgid "unmount a filesystem"
1481 msgstr ""
1482
1483 #: fish/cmds.c:2886
1484 msgid "unmount all filesystems"
1485 msgstr ""
1486
1487 #: fish/cmds.c:2887
1488 msgid "upload a file from the local machine"
1489 msgstr ""
1490
1491 #: fish/cmds.c:2888
1492 msgid "upload a file from the local machine with offset"
1493 msgstr ""
1494
1495 #: fish/cmds.c:2889
1496 msgid "set timestamp of a file with nanosecond precision"
1497 msgstr ""
1498
1499 #: fish/cmds.c:2890
1500 msgid "get the library version number"
1501 msgstr ""
1502
1503 #: fish/cmds.c:2891
1504 msgid "get the filesystem label"
1505 msgstr ""
1506
1507 #: fish/cmds.c:2892
1508 msgid "get the Linux VFS type corresponding to a mounted device"
1509 msgstr ""
1510
1511 #: fish/cmds.c:2893
1512 msgid "get the filesystem UUID"
1513 msgstr ""
1514
1515 #: fish/cmds.c:2894
1516 msgid "activate or deactivate some volume groups"
1517 msgstr ""
1518
1519 #: fish/cmds.c:2895
1520 msgid "activate or deactivate all volume groups"
1521 msgstr ""
1522
1523 #: fish/cmds.c:2896
1524 msgid "create an LVM volume group"
1525 msgstr ""
1526
1527 #: fish/cmds.c:2897
1528 msgid "get the LV UUIDs of all LVs in the volume group"
1529 msgstr ""
1530
1531 #: fish/cmds.c:2898
1532 msgid "get the PV UUIDs containing the volume group"
1533 msgstr ""
1534
1535 #: fish/cmds.c:2899
1536 msgid "remove an LVM volume group"
1537 msgstr ""
1538
1539 #: fish/cmds.c:2900
1540 msgid "rename an LVM volume group"
1541 msgstr ""
1542
1543 #: fish/cmds.c:2901 fish/cmds.c:2902
1544 msgid "list the LVM volume groups (VGs)"
1545 msgstr ""
1546
1547 #: fish/cmds.c:2903
1548 msgid "rescan for LVM physical volumes, volume groups and logical volumes"
1549 msgstr ""
1550
1551 #: fish/cmds.c:2904
1552 msgid "get the UUID of a volume group"
1553 msgstr ""
1554
1555 #: fish/cmds.c:2905
1556 msgid "count characters in a file"
1557 msgstr ""
1558
1559 #: fish/cmds.c:2906
1560 msgid "count lines in a file"
1561 msgstr ""
1562
1563 #: fish/cmds.c:2907
1564 msgid "count words in a file"
1565 msgstr ""
1566
1567 #: fish/cmds.c:2908
1568 msgid "create a new file"
1569 msgstr ""
1570
1571 #: fish/cmds.c:2909
1572 msgid "create a file"
1573 msgstr ""
1574
1575 #: fish/cmds.c:2912
1576 msgid "write zeroes to the device"
1577 msgstr ""
1578
1579 #: fish/cmds.c:2913
1580 msgid "write zeroes to an entire device"
1581 msgstr ""
1582
1583 #: fish/cmds.c:2914
1584 msgid "zero unused inodes and disk blocks on ext2/3 filesystem"
1585 msgstr ""
1586
1587 #: fish/cmds.c:2917
1588 msgid "determine file type inside a compressed file"
1589 msgstr ""
1590
1591 #: fish/cmds.c:2920
1592 msgid "Use -h <cmd> / help <cmd> to show detailed help for a command."
1593 msgstr ""
1594
1595 #: fish/cmds.c:3238 fish/cmds.c:3252 fish/cmds.c:3268 fish/cmds.c:3285
1596 #: fish/cmds.c:3302 fish/cmds.c:3320 fish/cmds.c:3339 fish/cmds.c:3355
1597 #: fish/cmds.c:3373 fish/cmds.c:3389 fish/cmds.c:3407 fish/cmds.c:3423
1598 #: fish/cmds.c:3440 fish/cmds.c:3455 fish/cmds.c:3473 fish/cmds.c:3488
1599 #: fish/cmds.c:3504 fish/cmds.c:3520 fish/cmds.c:3536 fish/cmds.c:3552
1600 #: fish/cmds.c:3568 fish/cmds.c:3586 fish/cmds.c:3619 fish/cmds.c:3635
1601 #: fish/cmds.c:3651 fish/cmds.c:3670 fish/cmds.c:3685 fish/cmds.c:3703
1602 #: fish/cmds.c:3718 fish/cmds.c:3736 fish/cmds.c:3751 fish/cmds.c:3769
1603 #: fish/cmds.c:3784 fish/cmds.c:3803 fish/cmds.c:3822 fish/cmds.c:3840
1604 #: fish/cmds.c:3860 fish/cmds.c:3879 fish/cmds.c:3899 fish/cmds.c:3919
1605 #: fish/cmds.c:3939 fish/cmds.c:3958 fish/cmds.c:3977 fish/cmds.c:3997
1606 #: fish/cmds.c:4017 fish/cmds.c:4037 fish/cmds.c:4052 fish/cmds.c:4068
1607 #: fish/cmds.c:4140 fish/cmds.c:4158 fish/cmds.c:4175 fish/cmds.c:4254
1608 #: fish/cmds.c:4274 fish/cmds.c:4294 fish/cmds.c:4314 fish/cmds.c:4334
1609 #: fish/cmds.c:4354 fish/cmds.c:4373 fish/cmds.c:4392 fish/cmds.c:4411
1610 #: fish/cmds.c:4426 fish/cmds.c:4445 fish/cmds.c:4465 fish/cmds.c:4485
1611 #: fish/cmds.c:4506 fish/cmds.c:4522 fish/cmds.c:4538 fish/cmds.c:4557
1612 #: fish/cmds.c:4579 fish/cmds.c:4601 fish/cmds.c:4621 fish/cmds.c:4638
1613 #: fish/cmds.c:4655 fish/cmds.c:4672 fish/cmds.c:4689 fish/cmds.c:4706
1614 #: fish/cmds.c:4723 fish/cmds.c:4740 fish/cmds.c:4759 fish/cmds.c:4782
1615 #: fish/cmds.c:4818 fish/cmds.c:4835 fish/cmds.c:4858 fish/cmds.c:4880
1616 #: fish/cmds.c:4901 fish/cmds.c:4921 fish/cmds.c:4940 fish/cmds.c:4960
1617 #: fish/cmds.c:4978 fish/cmds.c:4996 fish/cmds.c:5010 fish/cmds.c:5026
1618 #: fish/cmds.c:5046 fish/cmds.c:5065 fish/cmds.c:5084 fish/cmds.c:5103
1619 #: fish/cmds.c:5122 fish/cmds.c:5142 fish/cmds.c:5182 fish/cmds.c:5239
1620 #: fish/cmds.c:5260 fish/cmds.c:5281 fish/cmds.c:5302 fish/cmds.c:5320
1621 #: fish/cmds.c:5342 fish/cmds.c:5380 fish/cmds.c:5402 fish/cmds.c:5481
1622 #: fish/cmds.c:5520 fish/cmds.c:5535 fish/cmds.c:5552 fish/cmds.c:5566
1623 #: fish/cmds.c:5582 fish/cmds.c:5604 fish/cmds.c:5626 fish/cmds.c:5648
1624 #: fish/cmds.c:5670 fish/cmds.c:5692 fish/cmds.c:5714 fish/cmds.c:5734
1625 #: fish/cmds.c:5751 fish/cmds.c:5768 fish/cmds.c:5787 fish/cmds.c:5806
1626 #: fish/cmds.c:5826 fish/cmds.c:5862 fish/cmds.c:5881 fish/cmds.c:5900
1627 #: fish/cmds.c:5917 fish/cmds.c:5935 fish/cmds.c:5958 fish/cmds.c:5981
1628 #: fish/cmds.c:6005 fish/cmds.c:6028 fish/cmds.c:6049 fish/cmds.c:6072
1629 #: fish/cmds.c:6095 fish/cmds.c:6115 fish/cmds.c:6137 fish/cmds.c:6158
1630 #: fish/cmds.c:6181 fish/cmds.c:6198 fish/cmds.c:6215 fish/cmds.c:6233
1631 #: fish/cmds.c:6251 fish/cmds.c:6272 fish/cmds.c:6290 fish/cmds.c:6311
1632 #: fish/cmds.c:6331 fish/cmds.c:6349 fish/cmds.c:6370 fish/cmds.c:6393
1633 #: fish/cmds.c:6416 fish/cmds.c:6438 fish/cmds.c:6471 fish/cmds.c:6488
1634 #: fish/cmds.c:6505 fish/cmds.c:6529 fish/cmds.c:6552 fish/cmds.c:6575
1635 #: fish/cmds.c:6597 fish/cmds.c:6614 fish/cmds.c:6636 fish/cmds.c:6730
1636 #: fish/cmds.c:6750 fish/cmds.c:6770 fish/cmds.c:6790 fish/cmds.c:6808
1637 #: fish/cmds.c:6829 fish/cmds.c:6865 fish/cmds.c:6882 fish/cmds.c:6904
1638 #: fish/cmds.c:6921 fish/cmds.c:6957 fish/cmds.c:6977 fish/cmds.c:6997
1639 #: fish/cmds.c:7017 fish/cmds.c:7039 fish/cmds.c:7056 fish/cmds.c:7075
1640 #: fish/cmds.c:7094 fish/cmds.c:7116 fish/cmds.c:7137 fish/cmds.c:7158
1641 #: fish/cmds.c:7179 fish/cmds.c:7202 fish/cmds.c:7243 fish/cmds.c:7266
1642 #: fish/cmds.c:7305 fish/cmds.c:7322 fish/cmds.c:7341 fish/cmds.c:7362
1643 #: fish/cmds.c:7385 fish/cmds.c:7407 fish/cmds.c:7425 fish/cmds.c:7444
1644 #: fish/cmds.c:7465 fish/cmds.c:7542 fish/cmds.c:7583 fish/cmds.c:7662
1645 #: fish/cmds.c:7738 fish/cmds.c:7775 fish/cmds.c:7798 fish/cmds.c:7819
1646 #: fish/cmds.c:7842 fish/cmds.c:7864 fish/cmds.c:7889 fish/cmds.c:7932
1647 #: fish/cmds.c:7973 fish/cmds.c:7994 fish/cmds.c:8012 fish/cmds.c:8031
1648 #: fish/cmds.c:8048 fish/cmds.c:8066 fish/cmds.c:8093 fish/cmds.c:8117
1649 #: fish/cmds.c:8141 fish/cmds.c:8165 fish/cmds.c:8189 fish/cmds.c:8213
1650 #: fish/cmds.c:8237 fish/cmds.c:8261 fish/cmds.c:8285 fish/cmds.c:8309
1651 #: fish/cmds.c:8333 fish/cmds.c:8357 fish/cmds.c:8380 fish/cmds.c:8403
1652 #: fish/cmds.c:8424 fish/cmds.c:8445 fish/cmds.c:8466 fish/cmds.c:8486
1653 #: fish/cmds.c:8509 fish/cmds.c:8547 fish/cmds.c:8564 fish/cmds.c:8581
1654 #: fish/cmds.c:8600 fish/cmds.c:8619 fish/cmds.c:8636 fish/cmds.c:8653
1655 #: fish/cmds.c:8670 fish/cmds.c:8687 fish/cmds.c:8706 fish/cmds.c:8742
1656 #: fish/cmds.c:8782 fish/cmds.c:8815 fish/cmds.c:8832 fish/cmds.c:8849
1657 #: fish/cmds.c:8865 fish/cmds.c:8880 fish/cmds.c:8901 fish/cmds.c:8939
1658 #: fish/cmds.c:8977 fish/cmds.c:9016 fish/cmds.c:9056 fish/cmds.c:9097
1659 #: fish/cmds.c:9138 fish/cmds.c:9176 fish/cmds.c:9193 fish/cmds.c:9216
1660 #: fish/cmds.c:9238 fish/cmds.c:9260 fish/cmds.c:9280 fish/cmds.c:9300
1661 #: fish/cmds.c:9336 fish/cmds.c:9408 fish/cmds.c:9448 fish/cmds.c:9506
1662 #: fish/cmds.c:9532 fish/cmds.c:9558 fish/cmds.c:9586 fish/cmds.c:9645
1663 #: fish/cmds.c:9666 fish/cmds.c:9711 fish/cmds.c:9731 fish/cmds.c:9770
1664 #: fish/cmds.c:9807 fish/cmds.c:9827 fish/cmds.c:9849 fish/cmds.c:9906
1665 #: fish/cmds.c:9926 fish/cmds.c:9948 fish/cmds.c:9970 fish/cmds.c:9989
1666 #: fish/cmds.c:10009 fish/cmds.c:10036 fish/cmds.c:10056 fish/cmds.c:10076
1667 #: fish/cmds.c:10096 fish/cmds.c:10116 fish/cmds.c:10138 fish/cmds.c:10173
1668 #: fish/cmds.c:10191 fish/cmds.c:10214 fish/cmds.c:10236 fish/cmds.c:10251
1669 #: fish/cmds.c:10268 fish/cmds.c:10305 fish/cmds.c:10344 fish/cmds.c:10384
1670 #: fish/cmds.c:10440 fish/cmds.c:10462 fish/cmds.c:10498 fish/cmds.c:10513
1671 #: fish/cmds.c:10533 fish/cmds.c:10573 fish/cmds.c:10596 fish/cmds.c:10620
1672 #: fish/cmds.c:10645 fish/cmds.c:10686 fish/cmds.c:10711 fish/cmds.c:10749
1673 #: fish/cmds.c:10780 fish/cmds.c:10811 fish/cmds.c:10839 fish/cmds.c:10859
1674 #: fish/cmds.c:10891 fish/cmds.c:10911 fish/cmds.c:10931 fish/cmds.c:10948
1675 #: fish/cmds.c:10966 fish/cmds.c:10989 fish/cmds.c:11010 fish/cmds.c:11029
1676 #: fish/cmds.c:11071 fish/cmds.c:11114 fish/cmds.c:11158 fish/cmds.c:11197
1677 #: fish/cmds.c:11216 fish/cmds.c:11236 fish/cmds.c:11256 fish/cmds.c:11277
1678 #: fish/cmds.c:11298 fish/cmds.c:11319 fish/cmds.c:11340 fish/cmds.c:11361
1679 #: fish/cmds.c:11383 fish/cmds.c:11421 fish/cmds.c:11472 fish/cmds.c:11510
1680 #: fish/cmds.c:11566 fish/cmds.c:11656 fish/cmds.c:11685 fish/cmds.c:11712
1681 #, c-format
1682 msgid "%s should have %d parameter(s)\n"
1683 msgstr ""
1684
1685 #: fish/cmds.c:3239 fish/cmds.c:3253 fish/cmds.c:3269 fish/cmds.c:3286
1686 #: fish/cmds.c:3303 fish/cmds.c:3321 fish/cmds.c:3340 fish/cmds.c:3356
1687 #: fish/cmds.c:3374 fish/cmds.c:3390 fish/cmds.c:3408 fish/cmds.c:3424
1688 #: fish/cmds.c:3441 fish/cmds.c:3456 fish/cmds.c:3474 fish/cmds.c:3489
1689 #: fish/cmds.c:3505 fish/cmds.c:3521 fish/cmds.c:3537 fish/cmds.c:3553
1690 #: fish/cmds.c:3569 fish/cmds.c:3587 fish/cmds.c:3620 fish/cmds.c:3636
1691 #: fish/cmds.c:3652 fish/cmds.c:3671 fish/cmds.c:3686 fish/cmds.c:3704
1692 #: fish/cmds.c:3719 fish/cmds.c:3737 fish/cmds.c:3752 fish/cmds.c:3770
1693 #: fish/cmds.c:3785 fish/cmds.c:3804 fish/cmds.c:3823 fish/cmds.c:3841
1694 #: fish/cmds.c:3861 fish/cmds.c:3880 fish/cmds.c:3900 fish/cmds.c:3920
1695 #: fish/cmds.c:3940 fish/cmds.c:3959 fish/cmds.c:3978 fish/cmds.c:3998
1696 #: fish/cmds.c:4018 fish/cmds.c:4038 fish/cmds.c:4053 fish/cmds.c:4069
1697 #: fish/cmds.c:4090 fish/cmds.c:4141 fish/cmds.c:4159 fish/cmds.c:4176
1698 #: fish/cmds.c:4197 fish/cmds.c:4255 fish/cmds.c:4275 fish/cmds.c:4295
1699 #: fish/cmds.c:4315 fish/cmds.c:4335 fish/cmds.c:4355 fish/cmds.c:4374
1700 #: fish/cmds.c:4393 fish/cmds.c:4412 fish/cmds.c:4427 fish/cmds.c:4446
1701 #: fish/cmds.c:4466 fish/cmds.c:4486 fish/cmds.c:4507 fish/cmds.c:4523
1702 #: fish/cmds.c:4539 fish/cmds.c:4558 fish/cmds.c:4580 fish/cmds.c:4602
1703 #: fish/cmds.c:4622 fish/cmds.c:4639 fish/cmds.c:4656 fish/cmds.c:4673
1704 #: fish/cmds.c:4690 fish/cmds.c:4707 fish/cmds.c:4724 fish/cmds.c:4741
1705 #: fish/cmds.c:4760 fish/cmds.c:4783 fish/cmds.c:4819 fish/cmds.c:4836
1706 #: fish/cmds.c:4859 fish/cmds.c:4881 fish/cmds.c:4902 fish/cmds.c:4922
1707 #: fish/cmds.c:4941 fish/cmds.c:4961 fish/cmds.c:4979 fish/cmds.c:4997
1708 #: fish/cmds.c:5011 fish/cmds.c:5027 fish/cmds.c:5047 fish/cmds.c:5066
1709 #: fish/cmds.c:5085 fish/cmds.c:5104 fish/cmds.c:5123 fish/cmds.c:5143
1710 #: fish/cmds.c:5183 fish/cmds.c:5240 fish/cmds.c:5261 fish/cmds.c:5282
1711 #: fish/cmds.c:5303 fish/cmds.c:5321 fish/cmds.c:5343 fish/cmds.c:5381
1712 #: fish/cmds.c:5403 fish/cmds.c:5482 fish/cmds.c:5521 fish/cmds.c:5536
1713 #: fish/cmds.c:5553 fish/cmds.c:5567 fish/cmds.c:5583 fish/cmds.c:5605
1714 #: fish/cmds.c:5627 fish/cmds.c:5649 fish/cmds.c:5671 fish/cmds.c:5693
1715 #: fish/cmds.c:5715 fish/cmds.c:5735 fish/cmds.c:5752 fish/cmds.c:5769
1716 #: fish/cmds.c:5788 fish/cmds.c:5807 fish/cmds.c:5827 fish/cmds.c:5863
1717 #: fish/cmds.c:5882 fish/cmds.c:5901 fish/cmds.c:5918 fish/cmds.c:5936
1718 #: fish/cmds.c:5959 fish/cmds.c:5982 fish/cmds.c:6006 fish/cmds.c:6029
1719 #: fish/cmds.c:6050 fish/cmds.c:6073 fish/cmds.c:6096 fish/cmds.c:6116
1720 #: fish/cmds.c:6138 fish/cmds.c:6159 fish/cmds.c:6182 fish/cmds.c:6199
1721 #: fish/cmds.c:6216 fish/cmds.c:6234 fish/cmds.c:6252 fish/cmds.c:6273
1722 #: fish/cmds.c:6291 fish/cmds.c:6312 fish/cmds.c:6332 fish/cmds.c:6350
1723 #: fish/cmds.c:6371 fish/cmds.c:6394 fish/cmds.c:6417 fish/cmds.c:6439
1724 #: fish/cmds.c:6472 fish/cmds.c:6489 fish/cmds.c:6506 fish/cmds.c:6530
1725 #: fish/cmds.c:6553 fish/cmds.c:6576 fish/cmds.c:6598 fish/cmds.c:6615
1726 #: fish/cmds.c:6637 fish/cmds.c:6731 fish/cmds.c:6751 fish/cmds.c:6771
1727 #: fish/cmds.c:6791 fish/cmds.c:6809 fish/cmds.c:6830 fish/cmds.c:6866
1728 #: fish/cmds.c:6883 fish/cmds.c:6905 fish/cmds.c:6922 fish/cmds.c:6958
1729 #: fish/cmds.c:6978 fish/cmds.c:6998 fish/cmds.c:7018 fish/cmds.c:7040
1730 #: fish/cmds.c:7057 fish/cmds.c:7076 fish/cmds.c:7095 fish/cmds.c:7117
1731 #: fish/cmds.c:7138 fish/cmds.c:7159 fish/cmds.c:7180 fish/cmds.c:7203
1732 #: fish/cmds.c:7244 fish/cmds.c:7267 fish/cmds.c:7306 fish/cmds.c:7323
1733 #: fish/cmds.c:7342 fish/cmds.c:7363 fish/cmds.c:7386 fish/cmds.c:7408
1734 #: fish/cmds.c:7426 fish/cmds.c:7445 fish/cmds.c:7466 fish/cmds.c:7543
1735 #: fish/cmds.c:7584 fish/cmds.c:7663 fish/cmds.c:7739 fish/cmds.c:7776
1736 #: fish/cmds.c:7799 fish/cmds.c:7820 fish/cmds.c:7843 fish/cmds.c:7865
1737 #: fish/cmds.c:7890 fish/cmds.c:7933 fish/cmds.c:7974 fish/cmds.c:7995
1738 #: fish/cmds.c:8013 fish/cmds.c:8032 fish/cmds.c:8049 fish/cmds.c:8067
1739 #: fish/cmds.c:8094 fish/cmds.c:8118 fish/cmds.c:8142 fish/cmds.c:8166
1740 #: fish/cmds.c:8190 fish/cmds.c:8214 fish/cmds.c:8238 fish/cmds.c:8262
1741 #: fish/cmds.c:8286 fish/cmds.c:8310 fish/cmds.c:8334 fish/cmds.c:8358
1742 #: fish/cmds.c:8381 fish/cmds.c:8404 fish/cmds.c:8425 fish/cmds.c:8446
1743 #: fish/cmds.c:8467 fish/cmds.c:8487 fish/cmds.c:8510 fish/cmds.c:8548
1744 #: fish/cmds.c:8565 fish/cmds.c:8582 fish/cmds.c:8601 fish/cmds.c:8620
1745 #: fish/cmds.c:8637 fish/cmds.c:8654 fish/cmds.c:8671 fish/cmds.c:8688
1746 #: fish/cmds.c:8707 fish/cmds.c:8743 fish/cmds.c:8783 fish/cmds.c:8816
1747 #: fish/cmds.c:8833 fish/cmds.c:8850 fish/cmds.c:8866 fish/cmds.c:8881
1748 #: fish/cmds.c:8902 fish/cmds.c:8940 fish/cmds.c:8978 fish/cmds.c:9017
1749 #: fish/cmds.c:9057 fish/cmds.c:9098 fish/cmds.c:9139 fish/cmds.c:9177
1750 #: fish/cmds.c:9194 fish/cmds.c:9217 fish/cmds.c:9239 fish/cmds.c:9261
1751 #: fish/cmds.c:9281 fish/cmds.c:9301 fish/cmds.c:9337 fish/cmds.c:9409
1752 #: fish/cmds.c:9449 fish/cmds.c:9507 fish/cmds.c:9533 fish/cmds.c:9559
1753 #: fish/cmds.c:9587 fish/cmds.c:9646 fish/cmds.c:9667 fish/cmds.c:9712
1754 #: fish/cmds.c:9732 fish/cmds.c:9771 fish/cmds.c:9808 fish/cmds.c:9828
1755 #: fish/cmds.c:9850 fish/cmds.c:9907 fish/cmds.c:9927 fish/cmds.c:9949
1756 #: fish/cmds.c:9971 fish/cmds.c:9990 fish/cmds.c:10010 fish/cmds.c:10037
1757 #: fish/cmds.c:10057 fish/cmds.c:10077 fish/cmds.c:10097 fish/cmds.c:10117
1758 #: fish/cmds.c:10139 fish/cmds.c:10174 fish/cmds.c:10192 fish/cmds.c:10215
1759 #: fish/cmds.c:10237 fish/cmds.c:10252 fish/cmds.c:10269 fish/cmds.c:10306
1760 #: fish/cmds.c:10345 fish/cmds.c:10385 fish/cmds.c:10441 fish/cmds.c:10463
1761 #: fish/cmds.c:10499 fish/cmds.c:10514 fish/cmds.c:10534 fish/cmds.c:10574
1762 #: fish/cmds.c:10597 fish/cmds.c:10621 fish/cmds.c:10646 fish/cmds.c:10687
1763 #: fish/cmds.c:10712 fish/cmds.c:10750 fish/cmds.c:10781 fish/cmds.c:10812
1764 #: fish/cmds.c:10840 fish/cmds.c:10860 fish/cmds.c:10892 fish/cmds.c:10912
1765 #: fish/cmds.c:10932 fish/cmds.c:10949 fish/cmds.c:10967 fish/cmds.c:10990
1766 #: fish/cmds.c:11011 fish/cmds.c:11030 fish/cmds.c:11072 fish/cmds.c:11115
1767 #: fish/cmds.c:11159 fish/cmds.c:11198 fish/cmds.c:11217 fish/cmds.c:11237
1768 #: fish/cmds.c:11257 fish/cmds.c:11278 fish/cmds.c:11299 fish/cmds.c:11320
1769 #: fish/cmds.c:11341 fish/cmds.c:11362 fish/cmds.c:11384 fish/cmds.c:11422
1770 #: fish/cmds.c:11473 fish/cmds.c:11511 fish/cmds.c:11567 fish/cmds.c:11590
1771 #: fish/cmds.c:11657 fish/cmds.c:11686 fish/cmds.c:11713
1772 #, c-format
1773 msgid "type 'help %s' for help on %s\n"
1774 msgstr ""
1775
1776 #: fish/cmds.c:3597 fish/cmds.c:4795 fish/cmds.c:5153 fish/cmds.c:5193
1777 #: fish/cmds.c:5212 fish/cmds.c:5355 fish/cmds.c:5414 fish/cmds.c:5433
1778 #: fish/cmds.c:5452 fish/cmds.c:5495 fish/cmds.c:5838 fish/cmds.c:6449
1779 #: fish/cmds.c:6648 fish/cmds.c:6667 fish/cmds.c:6686 fish/cmds.c:6705
1780 #: fish/cmds.c:6841 fish/cmds.c:6932 fish/cmds.c:7213 fish/cmds.c:7277
1781 #: fish/cmds.c:7476 fish/cmds.c:7495 fish/cmds.c:7514 fish/cmds.c:7553
1782 #: fish/cmds.c:7594 fish/cmds.c:7613 fish/cmds.c:7632 fish/cmds.c:7673
1783 #: fish/cmds.c:7692 fish/cmds.c:7711 fish/cmds.c:7749 fish/cmds.c:7902
1784 #: fish/cmds.c:7945 fish/cmds.c:8522 fish/cmds.c:8717 fish/cmds.c:8755
1785 #: fish/cmds.c:8793 fish/cmds.c:8913 fish/cmds.c:8950 fish/cmds.c:8988
1786 #: fish/cmds.c:9027 fish/cmds.c:9068 fish/cmds.c:9109 fish/cmds.c:9150
1787 #: fish/cmds.c:9313 fish/cmds.c:9349 fish/cmds.c:9362 fish/cmds.c:9375
1788 #: fish/cmds.c:9388 fish/cmds.c:9421 fish/cmds.c:9459 fish/cmds.c:9478
1789 #: fish/cmds.c:9599 fish/cmds.c:9618 fish/cmds.c:9679 fish/cmds.c:9692
1790 #: fish/cmds.c:9743 fish/cmds.c:9782 fish/cmds.c:9860 fish/cmds.c:9879
1791 #: fish/cmds.c:10153 fish/cmds.c:10280 fish/cmds.c:10317 fish/cmds.c:10356
1792 #: fish/cmds.c:10396 fish/cmds.c:10415 fish/cmds.c:10474 fish/cmds.c:10547
1793 #: fish/cmds.c:10657 fish/cmds.c:10727 fish/cmds.c:10761 fish/cmds.c:10792
1794 #: fish/cmds.c:10823 fish/cmds.c:10872 fish/cmds.c:11043 fish/cmds.c:11085
1795 #: fish/cmds.c:11130 fish/cmds.c:11172 fish/cmds.c:11398 fish/cmds.c:11436
1796 #: fish/cmds.c:11449 fish/cmds.c:11487 fish/cmds.c:11522 fish/cmds.c:11541
1797 #: fish/cmds.c:11608
1798 #, c-format
1799 msgid "%s: %s: invalid integer parameter (%s returned %d)\n"
1800 msgstr ""
1801
1802 #: fish/cmds.c:3603 fish/cmds.c:4801 fish/cmds.c:5159 fish/cmds.c:5199
1803 #: fish/cmds.c:5218 fish/cmds.c:5361 fish/cmds.c:5420 fish/cmds.c:5439
1804 #: fish/cmds.c:5458 fish/cmds.c:5501 fish/cmds.c:5844 fish/cmds.c:6455
1805 #: fish/cmds.c:6654 fish/cmds.c:6673 fish/cmds.c:6692 fish/cmds.c:6711
1806 #: fish/cmds.c:6847 fish/cmds.c:6938 fish/cmds.c:7219 fish/cmds.c:7283
1807 #: fish/cmds.c:7482 fish/cmds.c:7501 fish/cmds.c:7520 fish/cmds.c:7559
1808 #: fish/cmds.c:7600 fish/cmds.c:7619 fish/cmds.c:7638 fish/cmds.c:7679
1809 #: fish/cmds.c:7698 fish/cmds.c:7717 fish/cmds.c:7755 fish/cmds.c:7908
1810 #: fish/cmds.c:7951 fish/cmds.c:8528 fish/cmds.c:8723 fish/cmds.c:8761
1811 #: fish/cmds.c:8799 fish/cmds.c:8919 fish/cmds.c:8956 fish/cmds.c:8994
1812 #: fish/cmds.c:9033 fish/cmds.c:9074 fish/cmds.c:9115 fish/cmds.c:9156
1813 #: fish/cmds.c:9427 fish/cmds.c:9465 fish/cmds.c:9484 fish/cmds.c:9605
1814 #: fish/cmds.c:9749 fish/cmds.c:9788 fish/cmds.c:9866 fish/cmds.c:9885
1815 #: fish/cmds.c:10286 fish/cmds.c:10323 fish/cmds.c:10362 fish/cmds.c:10402
1816 #: fish/cmds.c:10421 fish/cmds.c:10480 fish/cmds.c:10553 fish/cmds.c:10663
1817 #: fish/cmds.c:11049 fish/cmds.c:11091 fish/cmds.c:11136 fish/cmds.c:11178
1818 #: fish/cmds.c:11528 fish/cmds.c:11614
1819 #, c-format
1820 msgid "%s: %s: integer out of range\n"
1821 msgstr ""
1822
1823 #: fish/cmds.c:4089 fish/cmds.c:4196 fish/cmds.c:11589
1824 #, c-format
1825 msgid "%s should have %d-%d parameter(s)\n"
1826 msgstr ""
1827
1828 #: fish/cmds.c:4115 fish/cmds.c:4227 fish/cmds.c:11629
1829 #, c-format
1830 msgid "%s: unknown optional argument \"%s\"\n"
1831 msgstr ""
1832
1833 #: fish/cmds.c:4121 fish/cmds.c:4233 fish/cmds.c:11635
1834 #, c-format
1835 msgid "%s: optional argument \"%s\" given twice\n"
1836 msgstr ""
1837
1838 #: fish/cmds.c:11730
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:100
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:243
1934 #, c-format
1935 msgid "%s: --listen=PID: PID was not a number: %s\n"
1936 msgstr ""
1937
1938 #: fish/fish.c:250
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:300
1945 #, c-format
1946 msgid "%s: only one -f parameter can be given\n"
1947 msgstr ""
1948
1949 #: fish/fish.c:455
1950 #, c-format
1951 msgid "%s: cannot use --listen and --remote options at the same time\n"
1952 msgstr ""
1953
1954 #: fish/fish.c:463
1955 #, c-format
1956 msgid "%s: extra parameters on the command line with --listen flag\n"
1957 msgstr ""
1958
1959 #: fish/fish.c:469
1960 #, c-format
1961 msgid "%s: cannot use --listen and --file options at the same time\n"
1962 msgstr ""
1963
1964 #: fish/fish.c:527
1965 #, c-format
1966 msgid "guestfish: could not access termcap or terminfo database.\n"
1967 msgstr ""
1968
1969 #: fish/fish.c:531
1970 #, c-format
1971 msgid "guestfish: terminal type \"%s\" not defined.\n"
1972 msgstr ""
1973
1974 #: fish/fish.c:619
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:763
1988 #, c-format
1989 msgid "%s: unterminated double quote\n"
1990 msgstr ""
1991
1992 #: fish/fish.c:769 fish/fish.c:786
1993 #, c-format
1994 msgid "%s: command arguments not separated by whitespace\n"
1995 msgstr ""
1996
1997 #: fish/fish.c:780
1998 #, c-format
1999 msgid "%s: unterminated single quote\n"
2000 msgstr ""
2001
2002 #: fish/fish.c:810
2003 #, c-format
2004 msgid "%s: internal error parsing string at '%s'\n"
2005 msgstr ""
2006
2007 #: fish/fish.c:827
2008 #, c-format
2009 msgid "%s: too many arguments\n"
2010 msgstr ""
2011
2012 #: fish/fish.c:895
2013 #, c-format
2014 msgid "%s: empty command on command line\n"
2015 msgstr ""
2016
2017 #: fish/fish.c:1041
2018 msgid "display a list of commands or help on a command"
2019 msgstr ""
2020
2021 #: fish/fish.c:1043
2022 msgid "quit guestfish"
2023 msgstr ""
2024
2025 #: fish/fish.c:1054
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:1062
2034 #, c-format
2035 msgid ""
2036 "quit - quit guestfish\n"
2037 "     quit\n"
2038 msgstr ""
2039
2040 #: fish/fish.c:1067
2041 #, c-format
2042 msgid "%s: command not known, use -h to list all commands\n"
2043 msgstr ""
2044
2045 #: fish/fish.c:1083
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:1240
2054 #, c-format
2055 msgid "Runaway quote in string \"%s\"\n"
2056 msgstr ""
2057
2058 #: fish/fish.c:1438
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:1444
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:1458
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:1477
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:255
2324 #, c-format
2325 msgid "guestfish: protocol error: could not read 'hello' message\n"
2326 msgstr ""
2327
2328 #: fish/rc.c:260
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:335 fish/rc.c:349
2336 #, c-format
2337 msgid "guestfish: remote: looks like the server is not running\n"
2338 msgstr ""
2339
2340 #: fish/rc.c:361 fish/rc.c:375
2341 #, c-format
2342 msgid "guestfish: protocol error: could not send initial greeting to server\n"
2343 msgstr ""
2344
2345 #: fish/rc.c:386
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:901
2523 #, perl-brace-format
2524 msgid "unknown filesystem label {label}\n"
2525 msgstr ""
2526
2527 #: perl/lib/Sys/Guestfs/Lib.pm:911
2528 #, perl-brace-format
2529 msgid "unknown filesystem UUID {uuid}\n"
2530 msgstr ""
2531
2532 #: perl/lib/Sys/Guestfs/Lib.pm:939
2533 #, perl-brace-format
2534 msgid "unknown filesystem {fs}\n"
2535 msgstr ""
2536
2537 #: perl/lib/Sys/Guestfs/Lib.pm:1017
2538 #, perl-brace-format
2539 msgid "Error running rpm -qa: {error}"
2540 msgstr ""
2541
2542 #: perl/lib/Sys/Guestfs/Lib.pm:1043
2543 #, perl-brace-format
2544 msgid "Error running dpkg-query: {error}"
2545 msgstr ""
2546
2547 #: perl/lib/Sys/Guestfs/Lib.pm:1108
2548 msgid "Can't find grub on guest"
2549 msgstr ""
2550
2551 #: perl/lib/Sys/Guestfs/Lib.pm:1163
2552 #, perl-brace-format
2553 msgid "Grub entry {title} has no kernel"
2554 msgstr ""
2555
2556 #: perl/lib/Sys/Guestfs/Lib.pm:1194
2557 #, perl-brace-format
2558 msgid "grub refers to {path}, which doesn't exist\n"
2559 msgstr ""
2560
2561 #: perl/lib/Sys/Guestfs/Lib.pm:1217
2562 #, perl-brace-format
2563 msgid "Grub entry {title} does not specify an initrd"
2564 msgstr ""
2565
2566 #: perl/lib/Sys/Guestfs/Lib.pm:1286
2567 #, perl-brace-format
2568 msgid "Didn't find modules directory {modules} for kernel {path}"
2569 msgstr ""
2570
2571 #: perl/lib/Sys/Guestfs/Lib.pm:1294
2572 #, perl-brace-format
2573 msgid "Couldn't guess kernel version number from path for kernel {path}"
2574 msgstr ""
2575
2576 #: perl/lib/Sys/Guestfs/Lib.pm:1348
2577 #, perl-brace-format
2578 msgid "{path} doesn't match augeas pattern"
2579 msgstr ""
2580
2581 #: perl/lib/Sys/Guestfs/Lib.pm:1387
2582 #, perl-brace-format
2583 msgid "{filename}: could not read initrd format"
2584 msgstr ""
2585
2586 #: rescue/virt-rescue.c:63
2587 #, c-format
2588 msgid ""
2589 "%s: Run a rescue shell on a virtual machine\n"
2590 "Copyright (C) 2009-2010 Red Hat Inc.\n"
2591 "Usage:\n"
2592 "  %s [--options] -d domname\n"
2593 "  %s [--options] -a disk.img [-a disk.img ...]\n"
2594 "Options:\n"
2595 "  -a|--add image       Add image\n"
2596 "  --append kernelopts  Append kernel options\n"
2597 "  -c|--connect uri     Specify libvirt URI for -d option\n"
2598 "  -d|--domain guest    Add disks from libvirt guest\n"
2599 "  --format[=raw|..]    Force disk format for -a option\n"
2600 "  --help               Display brief help\n"
2601 "  -m|--memsize MB      Set memory size in megabytes\n"
2602 "  --network            Enable network\n"
2603 "  -r|--ro              Access read-only\n"
2604 "  --selinux            Enable SELinux\n"
2605 "  -v|--verbose         Verbose messages\n"
2606 "  -V|--version         Display version and exit\n"
2607 "  -w|--rw              Mount read-write\n"
2608 "  -x                   Trace libguestfs API calls\n"
2609 "For more information, see the manpage %s(1).\n"
2610 msgstr ""
2611
2612 #: rescue/virt-rescue.c:180
2613 #, c-format
2614 msgid "%s: could not parse memory size '%s'\n"
2615 msgstr ""
2616
2617 #: rescue/virt-rescue.c:419
2618 #, c-format
2619 msgid "%s: unknown child exit status (%d)\n"
2620 msgstr ""
2621
2622 #: src/appliance.c:181
2623 #, c-format
2624 msgid ""
2625 "cannot find any suitable libguestfs supermin or ordinary appliance on "
2626 "LIBGUESTFS_PATH (search path: %s)"
2627 msgstr ""
2628
2629 #: src/appliance.c:331
2630 #, c-format
2631 msgid "security: cached appliance %s is not owned by UID %d"
2632 msgstr ""
2633
2634 #: src/appliance.c:336
2635 #, c-format
2636 msgid "security: cached appliance %s is not a directory (mode %o)"
2637 msgstr ""
2638
2639 #: src/appliance.c:341
2640 #, c-format
2641 msgid "security: cached appliance %s is writable by group or other (mode %o)"
2642 msgstr ""
2643
2644 #: src/appliance.c:659
2645 msgid "external command failed, see earlier error messages"
2646 msgstr ""
2647
2648 #: src/dbdump.c:87
2649 msgid "unexpected end of output from db_dump command before end of header"
2650 msgstr ""
2651
2652 #: src/dbdump.c:100 src/dbdump.c:112
2653 msgid "unexpected line from db_dump command, no space prefix"
2654 msgstr ""
2655
2656 #: src/dbdump.c:129
2657 msgid "unexpected end of output from db_dump command before end of data"
2658 msgstr ""
2659
2660 #: src/dbdump.c:210
2661 msgid "unexpected non-hex digits in output of db_dump command"
2662 msgstr ""
2663
2664 #: src/filearch.c:153
2665 #, c-format
2666 msgid "size of %s unreasonable (%<PRIi64> bytes)"
2667 msgstr ""
2668
2669 #: src/filearch.c:266
2670 msgid ""
2671 "file-architecture API not available since this version of libguestfs was "
2672 "compiled without PCRE or libmagic libraries"
2673 msgstr ""
2674
2675 #: src/guestfs.c:174
2676 #, c-format
2677 msgid "guestfs_close: called twice on the same handle\n"
2678 msgstr ""
2679
2680 #: src/guestfs.c:333
2681 #, c-format
2682 msgid "warning: %s"
2683 msgstr ""
2684
2685 #: src/guestfs.c:392
2686 #, c-format
2687 msgid "libguestfs: error: %s\n"
2688 msgstr ""
2689
2690 #: src/guestfs.c:939
2691 #, c-format
2692 msgid "<truncated, original size %zu bytes>"
2693 msgstr ""
2694
2695 #: src/inspect.c:265
2696 msgid "not a Windows guest, or systemroot could not be determined"
2697 msgstr ""
2698
2699 #: src/inspect.c:281
2700 msgid "not a Windows guest, or CurrentControlSet could not be determined"
2701 msgstr ""
2702
2703 #: src/inspect.c:541 src/inspect_fs.c:474 src/inspect_fs.c:518
2704 #: src/inspect_fs_unix.c:194 src/inspect_fs_unix.c:579
2705 #: src/inspect_fs_unix.c:821
2706 #, c-format
2707 msgid "size of %s is unreasonably large (%<PRIi64> bytes)"
2708 msgstr ""
2709
2710 #: src/inspect.c:577
2711 msgid "no inspection data: call guestfs_inspect_os first"
2712 msgstr ""
2713
2714 #: src/inspect.c:589
2715 #, c-format
2716 msgid ""
2717 "%s: root device not found: only call this function with a root device "
2718 "previously returned by guestfs_inspect_os"
2719 msgstr ""
2720
2721 #: src/inspect.c:599 src/inspect_apps.c:470
2722 msgid ""
2723 "inspection API not available since this version of libguestfs was compiled "
2724 "without PCRE or hivex libraries"
2725 msgstr ""
2726
2727 #: src/inspect_fs.c:326 src/inspect_fs.c:339
2728 #, c-format
2729 msgid "could not parse integer in version number: %s"
2730 msgstr ""
2731
2732 #: src/inspect_fs.c:483
2733 #, c-format
2734 msgid "%s: file is empty"
2735 msgstr ""
2736
2737 #: src/inspect_fs_unix.c:613
2738 msgid "could not parse /etc/fstab or empty file"
2739 msgstr ""
2740
2741 #: src/inspect_fs_windows.c:112
2742 #, c-format
2743 msgid "cannot resolve Windows %%SYSTEMROOT%%"
2744 msgstr ""
2745
2746 #: src/launch.c:98
2747 msgid "command line cannot be altered after qemu subprocess launched"
2748 msgstr ""
2749
2750 #: src/launch.c:155
2751 msgid "guestfs_config: parameter must begin with '-' character"
2752 msgstr ""
2753
2754 #: src/launch.c:169
2755 #, c-format
2756 msgid "guestfs_config: parameter '%s' isn't allowed"
2757 msgstr ""
2758
2759 #: src/launch.c:235 src/launch.c:339
2760 msgid "filename cannot contain ',' (comma) character"
2761 msgstr ""
2762
2763 #: src/launch.c:247 src/launch.c:252
2764 #, c-format
2765 msgid "%s parameter is empty or contains disallowed characters"
2766 msgstr ""
2767
2768 #: src/launch.c:358
2769 msgid "the libguestfs handle has already been launched"
2770 msgstr ""
2771
2772 #: src/launch.c:367
2773 #, c-format
2774 msgid "%s: cannot create temporary directory"
2775 msgstr ""
2776
2777 #: src/launch.c:404
2778 msgid "you must call guestfs_add_drive before guestfs_launch"
2779 msgstr ""
2780
2781 #: src/launch.c:759
2782 msgid "guestfs_launch failed, see earlier error messages"
2783 msgstr ""
2784
2785 #: src/launch.c:772
2786 msgid "qemu launched and contacted daemon, but state != READY"
2787 msgstr ""
2788
2789 #: src/launch.c:860
2790 msgid "guestfs_launch failed, unexpected initial message from guestfsd"
2791 msgstr ""
2792
2793 #: src/launch.c:868
2794 msgid "contacted guestfsd, but state != READY"
2795 msgstr ""
2796
2797 #: src/launch.c:1047
2798 #, c-format
2799 msgid ""
2800 "%s: command failed: If qemu is located on a non-standard path, try setting "
2801 "the LIBGUESTFS_QEMU environment variable."
2802 msgstr ""
2803
2804 #: src/launch.c:1138
2805 msgid "qemu has not been launched yet"
2806 msgstr ""
2807
2808 #: src/launch.c:1149
2809 msgid "no subprocess to kill"
2810 msgstr ""
2811
2812 #: src/proto.c:188
2813 #, c-format
2814 msgid "guestfs_set_busy: called when in state %d != READY"
2815 msgstr ""
2816
2817 #: src/proto.c:211
2818 #, c-format
2819 msgid "guestfs_end_busy: called when in state %d"
2820 msgstr ""
2821
2822 #: src/proto.c:421
2823 #, c-format
2824 msgid ""
2825 "check_for_daemon_cancellation_or_eof: read 0x%x from daemon, expected 0x%x\n"
2826 msgstr ""
2827
2828 #: src/proto.c:543
2829 msgid ""
2830 "This usually means the libguestfs appliance failed to start up.  Please\n"
2831 "enable debugging (LIBGUESTFS_DEBUG=1) and rerun the command, then look at\n"
2832 "the debug messages output prior to this error.\n"
2833 msgstr ""
2834
2835 #: src/proto.c:549
2836 msgid "See earlier debug messages.\n"
2837 msgstr ""
2838
2839 #: src/proto.c:639
2840 #, c-format
2841 msgid "received magic signature from guestfsd, but in state %d"
2842 msgstr ""
2843
2844 #: src/proto.c:658
2845 #, c-format
2846 msgid "message length (%u) > maximum possible size (%d)"
2847 msgstr ""
2848
2849 #: src/proto.c:810
2850 #, c-format
2851 msgid "guestfs___send: state %d != BUSY"
2852 msgstr ""
2853
2854 #: src/proto.c:834
2855 msgid "xdr_guestfs_message_header failed"
2856 msgstr ""
2857
2858 #: src/proto.c:843
2859 msgid "dispatch failed to marshal args"
2860 msgstr ""
2861
2862 #: src/proto.c:970
2863 #, c-format
2864 msgid "send_file_chunk: state %d != READY"
2865 msgstr ""
2866
2867 #: src/proto.c:986
2868 #, c-format
2869 msgid "xdr_guestfs_chunk failed (buf = %p, buflen = %zu)"
2870 msgstr ""
2871
2872 #: src/proto.c:1136
2873 #, c-format
2874 msgid "%s: error in chunked encoding"
2875 msgstr ""
2876
2877 #: src/proto.c:1163
2878 msgid "write to daemon socket"
2879 msgstr ""
2880
2881 #: src/proto.c:1186
2882 msgid "receive_file_data: parse error in reply callback"
2883 msgstr ""
2884
2885 #: src/proto.c:1191
2886 msgid "receive_file_data: unexpected flag received when reading file chunks"
2887 msgstr ""
2888
2889 #: src/proto.c:1199
2890 msgid "failed to parse file chunk"
2891 msgstr ""
2892
2893 #: src/proto.c:1208
2894 msgid "file receive cancelled by daemon"
2895 msgstr ""
2896
2897 #: src/virt.c:92 src/virt.c:325
2898 msgid "you cannot set both live and readonly flags"
2899 msgstr ""
2900
2901 #: src/virt.c:100
2902 #, c-format
2903 msgid "could not connect to libvirt (code %d, domain %d): %s"
2904 msgstr ""
2905
2906 #: src/virt.c:108
2907 #, c-format
2908 msgid "no libvirt domain called '%s': %s"
2909 msgstr ""
2910
2911 #: src/virt.c:163 src/virt.c:413
2912 #, c-format
2913 msgid "error reading libvirt XML information: %s"
2914 msgstr ""
2915
2916 #: src/virt.c:173 src/virt.c:421
2917 msgid "unable to parse XML information returned by libvirt"
2918 msgstr ""
2919
2920 #: src/virt.c:179 src/virt.c:427
2921 msgid "unable to create new XPath context"
2922 msgstr ""
2923
2924 #: src/virt.c:186 src/virt.c:442
2925 msgid "unable to evaluate XPath expression"
2926 msgstr ""
2927
2928 #: src/virt.c:283
2929 msgid "libvirt domain has no disks"
2930 msgstr ""
2931
2932 #: src/virt.c:336
2933 #, c-format
2934 msgid "error getting domain info: %s"
2935 msgstr ""
2936
2937 #: src/virt.c:350
2938 msgid ""
2939 "error: domain is a live virtual machine.\n"
2940 "Writing to the disks of a running virtual machine can cause disk "
2941 "corruption.\n"
2942 "Either use read-only access, or if the guest is running the guestfsd daemon\n"
2943 "specify live access.  In most libguestfs tools these options are --ro or\n"
2944 "--live respectively.  Consult the documentation for further information."
2945 msgstr ""
2946
2947 #: src/virt.c:470
2948 msgid ""
2949 "this guest has no libvirt <channel> definition for guestfsd\n"
2950 "See ATTACHING TO RUNNING DAEMONS in guestfs(3) for further information."
2951 msgstr ""
2952
2953 #: src/virt.c:495
2954 msgid ""
2955 "add-domain API not available since this version of libguestfs was compiled "
2956 "without libvirt or libxml2"
2957 msgstr ""
2958
2959 #: test-tool/test-tool.c:79
2960 #, c-format
2961 msgid ""
2962 "libguestfs-test-tool: interactive test tool\n"
2963 "Copyright (C) 2009-2011 Red Hat Inc.\n"
2964 "Usage:\n"
2965 "  libguestfs-test-tool [--options]\n"
2966 "Options:\n"
2967 "  --help         Display usage\n"
2968 "  --qemudir dir  Specify QEMU source directory\n"
2969 "  --qemu qemu    Specify QEMU binary\n"
2970 "  --timeout n\n"
2971 "  -t n           Set launch timeout (default: %d seconds)\n"
2972 msgstr ""
2973
2974 #: test-tool/test-tool.c:127
2975 #, c-format
2976 msgid "libguestfs-test-tool: unknown long option: %s (%d)\n"
2977 msgstr ""
2978
2979 #: test-tool/test-tool.c:136
2980 #, c-format
2981 msgid "libguestfs-test-tool: invalid timeout: %s\n"
2982 msgstr ""
2983
2984 #: test-tool/test-tool.c:148
2985 #, c-format
2986 msgid "libguestfs-test-tool: unexpected command line option 0x%x\n"
2987 msgstr ""
2988
2989 #: test-tool/test-tool.c:170
2990 #, c-format
2991 msgid "libguestfs-test-tool: failed to create libguestfs handle\n"
2992 msgstr ""
2993
2994 #: test-tool/test-tool.c:177
2995 #, c-format
2996 msgid "libguestfs-test-tool: failed to add drive '%s'\n"
2997 msgstr ""
2998
2999 #: test-tool/test-tool.c:185
3000 #, c-format
3001 msgid "libguestfs-test-tool: guestfs_version failed\n"
3002 msgstr ""
3003
3004 #: test-tool/test-tool.c:217
3005 #, c-format
3006 msgid "libguestfs-test-tool: failed to launch appliance\n"
3007 msgstr ""
3008
3009 #: test-tool/test-tool.c:229
3010 #, c-format
3011 msgid "libguestfs-test-tool: failed to run part-disk\n"
3012 msgstr ""
3013
3014 #: test-tool/test-tool.c:235
3015 #, c-format
3016 msgid "libguestfs-test-tool: failed to mkfs.ext2\n"
3017 msgstr ""
3018
3019 #: test-tool/test-tool.c:241
3020 #, c-format
3021 msgid "libguestfs-test-tool: failed to mount /dev/sda1 on /\n"
3022 msgstr ""
3023
3024 #: test-tool/test-tool.c:248
3025 #, c-format
3026 msgid "libguestfs-test-tool: failed to touch file\n"
3027 msgstr ""
3028
3029 #: test-tool/test-tool.c:279
3030 #, c-format
3031 msgid ""
3032 "LIBGUESTFS_QEMU environment variable is already set, so\n"
3033 "--qemu/--qemudir options cannot be used.\n"
3034 msgstr ""
3035
3036 #: test-tool/test-tool.c:287
3037 #, c-format
3038 msgid "Binary '%s' does not exist or is not executable\n"
3039 msgstr ""
3040
3041 #: test-tool/test-tool.c:301
3042 #, c-format
3043 msgid "%s: does not look like a qemu source directory\n"
3044 msgstr ""
3045
3046 #: tools/virt-edit.pl:178
3047 msgid "virt-edit: no image, VM names or filenames to edit given"
3048 msgstr ""
3049
3050 #: tools/virt-edit.pl:194 tools/virt-tar.pl:243 tools/virt-win-reg.pl:217
3051 #, perl-brace-format
3052 msgid ""
3053 "{prog}: No operating system could be detected inside this disk image.\n"
3054 "\n"
3055 "This may be because the file is not a disk image, or is not a virtual "
3056 "machine\n"
3057 "image, or because the OS type is not understood by libguestfs.\n"
3058 "\n"
3059 "If you feel this is an error, please file a bug report including as much\n"
3060 "information about the disk image as possible.\n"
3061 msgstr ""
3062
3063 #: tools/virt-edit.pl:198 tools/virt-tar.pl:247 tools/virt-win-reg.pl:221
3064 #, perl-brace-format
3065 msgid "{prog}: multiboot operating systems are not supported.\n"
3066 msgstr ""
3067
3068 #: tools/virt-edit.pl:235
3069 msgid "File not changed.\n"
3070 msgstr ""
3071
3072 #: tools/virt-edit.pl:406
3073 #, perl-brace-format
3074 msgid "virt-edit: drive '{x}:' not found\n"
3075 msgstr ""
3076
3077 #: tools/virt-edit.pl:422
3078 #, perl-brace-format
3079 msgid ""
3080 "virt-edit: '{f}' does not start with a / or \\ character.\n"
3081 "If you are using Windows style paths with backslashes like C:\\foo.txt\n"
3082 "then don't forget that you must quote them with single quotes to\n"
3083 "prevent the shell from munging the backslashes.\n"
3084 msgstr ""
3085
3086 #: tools/virt-list-filesystems.pl:142
3087 msgid "virt-list-filesystems: no image or VM name given"
3088 msgstr ""
3089
3090 #: tools/virt-list-partitions.pl:152
3091 msgid "virt-list-partitions: no image or VM name given"
3092 msgstr ""
3093
3094 #: tools/virt-make-fs.pl:291
3095 msgid "virt-make-fs input output\n"
3096 msgstr ""
3097
3098 #: tools/virt-make-fs.pl:321
3099 msgid "unexpected output from 'du' command"
3100 msgstr ""
3101
3102 #: tools/virt-make-fs.pl:333 tools/virt-make-fs.pl:347
3103 #: tools/virt-make-fs.pl:458
3104 #, perl-brace-format
3105 msgid "{f}: unknown input format: {fmt}\n"
3106 msgstr ""
3107
3108 #: tools/virt-make-fs.pl:391
3109 #, perl-brace-format
3110 msgid "virt-make-fs: cannot parse size parameter: {sz}\n"
3111 msgstr ""
3112
3113 #: tools/virt-make-fs.pl:406
3114 msgid ""
3115 "qemu-img create: failed to create disk image, see earlier error messages\n"
3116 msgstr ""
3117
3118 #: tools/virt-make-fs.pl:417
3119 msgid "virt-make-fs: NTFS support was disabled when libguestfs was compiled\n"
3120 msgstr ""
3121
3122 #: tools/virt-make-fs.pl:442
3123 msgid "tar: failed, see earlier messages\n"
3124 msgstr ""
3125
3126 #: tools/virt-make-fs.pl:464
3127 msgid "uncompress command failed, see earlier messages\n"
3128 msgstr ""
3129
3130 #: tools/virt-make-fs.pl:499
3131 msgid ""
3132 "virt-make-fs: error copying contents into filesystem\n"
3133 "An error here usually means that the program did not estimate the\n"
3134 "filesystem size correctly.  Please read the BUGS section of the manpage.\n"
3135 msgstr ""
3136
3137 #: tools/virt-tar.pl:183 tools/virt-tar.pl:190
3138 msgid "virt-tar: extract/upload mode specified twice on the command line\n"
3139 msgstr ""
3140
3141 #: tools/virt-tar.pl:212
3142 msgid "virt-tar: no image, VM names, directory or filename given"
3143 msgstr ""
3144
3145 #: tools/virt-tar.pl:215
3146 msgid "virt-tar: either -x or -u must be specified on the command line\n"
3147 msgstr ""
3148
3149 #: tools/virt-tar.pl:226
3150 #, perl-brace-format
3151 msgid "virt-tar: {tarball}: file not found\n"
3152 msgstr ""
3153
3154 #: tools/virt-tar.pl:229
3155 #, perl-brace-format
3156 msgid "virt-tar: {dir}: directory name must start with '/' character\n"
3157 msgstr ""
3158
3159 #: tools/virt-win-reg.pl:201
3160 msgid "no libvirt domain name or disk image given\n"
3161 msgstr ""
3162
3163 #: tools/virt-win-reg.pl:240
3164 msgid ""
3165 "expecting 1 or 2 more parameters, subkey path and optionally the value to "
3166 "export\n"
3167 msgstr ""
3168
3169 #: tools/virt-win-reg.pl:351
3170 #, perl-brace-format
3171 msgid "virt-win-reg: {p}: not a supported Windows Registry path\n"
3172 msgstr ""
3173
3174 #: tools/virt-win-reg.pl:368 tools/virt-win-reg.pl:390
3175 #, perl-brace-format
3176 msgid "virt-win-reg: {p}: file not found in guest: {err}\n"
3177 msgstr ""
3178
3179 #: tools/virt-win-reg.pl:375
3180 #, perl-brace-format
3181 msgid "virt-win-reg: {p}: could not download registry file: {err}\n"
3182 msgstr ""
3183
3184 #: tools/virt-win-reg.pl:397
3185 #, perl-brace-format
3186 msgid "virt-win-reg: {p}: could not upload registry file: {err}\n"
3187 msgstr ""