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.10.3\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-05-18 11:59+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:57 cat/virt-filesystems.c:99 cat/virt-ls.c:58 df/main.c:70
22 #: fish/fish.c:96 fuse/guestmount.c:908 inspector/virt-inspector.c:72
23 #: rescue/virt-rescue.c:59
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:117 cat/virt-filesystems.c:202 cat/virt-ls.c:123
51 #: df/domains.c:428 df/main.c:136 fish/fish.c:219 fuse/guestmount.c:1024
52 #: inspector/virt-inspector.c:132 rescue/virt-rescue.c:133
54 msgid "guestfs_create: failed to create handle\n"
57 #: cat/virt-cat.c:139 cat/virt-filesystems.c:256 cat/virt-ls.c:145
58 #: df/main.c:160 fish/fish.c:276 fuse/guestmount.c:1061
59 #: inspector/virt-inspector.c:154 rescue/virt-rescue.c:157
61 msgid "%s: unknown long option: %s (%d)\n"
64 #: cat/virt-filesystems.c:103
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:318 df/main.c:255
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 file [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:2561 fish/cmds.c:2562
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:2601 fish/cmds.c:2717
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:2625 fish/cmds.c:2626 fish/cmds.c:2631 fish/cmds.c:2632
525 #: fish/cmds.c:2665 fish/cmds.c:2666 fish/cmds.c:2910 fish/cmds.c:2911
526 #: fish/cmds.c:2915 fish/cmds.c:2916 fish/cmds.c:2918 fish/cmds.c:2919
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:2629 fish/cmds.c:2630
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 the attach method"
591 msgid "get autosync mode"
595 msgid "get direct appliance mode flag"
599 msgid "get the ext2/3/4 filesystem label"
603 msgid "get the ext2/3/4 filesystem UUID"
607 msgid "get memory allocated to the qemu subprocess"
611 msgid "get enable network flag"
615 msgid "get the search path"
619 msgid "get PID of qemu subprocess"
623 msgid "get the qemu binary"
627 msgid "get recovery process enabled flag"
631 msgid "get SELinux enabled flag"
635 msgid "get the current state"
639 msgid "get command trace enabled flag"
643 msgid "get the current umask"
647 msgid "get verbose mode"
651 msgid "get SELinux security context"
654 #: fish/cmds.c:2661 fish/cmds.c:2718
655 msgid "get a single extended attribute"
658 #: fish/cmds.c:2662 fish/cmds.c:2719
659 msgid "list extended attributes of a file or directory"
663 msgid "expand wildcards in command"
667 msgid "expand a wildcard path"
675 msgid "return first 10 lines of a file"
679 msgid "return first N lines of a file"
683 msgid "dump a file in hexadecimal"
687 msgid "edit with a hex editor"
691 msgid "list the contents of a single file in an initrd"
695 msgid "list files in an initrd"
699 msgid "add an inotify watch"
703 msgid "close the inotify handle"
707 msgid "return list of watched files that had events"
711 msgid "create an inotify handle"
715 msgid "return list of inotify events"
719 msgid "remove an inotify watch"
723 msgid "get architecture of inspected operating system"
727 msgid "get distro of inspected operating system"
731 msgid "get drive letter mappings"
735 msgid "get filesystems associated with inspected operating system"
739 msgid "get format of inspected operating system"
743 msgid "get hostname of the operating system"
747 msgid "get major version of inspected operating system"
751 msgid "get minor version of inspected operating system"
755 msgid "get mountpoints of inspected operating system"
759 msgid "get package format used by the operating system"
763 msgid "get package management tool used by the operating system"
767 msgid "get product name of inspected operating system"
771 msgid "get product variant of inspected operating system"
775 msgid "return list of operating systems found by last inspection"
779 msgid "get type of inspected operating system"
783 msgid "get Windows CurrentControlSet of inspected operating system"
787 msgid "get Windows systemroot of inspected operating system"
791 msgid "get live flag for install disk"
795 msgid "get multipart flag for install disk"
799 msgid "get netinst (network installer) flag for install disk"
803 msgid "get list of applications installed in the operating system"
807 msgid "inspect disk and return list of operating systems found"
811 msgid "test if block device"
815 msgid "is busy processing a command"
819 msgid "test if character device"
823 msgid "is in configuration state"
827 msgid "test if a directory"
831 msgid "test if FIFO (named pipe)"
835 msgid "test if a regular file"
839 msgid "is launching subprocess"
843 msgid "test if device is a logical volume"
847 msgid "is ready to accept commands"
851 msgid "test if socket"
855 msgid "test if symbolic link"
859 msgid "kill the qemu subprocess"
863 msgid "launch the qemu subprocess"
867 msgid "change working directory"
871 msgid "list the block devices"
875 msgid "list filesystems"
879 msgid "list the partitions"
883 msgid "list the files in a directory (long format)"
886 #: fish/cmds.c:2724 fish/cmds.c:2725
887 msgid "create a hard link"
890 #: fish/cmds.c:2726 fish/cmds.c:2727
891 msgid "create a symbolic link"
894 #: fish/cmds.c:2728 fish/cmds.c:2819
895 msgid "remove extended attribute of a file or directory"
899 msgid "list the files in a directory"
902 #: fish/cmds.c:2730 fish/cmds.c:2846
903 msgid "set extended attribute of a file or directory"
907 msgid "get file information for a symbolic link"
911 msgid "lstat on multiple files"
915 msgid "add a key on a LUKS encrypted device"
919 msgid "close a LUKS device"
922 #: fish/cmds.c:2735 fish/cmds.c:2736
923 msgid "format a block device as a LUKS encrypted device"
927 msgid "remove a key from a LUKS encrypted device"
931 msgid "open a LUKS-encrypted block device"
935 msgid "open a LUKS-encrypted block device read-only"
939 msgid "create an LVM logical volume"
943 msgid "get canonical name of an LV"
947 msgid "clear LVM device filter"
951 msgid "remove all LVM LVs, VGs and PVs"
955 msgid "set LVM device filter"
959 msgid "remove an LVM logical volume"
963 msgid "rename an LVM logical volume"
967 msgid "resize an LVM logical volume"
971 msgid "expand an LV to fill free space"
974 #: fish/cmds.c:2749 fish/cmds.c:2750
975 msgid "list the LVM logical volumes (LVs)"
979 msgid "get the UUID of a logical volume"
983 msgid "lgetxattr on multiple files"
987 msgid "open the manual"
991 msgid "create a directory"
995 msgid "create a directory with a particular mode"
999 msgid "create a directory and parents"
1003 msgid "create a temporary directory"
1006 #: fish/cmds.c:2758 fish/cmds.c:2759 fish/cmds.c:2760
1007 msgid "make ext2/3/4 filesystem with external journal"
1011 msgid "make ext2/3/4 external journal"
1015 msgid "make ext2/3/4 external journal with label"
1019 msgid "make ext2/3/4 external journal with UUID"
1023 msgid "make FIFO (named pipe)"
1026 #: fish/cmds.c:2765 fish/cmds.c:2767
1027 msgid "make a filesystem"
1031 msgid "make a filesystem with block size"
1035 msgid "create a mountpoint"
1039 msgid "make block, character or FIFO devices"
1043 msgid "make block device node"
1047 msgid "make char device node"
1051 msgid "create a swap partition"
1055 msgid "create a swap partition with a label"
1059 msgid "create a swap partition with an explicit UUID"
1063 msgid "create a swap file"
1067 msgid "load a kernel module"
1075 msgid "mount a guest disk at a position in the filesystem"
1079 msgid "mount a file using the loop device"
1083 msgid "mount a guest disk with mount options"
1087 msgid "mount a guest disk, read-only"
1091 msgid "mount a guest disk with mount options and vfstype"
1095 msgid "show mountpoints"
1099 msgid "show mounted filesystems"
1107 msgid "probe NTFS volume"
1111 msgid "resize an NTFS filesystem"
1115 msgid "resize an NTFS filesystem (with size)"
1119 msgid "add a partition to the device"
1123 msgid "delete a partition"
1127 msgid "partition whole disk with a single primary partition"
1131 msgid "return true if a partition is bootable"
1135 msgid "get the MBR type byte (ID byte) from a partition"
1139 msgid "get the partition table type"
1143 msgid "create an empty partition table"
1147 msgid "list partitions on a device"
1151 msgid "make a partition bootable"
1155 msgid "set the MBR type byte (ID byte) of a partition"
1159 msgid "set partition name"
1163 msgid "convert partition name to device name"
1167 msgid "ping the guest daemon"
1171 msgid "read part of a file"
1175 msgid "read part of a device"
1179 msgid "create an LVM physical volume"
1183 msgid "remove an LVM physical volume"
1187 msgid "resize an LVM physical volume"
1191 msgid "resize an LVM physical volume (with size)"
1194 #: fish/cmds.c:2808 fish/cmds.c:2809
1195 msgid "list the LVM physical volumes (PVs)"
1199 msgid "get the UUID of a physical volume"
1203 msgid "write to part of a file"
1207 msgid "write to part of a device"
1215 msgid "read file as lines"
1219 msgid "read directories entries"
1223 msgid "read the target of a symbolic link"
1227 msgid "readlink on multiple files"
1231 msgid "canonicalized absolute pathname"
1235 msgid "close and reopen libguestfs handle"
1239 msgid "resize an ext2, ext3 or ext4 filesystem"
1243 msgid "resize an ext2, ext3 or ext4 filesystem to the minimum size"
1247 msgid "resize an ext2, ext3 or ext4 filesystem (with size)"
1251 msgid "remove a file"
1255 msgid "remove a file or directory recursively"
1259 msgid "remove a directory"
1263 msgid "remove a mountpoint"
1267 msgid "scrub (securely wipe) a device"
1271 msgid "scrub (securely wipe) a file"
1275 msgid "scrub (securely wipe) free space"
1279 msgid "add options to kernel command line"
1283 msgid "set the attach method"
1287 msgid "set autosync mode"
1291 msgid "enable or disable direct appliance mode"
1295 msgid "set the ext2/3/4 filesystem label"
1299 msgid "set the ext2/3/4 filesystem UUID"
1303 msgid "set memory allocated to the qemu subprocess"
1307 msgid "set enable network flag"
1311 msgid "set the search path"
1315 msgid "set the qemu binary"
1319 msgid "enable or disable the recovery process"
1323 msgid "set SELinux enabled or disabled at appliance boot"
1327 msgid "enable or disable command traces"
1331 msgid "set verbose mode"
1335 msgid "set SELinux security context"
1338 #: fish/cmds.c:2847 fish/cmds.c:2848
1339 msgid "create partitions on a block device"
1343 msgid "modify a single partition on a block device"
1347 msgid "display the disk geometry from the partition table"
1351 msgid "display the kernel geometry"
1355 msgid "display the partition table"
1359 msgid "run a command via the shell"
1363 msgid "run a command via the shell returning lines"
1367 msgid "sleep for some seconds"
1371 msgid "create a sparse disk image and add"
1375 msgid "get file information"
1379 msgid "get file system statistics"
1382 #: fish/cmds.c:2859 fish/cmds.c:2860
1383 msgid "print the printable strings in a file"
1387 msgid "list supported groups of commands"
1391 msgid "disable swap on device"
1395 msgid "disable swap on file"
1399 msgid "disable swap on labeled swap partition"
1403 msgid "disable swap on swap partition by UUID"
1407 msgid "enable swap on device"
1411 msgid "enable swap on file"
1415 msgid "enable swap on labeled swap partition"
1419 msgid "enable swap on swap partition by UUID"
1423 msgid "sync disks, writes are flushed through to the disk image"
1427 msgid "return last 10 lines of a file"
1431 msgid "return last N lines of a file"
1435 msgid "unpack tarfile to directory"
1439 msgid "pack directory into tarfile"
1442 #: fish/cmds.c:2875 fish/cmds.c:2882
1443 msgid "unpack compressed tarball to directory"
1446 #: fish/cmds.c:2876 fish/cmds.c:2883
1447 msgid "pack directory into compressed tarball"
1451 msgid "print elapsed time taken to run a command"
1455 msgid "update file timestamps or create a new file"
1459 msgid "truncate a file to zero size"
1463 msgid "truncate a file to a particular size"
1467 msgid "get ext2/ext3/ext4 superblock details"
1471 msgid "set file mode creation mask (umask)"
1475 msgid "unmount a filesystem"
1479 msgid "unmount all filesystems"
1483 msgid "upload a file from the local machine"
1487 msgid "upload a file from the local machine with offset"
1491 msgid "set timestamp of a file with nanosecond precision"
1495 msgid "get the library version number"
1499 msgid "get the filesystem label"
1503 msgid "get the Linux VFS type corresponding to a mounted device"
1507 msgid "get the filesystem UUID"
1511 msgid "activate or deactivate some volume groups"
1515 msgid "activate or deactivate all volume groups"
1519 msgid "create an LVM volume group"
1523 msgid "get the LV UUIDs of all LVs in the volume group"
1527 msgid "get the PV UUIDs containing the volume group"
1531 msgid "remove an LVM volume group"
1535 msgid "rename an LVM volume group"
1538 #: fish/cmds.c:2901 fish/cmds.c:2902
1539 msgid "list the LVM volume groups (VGs)"
1543 msgid "rescan for LVM physical volumes, volume groups and logical volumes"
1547 msgid "get the UUID of a volume group"
1551 msgid "count characters in a file"
1555 msgid "count lines in a file"
1559 msgid "count words in a file"
1563 msgid "create a new file"
1567 msgid "create a file"
1571 msgid "write zeroes to the device"
1575 msgid "write zeroes to an entire device"
1579 msgid "zero unused inodes and disk blocks on ext2/3 filesystem"
1583 msgid "determine file type inside a compressed file"
1587 msgid "Use -h <cmd> / help <cmd> to show detailed help for a command."
1590 #: fish/cmds.c:3238 fish/cmds.c:3252 fish/cmds.c:3268 fish/cmds.c:3285
1591 #: fish/cmds.c:3302 fish/cmds.c:3320 fish/cmds.c:3339 fish/cmds.c:3355
1592 #: fish/cmds.c:3373 fish/cmds.c:3389 fish/cmds.c:3407 fish/cmds.c:3423
1593 #: fish/cmds.c:3440 fish/cmds.c:3455 fish/cmds.c:3473 fish/cmds.c:3488
1594 #: fish/cmds.c:3504 fish/cmds.c:3520 fish/cmds.c:3536 fish/cmds.c:3552
1595 #: fish/cmds.c:3568 fish/cmds.c:3586 fish/cmds.c:3619 fish/cmds.c:3635
1596 #: fish/cmds.c:3651 fish/cmds.c:3670 fish/cmds.c:3685 fish/cmds.c:3703
1597 #: fish/cmds.c:3718 fish/cmds.c:3736 fish/cmds.c:3751 fish/cmds.c:3769
1598 #: fish/cmds.c:3784 fish/cmds.c:3803 fish/cmds.c:3822 fish/cmds.c:3840
1599 #: fish/cmds.c:3860 fish/cmds.c:3879 fish/cmds.c:3899 fish/cmds.c:3919
1600 #: fish/cmds.c:3939 fish/cmds.c:3958 fish/cmds.c:3977 fish/cmds.c:3997
1601 #: fish/cmds.c:4017 fish/cmds.c:4037 fish/cmds.c:4052 fish/cmds.c:4068
1602 #: fish/cmds.c:4140 fish/cmds.c:4158 fish/cmds.c:4175 fish/cmds.c:4254
1603 #: fish/cmds.c:4274 fish/cmds.c:4294 fish/cmds.c:4314 fish/cmds.c:4334
1604 #: fish/cmds.c:4354 fish/cmds.c:4373 fish/cmds.c:4392 fish/cmds.c:4411
1605 #: fish/cmds.c:4426 fish/cmds.c:4445 fish/cmds.c:4465 fish/cmds.c:4485
1606 #: fish/cmds.c:4506 fish/cmds.c:4522 fish/cmds.c:4538 fish/cmds.c:4557
1607 #: fish/cmds.c:4579 fish/cmds.c:4601 fish/cmds.c:4621 fish/cmds.c:4638
1608 #: fish/cmds.c:4655 fish/cmds.c:4672 fish/cmds.c:4689 fish/cmds.c:4706
1609 #: fish/cmds.c:4723 fish/cmds.c:4740 fish/cmds.c:4759 fish/cmds.c:4782
1610 #: fish/cmds.c:4818 fish/cmds.c:4835 fish/cmds.c:4858 fish/cmds.c:4880
1611 #: fish/cmds.c:4901 fish/cmds.c:4921 fish/cmds.c:4940 fish/cmds.c:4960
1612 #: fish/cmds.c:4978 fish/cmds.c:4996 fish/cmds.c:5010 fish/cmds.c:5026
1613 #: fish/cmds.c:5046 fish/cmds.c:5065 fish/cmds.c:5084 fish/cmds.c:5103
1614 #: fish/cmds.c:5122 fish/cmds.c:5142 fish/cmds.c:5182 fish/cmds.c:5239
1615 #: fish/cmds.c:5260 fish/cmds.c:5281 fish/cmds.c:5302 fish/cmds.c:5320
1616 #: fish/cmds.c:5342 fish/cmds.c:5380 fish/cmds.c:5402 fish/cmds.c:5481
1617 #: fish/cmds.c:5520 fish/cmds.c:5535 fish/cmds.c:5552 fish/cmds.c:5566
1618 #: fish/cmds.c:5582 fish/cmds.c:5604 fish/cmds.c:5626 fish/cmds.c:5648
1619 #: fish/cmds.c:5670 fish/cmds.c:5692 fish/cmds.c:5714 fish/cmds.c:5734
1620 #: fish/cmds.c:5751 fish/cmds.c:5768 fish/cmds.c:5787 fish/cmds.c:5806
1621 #: fish/cmds.c:5826 fish/cmds.c:5862 fish/cmds.c:5881 fish/cmds.c:5900
1622 #: fish/cmds.c:5917 fish/cmds.c:5935 fish/cmds.c:5958 fish/cmds.c:5981
1623 #: fish/cmds.c:6005 fish/cmds.c:6028 fish/cmds.c:6049 fish/cmds.c:6072
1624 #: fish/cmds.c:6095 fish/cmds.c:6115 fish/cmds.c:6137 fish/cmds.c:6158
1625 #: fish/cmds.c:6181 fish/cmds.c:6198 fish/cmds.c:6215 fish/cmds.c:6233
1626 #: fish/cmds.c:6251 fish/cmds.c:6272 fish/cmds.c:6290 fish/cmds.c:6311
1627 #: fish/cmds.c:6331 fish/cmds.c:6349 fish/cmds.c:6370 fish/cmds.c:6393
1628 #: fish/cmds.c:6416 fish/cmds.c:6438 fish/cmds.c:6471 fish/cmds.c:6488
1629 #: fish/cmds.c:6505 fish/cmds.c:6529 fish/cmds.c:6552 fish/cmds.c:6575
1630 #: fish/cmds.c:6597 fish/cmds.c:6614 fish/cmds.c:6636 fish/cmds.c:6730
1631 #: fish/cmds.c:6750 fish/cmds.c:6770 fish/cmds.c:6790 fish/cmds.c:6808
1632 #: fish/cmds.c:6829 fish/cmds.c:6865 fish/cmds.c:6882 fish/cmds.c:6904
1633 #: fish/cmds.c:6921 fish/cmds.c:6957 fish/cmds.c:6977 fish/cmds.c:6997
1634 #: fish/cmds.c:7017 fish/cmds.c:7039 fish/cmds.c:7056 fish/cmds.c:7075
1635 #: fish/cmds.c:7094 fish/cmds.c:7116 fish/cmds.c:7137 fish/cmds.c:7158
1636 #: fish/cmds.c:7179 fish/cmds.c:7202 fish/cmds.c:7243 fish/cmds.c:7266
1637 #: fish/cmds.c:7305 fish/cmds.c:7322 fish/cmds.c:7341 fish/cmds.c:7362
1638 #: fish/cmds.c:7385 fish/cmds.c:7407 fish/cmds.c:7425 fish/cmds.c:7444
1639 #: fish/cmds.c:7465 fish/cmds.c:7542 fish/cmds.c:7583 fish/cmds.c:7662
1640 #: fish/cmds.c:7738 fish/cmds.c:7775 fish/cmds.c:7798 fish/cmds.c:7819
1641 #: fish/cmds.c:7842 fish/cmds.c:7864 fish/cmds.c:7889 fish/cmds.c:7932
1642 #: fish/cmds.c:7973 fish/cmds.c:7994 fish/cmds.c:8012 fish/cmds.c:8031
1643 #: fish/cmds.c:8048 fish/cmds.c:8066 fish/cmds.c:8093 fish/cmds.c:8117
1644 #: fish/cmds.c:8141 fish/cmds.c:8165 fish/cmds.c:8189 fish/cmds.c:8213
1645 #: fish/cmds.c:8237 fish/cmds.c:8261 fish/cmds.c:8285 fish/cmds.c:8309
1646 #: fish/cmds.c:8333 fish/cmds.c:8357 fish/cmds.c:8380 fish/cmds.c:8403
1647 #: fish/cmds.c:8424 fish/cmds.c:8445 fish/cmds.c:8466 fish/cmds.c:8486
1648 #: fish/cmds.c:8509 fish/cmds.c:8547 fish/cmds.c:8564 fish/cmds.c:8581
1649 #: fish/cmds.c:8600 fish/cmds.c:8619 fish/cmds.c:8636 fish/cmds.c:8653
1650 #: fish/cmds.c:8670 fish/cmds.c:8687 fish/cmds.c:8706 fish/cmds.c:8742
1651 #: fish/cmds.c:8782 fish/cmds.c:8815 fish/cmds.c:8832 fish/cmds.c:8849
1652 #: fish/cmds.c:8865 fish/cmds.c:8880 fish/cmds.c:8901 fish/cmds.c:8939
1653 #: fish/cmds.c:8977 fish/cmds.c:9016 fish/cmds.c:9056 fish/cmds.c:9097
1654 #: fish/cmds.c:9138 fish/cmds.c:9176 fish/cmds.c:9193 fish/cmds.c:9216
1655 #: fish/cmds.c:9238 fish/cmds.c:9260 fish/cmds.c:9280 fish/cmds.c:9300
1656 #: fish/cmds.c:9336 fish/cmds.c:9408 fish/cmds.c:9448 fish/cmds.c:9506
1657 #: fish/cmds.c:9532 fish/cmds.c:9558 fish/cmds.c:9586 fish/cmds.c:9645
1658 #: fish/cmds.c:9666 fish/cmds.c:9711 fish/cmds.c:9731 fish/cmds.c:9770
1659 #: fish/cmds.c:9807 fish/cmds.c:9827 fish/cmds.c:9849 fish/cmds.c:9906
1660 #: fish/cmds.c:9926 fish/cmds.c:9948 fish/cmds.c:9970 fish/cmds.c:9989
1661 #: fish/cmds.c:10009 fish/cmds.c:10036 fish/cmds.c:10056 fish/cmds.c:10076
1662 #: fish/cmds.c:10096 fish/cmds.c:10116 fish/cmds.c:10138 fish/cmds.c:10173
1663 #: fish/cmds.c:10191 fish/cmds.c:10214 fish/cmds.c:10236 fish/cmds.c:10251
1664 #: fish/cmds.c:10268 fish/cmds.c:10305 fish/cmds.c:10344 fish/cmds.c:10384
1665 #: fish/cmds.c:10440 fish/cmds.c:10462 fish/cmds.c:10498 fish/cmds.c:10513
1666 #: fish/cmds.c:10533 fish/cmds.c:10573 fish/cmds.c:10596 fish/cmds.c:10620
1667 #: fish/cmds.c:10645 fish/cmds.c:10686 fish/cmds.c:10711 fish/cmds.c:10749
1668 #: fish/cmds.c:10780 fish/cmds.c:10811 fish/cmds.c:10839 fish/cmds.c:10859
1669 #: fish/cmds.c:10891 fish/cmds.c:10911 fish/cmds.c:10931 fish/cmds.c:10948
1670 #: fish/cmds.c:10966 fish/cmds.c:10989 fish/cmds.c:11010 fish/cmds.c:11029
1671 #: fish/cmds.c:11071 fish/cmds.c:11114 fish/cmds.c:11158 fish/cmds.c:11197
1672 #: fish/cmds.c:11216 fish/cmds.c:11236 fish/cmds.c:11256 fish/cmds.c:11277
1673 #: fish/cmds.c:11298 fish/cmds.c:11319 fish/cmds.c:11340 fish/cmds.c:11361
1674 #: fish/cmds.c:11383 fish/cmds.c:11421 fish/cmds.c:11472 fish/cmds.c:11510
1675 #: fish/cmds.c:11566 fish/cmds.c:11656 fish/cmds.c:11685 fish/cmds.c:11712
1677 msgid "%s should have %d parameter(s)\n"
1680 #: fish/cmds.c:3239 fish/cmds.c:3253 fish/cmds.c:3269 fish/cmds.c:3286
1681 #: fish/cmds.c:3303 fish/cmds.c:3321 fish/cmds.c:3340 fish/cmds.c:3356
1682 #: fish/cmds.c:3374 fish/cmds.c:3390 fish/cmds.c:3408 fish/cmds.c:3424
1683 #: fish/cmds.c:3441 fish/cmds.c:3456 fish/cmds.c:3474 fish/cmds.c:3489
1684 #: fish/cmds.c:3505 fish/cmds.c:3521 fish/cmds.c:3537 fish/cmds.c:3553
1685 #: fish/cmds.c:3569 fish/cmds.c:3587 fish/cmds.c:3620 fish/cmds.c:3636
1686 #: fish/cmds.c:3652 fish/cmds.c:3671 fish/cmds.c:3686 fish/cmds.c:3704
1687 #: fish/cmds.c:3719 fish/cmds.c:3737 fish/cmds.c:3752 fish/cmds.c:3770
1688 #: fish/cmds.c:3785 fish/cmds.c:3804 fish/cmds.c:3823 fish/cmds.c:3841
1689 #: fish/cmds.c:3861 fish/cmds.c:3880 fish/cmds.c:3900 fish/cmds.c:3920
1690 #: fish/cmds.c:3940 fish/cmds.c:3959 fish/cmds.c:3978 fish/cmds.c:3998
1691 #: fish/cmds.c:4018 fish/cmds.c:4038 fish/cmds.c:4053 fish/cmds.c:4069
1692 #: fish/cmds.c:4090 fish/cmds.c:4141 fish/cmds.c:4159 fish/cmds.c:4176
1693 #: fish/cmds.c:4197 fish/cmds.c:4255 fish/cmds.c:4275 fish/cmds.c:4295
1694 #: fish/cmds.c:4315 fish/cmds.c:4335 fish/cmds.c:4355 fish/cmds.c:4374
1695 #: fish/cmds.c:4393 fish/cmds.c:4412 fish/cmds.c:4427 fish/cmds.c:4446
1696 #: fish/cmds.c:4466 fish/cmds.c:4486 fish/cmds.c:4507 fish/cmds.c:4523
1697 #: fish/cmds.c:4539 fish/cmds.c:4558 fish/cmds.c:4580 fish/cmds.c:4602
1698 #: fish/cmds.c:4622 fish/cmds.c:4639 fish/cmds.c:4656 fish/cmds.c:4673
1699 #: fish/cmds.c:4690 fish/cmds.c:4707 fish/cmds.c:4724 fish/cmds.c:4741
1700 #: fish/cmds.c:4760 fish/cmds.c:4783 fish/cmds.c:4819 fish/cmds.c:4836
1701 #: fish/cmds.c:4859 fish/cmds.c:4881 fish/cmds.c:4902 fish/cmds.c:4922
1702 #: fish/cmds.c:4941 fish/cmds.c:4961 fish/cmds.c:4979 fish/cmds.c:4997
1703 #: fish/cmds.c:5011 fish/cmds.c:5027 fish/cmds.c:5047 fish/cmds.c:5066
1704 #: fish/cmds.c:5085 fish/cmds.c:5104 fish/cmds.c:5123 fish/cmds.c:5143
1705 #: fish/cmds.c:5183 fish/cmds.c:5240 fish/cmds.c:5261 fish/cmds.c:5282
1706 #: fish/cmds.c:5303 fish/cmds.c:5321 fish/cmds.c:5343 fish/cmds.c:5381
1707 #: fish/cmds.c:5403 fish/cmds.c:5482 fish/cmds.c:5521 fish/cmds.c:5536
1708 #: fish/cmds.c:5553 fish/cmds.c:5567 fish/cmds.c:5583 fish/cmds.c:5605
1709 #: fish/cmds.c:5627 fish/cmds.c:5649 fish/cmds.c:5671 fish/cmds.c:5693
1710 #: fish/cmds.c:5715 fish/cmds.c:5735 fish/cmds.c:5752 fish/cmds.c:5769
1711 #: fish/cmds.c:5788 fish/cmds.c:5807 fish/cmds.c:5827 fish/cmds.c:5863
1712 #: fish/cmds.c:5882 fish/cmds.c:5901 fish/cmds.c:5918 fish/cmds.c:5936
1713 #: fish/cmds.c:5959 fish/cmds.c:5982 fish/cmds.c:6006 fish/cmds.c:6029
1714 #: fish/cmds.c:6050 fish/cmds.c:6073 fish/cmds.c:6096 fish/cmds.c:6116
1715 #: fish/cmds.c:6138 fish/cmds.c:6159 fish/cmds.c:6182 fish/cmds.c:6199
1716 #: fish/cmds.c:6216 fish/cmds.c:6234 fish/cmds.c:6252 fish/cmds.c:6273
1717 #: fish/cmds.c:6291 fish/cmds.c:6312 fish/cmds.c:6332 fish/cmds.c:6350
1718 #: fish/cmds.c:6371 fish/cmds.c:6394 fish/cmds.c:6417 fish/cmds.c:6439
1719 #: fish/cmds.c:6472 fish/cmds.c:6489 fish/cmds.c:6506 fish/cmds.c:6530
1720 #: fish/cmds.c:6553 fish/cmds.c:6576 fish/cmds.c:6598 fish/cmds.c:6615
1721 #: fish/cmds.c:6637 fish/cmds.c:6731 fish/cmds.c:6751 fish/cmds.c:6771
1722 #: fish/cmds.c:6791 fish/cmds.c:6809 fish/cmds.c:6830 fish/cmds.c:6866
1723 #: fish/cmds.c:6883 fish/cmds.c:6905 fish/cmds.c:6922 fish/cmds.c:6958
1724 #: fish/cmds.c:6978 fish/cmds.c:6998 fish/cmds.c:7018 fish/cmds.c:7040
1725 #: fish/cmds.c:7057 fish/cmds.c:7076 fish/cmds.c:7095 fish/cmds.c:7117
1726 #: fish/cmds.c:7138 fish/cmds.c:7159 fish/cmds.c:7180 fish/cmds.c:7203
1727 #: fish/cmds.c:7244 fish/cmds.c:7267 fish/cmds.c:7306 fish/cmds.c:7323
1728 #: fish/cmds.c:7342 fish/cmds.c:7363 fish/cmds.c:7386 fish/cmds.c:7408
1729 #: fish/cmds.c:7426 fish/cmds.c:7445 fish/cmds.c:7466 fish/cmds.c:7543
1730 #: fish/cmds.c:7584 fish/cmds.c:7663 fish/cmds.c:7739 fish/cmds.c:7776
1731 #: fish/cmds.c:7799 fish/cmds.c:7820 fish/cmds.c:7843 fish/cmds.c:7865
1732 #: fish/cmds.c:7890 fish/cmds.c:7933 fish/cmds.c:7974 fish/cmds.c:7995
1733 #: fish/cmds.c:8013 fish/cmds.c:8032 fish/cmds.c:8049 fish/cmds.c:8067
1734 #: fish/cmds.c:8094 fish/cmds.c:8118 fish/cmds.c:8142 fish/cmds.c:8166
1735 #: fish/cmds.c:8190 fish/cmds.c:8214 fish/cmds.c:8238 fish/cmds.c:8262
1736 #: fish/cmds.c:8286 fish/cmds.c:8310 fish/cmds.c:8334 fish/cmds.c:8358
1737 #: fish/cmds.c:8381 fish/cmds.c:8404 fish/cmds.c:8425 fish/cmds.c:8446
1738 #: fish/cmds.c:8467 fish/cmds.c:8487 fish/cmds.c:8510 fish/cmds.c:8548
1739 #: fish/cmds.c:8565 fish/cmds.c:8582 fish/cmds.c:8601 fish/cmds.c:8620
1740 #: fish/cmds.c:8637 fish/cmds.c:8654 fish/cmds.c:8671 fish/cmds.c:8688
1741 #: fish/cmds.c:8707 fish/cmds.c:8743 fish/cmds.c:8783 fish/cmds.c:8816
1742 #: fish/cmds.c:8833 fish/cmds.c:8850 fish/cmds.c:8866 fish/cmds.c:8881
1743 #: fish/cmds.c:8902 fish/cmds.c:8940 fish/cmds.c:8978 fish/cmds.c:9017
1744 #: fish/cmds.c:9057 fish/cmds.c:9098 fish/cmds.c:9139 fish/cmds.c:9177
1745 #: fish/cmds.c:9194 fish/cmds.c:9217 fish/cmds.c:9239 fish/cmds.c:9261
1746 #: fish/cmds.c:9281 fish/cmds.c:9301 fish/cmds.c:9337 fish/cmds.c:9409
1747 #: fish/cmds.c:9449 fish/cmds.c:9507 fish/cmds.c:9533 fish/cmds.c:9559
1748 #: fish/cmds.c:9587 fish/cmds.c:9646 fish/cmds.c:9667 fish/cmds.c:9712
1749 #: fish/cmds.c:9732 fish/cmds.c:9771 fish/cmds.c:9808 fish/cmds.c:9828
1750 #: fish/cmds.c:9850 fish/cmds.c:9907 fish/cmds.c:9927 fish/cmds.c:9949
1751 #: fish/cmds.c:9971 fish/cmds.c:9990 fish/cmds.c:10010 fish/cmds.c:10037
1752 #: fish/cmds.c:10057 fish/cmds.c:10077 fish/cmds.c:10097 fish/cmds.c:10117
1753 #: fish/cmds.c:10139 fish/cmds.c:10174 fish/cmds.c:10192 fish/cmds.c:10215
1754 #: fish/cmds.c:10237 fish/cmds.c:10252 fish/cmds.c:10269 fish/cmds.c:10306
1755 #: fish/cmds.c:10345 fish/cmds.c:10385 fish/cmds.c:10441 fish/cmds.c:10463
1756 #: fish/cmds.c:10499 fish/cmds.c:10514 fish/cmds.c:10534 fish/cmds.c:10574
1757 #: fish/cmds.c:10597 fish/cmds.c:10621 fish/cmds.c:10646 fish/cmds.c:10687
1758 #: fish/cmds.c:10712 fish/cmds.c:10750 fish/cmds.c:10781 fish/cmds.c:10812
1759 #: fish/cmds.c:10840 fish/cmds.c:10860 fish/cmds.c:10892 fish/cmds.c:10912
1760 #: fish/cmds.c:10932 fish/cmds.c:10949 fish/cmds.c:10967 fish/cmds.c:10990
1761 #: fish/cmds.c:11011 fish/cmds.c:11030 fish/cmds.c:11072 fish/cmds.c:11115
1762 #: fish/cmds.c:11159 fish/cmds.c:11198 fish/cmds.c:11217 fish/cmds.c:11237
1763 #: fish/cmds.c:11257 fish/cmds.c:11278 fish/cmds.c:11299 fish/cmds.c:11320
1764 #: fish/cmds.c:11341 fish/cmds.c:11362 fish/cmds.c:11384 fish/cmds.c:11422
1765 #: fish/cmds.c:11473 fish/cmds.c:11511 fish/cmds.c:11567 fish/cmds.c:11590
1766 #: fish/cmds.c:11657 fish/cmds.c:11686 fish/cmds.c:11713
1768 msgid "type 'help %s' for help on %s\n"
1771 #: fish/cmds.c:3597 fish/cmds.c:4795 fish/cmds.c:5153 fish/cmds.c:5193
1772 #: fish/cmds.c:5212 fish/cmds.c:5355 fish/cmds.c:5414 fish/cmds.c:5433
1773 #: fish/cmds.c:5452 fish/cmds.c:5495 fish/cmds.c:5838 fish/cmds.c:6449
1774 #: fish/cmds.c:6648 fish/cmds.c:6667 fish/cmds.c:6686 fish/cmds.c:6705
1775 #: fish/cmds.c:6841 fish/cmds.c:6932 fish/cmds.c:7213 fish/cmds.c:7277
1776 #: fish/cmds.c:7476 fish/cmds.c:7495 fish/cmds.c:7514 fish/cmds.c:7553
1777 #: fish/cmds.c:7594 fish/cmds.c:7613 fish/cmds.c:7632 fish/cmds.c:7673
1778 #: fish/cmds.c:7692 fish/cmds.c:7711 fish/cmds.c:7749 fish/cmds.c:7902
1779 #: fish/cmds.c:7945 fish/cmds.c:8522 fish/cmds.c:8717 fish/cmds.c:8755
1780 #: fish/cmds.c:8793 fish/cmds.c:8913 fish/cmds.c:8950 fish/cmds.c:8988
1781 #: fish/cmds.c:9027 fish/cmds.c:9068 fish/cmds.c:9109 fish/cmds.c:9150
1782 #: fish/cmds.c:9313 fish/cmds.c:9349 fish/cmds.c:9362 fish/cmds.c:9375
1783 #: fish/cmds.c:9388 fish/cmds.c:9421 fish/cmds.c:9459 fish/cmds.c:9478
1784 #: fish/cmds.c:9599 fish/cmds.c:9618 fish/cmds.c:9679 fish/cmds.c:9692
1785 #: fish/cmds.c:9743 fish/cmds.c:9782 fish/cmds.c:9860 fish/cmds.c:9879
1786 #: fish/cmds.c:10153 fish/cmds.c:10280 fish/cmds.c:10317 fish/cmds.c:10356
1787 #: fish/cmds.c:10396 fish/cmds.c:10415 fish/cmds.c:10474 fish/cmds.c:10547
1788 #: fish/cmds.c:10657 fish/cmds.c:10727 fish/cmds.c:10761 fish/cmds.c:10792
1789 #: fish/cmds.c:10823 fish/cmds.c:10872 fish/cmds.c:11043 fish/cmds.c:11085
1790 #: fish/cmds.c:11130 fish/cmds.c:11172 fish/cmds.c:11398 fish/cmds.c:11436
1791 #: fish/cmds.c:11449 fish/cmds.c:11487 fish/cmds.c:11522 fish/cmds.c:11541
1792 #: fish/cmds.c:11608
1794 msgid "%s: %s: invalid integer parameter (%s returned %d)\n"
1797 #: fish/cmds.c:3603 fish/cmds.c:4801 fish/cmds.c:5159 fish/cmds.c:5199
1798 #: fish/cmds.c:5218 fish/cmds.c:5361 fish/cmds.c:5420 fish/cmds.c:5439
1799 #: fish/cmds.c:5458 fish/cmds.c:5501 fish/cmds.c:5844 fish/cmds.c:6455
1800 #: fish/cmds.c:6654 fish/cmds.c:6673 fish/cmds.c:6692 fish/cmds.c:6711
1801 #: fish/cmds.c:6847 fish/cmds.c:6938 fish/cmds.c:7219 fish/cmds.c:7283
1802 #: fish/cmds.c:7482 fish/cmds.c:7501 fish/cmds.c:7520 fish/cmds.c:7559
1803 #: fish/cmds.c:7600 fish/cmds.c:7619 fish/cmds.c:7638 fish/cmds.c:7679
1804 #: fish/cmds.c:7698 fish/cmds.c:7717 fish/cmds.c:7755 fish/cmds.c:7908
1805 #: fish/cmds.c:7951 fish/cmds.c:8528 fish/cmds.c:8723 fish/cmds.c:8761
1806 #: fish/cmds.c:8799 fish/cmds.c:8919 fish/cmds.c:8956 fish/cmds.c:8994
1807 #: fish/cmds.c:9033 fish/cmds.c:9074 fish/cmds.c:9115 fish/cmds.c:9156
1808 #: fish/cmds.c:9427 fish/cmds.c:9465 fish/cmds.c:9484 fish/cmds.c:9605
1809 #: fish/cmds.c:9749 fish/cmds.c:9788 fish/cmds.c:9866 fish/cmds.c:9885
1810 #: fish/cmds.c:10286 fish/cmds.c:10323 fish/cmds.c:10362 fish/cmds.c:10402
1811 #: fish/cmds.c:10421 fish/cmds.c:10480 fish/cmds.c:10553 fish/cmds.c:10663
1812 #: fish/cmds.c:11049 fish/cmds.c:11091 fish/cmds.c:11136 fish/cmds.c:11178
1813 #: fish/cmds.c:11528 fish/cmds.c:11614
1815 msgid "%s: %s: integer out of range\n"
1818 #: fish/cmds.c:4089 fish/cmds.c:4196 fish/cmds.c:11589
1820 msgid "%s should have %d-%d parameter(s)\n"
1823 #: fish/cmds.c:4115 fish/cmds.c:4227 fish/cmds.c:11629
1825 msgid "%s: unknown optional argument \"%s\"\n"
1828 #: fish/cmds.c:4121 fish/cmds.c:4233 fish/cmds.c:11635
1830 msgid "%s: optional argument \"%s\" given twice\n"
1833 #: fish/cmds.c:11730
1835 msgid "%s: unknown command\n"
1838 #: fish/config.c:74 fish/config.c:113
1840 msgid "%s: %s: line %d: error parsing configuration file: %s\n"
1846 "use 'copy-in <local> [<local>...] <remotedir>' to copy files into the image\n"
1851 msgid "copy-in: target '%s' is not a directory\n"
1856 msgid "error: argument is zero length or longer than maximum permitted\n"
1862 "use 'copy-out <remote> [<remote>...] <localdir>' to copy files out of the "
1868 msgid "copy-out: target '%s' is not a directory\n"
1873 msgid "copy-out: '%s' is not a file or directory\n"
1878 msgid "use '%s filename' to edit a file\n"
1884 "%s: guest filesystem shell\n"
1885 "%s lets you edit virtual machine filesystems\n"
1886 "Copyright (C) 2009-2011 Red Hat Inc.\n"
1888 " %s [--options] cmd [: cmd : cmd ...]\n"
1890 " -h|--cmd-help List available commands\n"
1891 " -h|--cmd-help cmd Display detailed help on 'cmd'\n"
1892 " -a|--add image Add image\n"
1893 " -c|--connect uri Specify libvirt URI for -d option\n"
1894 " --csh Make --listen csh-compatible\n"
1895 " -d|--domain guest Add disks from libvirt guest\n"
1896 " -D|--no-dest-paths Don't tab-complete paths from guest fs\n"
1897 " --echo-keys Don't turn off echo for passphrases\n"
1898 " -f|--file file Read commands from file\n"
1899 " --format[=raw|..] Force disk format for -a option\n"
1900 " -i|--inspector Automatically mount filesystems\n"
1901 " --keys-from-stdin Read passphrases from stdin\n"
1902 " --listen Listen for remote commands\n"
1903 " --live Connect to a live virtual machine\n"
1904 " -m|--mount dev[:mnt[:opts]] Mount dev on mnt (if omitted, /)\n"
1905 " -n|--no-sync Don't autosync\n"
1906 " -N|--new type Create prepared disk (test1.img, ...)\n"
1907 " --progress-bars Enable progress bars even when not interactive\n"
1908 " --no-progress-bars Disable progress bars\n"
1909 " --remote[=pid] Send commands to remote %s\n"
1910 " -r|--ro Mount read-only\n"
1911 " --selinux Enable SELinux support\n"
1912 " -v|--verbose Verbose messages\n"
1913 " -V|--version Display version and exit\n"
1914 " -w|--rw Mount read-write\n"
1915 " -x Echo each command before executing it\n"
1917 "To examine a disk image, ISO, hard disk, filesystem etc:\n"
1918 " %s [--ro|--rw] -i -a /path/to/disk.img\n"
1920 " %s [--ro|--rw] -i -d name-of-libvirt-domain\n"
1922 "--ro recommended to avoid any writes to the disk image. If -i option fails\n"
1923 "run again without -i and use 'run' + 'list-filesystems' + 'mount' cmds.\n"
1925 "For more information, see the manpage %s(1).\n"
1930 msgid "%s: --listen=PID: PID was not a number: %s\n"
1936 "%s: remote: $GUESTFISH_PID must be set to the PID of the remote process\n"
1941 msgid "%s: only one -f parameter can be given\n"
1946 msgid "%s: cannot use --listen and --remote options at the same time\n"
1951 msgid "%s: extra parameters on the command line with --listen flag\n"
1956 msgid "%s: cannot use --listen and --file options at the same time\n"
1961 msgid "guestfish: could not access termcap or terminfo database.\n"
1966 msgid "guestfish: terminal type \"%s\" not defined.\n"
1973 "Welcome to guestfish, the libguestfs filesystem interactive shell for\n"
1974 "editing virtual machine filesystems.\n"
1976 "Type: 'help' for help on commands\n"
1977 " 'man' to read the manual\n"
1978 " 'quit' to quit the shell\n"
1984 msgid "%s: unterminated double quote\n"
1987 #: fish/fish.c:769 fish/fish.c:786
1989 msgid "%s: command arguments not separated by whitespace\n"
1994 msgid "%s: unterminated single quote\n"
1999 msgid "%s: internal error parsing string at '%s'\n"
2004 msgid "%s: too many arguments\n"
2009 msgid "%s: empty command on command line\n"
2013 msgid "display a list of commands or help on a command"
2017 msgid "quit guestfish"
2023 "help - display a list of commands or help on a command\n"
2031 "quit - quit guestfish\n"
2037 msgid "%s: command not known, use -h to list all commands\n"
2043 "Did you mean to open a disk image? guestfish -a disk.img\n"
2044 "For a list of commands: guestfish -h\n"
2045 "For complete documentation: man guestfish\n"
2050 msgid "Runaway quote in string \"%s\"\n"
2056 "%s: to use Windows drive letters, you must inspect the guest (\"-i\" option "
2057 "or run \"inspect-os\" command)\n"
2062 msgid "%s: to use Windows drive letters, this must be a Windows guest\n"
2068 "%s: drive '%c:' not found. To list available drives do:\n"
2069 " inspect-get-drive-mappings %s\n"
2075 "%s: to access '%c:', mount %s first. One way to do this is:\n"
2082 msgid "use 'glob command [args...]'\n"
2087 msgid "glob: guestfs_glob_expand call failed: %s\n"
2093 "Add disk images to examine using the -a or -d options, or the 'add' "
2095 "Or create a new disk image using -N, or the 'alloc' or 'sparse' commands.\n"
2096 "Once you have done this, use the 'run' command.\n"
2102 "Find out what filesystems are available using 'list-filesystems' and then\n"
2103 "mount them to examine or modify the contents using 'mount-ro' or\n"
2104 "'mount-options'.\n"
2110 "For more information about a command, use 'help cmd'.\n"
2112 "To read the manual, type 'man'.\n"
2115 #: fish/hexedit.c:41
2117 msgid "hexedit (device|filename) [max | start max]\n"
2120 #: fish/hexedit.c:52
2122 msgid "hexedit: %s is a zero length file or device\n"
2125 #: fish/hexedit.c:63
2128 "hexedit: %s is larger than %s. You must supply a limit using\n"
2129 " 'hexedit %s <max>' (eg. 'hexedit %s 1M') or a range using\n"
2130 " 'hexedit %s <start> <max>'.\n"
2133 #: fish/hexedit.c:92
2135 msgid "hexedit: invalid range\n"
2138 #: fish/inspect.c:77
2140 msgid "%s: don't use --live and -i options together\n"
2143 #: fish/inspect.c:89
2145 msgid "%s: no operating system was found on this disk\n"
2148 #: fish/inspect.c:95
2150 msgid "%s: multi-boot operating systems are not supported by the -i option\n"
2153 #: fish/inspect.c:134
2155 msgid "%s: some filesystems could not be mounted (ignored)\n"
2158 #: fish/inspect.c:146
2160 msgid "Operating system: %s\n"
2163 #: fish/inspect.c:159
2165 msgid "%s mounted on %s\n"
2170 msgid "Enter key or passphrase (\"%s\"): "
2175 msgid "use 'lcd directory' to change local directory\n"
2180 msgid "use 'man' without parameters to open the manual\n"
2185 msgid "the external 'man' program failed\n"
2190 msgid "use '%s filename' to page a file\n"
2193 #: fish/options.c:36
2195 msgid "%s: too many drives added on the command line\n"
2198 #: fish/options.c:128
2200 msgid "%s: '%s' could not be mounted. Did you mean one of these?\n"
2206 "List of available prepared disk images:\n"
2213 "guestfish -N %-8s - %s\n"
2220 msgid " Optional parameters:\n"
2225 msgid "<%s> %s (default: %s)\n"
2231 "Prepared disk images are written to file \"test1.img\" in the local\n"
2232 "directory. (\"test2.img\" etc if -N option is given multiple times).\n"
2233 "For more information see the guestfish(1) manual.\n"
2239 "guestfish: -N parameter '%s': no such prepared disk image known.\n"
2240 "Use 'guestfish -N help' to list possible values for the -N parameter.\n"
2245 msgid "guestfish: error creating prepared disk image '%s' on '%s': "
2248 #: fish/prep_boot.c:34 fish/prep_boot.c:89 fish/prep_disk.c:34
2249 #: fish/prep_fs.c:34 fish/prep_lv.c:69 fish/prep_lv.c:122 fish/prep_part.c:34
2250 msgid "failed to allocate disk"
2253 #: fish/prep_boot.c:42 fish/prep_boot.c:97
2254 msgid "could not parse boot size"
2257 #: fish/prep_boot.c:46 fish/prep_boot.c:101
2259 msgid "failed to get sector size of disk: %s"
2262 #: fish/prep_boot.c:50 fish/prep_boot.c:105 fish/prep_fs.c:41
2263 #: fish/prep_lv.c:76 fish/prep_lv.c:129 fish/prep_part.c:41
2265 msgid "failed to partition disk: %s"
2268 #: fish/prep_boot.c:55 fish/prep_boot.c:110
2270 msgid "failed to add boot partition: %s"
2273 #: fish/prep_boot.c:59 fish/prep_boot.c:114
2275 msgid "failed to add root partition: %s"
2278 #: fish/prep_boot.c:68 fish/prep_boot.c:128
2280 msgid "failed to create boot filesystem: %s"
2283 #: fish/prep_boot.c:77 fish/prep_boot.c:157
2285 msgid "failed to create root filesystem: %s"
2288 #: fish/prep_boot.c:86 fish/prep_boot.c:120 fish/prep_lv.c:66
2289 #: fish/prep_lv.c:82 fish/prep_lv.c:119 fish/prep_lv.c:135
2290 msgid "incorrect format for LV name, use '/dev/VG/LV'"
2293 #: fish/prep_boot.c:137 fish/prep_lv.c:91 fish/prep_lv.c:144
2295 msgid "failed to create PV: %s: %s"
2298 #: fish/prep_boot.c:142 fish/prep_lv.c:96 fish/prep_lv.c:149
2300 msgid "failed to create VG: %s: %s"
2303 #: fish/prep_boot.c:149 fish/prep_lv.c:103 fish/prep_lv.c:156
2305 msgid "failed to create LV: /dev/%s/%s: %s"
2308 #: fish/prep_boot.c:153 fish/prep_lv.c:107 fish/prep_lv.c:160
2310 msgid "failed to resize LV to full size: %s: %s"
2313 #: fish/prep_fs.c:51 fish/prep_lv.c:165
2315 msgid "failed to create filesystem (%s): %s"
2320 msgid "guestfish: protocol error: could not read 'hello' message\n"
2326 "guestfish: protocol error: version mismatch, server version '%s' does not "
2327 "match client version '%s'. The two versions must match exactly.\n"
2330 #: fish/rc.c:335 fish/rc.c:349
2332 msgid "guestfish: remote: looks like the server is not running\n"
2335 #: fish/rc.c:361 fish/rc.c:375
2337 msgid "guestfish: protocol error: could not send initial greeting to server\n"
2342 msgid "guestfish: protocol error: could not decode reply from server\n"
2347 msgid "'reopen' command takes no parameters\n"
2352 msgid "reopen: guestfs_create: failed to create handle\n"
2355 #: fish/supported.c:66
2359 #: fish/supported.c:68
2365 msgid "use 'time command [args...]'\n"
2368 #: fuse/guestmount.c:912
2371 "%s: FUSE module for libguestfs\n"
2372 "%s lets you mount a virtual machine filesystem\n"
2373 "Copyright (C) 2009-2010 Red Hat Inc.\n"
2375 " %s [--options] [-- [--FUSE-options]] mountpoint\n"
2377 " -a|--add image Add image\n"
2378 " -c|--connect uri Specify libvirt URI for -d option\n"
2379 " --dir-cache-timeout Set readdir cache timeout (default 5 sec)\n"
2380 " -d|--domain guest Add disks from libvirt guest\n"
2381 " --echo-keys Don't turn off echo for passphrases\n"
2382 " --format[=raw|..] Force disk format for -a option\n"
2383 " --fuse-help Display extra FUSE options\n"
2384 " -i|--inspector Automatically mount filesystems\n"
2385 " --help Display help message and exit\n"
2386 " --keys-from-stdin Read passphrases from stdin\n"
2387 " --live Connect to a live virtual machine\n"
2388 " -m|--mount dev[:mnt[:opts]] Mount dev on mnt (if omitted, /)\n"
2389 " -n|--no-sync Don't autosync\n"
2390 " -o|--option opt Pass extra option to FUSE\n"
2391 " -r|--ro Mount read-only\n"
2392 " --selinux Enable SELinux support\n"
2393 " -v|--verbose Verbose messages\n"
2394 " -V|--version Display version and exit\n"
2395 " -w|--rw Mount read-write\n"
2396 " -x|--trace Trace guestfs API calls\n"
2399 #: fuse/guestmount.c:1130
2401 msgid "%s: must have at least one -a/-d and at least one -m/-i option\n"
2404 #: fuse/guestmount.c:1138
2406 msgid "%s: you must specify a mountpoint in the host filesystem\n"
2409 #: inspector/virt-inspector.c:76
2412 "%s: display information about a virtual machine\n"
2413 "Copyright (C) 2010 Red Hat Inc.\n"
2415 " %s [--options] -d domname file [file ...]\n"
2416 " %s [--options] -a disk.img [-a disk.img ...] file [file ...]\n"
2418 " -a|--add image Add image\n"
2419 " -c|--connect uri Specify libvirt URI for -d option\n"
2420 " -d|--domain guest Add disks from libvirt guest\n"
2421 " --echo-keys Don't turn off echo for passphrases\n"
2422 " --format[=raw|..] Force disk format for -a option\n"
2423 " --help Display brief help\n"
2424 " --keys-from-stdin Read passphrases from stdin\n"
2425 " -v|--verbose Verbose messages\n"
2426 " -V|--version Display version and exit\n"
2427 " -x Trace libguestfs API calls\n"
2428 "For more information, see the manpage %s(1).\n"
2431 #: inspector/virt-inspector.c:263
2434 "%s: no operating system could be detected inside this disk image.\n"
2436 "This may be because the file is not a disk image, or is not a virtual "
2438 "image, or because the OS type is not understood by libguestfs.\n"
2440 "NOTE for Red Hat Enterprise Linux 6 users: for Windows guest support you "
2442 "install the separate libguestfs-winsupport package.\n"
2444 "If you feel this is an error, please file a bug report including as much\n"
2445 "information about the disk image as possible.\n"
2448 #: inspector/virt-inspector.c:288
2450 msgid "%s: XML write error at \"%s\": %m\n"
2453 #: inspector/virt-inspector.c:300
2455 msgid "%s: xmlOutputBufferCreateFd: failed to open stdout\n"
2458 #: inspector/virt-inspector.c:308
2460 msgid "%s: xmlNewTextWriter: failed to create libxml2 writer\n"
2463 #: perl/lib/Sys/Guestfs/Lib.pm:158
2464 msgid "open_guest: first parameter must be a string or an arrayref"
2467 #: perl/lib/Sys/Guestfs/Lib.pm:164
2468 msgid "open_guest: first argument contains undefined element"
2471 #: perl/lib/Sys/Guestfs/Lib.pm:172
2472 #, perl-brace-format
2473 msgid "guest image {imagename} does not exist or is not readable"
2476 #: perl/lib/Sys/Guestfs/Lib.pm:179
2478 "open_guest: no libvirt support (install Sys::Virt, XML::XPath and XML::"
2482 #: perl/lib/Sys/Guestfs/Lib.pm:184
2483 msgid "open_guest: too many domains listed on command line"
2486 #: perl/lib/Sys/Guestfs/Lib.pm:191
2487 msgid "open_guest: cannot connect to libvirt"
2490 #: perl/lib/Sys/Guestfs/Lib.pm:210
2491 #, perl-brace-format
2492 msgid "{imagename} is not the name of an inactive libvirt domain\n"
2495 #: perl/lib/Sys/Guestfs/Lib.pm:213
2496 #, perl-brace-format
2497 msgid "{imagename} is not the name of a libvirt domain\n"
2500 #: perl/lib/Sys/Guestfs/Lib.pm:242
2501 #, perl-brace-format
2502 msgid "{imagename} seems to have no disk devices\n"
2505 #: perl/lib/Sys/Guestfs/Lib.pm:827
2507 "No operating system could be detected inside this disk image.\n"
2509 "This may be because the file is not a disk image, or is not a virtual "
2511 "image, or because the OS type is not understood by virt-inspector.\n"
2513 "If you feel this is an error, please file a bug report including as much\n"
2514 "information about the disk image as possible.\n"
2517 #: perl/lib/Sys/Guestfs/Lib.pm:901
2518 #, perl-brace-format
2519 msgid "unknown filesystem label {label}\n"
2522 #: perl/lib/Sys/Guestfs/Lib.pm:911
2523 #, perl-brace-format
2524 msgid "unknown filesystem UUID {uuid}\n"
2527 #: perl/lib/Sys/Guestfs/Lib.pm:939
2528 #, perl-brace-format
2529 msgid "unknown filesystem {fs}\n"
2532 #: perl/lib/Sys/Guestfs/Lib.pm:1017
2533 #, perl-brace-format
2534 msgid "Error running rpm -qa: {error}"
2537 #: perl/lib/Sys/Guestfs/Lib.pm:1043
2538 #, perl-brace-format
2539 msgid "Error running dpkg-query: {error}"
2542 #: perl/lib/Sys/Guestfs/Lib.pm:1108
2543 msgid "Can't find grub on guest"
2546 #: perl/lib/Sys/Guestfs/Lib.pm:1163
2547 #, perl-brace-format
2548 msgid "Grub entry {title} has no kernel"
2551 #: perl/lib/Sys/Guestfs/Lib.pm:1194
2552 #, perl-brace-format
2553 msgid "grub refers to {path}, which doesn't exist\n"
2556 #: perl/lib/Sys/Guestfs/Lib.pm:1217
2557 #, perl-brace-format
2558 msgid "Grub entry {title} does not specify an initrd"
2561 #: perl/lib/Sys/Guestfs/Lib.pm:1286
2562 #, perl-brace-format
2563 msgid "Didn't find modules directory {modules} for kernel {path}"
2566 #: perl/lib/Sys/Guestfs/Lib.pm:1294
2567 #, perl-brace-format
2568 msgid "Couldn't guess kernel version number from path for kernel {path}"
2571 #: perl/lib/Sys/Guestfs/Lib.pm:1348
2572 #, perl-brace-format
2573 msgid "{path} doesn't match augeas pattern"
2576 #: perl/lib/Sys/Guestfs/Lib.pm:1387
2577 #, perl-brace-format
2578 msgid "{filename}: could not read initrd format"
2581 #: rescue/virt-rescue.c:63
2584 "%s: Run a rescue shell on a virtual machine\n"
2585 "Copyright (C) 2009-2010 Red Hat Inc.\n"
2587 " %s [--options] -d domname\n"
2588 " %s [--options] -a disk.img [-a disk.img ...]\n"
2590 " -a|--add image Add image\n"
2591 " --append kernelopts Append kernel options\n"
2592 " -c|--connect uri Specify libvirt URI for -d option\n"
2593 " -d|--domain guest Add disks from libvirt guest\n"
2594 " --format[=raw|..] Force disk format for -a option\n"
2595 " --help Display brief help\n"
2596 " -m|--memsize MB Set memory size in megabytes\n"
2597 " --network Enable network\n"
2598 " -r|--ro Access read-only\n"
2599 " --selinux Enable SELinux\n"
2600 " -v|--verbose Verbose messages\n"
2601 " -V|--version Display version and exit\n"
2602 " -w|--rw Mount read-write\n"
2603 " -x Trace libguestfs API calls\n"
2604 "For more information, see the manpage %s(1).\n"
2607 #: rescue/virt-rescue.c:180
2609 msgid "%s: could not parse memory size '%s'\n"
2612 #: rescue/virt-rescue.c:419
2614 msgid "%s: unknown child exit status (%d)\n"
2617 #: src/appliance.c:181
2620 "cannot find any suitable libguestfs supermin or ordinary appliance on "
2621 "LIBGUESTFS_PATH (search path: %s)"
2624 #: src/appliance.c:331
2626 msgid "security: cached appliance %s is not owned by UID %d"
2629 #: src/appliance.c:336
2631 msgid "security: cached appliance %s is not a directory (mode %o)"
2634 #: src/appliance.c:341
2636 msgid "security: cached appliance %s is writable by group or other (mode %o)"
2639 #: src/appliance.c:659
2640 msgid "external command failed, see earlier error messages"
2644 msgid "unexpected end of output from db_dump command before end of header"
2647 #: src/dbdump.c:100 src/dbdump.c:112
2648 msgid "unexpected line from db_dump command, no space prefix"
2652 msgid "unexpected end of output from db_dump command before end of data"
2656 msgid "unexpected non-hex digits in output of db_dump command"
2659 #: src/filearch.c:153
2661 msgid "size of %s unreasonable (%<PRIi64> bytes)"
2664 #: src/filearch.c:266
2666 "file-architecture API not available since this version of libguestfs was "
2667 "compiled without PCRE or libmagic libraries"
2670 #: src/guestfs.c:174
2672 msgid "guestfs_close: called twice on the same handle\n"
2675 #: src/guestfs.c:333
2680 #: src/guestfs.c:392
2682 msgid "libguestfs: error: %s\n"
2685 #: src/guestfs.c:939
2687 msgid "<truncated, original size %zu bytes>"
2690 #: src/inspect.c:265
2691 msgid "not a Windows guest, or systemroot could not be determined"
2694 #: src/inspect.c:281
2695 msgid "not a Windows guest, or CurrentControlSet could not be determined"
2698 #: src/inspect.c:519
2700 msgid "%s: temporary directory not found"
2703 #: src/inspect.c:535 src/inspect_fs.c:474 src/inspect_fs.c:518
2704 #: src/inspect_fs_unix.c:194 src/inspect_fs_unix.c:579
2705 #: src/inspect_fs_unix.c:821
2707 msgid "size of %s is unreasonably large (%<PRIi64> bytes)"
2710 #: src/inspect.c:572
2711 msgid "no inspection data: call guestfs_inspect_os first"
2714 #: src/inspect.c:584
2717 "%s: root device not found: only call this function with a root device "
2718 "previously returned by guestfs_inspect_os"
2721 #: src/inspect.c:594 src/inspect_apps.c:474
2723 "inspection API not available since this version of libguestfs was compiled "
2724 "without PCRE or hivex libraries"
2727 #: src/inspect_fs.c:326 src/inspect_fs.c:339
2729 msgid "could not parse integer in version number: %s"
2732 #: src/inspect_fs.c:483
2734 msgid "%s: file is empty"
2737 #: src/inspect_fs_unix.c:613
2738 msgid "could not parse /etc/fstab or empty file"
2741 #: src/inspect_fs_windows.c:112
2743 msgid "cannot resolve Windows %%SYSTEMROOT%%"
2747 msgid "command line cannot be altered after qemu subprocess launched"
2751 msgid "guestfs_config: parameter must begin with '-' character"
2756 msgid "guestfs_config: parameter '%s' isn't allowed"
2759 #: src/launch.c:235 src/launch.c:339
2760 msgid "filename cannot contain ',' (comma) character"
2763 #: src/launch.c:247 src/launch.c:252
2765 msgid "%s parameter is empty or contains disallowed characters"
2769 msgid "the libguestfs handle has already been launched"
2774 msgid "%s: cannot create temporary directory"
2778 msgid "you must call guestfs_add_drive before guestfs_launch"
2782 msgid "guestfs_launch failed, see earlier error messages"
2786 msgid "qemu launched and contacted daemon, but state != READY"
2790 msgid "guestfs_launch failed, unexpected initial message from guestfsd"
2794 msgid "contacted guestfsd, but state != READY"
2797 #: src/launch.c:1038
2800 "%s: command failed: If qemu is located on a non-standard path, try setting "
2801 "the LIBGUESTFS_QEMU environment variable."
2804 #: src/launch.c:1129
2805 msgid "qemu has not been launched yet"
2808 #: src/launch.c:1140
2809 msgid "no subprocess to kill"
2814 msgid "guestfs_set_busy: called when in state %d != READY"
2819 msgid "guestfs_end_busy: called when in state %d"
2825 "check_for_daemon_cancellation_or_eof: read 0x%x from daemon, expected 0x%x\n"
2828 #: src/proto.c:599 src/proto.c:662
2829 msgid "unexpected end of file when reading from daemon"
2834 msgid "received magic signature from guestfsd, but in state %d"
2839 msgid "message length (%u) > maximum possible size (%d)"
2844 msgid "guestfs___send: state %d != BUSY"
2848 msgid "xdr_guestfs_message_header failed"
2852 msgid "dispatch failed to marshal args"
2857 msgid "send_file_chunk: state %d != READY"
2862 msgid "xdr_guestfs_chunk failed (buf = %p, buflen = %zu)"
2867 msgid "%s: error in chunked encoding"
2871 msgid "write to daemon socket"
2875 msgid "receive_file_data: parse error in reply callback"
2879 msgid "receive_file_data: unexpected flag received when reading file chunks"
2883 msgid "failed to parse file chunk"
2887 msgid "file receive cancelled by daemon"
2890 #: src/virt.c:92 src/virt.c:325
2891 msgid "you cannot set both live and readonly flags"
2896 msgid "could not connect to libvirt (code %d, domain %d): %s"
2901 msgid "no libvirt domain called '%s': %s"
2904 #: src/virt.c:163 src/virt.c:413
2906 msgid "error reading libvirt XML information: %s"
2909 #: src/virt.c:173 src/virt.c:421
2910 msgid "unable to parse XML information returned by libvirt"
2913 #: src/virt.c:179 src/virt.c:427
2914 msgid "unable to create new XPath context"
2917 #: src/virt.c:186 src/virt.c:442
2918 msgid "unable to evaluate XPath expression"
2922 msgid "libvirt domain has no disks"
2927 msgid "error getting domain info: %s"
2932 "error: domain is a live virtual machine.\n"
2933 "Writing to the disks of a running virtual machine can cause disk "
2935 "Either use read-only access, or if the guest is running the guestfsd daemon\n"
2936 "specify live access. In most libguestfs tools these options are --ro or\n"
2937 "--live respectively. Consult the documentation for further information."
2942 "this guest has no libvirt <channel> definition for guestfsd\n"
2943 "See ATTACHING TO RUNNING DAEMONS in guestfs(3) for further information."
2948 "add-domain API not available since this version of libguestfs was compiled "
2949 "without libvirt or libxml2"
2952 #: test-tool/test-tool.c:79
2955 "libguestfs-test-tool: interactive test tool\n"
2956 "Copyright (C) 2009-2011 Red Hat Inc.\n"
2958 " libguestfs-test-tool [--options]\n"
2960 " --help Display usage\n"
2961 " --qemudir dir Specify QEMU source directory\n"
2962 " --qemu qemu Specify QEMU binary\n"
2964 " -t n Set launch timeout (default: %d seconds)\n"
2967 #: test-tool/test-tool.c:127
2969 msgid "libguestfs-test-tool: unknown long option: %s (%d)\n"
2972 #: test-tool/test-tool.c:136
2974 msgid "libguestfs-test-tool: invalid timeout: %s\n"
2977 #: test-tool/test-tool.c:148
2979 msgid "libguestfs-test-tool: unexpected command line option 0x%x\n"
2982 #: test-tool/test-tool.c:170
2984 msgid "libguestfs-test-tool: failed to create libguestfs handle\n"
2987 #: test-tool/test-tool.c:177
2989 msgid "libguestfs-test-tool: failed to add drive '%s'\n"
2992 #: test-tool/test-tool.c:185
2994 msgid "libguestfs-test-tool: guestfs_version failed\n"
2997 #: test-tool/test-tool.c:217
2999 msgid "libguestfs-test-tool: failed to launch appliance\n"
3002 #: test-tool/test-tool.c:229
3004 msgid "libguestfs-test-tool: failed to run part-disk\n"
3007 #: test-tool/test-tool.c:235
3009 msgid "libguestfs-test-tool: failed to mkfs.ext2\n"
3012 #: test-tool/test-tool.c:241
3014 msgid "libguestfs-test-tool: failed to mount /dev/sda1 on /\n"
3017 #: test-tool/test-tool.c:248
3019 msgid "libguestfs-test-tool: failed to touch file\n"
3022 #: test-tool/test-tool.c:279
3025 "LIBGUESTFS_QEMU environment variable is already set, so\n"
3026 "--qemu/--qemudir options cannot be used.\n"
3029 #: test-tool/test-tool.c:287
3031 msgid "Binary '%s' does not exist or is not executable\n"
3034 #: test-tool/test-tool.c:301
3036 msgid "%s: does not look like a qemu source directory\n"
3039 #: tools/virt-edit.pl:178
3040 msgid "virt-edit: no image, VM names or filenames to edit given"
3043 #: tools/virt-edit.pl:194 tools/virt-tar.pl:243 tools/virt-win-reg.pl:217
3044 #, perl-brace-format
3046 "{prog}: No operating system could be detected inside this disk image.\n"
3048 "This may be because the file is not a disk image, or is not a virtual "
3050 "image, or because the OS type is not understood by libguestfs.\n"
3052 "If you feel this is an error, please file a bug report including as much\n"
3053 "information about the disk image as possible.\n"
3056 #: tools/virt-edit.pl:198 tools/virt-tar.pl:247 tools/virt-win-reg.pl:221
3057 #, perl-brace-format
3058 msgid "{prog}: multiboot operating systems are not supported.\n"
3061 #: tools/virt-edit.pl:235
3062 msgid "File not changed.\n"
3065 #: tools/virt-edit.pl:406
3066 #, perl-brace-format
3067 msgid "virt-edit: drive '{x}:' not found\n"
3070 #: tools/virt-edit.pl:422
3071 #, perl-brace-format
3073 "virt-edit: '{f}' does not start with a / or \\ character.\n"
3074 "If you are using Windows style paths with backslashes like C:\\foo.txt\n"
3075 "then don't forget that you must quote them with single quotes to\n"
3076 "prevent the shell from munging the backslashes.\n"
3079 #: tools/virt-list-filesystems.pl:142
3080 msgid "virt-list-filesystems: no image or VM name given"
3083 #: tools/virt-list-partitions.pl:152
3084 msgid "virt-list-partitions: no image or VM name given"
3087 #: tools/virt-make-fs.pl:291
3088 msgid "virt-make-fs input output\n"
3091 #: tools/virt-make-fs.pl:321
3092 msgid "unexpected output from 'du' command"
3095 #: tools/virt-make-fs.pl:333 tools/virt-make-fs.pl:347
3096 #: tools/virt-make-fs.pl:458
3097 #, perl-brace-format
3098 msgid "{f}: unknown input format: {fmt}\n"
3101 #: tools/virt-make-fs.pl:391
3102 #, perl-brace-format
3103 msgid "virt-make-fs: cannot parse size parameter: {sz}\n"
3106 #: tools/virt-make-fs.pl:406
3108 "qemu-img create: failed to create disk image, see earlier error messages\n"
3111 #: tools/virt-make-fs.pl:417
3112 msgid "virt-make-fs: NTFS support was disabled when libguestfs was compiled\n"
3115 #: tools/virt-make-fs.pl:442
3116 msgid "tar: failed, see earlier messages\n"
3119 #: tools/virt-make-fs.pl:464
3120 msgid "uncompress command failed, see earlier messages\n"
3123 #: tools/virt-make-fs.pl:499
3125 "virt-make-fs: error copying contents into filesystem\n"
3126 "An error here usually means that the program did not estimate the\n"
3127 "filesystem size correctly. Please read the BUGS section of the manpage.\n"
3130 #: tools/virt-tar.pl:183 tools/virt-tar.pl:190
3131 msgid "virt-tar: extract/upload mode specified twice on the command line\n"
3134 #: tools/virt-tar.pl:212
3135 msgid "virt-tar: no image, VM names, directory or filename given"
3138 #: tools/virt-tar.pl:215
3139 msgid "virt-tar: either -x or -u must be specified on the command line\n"
3142 #: tools/virt-tar.pl:226
3143 #, perl-brace-format
3144 msgid "virt-tar: {tarball}: file not found\n"
3147 #: tools/virt-tar.pl:229
3148 #, perl-brace-format
3149 msgid "virt-tar: {dir}: directory name must start with '/' character\n"
3152 #: tools/virt-win-reg.pl:201
3153 msgid "no libvirt domain name or disk image given\n"
3156 #: tools/virt-win-reg.pl:240
3158 "expecting 1 or 2 more parameters, subkey path and optionally the value to "
3162 #: tools/virt-win-reg.pl:351
3163 #, perl-brace-format
3164 msgid "virt-win-reg: {p}: not a supported Windows Registry path\n"
3167 #: tools/virt-win-reg.pl:368 tools/virt-win-reg.pl:390
3168 #, perl-brace-format
3169 msgid "virt-win-reg: {p}: file not found in guest: {err}\n"
3172 #: tools/virt-win-reg.pl:375
3173 #, perl-brace-format
3174 msgid "virt-win-reg: {p}: could not download registry file: {err}\n"
3177 #: tools/virt-win-reg.pl:397
3178 #, perl-brace-format
3179 msgid "virt-win-reg: {p}: could not upload registry file: {err}\n"