# 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.33\n" "Report-Msgid-Bugs-To: https://bugzilla.redhat.com/enter_bug.cgi?" "component=libguestfs&product=Virtualization+Tools\n" "POT-Creation-Date: 2012-08-21 13:53+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:194 df/domains.c:438 df/main.c:136 #: edit/virt-edit.c:143 fish/fish.c:233 format/format.c:138 #: fuse/guestmount.c:208 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:101 df/main.c:70 edit/virt-edit.c:75 fish/fish.c:103 #: fuse/guestmount.c:100 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:244 df/main.c:160 edit/virt-edit.c:165 fish/fish.c:294 #: format/format.c:190 fuse/guestmount.c:238 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:1586 #, 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:348 df/main.c:254 #, c-format msgid "%s: you cannot use -h and --csv options together.\n" msgstr "" #: cat/virt-ls.c:105 #, 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:339 #, 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:533 #, c-format msgid "%s: error getting extended attrs for %s %s\n" msgstr "" #: cat/virt-ls.c:543 #, 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:3125 msgid "Command" msgstr "" #: fish/cmds.c:3125 msgid "Description" msgstr "" #: fish/cmds.c:3127 msgid "add a CD-ROM disk image to examine" msgstr "" #: fish/cmds.c:3128 msgid "add the disk(s) from a named libvirt domain" msgstr "" #: fish/cmds.c:3129 msgid "add an image to examine or modify" msgstr "" #: fish/cmds.c:3130 msgid "add a drive in snapshot mode (read-only)" msgstr "" #: fish/cmds.c:3131 msgid "add a drive read-only specifying the QEMU block emulation to use" msgstr "" #: fish/cmds.c:3132 msgid "add a drive specifying the QEMU block emulation to use" msgstr "" #: fish/cmds.c:3133 msgid "allocate and add a disk file" msgstr "" #: fish/cmds.c:3134 msgid "clear Augeas path" msgstr "" #: fish/cmds.c:3135 msgid "close the current Augeas handle" msgstr "" #: fish/cmds.c:3136 msgid "define an Augeas node" msgstr "" #: fish/cmds.c:3137 msgid "define an Augeas variable" msgstr "" #: fish/cmds.c:3138 msgid "look up the value of an Augeas path" msgstr "" #: fish/cmds.c:3139 msgid "create a new Augeas handle" msgstr "" #: fish/cmds.c:3140 msgid "insert a sibling Augeas node" msgstr "" #: fish/cmds.c:3141 msgid "load files into the tree" msgstr "" #: fish/cmds.c:3142 msgid "list Augeas nodes under augpath" msgstr "" #: fish/cmds.c:3143 msgid "return Augeas nodes which match augpath" msgstr "" #: fish/cmds.c:3144 msgid "move Augeas node" msgstr "" #: fish/cmds.c:3145 msgid "remove an Augeas path" msgstr "" #: fish/cmds.c:3146 msgid "write all pending Augeas changes to disk" msgstr "" #: fish/cmds.c:3147 msgid "set Augeas path to value" msgstr "" #: fish/cmds.c:3148 msgid "test availability of some parts of the API" msgstr "" #: fish/cmds.c:3149 msgid "return a list of all optional groups" msgstr "" #: fish/cmds.c:3150 msgid "upload base64-encoded data to file" msgstr "" #: fish/cmds.c:3151 msgid "download file and encode as base64" msgstr "" #: fish/cmds.c:3152 msgid "print block device attributes" msgstr "" #: fish/cmds.c:3153 msgid "flush device buffers" msgstr "" #: fish/cmds.c:3154 msgid "get blocksize of block device" msgstr "" #: fish/cmds.c:3155 msgid "is block device set to read-only" msgstr "" #: fish/cmds.c:3156 msgid "get total size of device in bytes" msgstr "" #: fish/cmds.c:3157 msgid "get sectorsize of block device" msgstr "" #: fish/cmds.c:3158 msgid "get total size of device in 512-byte sectors" msgstr "" #: fish/cmds.c:3159 msgid "reread partition table" msgstr "" #: fish/cmds.c:3160 msgid "set blocksize of block device" msgstr "" #: fish/cmds.c:3161 msgid "set block device to read-only" msgstr "" #: fish/cmds.c:3162 msgid "set block device to read-write" msgstr "" #: fish/cmds.c:3163 msgid "add devices to a btrfs filesystem" msgstr "" #: fish/cmds.c:3164 msgid "remove devices from a btrfs filesystem" msgstr "" #: fish/cmds.c:3165 msgid "balance a btrfs filesystem" msgstr "" #: fish/cmds.c:3166 msgid "resize a btrfs filesystem" msgstr "" #: fish/cmds.c:3167 msgid "sync a btrfs filesystem" msgstr "" #: fish/cmds.c:3168 msgid "check a btrfs filesystem" msgstr "" #: fish/cmds.c:3169 msgid "enable or disable the seeding feature of device" msgstr "" #: fish/cmds.c:3170 msgid "create a btrfs snapshot" msgstr "" #: fish/cmds.c:3171 msgid "delete a btrfs snapshot" msgstr "" #: fish/cmds.c:3172 msgid "list btrfs snapshots and subvolumes" msgstr "" #: fish/cmds.c:3173 msgid "set default btrfs subvolume" msgstr "" #: fish/cmds.c:3174 msgid "create a writable btrfs snapshot" msgstr "" #: fish/cmds.c:3175 msgid "return canonical device name" msgstr "" #: fish/cmds.c:3176 msgid "return true path on case-insensitive filesystem" msgstr "" #: fish/cmds.c:3177 msgid "list the contents of a file" msgstr "" #: fish/cmds.c:3178 msgid "compute MD5, SHAx or CRC checksum of file" msgstr "" #: fish/cmds.c:3179 msgid "compute MD5, SHAx or CRC checksum of the contents of a device" msgstr "" #: fish/cmds.c:3180 msgid "compute MD5, SHAx or CRC checksum of files in a directory" msgstr "" #: fish/cmds.c:3181 msgid "change file mode" msgstr "" #: fish/cmds.c:3182 fish/cmds.c:3321 msgid "change file owner and group" msgstr "" #: fish/cmds.c:3183 msgid "run a command from the guest filesystem" msgstr "" #: fish/cmds.c:3184 msgid "run a command, returning lines" msgstr "" #: fish/cmds.c:3185 msgid "output compressed device" msgstr "" #: fish/cmds.c:3186 msgid "output compressed file" msgstr "" #: fish/cmds.c:3187 msgid "add qemu parameters" msgstr "" #: fish/cmds.c:3188 msgid "copy from source device to destination device" msgstr "" #: fish/cmds.c:3189 msgid "copy from source device to destination file" msgstr "" #: fish/cmds.c:3190 msgid "copy from source file to destination device" msgstr "" #: fish/cmds.c:3191 msgid "copy from source file to destination file" msgstr "" #: fish/cmds.c:3192 msgid "copy local files or directories into an image" msgstr "" #: fish/cmds.c:3193 msgid "copy remote files or directories out of an image" msgstr "" #: fish/cmds.c:3194 msgid "copy size bytes from source to destination using dd" msgstr "" #: fish/cmds.c:3195 msgid "copy a file" msgstr "" #: fish/cmds.c:3196 msgid "copy a file or directory recursively" msgstr "" #: fish/cmds.c:3197 msgid "copy from source to destination using dd" msgstr "" #: fish/cmds.c:3198 msgid "debugging and internals" msgstr "" #: fish/cmds.c:3199 msgid "debug the drives (internal use only)" msgstr "" #: fish/cmds.c:3200 msgid "upload a file to the appliance (internal use only)" msgstr "" #: fish/cmds.c:3201 msgid "delete a previously registered event handler" msgstr "" #: fish/cmds.c:3202 msgid "convert device to index" msgstr "" #: fish/cmds.c:3203 msgid "report file system disk space usage" msgstr "" #: fish/cmds.c:3204 msgid "report file system disk space usage (human readable)" msgstr "" #: fish/cmds.c:3205 msgid "display an image" msgstr "" #: fish/cmds.c:3206 msgid "return kernel messages" msgstr "" #: fish/cmds.c:3207 msgid "download a file to the local machine" msgstr "" #: fish/cmds.c:3208 msgid "download a file to the local machine with offset and size" msgstr "" #: fish/cmds.c:3209 msgid "drop kernel page cache, dentries and inodes" msgstr "" #: fish/cmds.c:3210 msgid "estimate file space usage" msgstr "" #: fish/cmds.c:3211 fish/cmds.c:3212 msgid "check an ext2/ext3 filesystem" msgstr "" #: fish/cmds.c:3213 msgid "display a line of text" msgstr "" #: fish/cmds.c:3214 msgid "echo arguments back to the client" msgstr "" #: fish/cmds.c:3215 msgid "edit a file" msgstr "" #: fish/cmds.c:3216 fish/cmds.c:3217 fish/cmds.c:3223 fish/cmds.c:3224 #: fish/cmds.c:3264 fish/cmds.c:3265 fish/cmds.c:3558 fish/cmds.c:3559 #: fish/cmds.c:3564 fish/cmds.c:3565 fish/cmds.c:3567 fish/cmds.c:3568 msgid "return lines matching a pattern" msgstr "" #: fish/cmds.c:3218 msgid "test if two files have equal contents" msgstr "" #: fish/cmds.c:3219 msgid "register a handler for an event or events" msgstr "" #: fish/cmds.c:3220 msgid "test if file or directory exists" msgstr "" #: fish/cmds.c:3221 fish/cmds.c:3222 msgid "preallocate a file in the guest filesystem" msgstr "" #: fish/cmds.c:3225 msgid "determine file type" msgstr "" #: fish/cmds.c:3226 msgid "detect the architecture of a binary file" msgstr "" #: fish/cmds.c:3227 msgid "return the size of the file in bytes" msgstr "" #: fish/cmds.c:3228 msgid "check if filesystem is available" msgstr "" #: fish/cmds.c:3229 msgid "fill a file with octets" msgstr "" #: fish/cmds.c:3230 msgid "fill a directory with empty files" msgstr "" #: fish/cmds.c:3231 msgid "fill a file with a repeating pattern of bytes" msgstr "" #: fish/cmds.c:3232 msgid "find all files and directories" msgstr "" #: fish/cmds.c:3233 msgid "find all files and directories, returning NUL-separated list" msgstr "" #: fish/cmds.c:3234 msgid "find a filesystem by label" msgstr "" #: fish/cmds.c:3235 msgid "find a filesystem by UUID" msgstr "" #: fish/cmds.c:3236 msgid "run the filesystem checker" msgstr "" #: fish/cmds.c:3237 msgid "trim free space in a filesystem" msgstr "" #: fish/cmds.c:3238 msgid "get the additional kernel options" msgstr "" #: fish/cmds.c:3239 msgid "get the attach method" msgstr "" #: fish/cmds.c:3240 msgid "get autosync mode" msgstr "" #: fish/cmds.c:3241 msgid "get direct appliance mode flag" msgstr "" #: fish/cmds.c:3242 msgid "get ext2 file attributes of a file" msgstr "" #: fish/cmds.c:3243 msgid "get ext2 file generation of a file" msgstr "" #: fish/cmds.c:3244 msgid "get the ext2/3/4 filesystem label" msgstr "" #: fish/cmds.c:3245 msgid "get the ext2/3/4 filesystem UUID" msgstr "" #: fish/cmds.c:3246 msgid "get memory allocated to the qemu subprocess" msgstr "" #: fish/cmds.c:3247 msgid "get enable network flag" msgstr "" #: fish/cmds.c:3248 msgid "get the search path" msgstr "" #: fish/cmds.c:3249 msgid "get process group flag" msgstr "" #: fish/cmds.c:3250 msgid "get PID of qemu subprocess" msgstr "" #: fish/cmds.c:3251 msgid "get the qemu binary" msgstr "" #: fish/cmds.c:3252 msgid "get recovery process enabled flag" msgstr "" #: fish/cmds.c:3253 msgid "get SELinux enabled flag" msgstr "" #: fish/cmds.c:3254 msgid "get number of virtual CPUs in appliance" msgstr "" #: fish/cmds.c:3255 msgid "get the current state" msgstr "" #: fish/cmds.c:3256 msgid "get command trace enabled flag" msgstr "" #: fish/cmds.c:3257 msgid "get the current umask" msgstr "" #: fish/cmds.c:3258 msgid "get verbose mode" msgstr "" #: fish/cmds.c:3259 msgid "get SELinux security context" msgstr "" #: fish/cmds.c:3260 fish/cmds.c:3322 msgid "get a single extended attribute" msgstr "" #: fish/cmds.c:3261 fish/cmds.c:3323 msgid "list extended attributes of a file or directory" msgstr "" #: fish/cmds.c:3262 msgid "expand wildcards in command" msgstr "" #: fish/cmds.c:3263 msgid "expand a wildcard path" msgstr "" #: fish/cmds.c:3266 msgid "install GRUB 1" msgstr "" #: fish/cmds.c:3267 msgid "return first 10 lines of a file" msgstr "" #: fish/cmds.c:3268 msgid "return first N lines of a file" msgstr "" #: fish/cmds.c:3269 msgid "dump a file in hexadecimal" msgstr "" #: fish/cmds.c:3270 msgid "edit with a hex editor" msgstr "" #: fish/cmds.c:3271 msgid "list the contents of a single file in an initrd" msgstr "" #: fish/cmds.c:3272 msgid "list files in an initrd" msgstr "" #: fish/cmds.c:3273 msgid "add an inotify watch" msgstr "" #: fish/cmds.c:3274 msgid "close the inotify handle" msgstr "" #: fish/cmds.c:3275 msgid "return list of watched files that had events" msgstr "" #: fish/cmds.c:3276 msgid "create an inotify handle" msgstr "" #: fish/cmds.c:3277 msgid "return list of inotify events" msgstr "" #: fish/cmds.c:3278 msgid "remove an inotify watch" msgstr "" #: fish/cmds.c:3279 msgid "get architecture of inspected operating system" msgstr "" #: fish/cmds.c:3280 msgid "get distro of inspected operating system" msgstr "" #: fish/cmds.c:3281 msgid "get drive letter mappings" msgstr "" #: fish/cmds.c:3282 msgid "get filesystems associated with inspected operating system" msgstr "" #: fish/cmds.c:3283 msgid "get format of inspected operating system" msgstr "" #: fish/cmds.c:3284 msgid "get hostname of the operating system" msgstr "" #: fish/cmds.c:3285 msgid "get the icon corresponding to this operating system" msgstr "" #: fish/cmds.c:3286 msgid "get major version of inspected operating system" msgstr "" #: fish/cmds.c:3287 msgid "get minor version of inspected operating system" msgstr "" #: fish/cmds.c:3288 msgid "get mountpoints of inspected operating system" msgstr "" #: fish/cmds.c:3289 msgid "get package format used by the operating system" msgstr "" #: fish/cmds.c:3290 msgid "get package management tool used by the operating system" msgstr "" #: fish/cmds.c:3291 msgid "get product name of inspected operating system" msgstr "" #: fish/cmds.c:3292 msgid "get product variant of inspected operating system" msgstr "" #: fish/cmds.c:3293 msgid "return list of operating systems found by last inspection" msgstr "" #: fish/cmds.c:3294 msgid "get type of inspected operating system" msgstr "" #: fish/cmds.c:3295 msgid "get Windows CurrentControlSet of inspected operating system" msgstr "" #: fish/cmds.c:3296 msgid "get Windows systemroot of inspected operating system" msgstr "" #: fish/cmds.c:3297 msgid "get live flag for install disk" msgstr "" #: fish/cmds.c:3298 msgid "get multipart flag for install disk" msgstr "" #: fish/cmds.c:3299 msgid "get netinst (network installer) flag for install disk" msgstr "" #: fish/cmds.c:3300 msgid "get list of applications installed in the operating system" msgstr "" #: fish/cmds.c:3301 msgid "inspect disk and return list of operating systems found" msgstr "" #: fish/cmds.c:3302 msgid "test if block device" msgstr "" #: fish/cmds.c:3303 msgid "is busy processing a command" msgstr "" #: fish/cmds.c:3304 msgid "test if character device" msgstr "" #: fish/cmds.c:3305 msgid "is in configuration state" msgstr "" #: fish/cmds.c:3306 msgid "test if a directory" msgstr "" #: fish/cmds.c:3307 msgid "test if FIFO (named pipe)" msgstr "" #: fish/cmds.c:3308 msgid "test if a regular file" msgstr "" #: fish/cmds.c:3309 msgid "is launching subprocess" msgstr "" #: fish/cmds.c:3310 msgid "test if device is a logical volume" msgstr "" #: fish/cmds.c:3311 msgid "is ready to accept commands" msgstr "" #: fish/cmds.c:3312 msgid "test if socket" msgstr "" #: fish/cmds.c:3313 msgid "test if symbolic link" msgstr "" #: fish/cmds.c:3314 msgid "test if a file contains all zero bytes" msgstr "" #: fish/cmds.c:3315 msgid "test if a device contains all zero bytes" msgstr "" #: fish/cmds.c:3316 msgid "get ISO information from primary volume descriptor of ISO file" msgstr "" #: fish/cmds.c:3317 msgid "get ISO information from primary volume descriptor of device" msgstr "" #: fish/cmds.c:3318 msgid "kill the qemu subprocess" msgstr "" #: fish/cmds.c:3319 msgid "launch the qemu subprocess" msgstr "" #: fish/cmds.c:3320 msgid "change working directory" msgstr "" #: fish/cmds.c:3324 msgid "list 9p filesystems" msgstr "" #: fish/cmds.c:3325 msgid "list the block devices" msgstr "" #: fish/cmds.c:3326 msgid "list device mapper devices" msgstr "" #: fish/cmds.c:3327 msgid "list event handlers" msgstr "" #: fish/cmds.c:3328 msgid "list filesystems" msgstr "" #: fish/cmds.c:3329 msgid "list Linux md (RAID) devices" msgstr "" #: fish/cmds.c:3330 msgid "list the partitions" msgstr "" #: fish/cmds.c:3331 msgid "list the files in a directory (long format)" msgstr "" #: fish/cmds.c:3332 msgid "list the files in a directory (long format with SELinux contexts)" msgstr "" #: fish/cmds.c:3333 fish/cmds.c:3334 msgid "create a hard link" msgstr "" #: fish/cmds.c:3335 fish/cmds.c:3336 msgid "create a symbolic link" msgstr "" #: fish/cmds.c:3337 fish/cmds.c:3445 msgid "remove extended attribute of a file or directory" msgstr "" #: fish/cmds.c:3338 msgid "list the files in a directory" msgstr "" #: fish/cmds.c:3339 msgid "get list of files in a directory" msgstr "" #: fish/cmds.c:3340 fish/cmds.c:3481 msgid "set extended attribute of a file or directory" msgstr "" #: fish/cmds.c:3341 msgid "get file information for a symbolic link" msgstr "" #: fish/cmds.c:3342 msgid "lstat on multiple files" msgstr "" #: fish/cmds.c:3343 msgid "add a key on a LUKS encrypted device" msgstr "" #: fish/cmds.c:3344 msgid "close a LUKS device" msgstr "" #: fish/cmds.c:3345 fish/cmds.c:3346 msgid "format a block device as a LUKS encrypted device" msgstr "" #: fish/cmds.c:3347 msgid "remove a key from a LUKS encrypted device" msgstr "" #: fish/cmds.c:3348 msgid "open a LUKS-encrypted block device" msgstr "" #: fish/cmds.c:3349 msgid "open a LUKS-encrypted block device read-only" msgstr "" #: fish/cmds.c:3350 msgid "create an LVM logical volume" msgstr "" #: fish/cmds.c:3351 msgid "create an LVM logical volume in % remaining free space" msgstr "" #: fish/cmds.c:3352 msgid "get canonical name of an LV" msgstr "" #: fish/cmds.c:3353 msgid "clear LVM device filter" msgstr "" #: fish/cmds.c:3354 msgid "remove all LVM LVs, VGs and PVs" msgstr "" #: fish/cmds.c:3355 msgid "set LVM device filter" msgstr "" #: fish/cmds.c:3356 msgid "remove an LVM logical volume" msgstr "" #: fish/cmds.c:3357 msgid "rename an LVM logical volume" msgstr "" #: fish/cmds.c:3358 msgid "resize an LVM logical volume" msgstr "" #: fish/cmds.c:3359 msgid "expand an LV to fill free space" msgstr "" #: fish/cmds.c:3360 fish/cmds.c:3361 msgid "list the LVM logical volumes (LVs)" msgstr "" #: fish/cmds.c:3362 msgid "get the UUID of a logical volume" msgstr "" #: fish/cmds.c:3363 msgid "lgetxattr on multiple files" msgstr "" #: fish/cmds.c:3364 msgid "open the manual" msgstr "" #: fish/cmds.c:3365 msgid "maximum number of disks that may be added" msgstr "" #: fish/cmds.c:3366 msgid "create a Linux md (RAID) device" msgstr "" #: fish/cmds.c:3367 msgid "obtain metadata for an MD device" msgstr "" #: fish/cmds.c:3368 msgid "get underlying devices from an MD device" msgstr "" #: fish/cmds.c:3369 msgid "stop a Linux md (RAID) device" msgstr "" #: fish/cmds.c:3370 msgid "create a directory" msgstr "" #: fish/cmds.c:3371 msgid "create a directory with a particular mode" msgstr "" #: fish/cmds.c:3372 msgid "create a directory and parents" msgstr "" #: fish/cmds.c:3373 msgid "create a temporary directory" msgstr "" #: fish/cmds.c:3374 fish/cmds.c:3375 fish/cmds.c:3376 msgid "make ext2/3/4 filesystem with external journal" msgstr "" #: fish/cmds.c:3377 msgid "make ext2/3/4 external journal" msgstr "" #: fish/cmds.c:3378 msgid "make ext2/3/4 external journal with label" msgstr "" #: fish/cmds.c:3379 msgid "make ext2/3/4 external journal with UUID" msgstr "" #: fish/cmds.c:3380 msgid "make FIFO (named pipe)" msgstr "" #: fish/cmds.c:3381 msgid "make a filesystem" msgstr "" #: fish/cmds.c:3382 msgid "make a filesystem with block size" msgstr "" #: fish/cmds.c:3383 msgid "create a btrfs filesystem" msgstr "" #: fish/cmds.c:3384 msgid "create a mountpoint" msgstr "" #: fish/cmds.c:3385 msgid "make block, character or FIFO devices" msgstr "" #: fish/cmds.c:3386 msgid "make block device node" msgstr "" #: fish/cmds.c:3387 msgid "make char device node" msgstr "" #: fish/cmds.c:3388 msgid "create a swap partition" msgstr "" #: fish/cmds.c:3389 msgid "create a swap partition with a label" msgstr "" #: fish/cmds.c:3390 msgid "create a swap partition with an explicit UUID" msgstr "" #: fish/cmds.c:3391 msgid "create a swap file" msgstr "" #: fish/cmds.c:3392 msgid "load a kernel module" msgstr "" #: fish/cmds.c:3393 msgid "view a file" msgstr "" #: fish/cmds.c:3394 msgid "mount a guest disk at a position in the filesystem" msgstr "" #: fish/cmds.c:3395 msgid "mount 9p filesystem" msgstr "" #: fish/cmds.c:3396 msgid "mount on the local filesystem" msgstr "" #: fish/cmds.c:3397 msgid "run main loop of mount on the local filesystem" msgstr "" #: fish/cmds.c:3398 msgid "mount a file using the loop device" msgstr "" #: fish/cmds.c:3399 msgid "mount a guest disk with mount options" msgstr "" #: fish/cmds.c:3400 msgid "mount a guest disk, read-only" msgstr "" #: fish/cmds.c:3401 msgid "mount a guest disk with mount options and vfstype" msgstr "" #: fish/cmds.c:3402 msgid "show mountpoints" msgstr "" #: fish/cmds.c:3403 msgid "show mounted filesystems" msgstr "" #: fish/cmds.c:3404 msgid "move a file" msgstr "" #: fish/cmds.c:3405 msgid "return number of whole block devices (disks) added" msgstr "" #: fish/cmds.c:3406 msgid "probe NTFS volume" msgstr "" #: fish/cmds.c:3407 msgid "restore NTFS from backup file" msgstr "" #: fish/cmds.c:3408 msgid "save NTFS to backup file" msgstr "" #: fish/cmds.c:3409 msgid "fix common errors and force Windows to check NTFS" msgstr "" #: fish/cmds.c:3410 msgid "resize an NTFS filesystem" msgstr "" #: fish/cmds.c:3411 msgid "resize an NTFS filesystem (with size)" msgstr "" #: fish/cmds.c:3412 msgid "add a partition to the device" msgstr "" #: fish/cmds.c:3413 msgid "delete a partition" msgstr "" #: fish/cmds.c:3414 msgid "partition whole disk with a single primary partition" msgstr "" #: fish/cmds.c:3415 msgid "return true if a partition is bootable" msgstr "" #: fish/cmds.c:3416 msgid "get the MBR type byte (ID byte) from a partition" msgstr "" #: fish/cmds.c:3417 msgid "get the partition table type" msgstr "" #: fish/cmds.c:3418 msgid "create an empty partition table" msgstr "" #: fish/cmds.c:3419 msgid "list partitions on a device" msgstr "" #: fish/cmds.c:3420 msgid "make a partition bootable" msgstr "" #: fish/cmds.c:3421 msgid "set the MBR type byte (ID byte) of a partition" msgstr "" #: fish/cmds.c:3422 msgid "set partition name" msgstr "" #: fish/cmds.c:3423 msgid "convert partition name to device name" msgstr "" #: fish/cmds.c:3424 msgid "convert partition name to partition number" msgstr "" #: fish/cmds.c:3425 msgid "ping the guest daemon" msgstr "" #: fish/cmds.c:3426 msgid "read part of a file" msgstr "" #: fish/cmds.c:3427 msgid "read part of a device" msgstr "" #: fish/cmds.c:3428 msgid "generate a new random UUID for a physical volume" msgstr "" #: fish/cmds.c:3429 msgid "generate new random UUIDs for all physical volumes" msgstr "" #: fish/cmds.c:3430 msgid "create an LVM physical volume" msgstr "" #: fish/cmds.c:3431 msgid "remove an LVM physical volume" msgstr "" #: fish/cmds.c:3432 msgid "resize an LVM physical volume" msgstr "" #: fish/cmds.c:3433 msgid "resize an LVM physical volume (with size)" msgstr "" #: fish/cmds.c:3434 fish/cmds.c:3435 msgid "list the LVM physical volumes (PVs)" msgstr "" #: fish/cmds.c:3436 msgid "get the UUID of a physical volume" msgstr "" #: fish/cmds.c:3437 msgid "write to part of a file" msgstr "" #: fish/cmds.c:3438 msgid "write to part of a device" msgstr "" #: fish/cmds.c:3439 msgid "read a file" msgstr "" #: fish/cmds.c:3440 msgid "read file as lines" msgstr "" #: fish/cmds.c:3441 msgid "read directories entries" msgstr "" #: fish/cmds.c:3442 msgid "read the target of a symbolic link" msgstr "" #: fish/cmds.c:3443 msgid "readlink on multiple files" msgstr "" #: fish/cmds.c:3444 msgid "canonicalized absolute pathname" msgstr "" #: fish/cmds.c:3446 msgid "close and reopen libguestfs handle" msgstr "" #: fish/cmds.c:3447 msgid "resize an ext2, ext3 or ext4 filesystem" msgstr "" #: fish/cmds.c:3448 msgid "resize an ext2, ext3 or ext4 filesystem to the minimum size" msgstr "" #: fish/cmds.c:3449 msgid "resize an ext2, ext3 or ext4 filesystem (with size)" msgstr "" #: fish/cmds.c:3450 msgid "remove a file" msgstr "" #: fish/cmds.c:3451 msgid "remove a file or directory recursively" msgstr "" #: fish/cmds.c:3452 msgid "remove a directory" msgstr "" #: fish/cmds.c:3453 msgid "remove a mountpoint" msgstr "" #: fish/cmds.c:3454 msgid "synchronize the contents of two directories" msgstr "" #: fish/cmds.c:3455 msgid "synchronize host or remote filesystem with filesystem" msgstr "" #: fish/cmds.c:3456 msgid "synchronize filesystem with host or remote filesystem" msgstr "" #: fish/cmds.c:3457 msgid "scrub (securely wipe) a device" msgstr "" #: fish/cmds.c:3458 msgid "scrub (securely wipe) a file" msgstr "" #: fish/cmds.c:3459 msgid "scrub (securely wipe) free space" msgstr "" #: fish/cmds.c:3460 msgid "add options to kernel command line" msgstr "" #: fish/cmds.c:3461 msgid "set the attach method" msgstr "" #: fish/cmds.c:3462 msgid "set autosync mode" msgstr "" #: fish/cmds.c:3463 msgid "enable or disable direct appliance mode" msgstr "" #: fish/cmds.c:3464 msgid "set ext2 file attributes of a file" msgstr "" #: fish/cmds.c:3465 msgid "set ext2 file generation of a file" msgstr "" #: fish/cmds.c:3466 msgid "set the ext2/3/4 filesystem label" msgstr "" #: fish/cmds.c:3467 msgid "set the ext2/3/4 filesystem UUID" msgstr "" #: fish/cmds.c:3468 msgid "set filesystem label" msgstr "" #: fish/cmds.c:3469 msgid "set memory allocated to the qemu subprocess" msgstr "" #: fish/cmds.c:3470 msgid "set enable network flag" msgstr "" #: fish/cmds.c:3471 msgid "set the search path" msgstr "" #: fish/cmds.c:3472 msgid "set process group flag" msgstr "" #: fish/cmds.c:3473 msgid "set the qemu binary" msgstr "" #: fish/cmds.c:3474 msgid "enable or disable the recovery process" msgstr "" #: fish/cmds.c:3475 msgid "set SELinux enabled or disabled at appliance boot" msgstr "" #: fish/cmds.c:3476 msgid "set number of virtual CPUs in appliance" msgstr "" #: fish/cmds.c:3477 msgid "enable or disable command traces" msgstr "" #: fish/cmds.c:3478 msgid "set verbose mode" msgstr "" #: fish/cmds.c:3479 msgid "set SELinux security context" msgstr "" #: fish/cmds.c:3480 msgid "set an environment variable" msgstr "" #: fish/cmds.c:3482 fish/cmds.c:3483 msgid "create partitions on a block device" msgstr "" #: fish/cmds.c:3484 msgid "modify a single partition on a block device" msgstr "" #: fish/cmds.c:3485 msgid "display the disk geometry from the partition table" msgstr "" #: fish/cmds.c:3486 msgid "display the kernel geometry" msgstr "" #: fish/cmds.c:3487 msgid "display the partition table" msgstr "" #: fish/cmds.c:3488 msgid "run a command via the shell" msgstr "" #: fish/cmds.c:3489 msgid "run a command via the shell returning lines" msgstr "" #: fish/cmds.c:3490 msgid "shutdown the qemu subprocess" msgstr "" #: fish/cmds.c:3491 msgid "sleep for some seconds" msgstr "" #: fish/cmds.c:3492 msgid "create a sparse disk image and add" msgstr "" #: fish/cmds.c:3493 msgid "get file information" msgstr "" #: fish/cmds.c:3494 msgid "get file system statistics" msgstr "" #: fish/cmds.c:3495 fish/cmds.c:3496 msgid "print the printable strings in a file" msgstr "" #: fish/cmds.c:3497 msgid "list supported groups of commands" msgstr "" #: fish/cmds.c:3498 msgid "disable swap on device" msgstr "" #: fish/cmds.c:3499 msgid "disable swap on file" msgstr "" #: fish/cmds.c:3500 msgid "disable swap on labeled swap partition" msgstr "" #: fish/cmds.c:3501 msgid "disable swap on swap partition by UUID" msgstr "" #: fish/cmds.c:3502 msgid "enable swap on device" msgstr "" #: fish/cmds.c:3503 msgid "enable swap on file" msgstr "" #: fish/cmds.c:3504 msgid "enable swap on labeled swap partition" msgstr "" #: fish/cmds.c:3505 msgid "enable swap on swap partition by UUID" msgstr "" #: fish/cmds.c:3506 msgid "sync disks, writes are flushed through to the disk image" msgstr "" #: fish/cmds.c:3507 msgid "return last 10 lines of a file" msgstr "" #: fish/cmds.c:3508 msgid "return last N lines of a file" msgstr "" #: fish/cmds.c:3509 msgid "unpack tarfile to directory" msgstr "" #: fish/cmds.c:3510 msgid "pack directory into tarfile" msgstr "" #: fish/cmds.c:3511 fish/cmds.c:3519 msgid "unpack compressed tarball to directory" msgstr "" #: fish/cmds.c:3512 fish/cmds.c:3520 msgid "pack directory into compressed tarball" msgstr "" #: fish/cmds.c:3513 msgid "print elapsed time taken to run a command" msgstr "" #: fish/cmds.c:3514 msgid "update file timestamps or create a new file" msgstr "" #: fish/cmds.c:3515 msgid "truncate a file to zero size" msgstr "" #: fish/cmds.c:3516 msgid "truncate a file to a particular size" msgstr "" #: fish/cmds.c:3517 msgid "adjust ext2/ext3/ext4 filesystem parameters" msgstr "" #: fish/cmds.c:3518 msgid "get ext2/ext3/ext4 superblock details" msgstr "" #: fish/cmds.c:3521 msgid "set file mode creation mask (umask)" msgstr "" #: fish/cmds.c:3522 msgid "unmount a filesystem" msgstr "" #: fish/cmds.c:3523 msgid "unmount all filesystems" msgstr "" #: fish/cmds.c:3524 msgid "unmount a locally mounted filesystem" msgstr "" #: fish/cmds.c:3525 msgid "unset an environment variable" msgstr "" #: fish/cmds.c:3526 msgid "upload a file from the local machine" msgstr "" #: fish/cmds.c:3527 msgid "upload a file from the local machine with offset" msgstr "" #: fish/cmds.c:3528 msgid "set timestamp of a file with nanosecond precision" msgstr "" #: fish/cmds.c:3529 msgid "appliance kernel version" msgstr "" #: fish/cmds.c:3530 msgid "get the library version number" msgstr "" #: fish/cmds.c:3531 msgid "get the filesystem label" msgstr "" #: fish/cmds.c:3532 msgid "get the Linux VFS type corresponding to a mounted device" msgstr "" #: fish/cmds.c:3533 msgid "get the filesystem UUID" msgstr "" #: fish/cmds.c:3534 msgid "activate or deactivate some volume groups" msgstr "" #: fish/cmds.c:3535 msgid "activate or deactivate all volume groups" msgstr "" #: fish/cmds.c:3536 msgid "generate a new random UUID for a volume group" msgstr "" #: fish/cmds.c:3537 msgid "generate new random UUIDs for all volume groups" msgstr "" #: fish/cmds.c:3538 msgid "create an LVM volume group" msgstr "" #: fish/cmds.c:3539 msgid "get the LV UUIDs of all LVs in the volume group" msgstr "" #: fish/cmds.c:3540 msgid "get volume group metadata" msgstr "" #: fish/cmds.c:3541 msgid "get the PV UUIDs containing the volume group" msgstr "" #: fish/cmds.c:3542 msgid "remove an LVM volume group" msgstr "" #: fish/cmds.c:3543 msgid "rename an LVM volume group" msgstr "" #: fish/cmds.c:3544 fish/cmds.c:3545 msgid "list the LVM volume groups (VGs)" msgstr "" #: fish/cmds.c:3546 msgid "rescan for LVM physical volumes, volume groups and logical volumes" msgstr "" #: fish/cmds.c:3547 msgid "get the UUID of a volume group" msgstr "" #: fish/cmds.c:3548 msgid "count characters in a file" msgstr "" #: fish/cmds.c:3549 msgid "count lines in a file" msgstr "" #: fish/cmds.c:3550 msgid "count words in a file" msgstr "" #: fish/cmds.c:3551 msgid "wipe a filesystem signature from a device" msgstr "" #: fish/cmds.c:3552 msgid "create a new file" msgstr "" #: fish/cmds.c:3553 msgid "append content to end of file" msgstr "" #: fish/cmds.c:3554 msgid "create a file" msgstr "" #: fish/cmds.c:3555 msgid "change parameters of an XFS filesystem" msgstr "" #: fish/cmds.c:3556 msgid "expand an existing XFS filesystem" msgstr "" #: fish/cmds.c:3557 msgid "get geometry of XFS filesystem" msgstr "" #: fish/cmds.c:3560 msgid "write zeroes to the device" msgstr "" #: fish/cmds.c:3561 msgid "write zeroes to an entire device" msgstr "" #: fish/cmds.c:3562 msgid "zero free space in a filesystem" msgstr "" #: fish/cmds.c:3563 msgid "zero unused inodes and disk blocks on ext2/3 filesystem" msgstr "" #: fish/cmds.c:3566 msgid "determine file type inside a compressed file" msgstr "" #: fish/cmds.c:3569 msgid "Use -h / help to show detailed help for a command." msgstr "" #: fish/cmds.c:4037 fish/cmds.c:4056 fish/cmds.c:4077 fish/cmds.c:4099 #: fish/cmds.c:4122 fish/cmds.c:4146 fish/cmds.c:4167 fish/cmds.c:4189 #: fish/cmds.c:4210 fish/cmds.c:4232 fish/cmds.c:4253 fish/cmds.c:4273 #: fish/cmds.c:4293 fish/cmds.c:4315 fish/cmds.c:4335 fish/cmds.c:4355 #: fish/cmds.c:4375 fish/cmds.c:4395 fish/cmds.c:4415 fish/cmds.c:4435 #: fish/cmds.c:4457 fish/cmds.c:4496 fish/cmds.c:4516 fish/cmds.c:4536 #: fish/cmds.c:4559 fish/cmds.c:4579 fish/cmds.c:4601 fish/cmds.c:4621 #: fish/cmds.c:4643 fish/cmds.c:4663 fish/cmds.c:4685 fish/cmds.c:4705 #: fish/cmds.c:4728 fish/cmds.c:4752 fish/cmds.c:4775 fish/cmds.c:4800 #: fish/cmds.c:4823 fish/cmds.c:4847 fish/cmds.c:4871 fish/cmds.c:4895 #: fish/cmds.c:4918 fish/cmds.c:4941 fish/cmds.c:4965 fish/cmds.c:4989 #: fish/cmds.c:5013 fish/cmds.c:5033 fish/cmds.c:5053 fish/cmds.c:5139 #: fish/cmds.c:5161 fish/cmds.c:5182 fish/cmds.c:5279 fish/cmds.c:5303 #: fish/cmds.c:5327 fish/cmds.c:5351 fish/cmds.c:5375 fish/cmds.c:5399 #: fish/cmds.c:5422 fish/cmds.c:5445 fish/cmds.c:5468 fish/cmds.c:5488 #: fish/cmds.c:5511 fish/cmds.c:5535 fish/cmds.c:5559 fish/cmds.c:5643 #: fish/cmds.c:5663 fish/cmds.c:5685 fish/cmds.c:5724 fish/cmds.c:5825 #: fish/cmds.c:5890 fish/cmds.c:5912 fish/cmds.c:5934 fish/cmds.c:5955 #: fish/cmds.c:5982 fish/cmds.c:6010 fish/cmds.c:6041 fish/cmds.c:6070 #: fish/cmds.c:6100 fish/cmds.c:6129 fish/cmds.c:6161 fish/cmds.c:6193 #: fish/cmds.c:6224 fish/cmds.c:6252 fish/cmds.c:6273 fish/cmds.c:6294 #: fish/cmds.c:6319 fish/cmds.c:6344 fish/cmds.c:6365 fish/cmds.c:6386 #: fish/cmds.c:6407 fish/cmds.c:6428 fish/cmds.c:6449 fish/cmds.c:6470 #: fish/cmds.c:6491 fish/cmds.c:6515 fish/cmds.c:6558 fish/cmds.c:6580 #: fish/cmds.c:6607 fish/cmds.c:6633 fish/cmds.c:6658 fish/cmds.c:6683 #: fish/cmds.c:6707 fish/cmds.c:6731 fish/cmds.c:6754 fish/cmds.c:6776 #: fish/cmds.c:6795 fish/cmds.c:6816 fish/cmds.c:6840 fish/cmds.c:6865 #: fish/cmds.c:6890 fish/cmds.c:6915 fish/cmds.c:6940 fish/cmds.c:6966 #: fish/cmds.c:7013 fish/cmds.c:7078 fish/cmds.c:7104 fish/cmds.c:7130 #: fish/cmds.c:7156 fish/cmds.c:7179 fish/cmds.c:7207 fish/cmds.c:7254 #: fish/cmds.c:7342 fish/cmds.c:7442 fish/cmds.c:7463 fish/cmds.c:7482 #: fish/cmds.c:7503 fish/cmds.c:7530 fish/cmds.c:7557 fish/cmds.c:7584 #: fish/cmds.c:7611 fish/cmds.c:7638 fish/cmds.c:7665 fish/cmds.c:7689 #: fish/cmds.c:7711 fish/cmds.c:7733 fish/cmds.c:7756 fish/cmds.c:7779 #: fish/cmds.c:7803 fish/cmds.c:7845 fish/cmds.c:7868 fish/cmds.c:7891 #: fish/cmds.c:7913 fish/cmds.c:7936 fish/cmds.c:7966 fish/cmds.c:7996 #: fish/cmds.c:8148 fish/cmds.c:8178 fish/cmds.c:8208 fish/cmds.c:8233 #: fish/cmds.c:8260 fish/cmds.c:8286 fish/cmds.c:8314 fish/cmds.c:8336 #: fish/cmds.c:8358 fish/cmds.c:8381 fish/cmds.c:8404 fish/cmds.c:8429 #: fish/cmds.c:8452 fish/cmds.c:8477 fish/cmds.c:8501 fish/cmds.c:8524 #: fish/cmds.c:8551 fish/cmds.c:8581 fish/cmds.c:8611 fish/cmds.c:8640 #: fish/cmds.c:8679 fish/cmds.c:8700 fish/cmds.c:8722 fish/cmds.c:8752 #: fish/cmds.c:8780 fish/cmds.c:8808 fish/cmds.c:8835 fish/cmds.c:8857 #: fish/cmds.c:8884 fish/cmds.c:8987 fish/cmds.c:9011 fish/cmds.c:9035 #: fish/cmds.c:9059 fish/cmds.c:9082 fish/cmds.c:9109 fish/cmds.c:9151 #: fish/cmds.c:9173 fish/cmds.c:9195 fish/cmds.c:9237 fish/cmds.c:9261 #: fish/cmds.c:9285 fish/cmds.c:9309 fish/cmds.c:9336 fish/cmds.c:9358 #: fish/cmds.c:9383 fish/cmds.c:9408 fish/cmds.c:9435 fish/cmds.c:9461 #: fish/cmds.c:9487 fish/cmds.c:9513 fish/cmds.c:9541 fish/cmds.c:9588 #: fish/cmds.c:9616 fish/cmds.c:9661 fish/cmds.c:9682 fish/cmds.c:9705 #: fish/cmds.c:9731 fish/cmds.c:9759 fish/cmds.c:9788 fish/cmds.c:9811 #: fish/cmds.c:9835 fish/cmds.c:9861 fish/cmds.c:9947 fish/cmds.c:9995 #: fish/cmds.c:10083 fish/cmds.c:10168 fish/cmds.c:10210 fish/cmds.c:10238 #: fish/cmds.c:10265 fish/cmds.c:10293 fish/cmds.c:10320 fish/cmds.c:10350 #: fish/cmds.c:10400 fish/cmds.c:10448 fish/cmds.c:10475 fish/cmds.c:10499 #: fish/cmds.c:10522 fish/cmds.c:10544 fish/cmds.c:10637 fish/cmds.c:10666 #: fish/cmds.c:10695 fish/cmds.c:10724 fish/cmds.c:10753 fish/cmds.c:10782 #: fish/cmds.c:10811 fish/cmds.c:10840 fish/cmds.c:10869 fish/cmds.c:10898 #: fish/cmds.c:10927 fish/cmds.c:10955 fish/cmds.c:10983 fish/cmds.c:11010 #: fish/cmds.c:11037 fish/cmds.c:11064 fish/cmds.c:11090 fish/cmds.c:11118 #: fish/cmds.c:11163 fish/cmds.c:11185 fish/cmds.c:11207 fish/cmds.c:11232 #: fish/cmds.c:11257 fish/cmds.c:11279 fish/cmds.c:11301 fish/cmds.c:11323 #: fish/cmds.c:11345 fish/cmds.c:11370 fish/cmds.c:11412 fish/cmds.c:11458 #: fish/cmds.c:11497 fish/cmds.c:11518 fish/cmds.c:11539 fish/cmds.c:11560 #: fish/cmds.c:11580 fish/cmds.c:11605 fish/cmds.c:11649 fish/cmds.c:11693 #: fish/cmds.c:11738 fish/cmds.c:11784 fish/cmds.c:11831 fish/cmds.c:11878 #: fish/cmds.c:11922 fish/cmds.c:11944 fish/cmds.c:11972 fish/cmds.c:12001 #: fish/cmds.c:12028 fish/cmds.c:12052 fish/cmds.c:12078 fish/cmds.c:12121 #: fish/cmds.c:12203 fish/cmds.c:12250 fish/cmds.c:12318 fish/cmds.c:12384 #: fish/cmds.c:12410 fish/cmds.c:12462 fish/cmds.c:12487 fish/cmds.c:12532 #: fish/cmds.c:12575 fish/cmds.c:12599 fish/cmds.c:12625 fish/cmds.c:12690 #: fish/cmds.c:12716 fish/cmds.c:12745 fish/cmds.c:12772 fish/cmds.c:12796 #: fish/cmds.c:12821 fish/cmds.c:12853 fish/cmds.c:12877 fish/cmds.c:12901 #: fish/cmds.c:12925 fish/cmds.c:12949 fish/cmds.c:12975 fish/cmds.c:13018 #: fish/cmds.c:13041 fish/cmds.c:13071 fish/cmds.c:13098 fish/cmds.c:13120 #: fish/cmds.c:13163 fish/cmds.c:13207 fish/cmds.c:13252 fish/cmds.c:13315 #: fish/cmds.c:13341 fish/cmds.c:13383 fish/cmds.c:13403 fish/cmds.c:13427 #: fish/cmds.c:13474 fish/cmds.c:13504 fish/cmds.c:13535 fish/cmds.c:13567 #: fish/cmds.c:13616 fish/cmds.c:13660 fish/cmds.c:13697 fish/cmds.c:13734 #: fish/cmds.c:13768 fish/cmds.c:13792 fish/cmds.c:13831 fish/cmds.c:13855 #: fish/cmds.c:13879 fish/cmds.c:13902 fish/cmds.c:13925 fish/cmds.c:13956 #: fish/cmds.c:13985 fish/cmds.c:14009 fish/cmds.c:14060 fish/cmds.c:14112 #: fish/cmds.c:14168 fish/cmds.c:14216 fish/cmds.c:14239 fish/cmds.c:14263 #: fish/cmds.c:14287 fish/cmds.c:14313 fish/cmds.c:14339 fish/cmds.c:14365 #: fish/cmds.c:14391 fish/cmds.c:14417 fish/cmds.c:14443 fish/cmds.c:14489 #: fish/cmds.c:14549 fish/cmds.c:14592 fish/cmds.c:14654 fish/cmds.c:14799 #: fish/cmds.c:14833 fish/cmds.c:14865 fish/cmds.c:14887 fish/cmds.c:14913 #: fish/cmds.c:14934 fish/cmds.c:15005 fish/cmds.c:15305 fish/cmds.c:16056 #: fish/cmds.c:16079 fish/cmds.c:16103 fish/cmds.c:16125 fish/cmds.c:16202 #: fish/cmds.c:16229 fish/cmds.c:16373 fish/cmds.c:16400 fish/cmds.c:16423 #: fish/cmds.c:16450 fish/cmds.c:16493 fish/cmds.c:16517 fish/cmds.c:16545 #: fish/cmds.c:16573 fish/cmds.c:16761 fish/cmds.c:16841 fish/cmds.c:16868 #: fish/cmds.c:16908 fish/cmds.c:16937 fish/cmds.c:16962 fish/cmds.c:16987 #: fish/cmds.c:17015 fish/cmds.c:17054 fish/cmds.c:17079 fish/cmds.c:17105 #: fish/cmds.c:17135 fish/cmds.c:17165 fish/cmds.c:17253 fish/cmds.c:17373 #: fish/cmds.c:17394 fish/cmds.c:17416 fish/cmds.c:17443 fish/cmds.c:17463 #: fish/cmds.c:17484 fish/cmds.c:17504 fish/cmds.c:17523 fish/cmds.c:17876 #: fish/cmds.c:17906 #, c-format msgid "%s should have %d parameter(s)\n" msgstr "" #: fish/cmds.c:4038 fish/cmds.c:4057 fish/cmds.c:4078 fish/cmds.c:4100 #: fish/cmds.c:4123 fish/cmds.c:4147 fish/cmds.c:4168 fish/cmds.c:4190 #: fish/cmds.c:4211 fish/cmds.c:4233 fish/cmds.c:4254 fish/cmds.c:4274 #: fish/cmds.c:4294 fish/cmds.c:4316 fish/cmds.c:4336 fish/cmds.c:4356 #: fish/cmds.c:4376 fish/cmds.c:4396 fish/cmds.c:4416 fish/cmds.c:4436 #: fish/cmds.c:4458 fish/cmds.c:4497 fish/cmds.c:4517 fish/cmds.c:4537 #: fish/cmds.c:4560 fish/cmds.c:4580 fish/cmds.c:4602 fish/cmds.c:4622 #: fish/cmds.c:4644 fish/cmds.c:4664 fish/cmds.c:4686 fish/cmds.c:4706 #: fish/cmds.c:4729 fish/cmds.c:4753 fish/cmds.c:4776 fish/cmds.c:4801 #: fish/cmds.c:4824 fish/cmds.c:4848 fish/cmds.c:4872 fish/cmds.c:4896 #: fish/cmds.c:4919 fish/cmds.c:4942 fish/cmds.c:4966 fish/cmds.c:4990 #: fish/cmds.c:5014 fish/cmds.c:5034 fish/cmds.c:5054 fish/cmds.c:5079 #: fish/cmds.c:5140 fish/cmds.c:5162 fish/cmds.c:5183 fish/cmds.c:5208 #: fish/cmds.c:5280 fish/cmds.c:5304 fish/cmds.c:5328 fish/cmds.c:5352 #: fish/cmds.c:5376 fish/cmds.c:5400 fish/cmds.c:5423 fish/cmds.c:5446 #: fish/cmds.c:5469 fish/cmds.c:5489 fish/cmds.c:5512 fish/cmds.c:5536 #: fish/cmds.c:5560 fish/cmds.c:5587 fish/cmds.c:5644 fish/cmds.c:5664 #: fish/cmds.c:5686 fish/cmds.c:5725 fish/cmds.c:5749 fish/cmds.c:5826 #: fish/cmds.c:5848 fish/cmds.c:5891 fish/cmds.c:5913 fish/cmds.c:5935 #: fish/cmds.c:5956 fish/cmds.c:5983 fish/cmds.c:6011 fish/cmds.c:6042 #: fish/cmds.c:6071 fish/cmds.c:6101 fish/cmds.c:6130 fish/cmds.c:6162 #: fish/cmds.c:6194 fish/cmds.c:6225 fish/cmds.c:6253 fish/cmds.c:6274 #: fish/cmds.c:6295 fish/cmds.c:6320 fish/cmds.c:6345 fish/cmds.c:6366 #: fish/cmds.c:6387 fish/cmds.c:6408 fish/cmds.c:6429 fish/cmds.c:6450 #: fish/cmds.c:6471 fish/cmds.c:6492 fish/cmds.c:6516 fish/cmds.c:6559 #: fish/cmds.c:6581 fish/cmds.c:6608 fish/cmds.c:6634 fish/cmds.c:6659 #: fish/cmds.c:6684 fish/cmds.c:6708 fish/cmds.c:6732 fish/cmds.c:6755 #: fish/cmds.c:6777 fish/cmds.c:6796 fish/cmds.c:6817 fish/cmds.c:6841 #: fish/cmds.c:6866 fish/cmds.c:6891 fish/cmds.c:6916 fish/cmds.c:6941 #: fish/cmds.c:6967 fish/cmds.c:7014 fish/cmds.c:7079 fish/cmds.c:7105 #: fish/cmds.c:7131 fish/cmds.c:7157 fish/cmds.c:7180 fish/cmds.c:7208 #: fish/cmds.c:7255 fish/cmds.c:7343 fish/cmds.c:7391 fish/cmds.c:7443 #: fish/cmds.c:7464 fish/cmds.c:7483 fish/cmds.c:7504 fish/cmds.c:7531 #: fish/cmds.c:7558 fish/cmds.c:7585 fish/cmds.c:7612 fish/cmds.c:7639 #: fish/cmds.c:7666 fish/cmds.c:7690 fish/cmds.c:7712 fish/cmds.c:7734 #: fish/cmds.c:7757 fish/cmds.c:7780 fish/cmds.c:7804 fish/cmds.c:7846 #: fish/cmds.c:7869 fish/cmds.c:7892 fish/cmds.c:7914 fish/cmds.c:7937 #: fish/cmds.c:7967 fish/cmds.c:7997 fish/cmds.c:8028 fish/cmds.c:8084 #: fish/cmds.c:8149 fish/cmds.c:8179 fish/cmds.c:8209 fish/cmds.c:8234 #: fish/cmds.c:8261 fish/cmds.c:8287 fish/cmds.c:8315 fish/cmds.c:8337 #: fish/cmds.c:8359 fish/cmds.c:8382 fish/cmds.c:8405 fish/cmds.c:8430 #: fish/cmds.c:8453 fish/cmds.c:8478 fish/cmds.c:8502 fish/cmds.c:8525 #: fish/cmds.c:8552 fish/cmds.c:8582 fish/cmds.c:8612 fish/cmds.c:8641 #: fish/cmds.c:8680 fish/cmds.c:8701 fish/cmds.c:8723 fish/cmds.c:8753 #: fish/cmds.c:8781 fish/cmds.c:8809 fish/cmds.c:8836 fish/cmds.c:8858 #: fish/cmds.c:8885 fish/cmds.c:8988 fish/cmds.c:9012 fish/cmds.c:9036 #: fish/cmds.c:9060 fish/cmds.c:9083 fish/cmds.c:9110 fish/cmds.c:9152 #: fish/cmds.c:9174 fish/cmds.c:9196 fish/cmds.c:9238 fish/cmds.c:9262 #: fish/cmds.c:9286 fish/cmds.c:9310 fish/cmds.c:9337 fish/cmds.c:9359 #: fish/cmds.c:9384 fish/cmds.c:9409 fish/cmds.c:9436 fish/cmds.c:9462 #: fish/cmds.c:9488 fish/cmds.c:9514 fish/cmds.c:9542 fish/cmds.c:9589 #: fish/cmds.c:9617 fish/cmds.c:9662 fish/cmds.c:9683 fish/cmds.c:9706 #: fish/cmds.c:9732 fish/cmds.c:9760 fish/cmds.c:9789 fish/cmds.c:9812 #: fish/cmds.c:9836 fish/cmds.c:9862 fish/cmds.c:9948 fish/cmds.c:9996 #: fish/cmds.c:10084 fish/cmds.c:10169 fish/cmds.c:10211 fish/cmds.c:10239 #: fish/cmds.c:10266 fish/cmds.c:10294 fish/cmds.c:10321 fish/cmds.c:10351 #: fish/cmds.c:10401 fish/cmds.c:10449 fish/cmds.c:10476 fish/cmds.c:10500 #: fish/cmds.c:10523 fish/cmds.c:10545 fish/cmds.c:10570 fish/cmds.c:10638 #: fish/cmds.c:10667 fish/cmds.c:10696 fish/cmds.c:10725 fish/cmds.c:10754 #: fish/cmds.c:10783 fish/cmds.c:10812 fish/cmds.c:10841 fish/cmds.c:10870 #: fish/cmds.c:10899 fish/cmds.c:10928 fish/cmds.c:10956 fish/cmds.c:10984 #: fish/cmds.c:11011 fish/cmds.c:11038 fish/cmds.c:11065 fish/cmds.c:11091 #: fish/cmds.c:11119 fish/cmds.c:11164 fish/cmds.c:11186 fish/cmds.c:11208 #: fish/cmds.c:11233 fish/cmds.c:11258 fish/cmds.c:11280 fish/cmds.c:11302 #: fish/cmds.c:11324 fish/cmds.c:11346 fish/cmds.c:11371 fish/cmds.c:11413 #: fish/cmds.c:11459 fish/cmds.c:11498 fish/cmds.c:11519 fish/cmds.c:11540 #: fish/cmds.c:11561 fish/cmds.c:11581 fish/cmds.c:11606 fish/cmds.c:11650 #: fish/cmds.c:11694 fish/cmds.c:11739 fish/cmds.c:11785 fish/cmds.c:11832 #: fish/cmds.c:11879 fish/cmds.c:11923 fish/cmds.c:11945 fish/cmds.c:11973 #: fish/cmds.c:12002 fish/cmds.c:12029 fish/cmds.c:12053 fish/cmds.c:12079 #: fish/cmds.c:12122 fish/cmds.c:12204 fish/cmds.c:12251 fish/cmds.c:12319 #: fish/cmds.c:12385 fish/cmds.c:12411 fish/cmds.c:12463 fish/cmds.c:12488 #: fish/cmds.c:12533 fish/cmds.c:12576 fish/cmds.c:12600 fish/cmds.c:12626 #: fish/cmds.c:12691 fish/cmds.c:12717 fish/cmds.c:12746 fish/cmds.c:12773 #: fish/cmds.c:12797 fish/cmds.c:12822 fish/cmds.c:12854 fish/cmds.c:12878 #: fish/cmds.c:12902 fish/cmds.c:12926 fish/cmds.c:12950 fish/cmds.c:12976 #: fish/cmds.c:13019 fish/cmds.c:13042 fish/cmds.c:13072 fish/cmds.c:13099 #: fish/cmds.c:13121 fish/cmds.c:13164 fish/cmds.c:13208 fish/cmds.c:13253 #: fish/cmds.c:13316 fish/cmds.c:13342 fish/cmds.c:13384 fish/cmds.c:13404 #: fish/cmds.c:13428 fish/cmds.c:13475 fish/cmds.c:13505 fish/cmds.c:13536 #: fish/cmds.c:13568 fish/cmds.c:13617 fish/cmds.c:13661 fish/cmds.c:13698 #: fish/cmds.c:13735 fish/cmds.c:13769 fish/cmds.c:13793 fish/cmds.c:13832 #: fish/cmds.c:13856 fish/cmds.c:13880 fish/cmds.c:13903 fish/cmds.c:13926 #: fish/cmds.c:13957 fish/cmds.c:13986 fish/cmds.c:14010 fish/cmds.c:14061 #: fish/cmds.c:14113 fish/cmds.c:14169 fish/cmds.c:14217 fish/cmds.c:14240 #: fish/cmds.c:14264 fish/cmds.c:14288 fish/cmds.c:14314 fish/cmds.c:14340 #: fish/cmds.c:14366 fish/cmds.c:14392 fish/cmds.c:14418 fish/cmds.c:14444 #: fish/cmds.c:14490 fish/cmds.c:14550 fish/cmds.c:14593 fish/cmds.c:14655 #: fish/cmds.c:14682 fish/cmds.c:14800 fish/cmds.c:14834 fish/cmds.c:14866 #: fish/cmds.c:14888 fish/cmds.c:14914 fish/cmds.c:14935 fish/cmds.c:14961 #: fish/cmds.c:15006 fish/cmds.c:15031 fish/cmds.c:15096 fish/cmds.c:15161 #: fish/cmds.c:15237 fish/cmds.c:15306 fish/cmds.c:15332 fish/cmds.c:15428 #: fish/cmds.c:15527 fish/cmds.c:15626 fish/cmds.c:15727 fish/cmds.c:15929 #: fish/cmds.c:16057 fish/cmds.c:16080 fish/cmds.c:16104 fish/cmds.c:16126 #: fish/cmds.c:16152 fish/cmds.c:16203 fish/cmds.c:16230 fish/cmds.c:16254 #: fish/cmds.c:16303 fish/cmds.c:16374 fish/cmds.c:16401 fish/cmds.c:16424 #: fish/cmds.c:16451 fish/cmds.c:16494 fish/cmds.c:16518 fish/cmds.c:16546 #: fish/cmds.c:16574 fish/cmds.c:16600 fish/cmds.c:16762 fish/cmds.c:16792 #: fish/cmds.c:16842 fish/cmds.c:16869 fish/cmds.c:16909 fish/cmds.c:16938 #: fish/cmds.c:16963 fish/cmds.c:16988 fish/cmds.c:17016 fish/cmds.c:17055 #: fish/cmds.c:17080 fish/cmds.c:17106 fish/cmds.c:17136 fish/cmds.c:17166 #: fish/cmds.c:17191 fish/cmds.c:17254 fish/cmds.c:17279 fish/cmds.c:17374 #: fish/cmds.c:17395 fish/cmds.c:17417 fish/cmds.c:17444 fish/cmds.c:17464 #: fish/cmds.c:17485 fish/cmds.c:17505 fish/cmds.c:17524 fish/cmds.c:17549 #: fish/cmds.c:17702 fish/cmds.c:17763 fish/cmds.c:17821 fish/cmds.c:17877 #: fish/cmds.c:17907 fish/cmds.c:17954 #, c-format msgid "type 'help %s' for help on %s\n" msgstr "" #: fish/cmds.c:4468 fish/cmds.c:5696 fish/cmds.c:5776 fish/cmds.c:6528 #: fish/cmds.c:6977 fish/cmds.c:7024 fish/cmds.c:7043 fish/cmds.c:7220 #: fish/cmds.c:7266 fish/cmds.c:7285 fish/cmds.c:7304 fish/cmds.c:7356 #: fish/cmds.c:7815 fish/cmds.c:8651 fish/cmds.c:8896 fish/cmds.c:8915 #: fish/cmds.c:8934 fish/cmds.c:8953 fish/cmds.c:9121 fish/cmds.c:9206 #: fish/cmds.c:9552 fish/cmds.c:9627 fish/cmds.c:9872 fish/cmds.c:9891 #: fish/cmds.c:9910 fish/cmds.c:9958 fish/cmds.c:10006 fish/cmds.c:10025 #: fish/cmds.c:10044 fish/cmds.c:10094 fish/cmds.c:10113 fish/cmds.c:10132 #: fish/cmds.c:10179 fish/cmds.c:10363 fish/cmds.c:10413 fish/cmds.c:11131 #: fish/cmds.c:11381 fish/cmds.c:11425 fish/cmds.c:11469 fish/cmds.c:11617 #: fish/cmds.c:11660 fish/cmds.c:11704 fish/cmds.c:11749 fish/cmds.c:11796 #: fish/cmds.c:11843 fish/cmds.c:11890 fish/cmds.c:12091 fish/cmds.c:12134 #: fish/cmds.c:12147 fish/cmds.c:12160 fish/cmds.c:12173 fish/cmds.c:12216 #: fish/cmds.c:12261 fish/cmds.c:12280 fish/cmds.c:12331 fish/cmds.c:12350 #: fish/cmds.c:12423 fish/cmds.c:12436 fish/cmds.c:12499 fish/cmds.c:12544 #: fish/cmds.c:12636 fish/cmds.c:12655 fish/cmds.c:12990 fish/cmds.c:13132 #: fish/cmds.c:13175 fish/cmds.c:13219 fish/cmds.c:13264 fish/cmds.c:13283 #: fish/cmds.c:13353 fish/cmds.c:13441 fish/cmds.c:13579 fish/cmds.c:13632 #: fish/cmds.c:13672 fish/cmds.c:13709 fish/cmds.c:13746 fish/cmds.c:13805 #: fish/cmds.c:14025 fish/cmds.c:14076 fish/cmds.c:14132 fish/cmds.c:14184 #: fish/cmds.c:14458 fish/cmds.c:14504 fish/cmds.c:14517 fish/cmds.c:14564 #: fish/cmds.c:14604 fish/cmds.c:14623 fish/cmds.c:14700 fish/cmds.c:14728 #: fish/cmds.c:14751 fish/cmds.c:15048 fish/cmds.c:15114 fish/cmds.c:15182 #: fish/cmds.c:15257 fish/cmds.c:15350 fish/cmds.c:15367 fish/cmds.c:15384 #: fish/cmds.c:15447 fish/cmds.c:15464 fish/cmds.c:15481 fish/cmds.c:15546 #: fish/cmds.c:15563 fish/cmds.c:15580 fish/cmds.c:15646 fish/cmds.c:15663 #: fish/cmds.c:15680 fish/cmds.c:15749 fish/cmds.c:15772 fish/cmds.c:15800 #: fish/cmds.c:15817 fish/cmds.c:15840 fish/cmds.c:15868 fish/cmds.c:15885 #: fish/cmds.c:15948 fish/cmds.c:15965 fish/cmds.c:15988 fish/cmds.c:16011 #: fish/cmds.c:16463 fish/cmds.c:16618 fish/cmds.c:16635 fish/cmds.c:16657 #: fish/cmds.c:16690 fish/cmds.c:16713 fish/cmds.c:16881 fish/cmds.c:17026 #: fish/cmds.c:17208 fish/cmds.c:17297 fish/cmds.c:17314 fish/cmds.c:17331 #: fish/cmds.c:17582 fish/cmds.c:17599 fish/cmds.c:17616 fish/cmds.c:17633 #: fish/cmds.c:17650 fish/cmds.c:17919 #, c-format msgid "%s: %s: invalid integer parameter (%s returned %d)\n" msgstr "" #: fish/cmds.c:4474 fish/cmds.c:5702 fish/cmds.c:5782 fish/cmds.c:6534 #: fish/cmds.c:6983 fish/cmds.c:7030 fish/cmds.c:7049 fish/cmds.c:7226 #: fish/cmds.c:7272 fish/cmds.c:7291 fish/cmds.c:7310 fish/cmds.c:7362 #: fish/cmds.c:7821 fish/cmds.c:8657 fish/cmds.c:8902 fish/cmds.c:8921 #: fish/cmds.c:8940 fish/cmds.c:8959 fish/cmds.c:9127 fish/cmds.c:9212 #: fish/cmds.c:9558 fish/cmds.c:9633 fish/cmds.c:9878 fish/cmds.c:9897 #: fish/cmds.c:9916 fish/cmds.c:9964 fish/cmds.c:10012 fish/cmds.c:10031 #: fish/cmds.c:10050 fish/cmds.c:10100 fish/cmds.c:10119 fish/cmds.c:10138 #: fish/cmds.c:10185 fish/cmds.c:10369 fish/cmds.c:10419 fish/cmds.c:11137 #: fish/cmds.c:11387 fish/cmds.c:11431 fish/cmds.c:11475 fish/cmds.c:11623 #: fish/cmds.c:11666 fish/cmds.c:11710 fish/cmds.c:11755 fish/cmds.c:11802 #: fish/cmds.c:11849 fish/cmds.c:11896 fish/cmds.c:12222 fish/cmds.c:12267 #: fish/cmds.c:12286 fish/cmds.c:12337 fish/cmds.c:12505 fish/cmds.c:12550 #: fish/cmds.c:12642 fish/cmds.c:12661 fish/cmds.c:13138 fish/cmds.c:13181 #: fish/cmds.c:13225 fish/cmds.c:13270 fish/cmds.c:13289 fish/cmds.c:13359 #: fish/cmds.c:13447 fish/cmds.c:13585 fish/cmds.c:14031 fish/cmds.c:14082 #: fish/cmds.c:14138 fish/cmds.c:14190 fish/cmds.c:14610 fish/cmds.c:14706 #: fish/cmds.c:14734 fish/cmds.c:14757 fish/cmds.c:15188 fish/cmds.c:15263 #: fish/cmds.c:15755 fish/cmds.c:15778 fish/cmds.c:15823 fish/cmds.c:15846 #: fish/cmds.c:15971 fish/cmds.c:15994 fish/cmds.c:16469 fish/cmds.c:16663 #: fish/cmds.c:16696 fish/cmds.c:16719 fish/cmds.c:17656 fish/cmds.c:17925 #, c-format msgid "%s: %s: integer out of range\n" msgstr "" #: fish/cmds.c:5078 fish/cmds.c:5207 fish/cmds.c:5586 fish/cmds.c:5748 #: fish/cmds.c:5847 fish/cmds.c:7390 fish/cmds.c:8027 fish/cmds.c:8083 #: fish/cmds.c:10569 fish/cmds.c:14681 fish/cmds.c:14960 fish/cmds.c:15030 #: fish/cmds.c:15095 fish/cmds.c:15160 fish/cmds.c:15236 fish/cmds.c:15331 #: fish/cmds.c:15427 fish/cmds.c:15526 fish/cmds.c:15625 fish/cmds.c:15726 #: fish/cmds.c:15928 fish/cmds.c:16151 fish/cmds.c:16253 fish/cmds.c:16302 #: fish/cmds.c:16599 fish/cmds.c:16791 fish/cmds.c:17190 fish/cmds.c:17278 #: fish/cmds.c:17548 fish/cmds.c:17701 fish/cmds.c:17762 fish/cmds.c:17820 #: fish/cmds.c:17953 #, c-format msgid "%s should have %d-%d parameter(s)\n" msgstr "" #: fish/cmds.c:5109 fish/cmds.c:5248 fish/cmds.c:5607 fish/cmds.c:5797 #: fish/cmds.c:5862 fish/cmds.c:7412 fish/cmds.c:8046 fish/cmds.c:8112 #: fish/cmds.c:10602 fish/cmds.c:14767 fish/cmds.c:14977 fish/cmds.c:15063 #: fish/cmds.c:15124 fish/cmds.c:15198 fish/cmds.c:15273 fish/cmds.c:15394 #: fish/cmds.c:15491 fish/cmds.c:15590 fish/cmds.c:15690 fish/cmds.c:15895 #: fish/cmds.c:16026 fish/cmds.c:16172 fish/cmds.c:16269 fish/cmds.c:16340 #: fish/cmds.c:16729 fish/cmds.c:16809 fish/cmds.c:17223 fish/cmds.c:17341 #: fish/cmds.c:17666 fish/cmds.c:17725 fish/cmds.c:17785 fish/cmds.c:17843 #: fish/cmds.c:17999 #, c-format msgid "%s: unknown optional argument \"%s\"\n" msgstr "" #: fish/cmds.c:5115 fish/cmds.c:5254 fish/cmds.c:5613 fish/cmds.c:5803 #: fish/cmds.c:5868 fish/cmds.c:7418 fish/cmds.c:8052 fish/cmds.c:8118 #: fish/cmds.c:10608 fish/cmds.c:14773 fish/cmds.c:14983 fish/cmds.c:15069 #: fish/cmds.c:15130 fish/cmds.c:15204 fish/cmds.c:15279 fish/cmds.c:15400 #: fish/cmds.c:15497 fish/cmds.c:15596 fish/cmds.c:15696 fish/cmds.c:15901 #: fish/cmds.c:16032 fish/cmds.c:16178 fish/cmds.c:16275 fish/cmds.c:16346 #: fish/cmds.c:16735 fish/cmds.c:16815 fish/cmds.c:17229 fish/cmds.c:17347 #: fish/cmds.c:17672 fish/cmds.c:17731 fish/cmds.c:17791 fish/cmds.c:17849 #: fish/cmds.c:18005 #, c-format msgid "%s: optional argument \"%s\" given twice\n" msgstr "" #: fish/cmds.c:18029 #, 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:48 #, c-format msgid "" "use 'copy-in [...] ' to copy files into the image\n" msgstr "" #: fish/copy.c:69 #, c-format msgid "copy-in: target '%s' is not a directory\n" msgstr "" #: fish/copy.c:166 #, c-format msgid "error: argument is zero length or longer than maximum permitted\n" msgstr "" #: fish/copy.c:211 #, c-format msgid "" "use 'copy-out [...] ' to copy files out of the " "image\n" msgstr "" #: fish/copy.c:222 #, c-format msgid "copy-out: target '%s' is not a directory\n" msgstr "" #: fish/copy.c:267 #, 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