build: Create an AUTHORS file.
[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.7.2\n"
10 "Report-Msgid-Bugs-To: https://bugzilla.redhat.com/enter_bug.cgi?"
11 "component=libguestfs&product=Virtualization+Tools\n"
12 "POT-Creation-Date: 2010-11-05 12:18+0000\n"
13 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
14 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
15 "Language-Team: LANGUAGE <LL@li.org>\n"
16 "Language: \n"
17 "MIME-Version: 1.0\n"
18 "Content-Type: text/plain; charset=CHARSET\n"
19 "Content-Transfer-Encoding: 8bit\n"
20
21 #: fish/alloc.c:37
22 #, c-format
23 msgid "use 'alloc file size' to create an image\n"
24 msgstr ""
25
26 #: fish/alloc.c:51
27 #, c-format
28 msgid "use 'sparse file size' to create a sparse image\n"
29 msgstr ""
30
31 #: fish/alloc.c:75
32 #, c-format
33 msgid "can't allocate or add disks after launching\n"
34 msgstr ""
35
36 #: fish/alloc.c:156
37 #, c-format
38 msgid "%s: invalid integer parameter (%s returned %d)\n"
39 msgstr ""
40
41 #: fish/cmds.c:2758
42 msgid "Command"
43 msgstr ""
44
45 #: fish/cmds.c:2758
46 msgid "Description"
47 msgstr ""
48
49 #: fish/cmds.c:2760
50 msgid "add a CD-ROM disk image to examine"
51 msgstr ""
52
53 #: fish/cmds.c:2761 fish/cmds.c:2762
54 msgid "add an image to examine or modify"
55 msgstr ""
56
57 #: fish/cmds.c:2763
58 msgid "add a drive in snapshot mode (read-only)"
59 msgstr ""
60
61 #: fish/cmds.c:2764
62 msgid "add a drive read-only specifying the QEMU block emulation to use"
63 msgstr ""
64
65 #: fish/cmds.c:2765
66 msgid "add a drive specifying the QEMU block emulation to use"
67 msgstr ""
68
69 #: fish/cmds.c:2766
70 msgid "allocate and add a disk file"
71 msgstr ""
72
73 #: fish/cmds.c:2767
74 msgid "clear Augeas path"
75 msgstr ""
76
77 #: fish/cmds.c:2768
78 msgid "close the current Augeas handle"
79 msgstr ""
80
81 #: fish/cmds.c:2769
82 msgid "define an Augeas node"
83 msgstr ""
84
85 #: fish/cmds.c:2770
86 msgid "define an Augeas variable"
87 msgstr ""
88
89 #: fish/cmds.c:2771
90 msgid "look up the value of an Augeas path"
91 msgstr ""
92
93 #: fish/cmds.c:2772
94 msgid "create a new Augeas handle"
95 msgstr ""
96
97 #: fish/cmds.c:2773
98 msgid "insert a sibling Augeas node"
99 msgstr ""
100
101 #: fish/cmds.c:2774
102 msgid "load files into the tree"
103 msgstr ""
104
105 #: fish/cmds.c:2775
106 msgid "list Augeas nodes under augpath"
107 msgstr ""
108
109 #: fish/cmds.c:2776
110 msgid "return Augeas nodes which match augpath"
111 msgstr ""
112
113 #: fish/cmds.c:2777
114 msgid "move Augeas node"
115 msgstr ""
116
117 #: fish/cmds.c:2778
118 msgid "remove an Augeas path"
119 msgstr ""
120
121 #: fish/cmds.c:2779
122 msgid "write all pending Augeas changes to disk"
123 msgstr ""
124
125 #: fish/cmds.c:2780
126 msgid "set Augeas path to value"
127 msgstr ""
128
129 #: fish/cmds.c:2781
130 msgid "test availability of some parts of the API"
131 msgstr ""
132
133 #: fish/cmds.c:2782
134 msgid "return a list of all optional groups"
135 msgstr ""
136
137 #: fish/cmds.c:2783
138 msgid "upload base64-encoded data to file"
139 msgstr ""
140
141 #: fish/cmds.c:2784
142 msgid "download file and encode as base64"
143 msgstr ""
144
145 #: fish/cmds.c:2785
146 msgid "flush device buffers"
147 msgstr ""
148
149 #: fish/cmds.c:2786
150 msgid "get blocksize of block device"
151 msgstr ""
152
153 #: fish/cmds.c:2787
154 msgid "is block device set to read-only"
155 msgstr ""
156
157 #: fish/cmds.c:2788
158 msgid "get total size of device in bytes"
159 msgstr ""
160
161 #: fish/cmds.c:2789
162 msgid "get sectorsize of block device"
163 msgstr ""
164
165 #: fish/cmds.c:2790
166 msgid "get total size of device in 512-byte sectors"
167 msgstr ""
168
169 #: fish/cmds.c:2791
170 msgid "reread partition table"
171 msgstr ""
172
173 #: fish/cmds.c:2792
174 msgid "set blocksize of block device"
175 msgstr ""
176
177 #: fish/cmds.c:2793
178 msgid "set block device to read-only"
179 msgstr ""
180
181 #: fish/cmds.c:2794
182 msgid "set block device to read-write"
183 msgstr ""
184
185 #: fish/cmds.c:2795
186 msgid "return true path on case-insensitive filesystem"
187 msgstr ""
188
189 #: fish/cmds.c:2796
190 msgid "list the contents of a file"
191 msgstr ""
192
193 #: fish/cmds.c:2797
194 msgid "compute MD5, SHAx or CRC checksum of file"
195 msgstr ""
196
197 #: fish/cmds.c:2798
198 msgid "compute MD5, SHAx or CRC checksum of the contents of a device"
199 msgstr ""
200
201 #: fish/cmds.c:2799
202 msgid "compute MD5, SHAx or CRC checksum of files in a directory"
203 msgstr ""
204
205 #: fish/cmds.c:2800
206 msgid "change file mode"
207 msgstr ""
208
209 #: fish/cmds.c:2801 fish/cmds.c:2902
210 msgid "change file owner and group"
211 msgstr ""
212
213 #: fish/cmds.c:2802
214 msgid "run a command from the guest filesystem"
215 msgstr ""
216
217 #: fish/cmds.c:2803
218 msgid "run a command, returning lines"
219 msgstr ""
220
221 #: fish/cmds.c:2804
222 msgid "add qemu parameters"
223 msgstr ""
224
225 #: fish/cmds.c:2805
226 msgid "copy local files or directories into an image"
227 msgstr ""
228
229 #: fish/cmds.c:2806
230 msgid "copy remote files or directories out of an image"
231 msgstr ""
232
233 #: fish/cmds.c:2807
234 msgid "copy size bytes from source to destination using dd"
235 msgstr ""
236
237 #: fish/cmds.c:2808
238 msgid "copy a file"
239 msgstr ""
240
241 #: fish/cmds.c:2809
242 msgid "copy a file or directory recursively"
243 msgstr ""
244
245 #: fish/cmds.c:2810
246 msgid "copy from source to destination using dd"
247 msgstr ""
248
249 #: fish/cmds.c:2811
250 msgid "debugging and internals"
251 msgstr ""
252
253 #: fish/cmds.c:2812
254 msgid "upload a file to the appliance (internal use only)"
255 msgstr ""
256
257 #: fish/cmds.c:2813
258 msgid "report file system disk space usage"
259 msgstr ""
260
261 #: fish/cmds.c:2814
262 msgid "report file system disk space usage (human readable)"
263 msgstr ""
264
265 #: fish/cmds.c:2815
266 msgid "return kernel messages"
267 msgstr ""
268
269 #: fish/cmds.c:2816
270 msgid "download a file to the local machine"
271 msgstr ""
272
273 #: fish/cmds.c:2817
274 msgid "download a file to the local machine with offset and size"
275 msgstr ""
276
277 #: fish/cmds.c:2818
278 msgid "drop kernel page cache, dentries and inodes"
279 msgstr ""
280
281 #: fish/cmds.c:2819
282 msgid "estimate file space usage"
283 msgstr ""
284
285 #: fish/cmds.c:2820
286 msgid "check an ext2/ext3 filesystem"
287 msgstr ""
288
289 #: fish/cmds.c:2821
290 msgid "display a line of text"
291 msgstr ""
292
293 #: fish/cmds.c:2822
294 msgid "echo arguments back to the client"
295 msgstr ""
296
297 #: fish/cmds.c:2823
298 msgid "edit a file"
299 msgstr ""
300
301 #: fish/cmds.c:2824 fish/cmds.c:2825 fish/cmds.c:2830 fish/cmds.c:2831
302 #: fish/cmds.c:2862 fish/cmds.c:2863 fish/cmds.c:3091 fish/cmds.c:3092
303 #: fish/cmds.c:3096 fish/cmds.c:3097 fish/cmds.c:3099 fish/cmds.c:3100
304 msgid "return lines matching a pattern"
305 msgstr ""
306
307 #: fish/cmds.c:2826
308 msgid "test if two files have equal contents"
309 msgstr ""
310
311 #: fish/cmds.c:2827
312 msgid "test if file or directory exists"
313 msgstr ""
314
315 #: fish/cmds.c:2828 fish/cmds.c:2829
316 msgid "preallocate a file in the guest filesystem"
317 msgstr ""
318
319 #: fish/cmds.c:2832
320 msgid "determine file type"
321 msgstr ""
322
323 #: fish/cmds.c:2833
324 msgid "detect the architecture of a binary file"
325 msgstr ""
326
327 #: fish/cmds.c:2834
328 msgid "return the size of the file in bytes"
329 msgstr ""
330
331 #: fish/cmds.c:2835
332 msgid "fill a file with octets"
333 msgstr ""
334
335 #: fish/cmds.c:2836
336 msgid "fill a file with a repeating pattern of bytes"
337 msgstr ""
338
339 #: fish/cmds.c:2837
340 msgid "find all files and directories"
341 msgstr ""
342
343 #: fish/cmds.c:2838
344 msgid "find all files and directories, returning NUL-separated list"
345 msgstr ""
346
347 #: fish/cmds.c:2839
348 msgid "find a filesystem by label"
349 msgstr ""
350
351 #: fish/cmds.c:2840
352 msgid "find a filesystem by UUID"
353 msgstr ""
354
355 #: fish/cmds.c:2841
356 msgid "run the filesystem checker"
357 msgstr ""
358
359 #: fish/cmds.c:2842
360 msgid "get the additional kernel options"
361 msgstr ""
362
363 #: fish/cmds.c:2843
364 msgid "get autosync mode"
365 msgstr ""
366
367 #: fish/cmds.c:2844
368 msgid "get direct appliance mode flag"
369 msgstr ""
370
371 #: fish/cmds.c:2845
372 msgid "get the ext2/3/4 filesystem label"
373 msgstr ""
374
375 #: fish/cmds.c:2846
376 msgid "get the ext2/3/4 filesystem UUID"
377 msgstr ""
378
379 #: fish/cmds.c:2847
380 msgid "get memory allocated to the qemu subprocess"
381 msgstr ""
382
383 #: fish/cmds.c:2848
384 msgid "get enable network flag"
385 msgstr ""
386
387 #: fish/cmds.c:2849
388 msgid "get the search path"
389 msgstr ""
390
391 #: fish/cmds.c:2850
392 msgid "get PID of qemu subprocess"
393 msgstr ""
394
395 #: fish/cmds.c:2851
396 msgid "get the qemu binary"
397 msgstr ""
398
399 #: fish/cmds.c:2852
400 msgid "get recovery process enabled flag"
401 msgstr ""
402
403 #: fish/cmds.c:2853
404 msgid "get SELinux enabled flag"
405 msgstr ""
406
407 #: fish/cmds.c:2854
408 msgid "get the current state"
409 msgstr ""
410
411 #: fish/cmds.c:2855
412 msgid "get command trace enabled flag"
413 msgstr ""
414
415 #: fish/cmds.c:2856
416 msgid "get the current umask"
417 msgstr ""
418
419 #: fish/cmds.c:2857
420 msgid "get verbose mode"
421 msgstr ""
422
423 #: fish/cmds.c:2858
424 msgid "get SELinux security context"
425 msgstr ""
426
427 #: fish/cmds.c:2859 fish/cmds.c:2903
428 msgid "list extended attributes of a file or directory"
429 msgstr ""
430
431 #: fish/cmds.c:2860
432 msgid "expand wildcards in command"
433 msgstr ""
434
435 #: fish/cmds.c:2861
436 msgid "expand a wildcard path"
437 msgstr ""
438
439 #: fish/cmds.c:2864
440 msgid "install GRUB"
441 msgstr ""
442
443 #: fish/cmds.c:2865
444 msgid "return first 10 lines of a file"
445 msgstr ""
446
447 #: fish/cmds.c:2866
448 msgid "return first N lines of a file"
449 msgstr ""
450
451 #: fish/cmds.c:2867
452 msgid "dump a file in hexadecimal"
453 msgstr ""
454
455 #: fish/cmds.c:2868
456 msgid "edit with a hex editor"
457 msgstr ""
458
459 #: fish/cmds.c:2869
460 msgid "list the contents of a single file in an initrd"
461 msgstr ""
462
463 #: fish/cmds.c:2870
464 msgid "list files in an initrd"
465 msgstr ""
466
467 #: fish/cmds.c:2871
468 msgid "add an inotify watch"
469 msgstr ""
470
471 #: fish/cmds.c:2872
472 msgid "close the inotify handle"
473 msgstr ""
474
475 #: fish/cmds.c:2873
476 msgid "return list of watched files that had events"
477 msgstr ""
478
479 #: fish/cmds.c:2874
480 msgid "create an inotify handle"
481 msgstr ""
482
483 #: fish/cmds.c:2875
484 msgid "return list of inotify events"
485 msgstr ""
486
487 #: fish/cmds.c:2876
488 msgid "remove an inotify watch"
489 msgstr ""
490
491 #: fish/cmds.c:2877
492 msgid "get architecture of inspected operating system"
493 msgstr ""
494
495 #: fish/cmds.c:2878
496 msgid "get distro of inspected operating system"
497 msgstr ""
498
499 #: fish/cmds.c:2879
500 msgid "get filesystems associated with inspected operating system"
501 msgstr ""
502
503 #: fish/cmds.c:2880
504 msgid "get major version of inspected operating system"
505 msgstr ""
506
507 #: fish/cmds.c:2881
508 msgid "get minor version of inspected operating system"
509 msgstr ""
510
511 #: fish/cmds.c:2882
512 msgid "get mountpoints of inspected operating system"
513 msgstr ""
514
515 #: fish/cmds.c:2883
516 msgid "get product name of inspected operating system"
517 msgstr ""
518
519 #: fish/cmds.c:2884
520 msgid "get type of inspected operating system"
521 msgstr ""
522
523 #: fish/cmds.c:2885
524 msgid "get Windows systemroot of inspected operating system"
525 msgstr ""
526
527 #: fish/cmds.c:2886
528 msgid "inspect disk and return list of operating systems found"
529 msgstr ""
530
531 #: fish/cmds.c:2887
532 msgid "test if block device"
533 msgstr ""
534
535 #: fish/cmds.c:2888
536 msgid "is busy processing a command"
537 msgstr ""
538
539 #: fish/cmds.c:2889
540 msgid "test if character device"
541 msgstr ""
542
543 #: fish/cmds.c:2890
544 msgid "is in configuration state"
545 msgstr ""
546
547 #: fish/cmds.c:2891
548 msgid "test if a directory"
549 msgstr ""
550
551 #: fish/cmds.c:2892
552 msgid "test if FIFO (named pipe)"
553 msgstr ""
554
555 #: fish/cmds.c:2893
556 msgid "test if a regular file"
557 msgstr ""
558
559 #: fish/cmds.c:2894
560 msgid "is launching subprocess"
561 msgstr ""
562
563 #: fish/cmds.c:2895
564 msgid "test if device is a logical volume"
565 msgstr ""
566
567 #: fish/cmds.c:2896
568 msgid "is ready to accept commands"
569 msgstr ""
570
571 #: fish/cmds.c:2897
572 msgid "test if socket"
573 msgstr ""
574
575 #: fish/cmds.c:2898
576 msgid "test if symbolic link"
577 msgstr ""
578
579 #: fish/cmds.c:2899
580 msgid "kill the qemu subprocess"
581 msgstr ""
582
583 #: fish/cmds.c:2900
584 msgid "launch the qemu subprocess"
585 msgstr ""
586
587 #: fish/cmds.c:2901
588 msgid "change working directory"
589 msgstr ""
590
591 #: fish/cmds.c:2904
592 msgid "list the block devices"
593 msgstr ""
594
595 #: fish/cmds.c:2905
596 msgid "list filesystems"
597 msgstr ""
598
599 #: fish/cmds.c:2906
600 msgid "list the partitions"
601 msgstr ""
602
603 #: fish/cmds.c:2907
604 msgid "list the files in a directory (long format)"
605 msgstr ""
606
607 #: fish/cmds.c:2908 fish/cmds.c:2909
608 msgid "create a hard link"
609 msgstr ""
610
611 #: fish/cmds.c:2910 fish/cmds.c:2911
612 msgid "create a symbolic link"
613 msgstr ""
614
615 #: fish/cmds.c:2912 fish/cmds.c:3002
616 msgid "remove extended attribute of a file or directory"
617 msgstr ""
618
619 #: fish/cmds.c:2913
620 msgid "list the files in a directory"
621 msgstr ""
622
623 #: fish/cmds.c:2914 fish/cmds.c:3027
624 msgid "set extended attribute of a file or directory"
625 msgstr ""
626
627 #: fish/cmds.c:2915
628 msgid "get file information for a symbolic link"
629 msgstr ""
630
631 #: fish/cmds.c:2916
632 msgid "lstat on multiple files"
633 msgstr ""
634
635 #: fish/cmds.c:2917
636 msgid "add a key on a LUKS encrypted device"
637 msgstr ""
638
639 #: fish/cmds.c:2918
640 msgid "close a LUKS device"
641 msgstr ""
642
643 #: fish/cmds.c:2919 fish/cmds.c:2920
644 msgid "format a block device as a LUKS encrypted device"
645 msgstr ""
646
647 #: fish/cmds.c:2921
648 msgid "remove a key from a LUKS encrypted device"
649 msgstr ""
650
651 #: fish/cmds.c:2922
652 msgid "open a LUKS-encrypted block device"
653 msgstr ""
654
655 #: fish/cmds.c:2923
656 msgid "open a LUKS-encrypted block device read-only"
657 msgstr ""
658
659 #: fish/cmds.c:2924
660 msgid "create an LVM logical volume"
661 msgstr ""
662
663 #: fish/cmds.c:2925
664 msgid "get canonical name of an LV"
665 msgstr ""
666
667 #: fish/cmds.c:2926
668 msgid "clear LVM device filter"
669 msgstr ""
670
671 #: fish/cmds.c:2927
672 msgid "remove all LVM LVs, VGs and PVs"
673 msgstr ""
674
675 #: fish/cmds.c:2928
676 msgid "set LVM device filter"
677 msgstr ""
678
679 #: fish/cmds.c:2929
680 msgid "remove an LVM logical volume"
681 msgstr ""
682
683 #: fish/cmds.c:2930
684 msgid "rename an LVM logical volume"
685 msgstr ""
686
687 #: fish/cmds.c:2931
688 msgid "resize an LVM logical volume"
689 msgstr ""
690
691 #: fish/cmds.c:2932
692 msgid "expand an LV to fill free space"
693 msgstr ""
694
695 #: fish/cmds.c:2933 fish/cmds.c:2934
696 msgid "list the LVM logical volumes (LVs)"
697 msgstr ""
698
699 #: fish/cmds.c:2935
700 msgid "get the UUID of a logical volume"
701 msgstr ""
702
703 #: fish/cmds.c:2936
704 msgid "lgetxattr on multiple files"
705 msgstr ""
706
707 #: fish/cmds.c:2937
708 msgid "open the manual"
709 msgstr ""
710
711 #: fish/cmds.c:2938
712 msgid "create a directory"
713 msgstr ""
714
715 #: fish/cmds.c:2939
716 msgid "create a directory with a particular mode"
717 msgstr ""
718
719 #: fish/cmds.c:2940
720 msgid "create a directory and parents"
721 msgstr ""
722
723 #: fish/cmds.c:2941
724 msgid "create a temporary directory"
725 msgstr ""
726
727 #: fish/cmds.c:2942 fish/cmds.c:2943 fish/cmds.c:2944
728 msgid "make ext2/3/4 filesystem with external journal"
729 msgstr ""
730
731 #: fish/cmds.c:2945
732 msgid "make ext2/3/4 external journal"
733 msgstr ""
734
735 #: fish/cmds.c:2946
736 msgid "make ext2/3/4 external journal with label"
737 msgstr ""
738
739 #: fish/cmds.c:2947
740 msgid "make ext2/3/4 external journal with UUID"
741 msgstr ""
742
743 #: fish/cmds.c:2948
744 msgid "make FIFO (named pipe)"
745 msgstr ""
746
747 #: fish/cmds.c:2949
748 msgid "make a filesystem"
749 msgstr ""
750
751 #: fish/cmds.c:2950
752 msgid "make a filesystem with block size"
753 msgstr ""
754
755 #: fish/cmds.c:2951
756 msgid "create a mountpoint"
757 msgstr ""
758
759 #: fish/cmds.c:2952
760 msgid "make block, character or FIFO devices"
761 msgstr ""
762
763 #: fish/cmds.c:2953
764 msgid "make block device node"
765 msgstr ""
766
767 #: fish/cmds.c:2954
768 msgid "make char device node"
769 msgstr ""
770
771 #: fish/cmds.c:2955
772 msgid "create a swap partition"
773 msgstr ""
774
775 #: fish/cmds.c:2956
776 msgid "create a swap partition with a label"
777 msgstr ""
778
779 #: fish/cmds.c:2957
780 msgid "create a swap partition with an explicit UUID"
781 msgstr ""
782
783 #: fish/cmds.c:2958
784 msgid "create a swap file"
785 msgstr ""
786
787 #: fish/cmds.c:2959
788 msgid "load a kernel module"
789 msgstr ""
790
791 #: fish/cmds.c:2960
792 msgid "view a file"
793 msgstr ""
794
795 #: fish/cmds.c:2961
796 msgid "mount a guest disk at a position in the filesystem"
797 msgstr ""
798
799 #: fish/cmds.c:2962
800 msgid "mount a file using the loop device"
801 msgstr ""
802
803 #: fish/cmds.c:2963
804 msgid "mount a guest disk with mount options"
805 msgstr ""
806
807 #: fish/cmds.c:2964
808 msgid "mount a guest disk, read-only"
809 msgstr ""
810
811 #: fish/cmds.c:2965
812 msgid "mount a guest disk with mount options and vfstype"
813 msgstr ""
814
815 #: fish/cmds.c:2966
816 msgid "show mountpoints"
817 msgstr ""
818
819 #: fish/cmds.c:2967
820 msgid "show mounted filesystems"
821 msgstr ""
822
823 #: fish/cmds.c:2968
824 msgid "move a file"
825 msgstr ""
826
827 #: fish/cmds.c:2969
828 msgid "probe NTFS volume"
829 msgstr ""
830
831 #: fish/cmds.c:2970
832 msgid "resize an NTFS filesystem"
833 msgstr ""
834
835 #: fish/cmds.c:2971
836 msgid "resize an NTFS filesystem (with size)"
837 msgstr ""
838
839 #: fish/cmds.c:2972
840 msgid "add a partition to the device"
841 msgstr ""
842
843 #: fish/cmds.c:2973
844 msgid "delete a partition"
845 msgstr ""
846
847 #: fish/cmds.c:2974
848 msgid "partition whole disk with a single primary partition"
849 msgstr ""
850
851 #: fish/cmds.c:2975
852 msgid "return true if a partition is bootable"
853 msgstr ""
854
855 #: fish/cmds.c:2976
856 msgid "get the MBR type byte (ID byte) from a partition"
857 msgstr ""
858
859 #: fish/cmds.c:2977
860 msgid "get the partition table type"
861 msgstr ""
862
863 #: fish/cmds.c:2978
864 msgid "create an empty partition table"
865 msgstr ""
866
867 #: fish/cmds.c:2979
868 msgid "list partitions on a device"
869 msgstr ""
870
871 #: fish/cmds.c:2980
872 msgid "make a partition bootable"
873 msgstr ""
874
875 #: fish/cmds.c:2981
876 msgid "set the MBR type byte (ID byte) of a partition"
877 msgstr ""
878
879 #: fish/cmds.c:2982
880 msgid "set partition name"
881 msgstr ""
882
883 #: fish/cmds.c:2983
884 msgid "convert partition name to device name"
885 msgstr ""
886
887 #: fish/cmds.c:2984
888 msgid "ping the guest daemon"
889 msgstr ""
890
891 #: fish/cmds.c:2985
892 msgid "read part of a file"
893 msgstr ""
894
895 #: fish/cmds.c:2986
896 msgid "read part of a device"
897 msgstr ""
898
899 #: fish/cmds.c:2987
900 msgid "create an LVM physical volume"
901 msgstr ""
902
903 #: fish/cmds.c:2988
904 msgid "remove an LVM physical volume"
905 msgstr ""
906
907 #: fish/cmds.c:2989
908 msgid "resize an LVM physical volume"
909 msgstr ""
910
911 #: fish/cmds.c:2990
912 msgid "resize an LVM physical volume (with size)"
913 msgstr ""
914
915 #: fish/cmds.c:2991 fish/cmds.c:2992
916 msgid "list the LVM physical volumes (PVs)"
917 msgstr ""
918
919 #: fish/cmds.c:2993
920 msgid "get the UUID of a physical volume"
921 msgstr ""
922
923 #: fish/cmds.c:2994
924 msgid "write to part of a file"
925 msgstr ""
926
927 #: fish/cmds.c:2995
928 msgid "write to part of a device"
929 msgstr ""
930
931 #: fish/cmds.c:2996
932 msgid "read a file"
933 msgstr ""
934
935 #: fish/cmds.c:2997
936 msgid "read file as lines"
937 msgstr ""
938
939 #: fish/cmds.c:2998
940 msgid "read directories entries"
941 msgstr ""
942
943 #: fish/cmds.c:2999
944 msgid "read the target of a symbolic link"
945 msgstr ""
946
947 #: fish/cmds.c:3000
948 msgid "readlink on multiple files"
949 msgstr ""
950
951 #: fish/cmds.c:3001
952 msgid "canonicalized absolute pathname"
953 msgstr ""
954
955 #: fish/cmds.c:3003
956 msgid "close and reopen libguestfs handle"
957 msgstr ""
958
959 #: fish/cmds.c:3004
960 msgid "resize an ext2, ext3 or ext4 filesystem"
961 msgstr ""
962
963 #: fish/cmds.c:3005
964 msgid "resize an ext2, ext3 or ext4 filesystem (with size)"
965 msgstr ""
966
967 #: fish/cmds.c:3006
968 msgid "remove a file"
969 msgstr ""
970
971 #: fish/cmds.c:3007
972 msgid "remove a file or directory recursively"
973 msgstr ""
974
975 #: fish/cmds.c:3008
976 msgid "remove a directory"
977 msgstr ""
978
979 #: fish/cmds.c:3009
980 msgid "remove a mountpoint"
981 msgstr ""
982
983 #: fish/cmds.c:3010
984 msgid "scrub (securely wipe) a device"
985 msgstr ""
986
987 #: fish/cmds.c:3011
988 msgid "scrub (securely wipe) a file"
989 msgstr ""
990
991 #: fish/cmds.c:3012
992 msgid "scrub (securely wipe) free space"
993 msgstr ""
994
995 #: fish/cmds.c:3013
996 msgid "add options to kernel command line"
997 msgstr ""
998
999 #: fish/cmds.c:3014
1000 msgid "set autosync mode"
1001 msgstr ""
1002
1003 #: fish/cmds.c:3015
1004 msgid "enable or disable direct appliance mode"
1005 msgstr ""
1006
1007 #: fish/cmds.c:3016
1008 msgid "set the ext2/3/4 filesystem label"
1009 msgstr ""
1010
1011 #: fish/cmds.c:3017
1012 msgid "set the ext2/3/4 filesystem UUID"
1013 msgstr ""
1014
1015 #: fish/cmds.c:3018
1016 msgid "set memory allocated to the qemu subprocess"
1017 msgstr ""
1018
1019 #: fish/cmds.c:3019
1020 msgid "set enable network flag"
1021 msgstr ""
1022
1023 #: fish/cmds.c:3020
1024 msgid "set the search path"
1025 msgstr ""
1026
1027 #: fish/cmds.c:3021
1028 msgid "set the qemu binary"
1029 msgstr ""
1030
1031 #: fish/cmds.c:3022
1032 msgid "enable or disable the recovery process"
1033 msgstr ""
1034
1035 #: fish/cmds.c:3023
1036 msgid "set SELinux enabled or disabled at appliance boot"
1037 msgstr ""
1038
1039 #: fish/cmds.c:3024
1040 msgid "enable or disable command traces"
1041 msgstr ""
1042
1043 #: fish/cmds.c:3025
1044 msgid "set verbose mode"
1045 msgstr ""
1046
1047 #: fish/cmds.c:3026
1048 msgid "set SELinux security context"
1049 msgstr ""
1050
1051 #: fish/cmds.c:3028 fish/cmds.c:3029
1052 msgid "create partitions on a block device"
1053 msgstr ""
1054
1055 #: fish/cmds.c:3030
1056 msgid "modify a single partition on a block device"
1057 msgstr ""
1058
1059 #: fish/cmds.c:3031
1060 msgid "display the disk geometry from the partition table"
1061 msgstr ""
1062
1063 #: fish/cmds.c:3032
1064 msgid "display the kernel geometry"
1065 msgstr ""
1066
1067 #: fish/cmds.c:3033
1068 msgid "display the partition table"
1069 msgstr ""
1070
1071 #: fish/cmds.c:3034
1072 msgid "run a command via the shell"
1073 msgstr ""
1074
1075 #: fish/cmds.c:3035
1076 msgid "run a command via the shell returning lines"
1077 msgstr ""
1078
1079 #: fish/cmds.c:3036
1080 msgid "sleep for some seconds"
1081 msgstr ""
1082
1083 #: fish/cmds.c:3037
1084 msgid "create a sparse disk image and add"
1085 msgstr ""
1086
1087 #: fish/cmds.c:3038
1088 msgid "get file information"
1089 msgstr ""
1090
1091 #: fish/cmds.c:3039
1092 msgid "get file system statistics"
1093 msgstr ""
1094
1095 #: fish/cmds.c:3040 fish/cmds.c:3041
1096 msgid "print the printable strings in a file"
1097 msgstr ""
1098
1099 #: fish/cmds.c:3042
1100 msgid "list supported groups of commands"
1101 msgstr ""
1102
1103 #: fish/cmds.c:3043
1104 msgid "disable swap on device"
1105 msgstr ""
1106
1107 #: fish/cmds.c:3044
1108 msgid "disable swap on file"
1109 msgstr ""
1110
1111 #: fish/cmds.c:3045
1112 msgid "disable swap on labeled swap partition"
1113 msgstr ""
1114
1115 #: fish/cmds.c:3046
1116 msgid "disable swap on swap partition by UUID"
1117 msgstr ""
1118
1119 #: fish/cmds.c:3047
1120 msgid "enable swap on device"
1121 msgstr ""
1122
1123 #: fish/cmds.c:3048
1124 msgid "enable swap on file"
1125 msgstr ""
1126
1127 #: fish/cmds.c:3049
1128 msgid "enable swap on labeled swap partition"
1129 msgstr ""
1130
1131 #: fish/cmds.c:3050
1132 msgid "enable swap on swap partition by UUID"
1133 msgstr ""
1134
1135 #: fish/cmds.c:3051
1136 msgid "sync disks, writes are flushed through to the disk image"
1137 msgstr ""
1138
1139 #: fish/cmds.c:3052
1140 msgid "return last 10 lines of a file"
1141 msgstr ""
1142
1143 #: fish/cmds.c:3053
1144 msgid "return last N lines of a file"
1145 msgstr ""
1146
1147 #: fish/cmds.c:3054
1148 msgid "unpack tarfile to directory"
1149 msgstr ""
1150
1151 #: fish/cmds.c:3055
1152 msgid "pack directory into tarfile"
1153 msgstr ""
1154
1155 #: fish/cmds.c:3056 fish/cmds.c:3063
1156 msgid "unpack compressed tarball to directory"
1157 msgstr ""
1158
1159 #: fish/cmds.c:3057 fish/cmds.c:3064
1160 msgid "pack directory into compressed tarball"
1161 msgstr ""
1162
1163 #: fish/cmds.c:3058
1164 msgid "print elapsed time taken to run a command"
1165 msgstr ""
1166
1167 #: fish/cmds.c:3059
1168 msgid "update file timestamps or create a new file"
1169 msgstr ""
1170
1171 #: fish/cmds.c:3060
1172 msgid "truncate a file to zero size"
1173 msgstr ""
1174
1175 #: fish/cmds.c:3061
1176 msgid "truncate a file to a particular size"
1177 msgstr ""
1178
1179 #: fish/cmds.c:3062
1180 msgid "get ext2/ext3/ext4 superblock details"
1181 msgstr ""
1182
1183 #: fish/cmds.c:3065
1184 msgid "set file mode creation mask (umask)"
1185 msgstr ""
1186
1187 #: fish/cmds.c:3066
1188 msgid "unmount a filesystem"
1189 msgstr ""
1190
1191 #: fish/cmds.c:3067
1192 msgid "unmount all filesystems"
1193 msgstr ""
1194
1195 #: fish/cmds.c:3068
1196 msgid "upload a file from the local machine"
1197 msgstr ""
1198
1199 #: fish/cmds.c:3069
1200 msgid "upload a file from the local machine with offset"
1201 msgstr ""
1202
1203 #: fish/cmds.c:3070
1204 msgid "set timestamp of a file with nanosecond precision"
1205 msgstr ""
1206
1207 #: fish/cmds.c:3071
1208 msgid "get the library version number"
1209 msgstr ""
1210
1211 #: fish/cmds.c:3072
1212 msgid "get the filesystem label"
1213 msgstr ""
1214
1215 #: fish/cmds.c:3073
1216 msgid "get the Linux VFS type corresponding to a mounted device"
1217 msgstr ""
1218
1219 #: fish/cmds.c:3074
1220 msgid "get the filesystem UUID"
1221 msgstr ""
1222
1223 #: fish/cmds.c:3075
1224 msgid "activate or deactivate some volume groups"
1225 msgstr ""
1226
1227 #: fish/cmds.c:3076
1228 msgid "activate or deactivate all volume groups"
1229 msgstr ""
1230
1231 #: fish/cmds.c:3077
1232 msgid "create an LVM volume group"
1233 msgstr ""
1234
1235 #: fish/cmds.c:3078
1236 msgid "get the LV UUIDs of all LVs in the volume group"
1237 msgstr ""
1238
1239 #: fish/cmds.c:3079
1240 msgid "get the PV UUIDs containing the volume group"
1241 msgstr ""
1242
1243 #: fish/cmds.c:3080
1244 msgid "remove an LVM volume group"
1245 msgstr ""
1246
1247 #: fish/cmds.c:3081
1248 msgid "rename an LVM volume group"
1249 msgstr ""
1250
1251 #: fish/cmds.c:3082 fish/cmds.c:3083
1252 msgid "list the LVM volume groups (VGs)"
1253 msgstr ""
1254
1255 #: fish/cmds.c:3084
1256 msgid "rescan for LVM physical volumes, volume groups and logical volumes"
1257 msgstr ""
1258
1259 #: fish/cmds.c:3085
1260 msgid "get the UUID of a volume group"
1261 msgstr ""
1262
1263 #: fish/cmds.c:3086
1264 msgid "count characters in a file"
1265 msgstr ""
1266
1267 #: fish/cmds.c:3087
1268 msgid "count lines in a file"
1269 msgstr ""
1270
1271 #: fish/cmds.c:3088
1272 msgid "count words in a file"
1273 msgstr ""
1274
1275 #: fish/cmds.c:3089
1276 msgid "create a new file"
1277 msgstr ""
1278
1279 #: fish/cmds.c:3090
1280 msgid "create a file"
1281 msgstr ""
1282
1283 #: fish/cmds.c:3093
1284 msgid "write zeroes to the device"
1285 msgstr ""
1286
1287 #: fish/cmds.c:3094
1288 msgid "write zeroes to an entire device"
1289 msgstr ""
1290
1291 #: fish/cmds.c:3095
1292 msgid "zero unused inodes and disk blocks on ext2/3 filesystem"
1293 msgstr ""
1294
1295 #: fish/cmds.c:3098
1296 msgid "determine file type inside a compressed file"
1297 msgstr ""
1298
1299 #: fish/cmds.c:3101
1300 msgid "Use -h <cmd> / help <cmd> to show detailed help for a command."
1301 msgstr ""
1302
1303 #: fish/cmds.c:3392 fish/cmds.c:3406 fish/cmds.c:3422 fish/cmds.c:3439
1304 #: fish/cmds.c:3456 fish/cmds.c:3474 fish/cmds.c:3493 fish/cmds.c:3509
1305 #: fish/cmds.c:3527 fish/cmds.c:3543 fish/cmds.c:3561 fish/cmds.c:3577
1306 #: fish/cmds.c:3594 fish/cmds.c:3609 fish/cmds.c:3627 fish/cmds.c:3642
1307 #: fish/cmds.c:3658 fish/cmds.c:3674 fish/cmds.c:3690 fish/cmds.c:3706
1308 #: fish/cmds.c:3722 fish/cmds.c:3740 fish/cmds.c:3773 fish/cmds.c:3789
1309 #: fish/cmds.c:3805 fish/cmds.c:3824 fish/cmds.c:3839 fish/cmds.c:3857
1310 #: fish/cmds.c:3872 fish/cmds.c:3890 fish/cmds.c:3905 fish/cmds.c:3923
1311 #: fish/cmds.c:3938 fish/cmds.c:3957 fish/cmds.c:3976 fish/cmds.c:3994
1312 #: fish/cmds.c:4014 fish/cmds.c:4033 fish/cmds.c:4053 fish/cmds.c:4073
1313 #: fish/cmds.c:4093 fish/cmds.c:4112 fish/cmds.c:4131 fish/cmds.c:4151
1314 #: fish/cmds.c:4171 fish/cmds.c:4191 fish/cmds.c:4206 fish/cmds.c:4222
1315 #: fish/cmds.c:4294 fish/cmds.c:4315 fish/cmds.c:4331 fish/cmds.c:4347
1316 #: fish/cmds.c:4366 fish/cmds.c:4388 fish/cmds.c:4410 fish/cmds.c:4430
1317 #: fish/cmds.c:4447 fish/cmds.c:4464 fish/cmds.c:4481 fish/cmds.c:4498
1318 #: fish/cmds.c:4515 fish/cmds.c:4532 fish/cmds.c:4549 fish/cmds.c:4568
1319 #: fish/cmds.c:4591 fish/cmds.c:4627 fish/cmds.c:4644 fish/cmds.c:4667
1320 #: fish/cmds.c:4689 fish/cmds.c:4710 fish/cmds.c:4730 fish/cmds.c:4749
1321 #: fish/cmds.c:4769 fish/cmds.c:4787 fish/cmds.c:4805 fish/cmds.c:4819
1322 #: fish/cmds.c:4835 fish/cmds.c:4855 fish/cmds.c:4874 fish/cmds.c:4893
1323 #: fish/cmds.c:4912 fish/cmds.c:4931 fish/cmds.c:4951 fish/cmds.c:4991
1324 #: fish/cmds.c:5048 fish/cmds.c:5069 fish/cmds.c:5090 fish/cmds.c:5111
1325 #: fish/cmds.c:5129 fish/cmds.c:5151 fish/cmds.c:5189 fish/cmds.c:5211
1326 #: fish/cmds.c:5290 fish/cmds.c:5329 fish/cmds.c:5344 fish/cmds.c:5361
1327 #: fish/cmds.c:5375 fish/cmds.c:5391 fish/cmds.c:5413 fish/cmds.c:5435
1328 #: fish/cmds.c:5457 fish/cmds.c:5479 fish/cmds.c:5501 fish/cmds.c:5523
1329 #: fish/cmds.c:5543 fish/cmds.c:5560 fish/cmds.c:5577 fish/cmds.c:5596
1330 #: fish/cmds.c:5615 fish/cmds.c:5635 fish/cmds.c:5671 fish/cmds.c:5690
1331 #: fish/cmds.c:5709 fish/cmds.c:5726 fish/cmds.c:5744 fish/cmds.c:5767
1332 #: fish/cmds.c:5790 fish/cmds.c:5814 fish/cmds.c:5837 fish/cmds.c:5858
1333 #: fish/cmds.c:5881 fish/cmds.c:5904 fish/cmds.c:5924 fish/cmds.c:5946
1334 #: fish/cmds.c:5967 fish/cmds.c:5990 fish/cmds.c:6007 fish/cmds.c:6024
1335 #: fish/cmds.c:6042 fish/cmds.c:6060 fish/cmds.c:6081 fish/cmds.c:6099
1336 #: fish/cmds.c:6120 fish/cmds.c:6140 fish/cmds.c:6158 fish/cmds.c:6179
1337 #: fish/cmds.c:6202 fish/cmds.c:6225 fish/cmds.c:6247 fish/cmds.c:6280
1338 #: fish/cmds.c:6297 fish/cmds.c:6314 fish/cmds.c:6338 fish/cmds.c:6361
1339 #: fish/cmds.c:6384 fish/cmds.c:6406 fish/cmds.c:6423 fish/cmds.c:6445
1340 #: fish/cmds.c:6539 fish/cmds.c:6559 fish/cmds.c:6579 fish/cmds.c:6599
1341 #: fish/cmds.c:6617 fish/cmds.c:6638 fish/cmds.c:6674 fish/cmds.c:6691
1342 #: fish/cmds.c:6713 fish/cmds.c:6730 fish/cmds.c:6766 fish/cmds.c:6786
1343 #: fish/cmds.c:6806 fish/cmds.c:6826 fish/cmds.c:6848 fish/cmds.c:6865
1344 #: fish/cmds.c:6884 fish/cmds.c:6903 fish/cmds.c:6925 fish/cmds.c:6946
1345 #: fish/cmds.c:6967 fish/cmds.c:6988 fish/cmds.c:7011 fish/cmds.c:7052
1346 #: fish/cmds.c:7075 fish/cmds.c:7114 fish/cmds.c:7131 fish/cmds.c:7150
1347 #: fish/cmds.c:7171 fish/cmds.c:7194 fish/cmds.c:7216 fish/cmds.c:7234
1348 #: fish/cmds.c:7253 fish/cmds.c:7274 fish/cmds.c:7351 fish/cmds.c:7392
1349 #: fish/cmds.c:7471 fish/cmds.c:7547 fish/cmds.c:7584 fish/cmds.c:7607
1350 #: fish/cmds.c:7628 fish/cmds.c:7651 fish/cmds.c:7673 fish/cmds.c:7698
1351 #: fish/cmds.c:7741 fish/cmds.c:7782 fish/cmds.c:7803 fish/cmds.c:7821
1352 #: fish/cmds.c:7840 fish/cmds.c:7857 fish/cmds.c:7875 fish/cmds.c:7902
1353 #: fish/cmds.c:7926 fish/cmds.c:7950 fish/cmds.c:7974 fish/cmds.c:7998
1354 #: fish/cmds.c:8022 fish/cmds.c:8046 fish/cmds.c:8070 fish/cmds.c:8094
1355 #: fish/cmds.c:8118 fish/cmds.c:8142 fish/cmds.c:8166 fish/cmds.c:8189
1356 #: fish/cmds.c:8212 fish/cmds.c:8233 fish/cmds.c:8254 fish/cmds.c:8275
1357 #: fish/cmds.c:8295 fish/cmds.c:8318 fish/cmds.c:8356 fish/cmds.c:8373
1358 #: fish/cmds.c:8390 fish/cmds.c:8409 fish/cmds.c:8428 fish/cmds.c:8445
1359 #: fish/cmds.c:8462 fish/cmds.c:8479 fish/cmds.c:8496 fish/cmds.c:8515
1360 #: fish/cmds.c:8551 fish/cmds.c:8591 fish/cmds.c:8624 fish/cmds.c:8641
1361 #: fish/cmds.c:8658 fish/cmds.c:8674 fish/cmds.c:8689 fish/cmds.c:8710
1362 #: fish/cmds.c:8748 fish/cmds.c:8786 fish/cmds.c:8825 fish/cmds.c:8865
1363 #: fish/cmds.c:8906 fish/cmds.c:8947 fish/cmds.c:8985 fish/cmds.c:9002
1364 #: fish/cmds.c:9025 fish/cmds.c:9047 fish/cmds.c:9069 fish/cmds.c:9089
1365 #: fish/cmds.c:9109 fish/cmds.c:9145 fish/cmds.c:9217 fish/cmds.c:9257
1366 #: fish/cmds.c:9315 fish/cmds.c:9341 fish/cmds.c:9367 fish/cmds.c:9395
1367 #: fish/cmds.c:9454 fish/cmds.c:9475 fish/cmds.c:9520 fish/cmds.c:9540
1368 #: fish/cmds.c:9579 fish/cmds.c:9616 fish/cmds.c:9636 fish/cmds.c:9658
1369 #: fish/cmds.c:9715 fish/cmds.c:9735 fish/cmds.c:9757 fish/cmds.c:9779
1370 #: fish/cmds.c:9798 fish/cmds.c:9818 fish/cmds.c:9845 fish/cmds.c:9865
1371 #: fish/cmds.c:9885 fish/cmds.c:9905 fish/cmds.c:9925 fish/cmds.c:9947
1372 #: fish/cmds.c:9982 fish/cmds.c:10000 fish/cmds.c:10023 fish/cmds.c:10045
1373 #: fish/cmds.c:10060 fish/cmds.c:10077 fish/cmds.c:10114 fish/cmds.c:10153
1374 #: fish/cmds.c:10193 fish/cmds.c:10249 fish/cmds.c:10271 fish/cmds.c:10307
1375 #: fish/cmds.c:10322 fish/cmds.c:10342 fish/cmds.c:10382 fish/cmds.c:10405
1376 #: fish/cmds.c:10429 fish/cmds.c:10454 fish/cmds.c:10495 fish/cmds.c:10520
1377 #: fish/cmds.c:10558 fish/cmds.c:10589 fish/cmds.c:10620 fish/cmds.c:10648
1378 #: fish/cmds.c:10668 fish/cmds.c:10700 fish/cmds.c:10720 fish/cmds.c:10740
1379 #: fish/cmds.c:10757 fish/cmds.c:10775 fish/cmds.c:10798 fish/cmds.c:10819
1380 #: fish/cmds.c:10838 fish/cmds.c:10880 fish/cmds.c:10923 fish/cmds.c:10967
1381 #: fish/cmds.c:11006 fish/cmds.c:11025 fish/cmds.c:11045 fish/cmds.c:11065
1382 #: fish/cmds.c:11086 fish/cmds.c:11107 fish/cmds.c:11128 fish/cmds.c:11149
1383 #: fish/cmds.c:11170 fish/cmds.c:11192 fish/cmds.c:11230 fish/cmds.c:11281
1384 #: fish/cmds.c:11319 fish/cmds.c:11375
1385 #, c-format
1386 msgid "%s should have %d parameter(s)\n"
1387 msgstr ""
1388
1389 #: fish/cmds.c:3393 fish/cmds.c:3407 fish/cmds.c:3423 fish/cmds.c:3440
1390 #: fish/cmds.c:3457 fish/cmds.c:3475 fish/cmds.c:3494 fish/cmds.c:3510
1391 #: fish/cmds.c:3528 fish/cmds.c:3544 fish/cmds.c:3562 fish/cmds.c:3578
1392 #: fish/cmds.c:3595 fish/cmds.c:3610 fish/cmds.c:3628 fish/cmds.c:3643
1393 #: fish/cmds.c:3659 fish/cmds.c:3675 fish/cmds.c:3691 fish/cmds.c:3707
1394 #: fish/cmds.c:3723 fish/cmds.c:3741 fish/cmds.c:3774 fish/cmds.c:3790
1395 #: fish/cmds.c:3806 fish/cmds.c:3825 fish/cmds.c:3840 fish/cmds.c:3858
1396 #: fish/cmds.c:3873 fish/cmds.c:3891 fish/cmds.c:3906 fish/cmds.c:3924
1397 #: fish/cmds.c:3939 fish/cmds.c:3958 fish/cmds.c:3977 fish/cmds.c:3995
1398 #: fish/cmds.c:4015 fish/cmds.c:4034 fish/cmds.c:4054 fish/cmds.c:4074
1399 #: fish/cmds.c:4094 fish/cmds.c:4113 fish/cmds.c:4132 fish/cmds.c:4152
1400 #: fish/cmds.c:4172 fish/cmds.c:4192 fish/cmds.c:4207 fish/cmds.c:4223
1401 #: fish/cmds.c:4244 fish/cmds.c:4295 fish/cmds.c:4316 fish/cmds.c:4332
1402 #: fish/cmds.c:4348 fish/cmds.c:4367 fish/cmds.c:4389 fish/cmds.c:4411
1403 #: fish/cmds.c:4431 fish/cmds.c:4448 fish/cmds.c:4465 fish/cmds.c:4482
1404 #: fish/cmds.c:4499 fish/cmds.c:4516 fish/cmds.c:4533 fish/cmds.c:4550
1405 #: fish/cmds.c:4569 fish/cmds.c:4592 fish/cmds.c:4628 fish/cmds.c:4645
1406 #: fish/cmds.c:4668 fish/cmds.c:4690 fish/cmds.c:4711 fish/cmds.c:4731
1407 #: fish/cmds.c:4750 fish/cmds.c:4770 fish/cmds.c:4788 fish/cmds.c:4806
1408 #: fish/cmds.c:4820 fish/cmds.c:4836 fish/cmds.c:4856 fish/cmds.c:4875
1409 #: fish/cmds.c:4894 fish/cmds.c:4913 fish/cmds.c:4932 fish/cmds.c:4952
1410 #: fish/cmds.c:4992 fish/cmds.c:5049 fish/cmds.c:5070 fish/cmds.c:5091
1411 #: fish/cmds.c:5112 fish/cmds.c:5130 fish/cmds.c:5152 fish/cmds.c:5190
1412 #: fish/cmds.c:5212 fish/cmds.c:5291 fish/cmds.c:5330 fish/cmds.c:5345
1413 #: fish/cmds.c:5362 fish/cmds.c:5376 fish/cmds.c:5392 fish/cmds.c:5414
1414 #: fish/cmds.c:5436 fish/cmds.c:5458 fish/cmds.c:5480 fish/cmds.c:5502
1415 #: fish/cmds.c:5524 fish/cmds.c:5544 fish/cmds.c:5561 fish/cmds.c:5578
1416 #: fish/cmds.c:5597 fish/cmds.c:5616 fish/cmds.c:5636 fish/cmds.c:5672
1417 #: fish/cmds.c:5691 fish/cmds.c:5710 fish/cmds.c:5727 fish/cmds.c:5745
1418 #: fish/cmds.c:5768 fish/cmds.c:5791 fish/cmds.c:5815 fish/cmds.c:5838
1419 #: fish/cmds.c:5859 fish/cmds.c:5882 fish/cmds.c:5905 fish/cmds.c:5925
1420 #: fish/cmds.c:5947 fish/cmds.c:5968 fish/cmds.c:5991 fish/cmds.c:6008
1421 #: fish/cmds.c:6025 fish/cmds.c:6043 fish/cmds.c:6061 fish/cmds.c:6082
1422 #: fish/cmds.c:6100 fish/cmds.c:6121 fish/cmds.c:6141 fish/cmds.c:6159
1423 #: fish/cmds.c:6180 fish/cmds.c:6203 fish/cmds.c:6226 fish/cmds.c:6248
1424 #: fish/cmds.c:6281 fish/cmds.c:6298 fish/cmds.c:6315 fish/cmds.c:6339
1425 #: fish/cmds.c:6362 fish/cmds.c:6385 fish/cmds.c:6407 fish/cmds.c:6424
1426 #: fish/cmds.c:6446 fish/cmds.c:6540 fish/cmds.c:6560 fish/cmds.c:6580
1427 #: fish/cmds.c:6600 fish/cmds.c:6618 fish/cmds.c:6639 fish/cmds.c:6675
1428 #: fish/cmds.c:6692 fish/cmds.c:6714 fish/cmds.c:6731 fish/cmds.c:6767
1429 #: fish/cmds.c:6787 fish/cmds.c:6807 fish/cmds.c:6827 fish/cmds.c:6849
1430 #: fish/cmds.c:6866 fish/cmds.c:6885 fish/cmds.c:6904 fish/cmds.c:6926
1431 #: fish/cmds.c:6947 fish/cmds.c:6968 fish/cmds.c:6989 fish/cmds.c:7012
1432 #: fish/cmds.c:7053 fish/cmds.c:7076 fish/cmds.c:7115 fish/cmds.c:7132
1433 #: fish/cmds.c:7151 fish/cmds.c:7172 fish/cmds.c:7195 fish/cmds.c:7217
1434 #: fish/cmds.c:7235 fish/cmds.c:7254 fish/cmds.c:7275 fish/cmds.c:7352
1435 #: fish/cmds.c:7393 fish/cmds.c:7472 fish/cmds.c:7548 fish/cmds.c:7585
1436 #: fish/cmds.c:7608 fish/cmds.c:7629 fish/cmds.c:7652 fish/cmds.c:7674
1437 #: fish/cmds.c:7699 fish/cmds.c:7742 fish/cmds.c:7783 fish/cmds.c:7804
1438 #: fish/cmds.c:7822 fish/cmds.c:7841 fish/cmds.c:7858 fish/cmds.c:7876
1439 #: fish/cmds.c:7903 fish/cmds.c:7927 fish/cmds.c:7951 fish/cmds.c:7975
1440 #: fish/cmds.c:7999 fish/cmds.c:8023 fish/cmds.c:8047 fish/cmds.c:8071
1441 #: fish/cmds.c:8095 fish/cmds.c:8119 fish/cmds.c:8143 fish/cmds.c:8167
1442 #: fish/cmds.c:8190 fish/cmds.c:8213 fish/cmds.c:8234 fish/cmds.c:8255
1443 #: fish/cmds.c:8276 fish/cmds.c:8296 fish/cmds.c:8319 fish/cmds.c:8357
1444 #: fish/cmds.c:8374 fish/cmds.c:8391 fish/cmds.c:8410 fish/cmds.c:8429
1445 #: fish/cmds.c:8446 fish/cmds.c:8463 fish/cmds.c:8480 fish/cmds.c:8497
1446 #: fish/cmds.c:8516 fish/cmds.c:8552 fish/cmds.c:8592 fish/cmds.c:8625
1447 #: fish/cmds.c:8642 fish/cmds.c:8659 fish/cmds.c:8675 fish/cmds.c:8690
1448 #: fish/cmds.c:8711 fish/cmds.c:8749 fish/cmds.c:8787 fish/cmds.c:8826
1449 #: fish/cmds.c:8866 fish/cmds.c:8907 fish/cmds.c:8948 fish/cmds.c:8986
1450 #: fish/cmds.c:9003 fish/cmds.c:9026 fish/cmds.c:9048 fish/cmds.c:9070
1451 #: fish/cmds.c:9090 fish/cmds.c:9110 fish/cmds.c:9146 fish/cmds.c:9218
1452 #: fish/cmds.c:9258 fish/cmds.c:9316 fish/cmds.c:9342 fish/cmds.c:9368
1453 #: fish/cmds.c:9396 fish/cmds.c:9455 fish/cmds.c:9476 fish/cmds.c:9521
1454 #: fish/cmds.c:9541 fish/cmds.c:9580 fish/cmds.c:9617 fish/cmds.c:9637
1455 #: fish/cmds.c:9659 fish/cmds.c:9716 fish/cmds.c:9736 fish/cmds.c:9758
1456 #: fish/cmds.c:9780 fish/cmds.c:9799 fish/cmds.c:9819 fish/cmds.c:9846
1457 #: fish/cmds.c:9866 fish/cmds.c:9886 fish/cmds.c:9906 fish/cmds.c:9926
1458 #: fish/cmds.c:9948 fish/cmds.c:9983 fish/cmds.c:10001 fish/cmds.c:10024
1459 #: fish/cmds.c:10046 fish/cmds.c:10061 fish/cmds.c:10078 fish/cmds.c:10115
1460 #: fish/cmds.c:10154 fish/cmds.c:10194 fish/cmds.c:10250 fish/cmds.c:10272
1461 #: fish/cmds.c:10308 fish/cmds.c:10323 fish/cmds.c:10343 fish/cmds.c:10383
1462 #: fish/cmds.c:10406 fish/cmds.c:10430 fish/cmds.c:10455 fish/cmds.c:10496
1463 #: fish/cmds.c:10521 fish/cmds.c:10559 fish/cmds.c:10590 fish/cmds.c:10621
1464 #: fish/cmds.c:10649 fish/cmds.c:10669 fish/cmds.c:10701 fish/cmds.c:10721
1465 #: fish/cmds.c:10741 fish/cmds.c:10758 fish/cmds.c:10776 fish/cmds.c:10799
1466 #: fish/cmds.c:10820 fish/cmds.c:10839 fish/cmds.c:10881 fish/cmds.c:10924
1467 #: fish/cmds.c:10968 fish/cmds.c:11007 fish/cmds.c:11026 fish/cmds.c:11046
1468 #: fish/cmds.c:11066 fish/cmds.c:11087 fish/cmds.c:11108 fish/cmds.c:11129
1469 #: fish/cmds.c:11150 fish/cmds.c:11171 fish/cmds.c:11193 fish/cmds.c:11231
1470 #: fish/cmds.c:11282 fish/cmds.c:11320 fish/cmds.c:11376
1471 #, c-format
1472 msgid "type 'help %s' for help on %s\n"
1473 msgstr ""
1474
1475 #: fish/cmds.c:3751 fish/cmds.c:4604 fish/cmds.c:4962 fish/cmds.c:5002
1476 #: fish/cmds.c:5021 fish/cmds.c:5164 fish/cmds.c:5223 fish/cmds.c:5242
1477 #: fish/cmds.c:5261 fish/cmds.c:5304 fish/cmds.c:5647 fish/cmds.c:6258
1478 #: fish/cmds.c:6457 fish/cmds.c:6476 fish/cmds.c:6495 fish/cmds.c:6514
1479 #: fish/cmds.c:6650 fish/cmds.c:6741 fish/cmds.c:7022 fish/cmds.c:7086
1480 #: fish/cmds.c:7285 fish/cmds.c:7304 fish/cmds.c:7323 fish/cmds.c:7362
1481 #: fish/cmds.c:7403 fish/cmds.c:7422 fish/cmds.c:7441 fish/cmds.c:7482
1482 #: fish/cmds.c:7501 fish/cmds.c:7520 fish/cmds.c:7558 fish/cmds.c:7711
1483 #: fish/cmds.c:7754 fish/cmds.c:8331 fish/cmds.c:8526 fish/cmds.c:8564
1484 #: fish/cmds.c:8602 fish/cmds.c:8722 fish/cmds.c:8759 fish/cmds.c:8797
1485 #: fish/cmds.c:8836 fish/cmds.c:8877 fish/cmds.c:8918 fish/cmds.c:8959
1486 #: fish/cmds.c:9122 fish/cmds.c:9158 fish/cmds.c:9171 fish/cmds.c:9184
1487 #: fish/cmds.c:9197 fish/cmds.c:9230 fish/cmds.c:9268 fish/cmds.c:9287
1488 #: fish/cmds.c:9408 fish/cmds.c:9427 fish/cmds.c:9488 fish/cmds.c:9501
1489 #: fish/cmds.c:9552 fish/cmds.c:9591 fish/cmds.c:9669 fish/cmds.c:9688
1490 #: fish/cmds.c:9962 fish/cmds.c:10089 fish/cmds.c:10126 fish/cmds.c:10165
1491 #: fish/cmds.c:10205 fish/cmds.c:10224 fish/cmds.c:10283 fish/cmds.c:10356
1492 #: fish/cmds.c:10466 fish/cmds.c:10536 fish/cmds.c:10570 fish/cmds.c:10601
1493 #: fish/cmds.c:10632 fish/cmds.c:10681 fish/cmds.c:10852 fish/cmds.c:10894
1494 #: fish/cmds.c:10939 fish/cmds.c:10981 fish/cmds.c:11207 fish/cmds.c:11245
1495 #: fish/cmds.c:11258 fish/cmds.c:11296 fish/cmds.c:11331 fish/cmds.c:11350
1496 #, c-format
1497 msgid "%s: %s: invalid integer parameter (%s returned %d)\n"
1498 msgstr ""
1499
1500 #: fish/cmds.c:3757 fish/cmds.c:4610 fish/cmds.c:4968 fish/cmds.c:5008
1501 #: fish/cmds.c:5027 fish/cmds.c:5170 fish/cmds.c:5229 fish/cmds.c:5248
1502 #: fish/cmds.c:5267 fish/cmds.c:5310 fish/cmds.c:5653 fish/cmds.c:6264
1503 #: fish/cmds.c:6463 fish/cmds.c:6482 fish/cmds.c:6501 fish/cmds.c:6520
1504 #: fish/cmds.c:6656 fish/cmds.c:6747 fish/cmds.c:7028 fish/cmds.c:7092
1505 #: fish/cmds.c:7291 fish/cmds.c:7310 fish/cmds.c:7329 fish/cmds.c:7368
1506 #: fish/cmds.c:7409 fish/cmds.c:7428 fish/cmds.c:7447 fish/cmds.c:7488
1507 #: fish/cmds.c:7507 fish/cmds.c:7526 fish/cmds.c:7564 fish/cmds.c:7717
1508 #: fish/cmds.c:7760 fish/cmds.c:8337 fish/cmds.c:8532 fish/cmds.c:8570
1509 #: fish/cmds.c:8608 fish/cmds.c:8728 fish/cmds.c:8765 fish/cmds.c:8803
1510 #: fish/cmds.c:8842 fish/cmds.c:8883 fish/cmds.c:8924 fish/cmds.c:8965
1511 #: fish/cmds.c:9236 fish/cmds.c:9274 fish/cmds.c:9293 fish/cmds.c:9414
1512 #: fish/cmds.c:9558 fish/cmds.c:9597 fish/cmds.c:9675 fish/cmds.c:9694
1513 #: fish/cmds.c:10095 fish/cmds.c:10132 fish/cmds.c:10171 fish/cmds.c:10211
1514 #: fish/cmds.c:10230 fish/cmds.c:10289 fish/cmds.c:10362 fish/cmds.c:10472
1515 #: fish/cmds.c:10858 fish/cmds.c:10900 fish/cmds.c:10945 fish/cmds.c:10987
1516 #: fish/cmds.c:11337
1517 #, c-format
1518 msgid "%s: %s: integer out of range\n"
1519 msgstr ""
1520
1521 #: fish/cmds.c:4243
1522 #, c-format
1523 msgid "%s should have %d-%d parameter(s)\n"
1524 msgstr ""
1525
1526 #: fish/cmds.c:4269
1527 #, c-format
1528 msgid "%s: unknown optional argument \"%s\"\n"
1529 msgstr ""
1530
1531 #: fish/cmds.c:4275
1532 #, c-format
1533 msgid "%s: optional argument \"%s\" given twice\n"
1534 msgstr ""
1535
1536 #: fish/cmds.c:11396
1537 #, c-format
1538 msgid "%s: unknown command\n"
1539 msgstr ""
1540
1541 #: fish/copy.c:40
1542 #, c-format
1543 msgid ""
1544 "use 'copy-in <local> [<local>...] <remotedir>' to copy files into the image\n"
1545 msgstr ""
1546
1547 #: fish/copy.c:53 fish/copy.c:194
1548 #, c-format
1549 msgid "copy-in: target '%s' is not a directory\n"
1550 msgstr ""
1551
1552 #: fish/copy.c:138
1553 #, c-format
1554 msgid "error: argument is zero length or longer than maximum permitted\n"
1555 msgstr ""
1556
1557 #: fish/copy.c:183
1558 #, c-format
1559 msgid ""
1560 "use 'copy-out <remote> [<remote>...] <localdir>' to copy files out of the "
1561 "image\n"
1562 msgstr ""
1563
1564 #: fish/copy.c:224
1565 #, c-format
1566 msgid "copy-out: '%s' is not a file or directory\n"
1567 msgstr ""
1568
1569 #: fish/edit.c:44
1570 #, c-format
1571 msgid "use '%s filename' to edit a file\n"
1572 msgstr ""
1573
1574 #: fish/fish.c:85 fuse/guestmount.c:841
1575 #, c-format
1576 msgid "Try `%s --help' for more information.\n"
1577 msgstr ""
1578
1579 #: fish/fish.c:89
1580 #, c-format
1581 msgid ""
1582 "%s: guest filesystem shell\n"
1583 "%s lets you edit virtual machine filesystems\n"
1584 "Copyright (C) 2009-2010 Red Hat Inc.\n"
1585 "Usage:\n"
1586 "  %s [--options] cmd [: cmd : cmd ...]\n"
1587 "  %s [--ro] -i -a disk-image\n"
1588 "  %s [--ro] -i -d libvirt-domain\n"
1589 "or for interactive use:\n"
1590 "  %s\n"
1591 "or from a shell script:\n"
1592 "  %s <<EOF\n"
1593 "  cmd\n"
1594 "  ...\n"
1595 "  EOF\n"
1596 "Options:\n"
1597 "  -h|--cmd-help        List available commands\n"
1598 "  -h|--cmd-help cmd    Display detailed help on 'cmd'\n"
1599 "  -a|--add image       Add image\n"
1600 "  -c|--connect uri     Specify libvirt URI for -d option\n"
1601 "  -d|--domain guest    Add disks from libvirt guest\n"
1602 "  -D|--no-dest-paths   Don't tab-complete paths from guest fs\n"
1603 "  --echo-keys          Don't turn off echo for passphrases\n"
1604 "  -f|--file file       Read commands from file\n"
1605 "  --format[=raw|..]    Force disk format for -a option\n"
1606 "  -i|--inspector       Automatically mount filesystems\n"
1607 "  --keys-from-stdin    Read passphrases from stdin\n"
1608 "  --listen             Listen for remote commands\n"
1609 "  -m|--mount dev[:mnt] Mount dev on mnt (if omitted, /)\n"
1610 "  -n|--no-sync         Don't autosync\n"
1611 "  -N|--new type        Create prepared disk (test1.img, ...)\n"
1612 "  --progress-bars      Enable progress bars even when not interactive\n"
1613 "  --no-progress-bars   Disable progress bars\n"
1614 "  --remote[=pid]       Send commands to remote %s\n"
1615 "  -r|--ro              Mount read-only\n"
1616 "  --selinux            Enable SELinux support\n"
1617 "  -v|--verbose         Verbose messages\n"
1618 "  -V|--version         Display version and exit\n"
1619 "  -x                   Echo each command before executing it\n"
1620 "For more information, see the manpage %s(1).\n"
1621 msgstr ""
1622
1623 #: fish/fish.c:200 fuse/guestmount.c:951
1624 #, c-format
1625 msgid "guestfs_create: failed to create handle\n"
1626 msgstr ""
1627
1628 #: fish/fish.c:237
1629 #, c-format
1630 msgid "%s: --listen=PID: PID was not a number: %s\n"
1631 msgstr ""
1632
1633 #: fish/fish.c:244
1634 #, c-format
1635 msgid ""
1636 "%s: remote: $GUESTFISH_PID must be set to the PID of the remote process\n"
1637 msgstr ""
1638
1639 #: fish/fish.c:266 fuse/guestmount.c:999
1640 #, c-format
1641 msgid "%s: unknown long option: %s (%d)\n"
1642 msgstr ""
1643
1644 #: fish/fish.c:290
1645 #, c-format
1646 msgid "%s: only one -f parameter can be given\n"
1647 msgstr ""
1648
1649 #: fish/fish.c:440
1650 #, c-format
1651 msgid "%s: cannot use --listen and --remote options at the same time\n"
1652 msgstr ""
1653
1654 #: fish/fish.c:448
1655 #, c-format
1656 msgid "%s: extra parameters on the command line with --listen flag\n"
1657 msgstr ""
1658
1659 #: fish/fish.c:454
1660 #, c-format
1661 msgid "%s: cannot use --listen and --file options at the same time\n"
1662 msgstr ""
1663
1664 #: fish/fish.c:511
1665 #, c-format
1666 msgid "guestfish: could not access termcap or terminfo database.\n"
1667 msgstr ""
1668
1669 #: fish/fish.c:515
1670 #, c-format
1671 msgid "guestfish: terminal type \"%s\" not defined.\n"
1672 msgstr ""
1673
1674 #: fish/fish.c:624
1675 #, c-format
1676 msgid ""
1677 "\n"
1678 "Welcome to guestfish, the libguestfs filesystem interactive shell for\n"
1679 "editing virtual machine filesystems.\n"
1680 "\n"
1681 "Type: 'help' for help on commands\n"
1682 "      'man' to read the manual\n"
1683 "      'quit' to quit the shell\n"
1684 "\n"
1685 msgstr ""
1686
1687 #: fish/fish.c:711
1688 #, c-format
1689 msgid "%s: unterminated double quote\n"
1690 msgstr ""
1691
1692 #: fish/fish.c:717 fish/fish.c:734
1693 #, c-format
1694 msgid "%s: command arguments not separated by whitespace\n"
1695 msgstr ""
1696
1697 #: fish/fish.c:728
1698 #, c-format
1699 msgid "%s: unterminated single quote\n"
1700 msgstr ""
1701
1702 #: fish/fish.c:783
1703 #, c-format
1704 msgid "%s: internal error parsing string at '%s'\n"
1705 msgstr ""
1706
1707 #: fish/fish.c:800
1708 #, c-format
1709 msgid "%s: too many arguments\n"
1710 msgstr ""
1711
1712 #: fish/fish.c:829
1713 #, c-format
1714 msgid "%s: empty command on command line\n"
1715 msgstr ""
1716
1717 #: fish/fish.c:970
1718 msgid "display a list of commands or help on a command"
1719 msgstr ""
1720
1721 #: fish/fish.c:972
1722 msgid "quit guestfish"
1723 msgstr ""
1724
1725 #: fish/fish.c:983
1726 #, c-format
1727 msgid ""
1728 "help - display a list of commands or help on a command\n"
1729 "     help cmd\n"
1730 "     help\n"
1731 msgstr ""
1732
1733 #: fish/fish.c:991
1734 #, c-format
1735 msgid ""
1736 "quit - quit guestfish\n"
1737 "     quit\n"
1738 msgstr ""
1739
1740 #: fish/fish.c:996
1741 #, c-format
1742 msgid "%s: command not known, use -h to list all commands\n"
1743 msgstr ""
1744
1745 #: fish/fish.c:1012
1746 #, c-format
1747 msgid ""
1748 "Did you mean to open a disk image?  guestfish -a disk.img\n"
1749 "For a list of commands:             guestfish -h\n"
1750 "For complete documentation:         man guestfish\n"
1751 msgstr ""
1752
1753 #: fish/fish.c:1169
1754 #, c-format
1755 msgid "Runaway quote in string \"%s\"\n"
1756 msgstr ""
1757
1758 #: fish/glob.c:53
1759 #, c-format
1760 msgid "use 'glob command [args...]'\n"
1761 msgstr ""
1762
1763 #: fish/glob.c:73
1764 #, c-format
1765 msgid "glob: guestfs_glob_expand call failed: %s\n"
1766 msgstr ""
1767
1768 #: fish/help.c:38
1769 #, c-format
1770 msgid ""
1771 "Add disk images to examine using the -a or -d options, or the 'add' "
1772 "command.\n"
1773 "Or create a new disk image using -N, or the 'alloc' or 'sparse' commands.\n"
1774 "Once you have done this, use the 'run' command.\n"
1775 msgstr ""
1776
1777 #: fish/help.c:44
1778 #, c-format
1779 msgid ""
1780 "Find out what filesystems are available using 'list-filesystems' and then\n"
1781 "mount them to examine or modify the contents using 'mount-ro' or\n"
1782 "'mount-options'.\n"
1783 msgstr ""
1784
1785 #: fish/help.c:52
1786 #, c-format
1787 msgid ""
1788 "For more information about a command, use 'help cmd'.\n"
1789 "\n"
1790 "To read the manual, type 'man'.\n"
1791 msgstr ""
1792
1793 #: fish/hexedit.c:41
1794 #, c-format
1795 msgid "hexedit (device|filename) [max | start max]\n"
1796 msgstr ""
1797
1798 #: fish/hexedit.c:52
1799 #, c-format
1800 msgid "hexedit: %s is a zero length file or device\n"
1801 msgstr ""
1802
1803 #: fish/hexedit.c:63
1804 #, c-format
1805 msgid ""
1806 "hexedit: %s is larger than %s. You must supply a limit using\n"
1807 "  'hexedit %s <max>' (eg. 'hexedit %s 1M') or a range using\n"
1808 "  'hexedit %s <start> <max>'.\n"
1809 msgstr ""
1810
1811 #: fish/hexedit.c:92
1812 #, c-format
1813 msgid "hexedit: invalid range\n"
1814 msgstr ""
1815
1816 #: fish/inspect.c:85
1817 #, c-format
1818 msgid "%s: no operating system was found on this disk\n"
1819 msgstr ""
1820
1821 #: fish/inspect.c:91
1822 #, c-format
1823 msgid "%s: multi-boot operating systems are not supported by the -i option\n"
1824 msgstr ""
1825
1826 #: fish/inspect.c:131
1827 #, c-format
1828 msgid "Operating system: %s\n"
1829 msgstr ""
1830
1831 #: fish/inspect.c:144
1832 #, c-format
1833 msgid "%s mounted on %s\n"
1834 msgstr ""
1835
1836 #: fish/keys.c:52
1837 #, c-format
1838 msgid "Enter key or passphrase (\"%s\"): "
1839 msgstr ""
1840
1841 #: fish/lcd.c:34
1842 #, c-format
1843 msgid "use 'lcd directory' to change local directory\n"
1844 msgstr ""
1845
1846 #: fish/man.c:34
1847 #, c-format
1848 msgid "use 'man' without parameters to open the manual\n"
1849 msgstr ""
1850
1851 #: fish/man.c:53
1852 #, c-format
1853 msgid "the external 'man' program failed\n"
1854 msgstr ""
1855
1856 #: fish/more.c:39
1857 #, c-format
1858 msgid "use '%s filename' to page a file\n"
1859 msgstr ""
1860
1861 #: fish/options.c:36
1862 #, c-format
1863 msgid "%s: too many drives added on the command line\n"
1864 msgstr ""
1865
1866 #: fish/options.c:118
1867 #, c-format
1868 msgid "%s: '%s' could not be mounted.  Did you mean one of these?\n"
1869 msgstr ""
1870
1871 #: fish/prep.c:37
1872 #, c-format
1873 msgid ""
1874 "List of available prepared disk images:\n"
1875 "\n"
1876 msgstr ""
1877
1878 #: fish/prep.c:40
1879 #, c-format
1880 msgid ""
1881 "guestfish -N %-8s - %s\n"
1882 "\n"
1883 "%s\n"
1884 msgstr ""
1885
1886 #: fish/prep.c:48
1887 #, c-format
1888 msgid "  Optional parameters:\n"
1889 msgstr ""
1890
1891 #: fish/prep.c:55
1892 #, c-format
1893 msgid "<%s> %s (default: %s)\n"
1894 msgstr ""
1895
1896 #: fish/prep.c:65
1897 #, c-format
1898 msgid ""
1899 "Prepared disk images are written to file \"test1.img\" in the local\n"
1900 "directory.  (\"test2.img\" etc if -N option is given multiple times).\n"
1901 "For more information see the guestfish(1) manual.\n"
1902 msgstr ""
1903
1904 #: fish/prep.c:96
1905 #, c-format
1906 msgid ""
1907 "guestfish: -N parameter '%s': no such prepared disk image known.\n"
1908 "Use 'guestfish -N help' to list possible values for the -N parameter.\n"
1909 msgstr ""
1910
1911 #: fish/prep.c:158
1912 #, c-format
1913 msgid "guestfish: error creating prepared disk image '%s' on '%s': "
1914 msgstr ""
1915
1916 #: fish/prep_boot.c:34 fish/prep_boot.c:89 fish/prep_disk.c:34
1917 #: fish/prep_fs.c:34 fish/prep_lv.c:69 fish/prep_lv.c:122 fish/prep_part.c:34
1918 msgid "failed to allocate disk"
1919 msgstr ""
1920
1921 #: fish/prep_boot.c:42 fish/prep_boot.c:97
1922 msgid "could not parse boot size"
1923 msgstr ""
1924
1925 #: fish/prep_boot.c:46 fish/prep_boot.c:101
1926 #, c-format
1927 msgid "failed to get sector size of disk: %s"
1928 msgstr ""
1929
1930 #: fish/prep_boot.c:50 fish/prep_boot.c:105 fish/prep_fs.c:41
1931 #: fish/prep_lv.c:76 fish/prep_lv.c:129 fish/prep_part.c:41
1932 #, c-format
1933 msgid "failed to partition disk: %s"
1934 msgstr ""
1935
1936 #: fish/prep_boot.c:55 fish/prep_boot.c:110
1937 #, c-format
1938 msgid "failed to add boot partition: %s"
1939 msgstr ""
1940
1941 #: fish/prep_boot.c:59 fish/prep_boot.c:114
1942 #, c-format
1943 msgid "failed to add root partition: %s"
1944 msgstr ""
1945
1946 #: fish/prep_boot.c:68 fish/prep_boot.c:128
1947 #, c-format
1948 msgid "failed to create boot filesystem: %s"
1949 msgstr ""
1950
1951 #: fish/prep_boot.c:77 fish/prep_boot.c:157
1952 #, c-format
1953 msgid "failed to create root filesystem: %s"
1954 msgstr ""
1955
1956 #: fish/prep_boot.c:86 fish/prep_boot.c:120 fish/prep_lv.c:66
1957 #: fish/prep_lv.c:82 fish/prep_lv.c:119 fish/prep_lv.c:135
1958 msgid "incorrect format for LV name, use '/dev/VG/LV'"
1959 msgstr ""
1960
1961 #: fish/prep_boot.c:137 fish/prep_lv.c:91 fish/prep_lv.c:144
1962 #, c-format
1963 msgid "failed to create PV: %s: %s"
1964 msgstr ""
1965
1966 #: fish/prep_boot.c:142 fish/prep_lv.c:96 fish/prep_lv.c:149
1967 #, c-format
1968 msgid "failed to create VG: %s: %s"
1969 msgstr ""
1970
1971 #: fish/prep_boot.c:149 fish/prep_lv.c:103 fish/prep_lv.c:156
1972 #, c-format
1973 msgid "failed to create LV: /dev/%s/%s: %s"
1974 msgstr ""
1975
1976 #: fish/prep_boot.c:153 fish/prep_lv.c:107 fish/prep_lv.c:160
1977 #, c-format
1978 msgid "failed to resize LV to full size: %s: %s"
1979 msgstr ""
1980
1981 #: fish/prep_fs.c:51 fish/prep_lv.c:165
1982 #, c-format
1983 msgid "failed to create filesystem (%s): %s"
1984 msgstr ""
1985
1986 #: fish/rc.c:250
1987 #, c-format
1988 msgid "guestfish: protocol error: could not read 'hello' message\n"
1989 msgstr ""
1990
1991 #: fish/rc.c:255
1992 #, c-format
1993 msgid ""
1994 "guestfish: protocol error: version mismatch, server version '%s' does not "
1995 "match client version '%s'.  The two versions must match exactly.\n"
1996 msgstr ""
1997
1998 #: fish/rc.c:330 fish/rc.c:344
1999 #, c-format
2000 msgid "guestfish: remote: looks like the server is not running\n"
2001 msgstr ""
2002
2003 #: fish/rc.c:356 fish/rc.c:370
2004 #, c-format
2005 msgid "guestfish: protocol error: could not send initial greeting to server\n"
2006 msgstr ""
2007
2008 #: fish/rc.c:381
2009 #, c-format
2010 msgid "guestfish: protocol error: could not decode reply from server\n"
2011 msgstr ""
2012
2013 #: fish/reopen.c:36
2014 #, c-format
2015 msgid "'reopen' command takes no parameters\n"
2016 msgstr ""
2017
2018 #: fish/reopen.c:46
2019 #, c-format
2020 msgid "reopen: guestfs_create: failed to create handle\n"
2021 msgstr ""
2022
2023 #: fish/supported.c:66
2024 msgid "yes"
2025 msgstr ""
2026
2027 #: fish/supported.c:68
2028 msgid "no"
2029 msgstr ""
2030
2031 #: fish/time.c:35
2032 #, c-format
2033 msgid "use 'time command [args...]'\n"
2034 msgstr ""
2035
2036 #: fish/virt.c:72
2037 #, c-format
2038 msgid "%s: could not connect to libvirt (code %d, domain %d): %s\n"
2039 msgstr ""
2040
2041 #: fish/virt.c:80
2042 #, c-format
2043 msgid "%s: no libvirt domain called '%s': %s\n"
2044 msgstr ""
2045
2046 #: fish/virt.c:88
2047 #, c-format
2048 msgid "%s: error getting domain info about '%s': %s\n"
2049 msgstr ""
2050
2051 #: fish/virt.c:93
2052 #, c-format
2053 msgid ""
2054 "%s: error: '%s' is a live virtual machine.\n"
2055 "You must use '--ro' because write access to a running virtual machine can\n"
2056 "cause disk corruption.\n"
2057 msgstr ""
2058
2059 #: fish/virt.c:104
2060 #, c-format
2061 msgid "%s: error reading libvirt XML information about '%s': %s\n"
2062 msgstr ""
2063
2064 #: fish/virt.c:114
2065 #, c-format
2066 msgid "%s: unable to parse XML information returned by libvirt\n"
2067 msgstr ""
2068
2069 #: fish/virt.c:121
2070 #, c-format
2071 msgid "%s: unable to create new XPath context\n"
2072 msgstr ""
2073
2074 #: fish/virt.c:129
2075 #, c-format
2076 msgid "%s: unable to evaluate XPath expression\n"
2077 msgstr ""
2078
2079 #: fish/virt.c:204
2080 #, c-format
2081 msgid "%s: libvirt domain '%s' has no disks\n"
2082 msgstr ""
2083
2084 #: fuse/guestmount.c:845
2085 #, c-format
2086 msgid ""
2087 "%s: FUSE module for libguestfs\n"
2088 "%s lets you mount a virtual machine filesystem\n"
2089 "Copyright (C) 2009-2010 Red Hat Inc.\n"
2090 "Usage:\n"
2091 "  %s [--options] [-- [--FUSE-options]] mountpoint\n"
2092 "Options:\n"
2093 "  -a|--add image       Add image\n"
2094 "  -c|--connect uri     Specify libvirt URI for -d option\n"
2095 "  --dir-cache-timeout  Set readdir cache timeout (default 5 sec)\n"
2096 "  -d|--domain guest    Add disks from libvirt guest\n"
2097 "  --echo-keys          Don't turn off echo for passphrases\n"
2098 "  --format[=raw|..]    Force disk format for -a option\n"
2099 "  --fuse-help          Display extra FUSE options\n"
2100 "  -i|--inspector       Automatically mount filesystems\n"
2101 "  --help               Display help message and exit\n"
2102 "  --keys-from-stdin    Read passphrases from stdin\n"
2103 "  -m|--mount dev[:mnt] Mount dev on mnt (if omitted, /)\n"
2104 "  -n|--no-sync         Don't autosync\n"
2105 "  -o|--option opt      Pass extra option to FUSE\n"
2106 "  -r|--ro              Mount read-only\n"
2107 "  --selinux            Enable SELinux support\n"
2108 "  -v|--verbose         Verbose messages\n"
2109 "  -V|--version         Display version and exit\n"
2110 "  -x|--trace           Trace guestfs API calls\n"
2111 msgstr ""
2112
2113 #: fuse/guestmount.c:1063
2114 #, c-format
2115 msgid "%s: must have at least one -a/-d and at least one -m/-i option\n"
2116 msgstr ""
2117
2118 #: fuse/guestmount.c:1071
2119 #, c-format
2120 msgid "%s: you must specify a mountpoint in the host filesystem\n"
2121 msgstr ""
2122
2123 #: inspector/virt-inspector.pl:134
2124 msgid "virt-inspector: no image or VM names given"
2125 msgstr ""
2126
2127 #: inspector/virt-inspector.pl:145 tools/virt-cat.pl:161
2128 #: tools/virt-edit.pl:185 tools/virt-ls.pl:194 tools/virt-tar.pl:238
2129 #: tools/virt-win-reg.pl:292
2130 #, perl-brace-format
2131 msgid ""
2132 "{prog}: No operating system could be detected inside this disk image.\n"
2133 "\n"
2134 "This may be because the file is not a disk image, or is not a virtual "
2135 "machine\n"
2136 "image, or because the OS type is not understood by libguestfs.\n"
2137 "\n"
2138 "If you feel this is an error, please file a bug report including as much\n"
2139 "information about the disk image as possible.\n"
2140 msgstr ""
2141
2142 #: perl/lib/Sys/Guestfs/Lib.pm:158
2143 msgid "open_guest: first parameter must be a string or an arrayref"
2144 msgstr ""
2145
2146 #: perl/lib/Sys/Guestfs/Lib.pm:164
2147 msgid "open_guest: first argument contains undefined element"
2148 msgstr ""
2149
2150 #: perl/lib/Sys/Guestfs/Lib.pm:172
2151 #, perl-brace-format
2152 msgid "guest image {imagename} does not exist or is not readable"
2153 msgstr ""
2154
2155 #: perl/lib/Sys/Guestfs/Lib.pm:179
2156 msgid ""
2157 "open_guest: no libvirt support (install Sys::Virt, XML::XPath and XML::"
2158 "XPath::XMLParser)"
2159 msgstr ""
2160
2161 #: perl/lib/Sys/Guestfs/Lib.pm:184
2162 msgid "open_guest: too many domains listed on command line"
2163 msgstr ""
2164
2165 #: perl/lib/Sys/Guestfs/Lib.pm:191
2166 msgid "open_guest: cannot connect to libvirt"
2167 msgstr ""
2168
2169 #: perl/lib/Sys/Guestfs/Lib.pm:210
2170 #, perl-brace-format
2171 msgid "{imagename} is not the name of an inactive libvirt domain\n"
2172 msgstr ""
2173
2174 #: perl/lib/Sys/Guestfs/Lib.pm:213
2175 #, perl-brace-format
2176 msgid "{imagename} is not the name of a libvirt domain\n"
2177 msgstr ""
2178
2179 #: perl/lib/Sys/Guestfs/Lib.pm:242
2180 #, perl-brace-format
2181 msgid "{imagename} seems to have no disk devices\n"
2182 msgstr ""
2183
2184 #: perl/lib/Sys/Guestfs/Lib.pm:827
2185 msgid ""
2186 "No operating system could be detected inside this disk image.\n"
2187 "\n"
2188 "This may be because the file is not a disk image, or is not a virtual "
2189 "machine\n"
2190 "image, or because the OS type is not understood by virt-inspector.\n"
2191 "\n"
2192 "If you feel this is an error, please file a bug report including as much\n"
2193 "information about the disk image as possible.\n"
2194 msgstr ""
2195
2196 #: perl/lib/Sys/Guestfs/Lib.pm:900
2197 #, perl-brace-format
2198 msgid "unknown filesystem label {label}\n"
2199 msgstr ""
2200
2201 #: perl/lib/Sys/Guestfs/Lib.pm:910
2202 #, perl-brace-format
2203 msgid "unknown filesystem UUID {uuid}\n"
2204 msgstr ""
2205
2206 #: perl/lib/Sys/Guestfs/Lib.pm:933
2207 #, perl-brace-format
2208 msgid "unknown filesystem {fs}\n"
2209 msgstr ""
2210
2211 #: perl/lib/Sys/Guestfs/Lib.pm:1011
2212 #, perl-brace-format
2213 msgid "Error running rpm -qa: {error}"
2214 msgstr ""
2215
2216 #: perl/lib/Sys/Guestfs/Lib.pm:1037
2217 #, perl-brace-format
2218 msgid "Error running dpkg-query: {error}"
2219 msgstr ""
2220
2221 #: perl/lib/Sys/Guestfs/Lib.pm:1102
2222 msgid "Can't find grub on guest"
2223 msgstr ""
2224
2225 #: perl/lib/Sys/Guestfs/Lib.pm:1157
2226 #, perl-brace-format
2227 msgid "Grub entry {title} has no kernel"
2228 msgstr ""
2229
2230 #: perl/lib/Sys/Guestfs/Lib.pm:1188
2231 #, perl-brace-format
2232 msgid "grub refers to {path}, which doesn't exist\n"
2233 msgstr ""
2234
2235 #: perl/lib/Sys/Guestfs/Lib.pm:1211
2236 #, perl-brace-format
2237 msgid "Grub entry {title} does not specify an initrd"
2238 msgstr ""
2239
2240 #: perl/lib/Sys/Guestfs/Lib.pm:1280
2241 #, perl-brace-format
2242 msgid "Didn't find modules directory {modules} for kernel {path}"
2243 msgstr ""
2244
2245 #: perl/lib/Sys/Guestfs/Lib.pm:1288
2246 #, perl-brace-format
2247 msgid "Couldn't guess kernel version number from path for kernel {path}"
2248 msgstr ""
2249
2250 #: perl/lib/Sys/Guestfs/Lib.pm:1342
2251 #, perl-brace-format
2252 msgid "{path} doesn't match augeas pattern"
2253 msgstr ""
2254
2255 #: perl/lib/Sys/Guestfs/Lib.pm:1381
2256 #, perl-brace-format
2257 msgid "{filename}: could not read initrd format"
2258 msgstr ""
2259
2260 #: src/appliance.c:138
2261 #, c-format
2262 msgid ""
2263 "cannot find any suitable libguestfs supermin or ordinary appliance on "
2264 "LIBGUESTFS_PATH (search path: %s)"
2265 msgstr ""
2266
2267 #: src/appliance.c:353
2268 #, c-format
2269 msgid "failed to create temporary cache directory: %m"
2270 msgstr ""
2271
2272 #: src/appliance.c:441
2273 #, c-format
2274 msgid "error renaming temporary cache directory: %m"
2275 msgstr ""
2276
2277 #: src/appliance.c:517
2278 msgid "external command failed, see earlier error messages"
2279 msgstr ""
2280
2281 #: src/guestfs.c:178
2282 #, c-format
2283 msgid "guestfs_close: called twice on the same handle\n"
2284 msgstr ""
2285
2286 #: src/guestfs.c:290
2287 #, c-format
2288 msgid "libguestfs: error: %s\n"
2289 msgstr ""
2290
2291 #: src/guestfs.c:775
2292 #, c-format
2293 msgid "<truncated, original size %zu bytes>"
2294 msgstr ""
2295
2296 #: src/inspect.c:1077
2297 #, c-format
2298 msgid "cannot resolve Windows %%SYSTEMROOT%%"
2299 msgstr ""
2300
2301 #: src/inspect.c:1293
2302 msgid "no inspection data: call guestfs_inspect_os first"
2303 msgstr ""
2304
2305 #: src/inspect.c:1305
2306 #, c-format
2307 msgid ""
2308 "%s: root device not found: only call this function with a root device "
2309 "previously returned by guestfs_inspect_os"
2310 msgstr ""
2311
2312 #: src/inspect.c:1400
2313 msgid "not a Windows guest, or systemroot could not be determined"
2314 msgstr ""
2315
2316 #: src/launch.c:94
2317 msgid "command line cannot be altered after qemu subprocess launched"
2318 msgstr ""
2319
2320 #: src/launch.c:108
2321 msgid "guestfs_config: parameter must begin with '-' character"
2322 msgstr ""
2323
2324 #: src/launch.c:122
2325 #, c-format
2326 msgid "guestfs_config: parameter '%s' isn't allowed"
2327 msgstr ""
2328
2329 #: src/launch.c:188 src/launch.c:292
2330 msgid "filename cannot contain ',' (comma) character"
2331 msgstr ""
2332
2333 #: src/launch.c:200 src/launch.c:205
2334 #, c-format
2335 msgid "%s parameter is empty or contains disallowed characters"
2336 msgstr ""
2337
2338 #: src/launch.c:317
2339 msgid "you must call guestfs_add_drive before guestfs_launch"
2340 msgstr ""
2341
2342 #: src/launch.c:322
2343 msgid "the libguestfs handle has already been launched"
2344 msgstr ""
2345
2346 #: src/launch.c:334
2347 #, c-format
2348 msgid "%s: cannot create temporary directory"
2349 msgstr ""
2350
2351 #: src/launch.c:682
2352 msgid "guestfs_launch failed, see earlier error messages"
2353 msgstr ""
2354
2355 #: src/launch.c:695
2356 msgid "qemu launched and contacted daemon, but state != READY"
2357 msgstr ""
2358
2359 #: src/launch.c:836
2360 #, c-format
2361 msgid ""
2362 "%s: command failed: If qemu is located on a non-standard path, try setting "
2363 "the LIBGUESTFS_QEMU environment variable."
2364 msgstr ""
2365
2366 #: src/launch.c:928
2367 msgid "qemu has not been launched yet"
2368 msgstr ""
2369
2370 #: src/launch.c:939
2371 msgid "no subprocess to kill"
2372 msgstr ""
2373
2374 #: src/proto.c:143
2375 #, c-format
2376 msgid "guestfs_set_busy: called when in state %d != READY"
2377 msgstr ""
2378
2379 #: src/proto.c:166
2380 #, c-format
2381 msgid "guestfs_end_busy: called when in state %d"
2382 msgstr ""
2383
2384 #: src/proto.c:281
2385 #, c-format
2386 msgid ""
2387 "check_for_daemon_cancellation_or_eof: read 0x%x from daemon, expected 0x%x\n"
2388 msgstr ""
2389
2390 #: src/proto.c:453 src/proto.c:514
2391 msgid "unexpected end of file when reading from daemon"
2392 msgstr ""
2393
2394 #: src/proto.c:474
2395 #, c-format
2396 msgid "received magic signature from guestfsd, but in state %d"
2397 msgstr ""
2398
2399 #: src/proto.c:491
2400 #, c-format
2401 msgid "message length (%u) > maximum possible size (%d)"
2402 msgstr ""
2403
2404 #: src/proto.c:641
2405 #, c-format
2406 msgid "guestfs___send: state %d != BUSY"
2407 msgstr ""
2408
2409 #: src/proto.c:663
2410 msgid "xdr_guestfs_message_header failed"
2411 msgstr ""
2412
2413 #: src/proto.c:672
2414 msgid "dispatch failed to marshal args"
2415 msgstr ""
2416
2417 #: src/proto.c:802
2418 #, c-format
2419 msgid "send_file_chunk: state %d != READY"
2420 msgstr ""
2421
2422 #: src/proto.c:818
2423 #, c-format
2424 msgid "xdr_guestfs_chunk failed (buf = %p, buflen = %zu)"
2425 msgstr ""
2426
2427 #: src/proto.c:941
2428 #, c-format
2429 msgid "%s: error in chunked encoding"
2430 msgstr ""
2431
2432 #: src/proto.c:969
2433 msgid "write to daemon socket"
2434 msgstr ""
2435
2436 #: src/proto.c:992
2437 msgid "receive_file_data: parse error in reply callback"
2438 msgstr ""
2439
2440 #: src/proto.c:997
2441 msgid "receive_file_data: unexpected flag received when reading file chunks"
2442 msgstr ""
2443
2444 #: src/proto.c:1005
2445 msgid "failed to parse file chunk"
2446 msgstr ""
2447
2448 #: src/proto.c:1014
2449 msgid "file receive cancelled by daemon"
2450 msgstr ""
2451
2452 #: test-tool/test-tool.c:82
2453 #, c-format
2454 msgid ""
2455 "libguestfs-test-tool: interactive test tool\n"
2456 "Copyright (C) 2009 Red Hat Inc.\n"
2457 "Usage:\n"
2458 "  libguestfs-test-tool [--options]\n"
2459 "Options:\n"
2460 "  --help         Display usage\n"
2461 "  --helper libguestfs-test-tool-helper\n"
2462 "                 Helper program (default: %s)\n"
2463 "  --qemudir dir  Specify QEMU source directory\n"
2464 "  --qemu qemu    Specify QEMU binary\n"
2465 "  --timeout n\n"
2466 "  -t n           Set launch timeout (default: %d seconds)\n"
2467 msgstr ""
2468
2469 #: test-tool/test-tool.c:138
2470 #, c-format
2471 msgid "libguestfs-test-tool: unknown long option: %s (%d)\n"
2472 msgstr ""
2473
2474 #: test-tool/test-tool.c:147
2475 #, c-format
2476 msgid "libguestfs-test-tool: invalid timeout: %s\n"
2477 msgstr ""
2478
2479 #: test-tool/test-tool.c:159
2480 #, c-format
2481 msgid "libguestfs-test-tool: unexpected command line option 0x%x\n"
2482 msgstr ""
2483
2484 #: test-tool/test-tool.c:182
2485 #, c-format
2486 msgid "libguestfs-test-tool: failed to create libguestfs handle\n"
2487 msgstr ""
2488
2489 #: test-tool/test-tool.c:189 test-tool/test-tool.c:198
2490 #, c-format
2491 msgid "libguestfs-test-tool: failed to add drive '%s'\n"
2492 msgstr ""
2493
2494 #: test-tool/test-tool.c:206
2495 #, c-format
2496 msgid "libguestfs-test-tool: guestfs_version failed\n"
2497 msgstr ""
2498
2499 #: test-tool/test-tool.c:228
2500 #, c-format
2501 msgid "libguestfs-test-tool: failed to launch appliance\n"
2502 msgstr ""
2503
2504 #: test-tool/test-tool.c:240
2505 #, c-format
2506 msgid "libguestfs-test-tool: failed to run sfdisk\n"
2507 msgstr ""
2508
2509 #: test-tool/test-tool.c:246
2510 #, c-format
2511 msgid "libguestfs-test-tool: failed to mkfs.ext2\n"
2512 msgstr ""
2513
2514 #: test-tool/test-tool.c:252
2515 #, c-format
2516 msgid "libguestfs-test-tool: failed to mount /dev/sda1 on /\n"
2517 msgstr ""
2518
2519 #: test-tool/test-tool.c:258
2520 #, c-format
2521 msgid "libguestfs-test-tool: failed to mkdir /iso\n"
2522 msgstr ""
2523
2524 #: test-tool/test-tool.c:264
2525 #, c-format
2526 msgid "libguestfs-test-tool: failed to mount /dev/sdb on /iso\n"
2527 msgstr ""
2528
2529 #: test-tool/test-tool.c:272
2530 #, c-format
2531 msgid "libguestfs-test-tool: could not run helper program, or helper failed\n"
2532 msgstr ""
2533
2534 #: test-tool/test-tool.c:303
2535 #, c-format
2536 msgid ""
2537 "LIBGUESTFS_QEMU environment variable is already set, so\n"
2538 "--qemu/--qemudir options cannot be used.\n"
2539 msgstr ""
2540
2541 #: test-tool/test-tool.c:311
2542 #, c-format
2543 msgid "Binary '%s' does not exist or is not executable\n"
2544 msgstr ""
2545
2546 #: test-tool/test-tool.c:325
2547 #, c-format
2548 msgid "%s: does not look like a qemu source directory\n"
2549 msgstr ""
2550
2551 #: test-tool/test-tool.c:374
2552 #, c-format
2553 msgid ""
2554 "Test tool helper program 'libguestfs-test-tool-helper' is not\n"
2555 "available.  Expected to find it in '%s'\n"
2556 "\n"
2557 "Use the --helper option to specify the location of this program.\n"
2558 msgstr ""
2559
2560 #: test-tool/test-tool.c:390
2561 #, c-format
2562 msgid "command failed: %s"
2563 msgstr ""
2564
2565 #: test-tool/test-tool.c:398
2566 #, c-format
2567 msgid ""
2568 "Test tool helper program %s\n"
2569 "is not statically linked.  This is a build error when this test tool\n"
2570 "was built.\n"
2571 msgstr ""
2572
2573 #: test-tool/test-tool.c:432
2574 #, c-format
2575 msgid "mkisofs command failed: %s\n"
2576 msgstr ""
2577
2578 #: tools/virt-cat.pl:145
2579 msgid "virt-cat: no image, VM names or filenames to cat given"
2580 msgstr ""
2581
2582 #: tools/virt-cat.pl:165 tools/virt-edit.pl:189 tools/virt-ls.pl:198
2583 #: tools/virt-tar.pl:242 tools/virt-win-reg.pl:296
2584 #, perl-brace-format
2585 msgid "{prog}: multiboot operating systems are not supported.\n"
2586 msgstr ""
2587
2588 #: tools/virt-df.pl:213
2589 msgid "virt-df: cannot use -h and --csv options together\n"
2590 msgstr ""
2591
2592 #: tools/virt-df.pl:277
2593 #, perl-brace-format
2594 msgid "{name} is not the name of a libvirt domain\n"
2595 msgstr ""
2596
2597 #: tools/virt-df.pl:345
2598 #, perl-brace-format
2599 msgid "virt-df: ignoring {name}, it has too many disks ({c} > {max})"
2600 msgstr ""
2601
2602 #: tools/virt-df.pl:521
2603 msgid "Virtual Machine"
2604 msgstr ""
2605
2606 #: tools/virt-df.pl:521
2607 msgid "Filesystem"
2608 msgstr ""
2609
2610 #: tools/virt-df.pl:524
2611 msgid "1K-blocks"
2612 msgstr ""
2613
2614 #: tools/virt-df.pl:526
2615 msgid "Size"
2616 msgstr ""
2617
2618 #: tools/virt-df.pl:528
2619 msgid "Used"
2620 msgstr ""
2621
2622 #: tools/virt-df.pl:529
2623 msgid "Available"
2624 msgstr ""
2625
2626 #: tools/virt-df.pl:530
2627 msgid "Use%"
2628 msgstr ""
2629
2630 #: tools/virt-df.pl:532
2631 msgid "Inodes"
2632 msgstr ""
2633
2634 #: tools/virt-df.pl:533
2635 msgid "IUsed"
2636 msgstr ""
2637
2638 #: tools/virt-df.pl:534
2639 msgid "IFree"
2640 msgstr ""
2641
2642 #: tools/virt-df.pl:535
2643 msgid "IUse%"
2644 msgstr ""
2645
2646 #: tools/virt-edit.pl:169
2647 msgid "virt-edit: no image, VM names or filenames to edit given"
2648 msgstr ""
2649
2650 #: tools/virt-edit.pl:221
2651 msgid "File not changed.\n"
2652 msgstr ""
2653
2654 #: tools/virt-list-filesystems.pl:139
2655 msgid "virt-list-filesystems: no image or VM name given"
2656 msgstr ""
2657
2658 #: tools/virt-list-partitions.pl:149
2659 msgid "virt-list-partitions: no image or VM name given"
2660 msgstr ""
2661
2662 #: tools/virt-ls.pl:153 tools/virt-ls.pl:159
2663 msgid "virt-ls: cannot combine -l and -R options\n"
2664 msgstr ""
2665
2666 #: tools/virt-ls.pl:178
2667 msgid "virt-ls: no image, VM names or directory to list given"
2668 msgstr ""
2669
2670 #: tools/virt-make-fs.pl:291
2671 msgid "virt-make-fs input output\n"
2672 msgstr ""
2673
2674 #: tools/virt-make-fs.pl:321
2675 msgid "unexpected output from 'du' command"
2676 msgstr ""
2677
2678 #: tools/virt-make-fs.pl:333 tools/virt-make-fs.pl:347
2679 #: tools/virt-make-fs.pl:453
2680 #, perl-brace-format
2681 msgid "{f}: unknown input format: {fmt}\n"
2682 msgstr ""
2683
2684 #: tools/virt-make-fs.pl:391
2685 #, perl-brace-format
2686 msgid "virt-make-fs: cannot parse size parameter: {sz}\n"
2687 msgstr ""
2688
2689 #: tools/virt-make-fs.pl:401
2690 msgid ""
2691 "qemu-img create: failed to create disk image, see earlier error messages\n"
2692 msgstr ""
2693
2694 #: tools/virt-make-fs.pl:412
2695 msgid "virt-make-fs: NTFS support was disabled when libguestfs was compiled\n"
2696 msgstr ""
2697
2698 #: tools/virt-make-fs.pl:437
2699 msgid "tar: failed, see earlier messages\n"
2700 msgstr ""
2701
2702 #: tools/virt-make-fs.pl:459
2703 msgid "uncompress command failed, see earlier messages\n"
2704 msgstr ""
2705
2706 #: tools/virt-make-fs.pl:494
2707 msgid ""
2708 "virt-make-fs: error copying contents into filesystem\n"
2709 "An error here usually means that the program did not estimate the\n"
2710 "filesystem size correctly.  Please read the BUGS section of the manpage.\n"
2711 msgstr ""
2712
2713 #: tools/virt-rescue.pl:222
2714 msgid "virt-rescue: no image or VM names rescue given"
2715 msgstr ""
2716
2717 #: tools/virt-resize.pl:33
2718 msgid "virt-resize: sorry this program does not work on a 32 bit host\n"
2719 msgstr ""
2720
2721 #: tools/virt-resize.pl:584
2722 #, perl-brace-format
2723 msgid "virt-resize: {file}: does not exist or is not readable\n"
2724 msgstr ""
2725
2726 #: tools/virt-resize.pl:586
2727 #, perl-brace-format
2728 msgid ""
2729 "virt-resize: {file}: does not exist or is not writable\n"
2730 "You have to create the destination disk before running this program.\n"
2731 "Please read the virt-resize(1) manpage for more information.\n"
2732 msgstr ""
2733
2734 #: tools/virt-resize.pl:665 tools/virt-resize.pl:668
2735 #, perl-brace-format
2736 msgid ""
2737 "virt-resize: {file}: file is too small to be a disk image ({sz} bytes)\n"
2738 msgstr ""
2739
2740 #: tools/virt-resize.pl:684 tools/virt-resize.pl:696
2741 msgid "virt-resize: short read"
2742 msgstr ""
2743
2744 #: tools/virt-resize.pl:830
2745 #, perl-brace-format
2746 msgid "virt-resize: no logical volume called {n}\n"
2747 msgstr ""
2748
2749 #: tools/virt-resize.pl:850
2750 #, perl-brace-format
2751 msgid ""
2752 "{p}: partition not found in the source disk image, when using the '{opt}' "
2753 "command line option\n"
2754 msgstr ""
2755
2756 #: tools/virt-resize.pl:856
2757 #, perl-brace-format
2758 msgid ""
2759 "{p}: partition ignored, you cannot use it in another command line argument\n"
2760 msgstr ""
2761
2762 #: tools/virt-resize.pl:860
2763 #, perl-brace-format
2764 msgid ""
2765 "{p}: partition deleted, you cannot use it in another command line argument\n"
2766 msgstr ""
2767
2768 #: tools/virt-resize.pl:902
2769 #, perl-brace-format
2770 msgid "{p}: this partition has already been marked for resizing\n"
2771 msgstr ""
2772
2773 #: tools/virt-resize.pl:910
2774 #, perl-brace-format
2775 msgid "{p}: missing size field in {o} option\n"
2776 msgstr ""
2777
2778 #: tools/virt-resize.pl:927
2779 #, perl-brace-format
2780 msgid "{p}: {f}: cannot parse size field\n"
2781 msgstr ""
2782
2783 #: tools/virt-resize.pl:932
2784 #, perl-brace-format
2785 msgid "{p}: new size is zero or negative\n"
2786 msgstr ""
2787
2788 #: tools/virt-resize.pl:955
2789 #, perl-brace-format
2790 msgid ""
2791 "{p}: cannot make this partition smaller because it contains a\n"
2792 "filesystem, physical volume or other content that is larger than the new "
2793 "size.\n"
2794 "You have to resize the content first, see virt-resize(1).\n"
2795 msgstr ""
2796
2797 #: tools/virt-resize.pl:971
2798 msgid "virt-resize: you cannot use options --expand and --shrink together\n"
2799 msgstr ""
2800
2801 #: tools/virt-resize.pl:1020
2802 #, perl-brace-format
2803 msgid ""
2804 "virt-resize: error: cannot use --expand when there is no surplus space to\n"
2805 "expand into.  You need to make the target disk larger by at least {h}.\n"
2806 msgstr ""
2807
2808 #: tools/virt-resize.pl:1035
2809 msgid ""
2810 "virt-resize: error: cannot use --shrink because there is no deficit\n"
2811 "(see 'deficit' in the virt-resize(1) man page)\n"
2812 msgstr ""
2813
2814 #: tools/virt-resize.pl:1050
2815 msgid "Summary of changes:\n"
2816 msgstr ""
2817
2818 #: tools/virt-resize.pl:1054
2819 #, perl-brace-format
2820 msgid "{p}: partition will be ignored\n"
2821 msgstr ""
2822
2823 #: tools/virt-resize.pl:1056
2824 #, perl-brace-format
2825 msgid "{p}: partition will be deleted\n"
2826 msgstr ""
2827
2828 #: tools/virt-resize.pl:1058
2829 #, perl-brace-format
2830 msgid "{p}: partition will be resized from {oldsize} to {newsize}\n"
2831 msgstr ""
2832
2833 #: tools/virt-resize.pl:1063
2834 #, perl-brace-format
2835 msgid "{p}: content will be expanded using the '{meth}' method\n"
2836 msgstr ""
2837
2838 #: tools/virt-resize.pl:1068
2839 #, perl-brace-format
2840 msgid "{p}: partition will be left alone\n"
2841 msgstr ""
2842
2843 #: tools/virt-resize.pl:1073
2844 #, perl-brace-format
2845 msgid "{n}: LV will be expanded to maximum size\n"
2846 msgstr ""
2847
2848 #: tools/virt-resize.pl:1079
2849 #, perl-brace-format
2850 msgid "{n}: content will be expanded using the '{meth}' method\n"
2851 msgstr ""
2852
2853 #: tools/virt-resize.pl:1086
2854 #, perl-brace-format
2855 msgid "There is a surplus of {spl} bytes ({h}).\n"
2856 msgstr ""
2857
2858 #: tools/virt-resize.pl:1091
2859 msgid "An extra partition will be created for the surplus.\n"
2860 msgstr ""
2861
2862 #: tools/virt-resize.pl:1093
2863 msgid ""
2864 "The surplus space is not large enough for an extra partition to be created\n"
2865 "and so it will just be ignored.\n"
2866 msgstr ""
2867
2868 #: tools/virt-resize.pl:1096
2869 msgid ""
2870 "The surplus space will be ignored.  Run a partitioning program in the guest\n"
2871 "to partition this extra space if you want.\n"
2872 msgstr ""
2873
2874 #: tools/virt-resize.pl:1099
2875 #, perl-brace-format
2876 msgid ""
2877 "virt-resize: error: there is a deficit of {def} bytes ({h}).\n"
2878 "You need to make the target disk larger by at least this amount,\n"
2879 "or adjust your resizing requests.\n"
2880 msgstr ""
2881
2882 #: tools/virt-resize.pl:1116
2883 msgid "virt-resize: source disk does not have a first partition\n"
2884 msgstr ""
2885
2886 #: tools/virt-resize.pl:1211
2887 #, perl-brace-format
2888 msgid "Copying {p} ...\n"
2889 msgstr ""
2890
2891 #: tools/virt-resize.pl:1274 tools/virt-resize.pl:1332
2892 #, perl-brace-format
2893 msgid "Expanding {p} using the '{meth}' method\n"
2894 msgstr ""
2895
2896 #: tools/virt-tar.pl:178 tools/virt-tar.pl:185
2897 msgid "virt-tar: extract/upload mode specified twice on the command line\n"
2898 msgstr ""
2899
2900 #: tools/virt-tar.pl:207
2901 msgid "virt-tar: no image, VM names, directory or filename given"
2902 msgstr ""
2903
2904 #: tools/virt-tar.pl:210
2905 msgid "virt-tar: either -x or -u must be specified on the command line\n"
2906 msgstr ""
2907
2908 #: tools/virt-tar.pl:221
2909 #, perl-brace-format
2910 msgid "virt-tar: {tarball}: file not found\n"
2911 msgstr ""
2912
2913 #: tools/virt-tar.pl:224
2914 #, perl-brace-format
2915 msgid "virt-tar: {dir}: directory name must start with '/' character\n"
2916 msgstr ""
2917
2918 #: tools/virt-win-reg.pl:276
2919 msgid "no libvirt domain name or disk image given\n"
2920 msgstr ""
2921
2922 #: tools/virt-win-reg.pl:315
2923 msgid ""
2924 "expecting 1 or 2 more parameters, subkey path and optionally the value to "
2925 "export\n"
2926 msgstr ""
2927
2928 #: tools/virt-win-reg.pl:426
2929 #, perl-brace-format
2930 msgid "virt-win-reg: {p}: not a supported Windows Registry path\n"
2931 msgstr ""
2932
2933 #: tools/virt-win-reg.pl:443 tools/virt-win-reg.pl:465
2934 #, perl-brace-format
2935 msgid "virt-win-reg: {p}: file not found in guest: {err}\n"
2936 msgstr ""
2937
2938 #: tools/virt-win-reg.pl:450
2939 #, perl-brace-format
2940 msgid "virt-win-reg: {p}: could not download registry file: {err}\n"
2941 msgstr ""
2942
2943 #: tools/virt-win-reg.pl:472
2944 #, perl-brace-format
2945 msgid "virt-win-reg: {p}: could not upload registry file: {err}\n"
2946 msgstr ""