ce6921a72b658855bc1d8bd0652165be1adcdeed
[libguestfs.git] / po / libguestfs.pot
1 # SOME DESCRIPTIVE TITLE.
2 # Copyright (C) YEAR Red Hat Inc.
3 # This file is distributed under the same license as the PACKAGE package.
4 # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5 #
6 #, fuzzy
7 msgid ""
8 msgstr ""
9 "Project-Id-Version: libguestfs 1.8.5\n"
10 "Report-Msgid-Bugs-To: https://bugzilla.redhat.com/enter_bug.cgi?"
11 "component=libguestfs&product=Virtualization+Tools\n"
12 "POT-Creation-Date: 2011-04-11 11:35+0100\n"
13 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
14 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
15 "Language-Team: LANGUAGE <LL@li.org>\n"
16 "Language: \n"
17 "MIME-Version: 1.0\n"
18 "Content-Type: text/plain; charset=CHARSET\n"
19 "Content-Transfer-Encoding: 8bit\n"
20
21 #: cat/virt-cat.c:54 cat/virt-filesystems.c:96 cat/virt-ls.c:55 df/main.c:67
22 #: fish/fish.c:94 fuse/guestmount.c:906 inspector/virt-inspector.c:68
23 #: rescue/virt-rescue.c:56
24 #, c-format
25 msgid "Try `%s --help' for more information.\n"
26 msgstr ""
27
28 #: cat/virt-cat.c:58
29 #, c-format
30 msgid ""
31 "%s: display files in a virtual machine\n"
32 "Copyright (C) 2010 Red Hat Inc.\n"
33 "Usage:\n"
34 "  %s [--options] -d domname file [file ...]\n"
35 "  %s [--options] -a disk.img [-a disk.img ...] file [file ...]\n"
36 "Options:\n"
37 "  -a|--add image       Add image\n"
38 "  -c|--connect uri     Specify libvirt URI for -d option\n"
39 "  -d|--domain guest    Add disks from libvirt guest\n"
40 "  --echo-keys          Don't turn off echo for passphrases\n"
41 "  --format[=raw|..]    Force disk format for -a option\n"
42 "  --help               Display brief help\n"
43 "  --keys-from-stdin    Read passphrases from stdin\n"
44 "  -v|--verbose         Verbose messages\n"
45 "  -V|--version         Display version and exit\n"
46 "  -x                   Trace libguestfs API calls\n"
47 "For more information, see the manpage %s(1).\n"
48 msgstr ""
49
50 #: cat/virt-cat.c:114 cat/virt-filesystems.c:199 cat/virt-ls.c:120
51 #: df/domains.c:428 df/main.c:133 fish/fish.c:213 fuse/guestmount.c:1018
52 #: inspector/virt-inspector.c:128 rescue/virt-rescue.c:128
53 #, c-format
54 msgid "guestfs_create: failed to create handle\n"
55 msgstr ""
56
57 #: cat/virt-cat.c:136 cat/virt-filesystems.c:253 cat/virt-ls.c:142
58 #: df/main.c:157 fish/fish.c:281 fuse/guestmount.c:1066
59 #: inspector/virt-inspector.c:150 rescue/virt-rescue.c:152
60 #, c-format
61 msgid "%s: unknown long option: %s (%d)\n"
62 msgstr ""
63
64 #: cat/virt-filesystems.c:100
65 #, c-format
66 msgid ""
67 "%s: list filesystems, partitions, block devices, LVM in a VM\n"
68 "Copyright (C) 2010 Red Hat Inc.\n"
69 "Usage:\n"
70 "  %s [--options] -d domname\n"
71 "  %s [--options] -a disk.img [-a disk.img ...]\n"
72 "Options:\n"
73 "  -a|--add image       Add image\n"
74 "  --all                Display everything\n"
75 "  --blkdevs|--block-devices\n"
76 "                       Display block devices\n"
77 "  -c|--connect uri     Specify libvirt URI for -d option\n"
78 "  --csv                Output as Comma-Separated Values\n"
79 "  -d|--domain guest    Add disks from libvirt guest\n"
80 "  --echo-keys          Don't turn off echo for passphrases\n"
81 "  --extra              Display swap and data filesystems\n"
82 "  --filesystems        Display mountable filesystems\n"
83 "  --format[=raw|..]    Force disk format for -a option\n"
84 "  -h|--human-readable  Human-readable sizes in --long output\n"
85 "  --help               Display brief help\n"
86 "  --keys-from-stdin    Read passphrases from stdin\n"
87 "  -l|--long            Long output\n"
88 "  --lvs|--logvols|--logical-volumes\n"
89 "                       Display LVM logical volumes\n"
90 "  --no-title           No title in --long output\n"
91 "  --parts|--partitions Display partitions\n"
92 "  --pvs|--physvols|--physical-volumes\n"
93 "                       Display LVM physical volumes\n"
94 "  --uuid|--uuids       Add UUIDs to --long output\n"
95 "  -v|--verbose         Verbose messages\n"
96 "  -V|--version         Display version and exit\n"
97 "  --vgs|--volgroups|--volume-groups\n"
98 "                       Display LVM volume groups\n"
99 "  -x                   Trace libguestfs API calls\n"
100 "For more information, see the manpage %s(1).\n"
101 msgstr ""
102
103 #: cat/virt-filesystems.c:314 df/main.c:251
104 #, c-format
105 msgid "%s: you cannot use -h and --csv options together.\n"
106 msgstr ""
107
108 #: cat/virt-ls.c:59
109 #, c-format
110 msgid ""
111 "%s: list files in a virtual machine\n"
112 "Copyright (C) 2010 Red Hat Inc.\n"
113 "Usage:\n"
114 "  %s [--options] -d domname file [dir ...]\n"
115 "  %s [--options] -a disk.img [-a disk.img ...] dir [dir ...]\n"
116 "Options:\n"
117 "  -a|--add image       Add image\n"
118 "  -c|--connect uri     Specify libvirt URI for -d option\n"
119 "  -d|--domain guest    Add disks from libvirt guest\n"
120 "  --echo-keys          Don't turn off echo for passphrases\n"
121 "  --format[=raw|..]    Force disk format for -a option\n"
122 "  --help               Display brief help\n"
123 "  --keys-from-stdin    Read passphrases from stdin\n"
124 "  -l|--long            Long listing\n"
125 "  -R|--recursive       Recursive listing\n"
126 "  -v|--verbose         Verbose messages\n"
127 "  -V|--version         Display version and exit\n"
128 "  -x                   Trace libguestfs API calls\n"
129 "For more information, see the manpage %s(1).\n"
130 msgstr ""
131
132 #: df/domains.c:115
133 #, c-format
134 msgid "%s: could not connect to libvirt (code %d, domain %d): %s"
135 msgstr ""
136
137 #: df/domains.c:124
138 #, c-format
139 msgid "%s: could not get number of running domains (code %d, domain %d): %s"
140 msgstr ""
141
142 #: df/domains.c:134
143 #, c-format
144 msgid "%s: could not list running domains (code %d, domain %d): %s"
145 msgstr ""
146
147 #: df/domains.c:145
148 #, c-format
149 msgid "%s: could not get number of inactive domains (code %d, domain %d): %s"
150 msgstr ""
151
152 #: df/domains.c:155
153 #, c-format
154 msgid "%s: could not list inactive domains (code %d, domain %d): %s"
155 msgstr ""
156
157 #: df/domains.c:281
158 #, c-format
159 msgid "%s: ignoring %s, it has too many disks (%zu > %d)"
160 msgstr ""
161
162 #: df/main.c:71
163 #, c-format
164 msgid ""
165 "%s: display free space on virtual filesystems\n"
166 "Copyright (C) 2010 Red Hat Inc.\n"
167 "Usage:\n"
168 "  %s [--options] -d domname\n"
169 "  %s [--options] -a disk.img [-a disk.img ...]\n"
170 "Options:\n"
171 "  -a|--add image       Add image\n"
172 "  -c|--connect uri     Specify libvirt URI for -d option\n"
173 "  --csv                Output as Comma-Separated Values\n"
174 "  -d|--domain guest    Add disks from libvirt guest\n"
175 "  --format[=raw|..]    Force disk format for -a option\n"
176 "  -h|--human-readable  Human-readable sizes in --long output\n"
177 "  --help               Display brief help\n"
178 "  -i|--inodes          Display inodes\n"
179 "  --one-per-guest      Separate appliance per guest\n"
180 "  --uuid               Add UUIDs to --long output\n"
181 "  -v|--verbose         Verbose messages\n"
182 "  -V|--version         Display version and exit\n"
183 "  -x                   Trace libguestfs API calls\n"
184 "For more information, see the manpage %s(1).\n"
185 msgstr ""
186
187 #: df/main.c:263
188 #, c-format
189 msgid "%s: compiled without support for libvirt.\n"
190 msgstr ""
191
192 #: df/output.c:49
193 msgid "VirtualMachine"
194 msgstr ""
195
196 #: df/output.c:50
197 msgid "Filesystem"
198 msgstr ""
199
200 #: df/output.c:53
201 msgid "1K-blocks"
202 msgstr ""
203
204 #: df/output.c:55
205 msgid "Size"
206 msgstr ""
207
208 #: df/output.c:56
209 msgid "Used"
210 msgstr ""
211
212 #: df/output.c:57
213 msgid "Available"
214 msgstr ""
215
216 #: df/output.c:58
217 msgid "Use%"
218 msgstr ""
219
220 #: df/output.c:60
221 msgid "Inodes"
222 msgstr ""
223
224 #: df/output.c:61
225 msgid "IUsed"
226 msgstr ""
227
228 #: df/output.c:62
229 msgid "IFree"
230 msgstr ""
231
232 #: df/output.c:63
233 msgid "IUse%"
234 msgstr ""
235
236 #: fish/alloc.c:37
237 #, c-format
238 msgid "use 'alloc file size' to create an image\n"
239 msgstr ""
240
241 #: fish/alloc.c:51
242 #, c-format
243 msgid "use 'sparse file size' to create a sparse image\n"
244 msgstr ""
245
246 #: fish/alloc.c:75
247 #, c-format
248 msgid "can't allocate or add disks after launching\n"
249 msgstr ""
250
251 #: fish/alloc.c:156
252 #, c-format
253 msgid "%s: invalid integer parameter (%s returned %d)\n"
254 msgstr ""
255
256 #: fish/cmds.c:2487
257 msgid "Command"
258 msgstr ""
259
260 #: fish/cmds.c:2487
261 msgid "Description"
262 msgstr ""
263
264 #: fish/cmds.c:2489
265 msgid "add a CD-ROM disk image to examine"
266 msgstr ""
267
268 #: fish/cmds.c:2490
269 msgid "add the disk(s) from a named libvirt domain"
270 msgstr ""
271
272 #: fish/cmds.c:2491 fish/cmds.c:2492
273 msgid "add an image to examine or modify"
274 msgstr ""
275
276 #: fish/cmds.c:2493
277 msgid "add a drive in snapshot mode (read-only)"
278 msgstr ""
279
280 #: fish/cmds.c:2494
281 msgid "add a drive read-only specifying the QEMU block emulation to use"
282 msgstr ""
283
284 #: fish/cmds.c:2495
285 msgid "add a drive specifying the QEMU block emulation to use"
286 msgstr ""
287
288 #: fish/cmds.c:2496
289 msgid "allocate and add a disk file"
290 msgstr ""
291
292 #: fish/cmds.c:2497
293 msgid "clear Augeas path"
294 msgstr ""
295
296 #: fish/cmds.c:2498
297 msgid "close the current Augeas handle"
298 msgstr ""
299
300 #: fish/cmds.c:2499
301 msgid "define an Augeas node"
302 msgstr ""
303
304 #: fish/cmds.c:2500
305 msgid "define an Augeas variable"
306 msgstr ""
307
308 #: fish/cmds.c:2501
309 msgid "look up the value of an Augeas path"
310 msgstr ""
311
312 #: fish/cmds.c:2502
313 msgid "create a new Augeas handle"
314 msgstr ""
315
316 #: fish/cmds.c:2503
317 msgid "insert a sibling Augeas node"
318 msgstr ""
319
320 #: fish/cmds.c:2504
321 msgid "load files into the tree"
322 msgstr ""
323
324 #: fish/cmds.c:2505
325 msgid "list Augeas nodes under augpath"
326 msgstr ""
327
328 #: fish/cmds.c:2506
329 msgid "return Augeas nodes which match augpath"
330 msgstr ""
331
332 #: fish/cmds.c:2507
333 msgid "move Augeas node"
334 msgstr ""
335
336 #: fish/cmds.c:2508
337 msgid "remove an Augeas path"
338 msgstr ""
339
340 #: fish/cmds.c:2509
341 msgid "write all pending Augeas changes to disk"
342 msgstr ""
343
344 #: fish/cmds.c:2510
345 msgid "set Augeas path to value"
346 msgstr ""
347
348 #: fish/cmds.c:2511
349 msgid "test availability of some parts of the API"
350 msgstr ""
351
352 #: fish/cmds.c:2512
353 msgid "return a list of all optional groups"
354 msgstr ""
355
356 #: fish/cmds.c:2513
357 msgid "upload base64-encoded data to file"
358 msgstr ""
359
360 #: fish/cmds.c:2514
361 msgid "download file and encode as base64"
362 msgstr ""
363
364 #: fish/cmds.c:2515
365 msgid "flush device buffers"
366 msgstr ""
367
368 #: fish/cmds.c:2516
369 msgid "get blocksize of block device"
370 msgstr ""
371
372 #: fish/cmds.c:2517
373 msgid "is block device set to read-only"
374 msgstr ""
375
376 #: fish/cmds.c:2518
377 msgid "get total size of device in bytes"
378 msgstr ""
379
380 #: fish/cmds.c:2519
381 msgid "get sectorsize of block device"
382 msgstr ""
383
384 #: fish/cmds.c:2520
385 msgid "get total size of device in 512-byte sectors"
386 msgstr ""
387
388 #: fish/cmds.c:2521
389 msgid "reread partition table"
390 msgstr ""
391
392 #: fish/cmds.c:2522
393 msgid "set blocksize of block device"
394 msgstr ""
395
396 #: fish/cmds.c:2523
397 msgid "set block device to read-only"
398 msgstr ""
399
400 #: fish/cmds.c:2524
401 msgid "set block device to read-write"
402 msgstr ""
403
404 #: fish/cmds.c:2525
405 msgid "return true path on case-insensitive filesystem"
406 msgstr ""
407
408 #: fish/cmds.c:2526
409 msgid "list the contents of a file"
410 msgstr ""
411
412 #: fish/cmds.c:2527
413 msgid "compute MD5, SHAx or CRC checksum of file"
414 msgstr ""
415
416 #: fish/cmds.c:2528
417 msgid "compute MD5, SHAx or CRC checksum of the contents of a device"
418 msgstr ""
419
420 #: fish/cmds.c:2529
421 msgid "compute MD5, SHAx or CRC checksum of files in a directory"
422 msgstr ""
423
424 #: fish/cmds.c:2530
425 msgid "change file mode"
426 msgstr ""
427
428 #: fish/cmds.c:2531 fish/cmds.c:2639
429 msgid "change file owner and group"
430 msgstr ""
431
432 #: fish/cmds.c:2532
433 msgid "run a command from the guest filesystem"
434 msgstr ""
435
436 #: fish/cmds.c:2533
437 msgid "run a command, returning lines"
438 msgstr ""
439
440 #: fish/cmds.c:2534
441 msgid "add qemu parameters"
442 msgstr ""
443
444 #: fish/cmds.c:2535
445 msgid "copy local files or directories into an image"
446 msgstr ""
447
448 #: fish/cmds.c:2536
449 msgid "copy remote files or directories out of an image"
450 msgstr ""
451
452 #: fish/cmds.c:2537
453 msgid "copy size bytes from source to destination using dd"
454 msgstr ""
455
456 #: fish/cmds.c:2538
457 msgid "copy a file"
458 msgstr ""
459
460 #: fish/cmds.c:2539
461 msgid "copy a file or directory recursively"
462 msgstr ""
463
464 #: fish/cmds.c:2540
465 msgid "copy from source to destination using dd"
466 msgstr ""
467
468 #: fish/cmds.c:2541
469 msgid "debugging and internals"
470 msgstr ""
471
472 #: fish/cmds.c:2542
473 msgid "debug the QEMU command line (internal use only)"
474 msgstr ""
475
476 #: fish/cmds.c:2543
477 msgid "upload a file to the appliance (internal use only)"
478 msgstr ""
479
480 #: fish/cmds.c:2544
481 msgid "report file system disk space usage"
482 msgstr ""
483
484 #: fish/cmds.c:2545
485 msgid "report file system disk space usage (human readable)"
486 msgstr ""
487
488 #: fish/cmds.c:2546
489 msgid "return kernel messages"
490 msgstr ""
491
492 #: fish/cmds.c:2547
493 msgid "download a file to the local machine"
494 msgstr ""
495
496 #: fish/cmds.c:2548
497 msgid "download a file to the local machine with offset and size"
498 msgstr ""
499
500 #: fish/cmds.c:2549
501 msgid "drop kernel page cache, dentries and inodes"
502 msgstr ""
503
504 #: fish/cmds.c:2550
505 msgid "estimate file space usage"
506 msgstr ""
507
508 #: fish/cmds.c:2551
509 msgid "check an ext2/ext3 filesystem"
510 msgstr ""
511
512 #: fish/cmds.c:2552
513 msgid "display a line of text"
514 msgstr ""
515
516 #: fish/cmds.c:2553
517 msgid "echo arguments back to the client"
518 msgstr ""
519
520 #: fish/cmds.c:2554
521 msgid "edit a file"
522 msgstr ""
523
524 #: fish/cmds.c:2555 fish/cmds.c:2556 fish/cmds.c:2561 fish/cmds.c:2562
525 #: fish/cmds.c:2594 fish/cmds.c:2595 fish/cmds.c:2830 fish/cmds.c:2831
526 #: fish/cmds.c:2835 fish/cmds.c:2836 fish/cmds.c:2838 fish/cmds.c:2839
527 msgid "return lines matching a pattern"
528 msgstr ""
529
530 #: fish/cmds.c:2557
531 msgid "test if two files have equal contents"
532 msgstr ""
533
534 #: fish/cmds.c:2558
535 msgid "test if file or directory exists"
536 msgstr ""
537
538 #: fish/cmds.c:2559 fish/cmds.c:2560
539 msgid "preallocate a file in the guest filesystem"
540 msgstr ""
541
542 #: fish/cmds.c:2563
543 msgid "determine file type"
544 msgstr ""
545
546 #: fish/cmds.c:2564
547 msgid "detect the architecture of a binary file"
548 msgstr ""
549
550 #: fish/cmds.c:2565
551 msgid "return the size of the file in bytes"
552 msgstr ""
553
554 #: fish/cmds.c:2566
555 msgid "fill a file with octets"
556 msgstr ""
557
558 #: fish/cmds.c:2567
559 msgid "fill a file with a repeating pattern of bytes"
560 msgstr ""
561
562 #: fish/cmds.c:2568
563 msgid "find all files and directories"
564 msgstr ""
565
566 #: fish/cmds.c:2569
567 msgid "find all files and directories, returning NUL-separated list"
568 msgstr ""
569
570 #: fish/cmds.c:2570
571 msgid "find a filesystem by label"
572 msgstr ""
573
574 #: fish/cmds.c:2571
575 msgid "find a filesystem by UUID"
576 msgstr ""
577
578 #: fish/cmds.c:2572
579 msgid "run the filesystem checker"
580 msgstr ""
581
582 #: fish/cmds.c:2573
583 msgid "get the additional kernel options"
584 msgstr ""
585
586 #: fish/cmds.c:2574
587 msgid "get autosync mode"
588 msgstr ""
589
590 #: fish/cmds.c:2575
591 msgid "get direct appliance mode flag"
592 msgstr ""
593
594 #: fish/cmds.c:2576
595 msgid "get the ext2/3/4 filesystem label"
596 msgstr ""
597
598 #: fish/cmds.c:2577
599 msgid "get the ext2/3/4 filesystem UUID"
600 msgstr ""
601
602 #: fish/cmds.c:2578
603 msgid "get memory allocated to the qemu subprocess"
604 msgstr ""
605
606 #: fish/cmds.c:2579
607 msgid "get enable network flag"
608 msgstr ""
609
610 #: fish/cmds.c:2580
611 msgid "get the search path"
612 msgstr ""
613
614 #: fish/cmds.c:2581
615 msgid "get PID of qemu subprocess"
616 msgstr ""
617
618 #: fish/cmds.c:2582
619 msgid "get the qemu binary"
620 msgstr ""
621
622 #: fish/cmds.c:2583
623 msgid "get recovery process enabled flag"
624 msgstr ""
625
626 #: fish/cmds.c:2584
627 msgid "get SELinux enabled flag"
628 msgstr ""
629
630 #: fish/cmds.c:2585
631 msgid "get the current state"
632 msgstr ""
633
634 #: fish/cmds.c:2586
635 msgid "get command trace enabled flag"
636 msgstr ""
637
638 #: fish/cmds.c:2587
639 msgid "get the current umask"
640 msgstr ""
641
642 #: fish/cmds.c:2588
643 msgid "get verbose mode"
644 msgstr ""
645
646 #: fish/cmds.c:2589
647 msgid "get SELinux security context"
648 msgstr ""
649
650 #: fish/cmds.c:2590 fish/cmds.c:2640
651 msgid "get a single extended attribute"
652 msgstr ""
653
654 #: fish/cmds.c:2591 fish/cmds.c:2641
655 msgid "list extended attributes of a file or directory"
656 msgstr ""
657
658 #: fish/cmds.c:2592
659 msgid "expand wildcards in command"
660 msgstr ""
661
662 #: fish/cmds.c:2593
663 msgid "expand a wildcard path"
664 msgstr ""
665
666 #: fish/cmds.c:2596
667 msgid "install GRUB"
668 msgstr ""
669
670 #: fish/cmds.c:2597
671 msgid "return first 10 lines of a file"
672 msgstr ""
673
674 #: fish/cmds.c:2598
675 msgid "return first N lines of a file"
676 msgstr ""
677
678 #: fish/cmds.c:2599
679 msgid "dump a file in hexadecimal"
680 msgstr ""
681
682 #: fish/cmds.c:2600
683 msgid "edit with a hex editor"
684 msgstr ""
685
686 #: fish/cmds.c:2601
687 msgid "list the contents of a single file in an initrd"
688 msgstr ""
689
690 #: fish/cmds.c:2602
691 msgid "list files in an initrd"
692 msgstr ""
693
694 #: fish/cmds.c:2603
695 msgid "add an inotify watch"
696 msgstr ""
697
698 #: fish/cmds.c:2604
699 msgid "close the inotify handle"
700 msgstr ""
701
702 #: fish/cmds.c:2605
703 msgid "return list of watched files that had events"
704 msgstr ""
705
706 #: fish/cmds.c:2606
707 msgid "create an inotify handle"
708 msgstr ""
709
710 #: fish/cmds.c:2607
711 msgid "return list of inotify events"
712 msgstr ""
713
714 #: fish/cmds.c:2608
715 msgid "remove an inotify watch"
716 msgstr ""
717
718 #: fish/cmds.c:2609
719 msgid "get architecture of inspected operating system"
720 msgstr ""
721
722 #: fish/cmds.c:2610
723 msgid "get distro of inspected operating system"
724 msgstr ""
725
726 #: fish/cmds.c:2611
727 msgid "get filesystems associated with inspected operating system"
728 msgstr ""
729
730 #: fish/cmds.c:2612
731 msgid "get hostname of the operating system"
732 msgstr ""
733
734 #: fish/cmds.c:2613
735 msgid "get major version of inspected operating system"
736 msgstr ""
737
738 #: fish/cmds.c:2614
739 msgid "get minor version of inspected operating system"
740 msgstr ""
741
742 #: fish/cmds.c:2615
743 msgid "get mountpoints of inspected operating system"
744 msgstr ""
745
746 #: fish/cmds.c:2616
747 msgid "get package format used by the operating system"
748 msgstr ""
749
750 #: fish/cmds.c:2617
751 msgid "get package management tool used by the operating system"
752 msgstr ""
753
754 #: fish/cmds.c:2618
755 msgid "get product name of inspected operating system"
756 msgstr ""
757
758 #: fish/cmds.c:2619
759 msgid "return list of operating systems found by last inspection"
760 msgstr ""
761
762 #: fish/cmds.c:2620
763 msgid "get type of inspected operating system"
764 msgstr ""
765
766 #: fish/cmds.c:2621
767 msgid "get Windows systemroot of inspected operating system"
768 msgstr ""
769
770 #: fish/cmds.c:2622
771 msgid "get list of applications installed in the operating system"
772 msgstr ""
773
774 #: fish/cmds.c:2623
775 msgid "inspect disk and return list of operating systems found"
776 msgstr ""
777
778 #: fish/cmds.c:2624
779 msgid "test if block device"
780 msgstr ""
781
782 #: fish/cmds.c:2625
783 msgid "is busy processing a command"
784 msgstr ""
785
786 #: fish/cmds.c:2626
787 msgid "test if character device"
788 msgstr ""
789
790 #: fish/cmds.c:2627
791 msgid "is in configuration state"
792 msgstr ""
793
794 #: fish/cmds.c:2628
795 msgid "test if a directory"
796 msgstr ""
797
798 #: fish/cmds.c:2629
799 msgid "test if FIFO (named pipe)"
800 msgstr ""
801
802 #: fish/cmds.c:2630
803 msgid "test if a regular file"
804 msgstr ""
805
806 #: fish/cmds.c:2631
807 msgid "is launching subprocess"
808 msgstr ""
809
810 #: fish/cmds.c:2632
811 msgid "test if device is a logical volume"
812 msgstr ""
813
814 #: fish/cmds.c:2633
815 msgid "is ready to accept commands"
816 msgstr ""
817
818 #: fish/cmds.c:2634
819 msgid "test if socket"
820 msgstr ""
821
822 #: fish/cmds.c:2635
823 msgid "test if symbolic link"
824 msgstr ""
825
826 #: fish/cmds.c:2636
827 msgid "kill the qemu subprocess"
828 msgstr ""
829
830 #: fish/cmds.c:2637
831 msgid "launch the qemu subprocess"
832 msgstr ""
833
834 #: fish/cmds.c:2638
835 msgid "change working directory"
836 msgstr ""
837
838 #: fish/cmds.c:2642
839 msgid "list the block devices"
840 msgstr ""
841
842 #: fish/cmds.c:2643
843 msgid "list filesystems"
844 msgstr ""
845
846 #: fish/cmds.c:2644
847 msgid "list the partitions"
848 msgstr ""
849
850 #: fish/cmds.c:2645
851 msgid "list the files in a directory (long format)"
852 msgstr ""
853
854 #: fish/cmds.c:2646 fish/cmds.c:2647
855 msgid "create a hard link"
856 msgstr ""
857
858 #: fish/cmds.c:2648 fish/cmds.c:2649
859 msgid "create a symbolic link"
860 msgstr ""
861
862 #: fish/cmds.c:2650 fish/cmds.c:2741
863 msgid "remove extended attribute of a file or directory"
864 msgstr ""
865
866 #: fish/cmds.c:2651
867 msgid "list the files in a directory"
868 msgstr ""
869
870 #: fish/cmds.c:2652 fish/cmds.c:2766
871 msgid "set extended attribute of a file or directory"
872 msgstr ""
873
874 #: fish/cmds.c:2653
875 msgid "get file information for a symbolic link"
876 msgstr ""
877
878 #: fish/cmds.c:2654
879 msgid "lstat on multiple files"
880 msgstr ""
881
882 #: fish/cmds.c:2655
883 msgid "add a key on a LUKS encrypted device"
884 msgstr ""
885
886 #: fish/cmds.c:2656
887 msgid "close a LUKS device"
888 msgstr ""
889
890 #: fish/cmds.c:2657 fish/cmds.c:2658
891 msgid "format a block device as a LUKS encrypted device"
892 msgstr ""
893
894 #: fish/cmds.c:2659
895 msgid "remove a key from a LUKS encrypted device"
896 msgstr ""
897
898 #: fish/cmds.c:2660
899 msgid "open a LUKS-encrypted block device"
900 msgstr ""
901
902 #: fish/cmds.c:2661
903 msgid "open a LUKS-encrypted block device read-only"
904 msgstr ""
905
906 #: fish/cmds.c:2662
907 msgid "create an LVM logical volume"
908 msgstr ""
909
910 #: fish/cmds.c:2663
911 msgid "get canonical name of an LV"
912 msgstr ""
913
914 #: fish/cmds.c:2664
915 msgid "clear LVM device filter"
916 msgstr ""
917
918 #: fish/cmds.c:2665
919 msgid "remove all LVM LVs, VGs and PVs"
920 msgstr ""
921
922 #: fish/cmds.c:2666
923 msgid "set LVM device filter"
924 msgstr ""
925
926 #: fish/cmds.c:2667
927 msgid "remove an LVM logical volume"
928 msgstr ""
929
930 #: fish/cmds.c:2668
931 msgid "rename an LVM logical volume"
932 msgstr ""
933
934 #: fish/cmds.c:2669
935 msgid "resize an LVM logical volume"
936 msgstr ""
937
938 #: fish/cmds.c:2670
939 msgid "expand an LV to fill free space"
940 msgstr ""
941
942 #: fish/cmds.c:2671 fish/cmds.c:2672
943 msgid "list the LVM logical volumes (LVs)"
944 msgstr ""
945
946 #: fish/cmds.c:2673
947 msgid "get the UUID of a logical volume"
948 msgstr ""
949
950 #: fish/cmds.c:2674
951 msgid "lgetxattr on multiple files"
952 msgstr ""
953
954 #: fish/cmds.c:2675
955 msgid "open the manual"
956 msgstr ""
957
958 #: fish/cmds.c:2676
959 msgid "create a directory"
960 msgstr ""
961
962 #: fish/cmds.c:2677
963 msgid "create a directory with a particular mode"
964 msgstr ""
965
966 #: fish/cmds.c:2678
967 msgid "create a directory and parents"
968 msgstr ""
969
970 #: fish/cmds.c:2679
971 msgid "create a temporary directory"
972 msgstr ""
973
974 #: fish/cmds.c:2680 fish/cmds.c:2681 fish/cmds.c:2682
975 msgid "make ext2/3/4 filesystem with external journal"
976 msgstr ""
977
978 #: fish/cmds.c:2683
979 msgid "make ext2/3/4 external journal"
980 msgstr ""
981
982 #: fish/cmds.c:2684
983 msgid "make ext2/3/4 external journal with label"
984 msgstr ""
985
986 #: fish/cmds.c:2685
987 msgid "make ext2/3/4 external journal with UUID"
988 msgstr ""
989
990 #: fish/cmds.c:2686
991 msgid "make FIFO (named pipe)"
992 msgstr ""
993
994 #: fish/cmds.c:2687 fish/cmds.c:2689
995 msgid "make a filesystem"
996 msgstr ""
997
998 #: fish/cmds.c:2688
999 msgid "make a filesystem with block size"
1000 msgstr ""
1001
1002 #: fish/cmds.c:2690
1003 msgid "create a mountpoint"
1004 msgstr ""
1005
1006 #: fish/cmds.c:2691
1007 msgid "make block, character or FIFO devices"
1008 msgstr ""
1009
1010 #: fish/cmds.c:2692
1011 msgid "make block device node"
1012 msgstr ""
1013
1014 #: fish/cmds.c:2693
1015 msgid "make char device node"
1016 msgstr ""
1017
1018 #: fish/cmds.c:2694
1019 msgid "create a swap partition"
1020 msgstr ""
1021
1022 #: fish/cmds.c:2695
1023 msgid "create a swap partition with a label"
1024 msgstr ""
1025
1026 #: fish/cmds.c:2696
1027 msgid "create a swap partition with an explicit UUID"
1028 msgstr ""
1029
1030 #: fish/cmds.c:2697
1031 msgid "create a swap file"
1032 msgstr ""
1033
1034 #: fish/cmds.c:2698
1035 msgid "load a kernel module"
1036 msgstr ""
1037
1038 #: fish/cmds.c:2699
1039 msgid "view a file"
1040 msgstr ""
1041
1042 #: fish/cmds.c:2700
1043 msgid "mount a guest disk at a position in the filesystem"
1044 msgstr ""
1045
1046 #: fish/cmds.c:2701
1047 msgid "mount a file using the loop device"
1048 msgstr ""
1049
1050 #: fish/cmds.c:2702
1051 msgid "mount a guest disk with mount options"
1052 msgstr ""
1053
1054 #: fish/cmds.c:2703
1055 msgid "mount a guest disk, read-only"
1056 msgstr ""
1057
1058 #: fish/cmds.c:2704
1059 msgid "mount a guest disk with mount options and vfstype"
1060 msgstr ""
1061
1062 #: fish/cmds.c:2705
1063 msgid "show mountpoints"
1064 msgstr ""
1065
1066 #: fish/cmds.c:2706
1067 msgid "show mounted filesystems"
1068 msgstr ""
1069
1070 #: fish/cmds.c:2707
1071 msgid "move a file"
1072 msgstr ""
1073
1074 #: fish/cmds.c:2708
1075 msgid "probe NTFS volume"
1076 msgstr ""
1077
1078 #: fish/cmds.c:2709
1079 msgid "resize an NTFS filesystem"
1080 msgstr ""
1081
1082 #: fish/cmds.c:2710
1083 msgid "resize an NTFS filesystem (with size)"
1084 msgstr ""
1085
1086 #: fish/cmds.c:2711
1087 msgid "add a partition to the device"
1088 msgstr ""
1089
1090 #: fish/cmds.c:2712
1091 msgid "delete a partition"
1092 msgstr ""
1093
1094 #: fish/cmds.c:2713
1095 msgid "partition whole disk with a single primary partition"
1096 msgstr ""
1097
1098 #: fish/cmds.c:2714
1099 msgid "return true if a partition is bootable"
1100 msgstr ""
1101
1102 #: fish/cmds.c:2715
1103 msgid "get the MBR type byte (ID byte) from a partition"
1104 msgstr ""
1105
1106 #: fish/cmds.c:2716
1107 msgid "get the partition table type"
1108 msgstr ""
1109
1110 #: fish/cmds.c:2717
1111 msgid "create an empty partition table"
1112 msgstr ""
1113
1114 #: fish/cmds.c:2718
1115 msgid "list partitions on a device"
1116 msgstr ""
1117
1118 #: fish/cmds.c:2719
1119 msgid "make a partition bootable"
1120 msgstr ""
1121
1122 #: fish/cmds.c:2720
1123 msgid "set the MBR type byte (ID byte) of a partition"
1124 msgstr ""
1125
1126 #: fish/cmds.c:2721
1127 msgid "set partition name"
1128 msgstr ""
1129
1130 #: fish/cmds.c:2722
1131 msgid "convert partition name to device name"
1132 msgstr ""
1133
1134 #: fish/cmds.c:2723
1135 msgid "ping the guest daemon"
1136 msgstr ""
1137
1138 #: fish/cmds.c:2724
1139 msgid "read part of a file"
1140 msgstr ""
1141
1142 #: fish/cmds.c:2725
1143 msgid "read part of a device"
1144 msgstr ""
1145
1146 #: fish/cmds.c:2726
1147 msgid "create an LVM physical volume"
1148 msgstr ""
1149
1150 #: fish/cmds.c:2727
1151 msgid "remove an LVM physical volume"
1152 msgstr ""
1153
1154 #: fish/cmds.c:2728
1155 msgid "resize an LVM physical volume"
1156 msgstr ""
1157
1158 #: fish/cmds.c:2729
1159 msgid "resize an LVM physical volume (with size)"
1160 msgstr ""
1161
1162 #: fish/cmds.c:2730 fish/cmds.c:2731
1163 msgid "list the LVM physical volumes (PVs)"
1164 msgstr ""
1165
1166 #: fish/cmds.c:2732
1167 msgid "get the UUID of a physical volume"
1168 msgstr ""
1169
1170 #: fish/cmds.c:2733
1171 msgid "write to part of a file"
1172 msgstr ""
1173
1174 #: fish/cmds.c:2734
1175 msgid "write to part of a device"
1176 msgstr ""
1177
1178 #: fish/cmds.c:2735
1179 msgid "read a file"
1180 msgstr ""
1181
1182 #: fish/cmds.c:2736
1183 msgid "read file as lines"
1184 msgstr ""
1185
1186 #: fish/cmds.c:2737
1187 msgid "read directories entries"
1188 msgstr ""
1189
1190 #: fish/cmds.c:2738
1191 msgid "read the target of a symbolic link"
1192 msgstr ""
1193
1194 #: fish/cmds.c:2739
1195 msgid "readlink on multiple files"
1196 msgstr ""
1197
1198 #: fish/cmds.c:2740
1199 msgid "canonicalized absolute pathname"
1200 msgstr ""
1201
1202 #: fish/cmds.c:2742
1203 msgid "close and reopen libguestfs handle"
1204 msgstr ""
1205
1206 #: fish/cmds.c:2743
1207 msgid "resize an ext2, ext3 or ext4 filesystem"
1208 msgstr ""
1209
1210 #: fish/cmds.c:2744
1211 msgid "resize an ext2, ext3 or ext4 filesystem (with size)"
1212 msgstr ""
1213
1214 #: fish/cmds.c:2745
1215 msgid "remove a file"
1216 msgstr ""
1217
1218 #: fish/cmds.c:2746
1219 msgid "remove a file or directory recursively"
1220 msgstr ""
1221
1222 #: fish/cmds.c:2747
1223 msgid "remove a directory"
1224 msgstr ""
1225
1226 #: fish/cmds.c:2748
1227 msgid "remove a mountpoint"
1228 msgstr ""
1229
1230 #: fish/cmds.c:2749
1231 msgid "scrub (securely wipe) a device"
1232 msgstr ""
1233
1234 #: fish/cmds.c:2750
1235 msgid "scrub (securely wipe) a file"
1236 msgstr ""
1237
1238 #: fish/cmds.c:2751
1239 msgid "scrub (securely wipe) free space"
1240 msgstr ""
1241
1242 #: fish/cmds.c:2752
1243 msgid "add options to kernel command line"
1244 msgstr ""
1245
1246 #: fish/cmds.c:2753
1247 msgid "set autosync mode"
1248 msgstr ""
1249
1250 #: fish/cmds.c:2754
1251 msgid "enable or disable direct appliance mode"
1252 msgstr ""
1253
1254 #: fish/cmds.c:2755
1255 msgid "set the ext2/3/4 filesystem label"
1256 msgstr ""
1257
1258 #: fish/cmds.c:2756
1259 msgid "set the ext2/3/4 filesystem UUID"
1260 msgstr ""
1261
1262 #: fish/cmds.c:2757
1263 msgid "set memory allocated to the qemu subprocess"
1264 msgstr ""
1265
1266 #: fish/cmds.c:2758
1267 msgid "set enable network flag"
1268 msgstr ""
1269
1270 #: fish/cmds.c:2759
1271 msgid "set the search path"
1272 msgstr ""
1273
1274 #: fish/cmds.c:2760
1275 msgid "set the qemu binary"
1276 msgstr ""
1277
1278 #: fish/cmds.c:2761
1279 msgid "enable or disable the recovery process"
1280 msgstr ""
1281
1282 #: fish/cmds.c:2762
1283 msgid "set SELinux enabled or disabled at appliance boot"
1284 msgstr ""
1285
1286 #: fish/cmds.c:2763
1287 msgid "enable or disable command traces"
1288 msgstr ""
1289
1290 #: fish/cmds.c:2764
1291 msgid "set verbose mode"
1292 msgstr ""
1293
1294 #: fish/cmds.c:2765
1295 msgid "set SELinux security context"
1296 msgstr ""
1297
1298 #: fish/cmds.c:2767 fish/cmds.c:2768
1299 msgid "create partitions on a block device"
1300 msgstr ""
1301
1302 #: fish/cmds.c:2769
1303 msgid "modify a single partition on a block device"
1304 msgstr ""
1305
1306 #: fish/cmds.c:2770
1307 msgid "display the disk geometry from the partition table"
1308 msgstr ""
1309
1310 #: fish/cmds.c:2771
1311 msgid "display the kernel geometry"
1312 msgstr ""
1313
1314 #: fish/cmds.c:2772
1315 msgid "display the partition table"
1316 msgstr ""
1317
1318 #: fish/cmds.c:2773
1319 msgid "run a command via the shell"
1320 msgstr ""
1321
1322 #: fish/cmds.c:2774
1323 msgid "run a command via the shell returning lines"
1324 msgstr ""
1325
1326 #: fish/cmds.c:2775
1327 msgid "sleep for some seconds"
1328 msgstr ""
1329
1330 #: fish/cmds.c:2776
1331 msgid "create a sparse disk image and add"
1332 msgstr ""
1333
1334 #: fish/cmds.c:2777
1335 msgid "get file information"
1336 msgstr ""
1337
1338 #: fish/cmds.c:2778
1339 msgid "get file system statistics"
1340 msgstr ""
1341
1342 #: fish/cmds.c:2779 fish/cmds.c:2780
1343 msgid "print the printable strings in a file"
1344 msgstr ""
1345
1346 #: fish/cmds.c:2781
1347 msgid "list supported groups of commands"
1348 msgstr ""
1349
1350 #: fish/cmds.c:2782
1351 msgid "disable swap on device"
1352 msgstr ""
1353
1354 #: fish/cmds.c:2783
1355 msgid "disable swap on file"
1356 msgstr ""
1357
1358 #: fish/cmds.c:2784
1359 msgid "disable swap on labeled swap partition"
1360 msgstr ""
1361
1362 #: fish/cmds.c:2785
1363 msgid "disable swap on swap partition by UUID"
1364 msgstr ""
1365
1366 #: fish/cmds.c:2786
1367 msgid "enable swap on device"
1368 msgstr ""
1369
1370 #: fish/cmds.c:2787
1371 msgid "enable swap on file"
1372 msgstr ""
1373
1374 #: fish/cmds.c:2788
1375 msgid "enable swap on labeled swap partition"
1376 msgstr ""
1377
1378 #: fish/cmds.c:2789
1379 msgid "enable swap on swap partition by UUID"
1380 msgstr ""
1381
1382 #: fish/cmds.c:2790
1383 msgid "sync disks, writes are flushed through to the disk image"
1384 msgstr ""
1385
1386 #: fish/cmds.c:2791
1387 msgid "return last 10 lines of a file"
1388 msgstr ""
1389
1390 #: fish/cmds.c:2792
1391 msgid "return last N lines of a file"
1392 msgstr ""
1393
1394 #: fish/cmds.c:2793
1395 msgid "unpack tarfile to directory"
1396 msgstr ""
1397
1398 #: fish/cmds.c:2794
1399 msgid "pack directory into tarfile"
1400 msgstr ""
1401
1402 #: fish/cmds.c:2795 fish/cmds.c:2802
1403 msgid "unpack compressed tarball to directory"
1404 msgstr ""
1405
1406 #: fish/cmds.c:2796 fish/cmds.c:2803
1407 msgid "pack directory into compressed tarball"
1408 msgstr ""
1409
1410 #: fish/cmds.c:2797
1411 msgid "print elapsed time taken to run a command"
1412 msgstr ""
1413
1414 #: fish/cmds.c:2798
1415 msgid "update file timestamps or create a new file"
1416 msgstr ""
1417
1418 #: fish/cmds.c:2799
1419 msgid "truncate a file to zero size"
1420 msgstr ""
1421
1422 #: fish/cmds.c:2800
1423 msgid "truncate a file to a particular size"
1424 msgstr ""
1425
1426 #: fish/cmds.c:2801
1427 msgid "get ext2/ext3/ext4 superblock details"
1428 msgstr ""
1429
1430 #: fish/cmds.c:2804
1431 msgid "set file mode creation mask (umask)"
1432 msgstr ""
1433
1434 #: fish/cmds.c:2805
1435 msgid "unmount a filesystem"
1436 msgstr ""
1437
1438 #: fish/cmds.c:2806
1439 msgid "unmount all filesystems"
1440 msgstr ""
1441
1442 #: fish/cmds.c:2807
1443 msgid "upload a file from the local machine"
1444 msgstr ""
1445
1446 #: fish/cmds.c:2808
1447 msgid "upload a file from the local machine with offset"
1448 msgstr ""
1449
1450 #: fish/cmds.c:2809
1451 msgid "set timestamp of a file with nanosecond precision"
1452 msgstr ""
1453
1454 #: fish/cmds.c:2810
1455 msgid "get the library version number"
1456 msgstr ""
1457
1458 #: fish/cmds.c:2811
1459 msgid "get the filesystem label"
1460 msgstr ""
1461
1462 #: fish/cmds.c:2812
1463 msgid "get the Linux VFS type corresponding to a mounted device"
1464 msgstr ""
1465
1466 #: fish/cmds.c:2813
1467 msgid "get the filesystem UUID"
1468 msgstr ""
1469
1470 #: fish/cmds.c:2814
1471 msgid "activate or deactivate some volume groups"
1472 msgstr ""
1473
1474 #: fish/cmds.c:2815
1475 msgid "activate or deactivate all volume groups"
1476 msgstr ""
1477
1478 #: fish/cmds.c:2816
1479 msgid "create an LVM volume group"
1480 msgstr ""
1481
1482 #: fish/cmds.c:2817
1483 msgid "get the LV UUIDs of all LVs in the volume group"
1484 msgstr ""
1485
1486 #: fish/cmds.c:2818
1487 msgid "get the PV UUIDs containing the volume group"
1488 msgstr ""
1489
1490 #: fish/cmds.c:2819
1491 msgid "remove an LVM volume group"
1492 msgstr ""
1493
1494 #: fish/cmds.c:2820
1495 msgid "rename an LVM volume group"
1496 msgstr ""
1497
1498 #: fish/cmds.c:2821 fish/cmds.c:2822
1499 msgid "list the LVM volume groups (VGs)"
1500 msgstr ""
1501
1502 #: fish/cmds.c:2823
1503 msgid "rescan for LVM physical volumes, volume groups and logical volumes"
1504 msgstr ""
1505
1506 #: fish/cmds.c:2824
1507 msgid "get the UUID of a volume group"
1508 msgstr ""
1509
1510 #: fish/cmds.c:2825
1511 msgid "count characters in a file"
1512 msgstr ""
1513
1514 #: fish/cmds.c:2826
1515 msgid "count lines in a file"
1516 msgstr ""
1517
1518 #: fish/cmds.c:2827
1519 msgid "count words in a file"
1520 msgstr ""
1521
1522 #: fish/cmds.c:2828
1523 msgid "create a new file"
1524 msgstr ""
1525
1526 #: fish/cmds.c:2829
1527 msgid "create a file"
1528 msgstr ""
1529
1530 #: fish/cmds.c:2832
1531 msgid "write zeroes to the device"
1532 msgstr ""
1533
1534 #: fish/cmds.c:2833
1535 msgid "write zeroes to an entire device"
1536 msgstr ""
1537
1538 #: fish/cmds.c:2834
1539 msgid "zero unused inodes and disk blocks on ext2/3 filesystem"
1540 msgstr ""
1541
1542 #: fish/cmds.c:2837
1543 msgid "determine file type inside a compressed file"
1544 msgstr ""
1545
1546 #: fish/cmds.c:2840
1547 msgid "Use -h <cmd> / help <cmd> to show detailed help for a command."
1548 msgstr ""
1549
1550 #: fish/cmds.c:3158 fish/cmds.c:3172 fish/cmds.c:3188 fish/cmds.c:3205
1551 #: fish/cmds.c:3222 fish/cmds.c:3240 fish/cmds.c:3259 fish/cmds.c:3275
1552 #: fish/cmds.c:3293 fish/cmds.c:3309 fish/cmds.c:3327 fish/cmds.c:3343
1553 #: fish/cmds.c:3360 fish/cmds.c:3375 fish/cmds.c:3393 fish/cmds.c:3408
1554 #: fish/cmds.c:3424 fish/cmds.c:3440 fish/cmds.c:3456 fish/cmds.c:3472
1555 #: fish/cmds.c:3488 fish/cmds.c:3506 fish/cmds.c:3539 fish/cmds.c:3555
1556 #: fish/cmds.c:3571 fish/cmds.c:3590 fish/cmds.c:3605 fish/cmds.c:3623
1557 #: fish/cmds.c:3638 fish/cmds.c:3656 fish/cmds.c:3671 fish/cmds.c:3689
1558 #: fish/cmds.c:3704 fish/cmds.c:3723 fish/cmds.c:3742 fish/cmds.c:3760
1559 #: fish/cmds.c:3780 fish/cmds.c:3799 fish/cmds.c:3819 fish/cmds.c:3839
1560 #: fish/cmds.c:3859 fish/cmds.c:3878 fish/cmds.c:3897 fish/cmds.c:3917
1561 #: fish/cmds.c:3937 fish/cmds.c:3957 fish/cmds.c:3972 fish/cmds.c:3988
1562 #: fish/cmds.c:4060 fish/cmds.c:4078 fish/cmds.c:4095 fish/cmds.c:4169
1563 #: fish/cmds.c:4189 fish/cmds.c:4209 fish/cmds.c:4229 fish/cmds.c:4250
1564 #: fish/cmds.c:4266 fish/cmds.c:4282 fish/cmds.c:4301 fish/cmds.c:4323
1565 #: fish/cmds.c:4345 fish/cmds.c:4365 fish/cmds.c:4382 fish/cmds.c:4399
1566 #: fish/cmds.c:4416 fish/cmds.c:4433 fish/cmds.c:4450 fish/cmds.c:4467
1567 #: fish/cmds.c:4484 fish/cmds.c:4503 fish/cmds.c:4526 fish/cmds.c:4562
1568 #: fish/cmds.c:4579 fish/cmds.c:4602 fish/cmds.c:4624 fish/cmds.c:4645
1569 #: fish/cmds.c:4665 fish/cmds.c:4684 fish/cmds.c:4704 fish/cmds.c:4722
1570 #: fish/cmds.c:4740 fish/cmds.c:4754 fish/cmds.c:4770 fish/cmds.c:4790
1571 #: fish/cmds.c:4809 fish/cmds.c:4828 fish/cmds.c:4847 fish/cmds.c:4866
1572 #: fish/cmds.c:4886 fish/cmds.c:4926 fish/cmds.c:4983 fish/cmds.c:5004
1573 #: fish/cmds.c:5025 fish/cmds.c:5046 fish/cmds.c:5064 fish/cmds.c:5086
1574 #: fish/cmds.c:5124 fish/cmds.c:5146 fish/cmds.c:5225 fish/cmds.c:5264
1575 #: fish/cmds.c:5279 fish/cmds.c:5296 fish/cmds.c:5310 fish/cmds.c:5326
1576 #: fish/cmds.c:5348 fish/cmds.c:5370 fish/cmds.c:5392 fish/cmds.c:5414
1577 #: fish/cmds.c:5436 fish/cmds.c:5458 fish/cmds.c:5478 fish/cmds.c:5495
1578 #: fish/cmds.c:5512 fish/cmds.c:5531 fish/cmds.c:5550 fish/cmds.c:5570
1579 #: fish/cmds.c:5606 fish/cmds.c:5625 fish/cmds.c:5644 fish/cmds.c:5661
1580 #: fish/cmds.c:5679 fish/cmds.c:5702 fish/cmds.c:5725 fish/cmds.c:5749
1581 #: fish/cmds.c:5772 fish/cmds.c:5793 fish/cmds.c:5816 fish/cmds.c:5839
1582 #: fish/cmds.c:5859 fish/cmds.c:5881 fish/cmds.c:5902 fish/cmds.c:5925
1583 #: fish/cmds.c:5942 fish/cmds.c:5959 fish/cmds.c:5977 fish/cmds.c:5995
1584 #: fish/cmds.c:6016 fish/cmds.c:6034 fish/cmds.c:6055 fish/cmds.c:6075
1585 #: fish/cmds.c:6093 fish/cmds.c:6114 fish/cmds.c:6137 fish/cmds.c:6160
1586 #: fish/cmds.c:6182 fish/cmds.c:6215 fish/cmds.c:6232 fish/cmds.c:6249
1587 #: fish/cmds.c:6273 fish/cmds.c:6296 fish/cmds.c:6319 fish/cmds.c:6341
1588 #: fish/cmds.c:6358 fish/cmds.c:6380 fish/cmds.c:6474 fish/cmds.c:6494
1589 #: fish/cmds.c:6514 fish/cmds.c:6534 fish/cmds.c:6552 fish/cmds.c:6573
1590 #: fish/cmds.c:6609 fish/cmds.c:6626 fish/cmds.c:6648 fish/cmds.c:6665
1591 #: fish/cmds.c:6701 fish/cmds.c:6721 fish/cmds.c:6741 fish/cmds.c:6761
1592 #: fish/cmds.c:6783 fish/cmds.c:6800 fish/cmds.c:6819 fish/cmds.c:6838
1593 #: fish/cmds.c:6860 fish/cmds.c:6881 fish/cmds.c:6902 fish/cmds.c:6923
1594 #: fish/cmds.c:6946 fish/cmds.c:6987 fish/cmds.c:7010 fish/cmds.c:7049
1595 #: fish/cmds.c:7066 fish/cmds.c:7085 fish/cmds.c:7106 fish/cmds.c:7129
1596 #: fish/cmds.c:7151 fish/cmds.c:7169 fish/cmds.c:7188 fish/cmds.c:7209
1597 #: fish/cmds.c:7286 fish/cmds.c:7327 fish/cmds.c:7406 fish/cmds.c:7482
1598 #: fish/cmds.c:7519 fish/cmds.c:7542 fish/cmds.c:7563 fish/cmds.c:7586
1599 #: fish/cmds.c:7608 fish/cmds.c:7633 fish/cmds.c:7676 fish/cmds.c:7717
1600 #: fish/cmds.c:7738 fish/cmds.c:7756 fish/cmds.c:7775 fish/cmds.c:7792
1601 #: fish/cmds.c:7810 fish/cmds.c:7837 fish/cmds.c:7861 fish/cmds.c:7885
1602 #: fish/cmds.c:7909 fish/cmds.c:7933 fish/cmds.c:7957 fish/cmds.c:7981
1603 #: fish/cmds.c:8005 fish/cmds.c:8029 fish/cmds.c:8053 fish/cmds.c:8077
1604 #: fish/cmds.c:8101 fish/cmds.c:8124 fish/cmds.c:8147 fish/cmds.c:8168
1605 #: fish/cmds.c:8189 fish/cmds.c:8210 fish/cmds.c:8230 fish/cmds.c:8253
1606 #: fish/cmds.c:8291 fish/cmds.c:8308 fish/cmds.c:8325 fish/cmds.c:8344
1607 #: fish/cmds.c:8363 fish/cmds.c:8380 fish/cmds.c:8397 fish/cmds.c:8414
1608 #: fish/cmds.c:8431 fish/cmds.c:8450 fish/cmds.c:8486 fish/cmds.c:8526
1609 #: fish/cmds.c:8559 fish/cmds.c:8576 fish/cmds.c:8593 fish/cmds.c:8609
1610 #: fish/cmds.c:8624 fish/cmds.c:8645 fish/cmds.c:8683 fish/cmds.c:8721
1611 #: fish/cmds.c:8760 fish/cmds.c:8800 fish/cmds.c:8841 fish/cmds.c:8882
1612 #: fish/cmds.c:8920 fish/cmds.c:8937 fish/cmds.c:8960 fish/cmds.c:8982
1613 #: fish/cmds.c:9004 fish/cmds.c:9024 fish/cmds.c:9044 fish/cmds.c:9080
1614 #: fish/cmds.c:9152 fish/cmds.c:9192 fish/cmds.c:9250 fish/cmds.c:9276
1615 #: fish/cmds.c:9302 fish/cmds.c:9330 fish/cmds.c:9389 fish/cmds.c:9410
1616 #: fish/cmds.c:9455 fish/cmds.c:9475 fish/cmds.c:9514 fish/cmds.c:9551
1617 #: fish/cmds.c:9571 fish/cmds.c:9593 fish/cmds.c:9650 fish/cmds.c:9670
1618 #: fish/cmds.c:9692 fish/cmds.c:9714 fish/cmds.c:9733 fish/cmds.c:9753
1619 #: fish/cmds.c:9780 fish/cmds.c:9800 fish/cmds.c:9820 fish/cmds.c:9840
1620 #: fish/cmds.c:9860 fish/cmds.c:9882 fish/cmds.c:9917 fish/cmds.c:9935
1621 #: fish/cmds.c:9958 fish/cmds.c:9980 fish/cmds.c:9995 fish/cmds.c:10012
1622 #: fish/cmds.c:10049 fish/cmds.c:10088 fish/cmds.c:10128 fish/cmds.c:10184
1623 #: fish/cmds.c:10206 fish/cmds.c:10242 fish/cmds.c:10257 fish/cmds.c:10277
1624 #: fish/cmds.c:10317 fish/cmds.c:10340 fish/cmds.c:10364 fish/cmds.c:10389
1625 #: fish/cmds.c:10430 fish/cmds.c:10455 fish/cmds.c:10493 fish/cmds.c:10524
1626 #: fish/cmds.c:10555 fish/cmds.c:10583 fish/cmds.c:10603 fish/cmds.c:10635
1627 #: fish/cmds.c:10655 fish/cmds.c:10675 fish/cmds.c:10692 fish/cmds.c:10710
1628 #: fish/cmds.c:10733 fish/cmds.c:10754 fish/cmds.c:10773 fish/cmds.c:10815
1629 #: fish/cmds.c:10858 fish/cmds.c:10902 fish/cmds.c:10941 fish/cmds.c:10960
1630 #: fish/cmds.c:10980 fish/cmds.c:11000 fish/cmds.c:11021 fish/cmds.c:11042
1631 #: fish/cmds.c:11063 fish/cmds.c:11084 fish/cmds.c:11105 fish/cmds.c:11127
1632 #: fish/cmds.c:11165 fish/cmds.c:11216 fish/cmds.c:11254 fish/cmds.c:11310
1633 #: fish/cmds.c:11395 fish/cmds.c:11424
1634 #, c-format
1635 msgid "%s should have %d parameter(s)\n"
1636 msgstr ""
1637
1638 #: fish/cmds.c:3159 fish/cmds.c:3173 fish/cmds.c:3189 fish/cmds.c:3206
1639 #: fish/cmds.c:3223 fish/cmds.c:3241 fish/cmds.c:3260 fish/cmds.c:3276
1640 #: fish/cmds.c:3294 fish/cmds.c:3310 fish/cmds.c:3328 fish/cmds.c:3344
1641 #: fish/cmds.c:3361 fish/cmds.c:3376 fish/cmds.c:3394 fish/cmds.c:3409
1642 #: fish/cmds.c:3425 fish/cmds.c:3441 fish/cmds.c:3457 fish/cmds.c:3473
1643 #: fish/cmds.c:3489 fish/cmds.c:3507 fish/cmds.c:3540 fish/cmds.c:3556
1644 #: fish/cmds.c:3572 fish/cmds.c:3591 fish/cmds.c:3606 fish/cmds.c:3624
1645 #: fish/cmds.c:3639 fish/cmds.c:3657 fish/cmds.c:3672 fish/cmds.c:3690
1646 #: fish/cmds.c:3705 fish/cmds.c:3724 fish/cmds.c:3743 fish/cmds.c:3761
1647 #: fish/cmds.c:3781 fish/cmds.c:3800 fish/cmds.c:3820 fish/cmds.c:3840
1648 #: fish/cmds.c:3860 fish/cmds.c:3879 fish/cmds.c:3898 fish/cmds.c:3918
1649 #: fish/cmds.c:3938 fish/cmds.c:3958 fish/cmds.c:3973 fish/cmds.c:3989
1650 #: fish/cmds.c:4010 fish/cmds.c:4061 fish/cmds.c:4079 fish/cmds.c:4096
1651 #: fish/cmds.c:4117 fish/cmds.c:4170 fish/cmds.c:4190 fish/cmds.c:4210
1652 #: fish/cmds.c:4230 fish/cmds.c:4251 fish/cmds.c:4267 fish/cmds.c:4283
1653 #: fish/cmds.c:4302 fish/cmds.c:4324 fish/cmds.c:4346 fish/cmds.c:4366
1654 #: fish/cmds.c:4383 fish/cmds.c:4400 fish/cmds.c:4417 fish/cmds.c:4434
1655 #: fish/cmds.c:4451 fish/cmds.c:4468 fish/cmds.c:4485 fish/cmds.c:4504
1656 #: fish/cmds.c:4527 fish/cmds.c:4563 fish/cmds.c:4580 fish/cmds.c:4603
1657 #: fish/cmds.c:4625 fish/cmds.c:4646 fish/cmds.c:4666 fish/cmds.c:4685
1658 #: fish/cmds.c:4705 fish/cmds.c:4723 fish/cmds.c:4741 fish/cmds.c:4755
1659 #: fish/cmds.c:4771 fish/cmds.c:4791 fish/cmds.c:4810 fish/cmds.c:4829
1660 #: fish/cmds.c:4848 fish/cmds.c:4867 fish/cmds.c:4887 fish/cmds.c:4927
1661 #: fish/cmds.c:4984 fish/cmds.c:5005 fish/cmds.c:5026 fish/cmds.c:5047
1662 #: fish/cmds.c:5065 fish/cmds.c:5087 fish/cmds.c:5125 fish/cmds.c:5147
1663 #: fish/cmds.c:5226 fish/cmds.c:5265 fish/cmds.c:5280 fish/cmds.c:5297
1664 #: fish/cmds.c:5311 fish/cmds.c:5327 fish/cmds.c:5349 fish/cmds.c:5371
1665 #: fish/cmds.c:5393 fish/cmds.c:5415 fish/cmds.c:5437 fish/cmds.c:5459
1666 #: fish/cmds.c:5479 fish/cmds.c:5496 fish/cmds.c:5513 fish/cmds.c:5532
1667 #: fish/cmds.c:5551 fish/cmds.c:5571 fish/cmds.c:5607 fish/cmds.c:5626
1668 #: fish/cmds.c:5645 fish/cmds.c:5662 fish/cmds.c:5680 fish/cmds.c:5703
1669 #: fish/cmds.c:5726 fish/cmds.c:5750 fish/cmds.c:5773 fish/cmds.c:5794
1670 #: fish/cmds.c:5817 fish/cmds.c:5840 fish/cmds.c:5860 fish/cmds.c:5882
1671 #: fish/cmds.c:5903 fish/cmds.c:5926 fish/cmds.c:5943 fish/cmds.c:5960
1672 #: fish/cmds.c:5978 fish/cmds.c:5996 fish/cmds.c:6017 fish/cmds.c:6035
1673 #: fish/cmds.c:6056 fish/cmds.c:6076 fish/cmds.c:6094 fish/cmds.c:6115
1674 #: fish/cmds.c:6138 fish/cmds.c:6161 fish/cmds.c:6183 fish/cmds.c:6216
1675 #: fish/cmds.c:6233 fish/cmds.c:6250 fish/cmds.c:6274 fish/cmds.c:6297
1676 #: fish/cmds.c:6320 fish/cmds.c:6342 fish/cmds.c:6359 fish/cmds.c:6381
1677 #: fish/cmds.c:6475 fish/cmds.c:6495 fish/cmds.c:6515 fish/cmds.c:6535
1678 #: fish/cmds.c:6553 fish/cmds.c:6574 fish/cmds.c:6610 fish/cmds.c:6627
1679 #: fish/cmds.c:6649 fish/cmds.c:6666 fish/cmds.c:6702 fish/cmds.c:6722
1680 #: fish/cmds.c:6742 fish/cmds.c:6762 fish/cmds.c:6784 fish/cmds.c:6801
1681 #: fish/cmds.c:6820 fish/cmds.c:6839 fish/cmds.c:6861 fish/cmds.c:6882
1682 #: fish/cmds.c:6903 fish/cmds.c:6924 fish/cmds.c:6947 fish/cmds.c:6988
1683 #: fish/cmds.c:7011 fish/cmds.c:7050 fish/cmds.c:7067 fish/cmds.c:7086
1684 #: fish/cmds.c:7107 fish/cmds.c:7130 fish/cmds.c:7152 fish/cmds.c:7170
1685 #: fish/cmds.c:7189 fish/cmds.c:7210 fish/cmds.c:7287 fish/cmds.c:7328
1686 #: fish/cmds.c:7407 fish/cmds.c:7483 fish/cmds.c:7520 fish/cmds.c:7543
1687 #: fish/cmds.c:7564 fish/cmds.c:7587 fish/cmds.c:7609 fish/cmds.c:7634
1688 #: fish/cmds.c:7677 fish/cmds.c:7718 fish/cmds.c:7739 fish/cmds.c:7757
1689 #: fish/cmds.c:7776 fish/cmds.c:7793 fish/cmds.c:7811 fish/cmds.c:7838
1690 #: fish/cmds.c:7862 fish/cmds.c:7886 fish/cmds.c:7910 fish/cmds.c:7934
1691 #: fish/cmds.c:7958 fish/cmds.c:7982 fish/cmds.c:8006 fish/cmds.c:8030
1692 #: fish/cmds.c:8054 fish/cmds.c:8078 fish/cmds.c:8102 fish/cmds.c:8125
1693 #: fish/cmds.c:8148 fish/cmds.c:8169 fish/cmds.c:8190 fish/cmds.c:8211
1694 #: fish/cmds.c:8231 fish/cmds.c:8254 fish/cmds.c:8292 fish/cmds.c:8309
1695 #: fish/cmds.c:8326 fish/cmds.c:8345 fish/cmds.c:8364 fish/cmds.c:8381
1696 #: fish/cmds.c:8398 fish/cmds.c:8415 fish/cmds.c:8432 fish/cmds.c:8451
1697 #: fish/cmds.c:8487 fish/cmds.c:8527 fish/cmds.c:8560 fish/cmds.c:8577
1698 #: fish/cmds.c:8594 fish/cmds.c:8610 fish/cmds.c:8625 fish/cmds.c:8646
1699 #: fish/cmds.c:8684 fish/cmds.c:8722 fish/cmds.c:8761 fish/cmds.c:8801
1700 #: fish/cmds.c:8842 fish/cmds.c:8883 fish/cmds.c:8921 fish/cmds.c:8938
1701 #: fish/cmds.c:8961 fish/cmds.c:8983 fish/cmds.c:9005 fish/cmds.c:9025
1702 #: fish/cmds.c:9045 fish/cmds.c:9081 fish/cmds.c:9153 fish/cmds.c:9193
1703 #: fish/cmds.c:9251 fish/cmds.c:9277 fish/cmds.c:9303 fish/cmds.c:9331
1704 #: fish/cmds.c:9390 fish/cmds.c:9411 fish/cmds.c:9456 fish/cmds.c:9476
1705 #: fish/cmds.c:9515 fish/cmds.c:9552 fish/cmds.c:9572 fish/cmds.c:9594
1706 #: fish/cmds.c:9651 fish/cmds.c:9671 fish/cmds.c:9693 fish/cmds.c:9715
1707 #: fish/cmds.c:9734 fish/cmds.c:9754 fish/cmds.c:9781 fish/cmds.c:9801
1708 #: fish/cmds.c:9821 fish/cmds.c:9841 fish/cmds.c:9861 fish/cmds.c:9883
1709 #: fish/cmds.c:9918 fish/cmds.c:9936 fish/cmds.c:9959 fish/cmds.c:9981
1710 #: fish/cmds.c:9996 fish/cmds.c:10013 fish/cmds.c:10050 fish/cmds.c:10089
1711 #: fish/cmds.c:10129 fish/cmds.c:10185 fish/cmds.c:10207 fish/cmds.c:10243
1712 #: fish/cmds.c:10258 fish/cmds.c:10278 fish/cmds.c:10318 fish/cmds.c:10341
1713 #: fish/cmds.c:10365 fish/cmds.c:10390 fish/cmds.c:10431 fish/cmds.c:10456
1714 #: fish/cmds.c:10494 fish/cmds.c:10525 fish/cmds.c:10556 fish/cmds.c:10584
1715 #: fish/cmds.c:10604 fish/cmds.c:10636 fish/cmds.c:10656 fish/cmds.c:10676
1716 #: fish/cmds.c:10693 fish/cmds.c:10711 fish/cmds.c:10734 fish/cmds.c:10755
1717 #: fish/cmds.c:10774 fish/cmds.c:10816 fish/cmds.c:10859 fish/cmds.c:10903
1718 #: fish/cmds.c:10942 fish/cmds.c:10961 fish/cmds.c:10981 fish/cmds.c:11001
1719 #: fish/cmds.c:11022 fish/cmds.c:11043 fish/cmds.c:11064 fish/cmds.c:11085
1720 #: fish/cmds.c:11106 fish/cmds.c:11128 fish/cmds.c:11166 fish/cmds.c:11217
1721 #: fish/cmds.c:11255 fish/cmds.c:11311 fish/cmds.c:11334 fish/cmds.c:11396
1722 #: fish/cmds.c:11425
1723 #, c-format
1724 msgid "type 'help %s' for help on %s\n"
1725 msgstr ""
1726
1727 #: fish/cmds.c:3517 fish/cmds.c:4539 fish/cmds.c:4897 fish/cmds.c:4937
1728 #: fish/cmds.c:4956 fish/cmds.c:5099 fish/cmds.c:5158 fish/cmds.c:5177
1729 #: fish/cmds.c:5196 fish/cmds.c:5239 fish/cmds.c:5582 fish/cmds.c:6193
1730 #: fish/cmds.c:6392 fish/cmds.c:6411 fish/cmds.c:6430 fish/cmds.c:6449
1731 #: fish/cmds.c:6585 fish/cmds.c:6676 fish/cmds.c:6957 fish/cmds.c:7021
1732 #: fish/cmds.c:7220 fish/cmds.c:7239 fish/cmds.c:7258 fish/cmds.c:7297
1733 #: fish/cmds.c:7338 fish/cmds.c:7357 fish/cmds.c:7376 fish/cmds.c:7417
1734 #: fish/cmds.c:7436 fish/cmds.c:7455 fish/cmds.c:7493 fish/cmds.c:7646
1735 #: fish/cmds.c:7689 fish/cmds.c:8266 fish/cmds.c:8461 fish/cmds.c:8499
1736 #: fish/cmds.c:8537 fish/cmds.c:8657 fish/cmds.c:8694 fish/cmds.c:8732
1737 #: fish/cmds.c:8771 fish/cmds.c:8812 fish/cmds.c:8853 fish/cmds.c:8894
1738 #: fish/cmds.c:9057 fish/cmds.c:9093 fish/cmds.c:9106 fish/cmds.c:9119
1739 #: fish/cmds.c:9132 fish/cmds.c:9165 fish/cmds.c:9203 fish/cmds.c:9222
1740 #: fish/cmds.c:9343 fish/cmds.c:9362 fish/cmds.c:9423 fish/cmds.c:9436
1741 #: fish/cmds.c:9487 fish/cmds.c:9526 fish/cmds.c:9604 fish/cmds.c:9623
1742 #: fish/cmds.c:9897 fish/cmds.c:10024 fish/cmds.c:10061 fish/cmds.c:10100
1743 #: fish/cmds.c:10140 fish/cmds.c:10159 fish/cmds.c:10218 fish/cmds.c:10291
1744 #: fish/cmds.c:10401 fish/cmds.c:10471 fish/cmds.c:10505 fish/cmds.c:10536
1745 #: fish/cmds.c:10567 fish/cmds.c:10616 fish/cmds.c:10787 fish/cmds.c:10829
1746 #: fish/cmds.c:10874 fish/cmds.c:10916 fish/cmds.c:11142 fish/cmds.c:11180
1747 #: fish/cmds.c:11193 fish/cmds.c:11231 fish/cmds.c:11266 fish/cmds.c:11285
1748 #: fish/cmds.c:11352
1749 #, c-format
1750 msgid "%s: %s: invalid integer parameter (%s returned %d)\n"
1751 msgstr ""
1752
1753 #: fish/cmds.c:3523 fish/cmds.c:4545 fish/cmds.c:4903 fish/cmds.c:4943
1754 #: fish/cmds.c:4962 fish/cmds.c:5105 fish/cmds.c:5164 fish/cmds.c:5183
1755 #: fish/cmds.c:5202 fish/cmds.c:5245 fish/cmds.c:5588 fish/cmds.c:6199
1756 #: fish/cmds.c:6398 fish/cmds.c:6417 fish/cmds.c:6436 fish/cmds.c:6455
1757 #: fish/cmds.c:6591 fish/cmds.c:6682 fish/cmds.c:6963 fish/cmds.c:7027
1758 #: fish/cmds.c:7226 fish/cmds.c:7245 fish/cmds.c:7264 fish/cmds.c:7303
1759 #: fish/cmds.c:7344 fish/cmds.c:7363 fish/cmds.c:7382 fish/cmds.c:7423
1760 #: fish/cmds.c:7442 fish/cmds.c:7461 fish/cmds.c:7499 fish/cmds.c:7652
1761 #: fish/cmds.c:7695 fish/cmds.c:8272 fish/cmds.c:8467 fish/cmds.c:8505
1762 #: fish/cmds.c:8543 fish/cmds.c:8663 fish/cmds.c:8700 fish/cmds.c:8738
1763 #: fish/cmds.c:8777 fish/cmds.c:8818 fish/cmds.c:8859 fish/cmds.c:8900
1764 #: fish/cmds.c:9171 fish/cmds.c:9209 fish/cmds.c:9228 fish/cmds.c:9349
1765 #: fish/cmds.c:9493 fish/cmds.c:9532 fish/cmds.c:9610 fish/cmds.c:9629
1766 #: fish/cmds.c:10030 fish/cmds.c:10067 fish/cmds.c:10106 fish/cmds.c:10146
1767 #: fish/cmds.c:10165 fish/cmds.c:10224 fish/cmds.c:10297 fish/cmds.c:10407
1768 #: fish/cmds.c:10793 fish/cmds.c:10835 fish/cmds.c:10880 fish/cmds.c:10922
1769 #: fish/cmds.c:11272 fish/cmds.c:11358
1770 #, c-format
1771 msgid "%s: %s: integer out of range\n"
1772 msgstr ""
1773
1774 #: fish/cmds.c:4009 fish/cmds.c:4116 fish/cmds.c:11333
1775 #, c-format
1776 msgid "%s should have %d-%d parameter(s)\n"
1777 msgstr ""
1778
1779 #: fish/cmds.c:4035 fish/cmds.c:4142 fish/cmds.c:11368
1780 #, c-format
1781 msgid "%s: unknown optional argument \"%s\"\n"
1782 msgstr ""
1783
1784 #: fish/cmds.c:4041 fish/cmds.c:4148 fish/cmds.c:11374
1785 #, c-format
1786 msgid "%s: optional argument \"%s\" given twice\n"
1787 msgstr ""
1788
1789 #: fish/cmds.c:11452
1790 #, c-format
1791 msgid "%s: unknown command\n"
1792 msgstr ""
1793
1794 #: fish/copy.c:41
1795 #, c-format
1796 msgid ""
1797 "use 'copy-in <local> [<local>...] <remotedir>' to copy files into the image\n"
1798 msgstr ""
1799
1800 #: fish/copy.c:54
1801 #, c-format
1802 msgid "copy-in: target '%s' is not a directory\n"
1803 msgstr ""
1804
1805 #: fish/copy.c:139
1806 #, c-format
1807 msgid "error: argument is zero length or longer than maximum permitted\n"
1808 msgstr ""
1809
1810 #: fish/copy.c:184
1811 #, c-format
1812 msgid ""
1813 "use 'copy-out <remote> [<remote>...] <localdir>' to copy files out of the "
1814 "image\n"
1815 msgstr ""
1816
1817 #: fish/copy.c:195
1818 #, c-format
1819 msgid "copy-out: target '%s' is not a directory\n"
1820 msgstr ""
1821
1822 #: fish/copy.c:225
1823 #, c-format
1824 msgid "copy-out: '%s' is not a file or directory\n"
1825 msgstr ""
1826
1827 #: fish/edit.c:44
1828 #, c-format
1829 msgid "use '%s filename' to edit a file\n"
1830 msgstr ""
1831
1832 #: fish/fish.c:98
1833 #, c-format
1834 msgid ""
1835 "%s: guest filesystem shell\n"
1836 "%s lets you edit virtual machine filesystems\n"
1837 "Copyright (C) 2009-2011 Red Hat Inc.\n"
1838 "Usage:\n"
1839 "  %s [--options] cmd [: cmd : cmd ...]\n"
1840 "Options:\n"
1841 "  -h|--cmd-help        List available commands\n"
1842 "  -h|--cmd-help cmd    Display detailed help on 'cmd'\n"
1843 "  -a|--add image       Add image\n"
1844 "  -c|--connect uri     Specify libvirt URI for -d option\n"
1845 "  --csh                Make --listen csh-compatible\n"
1846 "  -d|--domain guest    Add disks from libvirt guest\n"
1847 "  -D|--no-dest-paths   Don't tab-complete paths from guest fs\n"
1848 "  --echo-keys          Don't turn off echo for passphrases\n"
1849 "  -f|--file file       Read commands from file\n"
1850 "  --format[=raw|..]    Force disk format for -a option\n"
1851 "  -i|--inspector       Automatically mount filesystems\n"
1852 "  --keys-from-stdin    Read passphrases from stdin\n"
1853 "  --listen             Listen for remote commands\n"
1854 "  -m|--mount dev[:mnt] Mount dev on mnt (if omitted, /)\n"
1855 "  -n|--no-sync         Don't autosync\n"
1856 "  -N|--new type        Create prepared disk (test1.img, ...)\n"
1857 "  --progress-bars      Enable progress bars even when not interactive\n"
1858 "  --no-progress-bars   Disable progress bars\n"
1859 "  --remote[=pid]       Send commands to remote %s\n"
1860 "  -r|--ro              Mount read-only\n"
1861 "  --selinux            Enable SELinux support\n"
1862 "  -v|--verbose         Verbose messages\n"
1863 "  -V|--version         Display version and exit\n"
1864 "  -w|--rw              Mount read-write\n"
1865 "  -x                   Echo each command before executing it\n"
1866 "\n"
1867 "To examine a disk image, ISO, hard disk, filesystem etc:\n"
1868 "  %s [--ro|--rw] -i -a /path/to/disk.img\n"
1869 "or\n"
1870 "  %s [--ro|--rw] -i -d name-of-libvirt-domain\n"
1871 "\n"
1872 "--ro recommended to avoid any writes to the disk image.  If -i option fails\n"
1873 "run again without -i and use 'run' + 'list-filesystems' + 'mount' cmds.\n"
1874 "\n"
1875 "For more information, see the manpage %s(1).\n"
1876 msgstr ""
1877
1878 #: fish/fish.c:250
1879 #, c-format
1880 msgid "%s: --listen=PID: PID was not a number: %s\n"
1881 msgstr ""
1882
1883 #: fish/fish.c:257
1884 #, c-format
1885 msgid ""
1886 "%s: remote: $GUESTFISH_PID must be set to the PID of the remote process\n"
1887 msgstr ""
1888
1889 #: fish/fish.c:305
1890 #, c-format
1891 msgid "%s: only one -f parameter can be given\n"
1892 msgstr ""
1893
1894 #: fish/fish.c:460
1895 #, c-format
1896 msgid "%s: cannot use --listen and --remote options at the same time\n"
1897 msgstr ""
1898
1899 #: fish/fish.c:468
1900 #, c-format
1901 msgid "%s: extra parameters on the command line with --listen flag\n"
1902 msgstr ""
1903
1904 #: fish/fish.c:474
1905 #, c-format
1906 msgid "%s: cannot use --listen and --file options at the same time\n"
1907 msgstr ""
1908
1909 #: fish/fish.c:531
1910 #, c-format
1911 msgid "guestfish: could not access termcap or terminfo database.\n"
1912 msgstr ""
1913
1914 #: fish/fish.c:535
1915 #, c-format
1916 msgid "guestfish: terminal type \"%s\" not defined.\n"
1917 msgstr ""
1918
1919 #: fish/fish.c:623
1920 #, c-format
1921 msgid ""
1922 "\n"
1923 "Welcome to guestfish, the libguestfs filesystem interactive shell for\n"
1924 "editing virtual machine filesystems.\n"
1925 "\n"
1926 "Type: 'help' for help on commands\n"
1927 "      'man' to read the manual\n"
1928 "      'quit' to quit the shell\n"
1929 "\n"
1930 msgstr ""
1931
1932 #: fish/fish.c:755
1933 #, c-format
1934 msgid "%s: unterminated double quote\n"
1935 msgstr ""
1936
1937 #: fish/fish.c:761 fish/fish.c:778
1938 #, c-format
1939 msgid "%s: command arguments not separated by whitespace\n"
1940 msgstr ""
1941
1942 #: fish/fish.c:772
1943 #, c-format
1944 msgid "%s: unterminated single quote\n"
1945 msgstr ""
1946
1947 #: fish/fish.c:802
1948 #, c-format
1949 msgid "%s: internal error parsing string at '%s'\n"
1950 msgstr ""
1951
1952 #: fish/fish.c:819
1953 #, c-format
1954 msgid "%s: too many arguments\n"
1955 msgstr ""
1956
1957 #: fish/fish.c:843
1958 #, c-format
1959 msgid "%s: empty command on command line\n"
1960 msgstr ""
1961
1962 #: fish/fish.c:989
1963 msgid "display a list of commands or help on a command"
1964 msgstr ""
1965
1966 #: fish/fish.c:991
1967 msgid "quit guestfish"
1968 msgstr ""
1969
1970 #: fish/fish.c:1002
1971 #, c-format
1972 msgid ""
1973 "help - display a list of commands or help on a command\n"
1974 "     help cmd\n"
1975 "     help\n"
1976 msgstr ""
1977
1978 #: fish/fish.c:1010
1979 #, c-format
1980 msgid ""
1981 "quit - quit guestfish\n"
1982 "     quit\n"
1983 msgstr ""
1984
1985 #: fish/fish.c:1015
1986 #, c-format
1987 msgid "%s: command not known, use -h to list all commands\n"
1988 msgstr ""
1989
1990 #: fish/fish.c:1031
1991 #, c-format
1992 msgid ""
1993 "Did you mean to open a disk image?  guestfish -a disk.img\n"
1994 "For a list of commands:             guestfish -h\n"
1995 "For complete documentation:         man guestfish\n"
1996 msgstr ""
1997
1998 #: fish/fish.c:1188
1999 #, c-format
2000 msgid "Runaway quote in string \"%s\"\n"
2001 msgstr ""
2002
2003 #: fish/glob.c:53
2004 #, c-format
2005 msgid "use 'glob command [args...]'\n"
2006 msgstr ""
2007
2008 #: fish/glob.c:73
2009 #, c-format
2010 msgid "glob: guestfs_glob_expand call failed: %s\n"
2011 msgstr ""
2012
2013 #: fish/help.c:38
2014 #, c-format
2015 msgid ""
2016 "Add disk images to examine using the -a or -d options, or the 'add' "
2017 "command.\n"
2018 "Or create a new disk image using -N, or the 'alloc' or 'sparse' commands.\n"
2019 "Once you have done this, use the 'run' command.\n"
2020 msgstr ""
2021
2022 #: fish/help.c:44
2023 #, c-format
2024 msgid ""
2025 "Find out what filesystems are available using 'list-filesystems' and then\n"
2026 "mount them to examine or modify the contents using 'mount-ro' or\n"
2027 "'mount-options'.\n"
2028 msgstr ""
2029
2030 #: fish/help.c:52
2031 #, c-format
2032 msgid ""
2033 "For more information about a command, use 'help cmd'.\n"
2034 "\n"
2035 "To read the manual, type 'man'.\n"
2036 msgstr ""
2037
2038 #: fish/hexedit.c:41
2039 #, c-format
2040 msgid "hexedit (device|filename) [max | start max]\n"
2041 msgstr ""
2042
2043 #: fish/hexedit.c:52
2044 #, c-format
2045 msgid "hexedit: %s is a zero length file or device\n"
2046 msgstr ""
2047
2048 #: fish/hexedit.c:63
2049 #, c-format
2050 msgid ""
2051 "hexedit: %s is larger than %s. You must supply a limit using\n"
2052 "  'hexedit %s <max>' (eg. 'hexedit %s 1M') or a range using\n"
2053 "  'hexedit %s <start> <max>'.\n"
2054 msgstr ""
2055
2056 #: fish/hexedit.c:92
2057 #, c-format
2058 msgid "hexedit: invalid range\n"
2059 msgstr ""
2060
2061 #: fish/inspect.c:83
2062 #, c-format
2063 msgid "%s: no operating system was found on this disk\n"
2064 msgstr ""
2065
2066 #: fish/inspect.c:89
2067 #, c-format
2068 msgid "%s: multi-boot operating systems are not supported by the -i option\n"
2069 msgstr ""
2070
2071 #: fish/inspect.c:128
2072 #, c-format
2073 msgid "%s: some filesystems could not be mounted (ignored)\n"
2074 msgstr ""
2075
2076 #: fish/inspect.c:140
2077 #, c-format
2078 msgid "Operating system: %s\n"
2079 msgstr ""
2080
2081 #: fish/inspect.c:153
2082 #, c-format
2083 msgid "%s mounted on %s\n"
2084 msgstr ""
2085
2086 #: fish/keys.c:52
2087 #, c-format
2088 msgid "Enter key or passphrase (\"%s\"): "
2089 msgstr ""
2090
2091 #: fish/lcd.c:34
2092 #, c-format
2093 msgid "use 'lcd directory' to change local directory\n"
2094 msgstr ""
2095
2096 #: fish/man.c:34
2097 #, c-format
2098 msgid "use 'man' without parameters to open the manual\n"
2099 msgstr ""
2100
2101 #: fish/man.c:53
2102 #, c-format
2103 msgid "the external 'man' program failed\n"
2104 msgstr ""
2105
2106 #: fish/more.c:39
2107 #, c-format
2108 msgid "use '%s filename' to page a file\n"
2109 msgstr ""
2110
2111 #: fish/options.c:36
2112 #, c-format
2113 msgid "%s: too many drives added on the command line\n"
2114 msgstr ""
2115
2116 #: fish/options.c:121
2117 #, c-format
2118 msgid "%s: '%s' could not be mounted.  Did you mean one of these?\n"
2119 msgstr ""
2120
2121 #: fish/prep.c:37
2122 #, c-format
2123 msgid ""
2124 "List of available prepared disk images:\n"
2125 "\n"
2126 msgstr ""
2127
2128 #: fish/prep.c:40
2129 #, c-format
2130 msgid ""
2131 "guestfish -N %-8s - %s\n"
2132 "\n"
2133 "%s\n"
2134 msgstr ""
2135
2136 #: fish/prep.c:48
2137 #, c-format
2138 msgid "  Optional parameters:\n"
2139 msgstr ""
2140
2141 #: fish/prep.c:55
2142 #, c-format
2143 msgid "<%s> %s (default: %s)\n"
2144 msgstr ""
2145
2146 #: fish/prep.c:65
2147 #, c-format
2148 msgid ""
2149 "Prepared disk images are written to file \"test1.img\" in the local\n"
2150 "directory.  (\"test2.img\" etc if -N option is given multiple times).\n"
2151 "For more information see the guestfish(1) manual.\n"
2152 msgstr ""
2153
2154 #: fish/prep.c:96
2155 #, c-format
2156 msgid ""
2157 "guestfish: -N parameter '%s': no such prepared disk image known.\n"
2158 "Use 'guestfish -N help' to list possible values for the -N parameter.\n"
2159 msgstr ""
2160
2161 #: fish/prep.c:158
2162 #, c-format
2163 msgid "guestfish: error creating prepared disk image '%s' on '%s': "
2164 msgstr ""
2165
2166 #: fish/prep_boot.c:34 fish/prep_boot.c:89 fish/prep_disk.c:34
2167 #: fish/prep_fs.c:34 fish/prep_lv.c:69 fish/prep_lv.c:122 fish/prep_part.c:34
2168 msgid "failed to allocate disk"
2169 msgstr ""
2170
2171 #: fish/prep_boot.c:42 fish/prep_boot.c:97
2172 msgid "could not parse boot size"
2173 msgstr ""
2174
2175 #: fish/prep_boot.c:46 fish/prep_boot.c:101
2176 #, c-format
2177 msgid "failed to get sector size of disk: %s"
2178 msgstr ""
2179
2180 #: fish/prep_boot.c:50 fish/prep_boot.c:105 fish/prep_fs.c:41
2181 #: fish/prep_lv.c:76 fish/prep_lv.c:129 fish/prep_part.c:41
2182 #, c-format
2183 msgid "failed to partition disk: %s"
2184 msgstr ""
2185
2186 #: fish/prep_boot.c:55 fish/prep_boot.c:110
2187 #, c-format
2188 msgid "failed to add boot partition: %s"
2189 msgstr ""
2190
2191 #: fish/prep_boot.c:59 fish/prep_boot.c:114
2192 #, c-format
2193 msgid "failed to add root partition: %s"
2194 msgstr ""
2195
2196 #: fish/prep_boot.c:68 fish/prep_boot.c:128
2197 #, c-format
2198 msgid "failed to create boot filesystem: %s"
2199 msgstr ""
2200
2201 #: fish/prep_boot.c:77 fish/prep_boot.c:157
2202 #, c-format
2203 msgid "failed to create root filesystem: %s"
2204 msgstr ""
2205
2206 #: fish/prep_boot.c:86 fish/prep_boot.c:120 fish/prep_lv.c:66
2207 #: fish/prep_lv.c:82 fish/prep_lv.c:119 fish/prep_lv.c:135
2208 msgid "incorrect format for LV name, use '/dev/VG/LV'"
2209 msgstr ""
2210
2211 #: fish/prep_boot.c:137 fish/prep_lv.c:91 fish/prep_lv.c:144
2212 #, c-format
2213 msgid "failed to create PV: %s: %s"
2214 msgstr ""
2215
2216 #: fish/prep_boot.c:142 fish/prep_lv.c:96 fish/prep_lv.c:149
2217 #, c-format
2218 msgid "failed to create VG: %s: %s"
2219 msgstr ""
2220
2221 #: fish/prep_boot.c:149 fish/prep_lv.c:103 fish/prep_lv.c:156
2222 #, c-format
2223 msgid "failed to create LV: /dev/%s/%s: %s"
2224 msgstr ""
2225
2226 #: fish/prep_boot.c:153 fish/prep_lv.c:107 fish/prep_lv.c:160
2227 #, c-format
2228 msgid "failed to resize LV to full size: %s: %s"
2229 msgstr ""
2230
2231 #: fish/prep_fs.c:51 fish/prep_lv.c:165
2232 #, c-format
2233 msgid "failed to create filesystem (%s): %s"
2234 msgstr ""
2235
2236 #: fish/rc.c:255
2237 #, c-format
2238 msgid "guestfish: protocol error: could not read 'hello' message\n"
2239 msgstr ""
2240
2241 #: fish/rc.c:260
2242 #, c-format
2243 msgid ""
2244 "guestfish: protocol error: version mismatch, server version '%s' does not "
2245 "match client version '%s'.  The two versions must match exactly.\n"
2246 msgstr ""
2247
2248 #: fish/rc.c:335 fish/rc.c:349
2249 #, c-format
2250 msgid "guestfish: remote: looks like the server is not running\n"
2251 msgstr ""
2252
2253 #: fish/rc.c:361 fish/rc.c:375
2254 #, c-format
2255 msgid "guestfish: protocol error: could not send initial greeting to server\n"
2256 msgstr ""
2257
2258 #: fish/rc.c:386
2259 #, c-format
2260 msgid "guestfish: protocol error: could not decode reply from server\n"
2261 msgstr ""
2262
2263 #: fish/reopen.c:36
2264 #, c-format
2265 msgid "'reopen' command takes no parameters\n"
2266 msgstr ""
2267
2268 #: fish/reopen.c:46
2269 #, c-format
2270 msgid "reopen: guestfs_create: failed to create handle\n"
2271 msgstr ""
2272
2273 #: fish/supported.c:66
2274 msgid "yes"
2275 msgstr ""
2276
2277 #: fish/supported.c:68
2278 msgid "no"
2279 msgstr ""
2280
2281 #: fish/time.c:36
2282 #, c-format
2283 msgid "use 'time command [args...]'\n"
2284 msgstr ""
2285
2286 #: fuse/guestmount.c:910
2287 #, c-format
2288 msgid ""
2289 "%s: FUSE module for libguestfs\n"
2290 "%s lets you mount a virtual machine filesystem\n"
2291 "Copyright (C) 2009-2010 Red Hat Inc.\n"
2292 "Usage:\n"
2293 "  %s [--options] [-- [--FUSE-options]] mountpoint\n"
2294 "Options:\n"
2295 "  -a|--add image       Add image\n"
2296 "  -c|--connect uri     Specify libvirt URI for -d option\n"
2297 "  --dir-cache-timeout  Set readdir cache timeout (default 5 sec)\n"
2298 "  -d|--domain guest    Add disks from libvirt guest\n"
2299 "  --echo-keys          Don't turn off echo for passphrases\n"
2300 "  --format[=raw|..]    Force disk format for -a option\n"
2301 "  --fuse-help          Display extra FUSE options\n"
2302 "  -i|--inspector       Automatically mount filesystems\n"
2303 "  --help               Display help message and exit\n"
2304 "  --keys-from-stdin    Read passphrases from stdin\n"
2305 "  -m|--mount dev[:mnt] Mount dev on mnt (if omitted, /)\n"
2306 "  -n|--no-sync         Don't autosync\n"
2307 "  -o|--option opt      Pass extra option to FUSE\n"
2308 "  -r|--ro              Mount read-only\n"
2309 "  --selinux            Enable SELinux support\n"
2310 "  -v|--verbose         Verbose messages\n"
2311 "  -V|--version         Display version and exit\n"
2312 "  -w|--rw              Mount read-write\n"
2313 "  -x|--trace           Trace guestfs API calls\n"
2314 msgstr ""
2315
2316 #: fuse/guestmount.c:1135
2317 #, c-format
2318 msgid "%s: must have at least one -a/-d and at least one -m/-i option\n"
2319 msgstr ""
2320
2321 #: fuse/guestmount.c:1143
2322 #, c-format
2323 msgid "%s: you must specify a mountpoint in the host filesystem\n"
2324 msgstr ""
2325
2326 #: inspector/virt-inspector.c:72
2327 #, c-format
2328 msgid ""
2329 "%s: display information about a virtual machine\n"
2330 "Copyright (C) 2010 Red Hat Inc.\n"
2331 "Usage:\n"
2332 "  %s [--options] -d domname file [file ...]\n"
2333 "  %s [--options] -a disk.img [-a disk.img ...] file [file ...]\n"
2334 "Options:\n"
2335 "  -a|--add image       Add image\n"
2336 "  -c|--connect uri     Specify libvirt URI for -d option\n"
2337 "  -d|--domain guest    Add disks from libvirt guest\n"
2338 "  --echo-keys          Don't turn off echo for passphrases\n"
2339 "  --format[=raw|..]    Force disk format for -a option\n"
2340 "  --help               Display brief help\n"
2341 "  --keys-from-stdin    Read passphrases from stdin\n"
2342 "  -v|--verbose         Verbose messages\n"
2343 "  -V|--version         Display version and exit\n"
2344 "  -x                   Trace libguestfs API calls\n"
2345 "For more information, see the manpage %s(1).\n"
2346 msgstr ""
2347
2348 #: inspector/virt-inspector.c:258
2349 #, c-format
2350 msgid ""
2351 "%s: no operating system could be detected inside this disk image.\n"
2352 "\n"
2353 "This may be because the file is not a disk image, or is not a virtual "
2354 "machine\n"
2355 "image, or because the OS type is not understood by libguestfs.\n"
2356 "\n"
2357 "NOTE for Red Hat Enterprise Linux 6 users: for Windows guest support you "
2358 "must\n"
2359 "install the separate libguestfs-winsupport package.\n"
2360 "\n"
2361 "If you feel this is an error, please file a bug report including as much\n"
2362 "information about the disk image as possible.\n"
2363 msgstr ""
2364
2365 #: inspector/virt-inspector.c:283
2366 #, c-format
2367 msgid "%s: XML write error at \"%s\": %m\n"
2368 msgstr ""
2369
2370 #: inspector/virt-inspector.c:295
2371 #, c-format
2372 msgid "%s: xmlOutputBufferCreateFd: failed to open stdout\n"
2373 msgstr ""
2374
2375 #: inspector/virt-inspector.c:303
2376 #, c-format
2377 msgid "%s: xmlNewTextWriter: failed to create libxml2 writer\n"
2378 msgstr ""
2379
2380 #: perl/lib/Sys/Guestfs/Lib.pm:158
2381 msgid "open_guest: first parameter must be a string or an arrayref"
2382 msgstr ""
2383
2384 #: perl/lib/Sys/Guestfs/Lib.pm:164
2385 msgid "open_guest: first argument contains undefined element"
2386 msgstr ""
2387
2388 #: perl/lib/Sys/Guestfs/Lib.pm:172
2389 #, perl-brace-format
2390 msgid "guest image {imagename} does not exist or is not readable"
2391 msgstr ""
2392
2393 #: perl/lib/Sys/Guestfs/Lib.pm:179
2394 msgid ""
2395 "open_guest: no libvirt support (install Sys::Virt, XML::XPath and XML::"
2396 "XPath::XMLParser)"
2397 msgstr ""
2398
2399 #: perl/lib/Sys/Guestfs/Lib.pm:184
2400 msgid "open_guest: too many domains listed on command line"
2401 msgstr ""
2402
2403 #: perl/lib/Sys/Guestfs/Lib.pm:191
2404 msgid "open_guest: cannot connect to libvirt"
2405 msgstr ""
2406
2407 #: perl/lib/Sys/Guestfs/Lib.pm:210
2408 #, perl-brace-format
2409 msgid "{imagename} is not the name of an inactive libvirt domain\n"
2410 msgstr ""
2411
2412 #: perl/lib/Sys/Guestfs/Lib.pm:213
2413 #, perl-brace-format
2414 msgid "{imagename} is not the name of a libvirt domain\n"
2415 msgstr ""
2416
2417 #: perl/lib/Sys/Guestfs/Lib.pm:242
2418 #, perl-brace-format
2419 msgid "{imagename} seems to have no disk devices\n"
2420 msgstr ""
2421
2422 #: perl/lib/Sys/Guestfs/Lib.pm:827
2423 msgid ""
2424 "No operating system could be detected inside this disk image.\n"
2425 "\n"
2426 "This may be because the file is not a disk image, or is not a virtual "
2427 "machine\n"
2428 "image, or because the OS type is not understood by virt-inspector.\n"
2429 "\n"
2430 "If you feel this is an error, please file a bug report including as much\n"
2431 "information about the disk image as possible.\n"
2432 msgstr ""
2433
2434 #: perl/lib/Sys/Guestfs/Lib.pm:901
2435 #, perl-brace-format
2436 msgid "unknown filesystem label {label}\n"
2437 msgstr ""
2438
2439 #: perl/lib/Sys/Guestfs/Lib.pm:911
2440 #, perl-brace-format
2441 msgid "unknown filesystem UUID {uuid}\n"
2442 msgstr ""
2443
2444 #: perl/lib/Sys/Guestfs/Lib.pm:939
2445 #, perl-brace-format
2446 msgid "unknown filesystem {fs}\n"
2447 msgstr ""
2448
2449 #: perl/lib/Sys/Guestfs/Lib.pm:1017
2450 #, perl-brace-format
2451 msgid "Error running rpm -qa: {error}"
2452 msgstr ""
2453
2454 #: perl/lib/Sys/Guestfs/Lib.pm:1043
2455 #, perl-brace-format
2456 msgid "Error running dpkg-query: {error}"
2457 msgstr ""
2458
2459 #: perl/lib/Sys/Guestfs/Lib.pm:1108
2460 msgid "Can't find grub on guest"
2461 msgstr ""
2462
2463 #: perl/lib/Sys/Guestfs/Lib.pm:1163
2464 #, perl-brace-format
2465 msgid "Grub entry {title} has no kernel"
2466 msgstr ""
2467
2468 #: perl/lib/Sys/Guestfs/Lib.pm:1194
2469 #, perl-brace-format
2470 msgid "grub refers to {path}, which doesn't exist\n"
2471 msgstr ""
2472
2473 #: perl/lib/Sys/Guestfs/Lib.pm:1217
2474 #, perl-brace-format
2475 msgid "Grub entry {title} does not specify an initrd"
2476 msgstr ""
2477
2478 #: perl/lib/Sys/Guestfs/Lib.pm:1286
2479 #, perl-brace-format
2480 msgid "Didn't find modules directory {modules} for kernel {path}"
2481 msgstr ""
2482
2483 #: perl/lib/Sys/Guestfs/Lib.pm:1294
2484 #, perl-brace-format
2485 msgid "Couldn't guess kernel version number from path for kernel {path}"
2486 msgstr ""
2487
2488 #: perl/lib/Sys/Guestfs/Lib.pm:1348
2489 #, perl-brace-format
2490 msgid "{path} doesn't match augeas pattern"
2491 msgstr ""
2492
2493 #: perl/lib/Sys/Guestfs/Lib.pm:1387
2494 #, perl-brace-format
2495 msgid "{filename}: could not read initrd format"
2496 msgstr ""
2497
2498 #: rescue/virt-rescue.c:60
2499 #, c-format
2500 msgid ""
2501 "%s: Run a rescue shell on a virtual machine\n"
2502 "Copyright (C) 2009-2010 Red Hat Inc.\n"
2503 "Usage:\n"
2504 "  %s [--options] -d domname\n"
2505 "  %s [--options] -a disk.img [-a disk.img ...]\n"
2506 "Options:\n"
2507 "  -a|--add image       Add image\n"
2508 "  --append kernelopts  Append kernel options\n"
2509 "  -c|--connect uri     Specify libvirt URI for -d option\n"
2510 "  -d|--domain guest    Add disks from libvirt guest\n"
2511 "  --format[=raw|..]    Force disk format for -a option\n"
2512 "  --help               Display brief help\n"
2513 "  -m|--memsize MB      Set memory size in megabytes\n"
2514 "  --network            Enable network\n"
2515 "  -r|--ro              Access read-only\n"
2516 "  --selinux            Enable SELinux\n"
2517 "  -v|--verbose         Verbose messages\n"
2518 "  -V|--version         Display version and exit\n"
2519 "  -w|--rw              Mount read-write\n"
2520 "  -x                   Trace libguestfs API calls\n"
2521 "For more information, see the manpage %s(1).\n"
2522 msgstr ""
2523
2524 #: rescue/virt-rescue.c:175
2525 #, c-format
2526 msgid "%s: could not parse memory size '%s'\n"
2527 msgstr ""
2528
2529 #: rescue/virt-rescue.c:413
2530 #, c-format
2531 msgid "%s: unknown child exit status (%d)\n"
2532 msgstr ""
2533
2534 #: src/appliance.c:181
2535 #, c-format
2536 msgid ""
2537 "cannot find any suitable libguestfs supermin or ordinary appliance on "
2538 "LIBGUESTFS_PATH (search path: %s)"
2539 msgstr ""
2540
2541 #: src/appliance.c:331
2542 #, c-format
2543 msgid "security: cached appliance %s is not owned by UID %d"
2544 msgstr ""
2545
2546 #: src/appliance.c:336
2547 #, c-format
2548 msgid "security: cached appliance %s is not a directory (mode %o)"
2549 msgstr ""
2550
2551 #: src/appliance.c:341
2552 #, c-format
2553 msgid "security: cached appliance %s is writable by group or other (mode %o)"
2554 msgstr ""
2555
2556 #: src/appliance.c:659
2557 msgid "external command failed, see earlier error messages"
2558 msgstr ""
2559
2560 #: src/filearch.c:153
2561 #, c-format
2562 msgid "size of %s unreasonable (%<PRIi64> bytes)"
2563 msgstr ""
2564
2565 #: src/filearch.c:266
2566 msgid ""
2567 "file-architecture API not available since this version of libguestfs was "
2568 "compiled without PCRE or libmagic libraries"
2569 msgstr ""
2570
2571 #: src/guestfs.c:178
2572 #, c-format
2573 msgid "guestfs_close: called twice on the same handle\n"
2574 msgstr ""
2575
2576 #: src/guestfs.c:290
2577 #, c-format
2578 msgid "libguestfs: error: %s\n"
2579 msgstr ""
2580
2581 #: src/guestfs.c:791
2582 #, c-format
2583 msgid "<truncated, original size %zu bytes>"
2584 msgstr ""
2585
2586 #: src/inspect.c:455 src/inspect.c:791 src/inspect.c:2194 src/inspect.c:2237
2587 #: src/inspect.c:2287
2588 #, c-format
2589 msgid "size of %s is unreasonably large (%<PRIi64> bytes)"
2590 msgstr ""
2591
2592 #: src/inspect.c:825
2593 msgid "could not parse /etc/fstab or empty file"
2594 msgstr ""
2595
2596 #: src/inspect.c:1041
2597 #, c-format
2598 msgid "cannot resolve Windows %%SYSTEMROOT%%"
2599 msgstr ""
2600
2601 #: src/inspect.c:1350
2602 #, c-format
2603 msgid "could not parse integer in version number: %s"
2604 msgstr ""
2605
2606 #: src/inspect.c:1444
2607 msgid "no inspection data: call guestfs_inspect_os first"
2608 msgstr ""
2609
2610 #: src/inspect.c:1456
2611 #, c-format
2612 msgid ""
2613 "%s: root device not found: only call this function with a root device "
2614 "previously returned by guestfs_inspect_os"
2615 msgstr ""
2616
2617 #: src/inspect.c:1585
2618 msgid "not a Windows guest, or systemroot could not be determined"
2619 msgstr ""
2620
2621 #: src/inspect.c:1825 src/inspect.c:1847 src/inspect.c:1872
2622 msgid "unexpected end of output from db_dump command"
2623 msgstr ""
2624
2625 #: src/inspect.c:2296
2626 #, c-format
2627 msgid "%s: file is empty"
2628 msgstr ""
2629
2630 #: src/inspect.c:2313
2631 msgid ""
2632 "inspection API not available since this version of libguestfs was compiled "
2633 "without PCRE or hivex libraries"
2634 msgstr ""
2635
2636 #: src/launch.c:97
2637 msgid "command line cannot be altered after qemu subprocess launched"
2638 msgstr ""
2639
2640 #: src/launch.c:154
2641 msgid "guestfs_config: parameter must begin with '-' character"
2642 msgstr ""
2643
2644 #: src/launch.c:168
2645 #, c-format
2646 msgid "guestfs_config: parameter '%s' isn't allowed"
2647 msgstr ""
2648
2649 #: src/launch.c:234 src/launch.c:338
2650 msgid "filename cannot contain ',' (comma) character"
2651 msgstr ""
2652
2653 #: src/launch.c:246 src/launch.c:251
2654 #, c-format
2655 msgid "%s parameter is empty or contains disallowed characters"
2656 msgstr ""
2657
2658 #: src/launch.c:357
2659 msgid "the libguestfs handle has already been launched"
2660 msgstr ""
2661
2662 #: src/launch.c:366
2663 #, c-format
2664 msgid "%s: cannot create temporary directory"
2665 msgstr ""
2666
2667 #: src/launch.c:393
2668 msgid "you must call guestfs_add_drive before guestfs_launch"
2669 msgstr ""
2670
2671 #: src/launch.c:736
2672 msgid "guestfs_launch failed, see earlier error messages"
2673 msgstr ""
2674
2675 #: src/launch.c:749
2676 msgid "qemu launched and contacted daemon, but state != READY"
2677 msgstr ""
2678
2679 #: src/launch.c:890
2680 #, c-format
2681 msgid ""
2682 "%s: command failed: If qemu is located on a non-standard path, try setting "
2683 "the LIBGUESTFS_QEMU environment variable."
2684 msgstr ""
2685
2686 #: src/launch.c:982
2687 msgid "qemu has not been launched yet"
2688 msgstr ""
2689
2690 #: src/launch.c:993
2691 msgid "no subprocess to kill"
2692 msgstr ""
2693
2694 #: src/proto.c:146
2695 #, c-format
2696 msgid "guestfs_set_busy: called when in state %d != READY"
2697 msgstr ""
2698
2699 #: src/proto.c:169
2700 #, c-format
2701 msgid "guestfs_end_busy: called when in state %d"
2702 msgstr ""
2703
2704 #: src/proto.c:350
2705 #, c-format
2706 msgid ""
2707 "check_for_daemon_cancellation_or_eof: read 0x%x from daemon, expected 0x%x\n"
2708 msgstr ""
2709
2710 #: src/proto.c:530 src/proto.c:591
2711 msgid "unexpected end of file when reading from daemon"
2712 msgstr ""
2713
2714 #: src/proto.c:551
2715 #, c-format
2716 msgid "received magic signature from guestfsd, but in state %d"
2717 msgstr ""
2718
2719 #: src/proto.c:568
2720 #, c-format
2721 msgid "message length (%u) > maximum possible size (%d)"
2722 msgstr ""
2723
2724 #: src/proto.c:720
2725 #, c-format
2726 msgid "guestfs___send: state %d != BUSY"
2727 msgstr ""
2728
2729 #: src/proto.c:744
2730 msgid "xdr_guestfs_message_header failed"
2731 msgstr ""
2732
2733 #: src/proto.c:753
2734 msgid "dispatch failed to marshal args"
2735 msgstr ""
2736
2737 #: src/proto.c:880
2738 #, c-format
2739 msgid "send_file_chunk: state %d != READY"
2740 msgstr ""
2741
2742 #: src/proto.c:896
2743 #, c-format
2744 msgid "xdr_guestfs_chunk failed (buf = %p, buflen = %zu)"
2745 msgstr ""
2746
2747 #: src/proto.c:1047
2748 #, c-format
2749 msgid "%s: error in chunked encoding"
2750 msgstr ""
2751
2752 #: src/proto.c:1075
2753 msgid "write to daemon socket"
2754 msgstr ""
2755
2756 #: src/proto.c:1098
2757 msgid "receive_file_data: parse error in reply callback"
2758 msgstr ""
2759
2760 #: src/proto.c:1103
2761 msgid "receive_file_data: unexpected flag received when reading file chunks"
2762 msgstr ""
2763
2764 #: src/proto.c:1111
2765 msgid "failed to parse file chunk"
2766 msgstr ""
2767
2768 #: src/proto.c:1120
2769 msgid "file receive cancelled by daemon"
2770 msgstr ""
2771
2772 #: src/virt.c:90
2773 #, c-format
2774 msgid "could not connect to libvirt (code %d, domain %d): %s"
2775 msgstr ""
2776
2777 #: src/virt.c:98
2778 #, c-format
2779 msgid "no libvirt domain called '%s': %s"
2780 msgstr ""
2781
2782 #: src/virt.c:149
2783 #, c-format
2784 msgid "error reading libvirt XML information: %s"
2785 msgstr ""
2786
2787 #: src/virt.c:159
2788 msgid "unable to parse XML information returned by libvirt"
2789 msgstr ""
2790
2791 #: src/virt.c:165
2792 msgid "unable to create new XPath context"
2793 msgstr ""
2794
2795 #: src/virt.c:172
2796 msgid "unable to evaluate XPath expression"
2797 msgstr ""
2798
2799 #: src/virt.c:269
2800 msgid "libvirt domain has no disks"
2801 msgstr ""
2802
2803 #: src/virt.c:322
2804 #, c-format
2805 msgid "error getting domain info: %s"
2806 msgstr ""
2807
2808 #: src/virt.c:326
2809 msgid ""
2810 "error: domain is a live virtual machine.\n"
2811 "You must use readonly access because write access to a running virtual "
2812 "machine\n"
2813 "can cause disk corruption."
2814 msgstr ""
2815
2816 #: src/virt.c:352
2817 msgid ""
2818 "add-domain API not available since this version of libguestfs was compiled "
2819 "without libvirt or libxml2"
2820 msgstr ""
2821
2822 #: test-tool/test-tool.c:82
2823 #, c-format
2824 msgid ""
2825 "libguestfs-test-tool: interactive test tool\n"
2826 "Copyright (C) 2009 Red Hat Inc.\n"
2827 "Usage:\n"
2828 "  libguestfs-test-tool [--options]\n"
2829 "Options:\n"
2830 "  --help         Display usage\n"
2831 "  --helper libguestfs-test-tool-helper\n"
2832 "                 Helper program (default: %s)\n"
2833 "  --qemudir dir  Specify QEMU source directory\n"
2834 "  --qemu qemu    Specify QEMU binary\n"
2835 "  --timeout n\n"
2836 "  -t n           Set launch timeout (default: %d seconds)\n"
2837 msgstr ""
2838
2839 #: test-tool/test-tool.c:138
2840 #, c-format
2841 msgid "libguestfs-test-tool: unknown long option: %s (%d)\n"
2842 msgstr ""
2843
2844 #: test-tool/test-tool.c:147
2845 #, c-format
2846 msgid "libguestfs-test-tool: invalid timeout: %s\n"
2847 msgstr ""
2848
2849 #: test-tool/test-tool.c:159
2850 #, c-format
2851 msgid "libguestfs-test-tool: unexpected command line option 0x%x\n"
2852 msgstr ""
2853
2854 #: test-tool/test-tool.c:182
2855 #, c-format
2856 msgid "libguestfs-test-tool: failed to create libguestfs handle\n"
2857 msgstr ""
2858
2859 #: test-tool/test-tool.c:189 test-tool/test-tool.c:198
2860 #, c-format
2861 msgid "libguestfs-test-tool: failed to add drive '%s'\n"
2862 msgstr ""
2863
2864 #: test-tool/test-tool.c:206
2865 #, c-format
2866 msgid "libguestfs-test-tool: guestfs_version failed\n"
2867 msgstr ""
2868
2869 #: test-tool/test-tool.c:228
2870 #, c-format
2871 msgid "libguestfs-test-tool: failed to launch appliance\n"
2872 msgstr ""
2873
2874 #: test-tool/test-tool.c:240
2875 #, c-format
2876 msgid "libguestfs-test-tool: failed to run sfdisk\n"
2877 msgstr ""
2878
2879 #: test-tool/test-tool.c:246
2880 #, c-format
2881 msgid "libguestfs-test-tool: failed to mkfs.ext2\n"
2882 msgstr ""
2883
2884 #: test-tool/test-tool.c:252
2885 #, c-format
2886 msgid "libguestfs-test-tool: failed to mount /dev/sda1 on /\n"
2887 msgstr ""
2888
2889 #: test-tool/test-tool.c:258
2890 #, c-format
2891 msgid "libguestfs-test-tool: failed to mkdir /iso\n"
2892 msgstr ""
2893
2894 #: test-tool/test-tool.c:264
2895 #, c-format
2896 msgid "libguestfs-test-tool: failed to mount /dev/sdb on /iso\n"
2897 msgstr ""
2898
2899 #: test-tool/test-tool.c:272
2900 #, c-format
2901 msgid "libguestfs-test-tool: could not run helper program, or helper failed\n"
2902 msgstr ""
2903
2904 #: test-tool/test-tool.c:303
2905 #, c-format
2906 msgid ""
2907 "LIBGUESTFS_QEMU environment variable is already set, so\n"
2908 "--qemu/--qemudir options cannot be used.\n"
2909 msgstr ""
2910
2911 #: test-tool/test-tool.c:311
2912 #, c-format
2913 msgid "Binary '%s' does not exist or is not executable\n"
2914 msgstr ""
2915
2916 #: test-tool/test-tool.c:325
2917 #, c-format
2918 msgid "%s: does not look like a qemu source directory\n"
2919 msgstr ""
2920
2921 #: test-tool/test-tool.c:374
2922 #, c-format
2923 msgid ""
2924 "Test tool helper program 'libguestfs-test-tool-helper' is not\n"
2925 "available.  Expected to find it in '%s'\n"
2926 "\n"
2927 "Use the --helper option to specify the location of this program.\n"
2928 msgstr ""
2929
2930 #: test-tool/test-tool.c:390
2931 #, c-format
2932 msgid "command failed: %s"
2933 msgstr ""
2934
2935 #: test-tool/test-tool.c:398
2936 #, c-format
2937 msgid ""
2938 "Test tool helper program %s\n"
2939 "is not statically linked.  This is a build error when this test tool\n"
2940 "was built.\n"
2941 msgstr ""
2942
2943 #: test-tool/test-tool.c:432
2944 #, c-format
2945 msgid "mkisofs command failed: %s\n"
2946 msgstr ""
2947
2948 #: tools/virt-edit.pl:174
2949 msgid "virt-edit: no image, VM names or filenames to edit given"
2950 msgstr ""
2951
2952 #: tools/virt-edit.pl:190 tools/virt-tar.pl:238 tools/virt-win-reg.pl:217
2953 #, perl-brace-format
2954 msgid ""
2955 "{prog}: No operating system could be detected inside this disk image.\n"
2956 "\n"
2957 "This may be because the file is not a disk image, or is not a virtual "
2958 "machine\n"
2959 "image, or because the OS type is not understood by libguestfs.\n"
2960 "\n"
2961 "If you feel this is an error, please file a bug report including as much\n"
2962 "information about the disk image as possible.\n"
2963 msgstr ""
2964
2965 #: tools/virt-edit.pl:194 tools/virt-tar.pl:242 tools/virt-win-reg.pl:221
2966 #, perl-brace-format
2967 msgid "{prog}: multiboot operating systems are not supported.\n"
2968 msgstr ""
2969
2970 #: tools/virt-edit.pl:227
2971 msgid "File not changed.\n"
2972 msgstr ""
2973
2974 #: tools/virt-list-filesystems.pl:142
2975 msgid "virt-list-filesystems: no image or VM name given"
2976 msgstr ""
2977
2978 #: tools/virt-list-partitions.pl:152
2979 msgid "virt-list-partitions: no image or VM name given"
2980 msgstr ""
2981
2982 #: tools/virt-make-fs.pl:291
2983 msgid "virt-make-fs input output\n"
2984 msgstr ""
2985
2986 #: tools/virt-make-fs.pl:321
2987 msgid "unexpected output from 'du' command"
2988 msgstr ""
2989
2990 #: tools/virt-make-fs.pl:333 tools/virt-make-fs.pl:347
2991 #: tools/virt-make-fs.pl:458
2992 #, perl-brace-format
2993 msgid "{f}: unknown input format: {fmt}\n"
2994 msgstr ""
2995
2996 #: tools/virt-make-fs.pl:391
2997 #, perl-brace-format
2998 msgid "virt-make-fs: cannot parse size parameter: {sz}\n"
2999 msgstr ""
3000
3001 #: tools/virt-make-fs.pl:406
3002 msgid ""
3003 "qemu-img create: failed to create disk image, see earlier error messages\n"
3004 msgstr ""
3005
3006 #: tools/virt-make-fs.pl:417
3007 msgid "virt-make-fs: NTFS support was disabled when libguestfs was compiled\n"
3008 msgstr ""
3009
3010 #: tools/virt-make-fs.pl:442
3011 msgid "tar: failed, see earlier messages\n"
3012 msgstr ""
3013
3014 #: tools/virt-make-fs.pl:464
3015 msgid "uncompress command failed, see earlier messages\n"
3016 msgstr ""
3017
3018 #: tools/virt-make-fs.pl:499
3019 msgid ""
3020 "virt-make-fs: error copying contents into filesystem\n"
3021 "An error here usually means that the program did not estimate the\n"
3022 "filesystem size correctly.  Please read the BUGS section of the manpage.\n"
3023 msgstr ""
3024
3025 #: tools/virt-resize.pl:33
3026 msgid "virt-resize: sorry this program does not work on a 32 bit host\n"
3027 msgstr ""
3028
3029 #: tools/virt-resize.pl:581
3030 #, perl-brace-format
3031 msgid "virt-resize: {file}: does not exist or is not readable\n"
3032 msgstr ""
3033
3034 #: tools/virt-resize.pl:583
3035 #, perl-brace-format
3036 msgid ""
3037 "virt-resize: {file}: does not exist or is not writable\n"
3038 "You have to create the destination disk before running this program.\n"
3039 "Please read the virt-resize(1) manpage for more information.\n"
3040 msgstr ""
3041
3042 #: tools/virt-resize.pl:662 tools/virt-resize.pl:665
3043 #, perl-brace-format
3044 msgid ""
3045 "virt-resize: {file}: file is too small to be a disk image ({sz} bytes)\n"
3046 msgstr ""
3047
3048 #: tools/virt-resize.pl:681 tools/virt-resize.pl:693
3049 msgid "virt-resize: short read"
3050 msgstr ""
3051
3052 #: tools/virt-resize.pl:827
3053 #, perl-brace-format
3054 msgid "virt-resize: no logical volume called {n}\n"
3055 msgstr ""
3056
3057 #: tools/virt-resize.pl:847
3058 #, perl-brace-format
3059 msgid ""
3060 "{p}: partition not found in the source disk image, when using the '{opt}' "
3061 "command line option\n"
3062 msgstr ""
3063
3064 #: tools/virt-resize.pl:853
3065 #, perl-brace-format
3066 msgid ""
3067 "{p}: partition ignored, you cannot use it in another command line argument\n"
3068 msgstr ""
3069
3070 #: tools/virt-resize.pl:857
3071 #, perl-brace-format
3072 msgid ""
3073 "{p}: partition deleted, you cannot use it in another command line argument\n"
3074 msgstr ""
3075
3076 #: tools/virt-resize.pl:899
3077 #, perl-brace-format
3078 msgid "{p}: this partition has already been marked for resizing\n"
3079 msgstr ""
3080
3081 #: tools/virt-resize.pl:907
3082 #, perl-brace-format
3083 msgid "{p}: missing size field in {o} option\n"
3084 msgstr ""
3085
3086 #: tools/virt-resize.pl:924
3087 #, perl-brace-format
3088 msgid "{p}: {f}: cannot parse size field\n"
3089 msgstr ""
3090
3091 #: tools/virt-resize.pl:929
3092 #, perl-brace-format
3093 msgid "{p}: new size is zero or negative\n"
3094 msgstr ""
3095
3096 #: tools/virt-resize.pl:952
3097 #, perl-brace-format
3098 msgid ""
3099 "{p}: cannot make this partition smaller because it contains a\n"
3100 "filesystem, physical volume or other content that is larger than the new "
3101 "size.\n"
3102 "You have to resize the content first, see virt-resize(1).\n"
3103 msgstr ""
3104
3105 #: tools/virt-resize.pl:968
3106 msgid "virt-resize: you cannot use options --expand and --shrink together\n"
3107 msgstr ""
3108
3109 #: tools/virt-resize.pl:1017
3110 #, perl-brace-format
3111 msgid ""
3112 "virt-resize: error: cannot use --expand when there is no surplus space to\n"
3113 "expand into.  You need to make the target disk larger by at least {h}.\n"
3114 msgstr ""
3115
3116 #: tools/virt-resize.pl:1032
3117 msgid ""
3118 "virt-resize: error: cannot use --shrink because there is no deficit\n"
3119 "(see 'deficit' in the virt-resize(1) man page)\n"
3120 msgstr ""
3121
3122 #: tools/virt-resize.pl:1047
3123 msgid "Summary of changes:\n"
3124 msgstr ""
3125
3126 #: tools/virt-resize.pl:1051
3127 #, perl-brace-format
3128 msgid "{p}: partition will be ignored\n"
3129 msgstr ""
3130
3131 #: tools/virt-resize.pl:1053
3132 #, perl-brace-format
3133 msgid "{p}: partition will be deleted\n"
3134 msgstr ""
3135
3136 #: tools/virt-resize.pl:1055
3137 #, perl-brace-format
3138 msgid "{p}: partition will be resized from {oldsize} to {newsize}\n"
3139 msgstr ""
3140
3141 #: tools/virt-resize.pl:1060
3142 #, perl-brace-format
3143 msgid "{p}: content will be expanded using the '{meth}' method\n"
3144 msgstr ""
3145
3146 #: tools/virt-resize.pl:1065
3147 #, perl-brace-format
3148 msgid "{p}: partition will be left alone\n"
3149 msgstr ""
3150
3151 #: tools/virt-resize.pl:1070
3152 #, perl-brace-format
3153 msgid "{n}: LV will be expanded to maximum size\n"
3154 msgstr ""
3155
3156 #: tools/virt-resize.pl:1076
3157 #, perl-brace-format
3158 msgid "{n}: content will be expanded using the '{meth}' method\n"
3159 msgstr ""
3160
3161 #: tools/virt-resize.pl:1083
3162 #, perl-brace-format
3163 msgid "There is a surplus of {spl} bytes ({h}).\n"
3164 msgstr ""
3165
3166 #: tools/virt-resize.pl:1088
3167 msgid "An extra partition will be created for the surplus.\n"
3168 msgstr ""
3169
3170 #: tools/virt-resize.pl:1090
3171 msgid ""
3172 "The surplus space is not large enough for an extra partition to be created\n"
3173 "and so it will just be ignored.\n"
3174 msgstr ""
3175
3176 #: tools/virt-resize.pl:1093
3177 msgid ""
3178 "The surplus space will be ignored.  Run a partitioning program in the guest\n"
3179 "to partition this extra space if you want.\n"
3180 msgstr ""
3181
3182 #: tools/virt-resize.pl:1096
3183 #, perl-brace-format
3184 msgid ""
3185 "virt-resize: error: there is a deficit of {def} bytes ({h}).\n"
3186 "You need to make the target disk larger by at least this amount,\n"
3187 "or adjust your resizing requests.\n"
3188 msgstr ""
3189
3190 #: tools/virt-resize.pl:1113
3191 msgid "virt-resize: source disk does not have a first partition\n"
3192 msgstr ""
3193
3194 #: tools/virt-resize.pl:1208
3195 #, perl-brace-format
3196 msgid "Copying {p} ...\n"
3197 msgstr ""
3198
3199 #: tools/virt-resize.pl:1271 tools/virt-resize.pl:1329
3200 #, perl-brace-format
3201 msgid "Expanding {p} using the '{meth}' method\n"
3202 msgstr ""
3203
3204 #: tools/virt-tar.pl:178 tools/virt-tar.pl:185
3205 msgid "virt-tar: extract/upload mode specified twice on the command line\n"
3206 msgstr ""
3207
3208 #: tools/virt-tar.pl:207
3209 msgid "virt-tar: no image, VM names, directory or filename given"
3210 msgstr ""
3211
3212 #: tools/virt-tar.pl:210
3213 msgid "virt-tar: either -x or -u must be specified on the command line\n"
3214 msgstr ""
3215
3216 #: tools/virt-tar.pl:221
3217 #, perl-brace-format
3218 msgid "virt-tar: {tarball}: file not found\n"
3219 msgstr ""
3220
3221 #: tools/virt-tar.pl:224
3222 #, perl-brace-format
3223 msgid "virt-tar: {dir}: directory name must start with '/' character\n"
3224 msgstr ""
3225
3226 #: tools/virt-win-reg.pl:201
3227 msgid "no libvirt domain name or disk image given\n"
3228 msgstr ""
3229
3230 #: tools/virt-win-reg.pl:240
3231 msgid ""
3232 "expecting 1 or 2 more parameters, subkey path and optionally the value to "
3233 "export\n"
3234 msgstr ""
3235
3236 #: tools/virt-win-reg.pl:351
3237 #, perl-brace-format
3238 msgid "virt-win-reg: {p}: not a supported Windows Registry path\n"
3239 msgstr ""
3240
3241 #: tools/virt-win-reg.pl:368 tools/virt-win-reg.pl:390
3242 #, perl-brace-format
3243 msgid "virt-win-reg: {p}: file not found in guest: {err}\n"
3244 msgstr ""
3245
3246 #: tools/virt-win-reg.pl:375
3247 #, perl-brace-format
3248 msgid "virt-win-reg: {p}: could not download registry file: {err}\n"
3249 msgstr ""
3250
3251 #: tools/virt-win-reg.pl:397
3252 #, perl-brace-format
3253 msgid "virt-win-reg: {p}: could not upload registry file: {err}\n"
3254 msgstr ""