# SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR Red Hat Inc. # This file is distributed under the same license as the PACKAGE package. # FIRST AUTHOR , YEAR. # #, fuzzy msgid "" msgstr "" "Project-Id-Version: libguestfs 1.19.15\n" "Report-Msgid-Bugs-To: https://bugzilla.redhat.com/enter_bug.cgi?" "component=libguestfs&product=Virtualization+Tools\n" "POT-Creation-Date: 2012-06-29 20:34+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=CHARSET\n" "Content-Transfer-Encoding: 8bit\n" #: align/domains.c:112 df/domains.c:116 #, c-format msgid "%s: could not connect to libvirt (code %d, domain %d): %s\n" msgstr "" #: align/domains.c:121 df/domains.c:125 #, c-format msgid "%s: could not get number of running domains (code %d, domain %d): %s\n" msgstr "" #: align/domains.c:131 df/domains.c:135 #, c-format msgid "%s: could not list running domains (code %d, domain %d): %s\n" msgstr "" #: align/domains.c:142 df/domains.c:146 #, c-format msgid "%s: could not get number of inactive domains (code %d, domain %d): %s\n" msgstr "" #: align/domains.c:152 df/domains.c:156 #, c-format msgid "%s: could not list inactive domains (code %d, domain %d): %s\n" msgstr "" #: align/domains.c:201 df/domains.c:212 #, c-format msgid "%s: failed to analyze a disk, see error(s) above\n" msgstr "" #: align/domains.c:352 align/scan.c:130 cat/virt-cat.c:121 #: cat/virt-filesystems.c:205 cat/virt-ls.c:196 df/domains.c:438 df/main.c:136 #: edit/virt-edit.c:143 fish/fish.c:231 format/format.c:138 #: fuse/guestmount.c:203 inspector/virt-inspector.c:139 #: rescue/virt-rescue.c:145 #, c-format msgid "guestfs_create: failed to create handle\n" msgstr "" #: align/scan.c:67 cat/virt-cat.c:61 cat/virt-filesystems.c:102 #: cat/virt-ls.c:103 df/main.c:70 edit/virt-edit.c:75 fish/fish.c:103 #: fuse/guestmount.c:98 inspector/virt-inspector.c:77 rescue/virt-rescue.c:63 #, c-format msgid "Try `%s --help' for more information.\n" msgstr "" #: align/scan.c:71 #, c-format msgid "" "%s: check alignment of virtual machine partitions\n" "Copyright (C) 2011 Red Hat Inc.\n" "Usage:\n" " %s [--options] -d domname\n" " %s [--options] -a disk.img [-a disk.img ...]\n" "Options:\n" " -a|--add image Add image\n" " -c|--connect uri Specify libvirt URI for -d option\n" " -d|--domain guest Add disks from libvirt guest\n" " --format[=raw|..] Force disk format for -a option\n" " --help Display brief help\n" " -q|--quiet No output, just exit code\n" " -v|--verbose Verbose messages\n" " -V|--version Display version and exit\n" " -x Trace libguestfs API calls\n" "For more information, see the manpage %s(1).\n" msgstr "" #: align/scan.c:150 cat/virt-cat.c:143 cat/virt-filesystems.c:259 #: cat/virt-ls.c:246 df/main.c:160 edit/virt-edit.c:165 fish/fish.c:290 #: format/format.c:190 fuse/guestmount.c:231 inspector/virt-inspector.c:163 #: rescue/virt-rescue.c:201 #, c-format msgid "%s: unknown long option: %s (%d)\n" msgstr "" #: align/scan.c:209 df/main.c:266 #, c-format msgid "%s: compiled without support for libvirt and/or libxml2.\n" msgstr "" #: align/scan.c:215 #, c-format msgid "%s: --uuid option cannot be used with -a or -d\n" msgstr "" #: align/scan.c:304 msgid "alignment < 4K" msgstr "" #: align/scan.c:307 msgid "alignment < 64K" msgstr "" #: cat/virt-cat.c:65 #, c-format msgid "" "%s: display files in a virtual machine\n" "Copyright (C) 2010 Red Hat Inc.\n" "Usage:\n" " %s [--options] -d domname file [file ...]\n" " %s [--options] -a disk.img [-a disk.img ...] file [file ...]\n" "Options:\n" " -a|--add image Add image\n" " -c|--connect uri Specify libvirt URI for -d option\n" " -d|--domain guest Add disks from libvirt guest\n" " --echo-keys Don't turn off echo for passphrases\n" " --format[=raw|..] Force disk format for -a option\n" " --help Display brief help\n" " --keys-from-stdin Read passphrases from stdin\n" " -v|--verbose Verbose messages\n" " -V|--version Display version and exit\n" " -x Trace libguestfs API calls\n" "For more information, see the manpage %s(1).\n" msgstr "" #: cat/virt-cat.c:358 edit/virt-edit.c:666 fish/fish.c:1579 #, c-format msgid "%s: to use Windows drive letters, this must be a Windows guest\n" msgstr "" #: cat/virt-cat.c:372 edit/virt-edit.c:680 #, c-format msgid "%s: drive '%c:' not found.\n" msgstr "" #: cat/virt-filesystems.c:106 #, c-format msgid "" "%s: list filesystems, partitions, block devices, LVM in a VM\n" "Copyright (C) 2010 Red Hat Inc.\n" "Usage:\n" " %s [--options] -d domname\n" " %s [--options] -a disk.img [-a disk.img ...]\n" "Options:\n" " -a|--add image Add image\n" " --all Display everything\n" " --blkdevs|--block-devices\n" " Display block devices\n" " -c|--connect uri Specify libvirt URI for -d option\n" " --csv Output as Comma-Separated Values\n" " -d|--domain guest Add disks from libvirt guest\n" " --echo-keys Don't turn off echo for passphrases\n" " --extra Display swap and data filesystems\n" " --filesystems Display mountable filesystems\n" " --format[=raw|..] Force disk format for -a option\n" " -h|--human-readable Human-readable sizes in --long output\n" " --help Display brief help\n" " --keys-from-stdin Read passphrases from stdin\n" " -l|--long Long output\n" " --lvs|--logvols|--logical-volumes\n" " Display LVM logical volumes\n" " --no-title No title in --long output\n" " --parts|--partitions Display partitions\n" " --pvs|--physvols|--physical-volumes\n" " Display LVM physical volumes\n" " --uuid|--uuids Add UUIDs to --long output\n" " -v|--verbose Verbose messages\n" " -V|--version Display version and exit\n" " --vgs|--volgroups|--volume-groups\n" " Display LVM volume groups\n" " -x Trace libguestfs API calls\n" "For more information, see the manpage %s(1).\n" msgstr "" #: cat/virt-filesystems.c:321 cat/virt-ls.c:350 df/main.c:254 #, c-format msgid "%s: you cannot use -h and --csv options together.\n" msgstr "" #: cat/virt-ls.c:107 #, c-format msgid "" "%s: list files in a virtual machine\n" "Copyright (C) 2010-2012 Red Hat Inc.\n" "Usage:\n" " %s [--options] -d domname dir [dir ...]\n" " %s [--options] -a disk.img [-a disk.img ...] dir [dir ...]\n" "Options:\n" " -a|--add image Add image\n" " --checksum[=...] Display file checksums\n" " -c|--connect uri Specify libvirt URI for -d option\n" " --csv Comma-Separated Values output\n" " -d|--domain guest Add disks from libvirt guest\n" " --echo-keys Don't turn off echo for passphrases\n" " --extra-stats Display extra stats\n" " --format[=raw|..] Force disk format for -a option\n" " --help Display brief help\n" " -h|--human-readable Human-readable sizes in output\n" " --keys-from-stdin Read passphrases from stdin\n" " -l|--long Long listing\n" " -R|--recursive Recursive listing\n" " --times Display file times\n" " --time-days Display file times as days before now\n" " --time-relative Display file times as seconds before now\n" " --time-t Display file times as time_t's\n" " --uids Display UID, GID\n" " -v|--verbose Verbose messages\n" " -V|--version Display version and exit\n" " -x Trace libguestfs API calls\n" "For more information, see the manpage %s(1).\n" msgstr "" #: cat/virt-ls.c:341 #, c-format msgid "" "%s: used a flag which can only be combined with -lR mode\n" "For more information, read the virt-ls(1) man page.\n" msgstr "" #: cat/virt-ls.c:580 #, c-format msgid "%s: error getting extended attrs for %s %s\n" msgstr "" #: cat/virt-ls.c:586 #, c-format msgid "%s: error: cannot parse xattr count for %s %s\n" msgstr "" #: df/domains.c:290 #, c-format msgid "%s: ignoring %s, it has too many disks (%zu > %zu)\n" msgstr "" #: df/main.c:74 #, c-format msgid "" "%s: display free space on virtual filesystems\n" "Copyright (C) 2010 Red Hat Inc.\n" "Usage:\n" " %s [--options] -d domname\n" " %s [--options] -a disk.img [-a disk.img ...]\n" "Options:\n" " -a|--add image Add image\n" " -c|--connect uri Specify libvirt URI for -d option\n" " --csv Output as Comma-Separated Values\n" " -d|--domain guest Add disks from libvirt guest\n" " --format[=raw|..] Force disk format for -a option\n" " -h|--human-readable Human-readable sizes in --long output\n" " --help Display brief help\n" " -i|--inodes Display inodes\n" " --one-per-guest Separate appliance per guest\n" " --uuid Add UUIDs to --long output\n" " -v|--verbose Verbose messages\n" " -V|--version Display version and exit\n" " -x Trace libguestfs API calls\n" "For more information, see the manpage %s(1).\n" msgstr "" #: df/output.c:51 msgid "VirtualMachine" msgstr "" #: df/output.c:52 msgid "Filesystem" msgstr "" #: df/output.c:55 msgid "1K-blocks" msgstr "" #: df/output.c:57 msgid "Size" msgstr "" #: df/output.c:58 msgid "Used" msgstr "" #: df/output.c:59 msgid "Available" msgstr "" #: df/output.c:60 msgid "Use%" msgstr "" #: df/output.c:62 msgid "Inodes" msgstr "" #: df/output.c:63 msgid "IUsed" msgstr "" #: df/output.c:64 msgid "IFree" msgstr "" #: df/output.c:65 msgid "IUse%" msgstr "" #: edit/virt-edit.c:79 #, c-format msgid "" "%s: Edit a file in a virtual machine\n" "Copyright (C) 2009-2012 Red Hat Inc.\n" "Usage:\n" " %s [--options] -d domname file [file ...]\n" " %s [--options] -a disk.img [-a disk.img ...] file [file ...]\n" "Options:\n" " -a|--add image Add image\n" " -b|--backup .ext Backup original as original.ext\n" " -c|--connect uri Specify libvirt URI for -d option\n" " -d|--domain guest Add disks from libvirt guest\n" " --echo-keys Don't turn off echo for passphrases\n" " -e|--expr expr Non-interactive editing using Perl expr\n" " --format[=raw|..] Force disk format for -a option\n" " --help Display brief help\n" " --keys-from-stdin Read passphrases from stdin\n" " -v|--verbose Verbose messages\n" " -V|--version Display version and exit\n" " -x Trace libguestfs API calls\n" "For more information, see the manpage %s(1).\n" msgstr "" #: edit/virt-edit.c:177 #, c-format msgid "%s: -b option given multiple times\n" msgstr "" #: edit/virt-edit.c:194 #, c-format msgid "%s: -e option given multiple times\n" msgstr "" #: fish/alloc.c:38 #, c-format msgid "use 'alloc file size' to create an image\n" msgstr "" #: fish/alloc.c:52 #, c-format msgid "use 'sparse file size' to create a sparse image\n" msgstr "" #: fish/alloc.c:76 #, c-format msgid "can't allocate or add disks after launching\n" msgstr "" #: fish/alloc.c:157 #, c-format msgid "%s: invalid integer parameter (%s returned %d)\n" msgstr "" #: fish/cmds.c:3055 msgid "Command" msgstr "" #: fish/cmds.c:3055 msgid "Description" msgstr "" #: fish/cmds.c:3057 msgid "add a CD-ROM disk image to examine" msgstr "" #: fish/cmds.c:3058 msgid "add the disk(s) from a named libvirt domain" msgstr "" #: fish/cmds.c:3059 fish/cmds.c:3060 msgid "add an image to examine or modify" msgstr "" #: fish/cmds.c:3061 msgid "add a drive in snapshot mode (read-only)" msgstr "" #: fish/cmds.c:3062 msgid "add a drive read-only specifying the QEMU block emulation to use" msgstr "" #: fish/cmds.c:3063 msgid "add a drive specifying the QEMU block emulation to use" msgstr "" #: fish/cmds.c:3064 msgid "allocate and add a disk file" msgstr "" #: fish/cmds.c:3065 msgid "clear Augeas path" msgstr "" #: fish/cmds.c:3066 msgid "close the current Augeas handle" msgstr "" #: fish/cmds.c:3067 msgid "define an Augeas node" msgstr "" #: fish/cmds.c:3068 msgid "define an Augeas variable" msgstr "" #: fish/cmds.c:3069 msgid "look up the value of an Augeas path" msgstr "" #: fish/cmds.c:3070 msgid "create a new Augeas handle" msgstr "" #: fish/cmds.c:3071 msgid "insert a sibling Augeas node" msgstr "" #: fish/cmds.c:3072 msgid "load files into the tree" msgstr "" #: fish/cmds.c:3073 msgid "list Augeas nodes under augpath" msgstr "" #: fish/cmds.c:3074 msgid "return Augeas nodes which match augpath" msgstr "" #: fish/cmds.c:3075 msgid "move Augeas node" msgstr "" #: fish/cmds.c:3076 msgid "remove an Augeas path" msgstr "" #: fish/cmds.c:3077 msgid "write all pending Augeas changes to disk" msgstr "" #: fish/cmds.c:3078 msgid "set Augeas path to value" msgstr "" #: fish/cmds.c:3079 msgid "test availability of some parts of the API" msgstr "" #: fish/cmds.c:3080 msgid "return a list of all optional groups" msgstr "" #: fish/cmds.c:3081 msgid "upload base64-encoded data to file" msgstr "" #: fish/cmds.c:3082 msgid "download file and encode as base64" msgstr "" #: fish/cmds.c:3083 msgid "print block device attributes" msgstr "" #: fish/cmds.c:3084 msgid "flush device buffers" msgstr "" #: fish/cmds.c:3085 msgid "get blocksize of block device" msgstr "" #: fish/cmds.c:3086 msgid "is block device set to read-only" msgstr "" #: fish/cmds.c:3087 msgid "get total size of device in bytes" msgstr "" #: fish/cmds.c:3088 msgid "get sectorsize of block device" msgstr "" #: fish/cmds.c:3089 msgid "get total size of device in 512-byte sectors" msgstr "" #: fish/cmds.c:3090 msgid "reread partition table" msgstr "" #: fish/cmds.c:3091 msgid "set blocksize of block device" msgstr "" #: fish/cmds.c:3092 msgid "set block device to read-only" msgstr "" #: fish/cmds.c:3093 msgid "set block device to read-write" msgstr "" #: fish/cmds.c:3094 msgid "add devices to a btrfs filesystem" msgstr "" #: fish/cmds.c:3095 msgid "remove devices from a btrfs filesystem" msgstr "" #: fish/cmds.c:3096 msgid "balance a btrfs filesystem" msgstr "" #: fish/cmds.c:3097 msgid "resize a btrfs filesystem" msgstr "" #: fish/cmds.c:3098 msgid "sync a btrfs filesystem" msgstr "" #: fish/cmds.c:3099 msgid "check a btrfs filesystem" msgstr "" #: fish/cmds.c:3100 msgid "enable or disable the seeding feature of device" msgstr "" #: fish/cmds.c:3101 msgid "create a btrfs snapshot" msgstr "" #: fish/cmds.c:3102 msgid "delete a btrfs snapshot" msgstr "" #: fish/cmds.c:3103 msgid "list btrfs snapshots and subvolumes" msgstr "" #: fish/cmds.c:3104 msgid "set default btrfs subvolume" msgstr "" #: fish/cmds.c:3105 msgid "create a writable btrfs snapshot" msgstr "" #: fish/cmds.c:3106 msgid "return canonical device name" msgstr "" #: fish/cmds.c:3107 msgid "return true path on case-insensitive filesystem" msgstr "" #: fish/cmds.c:3108 msgid "list the contents of a file" msgstr "" #: fish/cmds.c:3109 msgid "compute MD5, SHAx or CRC checksum of file" msgstr "" #: fish/cmds.c:3110 msgid "compute MD5, SHAx or CRC checksum of the contents of a device" msgstr "" #: fish/cmds.c:3111 msgid "compute MD5, SHAx or CRC checksum of files in a directory" msgstr "" #: fish/cmds.c:3112 msgid "change file mode" msgstr "" #: fish/cmds.c:3113 fish/cmds.c:3252 msgid "change file owner and group" msgstr "" #: fish/cmds.c:3114 msgid "run a command from the guest filesystem" msgstr "" #: fish/cmds.c:3115 msgid "run a command, returning lines" msgstr "" #: fish/cmds.c:3116 msgid "output compressed device" msgstr "" #: fish/cmds.c:3117 msgid "output compressed file" msgstr "" #: fish/cmds.c:3118 msgid "add qemu parameters" msgstr "" #: fish/cmds.c:3119 msgid "copy from source device to destination device" msgstr "" #: fish/cmds.c:3120 msgid "copy from source device to destination file" msgstr "" #: fish/cmds.c:3121 msgid "copy from source file to destination device" msgstr "" #: fish/cmds.c:3122 msgid "copy from source file to destination file" msgstr "" #: fish/cmds.c:3123 msgid "copy local files or directories into an image" msgstr "" #: fish/cmds.c:3124 msgid "copy remote files or directories out of an image" msgstr "" #: fish/cmds.c:3125 msgid "copy size bytes from source to destination using dd" msgstr "" #: fish/cmds.c:3126 msgid "copy a file" msgstr "" #: fish/cmds.c:3127 msgid "copy a file or directory recursively" msgstr "" #: fish/cmds.c:3128 msgid "copy from source to destination using dd" msgstr "" #: fish/cmds.c:3129 msgid "debugging and internals" msgstr "" #: fish/cmds.c:3130 msgid "debug the QEMU command line (internal use only)" msgstr "" #: fish/cmds.c:3131 msgid "debug the drives (internal use only)" msgstr "" #: fish/cmds.c:3132 msgid "upload a file to the appliance (internal use only)" msgstr "" #: fish/cmds.c:3133 msgid "delete a previously registered event handler" msgstr "" #: fish/cmds.c:3134 msgid "convert device to index" msgstr "" #: fish/cmds.c:3135 msgid "report file system disk space usage" msgstr "" #: fish/cmds.c:3136 msgid "report file system disk space usage (human readable)" msgstr "" #: fish/cmds.c:3137 msgid "display an image" msgstr "" #: fish/cmds.c:3138 msgid "return kernel messages" msgstr "" #: fish/cmds.c:3139 msgid "download a file to the local machine" msgstr "" #: fish/cmds.c:3140 msgid "download a file to the local machine with offset and size" msgstr "" #: fish/cmds.c:3141 msgid "drop kernel page cache, dentries and inodes" msgstr "" #: fish/cmds.c:3142 msgid "estimate file space usage" msgstr "" #: fish/cmds.c:3143 fish/cmds.c:3144 msgid "check an ext2/ext3 filesystem" msgstr "" #: fish/cmds.c:3145 msgid "display a line of text" msgstr "" #: fish/cmds.c:3146 msgid "echo arguments back to the client" msgstr "" #: fish/cmds.c:3147 msgid "edit a file" msgstr "" #: fish/cmds.c:3148 fish/cmds.c:3149 fish/cmds.c:3155 fish/cmds.c:3156 #: fish/cmds.c:3195 fish/cmds.c:3196 fish/cmds.c:3478 fish/cmds.c:3479 #: fish/cmds.c:3484 fish/cmds.c:3485 fish/cmds.c:3487 fish/cmds.c:3488 msgid "return lines matching a pattern" msgstr "" #: fish/cmds.c:3150 msgid "test if two files have equal contents" msgstr "" #: fish/cmds.c:3151 msgid "register a handler for an event or events" msgstr "" #: fish/cmds.c:3152 msgid "test if file or directory exists" msgstr "" #: fish/cmds.c:3153 fish/cmds.c:3154 msgid "preallocate a file in the guest filesystem" msgstr "" #: fish/cmds.c:3157 msgid "determine file type" msgstr "" #: fish/cmds.c:3158 msgid "detect the architecture of a binary file" msgstr "" #: fish/cmds.c:3159 msgid "return the size of the file in bytes" msgstr "" #: fish/cmds.c:3160 msgid "check if filesystem is available" msgstr "" #: fish/cmds.c:3161 msgid "fill a file with octets" msgstr "" #: fish/cmds.c:3162 msgid "fill a file with a repeating pattern of bytes" msgstr "" #: fish/cmds.c:3163 msgid "find all files and directories" msgstr "" #: fish/cmds.c:3164 msgid "find all files and directories, returning NUL-separated list" msgstr "" #: fish/cmds.c:3165 msgid "find a filesystem by label" msgstr "" #: fish/cmds.c:3166 msgid "find a filesystem by UUID" msgstr "" #: fish/cmds.c:3167 msgid "run the filesystem checker" msgstr "" #: fish/cmds.c:3168 msgid "trim free space in a filesystem" msgstr "" #: fish/cmds.c:3169 msgid "get the additional kernel options" msgstr "" #: fish/cmds.c:3170 msgid "get the attach method" msgstr "" #: fish/cmds.c:3171 msgid "get autosync mode" msgstr "" #: fish/cmds.c:3172 msgid "get direct appliance mode flag" msgstr "" #: fish/cmds.c:3173 msgid "get ext2 file attributes of a file" msgstr "" #: fish/cmds.c:3174 msgid "get ext2 file generation of a file" msgstr "" #: fish/cmds.c:3175 msgid "get the ext2/3/4 filesystem label" msgstr "" #: fish/cmds.c:3176 msgid "get the ext2/3/4 filesystem UUID" msgstr "" #: fish/cmds.c:3177 msgid "get memory allocated to the qemu subprocess" msgstr "" #: fish/cmds.c:3178 msgid "get enable network flag" msgstr "" #: fish/cmds.c:3179 msgid "get the search path" msgstr "" #: fish/cmds.c:3180 msgid "get process group flag" msgstr "" #: fish/cmds.c:3181 msgid "get PID of qemu subprocess" msgstr "" #: fish/cmds.c:3182 msgid "get the qemu binary" msgstr "" #: fish/cmds.c:3183 msgid "get recovery process enabled flag" msgstr "" #: fish/cmds.c:3184 msgid "get SELinux enabled flag" msgstr "" #: fish/cmds.c:3185 msgid "get number of virtual CPUs in appliance" msgstr "" #: fish/cmds.c:3186 msgid "get the current state" msgstr "" #: fish/cmds.c:3187 msgid "get command trace enabled flag" msgstr "" #: fish/cmds.c:3188 msgid "get the current umask" msgstr "" #: fish/cmds.c:3189 msgid "get verbose mode" msgstr "" #: fish/cmds.c:3190 msgid "get SELinux security context" msgstr "" #: fish/cmds.c:3191 fish/cmds.c:3253 msgid "get a single extended attribute" msgstr "" #: fish/cmds.c:3192 fish/cmds.c:3254 msgid "list extended attributes of a file or directory" msgstr "" #: fish/cmds.c:3193 msgid "expand wildcards in command" msgstr "" #: fish/cmds.c:3194 msgid "expand a wildcard path" msgstr "" #: fish/cmds.c:3197 msgid "install GRUB 1" msgstr "" #: fish/cmds.c:3198 msgid "return first 10 lines of a file" msgstr "" #: fish/cmds.c:3199 msgid "return first N lines of a file" msgstr "" #: fish/cmds.c:3200 msgid "dump a file in hexadecimal" msgstr "" #: fish/cmds.c:3201 msgid "edit with a hex editor" msgstr "" #: fish/cmds.c:3202 msgid "list the contents of a single file in an initrd" msgstr "" #: fish/cmds.c:3203 msgid "list files in an initrd" msgstr "" #: fish/cmds.c:3204 msgid "add an inotify watch" msgstr "" #: fish/cmds.c:3205 msgid "close the inotify handle" msgstr "" #: fish/cmds.c:3206 msgid "return list of watched files that had events" msgstr "" #: fish/cmds.c:3207 msgid "create an inotify handle" msgstr "" #: fish/cmds.c:3208 msgid "return list of inotify events" msgstr "" #: fish/cmds.c:3209 msgid "remove an inotify watch" msgstr "" #: fish/cmds.c:3210 msgid "get architecture of inspected operating system" msgstr "" #: fish/cmds.c:3211 msgid "get distro of inspected operating system" msgstr "" #: fish/cmds.c:3212 msgid "get drive letter mappings" msgstr "" #: fish/cmds.c:3213 msgid "get filesystems associated with inspected operating system" msgstr "" #: fish/cmds.c:3214 msgid "get format of inspected operating system" msgstr "" #: fish/cmds.c:3215 msgid "get hostname of the operating system" msgstr "" #: fish/cmds.c:3216 msgid "get the icon corresponding to this operating system" msgstr "" #: fish/cmds.c:3217 msgid "get major version of inspected operating system" msgstr "" #: fish/cmds.c:3218 msgid "get minor version of inspected operating system" msgstr "" #: fish/cmds.c:3219 msgid "get mountpoints of inspected operating system" msgstr "" #: fish/cmds.c:3220 msgid "get package format used by the operating system" msgstr "" #: fish/cmds.c:3221 msgid "get package management tool used by the operating system" msgstr "" #: fish/cmds.c:3222 msgid "get product name of inspected operating system" msgstr "" #: fish/cmds.c:3223 msgid "get product variant of inspected operating system" msgstr "" #: fish/cmds.c:3224 msgid "return list of operating systems found by last inspection" msgstr "" #: fish/cmds.c:3225 msgid "get type of inspected operating system" msgstr "" #: fish/cmds.c:3226 msgid "get Windows CurrentControlSet of inspected operating system" msgstr "" #: fish/cmds.c:3227 msgid "get Windows systemroot of inspected operating system" msgstr "" #: fish/cmds.c:3228 msgid "get live flag for install disk" msgstr "" #: fish/cmds.c:3229 msgid "get multipart flag for install disk" msgstr "" #: fish/cmds.c:3230 msgid "get netinst (network installer) flag for install disk" msgstr "" #: fish/cmds.c:3231 msgid "get list of applications installed in the operating system" msgstr "" #: fish/cmds.c:3232 msgid "inspect disk and return list of operating systems found" msgstr "" #: fish/cmds.c:3233 msgid "test if block device" msgstr "" #: fish/cmds.c:3234 msgid "is busy processing a command" msgstr "" #: fish/cmds.c:3235 msgid "test if character device" msgstr "" #: fish/cmds.c:3236 msgid "is in configuration state" msgstr "" #: fish/cmds.c:3237 msgid "test if a directory" msgstr "" #: fish/cmds.c:3238 msgid "test if FIFO (named pipe)" msgstr "" #: fish/cmds.c:3239 msgid "test if a regular file" msgstr "" #: fish/cmds.c:3240 msgid "is launching subprocess" msgstr "" #: fish/cmds.c:3241 msgid "test if device is a logical volume" msgstr "" #: fish/cmds.c:3242 msgid "is ready to accept commands" msgstr "" #: fish/cmds.c:3243 msgid "test if socket" msgstr "" #: fish/cmds.c:3244 msgid "test if symbolic link" msgstr "" #: fish/cmds.c:3245 msgid "test if a file contains all zero bytes" msgstr "" #: fish/cmds.c:3246 msgid "test if a device contains all zero bytes" msgstr "" #: fish/cmds.c:3247 msgid "get ISO information from primary volume descriptor of ISO file" msgstr "" #: fish/cmds.c:3248 msgid "get ISO information from primary volume descriptor of device" msgstr "" #: fish/cmds.c:3249 msgid "kill the qemu subprocess" msgstr "" #: fish/cmds.c:3250 msgid "launch the qemu subprocess" msgstr "" #: fish/cmds.c:3251 msgid "change working directory" msgstr "" #: fish/cmds.c:3255 msgid "list 9p filesystems" msgstr "" #: fish/cmds.c:3256 msgid "list the block devices" msgstr "" #: fish/cmds.c:3257 msgid "list device mapper devices" msgstr "" #: fish/cmds.c:3258 msgid "list event handlers" msgstr "" #: fish/cmds.c:3259 msgid "list filesystems" msgstr "" #: fish/cmds.c:3260 msgid "list Linux md (RAID) devices" msgstr "" #: fish/cmds.c:3261 msgid "list the partitions" msgstr "" #: fish/cmds.c:3262 msgid "list the files in a directory (long format)" msgstr "" #: fish/cmds.c:3263 msgid "list the files in a directory (long format with SELinux contexts)" msgstr "" #: fish/cmds.c:3264 fish/cmds.c:3265 msgid "create a hard link" msgstr "" #: fish/cmds.c:3266 fish/cmds.c:3267 msgid "create a symbolic link" msgstr "" #: fish/cmds.c:3268 fish/cmds.c:3375 msgid "remove extended attribute of a file or directory" msgstr "" #: fish/cmds.c:3269 msgid "list the files in a directory" msgstr "" #: fish/cmds.c:3270 fish/cmds.c:3408 msgid "set extended attribute of a file or directory" msgstr "" #: fish/cmds.c:3271 msgid "get file information for a symbolic link" msgstr "" #: fish/cmds.c:3272 msgid "lstat on multiple files" msgstr "" #: fish/cmds.c:3273 msgid "add a key on a LUKS encrypted device" msgstr "" #: fish/cmds.c:3274 msgid "close a LUKS device" msgstr "" #: fish/cmds.c:3275 fish/cmds.c:3276 msgid "format a block device as a LUKS encrypted device" msgstr "" #: fish/cmds.c:3277 msgid "remove a key from a LUKS encrypted device" msgstr "" #: fish/cmds.c:3278 msgid "open a LUKS-encrypted block device" msgstr "" #: fish/cmds.c:3279 msgid "open a LUKS-encrypted block device read-only" msgstr "" #: fish/cmds.c:3280 msgid "create an LVM logical volume" msgstr "" #: fish/cmds.c:3281 msgid "create an LVM logical volume in % remaining free space" msgstr "" #: fish/cmds.c:3282 msgid "get canonical name of an LV" msgstr "" #: fish/cmds.c:3283 msgid "clear LVM device filter" msgstr "" #: fish/cmds.c:3284 msgid "remove all LVM LVs, VGs and PVs" msgstr "" #: fish/cmds.c:3285 msgid "set LVM device filter" msgstr "" #: fish/cmds.c:3286 msgid "remove an LVM logical volume" msgstr "" #: fish/cmds.c:3287 msgid "rename an LVM logical volume" msgstr "" #: fish/cmds.c:3288 msgid "resize an LVM logical volume" msgstr "" #: fish/cmds.c:3289 msgid "expand an LV to fill free space" msgstr "" #: fish/cmds.c:3290 fish/cmds.c:3291 msgid "list the LVM logical volumes (LVs)" msgstr "" #: fish/cmds.c:3292 msgid "get the UUID of a logical volume" msgstr "" #: fish/cmds.c:3293 msgid "lgetxattr on multiple files" msgstr "" #: fish/cmds.c:3294 msgid "open the manual" msgstr "" #: fish/cmds.c:3295 msgid "maximum number of disks that may be added" msgstr "" #: fish/cmds.c:3296 msgid "create a Linux md (RAID) device" msgstr "" #: fish/cmds.c:3297 msgid "obtain metadata for an MD device" msgstr "" #: fish/cmds.c:3298 msgid "get underlying devices from an MD device" msgstr "" #: fish/cmds.c:3299 msgid "stop a Linux md (RAID) device" msgstr "" #: fish/cmds.c:3300 msgid "create a directory" msgstr "" #: fish/cmds.c:3301 msgid "create a directory with a particular mode" msgstr "" #: fish/cmds.c:3302 msgid "create a directory and parents" msgstr "" #: fish/cmds.c:3303 msgid "create a temporary directory" msgstr "" #: fish/cmds.c:3304 fish/cmds.c:3305 fish/cmds.c:3306 msgid "make ext2/3/4 filesystem with external journal" msgstr "" #: fish/cmds.c:3307 msgid "make ext2/3/4 external journal" msgstr "" #: fish/cmds.c:3308 msgid "make ext2/3/4 external journal with label" msgstr "" #: fish/cmds.c:3309 msgid "make ext2/3/4 external journal with UUID" msgstr "" #: fish/cmds.c:3310 msgid "make FIFO (named pipe)" msgstr "" #: fish/cmds.c:3311 fish/cmds.c:3314 msgid "make a filesystem" msgstr "" #: fish/cmds.c:3312 msgid "make a filesystem with block size" msgstr "" #: fish/cmds.c:3313 msgid "create a btrfs filesystem" msgstr "" #: fish/cmds.c:3315 msgid "create a mountpoint" msgstr "" #: fish/cmds.c:3316 msgid "make block, character or FIFO devices" msgstr "" #: fish/cmds.c:3317 msgid "make block device node" msgstr "" #: fish/cmds.c:3318 msgid "make char device node" msgstr "" #: fish/cmds.c:3319 msgid "create a swap partition" msgstr "" #: fish/cmds.c:3320 msgid "create a swap partition with a label" msgstr "" #: fish/cmds.c:3321 msgid "create a swap partition with an explicit UUID" msgstr "" #: fish/cmds.c:3322 msgid "create a swap file" msgstr "" #: fish/cmds.c:3323 msgid "load a kernel module" msgstr "" #: fish/cmds.c:3324 msgid "view a file" msgstr "" #: fish/cmds.c:3325 msgid "mount a guest disk at a position in the filesystem" msgstr "" #: fish/cmds.c:3326 msgid "mount 9p filesystem" msgstr "" #: fish/cmds.c:3327 msgid "mount on the local filesystem" msgstr "" #: fish/cmds.c:3328 msgid "run main loop of mount on the local filesystem" msgstr "" #: fish/cmds.c:3329 msgid "mount a file using the loop device" msgstr "" #: fish/cmds.c:3330 msgid "mount a guest disk with mount options" msgstr "" #: fish/cmds.c:3331 msgid "mount a guest disk, read-only" msgstr "" #: fish/cmds.c:3332 msgid "mount a guest disk with mount options and vfstype" msgstr "" #: fish/cmds.c:3333 msgid "show mountpoints" msgstr "" #: fish/cmds.c:3334 msgid "show mounted filesystems" msgstr "" #: fish/cmds.c:3335 msgid "move a file" msgstr "" #: fish/cmds.c:3336 msgid "return number of whole block devices (disks) added" msgstr "" #: fish/cmds.c:3337 msgid "probe NTFS volume" msgstr "" #: fish/cmds.c:3338 msgid "restore NTFS from backup file" msgstr "" #: fish/cmds.c:3339 msgid "save NTFS to backup file" msgstr "" #: fish/cmds.c:3340 msgid "fix common errors and force Windows to check NTFS" msgstr "" #: fish/cmds.c:3341 fish/cmds.c:3342 msgid "resize an NTFS filesystem" msgstr "" #: fish/cmds.c:3343 msgid "resize an NTFS filesystem (with size)" msgstr "" #: fish/cmds.c:3344 msgid "add a partition to the device" msgstr "" #: fish/cmds.c:3345 msgid "delete a partition" msgstr "" #: fish/cmds.c:3346 msgid "partition whole disk with a single primary partition" msgstr "" #: fish/cmds.c:3347 msgid "return true if a partition is bootable" msgstr "" #: fish/cmds.c:3348 msgid "get the MBR type byte (ID byte) from a partition" msgstr "" #: fish/cmds.c:3349 msgid "get the partition table type" msgstr "" #: fish/cmds.c:3350 msgid "create an empty partition table" msgstr "" #: fish/cmds.c:3351 msgid "list partitions on a device" msgstr "" #: fish/cmds.c:3352 msgid "make a partition bootable" msgstr "" #: fish/cmds.c:3353 msgid "set the MBR type byte (ID byte) of a partition" msgstr "" #: fish/cmds.c:3354 msgid "set partition name" msgstr "" #: fish/cmds.c:3355 msgid "convert partition name to device name" msgstr "" #: fish/cmds.c:3356 msgid "convert partition name to partition number" msgstr "" #: fish/cmds.c:3357 msgid "ping the guest daemon" msgstr "" #: fish/cmds.c:3358 msgid "read part of a file" msgstr "" #: fish/cmds.c:3359 msgid "read part of a device" msgstr "" #: fish/cmds.c:3360 msgid "create an LVM physical volume" msgstr "" #: fish/cmds.c:3361 msgid "remove an LVM physical volume" msgstr "" #: fish/cmds.c:3362 msgid "resize an LVM physical volume" msgstr "" #: fish/cmds.c:3363 msgid "resize an LVM physical volume (with size)" msgstr "" #: fish/cmds.c:3364 fish/cmds.c:3365 msgid "list the LVM physical volumes (PVs)" msgstr "" #: fish/cmds.c:3366 msgid "get the UUID of a physical volume" msgstr "" #: fish/cmds.c:3367 msgid "write to part of a file" msgstr "" #: fish/cmds.c:3368 msgid "write to part of a device" msgstr "" #: fish/cmds.c:3369 msgid "read a file" msgstr "" #: fish/cmds.c:3370 msgid "read file as lines" msgstr "" #: fish/cmds.c:3371 msgid "read directories entries" msgstr "" #: fish/cmds.c:3372 msgid "read the target of a symbolic link" msgstr "" #: fish/cmds.c:3373 msgid "readlink on multiple files" msgstr "" #: fish/cmds.c:3374 msgid "canonicalized absolute pathname" msgstr "" #: fish/cmds.c:3376 msgid "close and reopen libguestfs handle" msgstr "" #: fish/cmds.c:3377 msgid "resize an ext2, ext3 or ext4 filesystem" msgstr "" #: fish/cmds.c:3378 msgid "resize an ext2, ext3 or ext4 filesystem to the minimum size" msgstr "" #: fish/cmds.c:3379 msgid "resize an ext2, ext3 or ext4 filesystem (with size)" msgstr "" #: fish/cmds.c:3380 msgid "remove a file" msgstr "" #: fish/cmds.c:3381 msgid "remove a file or directory recursively" msgstr "" #: fish/cmds.c:3382 msgid "remove a directory" msgstr "" #: fish/cmds.c:3383 msgid "remove a mountpoint" msgstr "" #: fish/cmds.c:3384 msgid "scrub (securely wipe) a device" msgstr "" #: fish/cmds.c:3385 msgid "scrub (securely wipe) a file" msgstr "" #: fish/cmds.c:3386 msgid "scrub (securely wipe) free space" msgstr "" #: fish/cmds.c:3387 msgid "add options to kernel command line" msgstr "" #: fish/cmds.c:3388 msgid "set the attach method" msgstr "" #: fish/cmds.c:3389 msgid "set autosync mode" msgstr "" #: fish/cmds.c:3390 msgid "enable or disable direct appliance mode" msgstr "" #: fish/cmds.c:3391 msgid "set ext2 file attributes of a file" msgstr "" #: fish/cmds.c:3392 msgid "set ext2 file generation of a file" msgstr "" #: fish/cmds.c:3393 msgid "set the ext2/3/4 filesystem label" msgstr "" #: fish/cmds.c:3394 msgid "set the ext2/3/4 filesystem UUID" msgstr "" #: fish/cmds.c:3395 msgid "set filesystem label" msgstr "" #: fish/cmds.c:3396 msgid "set memory allocated to the qemu subprocess" msgstr "" #: fish/cmds.c:3397 msgid "set enable network flag" msgstr "" #: fish/cmds.c:3398 msgid "set the search path" msgstr "" #: fish/cmds.c:3399 msgid "set process group flag" msgstr "" #: fish/cmds.c:3400 msgid "set the qemu binary" msgstr "" #: fish/cmds.c:3401 msgid "enable or disable the recovery process" msgstr "" #: fish/cmds.c:3402 msgid "set SELinux enabled or disabled at appliance boot" msgstr "" #: fish/cmds.c:3403 msgid "set number of virtual CPUs in appliance" msgstr "" #: fish/cmds.c:3404 msgid "enable or disable command traces" msgstr "" #: fish/cmds.c:3405 msgid "set verbose mode" msgstr "" #: fish/cmds.c:3406 msgid "set SELinux security context" msgstr "" #: fish/cmds.c:3407 msgid "set an environment variable" msgstr "" #: fish/cmds.c:3409 fish/cmds.c:3410 msgid "create partitions on a block device" msgstr "" #: fish/cmds.c:3411 msgid "modify a single partition on a block device" msgstr "" #: fish/cmds.c:3412 msgid "display the disk geometry from the partition table" msgstr "" #: fish/cmds.c:3413 msgid "display the kernel geometry" msgstr "" #: fish/cmds.c:3414 msgid "display the partition table" msgstr "" #: fish/cmds.c:3415 msgid "run a command via the shell" msgstr "" #: fish/cmds.c:3416 msgid "run a command via the shell returning lines" msgstr "" #: fish/cmds.c:3417 msgid "sleep for some seconds" msgstr "" #: fish/cmds.c:3418 msgid "create a sparse disk image and add" msgstr "" #: fish/cmds.c:3419 msgid "get file information" msgstr "" #: fish/cmds.c:3420 msgid "get file system statistics" msgstr "" #: fish/cmds.c:3421 fish/cmds.c:3422 msgid "print the printable strings in a file" msgstr "" #: fish/cmds.c:3423 msgid "list supported groups of commands" msgstr "" #: fish/cmds.c:3424 msgid "disable swap on device" msgstr "" #: fish/cmds.c:3425 msgid "disable swap on file" msgstr "" #: fish/cmds.c:3426 msgid "disable swap on labeled swap partition" msgstr "" #: fish/cmds.c:3427 msgid "disable swap on swap partition by UUID" msgstr "" #: fish/cmds.c:3428 msgid "enable swap on device" msgstr "" #: fish/cmds.c:3429 msgid "enable swap on file" msgstr "" #: fish/cmds.c:3430 msgid "enable swap on labeled swap partition" msgstr "" #: fish/cmds.c:3431 msgid "enable swap on swap partition by UUID" msgstr "" #: fish/cmds.c:3432 msgid "sync disks, writes are flushed through to the disk image" msgstr "" #: fish/cmds.c:3433 msgid "return last 10 lines of a file" msgstr "" #: fish/cmds.c:3434 msgid "return last N lines of a file" msgstr "" #: fish/cmds.c:3435 msgid "unpack tarfile to directory" msgstr "" #: fish/cmds.c:3436 msgid "pack directory into tarfile" msgstr "" #: fish/cmds.c:3437 fish/cmds.c:3445 msgid "unpack compressed tarball to directory" msgstr "" #: fish/cmds.c:3438 fish/cmds.c:3446 msgid "pack directory into compressed tarball" msgstr "" #: fish/cmds.c:3439 msgid "print elapsed time taken to run a command" msgstr "" #: fish/cmds.c:3440 msgid "update file timestamps or create a new file" msgstr "" #: fish/cmds.c:3441 msgid "truncate a file to zero size" msgstr "" #: fish/cmds.c:3442 msgid "truncate a file to a particular size" msgstr "" #: fish/cmds.c:3443 msgid "adjust ext2/ext3/ext4 filesystem parameters" msgstr "" #: fish/cmds.c:3444 msgid "get ext2/ext3/ext4 superblock details" msgstr "" #: fish/cmds.c:3447 msgid "set file mode creation mask (umask)" msgstr "" #: fish/cmds.c:3448 msgid "unmount a filesystem" msgstr "" #: fish/cmds.c:3449 msgid "unmount all filesystems" msgstr "" #: fish/cmds.c:3450 msgid "unmount a locally mounted filesystem" msgstr "" #: fish/cmds.c:3451 msgid "unset an environment variable" msgstr "" #: fish/cmds.c:3452 msgid "upload a file from the local machine" msgstr "" #: fish/cmds.c:3453 msgid "upload a file from the local machine with offset" msgstr "" #: fish/cmds.c:3454 msgid "set timestamp of a file with nanosecond precision" msgstr "" #: fish/cmds.c:3455 msgid "get the library version number" msgstr "" #: fish/cmds.c:3456 msgid "get the filesystem label" msgstr "" #: fish/cmds.c:3457 msgid "get the Linux VFS type corresponding to a mounted device" msgstr "" #: fish/cmds.c:3458 msgid "get the filesystem UUID" msgstr "" #: fish/cmds.c:3459 msgid "activate or deactivate some volume groups" msgstr "" #: fish/cmds.c:3460 msgid "activate or deactivate all volume groups" msgstr "" #: fish/cmds.c:3461 msgid "create an LVM volume group" msgstr "" #: fish/cmds.c:3462 msgid "get the LV UUIDs of all LVs in the volume group" msgstr "" #: fish/cmds.c:3463 msgid "get volume group metadata" msgstr "" #: fish/cmds.c:3464 msgid "get the PV UUIDs containing the volume group" msgstr "" #: fish/cmds.c:3465 msgid "remove an LVM volume group" msgstr "" #: fish/cmds.c:3466 msgid "rename an LVM volume group" msgstr "" #: fish/cmds.c:3467 fish/cmds.c:3468 msgid "list the LVM volume groups (VGs)" msgstr "" #: fish/cmds.c:3469 msgid "rescan for LVM physical volumes, volume groups and logical volumes" msgstr "" #: fish/cmds.c:3470 msgid "get the UUID of a volume group" msgstr "" #: fish/cmds.c:3471 msgid "count characters in a file" msgstr "" #: fish/cmds.c:3472 msgid "count lines in a file" msgstr "" #: fish/cmds.c:3473 msgid "count words in a file" msgstr "" #: fish/cmds.c:3474 msgid "wipe a filesystem signature from a device" msgstr "" #: fish/cmds.c:3475 msgid "create a new file" msgstr "" #: fish/cmds.c:3476 msgid "append content to end of file" msgstr "" #: fish/cmds.c:3477 msgid "create a file" msgstr "" #: fish/cmds.c:3480 msgid "write zeroes to the device" msgstr "" #: fish/cmds.c:3481 msgid "write zeroes to an entire device" msgstr "" #: fish/cmds.c:3482 msgid "zero free space in a filesystem" msgstr "" #: fish/cmds.c:3483 msgid "zero unused inodes and disk blocks on ext2/3 filesystem" msgstr "" #: fish/cmds.c:3486 msgid "determine file type inside a compressed file" msgstr "" #: fish/cmds.c:3489 msgid "Use -h / help to show detailed help for a command." msgstr "" #: fish/cmds.c:3906 fish/cmds.c:3925 fish/cmds.c:3946 fish/cmds.c:3968 #: fish/cmds.c:3990 fish/cmds.c:4013 fish/cmds.c:4037 fish/cmds.c:4058 #: fish/cmds.c:4080 fish/cmds.c:4101 fish/cmds.c:4123 fish/cmds.c:4144 #: fish/cmds.c:4164 fish/cmds.c:4184 fish/cmds.c:4206 fish/cmds.c:4226 #: fish/cmds.c:4246 fish/cmds.c:4266 fish/cmds.c:4286 fish/cmds.c:4306 #: fish/cmds.c:4326 fish/cmds.c:4348 fish/cmds.c:4387 fish/cmds.c:4407 #: fish/cmds.c:4427 fish/cmds.c:4450 fish/cmds.c:4470 fish/cmds.c:4492 #: fish/cmds.c:4512 fish/cmds.c:4534 fish/cmds.c:4554 fish/cmds.c:4576 #: fish/cmds.c:4596 fish/cmds.c:4619 fish/cmds.c:4643 fish/cmds.c:4666 #: fish/cmds.c:4691 fish/cmds.c:4714 fish/cmds.c:4738 fish/cmds.c:4762 #: fish/cmds.c:4786 fish/cmds.c:4809 fish/cmds.c:4832 fish/cmds.c:4856 #: fish/cmds.c:4880 fish/cmds.c:4904 fish/cmds.c:4924 fish/cmds.c:4944 #: fish/cmds.c:5030 fish/cmds.c:5052 fish/cmds.c:5073 fish/cmds.c:5094 #: fish/cmds.c:5191 fish/cmds.c:5215 fish/cmds.c:5239 fish/cmds.c:5263 #: fish/cmds.c:5287 fish/cmds.c:5311 fish/cmds.c:5334 fish/cmds.c:5357 #: fish/cmds.c:5380 fish/cmds.c:5400 fish/cmds.c:5423 fish/cmds.c:5447 #: fish/cmds.c:5471 fish/cmds.c:5555 fish/cmds.c:5575 fish/cmds.c:5597 #: fish/cmds.c:5636 fish/cmds.c:5737 fish/cmds.c:5802 fish/cmds.c:5824 #: fish/cmds.c:5849 fish/cmds.c:5870 fish/cmds.c:5891 fish/cmds.c:5916 #: fish/cmds.c:5943 fish/cmds.c:5970 fish/cmds.c:5995 fish/cmds.c:6016 #: fish/cmds.c:6037 fish/cmds.c:6058 fish/cmds.c:6079 fish/cmds.c:6100 #: fish/cmds.c:6121 fish/cmds.c:6142 fish/cmds.c:6165 fish/cmds.c:6193 #: fish/cmds.c:6236 fish/cmds.c:6258 fish/cmds.c:6285 fish/cmds.c:6311 #: fish/cmds.c:6336 fish/cmds.c:6361 fish/cmds.c:6385 fish/cmds.c:6409 #: fish/cmds.c:6432 fish/cmds.c:6454 fish/cmds.c:6473 fish/cmds.c:6494 #: fish/cmds.c:6518 fish/cmds.c:6543 fish/cmds.c:6568 fish/cmds.c:6593 #: fish/cmds.c:6618 fish/cmds.c:6644 fish/cmds.c:6691 fish/cmds.c:6756 #: fish/cmds.c:6782 fish/cmds.c:6808 fish/cmds.c:6834 fish/cmds.c:6857 #: fish/cmds.c:6885 fish/cmds.c:6929 fish/cmds.c:6956 fish/cmds.c:7044 #: fish/cmds.c:7090 fish/cmds.c:7110 fish/cmds.c:7131 fish/cmds.c:7150 #: fish/cmds.c:7171 fish/cmds.c:7198 fish/cmds.c:7225 fish/cmds.c:7252 #: fish/cmds.c:7279 fish/cmds.c:7306 fish/cmds.c:7333 fish/cmds.c:7357 #: fish/cmds.c:7379 fish/cmds.c:7401 fish/cmds.c:7424 fish/cmds.c:7447 #: fish/cmds.c:7471 fish/cmds.c:7513 fish/cmds.c:7536 fish/cmds.c:7559 #: fish/cmds.c:7581 fish/cmds.c:7604 fish/cmds.c:7634 fish/cmds.c:7664 #: fish/cmds.c:7693 fish/cmds.c:7723 fish/cmds.c:7750 fish/cmds.c:7780 #: fish/cmds.c:7810 fish/cmds.c:7835 fish/cmds.c:7862 fish/cmds.c:7888 #: fish/cmds.c:7916 fish/cmds.c:7938 fish/cmds.c:7960 fish/cmds.c:7983 #: fish/cmds.c:8006 fish/cmds.c:8031 fish/cmds.c:8054 fish/cmds.c:8079 #: fish/cmds.c:8103 fish/cmds.c:8126 fish/cmds.c:8153 fish/cmds.c:8183 #: fish/cmds.c:8213 fish/cmds.c:8242 fish/cmds.c:8281 fish/cmds.c:8302 #: fish/cmds.c:8324 fish/cmds.c:8354 fish/cmds.c:8382 fish/cmds.c:8410 #: fish/cmds.c:8437 fish/cmds.c:8459 fish/cmds.c:8486 fish/cmds.c:8589 #: fish/cmds.c:8613 fish/cmds.c:8637 fish/cmds.c:8661 fish/cmds.c:8684 #: fish/cmds.c:8711 fish/cmds.c:8753 fish/cmds.c:8775 fish/cmds.c:8802 #: fish/cmds.c:8824 fish/cmds.c:8866 fish/cmds.c:8890 fish/cmds.c:8914 #: fish/cmds.c:8938 fish/cmds.c:8965 fish/cmds.c:8987 fish/cmds.c:9012 #: fish/cmds.c:9037 fish/cmds.c:9064 fish/cmds.c:9090 fish/cmds.c:9116 #: fish/cmds.c:9142 fish/cmds.c:9170 fish/cmds.c:9217 fish/cmds.c:9245 #: fish/cmds.c:9290 fish/cmds.c:9311 fish/cmds.c:9334 fish/cmds.c:9360 #: fish/cmds.c:9388 fish/cmds.c:9417 fish/cmds.c:9440 fish/cmds.c:9464 #: fish/cmds.c:9490 fish/cmds.c:9576 fish/cmds.c:9624 fish/cmds.c:9712 #: fish/cmds.c:9797 fish/cmds.c:9839 fish/cmds.c:9867 fish/cmds.c:9894 #: fish/cmds.c:9922 fish/cmds.c:9949 fish/cmds.c:9979 fish/cmds.c:10029 #: fish/cmds.c:10077 fish/cmds.c:10104 fish/cmds.c:10128 fish/cmds.c:10151 #: fish/cmds.c:10173 fish/cmds.c:10196 fish/cmds.c:10228 fish/cmds.c:10257 #: fish/cmds.c:10286 fish/cmds.c:10315 fish/cmds.c:10344 fish/cmds.c:10373 #: fish/cmds.c:10402 fish/cmds.c:10431 fish/cmds.c:10460 fish/cmds.c:10489 #: fish/cmds.c:10518 fish/cmds.c:10547 fish/cmds.c:10575 fish/cmds.c:10603 #: fish/cmds.c:10630 fish/cmds.c:10657 fish/cmds.c:10684 fish/cmds.c:10710 #: fish/cmds.c:10738 fish/cmds.c:10783 fish/cmds.c:10805 fish/cmds.c:10827 #: fish/cmds.c:10852 fish/cmds.c:10877 fish/cmds.c:10899 fish/cmds.c:10921 #: fish/cmds.c:10943 fish/cmds.c:10965 fish/cmds.c:10990 fish/cmds.c:11032 #: fish/cmds.c:11078 fish/cmds.c:11117 fish/cmds.c:11138 fish/cmds.c:11159 #: fish/cmds.c:11180 fish/cmds.c:11200 fish/cmds.c:11225 fish/cmds.c:11269 #: fish/cmds.c:11313 fish/cmds.c:11358 fish/cmds.c:11404 fish/cmds.c:11451 #: fish/cmds.c:11498 fish/cmds.c:11542 fish/cmds.c:11564 fish/cmds.c:11592 #: fish/cmds.c:11621 fish/cmds.c:11648 fish/cmds.c:11672 fish/cmds.c:11698 #: fish/cmds.c:11741 fish/cmds.c:11823 fish/cmds.c:11870 fish/cmds.c:11936 #: fish/cmds.c:11968 fish/cmds.c:12000 fish/cmds.c:12034 fish/cmds.c:12100 #: fish/cmds.c:12126 fish/cmds.c:12178 fish/cmds.c:12203 fish/cmds.c:12248 #: fish/cmds.c:12291 fish/cmds.c:12315 fish/cmds.c:12341 fish/cmds.c:12406 #: fish/cmds.c:12432 fish/cmds.c:12461 fish/cmds.c:12488 fish/cmds.c:12512 #: fish/cmds.c:12537 fish/cmds.c:12569 fish/cmds.c:12593 fish/cmds.c:12617 #: fish/cmds.c:12641 fish/cmds.c:12665 fish/cmds.c:12691 fish/cmds.c:12734 #: fish/cmds.c:12757 fish/cmds.c:12787 fish/cmds.c:12816 fish/cmds.c:12836 #: fish/cmds.c:12858 fish/cmds.c:12901 fish/cmds.c:12945 fish/cmds.c:12990 #: fish/cmds.c:13053 fish/cmds.c:13079 fish/cmds.c:13121 fish/cmds.c:13141 #: fish/cmds.c:13165 fish/cmds.c:13212 fish/cmds.c:13242 fish/cmds.c:13273 #: fish/cmds.c:13305 fish/cmds.c:13353 fish/cmds.c:13384 fish/cmds.c:13428 #: fish/cmds.c:13465 fish/cmds.c:13502 fish/cmds.c:13536 fish/cmds.c:13560 #: fish/cmds.c:13599 fish/cmds.c:13623 fish/cmds.c:13647 fish/cmds.c:13670 #: fish/cmds.c:13693 fish/cmds.c:13724 fish/cmds.c:13753 fish/cmds.c:13777 #: fish/cmds.c:13828 fish/cmds.c:13880 fish/cmds.c:13936 fish/cmds.c:13984 #: fish/cmds.c:14007 fish/cmds.c:14031 fish/cmds.c:14055 fish/cmds.c:14081 #: fish/cmds.c:14107 fish/cmds.c:14133 fish/cmds.c:14159 fish/cmds.c:14185 #: fish/cmds.c:14211 fish/cmds.c:14257 fish/cmds.c:14317 fish/cmds.c:14360 #: fish/cmds.c:14422 fish/cmds.c:14567 fish/cmds.c:14601 fish/cmds.c:14633 #: fish/cmds.c:14655 fish/cmds.c:14681 fish/cmds.c:14702 fish/cmds.c:14773 #: fish/cmds.c:14926 fish/cmds.c:15103 fish/cmds.c:15854 fish/cmds.c:15877 #: fish/cmds.c:15901 fish/cmds.c:15923 fish/cmds.c:16000 fish/cmds.c:16027 #: fish/cmds.c:16171 fish/cmds.c:16198 fish/cmds.c:16221 fish/cmds.c:16248 #: fish/cmds.c:16291 fish/cmds.c:16315 fish/cmds.c:16343 fish/cmds.c:16371 #: fish/cmds.c:16559 fish/cmds.c:16639 fish/cmds.c:16666 fish/cmds.c:16706 #: fish/cmds.c:16735 fish/cmds.c:16760 fish/cmds.c:16785 fish/cmds.c:16813 #: fish/cmds.c:16852 fish/cmds.c:16877 fish/cmds.c:16903 fish/cmds.c:16933 #: fish/cmds.c:16963 fish/cmds.c:17051 fish/cmds.c:17171 fish/cmds.c:17192 #, c-format msgid "%s should have %d parameter(s)\n" msgstr "" #: fish/cmds.c:3907 fish/cmds.c:3926 fish/cmds.c:3947 fish/cmds.c:3969 #: fish/cmds.c:3991 fish/cmds.c:4014 fish/cmds.c:4038 fish/cmds.c:4059 #: fish/cmds.c:4081 fish/cmds.c:4102 fish/cmds.c:4124 fish/cmds.c:4145 #: fish/cmds.c:4165 fish/cmds.c:4185 fish/cmds.c:4207 fish/cmds.c:4227 #: fish/cmds.c:4247 fish/cmds.c:4267 fish/cmds.c:4287 fish/cmds.c:4307 #: fish/cmds.c:4327 fish/cmds.c:4349 fish/cmds.c:4388 fish/cmds.c:4408 #: fish/cmds.c:4428 fish/cmds.c:4451 fish/cmds.c:4471 fish/cmds.c:4493 #: fish/cmds.c:4513 fish/cmds.c:4535 fish/cmds.c:4555 fish/cmds.c:4577 #: fish/cmds.c:4597 fish/cmds.c:4620 fish/cmds.c:4644 fish/cmds.c:4667 #: fish/cmds.c:4692 fish/cmds.c:4715 fish/cmds.c:4739 fish/cmds.c:4763 #: fish/cmds.c:4787 fish/cmds.c:4810 fish/cmds.c:4833 fish/cmds.c:4857 #: fish/cmds.c:4881 fish/cmds.c:4905 fish/cmds.c:4925 fish/cmds.c:4945 #: fish/cmds.c:4970 fish/cmds.c:5031 fish/cmds.c:5053 fish/cmds.c:5074 #: fish/cmds.c:5095 fish/cmds.c:5120 fish/cmds.c:5192 fish/cmds.c:5216 #: fish/cmds.c:5240 fish/cmds.c:5264 fish/cmds.c:5288 fish/cmds.c:5312 #: fish/cmds.c:5335 fish/cmds.c:5358 fish/cmds.c:5381 fish/cmds.c:5401 #: fish/cmds.c:5424 fish/cmds.c:5448 fish/cmds.c:5472 fish/cmds.c:5499 #: fish/cmds.c:5556 fish/cmds.c:5576 fish/cmds.c:5598 fish/cmds.c:5637 #: fish/cmds.c:5661 fish/cmds.c:5738 fish/cmds.c:5760 fish/cmds.c:5803 #: fish/cmds.c:5825 fish/cmds.c:5850 fish/cmds.c:5871 fish/cmds.c:5892 #: fish/cmds.c:5917 fish/cmds.c:5944 fish/cmds.c:5971 fish/cmds.c:5996 #: fish/cmds.c:6017 fish/cmds.c:6038 fish/cmds.c:6059 fish/cmds.c:6080 #: fish/cmds.c:6101 fish/cmds.c:6122 fish/cmds.c:6143 fish/cmds.c:6166 #: fish/cmds.c:6194 fish/cmds.c:6237 fish/cmds.c:6259 fish/cmds.c:6286 #: fish/cmds.c:6312 fish/cmds.c:6337 fish/cmds.c:6362 fish/cmds.c:6386 #: fish/cmds.c:6410 fish/cmds.c:6433 fish/cmds.c:6455 fish/cmds.c:6474 #: fish/cmds.c:6495 fish/cmds.c:6519 fish/cmds.c:6544 fish/cmds.c:6569 #: fish/cmds.c:6594 fish/cmds.c:6619 fish/cmds.c:6645 fish/cmds.c:6692 #: fish/cmds.c:6757 fish/cmds.c:6783 fish/cmds.c:6809 fish/cmds.c:6835 #: fish/cmds.c:6858 fish/cmds.c:6886 fish/cmds.c:6930 fish/cmds.c:6957 #: fish/cmds.c:7045 fish/cmds.c:7091 fish/cmds.c:7111 fish/cmds.c:7132 #: fish/cmds.c:7151 fish/cmds.c:7172 fish/cmds.c:7199 fish/cmds.c:7226 #: fish/cmds.c:7253 fish/cmds.c:7280 fish/cmds.c:7307 fish/cmds.c:7334 #: fish/cmds.c:7358 fish/cmds.c:7380 fish/cmds.c:7402 fish/cmds.c:7425 #: fish/cmds.c:7448 fish/cmds.c:7472 fish/cmds.c:7514 fish/cmds.c:7537 #: fish/cmds.c:7560 fish/cmds.c:7582 fish/cmds.c:7605 fish/cmds.c:7635 #: fish/cmds.c:7665 fish/cmds.c:7694 fish/cmds.c:7724 fish/cmds.c:7751 #: fish/cmds.c:7781 fish/cmds.c:7811 fish/cmds.c:7836 fish/cmds.c:7863 #: fish/cmds.c:7889 fish/cmds.c:7917 fish/cmds.c:7939 fish/cmds.c:7961 #: fish/cmds.c:7984 fish/cmds.c:8007 fish/cmds.c:8032 fish/cmds.c:8055 #: fish/cmds.c:8080 fish/cmds.c:8104 fish/cmds.c:8127 fish/cmds.c:8154 #: fish/cmds.c:8184 fish/cmds.c:8214 fish/cmds.c:8243 fish/cmds.c:8282 #: fish/cmds.c:8303 fish/cmds.c:8325 fish/cmds.c:8355 fish/cmds.c:8383 #: fish/cmds.c:8411 fish/cmds.c:8438 fish/cmds.c:8460 fish/cmds.c:8487 #: fish/cmds.c:8590 fish/cmds.c:8614 fish/cmds.c:8638 fish/cmds.c:8662 #: fish/cmds.c:8685 fish/cmds.c:8712 fish/cmds.c:8754 fish/cmds.c:8776 #: fish/cmds.c:8803 fish/cmds.c:8825 fish/cmds.c:8867 fish/cmds.c:8891 #: fish/cmds.c:8915 fish/cmds.c:8939 fish/cmds.c:8966 fish/cmds.c:8988 #: fish/cmds.c:9013 fish/cmds.c:9038 fish/cmds.c:9065 fish/cmds.c:9091 #: fish/cmds.c:9117 fish/cmds.c:9143 fish/cmds.c:9171 fish/cmds.c:9218 #: fish/cmds.c:9246 fish/cmds.c:9291 fish/cmds.c:9312 fish/cmds.c:9335 #: fish/cmds.c:9361 fish/cmds.c:9389 fish/cmds.c:9418 fish/cmds.c:9441 #: fish/cmds.c:9465 fish/cmds.c:9491 fish/cmds.c:9577 fish/cmds.c:9625 #: fish/cmds.c:9713 fish/cmds.c:9798 fish/cmds.c:9840 fish/cmds.c:9868 #: fish/cmds.c:9895 fish/cmds.c:9923 fish/cmds.c:9950 fish/cmds.c:9980 #: fish/cmds.c:10030 fish/cmds.c:10078 fish/cmds.c:10105 fish/cmds.c:10129 #: fish/cmds.c:10152 fish/cmds.c:10174 fish/cmds.c:10197 fish/cmds.c:10229 #: fish/cmds.c:10258 fish/cmds.c:10287 fish/cmds.c:10316 fish/cmds.c:10345 #: fish/cmds.c:10374 fish/cmds.c:10403 fish/cmds.c:10432 fish/cmds.c:10461 #: fish/cmds.c:10490 fish/cmds.c:10519 fish/cmds.c:10548 fish/cmds.c:10576 #: fish/cmds.c:10604 fish/cmds.c:10631 fish/cmds.c:10658 fish/cmds.c:10685 #: fish/cmds.c:10711 fish/cmds.c:10739 fish/cmds.c:10784 fish/cmds.c:10806 #: fish/cmds.c:10828 fish/cmds.c:10853 fish/cmds.c:10878 fish/cmds.c:10900 #: fish/cmds.c:10922 fish/cmds.c:10944 fish/cmds.c:10966 fish/cmds.c:10991 #: fish/cmds.c:11033 fish/cmds.c:11079 fish/cmds.c:11118 fish/cmds.c:11139 #: fish/cmds.c:11160 fish/cmds.c:11181 fish/cmds.c:11201 fish/cmds.c:11226 #: fish/cmds.c:11270 fish/cmds.c:11314 fish/cmds.c:11359 fish/cmds.c:11405 #: fish/cmds.c:11452 fish/cmds.c:11499 fish/cmds.c:11543 fish/cmds.c:11565 #: fish/cmds.c:11593 fish/cmds.c:11622 fish/cmds.c:11649 fish/cmds.c:11673 #: fish/cmds.c:11699 fish/cmds.c:11742 fish/cmds.c:11824 fish/cmds.c:11871 #: fish/cmds.c:11937 fish/cmds.c:11969 fish/cmds.c:12001 fish/cmds.c:12035 #: fish/cmds.c:12101 fish/cmds.c:12127 fish/cmds.c:12179 fish/cmds.c:12204 #: fish/cmds.c:12249 fish/cmds.c:12292 fish/cmds.c:12316 fish/cmds.c:12342 #: fish/cmds.c:12407 fish/cmds.c:12433 fish/cmds.c:12462 fish/cmds.c:12489 #: fish/cmds.c:12513 fish/cmds.c:12538 fish/cmds.c:12570 fish/cmds.c:12594 #: fish/cmds.c:12618 fish/cmds.c:12642 fish/cmds.c:12666 fish/cmds.c:12692 #: fish/cmds.c:12735 fish/cmds.c:12758 fish/cmds.c:12788 fish/cmds.c:12817 #: fish/cmds.c:12837 fish/cmds.c:12859 fish/cmds.c:12902 fish/cmds.c:12946 #: fish/cmds.c:12991 fish/cmds.c:13054 fish/cmds.c:13080 fish/cmds.c:13122 #: fish/cmds.c:13142 fish/cmds.c:13166 fish/cmds.c:13213 fish/cmds.c:13243 #: fish/cmds.c:13274 fish/cmds.c:13306 fish/cmds.c:13354 fish/cmds.c:13385 #: fish/cmds.c:13429 fish/cmds.c:13466 fish/cmds.c:13503 fish/cmds.c:13537 #: fish/cmds.c:13561 fish/cmds.c:13600 fish/cmds.c:13624 fish/cmds.c:13648 #: fish/cmds.c:13671 fish/cmds.c:13694 fish/cmds.c:13725 fish/cmds.c:13754 #: fish/cmds.c:13778 fish/cmds.c:13829 fish/cmds.c:13881 fish/cmds.c:13937 #: fish/cmds.c:13985 fish/cmds.c:14008 fish/cmds.c:14032 fish/cmds.c:14056 #: fish/cmds.c:14082 fish/cmds.c:14108 fish/cmds.c:14134 fish/cmds.c:14160 #: fish/cmds.c:14186 fish/cmds.c:14212 fish/cmds.c:14258 fish/cmds.c:14318 #: fish/cmds.c:14361 fish/cmds.c:14423 fish/cmds.c:14450 fish/cmds.c:14568 #: fish/cmds.c:14602 fish/cmds.c:14634 fish/cmds.c:14656 fish/cmds.c:14682 #: fish/cmds.c:14703 fish/cmds.c:14729 fish/cmds.c:14774 fish/cmds.c:14799 #: fish/cmds.c:14864 fish/cmds.c:14927 fish/cmds.c:14959 fish/cmds.c:15035 #: fish/cmds.c:15104 fish/cmds.c:15130 fish/cmds.c:15226 fish/cmds.c:15325 #: fish/cmds.c:15424 fish/cmds.c:15525 fish/cmds.c:15727 fish/cmds.c:15855 #: fish/cmds.c:15878 fish/cmds.c:15902 fish/cmds.c:15924 fish/cmds.c:15950 #: fish/cmds.c:16001 fish/cmds.c:16028 fish/cmds.c:16052 fish/cmds.c:16101 #: fish/cmds.c:16172 fish/cmds.c:16199 fish/cmds.c:16222 fish/cmds.c:16249 #: fish/cmds.c:16292 fish/cmds.c:16316 fish/cmds.c:16344 fish/cmds.c:16372 #: fish/cmds.c:16398 fish/cmds.c:16560 fish/cmds.c:16590 fish/cmds.c:16640 #: fish/cmds.c:16667 fish/cmds.c:16707 fish/cmds.c:16736 fish/cmds.c:16761 #: fish/cmds.c:16786 fish/cmds.c:16814 fish/cmds.c:16853 fish/cmds.c:16878 #: fish/cmds.c:16904 fish/cmds.c:16934 fish/cmds.c:16964 fish/cmds.c:16989 #: fish/cmds.c:17052 fish/cmds.c:17077 fish/cmds.c:17172 fish/cmds.c:17193 #, c-format msgid "type 'help %s' for help on %s\n" msgstr "" #: fish/cmds.c:4359 fish/cmds.c:5608 fish/cmds.c:5688 fish/cmds.c:6206 #: fish/cmds.c:6655 fish/cmds.c:6702 fish/cmds.c:6721 fish/cmds.c:6898 #: fish/cmds.c:6968 fish/cmds.c:6987 fish/cmds.c:7006 fish/cmds.c:7058 #: fish/cmds.c:7483 fish/cmds.c:8253 fish/cmds.c:8498 fish/cmds.c:8517 #: fish/cmds.c:8536 fish/cmds.c:8555 fish/cmds.c:8723 fish/cmds.c:8835 #: fish/cmds.c:9181 fish/cmds.c:9256 fish/cmds.c:9501 fish/cmds.c:9520 #: fish/cmds.c:9539 fish/cmds.c:9587 fish/cmds.c:9635 fish/cmds.c:9654 #: fish/cmds.c:9673 fish/cmds.c:9723 fish/cmds.c:9742 fish/cmds.c:9761 #: fish/cmds.c:9808 fish/cmds.c:9992 fish/cmds.c:10042 fish/cmds.c:10751 #: fish/cmds.c:11001 fish/cmds.c:11045 fish/cmds.c:11089 fish/cmds.c:11237 #: fish/cmds.c:11280 fish/cmds.c:11324 fish/cmds.c:11369 fish/cmds.c:11416 #: fish/cmds.c:11463 fish/cmds.c:11510 fish/cmds.c:11711 fish/cmds.c:11754 #: fish/cmds.c:11767 fish/cmds.c:11780 fish/cmds.c:11793 fish/cmds.c:11836 #: fish/cmds.c:11881 fish/cmds.c:11900 fish/cmds.c:12047 fish/cmds.c:12066 #: fish/cmds.c:12139 fish/cmds.c:12152 fish/cmds.c:12215 fish/cmds.c:12260 #: fish/cmds.c:12352 fish/cmds.c:12371 fish/cmds.c:12706 fish/cmds.c:12870 #: fish/cmds.c:12913 fish/cmds.c:12957 fish/cmds.c:13002 fish/cmds.c:13021 #: fish/cmds.c:13091 fish/cmds.c:13179 fish/cmds.c:13317 fish/cmds.c:13400 #: fish/cmds.c:13440 fish/cmds.c:13477 fish/cmds.c:13514 fish/cmds.c:13573 #: fish/cmds.c:13793 fish/cmds.c:13844 fish/cmds.c:13900 fish/cmds.c:13952 #: fish/cmds.c:14226 fish/cmds.c:14272 fish/cmds.c:14285 fish/cmds.c:14332 #: fish/cmds.c:14372 fish/cmds.c:14391 fish/cmds.c:14468 fish/cmds.c:14496 #: fish/cmds.c:14519 fish/cmds.c:14816 fish/cmds.c:14882 fish/cmds.c:14980 #: fish/cmds.c:15055 fish/cmds.c:15148 fish/cmds.c:15165 fish/cmds.c:15182 #: fish/cmds.c:15245 fish/cmds.c:15262 fish/cmds.c:15279 fish/cmds.c:15344 #: fish/cmds.c:15361 fish/cmds.c:15378 fish/cmds.c:15444 fish/cmds.c:15461 #: fish/cmds.c:15478 fish/cmds.c:15547 fish/cmds.c:15570 fish/cmds.c:15598 #: fish/cmds.c:15615 fish/cmds.c:15638 fish/cmds.c:15666 fish/cmds.c:15683 #: fish/cmds.c:15746 fish/cmds.c:15763 fish/cmds.c:15786 fish/cmds.c:15809 #: fish/cmds.c:16261 fish/cmds.c:16416 fish/cmds.c:16433 fish/cmds.c:16455 #: fish/cmds.c:16488 fish/cmds.c:16511 fish/cmds.c:16679 fish/cmds.c:16824 #: fish/cmds.c:17006 fish/cmds.c:17095 fish/cmds.c:17112 fish/cmds.c:17129 #, c-format msgid "%s: %s: invalid integer parameter (%s returned %d)\n" msgstr "" #: fish/cmds.c:4365 fish/cmds.c:5614 fish/cmds.c:5694 fish/cmds.c:6212 #: fish/cmds.c:6661 fish/cmds.c:6708 fish/cmds.c:6727 fish/cmds.c:6904 #: fish/cmds.c:6974 fish/cmds.c:6993 fish/cmds.c:7012 fish/cmds.c:7064 #: fish/cmds.c:7489 fish/cmds.c:8259 fish/cmds.c:8504 fish/cmds.c:8523 #: fish/cmds.c:8542 fish/cmds.c:8561 fish/cmds.c:8729 fish/cmds.c:8841 #: fish/cmds.c:9187 fish/cmds.c:9262 fish/cmds.c:9507 fish/cmds.c:9526 #: fish/cmds.c:9545 fish/cmds.c:9593 fish/cmds.c:9641 fish/cmds.c:9660 #: fish/cmds.c:9679 fish/cmds.c:9729 fish/cmds.c:9748 fish/cmds.c:9767 #: fish/cmds.c:9814 fish/cmds.c:9998 fish/cmds.c:10048 fish/cmds.c:10757 #: fish/cmds.c:11007 fish/cmds.c:11051 fish/cmds.c:11095 fish/cmds.c:11243 #: fish/cmds.c:11286 fish/cmds.c:11330 fish/cmds.c:11375 fish/cmds.c:11422 #: fish/cmds.c:11469 fish/cmds.c:11516 fish/cmds.c:11842 fish/cmds.c:11887 #: fish/cmds.c:11906 fish/cmds.c:12053 fish/cmds.c:12221 fish/cmds.c:12266 #: fish/cmds.c:12358 fish/cmds.c:12377 fish/cmds.c:12876 fish/cmds.c:12919 #: fish/cmds.c:12963 fish/cmds.c:13008 fish/cmds.c:13027 fish/cmds.c:13097 #: fish/cmds.c:13185 fish/cmds.c:13323 fish/cmds.c:13799 fish/cmds.c:13850 #: fish/cmds.c:13906 fish/cmds.c:13958 fish/cmds.c:14378 fish/cmds.c:14474 #: fish/cmds.c:14502 fish/cmds.c:14525 fish/cmds.c:14986 fish/cmds.c:15061 #: fish/cmds.c:15553 fish/cmds.c:15576 fish/cmds.c:15621 fish/cmds.c:15644 #: fish/cmds.c:15769 fish/cmds.c:15792 fish/cmds.c:16267 fish/cmds.c:16461 #: fish/cmds.c:16494 fish/cmds.c:16517 #, c-format msgid "%s: %s: integer out of range\n" msgstr "" #: fish/cmds.c:4969 fish/cmds.c:5119 fish/cmds.c:5498 fish/cmds.c:5660 #: fish/cmds.c:5759 fish/cmds.c:14449 fish/cmds.c:14728 fish/cmds.c:14798 #: fish/cmds.c:14863 fish/cmds.c:14958 fish/cmds.c:15034 fish/cmds.c:15129 #: fish/cmds.c:15225 fish/cmds.c:15324 fish/cmds.c:15423 fish/cmds.c:15524 #: fish/cmds.c:15726 fish/cmds.c:15949 fish/cmds.c:16051 fish/cmds.c:16100 #: fish/cmds.c:16397 fish/cmds.c:16589 fish/cmds.c:16988 fish/cmds.c:17076 #, c-format msgid "%s should have %d-%d parameter(s)\n" msgstr "" #: fish/cmds.c:5000 fish/cmds.c:5160 fish/cmds.c:5519 fish/cmds.c:5709 #: fish/cmds.c:5774 fish/cmds.c:14535 fish/cmds.c:14745 fish/cmds.c:14831 #: fish/cmds.c:14892 fish/cmds.c:14996 fish/cmds.c:15071 fish/cmds.c:15192 #: fish/cmds.c:15289 fish/cmds.c:15388 fish/cmds.c:15488 fish/cmds.c:15693 #: fish/cmds.c:15824 fish/cmds.c:15970 fish/cmds.c:16067 fish/cmds.c:16138 #: fish/cmds.c:16527 fish/cmds.c:16607 fish/cmds.c:17021 fish/cmds.c:17139 #, c-format msgid "%s: unknown optional argument \"%s\"\n" msgstr "" #: fish/cmds.c:5006 fish/cmds.c:5166 fish/cmds.c:5525 fish/cmds.c:5715 #: fish/cmds.c:5780 fish/cmds.c:14541 fish/cmds.c:14751 fish/cmds.c:14837 #: fish/cmds.c:14898 fish/cmds.c:15002 fish/cmds.c:15077 fish/cmds.c:15198 #: fish/cmds.c:15295 fish/cmds.c:15394 fish/cmds.c:15494 fish/cmds.c:15699 #: fish/cmds.c:15830 fish/cmds.c:15976 fish/cmds.c:16073 fish/cmds.c:16144 #: fish/cmds.c:16533 fish/cmds.c:16613 fish/cmds.c:17027 fish/cmds.c:17145 #, c-format msgid "%s: optional argument \"%s\" given twice\n" msgstr "" #: fish/cmds.c:17214 #, c-format msgid "%s: unknown command\n" msgstr "" #: fish/config.c:75 fish/config.c:114 #, c-format msgid "%s: %s: line %d: error parsing configuration file: %s\n" msgstr "" #: fish/copy.c:47 #, c-format msgid "" "use 'copy-in [...] ' to copy files into the image\n" msgstr "" #: fish/copy.c:68 #, c-format msgid "copy-in: target '%s' is not a directory\n" msgstr "" #: fish/copy.c:165 #, c-format msgid "error: argument is zero length or longer than maximum permitted\n" msgstr "" #: fish/copy.c:210 #, c-format msgid "" "use 'copy-out [...] ' to copy files out of the " "image\n" msgstr "" #: fish/copy.c:221 #, c-format msgid "copy-out: target '%s' is not a directory\n" msgstr "" #: fish/copy.c:266 #, c-format msgid "copy-out: '%s' is not a file or directory\n" msgstr "" #: fish/display.c:43 #, c-format msgid "display filename\n" msgstr "" #: fish/edit.c:50 #, c-format msgid "use '%s filename' to edit a file\n" msgstr "" #: fish/event-names.c:140 #, c-format msgid "unknown event name: %s\n" msgstr "" #: fish/events.c:162 #, c-format msgid "use 'event