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