Version 1.7.1.
[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.1\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-03 21:09+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:2757
42 msgid "Command"
43 msgstr ""
44
45 #: fish/cmds.c:2757
46 msgid "Description"
47 msgstr ""
48
49 #: fish/cmds.c:2759
50 msgid "add a CD-ROM disk image to examine"
51 msgstr ""
52
53 #: fish/cmds.c:2760 fish/cmds.c:2761
54 msgid "add an image to examine or modify"
55 msgstr ""
56
57 #: fish/cmds.c:2762
58 msgid "add a drive in snapshot mode (read-only)"
59 msgstr ""
60
61 #: fish/cmds.c:2763
62 msgid "add a drive read-only specifying the QEMU block emulation to use"
63 msgstr ""
64
65 #: fish/cmds.c:2764
66 msgid "add a drive specifying the QEMU block emulation to use"
67 msgstr ""
68
69 #: fish/cmds.c:2765
70 msgid "allocate and add a disk file"
71 msgstr ""
72
73 #: fish/cmds.c:2766
74 msgid "clear Augeas path"
75 msgstr ""
76
77 #: fish/cmds.c:2767
78 msgid "close the current Augeas handle"
79 msgstr ""
80
81 #: fish/cmds.c:2768
82 msgid "define an Augeas node"
83 msgstr ""
84
85 #: fish/cmds.c:2769
86 msgid "define an Augeas variable"
87 msgstr ""
88
89 #: fish/cmds.c:2770
90 msgid "look up the value of an Augeas path"
91 msgstr ""
92
93 #: fish/cmds.c:2771
94 msgid "create a new Augeas handle"
95 msgstr ""
96
97 #: fish/cmds.c:2772
98 msgid "insert a sibling Augeas node"
99 msgstr ""
100
101 #: fish/cmds.c:2773
102 msgid "load files into the tree"
103 msgstr ""
104
105 #: fish/cmds.c:2774
106 msgid "list Augeas nodes under augpath"
107 msgstr ""
108
109 #: fish/cmds.c:2775
110 msgid "return Augeas nodes which match augpath"
111 msgstr ""
112
113 #: fish/cmds.c:2776
114 msgid "move Augeas node"
115 msgstr ""
116
117 #: fish/cmds.c:2777
118 msgid "remove an Augeas path"
119 msgstr ""
120
121 #: fish/cmds.c:2778
122 msgid "write all pending Augeas changes to disk"
123 msgstr ""
124
125 #: fish/cmds.c:2779
126 msgid "set Augeas path to value"
127 msgstr ""
128
129 #: fish/cmds.c:2780
130 msgid "test availability of some parts of the API"
131 msgstr ""
132
133 #: fish/cmds.c:2781
134 msgid "return a list of all optional groups"
135 msgstr ""
136
137 #: fish/cmds.c:2782
138 msgid "upload base64-encoded data to file"
139 msgstr ""
140
141 #: fish/cmds.c:2783
142 msgid "download file and encode as base64"
143 msgstr ""
144
145 #: fish/cmds.c:2784
146 msgid "flush device buffers"
147 msgstr ""
148
149 #: fish/cmds.c:2785
150 msgid "get blocksize of block device"
151 msgstr ""
152
153 #: fish/cmds.c:2786
154 msgid "is block device set to read-only"
155 msgstr ""
156
157 #: fish/cmds.c:2787
158 msgid "get total size of device in bytes"
159 msgstr ""
160
161 #: fish/cmds.c:2788
162 msgid "get sectorsize of block device"
163 msgstr ""
164
165 #: fish/cmds.c:2789
166 msgid "get total size of device in 512-byte sectors"
167 msgstr ""
168
169 #: fish/cmds.c:2790
170 msgid "reread partition table"
171 msgstr ""
172
173 #: fish/cmds.c:2791
174 msgid "set blocksize of block device"
175 msgstr ""
176
177 #: fish/cmds.c:2792
178 msgid "set block device to read-only"
179 msgstr ""
180
181 #: fish/cmds.c:2793
182 msgid "set block device to read-write"
183 msgstr ""
184
185 #: fish/cmds.c:2794
186 msgid "return true path on case-insensitive filesystem"
187 msgstr ""
188
189 #: fish/cmds.c:2795
190 msgid "list the contents of a file"
191 msgstr ""
192
193 #: fish/cmds.c:2796
194 msgid "compute MD5, SHAx or CRC checksum of file"
195 msgstr ""
196
197 #: fish/cmds.c:2797
198 msgid "compute MD5, SHAx or CRC checksum of the contents of a device"
199 msgstr ""
200
201 #: fish/cmds.c:2798
202 msgid "compute MD5, SHAx or CRC checksum of files in a directory"
203 msgstr ""
204
205 #: fish/cmds.c:2799
206 msgid "change file mode"
207 msgstr ""
208
209 #: fish/cmds.c:2800 fish/cmds.c:2901
210 msgid "change file owner and group"
211 msgstr ""
212
213 #: fish/cmds.c:2801
214 msgid "run a command from the guest filesystem"
215 msgstr ""
216
217 #: fish/cmds.c:2802
218 msgid "run a command, returning lines"
219 msgstr ""
220
221 #: fish/cmds.c:2803
222 msgid "add qemu parameters"
223 msgstr ""
224
225 #: fish/cmds.c:2804
226 msgid "copy local files or directories into an image"
227 msgstr ""
228
229 #: fish/cmds.c:2805
230 msgid "copy remote files or directories out of an image"
231 msgstr ""
232
233 #: fish/cmds.c:2806
234 msgid "copy size bytes from source to destination using dd"
235 msgstr ""
236
237 #: fish/cmds.c:2807
238 msgid "copy a file"
239 msgstr ""
240
241 #: fish/cmds.c:2808
242 msgid "copy a file or directory recursively"
243 msgstr ""
244
245 #: fish/cmds.c:2809
246 msgid "copy from source to destination using dd"
247 msgstr ""
248
249 #: fish/cmds.c:2810
250 msgid "debugging and internals"
251 msgstr ""
252
253 #: fish/cmds.c:2811
254 msgid "upload a file to the appliance (internal use only)"
255 msgstr ""
256
257 #: fish/cmds.c:2812
258 msgid "report file system disk space usage"
259 msgstr ""
260
261 #: fish/cmds.c:2813
262 msgid "report file system disk space usage (human readable)"
263 msgstr ""
264
265 #: fish/cmds.c:2814
266 msgid "return kernel messages"
267 msgstr ""
268
269 #: fish/cmds.c:2815
270 msgid "download a file to the local machine"
271 msgstr ""
272
273 #: fish/cmds.c:2816
274 msgid "download a file to the local machine with offset and size"
275 msgstr ""
276
277 #: fish/cmds.c:2817
278 msgid "drop kernel page cache, dentries and inodes"
279 msgstr ""
280
281 #: fish/cmds.c:2818
282 msgid "estimate file space usage"
283 msgstr ""
284
285 #: fish/cmds.c:2819
286 msgid "check an ext2/ext3 filesystem"
287 msgstr ""
288
289 #: fish/cmds.c:2820
290 msgid "display a line of text"
291 msgstr ""
292
293 #: fish/cmds.c:2821
294 msgid "echo arguments back to the client"
295 msgstr ""
296
297 #: fish/cmds.c:2822
298 msgid "edit a file"
299 msgstr ""
300
301 #: fish/cmds.c:2823 fish/cmds.c:2824 fish/cmds.c:2829 fish/cmds.c:2830
302 #: fish/cmds.c:2861 fish/cmds.c:2862 fish/cmds.c:3090 fish/cmds.c:3091
303 #: fish/cmds.c:3095 fish/cmds.c:3096 fish/cmds.c:3098 fish/cmds.c:3099
304 msgid "return lines matching a pattern"
305 msgstr ""
306
307 #: fish/cmds.c:2825
308 msgid "test if two files have equal contents"
309 msgstr ""
310
311 #: fish/cmds.c:2826
312 msgid "test if file or directory exists"
313 msgstr ""
314
315 #: fish/cmds.c:2827 fish/cmds.c:2828
316 msgid "preallocate a file in the guest filesystem"
317 msgstr ""
318
319 #: fish/cmds.c:2831
320 msgid "determine file type"
321 msgstr ""
322
323 #: fish/cmds.c:2832
324 msgid "detect the architecture of a binary file"
325 msgstr ""
326
327 #: fish/cmds.c:2833
328 msgid "return the size of the file in bytes"
329 msgstr ""
330
331 #: fish/cmds.c:2834
332 msgid "fill a file with octets"
333 msgstr ""
334
335 #: fish/cmds.c:2835
336 msgid "fill a file with a repeating pattern of bytes"
337 msgstr ""
338
339 #: fish/cmds.c:2836
340 msgid "find all files and directories"
341 msgstr ""
342
343 #: fish/cmds.c:2837
344 msgid "find all files and directories, returning NUL-separated list"
345 msgstr ""
346
347 #: fish/cmds.c:2838
348 msgid "find a filesystem by label"
349 msgstr ""
350
351 #: fish/cmds.c:2839
352 msgid "find a filesystem by UUID"
353 msgstr ""
354
355 #: fish/cmds.c:2840
356 msgid "run the filesystem checker"
357 msgstr ""
358
359 #: fish/cmds.c:2841
360 msgid "get the additional kernel options"
361 msgstr ""
362
363 #: fish/cmds.c:2842
364 msgid "get autosync mode"
365 msgstr ""
366
367 #: fish/cmds.c:2843
368 msgid "get direct appliance mode flag"
369 msgstr ""
370
371 #: fish/cmds.c:2844
372 msgid "get the ext2/3/4 filesystem label"
373 msgstr ""
374
375 #: fish/cmds.c:2845
376 msgid "get the ext2/3/4 filesystem UUID"
377 msgstr ""
378
379 #: fish/cmds.c:2846
380 msgid "get memory allocated to the qemu subprocess"
381 msgstr ""
382
383 #: fish/cmds.c:2847
384 msgid "get enable network flag"
385 msgstr ""
386
387 #: fish/cmds.c:2848
388 msgid "get the search path"
389 msgstr ""
390
391 #: fish/cmds.c:2849
392 msgid "get PID of qemu subprocess"
393 msgstr ""
394
395 #: fish/cmds.c:2850
396 msgid "get the qemu binary"
397 msgstr ""
398
399 #: fish/cmds.c:2851
400 msgid "get recovery process enabled flag"
401 msgstr ""
402
403 #: fish/cmds.c:2852
404 msgid "get SELinux enabled flag"
405 msgstr ""
406
407 #: fish/cmds.c:2853
408 msgid "get the current state"
409 msgstr ""
410
411 #: fish/cmds.c:2854
412 msgid "get command trace enabled flag"
413 msgstr ""
414
415 #: fish/cmds.c:2855
416 msgid "get the current umask"
417 msgstr ""
418
419 #: fish/cmds.c:2856
420 msgid "get verbose mode"
421 msgstr ""
422
423 #: fish/cmds.c:2857
424 msgid "get SELinux security context"
425 msgstr ""
426
427 #: fish/cmds.c:2858 fish/cmds.c:2902
428 msgid "list extended attributes of a file or directory"
429 msgstr ""
430
431 #: fish/cmds.c:2859
432 msgid "expand wildcards in command"
433 msgstr ""
434
435 #: fish/cmds.c:2860
436 msgid "expand a wildcard path"
437 msgstr ""
438
439 #: fish/cmds.c:2863
440 msgid "install GRUB"
441 msgstr ""
442
443 #: fish/cmds.c:2864
444 msgid "return first 10 lines of a file"
445 msgstr ""
446
447 #: fish/cmds.c:2865
448 msgid "return first N lines of a file"
449 msgstr ""
450
451 #: fish/cmds.c:2866
452 msgid "dump a file in hexadecimal"
453 msgstr ""
454
455 #: fish/cmds.c:2867
456 msgid "edit with a hex editor"
457 msgstr ""
458
459 #: fish/cmds.c:2868
460 msgid "list the contents of a single file in an initrd"
461 msgstr ""
462
463 #: fish/cmds.c:2869
464 msgid "list files in an initrd"
465 msgstr ""
466
467 #: fish/cmds.c:2870
468 msgid "add an inotify watch"
469 msgstr ""
470
471 #: fish/cmds.c:2871
472 msgid "close the inotify handle"
473 msgstr ""
474
475 #: fish/cmds.c:2872
476 msgid "return list of watched files that had events"
477 msgstr ""
478
479 #: fish/cmds.c:2873
480 msgid "create an inotify handle"
481 msgstr ""
482
483 #: fish/cmds.c:2874
484 msgid "return list of inotify events"
485 msgstr ""
486
487 #: fish/cmds.c:2875
488 msgid "remove an inotify watch"
489 msgstr ""
490
491 #: fish/cmds.c:2876
492 msgid "get architecture of inspected operating system"
493 msgstr ""
494
495 #: fish/cmds.c:2877
496 msgid "get distro of inspected operating system"
497 msgstr ""
498
499 #: fish/cmds.c:2878
500 msgid "get filesystems associated with inspected operating system"
501 msgstr ""
502
503 #: fish/cmds.c:2879
504 msgid "get major version of inspected operating system"
505 msgstr ""
506
507 #: fish/cmds.c:2880
508 msgid "get minor version of inspected operating system"
509 msgstr ""
510
511 #: fish/cmds.c:2881
512 msgid "get mountpoints of inspected operating system"
513 msgstr ""
514
515 #: fish/cmds.c:2882
516 msgid "get product name of inspected operating system"
517 msgstr ""
518
519 #: fish/cmds.c:2883
520 msgid "get type of inspected operating system"
521 msgstr ""
522
523 #: fish/cmds.c:2884
524 msgid "get Windows systemroot of inspected operating system"
525 msgstr ""
526
527 #: fish/cmds.c:2885
528 msgid "inspect disk and return list of operating systems found"
529 msgstr ""
530
531 #: fish/cmds.c:2886
532 msgid "test if block device"
533 msgstr ""
534
535 #: fish/cmds.c:2887
536 msgid "is busy processing a command"
537 msgstr ""
538
539 #: fish/cmds.c:2888
540 msgid "test if character device"
541 msgstr ""
542
543 #: fish/cmds.c:2889
544 msgid "is in configuration state"
545 msgstr ""
546
547 #: fish/cmds.c:2890
548 msgid "test if a directory"
549 msgstr ""
550
551 #: fish/cmds.c:2891
552 msgid "test if FIFO (named pipe)"
553 msgstr ""
554
555 #: fish/cmds.c:2892
556 msgid "test if a regular file"
557 msgstr ""
558
559 #: fish/cmds.c:2893
560 msgid "is launching subprocess"
561 msgstr ""
562
563 #: fish/cmds.c:2894
564 msgid "test if device is a logical volume"
565 msgstr ""
566
567 #: fish/cmds.c:2895
568 msgid "is ready to accept commands"
569 msgstr ""
570
571 #: fish/cmds.c:2896
572 msgid "test if socket"
573 msgstr ""
574
575 #: fish/cmds.c:2897
576 msgid "test if symbolic link"
577 msgstr ""
578
579 #: fish/cmds.c:2898
580 msgid "kill the qemu subprocess"
581 msgstr ""
582
583 #: fish/cmds.c:2899
584 msgid "launch the qemu subprocess"
585 msgstr ""
586
587 #: fish/cmds.c:2900
588 msgid "change working directory"
589 msgstr ""
590
591 #: fish/cmds.c:2903
592 msgid "list the block devices"
593 msgstr ""
594
595 #: fish/cmds.c:2904
596 msgid "list filesystems"
597 msgstr ""
598
599 #: fish/cmds.c:2905
600 msgid "list the partitions"
601 msgstr ""
602
603 #: fish/cmds.c:2906
604 msgid "list the files in a directory (long format)"
605 msgstr ""
606
607 #: fish/cmds.c:2907 fish/cmds.c:2908
608 msgid "create a hard link"
609 msgstr ""
610
611 #: fish/cmds.c:2909 fish/cmds.c:2910
612 msgid "create a symbolic link"
613 msgstr ""
614
615 #: fish/cmds.c:2911 fish/cmds.c:3001
616 msgid "remove extended attribute of a file or directory"
617 msgstr ""
618
619 #: fish/cmds.c:2912
620 msgid "list the files in a directory"
621 msgstr ""
622
623 #: fish/cmds.c:2913 fish/cmds.c:3026
624 msgid "set extended attribute of a file or directory"
625 msgstr ""
626
627 #: fish/cmds.c:2914
628 msgid "get file information for a symbolic link"
629 msgstr ""
630
631 #: fish/cmds.c:2915
632 msgid "lstat on multiple files"
633 msgstr ""
634
635 #: fish/cmds.c:2916
636 msgid "add a key on a LUKS encrypted device"
637 msgstr ""
638
639 #: fish/cmds.c:2917
640 msgid "close a LUKS device"
641 msgstr ""
642
643 #: fish/cmds.c:2918 fish/cmds.c:2919
644 msgid "format a block device as a LUKS encrypted device"
645 msgstr ""
646
647 #: fish/cmds.c:2920
648 msgid "remove a key from a LUKS encrypted device"
649 msgstr ""
650
651 #: fish/cmds.c:2921
652 msgid "open a LUKS-encrypted block device"
653 msgstr ""
654
655 #: fish/cmds.c:2922
656 msgid "open a LUKS-encrypted block device read-only"
657 msgstr ""
658
659 #: fish/cmds.c:2923
660 msgid "create an LVM logical volume"
661 msgstr ""
662
663 #: fish/cmds.c:2924
664 msgid "get canonical name of an LV"
665 msgstr ""
666
667 #: fish/cmds.c:2925
668 msgid "clear LVM device filter"
669 msgstr ""
670
671 #: fish/cmds.c:2926
672 msgid "remove all LVM LVs, VGs and PVs"
673 msgstr ""
674
675 #: fish/cmds.c:2927
676 msgid "set LVM device filter"
677 msgstr ""
678
679 #: fish/cmds.c:2928
680 msgid "remove an LVM logical volume"
681 msgstr ""
682
683 #: fish/cmds.c:2929
684 msgid "rename an LVM logical volume"
685 msgstr ""
686
687 #: fish/cmds.c:2930
688 msgid "resize an LVM logical volume"
689 msgstr ""
690
691 #: fish/cmds.c:2931
692 msgid "expand an LV to fill free space"
693 msgstr ""
694
695 #: fish/cmds.c:2932 fish/cmds.c:2933
696 msgid "list the LVM logical volumes (LVs)"
697 msgstr ""
698
699 #: fish/cmds.c:2934
700 msgid "get the UUID of a logical volume"
701 msgstr ""
702
703 #: fish/cmds.c:2935
704 msgid "lgetxattr on multiple files"
705 msgstr ""
706
707 #: fish/cmds.c:2936
708 msgid "open the manual"
709 msgstr ""
710
711 #: fish/cmds.c:2937
712 msgid "create a directory"
713 msgstr ""
714
715 #: fish/cmds.c:2938
716 msgid "create a directory with a particular mode"
717 msgstr ""
718
719 #: fish/cmds.c:2939
720 msgid "create a directory and parents"
721 msgstr ""
722
723 #: fish/cmds.c:2940
724 msgid "create a temporary directory"
725 msgstr ""
726
727 #: fish/cmds.c:2941 fish/cmds.c:2942 fish/cmds.c:2943
728 msgid "make ext2/3/4 filesystem with external journal"
729 msgstr ""
730
731 #: fish/cmds.c:2944
732 msgid "make ext2/3/4 external journal"
733 msgstr ""
734
735 #: fish/cmds.c:2945
736 msgid "make ext2/3/4 external journal with label"
737 msgstr ""
738
739 #: fish/cmds.c:2946
740 msgid "make ext2/3/4 external journal with UUID"
741 msgstr ""
742
743 #: fish/cmds.c:2947
744 msgid "make FIFO (named pipe)"
745 msgstr ""
746
747 #: fish/cmds.c:2948
748 msgid "make a filesystem"
749 msgstr ""
750
751 #: fish/cmds.c:2949
752 msgid "make a filesystem with block size"
753 msgstr ""
754
755 #: fish/cmds.c:2950
756 msgid "create a mountpoint"
757 msgstr ""
758
759 #: fish/cmds.c:2951
760 msgid "make block, character or FIFO devices"
761 msgstr ""
762
763 #: fish/cmds.c:2952
764 msgid "make block device node"
765 msgstr ""
766
767 #: fish/cmds.c:2953
768 msgid "make char device node"
769 msgstr ""
770
771 #: fish/cmds.c:2954
772 msgid "create a swap partition"
773 msgstr ""
774
775 #: fish/cmds.c:2955
776 msgid "create a swap partition with a label"
777 msgstr ""
778
779 #: fish/cmds.c:2956
780 msgid "create a swap partition with an explicit UUID"
781 msgstr ""
782
783 #: fish/cmds.c:2957
784 msgid "create a swap file"
785 msgstr ""
786
787 #: fish/cmds.c:2958
788 msgid "load a kernel module"
789 msgstr ""
790
791 #: fish/cmds.c:2959
792 msgid "view a file"
793 msgstr ""
794
795 #: fish/cmds.c:2960
796 msgid "mount a guest disk at a position in the filesystem"
797 msgstr ""
798
799 #: fish/cmds.c:2961
800 msgid "mount a file using the loop device"
801 msgstr ""
802
803 #: fish/cmds.c:2962
804 msgid "mount a guest disk with mount options"
805 msgstr ""
806
807 #: fish/cmds.c:2963
808 msgid "mount a guest disk, read-only"
809 msgstr ""
810
811 #: fish/cmds.c:2964
812 msgid "mount a guest disk with mount options and vfstype"
813 msgstr ""
814
815 #: fish/cmds.c:2965
816 msgid "show mountpoints"
817 msgstr ""
818
819 #: fish/cmds.c:2966
820 msgid "show mounted filesystems"
821 msgstr ""
822
823 #: fish/cmds.c:2967
824 msgid "move a file"
825 msgstr ""
826
827 #: fish/cmds.c:2968
828 msgid "probe NTFS volume"
829 msgstr ""
830
831 #: fish/cmds.c:2969
832 msgid "resize an NTFS filesystem"
833 msgstr ""
834
835 #: fish/cmds.c:2970
836 msgid "resize an NTFS filesystem (with size)"
837 msgstr ""
838
839 #: fish/cmds.c:2971
840 msgid "add a partition to the device"
841 msgstr ""
842
843 #: fish/cmds.c:2972
844 msgid "delete a partition"
845 msgstr ""
846
847 #: fish/cmds.c:2973
848 msgid "partition whole disk with a single primary partition"
849 msgstr ""
850
851 #: fish/cmds.c:2974
852 msgid "return true if a partition is bootable"
853 msgstr ""
854
855 #: fish/cmds.c:2975
856 msgid "get the MBR type byte (ID byte) from a partition"
857 msgstr ""
858
859 #: fish/cmds.c:2976
860 msgid "get the partition table type"
861 msgstr ""
862
863 #: fish/cmds.c:2977
864 msgid "create an empty partition table"
865 msgstr ""
866
867 #: fish/cmds.c:2978
868 msgid "list partitions on a device"
869 msgstr ""
870
871 #: fish/cmds.c:2979
872 msgid "make a partition bootable"
873 msgstr ""
874
875 #: fish/cmds.c:2980
876 msgid "set the MBR type byte (ID byte) of a partition"
877 msgstr ""
878
879 #: fish/cmds.c:2981
880 msgid "set partition name"
881 msgstr ""
882
883 #: fish/cmds.c:2982
884 msgid "convert partition name to device name"
885 msgstr ""
886
887 #: fish/cmds.c:2983
888 msgid "ping the guest daemon"
889 msgstr ""
890
891 #: fish/cmds.c:2984
892 msgid "read part of a file"
893 msgstr ""
894
895 #: fish/cmds.c:2985
896 msgid "read part of a device"
897 msgstr ""
898
899 #: fish/cmds.c:2986
900 msgid "create an LVM physical volume"
901 msgstr ""
902
903 #: fish/cmds.c:2987
904 msgid "remove an LVM physical volume"
905 msgstr ""
906
907 #: fish/cmds.c:2988
908 msgid "resize an LVM physical volume"
909 msgstr ""
910
911 #: fish/cmds.c:2989
912 msgid "resize an LVM physical volume (with size)"
913 msgstr ""
914
915 #: fish/cmds.c:2990 fish/cmds.c:2991
916 msgid "list the LVM physical volumes (PVs)"
917 msgstr ""
918
919 #: fish/cmds.c:2992
920 msgid "get the UUID of a physical volume"
921 msgstr ""
922
923 #: fish/cmds.c:2993
924 msgid "write to part of a file"
925 msgstr ""
926
927 #: fish/cmds.c:2994
928 msgid "write to part of a device"
929 msgstr ""
930
931 #: fish/cmds.c:2995
932 msgid "read a file"
933 msgstr ""
934
935 #: fish/cmds.c:2996
936 msgid "read file as lines"
937 msgstr ""
938
939 #: fish/cmds.c:2997
940 msgid "read directories entries"
941 msgstr ""
942
943 #: fish/cmds.c:2998
944 msgid "read the target of a symbolic link"
945 msgstr ""
946
947 #: fish/cmds.c:2999
948 msgid "readlink on multiple files"
949 msgstr ""
950
951 #: fish/cmds.c:3000
952 msgid "canonicalized absolute pathname"
953 msgstr ""
954
955 #: fish/cmds.c:3002
956 msgid "close and reopen libguestfs handle"
957 msgstr ""
958
959 #: fish/cmds.c:3003
960 msgid "resize an ext2, ext3 or ext4 filesystem"
961 msgstr ""
962
963 #: fish/cmds.c:3004
964 msgid "resize an ext2, ext3 or ext4 filesystem (with size)"
965 msgstr ""
966
967 #: fish/cmds.c:3005
968 msgid "remove a file"
969 msgstr ""
970
971 #: fish/cmds.c:3006
972 msgid "remove a file or directory recursively"
973 msgstr ""
974
975 #: fish/cmds.c:3007
976 msgid "remove a directory"
977 msgstr ""
978
979 #: fish/cmds.c:3008
980 msgid "remove a mountpoint"
981 msgstr ""
982
983 #: fish/cmds.c:3009
984 msgid "scrub (securely wipe) a device"
985 msgstr ""
986
987 #: fish/cmds.c:3010
988 msgid "scrub (securely wipe) a file"
989 msgstr ""
990
991 #: fish/cmds.c:3011
992 msgid "scrub (securely wipe) free space"
993 msgstr ""
994
995 #: fish/cmds.c:3012
996 msgid "add options to kernel command line"
997 msgstr ""
998
999 #: fish/cmds.c:3013
1000 msgid "set autosync mode"
1001 msgstr ""
1002
1003 #: fish/cmds.c:3014
1004 msgid "enable or disable direct appliance mode"
1005 msgstr ""
1006
1007 #: fish/cmds.c:3015
1008 msgid "set the ext2/3/4 filesystem label"
1009 msgstr ""
1010
1011 #: fish/cmds.c:3016
1012 msgid "set the ext2/3/4 filesystem UUID"
1013 msgstr ""
1014
1015 #: fish/cmds.c:3017
1016 msgid "set memory allocated to the qemu subprocess"
1017 msgstr ""
1018
1019 #: fish/cmds.c:3018
1020 msgid "set enable network flag"
1021 msgstr ""
1022
1023 #: fish/cmds.c:3019
1024 msgid "set the search path"
1025 msgstr ""
1026
1027 #: fish/cmds.c:3020
1028 msgid "set the qemu binary"
1029 msgstr ""
1030
1031 #: fish/cmds.c:3021
1032 msgid "enable or disable the recovery process"
1033 msgstr ""
1034
1035 #: fish/cmds.c:3022
1036 msgid "set SELinux enabled or disabled at appliance boot"
1037 msgstr ""
1038
1039 #: fish/cmds.c:3023
1040 msgid "enable or disable command traces"
1041 msgstr ""
1042
1043 #: fish/cmds.c:3024
1044 msgid "set verbose mode"
1045 msgstr ""
1046
1047 #: fish/cmds.c:3025
1048 msgid "set SELinux security context"
1049 msgstr ""
1050
1051 #: fish/cmds.c:3027 fish/cmds.c:3028
1052 msgid "create partitions on a block device"
1053 msgstr ""
1054
1055 #: fish/cmds.c:3029
1056 msgid "modify a single partition on a block device"
1057 msgstr ""
1058
1059 #: fish/cmds.c:3030
1060 msgid "display the disk geometry from the partition table"
1061 msgstr ""
1062
1063 #: fish/cmds.c:3031
1064 msgid "display the kernel geometry"
1065 msgstr ""
1066
1067 #: fish/cmds.c:3032
1068 msgid "display the partition table"
1069 msgstr ""
1070
1071 #: fish/cmds.c:3033
1072 msgid "run a command via the shell"
1073 msgstr ""
1074
1075 #: fish/cmds.c:3034
1076 msgid "run a command via the shell returning lines"
1077 msgstr ""
1078
1079 #: fish/cmds.c:3035
1080 msgid "sleep for some seconds"
1081 msgstr ""
1082
1083 #: fish/cmds.c:3036
1084 msgid "create a sparse disk image and add"
1085 msgstr ""
1086
1087 #: fish/cmds.c:3037
1088 msgid "get file information"
1089 msgstr ""
1090
1091 #: fish/cmds.c:3038
1092 msgid "get file system statistics"
1093 msgstr ""
1094
1095 #: fish/cmds.c:3039 fish/cmds.c:3040
1096 msgid "print the printable strings in a file"
1097 msgstr ""
1098
1099 #: fish/cmds.c:3041
1100 msgid "list supported groups of commands"
1101 msgstr ""
1102
1103 #: fish/cmds.c:3042
1104 msgid "disable swap on device"
1105 msgstr ""
1106
1107 #: fish/cmds.c:3043
1108 msgid "disable swap on file"
1109 msgstr ""
1110
1111 #: fish/cmds.c:3044
1112 msgid "disable swap on labeled swap partition"
1113 msgstr ""
1114
1115 #: fish/cmds.c:3045
1116 msgid "disable swap on swap partition by UUID"
1117 msgstr ""
1118
1119 #: fish/cmds.c:3046
1120 msgid "enable swap on device"
1121 msgstr ""
1122
1123 #: fish/cmds.c:3047
1124 msgid "enable swap on file"
1125 msgstr ""
1126
1127 #: fish/cmds.c:3048
1128 msgid "enable swap on labeled swap partition"
1129 msgstr ""
1130
1131 #: fish/cmds.c:3049
1132 msgid "enable swap on swap partition by UUID"
1133 msgstr ""
1134
1135 #: fish/cmds.c:3050
1136 msgid "sync disks, writes are flushed through to the disk image"
1137 msgstr ""
1138
1139 #: fish/cmds.c:3051
1140 msgid "return last 10 lines of a file"
1141 msgstr ""
1142
1143 #: fish/cmds.c:3052
1144 msgid "return last N lines of a file"
1145 msgstr ""
1146
1147 #: fish/cmds.c:3053
1148 msgid "unpack tarfile to directory"
1149 msgstr ""
1150
1151 #: fish/cmds.c:3054
1152 msgid "pack directory into tarfile"
1153 msgstr ""
1154
1155 #: fish/cmds.c:3055 fish/cmds.c:3062
1156 msgid "unpack compressed tarball to directory"
1157 msgstr ""
1158
1159 #: fish/cmds.c:3056 fish/cmds.c:3063
1160 msgid "pack directory into compressed tarball"
1161 msgstr ""
1162
1163 #: fish/cmds.c:3057
1164 msgid "print elapsed time taken to run a command"
1165 msgstr ""
1166
1167 #: fish/cmds.c:3058
1168 msgid "update file timestamps or create a new file"
1169 msgstr ""
1170
1171 #: fish/cmds.c:3059
1172 msgid "truncate a file to zero size"
1173 msgstr ""
1174
1175 #: fish/cmds.c:3060
1176 msgid "truncate a file to a particular size"
1177 msgstr ""
1178
1179 #: fish/cmds.c:3061
1180 msgid "get ext2/ext3/ext4 superblock details"
1181 msgstr ""
1182
1183 #: fish/cmds.c:3064
1184 msgid "set file mode creation mask (umask)"
1185 msgstr ""
1186
1187 #: fish/cmds.c:3065
1188 msgid "unmount a filesystem"
1189 msgstr ""
1190
1191 #: fish/cmds.c:3066
1192 msgid "unmount all filesystems"
1193 msgstr ""
1194
1195 #: fish/cmds.c:3067
1196 msgid "upload a file from the local machine"
1197 msgstr ""
1198
1199 #: fish/cmds.c:3068
1200 msgid "upload a file from the local machine with offset"
1201 msgstr ""
1202
1203 #: fish/cmds.c:3069
1204 msgid "set timestamp of a file with nanosecond precision"
1205 msgstr ""
1206
1207 #: fish/cmds.c:3070
1208 msgid "get the library version number"
1209 msgstr ""
1210
1211 #: fish/cmds.c:3071
1212 msgid "get the filesystem label"
1213 msgstr ""
1214
1215 #: fish/cmds.c:3072
1216 msgid "get the Linux VFS type corresponding to a mounted device"
1217 msgstr ""
1218
1219 #: fish/cmds.c:3073
1220 msgid "get the filesystem UUID"
1221 msgstr ""
1222
1223 #: fish/cmds.c:3074
1224 msgid "activate or deactivate some volume groups"
1225 msgstr ""
1226
1227 #: fish/cmds.c:3075
1228 msgid "activate or deactivate all volume groups"
1229 msgstr ""
1230
1231 #: fish/cmds.c:3076
1232 msgid "create an LVM volume group"
1233 msgstr ""
1234
1235 #: fish/cmds.c:3077
1236 msgid "get the LV UUIDs of all LVs in the volume group"
1237 msgstr ""
1238
1239 #: fish/cmds.c:3078
1240 msgid "get the PV UUIDs containing the volume group"
1241 msgstr ""
1242
1243 #: fish/cmds.c:3079
1244 msgid "remove an LVM volume group"
1245 msgstr ""
1246
1247 #: fish/cmds.c:3080
1248 msgid "rename an LVM volume group"
1249 msgstr ""
1250
1251 #: fish/cmds.c:3081 fish/cmds.c:3082
1252 msgid "list the LVM volume groups (VGs)"
1253 msgstr ""
1254
1255 #: fish/cmds.c:3083
1256 msgid "rescan for LVM physical volumes, volume groups and logical volumes"
1257 msgstr ""
1258
1259 #: fish/cmds.c:3084
1260 msgid "get the UUID of a volume group"
1261 msgstr ""
1262
1263 #: fish/cmds.c:3085
1264 msgid "count characters in a file"
1265 msgstr ""
1266
1267 #: fish/cmds.c:3086
1268 msgid "count lines in a file"
1269 msgstr ""
1270
1271 #: fish/cmds.c:3087
1272 msgid "count words in a file"
1273 msgstr ""
1274
1275 #: fish/cmds.c:3088
1276 msgid "create a new file"
1277 msgstr ""
1278
1279 #: fish/cmds.c:3089
1280 msgid "create a file"
1281 msgstr ""
1282
1283 #: fish/cmds.c:3092
1284 msgid "write zeroes to the device"
1285 msgstr ""
1286
1287 #: fish/cmds.c:3093
1288 msgid "write zeroes to an entire device"
1289 msgstr ""
1290
1291 #: fish/cmds.c:3094
1292 msgid "zero unused inodes and disk blocks on ext2/3 filesystem"
1293 msgstr ""
1294
1295 #: fish/cmds.c:3097
1296 msgid "determine file type inside a compressed file"
1297 msgstr ""
1298
1299 #: fish/cmds.c:3100
1300 msgid "Use -h <cmd> / help <cmd> to show detailed help for a command."
1301 msgstr ""
1302
1303 #: fish/cmds.c:3391 fish/cmds.c:3405 fish/cmds.c:3421 fish/cmds.c:3438
1304 #: fish/cmds.c:3455 fish/cmds.c:3473 fish/cmds.c:3492 fish/cmds.c:3508
1305 #: fish/cmds.c:3526 fish/cmds.c:3542 fish/cmds.c:3560 fish/cmds.c:3576
1306 #: fish/cmds.c:3593 fish/cmds.c:3608 fish/cmds.c:3626 fish/cmds.c:3641
1307 #: fish/cmds.c:3657 fish/cmds.c:3673 fish/cmds.c:3689 fish/cmds.c:3705
1308 #: fish/cmds.c:3721 fish/cmds.c:3739 fish/cmds.c:3772 fish/cmds.c:3788
1309 #: fish/cmds.c:3804 fish/cmds.c:3823 fish/cmds.c:3838 fish/cmds.c:3856
1310 #: fish/cmds.c:3871 fish/cmds.c:3889 fish/cmds.c:3904 fish/cmds.c:3922
1311 #: fish/cmds.c:3937 fish/cmds.c:3956 fish/cmds.c:3975 fish/cmds.c:3993
1312 #: fish/cmds.c:4013 fish/cmds.c:4032 fish/cmds.c:4052 fish/cmds.c:4072
1313 #: fish/cmds.c:4092 fish/cmds.c:4111 fish/cmds.c:4130 fish/cmds.c:4150
1314 #: fish/cmds.c:4170 fish/cmds.c:4190 fish/cmds.c:4205 fish/cmds.c:4221
1315 #: fish/cmds.c:4293 fish/cmds.c:4314 fish/cmds.c:4330 fish/cmds.c:4346
1316 #: fish/cmds.c:4365 fish/cmds.c:4387 fish/cmds.c:4409 fish/cmds.c:4429
1317 #: fish/cmds.c:4446 fish/cmds.c:4463 fish/cmds.c:4480 fish/cmds.c:4497
1318 #: fish/cmds.c:4514 fish/cmds.c:4531 fish/cmds.c:4548 fish/cmds.c:4567
1319 #: fish/cmds.c:4590 fish/cmds.c:4626 fish/cmds.c:4643 fish/cmds.c:4666
1320 #: fish/cmds.c:4688 fish/cmds.c:4709 fish/cmds.c:4729 fish/cmds.c:4748
1321 #: fish/cmds.c:4768 fish/cmds.c:4786 fish/cmds.c:4804 fish/cmds.c:4818
1322 #: fish/cmds.c:4834 fish/cmds.c:4854 fish/cmds.c:4873 fish/cmds.c:4892
1323 #: fish/cmds.c:4911 fish/cmds.c:4930 fish/cmds.c:4950 fish/cmds.c:4990
1324 #: fish/cmds.c:5047 fish/cmds.c:5068 fish/cmds.c:5089 fish/cmds.c:5110
1325 #: fish/cmds.c:5128 fish/cmds.c:5150 fish/cmds.c:5188 fish/cmds.c:5210
1326 #: fish/cmds.c:5289 fish/cmds.c:5328 fish/cmds.c:5343 fish/cmds.c:5360
1327 #: fish/cmds.c:5374 fish/cmds.c:5390 fish/cmds.c:5412 fish/cmds.c:5434
1328 #: fish/cmds.c:5456 fish/cmds.c:5478 fish/cmds.c:5500 fish/cmds.c:5522
1329 #: fish/cmds.c:5542 fish/cmds.c:5559 fish/cmds.c:5576 fish/cmds.c:5595
1330 #: fish/cmds.c:5614 fish/cmds.c:5634 fish/cmds.c:5670 fish/cmds.c:5689
1331 #: fish/cmds.c:5708 fish/cmds.c:5725 fish/cmds.c:5743 fish/cmds.c:5766
1332 #: fish/cmds.c:5789 fish/cmds.c:5813 fish/cmds.c:5836 fish/cmds.c:5857
1333 #: fish/cmds.c:5880 fish/cmds.c:5903 fish/cmds.c:5923 fish/cmds.c:5945
1334 #: fish/cmds.c:5966 fish/cmds.c:5989 fish/cmds.c:6006 fish/cmds.c:6023
1335 #: fish/cmds.c:6041 fish/cmds.c:6059 fish/cmds.c:6080 fish/cmds.c:6098
1336 #: fish/cmds.c:6119 fish/cmds.c:6139 fish/cmds.c:6157 fish/cmds.c:6178
1337 #: fish/cmds.c:6201 fish/cmds.c:6224 fish/cmds.c:6246 fish/cmds.c:6279
1338 #: fish/cmds.c:6296 fish/cmds.c:6313 fish/cmds.c:6337 fish/cmds.c:6360
1339 #: fish/cmds.c:6383 fish/cmds.c:6405 fish/cmds.c:6422 fish/cmds.c:6444
1340 #: fish/cmds.c:6538 fish/cmds.c:6558 fish/cmds.c:6578 fish/cmds.c:6598
1341 #: fish/cmds.c:6616 fish/cmds.c:6637 fish/cmds.c:6673 fish/cmds.c:6690
1342 #: fish/cmds.c:6712 fish/cmds.c:6729 fish/cmds.c:6765 fish/cmds.c:6785
1343 #: fish/cmds.c:6805 fish/cmds.c:6825 fish/cmds.c:6847 fish/cmds.c:6864
1344 #: fish/cmds.c:6883 fish/cmds.c:6902 fish/cmds.c:6924 fish/cmds.c:6945
1345 #: fish/cmds.c:6966 fish/cmds.c:6987 fish/cmds.c:7010 fish/cmds.c:7051
1346 #: fish/cmds.c:7074 fish/cmds.c:7113 fish/cmds.c:7130 fish/cmds.c:7149
1347 #: fish/cmds.c:7170 fish/cmds.c:7193 fish/cmds.c:7215 fish/cmds.c:7233
1348 #: fish/cmds.c:7252 fish/cmds.c:7273 fish/cmds.c:7350 fish/cmds.c:7391
1349 #: fish/cmds.c:7470 fish/cmds.c:7546 fish/cmds.c:7583 fish/cmds.c:7606
1350 #: fish/cmds.c:7627 fish/cmds.c:7650 fish/cmds.c:7672 fish/cmds.c:7697
1351 #: fish/cmds.c:7740 fish/cmds.c:7781 fish/cmds.c:7802 fish/cmds.c:7820
1352 #: fish/cmds.c:7839 fish/cmds.c:7856 fish/cmds.c:7874 fish/cmds.c:7901
1353 #: fish/cmds.c:7925 fish/cmds.c:7949 fish/cmds.c:7973 fish/cmds.c:7997
1354 #: fish/cmds.c:8021 fish/cmds.c:8045 fish/cmds.c:8069 fish/cmds.c:8093
1355 #: fish/cmds.c:8117 fish/cmds.c:8141 fish/cmds.c:8165 fish/cmds.c:8188
1356 #: fish/cmds.c:8211 fish/cmds.c:8232 fish/cmds.c:8253 fish/cmds.c:8274
1357 #: fish/cmds.c:8294 fish/cmds.c:8317 fish/cmds.c:8355 fish/cmds.c:8372
1358 #: fish/cmds.c:8389 fish/cmds.c:8408 fish/cmds.c:8427 fish/cmds.c:8444
1359 #: fish/cmds.c:8461 fish/cmds.c:8478 fish/cmds.c:8495 fish/cmds.c:8514
1360 #: fish/cmds.c:8550 fish/cmds.c:8590 fish/cmds.c:8623 fish/cmds.c:8640
1361 #: fish/cmds.c:8657 fish/cmds.c:8673 fish/cmds.c:8688 fish/cmds.c:8709
1362 #: fish/cmds.c:8747 fish/cmds.c:8785 fish/cmds.c:8824 fish/cmds.c:8864
1363 #: fish/cmds.c:8905 fish/cmds.c:8946 fish/cmds.c:8984 fish/cmds.c:9001
1364 #: fish/cmds.c:9024 fish/cmds.c:9046 fish/cmds.c:9068 fish/cmds.c:9088
1365 #: fish/cmds.c:9108 fish/cmds.c:9144 fish/cmds.c:9216 fish/cmds.c:9256
1366 #: fish/cmds.c:9314 fish/cmds.c:9340 fish/cmds.c:9366 fish/cmds.c:9394
1367 #: fish/cmds.c:9453 fish/cmds.c:9474 fish/cmds.c:9519 fish/cmds.c:9539
1368 #: fish/cmds.c:9578 fish/cmds.c:9615 fish/cmds.c:9635 fish/cmds.c:9657
1369 #: fish/cmds.c:9714 fish/cmds.c:9734 fish/cmds.c:9756 fish/cmds.c:9778
1370 #: fish/cmds.c:9797 fish/cmds.c:9817 fish/cmds.c:9844 fish/cmds.c:9864
1371 #: fish/cmds.c:9884 fish/cmds.c:9904 fish/cmds.c:9924 fish/cmds.c:9946
1372 #: fish/cmds.c:9981 fish/cmds.c:9999 fish/cmds.c:10022 fish/cmds.c:10044
1373 #: fish/cmds.c:10059 fish/cmds.c:10076 fish/cmds.c:10113 fish/cmds.c:10152
1374 #: fish/cmds.c:10192 fish/cmds.c:10248 fish/cmds.c:10270 fish/cmds.c:10306
1375 #: fish/cmds.c:10321 fish/cmds.c:10341 fish/cmds.c:10381 fish/cmds.c:10404
1376 #: fish/cmds.c:10428 fish/cmds.c:10453 fish/cmds.c:10494 fish/cmds.c:10519
1377 #: fish/cmds.c:10557 fish/cmds.c:10588 fish/cmds.c:10619 fish/cmds.c:10647
1378 #: fish/cmds.c:10667 fish/cmds.c:10699 fish/cmds.c:10719 fish/cmds.c:10739
1379 #: fish/cmds.c:10756 fish/cmds.c:10774 fish/cmds.c:10797 fish/cmds.c:10818
1380 #: fish/cmds.c:10837 fish/cmds.c:10879 fish/cmds.c:10922 fish/cmds.c:10966
1381 #: fish/cmds.c:11005 fish/cmds.c:11024 fish/cmds.c:11044 fish/cmds.c:11064
1382 #: fish/cmds.c:11085 fish/cmds.c:11106 fish/cmds.c:11127 fish/cmds.c:11148
1383 #: fish/cmds.c:11169 fish/cmds.c:11191 fish/cmds.c:11229 fish/cmds.c:11280
1384 #: fish/cmds.c:11318 fish/cmds.c:11374
1385 #, c-format
1386 msgid "%s should have %d parameter(s)\n"
1387 msgstr ""
1388
1389 #: fish/cmds.c:3392 fish/cmds.c:3406 fish/cmds.c:3422 fish/cmds.c:3439
1390 #: fish/cmds.c:3456 fish/cmds.c:3474 fish/cmds.c:3493 fish/cmds.c:3509
1391 #: fish/cmds.c:3527 fish/cmds.c:3543 fish/cmds.c:3561 fish/cmds.c:3577
1392 #: fish/cmds.c:3594 fish/cmds.c:3609 fish/cmds.c:3627 fish/cmds.c:3642
1393 #: fish/cmds.c:3658 fish/cmds.c:3674 fish/cmds.c:3690 fish/cmds.c:3706
1394 #: fish/cmds.c:3722 fish/cmds.c:3740 fish/cmds.c:3773 fish/cmds.c:3789
1395 #: fish/cmds.c:3805 fish/cmds.c:3824 fish/cmds.c:3839 fish/cmds.c:3857
1396 #: fish/cmds.c:3872 fish/cmds.c:3890 fish/cmds.c:3905 fish/cmds.c:3923
1397 #: fish/cmds.c:3938 fish/cmds.c:3957 fish/cmds.c:3976 fish/cmds.c:3994
1398 #: fish/cmds.c:4014 fish/cmds.c:4033 fish/cmds.c:4053 fish/cmds.c:4073
1399 #: fish/cmds.c:4093 fish/cmds.c:4112 fish/cmds.c:4131 fish/cmds.c:4151
1400 #: fish/cmds.c:4171 fish/cmds.c:4191 fish/cmds.c:4206 fish/cmds.c:4222
1401 #: fish/cmds.c:4243 fish/cmds.c:4294 fish/cmds.c:4315 fish/cmds.c:4331
1402 #: fish/cmds.c:4347 fish/cmds.c:4366 fish/cmds.c:4388 fish/cmds.c:4410
1403 #: fish/cmds.c:4430 fish/cmds.c:4447 fish/cmds.c:4464 fish/cmds.c:4481
1404 #: fish/cmds.c:4498 fish/cmds.c:4515 fish/cmds.c:4532 fish/cmds.c:4549
1405 #: fish/cmds.c:4568 fish/cmds.c:4591 fish/cmds.c:4627 fish/cmds.c:4644
1406 #: fish/cmds.c:4667 fish/cmds.c:4689 fish/cmds.c:4710 fish/cmds.c:4730
1407 #: fish/cmds.c:4749 fish/cmds.c:4769 fish/cmds.c:4787 fish/cmds.c:4805
1408 #: fish/cmds.c:4819 fish/cmds.c:4835 fish/cmds.c:4855 fish/cmds.c:4874
1409 #: fish/cmds.c:4893 fish/cmds.c:4912 fish/cmds.c:4931 fish/cmds.c:4951
1410 #: fish/cmds.c:4991 fish/cmds.c:5048 fish/cmds.c:5069 fish/cmds.c:5090
1411 #: fish/cmds.c:5111 fish/cmds.c:5129 fish/cmds.c:5151 fish/cmds.c:5189
1412 #: fish/cmds.c:5211 fish/cmds.c:5290 fish/cmds.c:5329 fish/cmds.c:5344
1413 #: fish/cmds.c:5361 fish/cmds.c:5375 fish/cmds.c:5391 fish/cmds.c:5413
1414 #: fish/cmds.c:5435 fish/cmds.c:5457 fish/cmds.c:5479 fish/cmds.c:5501
1415 #: fish/cmds.c:5523 fish/cmds.c:5543 fish/cmds.c:5560 fish/cmds.c:5577
1416 #: fish/cmds.c:5596 fish/cmds.c:5615 fish/cmds.c:5635 fish/cmds.c:5671
1417 #: fish/cmds.c:5690 fish/cmds.c:5709 fish/cmds.c:5726 fish/cmds.c:5744
1418 #: fish/cmds.c:5767 fish/cmds.c:5790 fish/cmds.c:5814 fish/cmds.c:5837
1419 #: fish/cmds.c:5858 fish/cmds.c:5881 fish/cmds.c:5904 fish/cmds.c:5924
1420 #: fish/cmds.c:5946 fish/cmds.c:5967 fish/cmds.c:5990 fish/cmds.c:6007
1421 #: fish/cmds.c:6024 fish/cmds.c:6042 fish/cmds.c:6060 fish/cmds.c:6081
1422 #: fish/cmds.c:6099 fish/cmds.c:6120 fish/cmds.c:6140 fish/cmds.c:6158
1423 #: fish/cmds.c:6179 fish/cmds.c:6202 fish/cmds.c:6225 fish/cmds.c:6247
1424 #: fish/cmds.c:6280 fish/cmds.c:6297 fish/cmds.c:6314 fish/cmds.c:6338
1425 #: fish/cmds.c:6361 fish/cmds.c:6384 fish/cmds.c:6406 fish/cmds.c:6423
1426 #: fish/cmds.c:6445 fish/cmds.c:6539 fish/cmds.c:6559 fish/cmds.c:6579
1427 #: fish/cmds.c:6599 fish/cmds.c:6617 fish/cmds.c:6638 fish/cmds.c:6674
1428 #: fish/cmds.c:6691 fish/cmds.c:6713 fish/cmds.c:6730 fish/cmds.c:6766
1429 #: fish/cmds.c:6786 fish/cmds.c:6806 fish/cmds.c:6826 fish/cmds.c:6848
1430 #: fish/cmds.c:6865 fish/cmds.c:6884 fish/cmds.c:6903 fish/cmds.c:6925
1431 #: fish/cmds.c:6946 fish/cmds.c:6967 fish/cmds.c:6988 fish/cmds.c:7011
1432 #: fish/cmds.c:7052 fish/cmds.c:7075 fish/cmds.c:7114 fish/cmds.c:7131
1433 #: fish/cmds.c:7150 fish/cmds.c:7171 fish/cmds.c:7194 fish/cmds.c:7216
1434 #: fish/cmds.c:7234 fish/cmds.c:7253 fish/cmds.c:7274 fish/cmds.c:7351
1435 #: fish/cmds.c:7392 fish/cmds.c:7471 fish/cmds.c:7547 fish/cmds.c:7584
1436 #: fish/cmds.c:7607 fish/cmds.c:7628 fish/cmds.c:7651 fish/cmds.c:7673
1437 #: fish/cmds.c:7698 fish/cmds.c:7741 fish/cmds.c:7782 fish/cmds.c:7803
1438 #: fish/cmds.c:7821 fish/cmds.c:7840 fish/cmds.c:7857 fish/cmds.c:7875
1439 #: fish/cmds.c:7902 fish/cmds.c:7926 fish/cmds.c:7950 fish/cmds.c:7974
1440 #: fish/cmds.c:7998 fish/cmds.c:8022 fish/cmds.c:8046 fish/cmds.c:8070
1441 #: fish/cmds.c:8094 fish/cmds.c:8118 fish/cmds.c:8142 fish/cmds.c:8166
1442 #: fish/cmds.c:8189 fish/cmds.c:8212 fish/cmds.c:8233 fish/cmds.c:8254
1443 #: fish/cmds.c:8275 fish/cmds.c:8295 fish/cmds.c:8318 fish/cmds.c:8356
1444 #: fish/cmds.c:8373 fish/cmds.c:8390 fish/cmds.c:8409 fish/cmds.c:8428
1445 #: fish/cmds.c:8445 fish/cmds.c:8462 fish/cmds.c:8479 fish/cmds.c:8496
1446 #: fish/cmds.c:8515 fish/cmds.c:8551 fish/cmds.c:8591 fish/cmds.c:8624
1447 #: fish/cmds.c:8641 fish/cmds.c:8658 fish/cmds.c:8674 fish/cmds.c:8689
1448 #: fish/cmds.c:8710 fish/cmds.c:8748 fish/cmds.c:8786 fish/cmds.c:8825
1449 #: fish/cmds.c:8865 fish/cmds.c:8906 fish/cmds.c:8947 fish/cmds.c:8985
1450 #: fish/cmds.c:9002 fish/cmds.c:9025 fish/cmds.c:9047 fish/cmds.c:9069
1451 #: fish/cmds.c:9089 fish/cmds.c:9109 fish/cmds.c:9145 fish/cmds.c:9217
1452 #: fish/cmds.c:9257 fish/cmds.c:9315 fish/cmds.c:9341 fish/cmds.c:9367
1453 #: fish/cmds.c:9395 fish/cmds.c:9454 fish/cmds.c:9475 fish/cmds.c:9520
1454 #: fish/cmds.c:9540 fish/cmds.c:9579 fish/cmds.c:9616 fish/cmds.c:9636
1455 #: fish/cmds.c:9658 fish/cmds.c:9715 fish/cmds.c:9735 fish/cmds.c:9757
1456 #: fish/cmds.c:9779 fish/cmds.c:9798 fish/cmds.c:9818 fish/cmds.c:9845
1457 #: fish/cmds.c:9865 fish/cmds.c:9885 fish/cmds.c:9905 fish/cmds.c:9925
1458 #: fish/cmds.c:9947 fish/cmds.c:9982 fish/cmds.c:10000 fish/cmds.c:10023
1459 #: fish/cmds.c:10045 fish/cmds.c:10060 fish/cmds.c:10077 fish/cmds.c:10114
1460 #: fish/cmds.c:10153 fish/cmds.c:10193 fish/cmds.c:10249 fish/cmds.c:10271
1461 #: fish/cmds.c:10307 fish/cmds.c:10322 fish/cmds.c:10342 fish/cmds.c:10382
1462 #: fish/cmds.c:10405 fish/cmds.c:10429 fish/cmds.c:10454 fish/cmds.c:10495
1463 #: fish/cmds.c:10520 fish/cmds.c:10558 fish/cmds.c:10589 fish/cmds.c:10620
1464 #: fish/cmds.c:10648 fish/cmds.c:10668 fish/cmds.c:10700 fish/cmds.c:10720
1465 #: fish/cmds.c:10740 fish/cmds.c:10757 fish/cmds.c:10775 fish/cmds.c:10798
1466 #: fish/cmds.c:10819 fish/cmds.c:10838 fish/cmds.c:10880 fish/cmds.c:10923
1467 #: fish/cmds.c:10967 fish/cmds.c:11006 fish/cmds.c:11025 fish/cmds.c:11045
1468 #: fish/cmds.c:11065 fish/cmds.c:11086 fish/cmds.c:11107 fish/cmds.c:11128
1469 #: fish/cmds.c:11149 fish/cmds.c:11170 fish/cmds.c:11192 fish/cmds.c:11230
1470 #: fish/cmds.c:11281 fish/cmds.c:11319 fish/cmds.c:11375
1471 #, c-format
1472 msgid "type 'help %s' for help on %s\n"
1473 msgstr ""
1474
1475 #: fish/cmds.c:3750 fish/cmds.c:4603 fish/cmds.c:4961 fish/cmds.c:5001
1476 #: fish/cmds.c:5020 fish/cmds.c:5163 fish/cmds.c:5222 fish/cmds.c:5241
1477 #: fish/cmds.c:5260 fish/cmds.c:5303 fish/cmds.c:5646 fish/cmds.c:6257
1478 #: fish/cmds.c:6456 fish/cmds.c:6475 fish/cmds.c:6494 fish/cmds.c:6513
1479 #: fish/cmds.c:6649 fish/cmds.c:6740 fish/cmds.c:7021 fish/cmds.c:7085
1480 #: fish/cmds.c:7284 fish/cmds.c:7303 fish/cmds.c:7322 fish/cmds.c:7361
1481 #: fish/cmds.c:7402 fish/cmds.c:7421 fish/cmds.c:7440 fish/cmds.c:7481
1482 #: fish/cmds.c:7500 fish/cmds.c:7519 fish/cmds.c:7557 fish/cmds.c:7710
1483 #: fish/cmds.c:7753 fish/cmds.c:8330 fish/cmds.c:8525 fish/cmds.c:8563
1484 #: fish/cmds.c:8601 fish/cmds.c:8721 fish/cmds.c:8758 fish/cmds.c:8796
1485 #: fish/cmds.c:8835 fish/cmds.c:8876 fish/cmds.c:8917 fish/cmds.c:8958
1486 #: fish/cmds.c:9121 fish/cmds.c:9157 fish/cmds.c:9170 fish/cmds.c:9183
1487 #: fish/cmds.c:9196 fish/cmds.c:9229 fish/cmds.c:9267 fish/cmds.c:9286
1488 #: fish/cmds.c:9407 fish/cmds.c:9426 fish/cmds.c:9487 fish/cmds.c:9500
1489 #: fish/cmds.c:9551 fish/cmds.c:9590 fish/cmds.c:9668 fish/cmds.c:9687
1490 #: fish/cmds.c:9961 fish/cmds.c:10088 fish/cmds.c:10125 fish/cmds.c:10164
1491 #: fish/cmds.c:10204 fish/cmds.c:10223 fish/cmds.c:10282 fish/cmds.c:10355
1492 #: fish/cmds.c:10465 fish/cmds.c:10535 fish/cmds.c:10569 fish/cmds.c:10600
1493 #: fish/cmds.c:10631 fish/cmds.c:10680 fish/cmds.c:10851 fish/cmds.c:10893
1494 #: fish/cmds.c:10938 fish/cmds.c:10980 fish/cmds.c:11206 fish/cmds.c:11244
1495 #: fish/cmds.c:11257 fish/cmds.c:11295 fish/cmds.c:11330 fish/cmds.c:11349
1496 #, c-format
1497 msgid "%s: %s: invalid integer parameter (%s returned %d)\n"
1498 msgstr ""
1499
1500 #: fish/cmds.c:3756 fish/cmds.c:4609 fish/cmds.c:4967 fish/cmds.c:5007
1501 #: fish/cmds.c:5026 fish/cmds.c:5169 fish/cmds.c:5228 fish/cmds.c:5247
1502 #: fish/cmds.c:5266 fish/cmds.c:5309 fish/cmds.c:5652 fish/cmds.c:6263
1503 #: fish/cmds.c:6462 fish/cmds.c:6481 fish/cmds.c:6500 fish/cmds.c:6519
1504 #: fish/cmds.c:6655 fish/cmds.c:6746 fish/cmds.c:7027 fish/cmds.c:7091
1505 #: fish/cmds.c:7290 fish/cmds.c:7309 fish/cmds.c:7328 fish/cmds.c:7367
1506 #: fish/cmds.c:7408 fish/cmds.c:7427 fish/cmds.c:7446 fish/cmds.c:7487
1507 #: fish/cmds.c:7506 fish/cmds.c:7525 fish/cmds.c:7563 fish/cmds.c:7716
1508 #: fish/cmds.c:7759 fish/cmds.c:8336 fish/cmds.c:8531 fish/cmds.c:8569
1509 #: fish/cmds.c:8607 fish/cmds.c:8727 fish/cmds.c:8764 fish/cmds.c:8802
1510 #: fish/cmds.c:8841 fish/cmds.c:8882 fish/cmds.c:8923 fish/cmds.c:8964
1511 #: fish/cmds.c:9235 fish/cmds.c:9273 fish/cmds.c:9292 fish/cmds.c:9413
1512 #: fish/cmds.c:9557 fish/cmds.c:9596 fish/cmds.c:9674 fish/cmds.c:9693
1513 #: fish/cmds.c:10094 fish/cmds.c:10131 fish/cmds.c:10170 fish/cmds.c:10210
1514 #: fish/cmds.c:10229 fish/cmds.c:10288 fish/cmds.c:10361 fish/cmds.c:10471
1515 #: fish/cmds.c:10857 fish/cmds.c:10899 fish/cmds.c:10944 fish/cmds.c:10986
1516 #: fish/cmds.c:11336
1517 #, c-format
1518 msgid "%s: %s: integer out of range\n"
1519 msgstr ""
1520
1521 #: fish/cmds.c:4242
1522 #, c-format
1523 msgid "%s should have %d-%d parameter(s)\n"
1524 msgstr ""
1525
1526 #: fish/cmds.c:4268
1527 #, c-format
1528 msgid "%s: unknown optional argument \"%s\"\n"
1529 msgstr ""
1530
1531 #: fish/cmds.c:4274
1532 #, c-format
1533 msgid "%s: optional argument \"%s\" given twice\n"
1534 msgstr ""
1535
1536 #: fish/cmds.c:11395
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:86 fuse/guestmount.c:839
1575 #, c-format
1576 msgid "Try `%s --help' for more information.\n"
1577 msgstr ""
1578
1579 #: fish/fish.c:90
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:201 fuse/guestmount.c:945
1624 #, c-format
1625 msgid "guestfs_create: failed to create handle\n"
1626 msgstr ""
1627
1628 #: fish/fish.c:238
1629 #, c-format
1630 msgid "%s: --listen=PID: PID was not a number: %s\n"
1631 msgstr ""
1632
1633 #: fish/fish.c:245
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:267 fuse/guestmount.c:990
1640 #, c-format
1641 msgid "%s: unknown long option: %s (%d)\n"
1642 msgstr ""
1643
1644 #: fish/fish.c:291
1645 #, c-format
1646 msgid "%s: only one -f parameter can be given\n"
1647 msgstr ""
1648
1649 #: fish/fish.c:441
1650 #, c-format
1651 msgid "%s: cannot use --listen and --remote options at the same time\n"
1652 msgstr ""
1653
1654 #: fish/fish.c:449
1655 #, c-format
1656 msgid "%s: extra parameters on the command line with --listen flag\n"
1657 msgstr ""
1658
1659 #: fish/fish.c:455
1660 #, c-format
1661 msgid "%s: cannot use --listen and --file options at the same time\n"
1662 msgstr ""
1663
1664 #: fish/fish.c:512
1665 #, c-format
1666 msgid "guestfish: could not access termcap or terminfo database.\n"
1667 msgstr ""
1668
1669 #: fish/fish.c:516
1670 #, c-format
1671 msgid "guestfish: terminal type \"%s\" not defined.\n"
1672 msgstr ""
1673
1674 #: fish/fish.c:625
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 a list of 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:712
1688 #, c-format
1689 msgid "%s: unterminated double quote\n"
1690 msgstr ""
1691
1692 #: fish/fish.c:718 fish/fish.c:735
1693 #, c-format
1694 msgid "%s: command arguments not separated by whitespace\n"
1695 msgstr ""
1696
1697 #: fish/fish.c:729
1698 #, c-format
1699 msgid "%s: unterminated single quote\n"
1700 msgstr ""
1701
1702 #: fish/fish.c:784
1703 #, c-format
1704 msgid "%s: internal error parsing string at '%s'\n"
1705 msgstr ""
1706
1707 #: fish/fish.c:801
1708 #, c-format
1709 msgid "%s: too many arguments\n"
1710 msgstr ""
1711
1712 #: fish/fish.c:830
1713 #, c-format
1714 msgid "%s: empty command on command line\n"
1715 msgstr ""
1716
1717 #: fish/fish.c:971
1718 msgid "display a list of commands or help on a command"
1719 msgstr ""
1720
1721 #: fish/fish.c:973
1722 msgid "quit guestfish"
1723 msgstr ""
1724
1725 #: fish/fish.c:984
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:992
1734 #, c-format
1735 msgid ""
1736 "quit - quit guestfish\n"
1737 "     quit\n"
1738 msgstr ""
1739
1740 #: fish/fish.c:997
1741 #, c-format
1742 msgid "%s: command not known, use -h to list all commands\n"
1743 msgstr ""
1744
1745 #: fish/fish.c:1013
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:1170
1754 #, c-format
1755 msgid "Runaway quote in string \"%s\"\n"
1756 msgstr ""
1757
1758 #: fish/fish.c:1506
1759 #, c-format
1760 msgid "Enter key or passphrase (\"%s\"): "
1761 msgstr ""
1762
1763 #: fish/glob.c:53
1764 #, c-format
1765 msgid "use 'glob command [args...]'\n"
1766 msgstr ""
1767
1768 #: fish/glob.c:73
1769 #, c-format
1770 msgid "glob: guestfs_glob_expand call failed: %s\n"
1771 msgstr ""
1772
1773 #: fish/hexedit.c:41
1774 #, c-format
1775 msgid "hexedit (device|filename) [max | start max]\n"
1776 msgstr ""
1777
1778 #: fish/hexedit.c:52
1779 #, c-format
1780 msgid "hexedit: %s is a zero length file or device\n"
1781 msgstr ""
1782
1783 #: fish/hexedit.c:63
1784 #, c-format
1785 msgid ""
1786 "hexedit: %s is larger than %s. You must supply a limit using\n"
1787 "  'hexedit %s <max>' (eg. 'hexedit %s 1M') or a range using\n"
1788 "  'hexedit %s <start> <max>'.\n"
1789 msgstr ""
1790
1791 #: fish/hexedit.c:92
1792 #, c-format
1793 msgid "hexedit: invalid range\n"
1794 msgstr ""
1795
1796 #: fish/inspect.c:79
1797 #, c-format
1798 msgid "%s: no operating system was found on this disk\n"
1799 msgstr ""
1800
1801 #: fish/inspect.c:85
1802 #, c-format
1803 msgid "%s: multi-boot operating systems are not supported by the -i option\n"
1804 msgstr ""
1805
1806 #: fish/inspect.c:125
1807 #, c-format
1808 msgid "Operating system: %s\n"
1809 msgstr ""
1810
1811 #: fish/inspect.c:138
1812 #, c-format
1813 msgid "%s mounted on %s\n"
1814 msgstr ""
1815
1816 #: fish/lcd.c:34
1817 #, c-format
1818 msgid "use 'lcd directory' to change local directory\n"
1819 msgstr ""
1820
1821 #: fish/man.c:34
1822 #, c-format
1823 msgid "use 'man' without parameters to open the manual\n"
1824 msgstr ""
1825
1826 #: fish/man.c:53
1827 #, c-format
1828 msgid "the external 'man' program failed\n"
1829 msgstr ""
1830
1831 #: fish/more.c:39
1832 #, c-format
1833 msgid "use '%s filename' to page a file\n"
1834 msgstr ""
1835
1836 #: fish/options.c:36
1837 #, c-format
1838 msgid "%s: too many drives added on the command line\n"
1839 msgstr ""
1840
1841 #: fish/options.c:118
1842 #, c-format
1843 msgid "%s: '%s' could not be mounted.  Did you mean one of these?\n"
1844 msgstr ""
1845
1846 #: fish/prep.c:37
1847 #, c-format
1848 msgid ""
1849 "List of available prepared disk images:\n"
1850 "\n"
1851 msgstr ""
1852
1853 #: fish/prep.c:40
1854 #, c-format
1855 msgid ""
1856 "guestfish -N %-8s - %s\n"
1857 "\n"
1858 "%s\n"
1859 msgstr ""
1860
1861 #: fish/prep.c:48
1862 #, c-format
1863 msgid "  Optional parameters:\n"
1864 msgstr ""
1865
1866 #: fish/prep.c:55
1867 #, c-format
1868 msgid "<%s> %s (default: %s)\n"
1869 msgstr ""
1870
1871 #: fish/prep.c:65
1872 #, c-format
1873 msgid ""
1874 "Prepared disk images are written to file \"test1.img\" in the local\n"
1875 "directory.  (\"test2.img\" etc if -N option is given multiple times).\n"
1876 "For more information see the guestfish(1) manual.\n"
1877 msgstr ""
1878
1879 #: fish/prep.c:96
1880 #, c-format
1881 msgid ""
1882 "guestfish: -N parameter '%s': no such prepared disk image known.\n"
1883 "Use 'guestfish -N help' to list possible values for the -N parameter.\n"
1884 msgstr ""
1885
1886 #: fish/prep.c:158
1887 #, c-format
1888 msgid "guestfish: error creating prepared disk image '%s' on '%s': "
1889 msgstr ""
1890
1891 #: fish/prep_boot.c:34 fish/prep_boot.c:89 fish/prep_disk.c:34
1892 #: fish/prep_fs.c:34 fish/prep_lv.c:69 fish/prep_lv.c:122 fish/prep_part.c:34
1893 msgid "failed to allocate disk"
1894 msgstr ""
1895
1896 #: fish/prep_boot.c:42 fish/prep_boot.c:97
1897 msgid "could not parse boot size"
1898 msgstr ""
1899
1900 #: fish/prep_boot.c:46 fish/prep_boot.c:101
1901 #, c-format
1902 msgid "failed to get sector size of disk: %s"
1903 msgstr ""
1904
1905 #: fish/prep_boot.c:50 fish/prep_boot.c:105 fish/prep_fs.c:41
1906 #: fish/prep_lv.c:76 fish/prep_lv.c:129 fish/prep_part.c:41
1907 #, c-format
1908 msgid "failed to partition disk: %s"
1909 msgstr ""
1910
1911 #: fish/prep_boot.c:55 fish/prep_boot.c:110
1912 #, c-format
1913 msgid "failed to add boot partition: %s"
1914 msgstr ""
1915
1916 #: fish/prep_boot.c:59 fish/prep_boot.c:114
1917 #, c-format
1918 msgid "failed to add root partition: %s"
1919 msgstr ""
1920
1921 #: fish/prep_boot.c:68 fish/prep_boot.c:128
1922 #, c-format
1923 msgid "failed to create boot filesystem: %s"
1924 msgstr ""
1925
1926 #: fish/prep_boot.c:77 fish/prep_boot.c:157
1927 #, c-format
1928 msgid "failed to create root filesystem: %s"
1929 msgstr ""
1930
1931 #: fish/prep_boot.c:86 fish/prep_boot.c:120 fish/prep_lv.c:66
1932 #: fish/prep_lv.c:82 fish/prep_lv.c:119 fish/prep_lv.c:135
1933 msgid "incorrect format for LV name, use '/dev/VG/LV'"
1934 msgstr ""
1935
1936 #: fish/prep_boot.c:137 fish/prep_lv.c:91 fish/prep_lv.c:144
1937 #, c-format
1938 msgid "failed to create PV: %s: %s"
1939 msgstr ""
1940
1941 #: fish/prep_boot.c:142 fish/prep_lv.c:96 fish/prep_lv.c:149
1942 #, c-format
1943 msgid "failed to create VG: %s: %s"
1944 msgstr ""
1945
1946 #: fish/prep_boot.c:149 fish/prep_lv.c:103 fish/prep_lv.c:156
1947 #, c-format
1948 msgid "failed to create LV: /dev/%s/%s: %s"
1949 msgstr ""
1950
1951 #: fish/prep_boot.c:153 fish/prep_lv.c:107 fish/prep_lv.c:160
1952 #, c-format
1953 msgid "failed to resize LV to full size: %s: %s"
1954 msgstr ""
1955
1956 #: fish/prep_fs.c:51 fish/prep_lv.c:165
1957 #, c-format
1958 msgid "failed to create filesystem (%s): %s"
1959 msgstr ""
1960
1961 #: fish/rc.c:250
1962 #, c-format
1963 msgid "guestfish: protocol error: could not read 'hello' message\n"
1964 msgstr ""
1965
1966 #: fish/rc.c:255
1967 #, c-format
1968 msgid ""
1969 "guestfish: protocol error: version mismatch, server version '%s' does not "
1970 "match client version '%s'.  The two versions must match exactly.\n"
1971 msgstr ""
1972
1973 #: fish/rc.c:330 fish/rc.c:344
1974 #, c-format
1975 msgid "guestfish: remote: looks like the server is not running\n"
1976 msgstr ""
1977
1978 #: fish/rc.c:356 fish/rc.c:370
1979 #, c-format
1980 msgid "guestfish: protocol error: could not send initial greeting to server\n"
1981 msgstr ""
1982
1983 #: fish/rc.c:381
1984 #, c-format
1985 msgid "guestfish: protocol error: could not decode reply from server\n"
1986 msgstr ""
1987
1988 #: fish/reopen.c:36
1989 #, c-format
1990 msgid "'reopen' command takes no parameters\n"
1991 msgstr ""
1992
1993 #: fish/reopen.c:46
1994 #, c-format
1995 msgid "reopen: guestfs_create: failed to create handle\n"
1996 msgstr ""
1997
1998 #: fish/supported.c:66
1999 msgid "yes"
2000 msgstr ""
2001
2002 #: fish/supported.c:68
2003 msgid "no"
2004 msgstr ""
2005
2006 #: fish/time.c:35
2007 #, c-format
2008 msgid "use 'time command [args...]'\n"
2009 msgstr ""
2010
2011 #: fish/virt.c:72
2012 #, c-format
2013 msgid "%s: could not connect to libvirt (code %d, domain %d): %s\n"
2014 msgstr ""
2015
2016 #: fish/virt.c:80
2017 #, c-format
2018 msgid "%s: no libvirt domain called '%s': %s\n"
2019 msgstr ""
2020
2021 #: fish/virt.c:88
2022 #, c-format
2023 msgid "%s: error getting domain info about '%s': %s\n"
2024 msgstr ""
2025
2026 #: fish/virt.c:93
2027 #, c-format
2028 msgid ""
2029 "%s: error: '%s' is a live virtual machine.\n"
2030 "You must use '--ro' because write access to a running virtual machine can\n"
2031 "cause disk corruption.\n"
2032 msgstr ""
2033
2034 #: fish/virt.c:104
2035 #, c-format
2036 msgid "%s: error reading libvirt XML information about '%s': %s\n"
2037 msgstr ""
2038
2039 #: fish/virt.c:114
2040 #, c-format
2041 msgid "%s: unable to parse XML information returned by libvirt\n"
2042 msgstr ""
2043
2044 #: fish/virt.c:121
2045 #, c-format
2046 msgid "%s: unable to create new XPath context\n"
2047 msgstr ""
2048
2049 #: fish/virt.c:129
2050 #, c-format
2051 msgid "%s: unable to evaluate XPath expression\n"
2052 msgstr ""
2053
2054 #: fish/virt.c:204
2055 #, c-format
2056 msgid "%s: libvirt domain '%s' has no disks\n"
2057 msgstr ""
2058
2059 #: fuse/guestmount.c:843
2060 #, c-format
2061 msgid ""
2062 "%s: FUSE module for libguestfs\n"
2063 "%s lets you mount a virtual machine filesystem\n"
2064 "Copyright (C) 2009-2010 Red Hat Inc.\n"
2065 "Usage:\n"
2066 "  %s [--options] [-- [--FUSE-options]] mountpoint\n"
2067 "Options:\n"
2068 "  -a|--add image       Add image\n"
2069 "  -c|--connect uri     Specify libvirt URI for -d option\n"
2070 "  --dir-cache-timeout  Set readdir cache timeout (default 5 sec)\n"
2071 "  -d|--domain guest    Add disks from libvirt guest\n"
2072 "  --format[=raw|..]    Force disk format for -a option\n"
2073 "  --fuse-help          Display extra FUSE options\n"
2074 "  -i|--inspector       Automatically mount filesystems\n"
2075 "  --help               Display help message and exit\n"
2076 "  -m|--mount dev[:mnt] Mount dev on mnt (if omitted, /)\n"
2077 "  -n|--no-sync         Don't autosync\n"
2078 "  -o|--option opt      Pass extra option to FUSE\n"
2079 "  -r|--ro              Mount read-only\n"
2080 "  --selinux            Enable SELinux support\n"
2081 "  -v|--verbose         Verbose messages\n"
2082 "  -V|--version         Display version and exit\n"
2083 "  -x|--trace           Trace guestfs API calls\n"
2084 msgstr ""
2085
2086 #: fuse/guestmount.c:1054
2087 #, c-format
2088 msgid "%s: must have at least one -a/-d and at least one -m/-i option\n"
2089 msgstr ""
2090
2091 #: fuse/guestmount.c:1062
2092 #, c-format
2093 msgid "%s: you must specify a mountpoint in the host filesystem\n"
2094 msgstr ""
2095
2096 #: inspector/virt-inspector.pl:134
2097 msgid "virt-inspector: no image or VM names given"
2098 msgstr ""
2099
2100 #: inspector/virt-inspector.pl:145 tools/virt-cat.pl:161
2101 #: tools/virt-edit.pl:185 tools/virt-ls.pl:194 tools/virt-tar.pl:238
2102 #: tools/virt-win-reg.pl:292
2103 #, perl-brace-format
2104 msgid ""
2105 "{prog}: No operating system could be detected inside this disk image.\n"
2106 "\n"
2107 "This may be because the file is not a disk image, or is not a virtual "
2108 "machine\n"
2109 "image, or because the OS type is not understood by libguestfs.\n"
2110 "\n"
2111 "If you feel this is an error, please file a bug report including as much\n"
2112 "information about the disk image as possible.\n"
2113 msgstr ""
2114
2115 #: perl/lib/Sys/Guestfs/Lib.pm:158
2116 msgid "open_guest: first parameter must be a string or an arrayref"
2117 msgstr ""
2118
2119 #: perl/lib/Sys/Guestfs/Lib.pm:164
2120 msgid "open_guest: first argument contains undefined element"
2121 msgstr ""
2122
2123 #: perl/lib/Sys/Guestfs/Lib.pm:172
2124 #, perl-brace-format
2125 msgid "guest image {imagename} does not exist or is not readable"
2126 msgstr ""
2127
2128 #: perl/lib/Sys/Guestfs/Lib.pm:179
2129 msgid ""
2130 "open_guest: no libvirt support (install Sys::Virt, XML::XPath and XML::"
2131 "XPath::XMLParser)"
2132 msgstr ""
2133
2134 #: perl/lib/Sys/Guestfs/Lib.pm:184
2135 msgid "open_guest: too many domains listed on command line"
2136 msgstr ""
2137
2138 #: perl/lib/Sys/Guestfs/Lib.pm:191
2139 msgid "open_guest: cannot connect to libvirt"
2140 msgstr ""
2141
2142 #: perl/lib/Sys/Guestfs/Lib.pm:210
2143 #, perl-brace-format
2144 msgid "{imagename} is not the name of an inactive libvirt domain\n"
2145 msgstr ""
2146
2147 #: perl/lib/Sys/Guestfs/Lib.pm:213
2148 #, perl-brace-format
2149 msgid "{imagename} is not the name of a libvirt domain\n"
2150 msgstr ""
2151
2152 #: perl/lib/Sys/Guestfs/Lib.pm:242
2153 #, perl-brace-format
2154 msgid "{imagename} seems to have no disk devices\n"
2155 msgstr ""
2156
2157 #: perl/lib/Sys/Guestfs/Lib.pm:827
2158 msgid ""
2159 "No operating system could be detected inside this disk image.\n"
2160 "\n"
2161 "This may be because the file is not a disk image, or is not a virtual "
2162 "machine\n"
2163 "image, or because the OS type is not understood by virt-inspector.\n"
2164 "\n"
2165 "If you feel this is an error, please file a bug report including as much\n"
2166 "information about the disk image as possible.\n"
2167 msgstr ""
2168
2169 #: perl/lib/Sys/Guestfs/Lib.pm:900
2170 #, perl-brace-format
2171 msgid "unknown filesystem label {label}\n"
2172 msgstr ""
2173
2174 #: perl/lib/Sys/Guestfs/Lib.pm:910
2175 #, perl-brace-format
2176 msgid "unknown filesystem UUID {uuid}\n"
2177 msgstr ""
2178
2179 #: perl/lib/Sys/Guestfs/Lib.pm:933
2180 #, perl-brace-format
2181 msgid "unknown filesystem {fs}\n"
2182 msgstr ""
2183
2184 #: perl/lib/Sys/Guestfs/Lib.pm:1011
2185 #, perl-brace-format
2186 msgid "Error running rpm -qa: {error}"
2187 msgstr ""
2188
2189 #: perl/lib/Sys/Guestfs/Lib.pm:1037
2190 #, perl-brace-format
2191 msgid "Error running dpkg-query: {error}"
2192 msgstr ""
2193
2194 #: perl/lib/Sys/Guestfs/Lib.pm:1102
2195 msgid "Can't find grub on guest"
2196 msgstr ""
2197
2198 #: perl/lib/Sys/Guestfs/Lib.pm:1157
2199 #, perl-brace-format
2200 msgid "Grub entry {title} has no kernel"
2201 msgstr ""
2202
2203 #: perl/lib/Sys/Guestfs/Lib.pm:1188
2204 #, perl-brace-format
2205 msgid "grub refers to {path}, which doesn't exist\n"
2206 msgstr ""
2207
2208 #: perl/lib/Sys/Guestfs/Lib.pm:1211
2209 #, perl-brace-format
2210 msgid "Grub entry {title} does not specify an initrd"
2211 msgstr ""
2212
2213 #: perl/lib/Sys/Guestfs/Lib.pm:1280
2214 #, perl-brace-format
2215 msgid "Didn't find modules directory {modules} for kernel {path}"
2216 msgstr ""
2217
2218 #: perl/lib/Sys/Guestfs/Lib.pm:1288
2219 #, perl-brace-format
2220 msgid "Couldn't guess kernel version number from path for kernel {path}"
2221 msgstr ""
2222
2223 #: perl/lib/Sys/Guestfs/Lib.pm:1342
2224 #, perl-brace-format
2225 msgid "{path} doesn't match augeas pattern"
2226 msgstr ""
2227
2228 #: perl/lib/Sys/Guestfs/Lib.pm:1381
2229 #, perl-brace-format
2230 msgid "{filename}: could not read initrd format"
2231 msgstr ""
2232
2233 #: src/appliance.c:138
2234 #, c-format
2235 msgid ""
2236 "cannot find any suitable libguestfs supermin or ordinary appliance on "
2237 "LIBGUESTFS_PATH (search path: %s)"
2238 msgstr ""
2239
2240 #: src/appliance.c:353
2241 #, c-format
2242 msgid "failed to create temporary cache directory: %m"
2243 msgstr ""
2244
2245 #: src/appliance.c:441
2246 #, c-format
2247 msgid "error renaming temporary cache directory: %m"
2248 msgstr ""
2249
2250 #: src/appliance.c:517
2251 msgid "external command failed, see earlier error messages"
2252 msgstr ""
2253
2254 #: src/guestfs.c:178
2255 #, c-format
2256 msgid "guestfs_close: called twice on the same handle\n"
2257 msgstr ""
2258
2259 #: src/guestfs.c:290
2260 #, c-format
2261 msgid "libguestfs: error: %s\n"
2262 msgstr ""
2263
2264 #: src/guestfs.c:775
2265 #, c-format
2266 msgid "<truncated, original size %zu bytes>"
2267 msgstr ""
2268
2269 #: src/inspect.c:1077
2270 #, c-format
2271 msgid "cannot resolve Windows %%SYSTEMROOT%%"
2272 msgstr ""
2273
2274 #: src/inspect.c:1293
2275 msgid "no inspection data: call guestfs_inspect_os first"
2276 msgstr ""
2277
2278 #: src/inspect.c:1305
2279 #, c-format
2280 msgid ""
2281 "%s: root device not found: only call this function with a root device "
2282 "previously returned by guestfs_inspect_os"
2283 msgstr ""
2284
2285 #: src/inspect.c:1400
2286 msgid "not a Windows guest, or systemroot could not be determined"
2287 msgstr ""
2288
2289 #: src/launch.c:94
2290 msgid "command line cannot be altered after qemu subprocess launched"
2291 msgstr ""
2292
2293 #: src/launch.c:108
2294 msgid "guestfs_config: parameter must begin with '-' character"
2295 msgstr ""
2296
2297 #: src/launch.c:122
2298 #, c-format
2299 msgid "guestfs_config: parameter '%s' isn't allowed"
2300 msgstr ""
2301
2302 #: src/launch.c:188 src/launch.c:292
2303 msgid "filename cannot contain ',' (comma) character"
2304 msgstr ""
2305
2306 #: src/launch.c:200 src/launch.c:205
2307 #, c-format
2308 msgid "%s parameter is empty or contains disallowed characters"
2309 msgstr ""
2310
2311 #: src/launch.c:317
2312 msgid "you must call guestfs_add_drive before guestfs_launch"
2313 msgstr ""
2314
2315 #: src/launch.c:322
2316 msgid "the libguestfs handle has already been launched"
2317 msgstr ""
2318
2319 #: src/launch.c:334
2320 #, c-format
2321 msgid "%s: cannot create temporary directory"
2322 msgstr ""
2323
2324 #: src/launch.c:682
2325 msgid "guestfs_launch failed, see earlier error messages"
2326 msgstr ""
2327
2328 #: src/launch.c:695
2329 msgid "qemu launched and contacted daemon, but state != READY"
2330 msgstr ""
2331
2332 #: src/launch.c:836
2333 #, c-format
2334 msgid ""
2335 "%s: command failed: If qemu is located on a non-standard path, try setting "
2336 "the LIBGUESTFS_QEMU environment variable."
2337 msgstr ""
2338
2339 #: src/launch.c:928
2340 msgid "qemu has not been launched yet"
2341 msgstr ""
2342
2343 #: src/launch.c:939
2344 msgid "no subprocess to kill"
2345 msgstr ""
2346
2347 #: src/proto.c:143
2348 #, c-format
2349 msgid "guestfs_set_busy: called when in state %d != READY"
2350 msgstr ""
2351
2352 #: src/proto.c:166
2353 #, c-format
2354 msgid "guestfs_end_busy: called when in state %d"
2355 msgstr ""
2356
2357 #: src/proto.c:281
2358 #, c-format
2359 msgid ""
2360 "check_for_daemon_cancellation_or_eof: read 0x%x from daemon, expected 0x%x\n"
2361 msgstr ""
2362
2363 #: src/proto.c:453 src/proto.c:514
2364 msgid "unexpected end of file when reading from daemon"
2365 msgstr ""
2366
2367 #: src/proto.c:474
2368 #, c-format
2369 msgid "received magic signature from guestfsd, but in state %d"
2370 msgstr ""
2371
2372 #: src/proto.c:491
2373 #, c-format
2374 msgid "message length (%u) > maximum possible size (%d)"
2375 msgstr ""
2376
2377 #: src/proto.c:641
2378 #, c-format
2379 msgid "guestfs___send: state %d != BUSY"
2380 msgstr ""
2381
2382 #: src/proto.c:663
2383 msgid "xdr_guestfs_message_header failed"
2384 msgstr ""
2385
2386 #: src/proto.c:672
2387 msgid "dispatch failed to marshal args"
2388 msgstr ""
2389
2390 #: src/proto.c:802
2391 #, c-format
2392 msgid "send_file_chunk: state %d != READY"
2393 msgstr ""
2394
2395 #: src/proto.c:818
2396 #, c-format
2397 msgid "xdr_guestfs_chunk failed (buf = %p, buflen = %zu)"
2398 msgstr ""
2399
2400 #: src/proto.c:941
2401 #, c-format
2402 msgid "%s: error in chunked encoding"
2403 msgstr ""
2404
2405 #: src/proto.c:969
2406 msgid "write to daemon socket"
2407 msgstr ""
2408
2409 #: src/proto.c:992
2410 msgid "receive_file_data: parse error in reply callback"
2411 msgstr ""
2412
2413 #: src/proto.c:997
2414 msgid "receive_file_data: unexpected flag received when reading file chunks"
2415 msgstr ""
2416
2417 #: src/proto.c:1005
2418 msgid "failed to parse file chunk"
2419 msgstr ""
2420
2421 #: src/proto.c:1014
2422 msgid "file receive cancelled by daemon"
2423 msgstr ""
2424
2425 #: test-tool/test-tool.c:82
2426 #, c-format
2427 msgid ""
2428 "libguestfs-test-tool: interactive test tool\n"
2429 "Copyright (C) 2009 Red Hat Inc.\n"
2430 "Usage:\n"
2431 "  libguestfs-test-tool [--options]\n"
2432 "Options:\n"
2433 "  --help         Display usage\n"
2434 "  --helper libguestfs-test-tool-helper\n"
2435 "                 Helper program (default: %s)\n"
2436 "  --qemudir dir  Specify QEMU source directory\n"
2437 "  --qemu qemu    Specify QEMU binary\n"
2438 "  --timeout n\n"
2439 "  -t n           Set launch timeout (default: %d seconds)\n"
2440 msgstr ""
2441
2442 #: test-tool/test-tool.c:138
2443 #, c-format
2444 msgid "libguestfs-test-tool: unknown long option: %s (%d)\n"
2445 msgstr ""
2446
2447 #: test-tool/test-tool.c:147
2448 #, c-format
2449 msgid "libguestfs-test-tool: invalid timeout: %s\n"
2450 msgstr ""
2451
2452 #: test-tool/test-tool.c:159
2453 #, c-format
2454 msgid "libguestfs-test-tool: unexpected command line option 0x%x\n"
2455 msgstr ""
2456
2457 #: test-tool/test-tool.c:182
2458 #, c-format
2459 msgid "libguestfs-test-tool: failed to create libguestfs handle\n"
2460 msgstr ""
2461
2462 #: test-tool/test-tool.c:189 test-tool/test-tool.c:198
2463 #, c-format
2464 msgid "libguestfs-test-tool: failed to add drive '%s'\n"
2465 msgstr ""
2466
2467 #: test-tool/test-tool.c:206
2468 #, c-format
2469 msgid "libguestfs-test-tool: guestfs_version failed\n"
2470 msgstr ""
2471
2472 #: test-tool/test-tool.c:228
2473 #, c-format
2474 msgid "libguestfs-test-tool: failed to launch appliance\n"
2475 msgstr ""
2476
2477 #: test-tool/test-tool.c:240
2478 #, c-format
2479 msgid "libguestfs-test-tool: failed to run sfdisk\n"
2480 msgstr ""
2481
2482 #: test-tool/test-tool.c:246
2483 #, c-format
2484 msgid "libguestfs-test-tool: failed to mkfs.ext2\n"
2485 msgstr ""
2486
2487 #: test-tool/test-tool.c:252
2488 #, c-format
2489 msgid "libguestfs-test-tool: failed to mount /dev/sda1 on /\n"
2490 msgstr ""
2491
2492 #: test-tool/test-tool.c:258
2493 #, c-format
2494 msgid "libguestfs-test-tool: failed to mkdir /iso\n"
2495 msgstr ""
2496
2497 #: test-tool/test-tool.c:264
2498 #, c-format
2499 msgid "libguestfs-test-tool: failed to mount /dev/sdb on /iso\n"
2500 msgstr ""
2501
2502 #: test-tool/test-tool.c:272
2503 #, c-format
2504 msgid "libguestfs-test-tool: could not run helper program, or helper failed\n"
2505 msgstr ""
2506
2507 #: test-tool/test-tool.c:303
2508 #, c-format
2509 msgid ""
2510 "LIBGUESTFS_QEMU environment variable is already set, so\n"
2511 "--qemu/--qemudir options cannot be used.\n"
2512 msgstr ""
2513
2514 #: test-tool/test-tool.c:311
2515 #, c-format
2516 msgid "Binary '%s' does not exist or is not executable\n"
2517 msgstr ""
2518
2519 #: test-tool/test-tool.c:325
2520 #, c-format
2521 msgid "%s: does not look like a qemu source directory\n"
2522 msgstr ""
2523
2524 #: test-tool/test-tool.c:374
2525 #, c-format
2526 msgid ""
2527 "Test tool helper program 'libguestfs-test-tool-helper' is not\n"
2528 "available.  Expected to find it in '%s'\n"
2529 "\n"
2530 "Use the --helper option to specify the location of this program.\n"
2531 msgstr ""
2532
2533 #: test-tool/test-tool.c:390
2534 #, c-format
2535 msgid "command failed: %s"
2536 msgstr ""
2537
2538 #: test-tool/test-tool.c:398
2539 #, c-format
2540 msgid ""
2541 "Test tool helper program %s\n"
2542 "is not statically linked.  This is a build error when this test tool\n"
2543 "was built.\n"
2544 msgstr ""
2545
2546 #: test-tool/test-tool.c:432
2547 #, c-format
2548 msgid "mkisofs command failed: %s\n"
2549 msgstr ""
2550
2551 #: tools/virt-cat.pl:145
2552 msgid "virt-cat: no image, VM names or filenames to cat given"
2553 msgstr ""
2554
2555 #: tools/virt-cat.pl:165 tools/virt-edit.pl:189 tools/virt-ls.pl:198
2556 #: tools/virt-tar.pl:242 tools/virt-win-reg.pl:296
2557 #, perl-brace-format
2558 msgid "{prog}: multiboot operating systems are not supported.\n"
2559 msgstr ""
2560
2561 #: tools/virt-df.pl:213
2562 msgid "virt-df: cannot use -h and --csv options together\n"
2563 msgstr ""
2564
2565 #: tools/virt-df.pl:277
2566 #, perl-brace-format
2567 msgid "{name} is not the name of a libvirt domain\n"
2568 msgstr ""
2569
2570 #: tools/virt-df.pl:345
2571 #, perl-brace-format
2572 msgid "virt-df: ignoring {name}, it has too many disks ({c} > {max})"
2573 msgstr ""
2574
2575 #: tools/virt-df.pl:521
2576 msgid "Virtual Machine"
2577 msgstr ""
2578
2579 #: tools/virt-df.pl:521
2580 msgid "Filesystem"
2581 msgstr ""
2582
2583 #: tools/virt-df.pl:524
2584 msgid "1K-blocks"
2585 msgstr ""
2586
2587 #: tools/virt-df.pl:526
2588 msgid "Size"
2589 msgstr ""
2590
2591 #: tools/virt-df.pl:528
2592 msgid "Used"
2593 msgstr ""
2594
2595 #: tools/virt-df.pl:529
2596 msgid "Available"
2597 msgstr ""
2598
2599 #: tools/virt-df.pl:530
2600 msgid "Use%"
2601 msgstr ""
2602
2603 #: tools/virt-df.pl:532
2604 msgid "Inodes"
2605 msgstr ""
2606
2607 #: tools/virt-df.pl:533
2608 msgid "IUsed"
2609 msgstr ""
2610
2611 #: tools/virt-df.pl:534
2612 msgid "IFree"
2613 msgstr ""
2614
2615 #: tools/virt-df.pl:535
2616 msgid "IUse%"
2617 msgstr ""
2618
2619 #: tools/virt-edit.pl:169
2620 msgid "virt-edit: no image, VM names or filenames to edit given"
2621 msgstr ""
2622
2623 #: tools/virt-edit.pl:221
2624 msgid "File not changed.\n"
2625 msgstr ""
2626
2627 #: tools/virt-list-filesystems.pl:139
2628 msgid "virt-list-filesystems: no image or VM name given"
2629 msgstr ""
2630
2631 #: tools/virt-list-partitions.pl:149
2632 msgid "virt-list-partitions: no image or VM name given"
2633 msgstr ""
2634
2635 #: tools/virt-ls.pl:153 tools/virt-ls.pl:159
2636 msgid "virt-ls: cannot combine -l and -R options\n"
2637 msgstr ""
2638
2639 #: tools/virt-ls.pl:178
2640 msgid "virt-ls: no image, VM names or directory to list given"
2641 msgstr ""
2642
2643 #: tools/virt-make-fs.pl:291
2644 msgid "virt-make-fs input output\n"
2645 msgstr ""
2646
2647 #: tools/virt-make-fs.pl:321
2648 msgid "unexpected output from 'du' command"
2649 msgstr ""
2650
2651 #: tools/virt-make-fs.pl:333 tools/virt-make-fs.pl:347
2652 #: tools/virt-make-fs.pl:453
2653 #, perl-brace-format
2654 msgid "{f}: unknown input format: {fmt}\n"
2655 msgstr ""
2656
2657 #: tools/virt-make-fs.pl:391
2658 #, perl-brace-format
2659 msgid "virt-make-fs: cannot parse size parameter: {sz}\n"
2660 msgstr ""
2661
2662 #: tools/virt-make-fs.pl:401
2663 msgid ""
2664 "qemu-img create: failed to create disk image, see earlier error messages\n"
2665 msgstr ""
2666
2667 #: tools/virt-make-fs.pl:412
2668 msgid "virt-make-fs: NTFS support was disabled when libguestfs was compiled\n"
2669 msgstr ""
2670
2671 #: tools/virt-make-fs.pl:437
2672 msgid "tar: failed, see earlier messages\n"
2673 msgstr ""
2674
2675 #: tools/virt-make-fs.pl:459
2676 msgid "uncompress command failed, see earlier messages\n"
2677 msgstr ""
2678
2679 #: tools/virt-make-fs.pl:494
2680 msgid ""
2681 "virt-make-fs: error copying contents into filesystem\n"
2682 "An error here usually means that the program did not estimate the\n"
2683 "filesystem size correctly.  Please read the BUGS section of the manpage.\n"
2684 msgstr ""
2685
2686 #: tools/virt-rescue.pl:222
2687 msgid "virt-rescue: no image or VM names rescue given"
2688 msgstr ""
2689
2690 #: tools/virt-resize.pl:33
2691 msgid "virt-resize: sorry this program does not work on a 32 bit host\n"
2692 msgstr ""
2693
2694 #: tools/virt-resize.pl:584
2695 #, perl-brace-format
2696 msgid "virt-resize: {file}: does not exist or is not readable\n"
2697 msgstr ""
2698
2699 #: tools/virt-resize.pl:586
2700 #, perl-brace-format
2701 msgid ""
2702 "virt-resize: {file}: does not exist or is not writable\n"
2703 "You have to create the destination disk before running this program.\n"
2704 "Please read the virt-resize(1) manpage for more information.\n"
2705 msgstr ""
2706
2707 #: tools/virt-resize.pl:665 tools/virt-resize.pl:668
2708 #, perl-brace-format
2709 msgid ""
2710 "virt-resize: {file}: file is too small to be a disk image ({sz} bytes)\n"
2711 msgstr ""
2712
2713 #: tools/virt-resize.pl:684 tools/virt-resize.pl:696
2714 msgid "virt-resize: short read"
2715 msgstr ""
2716
2717 #: tools/virt-resize.pl:830
2718 #, perl-brace-format
2719 msgid "virt-resize: no logical volume called {n}\n"
2720 msgstr ""
2721
2722 #: tools/virt-resize.pl:850
2723 #, perl-brace-format
2724 msgid ""
2725 "{p}: partition not found in the source disk image, when using the '{opt}' "
2726 "command line option\n"
2727 msgstr ""
2728
2729 #: tools/virt-resize.pl:856
2730 #, perl-brace-format
2731 msgid ""
2732 "{p}: partition ignored, you cannot use it in another command line argument\n"
2733 msgstr ""
2734
2735 #: tools/virt-resize.pl:860
2736 #, perl-brace-format
2737 msgid ""
2738 "{p}: partition deleted, you cannot use it in another command line argument\n"
2739 msgstr ""
2740
2741 #: tools/virt-resize.pl:902
2742 #, perl-brace-format
2743 msgid "{p}: this partition has already been marked for resizing\n"
2744 msgstr ""
2745
2746 #: tools/virt-resize.pl:910
2747 #, perl-brace-format
2748 msgid "{p}: missing size field in {o} option\n"
2749 msgstr ""
2750
2751 #: tools/virt-resize.pl:927
2752 #, perl-brace-format
2753 msgid "{p}: {f}: cannot parse size field\n"
2754 msgstr ""
2755
2756 #: tools/virt-resize.pl:932
2757 #, perl-brace-format
2758 msgid "{p}: new size is zero or negative\n"
2759 msgstr ""
2760
2761 #: tools/virt-resize.pl:955
2762 #, perl-brace-format
2763 msgid ""
2764 "{p}: cannot make this partition smaller because it contains a\n"
2765 "filesystem, physical volume or other content that is larger than the new "
2766 "size.\n"
2767 "You have to resize the content first, see virt-resize(1).\n"
2768 msgstr ""
2769
2770 #: tools/virt-resize.pl:971
2771 msgid "virt-resize: you cannot use options --expand and --shrink together\n"
2772 msgstr ""
2773
2774 #: tools/virt-resize.pl:1020
2775 #, perl-brace-format
2776 msgid ""
2777 "virt-resize: error: cannot use --expand when there is no surplus space to\n"
2778 "expand into.  You need to make the target disk larger by at least {h}.\n"
2779 msgstr ""
2780
2781 #: tools/virt-resize.pl:1035
2782 msgid ""
2783 "virt-resize: error: cannot use --shrink because there is no deficit\n"
2784 "(see 'deficit' in the virt-resize(1) man page)\n"
2785 msgstr ""
2786
2787 #: tools/virt-resize.pl:1050
2788 msgid "Summary of changes:\n"
2789 msgstr ""
2790
2791 #: tools/virt-resize.pl:1054
2792 #, perl-brace-format
2793 msgid "{p}: partition will be ignored\n"
2794 msgstr ""
2795
2796 #: tools/virt-resize.pl:1056
2797 #, perl-brace-format
2798 msgid "{p}: partition will be deleted\n"
2799 msgstr ""
2800
2801 #: tools/virt-resize.pl:1058
2802 #, perl-brace-format
2803 msgid "{p}: partition will be resized from {oldsize} to {newsize}\n"
2804 msgstr ""
2805
2806 #: tools/virt-resize.pl:1063
2807 #, perl-brace-format
2808 msgid "{p}: content will be expanded using the '{meth}' method\n"
2809 msgstr ""
2810
2811 #: tools/virt-resize.pl:1068
2812 #, perl-brace-format
2813 msgid "{p}: partition will be left alone\n"
2814 msgstr ""
2815
2816 #: tools/virt-resize.pl:1073
2817 #, perl-brace-format
2818 msgid "{n}: LV will be expanded to maximum size\n"
2819 msgstr ""
2820
2821 #: tools/virt-resize.pl:1079
2822 #, perl-brace-format
2823 msgid "{n}: content will be expanded using the '{meth}' method\n"
2824 msgstr ""
2825
2826 #: tools/virt-resize.pl:1086
2827 #, perl-brace-format
2828 msgid "There is a surplus of {spl} bytes ({h}).\n"
2829 msgstr ""
2830
2831 #: tools/virt-resize.pl:1091
2832 msgid "An extra partition will be created for the surplus.\n"
2833 msgstr ""
2834
2835 #: tools/virt-resize.pl:1093
2836 msgid ""
2837 "The surplus space is not large enough for an extra partition to be created\n"
2838 "and so it will just be ignored.\n"
2839 msgstr ""
2840
2841 #: tools/virt-resize.pl:1096
2842 msgid ""
2843 "The surplus space will be ignored.  Run a partitioning program in the guest\n"
2844 "to partition this extra space if you want.\n"
2845 msgstr ""
2846
2847 #: tools/virt-resize.pl:1099
2848 #, perl-brace-format
2849 msgid ""
2850 "virt-resize: error: there is a deficit of {def} bytes ({h}).\n"
2851 "You need to make the target disk larger by at least this amount,\n"
2852 "or adjust your resizing requests.\n"
2853 msgstr ""
2854
2855 #: tools/virt-resize.pl:1116
2856 msgid "virt-resize: source disk does not have a first partition\n"
2857 msgstr ""
2858
2859 #: tools/virt-resize.pl:1211
2860 #, perl-brace-format
2861 msgid "Copying {p} ...\n"
2862 msgstr ""
2863
2864 #: tools/virt-resize.pl:1274 tools/virt-resize.pl:1332
2865 #, perl-brace-format
2866 msgid "Expanding {p} using the '{meth}' method\n"
2867 msgstr ""
2868
2869 #: tools/virt-tar.pl:178 tools/virt-tar.pl:185
2870 msgid "virt-tar: extract/upload mode specified twice on the command line\n"
2871 msgstr ""
2872
2873 #: tools/virt-tar.pl:207
2874 msgid "virt-tar: no image, VM names, directory or filename given"
2875 msgstr ""
2876
2877 #: tools/virt-tar.pl:210
2878 msgid "virt-tar: either -x or -u must be specified on the command line\n"
2879 msgstr ""
2880
2881 #: tools/virt-tar.pl:221
2882 #, perl-brace-format
2883 msgid "virt-tar: {tarball}: file not found\n"
2884 msgstr ""
2885
2886 #: tools/virt-tar.pl:224
2887 #, perl-brace-format
2888 msgid "virt-tar: {dir}: directory name must start with '/' character\n"
2889 msgstr ""
2890
2891 #: tools/virt-win-reg.pl:276
2892 msgid "no libvirt domain name or disk image given\n"
2893 msgstr ""
2894
2895 #: tools/virt-win-reg.pl:315
2896 msgid ""
2897 "expecting 1 or 2 more parameters, subkey path and optionally the value to "
2898 "export\n"
2899 msgstr ""
2900
2901 #: tools/virt-win-reg.pl:426
2902 #, perl-brace-format
2903 msgid "virt-win-reg: {p}: not a supported Windows Registry path\n"
2904 msgstr ""
2905
2906 #: tools/virt-win-reg.pl:443 tools/virt-win-reg.pl:465
2907 #, perl-brace-format
2908 msgid "virt-win-reg: {p}: file not found in guest: {err}\n"
2909 msgstr ""
2910
2911 #: tools/virt-win-reg.pl:450
2912 #, perl-brace-format
2913 msgid "virt-win-reg: {p}: could not download registry file: {err}\n"
2914 msgstr ""
2915
2916 #: tools/virt-win-reg.pl:472
2917 #, perl-brace-format
2918 msgid "virt-win-reg: {p}: could not upload registry file: {err}\n"
2919 msgstr ""