87c86ba216050fce41701e23c8991cddfa6a5e3d
[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.7.17\n"
10 "Report-Msgid-Bugs-To: https://bugzilla.redhat.com/enter_bug.cgi?"
11 "component=libguestfs&product=Virtualization+Tools\n"
12 "POT-Creation-Date: 2010-11-30 15:00+0000\n"
13 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
14 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
15 "Language-Team: LANGUAGE <LL@li.org>\n"
16 "Language: \n"
17 "MIME-Version: 1.0\n"
18 "Content-Type: text/plain; charset=CHARSET\n"
19 "Content-Transfer-Encoding: 8bit\n"
20
21 #: cat/virt-cat.c:53 cat/virt-filesystems.c:86 cat/virt-ls.c:54 df/main.c:66
22 #: fish/fish.c:86 fuse/guestmount.c:841 inspector/virt-inspector.c:67
23 #: rescue/virt-rescue.c:55
24 #, c-format
25 msgid "Try `%s --help' for more information.\n"
26 msgstr ""
27
28 #: cat/virt-cat.c:57
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:115 cat/virt-filesystems.c:189 cat/virt-ls.c:121
51 #: df/domains.c:428 df/main.c:132 fish/fish.c:204 fuse/guestmount.c:952
52 #: inspector/virt-inspector.c:129 rescue/virt-rescue.c:126
53 #, c-format
54 msgid "guestfs_create: failed to create handle\n"
55 msgstr ""
56
57 #: cat/virt-cat.c:137 cat/virt-filesystems.c:243 cat/virt-ls.c:143
58 #: df/main.c:156 fish/fish.c:272 fuse/guestmount.c:1000
59 #: inspector/virt-inspector.c:151 rescue/virt-rescue.c:150
60 #, c-format
61 msgid "%s: unknown long option: %s (%d)\n"
62 msgstr ""
63
64 #: cat/virt-filesystems.c:90
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:304 df/main.c:250
104 #, c-format
105 msgid "%s: you cannot use -h and --csv options together.\n"
106 msgstr ""
107
108 #: cat/virt-ls.c:58
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:70
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:262
188 #, c-format
189 msgid "%s: compiled without support for libvirt.\n"
190 msgstr ""
191
192 #: df/output.c:50
193 msgid "VirtualMachine"
194 msgstr ""
195
196 #: df/output.c:51
197 msgid "Filesystem"
198 msgstr ""
199
200 #: df/output.c:54
201 msgid "1K-blocks"
202 msgstr ""
203
204 #: df/output.c:56
205 msgid "Size"
206 msgstr ""
207
208 #: df/output.c:57
209 msgid "Used"
210 msgstr ""
211
212 #: df/output.c:58
213 msgid "Available"
214 msgstr ""
215
216 #: df/output.c:59
217 msgid "Use%"
218 msgstr ""
219
220 #: df/output.c:61
221 msgid "Inodes"
222 msgstr ""
223
224 #: df/output.c:62
225 msgid "IUsed"
226 msgstr ""
227
228 #: df/output.c:63
229 msgid "IFree"
230 msgstr ""
231
232 #: df/output.c:64
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:2466
257 msgid "Command"
258 msgstr ""
259
260 #: fish/cmds.c:2466
261 msgid "Description"
262 msgstr ""
263
264 #: fish/cmds.c:2468
265 msgid "add a CD-ROM disk image to examine"
266 msgstr ""
267
268 #: fish/cmds.c:2469
269 msgid "add the disk(s) from a named libvirt domain"
270 msgstr ""
271
272 #: fish/cmds.c:2470 fish/cmds.c:2471
273 msgid "add an image to examine or modify"
274 msgstr ""
275
276 #: fish/cmds.c:2472
277 msgid "add a drive in snapshot mode (read-only)"
278 msgstr ""
279
280 #: fish/cmds.c:2473
281 msgid "add a drive read-only specifying the QEMU block emulation to use"
282 msgstr ""
283
284 #: fish/cmds.c:2474
285 msgid "add a drive specifying the QEMU block emulation to use"
286 msgstr ""
287
288 #: fish/cmds.c:2475
289 msgid "allocate and add a disk file"
290 msgstr ""
291
292 #: fish/cmds.c:2476
293 msgid "clear Augeas path"
294 msgstr ""
295
296 #: fish/cmds.c:2477
297 msgid "close the current Augeas handle"
298 msgstr ""
299
300 #: fish/cmds.c:2478
301 msgid "define an Augeas node"
302 msgstr ""
303
304 #: fish/cmds.c:2479
305 msgid "define an Augeas variable"
306 msgstr ""
307
308 #: fish/cmds.c:2480
309 msgid "look up the value of an Augeas path"
310 msgstr ""
311
312 #: fish/cmds.c:2481
313 msgid "create a new Augeas handle"
314 msgstr ""
315
316 #: fish/cmds.c:2482
317 msgid "insert a sibling Augeas node"
318 msgstr ""
319
320 #: fish/cmds.c:2483
321 msgid "load files into the tree"
322 msgstr ""
323
324 #: fish/cmds.c:2484
325 msgid "list Augeas nodes under augpath"
326 msgstr ""
327
328 #: fish/cmds.c:2485
329 msgid "return Augeas nodes which match augpath"
330 msgstr ""
331
332 #: fish/cmds.c:2486
333 msgid "move Augeas node"
334 msgstr ""
335
336 #: fish/cmds.c:2487
337 msgid "remove an Augeas path"
338 msgstr ""
339
340 #: fish/cmds.c:2488
341 msgid "write all pending Augeas changes to disk"
342 msgstr ""
343
344 #: fish/cmds.c:2489
345 msgid "set Augeas path to value"
346 msgstr ""
347
348 #: fish/cmds.c:2490
349 msgid "test availability of some parts of the API"
350 msgstr ""
351
352 #: fish/cmds.c:2491
353 msgid "return a list of all optional groups"
354 msgstr ""
355
356 #: fish/cmds.c:2492
357 msgid "upload base64-encoded data to file"
358 msgstr ""
359
360 #: fish/cmds.c:2493
361 msgid "download file and encode as base64"
362 msgstr ""
363
364 #: fish/cmds.c:2494
365 msgid "flush device buffers"
366 msgstr ""
367
368 #: fish/cmds.c:2495
369 msgid "get blocksize of block device"
370 msgstr ""
371
372 #: fish/cmds.c:2496
373 msgid "is block device set to read-only"
374 msgstr ""
375
376 #: fish/cmds.c:2497
377 msgid "get total size of device in bytes"
378 msgstr ""
379
380 #: fish/cmds.c:2498
381 msgid "get sectorsize of block device"
382 msgstr ""
383
384 #: fish/cmds.c:2499
385 msgid "get total size of device in 512-byte sectors"
386 msgstr ""
387
388 #: fish/cmds.c:2500
389 msgid "reread partition table"
390 msgstr ""
391
392 #: fish/cmds.c:2501
393 msgid "set blocksize of block device"
394 msgstr ""
395
396 #: fish/cmds.c:2502
397 msgid "set block device to read-only"
398 msgstr ""
399
400 #: fish/cmds.c:2503
401 msgid "set block device to read-write"
402 msgstr ""
403
404 #: fish/cmds.c:2504
405 msgid "return true path on case-insensitive filesystem"
406 msgstr ""
407
408 #: fish/cmds.c:2505
409 msgid "list the contents of a file"
410 msgstr ""
411
412 #: fish/cmds.c:2506
413 msgid "compute MD5, SHAx or CRC checksum of file"
414 msgstr ""
415
416 #: fish/cmds.c:2507
417 msgid "compute MD5, SHAx or CRC checksum of the contents of a device"
418 msgstr ""
419
420 #: fish/cmds.c:2508
421 msgid "compute MD5, SHAx or CRC checksum of files in a directory"
422 msgstr ""
423
424 #: fish/cmds.c:2509
425 msgid "change file mode"
426 msgstr ""
427
428 #: fish/cmds.c:2510 fish/cmds.c:2617
429 msgid "change file owner and group"
430 msgstr ""
431
432 #: fish/cmds.c:2511
433 msgid "run a command from the guest filesystem"
434 msgstr ""
435
436 #: fish/cmds.c:2512
437 msgid "run a command, returning lines"
438 msgstr ""
439
440 #: fish/cmds.c:2513
441 msgid "add qemu parameters"
442 msgstr ""
443
444 #: fish/cmds.c:2514
445 msgid "copy local files or directories into an image"
446 msgstr ""
447
448 #: fish/cmds.c:2515
449 msgid "copy remote files or directories out of an image"
450 msgstr ""
451
452 #: fish/cmds.c:2516
453 msgid "copy size bytes from source to destination using dd"
454 msgstr ""
455
456 #: fish/cmds.c:2517
457 msgid "copy a file"
458 msgstr ""
459
460 #: fish/cmds.c:2518
461 msgid "copy a file or directory recursively"
462 msgstr ""
463
464 #: fish/cmds.c:2519
465 msgid "copy from source to destination using dd"
466 msgstr ""
467
468 #: fish/cmds.c:2520
469 msgid "debugging and internals"
470 msgstr ""
471
472 #: fish/cmds.c:2521
473 msgid "debug the QEMU command line (internal use only)"
474 msgstr ""
475
476 #: fish/cmds.c:2522
477 msgid "upload a file to the appliance (internal use only)"
478 msgstr ""
479
480 #: fish/cmds.c:2523
481 msgid "report file system disk space usage"
482 msgstr ""
483
484 #: fish/cmds.c:2524
485 msgid "report file system disk space usage (human readable)"
486 msgstr ""
487
488 #: fish/cmds.c:2525
489 msgid "return kernel messages"
490 msgstr ""
491
492 #: fish/cmds.c:2526
493 msgid "download a file to the local machine"
494 msgstr ""
495
496 #: fish/cmds.c:2527
497 msgid "download a file to the local machine with offset and size"
498 msgstr ""
499
500 #: fish/cmds.c:2528
501 msgid "drop kernel page cache, dentries and inodes"
502 msgstr ""
503
504 #: fish/cmds.c:2529
505 msgid "estimate file space usage"
506 msgstr ""
507
508 #: fish/cmds.c:2530
509 msgid "check an ext2/ext3 filesystem"
510 msgstr ""
511
512 #: fish/cmds.c:2531
513 msgid "display a line of text"
514 msgstr ""
515
516 #: fish/cmds.c:2532
517 msgid "echo arguments back to the client"
518 msgstr ""
519
520 #: fish/cmds.c:2533
521 msgid "edit a file"
522 msgstr ""
523
524 #: fish/cmds.c:2534 fish/cmds.c:2535 fish/cmds.c:2540 fish/cmds.c:2541
525 #: fish/cmds.c:2572 fish/cmds.c:2573 fish/cmds.c:2806 fish/cmds.c:2807
526 #: fish/cmds.c:2811 fish/cmds.c:2812 fish/cmds.c:2814 fish/cmds.c:2815
527 msgid "return lines matching a pattern"
528 msgstr ""
529
530 #: fish/cmds.c:2536
531 msgid "test if two files have equal contents"
532 msgstr ""
533
534 #: fish/cmds.c:2537
535 msgid "test if file or directory exists"
536 msgstr ""
537
538 #: fish/cmds.c:2538 fish/cmds.c:2539
539 msgid "preallocate a file in the guest filesystem"
540 msgstr ""
541
542 #: fish/cmds.c:2542
543 msgid "determine file type"
544 msgstr ""
545
546 #: fish/cmds.c:2543
547 msgid "detect the architecture of a binary file"
548 msgstr ""
549
550 #: fish/cmds.c:2544
551 msgid "return the size of the file in bytes"
552 msgstr ""
553
554 #: fish/cmds.c:2545
555 msgid "fill a file with octets"
556 msgstr ""
557
558 #: fish/cmds.c:2546
559 msgid "fill a file with a repeating pattern of bytes"
560 msgstr ""
561
562 #: fish/cmds.c:2547
563 msgid "find all files and directories"
564 msgstr ""
565
566 #: fish/cmds.c:2548
567 msgid "find all files and directories, returning NUL-separated list"
568 msgstr ""
569
570 #: fish/cmds.c:2549
571 msgid "find a filesystem by label"
572 msgstr ""
573
574 #: fish/cmds.c:2550
575 msgid "find a filesystem by UUID"
576 msgstr ""
577
578 #: fish/cmds.c:2551
579 msgid "run the filesystem checker"
580 msgstr ""
581
582 #: fish/cmds.c:2552
583 msgid "get the additional kernel options"
584 msgstr ""
585
586 #: fish/cmds.c:2553
587 msgid "get autosync mode"
588 msgstr ""
589
590 #: fish/cmds.c:2554
591 msgid "get direct appliance mode flag"
592 msgstr ""
593
594 #: fish/cmds.c:2555
595 msgid "get the ext2/3/4 filesystem label"
596 msgstr ""
597
598 #: fish/cmds.c:2556
599 msgid "get the ext2/3/4 filesystem UUID"
600 msgstr ""
601
602 #: fish/cmds.c:2557
603 msgid "get memory allocated to the qemu subprocess"
604 msgstr ""
605
606 #: fish/cmds.c:2558
607 msgid "get enable network flag"
608 msgstr ""
609
610 #: fish/cmds.c:2559
611 msgid "get the search path"
612 msgstr ""
613
614 #: fish/cmds.c:2560
615 msgid "get PID of qemu subprocess"
616 msgstr ""
617
618 #: fish/cmds.c:2561
619 msgid "get the qemu binary"
620 msgstr ""
621
622 #: fish/cmds.c:2562
623 msgid "get recovery process enabled flag"
624 msgstr ""
625
626 #: fish/cmds.c:2563
627 msgid "get SELinux enabled flag"
628 msgstr ""
629
630 #: fish/cmds.c:2564
631 msgid "get the current state"
632 msgstr ""
633
634 #: fish/cmds.c:2565
635 msgid "get command trace enabled flag"
636 msgstr ""
637
638 #: fish/cmds.c:2566
639 msgid "get the current umask"
640 msgstr ""
641
642 #: fish/cmds.c:2567
643 msgid "get verbose mode"
644 msgstr ""
645
646 #: fish/cmds.c:2568
647 msgid "get SELinux security context"
648 msgstr ""
649
650 #: fish/cmds.c:2569 fish/cmds.c:2618
651 msgid "list extended attributes of a file or directory"
652 msgstr ""
653
654 #: fish/cmds.c:2570
655 msgid "expand wildcards in command"
656 msgstr ""
657
658 #: fish/cmds.c:2571
659 msgid "expand a wildcard path"
660 msgstr ""
661
662 #: fish/cmds.c:2574
663 msgid "install GRUB"
664 msgstr ""
665
666 #: fish/cmds.c:2575
667 msgid "return first 10 lines of a file"
668 msgstr ""
669
670 #: fish/cmds.c:2576
671 msgid "return first N lines of a file"
672 msgstr ""
673
674 #: fish/cmds.c:2577
675 msgid "dump a file in hexadecimal"
676 msgstr ""
677
678 #: fish/cmds.c:2578
679 msgid "edit with a hex editor"
680 msgstr ""
681
682 #: fish/cmds.c:2579
683 msgid "list the contents of a single file in an initrd"
684 msgstr ""
685
686 #: fish/cmds.c:2580
687 msgid "list files in an initrd"
688 msgstr ""
689
690 #: fish/cmds.c:2581
691 msgid "add an inotify watch"
692 msgstr ""
693
694 #: fish/cmds.c:2582
695 msgid "close the inotify handle"
696 msgstr ""
697
698 #: fish/cmds.c:2583
699 msgid "return list of watched files that had events"
700 msgstr ""
701
702 #: fish/cmds.c:2584
703 msgid "create an inotify handle"
704 msgstr ""
705
706 #: fish/cmds.c:2585
707 msgid "return list of inotify events"
708 msgstr ""
709
710 #: fish/cmds.c:2586
711 msgid "remove an inotify watch"
712 msgstr ""
713
714 #: fish/cmds.c:2587
715 msgid "get architecture of inspected operating system"
716 msgstr ""
717
718 #: fish/cmds.c:2588
719 msgid "get distro of inspected operating system"
720 msgstr ""
721
722 #: fish/cmds.c:2589
723 msgid "get filesystems associated with inspected operating system"
724 msgstr ""
725
726 #: fish/cmds.c:2590
727 msgid "get hostname of the operating system"
728 msgstr ""
729
730 #: fish/cmds.c:2591
731 msgid "get major version of inspected operating system"
732 msgstr ""
733
734 #: fish/cmds.c:2592
735 msgid "get minor version of inspected operating system"
736 msgstr ""
737
738 #: fish/cmds.c:2593
739 msgid "get mountpoints of inspected operating system"
740 msgstr ""
741
742 #: fish/cmds.c:2594
743 msgid "get package format used by the operating system"
744 msgstr ""
745
746 #: fish/cmds.c:2595
747 msgid "get package management tool used by the operating system"
748 msgstr ""
749
750 #: fish/cmds.c:2596
751 msgid "get product name of inspected operating system"
752 msgstr ""
753
754 #: fish/cmds.c:2597
755 msgid "return list of operating systems found by last inspection"
756 msgstr ""
757
758 #: fish/cmds.c:2598
759 msgid "get type of inspected operating system"
760 msgstr ""
761
762 #: fish/cmds.c:2599
763 msgid "get Windows systemroot of inspected operating system"
764 msgstr ""
765
766 #: fish/cmds.c:2600
767 msgid "get list of applications installed in the operating system"
768 msgstr ""
769
770 #: fish/cmds.c:2601
771 msgid "inspect disk and return list of operating systems found"
772 msgstr ""
773
774 #: fish/cmds.c:2602
775 msgid "test if block device"
776 msgstr ""
777
778 #: fish/cmds.c:2603
779 msgid "is busy processing a command"
780 msgstr ""
781
782 #: fish/cmds.c:2604
783 msgid "test if character device"
784 msgstr ""
785
786 #: fish/cmds.c:2605
787 msgid "is in configuration state"
788 msgstr ""
789
790 #: fish/cmds.c:2606
791 msgid "test if a directory"
792 msgstr ""
793
794 #: fish/cmds.c:2607
795 msgid "test if FIFO (named pipe)"
796 msgstr ""
797
798 #: fish/cmds.c:2608
799 msgid "test if a regular file"
800 msgstr ""
801
802 #: fish/cmds.c:2609
803 msgid "is launching subprocess"
804 msgstr ""
805
806 #: fish/cmds.c:2610
807 msgid "test if device is a logical volume"
808 msgstr ""
809
810 #: fish/cmds.c:2611
811 msgid "is ready to accept commands"
812 msgstr ""
813
814 #: fish/cmds.c:2612
815 msgid "test if socket"
816 msgstr ""
817
818 #: fish/cmds.c:2613
819 msgid "test if symbolic link"
820 msgstr ""
821
822 #: fish/cmds.c:2614
823 msgid "kill the qemu subprocess"
824 msgstr ""
825
826 #: fish/cmds.c:2615
827 msgid "launch the qemu subprocess"
828 msgstr ""
829
830 #: fish/cmds.c:2616
831 msgid "change working directory"
832 msgstr ""
833
834 #: fish/cmds.c:2619
835 msgid "list the block devices"
836 msgstr ""
837
838 #: fish/cmds.c:2620
839 msgid "list filesystems"
840 msgstr ""
841
842 #: fish/cmds.c:2621
843 msgid "list the partitions"
844 msgstr ""
845
846 #: fish/cmds.c:2622
847 msgid "list the files in a directory (long format)"
848 msgstr ""
849
850 #: fish/cmds.c:2623 fish/cmds.c:2624
851 msgid "create a hard link"
852 msgstr ""
853
854 #: fish/cmds.c:2625 fish/cmds.c:2626
855 msgid "create a symbolic link"
856 msgstr ""
857
858 #: fish/cmds.c:2627 fish/cmds.c:2717
859 msgid "remove extended attribute of a file or directory"
860 msgstr ""
861
862 #: fish/cmds.c:2628
863 msgid "list the files in a directory"
864 msgstr ""
865
866 #: fish/cmds.c:2629 fish/cmds.c:2742
867 msgid "set extended attribute of a file or directory"
868 msgstr ""
869
870 #: fish/cmds.c:2630
871 msgid "get file information for a symbolic link"
872 msgstr ""
873
874 #: fish/cmds.c:2631
875 msgid "lstat on multiple files"
876 msgstr ""
877
878 #: fish/cmds.c:2632
879 msgid "add a key on a LUKS encrypted device"
880 msgstr ""
881
882 #: fish/cmds.c:2633
883 msgid "close a LUKS device"
884 msgstr ""
885
886 #: fish/cmds.c:2634 fish/cmds.c:2635
887 msgid "format a block device as a LUKS encrypted device"
888 msgstr ""
889
890 #: fish/cmds.c:2636
891 msgid "remove a key from a LUKS encrypted device"
892 msgstr ""
893
894 #: fish/cmds.c:2637
895 msgid "open a LUKS-encrypted block device"
896 msgstr ""
897
898 #: fish/cmds.c:2638
899 msgid "open a LUKS-encrypted block device read-only"
900 msgstr ""
901
902 #: fish/cmds.c:2639
903 msgid "create an LVM logical volume"
904 msgstr ""
905
906 #: fish/cmds.c:2640
907 msgid "get canonical name of an LV"
908 msgstr ""
909
910 #: fish/cmds.c:2641
911 msgid "clear LVM device filter"
912 msgstr ""
913
914 #: fish/cmds.c:2642
915 msgid "remove all LVM LVs, VGs and PVs"
916 msgstr ""
917
918 #: fish/cmds.c:2643
919 msgid "set LVM device filter"
920 msgstr ""
921
922 #: fish/cmds.c:2644
923 msgid "remove an LVM logical volume"
924 msgstr ""
925
926 #: fish/cmds.c:2645
927 msgid "rename an LVM logical volume"
928 msgstr ""
929
930 #: fish/cmds.c:2646
931 msgid "resize an LVM logical volume"
932 msgstr ""
933
934 #: fish/cmds.c:2647
935 msgid "expand an LV to fill free space"
936 msgstr ""
937
938 #: fish/cmds.c:2648 fish/cmds.c:2649
939 msgid "list the LVM logical volumes (LVs)"
940 msgstr ""
941
942 #: fish/cmds.c:2650
943 msgid "get the UUID of a logical volume"
944 msgstr ""
945
946 #: fish/cmds.c:2651
947 msgid "lgetxattr on multiple files"
948 msgstr ""
949
950 #: fish/cmds.c:2652
951 msgid "open the manual"
952 msgstr ""
953
954 #: fish/cmds.c:2653
955 msgid "create a directory"
956 msgstr ""
957
958 #: fish/cmds.c:2654
959 msgid "create a directory with a particular mode"
960 msgstr ""
961
962 #: fish/cmds.c:2655
963 msgid "create a directory and parents"
964 msgstr ""
965
966 #: fish/cmds.c:2656
967 msgid "create a temporary directory"
968 msgstr ""
969
970 #: fish/cmds.c:2657 fish/cmds.c:2658 fish/cmds.c:2659
971 msgid "make ext2/3/4 filesystem with external journal"
972 msgstr ""
973
974 #: fish/cmds.c:2660
975 msgid "make ext2/3/4 external journal"
976 msgstr ""
977
978 #: fish/cmds.c:2661
979 msgid "make ext2/3/4 external journal with label"
980 msgstr ""
981
982 #: fish/cmds.c:2662
983 msgid "make ext2/3/4 external journal with UUID"
984 msgstr ""
985
986 #: fish/cmds.c:2663
987 msgid "make FIFO (named pipe)"
988 msgstr ""
989
990 #: fish/cmds.c:2664
991 msgid "make a filesystem"
992 msgstr ""
993
994 #: fish/cmds.c:2665
995 msgid "make a filesystem with block size"
996 msgstr ""
997
998 #: fish/cmds.c:2666
999 msgid "create a mountpoint"
1000 msgstr ""
1001
1002 #: fish/cmds.c:2667
1003 msgid "make block, character or FIFO devices"
1004 msgstr ""
1005
1006 #: fish/cmds.c:2668
1007 msgid "make block device node"
1008 msgstr ""
1009
1010 #: fish/cmds.c:2669
1011 msgid "make char device node"
1012 msgstr ""
1013
1014 #: fish/cmds.c:2670
1015 msgid "create a swap partition"
1016 msgstr ""
1017
1018 #: fish/cmds.c:2671
1019 msgid "create a swap partition with a label"
1020 msgstr ""
1021
1022 #: fish/cmds.c:2672
1023 msgid "create a swap partition with an explicit UUID"
1024 msgstr ""
1025
1026 #: fish/cmds.c:2673
1027 msgid "create a swap file"
1028 msgstr ""
1029
1030 #: fish/cmds.c:2674
1031 msgid "load a kernel module"
1032 msgstr ""
1033
1034 #: fish/cmds.c:2675
1035 msgid "view a file"
1036 msgstr ""
1037
1038 #: fish/cmds.c:2676
1039 msgid "mount a guest disk at a position in the filesystem"
1040 msgstr ""
1041
1042 #: fish/cmds.c:2677
1043 msgid "mount a file using the loop device"
1044 msgstr ""
1045
1046 #: fish/cmds.c:2678
1047 msgid "mount a guest disk with mount options"
1048 msgstr ""
1049
1050 #: fish/cmds.c:2679
1051 msgid "mount a guest disk, read-only"
1052 msgstr ""
1053
1054 #: fish/cmds.c:2680
1055 msgid "mount a guest disk with mount options and vfstype"
1056 msgstr ""
1057
1058 #: fish/cmds.c:2681
1059 msgid "show mountpoints"
1060 msgstr ""
1061
1062 #: fish/cmds.c:2682
1063 msgid "show mounted filesystems"
1064 msgstr ""
1065
1066 #: fish/cmds.c:2683
1067 msgid "move a file"
1068 msgstr ""
1069
1070 #: fish/cmds.c:2684
1071 msgid "probe NTFS volume"
1072 msgstr ""
1073
1074 #: fish/cmds.c:2685
1075 msgid "resize an NTFS filesystem"
1076 msgstr ""
1077
1078 #: fish/cmds.c:2686
1079 msgid "resize an NTFS filesystem (with size)"
1080 msgstr ""
1081
1082 #: fish/cmds.c:2687
1083 msgid "add a partition to the device"
1084 msgstr ""
1085
1086 #: fish/cmds.c:2688
1087 msgid "delete a partition"
1088 msgstr ""
1089
1090 #: fish/cmds.c:2689
1091 msgid "partition whole disk with a single primary partition"
1092 msgstr ""
1093
1094 #: fish/cmds.c:2690
1095 msgid "return true if a partition is bootable"
1096 msgstr ""
1097
1098 #: fish/cmds.c:2691
1099 msgid "get the MBR type byte (ID byte) from a partition"
1100 msgstr ""
1101
1102 #: fish/cmds.c:2692
1103 msgid "get the partition table type"
1104 msgstr ""
1105
1106 #: fish/cmds.c:2693
1107 msgid "create an empty partition table"
1108 msgstr ""
1109
1110 #: fish/cmds.c:2694
1111 msgid "list partitions on a device"
1112 msgstr ""
1113
1114 #: fish/cmds.c:2695
1115 msgid "make a partition bootable"
1116 msgstr ""
1117
1118 #: fish/cmds.c:2696
1119 msgid "set the MBR type byte (ID byte) of a partition"
1120 msgstr ""
1121
1122 #: fish/cmds.c:2697
1123 msgid "set partition name"
1124 msgstr ""
1125
1126 #: fish/cmds.c:2698
1127 msgid "convert partition name to device name"
1128 msgstr ""
1129
1130 #: fish/cmds.c:2699
1131 msgid "ping the guest daemon"
1132 msgstr ""
1133
1134 #: fish/cmds.c:2700
1135 msgid "read part of a file"
1136 msgstr ""
1137
1138 #: fish/cmds.c:2701
1139 msgid "read part of a device"
1140 msgstr ""
1141
1142 #: fish/cmds.c:2702
1143 msgid "create an LVM physical volume"
1144 msgstr ""
1145
1146 #: fish/cmds.c:2703
1147 msgid "remove an LVM physical volume"
1148 msgstr ""
1149
1150 #: fish/cmds.c:2704
1151 msgid "resize an LVM physical volume"
1152 msgstr ""
1153
1154 #: fish/cmds.c:2705
1155 msgid "resize an LVM physical volume (with size)"
1156 msgstr ""
1157
1158 #: fish/cmds.c:2706 fish/cmds.c:2707
1159 msgid "list the LVM physical volumes (PVs)"
1160 msgstr ""
1161
1162 #: fish/cmds.c:2708
1163 msgid "get the UUID of a physical volume"
1164 msgstr ""
1165
1166 #: fish/cmds.c:2709
1167 msgid "write to part of a file"
1168 msgstr ""
1169
1170 #: fish/cmds.c:2710
1171 msgid "write to part of a device"
1172 msgstr ""
1173
1174 #: fish/cmds.c:2711
1175 msgid "read a file"
1176 msgstr ""
1177
1178 #: fish/cmds.c:2712
1179 msgid "read file as lines"
1180 msgstr ""
1181
1182 #: fish/cmds.c:2713
1183 msgid "read directories entries"
1184 msgstr ""
1185
1186 #: fish/cmds.c:2714
1187 msgid "read the target of a symbolic link"
1188 msgstr ""
1189
1190 #: fish/cmds.c:2715
1191 msgid "readlink on multiple files"
1192 msgstr ""
1193
1194 #: fish/cmds.c:2716
1195 msgid "canonicalized absolute pathname"
1196 msgstr ""
1197
1198 #: fish/cmds.c:2718
1199 msgid "close and reopen libguestfs handle"
1200 msgstr ""
1201
1202 #: fish/cmds.c:2719
1203 msgid "resize an ext2, ext3 or ext4 filesystem"
1204 msgstr ""
1205
1206 #: fish/cmds.c:2720
1207 msgid "resize an ext2, ext3 or ext4 filesystem (with size)"
1208 msgstr ""
1209
1210 #: fish/cmds.c:2721
1211 msgid "remove a file"
1212 msgstr ""
1213
1214 #: fish/cmds.c:2722
1215 msgid "remove a file or directory recursively"
1216 msgstr ""
1217
1218 #: fish/cmds.c:2723
1219 msgid "remove a directory"
1220 msgstr ""
1221
1222 #: fish/cmds.c:2724
1223 msgid "remove a mountpoint"
1224 msgstr ""
1225
1226 #: fish/cmds.c:2725
1227 msgid "scrub (securely wipe) a device"
1228 msgstr ""
1229
1230 #: fish/cmds.c:2726
1231 msgid "scrub (securely wipe) a file"
1232 msgstr ""
1233
1234 #: fish/cmds.c:2727
1235 msgid "scrub (securely wipe) free space"
1236 msgstr ""
1237
1238 #: fish/cmds.c:2728
1239 msgid "add options to kernel command line"
1240 msgstr ""
1241
1242 #: fish/cmds.c:2729
1243 msgid "set autosync mode"
1244 msgstr ""
1245
1246 #: fish/cmds.c:2730
1247 msgid "enable or disable direct appliance mode"
1248 msgstr ""
1249
1250 #: fish/cmds.c:2731
1251 msgid "set the ext2/3/4 filesystem label"
1252 msgstr ""
1253
1254 #: fish/cmds.c:2732
1255 msgid "set the ext2/3/4 filesystem UUID"
1256 msgstr ""
1257
1258 #: fish/cmds.c:2733
1259 msgid "set memory allocated to the qemu subprocess"
1260 msgstr ""
1261
1262 #: fish/cmds.c:2734
1263 msgid "set enable network flag"
1264 msgstr ""
1265
1266 #: fish/cmds.c:2735
1267 msgid "set the search path"
1268 msgstr ""
1269
1270 #: fish/cmds.c:2736
1271 msgid "set the qemu binary"
1272 msgstr ""
1273
1274 #: fish/cmds.c:2737
1275 msgid "enable or disable the recovery process"
1276 msgstr ""
1277
1278 #: fish/cmds.c:2738
1279 msgid "set SELinux enabled or disabled at appliance boot"
1280 msgstr ""
1281
1282 #: fish/cmds.c:2739
1283 msgid "enable or disable command traces"
1284 msgstr ""
1285
1286 #: fish/cmds.c:2740
1287 msgid "set verbose mode"
1288 msgstr ""
1289
1290 #: fish/cmds.c:2741
1291 msgid "set SELinux security context"
1292 msgstr ""
1293
1294 #: fish/cmds.c:2743 fish/cmds.c:2744
1295 msgid "create partitions on a block device"
1296 msgstr ""
1297
1298 #: fish/cmds.c:2745
1299 msgid "modify a single partition on a block device"
1300 msgstr ""
1301
1302 #: fish/cmds.c:2746
1303 msgid "display the disk geometry from the partition table"
1304 msgstr ""
1305
1306 #: fish/cmds.c:2747
1307 msgid "display the kernel geometry"
1308 msgstr ""
1309
1310 #: fish/cmds.c:2748
1311 msgid "display the partition table"
1312 msgstr ""
1313
1314 #: fish/cmds.c:2749
1315 msgid "run a command via the shell"
1316 msgstr ""
1317
1318 #: fish/cmds.c:2750
1319 msgid "run a command via the shell returning lines"
1320 msgstr ""
1321
1322 #: fish/cmds.c:2751
1323 msgid "sleep for some seconds"
1324 msgstr ""
1325
1326 #: fish/cmds.c:2752
1327 msgid "create a sparse disk image and add"
1328 msgstr ""
1329
1330 #: fish/cmds.c:2753
1331 msgid "get file information"
1332 msgstr ""
1333
1334 #: fish/cmds.c:2754
1335 msgid "get file system statistics"
1336 msgstr ""
1337
1338 #: fish/cmds.c:2755 fish/cmds.c:2756
1339 msgid "print the printable strings in a file"
1340 msgstr ""
1341
1342 #: fish/cmds.c:2757
1343 msgid "list supported groups of commands"
1344 msgstr ""
1345
1346 #: fish/cmds.c:2758
1347 msgid "disable swap on device"
1348 msgstr ""
1349
1350 #: fish/cmds.c:2759
1351 msgid "disable swap on file"
1352 msgstr ""
1353
1354 #: fish/cmds.c:2760
1355 msgid "disable swap on labeled swap partition"
1356 msgstr ""
1357
1358 #: fish/cmds.c:2761
1359 msgid "disable swap on swap partition by UUID"
1360 msgstr ""
1361
1362 #: fish/cmds.c:2762
1363 msgid "enable swap on device"
1364 msgstr ""
1365
1366 #: fish/cmds.c:2763
1367 msgid "enable swap on file"
1368 msgstr ""
1369
1370 #: fish/cmds.c:2764
1371 msgid "enable swap on labeled swap partition"
1372 msgstr ""
1373
1374 #: fish/cmds.c:2765
1375 msgid "enable swap on swap partition by UUID"
1376 msgstr ""
1377
1378 #: fish/cmds.c:2766
1379 msgid "sync disks, writes are flushed through to the disk image"
1380 msgstr ""
1381
1382 #: fish/cmds.c:2767
1383 msgid "return last 10 lines of a file"
1384 msgstr ""
1385
1386 #: fish/cmds.c:2768
1387 msgid "return last N lines of a file"
1388 msgstr ""
1389
1390 #: fish/cmds.c:2769
1391 msgid "unpack tarfile to directory"
1392 msgstr ""
1393
1394 #: fish/cmds.c:2770
1395 msgid "pack directory into tarfile"
1396 msgstr ""
1397
1398 #: fish/cmds.c:2771 fish/cmds.c:2778
1399 msgid "unpack compressed tarball to directory"
1400 msgstr ""
1401
1402 #: fish/cmds.c:2772 fish/cmds.c:2779
1403 msgid "pack directory into compressed tarball"
1404 msgstr ""
1405
1406 #: fish/cmds.c:2773
1407 msgid "print elapsed time taken to run a command"
1408 msgstr ""
1409
1410 #: fish/cmds.c:2774
1411 msgid "update file timestamps or create a new file"
1412 msgstr ""
1413
1414 #: fish/cmds.c:2775
1415 msgid "truncate a file to zero size"
1416 msgstr ""
1417
1418 #: fish/cmds.c:2776
1419 msgid "truncate a file to a particular size"
1420 msgstr ""
1421
1422 #: fish/cmds.c:2777
1423 msgid "get ext2/ext3/ext4 superblock details"
1424 msgstr ""
1425
1426 #: fish/cmds.c:2780
1427 msgid "set file mode creation mask (umask)"
1428 msgstr ""
1429
1430 #: fish/cmds.c:2781
1431 msgid "unmount a filesystem"
1432 msgstr ""
1433
1434 #: fish/cmds.c:2782
1435 msgid "unmount all filesystems"
1436 msgstr ""
1437
1438 #: fish/cmds.c:2783
1439 msgid "upload a file from the local machine"
1440 msgstr ""
1441
1442 #: fish/cmds.c:2784
1443 msgid "upload a file from the local machine with offset"
1444 msgstr ""
1445
1446 #: fish/cmds.c:2785
1447 msgid "set timestamp of a file with nanosecond precision"
1448 msgstr ""
1449
1450 #: fish/cmds.c:2786
1451 msgid "get the library version number"
1452 msgstr ""
1453
1454 #: fish/cmds.c:2787
1455 msgid "get the filesystem label"
1456 msgstr ""
1457
1458 #: fish/cmds.c:2788
1459 msgid "get the Linux VFS type corresponding to a mounted device"
1460 msgstr ""
1461
1462 #: fish/cmds.c:2789
1463 msgid "get the filesystem UUID"
1464 msgstr ""
1465
1466 #: fish/cmds.c:2790
1467 msgid "activate or deactivate some volume groups"
1468 msgstr ""
1469
1470 #: fish/cmds.c:2791
1471 msgid "activate or deactivate all volume groups"
1472 msgstr ""
1473
1474 #: fish/cmds.c:2792
1475 msgid "create an LVM volume group"
1476 msgstr ""
1477
1478 #: fish/cmds.c:2793
1479 msgid "get the LV UUIDs of all LVs in the volume group"
1480 msgstr ""
1481
1482 #: fish/cmds.c:2794
1483 msgid "get the PV UUIDs containing the volume group"
1484 msgstr ""
1485
1486 #: fish/cmds.c:2795
1487 msgid "remove an LVM volume group"
1488 msgstr ""
1489
1490 #: fish/cmds.c:2796
1491 msgid "rename an LVM volume group"
1492 msgstr ""
1493
1494 #: fish/cmds.c:2797 fish/cmds.c:2798
1495 msgid "list the LVM volume groups (VGs)"
1496 msgstr ""
1497
1498 #: fish/cmds.c:2799
1499 msgid "rescan for LVM physical volumes, volume groups and logical volumes"
1500 msgstr ""
1501
1502 #: fish/cmds.c:2800
1503 msgid "get the UUID of a volume group"
1504 msgstr ""
1505
1506 #: fish/cmds.c:2801
1507 msgid "count characters in a file"
1508 msgstr ""
1509
1510 #: fish/cmds.c:2802
1511 msgid "count lines in a file"
1512 msgstr ""
1513
1514 #: fish/cmds.c:2803
1515 msgid "count words in a file"
1516 msgstr ""
1517
1518 #: fish/cmds.c:2804
1519 msgid "create a new file"
1520 msgstr ""
1521
1522 #: fish/cmds.c:2805
1523 msgid "create a file"
1524 msgstr ""
1525
1526 #: fish/cmds.c:2808
1527 msgid "write zeroes to the device"
1528 msgstr ""
1529
1530 #: fish/cmds.c:2809
1531 msgid "write zeroes to an entire device"
1532 msgstr ""
1533
1534 #: fish/cmds.c:2810
1535 msgid "zero unused inodes and disk blocks on ext2/3 filesystem"
1536 msgstr ""
1537
1538 #: fish/cmds.c:2813
1539 msgid "determine file type inside a compressed file"
1540 msgstr ""
1541
1542 #: fish/cmds.c:2816
1543 msgid "Use -h <cmd> / help <cmd> to show detailed help for a command."
1544 msgstr ""
1545
1546 #: fish/cmds.c:3134 fish/cmds.c:3148 fish/cmds.c:3164 fish/cmds.c:3181
1547 #: fish/cmds.c:3198 fish/cmds.c:3216 fish/cmds.c:3235 fish/cmds.c:3251
1548 #: fish/cmds.c:3269 fish/cmds.c:3285 fish/cmds.c:3303 fish/cmds.c:3319
1549 #: fish/cmds.c:3336 fish/cmds.c:3351 fish/cmds.c:3369 fish/cmds.c:3384
1550 #: fish/cmds.c:3400 fish/cmds.c:3416 fish/cmds.c:3432 fish/cmds.c:3448
1551 #: fish/cmds.c:3464 fish/cmds.c:3482 fish/cmds.c:3515 fish/cmds.c:3531
1552 #: fish/cmds.c:3547 fish/cmds.c:3566 fish/cmds.c:3581 fish/cmds.c:3599
1553 #: fish/cmds.c:3614 fish/cmds.c:3632 fish/cmds.c:3647 fish/cmds.c:3665
1554 #: fish/cmds.c:3680 fish/cmds.c:3699 fish/cmds.c:3718 fish/cmds.c:3736
1555 #: fish/cmds.c:3756 fish/cmds.c:3775 fish/cmds.c:3795 fish/cmds.c:3815
1556 #: fish/cmds.c:3835 fish/cmds.c:3854 fish/cmds.c:3873 fish/cmds.c:3893
1557 #: fish/cmds.c:3913 fish/cmds.c:3933 fish/cmds.c:3948 fish/cmds.c:3964
1558 #: fish/cmds.c:4036 fish/cmds.c:4054 fish/cmds.c:4071 fish/cmds.c:4145
1559 #: fish/cmds.c:4165 fish/cmds.c:4185 fish/cmds.c:4205 fish/cmds.c:4226
1560 #: fish/cmds.c:4242 fish/cmds.c:4258 fish/cmds.c:4277 fish/cmds.c:4299
1561 #: fish/cmds.c:4321 fish/cmds.c:4341 fish/cmds.c:4358 fish/cmds.c:4375
1562 #: fish/cmds.c:4392 fish/cmds.c:4409 fish/cmds.c:4426 fish/cmds.c:4443
1563 #: fish/cmds.c:4460 fish/cmds.c:4479 fish/cmds.c:4502 fish/cmds.c:4538
1564 #: fish/cmds.c:4555 fish/cmds.c:4578 fish/cmds.c:4600 fish/cmds.c:4621
1565 #: fish/cmds.c:4641 fish/cmds.c:4660 fish/cmds.c:4680 fish/cmds.c:4698
1566 #: fish/cmds.c:4716 fish/cmds.c:4730 fish/cmds.c:4746 fish/cmds.c:4766
1567 #: fish/cmds.c:4785 fish/cmds.c:4804 fish/cmds.c:4823 fish/cmds.c:4842
1568 #: fish/cmds.c:4862 fish/cmds.c:4902 fish/cmds.c:4959 fish/cmds.c:4980
1569 #: fish/cmds.c:5001 fish/cmds.c:5022 fish/cmds.c:5040 fish/cmds.c:5062
1570 #: fish/cmds.c:5100 fish/cmds.c:5122 fish/cmds.c:5201 fish/cmds.c:5240
1571 #: fish/cmds.c:5255 fish/cmds.c:5272 fish/cmds.c:5286 fish/cmds.c:5302
1572 #: fish/cmds.c:5324 fish/cmds.c:5346 fish/cmds.c:5368 fish/cmds.c:5390
1573 #: fish/cmds.c:5412 fish/cmds.c:5434 fish/cmds.c:5454 fish/cmds.c:5471
1574 #: fish/cmds.c:5488 fish/cmds.c:5507 fish/cmds.c:5526 fish/cmds.c:5546
1575 #: fish/cmds.c:5582 fish/cmds.c:5601 fish/cmds.c:5620 fish/cmds.c:5637
1576 #: fish/cmds.c:5655 fish/cmds.c:5678 fish/cmds.c:5701 fish/cmds.c:5725
1577 #: fish/cmds.c:5748 fish/cmds.c:5769 fish/cmds.c:5792 fish/cmds.c:5815
1578 #: fish/cmds.c:5835 fish/cmds.c:5857 fish/cmds.c:5878 fish/cmds.c:5901
1579 #: fish/cmds.c:5918 fish/cmds.c:5935 fish/cmds.c:5953 fish/cmds.c:5971
1580 #: fish/cmds.c:5992 fish/cmds.c:6010 fish/cmds.c:6031 fish/cmds.c:6051
1581 #: fish/cmds.c:6069 fish/cmds.c:6090 fish/cmds.c:6113 fish/cmds.c:6136
1582 #: fish/cmds.c:6158 fish/cmds.c:6191 fish/cmds.c:6208 fish/cmds.c:6225
1583 #: fish/cmds.c:6249 fish/cmds.c:6272 fish/cmds.c:6295 fish/cmds.c:6317
1584 #: fish/cmds.c:6334 fish/cmds.c:6356 fish/cmds.c:6450 fish/cmds.c:6470
1585 #: fish/cmds.c:6490 fish/cmds.c:6510 fish/cmds.c:6528 fish/cmds.c:6549
1586 #: fish/cmds.c:6585 fish/cmds.c:6602 fish/cmds.c:6624 fish/cmds.c:6641
1587 #: fish/cmds.c:6677 fish/cmds.c:6697 fish/cmds.c:6717 fish/cmds.c:6737
1588 #: fish/cmds.c:6759 fish/cmds.c:6776 fish/cmds.c:6795 fish/cmds.c:6814
1589 #: fish/cmds.c:6836 fish/cmds.c:6857 fish/cmds.c:6878 fish/cmds.c:6899
1590 #: fish/cmds.c:6922 fish/cmds.c:6963 fish/cmds.c:6986 fish/cmds.c:7025
1591 #: fish/cmds.c:7042 fish/cmds.c:7061 fish/cmds.c:7082 fish/cmds.c:7105
1592 #: fish/cmds.c:7127 fish/cmds.c:7145 fish/cmds.c:7164 fish/cmds.c:7185
1593 #: fish/cmds.c:7262 fish/cmds.c:7303 fish/cmds.c:7382 fish/cmds.c:7458
1594 #: fish/cmds.c:7495 fish/cmds.c:7518 fish/cmds.c:7539 fish/cmds.c:7562
1595 #: fish/cmds.c:7584 fish/cmds.c:7609 fish/cmds.c:7652 fish/cmds.c:7693
1596 #: fish/cmds.c:7714 fish/cmds.c:7732 fish/cmds.c:7751 fish/cmds.c:7768
1597 #: fish/cmds.c:7786 fish/cmds.c:7813 fish/cmds.c:7837 fish/cmds.c:7861
1598 #: fish/cmds.c:7885 fish/cmds.c:7909 fish/cmds.c:7933 fish/cmds.c:7957
1599 #: fish/cmds.c:7981 fish/cmds.c:8005 fish/cmds.c:8029 fish/cmds.c:8053
1600 #: fish/cmds.c:8077 fish/cmds.c:8100 fish/cmds.c:8123 fish/cmds.c:8144
1601 #: fish/cmds.c:8165 fish/cmds.c:8186 fish/cmds.c:8206 fish/cmds.c:8229
1602 #: fish/cmds.c:8267 fish/cmds.c:8284 fish/cmds.c:8301 fish/cmds.c:8320
1603 #: fish/cmds.c:8339 fish/cmds.c:8356 fish/cmds.c:8373 fish/cmds.c:8390
1604 #: fish/cmds.c:8407 fish/cmds.c:8426 fish/cmds.c:8462 fish/cmds.c:8502
1605 #: fish/cmds.c:8535 fish/cmds.c:8552 fish/cmds.c:8569 fish/cmds.c:8585
1606 #: fish/cmds.c:8600 fish/cmds.c:8621 fish/cmds.c:8659 fish/cmds.c:8697
1607 #: fish/cmds.c:8736 fish/cmds.c:8776 fish/cmds.c:8817 fish/cmds.c:8858
1608 #: fish/cmds.c:8896 fish/cmds.c:8913 fish/cmds.c:8936 fish/cmds.c:8958
1609 #: fish/cmds.c:8980 fish/cmds.c:9000 fish/cmds.c:9020 fish/cmds.c:9056
1610 #: fish/cmds.c:9128 fish/cmds.c:9168 fish/cmds.c:9226 fish/cmds.c:9252
1611 #: fish/cmds.c:9278 fish/cmds.c:9306 fish/cmds.c:9365 fish/cmds.c:9386
1612 #: fish/cmds.c:9431 fish/cmds.c:9451 fish/cmds.c:9490 fish/cmds.c:9527
1613 #: fish/cmds.c:9547 fish/cmds.c:9569 fish/cmds.c:9626 fish/cmds.c:9646
1614 #: fish/cmds.c:9668 fish/cmds.c:9690 fish/cmds.c:9709 fish/cmds.c:9729
1615 #: fish/cmds.c:9756 fish/cmds.c:9776 fish/cmds.c:9796 fish/cmds.c:9816
1616 #: fish/cmds.c:9836 fish/cmds.c:9858 fish/cmds.c:9893 fish/cmds.c:9911
1617 #: fish/cmds.c:9934 fish/cmds.c:9956 fish/cmds.c:9971 fish/cmds.c:9988
1618 #: fish/cmds.c:10025 fish/cmds.c:10064 fish/cmds.c:10104 fish/cmds.c:10160
1619 #: fish/cmds.c:10182 fish/cmds.c:10218 fish/cmds.c:10233 fish/cmds.c:10253
1620 #: fish/cmds.c:10293 fish/cmds.c:10316 fish/cmds.c:10340 fish/cmds.c:10365
1621 #: fish/cmds.c:10406 fish/cmds.c:10431 fish/cmds.c:10469 fish/cmds.c:10500
1622 #: fish/cmds.c:10531 fish/cmds.c:10559 fish/cmds.c:10579 fish/cmds.c:10611
1623 #: fish/cmds.c:10631 fish/cmds.c:10651 fish/cmds.c:10668 fish/cmds.c:10686
1624 #: fish/cmds.c:10709 fish/cmds.c:10730 fish/cmds.c:10749 fish/cmds.c:10791
1625 #: fish/cmds.c:10834 fish/cmds.c:10878 fish/cmds.c:10917 fish/cmds.c:10936
1626 #: fish/cmds.c:10956 fish/cmds.c:10976 fish/cmds.c:10997 fish/cmds.c:11018
1627 #: fish/cmds.c:11039 fish/cmds.c:11060 fish/cmds.c:11081 fish/cmds.c:11103
1628 #: fish/cmds.c:11141 fish/cmds.c:11192 fish/cmds.c:11230 fish/cmds.c:11286
1629 #, c-format
1630 msgid "%s should have %d parameter(s)\n"
1631 msgstr ""
1632
1633 #: fish/cmds.c:3135 fish/cmds.c:3149 fish/cmds.c:3165 fish/cmds.c:3182
1634 #: fish/cmds.c:3199 fish/cmds.c:3217 fish/cmds.c:3236 fish/cmds.c:3252
1635 #: fish/cmds.c:3270 fish/cmds.c:3286 fish/cmds.c:3304 fish/cmds.c:3320
1636 #: fish/cmds.c:3337 fish/cmds.c:3352 fish/cmds.c:3370 fish/cmds.c:3385
1637 #: fish/cmds.c:3401 fish/cmds.c:3417 fish/cmds.c:3433 fish/cmds.c:3449
1638 #: fish/cmds.c:3465 fish/cmds.c:3483 fish/cmds.c:3516 fish/cmds.c:3532
1639 #: fish/cmds.c:3548 fish/cmds.c:3567 fish/cmds.c:3582 fish/cmds.c:3600
1640 #: fish/cmds.c:3615 fish/cmds.c:3633 fish/cmds.c:3648 fish/cmds.c:3666
1641 #: fish/cmds.c:3681 fish/cmds.c:3700 fish/cmds.c:3719 fish/cmds.c:3737
1642 #: fish/cmds.c:3757 fish/cmds.c:3776 fish/cmds.c:3796 fish/cmds.c:3816
1643 #: fish/cmds.c:3836 fish/cmds.c:3855 fish/cmds.c:3874 fish/cmds.c:3894
1644 #: fish/cmds.c:3914 fish/cmds.c:3934 fish/cmds.c:3949 fish/cmds.c:3965
1645 #: fish/cmds.c:3986 fish/cmds.c:4037 fish/cmds.c:4055 fish/cmds.c:4072
1646 #: fish/cmds.c:4093 fish/cmds.c:4146 fish/cmds.c:4166 fish/cmds.c:4186
1647 #: fish/cmds.c:4206 fish/cmds.c:4227 fish/cmds.c:4243 fish/cmds.c:4259
1648 #: fish/cmds.c:4278 fish/cmds.c:4300 fish/cmds.c:4322 fish/cmds.c:4342
1649 #: fish/cmds.c:4359 fish/cmds.c:4376 fish/cmds.c:4393 fish/cmds.c:4410
1650 #: fish/cmds.c:4427 fish/cmds.c:4444 fish/cmds.c:4461 fish/cmds.c:4480
1651 #: fish/cmds.c:4503 fish/cmds.c:4539 fish/cmds.c:4556 fish/cmds.c:4579
1652 #: fish/cmds.c:4601 fish/cmds.c:4622 fish/cmds.c:4642 fish/cmds.c:4661
1653 #: fish/cmds.c:4681 fish/cmds.c:4699 fish/cmds.c:4717 fish/cmds.c:4731
1654 #: fish/cmds.c:4747 fish/cmds.c:4767 fish/cmds.c:4786 fish/cmds.c:4805
1655 #: fish/cmds.c:4824 fish/cmds.c:4843 fish/cmds.c:4863 fish/cmds.c:4903
1656 #: fish/cmds.c:4960 fish/cmds.c:4981 fish/cmds.c:5002 fish/cmds.c:5023
1657 #: fish/cmds.c:5041 fish/cmds.c:5063 fish/cmds.c:5101 fish/cmds.c:5123
1658 #: fish/cmds.c:5202 fish/cmds.c:5241 fish/cmds.c:5256 fish/cmds.c:5273
1659 #: fish/cmds.c:5287 fish/cmds.c:5303 fish/cmds.c:5325 fish/cmds.c:5347
1660 #: fish/cmds.c:5369 fish/cmds.c:5391 fish/cmds.c:5413 fish/cmds.c:5435
1661 #: fish/cmds.c:5455 fish/cmds.c:5472 fish/cmds.c:5489 fish/cmds.c:5508
1662 #: fish/cmds.c:5527 fish/cmds.c:5547 fish/cmds.c:5583 fish/cmds.c:5602
1663 #: fish/cmds.c:5621 fish/cmds.c:5638 fish/cmds.c:5656 fish/cmds.c:5679
1664 #: fish/cmds.c:5702 fish/cmds.c:5726 fish/cmds.c:5749 fish/cmds.c:5770
1665 #: fish/cmds.c:5793 fish/cmds.c:5816 fish/cmds.c:5836 fish/cmds.c:5858
1666 #: fish/cmds.c:5879 fish/cmds.c:5902 fish/cmds.c:5919 fish/cmds.c:5936
1667 #: fish/cmds.c:5954 fish/cmds.c:5972 fish/cmds.c:5993 fish/cmds.c:6011
1668 #: fish/cmds.c:6032 fish/cmds.c:6052 fish/cmds.c:6070 fish/cmds.c:6091
1669 #: fish/cmds.c:6114 fish/cmds.c:6137 fish/cmds.c:6159 fish/cmds.c:6192
1670 #: fish/cmds.c:6209 fish/cmds.c:6226 fish/cmds.c:6250 fish/cmds.c:6273
1671 #: fish/cmds.c:6296 fish/cmds.c:6318 fish/cmds.c:6335 fish/cmds.c:6357
1672 #: fish/cmds.c:6451 fish/cmds.c:6471 fish/cmds.c:6491 fish/cmds.c:6511
1673 #: fish/cmds.c:6529 fish/cmds.c:6550 fish/cmds.c:6586 fish/cmds.c:6603
1674 #: fish/cmds.c:6625 fish/cmds.c:6642 fish/cmds.c:6678 fish/cmds.c:6698
1675 #: fish/cmds.c:6718 fish/cmds.c:6738 fish/cmds.c:6760 fish/cmds.c:6777
1676 #: fish/cmds.c:6796 fish/cmds.c:6815 fish/cmds.c:6837 fish/cmds.c:6858
1677 #: fish/cmds.c:6879 fish/cmds.c:6900 fish/cmds.c:6923 fish/cmds.c:6964
1678 #: fish/cmds.c:6987 fish/cmds.c:7026 fish/cmds.c:7043 fish/cmds.c:7062
1679 #: fish/cmds.c:7083 fish/cmds.c:7106 fish/cmds.c:7128 fish/cmds.c:7146
1680 #: fish/cmds.c:7165 fish/cmds.c:7186 fish/cmds.c:7263 fish/cmds.c:7304
1681 #: fish/cmds.c:7383 fish/cmds.c:7459 fish/cmds.c:7496 fish/cmds.c:7519
1682 #: fish/cmds.c:7540 fish/cmds.c:7563 fish/cmds.c:7585 fish/cmds.c:7610
1683 #: fish/cmds.c:7653 fish/cmds.c:7694 fish/cmds.c:7715 fish/cmds.c:7733
1684 #: fish/cmds.c:7752 fish/cmds.c:7769 fish/cmds.c:7787 fish/cmds.c:7814
1685 #: fish/cmds.c:7838 fish/cmds.c:7862 fish/cmds.c:7886 fish/cmds.c:7910
1686 #: fish/cmds.c:7934 fish/cmds.c:7958 fish/cmds.c:7982 fish/cmds.c:8006
1687 #: fish/cmds.c:8030 fish/cmds.c:8054 fish/cmds.c:8078 fish/cmds.c:8101
1688 #: fish/cmds.c:8124 fish/cmds.c:8145 fish/cmds.c:8166 fish/cmds.c:8187
1689 #: fish/cmds.c:8207 fish/cmds.c:8230 fish/cmds.c:8268 fish/cmds.c:8285
1690 #: fish/cmds.c:8302 fish/cmds.c:8321 fish/cmds.c:8340 fish/cmds.c:8357
1691 #: fish/cmds.c:8374 fish/cmds.c:8391 fish/cmds.c:8408 fish/cmds.c:8427
1692 #: fish/cmds.c:8463 fish/cmds.c:8503 fish/cmds.c:8536 fish/cmds.c:8553
1693 #: fish/cmds.c:8570 fish/cmds.c:8586 fish/cmds.c:8601 fish/cmds.c:8622
1694 #: fish/cmds.c:8660 fish/cmds.c:8698 fish/cmds.c:8737 fish/cmds.c:8777
1695 #: fish/cmds.c:8818 fish/cmds.c:8859 fish/cmds.c:8897 fish/cmds.c:8914
1696 #: fish/cmds.c:8937 fish/cmds.c:8959 fish/cmds.c:8981 fish/cmds.c:9001
1697 #: fish/cmds.c:9021 fish/cmds.c:9057 fish/cmds.c:9129 fish/cmds.c:9169
1698 #: fish/cmds.c:9227 fish/cmds.c:9253 fish/cmds.c:9279 fish/cmds.c:9307
1699 #: fish/cmds.c:9366 fish/cmds.c:9387 fish/cmds.c:9432 fish/cmds.c:9452
1700 #: fish/cmds.c:9491 fish/cmds.c:9528 fish/cmds.c:9548 fish/cmds.c:9570
1701 #: fish/cmds.c:9627 fish/cmds.c:9647 fish/cmds.c:9669 fish/cmds.c:9691
1702 #: fish/cmds.c:9710 fish/cmds.c:9730 fish/cmds.c:9757 fish/cmds.c:9777
1703 #: fish/cmds.c:9797 fish/cmds.c:9817 fish/cmds.c:9837 fish/cmds.c:9859
1704 #: fish/cmds.c:9894 fish/cmds.c:9912 fish/cmds.c:9935 fish/cmds.c:9957
1705 #: fish/cmds.c:9972 fish/cmds.c:9989 fish/cmds.c:10026 fish/cmds.c:10065
1706 #: fish/cmds.c:10105 fish/cmds.c:10161 fish/cmds.c:10183 fish/cmds.c:10219
1707 #: fish/cmds.c:10234 fish/cmds.c:10254 fish/cmds.c:10294 fish/cmds.c:10317
1708 #: fish/cmds.c:10341 fish/cmds.c:10366 fish/cmds.c:10407 fish/cmds.c:10432
1709 #: fish/cmds.c:10470 fish/cmds.c:10501 fish/cmds.c:10532 fish/cmds.c:10560
1710 #: fish/cmds.c:10580 fish/cmds.c:10612 fish/cmds.c:10632 fish/cmds.c:10652
1711 #: fish/cmds.c:10669 fish/cmds.c:10687 fish/cmds.c:10710 fish/cmds.c:10731
1712 #: fish/cmds.c:10750 fish/cmds.c:10792 fish/cmds.c:10835 fish/cmds.c:10879
1713 #: fish/cmds.c:10918 fish/cmds.c:10937 fish/cmds.c:10957 fish/cmds.c:10977
1714 #: fish/cmds.c:10998 fish/cmds.c:11019 fish/cmds.c:11040 fish/cmds.c:11061
1715 #: fish/cmds.c:11082 fish/cmds.c:11104 fish/cmds.c:11142 fish/cmds.c:11193
1716 #: fish/cmds.c:11231 fish/cmds.c:11287
1717 #, c-format
1718 msgid "type 'help %s' for help on %s\n"
1719 msgstr ""
1720
1721 #: fish/cmds.c:3493 fish/cmds.c:4515 fish/cmds.c:4873 fish/cmds.c:4913
1722 #: fish/cmds.c:4932 fish/cmds.c:5075 fish/cmds.c:5134 fish/cmds.c:5153
1723 #: fish/cmds.c:5172 fish/cmds.c:5215 fish/cmds.c:5558 fish/cmds.c:6169
1724 #: fish/cmds.c:6368 fish/cmds.c:6387 fish/cmds.c:6406 fish/cmds.c:6425
1725 #: fish/cmds.c:6561 fish/cmds.c:6652 fish/cmds.c:6933 fish/cmds.c:6997
1726 #: fish/cmds.c:7196 fish/cmds.c:7215 fish/cmds.c:7234 fish/cmds.c:7273
1727 #: fish/cmds.c:7314 fish/cmds.c:7333 fish/cmds.c:7352 fish/cmds.c:7393
1728 #: fish/cmds.c:7412 fish/cmds.c:7431 fish/cmds.c:7469 fish/cmds.c:7622
1729 #: fish/cmds.c:7665 fish/cmds.c:8242 fish/cmds.c:8437 fish/cmds.c:8475
1730 #: fish/cmds.c:8513 fish/cmds.c:8633 fish/cmds.c:8670 fish/cmds.c:8708
1731 #: fish/cmds.c:8747 fish/cmds.c:8788 fish/cmds.c:8829 fish/cmds.c:8870
1732 #: fish/cmds.c:9033 fish/cmds.c:9069 fish/cmds.c:9082 fish/cmds.c:9095
1733 #: fish/cmds.c:9108 fish/cmds.c:9141 fish/cmds.c:9179 fish/cmds.c:9198
1734 #: fish/cmds.c:9319 fish/cmds.c:9338 fish/cmds.c:9399 fish/cmds.c:9412
1735 #: fish/cmds.c:9463 fish/cmds.c:9502 fish/cmds.c:9580 fish/cmds.c:9599
1736 #: fish/cmds.c:9873 fish/cmds.c:10000 fish/cmds.c:10037 fish/cmds.c:10076
1737 #: fish/cmds.c:10116 fish/cmds.c:10135 fish/cmds.c:10194 fish/cmds.c:10267
1738 #: fish/cmds.c:10377 fish/cmds.c:10447 fish/cmds.c:10481 fish/cmds.c:10512
1739 #: fish/cmds.c:10543 fish/cmds.c:10592 fish/cmds.c:10763 fish/cmds.c:10805
1740 #: fish/cmds.c:10850 fish/cmds.c:10892 fish/cmds.c:11118 fish/cmds.c:11156
1741 #: fish/cmds.c:11169 fish/cmds.c:11207 fish/cmds.c:11242 fish/cmds.c:11261
1742 #, c-format
1743 msgid "%s: %s: invalid integer parameter (%s returned %d)\n"
1744 msgstr ""
1745
1746 #: fish/cmds.c:3499 fish/cmds.c:4521 fish/cmds.c:4879 fish/cmds.c:4919
1747 #: fish/cmds.c:4938 fish/cmds.c:5081 fish/cmds.c:5140 fish/cmds.c:5159
1748 #: fish/cmds.c:5178 fish/cmds.c:5221 fish/cmds.c:5564 fish/cmds.c:6175
1749 #: fish/cmds.c:6374 fish/cmds.c:6393 fish/cmds.c:6412 fish/cmds.c:6431
1750 #: fish/cmds.c:6567 fish/cmds.c:6658 fish/cmds.c:6939 fish/cmds.c:7003
1751 #: fish/cmds.c:7202 fish/cmds.c:7221 fish/cmds.c:7240 fish/cmds.c:7279
1752 #: fish/cmds.c:7320 fish/cmds.c:7339 fish/cmds.c:7358 fish/cmds.c:7399
1753 #: fish/cmds.c:7418 fish/cmds.c:7437 fish/cmds.c:7475 fish/cmds.c:7628
1754 #: fish/cmds.c:7671 fish/cmds.c:8248 fish/cmds.c:8443 fish/cmds.c:8481
1755 #: fish/cmds.c:8519 fish/cmds.c:8639 fish/cmds.c:8676 fish/cmds.c:8714
1756 #: fish/cmds.c:8753 fish/cmds.c:8794 fish/cmds.c:8835 fish/cmds.c:8876
1757 #: fish/cmds.c:9147 fish/cmds.c:9185 fish/cmds.c:9204 fish/cmds.c:9325
1758 #: fish/cmds.c:9469 fish/cmds.c:9508 fish/cmds.c:9586 fish/cmds.c:9605
1759 #: fish/cmds.c:10006 fish/cmds.c:10043 fish/cmds.c:10082 fish/cmds.c:10122
1760 #: fish/cmds.c:10141 fish/cmds.c:10200 fish/cmds.c:10273 fish/cmds.c:10383
1761 #: fish/cmds.c:10769 fish/cmds.c:10811 fish/cmds.c:10856 fish/cmds.c:10898
1762 #: fish/cmds.c:11248
1763 #, c-format
1764 msgid "%s: %s: integer out of range\n"
1765 msgstr ""
1766
1767 #: fish/cmds.c:3985 fish/cmds.c:4092
1768 #, c-format
1769 msgid "%s should have %d-%d parameter(s)\n"
1770 msgstr ""
1771
1772 #: fish/cmds.c:4011 fish/cmds.c:4118
1773 #, c-format
1774 msgid "%s: unknown optional argument \"%s\"\n"
1775 msgstr ""
1776
1777 #: fish/cmds.c:4017 fish/cmds.c:4124
1778 #, c-format
1779 msgid "%s: optional argument \"%s\" given twice\n"
1780 msgstr ""
1781
1782 #: fish/cmds.c:11307
1783 #, c-format
1784 msgid "%s: unknown command\n"
1785 msgstr ""
1786
1787 #: fish/copy.c:41
1788 #, c-format
1789 msgid ""
1790 "use 'copy-in <local> [<local>...] <remotedir>' to copy files into the image\n"
1791 msgstr ""
1792
1793 #: fish/copy.c:54 fish/copy.c:195
1794 #, c-format
1795 msgid "copy-in: target '%s' is not a directory\n"
1796 msgstr ""
1797
1798 #: fish/copy.c:139
1799 #, c-format
1800 msgid "error: argument is zero length or longer than maximum permitted\n"
1801 msgstr ""
1802
1803 #: fish/copy.c:184
1804 #, c-format
1805 msgid ""
1806 "use 'copy-out <remote> [<remote>...] <localdir>' to copy files out of the "
1807 "image\n"
1808 msgstr ""
1809
1810 #: fish/copy.c:225
1811 #, c-format
1812 msgid "copy-out: '%s' is not a file or directory\n"
1813 msgstr ""
1814
1815 #: fish/edit.c:44
1816 #, c-format
1817 msgid "use '%s filename' to edit a file\n"
1818 msgstr ""
1819
1820 #: fish/fish.c:90
1821 #, c-format
1822 msgid ""
1823 "%s: guest filesystem shell\n"
1824 "%s lets you edit virtual machine filesystems\n"
1825 "Copyright (C) 2009-2010 Red Hat Inc.\n"
1826 "Usage:\n"
1827 "  %s [--options] cmd [: cmd : cmd ...]\n"
1828 "  %s [--ro] -i -a disk-image\n"
1829 "  %s [--ro] -i -d libvirt-domain\n"
1830 "or for interactive use:\n"
1831 "  %s\n"
1832 "or from a shell script:\n"
1833 "  %s <<EOF\n"
1834 "  cmd\n"
1835 "  ...\n"
1836 "  EOF\n"
1837 "Options:\n"
1838 "  -h|--cmd-help        List available commands\n"
1839 "  -h|--cmd-help cmd    Display detailed help on 'cmd'\n"
1840 "  -a|--add image       Add image\n"
1841 "  -c|--connect uri     Specify libvirt URI for -d option\n"
1842 "  --csh                Make --listen csh-compatible\n"
1843 "  -d|--domain guest    Add disks from libvirt guest\n"
1844 "  -D|--no-dest-paths   Don't tab-complete paths from guest fs\n"
1845 "  --echo-keys          Don't turn off echo for passphrases\n"
1846 "  -f|--file file       Read commands from file\n"
1847 "  --format[=raw|..]    Force disk format for -a option\n"
1848 "  -i|--inspector       Automatically mount filesystems\n"
1849 "  --keys-from-stdin    Read passphrases from stdin\n"
1850 "  --listen             Listen for remote commands\n"
1851 "  -m|--mount dev[:mnt] Mount dev on mnt (if omitted, /)\n"
1852 "  -n|--no-sync         Don't autosync\n"
1853 "  -N|--new type        Create prepared disk (test1.img, ...)\n"
1854 "  --progress-bars      Enable progress bars even when not interactive\n"
1855 "  --no-progress-bars   Disable progress bars\n"
1856 "  --remote[=pid]       Send commands to remote %s\n"
1857 "  -r|--ro              Mount read-only\n"
1858 "  --selinux            Enable SELinux support\n"
1859 "  -v|--verbose         Verbose messages\n"
1860 "  -V|--version         Display version and exit\n"
1861 "  -x                   Echo each command before executing it\n"
1862 "For more information, see the manpage %s(1).\n"
1863 msgstr ""
1864
1865 #: fish/fish.c:241
1866 #, c-format
1867 msgid "%s: --listen=PID: PID was not a number: %s\n"
1868 msgstr ""
1869
1870 #: fish/fish.c:248
1871 #, c-format
1872 msgid ""
1873 "%s: remote: $GUESTFISH_PID must be set to the PID of the remote process\n"
1874 msgstr ""
1875
1876 #: fish/fish.c:296
1877 #, c-format
1878 msgid "%s: only one -f parameter can be given\n"
1879 msgstr ""
1880
1881 #: fish/fish.c:451
1882 #, c-format
1883 msgid "%s: cannot use --listen and --remote options at the same time\n"
1884 msgstr ""
1885
1886 #: fish/fish.c:459
1887 #, c-format
1888 msgid "%s: extra parameters on the command line with --listen flag\n"
1889 msgstr ""
1890
1891 #: fish/fish.c:465
1892 #, c-format
1893 msgid "%s: cannot use --listen and --file options at the same time\n"
1894 msgstr ""
1895
1896 #: fish/fish.c:522
1897 #, c-format
1898 msgid "guestfish: could not access termcap or terminfo database.\n"
1899 msgstr ""
1900
1901 #: fish/fish.c:526
1902 #, c-format
1903 msgid "guestfish: terminal type \"%s\" not defined.\n"
1904 msgstr ""
1905
1906 #: fish/fish.c:617
1907 #, c-format
1908 msgid ""
1909 "\n"
1910 "Welcome to guestfish, the libguestfs filesystem interactive shell for\n"
1911 "editing virtual machine filesystems.\n"
1912 "\n"
1913 "Type: 'help' for help on commands\n"
1914 "      'man' to read the manual\n"
1915 "      'quit' to quit the shell\n"
1916 "\n"
1917 msgstr ""
1918
1919 #: fish/fish.c:704
1920 #, c-format
1921 msgid "%s: unterminated double quote\n"
1922 msgstr ""
1923
1924 #: fish/fish.c:710 fish/fish.c:727
1925 #, c-format
1926 msgid "%s: command arguments not separated by whitespace\n"
1927 msgstr ""
1928
1929 #: fish/fish.c:721
1930 #, c-format
1931 msgid "%s: unterminated single quote\n"
1932 msgstr ""
1933
1934 #: fish/fish.c:776
1935 #, c-format
1936 msgid "%s: internal error parsing string at '%s'\n"
1937 msgstr ""
1938
1939 #: fish/fish.c:793
1940 #, c-format
1941 msgid "%s: too many arguments\n"
1942 msgstr ""
1943
1944 #: fish/fish.c:822
1945 #, c-format
1946 msgid "%s: empty command on command line\n"
1947 msgstr ""
1948
1949 #: fish/fish.c:963
1950 msgid "display a list of commands or help on a command"
1951 msgstr ""
1952
1953 #: fish/fish.c:965
1954 msgid "quit guestfish"
1955 msgstr ""
1956
1957 #: fish/fish.c:976
1958 #, c-format
1959 msgid ""
1960 "help - display a list of commands or help on a command\n"
1961 "     help cmd\n"
1962 "     help\n"
1963 msgstr ""
1964
1965 #: fish/fish.c:984
1966 #, c-format
1967 msgid ""
1968 "quit - quit guestfish\n"
1969 "     quit\n"
1970 msgstr ""
1971
1972 #: fish/fish.c:989
1973 #, c-format
1974 msgid "%s: command not known, use -h to list all commands\n"
1975 msgstr ""
1976
1977 #: fish/fish.c:1005
1978 #, c-format
1979 msgid ""
1980 "Did you mean to open a disk image?  guestfish -a disk.img\n"
1981 "For a list of commands:             guestfish -h\n"
1982 "For complete documentation:         man guestfish\n"
1983 msgstr ""
1984
1985 #: fish/fish.c:1162
1986 #, c-format
1987 msgid "Runaway quote in string \"%s\"\n"
1988 msgstr ""
1989
1990 #: fish/glob.c:53
1991 #, c-format
1992 msgid "use 'glob command [args...]'\n"
1993 msgstr ""
1994
1995 #: fish/glob.c:73
1996 #, c-format
1997 msgid "glob: guestfs_glob_expand call failed: %s\n"
1998 msgstr ""
1999
2000 #: fish/help.c:38
2001 #, c-format
2002 msgid ""
2003 "Add disk images to examine using the -a or -d options, or the 'add' "
2004 "command.\n"
2005 "Or create a new disk image using -N, or the 'alloc' or 'sparse' commands.\n"
2006 "Once you have done this, use the 'run' command.\n"
2007 msgstr ""
2008
2009 #: fish/help.c:44
2010 #, c-format
2011 msgid ""
2012 "Find out what filesystems are available using 'list-filesystems' and then\n"
2013 "mount them to examine or modify the contents using 'mount-ro' or\n"
2014 "'mount-options'.\n"
2015 msgstr ""
2016
2017 #: fish/help.c:52
2018 #, c-format
2019 msgid ""
2020 "For more information about a command, use 'help cmd'.\n"
2021 "\n"
2022 "To read the manual, type 'man'.\n"
2023 msgstr ""
2024
2025 #: fish/hexedit.c:41
2026 #, c-format
2027 msgid "hexedit (device|filename) [max | start max]\n"
2028 msgstr ""
2029
2030 #: fish/hexedit.c:52
2031 #, c-format
2032 msgid "hexedit: %s is a zero length file or device\n"
2033 msgstr ""
2034
2035 #: fish/hexedit.c:63
2036 #, c-format
2037 msgid ""
2038 "hexedit: %s is larger than %s. You must supply a limit using\n"
2039 "  'hexedit %s <max>' (eg. 'hexedit %s 1M') or a range using\n"
2040 "  'hexedit %s <start> <max>'.\n"
2041 msgstr ""
2042
2043 #: fish/hexedit.c:92
2044 #, c-format
2045 msgid "hexedit: invalid range\n"
2046 msgstr ""
2047
2048 #: fish/inspect.c:83
2049 #, c-format
2050 msgid "%s: no operating system was found on this disk\n"
2051 msgstr ""
2052
2053 #: fish/inspect.c:89
2054 #, c-format
2055 msgid "%s: multi-boot operating systems are not supported by the -i option\n"
2056 msgstr ""
2057
2058 #: fish/inspect.c:135
2059 #, c-format
2060 msgid "Operating system: %s\n"
2061 msgstr ""
2062
2063 #: fish/inspect.c:148
2064 #, c-format
2065 msgid "%s mounted on %s\n"
2066 msgstr ""
2067
2068 #: fish/keys.c:52
2069 #, c-format
2070 msgid "Enter key or passphrase (\"%s\"): "
2071 msgstr ""
2072
2073 #: fish/lcd.c:34
2074 #, c-format
2075 msgid "use 'lcd directory' to change local directory\n"
2076 msgstr ""
2077
2078 #: fish/man.c:34
2079 #, c-format
2080 msgid "use 'man' without parameters to open the manual\n"
2081 msgstr ""
2082
2083 #: fish/man.c:53
2084 #, c-format
2085 msgid "the external 'man' program failed\n"
2086 msgstr ""
2087
2088 #: fish/more.c:39
2089 #, c-format
2090 msgid "use '%s filename' to page a file\n"
2091 msgstr ""
2092
2093 #: fish/options.c:36
2094 #, c-format
2095 msgid "%s: too many drives added on the command line\n"
2096 msgstr ""
2097
2098 #: fish/options.c:121
2099 #, c-format
2100 msgid "%s: '%s' could not be mounted.  Did you mean one of these?\n"
2101 msgstr ""
2102
2103 #: fish/prep.c:37
2104 #, c-format
2105 msgid ""
2106 "List of available prepared disk images:\n"
2107 "\n"
2108 msgstr ""
2109
2110 #: fish/prep.c:40
2111 #, c-format
2112 msgid ""
2113 "guestfish -N %-8s - %s\n"
2114 "\n"
2115 "%s\n"
2116 msgstr ""
2117
2118 #: fish/prep.c:48
2119 #, c-format
2120 msgid "  Optional parameters:\n"
2121 msgstr ""
2122
2123 #: fish/prep.c:55
2124 #, c-format
2125 msgid "<%s> %s (default: %s)\n"
2126 msgstr ""
2127
2128 #: fish/prep.c:65
2129 #, c-format
2130 msgid ""
2131 "Prepared disk images are written to file \"test1.img\" in the local\n"
2132 "directory.  (\"test2.img\" etc if -N option is given multiple times).\n"
2133 "For more information see the guestfish(1) manual.\n"
2134 msgstr ""
2135
2136 #: fish/prep.c:96
2137 #, c-format
2138 msgid ""
2139 "guestfish: -N parameter '%s': no such prepared disk image known.\n"
2140 "Use 'guestfish -N help' to list possible values for the -N parameter.\n"
2141 msgstr ""
2142
2143 #: fish/prep.c:158
2144 #, c-format
2145 msgid "guestfish: error creating prepared disk image '%s' on '%s': "
2146 msgstr ""
2147
2148 #: fish/prep_boot.c:34 fish/prep_boot.c:89 fish/prep_disk.c:34
2149 #: fish/prep_fs.c:34 fish/prep_lv.c:69 fish/prep_lv.c:122 fish/prep_part.c:34
2150 msgid "failed to allocate disk"
2151 msgstr ""
2152
2153 #: fish/prep_boot.c:42 fish/prep_boot.c:97
2154 msgid "could not parse boot size"
2155 msgstr ""
2156
2157 #: fish/prep_boot.c:46 fish/prep_boot.c:101
2158 #, c-format
2159 msgid "failed to get sector size of disk: %s"
2160 msgstr ""
2161
2162 #: fish/prep_boot.c:50 fish/prep_boot.c:105 fish/prep_fs.c:41
2163 #: fish/prep_lv.c:76 fish/prep_lv.c:129 fish/prep_part.c:41
2164 #, c-format
2165 msgid "failed to partition disk: %s"
2166 msgstr ""
2167
2168 #: fish/prep_boot.c:55 fish/prep_boot.c:110
2169 #, c-format
2170 msgid "failed to add boot partition: %s"
2171 msgstr ""
2172
2173 #: fish/prep_boot.c:59 fish/prep_boot.c:114
2174 #, c-format
2175 msgid "failed to add root partition: %s"
2176 msgstr ""
2177
2178 #: fish/prep_boot.c:68 fish/prep_boot.c:128
2179 #, c-format
2180 msgid "failed to create boot filesystem: %s"
2181 msgstr ""
2182
2183 #: fish/prep_boot.c:77 fish/prep_boot.c:157
2184 #, c-format
2185 msgid "failed to create root filesystem: %s"
2186 msgstr ""
2187
2188 #: fish/prep_boot.c:86 fish/prep_boot.c:120 fish/prep_lv.c:66
2189 #: fish/prep_lv.c:82 fish/prep_lv.c:119 fish/prep_lv.c:135
2190 msgid "incorrect format for LV name, use '/dev/VG/LV'"
2191 msgstr ""
2192
2193 #: fish/prep_boot.c:137 fish/prep_lv.c:91 fish/prep_lv.c:144
2194 #, c-format
2195 msgid "failed to create PV: %s: %s"
2196 msgstr ""
2197
2198 #: fish/prep_boot.c:142 fish/prep_lv.c:96 fish/prep_lv.c:149
2199 #, c-format
2200 msgid "failed to create VG: %s: %s"
2201 msgstr ""
2202
2203 #: fish/prep_boot.c:149 fish/prep_lv.c:103 fish/prep_lv.c:156
2204 #, c-format
2205 msgid "failed to create LV: /dev/%s/%s: %s"
2206 msgstr ""
2207
2208 #: fish/prep_boot.c:153 fish/prep_lv.c:107 fish/prep_lv.c:160
2209 #, c-format
2210 msgid "failed to resize LV to full size: %s: %s"
2211 msgstr ""
2212
2213 #: fish/prep_fs.c:51 fish/prep_lv.c:165
2214 #, c-format
2215 msgid "failed to create filesystem (%s): %s"
2216 msgstr ""
2217
2218 #: fish/rc.c:255
2219 #, c-format
2220 msgid "guestfish: protocol error: could not read 'hello' message\n"
2221 msgstr ""
2222
2223 #: fish/rc.c:260
2224 #, c-format
2225 msgid ""
2226 "guestfish: protocol error: version mismatch, server version '%s' does not "
2227 "match client version '%s'.  The two versions must match exactly.\n"
2228 msgstr ""
2229
2230 #: fish/rc.c:335 fish/rc.c:349
2231 #, c-format
2232 msgid "guestfish: remote: looks like the server is not running\n"
2233 msgstr ""
2234
2235 #: fish/rc.c:361 fish/rc.c:375
2236 #, c-format
2237 msgid "guestfish: protocol error: could not send initial greeting to server\n"
2238 msgstr ""
2239
2240 #: fish/rc.c:386
2241 #, c-format
2242 msgid "guestfish: protocol error: could not decode reply from server\n"
2243 msgstr ""
2244
2245 #: fish/reopen.c:36
2246 #, c-format
2247 msgid "'reopen' command takes no parameters\n"
2248 msgstr ""
2249
2250 #: fish/reopen.c:46
2251 #, c-format
2252 msgid "reopen: guestfs_create: failed to create handle\n"
2253 msgstr ""
2254
2255 #: fish/supported.c:66
2256 msgid "yes"
2257 msgstr ""
2258
2259 #: fish/supported.c:68
2260 msgid "no"
2261 msgstr ""
2262
2263 #: fish/time.c:36
2264 #, c-format
2265 msgid "use 'time command [args...]'\n"
2266 msgstr ""
2267
2268 #: fuse/guestmount.c:845
2269 #, c-format
2270 msgid ""
2271 "%s: FUSE module for libguestfs\n"
2272 "%s lets you mount a virtual machine filesystem\n"
2273 "Copyright (C) 2009-2010 Red Hat Inc.\n"
2274 "Usage:\n"
2275 "  %s [--options] [-- [--FUSE-options]] mountpoint\n"
2276 "Options:\n"
2277 "  -a|--add image       Add image\n"
2278 "  -c|--connect uri     Specify libvirt URI for -d option\n"
2279 "  --dir-cache-timeout  Set readdir cache timeout (default 5 sec)\n"
2280 "  -d|--domain guest    Add disks from libvirt guest\n"
2281 "  --echo-keys          Don't turn off echo for passphrases\n"
2282 "  --format[=raw|..]    Force disk format for -a option\n"
2283 "  --fuse-help          Display extra FUSE options\n"
2284 "  -i|--inspector       Automatically mount filesystems\n"
2285 "  --help               Display help message and exit\n"
2286 "  --keys-from-stdin    Read passphrases from stdin\n"
2287 "  -m|--mount dev[:mnt] Mount dev on mnt (if omitted, /)\n"
2288 "  -n|--no-sync         Don't autosync\n"
2289 "  -o|--option opt      Pass extra option to FUSE\n"
2290 "  -r|--ro              Mount read-only\n"
2291 "  --selinux            Enable SELinux support\n"
2292 "  -v|--verbose         Verbose messages\n"
2293 "  -V|--version         Display version and exit\n"
2294 "  -x|--trace           Trace guestfs API calls\n"
2295 msgstr ""
2296
2297 #: fuse/guestmount.c:1068
2298 #, c-format
2299 msgid "%s: must have at least one -a/-d and at least one -m/-i option\n"
2300 msgstr ""
2301
2302 #: fuse/guestmount.c:1076
2303 #, c-format
2304 msgid "%s: you must specify a mountpoint in the host filesystem\n"
2305 msgstr ""
2306
2307 #: inspector/virt-inspector.c:71
2308 #, c-format
2309 msgid ""
2310 "%s: display information about a virtual machine\n"
2311 "Copyright (C) 2010 Red Hat Inc.\n"
2312 "Usage:\n"
2313 "  %s [--options] -d domname file [file ...]\n"
2314 "  %s [--options] -a disk.img [-a disk.img ...] file [file ...]\n"
2315 "Options:\n"
2316 "  -a|--add image       Add image\n"
2317 "  -c|--connect uri     Specify libvirt URI for -d option\n"
2318 "  -d|--domain guest    Add disks from libvirt guest\n"
2319 "  --echo-keys          Don't turn off echo for passphrases\n"
2320 "  --format[=raw|..]    Force disk format for -a option\n"
2321 "  --help               Display brief help\n"
2322 "  --keys-from-stdin    Read passphrases from stdin\n"
2323 "  -v|--verbose         Verbose messages\n"
2324 "  -V|--version         Display version and exit\n"
2325 "  -x                   Trace libguestfs API calls\n"
2326 "For more information, see the manpage %s(1).\n"
2327 msgstr ""
2328
2329 #: inspector/virt-inspector.c:259
2330 #, c-format
2331 msgid ""
2332 "%s: no operating system could be detected inside this disk image.\n"
2333 "\n"
2334 "This may be because the file is not a disk image, or is not a virtual "
2335 "machine\n"
2336 "image, or because the OS type is not understood by libguestfs.\n"
2337 "\n"
2338 "NOTE for Red Hat Enterprise Linux 6 users: for Windows guest support you "
2339 "must\n"
2340 "install the separate libguestfs-winsupport package.\n"
2341 "\n"
2342 "If you feel this is an error, please file a bug report including as much\n"
2343 "information about the disk image as possible.\n"
2344 msgstr ""
2345
2346 #: inspector/virt-inspector.c:284
2347 #, c-format
2348 msgid "%s: XML write error at \"%s\": %m\n"
2349 msgstr ""
2350
2351 #: inspector/virt-inspector.c:296
2352 #, c-format
2353 msgid "%s: xmlOutputBufferCreateFd: failed to open stdout\n"
2354 msgstr ""
2355
2356 #: inspector/virt-inspector.c:304
2357 #, c-format
2358 msgid "%s: xmlNewTextWriter: failed to create libxml2 writer\n"
2359 msgstr ""
2360
2361 #: perl/lib/Sys/Guestfs/Lib.pm:158
2362 msgid "open_guest: first parameter must be a string or an arrayref"
2363 msgstr ""
2364
2365 #: perl/lib/Sys/Guestfs/Lib.pm:164
2366 msgid "open_guest: first argument contains undefined element"
2367 msgstr ""
2368
2369 #: perl/lib/Sys/Guestfs/Lib.pm:172
2370 #, perl-brace-format
2371 msgid "guest image {imagename} does not exist or is not readable"
2372 msgstr ""
2373
2374 #: perl/lib/Sys/Guestfs/Lib.pm:179
2375 msgid ""
2376 "open_guest: no libvirt support (install Sys::Virt, XML::XPath and XML::"
2377 "XPath::XMLParser)"
2378 msgstr ""
2379
2380 #: perl/lib/Sys/Guestfs/Lib.pm:184
2381 msgid "open_guest: too many domains listed on command line"
2382 msgstr ""
2383
2384 #: perl/lib/Sys/Guestfs/Lib.pm:191
2385 msgid "open_guest: cannot connect to libvirt"
2386 msgstr ""
2387
2388 #: perl/lib/Sys/Guestfs/Lib.pm:210
2389 #, perl-brace-format
2390 msgid "{imagename} is not the name of an inactive libvirt domain\n"
2391 msgstr ""
2392
2393 #: perl/lib/Sys/Guestfs/Lib.pm:213
2394 #, perl-brace-format
2395 msgid "{imagename} is not the name of a libvirt domain\n"
2396 msgstr ""
2397
2398 #: perl/lib/Sys/Guestfs/Lib.pm:242
2399 #, perl-brace-format
2400 msgid "{imagename} seems to have no disk devices\n"
2401 msgstr ""
2402
2403 #: perl/lib/Sys/Guestfs/Lib.pm:827
2404 msgid ""
2405 "No operating system could be detected inside this disk image.\n"
2406 "\n"
2407 "This may be because the file is not a disk image, or is not a virtual "
2408 "machine\n"
2409 "image, or because the OS type is not understood by virt-inspector.\n"
2410 "\n"
2411 "If you feel this is an error, please file a bug report including as much\n"
2412 "information about the disk image as possible.\n"
2413 msgstr ""
2414
2415 #: perl/lib/Sys/Guestfs/Lib.pm:900
2416 #, perl-brace-format
2417 msgid "unknown filesystem label {label}\n"
2418 msgstr ""
2419
2420 #: perl/lib/Sys/Guestfs/Lib.pm:910
2421 #, perl-brace-format
2422 msgid "unknown filesystem UUID {uuid}\n"
2423 msgstr ""
2424
2425 #: perl/lib/Sys/Guestfs/Lib.pm:933
2426 #, perl-brace-format
2427 msgid "unknown filesystem {fs}\n"
2428 msgstr ""
2429
2430 #: perl/lib/Sys/Guestfs/Lib.pm:1011
2431 #, perl-brace-format
2432 msgid "Error running rpm -qa: {error}"
2433 msgstr ""
2434
2435 #: perl/lib/Sys/Guestfs/Lib.pm:1037
2436 #, perl-brace-format
2437 msgid "Error running dpkg-query: {error}"
2438 msgstr ""
2439
2440 #: perl/lib/Sys/Guestfs/Lib.pm:1102
2441 msgid "Can't find grub on guest"
2442 msgstr ""
2443
2444 #: perl/lib/Sys/Guestfs/Lib.pm:1157
2445 #, perl-brace-format
2446 msgid "Grub entry {title} has no kernel"
2447 msgstr ""
2448
2449 #: perl/lib/Sys/Guestfs/Lib.pm:1188
2450 #, perl-brace-format
2451 msgid "grub refers to {path}, which doesn't exist\n"
2452 msgstr ""
2453
2454 #: perl/lib/Sys/Guestfs/Lib.pm:1211
2455 #, perl-brace-format
2456 msgid "Grub entry {title} does not specify an initrd"
2457 msgstr ""
2458
2459 #: perl/lib/Sys/Guestfs/Lib.pm:1280
2460 #, perl-brace-format
2461 msgid "Didn't find modules directory {modules} for kernel {path}"
2462 msgstr ""
2463
2464 #: perl/lib/Sys/Guestfs/Lib.pm:1288
2465 #, perl-brace-format
2466 msgid "Couldn't guess kernel version number from path for kernel {path}"
2467 msgstr ""
2468
2469 #: perl/lib/Sys/Guestfs/Lib.pm:1342
2470 #, perl-brace-format
2471 msgid "{path} doesn't match augeas pattern"
2472 msgstr ""
2473
2474 #: perl/lib/Sys/Guestfs/Lib.pm:1381
2475 #, perl-brace-format
2476 msgid "{filename}: could not read initrd format"
2477 msgstr ""
2478
2479 #: rescue/virt-rescue.c:59
2480 #, c-format
2481 msgid ""
2482 "%s: Run a rescue shell on a virtual machine\n"
2483 "Copyright (C) 2009-2010 Red Hat Inc.\n"
2484 "Usage:\n"
2485 "  %s [--options] -d domname\n"
2486 "  %s [--options] -a disk.img [-a disk.img ...]\n"
2487 "Options:\n"
2488 "  -a|--add image       Add image\n"
2489 "  --append kernelopts  Append kernel options\n"
2490 "  -c|--connect uri     Specify libvirt URI for -d option\n"
2491 "  -d|--domain guest    Add disks from libvirt guest\n"
2492 "  --format[=raw|..]    Force disk format for -a option\n"
2493 "  --help               Display brief help\n"
2494 "  -m|--memsize MB      Set memory size in megabytes\n"
2495 "  --network            Enable network\n"
2496 "  -r|--ro              Access read-only\n"
2497 "  --selinux            Enable SELinux\n"
2498 "  -v|--verbose         Verbose messages\n"
2499 "  -V|--version         Display version and exit\n"
2500 "  -x                   Trace libguestfs API calls\n"
2501 "For more information, see the manpage %s(1).\n"
2502 msgstr ""
2503
2504 #: rescue/virt-rescue.c:173
2505 #, c-format
2506 msgid "%s: could not parse memory size '%s'\n"
2507 msgstr ""
2508
2509 #: rescue/virt-rescue.c:407
2510 #, c-format
2511 msgid "%s: unknown child exit status (%d)\n"
2512 msgstr ""
2513
2514 #: src/appliance.c:142
2515 #, c-format
2516 msgid ""
2517 "cannot find any suitable libguestfs supermin or ordinary appliance on "
2518 "LIBGUESTFS_PATH (search path: %s)"
2519 msgstr ""
2520
2521 #: src/appliance.c:358
2522 #, c-format
2523 msgid "failed to create temporary cache directory: %m"
2524 msgstr ""
2525
2526 #: src/appliance.c:446
2527 #, c-format
2528 msgid "error renaming temporary cache directory: %m"
2529 msgstr ""
2530
2531 #: src/appliance.c:522
2532 msgid "external command failed, see earlier error messages"
2533 msgstr ""
2534
2535 #: src/filearch.c:153
2536 #, c-format
2537 msgid "size of %s unreasonable (%<PRIi64> bytes)"
2538 msgstr ""
2539
2540 #: src/filearch.c:266
2541 msgid ""
2542 "file-architecture API not available since this version of libguestfs was "
2543 "compiled without PCRE or libmagic libraries"
2544 msgstr ""
2545
2546 #: src/guestfs.c:178
2547 #, c-format
2548 msgid "guestfs_close: called twice on the same handle\n"
2549 msgstr ""
2550
2551 #: src/guestfs.c:290
2552 #, c-format
2553 msgid "libguestfs: error: %s\n"
2554 msgstr ""
2555
2556 #: src/guestfs.c:791
2557 #, c-format
2558 msgid "<truncated, original size %zu bytes>"
2559 msgstr ""
2560
2561 #: src/inspect.c:421 src/inspect.c:761 src/inspect.c:2133 src/inspect.c:2176
2562 #: src/inspect.c:2226
2563 #, c-format
2564 msgid "size of %s is unreasonably large (%<PRIi64> bytes)"
2565 msgstr ""
2566
2567 #: src/inspect.c:795
2568 msgid "could not parse /etc/fstab or empty file"
2569 msgstr ""
2570
2571 #: src/inspect.c:1011
2572 #, c-format
2573 msgid "cannot resolve Windows %%SYSTEMROOT%%"
2574 msgstr ""
2575
2576 #: src/inspect.c:1291
2577 #, c-format
2578 msgid "could not parse integer in version number: %s"
2579 msgstr ""
2580
2581 #: src/inspect.c:1385
2582 msgid "no inspection data: call guestfs_inspect_os first"
2583 msgstr ""
2584
2585 #: src/inspect.c:1397
2586 #, c-format
2587 msgid ""
2588 "%s: root device not found: only call this function with a root device "
2589 "previously returned by guestfs_inspect_os"
2590 msgstr ""
2591
2592 #: src/inspect.c:1526
2593 msgid "not a Windows guest, or systemroot could not be determined"
2594 msgstr ""
2595
2596 #: src/inspect.c:1766 src/inspect.c:1788 src/inspect.c:1813
2597 msgid "unexpected end of output from db_dump command"
2598 msgstr ""
2599
2600 #: src/inspect.c:2235
2601 #, c-format
2602 msgid "%s: file is empty"
2603 msgstr ""
2604
2605 #: src/inspect.c:2252
2606 msgid ""
2607 "inspection API not available since this version of libguestfs was compiled "
2608 "without PCRE or hivex libraries"
2609 msgstr ""
2610
2611 #: src/launch.c:95
2612 msgid "command line cannot be altered after qemu subprocess launched"
2613 msgstr ""
2614
2615 #: src/launch.c:152
2616 msgid "guestfs_config: parameter must begin with '-' character"
2617 msgstr ""
2618
2619 #: src/launch.c:166
2620 #, c-format
2621 msgid "guestfs_config: parameter '%s' isn't allowed"
2622 msgstr ""
2623
2624 #: src/launch.c:232 src/launch.c:336
2625 msgid "filename cannot contain ',' (comma) character"
2626 msgstr ""
2627
2628 #: src/launch.c:244 src/launch.c:249
2629 #, c-format
2630 msgid "%s parameter is empty or contains disallowed characters"
2631 msgstr ""
2632
2633 #: src/launch.c:361
2634 msgid "you must call guestfs_add_drive before guestfs_launch"
2635 msgstr ""
2636
2637 #: src/launch.c:366
2638 msgid "the libguestfs handle has already been launched"
2639 msgstr ""
2640
2641 #: src/launch.c:378
2642 #, c-format
2643 msgid "%s: cannot create temporary directory"
2644 msgstr ""
2645
2646 #: src/launch.c:726
2647 msgid "guestfs_launch failed, see earlier error messages"
2648 msgstr ""
2649
2650 #: src/launch.c:739
2651 msgid "qemu launched and contacted daemon, but state != READY"
2652 msgstr ""
2653
2654 #: src/launch.c:880
2655 #, c-format
2656 msgid ""
2657 "%s: command failed: If qemu is located on a non-standard path, try setting "
2658 "the LIBGUESTFS_QEMU environment variable."
2659 msgstr ""
2660
2661 #: src/launch.c:972
2662 msgid "qemu has not been launched yet"
2663 msgstr ""
2664
2665 #: src/launch.c:983
2666 msgid "no subprocess to kill"
2667 msgstr ""
2668
2669 #: src/proto.c:143
2670 #, c-format
2671 msgid "guestfs_set_busy: called when in state %d != READY"
2672 msgstr ""
2673
2674 #: src/proto.c:166
2675 #, c-format
2676 msgid "guestfs_end_busy: called when in state %d"
2677 msgstr ""
2678
2679 #: src/proto.c:281
2680 #, c-format
2681 msgid ""
2682 "check_for_daemon_cancellation_or_eof: read 0x%x from daemon, expected 0x%x\n"
2683 msgstr ""
2684
2685 #: src/proto.c:453 src/proto.c:514
2686 msgid "unexpected end of file when reading from daemon"
2687 msgstr ""
2688
2689 #: src/proto.c:474
2690 #, c-format
2691 msgid "received magic signature from guestfsd, but in state %d"
2692 msgstr ""
2693
2694 #: src/proto.c:491
2695 #, c-format
2696 msgid "message length (%u) > maximum possible size (%d)"
2697 msgstr ""
2698
2699 #: src/proto.c:641
2700 #, c-format
2701 msgid "guestfs___send: state %d != BUSY"
2702 msgstr ""
2703
2704 #: src/proto.c:663
2705 msgid "xdr_guestfs_message_header failed"
2706 msgstr ""
2707
2708 #: src/proto.c:672
2709 msgid "dispatch failed to marshal args"
2710 msgstr ""
2711
2712 #: src/proto.c:802
2713 #, c-format
2714 msgid "send_file_chunk: state %d != READY"
2715 msgstr ""
2716
2717 #: src/proto.c:818
2718 #, c-format
2719 msgid "xdr_guestfs_chunk failed (buf = %p, buflen = %zu)"
2720 msgstr ""
2721
2722 #: src/proto.c:941
2723 #, c-format
2724 msgid "%s: error in chunked encoding"
2725 msgstr ""
2726
2727 #: src/proto.c:969
2728 msgid "write to daemon socket"
2729 msgstr ""
2730
2731 #: src/proto.c:992
2732 msgid "receive_file_data: parse error in reply callback"
2733 msgstr ""
2734
2735 #: src/proto.c:997
2736 msgid "receive_file_data: unexpected flag received when reading file chunks"
2737 msgstr ""
2738
2739 #: src/proto.c:1005
2740 msgid "failed to parse file chunk"
2741 msgstr ""
2742
2743 #: src/proto.c:1014
2744 msgid "file receive cancelled by daemon"
2745 msgstr ""
2746
2747 #: src/virt.c:90
2748 #, c-format
2749 msgid "could not connect to libvirt (code %d, domain %d): %s"
2750 msgstr ""
2751
2752 #: src/virt.c:98
2753 #, c-format
2754 msgid "no libvirt domain called '%s': %s"
2755 msgstr ""
2756
2757 #: src/virt.c:149
2758 #, c-format
2759 msgid "error reading libvirt XML information: %s"
2760 msgstr ""
2761
2762 #: src/virt.c:159
2763 msgid "unable to parse XML information returned by libvirt"
2764 msgstr ""
2765
2766 #: src/virt.c:165
2767 msgid "unable to create new XPath context"
2768 msgstr ""
2769
2770 #: src/virt.c:172
2771 msgid "unable to evaluate XPath expression"
2772 msgstr ""
2773
2774 #: src/virt.c:269
2775 msgid "libvirt domain has no disks"
2776 msgstr ""
2777
2778 #: src/virt.c:322
2779 #, c-format
2780 msgid "error getting domain info: %s"
2781 msgstr ""
2782
2783 #: src/virt.c:326
2784 msgid ""
2785 "error: domain is a live virtual machine.\n"
2786 "You must use readonly access because write access to a running virtual "
2787 "machine\n"
2788 "can cause disk corruption."
2789 msgstr ""
2790
2791 #: src/virt.c:352
2792 msgid ""
2793 "add-domain API not available since this version of libguestfs was compiled "
2794 "without libvirt or libxml2"
2795 msgstr ""
2796
2797 #: test-tool/test-tool.c:82
2798 #, c-format
2799 msgid ""
2800 "libguestfs-test-tool: interactive test tool\n"
2801 "Copyright (C) 2009 Red Hat Inc.\n"
2802 "Usage:\n"
2803 "  libguestfs-test-tool [--options]\n"
2804 "Options:\n"
2805 "  --help         Display usage\n"
2806 "  --helper libguestfs-test-tool-helper\n"
2807 "                 Helper program (default: %s)\n"
2808 "  --qemudir dir  Specify QEMU source directory\n"
2809 "  --qemu qemu    Specify QEMU binary\n"
2810 "  --timeout n\n"
2811 "  -t n           Set launch timeout (default: %d seconds)\n"
2812 msgstr ""
2813
2814 #: test-tool/test-tool.c:138
2815 #, c-format
2816 msgid "libguestfs-test-tool: unknown long option: %s (%d)\n"
2817 msgstr ""
2818
2819 #: test-tool/test-tool.c:147
2820 #, c-format
2821 msgid "libguestfs-test-tool: invalid timeout: %s\n"
2822 msgstr ""
2823
2824 #: test-tool/test-tool.c:159
2825 #, c-format
2826 msgid "libguestfs-test-tool: unexpected command line option 0x%x\n"
2827 msgstr ""
2828
2829 #: test-tool/test-tool.c:182
2830 #, c-format
2831 msgid "libguestfs-test-tool: failed to create libguestfs handle\n"
2832 msgstr ""
2833
2834 #: test-tool/test-tool.c:189 test-tool/test-tool.c:198
2835 #, c-format
2836 msgid "libguestfs-test-tool: failed to add drive '%s'\n"
2837 msgstr ""
2838
2839 #: test-tool/test-tool.c:206
2840 #, c-format
2841 msgid "libguestfs-test-tool: guestfs_version failed\n"
2842 msgstr ""
2843
2844 #: test-tool/test-tool.c:228
2845 #, c-format
2846 msgid "libguestfs-test-tool: failed to launch appliance\n"
2847 msgstr ""
2848
2849 #: test-tool/test-tool.c:240
2850 #, c-format
2851 msgid "libguestfs-test-tool: failed to run sfdisk\n"
2852 msgstr ""
2853
2854 #: test-tool/test-tool.c:246
2855 #, c-format
2856 msgid "libguestfs-test-tool: failed to mkfs.ext2\n"
2857 msgstr ""
2858
2859 #: test-tool/test-tool.c:252
2860 #, c-format
2861 msgid "libguestfs-test-tool: failed to mount /dev/sda1 on /\n"
2862 msgstr ""
2863
2864 #: test-tool/test-tool.c:258
2865 #, c-format
2866 msgid "libguestfs-test-tool: failed to mkdir /iso\n"
2867 msgstr ""
2868
2869 #: test-tool/test-tool.c:264
2870 #, c-format
2871 msgid "libguestfs-test-tool: failed to mount /dev/sdb on /iso\n"
2872 msgstr ""
2873
2874 #: test-tool/test-tool.c:272
2875 #, c-format
2876 msgid "libguestfs-test-tool: could not run helper program, or helper failed\n"
2877 msgstr ""
2878
2879 #: test-tool/test-tool.c:303
2880 #, c-format
2881 msgid ""
2882 "LIBGUESTFS_QEMU environment variable is already set, so\n"
2883 "--qemu/--qemudir options cannot be used.\n"
2884 msgstr ""
2885
2886 #: test-tool/test-tool.c:311
2887 #, c-format
2888 msgid "Binary '%s' does not exist or is not executable\n"
2889 msgstr ""
2890
2891 #: test-tool/test-tool.c:325
2892 #, c-format
2893 msgid "%s: does not look like a qemu source directory\n"
2894 msgstr ""
2895
2896 #: test-tool/test-tool.c:374
2897 #, c-format
2898 msgid ""
2899 "Test tool helper program 'libguestfs-test-tool-helper' is not\n"
2900 "available.  Expected to find it in '%s'\n"
2901 "\n"
2902 "Use the --helper option to specify the location of this program.\n"
2903 msgstr ""
2904
2905 #: test-tool/test-tool.c:390
2906 #, c-format
2907 msgid "command failed: %s"
2908 msgstr ""
2909
2910 #: test-tool/test-tool.c:398
2911 #, c-format
2912 msgid ""
2913 "Test tool helper program %s\n"
2914 "is not statically linked.  This is a build error when this test tool\n"
2915 "was built.\n"
2916 msgstr ""
2917
2918 #: test-tool/test-tool.c:432
2919 #, c-format
2920 msgid "mkisofs command failed: %s\n"
2921 msgstr ""
2922
2923 #: tools/virt-edit.pl:169
2924 msgid "virt-edit: no image, VM names or filenames to edit given"
2925 msgstr ""
2926
2927 #: tools/virt-edit.pl:185 tools/virt-tar.pl:238 tools/virt-win-reg.pl:292
2928 #, perl-brace-format
2929 msgid ""
2930 "{prog}: No operating system could be detected inside this disk image.\n"
2931 "\n"
2932 "This may be because the file is not a disk image, or is not a virtual "
2933 "machine\n"
2934 "image, or because the OS type is not understood by libguestfs.\n"
2935 "\n"
2936 "If you feel this is an error, please file a bug report including as much\n"
2937 "information about the disk image as possible.\n"
2938 msgstr ""
2939
2940 #: tools/virt-edit.pl:189 tools/virt-tar.pl:242 tools/virt-win-reg.pl:296
2941 #, perl-brace-format
2942 msgid "{prog}: multiboot operating systems are not supported.\n"
2943 msgstr ""
2944
2945 #: tools/virt-edit.pl:221
2946 msgid "File not changed.\n"
2947 msgstr ""
2948
2949 #: tools/virt-list-filesystems.pl:142
2950 msgid "virt-list-filesystems: no image or VM name given"
2951 msgstr ""
2952
2953 #: tools/virt-list-partitions.pl:152
2954 msgid "virt-list-partitions: no image or VM name given"
2955 msgstr ""
2956
2957 #: tools/virt-make-fs.pl:291
2958 msgid "virt-make-fs input output\n"
2959 msgstr ""
2960
2961 #: tools/virt-make-fs.pl:321
2962 msgid "unexpected output from 'du' command"
2963 msgstr ""
2964
2965 #: tools/virt-make-fs.pl:333 tools/virt-make-fs.pl:347
2966 #: tools/virt-make-fs.pl:453
2967 #, perl-brace-format
2968 msgid "{f}: unknown input format: {fmt}\n"
2969 msgstr ""
2970
2971 #: tools/virt-make-fs.pl:391
2972 #, perl-brace-format
2973 msgid "virt-make-fs: cannot parse size parameter: {sz}\n"
2974 msgstr ""
2975
2976 #: tools/virt-make-fs.pl:401
2977 msgid ""
2978 "qemu-img create: failed to create disk image, see earlier error messages\n"
2979 msgstr ""
2980
2981 #: tools/virt-make-fs.pl:412
2982 msgid "virt-make-fs: NTFS support was disabled when libguestfs was compiled\n"
2983 msgstr ""
2984
2985 #: tools/virt-make-fs.pl:437
2986 msgid "tar: failed, see earlier messages\n"
2987 msgstr ""
2988
2989 #: tools/virt-make-fs.pl:459
2990 msgid "uncompress command failed, see earlier messages\n"
2991 msgstr ""
2992
2993 #: tools/virt-make-fs.pl:494
2994 msgid ""
2995 "virt-make-fs: error copying contents into filesystem\n"
2996 "An error here usually means that the program did not estimate the\n"
2997 "filesystem size correctly.  Please read the BUGS section of the manpage.\n"
2998 msgstr ""
2999
3000 #: tools/virt-resize.pl:33
3001 msgid "virt-resize: sorry this program does not work on a 32 bit host\n"
3002 msgstr ""
3003
3004 #: tools/virt-resize.pl:581
3005 #, perl-brace-format
3006 msgid "virt-resize: {file}: does not exist or is not readable\n"
3007 msgstr ""
3008
3009 #: tools/virt-resize.pl:583
3010 #, perl-brace-format
3011 msgid ""
3012 "virt-resize: {file}: does not exist or is not writable\n"
3013 "You have to create the destination disk before running this program.\n"
3014 "Please read the virt-resize(1) manpage for more information.\n"
3015 msgstr ""
3016
3017 #: tools/virt-resize.pl:662 tools/virt-resize.pl:665
3018 #, perl-brace-format
3019 msgid ""
3020 "virt-resize: {file}: file is too small to be a disk image ({sz} bytes)\n"
3021 msgstr ""
3022
3023 #: tools/virt-resize.pl:681 tools/virt-resize.pl:693
3024 msgid "virt-resize: short read"
3025 msgstr ""
3026
3027 #: tools/virt-resize.pl:827
3028 #, perl-brace-format
3029 msgid "virt-resize: no logical volume called {n}\n"
3030 msgstr ""
3031
3032 #: tools/virt-resize.pl:847
3033 #, perl-brace-format
3034 msgid ""
3035 "{p}: partition not found in the source disk image, when using the '{opt}' "
3036 "command line option\n"
3037 msgstr ""
3038
3039 #: tools/virt-resize.pl:853
3040 #, perl-brace-format
3041 msgid ""
3042 "{p}: partition ignored, you cannot use it in another command line argument\n"
3043 msgstr ""
3044
3045 #: tools/virt-resize.pl:857
3046 #, perl-brace-format
3047 msgid ""
3048 "{p}: partition deleted, you cannot use it in another command line argument\n"
3049 msgstr ""
3050
3051 #: tools/virt-resize.pl:899
3052 #, perl-brace-format
3053 msgid "{p}: this partition has already been marked for resizing\n"
3054 msgstr ""
3055
3056 #: tools/virt-resize.pl:907
3057 #, perl-brace-format
3058 msgid "{p}: missing size field in {o} option\n"
3059 msgstr ""
3060
3061 #: tools/virt-resize.pl:924
3062 #, perl-brace-format
3063 msgid "{p}: {f}: cannot parse size field\n"
3064 msgstr ""
3065
3066 #: tools/virt-resize.pl:929
3067 #, perl-brace-format
3068 msgid "{p}: new size is zero or negative\n"
3069 msgstr ""
3070
3071 #: tools/virt-resize.pl:952
3072 #, perl-brace-format
3073 msgid ""
3074 "{p}: cannot make this partition smaller because it contains a\n"
3075 "filesystem, physical volume or other content that is larger than the new "
3076 "size.\n"
3077 "You have to resize the content first, see virt-resize(1).\n"
3078 msgstr ""
3079
3080 #: tools/virt-resize.pl:968
3081 msgid "virt-resize: you cannot use options --expand and --shrink together\n"
3082 msgstr ""
3083
3084 #: tools/virt-resize.pl:1017
3085 #, perl-brace-format
3086 msgid ""
3087 "virt-resize: error: cannot use --expand when there is no surplus space to\n"
3088 "expand into.  You need to make the target disk larger by at least {h}.\n"
3089 msgstr ""
3090
3091 #: tools/virt-resize.pl:1032
3092 msgid ""
3093 "virt-resize: error: cannot use --shrink because there is no deficit\n"
3094 "(see 'deficit' in the virt-resize(1) man page)\n"
3095 msgstr ""
3096
3097 #: tools/virt-resize.pl:1047
3098 msgid "Summary of changes:\n"
3099 msgstr ""
3100
3101 #: tools/virt-resize.pl:1051
3102 #, perl-brace-format
3103 msgid "{p}: partition will be ignored\n"
3104 msgstr ""
3105
3106 #: tools/virt-resize.pl:1053
3107 #, perl-brace-format
3108 msgid "{p}: partition will be deleted\n"
3109 msgstr ""
3110
3111 #: tools/virt-resize.pl:1055
3112 #, perl-brace-format
3113 msgid "{p}: partition will be resized from {oldsize} to {newsize}\n"
3114 msgstr ""
3115
3116 #: tools/virt-resize.pl:1060
3117 #, perl-brace-format
3118 msgid "{p}: content will be expanded using the '{meth}' method\n"
3119 msgstr ""
3120
3121 #: tools/virt-resize.pl:1065
3122 #, perl-brace-format
3123 msgid "{p}: partition will be left alone\n"
3124 msgstr ""
3125
3126 #: tools/virt-resize.pl:1070
3127 #, perl-brace-format
3128 msgid "{n}: LV will be expanded to maximum size\n"
3129 msgstr ""
3130
3131 #: tools/virt-resize.pl:1076
3132 #, perl-brace-format
3133 msgid "{n}: content will be expanded using the '{meth}' method\n"
3134 msgstr ""
3135
3136 #: tools/virt-resize.pl:1083
3137 #, perl-brace-format
3138 msgid "There is a surplus of {spl} bytes ({h}).\n"
3139 msgstr ""
3140
3141 #: tools/virt-resize.pl:1088
3142 msgid "An extra partition will be created for the surplus.\n"
3143 msgstr ""
3144
3145 #: tools/virt-resize.pl:1090
3146 msgid ""
3147 "The surplus space is not large enough for an extra partition to be created\n"
3148 "and so it will just be ignored.\n"
3149 msgstr ""
3150
3151 #: tools/virt-resize.pl:1093
3152 msgid ""
3153 "The surplus space will be ignored.  Run a partitioning program in the guest\n"
3154 "to partition this extra space if you want.\n"
3155 msgstr ""
3156
3157 #: tools/virt-resize.pl:1096
3158 #, perl-brace-format
3159 msgid ""
3160 "virt-resize: error: there is a deficit of {def} bytes ({h}).\n"
3161 "You need to make the target disk larger by at least this amount,\n"
3162 "or adjust your resizing requests.\n"
3163 msgstr ""
3164
3165 #: tools/virt-resize.pl:1113
3166 msgid "virt-resize: source disk does not have a first partition\n"
3167 msgstr ""
3168
3169 #: tools/virt-resize.pl:1208
3170 #, perl-brace-format
3171 msgid "Copying {p} ...\n"
3172 msgstr ""
3173
3174 #: tools/virt-resize.pl:1271 tools/virt-resize.pl:1329
3175 #, perl-brace-format
3176 msgid "Expanding {p} using the '{meth}' method\n"
3177 msgstr ""
3178
3179 #: tools/virt-tar.pl:178 tools/virt-tar.pl:185
3180 msgid "virt-tar: extract/upload mode specified twice on the command line\n"
3181 msgstr ""
3182
3183 #: tools/virt-tar.pl:207
3184 msgid "virt-tar: no image, VM names, directory or filename given"
3185 msgstr ""
3186
3187 #: tools/virt-tar.pl:210
3188 msgid "virt-tar: either -x or -u must be specified on the command line\n"
3189 msgstr ""
3190
3191 #: tools/virt-tar.pl:221
3192 #, perl-brace-format
3193 msgid "virt-tar: {tarball}: file not found\n"
3194 msgstr ""
3195
3196 #: tools/virt-tar.pl:224
3197 #, perl-brace-format
3198 msgid "virt-tar: {dir}: directory name must start with '/' character\n"
3199 msgstr ""
3200
3201 #: tools/virt-win-reg.pl:276
3202 msgid "no libvirt domain name or disk image given\n"
3203 msgstr ""
3204
3205 #: tools/virt-win-reg.pl:315
3206 msgid ""
3207 "expecting 1 or 2 more parameters, subkey path and optionally the value to "
3208 "export\n"
3209 msgstr ""
3210
3211 #: tools/virt-win-reg.pl:426
3212 #, perl-brace-format
3213 msgid "virt-win-reg: {p}: not a supported Windows Registry path\n"
3214 msgstr ""
3215
3216 #: tools/virt-win-reg.pl:443 tools/virt-win-reg.pl:465
3217 #, perl-brace-format
3218 msgid "virt-win-reg: {p}: file not found in guest: {err}\n"
3219 msgstr ""
3220
3221 #: tools/virt-win-reg.pl:450
3222 #, perl-brace-format
3223 msgid "virt-win-reg: {p}: could not download registry file: {err}\n"
3224 msgstr ""
3225
3226 #: tools/virt-win-reg.pl:472
3227 #, perl-brace-format
3228 msgid "virt-win-reg: {p}: could not upload registry file: {err}\n"
3229 msgstr ""