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.
9 "Project-Id-Version: libguestfs 1.8.13\n"
10 "Report-Msgid-Bugs-To: https://bugzilla.redhat.com/enter_bug.cgi?"
11 "component=libguestfs&product=Virtualization+Tools\n"
12 "POT-Creation-Date: 2011-09-16 16:37+0100\n"
13 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
14 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
15 "Language-Team: LANGUAGE <LL@li.org>\n"
18 "Content-Type: text/plain; charset=CHARSET\n"
19 "Content-Transfer-Encoding: 8bit\n"
21 #: cat/virt-cat.c:54 cat/virt-filesystems.c:96 cat/virt-ls.c:55 df/main.c:67
22 #: fish/fish.c:94 fuse/guestmount.c:906 inspector/virt-inspector.c:68
23 #: rescue/virt-rescue.c:56
25 msgid "Try `%s --help' for more information.\n"
31 "%s: display files in a virtual machine\n"
32 "Copyright (C) 2010 Red Hat Inc.\n"
34 " %s [--options] -d domname file [file ...]\n"
35 " %s [--options] -a disk.img [-a disk.img ...] file [file ...]\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"
50 #: cat/virt-cat.c:114 cat/virt-filesystems.c:199 cat/virt-ls.c:120
51 #: df/domains.c:428 df/main.c:133 fish/fish.c:213 fuse/guestmount.c:1018
52 #: inspector/virt-inspector.c:128 rescue/virt-rescue.c:128
54 msgid "guestfs_create: failed to create handle\n"
57 #: cat/virt-cat.c:136 cat/virt-filesystems.c:253 cat/virt-ls.c:142
58 #: df/main.c:157 fish/fish.c:281 fuse/guestmount.c:1066
59 #: inspector/virt-inspector.c:150 rescue/virt-rescue.c:152
61 msgid "%s: unknown long option: %s (%d)\n"
64 #: cat/virt-filesystems.c:100
67 "%s: list filesystems, partitions, block devices, LVM in a VM\n"
68 "Copyright (C) 2010 Red Hat Inc.\n"
70 " %s [--options] -d domname\n"
71 " %s [--options] -a disk.img [-a disk.img ...]\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"
103 #: cat/virt-filesystems.c:314 df/main.c:251
105 msgid "%s: you cannot use -h and --csv options together.\n"
111 "%s: list files in a virtual machine\n"
112 "Copyright (C) 2010 Red Hat Inc.\n"
114 " %s [--options] -d domname dir [dir ...]\n"
115 " %s [--options] -a disk.img [-a disk.img ...] dir [dir ...]\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"
134 msgid "%s: could not connect to libvirt (code %d, domain %d): %s"
139 msgid "%s: could not get number of running domains (code %d, domain %d): %s"
144 msgid "%s: could not list running domains (code %d, domain %d): %s"
149 msgid "%s: could not get number of inactive domains (code %d, domain %d): %s"
154 msgid "%s: could not list inactive domains (code %d, domain %d): %s"
159 msgid "%s: ignoring %s, it has too many disks (%zu > %d)"
165 "%s: display free space on virtual filesystems\n"
166 "Copyright (C) 2010 Red Hat Inc.\n"
168 " %s [--options] -d domname\n"
169 " %s [--options] -a disk.img [-a disk.img ...]\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"
189 msgid "%s: compiled without support for libvirt.\n"
193 msgid "VirtualMachine"
238 msgid "use 'alloc file size' to create an image\n"
243 msgid "use 'sparse file size' to create a sparse image\n"
248 msgid "can't allocate or add disks after launching\n"
253 msgid "%s: invalid integer parameter (%s returned %d)\n"
265 msgid "add a CD-ROM disk image to examine"
269 msgid "add the disk(s) from a named libvirt domain"
272 #: fish/cmds.c:2493 fish/cmds.c:2494
273 msgid "add an image to examine or modify"
277 msgid "add a drive in snapshot mode (read-only)"
281 msgid "add a drive read-only specifying the QEMU block emulation to use"
285 msgid "add a drive specifying the QEMU block emulation to use"
289 msgid "allocate and add a disk file"
293 msgid "clear Augeas path"
297 msgid "close the current Augeas handle"
301 msgid "define an Augeas node"
305 msgid "define an Augeas variable"
309 msgid "look up the value of an Augeas path"
313 msgid "create a new Augeas handle"
317 msgid "insert a sibling Augeas node"
321 msgid "load files into the tree"
325 msgid "list Augeas nodes under augpath"
329 msgid "return Augeas nodes which match augpath"
333 msgid "move Augeas node"
337 msgid "remove an Augeas path"
341 msgid "write all pending Augeas changes to disk"
345 msgid "set Augeas path to value"
349 msgid "test availability of some parts of the API"
353 msgid "return a list of all optional groups"
357 msgid "upload base64-encoded data to file"
361 msgid "download file and encode as base64"
365 msgid "flush device buffers"
369 msgid "get blocksize of block device"
373 msgid "is block device set to read-only"
377 msgid "get total size of device in bytes"
381 msgid "get sectorsize of block device"
385 msgid "get total size of device in 512-byte sectors"
389 msgid "reread partition table"
393 msgid "set blocksize of block device"
397 msgid "set block device to read-only"
401 msgid "set block device to read-write"
405 msgid "return true path on case-insensitive filesystem"
409 msgid "list the contents of a file"
413 msgid "compute MD5, SHAx or CRC checksum of file"
417 msgid "compute MD5, SHAx or CRC checksum of the contents of a device"
421 msgid "compute MD5, SHAx or CRC checksum of files in a directory"
425 msgid "change file mode"
428 #: fish/cmds.c:2533 fish/cmds.c:2641
429 msgid "change file owner and group"
433 msgid "run a command from the guest filesystem"
437 msgid "run a command, returning lines"
441 msgid "add qemu parameters"
445 msgid "copy local files or directories into an image"
449 msgid "copy remote files or directories out of an image"
453 msgid "copy size bytes from source to destination using dd"
461 msgid "copy a file or directory recursively"
465 msgid "copy from source to destination using dd"
469 msgid "debugging and internals"
473 msgid "debug the QEMU command line (internal use only)"
477 msgid "upload a file to the appliance (internal use only)"
481 msgid "report file system disk space usage"
485 msgid "report file system disk space usage (human readable)"
489 msgid "return kernel messages"
493 msgid "download a file to the local machine"
497 msgid "download a file to the local machine with offset and size"
501 msgid "drop kernel page cache, dentries and inodes"
505 msgid "estimate file space usage"
509 msgid "check an ext2/ext3 filesystem"
513 msgid "display a line of text"
517 msgid "echo arguments back to the client"
524 #: fish/cmds.c:2557 fish/cmds.c:2558 fish/cmds.c:2563 fish/cmds.c:2564
525 #: fish/cmds.c:2596 fish/cmds.c:2597 fish/cmds.c:2832 fish/cmds.c:2833
526 #: fish/cmds.c:2837 fish/cmds.c:2838 fish/cmds.c:2840 fish/cmds.c:2841
527 msgid "return lines matching a pattern"
531 msgid "test if two files have equal contents"
535 msgid "test if file or directory exists"
538 #: fish/cmds.c:2561 fish/cmds.c:2562
539 msgid "preallocate a file in the guest filesystem"
543 msgid "determine file type"
547 msgid "detect the architecture of a binary file"
551 msgid "return the size of the file in bytes"
555 msgid "fill a file with octets"
559 msgid "fill a file with a repeating pattern of bytes"
563 msgid "find all files and directories"
567 msgid "find all files and directories, returning NUL-separated list"
571 msgid "find a filesystem by label"
575 msgid "find a filesystem by UUID"
579 msgid "run the filesystem checker"
583 msgid "get the additional kernel options"
587 msgid "get autosync mode"
591 msgid "get direct appliance mode flag"
595 msgid "get the ext2/3/4 filesystem label"
599 msgid "get the ext2/3/4 filesystem UUID"
603 msgid "get memory allocated to the qemu subprocess"
607 msgid "get enable network flag"
611 msgid "get the search path"
615 msgid "get PID of qemu subprocess"
619 msgid "get the qemu binary"
623 msgid "get recovery process enabled flag"
627 msgid "get SELinux enabled flag"
631 msgid "get the current state"
635 msgid "get command trace enabled flag"
639 msgid "get the current umask"
643 msgid "get verbose mode"
647 msgid "get SELinux security context"
650 #: fish/cmds.c:2592 fish/cmds.c:2642
651 msgid "get a single extended attribute"
654 #: fish/cmds.c:2593 fish/cmds.c:2643
655 msgid "list extended attributes of a file or directory"
659 msgid "expand wildcards in command"
663 msgid "expand a wildcard path"
667 msgid "install GRUB 1"
671 msgid "return first 10 lines of a file"
675 msgid "return first N lines of a file"
679 msgid "dump a file in hexadecimal"
683 msgid "edit with a hex editor"
687 msgid "list the contents of a single file in an initrd"
691 msgid "list files in an initrd"
695 msgid "add an inotify watch"
699 msgid "close the inotify handle"
703 msgid "return list of watched files that had events"
707 msgid "create an inotify handle"
711 msgid "return list of inotify events"
715 msgid "remove an inotify watch"
719 msgid "get architecture of inspected operating system"
723 msgid "get distro of inspected operating system"
727 msgid "get filesystems associated with inspected operating system"
731 msgid "get hostname of the operating system"
735 msgid "get major version of inspected operating system"
739 msgid "get minor version of inspected operating system"
743 msgid "get mountpoints of inspected operating system"
747 msgid "get package format used by the operating system"
751 msgid "get package management tool used by the operating system"
755 msgid "get product name of inspected operating system"
759 msgid "return list of operating systems found by last inspection"
763 msgid "get type of inspected operating system"
767 msgid "get Windows systemroot of inspected operating system"
771 msgid "get list of applications installed in the operating system"
775 msgid "inspect disk and return list of operating systems found"
779 msgid "test if block device"
783 msgid "is busy processing a command"
787 msgid "test if character device"
791 msgid "is in configuration state"
795 msgid "test if a directory"
799 msgid "test if FIFO (named pipe)"
803 msgid "test if a regular file"
807 msgid "is launching subprocess"
811 msgid "test if device is a logical volume"
815 msgid "is ready to accept commands"
819 msgid "test if socket"
823 msgid "test if symbolic link"
827 msgid "kill the qemu subprocess"
831 msgid "launch the qemu subprocess"
835 msgid "change working directory"
839 msgid "list the block devices"
843 msgid "list filesystems"
847 msgid "list the partitions"
851 msgid "list the files in a directory (long format)"
854 #: fish/cmds.c:2648 fish/cmds.c:2649
855 msgid "create a hard link"
858 #: fish/cmds.c:2650 fish/cmds.c:2651
859 msgid "create a symbolic link"
862 #: fish/cmds.c:2652 fish/cmds.c:2743
863 msgid "remove extended attribute of a file or directory"
867 msgid "list the files in a directory"
870 #: fish/cmds.c:2654 fish/cmds.c:2768
871 msgid "set extended attribute of a file or directory"
875 msgid "get file information for a symbolic link"
879 msgid "lstat on multiple files"
883 msgid "add a key on a LUKS encrypted device"
887 msgid "close a LUKS device"
890 #: fish/cmds.c:2659 fish/cmds.c:2660
891 msgid "format a block device as a LUKS encrypted device"
895 msgid "remove a key from a LUKS encrypted device"
899 msgid "open a LUKS-encrypted block device"
903 msgid "open a LUKS-encrypted block device read-only"
907 msgid "create an LVM logical volume"
911 msgid "get canonical name of an LV"
915 msgid "clear LVM device filter"
919 msgid "remove all LVM LVs, VGs and PVs"
923 msgid "set LVM device filter"
927 msgid "remove an LVM logical volume"
931 msgid "rename an LVM logical volume"
935 msgid "resize an LVM logical volume"
939 msgid "expand an LV to fill free space"
942 #: fish/cmds.c:2673 fish/cmds.c:2674
943 msgid "list the LVM logical volumes (LVs)"
947 msgid "get the UUID of a logical volume"
951 msgid "lgetxattr on multiple files"
955 msgid "open the manual"
959 msgid "create a directory"
963 msgid "create a directory with a particular mode"
967 msgid "create a directory and parents"
971 msgid "create a temporary directory"
974 #: fish/cmds.c:2682 fish/cmds.c:2683 fish/cmds.c:2684
975 msgid "make ext2/3/4 filesystem with external journal"
979 msgid "make ext2/3/4 external journal"
983 msgid "make ext2/3/4 external journal with label"
987 msgid "make ext2/3/4 external journal with UUID"
991 msgid "make FIFO (named pipe)"
994 #: fish/cmds.c:2689 fish/cmds.c:2691
995 msgid "make a filesystem"
999 msgid "make a filesystem with block size"
1003 msgid "create a mountpoint"
1007 msgid "make block, character or FIFO devices"
1011 msgid "make block device node"
1015 msgid "make char device node"
1019 msgid "create a swap partition"
1023 msgid "create a swap partition with a label"
1027 msgid "create a swap partition with an explicit UUID"
1031 msgid "create a swap file"
1035 msgid "load a kernel module"
1043 msgid "mount a guest disk at a position in the filesystem"
1047 msgid "mount a file using the loop device"
1051 msgid "mount a guest disk with mount options"
1055 msgid "mount a guest disk, read-only"
1059 msgid "mount a guest disk with mount options and vfstype"
1063 msgid "show mountpoints"
1067 msgid "show mounted filesystems"
1075 msgid "probe NTFS volume"
1079 msgid "resize an NTFS filesystem"
1083 msgid "resize an NTFS filesystem (with size)"
1087 msgid "add a partition to the device"
1091 msgid "delete a partition"
1095 msgid "partition whole disk with a single primary partition"
1099 msgid "return true if a partition is bootable"
1103 msgid "get the MBR type byte (ID byte) from a partition"
1107 msgid "get the partition table type"
1111 msgid "create an empty partition table"
1115 msgid "list partitions on a device"
1119 msgid "make a partition bootable"
1123 msgid "set the MBR type byte (ID byte) of a partition"
1127 msgid "set partition name"
1131 msgid "convert partition name to device name"
1135 msgid "ping the guest daemon"
1139 msgid "read part of a file"
1143 msgid "read part of a device"
1147 msgid "create an LVM physical volume"
1151 msgid "remove an LVM physical volume"
1155 msgid "resize an LVM physical volume"
1159 msgid "resize an LVM physical volume (with size)"
1162 #: fish/cmds.c:2732 fish/cmds.c:2733
1163 msgid "list the LVM physical volumes (PVs)"
1167 msgid "get the UUID of a physical volume"
1171 msgid "write to part of a file"
1175 msgid "write to part of a device"
1183 msgid "read file as lines"
1187 msgid "read directories entries"
1191 msgid "read the target of a symbolic link"
1195 msgid "readlink on multiple files"
1199 msgid "canonicalized absolute pathname"
1203 msgid "close and reopen libguestfs handle"
1207 msgid "resize an ext2, ext3 or ext4 filesystem"
1211 msgid "resize an ext2, ext3 or ext4 filesystem (with size)"
1215 msgid "remove a file"
1219 msgid "remove a file or directory recursively"
1223 msgid "remove a directory"
1227 msgid "remove a mountpoint"
1231 msgid "scrub (securely wipe) a device"
1235 msgid "scrub (securely wipe) a file"
1239 msgid "scrub (securely wipe) free space"
1243 msgid "add options to kernel command line"
1247 msgid "set autosync mode"
1251 msgid "enable or disable direct appliance mode"
1255 msgid "set the ext2/3/4 filesystem label"
1259 msgid "set the ext2/3/4 filesystem UUID"
1263 msgid "set memory allocated to the qemu subprocess"
1267 msgid "set enable network flag"
1271 msgid "set the search path"
1275 msgid "set the qemu binary"
1279 msgid "enable or disable the recovery process"
1283 msgid "set SELinux enabled or disabled at appliance boot"
1287 msgid "enable or disable command traces"
1291 msgid "set verbose mode"
1295 msgid "set SELinux security context"
1298 #: fish/cmds.c:2769 fish/cmds.c:2770
1299 msgid "create partitions on a block device"
1303 msgid "modify a single partition on a block device"
1307 msgid "display the disk geometry from the partition table"
1311 msgid "display the kernel geometry"
1315 msgid "display the partition table"
1319 msgid "run a command via the shell"
1323 msgid "run a command via the shell returning lines"
1327 msgid "sleep for some seconds"
1331 msgid "create a sparse disk image and add"
1335 msgid "get file information"
1339 msgid "get file system statistics"
1342 #: fish/cmds.c:2781 fish/cmds.c:2782
1343 msgid "print the printable strings in a file"
1347 msgid "list supported groups of commands"
1351 msgid "disable swap on device"
1355 msgid "disable swap on file"
1359 msgid "disable swap on labeled swap partition"
1363 msgid "disable swap on swap partition by UUID"
1367 msgid "enable swap on device"
1371 msgid "enable swap on file"
1375 msgid "enable swap on labeled swap partition"
1379 msgid "enable swap on swap partition by UUID"
1383 msgid "sync disks, writes are flushed through to the disk image"
1387 msgid "return last 10 lines of a file"
1391 msgid "return last N lines of a file"
1395 msgid "unpack tarfile to directory"
1399 msgid "pack directory into tarfile"
1402 #: fish/cmds.c:2797 fish/cmds.c:2804
1403 msgid "unpack compressed tarball to directory"
1406 #: fish/cmds.c:2798 fish/cmds.c:2805
1407 msgid "pack directory into compressed tarball"
1411 msgid "print elapsed time taken to run a command"
1415 msgid "update file timestamps or create a new file"
1419 msgid "truncate a file to zero size"
1423 msgid "truncate a file to a particular size"
1427 msgid "get ext2/ext3/ext4 superblock details"
1431 msgid "set file mode creation mask (umask)"
1435 msgid "unmount a filesystem"
1439 msgid "unmount all filesystems"
1443 msgid "upload a file from the local machine"
1447 msgid "upload a file from the local machine with offset"
1451 msgid "set timestamp of a file with nanosecond precision"
1455 msgid "get the library version number"
1459 msgid "get the filesystem label"
1463 msgid "get the Linux VFS type corresponding to a mounted device"
1467 msgid "get the filesystem UUID"
1471 msgid "activate or deactivate some volume groups"
1475 msgid "activate or deactivate all volume groups"
1479 msgid "create an LVM volume group"
1483 msgid "get the LV UUIDs of all LVs in the volume group"
1487 msgid "get the PV UUIDs containing the volume group"
1491 msgid "remove an LVM volume group"
1495 msgid "rename an LVM volume group"
1498 #: fish/cmds.c:2823 fish/cmds.c:2824
1499 msgid "list the LVM volume groups (VGs)"
1503 msgid "rescan for LVM physical volumes, volume groups and logical volumes"
1507 msgid "get the UUID of a volume group"
1511 msgid "count characters in a file"
1515 msgid "count lines in a file"
1519 msgid "count words in a file"
1523 msgid "create a new file"
1527 msgid "create a file"
1531 msgid "write zeroes to the device"
1535 msgid "write zeroes to an entire device"
1539 msgid "zero unused inodes and disk blocks on ext2/3 filesystem"
1543 msgid "determine file type inside a compressed file"
1547 msgid "Use -h <cmd> / help <cmd> to show detailed help for a command."
1550 #: fish/cmds.c:3160 fish/cmds.c:3174 fish/cmds.c:3190 fish/cmds.c:3207
1551 #: fish/cmds.c:3224 fish/cmds.c:3242 fish/cmds.c:3261 fish/cmds.c:3277
1552 #: fish/cmds.c:3295 fish/cmds.c:3311 fish/cmds.c:3329 fish/cmds.c:3345
1553 #: fish/cmds.c:3362 fish/cmds.c:3377 fish/cmds.c:3395 fish/cmds.c:3410
1554 #: fish/cmds.c:3426 fish/cmds.c:3442 fish/cmds.c:3458 fish/cmds.c:3474
1555 #: fish/cmds.c:3490 fish/cmds.c:3508 fish/cmds.c:3541 fish/cmds.c:3557
1556 #: fish/cmds.c:3573 fish/cmds.c:3592 fish/cmds.c:3607 fish/cmds.c:3625
1557 #: fish/cmds.c:3640 fish/cmds.c:3658 fish/cmds.c:3673 fish/cmds.c:3691
1558 #: fish/cmds.c:3706 fish/cmds.c:3725 fish/cmds.c:3744 fish/cmds.c:3762
1559 #: fish/cmds.c:3782 fish/cmds.c:3801 fish/cmds.c:3821 fish/cmds.c:3841
1560 #: fish/cmds.c:3861 fish/cmds.c:3880 fish/cmds.c:3899 fish/cmds.c:3919
1561 #: fish/cmds.c:3939 fish/cmds.c:3959 fish/cmds.c:3974 fish/cmds.c:3990
1562 #: fish/cmds.c:4062 fish/cmds.c:4080 fish/cmds.c:4097 fish/cmds.c:4171
1563 #: fish/cmds.c:4191 fish/cmds.c:4211 fish/cmds.c:4231 fish/cmds.c:4252
1564 #: fish/cmds.c:4268 fish/cmds.c:4284 fish/cmds.c:4303 fish/cmds.c:4325
1565 #: fish/cmds.c:4347 fish/cmds.c:4367 fish/cmds.c:4384 fish/cmds.c:4401
1566 #: fish/cmds.c:4418 fish/cmds.c:4435 fish/cmds.c:4452 fish/cmds.c:4469
1567 #: fish/cmds.c:4486 fish/cmds.c:4505 fish/cmds.c:4528 fish/cmds.c:4564
1568 #: fish/cmds.c:4581 fish/cmds.c:4604 fish/cmds.c:4626 fish/cmds.c:4647
1569 #: fish/cmds.c:4667 fish/cmds.c:4686 fish/cmds.c:4706 fish/cmds.c:4724
1570 #: fish/cmds.c:4742 fish/cmds.c:4756 fish/cmds.c:4772 fish/cmds.c:4792
1571 #: fish/cmds.c:4811 fish/cmds.c:4830 fish/cmds.c:4849 fish/cmds.c:4868
1572 #: fish/cmds.c:4888 fish/cmds.c:4928 fish/cmds.c:4985 fish/cmds.c:5006
1573 #: fish/cmds.c:5027 fish/cmds.c:5048 fish/cmds.c:5066 fish/cmds.c:5088
1574 #: fish/cmds.c:5126 fish/cmds.c:5148 fish/cmds.c:5227 fish/cmds.c:5266
1575 #: fish/cmds.c:5281 fish/cmds.c:5298 fish/cmds.c:5312 fish/cmds.c:5328
1576 #: fish/cmds.c:5350 fish/cmds.c:5372 fish/cmds.c:5394 fish/cmds.c:5416
1577 #: fish/cmds.c:5438 fish/cmds.c:5460 fish/cmds.c:5480 fish/cmds.c:5497
1578 #: fish/cmds.c:5514 fish/cmds.c:5533 fish/cmds.c:5552 fish/cmds.c:5572
1579 #: fish/cmds.c:5608 fish/cmds.c:5627 fish/cmds.c:5646 fish/cmds.c:5663
1580 #: fish/cmds.c:5681 fish/cmds.c:5704 fish/cmds.c:5727 fish/cmds.c:5751
1581 #: fish/cmds.c:5774 fish/cmds.c:5795 fish/cmds.c:5818 fish/cmds.c:5841
1582 #: fish/cmds.c:5861 fish/cmds.c:5883 fish/cmds.c:5904 fish/cmds.c:5927
1583 #: fish/cmds.c:5944 fish/cmds.c:5961 fish/cmds.c:5979 fish/cmds.c:5997
1584 #: fish/cmds.c:6018 fish/cmds.c:6036 fish/cmds.c:6057 fish/cmds.c:6077
1585 #: fish/cmds.c:6095 fish/cmds.c:6116 fish/cmds.c:6139 fish/cmds.c:6162
1586 #: fish/cmds.c:6184 fish/cmds.c:6217 fish/cmds.c:6234 fish/cmds.c:6251
1587 #: fish/cmds.c:6275 fish/cmds.c:6298 fish/cmds.c:6321 fish/cmds.c:6343
1588 #: fish/cmds.c:6360 fish/cmds.c:6382 fish/cmds.c:6476 fish/cmds.c:6496
1589 #: fish/cmds.c:6516 fish/cmds.c:6536 fish/cmds.c:6554 fish/cmds.c:6575
1590 #: fish/cmds.c:6611 fish/cmds.c:6628 fish/cmds.c:6650 fish/cmds.c:6667
1591 #: fish/cmds.c:6703 fish/cmds.c:6723 fish/cmds.c:6743 fish/cmds.c:6763
1592 #: fish/cmds.c:6785 fish/cmds.c:6802 fish/cmds.c:6821 fish/cmds.c:6840
1593 #: fish/cmds.c:6862 fish/cmds.c:6883 fish/cmds.c:6904 fish/cmds.c:6925
1594 #: fish/cmds.c:6948 fish/cmds.c:6989 fish/cmds.c:7012 fish/cmds.c:7051
1595 #: fish/cmds.c:7068 fish/cmds.c:7087 fish/cmds.c:7108 fish/cmds.c:7131
1596 #: fish/cmds.c:7153 fish/cmds.c:7171 fish/cmds.c:7190 fish/cmds.c:7211
1597 #: fish/cmds.c:7288 fish/cmds.c:7329 fish/cmds.c:7408 fish/cmds.c:7484
1598 #: fish/cmds.c:7521 fish/cmds.c:7544 fish/cmds.c:7565 fish/cmds.c:7588
1599 #: fish/cmds.c:7610 fish/cmds.c:7635 fish/cmds.c:7678 fish/cmds.c:7719
1600 #: fish/cmds.c:7740 fish/cmds.c:7758 fish/cmds.c:7777 fish/cmds.c:7794
1601 #: fish/cmds.c:7812 fish/cmds.c:7839 fish/cmds.c:7863 fish/cmds.c:7887
1602 #: fish/cmds.c:7911 fish/cmds.c:7935 fish/cmds.c:7959 fish/cmds.c:7983
1603 #: fish/cmds.c:8007 fish/cmds.c:8031 fish/cmds.c:8055 fish/cmds.c:8079
1604 #: fish/cmds.c:8103 fish/cmds.c:8126 fish/cmds.c:8149 fish/cmds.c:8170
1605 #: fish/cmds.c:8191 fish/cmds.c:8212 fish/cmds.c:8232 fish/cmds.c:8255
1606 #: fish/cmds.c:8293 fish/cmds.c:8310 fish/cmds.c:8327 fish/cmds.c:8346
1607 #: fish/cmds.c:8365 fish/cmds.c:8382 fish/cmds.c:8399 fish/cmds.c:8416
1608 #: fish/cmds.c:8433 fish/cmds.c:8452 fish/cmds.c:8488 fish/cmds.c:8528
1609 #: fish/cmds.c:8561 fish/cmds.c:8578 fish/cmds.c:8595 fish/cmds.c:8611
1610 #: fish/cmds.c:8626 fish/cmds.c:8647 fish/cmds.c:8685 fish/cmds.c:8723
1611 #: fish/cmds.c:8762 fish/cmds.c:8802 fish/cmds.c:8843 fish/cmds.c:8884
1612 #: fish/cmds.c:8922 fish/cmds.c:8939 fish/cmds.c:8962 fish/cmds.c:8984
1613 #: fish/cmds.c:9006 fish/cmds.c:9026 fish/cmds.c:9046 fish/cmds.c:9082
1614 #: fish/cmds.c:9154 fish/cmds.c:9194 fish/cmds.c:9252 fish/cmds.c:9278
1615 #: fish/cmds.c:9304 fish/cmds.c:9332 fish/cmds.c:9391 fish/cmds.c:9412
1616 #: fish/cmds.c:9457 fish/cmds.c:9477 fish/cmds.c:9516 fish/cmds.c:9553
1617 #: fish/cmds.c:9573 fish/cmds.c:9595 fish/cmds.c:9652 fish/cmds.c:9672
1618 #: fish/cmds.c:9694 fish/cmds.c:9716 fish/cmds.c:9735 fish/cmds.c:9755
1619 #: fish/cmds.c:9782 fish/cmds.c:9802 fish/cmds.c:9822 fish/cmds.c:9842
1620 #: fish/cmds.c:9862 fish/cmds.c:9884 fish/cmds.c:9919 fish/cmds.c:9937
1621 #: fish/cmds.c:9960 fish/cmds.c:9982 fish/cmds.c:9997 fish/cmds.c:10014
1622 #: fish/cmds.c:10051 fish/cmds.c:10090 fish/cmds.c:10130 fish/cmds.c:10186
1623 #: fish/cmds.c:10208 fish/cmds.c:10244 fish/cmds.c:10259 fish/cmds.c:10279
1624 #: fish/cmds.c:10319 fish/cmds.c:10342 fish/cmds.c:10366 fish/cmds.c:10391
1625 #: fish/cmds.c:10432 fish/cmds.c:10457 fish/cmds.c:10495 fish/cmds.c:10526
1626 #: fish/cmds.c:10557 fish/cmds.c:10585 fish/cmds.c:10605 fish/cmds.c:10637
1627 #: fish/cmds.c:10657 fish/cmds.c:10677 fish/cmds.c:10694 fish/cmds.c:10712
1628 #: fish/cmds.c:10735 fish/cmds.c:10756 fish/cmds.c:10775 fish/cmds.c:10817
1629 #: fish/cmds.c:10860 fish/cmds.c:10904 fish/cmds.c:10943 fish/cmds.c:10962
1630 #: fish/cmds.c:10982 fish/cmds.c:11002 fish/cmds.c:11023 fish/cmds.c:11044
1631 #: fish/cmds.c:11065 fish/cmds.c:11086 fish/cmds.c:11107 fish/cmds.c:11129
1632 #: fish/cmds.c:11167 fish/cmds.c:11218 fish/cmds.c:11256 fish/cmds.c:11312
1633 #: fish/cmds.c:11397 fish/cmds.c:11426
1635 msgid "%s should have %d parameter(s)\n"
1638 #: fish/cmds.c:3161 fish/cmds.c:3175 fish/cmds.c:3191 fish/cmds.c:3208
1639 #: fish/cmds.c:3225 fish/cmds.c:3243 fish/cmds.c:3262 fish/cmds.c:3278
1640 #: fish/cmds.c:3296 fish/cmds.c:3312 fish/cmds.c:3330 fish/cmds.c:3346
1641 #: fish/cmds.c:3363 fish/cmds.c:3378 fish/cmds.c:3396 fish/cmds.c:3411
1642 #: fish/cmds.c:3427 fish/cmds.c:3443 fish/cmds.c:3459 fish/cmds.c:3475
1643 #: fish/cmds.c:3491 fish/cmds.c:3509 fish/cmds.c:3542 fish/cmds.c:3558
1644 #: fish/cmds.c:3574 fish/cmds.c:3593 fish/cmds.c:3608 fish/cmds.c:3626
1645 #: fish/cmds.c:3641 fish/cmds.c:3659 fish/cmds.c:3674 fish/cmds.c:3692
1646 #: fish/cmds.c:3707 fish/cmds.c:3726 fish/cmds.c:3745 fish/cmds.c:3763
1647 #: fish/cmds.c:3783 fish/cmds.c:3802 fish/cmds.c:3822 fish/cmds.c:3842
1648 #: fish/cmds.c:3862 fish/cmds.c:3881 fish/cmds.c:3900 fish/cmds.c:3920
1649 #: fish/cmds.c:3940 fish/cmds.c:3960 fish/cmds.c:3975 fish/cmds.c:3991
1650 #: fish/cmds.c:4012 fish/cmds.c:4063 fish/cmds.c:4081 fish/cmds.c:4098
1651 #: fish/cmds.c:4119 fish/cmds.c:4172 fish/cmds.c:4192 fish/cmds.c:4212
1652 #: fish/cmds.c:4232 fish/cmds.c:4253 fish/cmds.c:4269 fish/cmds.c:4285
1653 #: fish/cmds.c:4304 fish/cmds.c:4326 fish/cmds.c:4348 fish/cmds.c:4368
1654 #: fish/cmds.c:4385 fish/cmds.c:4402 fish/cmds.c:4419 fish/cmds.c:4436
1655 #: fish/cmds.c:4453 fish/cmds.c:4470 fish/cmds.c:4487 fish/cmds.c:4506
1656 #: fish/cmds.c:4529 fish/cmds.c:4565 fish/cmds.c:4582 fish/cmds.c:4605
1657 #: fish/cmds.c:4627 fish/cmds.c:4648 fish/cmds.c:4668 fish/cmds.c:4687
1658 #: fish/cmds.c:4707 fish/cmds.c:4725 fish/cmds.c:4743 fish/cmds.c:4757
1659 #: fish/cmds.c:4773 fish/cmds.c:4793 fish/cmds.c:4812 fish/cmds.c:4831
1660 #: fish/cmds.c:4850 fish/cmds.c:4869 fish/cmds.c:4889 fish/cmds.c:4929
1661 #: fish/cmds.c:4986 fish/cmds.c:5007 fish/cmds.c:5028 fish/cmds.c:5049
1662 #: fish/cmds.c:5067 fish/cmds.c:5089 fish/cmds.c:5127 fish/cmds.c:5149
1663 #: fish/cmds.c:5228 fish/cmds.c:5267 fish/cmds.c:5282 fish/cmds.c:5299
1664 #: fish/cmds.c:5313 fish/cmds.c:5329 fish/cmds.c:5351 fish/cmds.c:5373
1665 #: fish/cmds.c:5395 fish/cmds.c:5417 fish/cmds.c:5439 fish/cmds.c:5461
1666 #: fish/cmds.c:5481 fish/cmds.c:5498 fish/cmds.c:5515 fish/cmds.c:5534
1667 #: fish/cmds.c:5553 fish/cmds.c:5573 fish/cmds.c:5609 fish/cmds.c:5628
1668 #: fish/cmds.c:5647 fish/cmds.c:5664 fish/cmds.c:5682 fish/cmds.c:5705
1669 #: fish/cmds.c:5728 fish/cmds.c:5752 fish/cmds.c:5775 fish/cmds.c:5796
1670 #: fish/cmds.c:5819 fish/cmds.c:5842 fish/cmds.c:5862 fish/cmds.c:5884
1671 #: fish/cmds.c:5905 fish/cmds.c:5928 fish/cmds.c:5945 fish/cmds.c:5962
1672 #: fish/cmds.c:5980 fish/cmds.c:5998 fish/cmds.c:6019 fish/cmds.c:6037
1673 #: fish/cmds.c:6058 fish/cmds.c:6078 fish/cmds.c:6096 fish/cmds.c:6117
1674 #: fish/cmds.c:6140 fish/cmds.c:6163 fish/cmds.c:6185 fish/cmds.c:6218
1675 #: fish/cmds.c:6235 fish/cmds.c:6252 fish/cmds.c:6276 fish/cmds.c:6299
1676 #: fish/cmds.c:6322 fish/cmds.c:6344 fish/cmds.c:6361 fish/cmds.c:6383
1677 #: fish/cmds.c:6477 fish/cmds.c:6497 fish/cmds.c:6517 fish/cmds.c:6537
1678 #: fish/cmds.c:6555 fish/cmds.c:6576 fish/cmds.c:6612 fish/cmds.c:6629
1679 #: fish/cmds.c:6651 fish/cmds.c:6668 fish/cmds.c:6704 fish/cmds.c:6724
1680 #: fish/cmds.c:6744 fish/cmds.c:6764 fish/cmds.c:6786 fish/cmds.c:6803
1681 #: fish/cmds.c:6822 fish/cmds.c:6841 fish/cmds.c:6863 fish/cmds.c:6884
1682 #: fish/cmds.c:6905 fish/cmds.c:6926 fish/cmds.c:6949 fish/cmds.c:6990
1683 #: fish/cmds.c:7013 fish/cmds.c:7052 fish/cmds.c:7069 fish/cmds.c:7088
1684 #: fish/cmds.c:7109 fish/cmds.c:7132 fish/cmds.c:7154 fish/cmds.c:7172
1685 #: fish/cmds.c:7191 fish/cmds.c:7212 fish/cmds.c:7289 fish/cmds.c:7330
1686 #: fish/cmds.c:7409 fish/cmds.c:7485 fish/cmds.c:7522 fish/cmds.c:7545
1687 #: fish/cmds.c:7566 fish/cmds.c:7589 fish/cmds.c:7611 fish/cmds.c:7636
1688 #: fish/cmds.c:7679 fish/cmds.c:7720 fish/cmds.c:7741 fish/cmds.c:7759
1689 #: fish/cmds.c:7778 fish/cmds.c:7795 fish/cmds.c:7813 fish/cmds.c:7840
1690 #: fish/cmds.c:7864 fish/cmds.c:7888 fish/cmds.c:7912 fish/cmds.c:7936
1691 #: fish/cmds.c:7960 fish/cmds.c:7984 fish/cmds.c:8008 fish/cmds.c:8032
1692 #: fish/cmds.c:8056 fish/cmds.c:8080 fish/cmds.c:8104 fish/cmds.c:8127
1693 #: fish/cmds.c:8150 fish/cmds.c:8171 fish/cmds.c:8192 fish/cmds.c:8213
1694 #: fish/cmds.c:8233 fish/cmds.c:8256 fish/cmds.c:8294 fish/cmds.c:8311
1695 #: fish/cmds.c:8328 fish/cmds.c:8347 fish/cmds.c:8366 fish/cmds.c:8383
1696 #: fish/cmds.c:8400 fish/cmds.c:8417 fish/cmds.c:8434 fish/cmds.c:8453
1697 #: fish/cmds.c:8489 fish/cmds.c:8529 fish/cmds.c:8562 fish/cmds.c:8579
1698 #: fish/cmds.c:8596 fish/cmds.c:8612 fish/cmds.c:8627 fish/cmds.c:8648
1699 #: fish/cmds.c:8686 fish/cmds.c:8724 fish/cmds.c:8763 fish/cmds.c:8803
1700 #: fish/cmds.c:8844 fish/cmds.c:8885 fish/cmds.c:8923 fish/cmds.c:8940
1701 #: fish/cmds.c:8963 fish/cmds.c:8985 fish/cmds.c:9007 fish/cmds.c:9027
1702 #: fish/cmds.c:9047 fish/cmds.c:9083 fish/cmds.c:9155 fish/cmds.c:9195
1703 #: fish/cmds.c:9253 fish/cmds.c:9279 fish/cmds.c:9305 fish/cmds.c:9333
1704 #: fish/cmds.c:9392 fish/cmds.c:9413 fish/cmds.c:9458 fish/cmds.c:9478
1705 #: fish/cmds.c:9517 fish/cmds.c:9554 fish/cmds.c:9574 fish/cmds.c:9596
1706 #: fish/cmds.c:9653 fish/cmds.c:9673 fish/cmds.c:9695 fish/cmds.c:9717
1707 #: fish/cmds.c:9736 fish/cmds.c:9756 fish/cmds.c:9783 fish/cmds.c:9803
1708 #: fish/cmds.c:9823 fish/cmds.c:9843 fish/cmds.c:9863 fish/cmds.c:9885
1709 #: fish/cmds.c:9920 fish/cmds.c:9938 fish/cmds.c:9961 fish/cmds.c:9983
1710 #: fish/cmds.c:9998 fish/cmds.c:10015 fish/cmds.c:10052 fish/cmds.c:10091
1711 #: fish/cmds.c:10131 fish/cmds.c:10187 fish/cmds.c:10209 fish/cmds.c:10245
1712 #: fish/cmds.c:10260 fish/cmds.c:10280 fish/cmds.c:10320 fish/cmds.c:10343
1713 #: fish/cmds.c:10367 fish/cmds.c:10392 fish/cmds.c:10433 fish/cmds.c:10458
1714 #: fish/cmds.c:10496 fish/cmds.c:10527 fish/cmds.c:10558 fish/cmds.c:10586
1715 #: fish/cmds.c:10606 fish/cmds.c:10638 fish/cmds.c:10658 fish/cmds.c:10678
1716 #: fish/cmds.c:10695 fish/cmds.c:10713 fish/cmds.c:10736 fish/cmds.c:10757
1717 #: fish/cmds.c:10776 fish/cmds.c:10818 fish/cmds.c:10861 fish/cmds.c:10905
1718 #: fish/cmds.c:10944 fish/cmds.c:10963 fish/cmds.c:10983 fish/cmds.c:11003
1719 #: fish/cmds.c:11024 fish/cmds.c:11045 fish/cmds.c:11066 fish/cmds.c:11087
1720 #: fish/cmds.c:11108 fish/cmds.c:11130 fish/cmds.c:11168 fish/cmds.c:11219
1721 #: fish/cmds.c:11257 fish/cmds.c:11313 fish/cmds.c:11336 fish/cmds.c:11398
1722 #: fish/cmds.c:11427
1724 msgid "type 'help %s' for help on %s\n"
1727 #: fish/cmds.c:3519 fish/cmds.c:4541 fish/cmds.c:4899 fish/cmds.c:4939
1728 #: fish/cmds.c:4958 fish/cmds.c:5101 fish/cmds.c:5160 fish/cmds.c:5179
1729 #: fish/cmds.c:5198 fish/cmds.c:5241 fish/cmds.c:5584 fish/cmds.c:6195
1730 #: fish/cmds.c:6394 fish/cmds.c:6413 fish/cmds.c:6432 fish/cmds.c:6451
1731 #: fish/cmds.c:6587 fish/cmds.c:6678 fish/cmds.c:6959 fish/cmds.c:7023
1732 #: fish/cmds.c:7222 fish/cmds.c:7241 fish/cmds.c:7260 fish/cmds.c:7299
1733 #: fish/cmds.c:7340 fish/cmds.c:7359 fish/cmds.c:7378 fish/cmds.c:7419
1734 #: fish/cmds.c:7438 fish/cmds.c:7457 fish/cmds.c:7495 fish/cmds.c:7648
1735 #: fish/cmds.c:7691 fish/cmds.c:8268 fish/cmds.c:8463 fish/cmds.c:8501
1736 #: fish/cmds.c:8539 fish/cmds.c:8659 fish/cmds.c:8696 fish/cmds.c:8734
1737 #: fish/cmds.c:8773 fish/cmds.c:8814 fish/cmds.c:8855 fish/cmds.c:8896
1738 #: fish/cmds.c:9059 fish/cmds.c:9095 fish/cmds.c:9108 fish/cmds.c:9121
1739 #: fish/cmds.c:9134 fish/cmds.c:9167 fish/cmds.c:9205 fish/cmds.c:9224
1740 #: fish/cmds.c:9345 fish/cmds.c:9364 fish/cmds.c:9425 fish/cmds.c:9438
1741 #: fish/cmds.c:9489 fish/cmds.c:9528 fish/cmds.c:9606 fish/cmds.c:9625
1742 #: fish/cmds.c:9899 fish/cmds.c:10026 fish/cmds.c:10063 fish/cmds.c:10102
1743 #: fish/cmds.c:10142 fish/cmds.c:10161 fish/cmds.c:10220 fish/cmds.c:10293
1744 #: fish/cmds.c:10403 fish/cmds.c:10473 fish/cmds.c:10507 fish/cmds.c:10538
1745 #: fish/cmds.c:10569 fish/cmds.c:10618 fish/cmds.c:10789 fish/cmds.c:10831
1746 #: fish/cmds.c:10876 fish/cmds.c:10918 fish/cmds.c:11144 fish/cmds.c:11182
1747 #: fish/cmds.c:11195 fish/cmds.c:11233 fish/cmds.c:11268 fish/cmds.c:11287
1748 #: fish/cmds.c:11354
1750 msgid "%s: %s: invalid integer parameter (%s returned %d)\n"
1753 #: fish/cmds.c:3525 fish/cmds.c:4547 fish/cmds.c:4905 fish/cmds.c:4945
1754 #: fish/cmds.c:4964 fish/cmds.c:5107 fish/cmds.c:5166 fish/cmds.c:5185
1755 #: fish/cmds.c:5204 fish/cmds.c:5247 fish/cmds.c:5590 fish/cmds.c:6201
1756 #: fish/cmds.c:6400 fish/cmds.c:6419 fish/cmds.c:6438 fish/cmds.c:6457
1757 #: fish/cmds.c:6593 fish/cmds.c:6684 fish/cmds.c:6965 fish/cmds.c:7029
1758 #: fish/cmds.c:7228 fish/cmds.c:7247 fish/cmds.c:7266 fish/cmds.c:7305
1759 #: fish/cmds.c:7346 fish/cmds.c:7365 fish/cmds.c:7384 fish/cmds.c:7425
1760 #: fish/cmds.c:7444 fish/cmds.c:7463 fish/cmds.c:7501 fish/cmds.c:7654
1761 #: fish/cmds.c:7697 fish/cmds.c:8274 fish/cmds.c:8469 fish/cmds.c:8507
1762 #: fish/cmds.c:8545 fish/cmds.c:8665 fish/cmds.c:8702 fish/cmds.c:8740
1763 #: fish/cmds.c:8779 fish/cmds.c:8820 fish/cmds.c:8861 fish/cmds.c:8902
1764 #: fish/cmds.c:9173 fish/cmds.c:9211 fish/cmds.c:9230 fish/cmds.c:9351
1765 #: fish/cmds.c:9495 fish/cmds.c:9534 fish/cmds.c:9612 fish/cmds.c:9631
1766 #: fish/cmds.c:10032 fish/cmds.c:10069 fish/cmds.c:10108 fish/cmds.c:10148
1767 #: fish/cmds.c:10167 fish/cmds.c:10226 fish/cmds.c:10299 fish/cmds.c:10409
1768 #: fish/cmds.c:10795 fish/cmds.c:10837 fish/cmds.c:10882 fish/cmds.c:10924
1769 #: fish/cmds.c:11274 fish/cmds.c:11360
1771 msgid "%s: %s: integer out of range\n"
1774 #: fish/cmds.c:4011 fish/cmds.c:4118 fish/cmds.c:11335
1776 msgid "%s should have %d-%d parameter(s)\n"
1779 #: fish/cmds.c:4037 fish/cmds.c:4144 fish/cmds.c:11370
1781 msgid "%s: unknown optional argument \"%s\"\n"
1784 #: fish/cmds.c:4043 fish/cmds.c:4150 fish/cmds.c:11376
1786 msgid "%s: optional argument \"%s\" given twice\n"
1789 #: fish/cmds.c:11454
1791 msgid "%s: unknown command\n"
1797 "use 'copy-in <local> [<local>...] <remotedir>' to copy files into the image\n"
1802 msgid "copy-in: target '%s' is not a directory\n"
1807 msgid "error: argument is zero length or longer than maximum permitted\n"
1813 "use 'copy-out <remote> [<remote>...] <localdir>' to copy files out of the "
1819 msgid "copy-out: target '%s' is not a directory\n"
1824 msgid "copy-out: '%s' is not a file or directory\n"
1829 msgid "use '%s filename' to edit a file\n"
1835 "%s: guest filesystem shell\n"
1836 "%s lets you edit virtual machine filesystems\n"
1837 "Copyright (C) 2009-2011 Red Hat Inc.\n"
1839 " %s [--options] cmd [: cmd : cmd ...]\n"
1841 " -h|--cmd-help List available commands\n"
1842 " -h|--cmd-help cmd Display detailed help on 'cmd'\n"
1843 " -a|--add image Add image\n"
1844 " -c|--connect uri Specify libvirt URI for -d option\n"
1845 " --csh Make --listen csh-compatible\n"
1846 " -d|--domain guest Add disks from libvirt guest\n"
1847 " -D|--no-dest-paths Don't tab-complete paths from guest fs\n"
1848 " --echo-keys Don't turn off echo for passphrases\n"
1849 " -f|--file file Read commands from file\n"
1850 " --format[=raw|..] Force disk format for -a option\n"
1851 " -i|--inspector Automatically mount filesystems\n"
1852 " --keys-from-stdin Read passphrases from stdin\n"
1853 " --listen Listen for remote commands\n"
1854 " -m|--mount dev[:mnt] Mount dev on mnt (if omitted, /)\n"
1855 " -n|--no-sync Don't autosync\n"
1856 " -N|--new type Create prepared disk (test1.img, ...)\n"
1857 " --progress-bars Enable progress bars even when not interactive\n"
1858 " --no-progress-bars Disable progress bars\n"
1859 " --remote[=pid] Send commands to remote %s\n"
1860 " -r|--ro Mount read-only\n"
1861 " --selinux Enable SELinux support\n"
1862 " -v|--verbose Verbose messages\n"
1863 " -V|--version Display version and exit\n"
1864 " -w|--rw Mount read-write\n"
1865 " -x Echo each command before executing it\n"
1867 "To examine a disk image, ISO, hard disk, filesystem etc:\n"
1868 " %s [--ro|--rw] -i -a /path/to/disk.img\n"
1870 " %s [--ro|--rw] -i -d name-of-libvirt-domain\n"
1872 "--ro recommended to avoid any writes to the disk image. If -i option fails\n"
1873 "run again without -i and use 'run' + 'list-filesystems' + 'mount' cmds.\n"
1875 "For more information, see the manpage %s(1).\n"
1880 msgid "%s: --listen=PID: PID was not a number: %s\n"
1886 "%s: remote: $GUESTFISH_PID must be set to the PID of the remote process\n"
1891 msgid "%s: only one -f parameter can be given\n"
1896 msgid "%s: cannot use --listen and --remote options at the same time\n"
1901 msgid "%s: extra parameters on the command line with --listen flag\n"
1906 msgid "%s: cannot use --listen and --file options at the same time\n"
1911 msgid "guestfish: could not access termcap or terminfo database.\n"
1916 msgid "guestfish: terminal type \"%s\" not defined.\n"
1923 "Welcome to guestfish, the libguestfs filesystem interactive shell for\n"
1924 "editing virtual machine filesystems.\n"
1926 "Type: 'help' for help on commands\n"
1927 " 'man' to read the manual\n"
1928 " 'quit' to quit the shell\n"
1934 msgid "%s: unterminated double quote\n"
1937 #: fish/fish.c:761 fish/fish.c:778
1939 msgid "%s: command arguments not separated by whitespace\n"
1944 msgid "%s: unterminated single quote\n"
1949 msgid "%s: internal error parsing string at '%s'\n"
1954 msgid "%s: too many arguments\n"
1959 msgid "%s: empty command on command line\n"
1963 msgid "display a list of commands or help on a command"
1967 msgid "quit guestfish"
1973 "help - display a list of commands or help on a command\n"
1981 "quit - quit guestfish\n"
1987 msgid "%s: command not known, use -h to list all commands\n"
1993 "Did you mean to open a disk image? guestfish -a disk.img\n"
1994 "For a list of commands: guestfish -h\n"
1995 "For complete documentation: man guestfish\n"
2000 msgid "Runaway quote in string \"%s\"\n"
2005 msgid "use 'glob command [args...]'\n"
2010 msgid "glob: guestfs_glob_expand call failed: %s\n"
2016 "Add disk images to examine using the -a or -d options, or the 'add' "
2018 "Or create a new disk image using -N, or the 'alloc' or 'sparse' commands.\n"
2019 "Once you have done this, use the 'run' command.\n"
2025 "Find out what filesystems are available using 'list-filesystems' and then\n"
2026 "mount them to examine or modify the contents using 'mount-ro' or\n"
2027 "'mount-options'.\n"
2033 "For more information about a command, use 'help cmd'.\n"
2035 "To read the manual, type 'man'.\n"
2038 #: fish/hexedit.c:41
2040 msgid "hexedit (device|filename) [max | start max]\n"
2043 #: fish/hexedit.c:52
2045 msgid "hexedit: %s is a zero length file or device\n"
2048 #: fish/hexedit.c:63
2051 "hexedit: %s is larger than %s. You must supply a limit using\n"
2052 " 'hexedit %s <max>' (eg. 'hexedit %s 1M') or a range using\n"
2053 " 'hexedit %s <start> <max>'.\n"
2056 #: fish/hexedit.c:92
2058 msgid "hexedit: invalid range\n"
2061 #: fish/inspect.c:83
2063 msgid "%s: no operating system was found on this disk\n"
2066 #: fish/inspect.c:89
2068 msgid "%s: multi-boot operating systems are not supported by the -i option\n"
2071 #: fish/inspect.c:128
2073 msgid "%s: some filesystems could not be mounted (ignored)\n"
2076 #: fish/inspect.c:140
2078 msgid "Operating system: %s\n"
2081 #: fish/inspect.c:153
2083 msgid "%s mounted on %s\n"
2088 msgid "Enter key or passphrase (\"%s\"): "
2093 msgid "use 'lcd directory' to change local directory\n"
2098 msgid "use 'man' without parameters to open the manual\n"
2103 msgid "the external 'man' program failed\n"
2108 msgid "use '%s filename' to page a file\n"
2111 #: fish/options.c:36
2113 msgid "%s: too many drives added on the command line\n"
2116 #: fish/options.c:121
2118 msgid "%s: '%s' could not be mounted. Did you mean one of these?\n"
2124 "List of available prepared disk images:\n"
2131 "guestfish -N %-8s - %s\n"
2138 msgid " Optional parameters:\n"
2143 msgid "<%s> %s (default: %s)\n"
2149 "Prepared disk images are written to file \"test1.img\" in the local\n"
2150 "directory. (\"test2.img\" etc if -N option is given multiple times).\n"
2151 "For more information see the guestfish(1) manual.\n"
2157 "guestfish: -N parameter '%s': no such prepared disk image known.\n"
2158 "Use 'guestfish -N help' to list possible values for the -N parameter.\n"
2163 msgid "guestfish: error creating prepared disk image '%s' on '%s': "
2166 #: fish/prep_boot.c:34 fish/prep_boot.c:89 fish/prep_disk.c:34
2167 #: fish/prep_fs.c:34 fish/prep_lv.c:69 fish/prep_lv.c:122 fish/prep_part.c:34
2168 msgid "failed to allocate disk"
2171 #: fish/prep_boot.c:42 fish/prep_boot.c:97
2172 msgid "could not parse boot size"
2175 #: fish/prep_boot.c:46 fish/prep_boot.c:101
2177 msgid "failed to get sector size of disk: %s"
2180 #: fish/prep_boot.c:50 fish/prep_boot.c:105 fish/prep_fs.c:41
2181 #: fish/prep_lv.c:76 fish/prep_lv.c:129 fish/prep_part.c:41
2183 msgid "failed to partition disk: %s"
2186 #: fish/prep_boot.c:55 fish/prep_boot.c:110
2188 msgid "failed to add boot partition: %s"
2191 #: fish/prep_boot.c:59 fish/prep_boot.c:114
2193 msgid "failed to add root partition: %s"
2196 #: fish/prep_boot.c:68 fish/prep_boot.c:128
2198 msgid "failed to create boot filesystem: %s"
2201 #: fish/prep_boot.c:77 fish/prep_boot.c:157
2203 msgid "failed to create root filesystem: %s"
2206 #: fish/prep_boot.c:86 fish/prep_boot.c:120 fish/prep_lv.c:66
2207 #: fish/prep_lv.c:82 fish/prep_lv.c:119 fish/prep_lv.c:135
2208 msgid "incorrect format for LV name, use '/dev/VG/LV'"
2211 #: fish/prep_boot.c:137 fish/prep_lv.c:91 fish/prep_lv.c:144
2213 msgid "failed to create PV: %s: %s"
2216 #: fish/prep_boot.c:142 fish/prep_lv.c:96 fish/prep_lv.c:149
2218 msgid "failed to create VG: %s: %s"
2221 #: fish/prep_boot.c:149 fish/prep_lv.c:103 fish/prep_lv.c:156
2223 msgid "failed to create LV: /dev/%s/%s: %s"
2226 #: fish/prep_boot.c:153 fish/prep_lv.c:107 fish/prep_lv.c:160
2228 msgid "failed to resize LV to full size: %s: %s"
2231 #: fish/prep_fs.c:51 fish/prep_lv.c:165
2233 msgid "failed to create filesystem (%s): %s"
2238 msgid "guestfish: protocol error: could not read 'hello' message\n"
2244 "guestfish: protocol error: version mismatch, server version '%s' does not "
2245 "match client version '%s'. The two versions must match exactly.\n"
2248 #: fish/rc.c:335 fish/rc.c:349
2250 msgid "guestfish: remote: looks like the server is not running\n"
2253 #: fish/rc.c:361 fish/rc.c:375
2255 msgid "guestfish: protocol error: could not send initial greeting to server\n"
2260 msgid "guestfish: protocol error: could not decode reply from server\n"
2265 msgid "'reopen' command takes no parameters\n"
2270 msgid "reopen: guestfs_create: failed to create handle\n"
2273 #: fish/supported.c:66
2277 #: fish/supported.c:68
2283 msgid "use 'time command [args...]'\n"
2286 #: fuse/guestmount.c:910
2289 "%s: FUSE module for libguestfs\n"
2290 "%s lets you mount a virtual machine filesystem\n"
2291 "Copyright (C) 2009-2010 Red Hat Inc.\n"
2293 " %s [--options] [-- [--FUSE-options]] mountpoint\n"
2295 " -a|--add image Add image\n"
2296 " -c|--connect uri Specify libvirt URI for -d option\n"
2297 " --dir-cache-timeout Set readdir cache timeout (default 5 sec)\n"
2298 " -d|--domain guest Add disks from libvirt guest\n"
2299 " --echo-keys Don't turn off echo for passphrases\n"
2300 " --format[=raw|..] Force disk format for -a option\n"
2301 " --fuse-help Display extra FUSE options\n"
2302 " -i|--inspector Automatically mount filesystems\n"
2303 " --help Display help message and exit\n"
2304 " --keys-from-stdin Read passphrases from stdin\n"
2305 " -m|--mount dev[:mnt] Mount dev on mnt (if omitted, /)\n"
2306 " -n|--no-sync Don't autosync\n"
2307 " -o|--option opt Pass extra option to FUSE\n"
2308 " -r|--ro Mount read-only\n"
2309 " --selinux Enable SELinux support\n"
2310 " -v|--verbose Verbose messages\n"
2311 " -V|--version Display version and exit\n"
2312 " -w|--rw Mount read-write\n"
2313 " -x|--trace Trace guestfs API calls\n"
2316 #: fuse/guestmount.c:1135
2318 msgid "%s: must have at least one -a/-d and at least one -m/-i option\n"
2321 #: fuse/guestmount.c:1143
2323 msgid "%s: you must specify a mountpoint in the host filesystem\n"
2326 #: inspector/virt-inspector.c:72
2329 "%s: display information about a virtual machine\n"
2330 "Copyright (C) 2010 Red Hat Inc.\n"
2332 " %s [--options] -d domname file [file ...]\n"
2333 " %s [--options] -a disk.img [-a disk.img ...] file [file ...]\n"
2335 " -a|--add image Add image\n"
2336 " -c|--connect uri Specify libvirt URI for -d option\n"
2337 " -d|--domain guest Add disks from libvirt guest\n"
2338 " --echo-keys Don't turn off echo for passphrases\n"
2339 " --format[=raw|..] Force disk format for -a option\n"
2340 " --help Display brief help\n"
2341 " --keys-from-stdin Read passphrases from stdin\n"
2342 " -v|--verbose Verbose messages\n"
2343 " -V|--version Display version and exit\n"
2344 " -x Trace libguestfs API calls\n"
2345 "For more information, see the manpage %s(1).\n"
2348 #: inspector/virt-inspector.c:258
2351 "%s: no operating system could be detected inside this disk image.\n"
2353 "This may be because the file is not a disk image, or is not a virtual "
2355 "image, or because the OS type is not understood by libguestfs.\n"
2357 "NOTE for Red Hat Enterprise Linux 6 users: for Windows guest support you "
2359 "install the separate libguestfs-winsupport package.\n"
2361 "If you feel this is an error, please file a bug report including as much\n"
2362 "information about the disk image as possible.\n"
2365 #: inspector/virt-inspector.c:283
2367 msgid "%s: XML write error at \"%s\": %m\n"
2370 #: inspector/virt-inspector.c:295
2372 msgid "%s: xmlOutputBufferCreateFd: failed to open stdout\n"
2375 #: inspector/virt-inspector.c:303
2377 msgid "%s: xmlNewTextWriter: failed to create libxml2 writer\n"
2380 #: perl/lib/Sys/Guestfs/Lib.pm:158
2381 msgid "open_guest: first parameter must be a string or an arrayref"
2384 #: perl/lib/Sys/Guestfs/Lib.pm:164
2385 msgid "open_guest: first argument contains undefined element"
2388 #: perl/lib/Sys/Guestfs/Lib.pm:172
2389 #, perl-brace-format
2390 msgid "guest image {imagename} does not exist or is not readable"
2393 #: perl/lib/Sys/Guestfs/Lib.pm:179
2395 "open_guest: no libvirt support (install Sys::Virt, XML::XPath and XML::"
2399 #: perl/lib/Sys/Guestfs/Lib.pm:184
2400 msgid "open_guest: too many domains listed on command line"
2403 #: perl/lib/Sys/Guestfs/Lib.pm:191
2404 msgid "open_guest: cannot connect to libvirt"
2407 #: perl/lib/Sys/Guestfs/Lib.pm:210
2408 #, perl-brace-format
2409 msgid "{imagename} is not the name of an inactive libvirt domain\n"
2412 #: perl/lib/Sys/Guestfs/Lib.pm:213
2413 #, perl-brace-format
2414 msgid "{imagename} is not the name of a libvirt domain\n"
2417 #: perl/lib/Sys/Guestfs/Lib.pm:242
2418 #, perl-brace-format
2419 msgid "{imagename} seems to have no disk devices\n"
2422 #: perl/lib/Sys/Guestfs/Lib.pm:827
2424 "No operating system could be detected inside this disk image.\n"
2426 "This may be because the file is not a disk image, or is not a virtual "
2428 "image, or because the OS type is not understood by virt-inspector.\n"
2430 "If you feel this is an error, please file a bug report including as much\n"
2431 "information about the disk image as possible.\n"
2434 #: perl/lib/Sys/Guestfs/Lib.pm:945
2435 #, perl-brace-format
2436 msgid "unknown filesystem {fs}\n"
2439 #: perl/lib/Sys/Guestfs/Lib.pm:1023
2440 #, perl-brace-format
2441 msgid "Error running rpm -qa: {error}"
2444 #: perl/lib/Sys/Guestfs/Lib.pm:1049
2445 #, perl-brace-format
2446 msgid "Error running dpkg-query: {error}"
2449 #: perl/lib/Sys/Guestfs/Lib.pm:1114
2450 msgid "Can't find grub on guest"
2453 #: perl/lib/Sys/Guestfs/Lib.pm:1169
2454 #, perl-brace-format
2455 msgid "Grub entry {title} has no kernel"
2458 #: perl/lib/Sys/Guestfs/Lib.pm:1200
2459 #, perl-brace-format
2460 msgid "grub refers to {path}, which doesn't exist\n"
2463 #: perl/lib/Sys/Guestfs/Lib.pm:1223
2464 #, perl-brace-format
2465 msgid "Grub entry {title} does not specify an initrd"
2468 #: perl/lib/Sys/Guestfs/Lib.pm:1292
2469 #, perl-brace-format
2470 msgid "Didn't find modules directory {modules} for kernel {path}"
2473 #: perl/lib/Sys/Guestfs/Lib.pm:1300
2474 #, perl-brace-format
2475 msgid "Couldn't guess kernel version number from path for kernel {path}"
2478 #: perl/lib/Sys/Guestfs/Lib.pm:1354
2479 #, perl-brace-format
2480 msgid "{path} doesn't match augeas pattern"
2483 #: perl/lib/Sys/Guestfs/Lib.pm:1393
2484 #, perl-brace-format
2485 msgid "{filename}: could not read initrd format"
2488 #: rescue/virt-rescue.c:60
2491 "%s: Run a rescue shell on a virtual machine\n"
2492 "Copyright (C) 2009-2010 Red Hat Inc.\n"
2494 " %s [--options] -d domname\n"
2495 " %s [--options] -a disk.img [-a disk.img ...]\n"
2497 " -a|--add image Add image\n"
2498 " --append kernelopts Append kernel options\n"
2499 " -c|--connect uri Specify libvirt URI for -d option\n"
2500 " -d|--domain guest Add disks from libvirt guest\n"
2501 " --format[=raw|..] Force disk format for -a option\n"
2502 " --help Display brief help\n"
2503 " -m|--memsize MB Set memory size in megabytes\n"
2504 " --network Enable network\n"
2505 " -r|--ro Access read-only\n"
2506 " --selinux Enable SELinux\n"
2507 " -v|--verbose Verbose messages\n"
2508 " -V|--version Display version and exit\n"
2509 " -w|--rw Mount read-write\n"
2510 " -x Trace libguestfs API calls\n"
2511 "For more information, see the manpage %s(1).\n"
2514 #: rescue/virt-rescue.c:175
2516 msgid "%s: could not parse memory size '%s'\n"
2519 #: rescue/virt-rescue.c:413
2521 msgid "%s: unknown child exit status (%d)\n"
2524 #: src/appliance.c:181
2527 "cannot find any suitable libguestfs supermin or ordinary appliance on "
2528 "LIBGUESTFS_PATH (search path: %s)"
2531 #: src/appliance.c:331
2533 msgid "security: cached appliance %s is not owned by UID %d"
2536 #: src/appliance.c:336
2538 msgid "security: cached appliance %s is not a directory (mode %o)"
2541 #: src/appliance.c:341
2543 msgid "security: cached appliance %s is writable by group or other (mode %o)"
2546 #: src/appliance.c:659
2547 msgid "external command failed, see earlier error messages"
2550 #: src/filearch.c:153
2552 msgid "size of %s unreasonable (%<PRIi64> bytes)"
2555 #: src/filearch.c:266
2557 "file-architecture API not available since this version of libguestfs was "
2558 "compiled without PCRE or libmagic libraries"
2561 #: src/guestfs.c:178
2563 msgid "guestfs_close: called twice on the same handle\n"
2566 #: src/guestfs.c:290
2568 msgid "libguestfs: error: %s\n"
2571 #: src/guestfs.c:791
2573 msgid "<truncated, original size %zu bytes>"
2576 #: src/inspect.c:455 src/inspect.c:798 src/inspect.c:2201 src/inspect.c:2244
2577 #: src/inspect.c:2294
2579 msgid "size of %s is unreasonably large (%<PRIi64> bytes)"
2582 #: src/inspect.c:832
2583 msgid "could not parse /etc/fstab or empty file"
2586 #: src/inspect.c:1048
2588 msgid "cannot resolve Windows %%SYSTEMROOT%%"
2591 #: src/inspect.c:1357
2593 msgid "could not parse integer in version number: %s"
2596 #: src/inspect.c:1451
2597 msgid "no inspection data: call guestfs_inspect_os first"
2600 #: src/inspect.c:1463
2603 "%s: root device not found: only call this function with a root device "
2604 "previously returned by guestfs_inspect_os"
2607 #: src/inspect.c:1592
2608 msgid "not a Windows guest, or systemroot could not be determined"
2611 #: src/inspect.c:1832 src/inspect.c:1854 src/inspect.c:1879
2612 msgid "unexpected end of output from db_dump command"
2615 #: src/inspect.c:2303
2617 msgid "%s: file is empty"
2620 #: src/inspect.c:2320
2622 "inspection API not available since this version of libguestfs was compiled "
2623 "without PCRE or hivex libraries"
2627 msgid "command line cannot be altered after qemu subprocess launched"
2631 msgid "guestfs_config: parameter must begin with '-' character"
2636 msgid "guestfs_config: parameter '%s' isn't allowed"
2639 #: src/launch.c:234 src/launch.c:338
2640 msgid "filename cannot contain ',' (comma) character"
2643 #: src/launch.c:246 src/launch.c:251
2645 msgid "%s parameter is empty or contains disallowed characters"
2649 msgid "the libguestfs handle has already been launched"
2654 msgid "%s: cannot create temporary directory"
2658 msgid "you must call guestfs_add_drive before guestfs_launch"
2662 msgid "guestfs_launch failed, see earlier error messages"
2666 msgid "qemu launched and contacted daemon, but state != READY"
2672 "%s: command failed: If qemu is located on a non-standard path, try setting "
2673 "the LIBGUESTFS_QEMU environment variable."
2677 msgid "qemu has not been launched yet"
2680 #: src/launch.c:1003
2681 msgid "no subprocess to kill"
2686 msgid "guestfs_set_busy: called when in state %d != READY"
2691 msgid "guestfs_end_busy: called when in state %d"
2697 "check_for_daemon_cancellation_or_eof: read 0x%x from daemon, expected 0x%x\n"
2702 "This usually means the libguestfs appliance failed to start up. Please\n"
2703 "enable debugging (LIBGUESTFS_DEBUG=1) and rerun the command, then look at\n"
2704 "the debug messages output prior to this error.\n"
2708 msgid "See earlier debug messages.\n"
2713 msgid "received magic signature from guestfsd, but in state %d"
2718 msgid "message length (%u) > maximum possible size (%d)"
2723 msgid "guestfs___send: state %d != BUSY"
2727 msgid "xdr_guestfs_message_header failed"
2731 msgid "dispatch failed to marshal args"
2736 msgid "send_file_chunk: state %d != READY"
2741 msgid "xdr_guestfs_chunk failed (buf = %p, buflen = %zu)"
2746 msgid "%s: error in chunked encoding"
2750 msgid "write to daemon socket"
2754 msgid "receive_file_data: parse error in reply callback"
2758 msgid "receive_file_data: unexpected flag received when reading file chunks"
2762 msgid "failed to parse file chunk"
2766 msgid "file receive cancelled by daemon"
2771 msgid "could not connect to libvirt (code %d, domain %d): %s"
2776 msgid "no libvirt domain called '%s': %s"
2781 msgid "error reading libvirt XML information: %s"
2785 msgid "unable to parse XML information returned by libvirt"
2789 msgid "unable to create new XPath context"
2793 msgid "unable to evaluate XPath expression"
2797 msgid "libvirt domain has no disks"
2802 msgid "error getting domain info: %s"
2807 "error: domain is a live virtual machine.\n"
2808 "You must use readonly access because write access to a running virtual "
2810 "can cause disk corruption."
2815 "add-domain API not available since this version of libguestfs was compiled "
2816 "without libvirt or libxml2"
2819 #: test-tool/test-tool.c:82
2822 "libguestfs-test-tool: interactive test tool\n"
2823 "Copyright (C) 2009 Red Hat Inc.\n"
2825 " libguestfs-test-tool [--options]\n"
2827 " --help Display usage\n"
2828 " --helper libguestfs-test-tool-helper\n"
2829 " Helper program (default: %s)\n"
2830 " --qemudir dir Specify QEMU source directory\n"
2831 " --qemu qemu Specify QEMU binary\n"
2833 " -t n Set launch timeout (default: %d seconds)\n"
2836 #: test-tool/test-tool.c:138
2838 msgid "libguestfs-test-tool: unknown long option: %s (%d)\n"
2841 #: test-tool/test-tool.c:147
2843 msgid "libguestfs-test-tool: invalid timeout: %s\n"
2846 #: test-tool/test-tool.c:159
2848 msgid "libguestfs-test-tool: unexpected command line option 0x%x\n"
2851 #: test-tool/test-tool.c:185
2853 msgid "libguestfs-test-tool: failed to create libguestfs handle\n"
2856 #: test-tool/test-tool.c:192 test-tool/test-tool.c:201
2858 msgid "libguestfs-test-tool: failed to add drive '%s'\n"
2861 #: test-tool/test-tool.c:209
2863 msgid "libguestfs-test-tool: guestfs_version failed\n"
2866 #: test-tool/test-tool.c:231
2868 msgid "libguestfs-test-tool: failed to launch appliance\n"
2871 #: test-tool/test-tool.c:243
2873 msgid "libguestfs-test-tool: failed to run sfdisk\n"
2876 #: test-tool/test-tool.c:249
2878 msgid "libguestfs-test-tool: failed to mkfs.ext2\n"
2881 #: test-tool/test-tool.c:255
2883 msgid "libguestfs-test-tool: failed to mount /dev/sda1 on /\n"
2886 #: test-tool/test-tool.c:261
2888 msgid "libguestfs-test-tool: failed to mkdir /iso\n"
2891 #: test-tool/test-tool.c:267
2893 msgid "libguestfs-test-tool: failed to mount /dev/sdb on /iso\n"
2896 #: test-tool/test-tool.c:275
2898 msgid "libguestfs-test-tool: could not run helper program, or helper failed\n"
2901 #: test-tool/test-tool.c:306
2904 "LIBGUESTFS_QEMU environment variable is already set, so\n"
2905 "--qemu/--qemudir options cannot be used.\n"
2908 #: test-tool/test-tool.c:314
2910 msgid "Binary '%s' does not exist or is not executable\n"
2913 #: test-tool/test-tool.c:328
2915 msgid "%s: does not look like a qemu source directory\n"
2918 #: test-tool/test-tool.c:377
2921 "Test tool helper program 'libguestfs-test-tool-helper' is not\n"
2922 "available. Expected to find it in '%s'\n"
2924 "Use the --helper option to specify the location of this program.\n"
2927 #: test-tool/test-tool.c:393
2929 msgid "command failed: %s"
2932 #: test-tool/test-tool.c:401
2935 "Test tool helper program %s\n"
2936 "is not statically linked. This is a build error when this test tool\n"
2940 #: test-tool/test-tool.c:435
2942 msgid "mkisofs command failed: %s\n"
2945 #: tools/virt-edit.pl:174
2946 msgid "virt-edit: no image, VM names or filenames to edit given"
2949 #: tools/virt-edit.pl:190 tools/virt-tar.pl:238 tools/virt-win-reg.pl:217
2950 #, perl-brace-format
2952 "{prog}: No operating system could be detected inside this disk image.\n"
2954 "This may be because the file is not a disk image, or is not a virtual "
2956 "image, or because the OS type is not understood by libguestfs.\n"
2958 "If you feel this is an error, please file a bug report including as much\n"
2959 "information about the disk image as possible.\n"
2962 #: tools/virt-edit.pl:194 tools/virt-tar.pl:242 tools/virt-win-reg.pl:221
2963 #, perl-brace-format
2964 msgid "{prog}: multiboot operating systems are not supported.\n"
2967 #: tools/virt-edit.pl:227
2968 msgid "File not changed.\n"
2971 #: tools/virt-list-filesystems.pl:142
2972 msgid "virt-list-filesystems: no image or VM name given"
2975 #: tools/virt-list-partitions.pl:152
2976 msgid "virt-list-partitions: no image or VM name given"
2979 #: tools/virt-make-fs.pl:291
2980 msgid "virt-make-fs input output\n"
2983 #: tools/virt-make-fs.pl:321
2984 msgid "unexpected output from 'du' command"
2987 #: tools/virt-make-fs.pl:333 tools/virt-make-fs.pl:347
2988 #: tools/virt-make-fs.pl:458
2989 #, perl-brace-format
2990 msgid "{f}: unknown input format: {fmt}\n"
2993 #: tools/virt-make-fs.pl:391
2994 #, perl-brace-format
2995 msgid "virt-make-fs: cannot parse size parameter: {sz}\n"
2998 #: tools/virt-make-fs.pl:406
3000 "qemu-img create: failed to create disk image, see earlier error messages\n"
3003 #: tools/virt-make-fs.pl:417
3004 msgid "virt-make-fs: NTFS support was disabled when libguestfs was compiled\n"
3007 #: tools/virt-make-fs.pl:442
3008 msgid "tar: failed, see earlier messages\n"
3011 #: tools/virt-make-fs.pl:464
3012 msgid "uncompress command failed, see earlier messages\n"
3015 #: tools/virt-make-fs.pl:499
3017 "virt-make-fs: error copying contents into filesystem\n"
3018 "An error here usually means that the program did not estimate the\n"
3019 "filesystem size correctly. Please read the BUGS section of the manpage.\n"
3022 #: tools/virt-resize.pl:33
3023 msgid "virt-resize: sorry this program does not work on a 32 bit host\n"
3026 #: tools/virt-resize.pl:581
3027 #, perl-brace-format
3028 msgid "virt-resize: {file}: does not exist or is not readable\n"
3031 #: tools/virt-resize.pl:583
3032 #, perl-brace-format
3034 "virt-resize: {file}: does not exist or is not writable\n"
3035 "You have to create the destination disk before running this program.\n"
3036 "Please read the virt-resize(1) manpage for more information.\n"
3039 #: tools/virt-resize.pl:662 tools/virt-resize.pl:665
3040 #, perl-brace-format
3042 "virt-resize: {file}: file is too small to be a disk image ({sz} bytes)\n"
3045 #: tools/virt-resize.pl:681 tools/virt-resize.pl:693
3046 msgid "virt-resize: short read"
3049 #: tools/virt-resize.pl:827
3050 #, perl-brace-format
3051 msgid "virt-resize: no logical volume called {n}\n"
3054 #: tools/virt-resize.pl:847
3055 #, perl-brace-format
3057 "{p}: partition not found in the source disk image, when using the '{opt}' "
3058 "command line option\n"
3061 #: tools/virt-resize.pl:853
3062 #, perl-brace-format
3064 "{p}: partition ignored, you cannot use it in another command line argument\n"
3067 #: tools/virt-resize.pl:857
3068 #, perl-brace-format
3070 "{p}: partition deleted, you cannot use it in another command line argument\n"
3073 #: tools/virt-resize.pl:899
3074 #, perl-brace-format
3075 msgid "{p}: this partition has already been marked for resizing\n"
3078 #: tools/virt-resize.pl:907
3079 #, perl-brace-format
3080 msgid "{p}: missing size field in {o} option\n"
3083 #: tools/virt-resize.pl:924
3084 #, perl-brace-format
3085 msgid "{p}: {f}: cannot parse size field\n"
3088 #: tools/virt-resize.pl:929
3089 #, perl-brace-format
3090 msgid "{p}: new size is zero or negative\n"
3093 #: tools/virt-resize.pl:952
3094 #, perl-brace-format
3096 "{p}: cannot make this partition smaller because it contains a\n"
3097 "filesystem, physical volume or other content that is larger than the new "
3099 "You have to resize the content first, see virt-resize(1).\n"
3102 #: tools/virt-resize.pl:968
3103 msgid "virt-resize: you cannot use options --expand and --shrink together\n"
3106 #: tools/virt-resize.pl:1017
3107 #, perl-brace-format
3109 "virt-resize: error: cannot use --expand when there is no surplus space to\n"
3110 "expand into. You need to make the target disk larger by at least {h}.\n"
3113 #: tools/virt-resize.pl:1032
3115 "virt-resize: error: cannot use --shrink because there is no deficit\n"
3116 "(see 'deficit' in the virt-resize(1) man page)\n"
3119 #: tools/virt-resize.pl:1047
3120 msgid "Summary of changes:\n"
3123 #: tools/virt-resize.pl:1051
3124 #, perl-brace-format
3125 msgid "{p}: partition will be ignored\n"
3128 #: tools/virt-resize.pl:1053
3129 #, perl-brace-format
3130 msgid "{p}: partition will be deleted\n"
3133 #: tools/virt-resize.pl:1055
3134 #, perl-brace-format
3135 msgid "{p}: partition will be resized from {oldsize} to {newsize}\n"
3138 #: tools/virt-resize.pl:1060
3139 #, perl-brace-format
3140 msgid "{p}: content will be expanded using the '{meth}' method\n"
3143 #: tools/virt-resize.pl:1065
3144 #, perl-brace-format
3145 msgid "{p}: partition will be left alone\n"
3148 #: tools/virt-resize.pl:1070
3149 #, perl-brace-format
3150 msgid "{n}: LV will be expanded to maximum size\n"
3153 #: tools/virt-resize.pl:1076
3154 #, perl-brace-format
3155 msgid "{n}: content will be expanded using the '{meth}' method\n"
3158 #: tools/virt-resize.pl:1083
3159 #, perl-brace-format
3160 msgid "There is a surplus of {spl} bytes ({h}).\n"
3163 #: tools/virt-resize.pl:1088
3164 msgid "An extra partition will be created for the surplus.\n"
3167 #: tools/virt-resize.pl:1090
3169 "The surplus space is not large enough for an extra partition to be created\n"
3170 "and so it will just be ignored.\n"
3173 #: tools/virt-resize.pl:1093
3175 "The surplus space will be ignored. Run a partitioning program in the guest\n"
3176 "to partition this extra space if you want.\n"
3179 #: tools/virt-resize.pl:1096
3180 #, perl-brace-format
3182 "virt-resize: error: there is a deficit of {def} bytes ({h}).\n"
3183 "You need to make the target disk larger by at least this amount,\n"
3184 "or adjust your resizing requests.\n"
3187 #: tools/virt-resize.pl:1113
3188 msgid "virt-resize: source disk does not have a first partition\n"
3191 #: tools/virt-resize.pl:1208
3192 #, perl-brace-format
3193 msgid "Copying {p} ...\n"
3196 #: tools/virt-resize.pl:1271 tools/virt-resize.pl:1329
3197 #, perl-brace-format
3198 msgid "Expanding {p} using the '{meth}' method\n"
3201 #: tools/virt-tar.pl:178 tools/virt-tar.pl:185
3202 msgid "virt-tar: extract/upload mode specified twice on the command line\n"
3205 #: tools/virt-tar.pl:207
3206 msgid "virt-tar: no image, VM names, directory or filename given"
3209 #: tools/virt-tar.pl:210
3210 msgid "virt-tar: either -x or -u must be specified on the command line\n"
3213 #: tools/virt-tar.pl:221
3214 #, perl-brace-format
3215 msgid "virt-tar: {tarball}: file not found\n"
3218 #: tools/virt-tar.pl:224
3219 #, perl-brace-format
3220 msgid "virt-tar: {dir}: directory name must start with '/' character\n"
3223 #: tools/virt-win-reg.pl:201
3224 msgid "no libvirt domain name or disk image given\n"
3227 #: tools/virt-win-reg.pl:240
3229 "expecting 1 or 2 more parameters, subkey path and optionally the value to "
3233 #: tools/virt-win-reg.pl:351
3234 #, perl-brace-format
3235 msgid "virt-win-reg: {p}: not a supported Windows Registry path\n"
3238 #: tools/virt-win-reg.pl:368 tools/virt-win-reg.pl:390
3239 #, perl-brace-format
3240 msgid "virt-win-reg: {p}: file not found in guest: {err}\n"
3243 #: tools/virt-win-reg.pl:375
3244 #, perl-brace-format
3245 msgid "virt-win-reg: {p}: could not download registry file: {err}\n"
3248 #: tools/virt-win-reg.pl:397
3249 #, perl-brace-format
3250 msgid "virt-win-reg: {p}: could not upload registry file: {err}\n"