Version 1.11.10.
[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.10\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-06-10 15:29+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:2574
328 msgid "Command"
329 msgstr ""
330
331 #: fish/cmds.c:2574
332 msgid "Description"
333 msgstr ""
334
335 #: fish/cmds.c:2576
336 msgid "add a CD-ROM disk image to examine"
337 msgstr ""
338
339 #: fish/cmds.c:2577
340 msgid "add the disk(s) from a named libvirt domain"
341 msgstr ""
342
343 #: fish/cmds.c:2578 fish/cmds.c:2579
344 msgid "add an image to examine or modify"
345 msgstr ""
346
347 #: fish/cmds.c:2580
348 msgid "add a drive in snapshot mode (read-only)"
349 msgstr ""
350
351 #: fish/cmds.c:2581
352 msgid "add a drive read-only specifying the QEMU block emulation to use"
353 msgstr ""
354
355 #: fish/cmds.c:2582
356 msgid "add a drive specifying the QEMU block emulation to use"
357 msgstr ""
358
359 #: fish/cmds.c:2583
360 msgid "allocate and add a disk file"
361 msgstr ""
362
363 #: fish/cmds.c:2584
364 msgid "clear Augeas path"
365 msgstr ""
366
367 #: fish/cmds.c:2585
368 msgid "close the current Augeas handle"
369 msgstr ""
370
371 #: fish/cmds.c:2586
372 msgid "define an Augeas node"
373 msgstr ""
374
375 #: fish/cmds.c:2587
376 msgid "define an Augeas variable"
377 msgstr ""
378
379 #: fish/cmds.c:2588
380 msgid "look up the value of an Augeas path"
381 msgstr ""
382
383 #: fish/cmds.c:2589
384 msgid "create a new Augeas handle"
385 msgstr ""
386
387 #: fish/cmds.c:2590
388 msgid "insert a sibling Augeas node"
389 msgstr ""
390
391 #: fish/cmds.c:2591
392 msgid "load files into the tree"
393 msgstr ""
394
395 #: fish/cmds.c:2592
396 msgid "list Augeas nodes under augpath"
397 msgstr ""
398
399 #: fish/cmds.c:2593
400 msgid "return Augeas nodes which match augpath"
401 msgstr ""
402
403 #: fish/cmds.c:2594
404 msgid "move Augeas node"
405 msgstr ""
406
407 #: fish/cmds.c:2595
408 msgid "remove an Augeas path"
409 msgstr ""
410
411 #: fish/cmds.c:2596
412 msgid "write all pending Augeas changes to disk"
413 msgstr ""
414
415 #: fish/cmds.c:2597
416 msgid "set Augeas path to value"
417 msgstr ""
418
419 #: fish/cmds.c:2598
420 msgid "test availability of some parts of the API"
421 msgstr ""
422
423 #: fish/cmds.c:2599
424 msgid "return a list of all optional groups"
425 msgstr ""
426
427 #: fish/cmds.c:2600
428 msgid "upload base64-encoded data to file"
429 msgstr ""
430
431 #: fish/cmds.c:2601
432 msgid "download file and encode as base64"
433 msgstr ""
434
435 #: fish/cmds.c:2602
436 msgid "flush device buffers"
437 msgstr ""
438
439 #: fish/cmds.c:2603
440 msgid "get blocksize of block device"
441 msgstr ""
442
443 #: fish/cmds.c:2604
444 msgid "is block device set to read-only"
445 msgstr ""
446
447 #: fish/cmds.c:2605
448 msgid "get total size of device in bytes"
449 msgstr ""
450
451 #: fish/cmds.c:2606
452 msgid "get sectorsize of block device"
453 msgstr ""
454
455 #: fish/cmds.c:2607
456 msgid "get total size of device in 512-byte sectors"
457 msgstr ""
458
459 #: fish/cmds.c:2608
460 msgid "reread partition table"
461 msgstr ""
462
463 #: fish/cmds.c:2609
464 msgid "set blocksize of block device"
465 msgstr ""
466
467 #: fish/cmds.c:2610
468 msgid "set block device to read-only"
469 msgstr ""
470
471 #: fish/cmds.c:2611
472 msgid "set block device to read-write"
473 msgstr ""
474
475 #: fish/cmds.c:2612
476 msgid "return true path on case-insensitive filesystem"
477 msgstr ""
478
479 #: fish/cmds.c:2613
480 msgid "list the contents of a file"
481 msgstr ""
482
483 #: fish/cmds.c:2614
484 msgid "compute MD5, SHAx or CRC checksum of file"
485 msgstr ""
486
487 #: fish/cmds.c:2615
488 msgid "compute MD5, SHAx or CRC checksum of the contents of a device"
489 msgstr ""
490
491 #: fish/cmds.c:2616
492 msgid "compute MD5, SHAx or CRC checksum of files in a directory"
493 msgstr ""
494
495 #: fish/cmds.c:2617
496 msgid "change file mode"
497 msgstr ""
498
499 #: fish/cmds.c:2618 fish/cmds.c:2736
500 msgid "change file owner and group"
501 msgstr ""
502
503 #: fish/cmds.c:2619
504 msgid "run a command from the guest filesystem"
505 msgstr ""
506
507 #: fish/cmds.c:2620
508 msgid "run a command, returning lines"
509 msgstr ""
510
511 #: fish/cmds.c:2621
512 msgid "add qemu parameters"
513 msgstr ""
514
515 #: fish/cmds.c:2622
516 msgid "copy local files or directories into an image"
517 msgstr ""
518
519 #: fish/cmds.c:2623
520 msgid "copy remote files or directories out of an image"
521 msgstr ""
522
523 #: fish/cmds.c:2624
524 msgid "copy size bytes from source to destination using dd"
525 msgstr ""
526
527 #: fish/cmds.c:2625
528 msgid "copy a file"
529 msgstr ""
530
531 #: fish/cmds.c:2626
532 msgid "copy a file or directory recursively"
533 msgstr ""
534
535 #: fish/cmds.c:2627
536 msgid "copy from source to destination using dd"
537 msgstr ""
538
539 #: fish/cmds.c:2628
540 msgid "debugging and internals"
541 msgstr ""
542
543 #: fish/cmds.c:2629
544 msgid "debug the QEMU command line (internal use only)"
545 msgstr ""
546
547 #: fish/cmds.c:2630
548 msgid "upload a file to the appliance (internal use only)"
549 msgstr ""
550
551 #: fish/cmds.c:2631
552 msgid "report file system disk space usage"
553 msgstr ""
554
555 #: fish/cmds.c:2632
556 msgid "report file system disk space usage (human readable)"
557 msgstr ""
558
559 #: fish/cmds.c:2633
560 msgid "return kernel messages"
561 msgstr ""
562
563 #: fish/cmds.c:2634
564 msgid "download a file to the local machine"
565 msgstr ""
566
567 #: fish/cmds.c:2635
568 msgid "download a file to the local machine with offset and size"
569 msgstr ""
570
571 #: fish/cmds.c:2636
572 msgid "drop kernel page cache, dentries and inodes"
573 msgstr ""
574
575 #: fish/cmds.c:2637
576 msgid "estimate file space usage"
577 msgstr ""
578
579 #: fish/cmds.c:2638
580 msgid "check an ext2/ext3 filesystem"
581 msgstr ""
582
583 #: fish/cmds.c:2639
584 msgid "display a line of text"
585 msgstr ""
586
587 #: fish/cmds.c:2640
588 msgid "echo arguments back to the client"
589 msgstr ""
590
591 #: fish/cmds.c:2641
592 msgid "edit a file"
593 msgstr ""
594
595 #: fish/cmds.c:2642 fish/cmds.c:2643 fish/cmds.c:2648 fish/cmds.c:2649
596 #: fish/cmds.c:2682 fish/cmds.c:2683 fish/cmds.c:2929 fish/cmds.c:2930
597 #: fish/cmds.c:2934 fish/cmds.c:2935 fish/cmds.c:2937 fish/cmds.c:2938
598 msgid "return lines matching a pattern"
599 msgstr ""
600
601 #: fish/cmds.c:2644
602 msgid "test if two files have equal contents"
603 msgstr ""
604
605 #: fish/cmds.c:2645
606 msgid "test if file or directory exists"
607 msgstr ""
608
609 #: fish/cmds.c:2646 fish/cmds.c:2647
610 msgid "preallocate a file in the guest filesystem"
611 msgstr ""
612
613 #: fish/cmds.c:2650
614 msgid "determine file type"
615 msgstr ""
616
617 #: fish/cmds.c:2651
618 msgid "detect the architecture of a binary file"
619 msgstr ""
620
621 #: fish/cmds.c:2652
622 msgid "return the size of the file in bytes"
623 msgstr ""
624
625 #: fish/cmds.c:2653
626 msgid "fill a file with octets"
627 msgstr ""
628
629 #: fish/cmds.c:2654
630 msgid "fill a file with a repeating pattern of bytes"
631 msgstr ""
632
633 #: fish/cmds.c:2655
634 msgid "find all files and directories"
635 msgstr ""
636
637 #: fish/cmds.c:2656
638 msgid "find all files and directories, returning NUL-separated list"
639 msgstr ""
640
641 #: fish/cmds.c:2657
642 msgid "find a filesystem by label"
643 msgstr ""
644
645 #: fish/cmds.c:2658
646 msgid "find a filesystem by UUID"
647 msgstr ""
648
649 #: fish/cmds.c:2659
650 msgid "run the filesystem checker"
651 msgstr ""
652
653 #: fish/cmds.c:2660
654 msgid "get the additional kernel options"
655 msgstr ""
656
657 #: fish/cmds.c:2661
658 msgid "get the attach method"
659 msgstr ""
660
661 #: fish/cmds.c:2662
662 msgid "get autosync mode"
663 msgstr ""
664
665 #: fish/cmds.c:2663
666 msgid "get direct appliance mode flag"
667 msgstr ""
668
669 #: fish/cmds.c:2664
670 msgid "get the ext2/3/4 filesystem label"
671 msgstr ""
672
673 #: fish/cmds.c:2665
674 msgid "get the ext2/3/4 filesystem UUID"
675 msgstr ""
676
677 #: fish/cmds.c:2666
678 msgid "get memory allocated to the qemu subprocess"
679 msgstr ""
680
681 #: fish/cmds.c:2667
682 msgid "get enable network flag"
683 msgstr ""
684
685 #: fish/cmds.c:2668
686 msgid "get the search path"
687 msgstr ""
688
689 #: fish/cmds.c:2669
690 msgid "get PID of qemu subprocess"
691 msgstr ""
692
693 #: fish/cmds.c:2670
694 msgid "get the qemu binary"
695 msgstr ""
696
697 #: fish/cmds.c:2671
698 msgid "get recovery process enabled flag"
699 msgstr ""
700
701 #: fish/cmds.c:2672
702 msgid "get SELinux enabled flag"
703 msgstr ""
704
705 #: fish/cmds.c:2673
706 msgid "get the current state"
707 msgstr ""
708
709 #: fish/cmds.c:2674
710 msgid "get command trace enabled flag"
711 msgstr ""
712
713 #: fish/cmds.c:2675
714 msgid "get the current umask"
715 msgstr ""
716
717 #: fish/cmds.c:2676
718 msgid "get verbose mode"
719 msgstr ""
720
721 #: fish/cmds.c:2677
722 msgid "get SELinux security context"
723 msgstr ""
724
725 #: fish/cmds.c:2678 fish/cmds.c:2737
726 msgid "get a single extended attribute"
727 msgstr ""
728
729 #: fish/cmds.c:2679 fish/cmds.c:2738
730 msgid "list extended attributes of a file or directory"
731 msgstr ""
732
733 #: fish/cmds.c:2680
734 msgid "expand wildcards in command"
735 msgstr ""
736
737 #: fish/cmds.c:2681
738 msgid "expand a wildcard path"
739 msgstr ""
740
741 #: fish/cmds.c:2684
742 msgid "install GRUB"
743 msgstr ""
744
745 #: fish/cmds.c:2685
746 msgid "return first 10 lines of a file"
747 msgstr ""
748
749 #: fish/cmds.c:2686
750 msgid "return first N lines of a file"
751 msgstr ""
752
753 #: fish/cmds.c:2687
754 msgid "dump a file in hexadecimal"
755 msgstr ""
756
757 #: fish/cmds.c:2688
758 msgid "edit with a hex editor"
759 msgstr ""
760
761 #: fish/cmds.c:2689
762 msgid "list the contents of a single file in an initrd"
763 msgstr ""
764
765 #: fish/cmds.c:2690
766 msgid "list files in an initrd"
767 msgstr ""
768
769 #: fish/cmds.c:2691
770 msgid "add an inotify watch"
771 msgstr ""
772
773 #: fish/cmds.c:2692
774 msgid "close the inotify handle"
775 msgstr ""
776
777 #: fish/cmds.c:2693
778 msgid "return list of watched files that had events"
779 msgstr ""
780
781 #: fish/cmds.c:2694
782 msgid "create an inotify handle"
783 msgstr ""
784
785 #: fish/cmds.c:2695
786 msgid "return list of inotify events"
787 msgstr ""
788
789 #: fish/cmds.c:2696
790 msgid "remove an inotify watch"
791 msgstr ""
792
793 #: fish/cmds.c:2697
794 msgid "get architecture of inspected operating system"
795 msgstr ""
796
797 #: fish/cmds.c:2698
798 msgid "get distro of inspected operating system"
799 msgstr ""
800
801 #: fish/cmds.c:2699
802 msgid "get drive letter mappings"
803 msgstr ""
804
805 #: fish/cmds.c:2700
806 msgid "get filesystems associated with inspected operating system"
807 msgstr ""
808
809 #: fish/cmds.c:2701
810 msgid "get format of inspected operating system"
811 msgstr ""
812
813 #: fish/cmds.c:2702
814 msgid "get hostname of the operating system"
815 msgstr ""
816
817 #: fish/cmds.c:2703
818 msgid "get major version of inspected operating system"
819 msgstr ""
820
821 #: fish/cmds.c:2704
822 msgid "get minor version of inspected operating system"
823 msgstr ""
824
825 #: fish/cmds.c:2705
826 msgid "get mountpoints of inspected operating system"
827 msgstr ""
828
829 #: fish/cmds.c:2706
830 msgid "get package format used by the operating system"
831 msgstr ""
832
833 #: fish/cmds.c:2707
834 msgid "get package management tool used by the operating system"
835 msgstr ""
836
837 #: fish/cmds.c:2708
838 msgid "get product name of inspected operating system"
839 msgstr ""
840
841 #: fish/cmds.c:2709
842 msgid "get product variant of inspected operating system"
843 msgstr ""
844
845 #: fish/cmds.c:2710
846 msgid "return list of operating systems found by last inspection"
847 msgstr ""
848
849 #: fish/cmds.c:2711
850 msgid "get type of inspected operating system"
851 msgstr ""
852
853 #: fish/cmds.c:2712
854 msgid "get Windows CurrentControlSet of inspected operating system"
855 msgstr ""
856
857 #: fish/cmds.c:2713
858 msgid "get Windows systemroot of inspected operating system"
859 msgstr ""
860
861 #: fish/cmds.c:2714
862 msgid "get live flag for install disk"
863 msgstr ""
864
865 #: fish/cmds.c:2715
866 msgid "get multipart flag for install disk"
867 msgstr ""
868
869 #: fish/cmds.c:2716
870 msgid "get netinst (network installer) flag for install disk"
871 msgstr ""
872
873 #: fish/cmds.c:2717
874 msgid "get list of applications installed in the operating system"
875 msgstr ""
876
877 #: fish/cmds.c:2718
878 msgid "inspect disk and return list of operating systems found"
879 msgstr ""
880
881 #: fish/cmds.c:2719
882 msgid "test if block device"
883 msgstr ""
884
885 #: fish/cmds.c:2720
886 msgid "is busy processing a command"
887 msgstr ""
888
889 #: fish/cmds.c:2721
890 msgid "test if character device"
891 msgstr ""
892
893 #: fish/cmds.c:2722
894 msgid "is in configuration state"
895 msgstr ""
896
897 #: fish/cmds.c:2723
898 msgid "test if a directory"
899 msgstr ""
900
901 #: fish/cmds.c:2724
902 msgid "test if FIFO (named pipe)"
903 msgstr ""
904
905 #: fish/cmds.c:2725
906 msgid "test if a regular file"
907 msgstr ""
908
909 #: fish/cmds.c:2726
910 msgid "is launching subprocess"
911 msgstr ""
912
913 #: fish/cmds.c:2727
914 msgid "test if device is a logical volume"
915 msgstr ""
916
917 #: fish/cmds.c:2728
918 msgid "is ready to accept commands"
919 msgstr ""
920
921 #: fish/cmds.c:2729
922 msgid "test if socket"
923 msgstr ""
924
925 #: fish/cmds.c:2730
926 msgid "test if symbolic link"
927 msgstr ""
928
929 #: fish/cmds.c:2731
930 msgid "test if a file contains all zero bytes"
931 msgstr ""
932
933 #: fish/cmds.c:2732
934 msgid "test if a device contains all zero bytes"
935 msgstr ""
936
937 #: fish/cmds.c:2733
938 msgid "kill the qemu subprocess"
939 msgstr ""
940
941 #: fish/cmds.c:2734
942 msgid "launch the qemu subprocess"
943 msgstr ""
944
945 #: fish/cmds.c:2735
946 msgid "change working directory"
947 msgstr ""
948
949 #: fish/cmds.c:2739
950 msgid "list the block devices"
951 msgstr ""
952
953 #: fish/cmds.c:2740
954 msgid "list filesystems"
955 msgstr ""
956
957 #: fish/cmds.c:2741
958 msgid "list the partitions"
959 msgstr ""
960
961 #: fish/cmds.c:2742
962 msgid "list the files in a directory (long format)"
963 msgstr ""
964
965 #: fish/cmds.c:2743 fish/cmds.c:2744
966 msgid "create a hard link"
967 msgstr ""
968
969 #: fish/cmds.c:2745 fish/cmds.c:2746
970 msgid "create a symbolic link"
971 msgstr ""
972
973 #: fish/cmds.c:2747 fish/cmds.c:2838
974 msgid "remove extended attribute of a file or directory"
975 msgstr ""
976
977 #: fish/cmds.c:2748
978 msgid "list the files in a directory"
979 msgstr ""
980
981 #: fish/cmds.c:2749 fish/cmds.c:2865
982 msgid "set extended attribute of a file or directory"
983 msgstr ""
984
985 #: fish/cmds.c:2750
986 msgid "get file information for a symbolic link"
987 msgstr ""
988
989 #: fish/cmds.c:2751
990 msgid "lstat on multiple files"
991 msgstr ""
992
993 #: fish/cmds.c:2752
994 msgid "add a key on a LUKS encrypted device"
995 msgstr ""
996
997 #: fish/cmds.c:2753
998 msgid "close a LUKS device"
999 msgstr ""
1000
1001 #: fish/cmds.c:2754 fish/cmds.c:2755
1002 msgid "format a block device as a LUKS encrypted device"
1003 msgstr ""
1004
1005 #: fish/cmds.c:2756
1006 msgid "remove a key from a LUKS encrypted device"
1007 msgstr ""
1008
1009 #: fish/cmds.c:2757
1010 msgid "open a LUKS-encrypted block device"
1011 msgstr ""
1012
1013 #: fish/cmds.c:2758
1014 msgid "open a LUKS-encrypted block device read-only"
1015 msgstr ""
1016
1017 #: fish/cmds.c:2759
1018 msgid "create an LVM logical volume"
1019 msgstr ""
1020
1021 #: fish/cmds.c:2760
1022 msgid "get canonical name of an LV"
1023 msgstr ""
1024
1025 #: fish/cmds.c:2761
1026 msgid "clear LVM device filter"
1027 msgstr ""
1028
1029 #: fish/cmds.c:2762
1030 msgid "remove all LVM LVs, VGs and PVs"
1031 msgstr ""
1032
1033 #: fish/cmds.c:2763
1034 msgid "set LVM device filter"
1035 msgstr ""
1036
1037 #: fish/cmds.c:2764
1038 msgid "remove an LVM logical volume"
1039 msgstr ""
1040
1041 #: fish/cmds.c:2765
1042 msgid "rename an LVM logical volume"
1043 msgstr ""
1044
1045 #: fish/cmds.c:2766
1046 msgid "resize an LVM logical volume"
1047 msgstr ""
1048
1049 #: fish/cmds.c:2767
1050 msgid "expand an LV to fill free space"
1051 msgstr ""
1052
1053 #: fish/cmds.c:2768 fish/cmds.c:2769
1054 msgid "list the LVM logical volumes (LVs)"
1055 msgstr ""
1056
1057 #: fish/cmds.c:2770
1058 msgid "get the UUID of a logical volume"
1059 msgstr ""
1060
1061 #: fish/cmds.c:2771
1062 msgid "lgetxattr on multiple files"
1063 msgstr ""
1064
1065 #: fish/cmds.c:2772
1066 msgid "open the manual"
1067 msgstr ""
1068
1069 #: fish/cmds.c:2773
1070 msgid "create a directory"
1071 msgstr ""
1072
1073 #: fish/cmds.c:2774
1074 msgid "create a directory with a particular mode"
1075 msgstr ""
1076
1077 #: fish/cmds.c:2775
1078 msgid "create a directory and parents"
1079 msgstr ""
1080
1081 #: fish/cmds.c:2776
1082 msgid "create a temporary directory"
1083 msgstr ""
1084
1085 #: fish/cmds.c:2777 fish/cmds.c:2778 fish/cmds.c:2779
1086 msgid "make ext2/3/4 filesystem with external journal"
1087 msgstr ""
1088
1089 #: fish/cmds.c:2780
1090 msgid "make ext2/3/4 external journal"
1091 msgstr ""
1092
1093 #: fish/cmds.c:2781
1094 msgid "make ext2/3/4 external journal with label"
1095 msgstr ""
1096
1097 #: fish/cmds.c:2782
1098 msgid "make ext2/3/4 external journal with UUID"
1099 msgstr ""
1100
1101 #: fish/cmds.c:2783
1102 msgid "make FIFO (named pipe)"
1103 msgstr ""
1104
1105 #: fish/cmds.c:2784 fish/cmds.c:2786
1106 msgid "make a filesystem"
1107 msgstr ""
1108
1109 #: fish/cmds.c:2785
1110 msgid "make a filesystem with block size"
1111 msgstr ""
1112
1113 #: fish/cmds.c:2787
1114 msgid "create a mountpoint"
1115 msgstr ""
1116
1117 #: fish/cmds.c:2788
1118 msgid "make block, character or FIFO devices"
1119 msgstr ""
1120
1121 #: fish/cmds.c:2789
1122 msgid "make block device node"
1123 msgstr ""
1124
1125 #: fish/cmds.c:2790
1126 msgid "make char device node"
1127 msgstr ""
1128
1129 #: fish/cmds.c:2791
1130 msgid "create a swap partition"
1131 msgstr ""
1132
1133 #: fish/cmds.c:2792
1134 msgid "create a swap partition with a label"
1135 msgstr ""
1136
1137 #: fish/cmds.c:2793
1138 msgid "create a swap partition with an explicit UUID"
1139 msgstr ""
1140
1141 #: fish/cmds.c:2794
1142 msgid "create a swap file"
1143 msgstr ""
1144
1145 #: fish/cmds.c:2795
1146 msgid "load a kernel module"
1147 msgstr ""
1148
1149 #: fish/cmds.c:2796
1150 msgid "view a file"
1151 msgstr ""
1152
1153 #: fish/cmds.c:2797
1154 msgid "mount a guest disk at a position in the filesystem"
1155 msgstr ""
1156
1157 #: fish/cmds.c:2798
1158 msgid "mount a file using the loop device"
1159 msgstr ""
1160
1161 #: fish/cmds.c:2799
1162 msgid "mount a guest disk with mount options"
1163 msgstr ""
1164
1165 #: fish/cmds.c:2800
1166 msgid "mount a guest disk, read-only"
1167 msgstr ""
1168
1169 #: fish/cmds.c:2801
1170 msgid "mount a guest disk with mount options and vfstype"
1171 msgstr ""
1172
1173 #: fish/cmds.c:2802
1174 msgid "show mountpoints"
1175 msgstr ""
1176
1177 #: fish/cmds.c:2803
1178 msgid "show mounted filesystems"
1179 msgstr ""
1180
1181 #: fish/cmds.c:2804
1182 msgid "move a file"
1183 msgstr ""
1184
1185 #: fish/cmds.c:2805
1186 msgid "probe NTFS volume"
1187 msgstr ""
1188
1189 #: fish/cmds.c:2806
1190 msgid "resize an NTFS filesystem"
1191 msgstr ""
1192
1193 #: fish/cmds.c:2807
1194 msgid "resize an NTFS filesystem (with size)"
1195 msgstr ""
1196
1197 #: fish/cmds.c:2808
1198 msgid "add a partition to the device"
1199 msgstr ""
1200
1201 #: fish/cmds.c:2809
1202 msgid "delete a partition"
1203 msgstr ""
1204
1205 #: fish/cmds.c:2810
1206 msgid "partition whole disk with a single primary partition"
1207 msgstr ""
1208
1209 #: fish/cmds.c:2811
1210 msgid "return true if a partition is bootable"
1211 msgstr ""
1212
1213 #: fish/cmds.c:2812
1214 msgid "get the MBR type byte (ID byte) from a partition"
1215 msgstr ""
1216
1217 #: fish/cmds.c:2813
1218 msgid "get the partition table type"
1219 msgstr ""
1220
1221 #: fish/cmds.c:2814
1222 msgid "create an empty partition table"
1223 msgstr ""
1224
1225 #: fish/cmds.c:2815
1226 msgid "list partitions on a device"
1227 msgstr ""
1228
1229 #: fish/cmds.c:2816
1230 msgid "make a partition bootable"
1231 msgstr ""
1232
1233 #: fish/cmds.c:2817
1234 msgid "set the MBR type byte (ID byte) of a partition"
1235 msgstr ""
1236
1237 #: fish/cmds.c:2818
1238 msgid "set partition name"
1239 msgstr ""
1240
1241 #: fish/cmds.c:2819
1242 msgid "convert partition name to device name"
1243 msgstr ""
1244
1245 #: fish/cmds.c:2820
1246 msgid "ping the guest daemon"
1247 msgstr ""
1248
1249 #: fish/cmds.c:2821
1250 msgid "read part of a file"
1251 msgstr ""
1252
1253 #: fish/cmds.c:2822
1254 msgid "read part of a device"
1255 msgstr ""
1256
1257 #: fish/cmds.c:2823
1258 msgid "create an LVM physical volume"
1259 msgstr ""
1260
1261 #: fish/cmds.c:2824
1262 msgid "remove an LVM physical volume"
1263 msgstr ""
1264
1265 #: fish/cmds.c:2825
1266 msgid "resize an LVM physical volume"
1267 msgstr ""
1268
1269 #: fish/cmds.c:2826
1270 msgid "resize an LVM physical volume (with size)"
1271 msgstr ""
1272
1273 #: fish/cmds.c:2827 fish/cmds.c:2828
1274 msgid "list the LVM physical volumes (PVs)"
1275 msgstr ""
1276
1277 #: fish/cmds.c:2829
1278 msgid "get the UUID of a physical volume"
1279 msgstr ""
1280
1281 #: fish/cmds.c:2830
1282 msgid "write to part of a file"
1283 msgstr ""
1284
1285 #: fish/cmds.c:2831
1286 msgid "write to part of a device"
1287 msgstr ""
1288
1289 #: fish/cmds.c:2832
1290 msgid "read a file"
1291 msgstr ""
1292
1293 #: fish/cmds.c:2833
1294 msgid "read file as lines"
1295 msgstr ""
1296
1297 #: fish/cmds.c:2834
1298 msgid "read directories entries"
1299 msgstr ""
1300
1301 #: fish/cmds.c:2835
1302 msgid "read the target of a symbolic link"
1303 msgstr ""
1304
1305 #: fish/cmds.c:2836
1306 msgid "readlink on multiple files"
1307 msgstr ""
1308
1309 #: fish/cmds.c:2837
1310 msgid "canonicalized absolute pathname"
1311 msgstr ""
1312
1313 #: fish/cmds.c:2839
1314 msgid "close and reopen libguestfs handle"
1315 msgstr ""
1316
1317 #: fish/cmds.c:2840
1318 msgid "resize an ext2, ext3 or ext4 filesystem"
1319 msgstr ""
1320
1321 #: fish/cmds.c:2841
1322 msgid "resize an ext2, ext3 or ext4 filesystem to the minimum size"
1323 msgstr ""
1324
1325 #: fish/cmds.c:2842
1326 msgid "resize an ext2, ext3 or ext4 filesystem (with size)"
1327 msgstr ""
1328
1329 #: fish/cmds.c:2843
1330 msgid "remove a file"
1331 msgstr ""
1332
1333 #: fish/cmds.c:2844
1334 msgid "remove a file or directory recursively"
1335 msgstr ""
1336
1337 #: fish/cmds.c:2845
1338 msgid "remove a directory"
1339 msgstr ""
1340
1341 #: fish/cmds.c:2846
1342 msgid "remove a mountpoint"
1343 msgstr ""
1344
1345 #: fish/cmds.c:2847
1346 msgid "scrub (securely wipe) a device"
1347 msgstr ""
1348
1349 #: fish/cmds.c:2848
1350 msgid "scrub (securely wipe) a file"
1351 msgstr ""
1352
1353 #: fish/cmds.c:2849
1354 msgid "scrub (securely wipe) free space"
1355 msgstr ""
1356
1357 #: fish/cmds.c:2850
1358 msgid "add options to kernel command line"
1359 msgstr ""
1360
1361 #: fish/cmds.c:2851
1362 msgid "set the attach method"
1363 msgstr ""
1364
1365 #: fish/cmds.c:2852
1366 msgid "set autosync mode"
1367 msgstr ""
1368
1369 #: fish/cmds.c:2853
1370 msgid "enable or disable direct appliance mode"
1371 msgstr ""
1372
1373 #: fish/cmds.c:2854
1374 msgid "set the ext2/3/4 filesystem label"
1375 msgstr ""
1376
1377 #: fish/cmds.c:2855
1378 msgid "set the ext2/3/4 filesystem UUID"
1379 msgstr ""
1380
1381 #: fish/cmds.c:2856
1382 msgid "set memory allocated to the qemu subprocess"
1383 msgstr ""
1384
1385 #: fish/cmds.c:2857
1386 msgid "set enable network flag"
1387 msgstr ""
1388
1389 #: fish/cmds.c:2858
1390 msgid "set the search path"
1391 msgstr ""
1392
1393 #: fish/cmds.c:2859
1394 msgid "set the qemu binary"
1395 msgstr ""
1396
1397 #: fish/cmds.c:2860
1398 msgid "enable or disable the recovery process"
1399 msgstr ""
1400
1401 #: fish/cmds.c:2861
1402 msgid "set SELinux enabled or disabled at appliance boot"
1403 msgstr ""
1404
1405 #: fish/cmds.c:2862
1406 msgid "enable or disable command traces"
1407 msgstr ""
1408
1409 #: fish/cmds.c:2863
1410 msgid "set verbose mode"
1411 msgstr ""
1412
1413 #: fish/cmds.c:2864
1414 msgid "set SELinux security context"
1415 msgstr ""
1416
1417 #: fish/cmds.c:2866 fish/cmds.c:2867
1418 msgid "create partitions on a block device"
1419 msgstr ""
1420
1421 #: fish/cmds.c:2868
1422 msgid "modify a single partition on a block device"
1423 msgstr ""
1424
1425 #: fish/cmds.c:2869
1426 msgid "display the disk geometry from the partition table"
1427 msgstr ""
1428
1429 #: fish/cmds.c:2870
1430 msgid "display the kernel geometry"
1431 msgstr ""
1432
1433 #: fish/cmds.c:2871
1434 msgid "display the partition table"
1435 msgstr ""
1436
1437 #: fish/cmds.c:2872
1438 msgid "run a command via the shell"
1439 msgstr ""
1440
1441 #: fish/cmds.c:2873
1442 msgid "run a command via the shell returning lines"
1443 msgstr ""
1444
1445 #: fish/cmds.c:2874
1446 msgid "sleep for some seconds"
1447 msgstr ""
1448
1449 #: fish/cmds.c:2875
1450 msgid "create a sparse disk image and add"
1451 msgstr ""
1452
1453 #: fish/cmds.c:2876
1454 msgid "get file information"
1455 msgstr ""
1456
1457 #: fish/cmds.c:2877
1458 msgid "get file system statistics"
1459 msgstr ""
1460
1461 #: fish/cmds.c:2878 fish/cmds.c:2879
1462 msgid "print the printable strings in a file"
1463 msgstr ""
1464
1465 #: fish/cmds.c:2880
1466 msgid "list supported groups of commands"
1467 msgstr ""
1468
1469 #: fish/cmds.c:2881
1470 msgid "disable swap on device"
1471 msgstr ""
1472
1473 #: fish/cmds.c:2882
1474 msgid "disable swap on file"
1475 msgstr ""
1476
1477 #: fish/cmds.c:2883
1478 msgid "disable swap on labeled swap partition"
1479 msgstr ""
1480
1481 #: fish/cmds.c:2884
1482 msgid "disable swap on swap partition by UUID"
1483 msgstr ""
1484
1485 #: fish/cmds.c:2885
1486 msgid "enable swap on device"
1487 msgstr ""
1488
1489 #: fish/cmds.c:2886
1490 msgid "enable swap on file"
1491 msgstr ""
1492
1493 #: fish/cmds.c:2887
1494 msgid "enable swap on labeled swap partition"
1495 msgstr ""
1496
1497 #: fish/cmds.c:2888
1498 msgid "enable swap on swap partition by UUID"
1499 msgstr ""
1500
1501 #: fish/cmds.c:2889
1502 msgid "sync disks, writes are flushed through to the disk image"
1503 msgstr ""
1504
1505 #: fish/cmds.c:2890
1506 msgid "return last 10 lines of a file"
1507 msgstr ""
1508
1509 #: fish/cmds.c:2891
1510 msgid "return last N lines of a file"
1511 msgstr ""
1512
1513 #: fish/cmds.c:2892
1514 msgid "unpack tarfile to directory"
1515 msgstr ""
1516
1517 #: fish/cmds.c:2893
1518 msgid "pack directory into tarfile"
1519 msgstr ""
1520
1521 #: fish/cmds.c:2894 fish/cmds.c:2901
1522 msgid "unpack compressed tarball to directory"
1523 msgstr ""
1524
1525 #: fish/cmds.c:2895 fish/cmds.c:2902
1526 msgid "pack directory into compressed tarball"
1527 msgstr ""
1528
1529 #: fish/cmds.c:2896
1530 msgid "print elapsed time taken to run a command"
1531 msgstr ""
1532
1533 #: fish/cmds.c:2897
1534 msgid "update file timestamps or create a new file"
1535 msgstr ""
1536
1537 #: fish/cmds.c:2898
1538 msgid "truncate a file to zero size"
1539 msgstr ""
1540
1541 #: fish/cmds.c:2899
1542 msgid "truncate a file to a particular size"
1543 msgstr ""
1544
1545 #: fish/cmds.c:2900
1546 msgid "get ext2/ext3/ext4 superblock details"
1547 msgstr ""
1548
1549 #: fish/cmds.c:2903
1550 msgid "set file mode creation mask (umask)"
1551 msgstr ""
1552
1553 #: fish/cmds.c:2904
1554 msgid "unmount a filesystem"
1555 msgstr ""
1556
1557 #: fish/cmds.c:2905
1558 msgid "unmount all filesystems"
1559 msgstr ""
1560
1561 #: fish/cmds.c:2906
1562 msgid "upload a file from the local machine"
1563 msgstr ""
1564
1565 #: fish/cmds.c:2907
1566 msgid "upload a file from the local machine with offset"
1567 msgstr ""
1568
1569 #: fish/cmds.c:2908
1570 msgid "set timestamp of a file with nanosecond precision"
1571 msgstr ""
1572
1573 #: fish/cmds.c:2909
1574 msgid "get the library version number"
1575 msgstr ""
1576
1577 #: fish/cmds.c:2910
1578 msgid "get the filesystem label"
1579 msgstr ""
1580
1581 #: fish/cmds.c:2911
1582 msgid "get the Linux VFS type corresponding to a mounted device"
1583 msgstr ""
1584
1585 #: fish/cmds.c:2912
1586 msgid "get the filesystem UUID"
1587 msgstr ""
1588
1589 #: fish/cmds.c:2913
1590 msgid "activate or deactivate some volume groups"
1591 msgstr ""
1592
1593 #: fish/cmds.c:2914
1594 msgid "activate or deactivate all volume groups"
1595 msgstr ""
1596
1597 #: fish/cmds.c:2915
1598 msgid "create an LVM volume group"
1599 msgstr ""
1600
1601 #: fish/cmds.c:2916
1602 msgid "get the LV UUIDs of all LVs in the volume group"
1603 msgstr ""
1604
1605 #: fish/cmds.c:2917
1606 msgid "get the PV UUIDs containing the volume group"
1607 msgstr ""
1608
1609 #: fish/cmds.c:2918
1610 msgid "remove an LVM volume group"
1611 msgstr ""
1612
1613 #: fish/cmds.c:2919
1614 msgid "rename an LVM volume group"
1615 msgstr ""
1616
1617 #: fish/cmds.c:2920 fish/cmds.c:2921
1618 msgid "list the LVM volume groups (VGs)"
1619 msgstr ""
1620
1621 #: fish/cmds.c:2922
1622 msgid "rescan for LVM physical volumes, volume groups and logical volumes"
1623 msgstr ""
1624
1625 #: fish/cmds.c:2923
1626 msgid "get the UUID of a volume group"
1627 msgstr ""
1628
1629 #: fish/cmds.c:2924
1630 msgid "count characters in a file"
1631 msgstr ""
1632
1633 #: fish/cmds.c:2925
1634 msgid "count lines in a file"
1635 msgstr ""
1636
1637 #: fish/cmds.c:2926
1638 msgid "count words in a file"
1639 msgstr ""
1640
1641 #: fish/cmds.c:2927
1642 msgid "create a new file"
1643 msgstr ""
1644
1645 #: fish/cmds.c:2928
1646 msgid "create a file"
1647 msgstr ""
1648
1649 #: fish/cmds.c:2931
1650 msgid "write zeroes to the device"
1651 msgstr ""
1652
1653 #: fish/cmds.c:2932
1654 msgid "write zeroes to an entire device"
1655 msgstr ""
1656
1657 #: fish/cmds.c:2933
1658 msgid "zero unused inodes and disk blocks on ext2/3 filesystem"
1659 msgstr ""
1660
1661 #: fish/cmds.c:2936
1662 msgid "determine file type inside a compressed file"
1663 msgstr ""
1664
1665 #: fish/cmds.c:2939
1666 msgid "Use -h <cmd> / help <cmd> to show detailed help for a command."
1667 msgstr ""
1668
1669 #: fish/cmds.c:3257 fish/cmds.c:3271 fish/cmds.c:3287 fish/cmds.c:3304
1670 #: fish/cmds.c:3321 fish/cmds.c:3339 fish/cmds.c:3358 fish/cmds.c:3374
1671 #: fish/cmds.c:3392 fish/cmds.c:3408 fish/cmds.c:3426 fish/cmds.c:3442
1672 #: fish/cmds.c:3459 fish/cmds.c:3474 fish/cmds.c:3492 fish/cmds.c:3507
1673 #: fish/cmds.c:3523 fish/cmds.c:3539 fish/cmds.c:3555 fish/cmds.c:3571
1674 #: fish/cmds.c:3587 fish/cmds.c:3605 fish/cmds.c:3638 fish/cmds.c:3654
1675 #: fish/cmds.c:3670 fish/cmds.c:3689 fish/cmds.c:3704 fish/cmds.c:3722
1676 #: fish/cmds.c:3737 fish/cmds.c:3755 fish/cmds.c:3770 fish/cmds.c:3788
1677 #: fish/cmds.c:3803 fish/cmds.c:3822 fish/cmds.c:3841 fish/cmds.c:3859
1678 #: fish/cmds.c:3879 fish/cmds.c:3898 fish/cmds.c:3918 fish/cmds.c:3938
1679 #: fish/cmds.c:3958 fish/cmds.c:3977 fish/cmds.c:3996 fish/cmds.c:4016
1680 #: fish/cmds.c:4036 fish/cmds.c:4056 fish/cmds.c:4071 fish/cmds.c:4087
1681 #: fish/cmds.c:4159 fish/cmds.c:4177 fish/cmds.c:4194 fish/cmds.c:4278
1682 #: fish/cmds.c:4298 fish/cmds.c:4318 fish/cmds.c:4338 fish/cmds.c:4358
1683 #: fish/cmds.c:4378 fish/cmds.c:4397 fish/cmds.c:4416 fish/cmds.c:4435
1684 #: fish/cmds.c:4450 fish/cmds.c:4469 fish/cmds.c:4489 fish/cmds.c:4509
1685 #: fish/cmds.c:4530 fish/cmds.c:4546 fish/cmds.c:4562 fish/cmds.c:4581
1686 #: fish/cmds.c:4603 fish/cmds.c:4625 fish/cmds.c:4645 fish/cmds.c:4662
1687 #: fish/cmds.c:4679 fish/cmds.c:4696 fish/cmds.c:4713 fish/cmds.c:4730
1688 #: fish/cmds.c:4747 fish/cmds.c:4764 fish/cmds.c:4783 fish/cmds.c:4806
1689 #: fish/cmds.c:4842 fish/cmds.c:4859 fish/cmds.c:4882 fish/cmds.c:4904
1690 #: fish/cmds.c:4925 fish/cmds.c:4945 fish/cmds.c:4964 fish/cmds.c:4984
1691 #: fish/cmds.c:5002 fish/cmds.c:5020 fish/cmds.c:5034 fish/cmds.c:5050
1692 #: fish/cmds.c:5070 fish/cmds.c:5089 fish/cmds.c:5108 fish/cmds.c:5127
1693 #: fish/cmds.c:5146 fish/cmds.c:5166 fish/cmds.c:5206 fish/cmds.c:5263
1694 #: fish/cmds.c:5284 fish/cmds.c:5305 fish/cmds.c:5326 fish/cmds.c:5344
1695 #: fish/cmds.c:5366 fish/cmds.c:5404 fish/cmds.c:5426 fish/cmds.c:5505
1696 #: fish/cmds.c:5544 fish/cmds.c:5559 fish/cmds.c:5576 fish/cmds.c:5590
1697 #: fish/cmds.c:5606 fish/cmds.c:5628 fish/cmds.c:5650 fish/cmds.c:5672
1698 #: fish/cmds.c:5694 fish/cmds.c:5716 fish/cmds.c:5738 fish/cmds.c:5758
1699 #: fish/cmds.c:5775 fish/cmds.c:5792 fish/cmds.c:5811 fish/cmds.c:5830
1700 #: fish/cmds.c:5850 fish/cmds.c:5886 fish/cmds.c:5905 fish/cmds.c:5924
1701 #: fish/cmds.c:5941 fish/cmds.c:5959 fish/cmds.c:5982 fish/cmds.c:6005
1702 #: fish/cmds.c:6029 fish/cmds.c:6052 fish/cmds.c:6073 fish/cmds.c:6096
1703 #: fish/cmds.c:6119 fish/cmds.c:6139 fish/cmds.c:6161 fish/cmds.c:6182
1704 #: fish/cmds.c:6205 fish/cmds.c:6222 fish/cmds.c:6239 fish/cmds.c:6257
1705 #: fish/cmds.c:6275 fish/cmds.c:6296 fish/cmds.c:6314 fish/cmds.c:6335
1706 #: fish/cmds.c:6355 fish/cmds.c:6373 fish/cmds.c:6394 fish/cmds.c:6417
1707 #: fish/cmds.c:6440 fish/cmds.c:6462 fish/cmds.c:6495 fish/cmds.c:6512
1708 #: fish/cmds.c:6529 fish/cmds.c:6553 fish/cmds.c:6576 fish/cmds.c:6599
1709 #: fish/cmds.c:6621 fish/cmds.c:6638 fish/cmds.c:6660 fish/cmds.c:6754
1710 #: fish/cmds.c:6774 fish/cmds.c:6794 fish/cmds.c:6814 fish/cmds.c:6832
1711 #: fish/cmds.c:6853 fish/cmds.c:6889 fish/cmds.c:6906 fish/cmds.c:6928
1712 #: fish/cmds.c:6945 fish/cmds.c:6981 fish/cmds.c:7001 fish/cmds.c:7021
1713 #: fish/cmds.c:7041 fish/cmds.c:7063 fish/cmds.c:7080 fish/cmds.c:7099
1714 #: fish/cmds.c:7118 fish/cmds.c:7140 fish/cmds.c:7161 fish/cmds.c:7182
1715 #: fish/cmds.c:7203 fish/cmds.c:7226 fish/cmds.c:7267 fish/cmds.c:7290
1716 #: fish/cmds.c:7329 fish/cmds.c:7346 fish/cmds.c:7365 fish/cmds.c:7386
1717 #: fish/cmds.c:7409 fish/cmds.c:7431 fish/cmds.c:7449 fish/cmds.c:7468
1718 #: fish/cmds.c:7489 fish/cmds.c:7566 fish/cmds.c:7607 fish/cmds.c:7686
1719 #: fish/cmds.c:7762 fish/cmds.c:7799 fish/cmds.c:7822 fish/cmds.c:7843
1720 #: fish/cmds.c:7866 fish/cmds.c:7888 fish/cmds.c:7913 fish/cmds.c:7956
1721 #: fish/cmds.c:7997 fish/cmds.c:8018 fish/cmds.c:8036 fish/cmds.c:8055
1722 #: fish/cmds.c:8072 fish/cmds.c:8090 fish/cmds.c:8117 fish/cmds.c:8141
1723 #: fish/cmds.c:8165 fish/cmds.c:8189 fish/cmds.c:8213 fish/cmds.c:8237
1724 #: fish/cmds.c:8261 fish/cmds.c:8285 fish/cmds.c:8309 fish/cmds.c:8333
1725 #: fish/cmds.c:8357 fish/cmds.c:8381 fish/cmds.c:8404 fish/cmds.c:8427
1726 #: fish/cmds.c:8448 fish/cmds.c:8469 fish/cmds.c:8490 fish/cmds.c:8510
1727 #: fish/cmds.c:8533 fish/cmds.c:8571 fish/cmds.c:8588 fish/cmds.c:8605
1728 #: fish/cmds.c:8624 fish/cmds.c:8643 fish/cmds.c:8660 fish/cmds.c:8677
1729 #: fish/cmds.c:8694 fish/cmds.c:8711 fish/cmds.c:8730 fish/cmds.c:8766
1730 #: fish/cmds.c:8806 fish/cmds.c:8839 fish/cmds.c:8856 fish/cmds.c:8873
1731 #: fish/cmds.c:8889 fish/cmds.c:8904 fish/cmds.c:8925 fish/cmds.c:8963
1732 #: fish/cmds.c:9001 fish/cmds.c:9040 fish/cmds.c:9080 fish/cmds.c:9121
1733 #: fish/cmds.c:9162 fish/cmds.c:9200 fish/cmds.c:9217 fish/cmds.c:9240
1734 #: fish/cmds.c:9262 fish/cmds.c:9284 fish/cmds.c:9304 fish/cmds.c:9324
1735 #: fish/cmds.c:9360 fish/cmds.c:9432 fish/cmds.c:9472 fish/cmds.c:9530
1736 #: fish/cmds.c:9556 fish/cmds.c:9582 fish/cmds.c:9610 fish/cmds.c:9669
1737 #: fish/cmds.c:9690 fish/cmds.c:9735 fish/cmds.c:9755 fish/cmds.c:9794
1738 #: fish/cmds.c:9831 fish/cmds.c:9851 fish/cmds.c:9873 fish/cmds.c:9930
1739 #: fish/cmds.c:9950 fish/cmds.c:9972 fish/cmds.c:9994 fish/cmds.c:10013
1740 #: fish/cmds.c:10033 fish/cmds.c:10060 fish/cmds.c:10080 fish/cmds.c:10100
1741 #: fish/cmds.c:10120 fish/cmds.c:10140 fish/cmds.c:10162 fish/cmds.c:10197
1742 #: fish/cmds.c:10215 fish/cmds.c:10238 fish/cmds.c:10260 fish/cmds.c:10275
1743 #: fish/cmds.c:10292 fish/cmds.c:10329 fish/cmds.c:10368 fish/cmds.c:10408
1744 #: fish/cmds.c:10464 fish/cmds.c:10486 fish/cmds.c:10522 fish/cmds.c:10537
1745 #: fish/cmds.c:10557 fish/cmds.c:10597 fish/cmds.c:10620 fish/cmds.c:10644
1746 #: fish/cmds.c:10669 fish/cmds.c:10710 fish/cmds.c:10735 fish/cmds.c:10773
1747 #: fish/cmds.c:10804 fish/cmds.c:10835 fish/cmds.c:10863 fish/cmds.c:10883
1748 #: fish/cmds.c:10915 fish/cmds.c:10935 fish/cmds.c:10955 fish/cmds.c:10972
1749 #: fish/cmds.c:10990 fish/cmds.c:11013 fish/cmds.c:11034 fish/cmds.c:11053
1750 #: fish/cmds.c:11095 fish/cmds.c:11138 fish/cmds.c:11182 fish/cmds.c:11221
1751 #: fish/cmds.c:11240 fish/cmds.c:11260 fish/cmds.c:11280 fish/cmds.c:11301
1752 #: fish/cmds.c:11322 fish/cmds.c:11343 fish/cmds.c:11364 fish/cmds.c:11385
1753 #: fish/cmds.c:11407 fish/cmds.c:11445 fish/cmds.c:11496 fish/cmds.c:11534
1754 #: fish/cmds.c:11590 fish/cmds.c:11680 fish/cmds.c:11709 fish/cmds.c:11736
1755 #: fish/cmds.c:11753 fish/cmds.c:11774
1756 #, c-format
1757 msgid "%s should have %d parameter(s)\n"
1758 msgstr ""
1759
1760 #: fish/cmds.c:3258 fish/cmds.c:3272 fish/cmds.c:3288 fish/cmds.c:3305
1761 #: fish/cmds.c:3322 fish/cmds.c:3340 fish/cmds.c:3359 fish/cmds.c:3375
1762 #: fish/cmds.c:3393 fish/cmds.c:3409 fish/cmds.c:3427 fish/cmds.c:3443
1763 #: fish/cmds.c:3460 fish/cmds.c:3475 fish/cmds.c:3493 fish/cmds.c:3508
1764 #: fish/cmds.c:3524 fish/cmds.c:3540 fish/cmds.c:3556 fish/cmds.c:3572
1765 #: fish/cmds.c:3588 fish/cmds.c:3606 fish/cmds.c:3639 fish/cmds.c:3655
1766 #: fish/cmds.c:3671 fish/cmds.c:3690 fish/cmds.c:3705 fish/cmds.c:3723
1767 #: fish/cmds.c:3738 fish/cmds.c:3756 fish/cmds.c:3771 fish/cmds.c:3789
1768 #: fish/cmds.c:3804 fish/cmds.c:3823 fish/cmds.c:3842 fish/cmds.c:3860
1769 #: fish/cmds.c:3880 fish/cmds.c:3899 fish/cmds.c:3919 fish/cmds.c:3939
1770 #: fish/cmds.c:3959 fish/cmds.c:3978 fish/cmds.c:3997 fish/cmds.c:4017
1771 #: fish/cmds.c:4037 fish/cmds.c:4057 fish/cmds.c:4072 fish/cmds.c:4088
1772 #: fish/cmds.c:4109 fish/cmds.c:4160 fish/cmds.c:4178 fish/cmds.c:4195
1773 #: fish/cmds.c:4216 fish/cmds.c:4279 fish/cmds.c:4299 fish/cmds.c:4319
1774 #: fish/cmds.c:4339 fish/cmds.c:4359 fish/cmds.c:4379 fish/cmds.c:4398
1775 #: fish/cmds.c:4417 fish/cmds.c:4436 fish/cmds.c:4451 fish/cmds.c:4470
1776 #: fish/cmds.c:4490 fish/cmds.c:4510 fish/cmds.c:4531 fish/cmds.c:4547
1777 #: fish/cmds.c:4563 fish/cmds.c:4582 fish/cmds.c:4604 fish/cmds.c:4626
1778 #: fish/cmds.c:4646 fish/cmds.c:4663 fish/cmds.c:4680 fish/cmds.c:4697
1779 #: fish/cmds.c:4714 fish/cmds.c:4731 fish/cmds.c:4748 fish/cmds.c:4765
1780 #: fish/cmds.c:4784 fish/cmds.c:4807 fish/cmds.c:4843 fish/cmds.c:4860
1781 #: fish/cmds.c:4883 fish/cmds.c:4905 fish/cmds.c:4926 fish/cmds.c:4946
1782 #: fish/cmds.c:4965 fish/cmds.c:4985 fish/cmds.c:5003 fish/cmds.c:5021
1783 #: fish/cmds.c:5035 fish/cmds.c:5051 fish/cmds.c:5071 fish/cmds.c:5090
1784 #: fish/cmds.c:5109 fish/cmds.c:5128 fish/cmds.c:5147 fish/cmds.c:5167
1785 #: fish/cmds.c:5207 fish/cmds.c:5264 fish/cmds.c:5285 fish/cmds.c:5306
1786 #: fish/cmds.c:5327 fish/cmds.c:5345 fish/cmds.c:5367 fish/cmds.c:5405
1787 #: fish/cmds.c:5427 fish/cmds.c:5506 fish/cmds.c:5545 fish/cmds.c:5560
1788 #: fish/cmds.c:5577 fish/cmds.c:5591 fish/cmds.c:5607 fish/cmds.c:5629
1789 #: fish/cmds.c:5651 fish/cmds.c:5673 fish/cmds.c:5695 fish/cmds.c:5717
1790 #: fish/cmds.c:5739 fish/cmds.c:5759 fish/cmds.c:5776 fish/cmds.c:5793
1791 #: fish/cmds.c:5812 fish/cmds.c:5831 fish/cmds.c:5851 fish/cmds.c:5887
1792 #: fish/cmds.c:5906 fish/cmds.c:5925 fish/cmds.c:5942 fish/cmds.c:5960
1793 #: fish/cmds.c:5983 fish/cmds.c:6006 fish/cmds.c:6030 fish/cmds.c:6053
1794 #: fish/cmds.c:6074 fish/cmds.c:6097 fish/cmds.c:6120 fish/cmds.c:6140
1795 #: fish/cmds.c:6162 fish/cmds.c:6183 fish/cmds.c:6206 fish/cmds.c:6223
1796 #: fish/cmds.c:6240 fish/cmds.c:6258 fish/cmds.c:6276 fish/cmds.c:6297
1797 #: fish/cmds.c:6315 fish/cmds.c:6336 fish/cmds.c:6356 fish/cmds.c:6374
1798 #: fish/cmds.c:6395 fish/cmds.c:6418 fish/cmds.c:6441 fish/cmds.c:6463
1799 #: fish/cmds.c:6496 fish/cmds.c:6513 fish/cmds.c:6530 fish/cmds.c:6554
1800 #: fish/cmds.c:6577 fish/cmds.c:6600 fish/cmds.c:6622 fish/cmds.c:6639
1801 #: fish/cmds.c:6661 fish/cmds.c:6755 fish/cmds.c:6775 fish/cmds.c:6795
1802 #: fish/cmds.c:6815 fish/cmds.c:6833 fish/cmds.c:6854 fish/cmds.c:6890
1803 #: fish/cmds.c:6907 fish/cmds.c:6929 fish/cmds.c:6946 fish/cmds.c:6982
1804 #: fish/cmds.c:7002 fish/cmds.c:7022 fish/cmds.c:7042 fish/cmds.c:7064
1805 #: fish/cmds.c:7081 fish/cmds.c:7100 fish/cmds.c:7119 fish/cmds.c:7141
1806 #: fish/cmds.c:7162 fish/cmds.c:7183 fish/cmds.c:7204 fish/cmds.c:7227
1807 #: fish/cmds.c:7268 fish/cmds.c:7291 fish/cmds.c:7330 fish/cmds.c:7347
1808 #: fish/cmds.c:7366 fish/cmds.c:7387 fish/cmds.c:7410 fish/cmds.c:7432
1809 #: fish/cmds.c:7450 fish/cmds.c:7469 fish/cmds.c:7490 fish/cmds.c:7567
1810 #: fish/cmds.c:7608 fish/cmds.c:7687 fish/cmds.c:7763 fish/cmds.c:7800
1811 #: fish/cmds.c:7823 fish/cmds.c:7844 fish/cmds.c:7867 fish/cmds.c:7889
1812 #: fish/cmds.c:7914 fish/cmds.c:7957 fish/cmds.c:7998 fish/cmds.c:8019
1813 #: fish/cmds.c:8037 fish/cmds.c:8056 fish/cmds.c:8073 fish/cmds.c:8091
1814 #: fish/cmds.c:8118 fish/cmds.c:8142 fish/cmds.c:8166 fish/cmds.c:8190
1815 #: fish/cmds.c:8214 fish/cmds.c:8238 fish/cmds.c:8262 fish/cmds.c:8286
1816 #: fish/cmds.c:8310 fish/cmds.c:8334 fish/cmds.c:8358 fish/cmds.c:8382
1817 #: fish/cmds.c:8405 fish/cmds.c:8428 fish/cmds.c:8449 fish/cmds.c:8470
1818 #: fish/cmds.c:8491 fish/cmds.c:8511 fish/cmds.c:8534 fish/cmds.c:8572
1819 #: fish/cmds.c:8589 fish/cmds.c:8606 fish/cmds.c:8625 fish/cmds.c:8644
1820 #: fish/cmds.c:8661 fish/cmds.c:8678 fish/cmds.c:8695 fish/cmds.c:8712
1821 #: fish/cmds.c:8731 fish/cmds.c:8767 fish/cmds.c:8807 fish/cmds.c:8840
1822 #: fish/cmds.c:8857 fish/cmds.c:8874 fish/cmds.c:8890 fish/cmds.c:8905
1823 #: fish/cmds.c:8926 fish/cmds.c:8964 fish/cmds.c:9002 fish/cmds.c:9041
1824 #: fish/cmds.c:9081 fish/cmds.c:9122 fish/cmds.c:9163 fish/cmds.c:9201
1825 #: fish/cmds.c:9218 fish/cmds.c:9241 fish/cmds.c:9263 fish/cmds.c:9285
1826 #: fish/cmds.c:9305 fish/cmds.c:9325 fish/cmds.c:9361 fish/cmds.c:9433
1827 #: fish/cmds.c:9473 fish/cmds.c:9531 fish/cmds.c:9557 fish/cmds.c:9583
1828 #: fish/cmds.c:9611 fish/cmds.c:9670 fish/cmds.c:9691 fish/cmds.c:9736
1829 #: fish/cmds.c:9756 fish/cmds.c:9795 fish/cmds.c:9832 fish/cmds.c:9852
1830 #: fish/cmds.c:9874 fish/cmds.c:9931 fish/cmds.c:9951 fish/cmds.c:9973
1831 #: fish/cmds.c:9995 fish/cmds.c:10014 fish/cmds.c:10034 fish/cmds.c:10061
1832 #: fish/cmds.c:10081 fish/cmds.c:10101 fish/cmds.c:10121 fish/cmds.c:10141
1833 #: fish/cmds.c:10163 fish/cmds.c:10198 fish/cmds.c:10216 fish/cmds.c:10239
1834 #: fish/cmds.c:10261 fish/cmds.c:10276 fish/cmds.c:10293 fish/cmds.c:10330
1835 #: fish/cmds.c:10369 fish/cmds.c:10409 fish/cmds.c:10465 fish/cmds.c:10487
1836 #: fish/cmds.c:10523 fish/cmds.c:10538 fish/cmds.c:10558 fish/cmds.c:10598
1837 #: fish/cmds.c:10621 fish/cmds.c:10645 fish/cmds.c:10670 fish/cmds.c:10711
1838 #: fish/cmds.c:10736 fish/cmds.c:10774 fish/cmds.c:10805 fish/cmds.c:10836
1839 #: fish/cmds.c:10864 fish/cmds.c:10884 fish/cmds.c:10916 fish/cmds.c:10936
1840 #: fish/cmds.c:10956 fish/cmds.c:10973 fish/cmds.c:10991 fish/cmds.c:11014
1841 #: fish/cmds.c:11035 fish/cmds.c:11054 fish/cmds.c:11096 fish/cmds.c:11139
1842 #: fish/cmds.c:11183 fish/cmds.c:11222 fish/cmds.c:11241 fish/cmds.c:11261
1843 #: fish/cmds.c:11281 fish/cmds.c:11302 fish/cmds.c:11323 fish/cmds.c:11344
1844 #: fish/cmds.c:11365 fish/cmds.c:11386 fish/cmds.c:11408 fish/cmds.c:11446
1845 #: fish/cmds.c:11497 fish/cmds.c:11535 fish/cmds.c:11591 fish/cmds.c:11614
1846 #: fish/cmds.c:11681 fish/cmds.c:11710 fish/cmds.c:11737 fish/cmds.c:11754
1847 #: fish/cmds.c:11775
1848 #, c-format
1849 msgid "type 'help %s' for help on %s\n"
1850 msgstr ""
1851
1852 #: fish/cmds.c:3616 fish/cmds.c:4819 fish/cmds.c:5177 fish/cmds.c:5217
1853 #: fish/cmds.c:5236 fish/cmds.c:5379 fish/cmds.c:5438 fish/cmds.c:5457
1854 #: fish/cmds.c:5476 fish/cmds.c:5519 fish/cmds.c:5862 fish/cmds.c:6473
1855 #: fish/cmds.c:6672 fish/cmds.c:6691 fish/cmds.c:6710 fish/cmds.c:6729
1856 #: fish/cmds.c:6865 fish/cmds.c:6956 fish/cmds.c:7237 fish/cmds.c:7301
1857 #: fish/cmds.c:7500 fish/cmds.c:7519 fish/cmds.c:7538 fish/cmds.c:7577
1858 #: fish/cmds.c:7618 fish/cmds.c:7637 fish/cmds.c:7656 fish/cmds.c:7697
1859 #: fish/cmds.c:7716 fish/cmds.c:7735 fish/cmds.c:7773 fish/cmds.c:7926
1860 #: fish/cmds.c:7969 fish/cmds.c:8546 fish/cmds.c:8741 fish/cmds.c:8779
1861 #: fish/cmds.c:8817 fish/cmds.c:8937 fish/cmds.c:8974 fish/cmds.c:9012
1862 #: fish/cmds.c:9051 fish/cmds.c:9092 fish/cmds.c:9133 fish/cmds.c:9174
1863 #: fish/cmds.c:9337 fish/cmds.c:9373 fish/cmds.c:9386 fish/cmds.c:9399
1864 #: fish/cmds.c:9412 fish/cmds.c:9445 fish/cmds.c:9483 fish/cmds.c:9502
1865 #: fish/cmds.c:9623 fish/cmds.c:9642 fish/cmds.c:9703 fish/cmds.c:9716
1866 #: fish/cmds.c:9767 fish/cmds.c:9806 fish/cmds.c:9884 fish/cmds.c:9903
1867 #: fish/cmds.c:10177 fish/cmds.c:10304 fish/cmds.c:10341 fish/cmds.c:10380
1868 #: fish/cmds.c:10420 fish/cmds.c:10439 fish/cmds.c:10498 fish/cmds.c:10571
1869 #: fish/cmds.c:10681 fish/cmds.c:10751 fish/cmds.c:10785 fish/cmds.c:10816
1870 #: fish/cmds.c:10847 fish/cmds.c:10896 fish/cmds.c:11067 fish/cmds.c:11109
1871 #: fish/cmds.c:11154 fish/cmds.c:11196 fish/cmds.c:11422 fish/cmds.c:11460
1872 #: fish/cmds.c:11473 fish/cmds.c:11511 fish/cmds.c:11546 fish/cmds.c:11565
1873 #: fish/cmds.c:11632
1874 #, c-format
1875 msgid "%s: %s: invalid integer parameter (%s returned %d)\n"
1876 msgstr ""
1877
1878 #: fish/cmds.c:3622 fish/cmds.c:4825 fish/cmds.c:5183 fish/cmds.c:5223
1879 #: fish/cmds.c:5242 fish/cmds.c:5385 fish/cmds.c:5444 fish/cmds.c:5463
1880 #: fish/cmds.c:5482 fish/cmds.c:5525 fish/cmds.c:5868 fish/cmds.c:6479
1881 #: fish/cmds.c:6678 fish/cmds.c:6697 fish/cmds.c:6716 fish/cmds.c:6735
1882 #: fish/cmds.c:6871 fish/cmds.c:6962 fish/cmds.c:7243 fish/cmds.c:7307
1883 #: fish/cmds.c:7506 fish/cmds.c:7525 fish/cmds.c:7544 fish/cmds.c:7583
1884 #: fish/cmds.c:7624 fish/cmds.c:7643 fish/cmds.c:7662 fish/cmds.c:7703
1885 #: fish/cmds.c:7722 fish/cmds.c:7741 fish/cmds.c:7779 fish/cmds.c:7932
1886 #: fish/cmds.c:7975 fish/cmds.c:8552 fish/cmds.c:8747 fish/cmds.c:8785
1887 #: fish/cmds.c:8823 fish/cmds.c:8943 fish/cmds.c:8980 fish/cmds.c:9018
1888 #: fish/cmds.c:9057 fish/cmds.c:9098 fish/cmds.c:9139 fish/cmds.c:9180
1889 #: fish/cmds.c:9451 fish/cmds.c:9489 fish/cmds.c:9508 fish/cmds.c:9629
1890 #: fish/cmds.c:9773 fish/cmds.c:9812 fish/cmds.c:9890 fish/cmds.c:9909
1891 #: fish/cmds.c:10310 fish/cmds.c:10347 fish/cmds.c:10386 fish/cmds.c:10426
1892 #: fish/cmds.c:10445 fish/cmds.c:10504 fish/cmds.c:10577 fish/cmds.c:10687
1893 #: fish/cmds.c:11073 fish/cmds.c:11115 fish/cmds.c:11160 fish/cmds.c:11202
1894 #: fish/cmds.c:11552 fish/cmds.c:11638
1895 #, c-format
1896 msgid "%s: %s: integer out of range\n"
1897 msgstr ""
1898
1899 #: fish/cmds.c:4108 fish/cmds.c:4215 fish/cmds.c:11613
1900 #, c-format
1901 msgid "%s should have %d-%d parameter(s)\n"
1902 msgstr ""
1903
1904 #: fish/cmds.c:4134 fish/cmds.c:4251 fish/cmds.c:11653
1905 #, c-format
1906 msgid "%s: unknown optional argument \"%s\"\n"
1907 msgstr ""
1908
1909 #: fish/cmds.c:4140 fish/cmds.c:4257 fish/cmds.c:11659
1910 #, c-format
1911 msgid "%s: optional argument \"%s\" given twice\n"
1912 msgstr ""
1913
1914 #: fish/cmds.c:11794
1915 #, c-format
1916 msgid "%s: unknown command\n"
1917 msgstr ""
1918
1919 #: fish/config.c:74 fish/config.c:113
1920 #, c-format
1921 msgid "%s: %s: line %d: error parsing configuration file: %s\n"
1922 msgstr ""
1923
1924 #: fish/copy.c:41
1925 #, c-format
1926 msgid ""
1927 "use 'copy-in <local> [<local>...] <remotedir>' to copy files into the image\n"
1928 msgstr ""
1929
1930 #: fish/copy.c:62
1931 #, c-format
1932 msgid "copy-in: target '%s' is not a directory\n"
1933 msgstr ""
1934
1935 #: fish/copy.c:157
1936 #, c-format
1937 msgid "error: argument is zero length or longer than maximum permitted\n"
1938 msgstr ""
1939
1940 #: fish/copy.c:202
1941 #, c-format
1942 msgid ""
1943 "use 'copy-out <remote> [<remote>...] <localdir>' to copy files out of the "
1944 "image\n"
1945 msgstr ""
1946
1947 #: fish/copy.c:213
1948 #, c-format
1949 msgid "copy-out: target '%s' is not a directory\n"
1950 msgstr ""
1951
1952 #: fish/copy.c:258
1953 #, c-format
1954 msgid "copy-out: '%s' is not a file or directory\n"
1955 msgstr ""
1956
1957 #: fish/edit.c:45
1958 #, c-format
1959 msgid "use '%s filename' to edit a file\n"
1960 msgstr ""
1961
1962 #: fish/fish.c:100
1963 #, c-format
1964 msgid ""
1965 "%s: guest filesystem shell\n"
1966 "%s lets you edit virtual machine filesystems\n"
1967 "Copyright (C) 2009-2011 Red Hat Inc.\n"
1968 "Usage:\n"
1969 "  %s [--options] cmd [: cmd : cmd ...]\n"
1970 "Options:\n"
1971 "  -h|--cmd-help        List available commands\n"
1972 "  -h|--cmd-help cmd    Display detailed help on 'cmd'\n"
1973 "  -a|--add image       Add image\n"
1974 "  -c|--connect uri     Specify libvirt URI for -d option\n"
1975 "  --csh                Make --listen csh-compatible\n"
1976 "  -d|--domain guest    Add disks from libvirt guest\n"
1977 "  -D|--no-dest-paths   Don't tab-complete paths from guest fs\n"
1978 "  --echo-keys          Don't turn off echo for passphrases\n"
1979 "  -f|--file file       Read commands from file\n"
1980 "  --format[=raw|..]    Force disk format for -a option\n"
1981 "  -i|--inspector       Automatically mount filesystems\n"
1982 "  --keys-from-stdin    Read passphrases from stdin\n"
1983 "  --listen             Listen for remote commands\n"
1984 "  --live               Connect to a live virtual machine\n"
1985 "  -m|--mount dev[:mnt[:opts]] Mount dev on mnt (if omitted, /)\n"
1986 "  -n|--no-sync         Don't autosync\n"
1987 "  -N|--new type        Create prepared disk (test1.img, ...)\n"
1988 "  --progress-bars      Enable progress bars even when not interactive\n"
1989 "  --no-progress-bars   Disable progress bars\n"
1990 "  --remote[=pid]       Send commands to remote %s\n"
1991 "  -r|--ro              Mount read-only\n"
1992 "  --selinux            Enable SELinux support\n"
1993 "  -v|--verbose         Verbose messages\n"
1994 "  -V|--version         Display version and exit\n"
1995 "  -w|--rw              Mount read-write\n"
1996 "  -x                   Echo each command before executing it\n"
1997 "\n"
1998 "To examine a disk image, ISO, hard disk, filesystem etc:\n"
1999 "  %s [--ro|--rw] -i -a /path/to/disk.img\n"
2000 "or\n"
2001 "  %s [--ro|--rw] -i -d name-of-libvirt-domain\n"
2002 "\n"
2003 "--ro recommended to avoid any writes to the disk image.  If -i option fails\n"
2004 "run again without -i and use 'run' + 'list-filesystems' + 'mount' cmds.\n"
2005 "\n"
2006 "For more information, see the manpage %s(1).\n"
2007 msgstr ""
2008
2009 #: fish/fish.c:243
2010 #, c-format
2011 msgid "%s: --listen=PID: PID was not a number: %s\n"
2012 msgstr ""
2013
2014 #: fish/fish.c:250
2015 #, c-format
2016 msgid ""
2017 "%s: remote: $GUESTFISH_PID must be set to the PID of the remote process\n"
2018 msgstr ""
2019
2020 #: fish/fish.c:300
2021 #, c-format
2022 msgid "%s: only one -f parameter can be given\n"
2023 msgstr ""
2024
2025 #: fish/fish.c:455
2026 #, c-format
2027 msgid "%s: cannot use --listen and --remote options at the same time\n"
2028 msgstr ""
2029
2030 #: fish/fish.c:463
2031 #, c-format
2032 msgid "%s: extra parameters on the command line with --listen flag\n"
2033 msgstr ""
2034
2035 #: fish/fish.c:469
2036 #, c-format
2037 msgid "%s: cannot use --listen and --file options at the same time\n"
2038 msgstr ""
2039
2040 #: fish/fish.c:527
2041 #, c-format
2042 msgid "guestfish: could not access termcap or terminfo database.\n"
2043 msgstr ""
2044
2045 #: fish/fish.c:531
2046 #, c-format
2047 msgid "guestfish: terminal type \"%s\" not defined.\n"
2048 msgstr ""
2049
2050 #: fish/fish.c:619
2051 #, c-format
2052 msgid ""
2053 "\n"
2054 "Welcome to guestfish, the libguestfs filesystem interactive shell for\n"
2055 "editing virtual machine filesystems.\n"
2056 "\n"
2057 "Type: 'help' for help on commands\n"
2058 "      'man' to read the manual\n"
2059 "      'quit' to quit the shell\n"
2060 "\n"
2061 msgstr ""
2062
2063 #: fish/fish.c:763
2064 #, c-format
2065 msgid "%s: unterminated double quote\n"
2066 msgstr ""
2067
2068 #: fish/fish.c:769 fish/fish.c:786
2069 #, c-format
2070 msgid "%s: command arguments not separated by whitespace\n"
2071 msgstr ""
2072
2073 #: fish/fish.c:780
2074 #, c-format
2075 msgid "%s: unterminated single quote\n"
2076 msgstr ""
2077
2078 #: fish/fish.c:810
2079 #, c-format
2080 msgid "%s: internal error parsing string at '%s'\n"
2081 msgstr ""
2082
2083 #: fish/fish.c:827
2084 #, c-format
2085 msgid "%s: too many arguments\n"
2086 msgstr ""
2087
2088 #: fish/fish.c:895
2089 #, c-format
2090 msgid "%s: empty command on command line\n"
2091 msgstr ""
2092
2093 #: fish/fish.c:1041
2094 msgid "display a list of commands or help on a command"
2095 msgstr ""
2096
2097 #: fish/fish.c:1043
2098 msgid "quit guestfish"
2099 msgstr ""
2100
2101 #: fish/fish.c:1054
2102 #, c-format
2103 msgid ""
2104 "help - display a list of commands or help on a command\n"
2105 "     help cmd\n"
2106 "     help\n"
2107 msgstr ""
2108
2109 #: fish/fish.c:1062
2110 #, c-format
2111 msgid ""
2112 "quit - quit guestfish\n"
2113 "     quit\n"
2114 msgstr ""
2115
2116 #: fish/fish.c:1067
2117 #, c-format
2118 msgid "%s: command not known, use -h to list all commands\n"
2119 msgstr ""
2120
2121 #: fish/fish.c:1083
2122 #, c-format
2123 msgid ""
2124 "Did you mean to open a disk image?  guestfish -a disk.img\n"
2125 "For a list of commands:             guestfish -h\n"
2126 "For complete documentation:         man guestfish\n"
2127 msgstr ""
2128
2129 #: fish/fish.c:1240
2130 #, c-format
2131 msgid "Runaway quote in string \"%s\"\n"
2132 msgstr ""
2133
2134 #: fish/fish.c:1438
2135 #, c-format
2136 msgid ""
2137 "%s: to use Windows drive letters, you must inspect the guest (\"-i\" option "
2138 "or run \"inspect-os\" command)\n"
2139 msgstr ""
2140
2141 #: fish/fish.c:1458
2142 #, c-format
2143 msgid ""
2144 "%s: drive '%c:' not found.  To list available drives do:\n"
2145 "  inspect-get-drive-mappings %s\n"
2146 msgstr ""
2147
2148 #: fish/fish.c:1477
2149 #, c-format
2150 msgid ""
2151 "%s: to access '%c:', mount %s first.  One way to do this is:\n"
2152 "  umount-all\n"
2153 "  mount %s /\n"
2154 msgstr ""
2155
2156 #: fish/glob.c:53
2157 #, c-format
2158 msgid "use 'glob command [args...]'\n"
2159 msgstr ""
2160
2161 #: fish/glob.c:73
2162 #, c-format
2163 msgid "glob: guestfs_glob_expand call failed: %s\n"
2164 msgstr ""
2165
2166 #: fish/help.c:38
2167 #, c-format
2168 msgid ""
2169 "Add disk images to examine using the -a or -d options, or the 'add' "
2170 "command.\n"
2171 "Or create a new disk image using -N, or the 'alloc' or 'sparse' commands.\n"
2172 "Once you have done this, use the 'run' command.\n"
2173 msgstr ""
2174
2175 #: fish/help.c:44
2176 #, c-format
2177 msgid ""
2178 "Find out what filesystems are available using 'list-filesystems' and then\n"
2179 "mount them to examine or modify the contents using 'mount-ro' or\n"
2180 "'mount-options'.\n"
2181 msgstr ""
2182
2183 #: fish/help.c:52
2184 #, c-format
2185 msgid ""
2186 "For more information about a command, use 'help cmd'.\n"
2187 "\n"
2188 "To read the manual, type 'man'.\n"
2189 msgstr ""
2190
2191 #: fish/hexedit.c:41
2192 #, c-format
2193 msgid "hexedit (device|filename) [max | start max]\n"
2194 msgstr ""
2195
2196 #: fish/hexedit.c:52
2197 #, c-format
2198 msgid "hexedit: %s is a zero length file or device\n"
2199 msgstr ""
2200
2201 #: fish/hexedit.c:63
2202 #, c-format
2203 msgid ""
2204 "hexedit: %s is larger than %s. You must supply a limit using\n"
2205 "  'hexedit %s <max>' (eg. 'hexedit %s 1M') or a range using\n"
2206 "  'hexedit %s <start> <max>'.\n"
2207 msgstr ""
2208
2209 #: fish/hexedit.c:92
2210 #, c-format
2211 msgid "hexedit: invalid range\n"
2212 msgstr ""
2213
2214 #: fish/inspect.c:77
2215 #, c-format
2216 msgid "%s: don't use --live and -i options together\n"
2217 msgstr ""
2218
2219 #: fish/inspect.c:89
2220 #, c-format
2221 msgid "%s: no operating system was found on this disk\n"
2222 msgstr ""
2223
2224 #: fish/inspect.c:95
2225 #, c-format
2226 msgid "%s: multi-boot operating systems are not supported by the -i option\n"
2227 msgstr ""
2228
2229 #: fish/inspect.c:134
2230 #, c-format
2231 msgid "%s: some filesystems could not be mounted (ignored)\n"
2232 msgstr ""
2233
2234 #: fish/inspect.c:146
2235 #, c-format
2236 msgid "Operating system: %s\n"
2237 msgstr ""
2238
2239 #: fish/inspect.c:159
2240 #, c-format
2241 msgid "%s mounted on %s\n"
2242 msgstr ""
2243
2244 #: fish/keys.c:53
2245 #, c-format
2246 msgid "Enter key or passphrase (\"%s\"): "
2247 msgstr ""
2248
2249 #: fish/lcd.c:34
2250 #, c-format
2251 msgid "use 'lcd directory' to change local directory\n"
2252 msgstr ""
2253
2254 #: fish/man.c:35
2255 #, c-format
2256 msgid "use 'man' without parameters to open the manual\n"
2257 msgstr ""
2258
2259 #: fish/man.c:54
2260 #, c-format
2261 msgid "the external 'man' program failed\n"
2262 msgstr ""
2263
2264 #: fish/more.c:40
2265 #, c-format
2266 msgid "use '%s filename' to page a file\n"
2267 msgstr ""
2268
2269 #: fish/options.c:36
2270 #, c-format
2271 msgid "%s: too many drives added on the command line\n"
2272 msgstr ""
2273
2274 #: fish/options.c:128
2275 #, c-format
2276 msgid "%s: '%s' could not be mounted.  Did you mean one of these?\n"
2277 msgstr ""
2278
2279 #: fish/prep.c:37
2280 #, c-format
2281 msgid ""
2282 "List of available prepared disk images:\n"
2283 "\n"
2284 msgstr ""
2285
2286 #: fish/prep.c:40
2287 #, c-format
2288 msgid ""
2289 "guestfish -N %-8s - %s\n"
2290 "\n"
2291 "%s\n"
2292 msgstr ""
2293
2294 #: fish/prep.c:48
2295 #, c-format
2296 msgid "  Optional parameters:\n"
2297 msgstr ""
2298
2299 #: fish/prep.c:55
2300 #, c-format
2301 msgid "<%s> %s (default: %s)\n"
2302 msgstr ""
2303
2304 #: fish/prep.c:65
2305 #, c-format
2306 msgid ""
2307 "Prepared disk images are written to file \"test1.img\" in the local\n"
2308 "directory.  (\"test2.img\" etc if -N option is given multiple times).\n"
2309 "For more information see the guestfish(1) manual.\n"
2310 msgstr ""
2311
2312 #: fish/prep.c:96
2313 #, c-format
2314 msgid ""
2315 "guestfish: -N parameter '%s': no such prepared disk image known.\n"
2316 "Use 'guestfish -N help' to list possible values for the -N parameter.\n"
2317 msgstr ""
2318
2319 #: fish/prep.c:158
2320 #, c-format
2321 msgid "guestfish: error creating prepared disk image '%s' on '%s': "
2322 msgstr ""
2323
2324 #: fish/prep_boot.c:34 fish/prep_boot.c:89 fish/prep_disk.c:34
2325 #: fish/prep_fs.c:34 fish/prep_lv.c:69 fish/prep_lv.c:122 fish/prep_part.c:34
2326 msgid "failed to allocate disk"
2327 msgstr ""
2328
2329 #: fish/prep_boot.c:42 fish/prep_boot.c:97
2330 msgid "could not parse boot size"
2331 msgstr ""
2332
2333 #: fish/prep_boot.c:46 fish/prep_boot.c:101
2334 #, c-format
2335 msgid "failed to get sector size of disk: %s"
2336 msgstr ""
2337
2338 #: fish/prep_boot.c:50 fish/prep_boot.c:105 fish/prep_fs.c:41
2339 #: fish/prep_lv.c:76 fish/prep_lv.c:129 fish/prep_part.c:41
2340 #, c-format
2341 msgid "failed to partition disk: %s"
2342 msgstr ""
2343
2344 #: fish/prep_boot.c:55 fish/prep_boot.c:110
2345 #, c-format
2346 msgid "failed to add boot partition: %s"
2347 msgstr ""
2348
2349 #: fish/prep_boot.c:59 fish/prep_boot.c:114
2350 #, c-format
2351 msgid "failed to add root partition: %s"
2352 msgstr ""
2353
2354 #: fish/prep_boot.c:68 fish/prep_boot.c:128
2355 #, c-format
2356 msgid "failed to create boot filesystem: %s"
2357 msgstr ""
2358
2359 #: fish/prep_boot.c:77 fish/prep_boot.c:157
2360 #, c-format
2361 msgid "failed to create root filesystem: %s"
2362 msgstr ""
2363
2364 #: fish/prep_boot.c:86 fish/prep_boot.c:120 fish/prep_lv.c:66
2365 #: fish/prep_lv.c:82 fish/prep_lv.c:119 fish/prep_lv.c:135
2366 msgid "incorrect format for LV name, use '/dev/VG/LV'"
2367 msgstr ""
2368
2369 #: fish/prep_boot.c:137 fish/prep_lv.c:91 fish/prep_lv.c:144
2370 #, c-format
2371 msgid "failed to create PV: %s: %s"
2372 msgstr ""
2373
2374 #: fish/prep_boot.c:142 fish/prep_lv.c:96 fish/prep_lv.c:149
2375 #, c-format
2376 msgid "failed to create VG: %s: %s"
2377 msgstr ""
2378
2379 #: fish/prep_boot.c:149 fish/prep_lv.c:103 fish/prep_lv.c:156
2380 #, c-format
2381 msgid "failed to create LV: /dev/%s/%s: %s"
2382 msgstr ""
2383
2384 #: fish/prep_boot.c:153 fish/prep_lv.c:107 fish/prep_lv.c:160
2385 #, c-format
2386 msgid "failed to resize LV to full size: %s: %s"
2387 msgstr ""
2388
2389 #: fish/prep_fs.c:51 fish/prep_lv.c:165
2390 #, c-format
2391 msgid "failed to create filesystem (%s): %s"
2392 msgstr ""
2393
2394 #: fish/rc.c:255
2395 #, c-format
2396 msgid "guestfish: protocol error: could not read 'hello' message\n"
2397 msgstr ""
2398
2399 #: fish/rc.c:260
2400 #, c-format
2401 msgid ""
2402 "guestfish: protocol error: version mismatch, server version '%s' does not "
2403 "match client version '%s'.  The two versions must match exactly.\n"
2404 msgstr ""
2405
2406 #: fish/rc.c:335 fish/rc.c:349
2407 #, c-format
2408 msgid "guestfish: remote: looks like the server is not running\n"
2409 msgstr ""
2410
2411 #: fish/rc.c:361 fish/rc.c:375
2412 #, c-format
2413 msgid "guestfish: protocol error: could not send initial greeting to server\n"
2414 msgstr ""
2415
2416 #: fish/rc.c:386
2417 #, c-format
2418 msgid "guestfish: protocol error: could not decode reply from server\n"
2419 msgstr ""
2420
2421 #: fish/reopen.c:36
2422 #, c-format
2423 msgid "'reopen' command takes no parameters\n"
2424 msgstr ""
2425
2426 #: fish/reopen.c:46
2427 #, c-format
2428 msgid "reopen: guestfs_create: failed to create handle\n"
2429 msgstr ""
2430
2431 #: fish/supported.c:66
2432 msgid "yes"
2433 msgstr ""
2434
2435 #: fish/supported.c:68
2436 msgid "no"
2437 msgstr ""
2438
2439 #: fish/time.c:36
2440 #, c-format
2441 msgid "use 'time command [args...]'\n"
2442 msgstr ""
2443
2444 #: fuse/guestmount.c:912
2445 #, c-format
2446 msgid ""
2447 "%s: FUSE module for libguestfs\n"
2448 "%s lets you mount a virtual machine filesystem\n"
2449 "Copyright (C) 2009-2010 Red Hat Inc.\n"
2450 "Usage:\n"
2451 "  %s [--options] [-- [--FUSE-options]] mountpoint\n"
2452 "Options:\n"
2453 "  -a|--add image       Add image\n"
2454 "  -c|--connect uri     Specify libvirt URI for -d option\n"
2455 "  --dir-cache-timeout  Set readdir cache timeout (default 5 sec)\n"
2456 "  -d|--domain guest    Add disks from libvirt guest\n"
2457 "  --echo-keys          Don't turn off echo for passphrases\n"
2458 "  --format[=raw|..]    Force disk format for -a option\n"
2459 "  --fuse-help          Display extra FUSE options\n"
2460 "  -i|--inspector       Automatically mount filesystems\n"
2461 "  --help               Display help message and exit\n"
2462 "  --keys-from-stdin    Read passphrases from stdin\n"
2463 "  --live               Connect to a live virtual machine\n"
2464 "  -m|--mount dev[:mnt[:opts]] Mount dev on mnt (if omitted, /)\n"
2465 "  -n|--no-sync         Don't autosync\n"
2466 "  -o|--option opt      Pass extra option to FUSE\n"
2467 "  -r|--ro              Mount read-only\n"
2468 "  --selinux            Enable SELinux support\n"
2469 "  -v|--verbose         Verbose messages\n"
2470 "  -V|--version         Display version and exit\n"
2471 "  -w|--rw              Mount read-write\n"
2472 "  -x|--trace           Trace guestfs API calls\n"
2473 msgstr ""
2474
2475 #: fuse/guestmount.c:1130
2476 #, c-format
2477 msgid "%s: must have at least one -a/-d and at least one -m/-i option\n"
2478 msgstr ""
2479
2480 #: fuse/guestmount.c:1138
2481 #, c-format
2482 msgid "%s: you must specify a mountpoint in the host filesystem\n"
2483 msgstr ""
2484
2485 #: inspector/virt-inspector.c:76
2486 #, c-format
2487 msgid ""
2488 "%s: display information about a virtual machine\n"
2489 "Copyright (C) 2010 Red Hat Inc.\n"
2490 "Usage:\n"
2491 "  %s [--options] -d domname file [file ...]\n"
2492 "  %s [--options] -a disk.img [-a disk.img ...] file [file ...]\n"
2493 "Options:\n"
2494 "  -a|--add image       Add image\n"
2495 "  -c|--connect uri     Specify libvirt URI for -d option\n"
2496 "  -d|--domain guest    Add disks from libvirt guest\n"
2497 "  --echo-keys          Don't turn off echo for passphrases\n"
2498 "  --format[=raw|..]    Force disk format for -a option\n"
2499 "  --help               Display brief help\n"
2500 "  --keys-from-stdin    Read passphrases from stdin\n"
2501 "  -v|--verbose         Verbose messages\n"
2502 "  -V|--version         Display version and exit\n"
2503 "  -x                   Trace libguestfs API calls\n"
2504 "For more information, see the manpage %s(1).\n"
2505 msgstr ""
2506
2507 #: inspector/virt-inspector.c:263
2508 #, c-format
2509 msgid ""
2510 "%s: no operating system could be detected inside this disk image.\n"
2511 "\n"
2512 "This may be because the file is not a disk image, or is not a virtual "
2513 "machine\n"
2514 "image, or because the OS type is not understood by libguestfs.\n"
2515 "\n"
2516 "NOTE for Red Hat Enterprise Linux 6 users: for Windows guest support you "
2517 "must\n"
2518 "install the separate libguestfs-winsupport package.\n"
2519 "\n"
2520 "If you feel this is an error, please file a bug report including as much\n"
2521 "information about the disk image as possible.\n"
2522 msgstr ""
2523
2524 #: inspector/virt-inspector.c:288
2525 #, c-format
2526 msgid "%s: XML write error at \"%s\": %m\n"
2527 msgstr ""
2528
2529 #: inspector/virt-inspector.c:300
2530 #, c-format
2531 msgid "%s: xmlOutputBufferCreateFd: failed to open stdout\n"
2532 msgstr ""
2533
2534 #: inspector/virt-inspector.c:308
2535 #, c-format
2536 msgid "%s: xmlNewTextWriter: failed to create libxml2 writer\n"
2537 msgstr ""
2538
2539 #: perl/lib/Sys/Guestfs/Lib.pm:158
2540 msgid "open_guest: first parameter must be a string or an arrayref"
2541 msgstr ""
2542
2543 #: perl/lib/Sys/Guestfs/Lib.pm:164
2544 msgid "open_guest: first argument contains undefined element"
2545 msgstr ""
2546
2547 #: perl/lib/Sys/Guestfs/Lib.pm:172
2548 #, perl-brace-format
2549 msgid "guest image {imagename} does not exist or is not readable"
2550 msgstr ""
2551
2552 #: perl/lib/Sys/Guestfs/Lib.pm:179
2553 msgid ""
2554 "open_guest: no libvirt support (install Sys::Virt, XML::XPath and XML::"
2555 "XPath::XMLParser)"
2556 msgstr ""
2557
2558 #: perl/lib/Sys/Guestfs/Lib.pm:184
2559 msgid "open_guest: too many domains listed on command line"
2560 msgstr ""
2561
2562 #: perl/lib/Sys/Guestfs/Lib.pm:191
2563 msgid "open_guest: cannot connect to libvirt"
2564 msgstr ""
2565
2566 #: perl/lib/Sys/Guestfs/Lib.pm:210
2567 #, perl-brace-format
2568 msgid "{imagename} is not the name of an inactive libvirt domain\n"
2569 msgstr ""
2570
2571 #: perl/lib/Sys/Guestfs/Lib.pm:213
2572 #, perl-brace-format
2573 msgid "{imagename} is not the name of a libvirt domain\n"
2574 msgstr ""
2575
2576 #: perl/lib/Sys/Guestfs/Lib.pm:242
2577 #, perl-brace-format
2578 msgid "{imagename} seems to have no disk devices\n"
2579 msgstr ""
2580
2581 #: perl/lib/Sys/Guestfs/Lib.pm:827
2582 msgid ""
2583 "No operating system could be detected inside this disk image.\n"
2584 "\n"
2585 "This may be because the file is not a disk image, or is not a virtual "
2586 "machine\n"
2587 "image, or because the OS type is not understood by virt-inspector.\n"
2588 "\n"
2589 "If you feel this is an error, please file a bug report including as much\n"
2590 "information about the disk image as possible.\n"
2591 msgstr ""
2592
2593 #: perl/lib/Sys/Guestfs/Lib.pm:901
2594 #, perl-brace-format
2595 msgid "unknown filesystem label {label}\n"
2596 msgstr ""
2597
2598 #: perl/lib/Sys/Guestfs/Lib.pm:911
2599 #, perl-brace-format
2600 msgid "unknown filesystem UUID {uuid}\n"
2601 msgstr ""
2602
2603 #: perl/lib/Sys/Guestfs/Lib.pm:939
2604 #, perl-brace-format
2605 msgid "unknown filesystem {fs}\n"
2606 msgstr ""
2607
2608 #: perl/lib/Sys/Guestfs/Lib.pm:1017
2609 #, perl-brace-format
2610 msgid "Error running rpm -qa: {error}"
2611 msgstr ""
2612
2613 #: perl/lib/Sys/Guestfs/Lib.pm:1043
2614 #, perl-brace-format
2615 msgid "Error running dpkg-query: {error}"
2616 msgstr ""
2617
2618 #: perl/lib/Sys/Guestfs/Lib.pm:1108
2619 msgid "Can't find grub on guest"
2620 msgstr ""
2621
2622 #: perl/lib/Sys/Guestfs/Lib.pm:1163
2623 #, perl-brace-format
2624 msgid "Grub entry {title} has no kernel"
2625 msgstr ""
2626
2627 #: perl/lib/Sys/Guestfs/Lib.pm:1194
2628 #, perl-brace-format
2629 msgid "grub refers to {path}, which doesn't exist\n"
2630 msgstr ""
2631
2632 #: perl/lib/Sys/Guestfs/Lib.pm:1217
2633 #, perl-brace-format
2634 msgid "Grub entry {title} does not specify an initrd"
2635 msgstr ""
2636
2637 #: perl/lib/Sys/Guestfs/Lib.pm:1286
2638 #, perl-brace-format
2639 msgid "Didn't find modules directory {modules} for kernel {path}"
2640 msgstr ""
2641
2642 #: perl/lib/Sys/Guestfs/Lib.pm:1294
2643 #, perl-brace-format
2644 msgid "Couldn't guess kernel version number from path for kernel {path}"
2645 msgstr ""
2646
2647 #: perl/lib/Sys/Guestfs/Lib.pm:1348
2648 #, perl-brace-format
2649 msgid "{path} doesn't match augeas pattern"
2650 msgstr ""
2651
2652 #: perl/lib/Sys/Guestfs/Lib.pm:1387
2653 #, perl-brace-format
2654 msgid "{filename}: could not read initrd format"
2655 msgstr ""
2656
2657 #: rescue/virt-rescue.c:63
2658 #, c-format
2659 msgid ""
2660 "%s: Run a rescue shell on a virtual machine\n"
2661 "Copyright (C) 2009-2010 Red Hat Inc.\n"
2662 "Usage:\n"
2663 "  %s [--options] -d domname\n"
2664 "  %s [--options] -a disk.img [-a disk.img ...]\n"
2665 "Options:\n"
2666 "  -a|--add image       Add image\n"
2667 "  --append kernelopts  Append kernel options\n"
2668 "  -c|--connect uri     Specify libvirt URI for -d option\n"
2669 "  -d|--domain guest    Add disks from libvirt guest\n"
2670 "  --format[=raw|..]    Force disk format for -a option\n"
2671 "  --help               Display brief help\n"
2672 "  -m|--memsize MB      Set memory size in megabytes\n"
2673 "  --network            Enable network\n"
2674 "  -r|--ro              Access read-only\n"
2675 "  --selinux            Enable SELinux\n"
2676 "  -v|--verbose         Verbose messages\n"
2677 "  -V|--version         Display version and exit\n"
2678 "  -w|--rw              Mount read-write\n"
2679 "  -x                   Trace libguestfs API calls\n"
2680 "For more information, see the manpage %s(1).\n"
2681 msgstr ""
2682
2683 #: rescue/virt-rescue.c:180
2684 #, c-format
2685 msgid "%s: could not parse memory size '%s'\n"
2686 msgstr ""
2687
2688 #: rescue/virt-rescue.c:419
2689 #, c-format
2690 msgid "%s: unknown child exit status (%d)\n"
2691 msgstr ""
2692
2693 #: src/appliance.c:181
2694 #, c-format
2695 msgid ""
2696 "cannot find any suitable libguestfs supermin or ordinary appliance on "
2697 "LIBGUESTFS_PATH (search path: %s)"
2698 msgstr ""
2699
2700 #: src/appliance.c:331
2701 #, c-format
2702 msgid "security: cached appliance %s is not owned by UID %d"
2703 msgstr ""
2704
2705 #: src/appliance.c:336
2706 #, c-format
2707 msgid "security: cached appliance %s is not a directory (mode %o)"
2708 msgstr ""
2709
2710 #: src/appliance.c:341
2711 #, c-format
2712 msgid "security: cached appliance %s is writable by group or other (mode %o)"
2713 msgstr ""
2714
2715 #: src/appliance.c:659
2716 msgid "external command failed, see earlier error messages"
2717 msgstr ""
2718
2719 #: src/dbdump.c:87
2720 msgid "unexpected end of output from db_dump command before end of header"
2721 msgstr ""
2722
2723 #: src/dbdump.c:100 src/dbdump.c:112
2724 msgid "unexpected line from db_dump command, no space prefix"
2725 msgstr ""
2726
2727 #: src/dbdump.c:129
2728 msgid "unexpected end of output from db_dump command before end of data"
2729 msgstr ""
2730
2731 #: src/dbdump.c:210
2732 msgid "unexpected non-hex digits in output of db_dump command"
2733 msgstr ""
2734
2735 #: src/filearch.c:153
2736 #, c-format
2737 msgid "size of %s unreasonable (%<PRIi64> bytes)"
2738 msgstr ""
2739
2740 #: src/filearch.c:266
2741 msgid ""
2742 "file-architecture API not available since this version of libguestfs was "
2743 "compiled without PCRE or libmagic libraries"
2744 msgstr ""
2745
2746 #: src/guestfs.c:174
2747 #, c-format
2748 msgid "guestfs_close: called twice on the same handle\n"
2749 msgstr ""
2750
2751 #: src/guestfs.c:340
2752 #, c-format
2753 msgid "warning: %s"
2754 msgstr ""
2755
2756 #: src/guestfs.c:399
2757 #, c-format
2758 msgid "libguestfs: error: %s\n"
2759 msgstr ""
2760
2761 #: src/guestfs.c:946
2762 #, c-format
2763 msgid "<truncated, original size %zu bytes>"
2764 msgstr ""
2765
2766 #: src/inspect.c:265
2767 msgid "not a Windows guest, or systemroot could not be determined"
2768 msgstr ""
2769
2770 #: src/inspect.c:281
2771 msgid "not a Windows guest, or CurrentControlSet could not be determined"
2772 msgstr ""
2773
2774 #: src/inspect.c:519
2775 #, c-format
2776 msgid "%s: temporary directory not found"
2777 msgstr ""
2778
2779 #: src/inspect.c:535 src/inspect_fs.c:474 src/inspect_fs.c:518
2780 #: src/inspect_fs_unix.c:194 src/inspect_fs_unix.c:579
2781 #: src/inspect_fs_unix.c:821
2782 #, c-format
2783 msgid "size of %s is unreasonably large (%<PRIi64> bytes)"
2784 msgstr ""
2785
2786 #: src/inspect.c:572
2787 msgid "no inspection data: call guestfs_inspect_os first"
2788 msgstr ""
2789
2790 #: src/inspect.c:584
2791 #, c-format
2792 msgid ""
2793 "%s: root device not found: only call this function with a root device "
2794 "previously returned by guestfs_inspect_os"
2795 msgstr ""
2796
2797 #: src/inspect.c:594 src/inspect_apps.c:617
2798 msgid ""
2799 "inspection API not available since this version of libguestfs was compiled "
2800 "without PCRE or hivex libraries"
2801 msgstr ""
2802
2803 #: src/inspect_fs.c:326 src/inspect_fs.c:339
2804 #, c-format
2805 msgid "could not parse integer in version number: %s"
2806 msgstr ""
2807
2808 #: src/inspect_fs.c:483
2809 #, c-format
2810 msgid "%s: file is empty"
2811 msgstr ""
2812
2813 #: src/inspect_fs_unix.c:613
2814 msgid "could not parse /etc/fstab or empty file"
2815 msgstr ""
2816
2817 #: src/inspect_fs_windows.c:112
2818 #, c-format
2819 msgid "cannot resolve Windows %%SYSTEMROOT%%"
2820 msgstr ""
2821
2822 #: src/launch.c:98
2823 msgid "command line cannot be altered after qemu subprocess launched"
2824 msgstr ""
2825
2826 #: src/launch.c:155
2827 msgid "guestfs_config: parameter must begin with '-' character"
2828 msgstr ""
2829
2830 #: src/launch.c:169
2831 #, c-format
2832 msgid "guestfs_config: parameter '%s' isn't allowed"
2833 msgstr ""
2834
2835 #: src/launch.c:235 src/launch.c:339
2836 msgid "filename cannot contain ',' (comma) character"
2837 msgstr ""
2838
2839 #: src/launch.c:247 src/launch.c:252
2840 #, c-format
2841 msgid "%s parameter is empty or contains disallowed characters"
2842 msgstr ""
2843
2844 #: src/launch.c:358
2845 msgid "the libguestfs handle has already been launched"
2846 msgstr ""
2847
2848 #: src/launch.c:367
2849 #, c-format
2850 msgid "%s: cannot create temporary directory"
2851 msgstr ""
2852
2853 #: src/launch.c:404
2854 msgid "you must call guestfs_add_drive before guestfs_launch"
2855 msgstr ""
2856
2857 #: src/launch.c:759
2858 msgid "guestfs_launch failed, see earlier error messages"
2859 msgstr ""
2860
2861 #: src/launch.c:772
2862 msgid "qemu launched and contacted daemon, but state != READY"
2863 msgstr ""
2864
2865 #: src/launch.c:860
2866 msgid "guestfs_launch failed, unexpected initial message from guestfsd"
2867 msgstr ""
2868
2869 #: src/launch.c:868
2870 msgid "contacted guestfsd, but state != READY"
2871 msgstr ""
2872
2873 #: src/launch.c:1047
2874 #, c-format
2875 msgid ""
2876 "%s: command failed: If qemu is located on a non-standard path, try setting "
2877 "the LIBGUESTFS_QEMU environment variable."
2878 msgstr ""
2879
2880 #: src/launch.c:1138
2881 msgid "qemu has not been launched yet"
2882 msgstr ""
2883
2884 #: src/launch.c:1149
2885 msgid "no subprocess to kill"
2886 msgstr ""
2887
2888 #: src/proto.c:188
2889 #, c-format
2890 msgid "guestfs_set_busy: called when in state %d != READY"
2891 msgstr ""
2892
2893 #: src/proto.c:211
2894 #, c-format
2895 msgid "guestfs_end_busy: called when in state %d"
2896 msgstr ""
2897
2898 #: src/proto.c:421
2899 #, c-format
2900 msgid ""
2901 "check_for_daemon_cancellation_or_eof: read 0x%x from daemon, expected 0x%x\n"
2902 msgstr ""
2903
2904 #: src/proto.c:543
2905 msgid ""
2906 "This usually means the libguestfs appliance failed to start up.  Please\n"
2907 "enable debugging (LIBGUESTFS_DEBUG=1) and rerun the command, then look at\n"
2908 "the debug messages output prior to this error.\n"
2909 msgstr ""
2910
2911 #: src/proto.c:549
2912 msgid "See earlier debug messages.\n"
2913 msgstr ""
2914
2915 #: src/proto.c:639
2916 #, c-format
2917 msgid "received magic signature from guestfsd, but in state %d"
2918 msgstr ""
2919
2920 #: src/proto.c:658
2921 #, c-format
2922 msgid "message length (%u) > maximum possible size (%d)"
2923 msgstr ""
2924
2925 #: src/proto.c:810
2926 #, c-format
2927 msgid "guestfs___send: state %d != BUSY"
2928 msgstr ""
2929
2930 #: src/proto.c:834
2931 msgid "xdr_guestfs_message_header failed"
2932 msgstr ""
2933
2934 #: src/proto.c:843
2935 msgid "dispatch failed to marshal args"
2936 msgstr ""
2937
2938 #: src/proto.c:970
2939 #, c-format
2940 msgid "send_file_chunk: state %d != READY"
2941 msgstr ""
2942
2943 #: src/proto.c:986
2944 #, c-format
2945 msgid "xdr_guestfs_chunk failed (buf = %p, buflen = %zu)"
2946 msgstr ""
2947
2948 #: src/proto.c:1136
2949 #, c-format
2950 msgid "%s: error in chunked encoding"
2951 msgstr ""
2952
2953 #: src/proto.c:1163
2954 msgid "write to daemon socket"
2955 msgstr ""
2956
2957 #: src/proto.c:1186
2958 msgid "receive_file_data: parse error in reply callback"
2959 msgstr ""
2960
2961 #: src/proto.c:1191
2962 msgid "receive_file_data: unexpected flag received when reading file chunks"
2963 msgstr ""
2964
2965 #: src/proto.c:1199
2966 msgid "failed to parse file chunk"
2967 msgstr ""
2968
2969 #: src/proto.c:1208
2970 msgid "file receive cancelled by daemon"
2971 msgstr ""
2972
2973 #: src/virt.c:101 src/virt.c:347
2974 msgid "you cannot set both live and readonly flags"
2975 msgstr ""
2976
2977 #: src/virt.c:109
2978 #, c-format
2979 msgid "could not connect to libvirt (code %d, domain %d): %s"
2980 msgstr ""
2981
2982 #: src/virt.c:130
2983 #, c-format
2984 msgid "no libvirt domain called '%s': %s"
2985 msgstr ""
2986
2987 #: src/virt.c:185 src/virt.c:435
2988 #, c-format
2989 msgid "error reading libvirt XML information: %s"
2990 msgstr ""
2991
2992 #: src/virt.c:195 src/virt.c:443
2993 msgid "unable to parse XML information returned by libvirt"
2994 msgstr ""
2995
2996 #: src/virt.c:201 src/virt.c:449
2997 msgid "unable to create new XPath context"
2998 msgstr ""
2999
3000 #: src/virt.c:208 src/virt.c:464
3001 msgid "unable to evaluate XPath expression"
3002 msgstr ""
3003
3004 #: src/virt.c:305
3005 msgid "libvirt domain has no disks"
3006 msgstr ""
3007
3008 #: src/virt.c:358
3009 #, c-format
3010 msgid "error getting domain info: %s"
3011 msgstr ""
3012
3013 #: src/virt.c:372
3014 msgid ""
3015 "error: domain is a live virtual machine.\n"
3016 "Writing to the disks of a running virtual machine can cause disk "
3017 "corruption.\n"
3018 "Either use read-only access, or if the guest is running the guestfsd daemon\n"
3019 "specify live access.  In most libguestfs tools these options are --ro or\n"
3020 "--live respectively.  Consult the documentation for further information."
3021 msgstr ""
3022
3023 #: src/virt.c:492
3024 msgid ""
3025 "this guest has no libvirt <channel> definition for guestfsd\n"
3026 "See ATTACHING TO RUNNING DAEMONS in guestfs(3) for further information."
3027 msgstr ""
3028
3029 #: src/virt.c:517
3030 msgid ""
3031 "add-domain API not available since this version of libguestfs was compiled "
3032 "without libvirt or libxml2"
3033 msgstr ""
3034
3035 #: test-tool/test-tool.c:79
3036 #, c-format
3037 msgid ""
3038 "libguestfs-test-tool: interactive test tool\n"
3039 "Copyright (C) 2009-2011 Red Hat Inc.\n"
3040 "Usage:\n"
3041 "  libguestfs-test-tool [--options]\n"
3042 "Options:\n"
3043 "  --help         Display usage\n"
3044 "  --qemudir dir  Specify QEMU source directory\n"
3045 "  --qemu qemu    Specify QEMU binary\n"
3046 "  --timeout n\n"
3047 "  -t n           Set launch timeout (default: %d seconds)\n"
3048 msgstr ""
3049
3050 #: test-tool/test-tool.c:127
3051 #, c-format
3052 msgid "libguestfs-test-tool: unknown long option: %s (%d)\n"
3053 msgstr ""
3054
3055 #: test-tool/test-tool.c:136
3056 #, c-format
3057 msgid "libguestfs-test-tool: invalid timeout: %s\n"
3058 msgstr ""
3059
3060 #: test-tool/test-tool.c:148
3061 #, c-format
3062 msgid "libguestfs-test-tool: unexpected command line option 0x%x\n"
3063 msgstr ""
3064
3065 #: test-tool/test-tool.c:170
3066 #, c-format
3067 msgid "libguestfs-test-tool: failed to create libguestfs handle\n"
3068 msgstr ""
3069
3070 #: test-tool/test-tool.c:177
3071 #, c-format
3072 msgid "libguestfs-test-tool: failed to add drive '%s'\n"
3073 msgstr ""
3074
3075 #: test-tool/test-tool.c:185
3076 #, c-format
3077 msgid "libguestfs-test-tool: guestfs_version failed\n"
3078 msgstr ""
3079
3080 #: test-tool/test-tool.c:217
3081 #, c-format
3082 msgid "libguestfs-test-tool: failed to launch appliance\n"
3083 msgstr ""
3084
3085 #: test-tool/test-tool.c:229
3086 #, c-format
3087 msgid "libguestfs-test-tool: failed to run part-disk\n"
3088 msgstr ""
3089
3090 #: test-tool/test-tool.c:235
3091 #, c-format
3092 msgid "libguestfs-test-tool: failed to mkfs.ext2\n"
3093 msgstr ""
3094
3095 #: test-tool/test-tool.c:241
3096 #, c-format
3097 msgid "libguestfs-test-tool: failed to mount /dev/sda1 on /\n"
3098 msgstr ""
3099
3100 #: test-tool/test-tool.c:248
3101 #, c-format
3102 msgid "libguestfs-test-tool: failed to touch file\n"
3103 msgstr ""
3104
3105 #: test-tool/test-tool.c:279
3106 #, c-format
3107 msgid ""
3108 "LIBGUESTFS_QEMU environment variable is already set, so\n"
3109 "--qemu/--qemudir options cannot be used.\n"
3110 msgstr ""
3111
3112 #: test-tool/test-tool.c:287
3113 #, c-format
3114 msgid "Binary '%s' does not exist or is not executable\n"
3115 msgstr ""
3116
3117 #: test-tool/test-tool.c:301
3118 #, c-format
3119 msgid "%s: does not look like a qemu source directory\n"
3120 msgstr ""
3121
3122 #: tools/virt-list-filesystems.pl:142
3123 msgid "virt-list-filesystems: no image or VM name given"
3124 msgstr ""
3125
3126 #: tools/virt-list-partitions.pl:152
3127 msgid "virt-list-partitions: no image or VM name given"
3128 msgstr ""
3129
3130 #: tools/virt-make-fs.pl:291
3131 msgid "virt-make-fs input output\n"
3132 msgstr ""
3133
3134 #: tools/virt-make-fs.pl:321
3135 msgid "unexpected output from 'du' command"
3136 msgstr ""
3137
3138 #: tools/virt-make-fs.pl:333 tools/virt-make-fs.pl:347
3139 #: tools/virt-make-fs.pl:458
3140 #, perl-brace-format
3141 msgid "{f}: unknown input format: {fmt}\n"
3142 msgstr ""
3143
3144 #: tools/virt-make-fs.pl:391
3145 #, perl-brace-format
3146 msgid "virt-make-fs: cannot parse size parameter: {sz}\n"
3147 msgstr ""
3148
3149 #: tools/virt-make-fs.pl:406
3150 msgid ""
3151 "qemu-img create: failed to create disk image, see earlier error messages\n"
3152 msgstr ""
3153
3154 #: tools/virt-make-fs.pl:417
3155 msgid "virt-make-fs: NTFS support was disabled when libguestfs was compiled\n"
3156 msgstr ""
3157
3158 #: tools/virt-make-fs.pl:442
3159 msgid "tar: failed, see earlier messages\n"
3160 msgstr ""
3161
3162 #: tools/virt-make-fs.pl:464
3163 msgid "uncompress command failed, see earlier messages\n"
3164 msgstr ""
3165
3166 #: tools/virt-make-fs.pl:499
3167 msgid ""
3168 "virt-make-fs: error copying contents into filesystem\n"
3169 "An error here usually means that the program did not estimate the\n"
3170 "filesystem size correctly.  Please read the BUGS section of the manpage.\n"
3171 msgstr ""
3172
3173 #: tools/virt-tar.pl:183 tools/virt-tar.pl:190
3174 msgid "virt-tar: extract/upload mode specified twice on the command line\n"
3175 msgstr ""
3176
3177 #: tools/virt-tar.pl:212
3178 msgid "virt-tar: no image, VM names, directory or filename given"
3179 msgstr ""
3180
3181 #: tools/virt-tar.pl:215
3182 msgid "virt-tar: either -x or -u must be specified on the command line\n"
3183 msgstr ""
3184
3185 #: tools/virt-tar.pl:226
3186 #, perl-brace-format
3187 msgid "virt-tar: {tarball}: file not found\n"
3188 msgstr ""
3189
3190 #: tools/virt-tar.pl:229
3191 #, perl-brace-format
3192 msgid "virt-tar: {dir}: directory name must start with '/' character\n"
3193 msgstr ""
3194
3195 #: tools/virt-tar.pl:243 tools/virt-win-reg.pl:259
3196 #, perl-brace-format
3197 msgid ""
3198 "{prog}: No operating system could be detected inside this disk image.\n"
3199 "\n"
3200 "This may be because the file is not a disk image, or is not a virtual "
3201 "machine\n"
3202 "image, or because the OS type is not understood by libguestfs.\n"
3203 "\n"
3204 "If you feel this is an error, please file a bug report including as much\n"
3205 "information about the disk image as possible.\n"
3206 msgstr ""
3207
3208 #: tools/virt-tar.pl:247 tools/virt-win-reg.pl:263
3209 #, perl-brace-format
3210 msgid "{prog}: multiboot operating systems are not supported.\n"
3211 msgstr ""
3212
3213 #: tools/virt-win-reg.pl:243
3214 msgid "no libvirt domain name or disk image given\n"
3215 msgstr ""
3216
3217 #: tools/virt-win-reg.pl:285
3218 msgid ""
3219 "expecting 1 or 2 more parameters, subkey path and optionally the value to "
3220 "export\n"
3221 msgstr ""
3222
3223 #: tools/virt-win-reg.pl:444
3224 #, perl-brace-format
3225 msgid "virt-win-reg: {p}: cannot find user directory\n"
3226 msgstr ""
3227
3228 #: tools/virt-win-reg.pl:449
3229 #, perl-brace-format
3230 msgid "virt-win-reg: {p}: not a supported Windows Registry path\n"
3231 msgstr ""
3232
3233 #: tools/virt-win-reg.pl:520 tools/virt-win-reg.pl:542
3234 #, perl-brace-format
3235 msgid "virt-win-reg: {p}: file not found in guest: {err}\n"
3236 msgstr ""
3237
3238 #: tools/virt-win-reg.pl:527
3239 #, perl-brace-format
3240 msgid "virt-win-reg: {p}: could not download registry file: {err}\n"
3241 msgstr ""
3242
3243 #: tools/virt-win-reg.pl:549
3244 #, perl-brace-format
3245 msgid "virt-win-reg: {p}: could not upload registry file: {err}\n"
3246 msgstr ""