fuse: Return EXIT_FAILURE if fuse_main fails.
[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.14.6\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-12-06 16:12+0000\n"
13 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
14 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
15 "Language-Team: LANGUAGE <LL@li.org>\n"
16 "Language: \n"
17 "MIME-Version: 1.0\n"
18 "Content-Type: text/plain; charset=CHARSET\n"
19 "Content-Transfer-Encoding: 8bit\n"
20
21 #: align/scan.c:68 cat/virt-cat.c:61 cat/virt-filesystems.c:100
22 #: cat/virt-ls.c:99 df/main.c:70 edit/virt-edit.c:73 fish/fish.c:101
23 #: fuse/guestmount.c:908 inspector/virt-inspector.c:78 rescue/virt-rescue.c:60
24 #, c-format
25 msgid "Try `%s --help' for more information.\n"
26 msgstr ""
27
28 #: align/scan.c:72
29 #, c-format
30 msgid ""
31 "%s: check alignment of virtual machine partitions\n"
32 "Copyright (C) 2011 Red Hat Inc.\n"
33 "Usage:\n"
34 "  %s [--options] -d domname\n"
35 "  %s [--options] -a disk.img [-a disk.img ...]\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 "  --format[=raw|..]    Force disk format for -a option\n"
41 "  --help               Display brief help\n"
42 "  -q|--quiet           No output, just exit code\n"
43 "  -v|--verbose         Verbose messages\n"
44 "  -V|--version         Display version and exit\n"
45 "  -x                   Trace libguestfs API calls\n"
46 "For more information, see the manpage %s(1).\n"
47 msgstr ""
48
49 #: align/scan.c:127 cat/virt-cat.c:121 cat/virt-filesystems.c:203
50 #: cat/virt-ls.c:192 df/domains.c:429 df/main.c:136 edit/virt-edit.c:141
51 #: fish/fish.c:222 fuse/guestmount.c:1024 inspector/virt-inspector.c:140
52 #: rescue/virt-rescue.c:137
53 #, c-format
54 msgid "guestfs_create: failed to create handle\n"
55 msgstr ""
56
57 #: align/scan.c:145 cat/virt-cat.c:143 cat/virt-filesystems.c:257
58 #: cat/virt-ls.c:242 df/main.c:160 edit/virt-edit.c:163 fish/fish.c:279
59 #: fuse/guestmount.c:1061 inspector/virt-inspector.c:164
60 #: rescue/virt-rescue.c:172
61 #, c-format
62 msgid "%s: unknown long option: %s (%d)\n"
63 msgstr ""
64
65 #: align/scan.c:273
66 msgid "alignment < 4K"
67 msgstr ""
68
69 #: align/scan.c:278
70 msgid "alignment < 64K"
71 msgstr ""
72
73 #: cat/virt-cat.c:65
74 #, c-format
75 msgid ""
76 "%s: display files in a virtual machine\n"
77 "Copyright (C) 2010 Red Hat Inc.\n"
78 "Usage:\n"
79 "  %s [--options] -d domname file [file ...]\n"
80 "  %s [--options] -a disk.img [-a disk.img ...] file [file ...]\n"
81 "Options:\n"
82 "  -a|--add image       Add image\n"
83 "  -c|--connect uri     Specify libvirt URI for -d option\n"
84 "  -d|--domain guest    Add disks from libvirt guest\n"
85 "  --echo-keys          Don't turn off echo for passphrases\n"
86 "  --format[=raw|..]    Force disk format for -a option\n"
87 "  --help               Display brief help\n"
88 "  --keys-from-stdin    Read passphrases from stdin\n"
89 "  -v|--verbose         Verbose messages\n"
90 "  -V|--version         Display version and exit\n"
91 "  -x                   Trace libguestfs API calls\n"
92 "For more information, see the manpage %s(1).\n"
93 msgstr ""
94
95 #: cat/virt-cat.c:359 edit/virt-edit.c:585 fish/fish.c:1556
96 #, c-format
97 msgid "%s: to use Windows drive letters, this must be a Windows guest\n"
98 msgstr ""
99
100 #: cat/virt-cat.c:373 edit/virt-edit.c:599
101 #, c-format
102 msgid "%s: drive '%c:' not found.\n"
103 msgstr ""
104
105 #: cat/virt-filesystems.c:104
106 #, c-format
107 msgid ""
108 "%s: list filesystems, partitions, block devices, LVM in a VM\n"
109 "Copyright (C) 2010 Red Hat Inc.\n"
110 "Usage:\n"
111 "  %s [--options] -d domname\n"
112 "  %s [--options] -a disk.img [-a disk.img ...]\n"
113 "Options:\n"
114 "  -a|--add image       Add image\n"
115 "  --all                Display everything\n"
116 "  --blkdevs|--block-devices\n"
117 "                       Display block devices\n"
118 "  -c|--connect uri     Specify libvirt URI for -d option\n"
119 "  --csv                Output as Comma-Separated Values\n"
120 "  -d|--domain guest    Add disks from libvirt guest\n"
121 "  --echo-keys          Don't turn off echo for passphrases\n"
122 "  --extra              Display swap and data filesystems\n"
123 "  --filesystems        Display mountable filesystems\n"
124 "  --format[=raw|..]    Force disk format for -a option\n"
125 "  -h|--human-readable  Human-readable sizes in --long output\n"
126 "  --help               Display brief help\n"
127 "  --keys-from-stdin    Read passphrases from stdin\n"
128 "  -l|--long            Long output\n"
129 "  --lvs|--logvols|--logical-volumes\n"
130 "                       Display LVM logical volumes\n"
131 "  --no-title           No title in --long output\n"
132 "  --parts|--partitions Display partitions\n"
133 "  --pvs|--physvols|--physical-volumes\n"
134 "                       Display LVM physical volumes\n"
135 "  --uuid|--uuids       Add UUIDs to --long output\n"
136 "  -v|--verbose         Verbose messages\n"
137 "  -V|--version         Display version and exit\n"
138 "  --vgs|--volgroups|--volume-groups\n"
139 "                       Display LVM volume groups\n"
140 "  -x                   Trace libguestfs API calls\n"
141 "For more information, see the manpage %s(1).\n"
142 msgstr ""
143
144 #: cat/virt-filesystems.c:319 cat/virt-ls.c:347 df/main.c:255
145 #, c-format
146 msgid "%s: you cannot use -h and --csv options together.\n"
147 msgstr ""
148
149 #: cat/virt-ls.c:103
150 #, c-format
151 msgid ""
152 "%s: list files in a virtual machine\n"
153 "Copyright (C) 2010-2011 Red Hat Inc.\n"
154 "Usage:\n"
155 "  %s [--options] -d domname dir [dir ...]\n"
156 "  %s [--options] -a disk.img [-a disk.img ...] dir [dir ...]\n"
157 "Options:\n"
158 "  -a|--add image       Add image\n"
159 "  --checksum[=...]     Display file checksums\n"
160 "  -c|--connect uri     Specify libvirt URI for -d option\n"
161 "  --csv                Comma-Separated Values output\n"
162 "  -d|--domain guest    Add disks from libvirt guest\n"
163 "  --echo-keys          Don't turn off echo for passphrases\n"
164 "  --extra-stats        Display extra stats\n"
165 "  --format[=raw|..]    Force disk format for -a option\n"
166 "  --help               Display brief help\n"
167 "  -h|--human-readable  Human-readable sizes in output\n"
168 "  --keys-from-stdin    Read passphrases from stdin\n"
169 "  -l|--long            Long listing\n"
170 "  -R|--recursive       Recursive listing\n"
171 "  --times              Display file times\n"
172 "  --time-days          Display file times as days before now\n"
173 "  --time-relative      Display file times as seconds before now\n"
174 "  --time-t             Display file times as time_t's\n"
175 "  --uids               Display UID, GID\n"
176 "  -v|--verbose         Verbose messages\n"
177 "  -V|--version         Display version and exit\n"
178 "  -x                   Trace libguestfs API calls\n"
179 "For more information, see the manpage %s(1).\n"
180 msgstr ""
181
182 #: cat/virt-ls.c:338
183 #, c-format
184 msgid ""
185 "%s: used a flag which can only be combined with -lR mode\n"
186 "For more information, read the virt-ls(1) man page.\n"
187 msgstr ""
188
189 #: cat/virt-ls.c:577
190 #, c-format
191 msgid "%s: error getting extended attrs for %s %s\n"
192 msgstr ""
193
194 #: cat/virt-ls.c:583
195 #, c-format
196 msgid "%s: error: cannot parse xattr count for %s %s\n"
197 msgstr ""
198
199 #: df/domains.c:115
200 #, c-format
201 msgid "%s: could not connect to libvirt (code %d, domain %d): %s"
202 msgstr ""
203
204 #: df/domains.c:124
205 #, c-format
206 msgid "%s: could not get number of running domains (code %d, domain %d): %s"
207 msgstr ""
208
209 #: df/domains.c:134
210 #, c-format
211 msgid "%s: could not list running domains (code %d, domain %d): %s"
212 msgstr ""
213
214 #: df/domains.c:145
215 #, c-format
216 msgid "%s: could not get number of inactive domains (code %d, domain %d): %s"
217 msgstr ""
218
219 #: df/domains.c:155
220 #, c-format
221 msgid "%s: could not list inactive domains (code %d, domain %d): %s"
222 msgstr ""
223
224 #: df/domains.c:281
225 #, c-format
226 msgid "%s: ignoring %s, it has too many disks (%zu > %d)"
227 msgstr ""
228
229 #: df/main.c:74
230 #, c-format
231 msgid ""
232 "%s: display free space on virtual filesystems\n"
233 "Copyright (C) 2010 Red Hat Inc.\n"
234 "Usage:\n"
235 "  %s [--options] -d domname\n"
236 "  %s [--options] -a disk.img [-a disk.img ...]\n"
237 "Options:\n"
238 "  -a|--add image       Add image\n"
239 "  -c|--connect uri     Specify libvirt URI for -d option\n"
240 "  --csv                Output as Comma-Separated Values\n"
241 "  -d|--domain guest    Add disks from libvirt guest\n"
242 "  --format[=raw|..]    Force disk format for -a option\n"
243 "  -h|--human-readable  Human-readable sizes in --long output\n"
244 "  --help               Display brief help\n"
245 "  -i|--inodes          Display inodes\n"
246 "  --one-per-guest      Separate appliance per guest\n"
247 "  --uuid               Add UUIDs to --long output\n"
248 "  -v|--verbose         Verbose messages\n"
249 "  -V|--version         Display version and exit\n"
250 "  -x                   Trace libguestfs API calls\n"
251 "For more information, see the manpage %s(1).\n"
252 msgstr ""
253
254 #: df/main.c:267
255 #, c-format
256 msgid "%s: compiled without support for libvirt.\n"
257 msgstr ""
258
259 #: df/output.c:50
260 msgid "VirtualMachine"
261 msgstr ""
262
263 #: df/output.c:51
264 msgid "Filesystem"
265 msgstr ""
266
267 #: df/output.c:54
268 msgid "1K-blocks"
269 msgstr ""
270
271 #: df/output.c:56
272 msgid "Size"
273 msgstr ""
274
275 #: df/output.c:57
276 msgid "Used"
277 msgstr ""
278
279 #: df/output.c:58
280 msgid "Available"
281 msgstr ""
282
283 #: df/output.c:59
284 msgid "Use%"
285 msgstr ""
286
287 #: df/output.c:61
288 msgid "Inodes"
289 msgstr ""
290
291 #: df/output.c:62
292 msgid "IUsed"
293 msgstr ""
294
295 #: df/output.c:63
296 msgid "IFree"
297 msgstr ""
298
299 #: df/output.c:64
300 msgid "IUse%"
301 msgstr ""
302
303 #: edit/virt-edit.c:77
304 #, c-format
305 msgid ""
306 "%s: Edit a file in a virtual machine\n"
307 "Copyright (C) 2009-2011 Red Hat Inc.\n"
308 "Usage:\n"
309 "  %s [--options] -d domname file [file ...]\n"
310 "  %s [--options] -a disk.img [-a disk.img ...] file [file ...]\n"
311 "Options:\n"
312 "  -a|--add image       Add image\n"
313 "  -b|--backup .ext     Backup original as original.ext\n"
314 "  -c|--connect uri     Specify libvirt URI for -d option\n"
315 "  -d|--domain guest    Add disks from libvirt guest\n"
316 "  --echo-keys          Don't turn off echo for passphrases\n"
317 "  -e|--expr expr       Non-interactive editing using Perl expr\n"
318 "  --format[=raw|..]    Force disk format for -a option\n"
319 "  --help               Display brief help\n"
320 "  --keys-from-stdin    Read passphrases from stdin\n"
321 "  -v|--verbose         Verbose messages\n"
322 "  -V|--version         Display version and exit\n"
323 "  -x                   Trace libguestfs API calls\n"
324 "For more information, see the manpage %s(1).\n"
325 msgstr ""
326
327 #: edit/virt-edit.c:175
328 #, c-format
329 msgid "%s: -b option given multiple times\n"
330 msgstr ""
331
332 #: edit/virt-edit.c:192
333 #, c-format
334 msgid "%s: -e option given multiple times\n"
335 msgstr ""
336
337 #: fish/alloc.c:37
338 #, c-format
339 msgid "use 'alloc file size' to create an image\n"
340 msgstr ""
341
342 #: fish/alloc.c:51
343 #, c-format
344 msgid "use 'sparse file size' to create a sparse image\n"
345 msgstr ""
346
347 #: fish/alloc.c:75
348 #, c-format
349 msgid "can't allocate or add disks after launching\n"
350 msgstr ""
351
352 #: fish/alloc.c:156
353 #, c-format
354 msgid "%s: invalid integer parameter (%s returned %d)\n"
355 msgstr ""
356
357 #: fish/cmds.c:2728
358 msgid "Command"
359 msgstr ""
360
361 #: fish/cmds.c:2728
362 msgid "Description"
363 msgstr ""
364
365 #: fish/cmds.c:2730
366 msgid "add a CD-ROM disk image to examine"
367 msgstr ""
368
369 #: fish/cmds.c:2731
370 msgid "add the disk(s) from a named libvirt domain"
371 msgstr ""
372
373 #: fish/cmds.c:2732 fish/cmds.c:2733
374 msgid "add an image to examine or modify"
375 msgstr ""
376
377 #: fish/cmds.c:2734
378 msgid "add a drive in snapshot mode (read-only)"
379 msgstr ""
380
381 #: fish/cmds.c:2735
382 msgid "add a drive read-only specifying the QEMU block emulation to use"
383 msgstr ""
384
385 #: fish/cmds.c:2736
386 msgid "add a drive specifying the QEMU block emulation to use"
387 msgstr ""
388
389 #: fish/cmds.c:2737
390 msgid "allocate and add a disk file"
391 msgstr ""
392
393 #: fish/cmds.c:2738
394 msgid "clear Augeas path"
395 msgstr ""
396
397 #: fish/cmds.c:2739
398 msgid "close the current Augeas handle"
399 msgstr ""
400
401 #: fish/cmds.c:2740
402 msgid "define an Augeas node"
403 msgstr ""
404
405 #: fish/cmds.c:2741
406 msgid "define an Augeas variable"
407 msgstr ""
408
409 #: fish/cmds.c:2742
410 msgid "look up the value of an Augeas path"
411 msgstr ""
412
413 #: fish/cmds.c:2743
414 msgid "create a new Augeas handle"
415 msgstr ""
416
417 #: fish/cmds.c:2744
418 msgid "insert a sibling Augeas node"
419 msgstr ""
420
421 #: fish/cmds.c:2745
422 msgid "load files into the tree"
423 msgstr ""
424
425 #: fish/cmds.c:2746
426 msgid "list Augeas nodes under augpath"
427 msgstr ""
428
429 #: fish/cmds.c:2747
430 msgid "return Augeas nodes which match augpath"
431 msgstr ""
432
433 #: fish/cmds.c:2748
434 msgid "move Augeas node"
435 msgstr ""
436
437 #: fish/cmds.c:2749
438 msgid "remove an Augeas path"
439 msgstr ""
440
441 #: fish/cmds.c:2750
442 msgid "write all pending Augeas changes to disk"
443 msgstr ""
444
445 #: fish/cmds.c:2751
446 msgid "set Augeas path to value"
447 msgstr ""
448
449 #: fish/cmds.c:2752
450 msgid "test availability of some parts of the API"
451 msgstr ""
452
453 #: fish/cmds.c:2753
454 msgid "return a list of all optional groups"
455 msgstr ""
456
457 #: fish/cmds.c:2754
458 msgid "upload base64-encoded data to file"
459 msgstr ""
460
461 #: fish/cmds.c:2755
462 msgid "download file and encode as base64"
463 msgstr ""
464
465 #: fish/cmds.c:2756
466 msgid "flush device buffers"
467 msgstr ""
468
469 #: fish/cmds.c:2757
470 msgid "get blocksize of block device"
471 msgstr ""
472
473 #: fish/cmds.c:2758
474 msgid "is block device set to read-only"
475 msgstr ""
476
477 #: fish/cmds.c:2759
478 msgid "get total size of device in bytes"
479 msgstr ""
480
481 #: fish/cmds.c:2760
482 msgid "get sectorsize of block device"
483 msgstr ""
484
485 #: fish/cmds.c:2761
486 msgid "get total size of device in 512-byte sectors"
487 msgstr ""
488
489 #: fish/cmds.c:2762
490 msgid "reread partition table"
491 msgstr ""
492
493 #: fish/cmds.c:2763
494 msgid "set blocksize of block device"
495 msgstr ""
496
497 #: fish/cmds.c:2764
498 msgid "set block device to read-only"
499 msgstr ""
500
501 #: fish/cmds.c:2765
502 msgid "set block device to read-write"
503 msgstr ""
504
505 #: fish/cmds.c:2766
506 msgid "resize a btrfs filesystem"
507 msgstr ""
508
509 #: fish/cmds.c:2767
510 msgid "return true path on case-insensitive filesystem"
511 msgstr ""
512
513 #: fish/cmds.c:2768
514 msgid "list the contents of a file"
515 msgstr ""
516
517 #: fish/cmds.c:2769
518 msgid "compute MD5, SHAx or CRC checksum of file"
519 msgstr ""
520
521 #: fish/cmds.c:2770
522 msgid "compute MD5, SHAx or CRC checksum of the contents of a device"
523 msgstr ""
524
525 #: fish/cmds.c:2771
526 msgid "compute MD5, SHAx or CRC checksum of files in a directory"
527 msgstr ""
528
529 #: fish/cmds.c:2772
530 msgid "change file mode"
531 msgstr ""
532
533 #: fish/cmds.c:2773 fish/cmds.c:2902
534 msgid "change file owner and group"
535 msgstr ""
536
537 #: fish/cmds.c:2774
538 msgid "run a command from the guest filesystem"
539 msgstr ""
540
541 #: fish/cmds.c:2775
542 msgid "run a command, returning lines"
543 msgstr ""
544
545 #: fish/cmds.c:2776
546 msgid "output compressed device"
547 msgstr ""
548
549 #: fish/cmds.c:2777
550 msgid "output compressed file"
551 msgstr ""
552
553 #: fish/cmds.c:2778
554 msgid "add qemu parameters"
555 msgstr ""
556
557 #: fish/cmds.c:2779
558 msgid "copy from source device to destination device"
559 msgstr ""
560
561 #: fish/cmds.c:2780
562 msgid "copy from source device to destination file"
563 msgstr ""
564
565 #: fish/cmds.c:2781
566 msgid "copy from source file to destination device"
567 msgstr ""
568
569 #: fish/cmds.c:2782
570 msgid "copy from source file to destination file"
571 msgstr ""
572
573 #: fish/cmds.c:2783
574 msgid "copy local files or directories into an image"
575 msgstr ""
576
577 #: fish/cmds.c:2784
578 msgid "copy remote files or directories out of an image"
579 msgstr ""
580
581 #: fish/cmds.c:2785
582 msgid "copy size bytes from source to destination using dd"
583 msgstr ""
584
585 #: fish/cmds.c:2786
586 msgid "copy a file"
587 msgstr ""
588
589 #: fish/cmds.c:2787
590 msgid "copy a file or directory recursively"
591 msgstr ""
592
593 #: fish/cmds.c:2788
594 msgid "copy from source to destination using dd"
595 msgstr ""
596
597 #: fish/cmds.c:2789
598 msgid "debugging and internals"
599 msgstr ""
600
601 #: fish/cmds.c:2790
602 msgid "debug the QEMU command line (internal use only)"
603 msgstr ""
604
605 #: fish/cmds.c:2791
606 msgid "debug the drives (internal use only)"
607 msgstr ""
608
609 #: fish/cmds.c:2792
610 msgid "upload a file to the appliance (internal use only)"
611 msgstr ""
612
613 #: fish/cmds.c:2793
614 msgid "report file system disk space usage"
615 msgstr ""
616
617 #: fish/cmds.c:2794
618 msgid "report file system disk space usage (human readable)"
619 msgstr ""
620
621 #: fish/cmds.c:2795
622 msgid "display an image"
623 msgstr ""
624
625 #: fish/cmds.c:2796
626 msgid "return kernel messages"
627 msgstr ""
628
629 #: fish/cmds.c:2797
630 msgid "download a file to the local machine"
631 msgstr ""
632
633 #: fish/cmds.c:2798
634 msgid "download a file to the local machine with offset and size"
635 msgstr ""
636
637 #: fish/cmds.c:2799
638 msgid "drop kernel page cache, dentries and inodes"
639 msgstr ""
640
641 #: fish/cmds.c:2800
642 msgid "estimate file space usage"
643 msgstr ""
644
645 #: fish/cmds.c:2801
646 msgid "check an ext2/ext3 filesystem"
647 msgstr ""
648
649 #: fish/cmds.c:2802
650 msgid "display a line of text"
651 msgstr ""
652
653 #: fish/cmds.c:2803
654 msgid "echo arguments back to the client"
655 msgstr ""
656
657 #: fish/cmds.c:2804
658 msgid "edit a file"
659 msgstr ""
660
661 #: fish/cmds.c:2805 fish/cmds.c:2806 fish/cmds.c:2811 fish/cmds.c:2812
662 #: fish/cmds.c:2847 fish/cmds.c:2848 fish/cmds.c:3105 fish/cmds.c:3106
663 #: fish/cmds.c:3110 fish/cmds.c:3111 fish/cmds.c:3113 fish/cmds.c:3114
664 msgid "return lines matching a pattern"
665 msgstr ""
666
667 #: fish/cmds.c:2807
668 msgid "test if two files have equal contents"
669 msgstr ""
670
671 #: fish/cmds.c:2808
672 msgid "test if file or directory exists"
673 msgstr ""
674
675 #: fish/cmds.c:2809 fish/cmds.c:2810
676 msgid "preallocate a file in the guest filesystem"
677 msgstr ""
678
679 #: fish/cmds.c:2813
680 msgid "determine file type"
681 msgstr ""
682
683 #: fish/cmds.c:2814
684 msgid "detect the architecture of a binary file"
685 msgstr ""
686
687 #: fish/cmds.c:2815
688 msgid "return the size of the file in bytes"
689 msgstr ""
690
691 #: fish/cmds.c:2816
692 msgid "fill a file with octets"
693 msgstr ""
694
695 #: fish/cmds.c:2817
696 msgid "fill a file with a repeating pattern of bytes"
697 msgstr ""
698
699 #: fish/cmds.c:2818
700 msgid "find all files and directories"
701 msgstr ""
702
703 #: fish/cmds.c:2819
704 msgid "find all files and directories, returning NUL-separated list"
705 msgstr ""
706
707 #: fish/cmds.c:2820
708 msgid "find a filesystem by label"
709 msgstr ""
710
711 #: fish/cmds.c:2821
712 msgid "find a filesystem by UUID"
713 msgstr ""
714
715 #: fish/cmds.c:2822
716 msgid "run the filesystem checker"
717 msgstr ""
718
719 #: fish/cmds.c:2823
720 msgid "get the additional kernel options"
721 msgstr ""
722
723 #: fish/cmds.c:2824
724 msgid "get the attach method"
725 msgstr ""
726
727 #: fish/cmds.c:2825
728 msgid "get autosync mode"
729 msgstr ""
730
731 #: fish/cmds.c:2826
732 msgid "get direct appliance mode flag"
733 msgstr ""
734
735 #: fish/cmds.c:2827
736 msgid "get the ext2/3/4 filesystem label"
737 msgstr ""
738
739 #: fish/cmds.c:2828
740 msgid "get the ext2/3/4 filesystem UUID"
741 msgstr ""
742
743 #: fish/cmds.c:2829
744 msgid "get memory allocated to the qemu subprocess"
745 msgstr ""
746
747 #: fish/cmds.c:2830
748 msgid "get enable network flag"
749 msgstr ""
750
751 #: fish/cmds.c:2831
752 msgid "get the search path"
753 msgstr ""
754
755 #: fish/cmds.c:2832
756 msgid "get process group flag"
757 msgstr ""
758
759 #: fish/cmds.c:2833
760 msgid "get PID of qemu subprocess"
761 msgstr ""
762
763 #: fish/cmds.c:2834
764 msgid "get the qemu binary"
765 msgstr ""
766
767 #: fish/cmds.c:2835
768 msgid "get recovery process enabled flag"
769 msgstr ""
770
771 #: fish/cmds.c:2836
772 msgid "get SELinux enabled flag"
773 msgstr ""
774
775 #: fish/cmds.c:2837
776 msgid "get number of virtual CPUs in appliance"
777 msgstr ""
778
779 #: fish/cmds.c:2838
780 msgid "get the current state"
781 msgstr ""
782
783 #: fish/cmds.c:2839
784 msgid "get command trace enabled flag"
785 msgstr ""
786
787 #: fish/cmds.c:2840
788 msgid "get the current umask"
789 msgstr ""
790
791 #: fish/cmds.c:2841
792 msgid "get verbose mode"
793 msgstr ""
794
795 #: fish/cmds.c:2842
796 msgid "get SELinux security context"
797 msgstr ""
798
799 #: fish/cmds.c:2843 fish/cmds.c:2903
800 msgid "get a single extended attribute"
801 msgstr ""
802
803 #: fish/cmds.c:2844 fish/cmds.c:2904
804 msgid "list extended attributes of a file or directory"
805 msgstr ""
806
807 #: fish/cmds.c:2845
808 msgid "expand wildcards in command"
809 msgstr ""
810
811 #: fish/cmds.c:2846
812 msgid "expand a wildcard path"
813 msgstr ""
814
815 #: fish/cmds.c:2849
816 msgid "install GRUB 1"
817 msgstr ""
818
819 #: fish/cmds.c:2850
820 msgid "return first 10 lines of a file"
821 msgstr ""
822
823 #: fish/cmds.c:2851
824 msgid "return first N lines of a file"
825 msgstr ""
826
827 #: fish/cmds.c:2852
828 msgid "dump a file in hexadecimal"
829 msgstr ""
830
831 #: fish/cmds.c:2853
832 msgid "edit with a hex editor"
833 msgstr ""
834
835 #: fish/cmds.c:2854
836 msgid "list the contents of a single file in an initrd"
837 msgstr ""
838
839 #: fish/cmds.c:2855
840 msgid "list files in an initrd"
841 msgstr ""
842
843 #: fish/cmds.c:2856
844 msgid "add an inotify watch"
845 msgstr ""
846
847 #: fish/cmds.c:2857
848 msgid "close the inotify handle"
849 msgstr ""
850
851 #: fish/cmds.c:2858
852 msgid "return list of watched files that had events"
853 msgstr ""
854
855 #: fish/cmds.c:2859
856 msgid "create an inotify handle"
857 msgstr ""
858
859 #: fish/cmds.c:2860
860 msgid "return list of inotify events"
861 msgstr ""
862
863 #: fish/cmds.c:2861
864 msgid "remove an inotify watch"
865 msgstr ""
866
867 #: fish/cmds.c:2862
868 msgid "get architecture of inspected operating system"
869 msgstr ""
870
871 #: fish/cmds.c:2863
872 msgid "get distro of inspected operating system"
873 msgstr ""
874
875 #: fish/cmds.c:2864
876 msgid "get drive letter mappings"
877 msgstr ""
878
879 #: fish/cmds.c:2865
880 msgid "get filesystems associated with inspected operating system"
881 msgstr ""
882
883 #: fish/cmds.c:2866
884 msgid "get format of inspected operating system"
885 msgstr ""
886
887 #: fish/cmds.c:2867
888 msgid "get hostname of the operating system"
889 msgstr ""
890
891 #: fish/cmds.c:2868
892 msgid "get the icon corresponding to this operating system"
893 msgstr ""
894
895 #: fish/cmds.c:2869
896 msgid "get major version of inspected operating system"
897 msgstr ""
898
899 #: fish/cmds.c:2870
900 msgid "get minor version of inspected operating system"
901 msgstr ""
902
903 #: fish/cmds.c:2871
904 msgid "get mountpoints of inspected operating system"
905 msgstr ""
906
907 #: fish/cmds.c:2872
908 msgid "get package format used by the operating system"
909 msgstr ""
910
911 #: fish/cmds.c:2873
912 msgid "get package management tool used by the operating system"
913 msgstr ""
914
915 #: fish/cmds.c:2874
916 msgid "get product name of inspected operating system"
917 msgstr ""
918
919 #: fish/cmds.c:2875
920 msgid "get product variant of inspected operating system"
921 msgstr ""
922
923 #: fish/cmds.c:2876
924 msgid "return list of operating systems found by last inspection"
925 msgstr ""
926
927 #: fish/cmds.c:2877
928 msgid "get type of inspected operating system"
929 msgstr ""
930
931 #: fish/cmds.c:2878
932 msgid "get Windows CurrentControlSet of inspected operating system"
933 msgstr ""
934
935 #: fish/cmds.c:2879
936 msgid "get Windows systemroot of inspected operating system"
937 msgstr ""
938
939 #: fish/cmds.c:2880
940 msgid "get live flag for install disk"
941 msgstr ""
942
943 #: fish/cmds.c:2881
944 msgid "get multipart flag for install disk"
945 msgstr ""
946
947 #: fish/cmds.c:2882
948 msgid "get netinst (network installer) flag for install disk"
949 msgstr ""
950
951 #: fish/cmds.c:2883
952 msgid "get list of applications installed in the operating system"
953 msgstr ""
954
955 #: fish/cmds.c:2884
956 msgid "inspect disk and return list of operating systems found"
957 msgstr ""
958
959 #: fish/cmds.c:2885
960 msgid "test if block device"
961 msgstr ""
962
963 #: fish/cmds.c:2886
964 msgid "is busy processing a command"
965 msgstr ""
966
967 #: fish/cmds.c:2887
968 msgid "test if character device"
969 msgstr ""
970
971 #: fish/cmds.c:2888
972 msgid "is in configuration state"
973 msgstr ""
974
975 #: fish/cmds.c:2889
976 msgid "test if a directory"
977 msgstr ""
978
979 #: fish/cmds.c:2890
980 msgid "test if FIFO (named pipe)"
981 msgstr ""
982
983 #: fish/cmds.c:2891
984 msgid "test if a regular file"
985 msgstr ""
986
987 #: fish/cmds.c:2892
988 msgid "is launching subprocess"
989 msgstr ""
990
991 #: fish/cmds.c:2893
992 msgid "test if device is a logical volume"
993 msgstr ""
994
995 #: fish/cmds.c:2894
996 msgid "is ready to accept commands"
997 msgstr ""
998
999 #: fish/cmds.c:2895
1000 msgid "test if socket"
1001 msgstr ""
1002
1003 #: fish/cmds.c:2896
1004 msgid "test if symbolic link"
1005 msgstr ""
1006
1007 #: fish/cmds.c:2897
1008 msgid "test if a file contains all zero bytes"
1009 msgstr ""
1010
1011 #: fish/cmds.c:2898
1012 msgid "test if a device contains all zero bytes"
1013 msgstr ""
1014
1015 #: fish/cmds.c:2899
1016 msgid "kill the qemu subprocess"
1017 msgstr ""
1018
1019 #: fish/cmds.c:2900
1020 msgid "launch the qemu subprocess"
1021 msgstr ""
1022
1023 #: fish/cmds.c:2901
1024 msgid "change working directory"
1025 msgstr ""
1026
1027 #: fish/cmds.c:2905
1028 msgid "list 9p filesystems"
1029 msgstr ""
1030
1031 #: fish/cmds.c:2906
1032 msgid "list the block devices"
1033 msgstr ""
1034
1035 #: fish/cmds.c:2907
1036 msgid "list device mapper devices"
1037 msgstr ""
1038
1039 #: fish/cmds.c:2908
1040 msgid "list filesystems"
1041 msgstr ""
1042
1043 #: fish/cmds.c:2909
1044 msgid "list the partitions"
1045 msgstr ""
1046
1047 #: fish/cmds.c:2910
1048 msgid "list the files in a directory (long format)"
1049 msgstr ""
1050
1051 #: fish/cmds.c:2911 fish/cmds.c:2912
1052 msgid "create a hard link"
1053 msgstr ""
1054
1055 #: fish/cmds.c:2913 fish/cmds.c:2914
1056 msgid "create a symbolic link"
1057 msgstr ""
1058
1059 #: fish/cmds.c:2915 fish/cmds.c:3009
1060 msgid "remove extended attribute of a file or directory"
1061 msgstr ""
1062
1063 #: fish/cmds.c:2916
1064 msgid "list the files in a directory"
1065 msgstr ""
1066
1067 #: fish/cmds.c:2917 fish/cmds.c:3039
1068 msgid "set extended attribute of a file or directory"
1069 msgstr ""
1070
1071 #: fish/cmds.c:2918
1072 msgid "get file information for a symbolic link"
1073 msgstr ""
1074
1075 #: fish/cmds.c:2919
1076 msgid "lstat on multiple files"
1077 msgstr ""
1078
1079 #: fish/cmds.c:2920
1080 msgid "add a key on a LUKS encrypted device"
1081 msgstr ""
1082
1083 #: fish/cmds.c:2921
1084 msgid "close a LUKS device"
1085 msgstr ""
1086
1087 #: fish/cmds.c:2922 fish/cmds.c:2923
1088 msgid "format a block device as a LUKS encrypted device"
1089 msgstr ""
1090
1091 #: fish/cmds.c:2924
1092 msgid "remove a key from a LUKS encrypted device"
1093 msgstr ""
1094
1095 #: fish/cmds.c:2925
1096 msgid "open a LUKS-encrypted block device"
1097 msgstr ""
1098
1099 #: fish/cmds.c:2926
1100 msgid "open a LUKS-encrypted block device read-only"
1101 msgstr ""
1102
1103 #: fish/cmds.c:2927
1104 msgid "create an LVM logical volume"
1105 msgstr ""
1106
1107 #: fish/cmds.c:2928
1108 msgid "get canonical name of an LV"
1109 msgstr ""
1110
1111 #: fish/cmds.c:2929
1112 msgid "clear LVM device filter"
1113 msgstr ""
1114
1115 #: fish/cmds.c:2930
1116 msgid "remove all LVM LVs, VGs and PVs"
1117 msgstr ""
1118
1119 #: fish/cmds.c:2931
1120 msgid "set LVM device filter"
1121 msgstr ""
1122
1123 #: fish/cmds.c:2932
1124 msgid "remove an LVM logical volume"
1125 msgstr ""
1126
1127 #: fish/cmds.c:2933
1128 msgid "rename an LVM logical volume"
1129 msgstr ""
1130
1131 #: fish/cmds.c:2934
1132 msgid "resize an LVM logical volume"
1133 msgstr ""
1134
1135 #: fish/cmds.c:2935
1136 msgid "expand an LV to fill free space"
1137 msgstr ""
1138
1139 #: fish/cmds.c:2936 fish/cmds.c:2937
1140 msgid "list the LVM logical volumes (LVs)"
1141 msgstr ""
1142
1143 #: fish/cmds.c:2938
1144 msgid "get the UUID of a logical volume"
1145 msgstr ""
1146
1147 #: fish/cmds.c:2939
1148 msgid "lgetxattr on multiple files"
1149 msgstr ""
1150
1151 #: fish/cmds.c:2940
1152 msgid "open the manual"
1153 msgstr ""
1154
1155 #: fish/cmds.c:2941
1156 msgid "create a directory"
1157 msgstr ""
1158
1159 #: fish/cmds.c:2942
1160 msgid "create a directory with a particular mode"
1161 msgstr ""
1162
1163 #: fish/cmds.c:2943
1164 msgid "create a directory and parents"
1165 msgstr ""
1166
1167 #: fish/cmds.c:2944
1168 msgid "create a temporary directory"
1169 msgstr ""
1170
1171 #: fish/cmds.c:2945 fish/cmds.c:2946 fish/cmds.c:2947
1172 msgid "make ext2/3/4 filesystem with external journal"
1173 msgstr ""
1174
1175 #: fish/cmds.c:2948
1176 msgid "make ext2/3/4 external journal"
1177 msgstr ""
1178
1179 #: fish/cmds.c:2949
1180 msgid "make ext2/3/4 external journal with label"
1181 msgstr ""
1182
1183 #: fish/cmds.c:2950
1184 msgid "make ext2/3/4 external journal with UUID"
1185 msgstr ""
1186
1187 #: fish/cmds.c:2951
1188 msgid "make FIFO (named pipe)"
1189 msgstr ""
1190
1191 #: fish/cmds.c:2952 fish/cmds.c:2954
1192 msgid "make a filesystem"
1193 msgstr ""
1194
1195 #: fish/cmds.c:2953
1196 msgid "make a filesystem with block size"
1197 msgstr ""
1198
1199 #: fish/cmds.c:2955
1200 msgid "create a mountpoint"
1201 msgstr ""
1202
1203 #: fish/cmds.c:2956
1204 msgid "make block, character or FIFO devices"
1205 msgstr ""
1206
1207 #: fish/cmds.c:2957
1208 msgid "make block device node"
1209 msgstr ""
1210
1211 #: fish/cmds.c:2958
1212 msgid "make char device node"
1213 msgstr ""
1214
1215 #: fish/cmds.c:2959
1216 msgid "create a swap partition"
1217 msgstr ""
1218
1219 #: fish/cmds.c:2960
1220 msgid "create a swap partition with a label"
1221 msgstr ""
1222
1223 #: fish/cmds.c:2961
1224 msgid "create a swap partition with an explicit UUID"
1225 msgstr ""
1226
1227 #: fish/cmds.c:2962
1228 msgid "create a swap file"
1229 msgstr ""
1230
1231 #: fish/cmds.c:2963
1232 msgid "load a kernel module"
1233 msgstr ""
1234
1235 #: fish/cmds.c:2964
1236 msgid "view a file"
1237 msgstr ""
1238
1239 #: fish/cmds.c:2965
1240 msgid "mount a guest disk at a position in the filesystem"
1241 msgstr ""
1242
1243 #: fish/cmds.c:2966
1244 msgid "mount 9p filesystem"
1245 msgstr ""
1246
1247 #: fish/cmds.c:2967
1248 msgid "mount a file using the loop device"
1249 msgstr ""
1250
1251 #: fish/cmds.c:2968
1252 msgid "mount a guest disk with mount options"
1253 msgstr ""
1254
1255 #: fish/cmds.c:2969
1256 msgid "mount a guest disk, read-only"
1257 msgstr ""
1258
1259 #: fish/cmds.c:2970
1260 msgid "mount a guest disk with mount options and vfstype"
1261 msgstr ""
1262
1263 #: fish/cmds.c:2971
1264 msgid "show mountpoints"
1265 msgstr ""
1266
1267 #: fish/cmds.c:2972
1268 msgid "show mounted filesystems"
1269 msgstr ""
1270
1271 #: fish/cmds.c:2973
1272 msgid "move a file"
1273 msgstr ""
1274
1275 #: fish/cmds.c:2974
1276 msgid "probe NTFS volume"
1277 msgstr ""
1278
1279 #: fish/cmds.c:2975 fish/cmds.c:2976
1280 msgid "resize an NTFS filesystem"
1281 msgstr ""
1282
1283 #: fish/cmds.c:2977
1284 msgid "resize an NTFS filesystem (with size)"
1285 msgstr ""
1286
1287 #: fish/cmds.c:2978
1288 msgid "add a partition to the device"
1289 msgstr ""
1290
1291 #: fish/cmds.c:2979
1292 msgid "delete a partition"
1293 msgstr ""
1294
1295 #: fish/cmds.c:2980
1296 msgid "partition whole disk with a single primary partition"
1297 msgstr ""
1298
1299 #: fish/cmds.c:2981
1300 msgid "return true if a partition is bootable"
1301 msgstr ""
1302
1303 #: fish/cmds.c:2982
1304 msgid "get the MBR type byte (ID byte) from a partition"
1305 msgstr ""
1306
1307 #: fish/cmds.c:2983
1308 msgid "get the partition table type"
1309 msgstr ""
1310
1311 #: fish/cmds.c:2984
1312 msgid "create an empty partition table"
1313 msgstr ""
1314
1315 #: fish/cmds.c:2985
1316 msgid "list partitions on a device"
1317 msgstr ""
1318
1319 #: fish/cmds.c:2986
1320 msgid "make a partition bootable"
1321 msgstr ""
1322
1323 #: fish/cmds.c:2987
1324 msgid "set the MBR type byte (ID byte) of a partition"
1325 msgstr ""
1326
1327 #: fish/cmds.c:2988
1328 msgid "set partition name"
1329 msgstr ""
1330
1331 #: fish/cmds.c:2989
1332 msgid "convert partition name to device name"
1333 msgstr ""
1334
1335 #: fish/cmds.c:2990
1336 msgid "convert partition name to partition number"
1337 msgstr ""
1338
1339 #: fish/cmds.c:2991
1340 msgid "ping the guest daemon"
1341 msgstr ""
1342
1343 #: fish/cmds.c:2992
1344 msgid "read part of a file"
1345 msgstr ""
1346
1347 #: fish/cmds.c:2993
1348 msgid "read part of a device"
1349 msgstr ""
1350
1351 #: fish/cmds.c:2994
1352 msgid "create an LVM physical volume"
1353 msgstr ""
1354
1355 #: fish/cmds.c:2995
1356 msgid "remove an LVM physical volume"
1357 msgstr ""
1358
1359 #: fish/cmds.c:2996
1360 msgid "resize an LVM physical volume"
1361 msgstr ""
1362
1363 #: fish/cmds.c:2997
1364 msgid "resize an LVM physical volume (with size)"
1365 msgstr ""
1366
1367 #: fish/cmds.c:2998 fish/cmds.c:2999
1368 msgid "list the LVM physical volumes (PVs)"
1369 msgstr ""
1370
1371 #: fish/cmds.c:3000
1372 msgid "get the UUID of a physical volume"
1373 msgstr ""
1374
1375 #: fish/cmds.c:3001
1376 msgid "write to part of a file"
1377 msgstr ""
1378
1379 #: fish/cmds.c:3002
1380 msgid "write to part of a device"
1381 msgstr ""
1382
1383 #: fish/cmds.c:3003
1384 msgid "read a file"
1385 msgstr ""
1386
1387 #: fish/cmds.c:3004
1388 msgid "read file as lines"
1389 msgstr ""
1390
1391 #: fish/cmds.c:3005
1392 msgid "read directories entries"
1393 msgstr ""
1394
1395 #: fish/cmds.c:3006
1396 msgid "read the target of a symbolic link"
1397 msgstr ""
1398
1399 #: fish/cmds.c:3007
1400 msgid "readlink on multiple files"
1401 msgstr ""
1402
1403 #: fish/cmds.c:3008
1404 msgid "canonicalized absolute pathname"
1405 msgstr ""
1406
1407 #: fish/cmds.c:3010
1408 msgid "close and reopen libguestfs handle"
1409 msgstr ""
1410
1411 #: fish/cmds.c:3011
1412 msgid "resize an ext2, ext3 or ext4 filesystem"
1413 msgstr ""
1414
1415 #: fish/cmds.c:3012
1416 msgid "resize an ext2, ext3 or ext4 filesystem to the minimum size"
1417 msgstr ""
1418
1419 #: fish/cmds.c:3013
1420 msgid "resize an ext2, ext3 or ext4 filesystem (with size)"
1421 msgstr ""
1422
1423 #: fish/cmds.c:3014
1424 msgid "remove a file"
1425 msgstr ""
1426
1427 #: fish/cmds.c:3015
1428 msgid "remove a file or directory recursively"
1429 msgstr ""
1430
1431 #: fish/cmds.c:3016
1432 msgid "remove a directory"
1433 msgstr ""
1434
1435 #: fish/cmds.c:3017
1436 msgid "remove a mountpoint"
1437 msgstr ""
1438
1439 #: fish/cmds.c:3018
1440 msgid "scrub (securely wipe) a device"
1441 msgstr ""
1442
1443 #: fish/cmds.c:3019
1444 msgid "scrub (securely wipe) a file"
1445 msgstr ""
1446
1447 #: fish/cmds.c:3020
1448 msgid "scrub (securely wipe) free space"
1449 msgstr ""
1450
1451 #: fish/cmds.c:3021
1452 msgid "add options to kernel command line"
1453 msgstr ""
1454
1455 #: fish/cmds.c:3022
1456 msgid "set the attach method"
1457 msgstr ""
1458
1459 #: fish/cmds.c:3023
1460 msgid "set autosync mode"
1461 msgstr ""
1462
1463 #: fish/cmds.c:3024
1464 msgid "enable or disable direct appliance mode"
1465 msgstr ""
1466
1467 #: fish/cmds.c:3025
1468 msgid "set the ext2/3/4 filesystem label"
1469 msgstr ""
1470
1471 #: fish/cmds.c:3026
1472 msgid "set the ext2/3/4 filesystem UUID"
1473 msgstr ""
1474
1475 #: fish/cmds.c:3027
1476 msgid "set memory allocated to the qemu subprocess"
1477 msgstr ""
1478
1479 #: fish/cmds.c:3028
1480 msgid "set enable network flag"
1481 msgstr ""
1482
1483 #: fish/cmds.c:3029
1484 msgid "set the search path"
1485 msgstr ""
1486
1487 #: fish/cmds.c:3030
1488 msgid "set process group flag"
1489 msgstr ""
1490
1491 #: fish/cmds.c:3031
1492 msgid "set the qemu binary"
1493 msgstr ""
1494
1495 #: fish/cmds.c:3032
1496 msgid "enable or disable the recovery process"
1497 msgstr ""
1498
1499 #: fish/cmds.c:3033
1500 msgid "set SELinux enabled or disabled at appliance boot"
1501 msgstr ""
1502
1503 #: fish/cmds.c:3034
1504 msgid "set number of virtual CPUs in appliance"
1505 msgstr ""
1506
1507 #: fish/cmds.c:3035
1508 msgid "enable or disable command traces"
1509 msgstr ""
1510
1511 #: fish/cmds.c:3036
1512 msgid "set verbose mode"
1513 msgstr ""
1514
1515 #: fish/cmds.c:3037
1516 msgid "set SELinux security context"
1517 msgstr ""
1518
1519 #: fish/cmds.c:3038
1520 msgid "set an environment variable"
1521 msgstr ""
1522
1523 #: fish/cmds.c:3040 fish/cmds.c:3041
1524 msgid "create partitions on a block device"
1525 msgstr ""
1526
1527 #: fish/cmds.c:3042
1528 msgid "modify a single partition on a block device"
1529 msgstr ""
1530
1531 #: fish/cmds.c:3043
1532 msgid "display the disk geometry from the partition table"
1533 msgstr ""
1534
1535 #: fish/cmds.c:3044
1536 msgid "display the kernel geometry"
1537 msgstr ""
1538
1539 #: fish/cmds.c:3045
1540 msgid "display the partition table"
1541 msgstr ""
1542
1543 #: fish/cmds.c:3046
1544 msgid "run a command via the shell"
1545 msgstr ""
1546
1547 #: fish/cmds.c:3047
1548 msgid "run a command via the shell returning lines"
1549 msgstr ""
1550
1551 #: fish/cmds.c:3048
1552 msgid "sleep for some seconds"
1553 msgstr ""
1554
1555 #: fish/cmds.c:3049
1556 msgid "create a sparse disk image and add"
1557 msgstr ""
1558
1559 #: fish/cmds.c:3050
1560 msgid "get file information"
1561 msgstr ""
1562
1563 #: fish/cmds.c:3051
1564 msgid "get file system statistics"
1565 msgstr ""
1566
1567 #: fish/cmds.c:3052 fish/cmds.c:3053
1568 msgid "print the printable strings in a file"
1569 msgstr ""
1570
1571 #: fish/cmds.c:3054
1572 msgid "list supported groups of commands"
1573 msgstr ""
1574
1575 #: fish/cmds.c:3055
1576 msgid "disable swap on device"
1577 msgstr ""
1578
1579 #: fish/cmds.c:3056
1580 msgid "disable swap on file"
1581 msgstr ""
1582
1583 #: fish/cmds.c:3057
1584 msgid "disable swap on labeled swap partition"
1585 msgstr ""
1586
1587 #: fish/cmds.c:3058
1588 msgid "disable swap on swap partition by UUID"
1589 msgstr ""
1590
1591 #: fish/cmds.c:3059
1592 msgid "enable swap on device"
1593 msgstr ""
1594
1595 #: fish/cmds.c:3060
1596 msgid "enable swap on file"
1597 msgstr ""
1598
1599 #: fish/cmds.c:3061
1600 msgid "enable swap on labeled swap partition"
1601 msgstr ""
1602
1603 #: fish/cmds.c:3062
1604 msgid "enable swap on swap partition by UUID"
1605 msgstr ""
1606
1607 #: fish/cmds.c:3063
1608 msgid "sync disks, writes are flushed through to the disk image"
1609 msgstr ""
1610
1611 #: fish/cmds.c:3064
1612 msgid "return last 10 lines of a file"
1613 msgstr ""
1614
1615 #: fish/cmds.c:3065
1616 msgid "return last N lines of a file"
1617 msgstr ""
1618
1619 #: fish/cmds.c:3066
1620 msgid "unpack tarfile to directory"
1621 msgstr ""
1622
1623 #: fish/cmds.c:3067
1624 msgid "pack directory into tarfile"
1625 msgstr ""
1626
1627 #: fish/cmds.c:3068 fish/cmds.c:3075
1628 msgid "unpack compressed tarball to directory"
1629 msgstr ""
1630
1631 #: fish/cmds.c:3069 fish/cmds.c:3076
1632 msgid "pack directory into compressed tarball"
1633 msgstr ""
1634
1635 #: fish/cmds.c:3070
1636 msgid "print elapsed time taken to run a command"
1637 msgstr ""
1638
1639 #: fish/cmds.c:3071
1640 msgid "update file timestamps or create a new file"
1641 msgstr ""
1642
1643 #: fish/cmds.c:3072
1644 msgid "truncate a file to zero size"
1645 msgstr ""
1646
1647 #: fish/cmds.c:3073
1648 msgid "truncate a file to a particular size"
1649 msgstr ""
1650
1651 #: fish/cmds.c:3074
1652 msgid "get ext2/ext3/ext4 superblock details"
1653 msgstr ""
1654
1655 #: fish/cmds.c:3077
1656 msgid "set file mode creation mask (umask)"
1657 msgstr ""
1658
1659 #: fish/cmds.c:3078
1660 msgid "unmount a filesystem"
1661 msgstr ""
1662
1663 #: fish/cmds.c:3079
1664 msgid "unmount all filesystems"
1665 msgstr ""
1666
1667 #: fish/cmds.c:3080
1668 msgid "unset an environment variable"
1669 msgstr ""
1670
1671 #: fish/cmds.c:3081
1672 msgid "upload a file from the local machine"
1673 msgstr ""
1674
1675 #: fish/cmds.c:3082
1676 msgid "upload a file from the local machine with offset"
1677 msgstr ""
1678
1679 #: fish/cmds.c:3083
1680 msgid "set timestamp of a file with nanosecond precision"
1681 msgstr ""
1682
1683 #: fish/cmds.c:3084
1684 msgid "get the library version number"
1685 msgstr ""
1686
1687 #: fish/cmds.c:3085
1688 msgid "get the filesystem label"
1689 msgstr ""
1690
1691 #: fish/cmds.c:3086
1692 msgid "get the Linux VFS type corresponding to a mounted device"
1693 msgstr ""
1694
1695 #: fish/cmds.c:3087
1696 msgid "get the filesystem UUID"
1697 msgstr ""
1698
1699 #: fish/cmds.c:3088
1700 msgid "activate or deactivate some volume groups"
1701 msgstr ""
1702
1703 #: fish/cmds.c:3089
1704 msgid "activate or deactivate all volume groups"
1705 msgstr ""
1706
1707 #: fish/cmds.c:3090
1708 msgid "create an LVM volume group"
1709 msgstr ""
1710
1711 #: fish/cmds.c:3091
1712 msgid "get the LV UUIDs of all LVs in the volume group"
1713 msgstr ""
1714
1715 #: fish/cmds.c:3092
1716 msgid "get the PV UUIDs containing the volume group"
1717 msgstr ""
1718
1719 #: fish/cmds.c:3093
1720 msgid "remove an LVM volume group"
1721 msgstr ""
1722
1723 #: fish/cmds.c:3094
1724 msgid "rename an LVM volume group"
1725 msgstr ""
1726
1727 #: fish/cmds.c:3095 fish/cmds.c:3096
1728 msgid "list the LVM volume groups (VGs)"
1729 msgstr ""
1730
1731 #: fish/cmds.c:3097
1732 msgid "rescan for LVM physical volumes, volume groups and logical volumes"
1733 msgstr ""
1734
1735 #: fish/cmds.c:3098
1736 msgid "get the UUID of a volume group"
1737 msgstr ""
1738
1739 #: fish/cmds.c:3099
1740 msgid "count characters in a file"
1741 msgstr ""
1742
1743 #: fish/cmds.c:3100
1744 msgid "count lines in a file"
1745 msgstr ""
1746
1747 #: fish/cmds.c:3101
1748 msgid "count words in a file"
1749 msgstr ""
1750
1751 #: fish/cmds.c:3102
1752 msgid "create a new file"
1753 msgstr ""
1754
1755 #: fish/cmds.c:3103
1756 msgid "append content to end of file"
1757 msgstr ""
1758
1759 #: fish/cmds.c:3104
1760 msgid "create a file"
1761 msgstr ""
1762
1763 #: fish/cmds.c:3107
1764 msgid "write zeroes to the device"
1765 msgstr ""
1766
1767 #: fish/cmds.c:3108
1768 msgid "write zeroes to an entire device"
1769 msgstr ""
1770
1771 #: fish/cmds.c:3109
1772 msgid "zero unused inodes and disk blocks on ext2/3 filesystem"
1773 msgstr ""
1774
1775 #: fish/cmds.c:3112
1776 msgid "determine file type inside a compressed file"
1777 msgstr ""
1778
1779 #: fish/cmds.c:3115
1780 msgid "Use -h <cmd> / help <cmd> to show detailed help for a command."
1781 msgstr ""
1782
1783 #: fish/cmds.c:3463 fish/cmds.c:3477 fish/cmds.c:3493 fish/cmds.c:3510
1784 #: fish/cmds.c:3527 fish/cmds.c:3545 fish/cmds.c:3564 fish/cmds.c:3580
1785 #: fish/cmds.c:3598 fish/cmds.c:3614 fish/cmds.c:3632 fish/cmds.c:3648
1786 #: fish/cmds.c:3665 fish/cmds.c:3680 fish/cmds.c:3698 fish/cmds.c:3713
1787 #: fish/cmds.c:3729 fish/cmds.c:3745 fish/cmds.c:3761 fish/cmds.c:3777
1788 #: fish/cmds.c:3793 fish/cmds.c:3811 fish/cmds.c:3844 fish/cmds.c:3860
1789 #: fish/cmds.c:3876 fish/cmds.c:3895 fish/cmds.c:3910 fish/cmds.c:3928
1790 #: fish/cmds.c:3943 fish/cmds.c:3961 fish/cmds.c:3976 fish/cmds.c:3994
1791 #: fish/cmds.c:4009 fish/cmds.c:4028 fish/cmds.c:4047 fish/cmds.c:4065
1792 #: fish/cmds.c:4085 fish/cmds.c:4104 fish/cmds.c:4124 fish/cmds.c:4144
1793 #: fish/cmds.c:4164 fish/cmds.c:4183 fish/cmds.c:4202 fish/cmds.c:4222
1794 #: fish/cmds.c:4242 fish/cmds.c:4262 fish/cmds.c:4277 fish/cmds.c:4293
1795 #: fish/cmds.c:4370 fish/cmds.c:4388 fish/cmds.c:4405 fish/cmds.c:4422
1796 #: fish/cmds.c:4511 fish/cmds.c:4531 fish/cmds.c:4551 fish/cmds.c:4571
1797 #: fish/cmds.c:4591 fish/cmds.c:4611 fish/cmds.c:4630 fish/cmds.c:4649
1798 #: fish/cmds.c:4668 fish/cmds.c:4683 fish/cmds.c:4702 fish/cmds.c:4722
1799 #: fish/cmds.c:4742 fish/cmds.c:4818 fish/cmds.c:4833 fish/cmds.c:4851
1800 #: fish/cmds.c:4884 fish/cmds.c:4903 fish/cmds.c:4919 fish/cmds.c:4935
1801 #: fish/cmds.c:4954 fish/cmds.c:4976 fish/cmds.c:4998 fish/cmds.c:5018
1802 #: fish/cmds.c:5035 fish/cmds.c:5052 fish/cmds.c:5069 fish/cmds.c:5086
1803 #: fish/cmds.c:5103 fish/cmds.c:5120 fish/cmds.c:5137 fish/cmds.c:5156
1804 #: fish/cmds.c:5179 fish/cmds.c:5215 fish/cmds.c:5232 fish/cmds.c:5255
1805 #: fish/cmds.c:5277 fish/cmds.c:5298 fish/cmds.c:5318 fish/cmds.c:5337
1806 #: fish/cmds.c:5357 fish/cmds.c:5375 fish/cmds.c:5393 fish/cmds.c:5407
1807 #: fish/cmds.c:5423 fish/cmds.c:5443 fish/cmds.c:5462 fish/cmds.c:5481
1808 #: fish/cmds.c:5500 fish/cmds.c:5519 fish/cmds.c:5539 fish/cmds.c:5579
1809 #: fish/cmds.c:5636 fish/cmds.c:5657 fish/cmds.c:5678 fish/cmds.c:5699
1810 #: fish/cmds.c:5717 fish/cmds.c:5739 fish/cmds.c:5777 fish/cmds.c:5799
1811 #: fish/cmds.c:5878 fish/cmds.c:5917 fish/cmds.c:5932 fish/cmds.c:5949
1812 #: fish/cmds.c:5963 fish/cmds.c:5979 fish/cmds.c:6001 fish/cmds.c:6023
1813 #: fish/cmds.c:6045 fish/cmds.c:6067 fish/cmds.c:6089 fish/cmds.c:6111
1814 #: fish/cmds.c:6131 fish/cmds.c:6148 fish/cmds.c:6165 fish/cmds.c:6184
1815 #: fish/cmds.c:6203 fish/cmds.c:6223 fish/cmds.c:6259 fish/cmds.c:6278
1816 #: fish/cmds.c:6297 fish/cmds.c:6314 fish/cmds.c:6332 fish/cmds.c:6355
1817 #: fish/cmds.c:6378 fish/cmds.c:6402 fish/cmds.c:6425 fish/cmds.c:6446
1818 #: fish/cmds.c:6469 fish/cmds.c:6492 fish/cmds.c:6512 fish/cmds.c:6534
1819 #: fish/cmds.c:6555 fish/cmds.c:6578 fish/cmds.c:6595 fish/cmds.c:6612
1820 #: fish/cmds.c:6630 fish/cmds.c:6648 fish/cmds.c:6669 fish/cmds.c:6687
1821 #: fish/cmds.c:6708 fish/cmds.c:6728 fish/cmds.c:6746 fish/cmds.c:6767
1822 #: fish/cmds.c:6790 fish/cmds.c:6813 fish/cmds.c:6835 fish/cmds.c:6868
1823 #: fish/cmds.c:6885 fish/cmds.c:6902 fish/cmds.c:6926 fish/cmds.c:6949
1824 #: fish/cmds.c:6972 fish/cmds.c:6994 fish/cmds.c:7011 fish/cmds.c:7033
1825 #: fish/cmds.c:7127 fish/cmds.c:7147 fish/cmds.c:7167 fish/cmds.c:7187
1826 #: fish/cmds.c:7205 fish/cmds.c:7226 fish/cmds.c:7262 fish/cmds.c:7279
1827 #: fish/cmds.c:7301 fish/cmds.c:7318 fish/cmds.c:7354 fish/cmds.c:7374
1828 #: fish/cmds.c:7394 fish/cmds.c:7414 fish/cmds.c:7436 fish/cmds.c:7453
1829 #: fish/cmds.c:7472 fish/cmds.c:7491 fish/cmds.c:7513 fish/cmds.c:7534
1830 #: fish/cmds.c:7555 fish/cmds.c:7576 fish/cmds.c:7599 fish/cmds.c:7640
1831 #: fish/cmds.c:7663 fish/cmds.c:7702 fish/cmds.c:7719 fish/cmds.c:7738
1832 #: fish/cmds.c:7759 fish/cmds.c:7782 fish/cmds.c:7804 fish/cmds.c:7822
1833 #: fish/cmds.c:7841 fish/cmds.c:7862 fish/cmds.c:7939 fish/cmds.c:7980
1834 #: fish/cmds.c:8059 fish/cmds.c:8135 fish/cmds.c:8172 fish/cmds.c:8195
1835 #: fish/cmds.c:8216 fish/cmds.c:8239 fish/cmds.c:8261 fish/cmds.c:8286
1836 #: fish/cmds.c:8329 fish/cmds.c:8370 fish/cmds.c:8391 fish/cmds.c:8409
1837 #: fish/cmds.c:8428 fish/cmds.c:8445 fish/cmds.c:8463 fish/cmds.c:8490
1838 #: fish/cmds.c:8514 fish/cmds.c:8538 fish/cmds.c:8562 fish/cmds.c:8586
1839 #: fish/cmds.c:8610 fish/cmds.c:8634 fish/cmds.c:8658 fish/cmds.c:8682
1840 #: fish/cmds.c:8706 fish/cmds.c:8730 fish/cmds.c:8754 fish/cmds.c:8777
1841 #: fish/cmds.c:8800 fish/cmds.c:8821 fish/cmds.c:8842 fish/cmds.c:8863
1842 #: fish/cmds.c:8883 fish/cmds.c:8906 fish/cmds.c:8944 fish/cmds.c:8961
1843 #: fish/cmds.c:8978 fish/cmds.c:8997 fish/cmds.c:9016 fish/cmds.c:9033
1844 #: fish/cmds.c:9050 fish/cmds.c:9067 fish/cmds.c:9084 fish/cmds.c:9103
1845 #: fish/cmds.c:9139 fish/cmds.c:9179 fish/cmds.c:9212 fish/cmds.c:9229
1846 #: fish/cmds.c:9246 fish/cmds.c:9262 fish/cmds.c:9277 fish/cmds.c:9298
1847 #: fish/cmds.c:9336 fish/cmds.c:9374 fish/cmds.c:9413 fish/cmds.c:9453
1848 #: fish/cmds.c:9494 fish/cmds.c:9535 fish/cmds.c:9573 fish/cmds.c:9590
1849 #: fish/cmds.c:9613 fish/cmds.c:9635 fish/cmds.c:9657 fish/cmds.c:9677
1850 #: fish/cmds.c:9697 fish/cmds.c:9733 fish/cmds.c:9805 fish/cmds.c:9845
1851 #: fish/cmds.c:9903 fish/cmds.c:9929 fish/cmds.c:9955 fish/cmds.c:9983
1852 #: fish/cmds.c:10042 fish/cmds.c:10063 fish/cmds.c:10108 fish/cmds.c:10128
1853 #: fish/cmds.c:10167 fish/cmds.c:10204 fish/cmds.c:10224 fish/cmds.c:10246
1854 #: fish/cmds.c:10303 fish/cmds.c:10323 fish/cmds.c:10345 fish/cmds.c:10367
1855 #: fish/cmds.c:10386 fish/cmds.c:10406 fish/cmds.c:10433 fish/cmds.c:10453
1856 #: fish/cmds.c:10473 fish/cmds.c:10493 fish/cmds.c:10513 fish/cmds.c:10535
1857 #: fish/cmds.c:10570 fish/cmds.c:10588 fish/cmds.c:10611 fish/cmds.c:10633
1858 #: fish/cmds.c:10648 fish/cmds.c:10665 fish/cmds.c:10702 fish/cmds.c:10741
1859 #: fish/cmds.c:10781 fish/cmds.c:10837 fish/cmds.c:10859 fish/cmds.c:10895
1860 #: fish/cmds.c:10910 fish/cmds.c:10930 fish/cmds.c:10970 fish/cmds.c:10993
1861 #: fish/cmds.c:11017 fish/cmds.c:11042 fish/cmds.c:11083 fish/cmds.c:11108
1862 #: fish/cmds.c:11146 fish/cmds.c:11177 fish/cmds.c:11208 fish/cmds.c:11236
1863 #: fish/cmds.c:11256 fish/cmds.c:11288 fish/cmds.c:11308 fish/cmds.c:11328
1864 #: fish/cmds.c:11345 fish/cmds.c:11363 fish/cmds.c:11388 fish/cmds.c:11411
1865 #: fish/cmds.c:11430 fish/cmds.c:11474 fish/cmds.c:11519 fish/cmds.c:11567
1866 #: fish/cmds.c:11608 fish/cmds.c:11627 fish/cmds.c:11647 fish/cmds.c:11667
1867 #: fish/cmds.c:11688 fish/cmds.c:11709 fish/cmds.c:11730 fish/cmds.c:11751
1868 #: fish/cmds.c:11772 fish/cmds.c:11794 fish/cmds.c:11832 fish/cmds.c:11883
1869 #: fish/cmds.c:11921 fish/cmds.c:11977 fish/cmds.c:12113 fish/cmds.c:12142
1870 #: fish/cmds.c:12169 fish/cmds.c:12186 fish/cmds.c:12207 fish/cmds.c:12224
1871 #: fish/cmds.c:12286 fish/cmds.c:12424 fish/cmds.c:12582
1872 #, c-format
1873 msgid "%s should have %d parameter(s)\n"
1874 msgstr ""
1875
1876 #: fish/cmds.c:3464 fish/cmds.c:3478 fish/cmds.c:3494 fish/cmds.c:3511
1877 #: fish/cmds.c:3528 fish/cmds.c:3546 fish/cmds.c:3565 fish/cmds.c:3581
1878 #: fish/cmds.c:3599 fish/cmds.c:3615 fish/cmds.c:3633 fish/cmds.c:3649
1879 #: fish/cmds.c:3666 fish/cmds.c:3681 fish/cmds.c:3699 fish/cmds.c:3714
1880 #: fish/cmds.c:3730 fish/cmds.c:3746 fish/cmds.c:3762 fish/cmds.c:3778
1881 #: fish/cmds.c:3794 fish/cmds.c:3812 fish/cmds.c:3845 fish/cmds.c:3861
1882 #: fish/cmds.c:3877 fish/cmds.c:3896 fish/cmds.c:3911 fish/cmds.c:3929
1883 #: fish/cmds.c:3944 fish/cmds.c:3962 fish/cmds.c:3977 fish/cmds.c:3995
1884 #: fish/cmds.c:4010 fish/cmds.c:4029 fish/cmds.c:4048 fish/cmds.c:4066
1885 #: fish/cmds.c:4086 fish/cmds.c:4105 fish/cmds.c:4125 fish/cmds.c:4145
1886 #: fish/cmds.c:4165 fish/cmds.c:4184 fish/cmds.c:4203 fish/cmds.c:4223
1887 #: fish/cmds.c:4243 fish/cmds.c:4263 fish/cmds.c:4278 fish/cmds.c:4294
1888 #: fish/cmds.c:4315 fish/cmds.c:4371 fish/cmds.c:4389 fish/cmds.c:4406
1889 #: fish/cmds.c:4423 fish/cmds.c:4444 fish/cmds.c:4512 fish/cmds.c:4532
1890 #: fish/cmds.c:4552 fish/cmds.c:4572 fish/cmds.c:4592 fish/cmds.c:4612
1891 #: fish/cmds.c:4631 fish/cmds.c:4650 fish/cmds.c:4669 fish/cmds.c:4684
1892 #: fish/cmds.c:4703 fish/cmds.c:4723 fish/cmds.c:4743 fish/cmds.c:4766
1893 #: fish/cmds.c:4819 fish/cmds.c:4834 fish/cmds.c:4852 fish/cmds.c:4885
1894 #: fish/cmds.c:4904 fish/cmds.c:4920 fish/cmds.c:4936 fish/cmds.c:4955
1895 #: fish/cmds.c:4977 fish/cmds.c:4999 fish/cmds.c:5019 fish/cmds.c:5036
1896 #: fish/cmds.c:5053 fish/cmds.c:5070 fish/cmds.c:5087 fish/cmds.c:5104
1897 #: fish/cmds.c:5121 fish/cmds.c:5138 fish/cmds.c:5157 fish/cmds.c:5180
1898 #: fish/cmds.c:5216 fish/cmds.c:5233 fish/cmds.c:5256 fish/cmds.c:5278
1899 #: fish/cmds.c:5299 fish/cmds.c:5319 fish/cmds.c:5338 fish/cmds.c:5358
1900 #: fish/cmds.c:5376 fish/cmds.c:5394 fish/cmds.c:5408 fish/cmds.c:5424
1901 #: fish/cmds.c:5444 fish/cmds.c:5463 fish/cmds.c:5482 fish/cmds.c:5501
1902 #: fish/cmds.c:5520 fish/cmds.c:5540 fish/cmds.c:5580 fish/cmds.c:5637
1903 #: fish/cmds.c:5658 fish/cmds.c:5679 fish/cmds.c:5700 fish/cmds.c:5718
1904 #: fish/cmds.c:5740 fish/cmds.c:5778 fish/cmds.c:5800 fish/cmds.c:5879
1905 #: fish/cmds.c:5918 fish/cmds.c:5933 fish/cmds.c:5950 fish/cmds.c:5964
1906 #: fish/cmds.c:5980 fish/cmds.c:6002 fish/cmds.c:6024 fish/cmds.c:6046
1907 #: fish/cmds.c:6068 fish/cmds.c:6090 fish/cmds.c:6112 fish/cmds.c:6132
1908 #: fish/cmds.c:6149 fish/cmds.c:6166 fish/cmds.c:6185 fish/cmds.c:6204
1909 #: fish/cmds.c:6224 fish/cmds.c:6260 fish/cmds.c:6279 fish/cmds.c:6298
1910 #: fish/cmds.c:6315 fish/cmds.c:6333 fish/cmds.c:6356 fish/cmds.c:6379
1911 #: fish/cmds.c:6403 fish/cmds.c:6426 fish/cmds.c:6447 fish/cmds.c:6470
1912 #: fish/cmds.c:6493 fish/cmds.c:6513 fish/cmds.c:6535 fish/cmds.c:6556
1913 #: fish/cmds.c:6579 fish/cmds.c:6596 fish/cmds.c:6613 fish/cmds.c:6631
1914 #: fish/cmds.c:6649 fish/cmds.c:6670 fish/cmds.c:6688 fish/cmds.c:6709
1915 #: fish/cmds.c:6729 fish/cmds.c:6747 fish/cmds.c:6768 fish/cmds.c:6791
1916 #: fish/cmds.c:6814 fish/cmds.c:6836 fish/cmds.c:6869 fish/cmds.c:6886
1917 #: fish/cmds.c:6903 fish/cmds.c:6927 fish/cmds.c:6950 fish/cmds.c:6973
1918 #: fish/cmds.c:6995 fish/cmds.c:7012 fish/cmds.c:7034 fish/cmds.c:7128
1919 #: fish/cmds.c:7148 fish/cmds.c:7168 fish/cmds.c:7188 fish/cmds.c:7206
1920 #: fish/cmds.c:7227 fish/cmds.c:7263 fish/cmds.c:7280 fish/cmds.c:7302
1921 #: fish/cmds.c:7319 fish/cmds.c:7355 fish/cmds.c:7375 fish/cmds.c:7395
1922 #: fish/cmds.c:7415 fish/cmds.c:7437 fish/cmds.c:7454 fish/cmds.c:7473
1923 #: fish/cmds.c:7492 fish/cmds.c:7514 fish/cmds.c:7535 fish/cmds.c:7556
1924 #: fish/cmds.c:7577 fish/cmds.c:7600 fish/cmds.c:7641 fish/cmds.c:7664
1925 #: fish/cmds.c:7703 fish/cmds.c:7720 fish/cmds.c:7739 fish/cmds.c:7760
1926 #: fish/cmds.c:7783 fish/cmds.c:7805 fish/cmds.c:7823 fish/cmds.c:7842
1927 #: fish/cmds.c:7863 fish/cmds.c:7940 fish/cmds.c:7981 fish/cmds.c:8060
1928 #: fish/cmds.c:8136 fish/cmds.c:8173 fish/cmds.c:8196 fish/cmds.c:8217
1929 #: fish/cmds.c:8240 fish/cmds.c:8262 fish/cmds.c:8287 fish/cmds.c:8330
1930 #: fish/cmds.c:8371 fish/cmds.c:8392 fish/cmds.c:8410 fish/cmds.c:8429
1931 #: fish/cmds.c:8446 fish/cmds.c:8464 fish/cmds.c:8491 fish/cmds.c:8515
1932 #: fish/cmds.c:8539 fish/cmds.c:8563 fish/cmds.c:8587 fish/cmds.c:8611
1933 #: fish/cmds.c:8635 fish/cmds.c:8659 fish/cmds.c:8683 fish/cmds.c:8707
1934 #: fish/cmds.c:8731 fish/cmds.c:8755 fish/cmds.c:8778 fish/cmds.c:8801
1935 #: fish/cmds.c:8822 fish/cmds.c:8843 fish/cmds.c:8864 fish/cmds.c:8884
1936 #: fish/cmds.c:8907 fish/cmds.c:8945 fish/cmds.c:8962 fish/cmds.c:8979
1937 #: fish/cmds.c:8998 fish/cmds.c:9017 fish/cmds.c:9034 fish/cmds.c:9051
1938 #: fish/cmds.c:9068 fish/cmds.c:9085 fish/cmds.c:9104 fish/cmds.c:9140
1939 #: fish/cmds.c:9180 fish/cmds.c:9213 fish/cmds.c:9230 fish/cmds.c:9247
1940 #: fish/cmds.c:9263 fish/cmds.c:9278 fish/cmds.c:9299 fish/cmds.c:9337
1941 #: fish/cmds.c:9375 fish/cmds.c:9414 fish/cmds.c:9454 fish/cmds.c:9495
1942 #: fish/cmds.c:9536 fish/cmds.c:9574 fish/cmds.c:9591 fish/cmds.c:9614
1943 #: fish/cmds.c:9636 fish/cmds.c:9658 fish/cmds.c:9678 fish/cmds.c:9698
1944 #: fish/cmds.c:9734 fish/cmds.c:9806 fish/cmds.c:9846 fish/cmds.c:9904
1945 #: fish/cmds.c:9930 fish/cmds.c:9956 fish/cmds.c:9984 fish/cmds.c:10043
1946 #: fish/cmds.c:10064 fish/cmds.c:10109 fish/cmds.c:10129 fish/cmds.c:10168
1947 #: fish/cmds.c:10205 fish/cmds.c:10225 fish/cmds.c:10247 fish/cmds.c:10304
1948 #: fish/cmds.c:10324 fish/cmds.c:10346 fish/cmds.c:10368 fish/cmds.c:10387
1949 #: fish/cmds.c:10407 fish/cmds.c:10434 fish/cmds.c:10454 fish/cmds.c:10474
1950 #: fish/cmds.c:10494 fish/cmds.c:10514 fish/cmds.c:10536 fish/cmds.c:10571
1951 #: fish/cmds.c:10589 fish/cmds.c:10612 fish/cmds.c:10634 fish/cmds.c:10649
1952 #: fish/cmds.c:10666 fish/cmds.c:10703 fish/cmds.c:10742 fish/cmds.c:10782
1953 #: fish/cmds.c:10838 fish/cmds.c:10860 fish/cmds.c:10896 fish/cmds.c:10911
1954 #: fish/cmds.c:10931 fish/cmds.c:10971 fish/cmds.c:10994 fish/cmds.c:11018
1955 #: fish/cmds.c:11043 fish/cmds.c:11084 fish/cmds.c:11109 fish/cmds.c:11147
1956 #: fish/cmds.c:11178 fish/cmds.c:11209 fish/cmds.c:11237 fish/cmds.c:11257
1957 #: fish/cmds.c:11289 fish/cmds.c:11309 fish/cmds.c:11329 fish/cmds.c:11346
1958 #: fish/cmds.c:11364 fish/cmds.c:11389 fish/cmds.c:11412 fish/cmds.c:11431
1959 #: fish/cmds.c:11475 fish/cmds.c:11520 fish/cmds.c:11568 fish/cmds.c:11609
1960 #: fish/cmds.c:11628 fish/cmds.c:11648 fish/cmds.c:11668 fish/cmds.c:11689
1961 #: fish/cmds.c:11710 fish/cmds.c:11731 fish/cmds.c:11752 fish/cmds.c:11773
1962 #: fish/cmds.c:11795 fish/cmds.c:11833 fish/cmds.c:11884 fish/cmds.c:11922
1963 #: fish/cmds.c:11978 fish/cmds.c:12001 fish/cmds.c:12114 fish/cmds.c:12143
1964 #: fish/cmds.c:12170 fish/cmds.c:12187 fish/cmds.c:12208 fish/cmds.c:12225
1965 #: fish/cmds.c:12247 fish/cmds.c:12287 fish/cmds.c:12308 fish/cmds.c:12368
1966 #: fish/cmds.c:12425 fish/cmds.c:12451 fish/cmds.c:12520 fish/cmds.c:12583
1967 #: fish/cmds.c:12605 fish/cmds.c:12696 fish/cmds.c:12789 fish/cmds.c:12882
1968 #, c-format
1969 msgid "type 'help %s' for help on %s\n"
1970 msgstr ""
1971
1972 #: fish/cmds.c:3822 fish/cmds.c:4862 fish/cmds.c:5192 fish/cmds.c:5550
1973 #: fish/cmds.c:5590 fish/cmds.c:5609 fish/cmds.c:5752 fish/cmds.c:5811
1974 #: fish/cmds.c:5830 fish/cmds.c:5849 fish/cmds.c:5892 fish/cmds.c:6235
1975 #: fish/cmds.c:6846 fish/cmds.c:7045 fish/cmds.c:7064 fish/cmds.c:7083
1976 #: fish/cmds.c:7102 fish/cmds.c:7238 fish/cmds.c:7329 fish/cmds.c:7610
1977 #: fish/cmds.c:7674 fish/cmds.c:7873 fish/cmds.c:7892 fish/cmds.c:7911
1978 #: fish/cmds.c:7950 fish/cmds.c:7991 fish/cmds.c:8010 fish/cmds.c:8029
1979 #: fish/cmds.c:8070 fish/cmds.c:8089 fish/cmds.c:8108 fish/cmds.c:8146
1980 #: fish/cmds.c:8299 fish/cmds.c:8342 fish/cmds.c:8919 fish/cmds.c:9114
1981 #: fish/cmds.c:9152 fish/cmds.c:9190 fish/cmds.c:9310 fish/cmds.c:9347
1982 #: fish/cmds.c:9385 fish/cmds.c:9424 fish/cmds.c:9465 fish/cmds.c:9506
1983 #: fish/cmds.c:9547 fish/cmds.c:9710 fish/cmds.c:9746 fish/cmds.c:9759
1984 #: fish/cmds.c:9772 fish/cmds.c:9785 fish/cmds.c:9818 fish/cmds.c:9856
1985 #: fish/cmds.c:9875 fish/cmds.c:9996 fish/cmds.c:10015 fish/cmds.c:10076
1986 #: fish/cmds.c:10089 fish/cmds.c:10140 fish/cmds.c:10179 fish/cmds.c:10257
1987 #: fish/cmds.c:10276 fish/cmds.c:10550 fish/cmds.c:10677 fish/cmds.c:10714
1988 #: fish/cmds.c:10753 fish/cmds.c:10793 fish/cmds.c:10812 fish/cmds.c:10871
1989 #: fish/cmds.c:10944 fish/cmds.c:11054 fish/cmds.c:11124 fish/cmds.c:11158
1990 #: fish/cmds.c:11189 fish/cmds.c:11220 fish/cmds.c:11269 fish/cmds.c:11446
1991 #: fish/cmds.c:11490 fish/cmds.c:11539 fish/cmds.c:11583 fish/cmds.c:11809
1992 #: fish/cmds.c:11847 fish/cmds.c:11860 fish/cmds.c:11898 fish/cmds.c:11933
1993 #: fish/cmds.c:11952 fish/cmds.c:12019 fish/cmds.c:12047 fish/cmds.c:12070
1994 #: fish/cmds.c:12325 fish/cmds.c:12386 fish/cmds.c:12472 fish/cmds.c:12540
1995 #: fish/cmds.c:12623 fish/cmds.c:12640 fish/cmds.c:12657 fish/cmds.c:12715
1996 #: fish/cmds.c:12732 fish/cmds.c:12749 fish/cmds.c:12808 fish/cmds.c:12825
1997 #: fish/cmds.c:12842 fish/cmds.c:12902 fish/cmds.c:12919 fish/cmds.c:12936
1998 #, c-format
1999 msgid "%s: %s: invalid integer parameter (%s returned %d)\n"
2000 msgstr ""
2001
2002 #: fish/cmds.c:3828 fish/cmds.c:4868 fish/cmds.c:5198 fish/cmds.c:5556
2003 #: fish/cmds.c:5596 fish/cmds.c:5615 fish/cmds.c:5758 fish/cmds.c:5817
2004 #: fish/cmds.c:5836 fish/cmds.c:5855 fish/cmds.c:5898 fish/cmds.c:6241
2005 #: fish/cmds.c:6852 fish/cmds.c:7051 fish/cmds.c:7070 fish/cmds.c:7089
2006 #: fish/cmds.c:7108 fish/cmds.c:7244 fish/cmds.c:7335 fish/cmds.c:7616
2007 #: fish/cmds.c:7680 fish/cmds.c:7879 fish/cmds.c:7898 fish/cmds.c:7917
2008 #: fish/cmds.c:7956 fish/cmds.c:7997 fish/cmds.c:8016 fish/cmds.c:8035
2009 #: fish/cmds.c:8076 fish/cmds.c:8095 fish/cmds.c:8114 fish/cmds.c:8152
2010 #: fish/cmds.c:8305 fish/cmds.c:8348 fish/cmds.c:8925 fish/cmds.c:9120
2011 #: fish/cmds.c:9158 fish/cmds.c:9196 fish/cmds.c:9316 fish/cmds.c:9353
2012 #: fish/cmds.c:9391 fish/cmds.c:9430 fish/cmds.c:9471 fish/cmds.c:9512
2013 #: fish/cmds.c:9553 fish/cmds.c:9824 fish/cmds.c:9862 fish/cmds.c:9881
2014 #: fish/cmds.c:10002 fish/cmds.c:10146 fish/cmds.c:10185 fish/cmds.c:10263
2015 #: fish/cmds.c:10282 fish/cmds.c:10683 fish/cmds.c:10720 fish/cmds.c:10759
2016 #: fish/cmds.c:10799 fish/cmds.c:10818 fish/cmds.c:10877 fish/cmds.c:10950
2017 #: fish/cmds.c:11060 fish/cmds.c:11452 fish/cmds.c:11496 fish/cmds.c:11545
2018 #: fish/cmds.c:11589 fish/cmds.c:11939 fish/cmds.c:12025 fish/cmds.c:12053
2019 #: fish/cmds.c:12076 fish/cmds.c:12478 fish/cmds.c:12546
2020 #, c-format
2021 msgid "%s: %s: integer out of range\n"
2022 msgstr ""
2023
2024 #: fish/cmds.c:4314 fish/cmds.c:4443 fish/cmds.c:4765 fish/cmds.c:12000
2025 #: fish/cmds.c:12246 fish/cmds.c:12307 fish/cmds.c:12367 fish/cmds.c:12450
2026 #: fish/cmds.c:12519 fish/cmds.c:12604 fish/cmds.c:12695 fish/cmds.c:12788
2027 #: fish/cmds.c:12881
2028 #, c-format
2029 msgid "%s should have %d-%d parameter(s)\n"
2030 msgstr ""
2031
2032 #: fish/cmds.c:4345 fish/cmds.c:4484 fish/cmds.c:4786 fish/cmds.c:12086
2033 #: fish/cmds.c:12263 fish/cmds.c:12340 fish/cmds.c:12396 fish/cmds.c:12488
2034 #: fish/cmds.c:12556 fish/cmds.c:12667 fish/cmds.c:12759 fish/cmds.c:12852
2035 #: fish/cmds.c:12946
2036 #, c-format
2037 msgid "%s: unknown optional argument \"%s\"\n"
2038 msgstr ""
2039
2040 #: fish/cmds.c:4351 fish/cmds.c:4490 fish/cmds.c:4792 fish/cmds.c:12092
2041 #: fish/cmds.c:12269 fish/cmds.c:12346 fish/cmds.c:12402 fish/cmds.c:12494
2042 #: fish/cmds.c:12562 fish/cmds.c:12673 fish/cmds.c:12765 fish/cmds.c:12858
2043 #: fish/cmds.c:12952
2044 #, c-format
2045 msgid "%s: optional argument \"%s\" given twice\n"
2046 msgstr ""
2047
2048 #: fish/cmds.c:12974
2049 #, c-format
2050 msgid "%s: unknown command\n"
2051 msgstr ""
2052
2053 #: fish/config.c:74 fish/config.c:113
2054 #, c-format
2055 msgid "%s: %s: line %d: error parsing configuration file: %s\n"
2056 msgstr ""
2057
2058 #: fish/copy.c:41
2059 #, c-format
2060 msgid ""
2061 "use 'copy-in <local> [<local>...] <remotedir>' to copy files into the image\n"
2062 msgstr ""
2063
2064 #: fish/copy.c:62
2065 #, c-format
2066 msgid "copy-in: target '%s' is not a directory\n"
2067 msgstr ""
2068
2069 #: fish/copy.c:157
2070 #, c-format
2071 msgid "error: argument is zero length or longer than maximum permitted\n"
2072 msgstr ""
2073
2074 #: fish/copy.c:202
2075 #, c-format
2076 msgid ""
2077 "use 'copy-out <remote> [<remote>...] <localdir>' to copy files out of the "
2078 "image\n"
2079 msgstr ""
2080
2081 #: fish/copy.c:213
2082 #, c-format
2083 msgid "copy-out: target '%s' is not a directory\n"
2084 msgstr ""
2085
2086 #: fish/copy.c:258
2087 #, c-format
2088 msgid "copy-out: '%s' is not a file or directory\n"
2089 msgstr ""
2090
2091 #: fish/display.c:42
2092 #, c-format
2093 msgid "display filename\n"
2094 msgstr ""
2095
2096 #: fish/edit.c:45
2097 #, c-format
2098 msgid "use '%s filename' to edit a file\n"
2099 msgstr ""
2100
2101 #: fish/fish.c:105
2102 #, c-format
2103 msgid ""
2104 "%s: guest filesystem shell\n"
2105 "%s lets you edit virtual machine filesystems\n"
2106 "Copyright (C) 2009-2011 Red Hat Inc.\n"
2107 "Usage:\n"
2108 "  %s [--options] cmd [: cmd : cmd ...]\n"
2109 "Options:\n"
2110 "  -h|--cmd-help        List available commands\n"
2111 "  -h|--cmd-help cmd    Display detailed help on 'cmd'\n"
2112 "  -a|--add image       Add image\n"
2113 "  -c|--connect uri     Specify libvirt URI for -d option\n"
2114 "  --csh                Make --listen csh-compatible\n"
2115 "  -d|--domain guest    Add disks from libvirt guest\n"
2116 "  -D|--no-dest-paths   Don't tab-complete paths from guest fs\n"
2117 "  --echo-keys          Don't turn off echo for passphrases\n"
2118 "  -f|--file file       Read commands from file\n"
2119 "  --format[=raw|..]    Force disk format for -a option\n"
2120 "  -i|--inspector       Automatically mount filesystems\n"
2121 "  --keys-from-stdin    Read passphrases from stdin\n"
2122 "  --listen             Listen for remote commands\n"
2123 "  --live               Connect to a live virtual machine\n"
2124 "  -m|--mount dev[:mnt[:opts]] Mount dev on mnt (if omitted, /)\n"
2125 "  -n|--no-sync         Don't autosync\n"
2126 "  -N|--new type        Create prepared disk (test1.img, ...)\n"
2127 "  --progress-bars      Enable progress bars even when not interactive\n"
2128 "  --no-progress-bars   Disable progress bars\n"
2129 "  --remote[=pid]       Send commands to remote %s\n"
2130 "  -r|--ro              Mount read-only\n"
2131 "  --selinux            Enable SELinux support\n"
2132 "  -v|--verbose         Verbose messages\n"
2133 "  -V|--version         Display version and exit\n"
2134 "  -w|--rw              Mount read-write\n"
2135 "  -x                   Echo each command before executing it\n"
2136 "\n"
2137 "To examine a disk image, ISO, hard disk, filesystem etc:\n"
2138 "  %s [--ro|--rw] -i -a /path/to/disk.img\n"
2139 "or\n"
2140 "  %s [--ro|--rw] -i -d name-of-libvirt-domain\n"
2141 "\n"
2142 "--ro recommended to avoid any writes to the disk image.  If -i option fails\n"
2143 "run again without -i and use 'run' + 'list-filesystems' + 'mount' cmds.\n"
2144 "\n"
2145 "For more information, see the manpage %s(1).\n"
2146 msgstr ""
2147
2148 #: fish/fish.c:246
2149 #, c-format
2150 msgid "%s: --listen=PID: PID was not a number: %s\n"
2151 msgstr ""
2152
2153 #: fish/fish.c:253
2154 #, c-format
2155 msgid ""
2156 "%s: remote: $GUESTFISH_PID must be set to the PID of the remote process\n"
2157 msgstr ""
2158
2159 #: fish/fish.c:303
2160 #, c-format
2161 msgid "%s: only one -f parameter can be given\n"
2162 msgstr ""
2163
2164 #: fish/fish.c:476
2165 #, c-format
2166 msgid "%s: cannot use --listen and --remote options at the same time\n"
2167 msgstr ""
2168
2169 #: fish/fish.c:484
2170 #, c-format
2171 msgid "%s: extra parameters on the command line with --listen flag\n"
2172 msgstr ""
2173
2174 #: fish/fish.c:490
2175 #, c-format
2176 msgid "%s: cannot use --listen and --file options at the same time\n"
2177 msgstr ""
2178
2179 #: fish/fish.c:642
2180 #, c-format
2181 msgid ""
2182 "\n"
2183 "Welcome to guestfish, the libguestfs filesystem interactive shell for\n"
2184 "editing virtual machine filesystems.\n"
2185 "\n"
2186 "Type: 'help' for help on commands\n"
2187 "      'man' to read the manual\n"
2188 "      'quit' to quit the shell\n"
2189 "\n"
2190 msgstr ""
2191
2192 #: fish/fish.c:793 fish/fish.c:809
2193 #, c-format
2194 msgid "%s: command arguments not separated by whitespace\n"
2195 msgstr ""
2196
2197 #: fish/fish.c:803
2198 #, c-format
2199 msgid "%s: unterminated single quote\n"
2200 msgstr ""
2201
2202 #: fish/fish.c:833
2203 #, c-format
2204 msgid "%s: internal error parsing string at '%s'\n"
2205 msgstr ""
2206
2207 #: fish/fish.c:850
2208 #, c-format
2209 msgid "%s: too many arguments\n"
2210 msgstr ""
2211
2212 #: fish/fish.c:925
2213 #, c-format
2214 msgid "%s: invalid escape sequence in string (starting at offset %d)\n"
2215 msgstr ""
2216
2217 #: fish/fish.c:934
2218 #, c-format
2219 msgid "%s: unterminated double quote\n"
2220 msgstr ""
2221
2222 #: fish/fish.c:999
2223 #, c-format
2224 msgid "%s: empty command on command line\n"
2225 msgstr ""
2226
2227 #: fish/fish.c:1146
2228 msgid "display a list of commands or help on a command"
2229 msgstr ""
2230
2231 #: fish/fish.c:1148
2232 msgid "quit guestfish"
2233 msgstr ""
2234
2235 #: fish/fish.c:1159
2236 #, c-format
2237 msgid ""
2238 "help - display a list of commands or help on a command\n"
2239 "     help cmd\n"
2240 "     help\n"
2241 msgstr ""
2242
2243 #: fish/fish.c:1167
2244 #, c-format
2245 msgid ""
2246 "quit - quit guestfish\n"
2247 "     quit\n"
2248 msgstr ""
2249
2250 #: fish/fish.c:1172
2251 #, c-format
2252 msgid "%s: command not known, use -h to list all commands\n"
2253 msgstr ""
2254
2255 #: fish/fish.c:1188
2256 #, c-format
2257 msgid ""
2258 "Did you mean to open a disk image?  guestfish -a disk.img\n"
2259 "For a list of commands:             guestfish -h\n"
2260 "For complete documentation:         man guestfish\n"
2261 msgstr ""
2262
2263 #: fish/fish.c:1197
2264 #, c-format
2265 msgid "%s:%d: libguestfs: error: %s\n"
2266 msgstr ""
2267
2268 #: fish/fish.c:1353
2269 #, c-format
2270 msgid "Runaway quote in string \"%s\"\n"
2271 msgstr ""
2272
2273 #: fish/fish.c:1550
2274 #, c-format
2275 msgid ""
2276 "%s: to use Windows drive letters, you must inspect the guest (\"-i\" option "
2277 "or run \"inspect-os\" command)\n"
2278 msgstr ""
2279
2280 #: fish/fish.c:1570
2281 #, c-format
2282 msgid ""
2283 "%s: drive '%c:' not found.  To list available drives do:\n"
2284 "  inspect-get-drive-mappings %s\n"
2285 msgstr ""
2286
2287 #: fish/fish.c:1589
2288 #, c-format
2289 msgid ""
2290 "%s: to access '%c:', mount %s first.  One way to do this is:\n"
2291 "  umount-all\n"
2292 "  mount %s /\n"
2293 msgstr ""
2294
2295 #: fish/glob.c:53
2296 #, c-format
2297 msgid "use 'glob command [args...]'\n"
2298 msgstr ""
2299
2300 #: fish/glob.c:73
2301 #, c-format
2302 msgid "glob: guestfs_glob_expand call failed: %s\n"
2303 msgstr ""
2304
2305 #: fish/help.c:38
2306 #, c-format
2307 msgid ""
2308 "Add disk images to examine using the -a or -d options, or the 'add' "
2309 "command.\n"
2310 "Or create a new disk image using -N, or the 'alloc' or 'sparse' commands.\n"
2311 "Once you have done this, use the 'run' command.\n"
2312 msgstr ""
2313
2314 #: fish/help.c:44
2315 #, c-format
2316 msgid ""
2317 "Find out what filesystems are available using 'list-filesystems' and then\n"
2318 "mount them to examine or modify the contents using 'mount-ro' or\n"
2319 "'mount-options'.\n"
2320 msgstr ""
2321
2322 #: fish/help.c:52
2323 #, c-format
2324 msgid ""
2325 "For more information about a command, use 'help cmd'.\n"
2326 "\n"
2327 "To read the manual, type 'man'.\n"
2328 msgstr ""
2329
2330 #: fish/hexedit.c:41
2331 #, c-format
2332 msgid "hexedit (device|filename) [max | start max]\n"
2333 msgstr ""
2334
2335 #: fish/hexedit.c:52
2336 #, c-format
2337 msgid "hexedit: %s is a zero length file or device\n"
2338 msgstr ""
2339
2340 #: fish/hexedit.c:63
2341 #, c-format
2342 msgid ""
2343 "hexedit: %s is larger than %s. You must supply a limit using\n"
2344 "  'hexedit %s <max>' (eg. 'hexedit %s 1M') or a range using\n"
2345 "  'hexedit %s <start> <max>'.\n"
2346 msgstr ""
2347
2348 #: fish/hexedit.c:92
2349 #, c-format
2350 msgid "hexedit: invalid range\n"
2351 msgstr ""
2352
2353 #: fish/inspect.c:77
2354 #, c-format
2355 msgid "%s: don't use --live and -i options together\n"
2356 msgstr ""
2357
2358 #: fish/inspect.c:89
2359 #, c-format
2360 msgid "%s: no operating system was found on this disk\n"
2361 msgstr ""
2362
2363 #: fish/inspect.c:96
2364 #, c-format
2365 msgid "%s: multi-boot operating systems are not supported by the -i option\n"
2366 msgstr ""
2367
2368 #: fish/inspect.c:136
2369 #, c-format
2370 msgid "%s: some filesystems could not be mounted (ignored)\n"
2371 msgstr ""
2372
2373 #: fish/inspect.c:148
2374 #, c-format
2375 msgid "Operating system: %s\n"
2376 msgstr ""
2377
2378 #: fish/inspect.c:161
2379 #, c-format
2380 msgid "%s mounted on %s\n"
2381 msgstr ""
2382
2383 #: fish/keys.c:53
2384 #, c-format
2385 msgid "Enter key or passphrase (\"%s\"): "
2386 msgstr ""
2387
2388 #: fish/lcd.c:34
2389 #, c-format
2390 msgid "use 'lcd directory' to change local directory\n"
2391 msgstr ""
2392
2393 #: fish/man.c:35
2394 #, c-format
2395 msgid "use 'man' without parameters to open the manual\n"
2396 msgstr ""
2397
2398 #: fish/man.c:54
2399 #, c-format
2400 msgid "the external 'man' program failed\n"
2401 msgstr ""
2402
2403 #: fish/more.c:40
2404 #, c-format
2405 msgid "use '%s filename' to page a file\n"
2406 msgstr ""
2407
2408 #: fish/options.c:38
2409 #, c-format
2410 msgid "%s: too many drives added on the command line\n"
2411 msgstr ""
2412
2413 #: fish/options.c:152
2414 #, c-format
2415 msgid "%s: '%s' could not be mounted.  Did you mean one of these?\n"
2416 msgstr ""
2417
2418 #: fish/prep.c:37
2419 #, c-format
2420 msgid ""
2421 "List of available prepared disk images:\n"
2422 "\n"
2423 msgstr ""
2424
2425 #: fish/prep.c:40
2426 #, c-format
2427 msgid ""
2428 "guestfish -N %-8s - %s\n"
2429 "\n"
2430 "%s\n"
2431 msgstr ""
2432
2433 #: fish/prep.c:48
2434 #, c-format
2435 msgid "  Optional parameters:\n"
2436 msgstr ""
2437
2438 #: fish/prep.c:55
2439 #, c-format
2440 msgid "<%s> %s (default: %s)\n"
2441 msgstr ""
2442
2443 #: fish/prep.c:65
2444 #, c-format
2445 msgid ""
2446 "Prepared disk images are written to file \"test1.img\" in the local\n"
2447 "directory.  (\"test2.img\" etc if -N option is given multiple times).\n"
2448 "For more information see the guestfish(1) manual.\n"
2449 msgstr ""
2450
2451 #: fish/prep.c:96
2452 #, c-format
2453 msgid ""
2454 "guestfish: -N parameter '%s': no such prepared disk image known.\n"
2455 "Use 'guestfish -N help' to list possible values for the -N parameter.\n"
2456 msgstr ""
2457
2458 #: fish/prep.c:158
2459 #, c-format
2460 msgid "guestfish: error creating prepared disk image '%s' on '%s': "
2461 msgstr ""
2462
2463 #: fish/prep_boot.c:34 fish/prep_boot.c:89 fish/prep_disk.c:34
2464 #: fish/prep_fs.c:34 fish/prep_lv.c:69 fish/prep_lv.c:122 fish/prep_part.c:34
2465 msgid "failed to allocate disk"
2466 msgstr ""
2467
2468 #: fish/prep_boot.c:42 fish/prep_boot.c:97
2469 msgid "could not parse boot size"
2470 msgstr ""
2471
2472 #: fish/prep_boot.c:46 fish/prep_boot.c:101
2473 #, c-format
2474 msgid "failed to get sector size of disk: %s"
2475 msgstr ""
2476
2477 #: fish/prep_boot.c:50 fish/prep_boot.c:105 fish/prep_fs.c:41
2478 #: fish/prep_lv.c:76 fish/prep_lv.c:129 fish/prep_part.c:41
2479 #, c-format
2480 msgid "failed to partition disk: %s"
2481 msgstr ""
2482
2483 #: fish/prep_boot.c:55 fish/prep_boot.c:110
2484 #, c-format
2485 msgid "failed to add boot partition: %s"
2486 msgstr ""
2487
2488 #: fish/prep_boot.c:59 fish/prep_boot.c:114
2489 #, c-format
2490 msgid "failed to add root partition: %s"
2491 msgstr ""
2492
2493 #: fish/prep_boot.c:68 fish/prep_boot.c:128
2494 #, c-format
2495 msgid "failed to create boot filesystem: %s"
2496 msgstr ""
2497
2498 #: fish/prep_boot.c:77 fish/prep_boot.c:157
2499 #, c-format
2500 msgid "failed to create root filesystem: %s"
2501 msgstr ""
2502
2503 #: fish/prep_boot.c:86 fish/prep_boot.c:120 fish/prep_lv.c:66
2504 #: fish/prep_lv.c:82 fish/prep_lv.c:119 fish/prep_lv.c:135
2505 msgid "incorrect format for LV name, use '/dev/VG/LV'"
2506 msgstr ""
2507
2508 #: fish/prep_boot.c:137 fish/prep_lv.c:91 fish/prep_lv.c:144
2509 #, c-format
2510 msgid "failed to create PV: %s: %s"
2511 msgstr ""
2512
2513 #: fish/prep_boot.c:142 fish/prep_lv.c:96 fish/prep_lv.c:149
2514 #, c-format
2515 msgid "failed to create VG: %s: %s"
2516 msgstr ""
2517
2518 #: fish/prep_boot.c:149 fish/prep_lv.c:103 fish/prep_lv.c:156
2519 #, c-format
2520 msgid "failed to create LV: /dev/%s/%s: %s"
2521 msgstr ""
2522
2523 #: fish/prep_boot.c:153 fish/prep_lv.c:107 fish/prep_lv.c:160
2524 #, c-format
2525 msgid "failed to resize LV to full size: %s: %s"
2526 msgstr ""
2527
2528 #: fish/prep_fs.c:51 fish/prep_lv.c:165
2529 #, c-format
2530 msgid "failed to create filesystem (%s): %s"
2531 msgstr ""
2532
2533 #: fish/rc.c:257
2534 #, c-format
2535 msgid "guestfish: protocol error: could not read 'hello' message\n"
2536 msgstr ""
2537
2538 #: fish/rc.c:262
2539 #, c-format
2540 msgid ""
2541 "guestfish: protocol error: version mismatch, server version '%s' does not "
2542 "match client version '%s'.  The two versions must match exactly.\n"
2543 msgstr ""
2544
2545 #: fish/rc.c:337 fish/rc.c:351
2546 #, c-format
2547 msgid "guestfish: remote: looks like the server is not running\n"
2548 msgstr ""
2549
2550 #: fish/rc.c:363 fish/rc.c:377
2551 #, c-format
2552 msgid "guestfish: protocol error: could not send initial greeting to server\n"
2553 msgstr ""
2554
2555 #: fish/rc.c:388
2556 #, c-format
2557 msgid "guestfish: protocol error: could not decode reply from server\n"
2558 msgstr ""
2559
2560 #: fish/reopen.c:38
2561 #, c-format
2562 msgid "'reopen' command takes no parameters\n"
2563 msgstr ""
2564
2565 #: fish/reopen.c:48
2566 #, c-format
2567 msgid "reopen: guestfs_create: failed to create handle\n"
2568 msgstr ""
2569
2570 #: fish/setenv.c:34
2571 #, c-format
2572 msgid "use '%s VAR value' to set an environment variable\n"
2573 msgstr ""
2574
2575 #: fish/setenv.c:56
2576 #, c-format
2577 msgid "use '%s VAR' to unset an environment variable\n"
2578 msgstr ""
2579
2580 #: fish/supported.c:66
2581 msgid "yes"
2582 msgstr ""
2583
2584 #: fish/supported.c:68
2585 msgid "no"
2586 msgstr ""
2587
2588 #: fish/time.c:36
2589 #, c-format
2590 msgid "use 'time command [args...]'\n"
2591 msgstr ""
2592
2593 #: fuse/guestmount.c:912
2594 #, c-format
2595 msgid ""
2596 "%s: FUSE module for libguestfs\n"
2597 "%s lets you mount a virtual machine filesystem\n"
2598 "Copyright (C) 2009-2010 Red Hat Inc.\n"
2599 "Usage:\n"
2600 "  %s [--options] [-- [--FUSE-options]] mountpoint\n"
2601 "Options:\n"
2602 "  -a|--add image       Add image\n"
2603 "  -c|--connect uri     Specify libvirt URI for -d option\n"
2604 "  --dir-cache-timeout  Set readdir cache timeout (default 5 sec)\n"
2605 "  -d|--domain guest    Add disks from libvirt guest\n"
2606 "  --echo-keys          Don't turn off echo for passphrases\n"
2607 "  --format[=raw|..]    Force disk format for -a option\n"
2608 "  --fuse-help          Display extra FUSE options\n"
2609 "  -i|--inspector       Automatically mount filesystems\n"
2610 "  --help               Display help message and exit\n"
2611 "  --keys-from-stdin    Read passphrases from stdin\n"
2612 "  --live               Connect to a live virtual machine\n"
2613 "  -m|--mount dev[:mnt[:opts]] Mount dev on mnt (if omitted, /)\n"
2614 "  -n|--no-sync         Don't autosync\n"
2615 "  -o|--option opt      Pass extra option to FUSE\n"
2616 "  -r|--ro              Mount read-only\n"
2617 "  --selinux            Enable SELinux support\n"
2618 "  -v|--verbose         Verbose messages\n"
2619 "  -V|--version         Display version and exit\n"
2620 "  -w|--rw              Mount read-write\n"
2621 "  -x|--trace           Trace guestfs API calls\n"
2622 msgstr ""
2623
2624 #: fuse/guestmount.c:1131
2625 #, c-format
2626 msgid "%s: must have at least one -a/-d and at least one -m/-i option\n"
2627 msgstr ""
2628
2629 #: fuse/guestmount.c:1141
2630 #, c-format
2631 msgid "%s: --live is not compatible with --ro option\n"
2632 msgstr ""
2633
2634 #: fuse/guestmount.c:1148
2635 #, c-format
2636 msgid "%s: --live is not compatible with -i option\n"
2637 msgstr ""
2638
2639 #: fuse/guestmount.c:1163
2640 #, c-format
2641 msgid "%s: with --live, you must use exactly one -d option\n"
2642 msgstr ""
2643
2644 #: fuse/guestmount.c:1170
2645 #, c-format
2646 msgid "%s: --live is not compatible with -a option\n"
2647 msgstr ""
2648
2649 #: fuse/guestmount.c:1179
2650 #, c-format
2651 msgid "%s: you must specify a mountpoint in the host filesystem\n"
2652 msgstr ""
2653
2654 #: inspector/virt-inspector.c:82
2655 #, c-format
2656 msgid ""
2657 "%s: display information about a virtual machine\n"
2658 "Copyright (C) 2010 Red Hat Inc.\n"
2659 "Usage:\n"
2660 "  %s [--options] -d domname file [file ...]\n"
2661 "  %s [--options] -a disk.img [-a disk.img ...] file [file ...]\n"
2662 "Options:\n"
2663 "  -a|--add image       Add image\n"
2664 "  -c|--connect uri     Specify libvirt URI for -d option\n"
2665 "  -d|--domain guest    Add disks from libvirt guest\n"
2666 "  --echo-keys          Don't turn off echo for passphrases\n"
2667 "  --format[=raw|..]    Force disk format for -a option\n"
2668 "  --help               Display brief help\n"
2669 "  --keys-from-stdin    Read passphrases from stdin\n"
2670 "  -v|--verbose         Verbose messages\n"
2671 "  -V|--version         Display version and exit\n"
2672 "  -x                   Trace libguestfs API calls\n"
2673 "  --xpath query        Perform an XPath query\n"
2674 "For more information, see the manpage %s(1).\n"
2675 msgstr ""
2676
2677 #: inspector/virt-inspector.c:255
2678 #, c-format
2679 msgid "%s: cannot use --xpath together with other options.\n"
2680 msgstr ""
2681
2682 #: inspector/virt-inspector.c:288
2683 #, c-format
2684 msgid ""
2685 "%s: no operating system could be detected inside this disk image.\n"
2686 "\n"
2687 "This may be because the file is not a disk image, or is not a virtual "
2688 "machine\n"
2689 "image, or because the OS type is not understood by libguestfs.\n"
2690 "\n"
2691 "NOTE for Red Hat Enterprise Linux 6 users: for Windows guest support you "
2692 "must\n"
2693 "install the separate libguestfs-winsupport package.\n"
2694 "\n"
2695 "If you feel this is an error, please file a bug report including as much\n"
2696 "information about the disk image as possible.\n"
2697 msgstr ""
2698
2699 #: inspector/virt-inspector.c:313
2700 #, c-format
2701 msgid "%s: XML write error at \"%s\": %m\n"
2702 msgstr ""
2703
2704 #: inspector/virt-inspector.c:325
2705 #, c-format
2706 msgid "%s: xmlOutputBufferCreateFd: failed to open stdout\n"
2707 msgstr ""
2708
2709 #: inspector/virt-inspector.c:333
2710 #, c-format
2711 msgid "%s: xmlNewTextWriter: failed to create libxml2 writer\n"
2712 msgstr ""
2713
2714 #: inspector/virt-inspector.c:827
2715 #, c-format
2716 msgid "%s: unable to parse XML from stdin\n"
2717 msgstr ""
2718
2719 #: inspector/virt-inspector.c:833
2720 #, c-format
2721 msgid "%s: unable to create new XPath context\n"
2722 msgstr ""
2723
2724 #: inspector/virt-inspector.c:840
2725 #, c-format
2726 msgid "%s: unable to evaluate XPath expression\n"
2727 msgstr ""
2728
2729 #: inspector/virt-inspector.c:851
2730 #, c-format
2731 msgid "%s: xmlSaveToFd failed\n"
2732 msgstr ""
2733
2734 #: inspector/virt-inspector.c:858
2735 #, c-format
2736 msgid "%s: xmlNewDoc failed\n"
2737 msgstr ""
2738
2739 #: inspector/virt-inspector.c:863
2740 #, c-format
2741 msgid "%s: xmlCopyNode failed\n"
2742 msgstr ""
2743
2744 #: inspector/virt-inspector.c:870
2745 #, c-format
2746 msgid "%s: xmlSaveDoc failed\n"
2747 msgstr ""
2748
2749 #: perl/lib/Sys/Guestfs/Lib.pm:158
2750 msgid "open_guest: first parameter must be a string or an arrayref"
2751 msgstr ""
2752
2753 #: perl/lib/Sys/Guestfs/Lib.pm:164
2754 msgid "open_guest: first argument contains undefined element"
2755 msgstr ""
2756
2757 #: perl/lib/Sys/Guestfs/Lib.pm:172
2758 #, perl-brace-format
2759 msgid "guest image {imagename} does not exist or is not readable"
2760 msgstr ""
2761
2762 #: perl/lib/Sys/Guestfs/Lib.pm:179
2763 msgid ""
2764 "open_guest: no libvirt support (install Sys::Virt, XML::XPath and XML::"
2765 "XPath::XMLParser)"
2766 msgstr ""
2767
2768 #: perl/lib/Sys/Guestfs/Lib.pm:184
2769 msgid "open_guest: too many domains listed on command line"
2770 msgstr ""
2771
2772 #: perl/lib/Sys/Guestfs/Lib.pm:191
2773 msgid "open_guest: cannot connect to libvirt"
2774 msgstr ""
2775
2776 #: perl/lib/Sys/Guestfs/Lib.pm:210
2777 #, perl-brace-format
2778 msgid "{imagename} is not the name of an inactive libvirt domain\n"
2779 msgstr ""
2780
2781 #: perl/lib/Sys/Guestfs/Lib.pm:213
2782 #, perl-brace-format
2783 msgid "{imagename} is not the name of a libvirt domain\n"
2784 msgstr ""
2785
2786 #: perl/lib/Sys/Guestfs/Lib.pm:242
2787 #, perl-brace-format
2788 msgid "{imagename} seems to have no disk devices\n"
2789 msgstr ""
2790
2791 #: perl/lib/Sys/Guestfs/Lib.pm:827
2792 msgid ""
2793 "No operating system could be detected inside this disk image.\n"
2794 "\n"
2795 "This may be because the file is not a disk image, or is not a virtual "
2796 "machine\n"
2797 "image, or because the OS type is not understood by virt-inspector.\n"
2798 "\n"
2799 "If you feel this is an error, please file a bug report including as much\n"
2800 "information about the disk image as possible.\n"
2801 msgstr ""
2802
2803 #: perl/lib/Sys/Guestfs/Lib.pm:945
2804 #, perl-brace-format
2805 msgid "unknown filesystem {fs}\n"
2806 msgstr ""
2807
2808 #: perl/lib/Sys/Guestfs/Lib.pm:1023
2809 #, perl-brace-format
2810 msgid "Error running rpm -qa: {error}"
2811 msgstr ""
2812
2813 #: perl/lib/Sys/Guestfs/Lib.pm:1049
2814 #, perl-brace-format
2815 msgid "Error running dpkg-query: {error}"
2816 msgstr ""
2817
2818 #: perl/lib/Sys/Guestfs/Lib.pm:1114
2819 msgid "Can't find grub on guest"
2820 msgstr ""
2821
2822 #: perl/lib/Sys/Guestfs/Lib.pm:1169
2823 #, perl-brace-format
2824 msgid "Grub entry {title} has no kernel"
2825 msgstr ""
2826
2827 #: perl/lib/Sys/Guestfs/Lib.pm:1200
2828 #, perl-brace-format
2829 msgid "grub refers to {path}, which doesn't exist\n"
2830 msgstr ""
2831
2832 #: perl/lib/Sys/Guestfs/Lib.pm:1223
2833 #, perl-brace-format
2834 msgid "Grub entry {title} does not specify an initrd"
2835 msgstr ""
2836
2837 #: perl/lib/Sys/Guestfs/Lib.pm:1292
2838 #, perl-brace-format
2839 msgid "Didn't find modules directory {modules} for kernel {path}"
2840 msgstr ""
2841
2842 #: perl/lib/Sys/Guestfs/Lib.pm:1300
2843 #, perl-brace-format
2844 msgid "Couldn't guess kernel version number from path for kernel {path}"
2845 msgstr ""
2846
2847 #: perl/lib/Sys/Guestfs/Lib.pm:1354
2848 #, perl-brace-format
2849 msgid "{path} doesn't match augeas pattern"
2850 msgstr ""
2851
2852 #: perl/lib/Sys/Guestfs/Lib.pm:1393
2853 #, perl-brace-format
2854 msgid "{filename}: could not read initrd format"
2855 msgstr ""
2856
2857 #: rescue/virt-rescue.c:64
2858 #, c-format
2859 msgid ""
2860 "%s: Run a rescue shell on a virtual machine\n"
2861 "Copyright (C) 2009-2010 Red Hat Inc.\n"
2862 "Usage:\n"
2863 "  %s [--options] -d domname\n"
2864 "  %s [--options] -a disk.img [-a disk.img ...]\n"
2865 "Options:\n"
2866 "  -a|--add image       Add image\n"
2867 "  --append kernelopts  Append kernel options\n"
2868 "  -c|--connect uri     Specify libvirt URI for -d option\n"
2869 "  -d|--domain guest    Add disks from libvirt guest\n"
2870 "  --format[=raw|..]    Force disk format for -a option\n"
2871 "  --help               Display brief help\n"
2872 "  -m|--memsize MB      Set memory size in megabytes\n"
2873 "  --network            Enable network\n"
2874 "  -r|--ro              Access read-only\n"
2875 "  --selinux            Enable SELinux\n"
2876 "  --smp N              Enable SMP with N >= 2 virtual CPUs\n"
2877 "  -v|--verbose         Verbose messages\n"
2878 "  -V|--version         Display version and exit\n"
2879 "  -w|--rw              Mount read-write\n"
2880 "  -x                   Trace libguestfs API calls\n"
2881 "For more information, see the manpage %s(1).\n"
2882 msgstr ""
2883
2884 #: rescue/virt-rescue.c:162
2885 #, c-format
2886 msgid "%s: could not parse --smp parameter '%s'\n"
2887 msgstr ""
2888
2889 #: rescue/virt-rescue.c:167
2890 #, c-format
2891 msgid "%s: --smp parameter '%s' should be >= 1\n"
2892 msgstr ""
2893
2894 #: rescue/virt-rescue.c:195
2895 #, c-format
2896 msgid "%s: could not parse memory size '%s'\n"
2897 msgstr ""
2898
2899 #: rescue/virt-rescue.c:428
2900 #, c-format
2901 msgid "%s: unknown child exit status (%d)\n"
2902 msgstr ""
2903
2904 #: src/appliance.c:182
2905 #, c-format
2906 msgid ""
2907 "cannot find any suitable libguestfs supermin or ordinary appliance on "
2908 "LIBGUESTFS_PATH (search path: %s)"
2909 msgstr ""
2910
2911 #: src/appliance.c:332
2912 #, c-format
2913 msgid "security: cached appliance %s is not owned by UID %d"
2914 msgstr ""
2915
2916 #: src/appliance.c:337
2917 #, c-format
2918 msgid "security: cached appliance %s is not a directory (mode %o)"
2919 msgstr ""
2920
2921 #: src/appliance.c:342
2922 #, c-format
2923 msgid "security: cached appliance %s is writable by group or other (mode %o)"
2924 msgstr ""
2925
2926 #: src/appliance.c:672
2927 msgid "external command failed, see earlier error messages"
2928 msgstr ""
2929
2930 #: src/dbdump.c:85
2931 msgid "unexpected end of output from db_dump command before end of header"
2932 msgstr ""
2933
2934 #: src/dbdump.c:98 src/dbdump.c:110
2935 msgid "unexpected line from db_dump command, no space prefix"
2936 msgstr ""
2937
2938 #: src/dbdump.c:127
2939 msgid "unexpected end of output from db_dump command before end of data"
2940 msgstr ""
2941
2942 #: src/dbdump.c:208
2943 msgid "unexpected non-hex digits in output of db_dump command"
2944 msgstr ""
2945
2946 #: src/filearch.c:152
2947 #, c-format
2948 msgid "size of %s unreasonable (%<PRIi64> bytes)"
2949 msgstr ""
2950
2951 #: src/filearch.c:265
2952 msgid ""
2953 "file-architecture API not available since this version of libguestfs was "
2954 "compiled without the libmagic library"
2955 msgstr ""
2956
2957 #: src/guestfs.c:177
2958 #, c-format
2959 msgid "guestfs_close: called twice on the same handle\n"
2960 msgstr ""
2961
2962 #: src/guestfs.c:344
2963 #, c-format
2964 msgid "warning: %s"
2965 msgstr ""
2966
2967 #: src/guestfs.c:405
2968 #, c-format
2969 msgid "libguestfs: error: %s\n"
2970 msgstr ""
2971
2972 #: src/guestfs.c:983
2973 #, c-format
2974 msgid "<truncated, original size %zu bytes>"
2975 msgstr ""
2976
2977 #: src/inspect.c:276
2978 msgid "not a Windows guest, or systemroot could not be determined"
2979 msgstr ""
2980
2981 #: src/inspect.c:292
2982 msgid "not a Windows guest, or CurrentControlSet could not be determined"
2983 msgstr ""
2984
2985 #: src/inspect.c:520 src/inspect_apps.c:609
2986 msgid ""
2987 "inspection API not available since this version of libguestfs was compiled "
2988 "without the hivex library"
2989 msgstr ""
2990
2991 #: src/inspect.c:735 src/inspect_fs.c:493 src/inspect_fs.c:537
2992 #: src/inspect_fs_unix.c:198 src/inspect_fs_unix.c:662
2993 #: src/inspect_fs_unix.c:961
2994 #, c-format
2995 msgid "size of %s is unreasonably large (%<PRIi64> bytes)"
2996 msgstr ""
2997
2998 #: src/inspect.c:771
2999 msgid "no inspection data: call guestfs_inspect_os first"
3000 msgstr ""
3001
3002 #: src/inspect.c:783
3003 #, c-format
3004 msgid ""
3005 "%s: root device not found: only call this function with a root device "
3006 "previously returned by guestfs_inspect_os"
3007 msgstr ""
3008
3009 #: src/inspect_fs.c:336 src/inspect_fs.c:349
3010 #, c-format
3011 msgid "could not parse integer in version number: %s"
3012 msgstr ""
3013
3014 #: src/inspect_fs.c:502
3015 #, c-format
3016 msgid "%s: file is empty"
3017 msgstr ""
3018
3019 #: src/inspect_fs_unix.c:695
3020 msgid "could not parse /etc/fstab or empty file"
3021 msgstr ""
3022
3023 #: src/inspect_fs_windows.c:164
3024 #, c-format
3025 msgid "cannot resolve Windows %%SYSTEMROOT%%"
3026 msgstr ""
3027
3028 #: src/inspect_icon.c:491
3029 #, c-format
3030 msgid "read: %s: unexpected end of file"
3031 msgstr ""
3032
3033 #: src/launch.c:134
3034 msgid "command line cannot be altered after qemu subprocess launched"
3035 msgstr ""
3036
3037 #: src/launch.c:203
3038 msgid "guestfs_config: parameter must begin with '-' character"
3039 msgstr ""
3040
3041 #: src/launch.c:217
3042 #, c-format
3043 msgid "guestfs_config: parameter '%s' isn't allowed"
3044 msgstr ""
3045
3046 #: src/launch.c:289 src/launch.c:407
3047 msgid "filename cannot contain ',' (comma) character"
3048 msgstr ""
3049
3050 #: src/launch.c:303 src/launch.c:311
3051 #, c-format
3052 msgid "%s parameter is empty or contains disallowed characters"
3053 msgstr ""
3054
3055 #: src/launch.c:426
3056 msgid "the libguestfs handle has already been launched"
3057 msgstr ""
3058
3059 #: src/launch.c:437
3060 #, c-format
3061 msgid "%s: cannot create temporary directory"
3062 msgstr ""
3063
3064 #: src/launch.c:474
3065 msgid "you must call guestfs_add_drive before guestfs_launch"
3066 msgstr ""
3067
3068 #: src/launch.c:895
3069 msgid "guestfs_launch failed, see earlier error messages"
3070 msgstr ""
3071
3072 #: src/launch.c:908
3073 msgid "qemu launched and contacted daemon, but state != READY"
3074 msgstr ""
3075
3076 #: src/launch.c:998
3077 msgid "guestfs_launch failed, unexpected initial message from guestfsd"
3078 msgstr ""
3079
3080 #: src/launch.c:1006
3081 msgid "contacted guestfsd, but state != READY"
3082 msgstr ""
3083
3084 #: src/launch.c:1178
3085 #, c-format
3086 msgid ""
3087 "command failed: %s\n"
3088 "\n"
3089 "If qemu is located on a non-standard path, try setting the LIBGUESTFS_QEMU\n"
3090 "environment variable.  There may also be errors printed above."
3091 msgstr ""
3092
3093 #: src/launch.c:1318
3094 msgid "qemu has not been launched yet"
3095 msgstr ""
3096
3097 #: src/launch.c:1329
3098 msgid "no subprocess to kill"
3099 msgstr ""
3100
3101 #: src/proto.c:188
3102 #, c-format
3103 msgid "guestfs_set_busy: called when in state %d != READY"
3104 msgstr ""
3105
3106 #: src/proto.c:211
3107 #, c-format
3108 msgid "guestfs_end_busy: called when in state %d"
3109 msgstr ""
3110
3111 #: src/proto.c:421
3112 #, c-format
3113 msgid ""
3114 "check_for_daemon_cancellation_or_eof: read 0x%x from daemon, expected 0x%x\n"
3115 msgstr ""
3116
3117 #: src/proto.c:543
3118 msgid ""
3119 "This usually means the libguestfs appliance failed to start up.  Please\n"
3120 "enable debugging (LIBGUESTFS_DEBUG=1) and rerun the command, then look at\n"
3121 "the debug messages output prior to this error.\n"
3122 msgstr ""
3123
3124 #: src/proto.c:549
3125 msgid "See earlier debug messages.\n"
3126 msgstr ""
3127
3128 #: src/proto.c:639
3129 #, c-format
3130 msgid "received magic signature from guestfsd, but in state %d"
3131 msgstr ""
3132
3133 #: src/proto.c:658
3134 #, c-format
3135 msgid "message length (%u) > maximum possible size (%d)"
3136 msgstr ""
3137
3138 #: src/proto.c:810
3139 #, c-format
3140 msgid "guestfs___send: state %d != BUSY"
3141 msgstr ""
3142
3143 #: src/proto.c:834
3144 msgid "xdr_guestfs_message_header failed"
3145 msgstr ""
3146
3147 #: src/proto.c:843
3148 msgid "dispatch failed to marshal args"
3149 msgstr ""
3150
3151 #: src/proto.c:922 src/proto.c:1218
3152 msgid "operation cancelled by user"
3153 msgstr ""
3154
3155 #: src/proto.c:973
3156 #, c-format
3157 msgid "send_file_chunk: state %d != READY"
3158 msgstr ""
3159
3160 #: src/proto.c:989
3161 #, c-format
3162 msgid "xdr_guestfs_chunk failed (buf = %p, buflen = %zu)"
3163 msgstr ""
3164
3165 #: src/proto.c:1145
3166 #, c-format
3167 msgid "%s: error in chunked encoding"
3168 msgstr ""
3169
3170 #: src/proto.c:1172
3171 msgid "write to daemon socket"
3172 msgstr ""
3173
3174 #: src/proto.c:1195
3175 msgid "receive_file_data: parse error in reply callback"
3176 msgstr ""
3177
3178 #: src/proto.c:1200
3179 msgid "receive_file_data: unexpected flag received when reading file chunks"
3180 msgstr ""
3181
3182 #: src/proto.c:1208
3183 msgid "failed to parse file chunk"
3184 msgstr ""
3185
3186 #: src/proto.c:1222
3187 msgid "file receive cancelled by daemon"
3188 msgstr ""
3189
3190 #: src/virt.c:106 src/virt.c:400
3191 msgid "you cannot set both live and readonly flags"
3192 msgstr ""
3193
3194 #: src/virt.c:114
3195 #, c-format
3196 msgid "could not connect to libvirt (code %d, domain %d): %s"
3197 msgstr ""
3198
3199 #: src/virt.c:135
3200 #, c-format
3201 msgid "no libvirt domain called '%s': %s"
3202 msgstr ""
3203
3204 #: src/virt.c:195 src/virt.c:523
3205 #, c-format
3206 msgid "error reading libvirt XML information: %s"
3207 msgstr ""
3208
3209 #: src/virt.c:205 src/virt.c:531
3210 msgid "unable to parse XML information returned by libvirt"
3211 msgstr ""
3212
3213 #: src/virt.c:211 src/virt.c:537
3214 msgid "unable to create new XPath context"
3215 msgstr ""
3216
3217 #: src/virt.c:218 src/virt.c:552
3218 msgid "unable to evaluate XPath expression"
3219 msgstr ""
3220
3221 #: src/virt.c:327
3222 msgid "libvirt domain has no disks"
3223 msgstr ""
3224
3225 #: src/virt.c:394
3226 msgid "unknown readonlydisk parameter"
3227 msgstr ""
3228
3229 #: src/virt.c:411
3230 #, c-format
3231 msgid "error getting domain info: %s"
3232 msgstr ""
3233
3234 #: src/virt.c:425
3235 msgid ""
3236 "error: domain is a live virtual machine.\n"
3237 "Writing to the disks of a running virtual machine can cause disk "
3238 "corruption.\n"
3239 "Either use read-only access, or if the guest is running the guestfsd daemon\n"
3240 "specify live access.  In most libguestfs tools these options are --ro or\n"
3241 "--live respectively.  Consult the documentation for further information."
3242 msgstr ""
3243
3244 #: src/virt.c:490
3245 #, c-format
3246 msgid ""
3247 "%s: disk is marked <readonly/> in libvirt XML, and readonlydisk was set to "
3248 "\"error\""
3249 msgstr ""
3250
3251 #: src/virt.c:580
3252 msgid ""
3253 "this guest has no libvirt <channel> definition for guestfsd\n"
3254 "See ATTACHING TO RUNNING DAEMONS in guestfs(3) for further information."
3255 msgstr ""
3256
3257 #: src/virt.c:605
3258 msgid ""
3259 "add-domain API not available since this version of libguestfs was compiled "
3260 "without libvirt or libxml2"
3261 msgstr ""
3262
3263 #: test-tool/test-tool.c:79
3264 #, c-format
3265 msgid ""
3266 "libguestfs-test-tool: interactive test tool\n"
3267 "Copyright (C) 2009-2011 Red Hat Inc.\n"
3268 "Usage:\n"
3269 "  libguestfs-test-tool [--options]\n"
3270 "Options:\n"
3271 "  --help         Display usage\n"
3272 "  --qemudir dir  Specify QEMU source directory\n"
3273 "  --qemu qemu    Specify QEMU binary\n"
3274 "  --timeout n\n"
3275 "  -t n           Set launch timeout (default: %d seconds)\n"
3276 msgstr ""
3277
3278 #: test-tool/test-tool.c:128
3279 #, c-format
3280 msgid "libguestfs-test-tool: unknown long option: %s (%d)\n"
3281 msgstr ""
3282
3283 #: test-tool/test-tool.c:137
3284 #, c-format
3285 msgid "libguestfs-test-tool: invalid timeout: %s\n"
3286 msgstr ""
3287
3288 #: test-tool/test-tool.c:149
3289 #, c-format
3290 msgid "libguestfs-test-tool: unexpected command line option 0x%x\n"
3291 msgstr ""
3292
3293 #: test-tool/test-tool.c:175
3294 #, c-format
3295 msgid "libguestfs-test-tool: failed to create libguestfs handle\n"
3296 msgstr ""
3297
3298 #: test-tool/test-tool.c:182
3299 #, c-format
3300 msgid "libguestfs-test-tool: failed to add drive '%s'\n"
3301 msgstr ""
3302
3303 #: test-tool/test-tool.c:190
3304 #, c-format
3305 msgid "libguestfs-test-tool: guestfs_version failed\n"
3306 msgstr ""
3307
3308 #: test-tool/test-tool.c:224
3309 #, c-format
3310 msgid "libguestfs-test-tool: failed to launch appliance\n"
3311 msgstr ""
3312
3313 #: test-tool/test-tool.c:236
3314 #, c-format
3315 msgid "libguestfs-test-tool: failed to run part-disk\n"
3316 msgstr ""
3317
3318 #: test-tool/test-tool.c:242
3319 #, c-format
3320 msgid "libguestfs-test-tool: failed to mkfs.ext2\n"
3321 msgstr ""
3322
3323 #: test-tool/test-tool.c:248
3324 #, c-format
3325 msgid "libguestfs-test-tool: failed to mount /dev/sda1 on /\n"
3326 msgstr ""
3327
3328 #: test-tool/test-tool.c:255
3329 #, c-format
3330 msgid "libguestfs-test-tool: failed to touch file\n"
3331 msgstr ""
3332
3333 #: test-tool/test-tool.c:289
3334 #, c-format
3335 msgid ""
3336 "LIBGUESTFS_QEMU environment variable is already set, so\n"
3337 "--qemu/--qemudir options cannot be used.\n"
3338 msgstr ""
3339
3340 #: test-tool/test-tool.c:297
3341 #, c-format
3342 msgid "Binary '%s' does not exist or is not executable\n"
3343 msgstr ""
3344
3345 #: test-tool/test-tool.c:311
3346 #, c-format
3347 msgid "%s: does not look like a qemu source directory\n"
3348 msgstr ""
3349
3350 #: tools/virt-list-filesystems.pl:148
3351 msgid "virt-list-filesystems: no image or VM name given"
3352 msgstr ""
3353
3354 #: tools/virt-list-partitions.pl:160
3355 msgid "virt-list-partitions: no image or VM name given"
3356 msgstr ""
3357
3358 #: tools/virt-make-fs.pl:293
3359 msgid "virt-make-fs input output\n"
3360 msgstr ""
3361
3362 #: tools/virt-make-fs.pl:323
3363 msgid "unexpected output from 'du' command"
3364 msgstr ""
3365
3366 #: tools/virt-make-fs.pl:335 tools/virt-make-fs.pl:349
3367 #: tools/virt-make-fs.pl:476
3368 #, perl-brace-format
3369 msgid "{f}: unknown input format: {fmt}\n"
3370 msgstr ""
3371
3372 #: tools/virt-make-fs.pl:393
3373 #, perl-brace-format
3374 msgid "virt-make-fs: cannot parse size parameter: {sz}\n"
3375 msgstr ""
3376
3377 #: tools/virt-make-fs.pl:408
3378 msgid ""
3379 "qemu-img create: failed to create disk image, see earlier error messages\n"
3380 msgstr ""
3381
3382 #: tools/virt-make-fs.pl:419
3383 msgid "virt-make-fs: NTFS support was disabled when libguestfs was compiled\n"
3384 msgstr ""
3385
3386 #: tools/virt-make-fs.pl:460
3387 msgid "tar: failed, see earlier messages\n"
3388 msgstr ""
3389
3390 #: tools/virt-make-fs.pl:482
3391 msgid "uncompress command failed, see earlier messages\n"
3392 msgstr ""
3393
3394 #: tools/virt-make-fs.pl:517
3395 msgid ""
3396 "virt-make-fs: error copying contents into filesystem\n"
3397 "An error here usually means that the program did not estimate the\n"
3398 "filesystem size correctly.  Please read the BUGS section of the manpage.\n"
3399 msgstr ""
3400
3401 #: tools/virt-tar.pl:193 tools/virt-tar.pl:200
3402 msgid "virt-tar: extract/upload mode specified twice on the command line\n"
3403 msgstr ""
3404
3405 #: tools/virt-tar.pl:222
3406 msgid "virt-tar: no image, VM names, directory or filename given"
3407 msgstr ""
3408
3409 #: tools/virt-tar.pl:225
3410 msgid "virt-tar: either -x or -u must be specified on the command line\n"
3411 msgstr ""
3412
3413 #: tools/virt-tar.pl:236
3414 #, perl-brace-format
3415 msgid "virt-tar: {tarball}: file not found\n"
3416 msgstr ""
3417
3418 #: tools/virt-tar.pl:239
3419 #, perl-brace-format
3420 msgid "virt-tar: {dir}: directory name must start with '/' character\n"
3421 msgstr ""
3422
3423 #: tools/virt-tar.pl:253 tools/virt-win-reg.pl:261
3424 #, perl-brace-format
3425 msgid ""
3426 "{prog}: No operating system could be detected inside this disk image.\n"
3427 "\n"
3428 "This may be because the file is not a disk image, or is not a virtual "
3429 "machine\n"
3430 "image, or because the OS type is not understood by libguestfs.\n"
3431 "\n"
3432 "If you feel this is an error, please file a bug report including as much\n"
3433 "information about the disk image as possible.\n"
3434 msgstr ""
3435
3436 #: tools/virt-tar.pl:257 tools/virt-win-reg.pl:265
3437 #, perl-brace-format
3438 msgid "{prog}: multiboot operating systems are not supported.\n"
3439 msgstr ""
3440
3441 #: tools/virt-win-reg.pl:245
3442 msgid "no libvirt domain name or disk image given\n"
3443 msgstr ""
3444
3445 #: tools/virt-win-reg.pl:287
3446 msgid ""
3447 "expecting 1 or 2 more parameters, subkey path and optionally the value to "
3448 "export\n"
3449 msgstr ""
3450
3451 #: tools/virt-win-reg.pl:446
3452 #, perl-brace-format
3453 msgid "virt-win-reg: {p}: cannot find user directory\n"
3454 msgstr ""
3455
3456 #: tools/virt-win-reg.pl:451
3457 #, perl-brace-format
3458 msgid "virt-win-reg: {p}: not a supported Windows Registry path\n"
3459 msgstr ""
3460
3461 #: tools/virt-win-reg.pl:522 tools/virt-win-reg.pl:544
3462 #, perl-brace-format
3463 msgid "virt-win-reg: {p}: file not found in guest: {err}\n"
3464 msgstr ""
3465
3466 #: tools/virt-win-reg.pl:529
3467 #, perl-brace-format
3468 msgid "virt-win-reg: {p}: could not download registry file: {err}\n"
3469 msgstr ""
3470
3471 #: tools/virt-win-reg.pl:551
3472 #, perl-brace-format
3473 msgid "virt-win-reg: {p}: could not upload registry file: {err}\n"
3474 msgstr ""