d805ec1df80957c536dd5349c719e7c2126ee9f1
[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.13.9\n"
10 "Report-Msgid-Bugs-To: https://bugzilla.redhat.com/enter_bug.cgi?"
11 "component=libguestfs&product=Virtualization+Tools\n"
12 "POT-Creation-Date: 2011-08-26 22:52+0100\n"
13 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
14 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
15 "Language-Team: LANGUAGE <LL@li.org>\n"
16 "Language: \n"
17 "MIME-Version: 1.0\n"
18 "Content-Type: text/plain; charset=CHARSET\n"
19 "Content-Transfer-Encoding: 8bit\n"
20
21 #: cat/virt-cat.c:57 cat/virt-filesystems.c:99 cat/virt-ls.c:99 df/main.c:70
22 #: edit/virt-edit.c:73 fish/fish.c:101 fuse/guestmount.c:908
23 #: inspector/virt-inspector.c:72 rescue/virt-rescue.c:60
24 #, c-format
25 msgid "Try `%s --help' for more information.\n"
26 msgstr ""
27
28 #: cat/virt-cat.c:61
29 #, c-format
30 msgid ""
31 "%s: display files in a virtual machine\n"
32 "Copyright (C) 2010 Red Hat Inc.\n"
33 "Usage:\n"
34 "  %s [--options] -d domname file [file ...]\n"
35 "  %s [--options] -a disk.img [-a disk.img ...] file [file ...]\n"
36 "Options:\n"
37 "  -a|--add image       Add image\n"
38 "  -c|--connect uri     Specify libvirt URI for -d option\n"
39 "  -d|--domain guest    Add disks from libvirt guest\n"
40 "  --echo-keys          Don't turn off echo for passphrases\n"
41 "  --format[=raw|..]    Force disk format for -a option\n"
42 "  --help               Display brief help\n"
43 "  --keys-from-stdin    Read passphrases from stdin\n"
44 "  -v|--verbose         Verbose messages\n"
45 "  -V|--version         Display version and exit\n"
46 "  -x                   Trace libguestfs API calls\n"
47 "For more information, see the manpage %s(1).\n"
48 msgstr ""
49
50 #: cat/virt-cat.c:117 cat/virt-filesystems.c:202 cat/virt-ls.c:192
51 #: df/domains.c:428 df/main.c:136 edit/virt-edit.c:141 fish/fish.c:222
52 #: fuse/guestmount.c:1024 inspector/virt-inspector.c:132
53 #: rescue/virt-rescue.c:134
54 #, c-format
55 msgid "guestfs_create: failed to create handle\n"
56 msgstr ""
57
58 #: cat/virt-cat.c:139 cat/virt-filesystems.c:256 cat/virt-ls.c:242
59 #: df/main.c:160 edit/virt-edit.c:163 fish/fish.c:279 fuse/guestmount.c:1061
60 #: inspector/virt-inspector.c:154 rescue/virt-rescue.c:158
61 #, c-format
62 msgid "%s: unknown long option: %s (%d)\n"
63 msgstr ""
64
65 #: cat/virt-filesystems.c:103
66 #, c-format
67 msgid ""
68 "%s: list filesystems, partitions, block devices, LVM in a VM\n"
69 "Copyright (C) 2010 Red Hat Inc.\n"
70 "Usage:\n"
71 "  %s [--options] -d domname\n"
72 "  %s [--options] -a disk.img [-a disk.img ...]\n"
73 "Options:\n"
74 "  -a|--add image       Add image\n"
75 "  --all                Display everything\n"
76 "  --blkdevs|--block-devices\n"
77 "                       Display block devices\n"
78 "  -c|--connect uri     Specify libvirt URI for -d option\n"
79 "  --csv                Output as Comma-Separated Values\n"
80 "  -d|--domain guest    Add disks from libvirt guest\n"
81 "  --echo-keys          Don't turn off echo for passphrases\n"
82 "  --extra              Display swap and data filesystems\n"
83 "  --filesystems        Display mountable filesystems\n"
84 "  --format[=raw|..]    Force disk format for -a option\n"
85 "  -h|--human-readable  Human-readable sizes in --long output\n"
86 "  --help               Display brief help\n"
87 "  --keys-from-stdin    Read passphrases from stdin\n"
88 "  -l|--long            Long output\n"
89 "  --lvs|--logvols|--logical-volumes\n"
90 "                       Display LVM logical volumes\n"
91 "  --no-title           No title in --long output\n"
92 "  --parts|--partitions Display partitions\n"
93 "  --pvs|--physvols|--physical-volumes\n"
94 "                       Display LVM physical volumes\n"
95 "  --uuid|--uuids       Add UUIDs to --long output\n"
96 "  -v|--verbose         Verbose messages\n"
97 "  -V|--version         Display version and exit\n"
98 "  --vgs|--volgroups|--volume-groups\n"
99 "                       Display LVM volume groups\n"
100 "  -x                   Trace libguestfs API calls\n"
101 "For more information, see the manpage %s(1).\n"
102 msgstr ""
103
104 #: cat/virt-filesystems.c:318 cat/virt-ls.c:347 df/main.c:255
105 #, c-format
106 msgid "%s: you cannot use -h and --csv options together.\n"
107 msgstr ""
108
109 #: cat/virt-ls.c:103
110 #, c-format
111 msgid ""
112 "%s: list files in a virtual machine\n"
113 "Copyright (C) 2010-2011 Red Hat Inc.\n"
114 "Usage:\n"
115 "  %s [--options] -d domname dir [dir ...]\n"
116 "  %s [--options] -a disk.img [-a disk.img ...] dir [dir ...]\n"
117 "Options:\n"
118 "  -a|--add image       Add image\n"
119 "  --checksum[=...]     Display file checksums\n"
120 "  -c|--connect uri     Specify libvirt URI for -d option\n"
121 "  --csv                Comma-Separated Values output\n"
122 "  -d|--domain guest    Add disks from libvirt guest\n"
123 "  --echo-keys          Don't turn off echo for passphrases\n"
124 "  --extra-stats        Display extra stats\n"
125 "  --format[=raw|..]    Force disk format for -a option\n"
126 "  --help               Display brief help\n"
127 "  -h|--human-readable  Human-readable sizes in output\n"
128 "  --keys-from-stdin    Read passphrases from stdin\n"
129 "  -l|--long            Long listing\n"
130 "  -R|--recursive       Recursive listing\n"
131 "  --times              Display file times\n"
132 "  --time-days          Display file times as days before now\n"
133 "  --time-relative      Display file times as seconds before now\n"
134 "  --time-t             Display file times as time_t's\n"
135 "  --uids               Display UID, GID\n"
136 "  -v|--verbose         Verbose messages\n"
137 "  -V|--version         Display version and exit\n"
138 "  -x                   Trace libguestfs API calls\n"
139 "For more information, see the manpage %s(1).\n"
140 msgstr ""
141
142 #: cat/virt-ls.c:338
143 #, c-format
144 msgid ""
145 "%s: used a flag which can only be combined with -lR mode\n"
146 "For more information, read the virt-ls(1) man page.\n"
147 msgstr ""
148
149 #: cat/virt-ls.c:577
150 #, c-format
151 msgid "%s: error getting extended attrs for %s %s\n"
152 msgstr ""
153
154 #: cat/virt-ls.c:583
155 #, c-format
156 msgid "%s: error: cannot parse xattr count for %s %s\n"
157 msgstr ""
158
159 #: df/domains.c:115
160 #, c-format
161 msgid "%s: could not connect to libvirt (code %d, domain %d): %s"
162 msgstr ""
163
164 #: df/domains.c:124
165 #, c-format
166 msgid "%s: could not get number of running domains (code %d, domain %d): %s"
167 msgstr ""
168
169 #: df/domains.c:134
170 #, c-format
171 msgid "%s: could not list running domains (code %d, domain %d): %s"
172 msgstr ""
173
174 #: df/domains.c:145
175 #, c-format
176 msgid "%s: could not get number of inactive domains (code %d, domain %d): %s"
177 msgstr ""
178
179 #: df/domains.c:155
180 #, c-format
181 msgid "%s: could not list inactive domains (code %d, domain %d): %s"
182 msgstr ""
183
184 #: df/domains.c:281
185 #, c-format
186 msgid "%s: ignoring %s, it has too many disks (%zu > %d)"
187 msgstr ""
188
189 #: df/main.c:74
190 #, c-format
191 msgid ""
192 "%s: display free space on virtual filesystems\n"
193 "Copyright (C) 2010 Red Hat Inc.\n"
194 "Usage:\n"
195 "  %s [--options] -d domname\n"
196 "  %s [--options] -a disk.img [-a disk.img ...]\n"
197 "Options:\n"
198 "  -a|--add image       Add image\n"
199 "  -c|--connect uri     Specify libvirt URI for -d option\n"
200 "  --csv                Output as Comma-Separated Values\n"
201 "  -d|--domain guest    Add disks from libvirt guest\n"
202 "  --format[=raw|..]    Force disk format for -a option\n"
203 "  -h|--human-readable  Human-readable sizes in --long output\n"
204 "  --help               Display brief help\n"
205 "  -i|--inodes          Display inodes\n"
206 "  --one-per-guest      Separate appliance per guest\n"
207 "  --uuid               Add UUIDs to --long output\n"
208 "  -v|--verbose         Verbose messages\n"
209 "  -V|--version         Display version and exit\n"
210 "  -x                   Trace libguestfs API calls\n"
211 "For more information, see the manpage %s(1).\n"
212 msgstr ""
213
214 #: df/main.c:267
215 #, c-format
216 msgid "%s: compiled without support for libvirt.\n"
217 msgstr ""
218
219 #: df/output.c:50
220 msgid "VirtualMachine"
221 msgstr ""
222
223 #: df/output.c:51
224 msgid "Filesystem"
225 msgstr ""
226
227 #: df/output.c:54
228 msgid "1K-blocks"
229 msgstr ""
230
231 #: df/output.c:56
232 msgid "Size"
233 msgstr ""
234
235 #: df/output.c:57
236 msgid "Used"
237 msgstr ""
238
239 #: df/output.c:58
240 msgid "Available"
241 msgstr ""
242
243 #: df/output.c:59
244 msgid "Use%"
245 msgstr ""
246
247 #: df/output.c:61
248 msgid "Inodes"
249 msgstr ""
250
251 #: df/output.c:62
252 msgid "IUsed"
253 msgstr ""
254
255 #: df/output.c:63
256 msgid "IFree"
257 msgstr ""
258
259 #: df/output.c:64
260 msgid "IUse%"
261 msgstr ""
262
263 #: edit/virt-edit.c:77
264 #, c-format
265 msgid ""
266 "%s: Edit a file in a virtual machine\n"
267 "Copyright (C) 2009-2011 Red Hat Inc.\n"
268 "Usage:\n"
269 "  %s [--options] -d domname file [file ...]\n"
270 "  %s [--options] -a disk.img [-a disk.img ...] file [file ...]\n"
271 "Options:\n"
272 "  -a|--add image       Add image\n"
273 "  -b|--backup .ext     Backup original as original.ext\n"
274 "  -c|--connect uri     Specify libvirt URI for -d option\n"
275 "  -d|--domain guest    Add disks from libvirt guest\n"
276 "  --echo-keys          Don't turn off echo for passphrases\n"
277 "  -e|--expr expr       Non-interactive editing using Perl expr\n"
278 "  --format[=raw|..]    Force disk format for -a option\n"
279 "  --help               Display brief help\n"
280 "  --keys-from-stdin    Read passphrases from stdin\n"
281 "  -v|--verbose         Verbose messages\n"
282 "  -V|--version         Display version and exit\n"
283 "  -x                   Trace libguestfs API calls\n"
284 "For more information, see the manpage %s(1).\n"
285 msgstr ""
286
287 #: edit/virt-edit.c:175
288 #, c-format
289 msgid "%s: -b option given multiple times\n"
290 msgstr ""
291
292 #: edit/virt-edit.c:192
293 #, c-format
294 msgid "%s: -e option given multiple times\n"
295 msgstr ""
296
297 #: edit/virt-edit.c:585 fish/fish.c:1554
298 #, c-format
299 msgid "%s: to use Windows drive letters, this must be a Windows guest\n"
300 msgstr ""
301
302 #: edit/virt-edit.c:599
303 #, c-format
304 msgid "%s: drive '%c:' not found.\n"
305 msgstr ""
306
307 #: fish/alloc.c:37
308 #, c-format
309 msgid "use 'alloc file size' to create an image\n"
310 msgstr ""
311
312 #: fish/alloc.c:51
313 #, c-format
314 msgid "use 'sparse file size' to create a sparse image\n"
315 msgstr ""
316
317 #: fish/alloc.c:75
318 #, c-format
319 msgid "can't allocate or add disks after launching\n"
320 msgstr ""
321
322 #: fish/alloc.c:156
323 #, c-format
324 msgid "%s: invalid integer parameter (%s returned %d)\n"
325 msgstr ""
326
327 #: fish/cmds.c:2657
328 msgid "Command"
329 msgstr ""
330
331 #: fish/cmds.c:2657
332 msgid "Description"
333 msgstr ""
334
335 #: fish/cmds.c:2659
336 msgid "add a CD-ROM disk image to examine"
337 msgstr ""
338
339 #: fish/cmds.c:2660
340 msgid "add the disk(s) from a named libvirt domain"
341 msgstr ""
342
343 #: fish/cmds.c:2661 fish/cmds.c:2662
344 msgid "add an image to examine or modify"
345 msgstr ""
346
347 #: fish/cmds.c:2663
348 msgid "add a drive in snapshot mode (read-only)"
349 msgstr ""
350
351 #: fish/cmds.c:2664
352 msgid "add a drive read-only specifying the QEMU block emulation to use"
353 msgstr ""
354
355 #: fish/cmds.c:2665
356 msgid "add a drive specifying the QEMU block emulation to use"
357 msgstr ""
358
359 #: fish/cmds.c:2666
360 msgid "allocate and add a disk file"
361 msgstr ""
362
363 #: fish/cmds.c:2667
364 msgid "clear Augeas path"
365 msgstr ""
366
367 #: fish/cmds.c:2668
368 msgid "close the current Augeas handle"
369 msgstr ""
370
371 #: fish/cmds.c:2669
372 msgid "define an Augeas node"
373 msgstr ""
374
375 #: fish/cmds.c:2670
376 msgid "define an Augeas variable"
377 msgstr ""
378
379 #: fish/cmds.c:2671
380 msgid "look up the value of an Augeas path"
381 msgstr ""
382
383 #: fish/cmds.c:2672
384 msgid "create a new Augeas handle"
385 msgstr ""
386
387 #: fish/cmds.c:2673
388 msgid "insert a sibling Augeas node"
389 msgstr ""
390
391 #: fish/cmds.c:2674
392 msgid "load files into the tree"
393 msgstr ""
394
395 #: fish/cmds.c:2675
396 msgid "list Augeas nodes under augpath"
397 msgstr ""
398
399 #: fish/cmds.c:2676
400 msgid "return Augeas nodes which match augpath"
401 msgstr ""
402
403 #: fish/cmds.c:2677
404 msgid "move Augeas node"
405 msgstr ""
406
407 #: fish/cmds.c:2678
408 msgid "remove an Augeas path"
409 msgstr ""
410
411 #: fish/cmds.c:2679
412 msgid "write all pending Augeas changes to disk"
413 msgstr ""
414
415 #: fish/cmds.c:2680
416 msgid "set Augeas path to value"
417 msgstr ""
418
419 #: fish/cmds.c:2681
420 msgid "test availability of some parts of the API"
421 msgstr ""
422
423 #: fish/cmds.c:2682
424 msgid "return a list of all optional groups"
425 msgstr ""
426
427 #: fish/cmds.c:2683
428 msgid "upload base64-encoded data to file"
429 msgstr ""
430
431 #: fish/cmds.c:2684
432 msgid "download file and encode as base64"
433 msgstr ""
434
435 #: fish/cmds.c:2685
436 msgid "flush device buffers"
437 msgstr ""
438
439 #: fish/cmds.c:2686
440 msgid "get blocksize of block device"
441 msgstr ""
442
443 #: fish/cmds.c:2687
444 msgid "is block device set to read-only"
445 msgstr ""
446
447 #: fish/cmds.c:2688
448 msgid "get total size of device in bytes"
449 msgstr ""
450
451 #: fish/cmds.c:2689
452 msgid "get sectorsize of block device"
453 msgstr ""
454
455 #: fish/cmds.c:2690
456 msgid "get total size of device in 512-byte sectors"
457 msgstr ""
458
459 #: fish/cmds.c:2691
460 msgid "reread partition table"
461 msgstr ""
462
463 #: fish/cmds.c:2692
464 msgid "set blocksize of block device"
465 msgstr ""
466
467 #: fish/cmds.c:2693
468 msgid "set block device to read-only"
469 msgstr ""
470
471 #: fish/cmds.c:2694
472 msgid "set block device to read-write"
473 msgstr ""
474
475 #: fish/cmds.c:2695
476 msgid "resize a btrfs filesystem"
477 msgstr ""
478
479 #: fish/cmds.c:2696
480 msgid "return true path on case-insensitive filesystem"
481 msgstr ""
482
483 #: fish/cmds.c:2697
484 msgid "list the contents of a file"
485 msgstr ""
486
487 #: fish/cmds.c:2698
488 msgid "compute MD5, SHAx or CRC checksum of file"
489 msgstr ""
490
491 #: fish/cmds.c:2699
492 msgid "compute MD5, SHAx or CRC checksum of the contents of a device"
493 msgstr ""
494
495 #: fish/cmds.c:2700
496 msgid "compute MD5, SHAx or CRC checksum of files in a directory"
497 msgstr ""
498
499 #: fish/cmds.c:2701
500 msgid "change file mode"
501 msgstr ""
502
503 #: fish/cmds.c:2702 fish/cmds.c:2823
504 msgid "change file owner and group"
505 msgstr ""
506
507 #: fish/cmds.c:2703
508 msgid "run a command from the guest filesystem"
509 msgstr ""
510
511 #: fish/cmds.c:2704
512 msgid "run a command, returning lines"
513 msgstr ""
514
515 #: fish/cmds.c:2705
516 msgid "add qemu parameters"
517 msgstr ""
518
519 #: fish/cmds.c:2706
520 msgid "copy local files or directories into an image"
521 msgstr ""
522
523 #: fish/cmds.c:2707
524 msgid "copy remote files or directories out of an image"
525 msgstr ""
526
527 #: fish/cmds.c:2708
528 msgid "copy size bytes from source to destination using dd"
529 msgstr ""
530
531 #: fish/cmds.c:2709
532 msgid "copy a file"
533 msgstr ""
534
535 #: fish/cmds.c:2710
536 msgid "copy a file or directory recursively"
537 msgstr ""
538
539 #: fish/cmds.c:2711
540 msgid "copy from source to destination using dd"
541 msgstr ""
542
543 #: fish/cmds.c:2712
544 msgid "debugging and internals"
545 msgstr ""
546
547 #: fish/cmds.c:2713
548 msgid "debug the QEMU command line (internal use only)"
549 msgstr ""
550
551 #: fish/cmds.c:2714
552 msgid "upload a file to the appliance (internal use only)"
553 msgstr ""
554
555 #: fish/cmds.c:2715
556 msgid "report file system disk space usage"
557 msgstr ""
558
559 #: fish/cmds.c:2716
560 msgid "report file system disk space usage (human readable)"
561 msgstr ""
562
563 #: fish/cmds.c:2717
564 msgid "display an image"
565 msgstr ""
566
567 #: fish/cmds.c:2718
568 msgid "return kernel messages"
569 msgstr ""
570
571 #: fish/cmds.c:2719
572 msgid "download a file to the local machine"
573 msgstr ""
574
575 #: fish/cmds.c:2720
576 msgid "download a file to the local machine with offset and size"
577 msgstr ""
578
579 #: fish/cmds.c:2721
580 msgid "drop kernel page cache, dentries and inodes"
581 msgstr ""
582
583 #: fish/cmds.c:2722
584 msgid "estimate file space usage"
585 msgstr ""
586
587 #: fish/cmds.c:2723
588 msgid "check an ext2/ext3 filesystem"
589 msgstr ""
590
591 #: fish/cmds.c:2724
592 msgid "display a line of text"
593 msgstr ""
594
595 #: fish/cmds.c:2725
596 msgid "echo arguments back to the client"
597 msgstr ""
598
599 #: fish/cmds.c:2726
600 msgid "edit a file"
601 msgstr ""
602
603 #: fish/cmds.c:2727 fish/cmds.c:2728 fish/cmds.c:2733 fish/cmds.c:2734
604 #: fish/cmds.c:2768 fish/cmds.c:2769 fish/cmds.c:3024 fish/cmds.c:3025
605 #: fish/cmds.c:3029 fish/cmds.c:3030 fish/cmds.c:3032 fish/cmds.c:3033
606 msgid "return lines matching a pattern"
607 msgstr ""
608
609 #: fish/cmds.c:2729
610 msgid "test if two files have equal contents"
611 msgstr ""
612
613 #: fish/cmds.c:2730
614 msgid "test if file or directory exists"
615 msgstr ""
616
617 #: fish/cmds.c:2731 fish/cmds.c:2732
618 msgid "preallocate a file in the guest filesystem"
619 msgstr ""
620
621 #: fish/cmds.c:2735
622 msgid "determine file type"
623 msgstr ""
624
625 #: fish/cmds.c:2736
626 msgid "detect the architecture of a binary file"
627 msgstr ""
628
629 #: fish/cmds.c:2737
630 msgid "return the size of the file in bytes"
631 msgstr ""
632
633 #: fish/cmds.c:2738
634 msgid "fill a file with octets"
635 msgstr ""
636
637 #: fish/cmds.c:2739
638 msgid "fill a file with a repeating pattern of bytes"
639 msgstr ""
640
641 #: fish/cmds.c:2740
642 msgid "find all files and directories"
643 msgstr ""
644
645 #: fish/cmds.c:2741
646 msgid "find all files and directories, returning NUL-separated list"
647 msgstr ""
648
649 #: fish/cmds.c:2742
650 msgid "find a filesystem by label"
651 msgstr ""
652
653 #: fish/cmds.c:2743
654 msgid "find a filesystem by UUID"
655 msgstr ""
656
657 #: fish/cmds.c:2744
658 msgid "run the filesystem checker"
659 msgstr ""
660
661 #: fish/cmds.c:2745
662 msgid "get the additional kernel options"
663 msgstr ""
664
665 #: fish/cmds.c:2746
666 msgid "get the attach method"
667 msgstr ""
668
669 #: fish/cmds.c:2747
670 msgid "get autosync mode"
671 msgstr ""
672
673 #: fish/cmds.c:2748
674 msgid "get direct appliance mode flag"
675 msgstr ""
676
677 #: fish/cmds.c:2749
678 msgid "get the ext2/3/4 filesystem label"
679 msgstr ""
680
681 #: fish/cmds.c:2750
682 msgid "get the ext2/3/4 filesystem UUID"
683 msgstr ""
684
685 #: fish/cmds.c:2751
686 msgid "get memory allocated to the qemu subprocess"
687 msgstr ""
688
689 #: fish/cmds.c:2752
690 msgid "get enable network flag"
691 msgstr ""
692
693 #: fish/cmds.c:2753
694 msgid "get the search path"
695 msgstr ""
696
697 #: fish/cmds.c:2754
698 msgid "get process group flag"
699 msgstr ""
700
701 #: fish/cmds.c:2755
702 msgid "get PID of qemu subprocess"
703 msgstr ""
704
705 #: fish/cmds.c:2756
706 msgid "get the qemu binary"
707 msgstr ""
708
709 #: fish/cmds.c:2757
710 msgid "get recovery process enabled flag"
711 msgstr ""
712
713 #: fish/cmds.c:2758
714 msgid "get SELinux enabled flag"
715 msgstr ""
716
717 #: fish/cmds.c:2759
718 msgid "get the current state"
719 msgstr ""
720
721 #: fish/cmds.c:2760
722 msgid "get command trace enabled flag"
723 msgstr ""
724
725 #: fish/cmds.c:2761
726 msgid "get the current umask"
727 msgstr ""
728
729 #: fish/cmds.c:2762
730 msgid "get verbose mode"
731 msgstr ""
732
733 #: fish/cmds.c:2763
734 msgid "get SELinux security context"
735 msgstr ""
736
737 #: fish/cmds.c:2764 fish/cmds.c:2824
738 msgid "get a single extended attribute"
739 msgstr ""
740
741 #: fish/cmds.c:2765 fish/cmds.c:2825
742 msgid "list extended attributes of a file or directory"
743 msgstr ""
744
745 #: fish/cmds.c:2766
746 msgid "expand wildcards in command"
747 msgstr ""
748
749 #: fish/cmds.c:2767
750 msgid "expand a wildcard path"
751 msgstr ""
752
753 #: fish/cmds.c:2770
754 msgid "install GRUB"
755 msgstr ""
756
757 #: fish/cmds.c:2771
758 msgid "return first 10 lines of a file"
759 msgstr ""
760
761 #: fish/cmds.c:2772
762 msgid "return first N lines of a file"
763 msgstr ""
764
765 #: fish/cmds.c:2773
766 msgid "dump a file in hexadecimal"
767 msgstr ""
768
769 #: fish/cmds.c:2774
770 msgid "edit with a hex editor"
771 msgstr ""
772
773 #: fish/cmds.c:2775
774 msgid "list the contents of a single file in an initrd"
775 msgstr ""
776
777 #: fish/cmds.c:2776
778 msgid "list files in an initrd"
779 msgstr ""
780
781 #: fish/cmds.c:2777
782 msgid "add an inotify watch"
783 msgstr ""
784
785 #: fish/cmds.c:2778
786 msgid "close the inotify handle"
787 msgstr ""
788
789 #: fish/cmds.c:2779
790 msgid "return list of watched files that had events"
791 msgstr ""
792
793 #: fish/cmds.c:2780
794 msgid "create an inotify handle"
795 msgstr ""
796
797 #: fish/cmds.c:2781
798 msgid "return list of inotify events"
799 msgstr ""
800
801 #: fish/cmds.c:2782
802 msgid "remove an inotify watch"
803 msgstr ""
804
805 #: fish/cmds.c:2783
806 msgid "get architecture of inspected operating system"
807 msgstr ""
808
809 #: fish/cmds.c:2784
810 msgid "get distro of inspected operating system"
811 msgstr ""
812
813 #: fish/cmds.c:2785
814 msgid "get drive letter mappings"
815 msgstr ""
816
817 #: fish/cmds.c:2786
818 msgid "get filesystems associated with inspected operating system"
819 msgstr ""
820
821 #: fish/cmds.c:2787
822 msgid "get format of inspected operating system"
823 msgstr ""
824
825 #: fish/cmds.c:2788
826 msgid "get hostname of the operating system"
827 msgstr ""
828
829 #: fish/cmds.c:2789
830 msgid "get the icon corresponding to this operating system"
831 msgstr ""
832
833 #: fish/cmds.c:2790
834 msgid "get major version of inspected operating system"
835 msgstr ""
836
837 #: fish/cmds.c:2791
838 msgid "get minor version of inspected operating system"
839 msgstr ""
840
841 #: fish/cmds.c:2792
842 msgid "get mountpoints of inspected operating system"
843 msgstr ""
844
845 #: fish/cmds.c:2793
846 msgid "get package format used by the operating system"
847 msgstr ""
848
849 #: fish/cmds.c:2794
850 msgid "get package management tool used by the operating system"
851 msgstr ""
852
853 #: fish/cmds.c:2795
854 msgid "get product name of inspected operating system"
855 msgstr ""
856
857 #: fish/cmds.c:2796
858 msgid "get product variant of inspected operating system"
859 msgstr ""
860
861 #: fish/cmds.c:2797
862 msgid "return list of operating systems found by last inspection"
863 msgstr ""
864
865 #: fish/cmds.c:2798
866 msgid "get type of inspected operating system"
867 msgstr ""
868
869 #: fish/cmds.c:2799
870 msgid "get Windows CurrentControlSet of inspected operating system"
871 msgstr ""
872
873 #: fish/cmds.c:2800
874 msgid "get Windows systemroot of inspected operating system"
875 msgstr ""
876
877 #: fish/cmds.c:2801
878 msgid "get live flag for install disk"
879 msgstr ""
880
881 #: fish/cmds.c:2802
882 msgid "get multipart flag for install disk"
883 msgstr ""
884
885 #: fish/cmds.c:2803
886 msgid "get netinst (network installer) flag for install disk"
887 msgstr ""
888
889 #: fish/cmds.c:2804
890 msgid "get list of applications installed in the operating system"
891 msgstr ""
892
893 #: fish/cmds.c:2805
894 msgid "inspect disk and return list of operating systems found"
895 msgstr ""
896
897 #: fish/cmds.c:2806
898 msgid "test if block device"
899 msgstr ""
900
901 #: fish/cmds.c:2807
902 msgid "is busy processing a command"
903 msgstr ""
904
905 #: fish/cmds.c:2808
906 msgid "test if character device"
907 msgstr ""
908
909 #: fish/cmds.c:2809
910 msgid "is in configuration state"
911 msgstr ""
912
913 #: fish/cmds.c:2810
914 msgid "test if a directory"
915 msgstr ""
916
917 #: fish/cmds.c:2811
918 msgid "test if FIFO (named pipe)"
919 msgstr ""
920
921 #: fish/cmds.c:2812
922 msgid "test if a regular file"
923 msgstr ""
924
925 #: fish/cmds.c:2813
926 msgid "is launching subprocess"
927 msgstr ""
928
929 #: fish/cmds.c:2814
930 msgid "test if device is a logical volume"
931 msgstr ""
932
933 #: fish/cmds.c:2815
934 msgid "is ready to accept commands"
935 msgstr ""
936
937 #: fish/cmds.c:2816
938 msgid "test if socket"
939 msgstr ""
940
941 #: fish/cmds.c:2817
942 msgid "test if symbolic link"
943 msgstr ""
944
945 #: fish/cmds.c:2818
946 msgid "test if a file contains all zero bytes"
947 msgstr ""
948
949 #: fish/cmds.c:2819
950 msgid "test if a device contains all zero bytes"
951 msgstr ""
952
953 #: fish/cmds.c:2820
954 msgid "kill the qemu subprocess"
955 msgstr ""
956
957 #: fish/cmds.c:2821
958 msgid "launch the qemu subprocess"
959 msgstr ""
960
961 #: fish/cmds.c:2822
962 msgid "change working directory"
963 msgstr ""
964
965 #: fish/cmds.c:2826
966 msgid "list 9p filesystems"
967 msgstr ""
968
969 #: fish/cmds.c:2827
970 msgid "list the block devices"
971 msgstr ""
972
973 #: fish/cmds.c:2828
974 msgid "list device mapper devices"
975 msgstr ""
976
977 #: fish/cmds.c:2829
978 msgid "list filesystems"
979 msgstr ""
980
981 #: fish/cmds.c:2830
982 msgid "list the partitions"
983 msgstr ""
984
985 #: fish/cmds.c:2831
986 msgid "list the files in a directory (long format)"
987 msgstr ""
988
989 #: fish/cmds.c:2832 fish/cmds.c:2833
990 msgid "create a hard link"
991 msgstr ""
992
993 #: fish/cmds.c:2834 fish/cmds.c:2835
994 msgid "create a symbolic link"
995 msgstr ""
996
997 #: fish/cmds.c:2836 fish/cmds.c:2929
998 msgid "remove extended attribute of a file or directory"
999 msgstr ""
1000
1001 #: fish/cmds.c:2837
1002 msgid "list the files in a directory"
1003 msgstr ""
1004
1005 #: fish/cmds.c:2838 fish/cmds.c:2958
1006 msgid "set extended attribute of a file or directory"
1007 msgstr ""
1008
1009 #: fish/cmds.c:2839
1010 msgid "get file information for a symbolic link"
1011 msgstr ""
1012
1013 #: fish/cmds.c:2840
1014 msgid "lstat on multiple files"
1015 msgstr ""
1016
1017 #: fish/cmds.c:2841
1018 msgid "add a key on a LUKS encrypted device"
1019 msgstr ""
1020
1021 #: fish/cmds.c:2842
1022 msgid "close a LUKS device"
1023 msgstr ""
1024
1025 #: fish/cmds.c:2843 fish/cmds.c:2844
1026 msgid "format a block device as a LUKS encrypted device"
1027 msgstr ""
1028
1029 #: fish/cmds.c:2845
1030 msgid "remove a key from a LUKS encrypted device"
1031 msgstr ""
1032
1033 #: fish/cmds.c:2846
1034 msgid "open a LUKS-encrypted block device"
1035 msgstr ""
1036
1037 #: fish/cmds.c:2847
1038 msgid "open a LUKS-encrypted block device read-only"
1039 msgstr ""
1040
1041 #: fish/cmds.c:2848
1042 msgid "create an LVM logical volume"
1043 msgstr ""
1044
1045 #: fish/cmds.c:2849
1046 msgid "get canonical name of an LV"
1047 msgstr ""
1048
1049 #: fish/cmds.c:2850
1050 msgid "clear LVM device filter"
1051 msgstr ""
1052
1053 #: fish/cmds.c:2851
1054 msgid "remove all LVM LVs, VGs and PVs"
1055 msgstr ""
1056
1057 #: fish/cmds.c:2852
1058 msgid "set LVM device filter"
1059 msgstr ""
1060
1061 #: fish/cmds.c:2853
1062 msgid "remove an LVM logical volume"
1063 msgstr ""
1064
1065 #: fish/cmds.c:2854
1066 msgid "rename an LVM logical volume"
1067 msgstr ""
1068
1069 #: fish/cmds.c:2855
1070 msgid "resize an LVM logical volume"
1071 msgstr ""
1072
1073 #: fish/cmds.c:2856
1074 msgid "expand an LV to fill free space"
1075 msgstr ""
1076
1077 #: fish/cmds.c:2857 fish/cmds.c:2858
1078 msgid "list the LVM logical volumes (LVs)"
1079 msgstr ""
1080
1081 #: fish/cmds.c:2859
1082 msgid "get the UUID of a logical volume"
1083 msgstr ""
1084
1085 #: fish/cmds.c:2860
1086 msgid "lgetxattr on multiple files"
1087 msgstr ""
1088
1089 #: fish/cmds.c:2861
1090 msgid "open the manual"
1091 msgstr ""
1092
1093 #: fish/cmds.c:2862
1094 msgid "create a directory"
1095 msgstr ""
1096
1097 #: fish/cmds.c:2863
1098 msgid "create a directory with a particular mode"
1099 msgstr ""
1100
1101 #: fish/cmds.c:2864
1102 msgid "create a directory and parents"
1103 msgstr ""
1104
1105 #: fish/cmds.c:2865
1106 msgid "create a temporary directory"
1107 msgstr ""
1108
1109 #: fish/cmds.c:2866 fish/cmds.c:2867 fish/cmds.c:2868
1110 msgid "make ext2/3/4 filesystem with external journal"
1111 msgstr ""
1112
1113 #: fish/cmds.c:2869
1114 msgid "make ext2/3/4 external journal"
1115 msgstr ""
1116
1117 #: fish/cmds.c:2870
1118 msgid "make ext2/3/4 external journal with label"
1119 msgstr ""
1120
1121 #: fish/cmds.c:2871
1122 msgid "make ext2/3/4 external journal with UUID"
1123 msgstr ""
1124
1125 #: fish/cmds.c:2872
1126 msgid "make FIFO (named pipe)"
1127 msgstr ""
1128
1129 #: fish/cmds.c:2873 fish/cmds.c:2875
1130 msgid "make a filesystem"
1131 msgstr ""
1132
1133 #: fish/cmds.c:2874
1134 msgid "make a filesystem with block size"
1135 msgstr ""
1136
1137 #: fish/cmds.c:2876
1138 msgid "create a mountpoint"
1139 msgstr ""
1140
1141 #: fish/cmds.c:2877
1142 msgid "make block, character or FIFO devices"
1143 msgstr ""
1144
1145 #: fish/cmds.c:2878
1146 msgid "make block device node"
1147 msgstr ""
1148
1149 #: fish/cmds.c:2879
1150 msgid "make char device node"
1151 msgstr ""
1152
1153 #: fish/cmds.c:2880
1154 msgid "create a swap partition"
1155 msgstr ""
1156
1157 #: fish/cmds.c:2881
1158 msgid "create a swap partition with a label"
1159 msgstr ""
1160
1161 #: fish/cmds.c:2882
1162 msgid "create a swap partition with an explicit UUID"
1163 msgstr ""
1164
1165 #: fish/cmds.c:2883
1166 msgid "create a swap file"
1167 msgstr ""
1168
1169 #: fish/cmds.c:2884
1170 msgid "load a kernel module"
1171 msgstr ""
1172
1173 #: fish/cmds.c:2885
1174 msgid "view a file"
1175 msgstr ""
1176
1177 #: fish/cmds.c:2886
1178 msgid "mount a guest disk at a position in the filesystem"
1179 msgstr ""
1180
1181 #: fish/cmds.c:2887
1182 msgid "mount 9p filesystem"
1183 msgstr ""
1184
1185 #: fish/cmds.c:2888
1186 msgid "mount a file using the loop device"
1187 msgstr ""
1188
1189 #: fish/cmds.c:2889
1190 msgid "mount a guest disk with mount options"
1191 msgstr ""
1192
1193 #: fish/cmds.c:2890
1194 msgid "mount a guest disk, read-only"
1195 msgstr ""
1196
1197 #: fish/cmds.c:2891
1198 msgid "mount a guest disk with mount options and vfstype"
1199 msgstr ""
1200
1201 #: fish/cmds.c:2892
1202 msgid "show mountpoints"
1203 msgstr ""
1204
1205 #: fish/cmds.c:2893
1206 msgid "show mounted filesystems"
1207 msgstr ""
1208
1209 #: fish/cmds.c:2894
1210 msgid "move a file"
1211 msgstr ""
1212
1213 #: fish/cmds.c:2895
1214 msgid "probe NTFS volume"
1215 msgstr ""
1216
1217 #: fish/cmds.c:2896 fish/cmds.c:2897
1218 msgid "resize an NTFS filesystem"
1219 msgstr ""
1220
1221 #: fish/cmds.c:2898
1222 msgid "resize an NTFS filesystem (with size)"
1223 msgstr ""
1224
1225 #: fish/cmds.c:2899
1226 msgid "add a partition to the device"
1227 msgstr ""
1228
1229 #: fish/cmds.c:2900
1230 msgid "delete a partition"
1231 msgstr ""
1232
1233 #: fish/cmds.c:2901
1234 msgid "partition whole disk with a single primary partition"
1235 msgstr ""
1236
1237 #: fish/cmds.c:2902
1238 msgid "return true if a partition is bootable"
1239 msgstr ""
1240
1241 #: fish/cmds.c:2903
1242 msgid "get the MBR type byte (ID byte) from a partition"
1243 msgstr ""
1244
1245 #: fish/cmds.c:2904
1246 msgid "get the partition table type"
1247 msgstr ""
1248
1249 #: fish/cmds.c:2905
1250 msgid "create an empty partition table"
1251 msgstr ""
1252
1253 #: fish/cmds.c:2906
1254 msgid "list partitions on a device"
1255 msgstr ""
1256
1257 #: fish/cmds.c:2907
1258 msgid "make a partition bootable"
1259 msgstr ""
1260
1261 #: fish/cmds.c:2908
1262 msgid "set the MBR type byte (ID byte) of a partition"
1263 msgstr ""
1264
1265 #: fish/cmds.c:2909
1266 msgid "set partition name"
1267 msgstr ""
1268
1269 #: fish/cmds.c:2910
1270 msgid "convert partition name to device name"
1271 msgstr ""
1272
1273 #: fish/cmds.c:2911
1274 msgid "ping the guest daemon"
1275 msgstr ""
1276
1277 #: fish/cmds.c:2912
1278 msgid "read part of a file"
1279 msgstr ""
1280
1281 #: fish/cmds.c:2913
1282 msgid "read part of a device"
1283 msgstr ""
1284
1285 #: fish/cmds.c:2914
1286 msgid "create an LVM physical volume"
1287 msgstr ""
1288
1289 #: fish/cmds.c:2915
1290 msgid "remove an LVM physical volume"
1291 msgstr ""
1292
1293 #: fish/cmds.c:2916
1294 msgid "resize an LVM physical volume"
1295 msgstr ""
1296
1297 #: fish/cmds.c:2917
1298 msgid "resize an LVM physical volume (with size)"
1299 msgstr ""
1300
1301 #: fish/cmds.c:2918 fish/cmds.c:2919
1302 msgid "list the LVM physical volumes (PVs)"
1303 msgstr ""
1304
1305 #: fish/cmds.c:2920
1306 msgid "get the UUID of a physical volume"
1307 msgstr ""
1308
1309 #: fish/cmds.c:2921
1310 msgid "write to part of a file"
1311 msgstr ""
1312
1313 #: fish/cmds.c:2922
1314 msgid "write to part of a device"
1315 msgstr ""
1316
1317 #: fish/cmds.c:2923
1318 msgid "read a file"
1319 msgstr ""
1320
1321 #: fish/cmds.c:2924
1322 msgid "read file as lines"
1323 msgstr ""
1324
1325 #: fish/cmds.c:2925
1326 msgid "read directories entries"
1327 msgstr ""
1328
1329 #: fish/cmds.c:2926
1330 msgid "read the target of a symbolic link"
1331 msgstr ""
1332
1333 #: fish/cmds.c:2927
1334 msgid "readlink on multiple files"
1335 msgstr ""
1336
1337 #: fish/cmds.c:2928
1338 msgid "canonicalized absolute pathname"
1339 msgstr ""
1340
1341 #: fish/cmds.c:2930
1342 msgid "close and reopen libguestfs handle"
1343 msgstr ""
1344
1345 #: fish/cmds.c:2931
1346 msgid "resize an ext2, ext3 or ext4 filesystem"
1347 msgstr ""
1348
1349 #: fish/cmds.c:2932
1350 msgid "resize an ext2, ext3 or ext4 filesystem to the minimum size"
1351 msgstr ""
1352
1353 #: fish/cmds.c:2933
1354 msgid "resize an ext2, ext3 or ext4 filesystem (with size)"
1355 msgstr ""
1356
1357 #: fish/cmds.c:2934
1358 msgid "remove a file"
1359 msgstr ""
1360
1361 #: fish/cmds.c:2935
1362 msgid "remove a file or directory recursively"
1363 msgstr ""
1364
1365 #: fish/cmds.c:2936
1366 msgid "remove a directory"
1367 msgstr ""
1368
1369 #: fish/cmds.c:2937
1370 msgid "remove a mountpoint"
1371 msgstr ""
1372
1373 #: fish/cmds.c:2938
1374 msgid "scrub (securely wipe) a device"
1375 msgstr ""
1376
1377 #: fish/cmds.c:2939
1378 msgid "scrub (securely wipe) a file"
1379 msgstr ""
1380
1381 #: fish/cmds.c:2940
1382 msgid "scrub (securely wipe) free space"
1383 msgstr ""
1384
1385 #: fish/cmds.c:2941
1386 msgid "add options to kernel command line"
1387 msgstr ""
1388
1389 #: fish/cmds.c:2942
1390 msgid "set the attach method"
1391 msgstr ""
1392
1393 #: fish/cmds.c:2943
1394 msgid "set autosync mode"
1395 msgstr ""
1396
1397 #: fish/cmds.c:2944
1398 msgid "enable or disable direct appliance mode"
1399 msgstr ""
1400
1401 #: fish/cmds.c:2945
1402 msgid "set the ext2/3/4 filesystem label"
1403 msgstr ""
1404
1405 #: fish/cmds.c:2946
1406 msgid "set the ext2/3/4 filesystem UUID"
1407 msgstr ""
1408
1409 #: fish/cmds.c:2947
1410 msgid "set memory allocated to the qemu subprocess"
1411 msgstr ""
1412
1413 #: fish/cmds.c:2948
1414 msgid "set enable network flag"
1415 msgstr ""
1416
1417 #: fish/cmds.c:2949
1418 msgid "set the search path"
1419 msgstr ""
1420
1421 #: fish/cmds.c:2950
1422 msgid "set process group flag"
1423 msgstr ""
1424
1425 #: fish/cmds.c:2951
1426 msgid "set the qemu binary"
1427 msgstr ""
1428
1429 #: fish/cmds.c:2952
1430 msgid "enable or disable the recovery process"
1431 msgstr ""
1432
1433 #: fish/cmds.c:2953
1434 msgid "set SELinux enabled or disabled at appliance boot"
1435 msgstr ""
1436
1437 #: fish/cmds.c:2954
1438 msgid "enable or disable command traces"
1439 msgstr ""
1440
1441 #: fish/cmds.c:2955
1442 msgid "set verbose mode"
1443 msgstr ""
1444
1445 #: fish/cmds.c:2956
1446 msgid "set SELinux security context"
1447 msgstr ""
1448
1449 #: fish/cmds.c:2957
1450 msgid "set an environment variable"
1451 msgstr ""
1452
1453 #: fish/cmds.c:2959 fish/cmds.c:2960
1454 msgid "create partitions on a block device"
1455 msgstr ""
1456
1457 #: fish/cmds.c:2961
1458 msgid "modify a single partition on a block device"
1459 msgstr ""
1460
1461 #: fish/cmds.c:2962
1462 msgid "display the disk geometry from the partition table"
1463 msgstr ""
1464
1465 #: fish/cmds.c:2963
1466 msgid "display the kernel geometry"
1467 msgstr ""
1468
1469 #: fish/cmds.c:2964
1470 msgid "display the partition table"
1471 msgstr ""
1472
1473 #: fish/cmds.c:2965
1474 msgid "run a command via the shell"
1475 msgstr ""
1476
1477 #: fish/cmds.c:2966
1478 msgid "run a command via the shell returning lines"
1479 msgstr ""
1480
1481 #: fish/cmds.c:2967
1482 msgid "sleep for some seconds"
1483 msgstr ""
1484
1485 #: fish/cmds.c:2968
1486 msgid "create a sparse disk image and add"
1487 msgstr ""
1488
1489 #: fish/cmds.c:2969
1490 msgid "get file information"
1491 msgstr ""
1492
1493 #: fish/cmds.c:2970
1494 msgid "get file system statistics"
1495 msgstr ""
1496
1497 #: fish/cmds.c:2971 fish/cmds.c:2972
1498 msgid "print the printable strings in a file"
1499 msgstr ""
1500
1501 #: fish/cmds.c:2973
1502 msgid "list supported groups of commands"
1503 msgstr ""
1504
1505 #: fish/cmds.c:2974
1506 msgid "disable swap on device"
1507 msgstr ""
1508
1509 #: fish/cmds.c:2975
1510 msgid "disable swap on file"
1511 msgstr ""
1512
1513 #: fish/cmds.c:2976
1514 msgid "disable swap on labeled swap partition"
1515 msgstr ""
1516
1517 #: fish/cmds.c:2977
1518 msgid "disable swap on swap partition by UUID"
1519 msgstr ""
1520
1521 #: fish/cmds.c:2978
1522 msgid "enable swap on device"
1523 msgstr ""
1524
1525 #: fish/cmds.c:2979
1526 msgid "enable swap on file"
1527 msgstr ""
1528
1529 #: fish/cmds.c:2980
1530 msgid "enable swap on labeled swap partition"
1531 msgstr ""
1532
1533 #: fish/cmds.c:2981
1534 msgid "enable swap on swap partition by UUID"
1535 msgstr ""
1536
1537 #: fish/cmds.c:2982
1538 msgid "sync disks, writes are flushed through to the disk image"
1539 msgstr ""
1540
1541 #: fish/cmds.c:2983
1542 msgid "return last 10 lines of a file"
1543 msgstr ""
1544
1545 #: fish/cmds.c:2984
1546 msgid "return last N lines of a file"
1547 msgstr ""
1548
1549 #: fish/cmds.c:2985
1550 msgid "unpack tarfile to directory"
1551 msgstr ""
1552
1553 #: fish/cmds.c:2986
1554 msgid "pack directory into tarfile"
1555 msgstr ""
1556
1557 #: fish/cmds.c:2987 fish/cmds.c:2994
1558 msgid "unpack compressed tarball to directory"
1559 msgstr ""
1560
1561 #: fish/cmds.c:2988 fish/cmds.c:2995
1562 msgid "pack directory into compressed tarball"
1563 msgstr ""
1564
1565 #: fish/cmds.c:2989
1566 msgid "print elapsed time taken to run a command"
1567 msgstr ""
1568
1569 #: fish/cmds.c:2990
1570 msgid "update file timestamps or create a new file"
1571 msgstr ""
1572
1573 #: fish/cmds.c:2991
1574 msgid "truncate a file to zero size"
1575 msgstr ""
1576
1577 #: fish/cmds.c:2992
1578 msgid "truncate a file to a particular size"
1579 msgstr ""
1580
1581 #: fish/cmds.c:2993
1582 msgid "get ext2/ext3/ext4 superblock details"
1583 msgstr ""
1584
1585 #: fish/cmds.c:2996
1586 msgid "set file mode creation mask (umask)"
1587 msgstr ""
1588
1589 #: fish/cmds.c:2997
1590 msgid "unmount a filesystem"
1591 msgstr ""
1592
1593 #: fish/cmds.c:2998
1594 msgid "unmount all filesystems"
1595 msgstr ""
1596
1597 #: fish/cmds.c:2999
1598 msgid "unset an environment variable"
1599 msgstr ""
1600
1601 #: fish/cmds.c:3000
1602 msgid "upload a file from the local machine"
1603 msgstr ""
1604
1605 #: fish/cmds.c:3001
1606 msgid "upload a file from the local machine with offset"
1607 msgstr ""
1608
1609 #: fish/cmds.c:3002
1610 msgid "set timestamp of a file with nanosecond precision"
1611 msgstr ""
1612
1613 #: fish/cmds.c:3003
1614 msgid "get the library version number"
1615 msgstr ""
1616
1617 #: fish/cmds.c:3004
1618 msgid "get the filesystem label"
1619 msgstr ""
1620
1621 #: fish/cmds.c:3005
1622 msgid "get the Linux VFS type corresponding to a mounted device"
1623 msgstr ""
1624
1625 #: fish/cmds.c:3006
1626 msgid "get the filesystem UUID"
1627 msgstr ""
1628
1629 #: fish/cmds.c:3007
1630 msgid "activate or deactivate some volume groups"
1631 msgstr ""
1632
1633 #: fish/cmds.c:3008
1634 msgid "activate or deactivate all volume groups"
1635 msgstr ""
1636
1637 #: fish/cmds.c:3009
1638 msgid "create an LVM volume group"
1639 msgstr ""
1640
1641 #: fish/cmds.c:3010
1642 msgid "get the LV UUIDs of all LVs in the volume group"
1643 msgstr ""
1644
1645 #: fish/cmds.c:3011
1646 msgid "get the PV UUIDs containing the volume group"
1647 msgstr ""
1648
1649 #: fish/cmds.c:3012
1650 msgid "remove an LVM volume group"
1651 msgstr ""
1652
1653 #: fish/cmds.c:3013
1654 msgid "rename an LVM volume group"
1655 msgstr ""
1656
1657 #: fish/cmds.c:3014 fish/cmds.c:3015
1658 msgid "list the LVM volume groups (VGs)"
1659 msgstr ""
1660
1661 #: fish/cmds.c:3016
1662 msgid "rescan for LVM physical volumes, volume groups and logical volumes"
1663 msgstr ""
1664
1665 #: fish/cmds.c:3017
1666 msgid "get the UUID of a volume group"
1667 msgstr ""
1668
1669 #: fish/cmds.c:3018
1670 msgid "count characters in a file"
1671 msgstr ""
1672
1673 #: fish/cmds.c:3019
1674 msgid "count lines in a file"
1675 msgstr ""
1676
1677 #: fish/cmds.c:3020
1678 msgid "count words in a file"
1679 msgstr ""
1680
1681 #: fish/cmds.c:3021
1682 msgid "create a new file"
1683 msgstr ""
1684
1685 #: fish/cmds.c:3022
1686 msgid "append content to end of file"
1687 msgstr ""
1688
1689 #: fish/cmds.c:3023
1690 msgid "create a file"
1691 msgstr ""
1692
1693 #: fish/cmds.c:3026
1694 msgid "write zeroes to the device"
1695 msgstr ""
1696
1697 #: fish/cmds.c:3027
1698 msgid "write zeroes to an entire device"
1699 msgstr ""
1700
1701 #: fish/cmds.c:3028
1702 msgid "zero unused inodes and disk blocks on ext2/3 filesystem"
1703 msgstr ""
1704
1705 #: fish/cmds.c:3031
1706 msgid "determine file type inside a compressed file"
1707 msgstr ""
1708
1709 #: fish/cmds.c:3034
1710 msgid "Use -h <cmd> / help <cmd> to show detailed help for a command."
1711 msgstr ""
1712
1713 #: fish/cmds.c:3352 fish/cmds.c:3366 fish/cmds.c:3382 fish/cmds.c:3399
1714 #: fish/cmds.c:3416 fish/cmds.c:3434 fish/cmds.c:3453 fish/cmds.c:3469
1715 #: fish/cmds.c:3487 fish/cmds.c:3503 fish/cmds.c:3521 fish/cmds.c:3537
1716 #: fish/cmds.c:3554 fish/cmds.c:3569 fish/cmds.c:3587 fish/cmds.c:3602
1717 #: fish/cmds.c:3618 fish/cmds.c:3634 fish/cmds.c:3650 fish/cmds.c:3666
1718 #: fish/cmds.c:3682 fish/cmds.c:3700 fish/cmds.c:3733 fish/cmds.c:3749
1719 #: fish/cmds.c:3765 fish/cmds.c:3784 fish/cmds.c:3799 fish/cmds.c:3817
1720 #: fish/cmds.c:3832 fish/cmds.c:3850 fish/cmds.c:3865 fish/cmds.c:3883
1721 #: fish/cmds.c:3898 fish/cmds.c:3917 fish/cmds.c:3936 fish/cmds.c:3954
1722 #: fish/cmds.c:3974 fish/cmds.c:3993 fish/cmds.c:4013 fish/cmds.c:4033
1723 #: fish/cmds.c:4053 fish/cmds.c:4072 fish/cmds.c:4091 fish/cmds.c:4111
1724 #: fish/cmds.c:4131 fish/cmds.c:4151 fish/cmds.c:4166 fish/cmds.c:4182
1725 #: fish/cmds.c:4254 fish/cmds.c:4272 fish/cmds.c:4289 fish/cmds.c:4373
1726 #: fish/cmds.c:4393 fish/cmds.c:4413 fish/cmds.c:4433 fish/cmds.c:4453
1727 #: fish/cmds.c:4473 fish/cmds.c:4492 fish/cmds.c:4511 fish/cmds.c:4530
1728 #: fish/cmds.c:4545 fish/cmds.c:4564 fish/cmds.c:4584 fish/cmds.c:4604
1729 #: fish/cmds.c:4680 fish/cmds.c:4695 fish/cmds.c:4714 fish/cmds.c:4730
1730 #: fish/cmds.c:4746 fish/cmds.c:4765 fish/cmds.c:4787 fish/cmds.c:4809
1731 #: fish/cmds.c:4829 fish/cmds.c:4846 fish/cmds.c:4863 fish/cmds.c:4880
1732 #: fish/cmds.c:4897 fish/cmds.c:4914 fish/cmds.c:4931 fish/cmds.c:4948
1733 #: fish/cmds.c:4967 fish/cmds.c:4990 fish/cmds.c:5026 fish/cmds.c:5043
1734 #: fish/cmds.c:5066 fish/cmds.c:5088 fish/cmds.c:5109 fish/cmds.c:5129
1735 #: fish/cmds.c:5148 fish/cmds.c:5168 fish/cmds.c:5186 fish/cmds.c:5204
1736 #: fish/cmds.c:5218 fish/cmds.c:5234 fish/cmds.c:5254 fish/cmds.c:5273
1737 #: fish/cmds.c:5292 fish/cmds.c:5311 fish/cmds.c:5330 fish/cmds.c:5350
1738 #: fish/cmds.c:5390 fish/cmds.c:5447 fish/cmds.c:5468 fish/cmds.c:5489
1739 #: fish/cmds.c:5510 fish/cmds.c:5528 fish/cmds.c:5550 fish/cmds.c:5588
1740 #: fish/cmds.c:5610 fish/cmds.c:5689 fish/cmds.c:5728 fish/cmds.c:5743
1741 #: fish/cmds.c:5760 fish/cmds.c:5774 fish/cmds.c:5790 fish/cmds.c:5812
1742 #: fish/cmds.c:5834 fish/cmds.c:5856 fish/cmds.c:5878 fish/cmds.c:5900
1743 #: fish/cmds.c:5922 fish/cmds.c:5942 fish/cmds.c:5959 fish/cmds.c:5976
1744 #: fish/cmds.c:5995 fish/cmds.c:6014 fish/cmds.c:6034 fish/cmds.c:6070
1745 #: fish/cmds.c:6089 fish/cmds.c:6108 fish/cmds.c:6125 fish/cmds.c:6143
1746 #: fish/cmds.c:6166 fish/cmds.c:6189 fish/cmds.c:6213 fish/cmds.c:6236
1747 #: fish/cmds.c:6257 fish/cmds.c:6280 fish/cmds.c:6303 fish/cmds.c:6323
1748 #: fish/cmds.c:6345 fish/cmds.c:6366 fish/cmds.c:6389 fish/cmds.c:6406
1749 #: fish/cmds.c:6423 fish/cmds.c:6441 fish/cmds.c:6459 fish/cmds.c:6480
1750 #: fish/cmds.c:6498 fish/cmds.c:6519 fish/cmds.c:6539 fish/cmds.c:6557
1751 #: fish/cmds.c:6578 fish/cmds.c:6601 fish/cmds.c:6624 fish/cmds.c:6646
1752 #: fish/cmds.c:6679 fish/cmds.c:6696 fish/cmds.c:6713 fish/cmds.c:6737
1753 #: fish/cmds.c:6760 fish/cmds.c:6783 fish/cmds.c:6805 fish/cmds.c:6822
1754 #: fish/cmds.c:6844 fish/cmds.c:6938 fish/cmds.c:6958 fish/cmds.c:6978
1755 #: fish/cmds.c:6998 fish/cmds.c:7016 fish/cmds.c:7037 fish/cmds.c:7073
1756 #: fish/cmds.c:7090 fish/cmds.c:7112 fish/cmds.c:7129 fish/cmds.c:7165
1757 #: fish/cmds.c:7185 fish/cmds.c:7205 fish/cmds.c:7225 fish/cmds.c:7247
1758 #: fish/cmds.c:7264 fish/cmds.c:7283 fish/cmds.c:7302 fish/cmds.c:7324
1759 #: fish/cmds.c:7345 fish/cmds.c:7366 fish/cmds.c:7387 fish/cmds.c:7410
1760 #: fish/cmds.c:7451 fish/cmds.c:7474 fish/cmds.c:7513 fish/cmds.c:7530
1761 #: fish/cmds.c:7549 fish/cmds.c:7570 fish/cmds.c:7593 fish/cmds.c:7615
1762 #: fish/cmds.c:7633 fish/cmds.c:7652 fish/cmds.c:7673 fish/cmds.c:7750
1763 #: fish/cmds.c:7791 fish/cmds.c:7870 fish/cmds.c:7946 fish/cmds.c:7983
1764 #: fish/cmds.c:8006 fish/cmds.c:8027 fish/cmds.c:8050 fish/cmds.c:8072
1765 #: fish/cmds.c:8097 fish/cmds.c:8140 fish/cmds.c:8181 fish/cmds.c:8202
1766 #: fish/cmds.c:8220 fish/cmds.c:8239 fish/cmds.c:8256 fish/cmds.c:8274
1767 #: fish/cmds.c:8301 fish/cmds.c:8325 fish/cmds.c:8349 fish/cmds.c:8373
1768 #: fish/cmds.c:8397 fish/cmds.c:8421 fish/cmds.c:8445 fish/cmds.c:8469
1769 #: fish/cmds.c:8493 fish/cmds.c:8517 fish/cmds.c:8541 fish/cmds.c:8565
1770 #: fish/cmds.c:8588 fish/cmds.c:8611 fish/cmds.c:8632 fish/cmds.c:8653
1771 #: fish/cmds.c:8674 fish/cmds.c:8694 fish/cmds.c:8717 fish/cmds.c:8755
1772 #: fish/cmds.c:8772 fish/cmds.c:8789 fish/cmds.c:8808 fish/cmds.c:8827
1773 #: fish/cmds.c:8844 fish/cmds.c:8861 fish/cmds.c:8878 fish/cmds.c:8895
1774 #: fish/cmds.c:8914 fish/cmds.c:8950 fish/cmds.c:8990 fish/cmds.c:9023
1775 #: fish/cmds.c:9040 fish/cmds.c:9057 fish/cmds.c:9073 fish/cmds.c:9088
1776 #: fish/cmds.c:9109 fish/cmds.c:9147 fish/cmds.c:9185 fish/cmds.c:9224
1777 #: fish/cmds.c:9264 fish/cmds.c:9305 fish/cmds.c:9346 fish/cmds.c:9384
1778 #: fish/cmds.c:9401 fish/cmds.c:9424 fish/cmds.c:9446 fish/cmds.c:9468
1779 #: fish/cmds.c:9488 fish/cmds.c:9508 fish/cmds.c:9544 fish/cmds.c:9616
1780 #: fish/cmds.c:9656 fish/cmds.c:9714 fish/cmds.c:9740 fish/cmds.c:9766
1781 #: fish/cmds.c:9794 fish/cmds.c:9853 fish/cmds.c:9874 fish/cmds.c:9919
1782 #: fish/cmds.c:9939 fish/cmds.c:9978 fish/cmds.c:10015 fish/cmds.c:10035
1783 #: fish/cmds.c:10057 fish/cmds.c:10114 fish/cmds.c:10134 fish/cmds.c:10156
1784 #: fish/cmds.c:10178 fish/cmds.c:10197 fish/cmds.c:10217 fish/cmds.c:10244
1785 #: fish/cmds.c:10264 fish/cmds.c:10284 fish/cmds.c:10304 fish/cmds.c:10324
1786 #: fish/cmds.c:10346 fish/cmds.c:10381 fish/cmds.c:10399 fish/cmds.c:10422
1787 #: fish/cmds.c:10444 fish/cmds.c:10459 fish/cmds.c:10476 fish/cmds.c:10513
1788 #: fish/cmds.c:10552 fish/cmds.c:10592 fish/cmds.c:10648 fish/cmds.c:10670
1789 #: fish/cmds.c:10706 fish/cmds.c:10721 fish/cmds.c:10741 fish/cmds.c:10781
1790 #: fish/cmds.c:10804 fish/cmds.c:10828 fish/cmds.c:10853 fish/cmds.c:10894
1791 #: fish/cmds.c:10919 fish/cmds.c:10957 fish/cmds.c:10988 fish/cmds.c:11019
1792 #: fish/cmds.c:11047 fish/cmds.c:11067 fish/cmds.c:11099 fish/cmds.c:11119
1793 #: fish/cmds.c:11139 fish/cmds.c:11156 fish/cmds.c:11174 fish/cmds.c:11199
1794 #: fish/cmds.c:11222 fish/cmds.c:11241 fish/cmds.c:11285 fish/cmds.c:11330
1795 #: fish/cmds.c:11378 fish/cmds.c:11419 fish/cmds.c:11438 fish/cmds.c:11458
1796 #: fish/cmds.c:11478 fish/cmds.c:11499 fish/cmds.c:11520 fish/cmds.c:11541
1797 #: fish/cmds.c:11562 fish/cmds.c:11583 fish/cmds.c:11605 fish/cmds.c:11643
1798 #: fish/cmds.c:11694 fish/cmds.c:11732 fish/cmds.c:11788 fish/cmds.c:11924
1799 #: fish/cmds.c:11953 fish/cmds.c:11980 fish/cmds.c:11997 fish/cmds.c:12018
1800 #: fish/cmds.c:12035 fish/cmds.c:12097 fish/cmds.c:12235
1801 #, c-format
1802 msgid "%s should have %d parameter(s)\n"
1803 msgstr ""
1804
1805 #: fish/cmds.c:3353 fish/cmds.c:3367 fish/cmds.c:3383 fish/cmds.c:3400
1806 #: fish/cmds.c:3417 fish/cmds.c:3435 fish/cmds.c:3454 fish/cmds.c:3470
1807 #: fish/cmds.c:3488 fish/cmds.c:3504 fish/cmds.c:3522 fish/cmds.c:3538
1808 #: fish/cmds.c:3555 fish/cmds.c:3570 fish/cmds.c:3588 fish/cmds.c:3603
1809 #: fish/cmds.c:3619 fish/cmds.c:3635 fish/cmds.c:3651 fish/cmds.c:3667
1810 #: fish/cmds.c:3683 fish/cmds.c:3701 fish/cmds.c:3734 fish/cmds.c:3750
1811 #: fish/cmds.c:3766 fish/cmds.c:3785 fish/cmds.c:3800 fish/cmds.c:3818
1812 #: fish/cmds.c:3833 fish/cmds.c:3851 fish/cmds.c:3866 fish/cmds.c:3884
1813 #: fish/cmds.c:3899 fish/cmds.c:3918 fish/cmds.c:3937 fish/cmds.c:3955
1814 #: fish/cmds.c:3975 fish/cmds.c:3994 fish/cmds.c:4014 fish/cmds.c:4034
1815 #: fish/cmds.c:4054 fish/cmds.c:4073 fish/cmds.c:4092 fish/cmds.c:4112
1816 #: fish/cmds.c:4132 fish/cmds.c:4152 fish/cmds.c:4167 fish/cmds.c:4183
1817 #: fish/cmds.c:4204 fish/cmds.c:4255 fish/cmds.c:4273 fish/cmds.c:4290
1818 #: fish/cmds.c:4311 fish/cmds.c:4374 fish/cmds.c:4394 fish/cmds.c:4414
1819 #: fish/cmds.c:4434 fish/cmds.c:4454 fish/cmds.c:4474 fish/cmds.c:4493
1820 #: fish/cmds.c:4512 fish/cmds.c:4531 fish/cmds.c:4546 fish/cmds.c:4565
1821 #: fish/cmds.c:4585 fish/cmds.c:4605 fish/cmds.c:4628 fish/cmds.c:4681
1822 #: fish/cmds.c:4696 fish/cmds.c:4715 fish/cmds.c:4731 fish/cmds.c:4747
1823 #: fish/cmds.c:4766 fish/cmds.c:4788 fish/cmds.c:4810 fish/cmds.c:4830
1824 #: fish/cmds.c:4847 fish/cmds.c:4864 fish/cmds.c:4881 fish/cmds.c:4898
1825 #: fish/cmds.c:4915 fish/cmds.c:4932 fish/cmds.c:4949 fish/cmds.c:4968
1826 #: fish/cmds.c:4991 fish/cmds.c:5027 fish/cmds.c:5044 fish/cmds.c:5067
1827 #: fish/cmds.c:5089 fish/cmds.c:5110 fish/cmds.c:5130 fish/cmds.c:5149
1828 #: fish/cmds.c:5169 fish/cmds.c:5187 fish/cmds.c:5205 fish/cmds.c:5219
1829 #: fish/cmds.c:5235 fish/cmds.c:5255 fish/cmds.c:5274 fish/cmds.c:5293
1830 #: fish/cmds.c:5312 fish/cmds.c:5331 fish/cmds.c:5351 fish/cmds.c:5391
1831 #: fish/cmds.c:5448 fish/cmds.c:5469 fish/cmds.c:5490 fish/cmds.c:5511
1832 #: fish/cmds.c:5529 fish/cmds.c:5551 fish/cmds.c:5589 fish/cmds.c:5611
1833 #: fish/cmds.c:5690 fish/cmds.c:5729 fish/cmds.c:5744 fish/cmds.c:5761
1834 #: fish/cmds.c:5775 fish/cmds.c:5791 fish/cmds.c:5813 fish/cmds.c:5835
1835 #: fish/cmds.c:5857 fish/cmds.c:5879 fish/cmds.c:5901 fish/cmds.c:5923
1836 #: fish/cmds.c:5943 fish/cmds.c:5960 fish/cmds.c:5977 fish/cmds.c:5996
1837 #: fish/cmds.c:6015 fish/cmds.c:6035 fish/cmds.c:6071 fish/cmds.c:6090
1838 #: fish/cmds.c:6109 fish/cmds.c:6126 fish/cmds.c:6144 fish/cmds.c:6167
1839 #: fish/cmds.c:6190 fish/cmds.c:6214 fish/cmds.c:6237 fish/cmds.c:6258
1840 #: fish/cmds.c:6281 fish/cmds.c:6304 fish/cmds.c:6324 fish/cmds.c:6346
1841 #: fish/cmds.c:6367 fish/cmds.c:6390 fish/cmds.c:6407 fish/cmds.c:6424
1842 #: fish/cmds.c:6442 fish/cmds.c:6460 fish/cmds.c:6481 fish/cmds.c:6499
1843 #: fish/cmds.c:6520 fish/cmds.c:6540 fish/cmds.c:6558 fish/cmds.c:6579
1844 #: fish/cmds.c:6602 fish/cmds.c:6625 fish/cmds.c:6647 fish/cmds.c:6680
1845 #: fish/cmds.c:6697 fish/cmds.c:6714 fish/cmds.c:6738 fish/cmds.c:6761
1846 #: fish/cmds.c:6784 fish/cmds.c:6806 fish/cmds.c:6823 fish/cmds.c:6845
1847 #: fish/cmds.c:6939 fish/cmds.c:6959 fish/cmds.c:6979 fish/cmds.c:6999
1848 #: fish/cmds.c:7017 fish/cmds.c:7038 fish/cmds.c:7074 fish/cmds.c:7091
1849 #: fish/cmds.c:7113 fish/cmds.c:7130 fish/cmds.c:7166 fish/cmds.c:7186
1850 #: fish/cmds.c:7206 fish/cmds.c:7226 fish/cmds.c:7248 fish/cmds.c:7265
1851 #: fish/cmds.c:7284 fish/cmds.c:7303 fish/cmds.c:7325 fish/cmds.c:7346
1852 #: fish/cmds.c:7367 fish/cmds.c:7388 fish/cmds.c:7411 fish/cmds.c:7452
1853 #: fish/cmds.c:7475 fish/cmds.c:7514 fish/cmds.c:7531 fish/cmds.c:7550
1854 #: fish/cmds.c:7571 fish/cmds.c:7594 fish/cmds.c:7616 fish/cmds.c:7634
1855 #: fish/cmds.c:7653 fish/cmds.c:7674 fish/cmds.c:7751 fish/cmds.c:7792
1856 #: fish/cmds.c:7871 fish/cmds.c:7947 fish/cmds.c:7984 fish/cmds.c:8007
1857 #: fish/cmds.c:8028 fish/cmds.c:8051 fish/cmds.c:8073 fish/cmds.c:8098
1858 #: fish/cmds.c:8141 fish/cmds.c:8182 fish/cmds.c:8203 fish/cmds.c:8221
1859 #: fish/cmds.c:8240 fish/cmds.c:8257 fish/cmds.c:8275 fish/cmds.c:8302
1860 #: fish/cmds.c:8326 fish/cmds.c:8350 fish/cmds.c:8374 fish/cmds.c:8398
1861 #: fish/cmds.c:8422 fish/cmds.c:8446 fish/cmds.c:8470 fish/cmds.c:8494
1862 #: fish/cmds.c:8518 fish/cmds.c:8542 fish/cmds.c:8566 fish/cmds.c:8589
1863 #: fish/cmds.c:8612 fish/cmds.c:8633 fish/cmds.c:8654 fish/cmds.c:8675
1864 #: fish/cmds.c:8695 fish/cmds.c:8718 fish/cmds.c:8756 fish/cmds.c:8773
1865 #: fish/cmds.c:8790 fish/cmds.c:8809 fish/cmds.c:8828 fish/cmds.c:8845
1866 #: fish/cmds.c:8862 fish/cmds.c:8879 fish/cmds.c:8896 fish/cmds.c:8915
1867 #: fish/cmds.c:8951 fish/cmds.c:8991 fish/cmds.c:9024 fish/cmds.c:9041
1868 #: fish/cmds.c:9058 fish/cmds.c:9074 fish/cmds.c:9089 fish/cmds.c:9110
1869 #: fish/cmds.c:9148 fish/cmds.c:9186 fish/cmds.c:9225 fish/cmds.c:9265
1870 #: fish/cmds.c:9306 fish/cmds.c:9347 fish/cmds.c:9385 fish/cmds.c:9402
1871 #: fish/cmds.c:9425 fish/cmds.c:9447 fish/cmds.c:9469 fish/cmds.c:9489
1872 #: fish/cmds.c:9509 fish/cmds.c:9545 fish/cmds.c:9617 fish/cmds.c:9657
1873 #: fish/cmds.c:9715 fish/cmds.c:9741 fish/cmds.c:9767 fish/cmds.c:9795
1874 #: fish/cmds.c:9854 fish/cmds.c:9875 fish/cmds.c:9920 fish/cmds.c:9940
1875 #: fish/cmds.c:9979 fish/cmds.c:10016 fish/cmds.c:10036 fish/cmds.c:10058
1876 #: fish/cmds.c:10115 fish/cmds.c:10135 fish/cmds.c:10157 fish/cmds.c:10179
1877 #: fish/cmds.c:10198 fish/cmds.c:10218 fish/cmds.c:10245 fish/cmds.c:10265
1878 #: fish/cmds.c:10285 fish/cmds.c:10305 fish/cmds.c:10325 fish/cmds.c:10347
1879 #: fish/cmds.c:10382 fish/cmds.c:10400 fish/cmds.c:10423 fish/cmds.c:10445
1880 #: fish/cmds.c:10460 fish/cmds.c:10477 fish/cmds.c:10514 fish/cmds.c:10553
1881 #: fish/cmds.c:10593 fish/cmds.c:10649 fish/cmds.c:10671 fish/cmds.c:10707
1882 #: fish/cmds.c:10722 fish/cmds.c:10742 fish/cmds.c:10782 fish/cmds.c:10805
1883 #: fish/cmds.c:10829 fish/cmds.c:10854 fish/cmds.c:10895 fish/cmds.c:10920
1884 #: fish/cmds.c:10958 fish/cmds.c:10989 fish/cmds.c:11020 fish/cmds.c:11048
1885 #: fish/cmds.c:11068 fish/cmds.c:11100 fish/cmds.c:11120 fish/cmds.c:11140
1886 #: fish/cmds.c:11157 fish/cmds.c:11175 fish/cmds.c:11200 fish/cmds.c:11223
1887 #: fish/cmds.c:11242 fish/cmds.c:11286 fish/cmds.c:11331 fish/cmds.c:11379
1888 #: fish/cmds.c:11420 fish/cmds.c:11439 fish/cmds.c:11459 fish/cmds.c:11479
1889 #: fish/cmds.c:11500 fish/cmds.c:11521 fish/cmds.c:11542 fish/cmds.c:11563
1890 #: fish/cmds.c:11584 fish/cmds.c:11606 fish/cmds.c:11644 fish/cmds.c:11695
1891 #: fish/cmds.c:11733 fish/cmds.c:11789 fish/cmds.c:11812 fish/cmds.c:11925
1892 #: fish/cmds.c:11954 fish/cmds.c:11981 fish/cmds.c:11998 fish/cmds.c:12019
1893 #: fish/cmds.c:12036 fish/cmds.c:12058 fish/cmds.c:12098 fish/cmds.c:12119
1894 #: fish/cmds.c:12179 fish/cmds.c:12236
1895 #, c-format
1896 msgid "type 'help %s' for help on %s\n"
1897 msgstr ""
1898
1899 #: fish/cmds.c:3711 fish/cmds.c:5003 fish/cmds.c:5361 fish/cmds.c:5401
1900 #: fish/cmds.c:5420 fish/cmds.c:5563 fish/cmds.c:5622 fish/cmds.c:5641
1901 #: fish/cmds.c:5660 fish/cmds.c:5703 fish/cmds.c:6046 fish/cmds.c:6657
1902 #: fish/cmds.c:6856 fish/cmds.c:6875 fish/cmds.c:6894 fish/cmds.c:6913
1903 #: fish/cmds.c:7049 fish/cmds.c:7140 fish/cmds.c:7421 fish/cmds.c:7485
1904 #: fish/cmds.c:7684 fish/cmds.c:7703 fish/cmds.c:7722 fish/cmds.c:7761
1905 #: fish/cmds.c:7802 fish/cmds.c:7821 fish/cmds.c:7840 fish/cmds.c:7881
1906 #: fish/cmds.c:7900 fish/cmds.c:7919 fish/cmds.c:7957 fish/cmds.c:8110
1907 #: fish/cmds.c:8153 fish/cmds.c:8730 fish/cmds.c:8925 fish/cmds.c:8963
1908 #: fish/cmds.c:9001 fish/cmds.c:9121 fish/cmds.c:9158 fish/cmds.c:9196
1909 #: fish/cmds.c:9235 fish/cmds.c:9276 fish/cmds.c:9317 fish/cmds.c:9358
1910 #: fish/cmds.c:9521 fish/cmds.c:9557 fish/cmds.c:9570 fish/cmds.c:9583
1911 #: fish/cmds.c:9596 fish/cmds.c:9629 fish/cmds.c:9667 fish/cmds.c:9686
1912 #: fish/cmds.c:9807 fish/cmds.c:9826 fish/cmds.c:9887 fish/cmds.c:9900
1913 #: fish/cmds.c:9951 fish/cmds.c:9990 fish/cmds.c:10068 fish/cmds.c:10087
1914 #: fish/cmds.c:10361 fish/cmds.c:10488 fish/cmds.c:10525 fish/cmds.c:10564
1915 #: fish/cmds.c:10604 fish/cmds.c:10623 fish/cmds.c:10682 fish/cmds.c:10755
1916 #: fish/cmds.c:10865 fish/cmds.c:10935 fish/cmds.c:10969 fish/cmds.c:11000
1917 #: fish/cmds.c:11031 fish/cmds.c:11080 fish/cmds.c:11257 fish/cmds.c:11301
1918 #: fish/cmds.c:11350 fish/cmds.c:11394 fish/cmds.c:11620 fish/cmds.c:11658
1919 #: fish/cmds.c:11671 fish/cmds.c:11709 fish/cmds.c:11744 fish/cmds.c:11763
1920 #: fish/cmds.c:11830 fish/cmds.c:11858 fish/cmds.c:11881 fish/cmds.c:12136
1921 #: fish/cmds.c:12197
1922 #, c-format
1923 msgid "%s: %s: invalid integer parameter (%s returned %d)\n"
1924 msgstr ""
1925
1926 #: fish/cmds.c:3717 fish/cmds.c:5009 fish/cmds.c:5367 fish/cmds.c:5407
1927 #: fish/cmds.c:5426 fish/cmds.c:5569 fish/cmds.c:5628 fish/cmds.c:5647
1928 #: fish/cmds.c:5666 fish/cmds.c:5709 fish/cmds.c:6052 fish/cmds.c:6663
1929 #: fish/cmds.c:6862 fish/cmds.c:6881 fish/cmds.c:6900 fish/cmds.c:6919
1930 #: fish/cmds.c:7055 fish/cmds.c:7146 fish/cmds.c:7427 fish/cmds.c:7491
1931 #: fish/cmds.c:7690 fish/cmds.c:7709 fish/cmds.c:7728 fish/cmds.c:7767
1932 #: fish/cmds.c:7808 fish/cmds.c:7827 fish/cmds.c:7846 fish/cmds.c:7887
1933 #: fish/cmds.c:7906 fish/cmds.c:7925 fish/cmds.c:7963 fish/cmds.c:8116
1934 #: fish/cmds.c:8159 fish/cmds.c:8736 fish/cmds.c:8931 fish/cmds.c:8969
1935 #: fish/cmds.c:9007 fish/cmds.c:9127 fish/cmds.c:9164 fish/cmds.c:9202
1936 #: fish/cmds.c:9241 fish/cmds.c:9282 fish/cmds.c:9323 fish/cmds.c:9364
1937 #: fish/cmds.c:9635 fish/cmds.c:9673 fish/cmds.c:9692 fish/cmds.c:9813
1938 #: fish/cmds.c:9957 fish/cmds.c:9996 fish/cmds.c:10074 fish/cmds.c:10093
1939 #: fish/cmds.c:10494 fish/cmds.c:10531 fish/cmds.c:10570 fish/cmds.c:10610
1940 #: fish/cmds.c:10629 fish/cmds.c:10688 fish/cmds.c:10761 fish/cmds.c:10871
1941 #: fish/cmds.c:11263 fish/cmds.c:11307 fish/cmds.c:11356 fish/cmds.c:11400
1942 #: fish/cmds.c:11750 fish/cmds.c:11836 fish/cmds.c:11864 fish/cmds.c:11887
1943 #, c-format
1944 msgid "%s: %s: integer out of range\n"
1945 msgstr ""
1946
1947 #: fish/cmds.c:4203 fish/cmds.c:4310 fish/cmds.c:4627 fish/cmds.c:11811
1948 #: fish/cmds.c:12057 fish/cmds.c:12118 fish/cmds.c:12178
1949 #, c-format
1950 msgid "%s should have %d-%d parameter(s)\n"
1951 msgstr ""
1952
1953 #: fish/cmds.c:4229 fish/cmds.c:4346 fish/cmds.c:4648 fish/cmds.c:11897
1954 #: fish/cmds.c:12074 fish/cmds.c:12151 fish/cmds.c:12207
1955 #, c-format
1956 msgid "%s: unknown optional argument \"%s\"\n"
1957 msgstr ""
1958
1959 #: fish/cmds.c:4235 fish/cmds.c:4352 fish/cmds.c:4654 fish/cmds.c:11903
1960 #: fish/cmds.c:12080 fish/cmds.c:12157 fish/cmds.c:12213
1961 #, c-format
1962 msgid "%s: optional argument \"%s\" given twice\n"
1963 msgstr ""
1964
1965 #: fish/cmds.c:12258
1966 #, c-format
1967 msgid "%s: unknown command\n"
1968 msgstr ""
1969
1970 #: fish/config.c:74 fish/config.c:113
1971 #, c-format
1972 msgid "%s: %s: line %d: error parsing configuration file: %s\n"
1973 msgstr ""
1974
1975 #: fish/copy.c:41
1976 #, c-format
1977 msgid ""
1978 "use 'copy-in <local> [<local>...] <remotedir>' to copy files into the image\n"
1979 msgstr ""
1980
1981 #: fish/copy.c:62
1982 #, c-format
1983 msgid "copy-in: target '%s' is not a directory\n"
1984 msgstr ""
1985
1986 #: fish/copy.c:157
1987 #, c-format
1988 msgid "error: argument is zero length or longer than maximum permitted\n"
1989 msgstr ""
1990
1991 #: fish/copy.c:202
1992 #, c-format
1993 msgid ""
1994 "use 'copy-out <remote> [<remote>...] <localdir>' to copy files out of the "
1995 "image\n"
1996 msgstr ""
1997
1998 #: fish/copy.c:213
1999 #, c-format
2000 msgid "copy-out: target '%s' is not a directory\n"
2001 msgstr ""
2002
2003 #: fish/copy.c:258
2004 #, c-format
2005 msgid "copy-out: '%s' is not a file or directory\n"
2006 msgstr ""
2007
2008 #: fish/display.c:42
2009 #, c-format
2010 msgid "display filename\n"
2011 msgstr ""
2012
2013 #: fish/edit.c:45
2014 #, c-format
2015 msgid "use '%s filename' to edit a file\n"
2016 msgstr ""
2017
2018 #: fish/fish.c:105
2019 #, c-format
2020 msgid ""
2021 "%s: guest filesystem shell\n"
2022 "%s lets you edit virtual machine filesystems\n"
2023 "Copyright (C) 2009-2011 Red Hat Inc.\n"
2024 "Usage:\n"
2025 "  %s [--options] cmd [: cmd : cmd ...]\n"
2026 "Options:\n"
2027 "  -h|--cmd-help        List available commands\n"
2028 "  -h|--cmd-help cmd    Display detailed help on 'cmd'\n"
2029 "  -a|--add image       Add image\n"
2030 "  -c|--connect uri     Specify libvirt URI for -d option\n"
2031 "  --csh                Make --listen csh-compatible\n"
2032 "  -d|--domain guest    Add disks from libvirt guest\n"
2033 "  -D|--no-dest-paths   Don't tab-complete paths from guest fs\n"
2034 "  --echo-keys          Don't turn off echo for passphrases\n"
2035 "  -f|--file file       Read commands from file\n"
2036 "  --format[=raw|..]    Force disk format for -a option\n"
2037 "  -i|--inspector       Automatically mount filesystems\n"
2038 "  --keys-from-stdin    Read passphrases from stdin\n"
2039 "  --listen             Listen for remote commands\n"
2040 "  --live               Connect to a live virtual machine\n"
2041 "  -m|--mount dev[:mnt[:opts]] Mount dev on mnt (if omitted, /)\n"
2042 "  -n|--no-sync         Don't autosync\n"
2043 "  -N|--new type        Create prepared disk (test1.img, ...)\n"
2044 "  --progress-bars      Enable progress bars even when not interactive\n"
2045 "  --no-progress-bars   Disable progress bars\n"
2046 "  --remote[=pid]       Send commands to remote %s\n"
2047 "  -r|--ro              Mount read-only\n"
2048 "  --selinux            Enable SELinux support\n"
2049 "  -v|--verbose         Verbose messages\n"
2050 "  -V|--version         Display version and exit\n"
2051 "  -w|--rw              Mount read-write\n"
2052 "  -x                   Echo each command before executing it\n"
2053 "\n"
2054 "To examine a disk image, ISO, hard disk, filesystem etc:\n"
2055 "  %s [--ro|--rw] -i -a /path/to/disk.img\n"
2056 "or\n"
2057 "  %s [--ro|--rw] -i -d name-of-libvirt-domain\n"
2058 "\n"
2059 "--ro recommended to avoid any writes to the disk image.  If -i option fails\n"
2060 "run again without -i and use 'run' + 'list-filesystems' + 'mount' cmds.\n"
2061 "\n"
2062 "For more information, see the manpage %s(1).\n"
2063 msgstr ""
2064
2065 #: fish/fish.c:246
2066 #, c-format
2067 msgid "%s: --listen=PID: PID was not a number: %s\n"
2068 msgstr ""
2069
2070 #: fish/fish.c:253
2071 #, c-format
2072 msgid ""
2073 "%s: remote: $GUESTFISH_PID must be set to the PID of the remote process\n"
2074 msgstr ""
2075
2076 #: fish/fish.c:303
2077 #, c-format
2078 msgid "%s: only one -f parameter can be given\n"
2079 msgstr ""
2080
2081 #: fish/fish.c:476
2082 #, c-format
2083 msgid "%s: cannot use --listen and --remote options at the same time\n"
2084 msgstr ""
2085
2086 #: fish/fish.c:484
2087 #, c-format
2088 msgid "%s: extra parameters on the command line with --listen flag\n"
2089 msgstr ""
2090
2091 #: fish/fish.c:490
2092 #, c-format
2093 msgid "%s: cannot use --listen and --file options at the same time\n"
2094 msgstr ""
2095
2096 #: fish/fish.c:640
2097 #, c-format
2098 msgid ""
2099 "\n"
2100 "Welcome to guestfish, the libguestfs filesystem interactive shell for\n"
2101 "editing virtual machine filesystems.\n"
2102 "\n"
2103 "Type: 'help' for help on commands\n"
2104 "      'man' to read the manual\n"
2105 "      'quit' to quit the shell\n"
2106 "\n"
2107 msgstr ""
2108
2109 #: fish/fish.c:791 fish/fish.c:807
2110 #, c-format
2111 msgid "%s: command arguments not separated by whitespace\n"
2112 msgstr ""
2113
2114 #: fish/fish.c:801
2115 #, c-format
2116 msgid "%s: unterminated single quote\n"
2117 msgstr ""
2118
2119 #: fish/fish.c:831
2120 #, c-format
2121 msgid "%s: internal error parsing string at '%s'\n"
2122 msgstr ""
2123
2124 #: fish/fish.c:848
2125 #, c-format
2126 msgid "%s: too many arguments\n"
2127 msgstr ""
2128
2129 #: fish/fish.c:923
2130 #, c-format
2131 msgid "%s: invalid escape sequence in string (starting at offset %d)\n"
2132 msgstr ""
2133
2134 #: fish/fish.c:932
2135 #, c-format
2136 msgid "%s: unterminated double quote\n"
2137 msgstr ""
2138
2139 #: fish/fish.c:997
2140 #, c-format
2141 msgid "%s: empty command on command line\n"
2142 msgstr ""
2143
2144 #: fish/fish.c:1144
2145 msgid "display a list of commands or help on a command"
2146 msgstr ""
2147
2148 #: fish/fish.c:1146
2149 msgid "quit guestfish"
2150 msgstr ""
2151
2152 #: fish/fish.c:1157
2153 #, c-format
2154 msgid ""
2155 "help - display a list of commands or help on a command\n"
2156 "     help cmd\n"
2157 "     help\n"
2158 msgstr ""
2159
2160 #: fish/fish.c:1165
2161 #, c-format
2162 msgid ""
2163 "quit - quit guestfish\n"
2164 "     quit\n"
2165 msgstr ""
2166
2167 #: fish/fish.c:1170
2168 #, c-format
2169 msgid "%s: command not known, use -h to list all commands\n"
2170 msgstr ""
2171
2172 #: fish/fish.c:1186
2173 #, c-format
2174 msgid ""
2175 "Did you mean to open a disk image?  guestfish -a disk.img\n"
2176 "For a list of commands:             guestfish -h\n"
2177 "For complete documentation:         man guestfish\n"
2178 msgstr ""
2179
2180 #: fish/fish.c:1195
2181 #, c-format
2182 msgid "%s:%d: libguestfs: error: %s\n"
2183 msgstr ""
2184
2185 #: fish/fish.c:1351
2186 #, c-format
2187 msgid "Runaway quote in string \"%s\"\n"
2188 msgstr ""
2189
2190 #: fish/fish.c:1548
2191 #, c-format
2192 msgid ""
2193 "%s: to use Windows drive letters, you must inspect the guest (\"-i\" option "
2194 "or run \"inspect-os\" command)\n"
2195 msgstr ""
2196
2197 #: fish/fish.c:1568
2198 #, c-format
2199 msgid ""
2200 "%s: drive '%c:' not found.  To list available drives do:\n"
2201 "  inspect-get-drive-mappings %s\n"
2202 msgstr ""
2203
2204 #: fish/fish.c:1587
2205 #, c-format
2206 msgid ""
2207 "%s: to access '%c:', mount %s first.  One way to do this is:\n"
2208 "  umount-all\n"
2209 "  mount %s /\n"
2210 msgstr ""
2211
2212 #: fish/glob.c:53
2213 #, c-format
2214 msgid "use 'glob command [args...]'\n"
2215 msgstr ""
2216
2217 #: fish/glob.c:73
2218 #, c-format
2219 msgid "glob: guestfs_glob_expand call failed: %s\n"
2220 msgstr ""
2221
2222 #: fish/help.c:38
2223 #, c-format
2224 msgid ""
2225 "Add disk images to examine using the -a or -d options, or the 'add' "
2226 "command.\n"
2227 "Or create a new disk image using -N, or the 'alloc' or 'sparse' commands.\n"
2228 "Once you have done this, use the 'run' command.\n"
2229 msgstr ""
2230
2231 #: fish/help.c:44
2232 #, c-format
2233 msgid ""
2234 "Find out what filesystems are available using 'list-filesystems' and then\n"
2235 "mount them to examine or modify the contents using 'mount-ro' or\n"
2236 "'mount-options'.\n"
2237 msgstr ""
2238
2239 #: fish/help.c:52
2240 #, c-format
2241 msgid ""
2242 "For more information about a command, use 'help cmd'.\n"
2243 "\n"
2244 "To read the manual, type 'man'.\n"
2245 msgstr ""
2246
2247 #: fish/hexedit.c:41
2248 #, c-format
2249 msgid "hexedit (device|filename) [max | start max]\n"
2250 msgstr ""
2251
2252 #: fish/hexedit.c:52
2253 #, c-format
2254 msgid "hexedit: %s is a zero length file or device\n"
2255 msgstr ""
2256
2257 #: fish/hexedit.c:63
2258 #, c-format
2259 msgid ""
2260 "hexedit: %s is larger than %s. You must supply a limit using\n"
2261 "  'hexedit %s <max>' (eg. 'hexedit %s 1M') or a range using\n"
2262 "  'hexedit %s <start> <max>'.\n"
2263 msgstr ""
2264
2265 #: fish/hexedit.c:92
2266 #, c-format
2267 msgid "hexedit: invalid range\n"
2268 msgstr ""
2269
2270 #: fish/inspect.c:77
2271 #, c-format
2272 msgid "%s: don't use --live and -i options together\n"
2273 msgstr ""
2274
2275 #: fish/inspect.c:89
2276 #, c-format
2277 msgid "%s: no operating system was found on this disk\n"
2278 msgstr ""
2279
2280 #: fish/inspect.c:95
2281 #, c-format
2282 msgid "%s: multi-boot operating systems are not supported by the -i option\n"
2283 msgstr ""
2284
2285 #: fish/inspect.c:134
2286 #, c-format
2287 msgid "%s: some filesystems could not be mounted (ignored)\n"
2288 msgstr ""
2289
2290 #: fish/inspect.c:146
2291 #, c-format
2292 msgid "Operating system: %s\n"
2293 msgstr ""
2294
2295 #: fish/inspect.c:159
2296 #, c-format
2297 msgid "%s mounted on %s\n"
2298 msgstr ""
2299
2300 #: fish/keys.c:53
2301 #, c-format
2302 msgid "Enter key or passphrase (\"%s\"): "
2303 msgstr ""
2304
2305 #: fish/lcd.c:34
2306 #, c-format
2307 msgid "use 'lcd directory' to change local directory\n"
2308 msgstr ""
2309
2310 #: fish/man.c:35
2311 #, c-format
2312 msgid "use 'man' without parameters to open the manual\n"
2313 msgstr ""
2314
2315 #: fish/man.c:54
2316 #, c-format
2317 msgid "the external 'man' program failed\n"
2318 msgstr ""
2319
2320 #: fish/more.c:40
2321 #, c-format
2322 msgid "use '%s filename' to page a file\n"
2323 msgstr ""
2324
2325 #: fish/options.c:36
2326 #, c-format
2327 msgid "%s: too many drives added on the command line\n"
2328 msgstr ""
2329
2330 #: fish/options.c:128
2331 #, c-format
2332 msgid "%s: '%s' could not be mounted.  Did you mean one of these?\n"
2333 msgstr ""
2334
2335 #: fish/prep.c:37
2336 #, c-format
2337 msgid ""
2338 "List of available prepared disk images:\n"
2339 "\n"
2340 msgstr ""
2341
2342 #: fish/prep.c:40
2343 #, c-format
2344 msgid ""
2345 "guestfish -N %-8s - %s\n"
2346 "\n"
2347 "%s\n"
2348 msgstr ""
2349
2350 #: fish/prep.c:48
2351 #, c-format
2352 msgid "  Optional parameters:\n"
2353 msgstr ""
2354
2355 #: fish/prep.c:55
2356 #, c-format
2357 msgid "<%s> %s (default: %s)\n"
2358 msgstr ""
2359
2360 #: fish/prep.c:65
2361 #, c-format
2362 msgid ""
2363 "Prepared disk images are written to file \"test1.img\" in the local\n"
2364 "directory.  (\"test2.img\" etc if -N option is given multiple times).\n"
2365 "For more information see the guestfish(1) manual.\n"
2366 msgstr ""
2367
2368 #: fish/prep.c:96
2369 #, c-format
2370 msgid ""
2371 "guestfish: -N parameter '%s': no such prepared disk image known.\n"
2372 "Use 'guestfish -N help' to list possible values for the -N parameter.\n"
2373 msgstr ""
2374
2375 #: fish/prep.c:158
2376 #, c-format
2377 msgid "guestfish: error creating prepared disk image '%s' on '%s': "
2378 msgstr ""
2379
2380 #: fish/prep_boot.c:34 fish/prep_boot.c:89 fish/prep_disk.c:34
2381 #: fish/prep_fs.c:34 fish/prep_lv.c:69 fish/prep_lv.c:122 fish/prep_part.c:34
2382 msgid "failed to allocate disk"
2383 msgstr ""
2384
2385 #: fish/prep_boot.c:42 fish/prep_boot.c:97
2386 msgid "could not parse boot size"
2387 msgstr ""
2388
2389 #: fish/prep_boot.c:46 fish/prep_boot.c:101
2390 #, c-format
2391 msgid "failed to get sector size of disk: %s"
2392 msgstr ""
2393
2394 #: fish/prep_boot.c:50 fish/prep_boot.c:105 fish/prep_fs.c:41
2395 #: fish/prep_lv.c:76 fish/prep_lv.c:129 fish/prep_part.c:41
2396 #, c-format
2397 msgid "failed to partition disk: %s"
2398 msgstr ""
2399
2400 #: fish/prep_boot.c:55 fish/prep_boot.c:110
2401 #, c-format
2402 msgid "failed to add boot partition: %s"
2403 msgstr ""
2404
2405 #: fish/prep_boot.c:59 fish/prep_boot.c:114
2406 #, c-format
2407 msgid "failed to add root partition: %s"
2408 msgstr ""
2409
2410 #: fish/prep_boot.c:68 fish/prep_boot.c:128
2411 #, c-format
2412 msgid "failed to create boot filesystem: %s"
2413 msgstr ""
2414
2415 #: fish/prep_boot.c:77 fish/prep_boot.c:157
2416 #, c-format
2417 msgid "failed to create root filesystem: %s"
2418 msgstr ""
2419
2420 #: fish/prep_boot.c:86 fish/prep_boot.c:120 fish/prep_lv.c:66
2421 #: fish/prep_lv.c:82 fish/prep_lv.c:119 fish/prep_lv.c:135
2422 msgid "incorrect format for LV name, use '/dev/VG/LV'"
2423 msgstr ""
2424
2425 #: fish/prep_boot.c:137 fish/prep_lv.c:91 fish/prep_lv.c:144
2426 #, c-format
2427 msgid "failed to create PV: %s: %s"
2428 msgstr ""
2429
2430 #: fish/prep_boot.c:142 fish/prep_lv.c:96 fish/prep_lv.c:149
2431 #, c-format
2432 msgid "failed to create VG: %s: %s"
2433 msgstr ""
2434
2435 #: fish/prep_boot.c:149 fish/prep_lv.c:103 fish/prep_lv.c:156
2436 #, c-format
2437 msgid "failed to create LV: /dev/%s/%s: %s"
2438 msgstr ""
2439
2440 #: fish/prep_boot.c:153 fish/prep_lv.c:107 fish/prep_lv.c:160
2441 #, c-format
2442 msgid "failed to resize LV to full size: %s: %s"
2443 msgstr ""
2444
2445 #: fish/prep_fs.c:51 fish/prep_lv.c:165
2446 #, c-format
2447 msgid "failed to create filesystem (%s): %s"
2448 msgstr ""
2449
2450 #: fish/rc.c:257
2451 #, c-format
2452 msgid "guestfish: protocol error: could not read 'hello' message\n"
2453 msgstr ""
2454
2455 #: fish/rc.c:262
2456 #, c-format
2457 msgid ""
2458 "guestfish: protocol error: version mismatch, server version '%s' does not "
2459 "match client version '%s'.  The two versions must match exactly.\n"
2460 msgstr ""
2461
2462 #: fish/rc.c:337 fish/rc.c:351
2463 #, c-format
2464 msgid "guestfish: remote: looks like the server is not running\n"
2465 msgstr ""
2466
2467 #: fish/rc.c:363 fish/rc.c:377
2468 #, c-format
2469 msgid "guestfish: protocol error: could not send initial greeting to server\n"
2470 msgstr ""
2471
2472 #: fish/rc.c:388
2473 #, c-format
2474 msgid "guestfish: protocol error: could not decode reply from server\n"
2475 msgstr ""
2476
2477 #: fish/reopen.c:38
2478 #, c-format
2479 msgid "'reopen' command takes no parameters\n"
2480 msgstr ""
2481
2482 #: fish/reopen.c:48
2483 #, c-format
2484 msgid "reopen: guestfs_create: failed to create handle\n"
2485 msgstr ""
2486
2487 #: fish/setenv.c:34
2488 #, c-format
2489 msgid "use '%s VAR value' to set an environment variable\n"
2490 msgstr ""
2491
2492 #: fish/setenv.c:56
2493 #, c-format
2494 msgid "use '%s VAR' to unset an environment variable\n"
2495 msgstr ""
2496
2497 #: fish/supported.c:66
2498 msgid "yes"
2499 msgstr ""
2500
2501 #: fish/supported.c:68
2502 msgid "no"
2503 msgstr ""
2504
2505 #: fish/time.c:36
2506 #, c-format
2507 msgid "use 'time command [args...]'\n"
2508 msgstr ""
2509
2510 #: fuse/guestmount.c:912
2511 #, c-format
2512 msgid ""
2513 "%s: FUSE module for libguestfs\n"
2514 "%s lets you mount a virtual machine filesystem\n"
2515 "Copyright (C) 2009-2010 Red Hat Inc.\n"
2516 "Usage:\n"
2517 "  %s [--options] [-- [--FUSE-options]] mountpoint\n"
2518 "Options:\n"
2519 "  -a|--add image       Add image\n"
2520 "  -c|--connect uri     Specify libvirt URI for -d option\n"
2521 "  --dir-cache-timeout  Set readdir cache timeout (default 5 sec)\n"
2522 "  -d|--domain guest    Add disks from libvirt guest\n"
2523 "  --echo-keys          Don't turn off echo for passphrases\n"
2524 "  --format[=raw|..]    Force disk format for -a option\n"
2525 "  --fuse-help          Display extra FUSE options\n"
2526 "  -i|--inspector       Automatically mount filesystems\n"
2527 "  --help               Display help message and exit\n"
2528 "  --keys-from-stdin    Read passphrases from stdin\n"
2529 "  --live               Connect to a live virtual machine\n"
2530 "  -m|--mount dev[:mnt[:opts]] Mount dev on mnt (if omitted, /)\n"
2531 "  -n|--no-sync         Don't autosync\n"
2532 "  -o|--option opt      Pass extra option to FUSE\n"
2533 "  -r|--ro              Mount read-only\n"
2534 "  --selinux            Enable SELinux support\n"
2535 "  -v|--verbose         Verbose messages\n"
2536 "  -V|--version         Display version and exit\n"
2537 "  -w|--rw              Mount read-write\n"
2538 "  -x|--trace           Trace guestfs API calls\n"
2539 msgstr ""
2540
2541 #: fuse/guestmount.c:1130
2542 #, c-format
2543 msgid "%s: must have at least one -a/-d and at least one -m/-i option\n"
2544 msgstr ""
2545
2546 #: fuse/guestmount.c:1138
2547 #, c-format
2548 msgid "%s: you must specify a mountpoint in the host filesystem\n"
2549 msgstr ""
2550
2551 #: inspector/virt-inspector.c:76
2552 #, c-format
2553 msgid ""
2554 "%s: display information about a virtual machine\n"
2555 "Copyright (C) 2010 Red Hat Inc.\n"
2556 "Usage:\n"
2557 "  %s [--options] -d domname file [file ...]\n"
2558 "  %s [--options] -a disk.img [-a disk.img ...] file [file ...]\n"
2559 "Options:\n"
2560 "  -a|--add image       Add image\n"
2561 "  -c|--connect uri     Specify libvirt URI for -d option\n"
2562 "  -d|--domain guest    Add disks from libvirt guest\n"
2563 "  --echo-keys          Don't turn off echo for passphrases\n"
2564 "  --format[=raw|..]    Force disk format for -a option\n"
2565 "  --help               Display brief help\n"
2566 "  --keys-from-stdin    Read passphrases from stdin\n"
2567 "  -v|--verbose         Verbose messages\n"
2568 "  -V|--version         Display version and exit\n"
2569 "  -x                   Trace libguestfs API calls\n"
2570 "For more information, see the manpage %s(1).\n"
2571 msgstr ""
2572
2573 #: inspector/virt-inspector.c:263
2574 #, c-format
2575 msgid ""
2576 "%s: no operating system could be detected inside this disk image.\n"
2577 "\n"
2578 "This may be because the file is not a disk image, or is not a virtual "
2579 "machine\n"
2580 "image, or because the OS type is not understood by libguestfs.\n"
2581 "\n"
2582 "NOTE for Red Hat Enterprise Linux 6 users: for Windows guest support you "
2583 "must\n"
2584 "install the separate libguestfs-winsupport package.\n"
2585 "\n"
2586 "If you feel this is an error, please file a bug report including as much\n"
2587 "information about the disk image as possible.\n"
2588 msgstr ""
2589
2590 #: inspector/virt-inspector.c:288
2591 #, c-format
2592 msgid "%s: XML write error at \"%s\": %m\n"
2593 msgstr ""
2594
2595 #: inspector/virt-inspector.c:300
2596 #, c-format
2597 msgid "%s: xmlOutputBufferCreateFd: failed to open stdout\n"
2598 msgstr ""
2599
2600 #: inspector/virt-inspector.c:308
2601 #, c-format
2602 msgid "%s: xmlNewTextWriter: failed to create libxml2 writer\n"
2603 msgstr ""
2604
2605 #: perl/lib/Sys/Guestfs/Lib.pm:158
2606 msgid "open_guest: first parameter must be a string or an arrayref"
2607 msgstr ""
2608
2609 #: perl/lib/Sys/Guestfs/Lib.pm:164
2610 msgid "open_guest: first argument contains undefined element"
2611 msgstr ""
2612
2613 #: perl/lib/Sys/Guestfs/Lib.pm:172
2614 #, perl-brace-format
2615 msgid "guest image {imagename} does not exist or is not readable"
2616 msgstr ""
2617
2618 #: perl/lib/Sys/Guestfs/Lib.pm:179
2619 msgid ""
2620 "open_guest: no libvirt support (install Sys::Virt, XML::XPath and XML::"
2621 "XPath::XMLParser)"
2622 msgstr ""
2623
2624 #: perl/lib/Sys/Guestfs/Lib.pm:184
2625 msgid "open_guest: too many domains listed on command line"
2626 msgstr ""
2627
2628 #: perl/lib/Sys/Guestfs/Lib.pm:191
2629 msgid "open_guest: cannot connect to libvirt"
2630 msgstr ""
2631
2632 #: perl/lib/Sys/Guestfs/Lib.pm:210
2633 #, perl-brace-format
2634 msgid "{imagename} is not the name of an inactive libvirt domain\n"
2635 msgstr ""
2636
2637 #: perl/lib/Sys/Guestfs/Lib.pm:213
2638 #, perl-brace-format
2639 msgid "{imagename} is not the name of a libvirt domain\n"
2640 msgstr ""
2641
2642 #: perl/lib/Sys/Guestfs/Lib.pm:242
2643 #, perl-brace-format
2644 msgid "{imagename} seems to have no disk devices\n"
2645 msgstr ""
2646
2647 #: perl/lib/Sys/Guestfs/Lib.pm:827
2648 msgid ""
2649 "No operating system could be detected inside this disk image.\n"
2650 "\n"
2651 "This may be because the file is not a disk image, or is not a virtual "
2652 "machine\n"
2653 "image, or because the OS type is not understood by virt-inspector.\n"
2654 "\n"
2655 "If you feel this is an error, please file a bug report including as much\n"
2656 "information about the disk image as possible.\n"
2657 msgstr ""
2658
2659 #: perl/lib/Sys/Guestfs/Lib.pm:945
2660 #, perl-brace-format
2661 msgid "unknown filesystem {fs}\n"
2662 msgstr ""
2663
2664 #: perl/lib/Sys/Guestfs/Lib.pm:1023
2665 #, perl-brace-format
2666 msgid "Error running rpm -qa: {error}"
2667 msgstr ""
2668
2669 #: perl/lib/Sys/Guestfs/Lib.pm:1049
2670 #, perl-brace-format
2671 msgid "Error running dpkg-query: {error}"
2672 msgstr ""
2673
2674 #: perl/lib/Sys/Guestfs/Lib.pm:1114
2675 msgid "Can't find grub on guest"
2676 msgstr ""
2677
2678 #: perl/lib/Sys/Guestfs/Lib.pm:1169
2679 #, perl-brace-format
2680 msgid "Grub entry {title} has no kernel"
2681 msgstr ""
2682
2683 #: perl/lib/Sys/Guestfs/Lib.pm:1200
2684 #, perl-brace-format
2685 msgid "grub refers to {path}, which doesn't exist\n"
2686 msgstr ""
2687
2688 #: perl/lib/Sys/Guestfs/Lib.pm:1223
2689 #, perl-brace-format
2690 msgid "Grub entry {title} does not specify an initrd"
2691 msgstr ""
2692
2693 #: perl/lib/Sys/Guestfs/Lib.pm:1292
2694 #, perl-brace-format
2695 msgid "Didn't find modules directory {modules} for kernel {path}"
2696 msgstr ""
2697
2698 #: perl/lib/Sys/Guestfs/Lib.pm:1300
2699 #, perl-brace-format
2700 msgid "Couldn't guess kernel version number from path for kernel {path}"
2701 msgstr ""
2702
2703 #: perl/lib/Sys/Guestfs/Lib.pm:1354
2704 #, perl-brace-format
2705 msgid "{path} doesn't match augeas pattern"
2706 msgstr ""
2707
2708 #: perl/lib/Sys/Guestfs/Lib.pm:1393
2709 #, perl-brace-format
2710 msgid "{filename}: could not read initrd format"
2711 msgstr ""
2712
2713 #: rescue/virt-rescue.c:64
2714 #, c-format
2715 msgid ""
2716 "%s: Run a rescue shell on a virtual machine\n"
2717 "Copyright (C) 2009-2010 Red Hat Inc.\n"
2718 "Usage:\n"
2719 "  %s [--options] -d domname\n"
2720 "  %s [--options] -a disk.img [-a disk.img ...]\n"
2721 "Options:\n"
2722 "  -a|--add image       Add image\n"
2723 "  --append kernelopts  Append kernel options\n"
2724 "  -c|--connect uri     Specify libvirt URI for -d option\n"
2725 "  -d|--domain guest    Add disks from libvirt guest\n"
2726 "  --format[=raw|..]    Force disk format for -a option\n"
2727 "  --help               Display brief help\n"
2728 "  -m|--memsize MB      Set memory size in megabytes\n"
2729 "  --network            Enable network\n"
2730 "  -r|--ro              Access read-only\n"
2731 "  --selinux            Enable SELinux\n"
2732 "  -v|--verbose         Verbose messages\n"
2733 "  -V|--version         Display version and exit\n"
2734 "  -w|--rw              Mount read-write\n"
2735 "  -x                   Trace libguestfs API calls\n"
2736 "For more information, see the manpage %s(1).\n"
2737 msgstr ""
2738
2739 #: rescue/virt-rescue.c:181
2740 #, c-format
2741 msgid "%s: could not parse memory size '%s'\n"
2742 msgstr ""
2743
2744 #: rescue/virt-rescue.c:412
2745 #, c-format
2746 msgid "%s: unknown child exit status (%d)\n"
2747 msgstr ""
2748
2749 #: src/appliance.c:182
2750 #, c-format
2751 msgid ""
2752 "cannot find any suitable libguestfs supermin or ordinary appliance on "
2753 "LIBGUESTFS_PATH (search path: %s)"
2754 msgstr ""
2755
2756 #: src/appliance.c:332
2757 #, c-format
2758 msgid "security: cached appliance %s is not owned by UID %d"
2759 msgstr ""
2760
2761 #: src/appliance.c:337
2762 #, c-format
2763 msgid "security: cached appliance %s is not a directory (mode %o)"
2764 msgstr ""
2765
2766 #: src/appliance.c:342
2767 #, c-format
2768 msgid "security: cached appliance %s is writable by group or other (mode %o)"
2769 msgstr ""
2770
2771 #: src/appliance.c:672
2772 msgid "external command failed, see earlier error messages"
2773 msgstr ""
2774
2775 #: src/dbdump.c:85
2776 msgid "unexpected end of output from db_dump command before end of header"
2777 msgstr ""
2778
2779 #: src/dbdump.c:98 src/dbdump.c:110
2780 msgid "unexpected line from db_dump command, no space prefix"
2781 msgstr ""
2782
2783 #: src/dbdump.c:127
2784 msgid "unexpected end of output from db_dump command before end of data"
2785 msgstr ""
2786
2787 #: src/dbdump.c:208
2788 msgid "unexpected non-hex digits in output of db_dump command"
2789 msgstr ""
2790
2791 #: src/filearch.c:152
2792 #, c-format
2793 msgid "size of %s unreasonable (%<PRIi64> bytes)"
2794 msgstr ""
2795
2796 #: src/filearch.c:265
2797 msgid ""
2798 "file-architecture API not available since this version of libguestfs was "
2799 "compiled without the libmagic library"
2800 msgstr ""
2801
2802 #: src/guestfs.c:174
2803 #, c-format
2804 msgid "guestfs_close: called twice on the same handle\n"
2805 msgstr ""
2806
2807 #: src/guestfs.c:340
2808 #, c-format
2809 msgid "warning: %s"
2810 msgstr ""
2811
2812 #: src/guestfs.c:399
2813 #, c-format
2814 msgid "libguestfs: error: %s\n"
2815 msgstr ""
2816
2817 #: src/guestfs.c:959
2818 #, c-format
2819 msgid "<truncated, original size %zu bytes>"
2820 msgstr ""
2821
2822 #: src/inspect.c:263
2823 msgid "not a Windows guest, or systemroot could not be determined"
2824 msgstr ""
2825
2826 #: src/inspect.c:279
2827 msgid "not a Windows guest, or CurrentControlSet could not be determined"
2828 msgstr ""
2829
2830 #: src/inspect.c:539 src/inspect_fs.c:460 src/inspect_fs.c:504
2831 #: src/inspect_fs_unix.c:192 src/inspect_fs_unix.c:584
2832 #: src/inspect_fs_unix.c:826
2833 #, c-format
2834 msgid "size of %s is unreasonably large (%<PRIi64> bytes)"
2835 msgstr ""
2836
2837 #: src/inspect.c:575
2838 msgid "no inspection data: call guestfs_inspect_os first"
2839 msgstr ""
2840
2841 #: src/inspect.c:587
2842 #, c-format
2843 msgid ""
2844 "%s: root device not found: only call this function with a root device "
2845 "previously returned by guestfs_inspect_os"
2846 msgstr ""
2847
2848 #: src/inspect.c:597 src/inspect_apps.c:607
2849 msgid ""
2850 "inspection API not available since this version of libguestfs was compiled "
2851 "without the hivex library"
2852 msgstr ""
2853
2854 #: src/inspect_fs.c:312 src/inspect_fs.c:325
2855 #, c-format
2856 msgid "could not parse integer in version number: %s"
2857 msgstr ""
2858
2859 #: src/inspect_fs.c:469
2860 #, c-format
2861 msgid "%s: file is empty"
2862 msgstr ""
2863
2864 #: src/inspect_fs_unix.c:618
2865 msgid "could not parse /etc/fstab or empty file"
2866 msgstr ""
2867
2868 #: src/inspect_fs_windows.c:164
2869 #, c-format
2870 msgid "cannot resolve Windows %%SYSTEMROOT%%"
2871 msgstr ""
2872
2873 #: src/inspect_icon.c:452
2874 #, c-format
2875 msgid "read: %s: unexpected end of file"
2876 msgstr ""
2877
2878 #: src/launch.c:128
2879 msgid "command line cannot be altered after qemu subprocess launched"
2880 msgstr ""
2881
2882 #: src/launch.c:185
2883 msgid "guestfs_config: parameter must begin with '-' character"
2884 msgstr ""
2885
2886 #: src/launch.c:199
2887 #, c-format
2888 msgid "guestfs_config: parameter '%s' isn't allowed"
2889 msgstr ""
2890
2891 #: src/launch.c:265 src/launch.c:369
2892 msgid "filename cannot contain ',' (comma) character"
2893 msgstr ""
2894
2895 #: src/launch.c:277 src/launch.c:282
2896 #, c-format
2897 msgid "%s parameter is empty or contains disallowed characters"
2898 msgstr ""
2899
2900 #: src/launch.c:388
2901 msgid "the libguestfs handle has already been launched"
2902 msgstr ""
2903
2904 #: src/launch.c:397
2905 #, c-format
2906 msgid "%s: cannot create temporary directory"
2907 msgstr ""
2908
2909 #: src/launch.c:434
2910 msgid "you must call guestfs_add_drive before guestfs_launch"
2911 msgstr ""
2912
2913 #: src/launch.c:805
2914 msgid "guestfs_launch failed, see earlier error messages"
2915 msgstr ""
2916
2917 #: src/launch.c:818
2918 msgid "qemu launched and contacted daemon, but state != READY"
2919 msgstr ""
2920
2921 #: src/launch.c:906
2922 msgid "guestfs_launch failed, unexpected initial message from guestfsd"
2923 msgstr ""
2924
2925 #: src/launch.c:914
2926 msgid "contacted guestfsd, but state != READY"
2927 msgstr ""
2928
2929 #: src/launch.c:1086
2930 #, c-format
2931 msgid ""
2932 "command failed: %s\n"
2933 "\n"
2934 "If qemu is located on a non-standard path, try setting the LIBGUESTFS_QEMU\n"
2935 "environment variable.  There may also be errors printed above."
2936 msgstr ""
2937
2938 #: src/launch.c:1202
2939 msgid "qemu has not been launched yet"
2940 msgstr ""
2941
2942 #: src/launch.c:1213
2943 msgid "no subprocess to kill"
2944 msgstr ""
2945
2946 #: src/proto.c:188
2947 #, c-format
2948 msgid "guestfs_set_busy: called when in state %d != READY"
2949 msgstr ""
2950
2951 #: src/proto.c:211
2952 #, c-format
2953 msgid "guestfs_end_busy: called when in state %d"
2954 msgstr ""
2955
2956 #: src/proto.c:421
2957 #, c-format
2958 msgid ""
2959 "check_for_daemon_cancellation_or_eof: read 0x%x from daemon, expected 0x%x\n"
2960 msgstr ""
2961
2962 #: src/proto.c:543
2963 msgid ""
2964 "This usually means the libguestfs appliance failed to start up.  Please\n"
2965 "enable debugging (LIBGUESTFS_DEBUG=1) and rerun the command, then look at\n"
2966 "the debug messages output prior to this error.\n"
2967 msgstr ""
2968
2969 #: src/proto.c:549
2970 msgid "See earlier debug messages.\n"
2971 msgstr ""
2972
2973 #: src/proto.c:639
2974 #, c-format
2975 msgid "received magic signature from guestfsd, but in state %d"
2976 msgstr ""
2977
2978 #: src/proto.c:658
2979 #, c-format
2980 msgid "message length (%u) > maximum possible size (%d)"
2981 msgstr ""
2982
2983 #: src/proto.c:810
2984 #, c-format
2985 msgid "guestfs___send: state %d != BUSY"
2986 msgstr ""
2987
2988 #: src/proto.c:834
2989 msgid "xdr_guestfs_message_header failed"
2990 msgstr ""
2991
2992 #: src/proto.c:843
2993 msgid "dispatch failed to marshal args"
2994 msgstr ""
2995
2996 #: src/proto.c:922 src/proto.c:1217
2997 msgid "operation cancelled by user"
2998 msgstr ""
2999
3000 #: src/proto.c:973
3001 #, c-format
3002 msgid "send_file_chunk: state %d != READY"
3003 msgstr ""
3004
3005 #: src/proto.c:989
3006 #, c-format
3007 msgid "xdr_guestfs_chunk failed (buf = %p, buflen = %zu)"
3008 msgstr ""
3009
3010 #: src/proto.c:1144
3011 #, c-format
3012 msgid "%s: error in chunked encoding"
3013 msgstr ""
3014
3015 #: src/proto.c:1171
3016 msgid "write to daemon socket"
3017 msgstr ""
3018
3019 #: src/proto.c:1194
3020 msgid "receive_file_data: parse error in reply callback"
3021 msgstr ""
3022
3023 #: src/proto.c:1199
3024 msgid "receive_file_data: unexpected flag received when reading file chunks"
3025 msgstr ""
3026
3027 #: src/proto.c:1207
3028 msgid "failed to parse file chunk"
3029 msgstr ""
3030
3031 #: src/proto.c:1221
3032 msgid "file receive cancelled by daemon"
3033 msgstr ""
3034
3035 #: src/virt.c:101 src/virt.c:347
3036 msgid "you cannot set both live and readonly flags"
3037 msgstr ""
3038
3039 #: src/virt.c:109
3040 #, c-format
3041 msgid "could not connect to libvirt (code %d, domain %d): %s"
3042 msgstr ""
3043
3044 #: src/virt.c:130
3045 #, c-format
3046 msgid "no libvirt domain called '%s': %s"
3047 msgstr ""
3048
3049 #: src/virt.c:185 src/virt.c:435
3050 #, c-format
3051 msgid "error reading libvirt XML information: %s"
3052 msgstr ""
3053
3054 #: src/virt.c:195 src/virt.c:443
3055 msgid "unable to parse XML information returned by libvirt"
3056 msgstr ""
3057
3058 #: src/virt.c:201 src/virt.c:449
3059 msgid "unable to create new XPath context"
3060 msgstr ""
3061
3062 #: src/virt.c:208 src/virt.c:464
3063 msgid "unable to evaluate XPath expression"
3064 msgstr ""
3065
3066 #: src/virt.c:305
3067 msgid "libvirt domain has no disks"
3068 msgstr ""
3069
3070 #: src/virt.c:358
3071 #, c-format
3072 msgid "error getting domain info: %s"
3073 msgstr ""
3074
3075 #: src/virt.c:372
3076 msgid ""
3077 "error: domain is a live virtual machine.\n"
3078 "Writing to the disks of a running virtual machine can cause disk "
3079 "corruption.\n"
3080 "Either use read-only access, or if the guest is running the guestfsd daemon\n"
3081 "specify live access.  In most libguestfs tools these options are --ro or\n"
3082 "--live respectively.  Consult the documentation for further information."
3083 msgstr ""
3084
3085 #: src/virt.c:492
3086 msgid ""
3087 "this guest has no libvirt <channel> definition for guestfsd\n"
3088 "See ATTACHING TO RUNNING DAEMONS in guestfs(3) for further information."
3089 msgstr ""
3090
3091 #: src/virt.c:517
3092 msgid ""
3093 "add-domain API not available since this version of libguestfs was compiled "
3094 "without libvirt or libxml2"
3095 msgstr ""
3096
3097 #: test-tool/test-tool.c:79
3098 #, c-format
3099 msgid ""
3100 "libguestfs-test-tool: interactive test tool\n"
3101 "Copyright (C) 2009-2011 Red Hat Inc.\n"
3102 "Usage:\n"
3103 "  libguestfs-test-tool [--options]\n"
3104 "Options:\n"
3105 "  --help         Display usage\n"
3106 "  --qemudir dir  Specify QEMU source directory\n"
3107 "  --qemu qemu    Specify QEMU binary\n"
3108 "  --timeout n\n"
3109 "  -t n           Set launch timeout (default: %d seconds)\n"
3110 msgstr ""
3111
3112 #: test-tool/test-tool.c:127
3113 #, c-format
3114 msgid "libguestfs-test-tool: unknown long option: %s (%d)\n"
3115 msgstr ""
3116
3117 #: test-tool/test-tool.c:136
3118 #, c-format
3119 msgid "libguestfs-test-tool: invalid timeout: %s\n"
3120 msgstr ""
3121
3122 #: test-tool/test-tool.c:148
3123 #, c-format
3124 msgid "libguestfs-test-tool: unexpected command line option 0x%x\n"
3125 msgstr ""
3126
3127 #: test-tool/test-tool.c:173
3128 #, c-format
3129 msgid "libguestfs-test-tool: failed to create libguestfs handle\n"
3130 msgstr ""
3131
3132 #: test-tool/test-tool.c:180
3133 #, c-format
3134 msgid "libguestfs-test-tool: failed to add drive '%s'\n"
3135 msgstr ""
3136
3137 #: test-tool/test-tool.c:188
3138 #, c-format
3139 msgid "libguestfs-test-tool: guestfs_version failed\n"
3140 msgstr ""
3141
3142 #: test-tool/test-tool.c:221
3143 #, c-format
3144 msgid "libguestfs-test-tool: failed to launch appliance\n"
3145 msgstr ""
3146
3147 #: test-tool/test-tool.c:233
3148 #, c-format
3149 msgid "libguestfs-test-tool: failed to run part-disk\n"
3150 msgstr ""
3151
3152 #: test-tool/test-tool.c:239
3153 #, c-format
3154 msgid "libguestfs-test-tool: failed to mkfs.ext2\n"
3155 msgstr ""
3156
3157 #: test-tool/test-tool.c:245
3158 #, c-format
3159 msgid "libguestfs-test-tool: failed to mount /dev/sda1 on /\n"
3160 msgstr ""
3161
3162 #: test-tool/test-tool.c:252
3163 #, c-format
3164 msgid "libguestfs-test-tool: failed to touch file\n"
3165 msgstr ""
3166
3167 #: test-tool/test-tool.c:283
3168 #, c-format
3169 msgid ""
3170 "LIBGUESTFS_QEMU environment variable is already set, so\n"
3171 "--qemu/--qemudir options cannot be used.\n"
3172 msgstr ""
3173
3174 #: test-tool/test-tool.c:291
3175 #, c-format
3176 msgid "Binary '%s' does not exist or is not executable\n"
3177 msgstr ""
3178
3179 #: test-tool/test-tool.c:305
3180 #, c-format
3181 msgid "%s: does not look like a qemu source directory\n"
3182 msgstr ""
3183
3184 #: tools/virt-list-filesystems.pl:148
3185 msgid "virt-list-filesystems: no image or VM name given"
3186 msgstr ""
3187
3188 #: tools/virt-list-partitions.pl:160
3189 msgid "virt-list-partitions: no image or VM name given"
3190 msgstr ""
3191
3192 #: tools/virt-make-fs.pl:291
3193 msgid "virt-make-fs input output\n"
3194 msgstr ""
3195
3196 #: tools/virt-make-fs.pl:321
3197 msgid "unexpected output from 'du' command"
3198 msgstr ""
3199
3200 #: tools/virt-make-fs.pl:333 tools/virt-make-fs.pl:347
3201 #: tools/virt-make-fs.pl:458
3202 #, perl-brace-format
3203 msgid "{f}: unknown input format: {fmt}\n"
3204 msgstr ""
3205
3206 #: tools/virt-make-fs.pl:391
3207 #, perl-brace-format
3208 msgid "virt-make-fs: cannot parse size parameter: {sz}\n"
3209 msgstr ""
3210
3211 #: tools/virt-make-fs.pl:406
3212 msgid ""
3213 "qemu-img create: failed to create disk image, see earlier error messages\n"
3214 msgstr ""
3215
3216 #: tools/virt-make-fs.pl:417
3217 msgid "virt-make-fs: NTFS support was disabled when libguestfs was compiled\n"
3218 msgstr ""
3219
3220 #: tools/virt-make-fs.pl:442
3221 msgid "tar: failed, see earlier messages\n"
3222 msgstr ""
3223
3224 #: tools/virt-make-fs.pl:464
3225 msgid "uncompress command failed, see earlier messages\n"
3226 msgstr ""
3227
3228 #: tools/virt-make-fs.pl:499
3229 msgid ""
3230 "virt-make-fs: error copying contents into filesystem\n"
3231 "An error here usually means that the program did not estimate the\n"
3232 "filesystem size correctly.  Please read the BUGS section of the manpage.\n"
3233 msgstr ""
3234
3235 #: tools/virt-tar.pl:193 tools/virt-tar.pl:200
3236 msgid "virt-tar: extract/upload mode specified twice on the command line\n"
3237 msgstr ""
3238
3239 #: tools/virt-tar.pl:222
3240 msgid "virt-tar: no image, VM names, directory or filename given"
3241 msgstr ""
3242
3243 #: tools/virt-tar.pl:225
3244 msgid "virt-tar: either -x or -u must be specified on the command line\n"
3245 msgstr ""
3246
3247 #: tools/virt-tar.pl:236
3248 #, perl-brace-format
3249 msgid "virt-tar: {tarball}: file not found\n"
3250 msgstr ""
3251
3252 #: tools/virt-tar.pl:239
3253 #, perl-brace-format
3254 msgid "virt-tar: {dir}: directory name must start with '/' character\n"
3255 msgstr ""
3256
3257 #: tools/virt-tar.pl:253 tools/virt-win-reg.pl:261
3258 #, perl-brace-format
3259 msgid ""
3260 "{prog}: No operating system could be detected inside this disk image.\n"
3261 "\n"
3262 "This may be because the file is not a disk image, or is not a virtual "
3263 "machine\n"
3264 "image, or because the OS type is not understood by libguestfs.\n"
3265 "\n"
3266 "If you feel this is an error, please file a bug report including as much\n"
3267 "information about the disk image as possible.\n"
3268 msgstr ""
3269
3270 #: tools/virt-tar.pl:257 tools/virt-win-reg.pl:265
3271 #, perl-brace-format
3272 msgid "{prog}: multiboot operating systems are not supported.\n"
3273 msgstr ""
3274
3275 #: tools/virt-win-reg.pl:245
3276 msgid "no libvirt domain name or disk image given\n"
3277 msgstr ""
3278
3279 #: tools/virt-win-reg.pl:287
3280 msgid ""
3281 "expecting 1 or 2 more parameters, subkey path and optionally the value to "
3282 "export\n"
3283 msgstr ""
3284
3285 #: tools/virt-win-reg.pl:446
3286 #, perl-brace-format
3287 msgid "virt-win-reg: {p}: cannot find user directory\n"
3288 msgstr ""
3289
3290 #: tools/virt-win-reg.pl:451
3291 #, perl-brace-format
3292 msgid "virt-win-reg: {p}: not a supported Windows Registry path\n"
3293 msgstr ""
3294
3295 #: tools/virt-win-reg.pl:522 tools/virt-win-reg.pl:544
3296 #, perl-brace-format
3297 msgid "virt-win-reg: {p}: file not found in guest: {err}\n"
3298 msgstr ""
3299
3300 #: tools/virt-win-reg.pl:529
3301 #, perl-brace-format
3302 msgid "virt-win-reg: {p}: could not download registry file: {err}\n"
3303 msgstr ""
3304
3305 #: tools/virt-win-reg.pl:551
3306 #, perl-brace-format
3307 msgid "virt-win-reg: {p}: could not upload registry file: {err}\n"
3308 msgstr ""