Version 1.11.17.
[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.11.17\n"
10 "Report-Msgid-Bugs-To: https://bugzilla.redhat.com/enter_bug.cgi?"
11 "component=libguestfs&product=Virtualization+Tools\n"
12 "POT-Creation-Date: 2011-07-14 14:07+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:96 fuse/guestmount.c:908
23 #: inspector/virt-inspector.c:72 rescue/virt-rescue.c:59
24 #, c-format
25 msgid "Try `%s --help' for more information.\n"
26 msgstr ""
27
28 #: cat/virt-cat.c:61
29 #, c-format
30 msgid ""
31 "%s: display files in a virtual machine\n"
32 "Copyright (C) 2010 Red Hat Inc.\n"
33 "Usage:\n"
34 "  %s [--options] -d domname file [file ...]\n"
35 "  %s [--options] -a disk.img [-a disk.img ...] file [file ...]\n"
36 "Options:\n"
37 "  -a|--add image       Add image\n"
38 "  -c|--connect uri     Specify libvirt URI for -d option\n"
39 "  -d|--domain guest    Add disks from libvirt guest\n"
40 "  --echo-keys          Don't turn off echo for passphrases\n"
41 "  --format[=raw|..]    Force disk format for -a option\n"
42 "  --help               Display brief help\n"
43 "  --keys-from-stdin    Read passphrases from stdin\n"
44 "  -v|--verbose         Verbose messages\n"
45 "  -V|--version         Display version and exit\n"
46 "  -x                   Trace libguestfs API calls\n"
47 "For more information, see the manpage %s(1).\n"
48 msgstr ""
49
50 #: cat/virt-cat.c:117 cat/virt-filesystems.c:202 cat/virt-ls.c:192
51 #: df/domains.c:428 df/main.c:136 edit/virt-edit.c:141 fish/fish.c:219
52 #: fuse/guestmount.c:1024 inspector/virt-inspector.c:132
53 #: rescue/virt-rescue.c:133
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:276 fuse/guestmount.c:1061
60 #: inspector/virt-inspector.c:154 rescue/virt-rescue.c:157
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:1444
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:2622
328 msgid "Command"
329 msgstr ""
330
331 #: fish/cmds.c:2622
332 msgid "Description"
333 msgstr ""
334
335 #: fish/cmds.c:2624
336 msgid "add a CD-ROM disk image to examine"
337 msgstr ""
338
339 #: fish/cmds.c:2625
340 msgid "add the disk(s) from a named libvirt domain"
341 msgstr ""
342
343 #: fish/cmds.c:2626 fish/cmds.c:2627
344 msgid "add an image to examine or modify"
345 msgstr ""
346
347 #: fish/cmds.c:2628
348 msgid "add a drive in snapshot mode (read-only)"
349 msgstr ""
350
351 #: fish/cmds.c:2629
352 msgid "add a drive read-only specifying the QEMU block emulation to use"
353 msgstr ""
354
355 #: fish/cmds.c:2630
356 msgid "add a drive specifying the QEMU block emulation to use"
357 msgstr ""
358
359 #: fish/cmds.c:2631
360 msgid "allocate and add a disk file"
361 msgstr ""
362
363 #: fish/cmds.c:2632
364 msgid "clear Augeas path"
365 msgstr ""
366
367 #: fish/cmds.c:2633
368 msgid "close the current Augeas handle"
369 msgstr ""
370
371 #: fish/cmds.c:2634
372 msgid "define an Augeas node"
373 msgstr ""
374
375 #: fish/cmds.c:2635
376 msgid "define an Augeas variable"
377 msgstr ""
378
379 #: fish/cmds.c:2636
380 msgid "look up the value of an Augeas path"
381 msgstr ""
382
383 #: fish/cmds.c:2637
384 msgid "create a new Augeas handle"
385 msgstr ""
386
387 #: fish/cmds.c:2638
388 msgid "insert a sibling Augeas node"
389 msgstr ""
390
391 #: fish/cmds.c:2639
392 msgid "load files into the tree"
393 msgstr ""
394
395 #: fish/cmds.c:2640
396 msgid "list Augeas nodes under augpath"
397 msgstr ""
398
399 #: fish/cmds.c:2641
400 msgid "return Augeas nodes which match augpath"
401 msgstr ""
402
403 #: fish/cmds.c:2642
404 msgid "move Augeas node"
405 msgstr ""
406
407 #: fish/cmds.c:2643
408 msgid "remove an Augeas path"
409 msgstr ""
410
411 #: fish/cmds.c:2644
412 msgid "write all pending Augeas changes to disk"
413 msgstr ""
414
415 #: fish/cmds.c:2645
416 msgid "set Augeas path to value"
417 msgstr ""
418
419 #: fish/cmds.c:2646
420 msgid "test availability of some parts of the API"
421 msgstr ""
422
423 #: fish/cmds.c:2647
424 msgid "return a list of all optional groups"
425 msgstr ""
426
427 #: fish/cmds.c:2648
428 msgid "upload base64-encoded data to file"
429 msgstr ""
430
431 #: fish/cmds.c:2649
432 msgid "download file and encode as base64"
433 msgstr ""
434
435 #: fish/cmds.c:2650
436 msgid "flush device buffers"
437 msgstr ""
438
439 #: fish/cmds.c:2651
440 msgid "get blocksize of block device"
441 msgstr ""
442
443 #: fish/cmds.c:2652
444 msgid "is block device set to read-only"
445 msgstr ""
446
447 #: fish/cmds.c:2653
448 msgid "get total size of device in bytes"
449 msgstr ""
450
451 #: fish/cmds.c:2654
452 msgid "get sectorsize of block device"
453 msgstr ""
454
455 #: fish/cmds.c:2655
456 msgid "get total size of device in 512-byte sectors"
457 msgstr ""
458
459 #: fish/cmds.c:2656
460 msgid "reread partition table"
461 msgstr ""
462
463 #: fish/cmds.c:2657
464 msgid "set blocksize of block device"
465 msgstr ""
466
467 #: fish/cmds.c:2658
468 msgid "set block device to read-only"
469 msgstr ""
470
471 #: fish/cmds.c:2659
472 msgid "set block device to read-write"
473 msgstr ""
474
475 #: fish/cmds.c:2660
476 msgid "resize a btrfs filesystem"
477 msgstr ""
478
479 #: fish/cmds.c:2661
480 msgid "return true path on case-insensitive filesystem"
481 msgstr ""
482
483 #: fish/cmds.c:2662
484 msgid "list the contents of a file"
485 msgstr ""
486
487 #: fish/cmds.c:2663
488 msgid "compute MD5, SHAx or CRC checksum of file"
489 msgstr ""
490
491 #: fish/cmds.c:2664
492 msgid "compute MD5, SHAx or CRC checksum of the contents of a device"
493 msgstr ""
494
495 #: fish/cmds.c:2665
496 msgid "compute MD5, SHAx or CRC checksum of files in a directory"
497 msgstr ""
498
499 #: fish/cmds.c:2666
500 msgid "change file mode"
501 msgstr ""
502
503 #: fish/cmds.c:2667 fish/cmds.c:2787
504 msgid "change file owner and group"
505 msgstr ""
506
507 #: fish/cmds.c:2668
508 msgid "run a command from the guest filesystem"
509 msgstr ""
510
511 #: fish/cmds.c:2669
512 msgid "run a command, returning lines"
513 msgstr ""
514
515 #: fish/cmds.c:2670
516 msgid "add qemu parameters"
517 msgstr ""
518
519 #: fish/cmds.c:2671
520 msgid "copy local files or directories into an image"
521 msgstr ""
522
523 #: fish/cmds.c:2672
524 msgid "copy remote files or directories out of an image"
525 msgstr ""
526
527 #: fish/cmds.c:2673
528 msgid "copy size bytes from source to destination using dd"
529 msgstr ""
530
531 #: fish/cmds.c:2674
532 msgid "copy a file"
533 msgstr ""
534
535 #: fish/cmds.c:2675
536 msgid "copy a file or directory recursively"
537 msgstr ""
538
539 #: fish/cmds.c:2676
540 msgid "copy from source to destination using dd"
541 msgstr ""
542
543 #: fish/cmds.c:2677
544 msgid "debugging and internals"
545 msgstr ""
546
547 #: fish/cmds.c:2678
548 msgid "debug the QEMU command line (internal use only)"
549 msgstr ""
550
551 #: fish/cmds.c:2679
552 msgid "upload a file to the appliance (internal use only)"
553 msgstr ""
554
555 #: fish/cmds.c:2680
556 msgid "report file system disk space usage"
557 msgstr ""
558
559 #: fish/cmds.c:2681
560 msgid "report file system disk space usage (human readable)"
561 msgstr ""
562
563 #: fish/cmds.c:2682
564 msgid "display an image"
565 msgstr ""
566
567 #: fish/cmds.c:2683
568 msgid "return kernel messages"
569 msgstr ""
570
571 #: fish/cmds.c:2684
572 msgid "download a file to the local machine"
573 msgstr ""
574
575 #: fish/cmds.c:2685
576 msgid "download a file to the local machine with offset and size"
577 msgstr ""
578
579 #: fish/cmds.c:2686
580 msgid "drop kernel page cache, dentries and inodes"
581 msgstr ""
582
583 #: fish/cmds.c:2687
584 msgid "estimate file space usage"
585 msgstr ""
586
587 #: fish/cmds.c:2688
588 msgid "check an ext2/ext3 filesystem"
589 msgstr ""
590
591 #: fish/cmds.c:2689
592 msgid "display a line of text"
593 msgstr ""
594
595 #: fish/cmds.c:2690
596 msgid "echo arguments back to the client"
597 msgstr ""
598
599 #: fish/cmds.c:2691
600 msgid "edit a file"
601 msgstr ""
602
603 #: fish/cmds.c:2692 fish/cmds.c:2693 fish/cmds.c:2698 fish/cmds.c:2699
604 #: fish/cmds.c:2732 fish/cmds.c:2733 fish/cmds.c:2984 fish/cmds.c:2985
605 #: fish/cmds.c:2989 fish/cmds.c:2990 fish/cmds.c:2992 fish/cmds.c:2993
606 msgid "return lines matching a pattern"
607 msgstr ""
608
609 #: fish/cmds.c:2694
610 msgid "test if two files have equal contents"
611 msgstr ""
612
613 #: fish/cmds.c:2695
614 msgid "test if file or directory exists"
615 msgstr ""
616
617 #: fish/cmds.c:2696 fish/cmds.c:2697
618 msgid "preallocate a file in the guest filesystem"
619 msgstr ""
620
621 #: fish/cmds.c:2700
622 msgid "determine file type"
623 msgstr ""
624
625 #: fish/cmds.c:2701
626 msgid "detect the architecture of a binary file"
627 msgstr ""
628
629 #: fish/cmds.c:2702
630 msgid "return the size of the file in bytes"
631 msgstr ""
632
633 #: fish/cmds.c:2703
634 msgid "fill a file with octets"
635 msgstr ""
636
637 #: fish/cmds.c:2704
638 msgid "fill a file with a repeating pattern of bytes"
639 msgstr ""
640
641 #: fish/cmds.c:2705
642 msgid "find all files and directories"
643 msgstr ""
644
645 #: fish/cmds.c:2706
646 msgid "find all files and directories, returning NUL-separated list"
647 msgstr ""
648
649 #: fish/cmds.c:2707
650 msgid "find a filesystem by label"
651 msgstr ""
652
653 #: fish/cmds.c:2708
654 msgid "find a filesystem by UUID"
655 msgstr ""
656
657 #: fish/cmds.c:2709
658 msgid "run the filesystem checker"
659 msgstr ""
660
661 #: fish/cmds.c:2710
662 msgid "get the additional kernel options"
663 msgstr ""
664
665 #: fish/cmds.c:2711
666 msgid "get the attach method"
667 msgstr ""
668
669 #: fish/cmds.c:2712
670 msgid "get autosync mode"
671 msgstr ""
672
673 #: fish/cmds.c:2713
674 msgid "get direct appliance mode flag"
675 msgstr ""
676
677 #: fish/cmds.c:2714
678 msgid "get the ext2/3/4 filesystem label"
679 msgstr ""
680
681 #: fish/cmds.c:2715
682 msgid "get the ext2/3/4 filesystem UUID"
683 msgstr ""
684
685 #: fish/cmds.c:2716
686 msgid "get memory allocated to the qemu subprocess"
687 msgstr ""
688
689 #: fish/cmds.c:2717
690 msgid "get enable network flag"
691 msgstr ""
692
693 #: fish/cmds.c:2718
694 msgid "get the search path"
695 msgstr ""
696
697 #: fish/cmds.c:2719
698 msgid "get PID of qemu subprocess"
699 msgstr ""
700
701 #: fish/cmds.c:2720
702 msgid "get the qemu binary"
703 msgstr ""
704
705 #: fish/cmds.c:2721
706 msgid "get recovery process enabled flag"
707 msgstr ""
708
709 #: fish/cmds.c:2722
710 msgid "get SELinux enabled flag"
711 msgstr ""
712
713 #: fish/cmds.c:2723
714 msgid "get the current state"
715 msgstr ""
716
717 #: fish/cmds.c:2724
718 msgid "get command trace enabled flag"
719 msgstr ""
720
721 #: fish/cmds.c:2725
722 msgid "get the current umask"
723 msgstr ""
724
725 #: fish/cmds.c:2726
726 msgid "get verbose mode"
727 msgstr ""
728
729 #: fish/cmds.c:2727
730 msgid "get SELinux security context"
731 msgstr ""
732
733 #: fish/cmds.c:2728 fish/cmds.c:2788
734 msgid "get a single extended attribute"
735 msgstr ""
736
737 #: fish/cmds.c:2729 fish/cmds.c:2789
738 msgid "list extended attributes of a file or directory"
739 msgstr ""
740
741 #: fish/cmds.c:2730
742 msgid "expand wildcards in command"
743 msgstr ""
744
745 #: fish/cmds.c:2731
746 msgid "expand a wildcard path"
747 msgstr ""
748
749 #: fish/cmds.c:2734
750 msgid "install GRUB"
751 msgstr ""
752
753 #: fish/cmds.c:2735
754 msgid "return first 10 lines of a file"
755 msgstr ""
756
757 #: fish/cmds.c:2736
758 msgid "return first N lines of a file"
759 msgstr ""
760
761 #: fish/cmds.c:2737
762 msgid "dump a file in hexadecimal"
763 msgstr ""
764
765 #: fish/cmds.c:2738
766 msgid "edit with a hex editor"
767 msgstr ""
768
769 #: fish/cmds.c:2739
770 msgid "list the contents of a single file in an initrd"
771 msgstr ""
772
773 #: fish/cmds.c:2740
774 msgid "list files in an initrd"
775 msgstr ""
776
777 #: fish/cmds.c:2741
778 msgid "add an inotify watch"
779 msgstr ""
780
781 #: fish/cmds.c:2742
782 msgid "close the inotify handle"
783 msgstr ""
784
785 #: fish/cmds.c:2743
786 msgid "return list of watched files that had events"
787 msgstr ""
788
789 #: fish/cmds.c:2744
790 msgid "create an inotify handle"
791 msgstr ""
792
793 #: fish/cmds.c:2745
794 msgid "return list of inotify events"
795 msgstr ""
796
797 #: fish/cmds.c:2746
798 msgid "remove an inotify watch"
799 msgstr ""
800
801 #: fish/cmds.c:2747
802 msgid "get architecture of inspected operating system"
803 msgstr ""
804
805 #: fish/cmds.c:2748
806 msgid "get distro of inspected operating system"
807 msgstr ""
808
809 #: fish/cmds.c:2749
810 msgid "get drive letter mappings"
811 msgstr ""
812
813 #: fish/cmds.c:2750
814 msgid "get filesystems associated with inspected operating system"
815 msgstr ""
816
817 #: fish/cmds.c:2751
818 msgid "get format of inspected operating system"
819 msgstr ""
820
821 #: fish/cmds.c:2752
822 msgid "get hostname of the operating system"
823 msgstr ""
824
825 #: fish/cmds.c:2753
826 msgid "get the icon corresponding to this operating system"
827 msgstr ""
828
829 #: fish/cmds.c:2754
830 msgid "get major version of inspected operating system"
831 msgstr ""
832
833 #: fish/cmds.c:2755
834 msgid "get minor version of inspected operating system"
835 msgstr ""
836
837 #: fish/cmds.c:2756
838 msgid "get mountpoints of inspected operating system"
839 msgstr ""
840
841 #: fish/cmds.c:2757
842 msgid "get package format used by the operating system"
843 msgstr ""
844
845 #: fish/cmds.c:2758
846 msgid "get package management tool used by the operating system"
847 msgstr ""
848
849 #: fish/cmds.c:2759
850 msgid "get product name of inspected operating system"
851 msgstr ""
852
853 #: fish/cmds.c:2760
854 msgid "get product variant of inspected operating system"
855 msgstr ""
856
857 #: fish/cmds.c:2761
858 msgid "return list of operating systems found by last inspection"
859 msgstr ""
860
861 #: fish/cmds.c:2762
862 msgid "get type of inspected operating system"
863 msgstr ""
864
865 #: fish/cmds.c:2763
866 msgid "get Windows CurrentControlSet of inspected operating system"
867 msgstr ""
868
869 #: fish/cmds.c:2764
870 msgid "get Windows systemroot of inspected operating system"
871 msgstr ""
872
873 #: fish/cmds.c:2765
874 msgid "get live flag for install disk"
875 msgstr ""
876
877 #: fish/cmds.c:2766
878 msgid "get multipart flag for install disk"
879 msgstr ""
880
881 #: fish/cmds.c:2767
882 msgid "get netinst (network installer) flag for install disk"
883 msgstr ""
884
885 #: fish/cmds.c:2768
886 msgid "get list of applications installed in the operating system"
887 msgstr ""
888
889 #: fish/cmds.c:2769
890 msgid "inspect disk and return list of operating systems found"
891 msgstr ""
892
893 #: fish/cmds.c:2770
894 msgid "test if block device"
895 msgstr ""
896
897 #: fish/cmds.c:2771
898 msgid "is busy processing a command"
899 msgstr ""
900
901 #: fish/cmds.c:2772
902 msgid "test if character device"
903 msgstr ""
904
905 #: fish/cmds.c:2773
906 msgid "is in configuration state"
907 msgstr ""
908
909 #: fish/cmds.c:2774
910 msgid "test if a directory"
911 msgstr ""
912
913 #: fish/cmds.c:2775
914 msgid "test if FIFO (named pipe)"
915 msgstr ""
916
917 #: fish/cmds.c:2776
918 msgid "test if a regular file"
919 msgstr ""
920
921 #: fish/cmds.c:2777
922 msgid "is launching subprocess"
923 msgstr ""
924
925 #: fish/cmds.c:2778
926 msgid "test if device is a logical volume"
927 msgstr ""
928
929 #: fish/cmds.c:2779
930 msgid "is ready to accept commands"
931 msgstr ""
932
933 #: fish/cmds.c:2780
934 msgid "test if socket"
935 msgstr ""
936
937 #: fish/cmds.c:2781
938 msgid "test if symbolic link"
939 msgstr ""
940
941 #: fish/cmds.c:2782
942 msgid "test if a file contains all zero bytes"
943 msgstr ""
944
945 #: fish/cmds.c:2783
946 msgid "test if a device contains all zero bytes"
947 msgstr ""
948
949 #: fish/cmds.c:2784
950 msgid "kill the qemu subprocess"
951 msgstr ""
952
953 #: fish/cmds.c:2785
954 msgid "launch the qemu subprocess"
955 msgstr ""
956
957 #: fish/cmds.c:2786
958 msgid "change working directory"
959 msgstr ""
960
961 #: fish/cmds.c:2790
962 msgid "list 9p filesystems"
963 msgstr ""
964
965 #: fish/cmds.c:2791
966 msgid "list the block devices"
967 msgstr ""
968
969 #: fish/cmds.c:2792
970 msgid "list device mapper devices"
971 msgstr ""
972
973 #: fish/cmds.c:2793
974 msgid "list filesystems"
975 msgstr ""
976
977 #: fish/cmds.c:2794
978 msgid "list the partitions"
979 msgstr ""
980
981 #: fish/cmds.c:2795
982 msgid "list the files in a directory (long format)"
983 msgstr ""
984
985 #: fish/cmds.c:2796 fish/cmds.c:2797
986 msgid "create a hard link"
987 msgstr ""
988
989 #: fish/cmds.c:2798 fish/cmds.c:2799
990 msgid "create a symbolic link"
991 msgstr ""
992
993 #: fish/cmds.c:2800 fish/cmds.c:2893
994 msgid "remove extended attribute of a file or directory"
995 msgstr ""
996
997 #: fish/cmds.c:2801
998 msgid "list the files in a directory"
999 msgstr ""
1000
1001 #: fish/cmds.c:2802 fish/cmds.c:2920
1002 msgid "set extended attribute of a file or directory"
1003 msgstr ""
1004
1005 #: fish/cmds.c:2803
1006 msgid "get file information for a symbolic link"
1007 msgstr ""
1008
1009 #: fish/cmds.c:2804
1010 msgid "lstat on multiple files"
1011 msgstr ""
1012
1013 #: fish/cmds.c:2805
1014 msgid "add a key on a LUKS encrypted device"
1015 msgstr ""
1016
1017 #: fish/cmds.c:2806
1018 msgid "close a LUKS device"
1019 msgstr ""
1020
1021 #: fish/cmds.c:2807 fish/cmds.c:2808
1022 msgid "format a block device as a LUKS encrypted device"
1023 msgstr ""
1024
1025 #: fish/cmds.c:2809
1026 msgid "remove a key from a LUKS encrypted device"
1027 msgstr ""
1028
1029 #: fish/cmds.c:2810
1030 msgid "open a LUKS-encrypted block device"
1031 msgstr ""
1032
1033 #: fish/cmds.c:2811
1034 msgid "open a LUKS-encrypted block device read-only"
1035 msgstr ""
1036
1037 #: fish/cmds.c:2812
1038 msgid "create an LVM logical volume"
1039 msgstr ""
1040
1041 #: fish/cmds.c:2813
1042 msgid "get canonical name of an LV"
1043 msgstr ""
1044
1045 #: fish/cmds.c:2814
1046 msgid "clear LVM device filter"
1047 msgstr ""
1048
1049 #: fish/cmds.c:2815
1050 msgid "remove all LVM LVs, VGs and PVs"
1051 msgstr ""
1052
1053 #: fish/cmds.c:2816
1054 msgid "set LVM device filter"
1055 msgstr ""
1056
1057 #: fish/cmds.c:2817
1058 msgid "remove an LVM logical volume"
1059 msgstr ""
1060
1061 #: fish/cmds.c:2818
1062 msgid "rename an LVM logical volume"
1063 msgstr ""
1064
1065 #: fish/cmds.c:2819
1066 msgid "resize an LVM logical volume"
1067 msgstr ""
1068
1069 #: fish/cmds.c:2820
1070 msgid "expand an LV to fill free space"
1071 msgstr ""
1072
1073 #: fish/cmds.c:2821 fish/cmds.c:2822
1074 msgid "list the LVM logical volumes (LVs)"
1075 msgstr ""
1076
1077 #: fish/cmds.c:2823
1078 msgid "get the UUID of a logical volume"
1079 msgstr ""
1080
1081 #: fish/cmds.c:2824
1082 msgid "lgetxattr on multiple files"
1083 msgstr ""
1084
1085 #: fish/cmds.c:2825
1086 msgid "open the manual"
1087 msgstr ""
1088
1089 #: fish/cmds.c:2826
1090 msgid "create a directory"
1091 msgstr ""
1092
1093 #: fish/cmds.c:2827
1094 msgid "create a directory with a particular mode"
1095 msgstr ""
1096
1097 #: fish/cmds.c:2828
1098 msgid "create a directory and parents"
1099 msgstr ""
1100
1101 #: fish/cmds.c:2829
1102 msgid "create a temporary directory"
1103 msgstr ""
1104
1105 #: fish/cmds.c:2830 fish/cmds.c:2831 fish/cmds.c:2832
1106 msgid "make ext2/3/4 filesystem with external journal"
1107 msgstr ""
1108
1109 #: fish/cmds.c:2833
1110 msgid "make ext2/3/4 external journal"
1111 msgstr ""
1112
1113 #: fish/cmds.c:2834
1114 msgid "make ext2/3/4 external journal with label"
1115 msgstr ""
1116
1117 #: fish/cmds.c:2835
1118 msgid "make ext2/3/4 external journal with UUID"
1119 msgstr ""
1120
1121 #: fish/cmds.c:2836
1122 msgid "make FIFO (named pipe)"
1123 msgstr ""
1124
1125 #: fish/cmds.c:2837 fish/cmds.c:2839
1126 msgid "make a filesystem"
1127 msgstr ""
1128
1129 #: fish/cmds.c:2838
1130 msgid "make a filesystem with block size"
1131 msgstr ""
1132
1133 #: fish/cmds.c:2840
1134 msgid "create a mountpoint"
1135 msgstr ""
1136
1137 #: fish/cmds.c:2841
1138 msgid "make block, character or FIFO devices"
1139 msgstr ""
1140
1141 #: fish/cmds.c:2842
1142 msgid "make block device node"
1143 msgstr ""
1144
1145 #: fish/cmds.c:2843
1146 msgid "make char device node"
1147 msgstr ""
1148
1149 #: fish/cmds.c:2844
1150 msgid "create a swap partition"
1151 msgstr ""
1152
1153 #: fish/cmds.c:2845
1154 msgid "create a swap partition with a label"
1155 msgstr ""
1156
1157 #: fish/cmds.c:2846
1158 msgid "create a swap partition with an explicit UUID"
1159 msgstr ""
1160
1161 #: fish/cmds.c:2847
1162 msgid "create a swap file"
1163 msgstr ""
1164
1165 #: fish/cmds.c:2848
1166 msgid "load a kernel module"
1167 msgstr ""
1168
1169 #: fish/cmds.c:2849
1170 msgid "view a file"
1171 msgstr ""
1172
1173 #: fish/cmds.c:2850
1174 msgid "mount a guest disk at a position in the filesystem"
1175 msgstr ""
1176
1177 #: fish/cmds.c:2851
1178 msgid "mount 9p filesystem"
1179 msgstr ""
1180
1181 #: fish/cmds.c:2852
1182 msgid "mount a file using the loop device"
1183 msgstr ""
1184
1185 #: fish/cmds.c:2853
1186 msgid "mount a guest disk with mount options"
1187 msgstr ""
1188
1189 #: fish/cmds.c:2854
1190 msgid "mount a guest disk, read-only"
1191 msgstr ""
1192
1193 #: fish/cmds.c:2855
1194 msgid "mount a guest disk with mount options and vfstype"
1195 msgstr ""
1196
1197 #: fish/cmds.c:2856
1198 msgid "show mountpoints"
1199 msgstr ""
1200
1201 #: fish/cmds.c:2857
1202 msgid "show mounted filesystems"
1203 msgstr ""
1204
1205 #: fish/cmds.c:2858
1206 msgid "move a file"
1207 msgstr ""
1208
1209 #: fish/cmds.c:2859
1210 msgid "probe NTFS volume"
1211 msgstr ""
1212
1213 #: fish/cmds.c:2860 fish/cmds.c:2861
1214 msgid "resize an NTFS filesystem"
1215 msgstr ""
1216
1217 #: fish/cmds.c:2862
1218 msgid "resize an NTFS filesystem (with size)"
1219 msgstr ""
1220
1221 #: fish/cmds.c:2863
1222 msgid "add a partition to the device"
1223 msgstr ""
1224
1225 #: fish/cmds.c:2864
1226 msgid "delete a partition"
1227 msgstr ""
1228
1229 #: fish/cmds.c:2865
1230 msgid "partition whole disk with a single primary partition"
1231 msgstr ""
1232
1233 #: fish/cmds.c:2866
1234 msgid "return true if a partition is bootable"
1235 msgstr ""
1236
1237 #: fish/cmds.c:2867
1238 msgid "get the MBR type byte (ID byte) from a partition"
1239 msgstr ""
1240
1241 #: fish/cmds.c:2868
1242 msgid "get the partition table type"
1243 msgstr ""
1244
1245 #: fish/cmds.c:2869
1246 msgid "create an empty partition table"
1247 msgstr ""
1248
1249 #: fish/cmds.c:2870
1250 msgid "list partitions on a device"
1251 msgstr ""
1252
1253 #: fish/cmds.c:2871
1254 msgid "make a partition bootable"
1255 msgstr ""
1256
1257 #: fish/cmds.c:2872
1258 msgid "set the MBR type byte (ID byte) of a partition"
1259 msgstr ""
1260
1261 #: fish/cmds.c:2873
1262 msgid "set partition name"
1263 msgstr ""
1264
1265 #: fish/cmds.c:2874
1266 msgid "convert partition name to device name"
1267 msgstr ""
1268
1269 #: fish/cmds.c:2875
1270 msgid "ping the guest daemon"
1271 msgstr ""
1272
1273 #: fish/cmds.c:2876
1274 msgid "read part of a file"
1275 msgstr ""
1276
1277 #: fish/cmds.c:2877
1278 msgid "read part of a device"
1279 msgstr ""
1280
1281 #: fish/cmds.c:2878
1282 msgid "create an LVM physical volume"
1283 msgstr ""
1284
1285 #: fish/cmds.c:2879
1286 msgid "remove an LVM physical volume"
1287 msgstr ""
1288
1289 #: fish/cmds.c:2880
1290 msgid "resize an LVM physical volume"
1291 msgstr ""
1292
1293 #: fish/cmds.c:2881
1294 msgid "resize an LVM physical volume (with size)"
1295 msgstr ""
1296
1297 #: fish/cmds.c:2882 fish/cmds.c:2883
1298 msgid "list the LVM physical volumes (PVs)"
1299 msgstr ""
1300
1301 #: fish/cmds.c:2884
1302 msgid "get the UUID of a physical volume"
1303 msgstr ""
1304
1305 #: fish/cmds.c:2885
1306 msgid "write to part of a file"
1307 msgstr ""
1308
1309 #: fish/cmds.c:2886
1310 msgid "write to part of a device"
1311 msgstr ""
1312
1313 #: fish/cmds.c:2887
1314 msgid "read a file"
1315 msgstr ""
1316
1317 #: fish/cmds.c:2888
1318 msgid "read file as lines"
1319 msgstr ""
1320
1321 #: fish/cmds.c:2889
1322 msgid "read directories entries"
1323 msgstr ""
1324
1325 #: fish/cmds.c:2890
1326 msgid "read the target of a symbolic link"
1327 msgstr ""
1328
1329 #: fish/cmds.c:2891
1330 msgid "readlink on multiple files"
1331 msgstr ""
1332
1333 #: fish/cmds.c:2892
1334 msgid "canonicalized absolute pathname"
1335 msgstr ""
1336
1337 #: fish/cmds.c:2894
1338 msgid "close and reopen libguestfs handle"
1339 msgstr ""
1340
1341 #: fish/cmds.c:2895
1342 msgid "resize an ext2, ext3 or ext4 filesystem"
1343 msgstr ""
1344
1345 #: fish/cmds.c:2896
1346 msgid "resize an ext2, ext3 or ext4 filesystem to the minimum size"
1347 msgstr ""
1348
1349 #: fish/cmds.c:2897
1350 msgid "resize an ext2, ext3 or ext4 filesystem (with size)"
1351 msgstr ""
1352
1353 #: fish/cmds.c:2898
1354 msgid "remove a file"
1355 msgstr ""
1356
1357 #: fish/cmds.c:2899
1358 msgid "remove a file or directory recursively"
1359 msgstr ""
1360
1361 #: fish/cmds.c:2900
1362 msgid "remove a directory"
1363 msgstr ""
1364
1365 #: fish/cmds.c:2901
1366 msgid "remove a mountpoint"
1367 msgstr ""
1368
1369 #: fish/cmds.c:2902
1370 msgid "scrub (securely wipe) a device"
1371 msgstr ""
1372
1373 #: fish/cmds.c:2903
1374 msgid "scrub (securely wipe) a file"
1375 msgstr ""
1376
1377 #: fish/cmds.c:2904
1378 msgid "scrub (securely wipe) free space"
1379 msgstr ""
1380
1381 #: fish/cmds.c:2905
1382 msgid "add options to kernel command line"
1383 msgstr ""
1384
1385 #: fish/cmds.c:2906
1386 msgid "set the attach method"
1387 msgstr ""
1388
1389 #: fish/cmds.c:2907
1390 msgid "set autosync mode"
1391 msgstr ""
1392
1393 #: fish/cmds.c:2908
1394 msgid "enable or disable direct appliance mode"
1395 msgstr ""
1396
1397 #: fish/cmds.c:2909
1398 msgid "set the ext2/3/4 filesystem label"
1399 msgstr ""
1400
1401 #: fish/cmds.c:2910
1402 msgid "set the ext2/3/4 filesystem UUID"
1403 msgstr ""
1404
1405 #: fish/cmds.c:2911
1406 msgid "set memory allocated to the qemu subprocess"
1407 msgstr ""
1408
1409 #: fish/cmds.c:2912
1410 msgid "set enable network flag"
1411 msgstr ""
1412
1413 #: fish/cmds.c:2913
1414 msgid "set the search path"
1415 msgstr ""
1416
1417 #: fish/cmds.c:2914
1418 msgid "set the qemu binary"
1419 msgstr ""
1420
1421 #: fish/cmds.c:2915
1422 msgid "enable or disable the recovery process"
1423 msgstr ""
1424
1425 #: fish/cmds.c:2916
1426 msgid "set SELinux enabled or disabled at appliance boot"
1427 msgstr ""
1428
1429 #: fish/cmds.c:2917
1430 msgid "enable or disable command traces"
1431 msgstr ""
1432
1433 #: fish/cmds.c:2918
1434 msgid "set verbose mode"
1435 msgstr ""
1436
1437 #: fish/cmds.c:2919
1438 msgid "set SELinux security context"
1439 msgstr ""
1440
1441 #: fish/cmds.c:2921 fish/cmds.c:2922
1442 msgid "create partitions on a block device"
1443 msgstr ""
1444
1445 #: fish/cmds.c:2923
1446 msgid "modify a single partition on a block device"
1447 msgstr ""
1448
1449 #: fish/cmds.c:2924
1450 msgid "display the disk geometry from the partition table"
1451 msgstr ""
1452
1453 #: fish/cmds.c:2925
1454 msgid "display the kernel geometry"
1455 msgstr ""
1456
1457 #: fish/cmds.c:2926
1458 msgid "display the partition table"
1459 msgstr ""
1460
1461 #: fish/cmds.c:2927
1462 msgid "run a command via the shell"
1463 msgstr ""
1464
1465 #: fish/cmds.c:2928
1466 msgid "run a command via the shell returning lines"
1467 msgstr ""
1468
1469 #: fish/cmds.c:2929
1470 msgid "sleep for some seconds"
1471 msgstr ""
1472
1473 #: fish/cmds.c:2930
1474 msgid "create a sparse disk image and add"
1475 msgstr ""
1476
1477 #: fish/cmds.c:2931
1478 msgid "get file information"
1479 msgstr ""
1480
1481 #: fish/cmds.c:2932
1482 msgid "get file system statistics"
1483 msgstr ""
1484
1485 #: fish/cmds.c:2933 fish/cmds.c:2934
1486 msgid "print the printable strings in a file"
1487 msgstr ""
1488
1489 #: fish/cmds.c:2935
1490 msgid "list supported groups of commands"
1491 msgstr ""
1492
1493 #: fish/cmds.c:2936
1494 msgid "disable swap on device"
1495 msgstr ""
1496
1497 #: fish/cmds.c:2937
1498 msgid "disable swap on file"
1499 msgstr ""
1500
1501 #: fish/cmds.c:2938
1502 msgid "disable swap on labeled swap partition"
1503 msgstr ""
1504
1505 #: fish/cmds.c:2939
1506 msgid "disable swap on swap partition by UUID"
1507 msgstr ""
1508
1509 #: fish/cmds.c:2940
1510 msgid "enable swap on device"
1511 msgstr ""
1512
1513 #: fish/cmds.c:2941
1514 msgid "enable swap on file"
1515 msgstr ""
1516
1517 #: fish/cmds.c:2942
1518 msgid "enable swap on labeled swap partition"
1519 msgstr ""
1520
1521 #: fish/cmds.c:2943
1522 msgid "enable swap on swap partition by UUID"
1523 msgstr ""
1524
1525 #: fish/cmds.c:2944
1526 msgid "sync disks, writes are flushed through to the disk image"
1527 msgstr ""
1528
1529 #: fish/cmds.c:2945
1530 msgid "return last 10 lines of a file"
1531 msgstr ""
1532
1533 #: fish/cmds.c:2946
1534 msgid "return last N lines of a file"
1535 msgstr ""
1536
1537 #: fish/cmds.c:2947
1538 msgid "unpack tarfile to directory"
1539 msgstr ""
1540
1541 #: fish/cmds.c:2948
1542 msgid "pack directory into tarfile"
1543 msgstr ""
1544
1545 #: fish/cmds.c:2949 fish/cmds.c:2956
1546 msgid "unpack compressed tarball to directory"
1547 msgstr ""
1548
1549 #: fish/cmds.c:2950 fish/cmds.c:2957
1550 msgid "pack directory into compressed tarball"
1551 msgstr ""
1552
1553 #: fish/cmds.c:2951
1554 msgid "print elapsed time taken to run a command"
1555 msgstr ""
1556
1557 #: fish/cmds.c:2952
1558 msgid "update file timestamps or create a new file"
1559 msgstr ""
1560
1561 #: fish/cmds.c:2953
1562 msgid "truncate a file to zero size"
1563 msgstr ""
1564
1565 #: fish/cmds.c:2954
1566 msgid "truncate a file to a particular size"
1567 msgstr ""
1568
1569 #: fish/cmds.c:2955
1570 msgid "get ext2/ext3/ext4 superblock details"
1571 msgstr ""
1572
1573 #: fish/cmds.c:2958
1574 msgid "set file mode creation mask (umask)"
1575 msgstr ""
1576
1577 #: fish/cmds.c:2959
1578 msgid "unmount a filesystem"
1579 msgstr ""
1580
1581 #: fish/cmds.c:2960
1582 msgid "unmount all filesystems"
1583 msgstr ""
1584
1585 #: fish/cmds.c:2961
1586 msgid "upload a file from the local machine"
1587 msgstr ""
1588
1589 #: fish/cmds.c:2962
1590 msgid "upload a file from the local machine with offset"
1591 msgstr ""
1592
1593 #: fish/cmds.c:2963
1594 msgid "set timestamp of a file with nanosecond precision"
1595 msgstr ""
1596
1597 #: fish/cmds.c:2964
1598 msgid "get the library version number"
1599 msgstr ""
1600
1601 #: fish/cmds.c:2965
1602 msgid "get the filesystem label"
1603 msgstr ""
1604
1605 #: fish/cmds.c:2966
1606 msgid "get the Linux VFS type corresponding to a mounted device"
1607 msgstr ""
1608
1609 #: fish/cmds.c:2967
1610 msgid "get the filesystem UUID"
1611 msgstr ""
1612
1613 #: fish/cmds.c:2968
1614 msgid "activate or deactivate some volume groups"
1615 msgstr ""
1616
1617 #: fish/cmds.c:2969
1618 msgid "activate or deactivate all volume groups"
1619 msgstr ""
1620
1621 #: fish/cmds.c:2970
1622 msgid "create an LVM volume group"
1623 msgstr ""
1624
1625 #: fish/cmds.c:2971
1626 msgid "get the LV UUIDs of all LVs in the volume group"
1627 msgstr ""
1628
1629 #: fish/cmds.c:2972
1630 msgid "get the PV UUIDs containing the volume group"
1631 msgstr ""
1632
1633 #: fish/cmds.c:2973
1634 msgid "remove an LVM volume group"
1635 msgstr ""
1636
1637 #: fish/cmds.c:2974
1638 msgid "rename an LVM volume group"
1639 msgstr ""
1640
1641 #: fish/cmds.c:2975 fish/cmds.c:2976
1642 msgid "list the LVM volume groups (VGs)"
1643 msgstr ""
1644
1645 #: fish/cmds.c:2977
1646 msgid "rescan for LVM physical volumes, volume groups and logical volumes"
1647 msgstr ""
1648
1649 #: fish/cmds.c:2978
1650 msgid "get the UUID of a volume group"
1651 msgstr ""
1652
1653 #: fish/cmds.c:2979
1654 msgid "count characters in a file"
1655 msgstr ""
1656
1657 #: fish/cmds.c:2980
1658 msgid "count lines in a file"
1659 msgstr ""
1660
1661 #: fish/cmds.c:2981
1662 msgid "count words in a file"
1663 msgstr ""
1664
1665 #: fish/cmds.c:2982
1666 msgid "create a new file"
1667 msgstr ""
1668
1669 #: fish/cmds.c:2983
1670 msgid "create a file"
1671 msgstr ""
1672
1673 #: fish/cmds.c:2986
1674 msgid "write zeroes to the device"
1675 msgstr ""
1676
1677 #: fish/cmds.c:2987
1678 msgid "write zeroes to an entire device"
1679 msgstr ""
1680
1681 #: fish/cmds.c:2988
1682 msgid "zero unused inodes and disk blocks on ext2/3 filesystem"
1683 msgstr ""
1684
1685 #: fish/cmds.c:2991
1686 msgid "determine file type inside a compressed file"
1687 msgstr ""
1688
1689 #: fish/cmds.c:2994
1690 msgid "Use -h <cmd> / help <cmd> to show detailed help for a command."
1691 msgstr ""
1692
1693 #: fish/cmds.c:3312 fish/cmds.c:3326 fish/cmds.c:3342 fish/cmds.c:3359
1694 #: fish/cmds.c:3376 fish/cmds.c:3394 fish/cmds.c:3413 fish/cmds.c:3429
1695 #: fish/cmds.c:3447 fish/cmds.c:3463 fish/cmds.c:3481 fish/cmds.c:3497
1696 #: fish/cmds.c:3514 fish/cmds.c:3529 fish/cmds.c:3547 fish/cmds.c:3562
1697 #: fish/cmds.c:3578 fish/cmds.c:3594 fish/cmds.c:3610 fish/cmds.c:3626
1698 #: fish/cmds.c:3642 fish/cmds.c:3660 fish/cmds.c:3693 fish/cmds.c:3709
1699 #: fish/cmds.c:3725 fish/cmds.c:3744 fish/cmds.c:3759 fish/cmds.c:3777
1700 #: fish/cmds.c:3792 fish/cmds.c:3810 fish/cmds.c:3825 fish/cmds.c:3843
1701 #: fish/cmds.c:3858 fish/cmds.c:3877 fish/cmds.c:3896 fish/cmds.c:3914
1702 #: fish/cmds.c:3934 fish/cmds.c:3953 fish/cmds.c:3973 fish/cmds.c:3993
1703 #: fish/cmds.c:4013 fish/cmds.c:4032 fish/cmds.c:4051 fish/cmds.c:4071
1704 #: fish/cmds.c:4091 fish/cmds.c:4111 fish/cmds.c:4126 fish/cmds.c:4142
1705 #: fish/cmds.c:4214 fish/cmds.c:4232 fish/cmds.c:4249 fish/cmds.c:4333
1706 #: fish/cmds.c:4353 fish/cmds.c:4373 fish/cmds.c:4393 fish/cmds.c:4413
1707 #: fish/cmds.c:4433 fish/cmds.c:4452 fish/cmds.c:4471 fish/cmds.c:4490
1708 #: fish/cmds.c:4505 fish/cmds.c:4524 fish/cmds.c:4544 fish/cmds.c:4564
1709 #: fish/cmds.c:4641 fish/cmds.c:4657 fish/cmds.c:4673 fish/cmds.c:4692
1710 #: fish/cmds.c:4714 fish/cmds.c:4736 fish/cmds.c:4756 fish/cmds.c:4773
1711 #: fish/cmds.c:4790 fish/cmds.c:4807 fish/cmds.c:4824 fish/cmds.c:4841
1712 #: fish/cmds.c:4858 fish/cmds.c:4875 fish/cmds.c:4894 fish/cmds.c:4917
1713 #: fish/cmds.c:4953 fish/cmds.c:4970 fish/cmds.c:4993 fish/cmds.c:5015
1714 #: fish/cmds.c:5036 fish/cmds.c:5056 fish/cmds.c:5075 fish/cmds.c:5095
1715 #: fish/cmds.c:5113 fish/cmds.c:5131 fish/cmds.c:5145 fish/cmds.c:5161
1716 #: fish/cmds.c:5181 fish/cmds.c:5200 fish/cmds.c:5219 fish/cmds.c:5238
1717 #: fish/cmds.c:5257 fish/cmds.c:5277 fish/cmds.c:5317 fish/cmds.c:5374
1718 #: fish/cmds.c:5395 fish/cmds.c:5416 fish/cmds.c:5437 fish/cmds.c:5455
1719 #: fish/cmds.c:5477 fish/cmds.c:5515 fish/cmds.c:5537 fish/cmds.c:5616
1720 #: fish/cmds.c:5655 fish/cmds.c:5670 fish/cmds.c:5687 fish/cmds.c:5701
1721 #: fish/cmds.c:5717 fish/cmds.c:5739 fish/cmds.c:5761 fish/cmds.c:5783
1722 #: fish/cmds.c:5805 fish/cmds.c:5827 fish/cmds.c:5849 fish/cmds.c:5869
1723 #: fish/cmds.c:5886 fish/cmds.c:5903 fish/cmds.c:5922 fish/cmds.c:5941
1724 #: fish/cmds.c:5961 fish/cmds.c:5997 fish/cmds.c:6016 fish/cmds.c:6035
1725 #: fish/cmds.c:6052 fish/cmds.c:6070 fish/cmds.c:6093 fish/cmds.c:6116
1726 #: fish/cmds.c:6140 fish/cmds.c:6163 fish/cmds.c:6184 fish/cmds.c:6207
1727 #: fish/cmds.c:6230 fish/cmds.c:6250 fish/cmds.c:6272 fish/cmds.c:6293
1728 #: fish/cmds.c:6316 fish/cmds.c:6333 fish/cmds.c:6350 fish/cmds.c:6368
1729 #: fish/cmds.c:6386 fish/cmds.c:6407 fish/cmds.c:6425 fish/cmds.c:6446
1730 #: fish/cmds.c:6466 fish/cmds.c:6484 fish/cmds.c:6505 fish/cmds.c:6528
1731 #: fish/cmds.c:6551 fish/cmds.c:6573 fish/cmds.c:6606 fish/cmds.c:6623
1732 #: fish/cmds.c:6640 fish/cmds.c:6664 fish/cmds.c:6687 fish/cmds.c:6710
1733 #: fish/cmds.c:6732 fish/cmds.c:6749 fish/cmds.c:6771 fish/cmds.c:6865
1734 #: fish/cmds.c:6885 fish/cmds.c:6905 fish/cmds.c:6925 fish/cmds.c:6943
1735 #: fish/cmds.c:6964 fish/cmds.c:7000 fish/cmds.c:7017 fish/cmds.c:7039
1736 #: fish/cmds.c:7056 fish/cmds.c:7092 fish/cmds.c:7112 fish/cmds.c:7132
1737 #: fish/cmds.c:7152 fish/cmds.c:7174 fish/cmds.c:7191 fish/cmds.c:7210
1738 #: fish/cmds.c:7229 fish/cmds.c:7251 fish/cmds.c:7272 fish/cmds.c:7293
1739 #: fish/cmds.c:7314 fish/cmds.c:7337 fish/cmds.c:7378 fish/cmds.c:7401
1740 #: fish/cmds.c:7440 fish/cmds.c:7457 fish/cmds.c:7476 fish/cmds.c:7497
1741 #: fish/cmds.c:7520 fish/cmds.c:7542 fish/cmds.c:7560 fish/cmds.c:7579
1742 #: fish/cmds.c:7600 fish/cmds.c:7677 fish/cmds.c:7718 fish/cmds.c:7797
1743 #: fish/cmds.c:7873 fish/cmds.c:7910 fish/cmds.c:7933 fish/cmds.c:7954
1744 #: fish/cmds.c:7977 fish/cmds.c:7999 fish/cmds.c:8024 fish/cmds.c:8067
1745 #: fish/cmds.c:8108 fish/cmds.c:8129 fish/cmds.c:8147 fish/cmds.c:8166
1746 #: fish/cmds.c:8183 fish/cmds.c:8201 fish/cmds.c:8228 fish/cmds.c:8252
1747 #: fish/cmds.c:8276 fish/cmds.c:8300 fish/cmds.c:8324 fish/cmds.c:8348
1748 #: fish/cmds.c:8372 fish/cmds.c:8396 fish/cmds.c:8420 fish/cmds.c:8444
1749 #: fish/cmds.c:8468 fish/cmds.c:8492 fish/cmds.c:8515 fish/cmds.c:8538
1750 #: fish/cmds.c:8559 fish/cmds.c:8580 fish/cmds.c:8601 fish/cmds.c:8621
1751 #: fish/cmds.c:8644 fish/cmds.c:8682 fish/cmds.c:8699 fish/cmds.c:8716
1752 #: fish/cmds.c:8735 fish/cmds.c:8754 fish/cmds.c:8771 fish/cmds.c:8788
1753 #: fish/cmds.c:8805 fish/cmds.c:8822 fish/cmds.c:8841 fish/cmds.c:8877
1754 #: fish/cmds.c:8917 fish/cmds.c:8950 fish/cmds.c:8967 fish/cmds.c:8984
1755 #: fish/cmds.c:9000 fish/cmds.c:9015 fish/cmds.c:9036 fish/cmds.c:9074
1756 #: fish/cmds.c:9112 fish/cmds.c:9151 fish/cmds.c:9191 fish/cmds.c:9232
1757 #: fish/cmds.c:9273 fish/cmds.c:9311 fish/cmds.c:9328 fish/cmds.c:9351
1758 #: fish/cmds.c:9373 fish/cmds.c:9395 fish/cmds.c:9415 fish/cmds.c:9435
1759 #: fish/cmds.c:9471 fish/cmds.c:9543 fish/cmds.c:9583 fish/cmds.c:9641
1760 #: fish/cmds.c:9667 fish/cmds.c:9693 fish/cmds.c:9721 fish/cmds.c:9780
1761 #: fish/cmds.c:9801 fish/cmds.c:9846 fish/cmds.c:9866 fish/cmds.c:9905
1762 #: fish/cmds.c:9942 fish/cmds.c:9962 fish/cmds.c:9984 fish/cmds.c:10041
1763 #: fish/cmds.c:10061 fish/cmds.c:10083 fish/cmds.c:10105 fish/cmds.c:10124
1764 #: fish/cmds.c:10144 fish/cmds.c:10171 fish/cmds.c:10191 fish/cmds.c:10211
1765 #: fish/cmds.c:10231 fish/cmds.c:10251 fish/cmds.c:10273 fish/cmds.c:10308
1766 #: fish/cmds.c:10326 fish/cmds.c:10349 fish/cmds.c:10371 fish/cmds.c:10386
1767 #: fish/cmds.c:10403 fish/cmds.c:10440 fish/cmds.c:10479 fish/cmds.c:10519
1768 #: fish/cmds.c:10575 fish/cmds.c:10597 fish/cmds.c:10633 fish/cmds.c:10648
1769 #: fish/cmds.c:10668 fish/cmds.c:10708 fish/cmds.c:10731 fish/cmds.c:10755
1770 #: fish/cmds.c:10780 fish/cmds.c:10821 fish/cmds.c:10846 fish/cmds.c:10884
1771 #: fish/cmds.c:10915 fish/cmds.c:10946 fish/cmds.c:10974 fish/cmds.c:10994
1772 #: fish/cmds.c:11026 fish/cmds.c:11046 fish/cmds.c:11066 fish/cmds.c:11083
1773 #: fish/cmds.c:11101 fish/cmds.c:11124 fish/cmds.c:11145 fish/cmds.c:11164
1774 #: fish/cmds.c:11206 fish/cmds.c:11249 fish/cmds.c:11293 fish/cmds.c:11332
1775 #: fish/cmds.c:11351 fish/cmds.c:11371 fish/cmds.c:11391 fish/cmds.c:11412
1776 #: fish/cmds.c:11433 fish/cmds.c:11454 fish/cmds.c:11475 fish/cmds.c:11496
1777 #: fish/cmds.c:11518 fish/cmds.c:11556 fish/cmds.c:11607 fish/cmds.c:11645
1778 #: fish/cmds.c:11701 fish/cmds.c:11837 fish/cmds.c:11866 fish/cmds.c:11893
1779 #: fish/cmds.c:11910 fish/cmds.c:11931 fish/cmds.c:11948 fish/cmds.c:12010
1780 #, c-format
1781 msgid "%s should have %d parameter(s)\n"
1782 msgstr ""
1783
1784 #: fish/cmds.c:3313 fish/cmds.c:3327 fish/cmds.c:3343 fish/cmds.c:3360
1785 #: fish/cmds.c:3377 fish/cmds.c:3395 fish/cmds.c:3414 fish/cmds.c:3430
1786 #: fish/cmds.c:3448 fish/cmds.c:3464 fish/cmds.c:3482 fish/cmds.c:3498
1787 #: fish/cmds.c:3515 fish/cmds.c:3530 fish/cmds.c:3548 fish/cmds.c:3563
1788 #: fish/cmds.c:3579 fish/cmds.c:3595 fish/cmds.c:3611 fish/cmds.c:3627
1789 #: fish/cmds.c:3643 fish/cmds.c:3661 fish/cmds.c:3694 fish/cmds.c:3710
1790 #: fish/cmds.c:3726 fish/cmds.c:3745 fish/cmds.c:3760 fish/cmds.c:3778
1791 #: fish/cmds.c:3793 fish/cmds.c:3811 fish/cmds.c:3826 fish/cmds.c:3844
1792 #: fish/cmds.c:3859 fish/cmds.c:3878 fish/cmds.c:3897 fish/cmds.c:3915
1793 #: fish/cmds.c:3935 fish/cmds.c:3954 fish/cmds.c:3974 fish/cmds.c:3994
1794 #: fish/cmds.c:4014 fish/cmds.c:4033 fish/cmds.c:4052 fish/cmds.c:4072
1795 #: fish/cmds.c:4092 fish/cmds.c:4112 fish/cmds.c:4127 fish/cmds.c:4143
1796 #: fish/cmds.c:4164 fish/cmds.c:4215 fish/cmds.c:4233 fish/cmds.c:4250
1797 #: fish/cmds.c:4271 fish/cmds.c:4334 fish/cmds.c:4354 fish/cmds.c:4374
1798 #: fish/cmds.c:4394 fish/cmds.c:4414 fish/cmds.c:4434 fish/cmds.c:4453
1799 #: fish/cmds.c:4472 fish/cmds.c:4491 fish/cmds.c:4506 fish/cmds.c:4525
1800 #: fish/cmds.c:4545 fish/cmds.c:4565 fish/cmds.c:4588 fish/cmds.c:4642
1801 #: fish/cmds.c:4658 fish/cmds.c:4674 fish/cmds.c:4693 fish/cmds.c:4715
1802 #: fish/cmds.c:4737 fish/cmds.c:4757 fish/cmds.c:4774 fish/cmds.c:4791
1803 #: fish/cmds.c:4808 fish/cmds.c:4825 fish/cmds.c:4842 fish/cmds.c:4859
1804 #: fish/cmds.c:4876 fish/cmds.c:4895 fish/cmds.c:4918 fish/cmds.c:4954
1805 #: fish/cmds.c:4971 fish/cmds.c:4994 fish/cmds.c:5016 fish/cmds.c:5037
1806 #: fish/cmds.c:5057 fish/cmds.c:5076 fish/cmds.c:5096 fish/cmds.c:5114
1807 #: fish/cmds.c:5132 fish/cmds.c:5146 fish/cmds.c:5162 fish/cmds.c:5182
1808 #: fish/cmds.c:5201 fish/cmds.c:5220 fish/cmds.c:5239 fish/cmds.c:5258
1809 #: fish/cmds.c:5278 fish/cmds.c:5318 fish/cmds.c:5375 fish/cmds.c:5396
1810 #: fish/cmds.c:5417 fish/cmds.c:5438 fish/cmds.c:5456 fish/cmds.c:5478
1811 #: fish/cmds.c:5516 fish/cmds.c:5538 fish/cmds.c:5617 fish/cmds.c:5656
1812 #: fish/cmds.c:5671 fish/cmds.c:5688 fish/cmds.c:5702 fish/cmds.c:5718
1813 #: fish/cmds.c:5740 fish/cmds.c:5762 fish/cmds.c:5784 fish/cmds.c:5806
1814 #: fish/cmds.c:5828 fish/cmds.c:5850 fish/cmds.c:5870 fish/cmds.c:5887
1815 #: fish/cmds.c:5904 fish/cmds.c:5923 fish/cmds.c:5942 fish/cmds.c:5962
1816 #: fish/cmds.c:5998 fish/cmds.c:6017 fish/cmds.c:6036 fish/cmds.c:6053
1817 #: fish/cmds.c:6071 fish/cmds.c:6094 fish/cmds.c:6117 fish/cmds.c:6141
1818 #: fish/cmds.c:6164 fish/cmds.c:6185 fish/cmds.c:6208 fish/cmds.c:6231
1819 #: fish/cmds.c:6251 fish/cmds.c:6273 fish/cmds.c:6294 fish/cmds.c:6317
1820 #: fish/cmds.c:6334 fish/cmds.c:6351 fish/cmds.c:6369 fish/cmds.c:6387
1821 #: fish/cmds.c:6408 fish/cmds.c:6426 fish/cmds.c:6447 fish/cmds.c:6467
1822 #: fish/cmds.c:6485 fish/cmds.c:6506 fish/cmds.c:6529 fish/cmds.c:6552
1823 #: fish/cmds.c:6574 fish/cmds.c:6607 fish/cmds.c:6624 fish/cmds.c:6641
1824 #: fish/cmds.c:6665 fish/cmds.c:6688 fish/cmds.c:6711 fish/cmds.c:6733
1825 #: fish/cmds.c:6750 fish/cmds.c:6772 fish/cmds.c:6866 fish/cmds.c:6886
1826 #: fish/cmds.c:6906 fish/cmds.c:6926 fish/cmds.c:6944 fish/cmds.c:6965
1827 #: fish/cmds.c:7001 fish/cmds.c:7018 fish/cmds.c:7040 fish/cmds.c:7057
1828 #: fish/cmds.c:7093 fish/cmds.c:7113 fish/cmds.c:7133 fish/cmds.c:7153
1829 #: fish/cmds.c:7175 fish/cmds.c:7192 fish/cmds.c:7211 fish/cmds.c:7230
1830 #: fish/cmds.c:7252 fish/cmds.c:7273 fish/cmds.c:7294 fish/cmds.c:7315
1831 #: fish/cmds.c:7338 fish/cmds.c:7379 fish/cmds.c:7402 fish/cmds.c:7441
1832 #: fish/cmds.c:7458 fish/cmds.c:7477 fish/cmds.c:7498 fish/cmds.c:7521
1833 #: fish/cmds.c:7543 fish/cmds.c:7561 fish/cmds.c:7580 fish/cmds.c:7601
1834 #: fish/cmds.c:7678 fish/cmds.c:7719 fish/cmds.c:7798 fish/cmds.c:7874
1835 #: fish/cmds.c:7911 fish/cmds.c:7934 fish/cmds.c:7955 fish/cmds.c:7978
1836 #: fish/cmds.c:8000 fish/cmds.c:8025 fish/cmds.c:8068 fish/cmds.c:8109
1837 #: fish/cmds.c:8130 fish/cmds.c:8148 fish/cmds.c:8167 fish/cmds.c:8184
1838 #: fish/cmds.c:8202 fish/cmds.c:8229 fish/cmds.c:8253 fish/cmds.c:8277
1839 #: fish/cmds.c:8301 fish/cmds.c:8325 fish/cmds.c:8349 fish/cmds.c:8373
1840 #: fish/cmds.c:8397 fish/cmds.c:8421 fish/cmds.c:8445 fish/cmds.c:8469
1841 #: fish/cmds.c:8493 fish/cmds.c:8516 fish/cmds.c:8539 fish/cmds.c:8560
1842 #: fish/cmds.c:8581 fish/cmds.c:8602 fish/cmds.c:8622 fish/cmds.c:8645
1843 #: fish/cmds.c:8683 fish/cmds.c:8700 fish/cmds.c:8717 fish/cmds.c:8736
1844 #: fish/cmds.c:8755 fish/cmds.c:8772 fish/cmds.c:8789 fish/cmds.c:8806
1845 #: fish/cmds.c:8823 fish/cmds.c:8842 fish/cmds.c:8878 fish/cmds.c:8918
1846 #: fish/cmds.c:8951 fish/cmds.c:8968 fish/cmds.c:8985 fish/cmds.c:9001
1847 #: fish/cmds.c:9016 fish/cmds.c:9037 fish/cmds.c:9075 fish/cmds.c:9113
1848 #: fish/cmds.c:9152 fish/cmds.c:9192 fish/cmds.c:9233 fish/cmds.c:9274
1849 #: fish/cmds.c:9312 fish/cmds.c:9329 fish/cmds.c:9352 fish/cmds.c:9374
1850 #: fish/cmds.c:9396 fish/cmds.c:9416 fish/cmds.c:9436 fish/cmds.c:9472
1851 #: fish/cmds.c:9544 fish/cmds.c:9584 fish/cmds.c:9642 fish/cmds.c:9668
1852 #: fish/cmds.c:9694 fish/cmds.c:9722 fish/cmds.c:9781 fish/cmds.c:9802
1853 #: fish/cmds.c:9847 fish/cmds.c:9867 fish/cmds.c:9906 fish/cmds.c:9943
1854 #: fish/cmds.c:9963 fish/cmds.c:9985 fish/cmds.c:10042 fish/cmds.c:10062
1855 #: fish/cmds.c:10084 fish/cmds.c:10106 fish/cmds.c:10125 fish/cmds.c:10145
1856 #: fish/cmds.c:10172 fish/cmds.c:10192 fish/cmds.c:10212 fish/cmds.c:10232
1857 #: fish/cmds.c:10252 fish/cmds.c:10274 fish/cmds.c:10309 fish/cmds.c:10327
1858 #: fish/cmds.c:10350 fish/cmds.c:10372 fish/cmds.c:10387 fish/cmds.c:10404
1859 #: fish/cmds.c:10441 fish/cmds.c:10480 fish/cmds.c:10520 fish/cmds.c:10576
1860 #: fish/cmds.c:10598 fish/cmds.c:10634 fish/cmds.c:10649 fish/cmds.c:10669
1861 #: fish/cmds.c:10709 fish/cmds.c:10732 fish/cmds.c:10756 fish/cmds.c:10781
1862 #: fish/cmds.c:10822 fish/cmds.c:10847 fish/cmds.c:10885 fish/cmds.c:10916
1863 #: fish/cmds.c:10947 fish/cmds.c:10975 fish/cmds.c:10995 fish/cmds.c:11027
1864 #: fish/cmds.c:11047 fish/cmds.c:11067 fish/cmds.c:11084 fish/cmds.c:11102
1865 #: fish/cmds.c:11125 fish/cmds.c:11146 fish/cmds.c:11165 fish/cmds.c:11207
1866 #: fish/cmds.c:11250 fish/cmds.c:11294 fish/cmds.c:11333 fish/cmds.c:11352
1867 #: fish/cmds.c:11372 fish/cmds.c:11392 fish/cmds.c:11413 fish/cmds.c:11434
1868 #: fish/cmds.c:11455 fish/cmds.c:11476 fish/cmds.c:11497 fish/cmds.c:11519
1869 #: fish/cmds.c:11557 fish/cmds.c:11608 fish/cmds.c:11646 fish/cmds.c:11702
1870 #: fish/cmds.c:11725 fish/cmds.c:11838 fish/cmds.c:11867 fish/cmds.c:11894
1871 #: fish/cmds.c:11911 fish/cmds.c:11932 fish/cmds.c:11949 fish/cmds.c:11971
1872 #: fish/cmds.c:12011 fish/cmds.c:12032 fish/cmds.c:12092
1873 #, c-format
1874 msgid "type 'help %s' for help on %s\n"
1875 msgstr ""
1876
1877 #: fish/cmds.c:3671 fish/cmds.c:4930 fish/cmds.c:5288 fish/cmds.c:5328
1878 #: fish/cmds.c:5347 fish/cmds.c:5490 fish/cmds.c:5549 fish/cmds.c:5568
1879 #: fish/cmds.c:5587 fish/cmds.c:5630 fish/cmds.c:5973 fish/cmds.c:6584
1880 #: fish/cmds.c:6783 fish/cmds.c:6802 fish/cmds.c:6821 fish/cmds.c:6840
1881 #: fish/cmds.c:6976 fish/cmds.c:7067 fish/cmds.c:7348 fish/cmds.c:7412
1882 #: fish/cmds.c:7611 fish/cmds.c:7630 fish/cmds.c:7649 fish/cmds.c:7688
1883 #: fish/cmds.c:7729 fish/cmds.c:7748 fish/cmds.c:7767 fish/cmds.c:7808
1884 #: fish/cmds.c:7827 fish/cmds.c:7846 fish/cmds.c:7884 fish/cmds.c:8037
1885 #: fish/cmds.c:8080 fish/cmds.c:8657 fish/cmds.c:8852 fish/cmds.c:8890
1886 #: fish/cmds.c:8928 fish/cmds.c:9048 fish/cmds.c:9085 fish/cmds.c:9123
1887 #: fish/cmds.c:9162 fish/cmds.c:9203 fish/cmds.c:9244 fish/cmds.c:9285
1888 #: fish/cmds.c:9448 fish/cmds.c:9484 fish/cmds.c:9497 fish/cmds.c:9510
1889 #: fish/cmds.c:9523 fish/cmds.c:9556 fish/cmds.c:9594 fish/cmds.c:9613
1890 #: fish/cmds.c:9734 fish/cmds.c:9753 fish/cmds.c:9814 fish/cmds.c:9827
1891 #: fish/cmds.c:9878 fish/cmds.c:9917 fish/cmds.c:9995 fish/cmds.c:10014
1892 #: fish/cmds.c:10288 fish/cmds.c:10415 fish/cmds.c:10452 fish/cmds.c:10491
1893 #: fish/cmds.c:10531 fish/cmds.c:10550 fish/cmds.c:10609 fish/cmds.c:10682
1894 #: fish/cmds.c:10792 fish/cmds.c:10862 fish/cmds.c:10896 fish/cmds.c:10927
1895 #: fish/cmds.c:10958 fish/cmds.c:11007 fish/cmds.c:11178 fish/cmds.c:11220
1896 #: fish/cmds.c:11265 fish/cmds.c:11307 fish/cmds.c:11533 fish/cmds.c:11571
1897 #: fish/cmds.c:11584 fish/cmds.c:11622 fish/cmds.c:11657 fish/cmds.c:11676
1898 #: fish/cmds.c:11743 fish/cmds.c:11771 fish/cmds.c:11794 fish/cmds.c:12049
1899 #: fish/cmds.c:12110
1900 #, c-format
1901 msgid "%s: %s: invalid integer parameter (%s returned %d)\n"
1902 msgstr ""
1903
1904 #: fish/cmds.c:3677 fish/cmds.c:4936 fish/cmds.c:5294 fish/cmds.c:5334
1905 #: fish/cmds.c:5353 fish/cmds.c:5496 fish/cmds.c:5555 fish/cmds.c:5574
1906 #: fish/cmds.c:5593 fish/cmds.c:5636 fish/cmds.c:5979 fish/cmds.c:6590
1907 #: fish/cmds.c:6789 fish/cmds.c:6808 fish/cmds.c:6827 fish/cmds.c:6846
1908 #: fish/cmds.c:6982 fish/cmds.c:7073 fish/cmds.c:7354 fish/cmds.c:7418
1909 #: fish/cmds.c:7617 fish/cmds.c:7636 fish/cmds.c:7655 fish/cmds.c:7694
1910 #: fish/cmds.c:7735 fish/cmds.c:7754 fish/cmds.c:7773 fish/cmds.c:7814
1911 #: fish/cmds.c:7833 fish/cmds.c:7852 fish/cmds.c:7890 fish/cmds.c:8043
1912 #: fish/cmds.c:8086 fish/cmds.c:8663 fish/cmds.c:8858 fish/cmds.c:8896
1913 #: fish/cmds.c:8934 fish/cmds.c:9054 fish/cmds.c:9091 fish/cmds.c:9129
1914 #: fish/cmds.c:9168 fish/cmds.c:9209 fish/cmds.c:9250 fish/cmds.c:9291
1915 #: fish/cmds.c:9562 fish/cmds.c:9600 fish/cmds.c:9619 fish/cmds.c:9740
1916 #: fish/cmds.c:9884 fish/cmds.c:9923 fish/cmds.c:10001 fish/cmds.c:10020
1917 #: fish/cmds.c:10421 fish/cmds.c:10458 fish/cmds.c:10497 fish/cmds.c:10537
1918 #: fish/cmds.c:10556 fish/cmds.c:10615 fish/cmds.c:10688 fish/cmds.c:10798
1919 #: fish/cmds.c:11184 fish/cmds.c:11226 fish/cmds.c:11271 fish/cmds.c:11313
1920 #: fish/cmds.c:11663 fish/cmds.c:11749 fish/cmds.c:11777 fish/cmds.c:11800
1921 #, c-format
1922 msgid "%s: %s: integer out of range\n"
1923 msgstr ""
1924
1925 #: fish/cmds.c:4163 fish/cmds.c:4270 fish/cmds.c:4587 fish/cmds.c:11724
1926 #: fish/cmds.c:11970 fish/cmds.c:12031 fish/cmds.c:12091
1927 #, c-format
1928 msgid "%s should have %d-%d parameter(s)\n"
1929 msgstr ""
1930
1931 #: fish/cmds.c:4189 fish/cmds.c:4306 fish/cmds.c:4608 fish/cmds.c:11810
1932 #: fish/cmds.c:11987 fish/cmds.c:12064 fish/cmds.c:12120
1933 #, c-format
1934 msgid "%s: unknown optional argument \"%s\"\n"
1935 msgstr ""
1936
1937 #: fish/cmds.c:4195 fish/cmds.c:4312 fish/cmds.c:4614 fish/cmds.c:11816
1938 #: fish/cmds.c:11993 fish/cmds.c:12070 fish/cmds.c:12126
1939 #, c-format
1940 msgid "%s: optional argument \"%s\" given twice\n"
1941 msgstr ""
1942
1943 #: fish/cmds.c:12147
1944 #, c-format
1945 msgid "%s: unknown command\n"
1946 msgstr ""
1947
1948 #: fish/config.c:74 fish/config.c:113
1949 #, c-format
1950 msgid "%s: %s: line %d: error parsing configuration file: %s\n"
1951 msgstr ""
1952
1953 #: fish/copy.c:41
1954 #, c-format
1955 msgid ""
1956 "use 'copy-in <local> [<local>...] <remotedir>' to copy files into the image\n"
1957 msgstr ""
1958
1959 #: fish/copy.c:62
1960 #, c-format
1961 msgid "copy-in: target '%s' is not a directory\n"
1962 msgstr ""
1963
1964 #: fish/copy.c:157
1965 #, c-format
1966 msgid "error: argument is zero length or longer than maximum permitted\n"
1967 msgstr ""
1968
1969 #: fish/copy.c:202
1970 #, c-format
1971 msgid ""
1972 "use 'copy-out <remote> [<remote>...] <localdir>' to copy files out of the "
1973 "image\n"
1974 msgstr ""
1975
1976 #: fish/copy.c:213
1977 #, c-format
1978 msgid "copy-out: target '%s' is not a directory\n"
1979 msgstr ""
1980
1981 #: fish/copy.c:258
1982 #, c-format
1983 msgid "copy-out: '%s' is not a file or directory\n"
1984 msgstr ""
1985
1986 #: fish/display.c:42
1987 #, c-format
1988 msgid "display filename\n"
1989 msgstr ""
1990
1991 #: fish/edit.c:45
1992 #, c-format
1993 msgid "use '%s filename' to edit a file\n"
1994 msgstr ""
1995
1996 #: fish/fish.c:100
1997 #, c-format
1998 msgid ""
1999 "%s: guest filesystem shell\n"
2000 "%s lets you edit virtual machine filesystems\n"
2001 "Copyright (C) 2009-2011 Red Hat Inc.\n"
2002 "Usage:\n"
2003 "  %s [--options] cmd [: cmd : cmd ...]\n"
2004 "Options:\n"
2005 "  -h|--cmd-help        List available commands\n"
2006 "  -h|--cmd-help cmd    Display detailed help on 'cmd'\n"
2007 "  -a|--add image       Add image\n"
2008 "  -c|--connect uri     Specify libvirt URI for -d option\n"
2009 "  --csh                Make --listen csh-compatible\n"
2010 "  -d|--domain guest    Add disks from libvirt guest\n"
2011 "  -D|--no-dest-paths   Don't tab-complete paths from guest fs\n"
2012 "  --echo-keys          Don't turn off echo for passphrases\n"
2013 "  -f|--file file       Read commands from file\n"
2014 "  --format[=raw|..]    Force disk format for -a option\n"
2015 "  -i|--inspector       Automatically mount filesystems\n"
2016 "  --keys-from-stdin    Read passphrases from stdin\n"
2017 "  --listen             Listen for remote commands\n"
2018 "  --live               Connect to a live virtual machine\n"
2019 "  -m|--mount dev[:mnt[:opts]] Mount dev on mnt (if omitted, /)\n"
2020 "  -n|--no-sync         Don't autosync\n"
2021 "  -N|--new type        Create prepared disk (test1.img, ...)\n"
2022 "  --progress-bars      Enable progress bars even when not interactive\n"
2023 "  --no-progress-bars   Disable progress bars\n"
2024 "  --remote[=pid]       Send commands to remote %s\n"
2025 "  -r|--ro              Mount read-only\n"
2026 "  --selinux            Enable SELinux support\n"
2027 "  -v|--verbose         Verbose messages\n"
2028 "  -V|--version         Display version and exit\n"
2029 "  -w|--rw              Mount read-write\n"
2030 "  -x                   Echo each command before executing it\n"
2031 "\n"
2032 "To examine a disk image, ISO, hard disk, filesystem etc:\n"
2033 "  %s [--ro|--rw] -i -a /path/to/disk.img\n"
2034 "or\n"
2035 "  %s [--ro|--rw] -i -d name-of-libvirt-domain\n"
2036 "\n"
2037 "--ro recommended to avoid any writes to the disk image.  If -i option fails\n"
2038 "run again without -i and use 'run' + 'list-filesystems' + 'mount' cmds.\n"
2039 "\n"
2040 "For more information, see the manpage %s(1).\n"
2041 msgstr ""
2042
2043 #: fish/fish.c:243
2044 #, c-format
2045 msgid "%s: --listen=PID: PID was not a number: %s\n"
2046 msgstr ""
2047
2048 #: fish/fish.c:250
2049 #, c-format
2050 msgid ""
2051 "%s: remote: $GUESTFISH_PID must be set to the PID of the remote process\n"
2052 msgstr ""
2053
2054 #: fish/fish.c:300
2055 #, c-format
2056 msgid "%s: only one -f parameter can be given\n"
2057 msgstr ""
2058
2059 #: fish/fish.c:455
2060 #, c-format
2061 msgid "%s: cannot use --listen and --remote options at the same time\n"
2062 msgstr ""
2063
2064 #: fish/fish.c:463
2065 #, c-format
2066 msgid "%s: extra parameters on the command line with --listen flag\n"
2067 msgstr ""
2068
2069 #: fish/fish.c:469
2070 #, c-format
2071 msgid "%s: cannot use --listen and --file options at the same time\n"
2072 msgstr ""
2073
2074 #: fish/fish.c:527
2075 #, c-format
2076 msgid "guestfish: could not access termcap or terminfo database.\n"
2077 msgstr ""
2078
2079 #: fish/fish.c:531
2080 #, c-format
2081 msgid "guestfish: terminal type \"%s\" not defined.\n"
2082 msgstr ""
2083
2084 #: fish/fish.c:619
2085 #, c-format
2086 msgid ""
2087 "\n"
2088 "Welcome to guestfish, the libguestfs filesystem interactive shell for\n"
2089 "editing virtual machine filesystems.\n"
2090 "\n"
2091 "Type: 'help' for help on commands\n"
2092 "      'man' to read the manual\n"
2093 "      'quit' to quit the shell\n"
2094 "\n"
2095 msgstr ""
2096
2097 #: fish/fish.c:763
2098 #, c-format
2099 msgid "%s: unterminated double quote\n"
2100 msgstr ""
2101
2102 #: fish/fish.c:769 fish/fish.c:786
2103 #, c-format
2104 msgid "%s: command arguments not separated by whitespace\n"
2105 msgstr ""
2106
2107 #: fish/fish.c:780
2108 #, c-format
2109 msgid "%s: unterminated single quote\n"
2110 msgstr ""
2111
2112 #: fish/fish.c:810
2113 #, c-format
2114 msgid "%s: internal error parsing string at '%s'\n"
2115 msgstr ""
2116
2117 #: fish/fish.c:827
2118 #, c-format
2119 msgid "%s: too many arguments\n"
2120 msgstr ""
2121
2122 #: fish/fish.c:895
2123 #, c-format
2124 msgid "%s: empty command on command line\n"
2125 msgstr ""
2126
2127 #: fish/fish.c:1041
2128 msgid "display a list of commands or help on a command"
2129 msgstr ""
2130
2131 #: fish/fish.c:1043
2132 msgid "quit guestfish"
2133 msgstr ""
2134
2135 #: fish/fish.c:1054
2136 #, c-format
2137 msgid ""
2138 "help - display a list of commands or help on a command\n"
2139 "     help cmd\n"
2140 "     help\n"
2141 msgstr ""
2142
2143 #: fish/fish.c:1062
2144 #, c-format
2145 msgid ""
2146 "quit - quit guestfish\n"
2147 "     quit\n"
2148 msgstr ""
2149
2150 #: fish/fish.c:1067
2151 #, c-format
2152 msgid "%s: command not known, use -h to list all commands\n"
2153 msgstr ""
2154
2155 #: fish/fish.c:1083
2156 #, c-format
2157 msgid ""
2158 "Did you mean to open a disk image?  guestfish -a disk.img\n"
2159 "For a list of commands:             guestfish -h\n"
2160 "For complete documentation:         man guestfish\n"
2161 msgstr ""
2162
2163 #: fish/fish.c:1240
2164 #, c-format
2165 msgid "Runaway quote in string \"%s\"\n"
2166 msgstr ""
2167
2168 #: fish/fish.c:1438
2169 #, c-format
2170 msgid ""
2171 "%s: to use Windows drive letters, you must inspect the guest (\"-i\" option "
2172 "or run \"inspect-os\" command)\n"
2173 msgstr ""
2174
2175 #: fish/fish.c:1458
2176 #, c-format
2177 msgid ""
2178 "%s: drive '%c:' not found.  To list available drives do:\n"
2179 "  inspect-get-drive-mappings %s\n"
2180 msgstr ""
2181
2182 #: fish/fish.c:1477
2183 #, c-format
2184 msgid ""
2185 "%s: to access '%c:', mount %s first.  One way to do this is:\n"
2186 "  umount-all\n"
2187 "  mount %s /\n"
2188 msgstr ""
2189
2190 #: fish/glob.c:53
2191 #, c-format
2192 msgid "use 'glob command [args...]'\n"
2193 msgstr ""
2194
2195 #: fish/glob.c:73
2196 #, c-format
2197 msgid "glob: guestfs_glob_expand call failed: %s\n"
2198 msgstr ""
2199
2200 #: fish/help.c:38
2201 #, c-format
2202 msgid ""
2203 "Add disk images to examine using the -a or -d options, or the 'add' "
2204 "command.\n"
2205 "Or create a new disk image using -N, or the 'alloc' or 'sparse' commands.\n"
2206 "Once you have done this, use the 'run' command.\n"
2207 msgstr ""
2208
2209 #: fish/help.c:44
2210 #, c-format
2211 msgid ""
2212 "Find out what filesystems are available using 'list-filesystems' and then\n"
2213 "mount them to examine or modify the contents using 'mount-ro' or\n"
2214 "'mount-options'.\n"
2215 msgstr ""
2216
2217 #: fish/help.c:52
2218 #, c-format
2219 msgid ""
2220 "For more information about a command, use 'help cmd'.\n"
2221 "\n"
2222 "To read the manual, type 'man'.\n"
2223 msgstr ""
2224
2225 #: fish/hexedit.c:41
2226 #, c-format
2227 msgid "hexedit (device|filename) [max | start max]\n"
2228 msgstr ""
2229
2230 #: fish/hexedit.c:52
2231 #, c-format
2232 msgid "hexedit: %s is a zero length file or device\n"
2233 msgstr ""
2234
2235 #: fish/hexedit.c:63
2236 #, c-format
2237 msgid ""
2238 "hexedit: %s is larger than %s. You must supply a limit using\n"
2239 "  'hexedit %s <max>' (eg. 'hexedit %s 1M') or a range using\n"
2240 "  'hexedit %s <start> <max>'.\n"
2241 msgstr ""
2242
2243 #: fish/hexedit.c:92
2244 #, c-format
2245 msgid "hexedit: invalid range\n"
2246 msgstr ""
2247
2248 #: fish/inspect.c:77
2249 #, c-format
2250 msgid "%s: don't use --live and -i options together\n"
2251 msgstr ""
2252
2253 #: fish/inspect.c:89
2254 #, c-format
2255 msgid "%s: no operating system was found on this disk\n"
2256 msgstr ""
2257
2258 #: fish/inspect.c:95
2259 #, c-format
2260 msgid "%s: multi-boot operating systems are not supported by the -i option\n"
2261 msgstr ""
2262
2263 #: fish/inspect.c:134
2264 #, c-format
2265 msgid "%s: some filesystems could not be mounted (ignored)\n"
2266 msgstr ""
2267
2268 #: fish/inspect.c:146
2269 #, c-format
2270 msgid "Operating system: %s\n"
2271 msgstr ""
2272
2273 #: fish/inspect.c:159
2274 #, c-format
2275 msgid "%s mounted on %s\n"
2276 msgstr ""
2277
2278 #: fish/keys.c:53
2279 #, c-format
2280 msgid "Enter key or passphrase (\"%s\"): "
2281 msgstr ""
2282
2283 #: fish/lcd.c:34
2284 #, c-format
2285 msgid "use 'lcd directory' to change local directory\n"
2286 msgstr ""
2287
2288 #: fish/man.c:35
2289 #, c-format
2290 msgid "use 'man' without parameters to open the manual\n"
2291 msgstr ""
2292
2293 #: fish/man.c:54
2294 #, c-format
2295 msgid "the external 'man' program failed\n"
2296 msgstr ""
2297
2298 #: fish/more.c:40
2299 #, c-format
2300 msgid "use '%s filename' to page a file\n"
2301 msgstr ""
2302
2303 #: fish/options.c:36
2304 #, c-format
2305 msgid "%s: too many drives added on the command line\n"
2306 msgstr ""
2307
2308 #: fish/options.c:128
2309 #, c-format
2310 msgid "%s: '%s' could not be mounted.  Did you mean one of these?\n"
2311 msgstr ""
2312
2313 #: fish/prep.c:37
2314 #, c-format
2315 msgid ""
2316 "List of available prepared disk images:\n"
2317 "\n"
2318 msgstr ""
2319
2320 #: fish/prep.c:40
2321 #, c-format
2322 msgid ""
2323 "guestfish -N %-8s - %s\n"
2324 "\n"
2325 "%s\n"
2326 msgstr ""
2327
2328 #: fish/prep.c:48
2329 #, c-format
2330 msgid "  Optional parameters:\n"
2331 msgstr ""
2332
2333 #: fish/prep.c:55
2334 #, c-format
2335 msgid "<%s> %s (default: %s)\n"
2336 msgstr ""
2337
2338 #: fish/prep.c:65
2339 #, c-format
2340 msgid ""
2341 "Prepared disk images are written to file \"test1.img\" in the local\n"
2342 "directory.  (\"test2.img\" etc if -N option is given multiple times).\n"
2343 "For more information see the guestfish(1) manual.\n"
2344 msgstr ""
2345
2346 #: fish/prep.c:96
2347 #, c-format
2348 msgid ""
2349 "guestfish: -N parameter '%s': no such prepared disk image known.\n"
2350 "Use 'guestfish -N help' to list possible values for the -N parameter.\n"
2351 msgstr ""
2352
2353 #: fish/prep.c:158
2354 #, c-format
2355 msgid "guestfish: error creating prepared disk image '%s' on '%s': "
2356 msgstr ""
2357
2358 #: fish/prep_boot.c:34 fish/prep_boot.c:89 fish/prep_disk.c:34
2359 #: fish/prep_fs.c:34 fish/prep_lv.c:69 fish/prep_lv.c:122 fish/prep_part.c:34
2360 msgid "failed to allocate disk"
2361 msgstr ""
2362
2363 #: fish/prep_boot.c:42 fish/prep_boot.c:97
2364 msgid "could not parse boot size"
2365 msgstr ""
2366
2367 #: fish/prep_boot.c:46 fish/prep_boot.c:101
2368 #, c-format
2369 msgid "failed to get sector size of disk: %s"
2370 msgstr ""
2371
2372 #: fish/prep_boot.c:50 fish/prep_boot.c:105 fish/prep_fs.c:41
2373 #: fish/prep_lv.c:76 fish/prep_lv.c:129 fish/prep_part.c:41
2374 #, c-format
2375 msgid "failed to partition disk: %s"
2376 msgstr ""
2377
2378 #: fish/prep_boot.c:55 fish/prep_boot.c:110
2379 #, c-format
2380 msgid "failed to add boot partition: %s"
2381 msgstr ""
2382
2383 #: fish/prep_boot.c:59 fish/prep_boot.c:114
2384 #, c-format
2385 msgid "failed to add root partition: %s"
2386 msgstr ""
2387
2388 #: fish/prep_boot.c:68 fish/prep_boot.c:128
2389 #, c-format
2390 msgid "failed to create boot filesystem: %s"
2391 msgstr ""
2392
2393 #: fish/prep_boot.c:77 fish/prep_boot.c:157
2394 #, c-format
2395 msgid "failed to create root filesystem: %s"
2396 msgstr ""
2397
2398 #: fish/prep_boot.c:86 fish/prep_boot.c:120 fish/prep_lv.c:66
2399 #: fish/prep_lv.c:82 fish/prep_lv.c:119 fish/prep_lv.c:135
2400 msgid "incorrect format for LV name, use '/dev/VG/LV'"
2401 msgstr ""
2402
2403 #: fish/prep_boot.c:137 fish/prep_lv.c:91 fish/prep_lv.c:144
2404 #, c-format
2405 msgid "failed to create PV: %s: %s"
2406 msgstr ""
2407
2408 #: fish/prep_boot.c:142 fish/prep_lv.c:96 fish/prep_lv.c:149
2409 #, c-format
2410 msgid "failed to create VG: %s: %s"
2411 msgstr ""
2412
2413 #: fish/prep_boot.c:149 fish/prep_lv.c:103 fish/prep_lv.c:156
2414 #, c-format
2415 msgid "failed to create LV: /dev/%s/%s: %s"
2416 msgstr ""
2417
2418 #: fish/prep_boot.c:153 fish/prep_lv.c:107 fish/prep_lv.c:160
2419 #, c-format
2420 msgid "failed to resize LV to full size: %s: %s"
2421 msgstr ""
2422
2423 #: fish/prep_fs.c:51 fish/prep_lv.c:165
2424 #, c-format
2425 msgid "failed to create filesystem (%s): %s"
2426 msgstr ""
2427
2428 #: fish/rc.c:255
2429 #, c-format
2430 msgid "guestfish: protocol error: could not read 'hello' message\n"
2431 msgstr ""
2432
2433 #: fish/rc.c:260
2434 #, c-format
2435 msgid ""
2436 "guestfish: protocol error: version mismatch, server version '%s' does not "
2437 "match client version '%s'.  The two versions must match exactly.\n"
2438 msgstr ""
2439
2440 #: fish/rc.c:335 fish/rc.c:349
2441 #, c-format
2442 msgid "guestfish: remote: looks like the server is not running\n"
2443 msgstr ""
2444
2445 #: fish/rc.c:361 fish/rc.c:375
2446 #, c-format
2447 msgid "guestfish: protocol error: could not send initial greeting to server\n"
2448 msgstr ""
2449
2450 #: fish/rc.c:386
2451 #, c-format
2452 msgid "guestfish: protocol error: could not decode reply from server\n"
2453 msgstr ""
2454
2455 #: fish/reopen.c:36
2456 #, c-format
2457 msgid "'reopen' command takes no parameters\n"
2458 msgstr ""
2459
2460 #: fish/reopen.c:46
2461 #, c-format
2462 msgid "reopen: guestfs_create: failed to create handle\n"
2463 msgstr ""
2464
2465 #: fish/supported.c:66
2466 msgid "yes"
2467 msgstr ""
2468
2469 #: fish/supported.c:68
2470 msgid "no"
2471 msgstr ""
2472
2473 #: fish/time.c:36
2474 #, c-format
2475 msgid "use 'time command [args...]'\n"
2476 msgstr ""
2477
2478 #: fuse/guestmount.c:912
2479 #, c-format
2480 msgid ""
2481 "%s: FUSE module for libguestfs\n"
2482 "%s lets you mount a virtual machine filesystem\n"
2483 "Copyright (C) 2009-2010 Red Hat Inc.\n"
2484 "Usage:\n"
2485 "  %s [--options] [-- [--FUSE-options]] mountpoint\n"
2486 "Options:\n"
2487 "  -a|--add image       Add image\n"
2488 "  -c|--connect uri     Specify libvirt URI for -d option\n"
2489 "  --dir-cache-timeout  Set readdir cache timeout (default 5 sec)\n"
2490 "  -d|--domain guest    Add disks from libvirt guest\n"
2491 "  --echo-keys          Don't turn off echo for passphrases\n"
2492 "  --format[=raw|..]    Force disk format for -a option\n"
2493 "  --fuse-help          Display extra FUSE options\n"
2494 "  -i|--inspector       Automatically mount filesystems\n"
2495 "  --help               Display help message and exit\n"
2496 "  --keys-from-stdin    Read passphrases from stdin\n"
2497 "  --live               Connect to a live virtual machine\n"
2498 "  -m|--mount dev[:mnt[:opts]] Mount dev on mnt (if omitted, /)\n"
2499 "  -n|--no-sync         Don't autosync\n"
2500 "  -o|--option opt      Pass extra option to FUSE\n"
2501 "  -r|--ro              Mount read-only\n"
2502 "  --selinux            Enable SELinux support\n"
2503 "  -v|--verbose         Verbose messages\n"
2504 "  -V|--version         Display version and exit\n"
2505 "  -w|--rw              Mount read-write\n"
2506 "  -x|--trace           Trace guestfs API calls\n"
2507 msgstr ""
2508
2509 #: fuse/guestmount.c:1130
2510 #, c-format
2511 msgid "%s: must have at least one -a/-d and at least one -m/-i option\n"
2512 msgstr ""
2513
2514 #: fuse/guestmount.c:1138
2515 #, c-format
2516 msgid "%s: you must specify a mountpoint in the host filesystem\n"
2517 msgstr ""
2518
2519 #: inspector/virt-inspector.c:76
2520 #, c-format
2521 msgid ""
2522 "%s: display information about a virtual machine\n"
2523 "Copyright (C) 2010 Red Hat Inc.\n"
2524 "Usage:\n"
2525 "  %s [--options] -d domname file [file ...]\n"
2526 "  %s [--options] -a disk.img [-a disk.img ...] file [file ...]\n"
2527 "Options:\n"
2528 "  -a|--add image       Add image\n"
2529 "  -c|--connect uri     Specify libvirt URI for -d option\n"
2530 "  -d|--domain guest    Add disks from libvirt guest\n"
2531 "  --echo-keys          Don't turn off echo for passphrases\n"
2532 "  --format[=raw|..]    Force disk format for -a option\n"
2533 "  --help               Display brief help\n"
2534 "  --keys-from-stdin    Read passphrases from stdin\n"
2535 "  -v|--verbose         Verbose messages\n"
2536 "  -V|--version         Display version and exit\n"
2537 "  -x                   Trace libguestfs API calls\n"
2538 "For more information, see the manpage %s(1).\n"
2539 msgstr ""
2540
2541 #: inspector/virt-inspector.c:263
2542 #, c-format
2543 msgid ""
2544 "%s: no operating system could be detected inside this disk image.\n"
2545 "\n"
2546 "This may be because the file is not a disk image, or is not a virtual "
2547 "machine\n"
2548 "image, or because the OS type is not understood by libguestfs.\n"
2549 "\n"
2550 "NOTE for Red Hat Enterprise Linux 6 users: for Windows guest support you "
2551 "must\n"
2552 "install the separate libguestfs-winsupport package.\n"
2553 "\n"
2554 "If you feel this is an error, please file a bug report including as much\n"
2555 "information about the disk image as possible.\n"
2556 msgstr ""
2557
2558 #: inspector/virt-inspector.c:288
2559 #, c-format
2560 msgid "%s: XML write error at \"%s\": %m\n"
2561 msgstr ""
2562
2563 #: inspector/virt-inspector.c:300
2564 #, c-format
2565 msgid "%s: xmlOutputBufferCreateFd: failed to open stdout\n"
2566 msgstr ""
2567
2568 #: inspector/virt-inspector.c:308
2569 #, c-format
2570 msgid "%s: xmlNewTextWriter: failed to create libxml2 writer\n"
2571 msgstr ""
2572
2573 #: perl/lib/Sys/Guestfs/Lib.pm:158
2574 msgid "open_guest: first parameter must be a string or an arrayref"
2575 msgstr ""
2576
2577 #: perl/lib/Sys/Guestfs/Lib.pm:164
2578 msgid "open_guest: first argument contains undefined element"
2579 msgstr ""
2580
2581 #: perl/lib/Sys/Guestfs/Lib.pm:172
2582 #, perl-brace-format
2583 msgid "guest image {imagename} does not exist or is not readable"
2584 msgstr ""
2585
2586 #: perl/lib/Sys/Guestfs/Lib.pm:179
2587 msgid ""
2588 "open_guest: no libvirt support (install Sys::Virt, XML::XPath and XML::"
2589 "XPath::XMLParser)"
2590 msgstr ""
2591
2592 #: perl/lib/Sys/Guestfs/Lib.pm:184
2593 msgid "open_guest: too many domains listed on command line"
2594 msgstr ""
2595
2596 #: perl/lib/Sys/Guestfs/Lib.pm:191
2597 msgid "open_guest: cannot connect to libvirt"
2598 msgstr ""
2599
2600 #: perl/lib/Sys/Guestfs/Lib.pm:210
2601 #, perl-brace-format
2602 msgid "{imagename} is not the name of an inactive libvirt domain\n"
2603 msgstr ""
2604
2605 #: perl/lib/Sys/Guestfs/Lib.pm:213
2606 #, perl-brace-format
2607 msgid "{imagename} is not the name of a libvirt domain\n"
2608 msgstr ""
2609
2610 #: perl/lib/Sys/Guestfs/Lib.pm:242
2611 #, perl-brace-format
2612 msgid "{imagename} seems to have no disk devices\n"
2613 msgstr ""
2614
2615 #: perl/lib/Sys/Guestfs/Lib.pm:827
2616 msgid ""
2617 "No operating system could be detected inside this disk image.\n"
2618 "\n"
2619 "This may be because the file is not a disk image, or is not a virtual "
2620 "machine\n"
2621 "image, or because the OS type is not understood by virt-inspector.\n"
2622 "\n"
2623 "If you feel this is an error, please file a bug report including as much\n"
2624 "information about the disk image as possible.\n"
2625 msgstr ""
2626
2627 #: perl/lib/Sys/Guestfs/Lib.pm:901
2628 #, perl-brace-format
2629 msgid "unknown filesystem label {label}\n"
2630 msgstr ""
2631
2632 #: perl/lib/Sys/Guestfs/Lib.pm:911
2633 #, perl-brace-format
2634 msgid "unknown filesystem UUID {uuid}\n"
2635 msgstr ""
2636
2637 #: perl/lib/Sys/Guestfs/Lib.pm:939
2638 #, perl-brace-format
2639 msgid "unknown filesystem {fs}\n"
2640 msgstr ""
2641
2642 #: perl/lib/Sys/Guestfs/Lib.pm:1017
2643 #, perl-brace-format
2644 msgid "Error running rpm -qa: {error}"
2645 msgstr ""
2646
2647 #: perl/lib/Sys/Guestfs/Lib.pm:1043
2648 #, perl-brace-format
2649 msgid "Error running dpkg-query: {error}"
2650 msgstr ""
2651
2652 #: perl/lib/Sys/Guestfs/Lib.pm:1108
2653 msgid "Can't find grub on guest"
2654 msgstr ""
2655
2656 #: perl/lib/Sys/Guestfs/Lib.pm:1163
2657 #, perl-brace-format
2658 msgid "Grub entry {title} has no kernel"
2659 msgstr ""
2660
2661 #: perl/lib/Sys/Guestfs/Lib.pm:1194
2662 #, perl-brace-format
2663 msgid "grub refers to {path}, which doesn't exist\n"
2664 msgstr ""
2665
2666 #: perl/lib/Sys/Guestfs/Lib.pm:1217
2667 #, perl-brace-format
2668 msgid "Grub entry {title} does not specify an initrd"
2669 msgstr ""
2670
2671 #: perl/lib/Sys/Guestfs/Lib.pm:1286
2672 #, perl-brace-format
2673 msgid "Didn't find modules directory {modules} for kernel {path}"
2674 msgstr ""
2675
2676 #: perl/lib/Sys/Guestfs/Lib.pm:1294
2677 #, perl-brace-format
2678 msgid "Couldn't guess kernel version number from path for kernel {path}"
2679 msgstr ""
2680
2681 #: perl/lib/Sys/Guestfs/Lib.pm:1348
2682 #, perl-brace-format
2683 msgid "{path} doesn't match augeas pattern"
2684 msgstr ""
2685
2686 #: perl/lib/Sys/Guestfs/Lib.pm:1387
2687 #, perl-brace-format
2688 msgid "{filename}: could not read initrd format"
2689 msgstr ""
2690
2691 #: rescue/virt-rescue.c:63
2692 #, c-format
2693 msgid ""
2694 "%s: Run a rescue shell on a virtual machine\n"
2695 "Copyright (C) 2009-2010 Red Hat Inc.\n"
2696 "Usage:\n"
2697 "  %s [--options] -d domname\n"
2698 "  %s [--options] -a disk.img [-a disk.img ...]\n"
2699 "Options:\n"
2700 "  -a|--add image       Add image\n"
2701 "  --append kernelopts  Append kernel options\n"
2702 "  -c|--connect uri     Specify libvirt URI for -d option\n"
2703 "  -d|--domain guest    Add disks from libvirt guest\n"
2704 "  --format[=raw|..]    Force disk format for -a option\n"
2705 "  --help               Display brief help\n"
2706 "  -m|--memsize MB      Set memory size in megabytes\n"
2707 "  --network            Enable network\n"
2708 "  -r|--ro              Access read-only\n"
2709 "  --selinux            Enable SELinux\n"
2710 "  -v|--verbose         Verbose messages\n"
2711 "  -V|--version         Display version and exit\n"
2712 "  -w|--rw              Mount read-write\n"
2713 "  -x                   Trace libguestfs API calls\n"
2714 "For more information, see the manpage %s(1).\n"
2715 msgstr ""
2716
2717 #: rescue/virt-rescue.c:180
2718 #, c-format
2719 msgid "%s: could not parse memory size '%s'\n"
2720 msgstr ""
2721
2722 #: rescue/virt-rescue.c:419
2723 #, c-format
2724 msgid "%s: unknown child exit status (%d)\n"
2725 msgstr ""
2726
2727 #: src/appliance.c:181
2728 #, c-format
2729 msgid ""
2730 "cannot find any suitable libguestfs supermin or ordinary appliance on "
2731 "LIBGUESTFS_PATH (search path: %s)"
2732 msgstr ""
2733
2734 #: src/appliance.c:331
2735 #, c-format
2736 msgid "security: cached appliance %s is not owned by UID %d"
2737 msgstr ""
2738
2739 #: src/appliance.c:336
2740 #, c-format
2741 msgid "security: cached appliance %s is not a directory (mode %o)"
2742 msgstr ""
2743
2744 #: src/appliance.c:341
2745 #, c-format
2746 msgid "security: cached appliance %s is writable by group or other (mode %o)"
2747 msgstr ""
2748
2749 #: src/appliance.c:659
2750 msgid "external command failed, see earlier error messages"
2751 msgstr ""
2752
2753 #: src/dbdump.c:87
2754 msgid "unexpected end of output from db_dump command before end of header"
2755 msgstr ""
2756
2757 #: src/dbdump.c:100 src/dbdump.c:112
2758 msgid "unexpected line from db_dump command, no space prefix"
2759 msgstr ""
2760
2761 #: src/dbdump.c:129
2762 msgid "unexpected end of output from db_dump command before end of data"
2763 msgstr ""
2764
2765 #: src/dbdump.c:210
2766 msgid "unexpected non-hex digits in output of db_dump command"
2767 msgstr ""
2768
2769 #: src/filearch.c:153
2770 #, c-format
2771 msgid "size of %s unreasonable (%<PRIi64> bytes)"
2772 msgstr ""
2773
2774 #: src/filearch.c:266
2775 msgid ""
2776 "file-architecture API not available since this version of libguestfs was "
2777 "compiled without PCRE or libmagic libraries"
2778 msgstr ""
2779
2780 #: src/guestfs.c:174
2781 #, c-format
2782 msgid "guestfs_close: called twice on the same handle\n"
2783 msgstr ""
2784
2785 #: src/guestfs.c:340
2786 #, c-format
2787 msgid "warning: %s"
2788 msgstr ""
2789
2790 #: src/guestfs.c:399
2791 #, c-format
2792 msgid "libguestfs: error: %s\n"
2793 msgstr ""
2794
2795 #: src/guestfs.c:946
2796 #, c-format
2797 msgid "<truncated, original size %zu bytes>"
2798 msgstr ""
2799
2800 #: src/inspect.c:265
2801 msgid "not a Windows guest, or systemroot could not be determined"
2802 msgstr ""
2803
2804 #: src/inspect.c:281
2805 msgid "not a Windows guest, or CurrentControlSet could not be determined"
2806 msgstr ""
2807
2808 #: src/inspect.c:541 src/inspect_fs.c:474 src/inspect_fs.c:518
2809 #: src/inspect_fs_unix.c:194 src/inspect_fs_unix.c:579
2810 #: src/inspect_fs_unix.c:821
2811 #, c-format
2812 msgid "size of %s is unreasonably large (%<PRIi64> bytes)"
2813 msgstr ""
2814
2815 #: src/inspect.c:577
2816 msgid "no inspection data: call guestfs_inspect_os first"
2817 msgstr ""
2818
2819 #: src/inspect.c:589
2820 #, c-format
2821 msgid ""
2822 "%s: root device not found: only call this function with a root device "
2823 "previously returned by guestfs_inspect_os"
2824 msgstr ""
2825
2826 #: src/inspect.c:599 src/inspect_apps.c:609
2827 msgid ""
2828 "inspection API not available since this version of libguestfs was compiled "
2829 "without PCRE or hivex libraries"
2830 msgstr ""
2831
2832 #: src/inspect_fs.c:326 src/inspect_fs.c:339
2833 #, c-format
2834 msgid "could not parse integer in version number: %s"
2835 msgstr ""
2836
2837 #: src/inspect_fs.c:483
2838 #, c-format
2839 msgid "%s: file is empty"
2840 msgstr ""
2841
2842 #: src/inspect_fs_unix.c:613
2843 msgid "could not parse /etc/fstab or empty file"
2844 msgstr ""
2845
2846 #: src/inspect_fs_windows.c:112
2847 #, c-format
2848 msgid "cannot resolve Windows %%SYSTEMROOT%%"
2849 msgstr ""
2850
2851 #: src/inspect_icon.c:452
2852 #, c-format
2853 msgid "read: %s: unexpected end of file"
2854 msgstr ""
2855
2856 #: src/launch.c:98
2857 msgid "command line cannot be altered after qemu subprocess launched"
2858 msgstr ""
2859
2860 #: src/launch.c:155
2861 msgid "guestfs_config: parameter must begin with '-' character"
2862 msgstr ""
2863
2864 #: src/launch.c:169
2865 #, c-format
2866 msgid "guestfs_config: parameter '%s' isn't allowed"
2867 msgstr ""
2868
2869 #: src/launch.c:235 src/launch.c:339
2870 msgid "filename cannot contain ',' (comma) character"
2871 msgstr ""
2872
2873 #: src/launch.c:247 src/launch.c:252
2874 #, c-format
2875 msgid "%s parameter is empty or contains disallowed characters"
2876 msgstr ""
2877
2878 #: src/launch.c:358
2879 msgid "the libguestfs handle has already been launched"
2880 msgstr ""
2881
2882 #: src/launch.c:367
2883 #, c-format
2884 msgid "%s: cannot create temporary directory"
2885 msgstr ""
2886
2887 #: src/launch.c:404
2888 msgid "you must call guestfs_add_drive before guestfs_launch"
2889 msgstr ""
2890
2891 #: src/launch.c:759
2892 msgid "guestfs_launch failed, see earlier error messages"
2893 msgstr ""
2894
2895 #: src/launch.c:772
2896 msgid "qemu launched and contacted daemon, but state != READY"
2897 msgstr ""
2898
2899 #: src/launch.c:860
2900 msgid "guestfs_launch failed, unexpected initial message from guestfsd"
2901 msgstr ""
2902
2903 #: src/launch.c:868
2904 msgid "contacted guestfsd, but state != READY"
2905 msgstr ""
2906
2907 #: src/launch.c:1047
2908 #, c-format
2909 msgid ""
2910 "%s: command failed: If qemu is located on a non-standard path, try setting "
2911 "the LIBGUESTFS_QEMU environment variable."
2912 msgstr ""
2913
2914 #: src/launch.c:1138
2915 msgid "qemu has not been launched yet"
2916 msgstr ""
2917
2918 #: src/launch.c:1149
2919 msgid "no subprocess to kill"
2920 msgstr ""
2921
2922 #: src/proto.c:188
2923 #, c-format
2924 msgid "guestfs_set_busy: called when in state %d != READY"
2925 msgstr ""
2926
2927 #: src/proto.c:211
2928 #, c-format
2929 msgid "guestfs_end_busy: called when in state %d"
2930 msgstr ""
2931
2932 #: src/proto.c:421
2933 #, c-format
2934 msgid ""
2935 "check_for_daemon_cancellation_or_eof: read 0x%x from daemon, expected 0x%x\n"
2936 msgstr ""
2937
2938 #: src/proto.c:543
2939 msgid ""
2940 "This usually means the libguestfs appliance failed to start up.  Please\n"
2941 "enable debugging (LIBGUESTFS_DEBUG=1) and rerun the command, then look at\n"
2942 "the debug messages output prior to this error.\n"
2943 msgstr ""
2944
2945 #: src/proto.c:549
2946 msgid "See earlier debug messages.\n"
2947 msgstr ""
2948
2949 #: src/proto.c:639
2950 #, c-format
2951 msgid "received magic signature from guestfsd, but in state %d"
2952 msgstr ""
2953
2954 #: src/proto.c:658
2955 #, c-format
2956 msgid "message length (%u) > maximum possible size (%d)"
2957 msgstr ""
2958
2959 #: src/proto.c:810
2960 #, c-format
2961 msgid "guestfs___send: state %d != BUSY"
2962 msgstr ""
2963
2964 #: src/proto.c:834
2965 msgid "xdr_guestfs_message_header failed"
2966 msgstr ""
2967
2968 #: src/proto.c:843
2969 msgid "dispatch failed to marshal args"
2970 msgstr ""
2971
2972 #: src/proto.c:970
2973 #, c-format
2974 msgid "send_file_chunk: state %d != READY"
2975 msgstr ""
2976
2977 #: src/proto.c:986
2978 #, c-format
2979 msgid "xdr_guestfs_chunk failed (buf = %p, buflen = %zu)"
2980 msgstr ""
2981
2982 #: src/proto.c:1136
2983 #, c-format
2984 msgid "%s: error in chunked encoding"
2985 msgstr ""
2986
2987 #: src/proto.c:1163
2988 msgid "write to daemon socket"
2989 msgstr ""
2990
2991 #: src/proto.c:1186
2992 msgid "receive_file_data: parse error in reply callback"
2993 msgstr ""
2994
2995 #: src/proto.c:1191
2996 msgid "receive_file_data: unexpected flag received when reading file chunks"
2997 msgstr ""
2998
2999 #: src/proto.c:1199
3000 msgid "failed to parse file chunk"
3001 msgstr ""
3002
3003 #: src/proto.c:1208
3004 msgid "file receive cancelled by daemon"
3005 msgstr ""
3006
3007 #: src/virt.c:101 src/virt.c:347
3008 msgid "you cannot set both live and readonly flags"
3009 msgstr ""
3010
3011 #: src/virt.c:109
3012 #, c-format
3013 msgid "could not connect to libvirt (code %d, domain %d): %s"
3014 msgstr ""
3015
3016 #: src/virt.c:130
3017 #, c-format
3018 msgid "no libvirt domain called '%s': %s"
3019 msgstr ""
3020
3021 #: src/virt.c:185 src/virt.c:435
3022 #, c-format
3023 msgid "error reading libvirt XML information: %s"
3024 msgstr ""
3025
3026 #: src/virt.c:195 src/virt.c:443
3027 msgid "unable to parse XML information returned by libvirt"
3028 msgstr ""
3029
3030 #: src/virt.c:201 src/virt.c:449
3031 msgid "unable to create new XPath context"
3032 msgstr ""
3033
3034 #: src/virt.c:208 src/virt.c:464
3035 msgid "unable to evaluate XPath expression"
3036 msgstr ""
3037
3038 #: src/virt.c:305
3039 msgid "libvirt domain has no disks"
3040 msgstr ""
3041
3042 #: src/virt.c:358
3043 #, c-format
3044 msgid "error getting domain info: %s"
3045 msgstr ""
3046
3047 #: src/virt.c:372
3048 msgid ""
3049 "error: domain is a live virtual machine.\n"
3050 "Writing to the disks of a running virtual machine can cause disk "
3051 "corruption.\n"
3052 "Either use read-only access, or if the guest is running the guestfsd daemon\n"
3053 "specify live access.  In most libguestfs tools these options are --ro or\n"
3054 "--live respectively.  Consult the documentation for further information."
3055 msgstr ""
3056
3057 #: src/virt.c:492
3058 msgid ""
3059 "this guest has no libvirt <channel> definition for guestfsd\n"
3060 "See ATTACHING TO RUNNING DAEMONS in guestfs(3) for further information."
3061 msgstr ""
3062
3063 #: src/virt.c:517
3064 msgid ""
3065 "add-domain API not available since this version of libguestfs was compiled "
3066 "without libvirt or libxml2"
3067 msgstr ""
3068
3069 #: test-tool/test-tool.c:79
3070 #, c-format
3071 msgid ""
3072 "libguestfs-test-tool: interactive test tool\n"
3073 "Copyright (C) 2009-2011 Red Hat Inc.\n"
3074 "Usage:\n"
3075 "  libguestfs-test-tool [--options]\n"
3076 "Options:\n"
3077 "  --help         Display usage\n"
3078 "  --qemudir dir  Specify QEMU source directory\n"
3079 "  --qemu qemu    Specify QEMU binary\n"
3080 "  --timeout n\n"
3081 "  -t n           Set launch timeout (default: %d seconds)\n"
3082 msgstr ""
3083
3084 #: test-tool/test-tool.c:127
3085 #, c-format
3086 msgid "libguestfs-test-tool: unknown long option: %s (%d)\n"
3087 msgstr ""
3088
3089 #: test-tool/test-tool.c:136
3090 #, c-format
3091 msgid "libguestfs-test-tool: invalid timeout: %s\n"
3092 msgstr ""
3093
3094 #: test-tool/test-tool.c:148
3095 #, c-format
3096 msgid "libguestfs-test-tool: unexpected command line option 0x%x\n"
3097 msgstr ""
3098
3099 #: test-tool/test-tool.c:170
3100 #, c-format
3101 msgid "libguestfs-test-tool: failed to create libguestfs handle\n"
3102 msgstr ""
3103
3104 #: test-tool/test-tool.c:177
3105 #, c-format
3106 msgid "libguestfs-test-tool: failed to add drive '%s'\n"
3107 msgstr ""
3108
3109 #: test-tool/test-tool.c:185
3110 #, c-format
3111 msgid "libguestfs-test-tool: guestfs_version failed\n"
3112 msgstr ""
3113
3114 #: test-tool/test-tool.c:217
3115 #, c-format
3116 msgid "libguestfs-test-tool: failed to launch appliance\n"
3117 msgstr ""
3118
3119 #: test-tool/test-tool.c:229
3120 #, c-format
3121 msgid "libguestfs-test-tool: failed to run part-disk\n"
3122 msgstr ""
3123
3124 #: test-tool/test-tool.c:235
3125 #, c-format
3126 msgid "libguestfs-test-tool: failed to mkfs.ext2\n"
3127 msgstr ""
3128
3129 #: test-tool/test-tool.c:241
3130 #, c-format
3131 msgid "libguestfs-test-tool: failed to mount /dev/sda1 on /\n"
3132 msgstr ""
3133
3134 #: test-tool/test-tool.c:248
3135 #, c-format
3136 msgid "libguestfs-test-tool: failed to touch file\n"
3137 msgstr ""
3138
3139 #: test-tool/test-tool.c:279
3140 #, c-format
3141 msgid ""
3142 "LIBGUESTFS_QEMU environment variable is already set, so\n"
3143 "--qemu/--qemudir options cannot be used.\n"
3144 msgstr ""
3145
3146 #: test-tool/test-tool.c:287
3147 #, c-format
3148 msgid "Binary '%s' does not exist or is not executable\n"
3149 msgstr ""
3150
3151 #: test-tool/test-tool.c:301
3152 #, c-format
3153 msgid "%s: does not look like a qemu source directory\n"
3154 msgstr ""
3155
3156 #: tools/virt-list-filesystems.pl:142
3157 msgid "virt-list-filesystems: no image or VM name given"
3158 msgstr ""
3159
3160 #: tools/virt-list-partitions.pl:152
3161 msgid "virt-list-partitions: no image or VM name given"
3162 msgstr ""
3163
3164 #: tools/virt-make-fs.pl:291
3165 msgid "virt-make-fs input output\n"
3166 msgstr ""
3167
3168 #: tools/virt-make-fs.pl:321
3169 msgid "unexpected output from 'du' command"
3170 msgstr ""
3171
3172 #: tools/virt-make-fs.pl:333 tools/virt-make-fs.pl:347
3173 #: tools/virt-make-fs.pl:458
3174 #, perl-brace-format
3175 msgid "{f}: unknown input format: {fmt}\n"
3176 msgstr ""
3177
3178 #: tools/virt-make-fs.pl:391
3179 #, perl-brace-format
3180 msgid "virt-make-fs: cannot parse size parameter: {sz}\n"
3181 msgstr ""
3182
3183 #: tools/virt-make-fs.pl:406
3184 msgid ""
3185 "qemu-img create: failed to create disk image, see earlier error messages\n"
3186 msgstr ""
3187
3188 #: tools/virt-make-fs.pl:417
3189 msgid "virt-make-fs: NTFS support was disabled when libguestfs was compiled\n"
3190 msgstr ""
3191
3192 #: tools/virt-make-fs.pl:442
3193 msgid "tar: failed, see earlier messages\n"
3194 msgstr ""
3195
3196 #: tools/virt-make-fs.pl:464
3197 msgid "uncompress command failed, see earlier messages\n"
3198 msgstr ""
3199
3200 #: tools/virt-make-fs.pl:499
3201 msgid ""
3202 "virt-make-fs: error copying contents into filesystem\n"
3203 "An error here usually means that the program did not estimate the\n"
3204 "filesystem size correctly.  Please read the BUGS section of the manpage.\n"
3205 msgstr ""
3206
3207 #: tools/virt-tar.pl:183 tools/virt-tar.pl:190
3208 msgid "virt-tar: extract/upload mode specified twice on the command line\n"
3209 msgstr ""
3210
3211 #: tools/virt-tar.pl:212
3212 msgid "virt-tar: no image, VM names, directory or filename given"
3213 msgstr ""
3214
3215 #: tools/virt-tar.pl:215
3216 msgid "virt-tar: either -x or -u must be specified on the command line\n"
3217 msgstr ""
3218
3219 #: tools/virt-tar.pl:226
3220 #, perl-brace-format
3221 msgid "virt-tar: {tarball}: file not found\n"
3222 msgstr ""
3223
3224 #: tools/virt-tar.pl:229
3225 #, perl-brace-format
3226 msgid "virt-tar: {dir}: directory name must start with '/' character\n"
3227 msgstr ""
3228
3229 #: tools/virt-tar.pl:243 tools/virt-win-reg.pl:259
3230 #, perl-brace-format
3231 msgid ""
3232 "{prog}: No operating system could be detected inside this disk image.\n"
3233 "\n"
3234 "This may be because the file is not a disk image, or is not a virtual "
3235 "machine\n"
3236 "image, or because the OS type is not understood by libguestfs.\n"
3237 "\n"
3238 "If you feel this is an error, please file a bug report including as much\n"
3239 "information about the disk image as possible.\n"
3240 msgstr ""
3241
3242 #: tools/virt-tar.pl:247 tools/virt-win-reg.pl:263
3243 #, perl-brace-format
3244 msgid "{prog}: multiboot operating systems are not supported.\n"
3245 msgstr ""
3246
3247 #: tools/virt-win-reg.pl:243
3248 msgid "no libvirt domain name or disk image given\n"
3249 msgstr ""
3250
3251 #: tools/virt-win-reg.pl:285
3252 msgid ""
3253 "expecting 1 or 2 more parameters, subkey path and optionally the value to "
3254 "export\n"
3255 msgstr ""
3256
3257 #: tools/virt-win-reg.pl:444
3258 #, perl-brace-format
3259 msgid "virt-win-reg: {p}: cannot find user directory\n"
3260 msgstr ""
3261
3262 #: tools/virt-win-reg.pl:449
3263 #, perl-brace-format
3264 msgid "virt-win-reg: {p}: not a supported Windows Registry path\n"
3265 msgstr ""
3266
3267 #: tools/virt-win-reg.pl:520 tools/virt-win-reg.pl:542
3268 #, perl-brace-format
3269 msgid "virt-win-reg: {p}: file not found in guest: {err}\n"
3270 msgstr ""
3271
3272 #: tools/virt-win-reg.pl:527
3273 #, perl-brace-format
3274 msgid "virt-win-reg: {p}: could not download registry file: {err}\n"
3275 msgstr ""
3276
3277 #: tools/virt-win-reg.pl:549
3278 #, perl-brace-format
3279 msgid "virt-win-reg: {p}: could not upload registry file: {err}\n"
3280 msgstr ""