# 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.35\n" "Report-Msgid-Bugs-To: https://bugzilla.redhat.com/enter_bug.cgi?" "component=libguestfs&product=Virtualization+Tools\n" "POT-Creation-Date: 2012-08-29 18:57+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:3244 msgid "Command" msgstr "" #: fish/cmds.c:3244 msgid "Description" msgstr "" #: fish/cmds.c:3246 msgid "add a CD-ROM disk image to examine" msgstr "" #: fish/cmds.c:3247 msgid "add the disk(s) from a named libvirt domain" msgstr "" #: fish/cmds.c:3248 msgid "add an image to examine or modify" msgstr "" #: fish/cmds.c:3249 msgid "add a drive in snapshot mode (read-only)" msgstr "" #: fish/cmds.c:3250 msgid "add a drive read-only specifying the QEMU block emulation to use" msgstr "" #: fish/cmds.c:3251 msgid "add a drive specifying the QEMU block emulation to use" msgstr "" #: fish/cmds.c:3252 msgid "allocate and add a disk file" msgstr "" #: fish/cmds.c:3253 msgid "clear Augeas path" msgstr "" #: fish/cmds.c:3254 msgid "close the current Augeas handle" msgstr "" #: fish/cmds.c:3255 msgid "define an Augeas node" msgstr "" #: fish/cmds.c:3256 msgid "define an Augeas variable" msgstr "" #: fish/cmds.c:3257 msgid "look up the value of an Augeas path" msgstr "" #: fish/cmds.c:3258 msgid "create a new Augeas handle" msgstr "" #: fish/cmds.c:3259 msgid "insert a sibling Augeas node" msgstr "" #: fish/cmds.c:3260 msgid "load files into the tree" msgstr "" #: fish/cmds.c:3261 msgid "list Augeas nodes under augpath" msgstr "" #: fish/cmds.c:3262 msgid "return Augeas nodes which match augpath" msgstr "" #: fish/cmds.c:3263 msgid "move Augeas node" msgstr "" #: fish/cmds.c:3264 msgid "remove an Augeas path" msgstr "" #: fish/cmds.c:3265 msgid "write all pending Augeas changes to disk" msgstr "" #: fish/cmds.c:3266 msgid "set Augeas path to value" msgstr "" #: fish/cmds.c:3267 msgid "test availability of some parts of the API" msgstr "" #: fish/cmds.c:3268 msgid "return a list of all optional groups" msgstr "" #: fish/cmds.c:3269 msgid "upload base64-encoded data to file" msgstr "" #: fish/cmds.c:3270 msgid "download file and encode as base64" msgstr "" #: fish/cmds.c:3271 msgid "print block device attributes" msgstr "" #: fish/cmds.c:3272 msgid "flush device buffers" msgstr "" #: fish/cmds.c:3273 msgid "get blocksize of block device" msgstr "" #: fish/cmds.c:3274 msgid "is block device set to read-only" msgstr "" #: fish/cmds.c:3275 msgid "get total size of device in bytes" msgstr "" #: fish/cmds.c:3276 msgid "get sectorsize of block device" msgstr "" #: fish/cmds.c:3277 msgid "get total size of device in 512-byte sectors" msgstr "" #: fish/cmds.c:3278 msgid "reread partition table" msgstr "" #: fish/cmds.c:3279 msgid "set blocksize of block device" msgstr "" #: fish/cmds.c:3280 msgid "set block device to read-only" msgstr "" #: fish/cmds.c:3281 msgid "set block device to read-write" msgstr "" #: fish/cmds.c:3282 msgid "add devices to a btrfs filesystem" msgstr "" #: fish/cmds.c:3283 msgid "remove devices from a btrfs filesystem" msgstr "" #: fish/cmds.c:3284 msgid "balance a btrfs filesystem" msgstr "" #: fish/cmds.c:3285 msgid "resize a btrfs filesystem" msgstr "" #: fish/cmds.c:3286 msgid "sync a btrfs filesystem" msgstr "" #: fish/cmds.c:3287 msgid "check a btrfs filesystem" msgstr "" #: fish/cmds.c:3288 msgid "enable or disable the seeding feature of device" msgstr "" #: fish/cmds.c:3289 msgid "create a btrfs snapshot" msgstr "" #: fish/cmds.c:3290 msgid "delete a btrfs snapshot" msgstr "" #: fish/cmds.c:3291 msgid "list btrfs snapshots and subvolumes" msgstr "" #: fish/cmds.c:3292 msgid "set default btrfs subvolume" msgstr "" #: fish/cmds.c:3293 msgid "create a writable btrfs snapshot" msgstr "" #: fish/cmds.c:3294 msgid "return canonical device name" msgstr "" #: fish/cmds.c:3295 msgid "return true path on case-insensitive filesystem" msgstr "" #: fish/cmds.c:3296 msgid "list the contents of a file" msgstr "" #: fish/cmds.c:3297 msgid "compute MD5, SHAx or CRC checksum of file" msgstr "" #: fish/cmds.c:3298 msgid "compute MD5, SHAx or CRC checksum of the contents of a device" msgstr "" #: fish/cmds.c:3299 msgid "compute MD5, SHAx or CRC checksum of files in a directory" msgstr "" #: fish/cmds.c:3300 msgid "change file mode" msgstr "" #: fish/cmds.c:3301 fish/cmds.c:3457 msgid "change file owner and group" msgstr "" #: fish/cmds.c:3302 msgid "run a command from the guest filesystem" msgstr "" #: fish/cmds.c:3303 msgid "run a command, returning lines" msgstr "" #: fish/cmds.c:3304 msgid "output compressed device" msgstr "" #: fish/cmds.c:3305 msgid "output compressed file" msgstr "" #: fish/cmds.c:3306 msgid "add qemu parameters" msgstr "" #: fish/cmds.c:3307 msgid "copy from source device to destination device" msgstr "" #: fish/cmds.c:3308 msgid "copy from source device to destination file" msgstr "" #: fish/cmds.c:3309 msgid "copy from source file to destination device" msgstr "" #: fish/cmds.c:3310 msgid "copy from source file to destination file" msgstr "" #: fish/cmds.c:3311 msgid "copy local files or directories into an image" msgstr "" #: fish/cmds.c:3312 msgid "copy remote files or directories out of an image" msgstr "" #: fish/cmds.c:3313 msgid "copy size bytes from source to destination using dd" msgstr "" #: fish/cmds.c:3314 msgid "copy a file" msgstr "" #: fish/cmds.c:3315 msgid "copy a file or directory recursively" msgstr "" #: fish/cmds.c:3316 msgid "copy from source to destination using dd" msgstr "" #: fish/cmds.c:3317 msgid "debugging and internals" msgstr "" #: fish/cmds.c:3318 msgid "debug the drives (internal use only)" msgstr "" #: fish/cmds.c:3319 msgid "upload a file to the appliance (internal use only)" msgstr "" #: fish/cmds.c:3320 msgid "delete a previously registered event handler" msgstr "" #: fish/cmds.c:3321 msgid "convert device to index" msgstr "" #: fish/cmds.c:3322 msgid "report file system disk space usage" msgstr "" #: fish/cmds.c:3323 msgid "report file system disk space usage (human readable)" msgstr "" #: fish/cmds.c:3324 msgid "display an image" msgstr "" #: fish/cmds.c:3325 msgid "return kernel messages" msgstr "" #: fish/cmds.c:3326 msgid "download a file to the local machine" msgstr "" #: fish/cmds.c:3327 msgid "download a file to the local machine with offset and size" msgstr "" #: fish/cmds.c:3328 msgid "drop kernel page cache, dentries and inodes" msgstr "" #: fish/cmds.c:3329 msgid "estimate file space usage" msgstr "" #: fish/cmds.c:3330 fish/cmds.c:3331 msgid "check an ext2/ext3 filesystem" msgstr "" #: fish/cmds.c:3332 msgid "display a line of text" msgstr "" #: fish/cmds.c:3333 msgid "echo arguments back to the client" msgstr "" #: fish/cmds.c:3334 msgid "edit a file" msgstr "" #: fish/cmds.c:3335 fish/cmds.c:3336 fish/cmds.c:3342 fish/cmds.c:3343 #: fish/cmds.c:3383 fish/cmds.c:3384 fish/cmds.c:3694 fish/cmds.c:3695 #: fish/cmds.c:3700 fish/cmds.c:3701 fish/cmds.c:3703 fish/cmds.c:3704 msgid "return lines matching a pattern" msgstr "" #: fish/cmds.c:3337 msgid "test if two files have equal contents" msgstr "" #: fish/cmds.c:3338 msgid "register a handler for an event or events" msgstr "" #: fish/cmds.c:3339 msgid "test if file or directory exists" msgstr "" #: fish/cmds.c:3340 fish/cmds.c:3341 msgid "preallocate a file in the guest filesystem" msgstr "" #: fish/cmds.c:3344 msgid "determine file type" msgstr "" #: fish/cmds.c:3345 msgid "detect the architecture of a binary file" msgstr "" #: fish/cmds.c:3346 msgid "return the size of the file in bytes" msgstr "" #: fish/cmds.c:3347 msgid "check if filesystem is available" msgstr "" #: fish/cmds.c:3348 msgid "fill a file with octets" msgstr "" #: fish/cmds.c:3349 msgid "fill a directory with empty files" msgstr "" #: fish/cmds.c:3350 msgid "fill a file with a repeating pattern of bytes" msgstr "" #: fish/cmds.c:3351 msgid "find all files and directories" msgstr "" #: fish/cmds.c:3352 msgid "find all files and directories, returning NUL-separated list" msgstr "" #: fish/cmds.c:3353 msgid "find a filesystem by label" msgstr "" #: fish/cmds.c:3354 msgid "find a filesystem by UUID" msgstr "" #: fish/cmds.c:3355 msgid "run the filesystem checker" msgstr "" #: fish/cmds.c:3356 msgid "trim free space in a filesystem" msgstr "" #: fish/cmds.c:3357 msgid "get the additional kernel options" msgstr "" #: fish/cmds.c:3358 msgid "get the attach method" msgstr "" #: fish/cmds.c:3359 msgid "get autosync mode" msgstr "" #: fish/cmds.c:3360 msgid "get direct appliance mode flag" msgstr "" #: fish/cmds.c:3361 msgid "get ext2 file attributes of a file" msgstr "" #: fish/cmds.c:3362 msgid "get ext2 file generation of a file" msgstr "" #: fish/cmds.c:3363 msgid "get the ext2/3/4 filesystem label" msgstr "" #: fish/cmds.c:3364 msgid "get the ext2/3/4 filesystem UUID" msgstr "" #: fish/cmds.c:3365 msgid "get memory allocated to the qemu subprocess" msgstr "" #: fish/cmds.c:3366 msgid "get enable network flag" msgstr "" #: fish/cmds.c:3367 msgid "get the search path" msgstr "" #: fish/cmds.c:3368 msgid "get process group flag" msgstr "" #: fish/cmds.c:3369 msgid "get PID of qemu subprocess" msgstr "" #: fish/cmds.c:3370 msgid "get the qemu binary" msgstr "" #: fish/cmds.c:3371 msgid "get recovery process enabled flag" msgstr "" #: fish/cmds.c:3372 msgid "get SELinux enabled flag" msgstr "" #: fish/cmds.c:3373 msgid "get number of virtual CPUs in appliance" msgstr "" #: fish/cmds.c:3374 msgid "get the current state" msgstr "" #: fish/cmds.c:3375 msgid "get command trace enabled flag" msgstr "" #: fish/cmds.c:3376 msgid "get the current umask" msgstr "" #: fish/cmds.c:3377 msgid "get verbose mode" msgstr "" #: fish/cmds.c:3378 msgid "get SELinux security context" msgstr "" #: fish/cmds.c:3379 fish/cmds.c:3458 msgid "get a single extended attribute" msgstr "" #: fish/cmds.c:3380 fish/cmds.c:3459 msgid "list extended attributes of a file or directory" msgstr "" #: fish/cmds.c:3381 msgid "expand wildcards in command" msgstr "" #: fish/cmds.c:3382 msgid "expand a wildcard path" msgstr "" #: fish/cmds.c:3385 msgid "install GRUB 1" msgstr "" #: fish/cmds.c:3386 msgid "return first 10 lines of a file" msgstr "" #: fish/cmds.c:3387 msgid "return first N lines of a file" msgstr "" #: fish/cmds.c:3388 msgid "dump a file in hexadecimal" msgstr "" #: fish/cmds.c:3389 msgid "edit with a hex editor" msgstr "" #: fish/cmds.c:3390 msgid "close the current hivex handle" msgstr "" #: fish/cmds.c:3391 msgid "commit (write) changes back to the hive" msgstr "" #: fish/cmds.c:3392 msgid "add a child node" msgstr "" #: fish/cmds.c:3393 msgid "return list of nodes which are subkeys of node" msgstr "" #: fish/cmds.c:3394 msgid "delete a node (recursively)" msgstr "" #: fish/cmds.c:3395 msgid "return the named child of node" msgstr "" #: fish/cmds.c:3396 msgid "return the named value" msgstr "" #: fish/cmds.c:3397 msgid "return the name of the node" msgstr "" #: fish/cmds.c:3398 msgid "return the parent of node" msgstr "" #: fish/cmds.c:3399 msgid "set or replace a single value in a node" msgstr "" #: fish/cmds.c:3400 msgid "return list of values attached to node" msgstr "" #: fish/cmds.c:3401 msgid "open a Windows Registry hive file" msgstr "" #: fish/cmds.c:3402 msgid "return the root node of the hive" msgstr "" #: fish/cmds.c:3403 msgid "return the key field from the (key, datatype, data) tuple" msgstr "" #: fish/cmds.c:3404 msgid "return the data type from the (key, datatype, data) tuple" msgstr "" #: fish/cmds.c:3405 fish/cmds.c:3406 msgid "return the data field from the (key, datatype, data) tuple" msgstr "" #: fish/cmds.c:3407 msgid "list the contents of a single file in an initrd" msgstr "" #: fish/cmds.c:3408 msgid "list files in an initrd" msgstr "" #: fish/cmds.c:3409 msgid "add an inotify watch" msgstr "" #: fish/cmds.c:3410 msgid "close the inotify handle" msgstr "" #: fish/cmds.c:3411 msgid "return list of watched files that had events" msgstr "" #: fish/cmds.c:3412 msgid "create an inotify handle" msgstr "" #: fish/cmds.c:3413 msgid "return list of inotify events" msgstr "" #: fish/cmds.c:3414 msgid "remove an inotify watch" msgstr "" #: fish/cmds.c:3415 msgid "get architecture of inspected operating system" msgstr "" #: fish/cmds.c:3416 msgid "get distro of inspected operating system" msgstr "" #: fish/cmds.c:3417 msgid "get drive letter mappings" msgstr "" #: fish/cmds.c:3418 msgid "get filesystems associated with inspected operating system" msgstr "" #: fish/cmds.c:3419 msgid "get format of inspected operating system" msgstr "" #: fish/cmds.c:3420 msgid "get hostname of the operating system" msgstr "" #: fish/cmds.c:3421 msgid "get the icon corresponding to this operating system" msgstr "" #: fish/cmds.c:3422 msgid "get major version of inspected operating system" msgstr "" #: fish/cmds.c:3423 msgid "get minor version of inspected operating system" msgstr "" #: fish/cmds.c:3424 msgid "get mountpoints of inspected operating system" msgstr "" #: fish/cmds.c:3425 msgid "get package format used by the operating system" msgstr "" #: fish/cmds.c:3426 msgid "get package management tool used by the operating system" msgstr "" #: fish/cmds.c:3427 msgid "get product name of inspected operating system" msgstr "" #: fish/cmds.c:3428 msgid "get product variant of inspected operating system" msgstr "" #: fish/cmds.c:3429 msgid "return list of operating systems found by last inspection" msgstr "" #: fish/cmds.c:3430 msgid "get type of inspected operating system" msgstr "" #: fish/cmds.c:3431 msgid "get Windows CurrentControlSet of inspected operating system" msgstr "" #: fish/cmds.c:3432 msgid "get Windows systemroot of inspected operating system" msgstr "" #: fish/cmds.c:3433 msgid "get live flag for install disk" msgstr "" #: fish/cmds.c:3434 msgid "get multipart flag for install disk" msgstr "" #: fish/cmds.c:3435 msgid "get netinst (network installer) flag for install disk" msgstr "" #: fish/cmds.c:3436 msgid "get list of applications installed in the operating system" msgstr "" #: fish/cmds.c:3437 msgid "inspect disk and return list of operating systems found" msgstr "" #: fish/cmds.c:3438 msgid "test if block device" msgstr "" #: fish/cmds.c:3439 msgid "is busy processing a command" msgstr "" #: fish/cmds.c:3440 msgid "test if character device" msgstr "" #: fish/cmds.c:3441 msgid "is in configuration state" msgstr "" #: fish/cmds.c:3442 msgid "test if a directory" msgstr "" #: fish/cmds.c:3443 msgid "test if FIFO (named pipe)" msgstr "" #: fish/cmds.c:3444 msgid "test if a regular file" msgstr "" #: fish/cmds.c:3445 msgid "is launching subprocess" msgstr "" #: fish/cmds.c:3446 msgid "test if device is a logical volume" msgstr "" #: fish/cmds.c:3447 msgid "is ready to accept commands" msgstr "" #: fish/cmds.c:3448 msgid "test if socket" msgstr "" #: fish/cmds.c:3449 msgid "test if symbolic link" msgstr "" #: fish/cmds.c:3450 msgid "test if a file contains all zero bytes" msgstr "" #: fish/cmds.c:3451 msgid "test if a device contains all zero bytes" msgstr "" #: fish/cmds.c:3452 msgid "get ISO information from primary volume descriptor of ISO file" msgstr "" #: fish/cmds.c:3453 msgid "get ISO information from primary volume descriptor of device" msgstr "" #: fish/cmds.c:3454 msgid "kill the qemu subprocess" msgstr "" #: fish/cmds.c:3455 msgid "launch the qemu subprocess" msgstr "" #: fish/cmds.c:3456 msgid "change working directory" msgstr "" #: fish/cmds.c:3460 msgid "list 9p filesystems" msgstr "" #: fish/cmds.c:3461 msgid "list the block devices" msgstr "" #: fish/cmds.c:3462 msgid "list device mapper devices" msgstr "" #: fish/cmds.c:3463 msgid "list event handlers" msgstr "" #: fish/cmds.c:3464 msgid "list filesystems" msgstr "" #: fish/cmds.c:3465 msgid "list Linux md (RAID) devices" msgstr "" #: fish/cmds.c:3466 msgid "list the partitions" msgstr "" #: fish/cmds.c:3467 msgid "list the files in a directory (long format)" msgstr "" #: fish/cmds.c:3468 msgid "list the files in a directory (long format with SELinux contexts)" msgstr "" #: fish/cmds.c:3469 fish/cmds.c:3470 msgid "create a hard link" msgstr "" #: fish/cmds.c:3471 fish/cmds.c:3472 msgid "create a symbolic link" msgstr "" #: fish/cmds.c:3473 fish/cmds.c:3581 msgid "remove extended attribute of a file or directory" msgstr "" #: fish/cmds.c:3474 msgid "list the files in a directory" msgstr "" #: fish/cmds.c:3475 msgid "get list of files in a directory" msgstr "" #: fish/cmds.c:3476 fish/cmds.c:3617 msgid "set extended attribute of a file or directory" msgstr "" #: fish/cmds.c:3477 msgid "get file information for a symbolic link" msgstr "" #: fish/cmds.c:3478 msgid "lstat on multiple files" msgstr "" #: fish/cmds.c:3479 msgid "add a key on a LUKS encrypted device" msgstr "" #: fish/cmds.c:3480 msgid "close a LUKS device" msgstr "" #: fish/cmds.c:3481 fish/cmds.c:3482 msgid "format a block device as a LUKS encrypted device" msgstr "" #: fish/cmds.c:3483 msgid "remove a key from a LUKS encrypted device" msgstr "" #: fish/cmds.c:3484 msgid "open a LUKS-encrypted block device" msgstr "" #: fish/cmds.c:3485 msgid "open a LUKS-encrypted block device read-only" msgstr "" #: fish/cmds.c:3486 msgid "create an LVM logical volume" msgstr "" #: fish/cmds.c:3487 msgid "create an LVM logical volume in % remaining free space" msgstr "" #: fish/cmds.c:3488 msgid "get canonical name of an LV" msgstr "" #: fish/cmds.c:3489 msgid "clear LVM device filter" msgstr "" #: fish/cmds.c:3490 msgid "remove all LVM LVs, VGs and PVs" msgstr "" #: fish/cmds.c:3491 msgid "set LVM device filter" msgstr "" #: fish/cmds.c:3492 msgid "remove an LVM logical volume" msgstr "" #: fish/cmds.c:3493 msgid "rename an LVM logical volume" msgstr "" #: fish/cmds.c:3494 msgid "resize an LVM logical volume" msgstr "" #: fish/cmds.c:3495 msgid "expand an LV to fill free space" msgstr "" #: fish/cmds.c:3496 fish/cmds.c:3497 msgid "list the LVM logical volumes (LVs)" msgstr "" #: fish/cmds.c:3498 msgid "get the UUID of a logical volume" msgstr "" #: fish/cmds.c:3499 msgid "lgetxattr on multiple files" msgstr "" #: fish/cmds.c:3500 msgid "open the manual" msgstr "" #: fish/cmds.c:3501 msgid "maximum number of disks that may be added" msgstr "" #: fish/cmds.c:3502 msgid "create a Linux md (RAID) device" msgstr "" #: fish/cmds.c:3503 msgid "obtain metadata for an MD device" msgstr "" #: fish/cmds.c:3504 msgid "get underlying devices from an MD device" msgstr "" #: fish/cmds.c:3505 msgid "stop a Linux md (RAID) device" msgstr "" #: fish/cmds.c:3506 msgid "create a directory" msgstr "" #: fish/cmds.c:3507 msgid "create a directory with a particular mode" msgstr "" #: fish/cmds.c:3508 msgid "create a directory and parents" msgstr "" #: fish/cmds.c:3509 msgid "create a temporary directory" msgstr "" #: fish/cmds.c:3510 fish/cmds.c:3511 fish/cmds.c:3512 msgid "make ext2/3/4 filesystem with external journal" msgstr "" #: fish/cmds.c:3513 msgid "make ext2/3/4 external journal" msgstr "" #: fish/cmds.c:3514 msgid "make ext2/3/4 external journal with label" msgstr "" #: fish/cmds.c:3515 msgid "make ext2/3/4 external journal with UUID" msgstr "" #: fish/cmds.c:3516 msgid "make FIFO (named pipe)" msgstr "" #: fish/cmds.c:3517 msgid "make a filesystem" msgstr "" #: fish/cmds.c:3518 msgid "make a filesystem with block size" msgstr "" #: fish/cmds.c:3519 msgid "create a btrfs filesystem" msgstr "" #: fish/cmds.c:3520 msgid "create a mountpoint" msgstr "" #: fish/cmds.c:3521 msgid "make block, character or FIFO devices" msgstr "" #: fish/cmds.c:3522 msgid "make block device node" msgstr "" #: fish/cmds.c:3523 msgid "make char device node" msgstr "" #: fish/cmds.c:3524 msgid "create a swap partition" msgstr "" #: fish/cmds.c:3525 msgid "create a swap partition with a label" msgstr "" #: fish/cmds.c:3526 msgid "create a swap partition with an explicit UUID" msgstr "" #: fish/cmds.c:3527 msgid "create a swap file" msgstr "" #: fish/cmds.c:3528 msgid "load a kernel module" msgstr "" #: fish/cmds.c:3529 msgid "view a file" msgstr "" #: fish/cmds.c:3530 msgid "mount a guest disk at a position in the filesystem" msgstr "" #: fish/cmds.c:3531 msgid "mount 9p filesystem" msgstr "" #: fish/cmds.c:3532 msgid "mount on the local filesystem" msgstr "" #: fish/cmds.c:3533 msgid "run main loop of mount on the local filesystem" msgstr "" #: fish/cmds.c:3534 msgid "mount a file using the loop device" msgstr "" #: fish/cmds.c:3535 msgid "mount a guest disk with mount options" msgstr "" #: fish/cmds.c:3536 msgid "mount a guest disk, read-only" msgstr "" #: fish/cmds.c:3537 msgid "mount a guest disk with mount options and vfstype" msgstr "" #: fish/cmds.c:3538 msgid "show mountpoints" msgstr "" #: fish/cmds.c:3539 msgid "show mounted filesystems" msgstr "" #: fish/cmds.c:3540 msgid "move a file" msgstr "" #: fish/cmds.c:3541 msgid "return number of whole block devices (disks) added" msgstr "" #: fish/cmds.c:3542 msgid "probe NTFS volume" msgstr "" #: fish/cmds.c:3543 msgid "restore NTFS from backup file" msgstr "" #: fish/cmds.c:3544 msgid "save NTFS to backup file" msgstr "" #: fish/cmds.c:3545 msgid "fix common errors and force Windows to check NTFS" msgstr "" #: fish/cmds.c:3546 msgid "resize an NTFS filesystem" msgstr "" #: fish/cmds.c:3547 msgid "resize an NTFS filesystem (with size)" msgstr "" #: fish/cmds.c:3548 msgid "add a partition to the device" msgstr "" #: fish/cmds.c:3549 msgid "delete a partition" msgstr "" #: fish/cmds.c:3550 msgid "partition whole disk with a single primary partition" msgstr "" #: fish/cmds.c:3551 msgid "return true if a partition is bootable" msgstr "" #: fish/cmds.c:3552 msgid "get the MBR type byte (ID byte) from a partition" msgstr "" #: fish/cmds.c:3553 msgid "get the partition table type" msgstr "" #: fish/cmds.c:3554 msgid "create an empty partition table" msgstr "" #: fish/cmds.c:3555 msgid "list partitions on a device" msgstr "" #: fish/cmds.c:3556 msgid "make a partition bootable" msgstr "" #: fish/cmds.c:3557 msgid "set the MBR type byte (ID byte) of a partition" msgstr "" #: fish/cmds.c:3558 msgid "set partition name" msgstr "" #: fish/cmds.c:3559 msgid "convert partition name to device name" msgstr "" #: fish/cmds.c:3560 msgid "convert partition name to partition number" msgstr "" #: fish/cmds.c:3561 msgid "ping the guest daemon" msgstr "" #: fish/cmds.c:3562 msgid "read part of a file" msgstr "" #: fish/cmds.c:3563 msgid "read part of a device" msgstr "" #: fish/cmds.c:3564 msgid "generate a new random UUID for a physical volume" msgstr "" #: fish/cmds.c:3565 msgid "generate new random UUIDs for all physical volumes" msgstr "" #: fish/cmds.c:3566 msgid "create an LVM physical volume" msgstr "" #: fish/cmds.c:3567 msgid "remove an LVM physical volume" msgstr "" #: fish/cmds.c:3568 msgid "resize an LVM physical volume" msgstr "" #: fish/cmds.c:3569 msgid "resize an LVM physical volume (with size)" msgstr "" #: fish/cmds.c:3570 fish/cmds.c:3571 msgid "list the LVM physical volumes (PVs)" msgstr "" #: fish/cmds.c:3572 msgid "get the UUID of a physical volume" msgstr "" #: fish/cmds.c:3573 msgid "write to part of a file" msgstr "" #: fish/cmds.c:3574 msgid "write to part of a device" msgstr "" #: fish/cmds.c:3575 msgid "read a file" msgstr "" #: fish/cmds.c:3576 msgid "read file as lines" msgstr "" #: fish/cmds.c:3577 msgid "read directories entries" msgstr "" #: fish/cmds.c:3578 msgid "read the target of a symbolic link" msgstr "" #: fish/cmds.c:3579 msgid "readlink on multiple files" msgstr "" #: fish/cmds.c:3580 msgid "canonicalized absolute pathname" msgstr "" #: fish/cmds.c:3582 msgid "close and reopen libguestfs handle" msgstr "" #: fish/cmds.c:3583 msgid "resize an ext2, ext3 or ext4 filesystem" msgstr "" #: fish/cmds.c:3584 msgid "resize an ext2, ext3 or ext4 filesystem to the minimum size" msgstr "" #: fish/cmds.c:3585 msgid "resize an ext2, ext3 or ext4 filesystem (with size)" msgstr "" #: fish/cmds.c:3586 msgid "remove a file" msgstr "" #: fish/cmds.c:3587 msgid "remove a file or directory recursively" msgstr "" #: fish/cmds.c:3588 msgid "remove a directory" msgstr "" #: fish/cmds.c:3589 msgid "remove a mountpoint" msgstr "" #: fish/cmds.c:3590 msgid "synchronize the contents of two directories" msgstr "" #: fish/cmds.c:3591 msgid "synchronize host or remote filesystem with filesystem" msgstr "" #: fish/cmds.c:3592 msgid "synchronize filesystem with host or remote filesystem" msgstr "" #: fish/cmds.c:3593 msgid "scrub (securely wipe) a device" msgstr "" #: fish/cmds.c:3594 msgid "scrub (securely wipe) a file" msgstr "" #: fish/cmds.c:3595 msgid "scrub (securely wipe) free space" msgstr "" #: fish/cmds.c:3596 msgid "add options to kernel command line" msgstr "" #: fish/cmds.c:3597 msgid "set the attach method" msgstr "" #: fish/cmds.c:3598 msgid "set autosync mode" msgstr "" #: fish/cmds.c:3599 msgid "enable or disable direct appliance mode" msgstr "" #: fish/cmds.c:3600 msgid "set ext2 file attributes of a file" msgstr "" #: fish/cmds.c:3601 msgid "set ext2 file generation of a file" msgstr "" #: fish/cmds.c:3602 msgid "set the ext2/3/4 filesystem label" msgstr "" #: fish/cmds.c:3603 msgid "set the ext2/3/4 filesystem UUID" msgstr "" #: fish/cmds.c:3604 msgid "set filesystem label" msgstr "" #: fish/cmds.c:3605 msgid "set memory allocated to the qemu subprocess" msgstr "" #: fish/cmds.c:3606 msgid "set enable network flag" msgstr "" #: fish/cmds.c:3607 msgid "set the search path" msgstr "" #: fish/cmds.c:3608 msgid "set process group flag" msgstr "" #: fish/cmds.c:3609 msgid "set the qemu binary" msgstr "" #: fish/cmds.c:3610 msgid "enable or disable the recovery process" msgstr "" #: fish/cmds.c:3611 msgid "set SELinux enabled or disabled at appliance boot" msgstr "" #: fish/cmds.c:3612 msgid "set number of virtual CPUs in appliance" msgstr "" #: fish/cmds.c:3613 msgid "enable or disable command traces" msgstr "" #: fish/cmds.c:3614 msgid "set verbose mode" msgstr "" #: fish/cmds.c:3615 msgid "set SELinux security context" msgstr "" #: fish/cmds.c:3616 msgid "set an environment variable" msgstr "" #: fish/cmds.c:3618 fish/cmds.c:3619 msgid "create partitions on a block device" msgstr "" #: fish/cmds.c:3620 msgid "modify a single partition on a block device" msgstr "" #: fish/cmds.c:3621 msgid "display the disk geometry from the partition table" msgstr "" #: fish/cmds.c:3622 msgid "display the kernel geometry" msgstr "" #: fish/cmds.c:3623 msgid "display the partition table" msgstr "" #: fish/cmds.c:3624 msgid "run a command via the shell" msgstr "" #: fish/cmds.c:3625 msgid "run a command via the shell returning lines" msgstr "" #: fish/cmds.c:3626 msgid "shutdown the qemu subprocess" msgstr "" #: fish/cmds.c:3627 msgid "sleep for some seconds" msgstr "" #: fish/cmds.c:3628 msgid "create a sparse disk image and add" msgstr "" #: fish/cmds.c:3629 msgid "get file information" msgstr "" #: fish/cmds.c:3630 msgid "get file system statistics" msgstr "" #: fish/cmds.c:3631 fish/cmds.c:3632 msgid "print the printable strings in a file" msgstr "" #: fish/cmds.c:3633 msgid "list supported groups of commands" msgstr "" #: fish/cmds.c:3634 msgid "disable swap on device" msgstr "" #: fish/cmds.c:3635 msgid "disable swap on file" msgstr "" #: fish/cmds.c:3636 msgid "disable swap on labeled swap partition" msgstr "" #: fish/cmds.c:3637 msgid "disable swap on swap partition by UUID" msgstr "" #: fish/cmds.c:3638 msgid "enable swap on device" msgstr "" #: fish/cmds.c:3639 msgid "enable swap on file" msgstr "" #: fish/cmds.c:3640 msgid "enable swap on labeled swap partition" msgstr "" #: fish/cmds.c:3641 msgid "enable swap on swap partition by UUID" msgstr "" #: fish/cmds.c:3642 msgid "sync disks, writes are flushed through to the disk image" msgstr "" #: fish/cmds.c:3643 msgid "return last 10 lines of a file" msgstr "" #: fish/cmds.c:3644 msgid "return last N lines of a file" msgstr "" #: fish/cmds.c:3645 msgid "unpack tarfile to directory" msgstr "" #: fish/cmds.c:3646 msgid "pack directory into tarfile" msgstr "" #: fish/cmds.c:3647 fish/cmds.c:3655 msgid "unpack compressed tarball to directory" msgstr "" #: fish/cmds.c:3648 fish/cmds.c:3656 msgid "pack directory into compressed tarball" msgstr "" #: fish/cmds.c:3649 msgid "print elapsed time taken to run a command" msgstr "" #: fish/cmds.c:3650 msgid "update file timestamps or create a new file" msgstr "" #: fish/cmds.c:3651 msgid "truncate a file to zero size" msgstr "" #: fish/cmds.c:3652 msgid "truncate a file to a particular size" msgstr "" #: fish/cmds.c:3653 msgid "adjust ext2/ext3/ext4 filesystem parameters" msgstr "" #: fish/cmds.c:3654 msgid "get ext2/ext3/ext4 superblock details" msgstr "" #: fish/cmds.c:3657 msgid "set file mode creation mask (umask)" msgstr "" #: fish/cmds.c:3658 msgid "unmount a filesystem" msgstr "" #: fish/cmds.c:3659 msgid "unmount all filesystems" msgstr "" #: fish/cmds.c:3660 msgid "unmount a locally mounted filesystem" msgstr "" #: fish/cmds.c:3661 msgid "unset an environment variable" msgstr "" #: fish/cmds.c:3662 msgid "upload a file from the local machine" msgstr "" #: fish/cmds.c:3663 msgid "upload a file from the local machine with offset" msgstr "" #: fish/cmds.c:3664 msgid "set timestamp of a file with nanosecond precision" msgstr "" #: fish/cmds.c:3665 msgid "appliance kernel version" msgstr "" #: fish/cmds.c:3666 msgid "get the library version number" msgstr "" #: fish/cmds.c:3667 msgid "get the filesystem label" msgstr "" #: fish/cmds.c:3668 msgid "get the Linux VFS type corresponding to a mounted device" msgstr "" #: fish/cmds.c:3669 msgid "get the filesystem UUID" msgstr "" #: fish/cmds.c:3670 msgid "activate or deactivate some volume groups" msgstr "" #: fish/cmds.c:3671 msgid "activate or deactivate all volume groups" msgstr "" #: fish/cmds.c:3672 msgid "generate a new random UUID for a volume group" msgstr "" #: fish/cmds.c:3673 msgid "generate new random UUIDs for all volume groups" msgstr "" #: fish/cmds.c:3674 msgid "create an LVM volume group" msgstr "" #: fish/cmds.c:3675 msgid "get the LV UUIDs of all LVs in the volume group" msgstr "" #: fish/cmds.c:3676 msgid "get volume group metadata" msgstr "" #: fish/cmds.c:3677 msgid "get the PV UUIDs containing the volume group" msgstr "" #: fish/cmds.c:3678 msgid "remove an LVM volume group" msgstr "" #: fish/cmds.c:3679 msgid "rename an LVM volume group" msgstr "" #: fish/cmds.c:3680 fish/cmds.c:3681 msgid "list the LVM volume groups (VGs)" msgstr "" #: fish/cmds.c:3682 msgid "rescan for LVM physical volumes, volume groups and logical volumes" msgstr "" #: fish/cmds.c:3683 msgid "get the UUID of a volume group" msgstr "" #: fish/cmds.c:3684 msgid "count characters in a file" msgstr "" #: fish/cmds.c:3685 msgid "count lines in a file" msgstr "" #: fish/cmds.c:3686 msgid "count words in a file" msgstr "" #: fish/cmds.c:3687 msgid "wipe a filesystem signature from a device" msgstr "" #: fish/cmds.c:3688 msgid "create a new file" msgstr "" #: fish/cmds.c:3689 msgid "append content to end of file" msgstr "" #: fish/cmds.c:3690 msgid "create a file" msgstr "" #: fish/cmds.c:3691 msgid "change parameters of an XFS filesystem" msgstr "" #: fish/cmds.c:3692 msgid "expand an existing XFS filesystem" msgstr "" #: fish/cmds.c:3693 msgid "get geometry of XFS filesystem" msgstr "" #: fish/cmds.c:3696 msgid "write zeroes to the device" msgstr "" #: fish/cmds.c:3697 msgid "write zeroes to an entire device" msgstr "" #: fish/cmds.c:3698 msgid "zero free space in a filesystem" msgstr "" #: fish/cmds.c:3699 msgid "zero unused inodes and disk blocks on ext2/3 filesystem" msgstr "" #: fish/cmds.c:3702 msgid "determine file type inside a compressed file" msgstr "" #: fish/cmds.c:3705 msgid "Use -h / help to show detailed help for a command." msgstr "" #: fish/cmds.c:4209 fish/cmds.c:4228 fish/cmds.c:4249 fish/cmds.c:4271 #: fish/cmds.c:4294 fish/cmds.c:4318 fish/cmds.c:4339 fish/cmds.c:4361 #: fish/cmds.c:4382 fish/cmds.c:4404 fish/cmds.c:4425 fish/cmds.c:4445 #: fish/cmds.c:4465 fish/cmds.c:4487 fish/cmds.c:4507 fish/cmds.c:4527 #: fish/cmds.c:4547 fish/cmds.c:4567 fish/cmds.c:4587 fish/cmds.c:4607 #: fish/cmds.c:4629 fish/cmds.c:4668 fish/cmds.c:4688 fish/cmds.c:4708 #: fish/cmds.c:4731 fish/cmds.c:4751 fish/cmds.c:4773 fish/cmds.c:4793 #: fish/cmds.c:4815 fish/cmds.c:4835 fish/cmds.c:4857 fish/cmds.c:4877 #: fish/cmds.c:4900 fish/cmds.c:4924 fish/cmds.c:4947 fish/cmds.c:4972 #: fish/cmds.c:4995 fish/cmds.c:5019 fish/cmds.c:5043 fish/cmds.c:5067 #: fish/cmds.c:5090 fish/cmds.c:5113 fish/cmds.c:5137 fish/cmds.c:5161 #: fish/cmds.c:5185 fish/cmds.c:5205 fish/cmds.c:5225 fish/cmds.c:5311 #: fish/cmds.c:5333 fish/cmds.c:5354 fish/cmds.c:5451 fish/cmds.c:5475 #: fish/cmds.c:5499 fish/cmds.c:5523 fish/cmds.c:5547 fish/cmds.c:5571 #: fish/cmds.c:5594 fish/cmds.c:5617 fish/cmds.c:5640 fish/cmds.c:5660 #: fish/cmds.c:5683 fish/cmds.c:5707 fish/cmds.c:5731 fish/cmds.c:5815 #: fish/cmds.c:5835 fish/cmds.c:5857 fish/cmds.c:5896 fish/cmds.c:5997 #: fish/cmds.c:6062 fish/cmds.c:6084 fish/cmds.c:6106 fish/cmds.c:6127 #: fish/cmds.c:6154 fish/cmds.c:6182 fish/cmds.c:6213 fish/cmds.c:6242 #: fish/cmds.c:6272 fish/cmds.c:6301 fish/cmds.c:6333 fish/cmds.c:6365 #: fish/cmds.c:6396 fish/cmds.c:6423 fish/cmds.c:6461 fish/cmds.c:6482 #: fish/cmds.c:6503 fish/cmds.c:6528 fish/cmds.c:6553 fish/cmds.c:6574 #: fish/cmds.c:6595 fish/cmds.c:6616 fish/cmds.c:6637 fish/cmds.c:6658 #: fish/cmds.c:6679 fish/cmds.c:6700 fish/cmds.c:6724 fish/cmds.c:6767 #: fish/cmds.c:6789 fish/cmds.c:6816 fish/cmds.c:6842 fish/cmds.c:6867 #: fish/cmds.c:6892 fish/cmds.c:6916 fish/cmds.c:6940 fish/cmds.c:6963 #: fish/cmds.c:6985 fish/cmds.c:7004 fish/cmds.c:7025 fish/cmds.c:7049 #: fish/cmds.c:7074 fish/cmds.c:7099 fish/cmds.c:7124 fish/cmds.c:7149 #: fish/cmds.c:7175 fish/cmds.c:7222 fish/cmds.c:7287 fish/cmds.c:7313 #: fish/cmds.c:7339 fish/cmds.c:7365 fish/cmds.c:7388 fish/cmds.c:7416 #: fish/cmds.c:7463 fish/cmds.c:7551 fish/cmds.c:7651 fish/cmds.c:7672 #: fish/cmds.c:7691 fish/cmds.c:7712 fish/cmds.c:7739 fish/cmds.c:7766 #: fish/cmds.c:7793 fish/cmds.c:7820 fish/cmds.c:7847 fish/cmds.c:7874 #: fish/cmds.c:7898 fish/cmds.c:7920 fish/cmds.c:7942 fish/cmds.c:7965 #: fish/cmds.c:7988 fish/cmds.c:8012 fish/cmds.c:8054 fish/cmds.c:8077 #: fish/cmds.c:8100 fish/cmds.c:8122 fish/cmds.c:8145 fish/cmds.c:8175 #: fish/cmds.c:8205 fish/cmds.c:8357 fish/cmds.c:8387 fish/cmds.c:8417 #: fish/cmds.c:8442 fish/cmds.c:8469 fish/cmds.c:8495 fish/cmds.c:8523 #: fish/cmds.c:8545 fish/cmds.c:8567 fish/cmds.c:8590 fish/cmds.c:8613 #: fish/cmds.c:8638 fish/cmds.c:8661 fish/cmds.c:8686 fish/cmds.c:8710 #: fish/cmds.c:8733 fish/cmds.c:8760 fish/cmds.c:8790 fish/cmds.c:8820 #: fish/cmds.c:8849 fish/cmds.c:8888 fish/cmds.c:8909 fish/cmds.c:8931 #: fish/cmds.c:8961 fish/cmds.c:8989 fish/cmds.c:9017 fish/cmds.c:9044 #: fish/cmds.c:9066 fish/cmds.c:9093 fish/cmds.c:9196 fish/cmds.c:9220 #: fish/cmds.c:9244 fish/cmds.c:9268 fish/cmds.c:9291 fish/cmds.c:9318 #: fish/cmds.c:9360 fish/cmds.c:9382 fish/cmds.c:9404 fish/cmds.c:9446 #: fish/cmds.c:9470 fish/cmds.c:9494 fish/cmds.c:9518 fish/cmds.c:9545 #: fish/cmds.c:9567 fish/cmds.c:9592 fish/cmds.c:9617 fish/cmds.c:9644 #: fish/cmds.c:9670 fish/cmds.c:9696 fish/cmds.c:9722 fish/cmds.c:9750 #: fish/cmds.c:9797 fish/cmds.c:9825 fish/cmds.c:9870 fish/cmds.c:9891 #: fish/cmds.c:9914 fish/cmds.c:9940 fish/cmds.c:9968 fish/cmds.c:10051 #: fish/cmds.c:10075 fish/cmds.c:10101 fish/cmds.c:10187 fish/cmds.c:10235 #: fish/cmds.c:10323 fish/cmds.c:10408 fish/cmds.c:10450 fish/cmds.c:10478 #: fish/cmds.c:10505 fish/cmds.c:10533 fish/cmds.c:10560 fish/cmds.c:10590 #: fish/cmds.c:10640 fish/cmds.c:10688 fish/cmds.c:10715 fish/cmds.c:10739 #: fish/cmds.c:10762 fish/cmds.c:10784 fish/cmds.c:10877 fish/cmds.c:10906 #: fish/cmds.c:10935 fish/cmds.c:10964 fish/cmds.c:10993 fish/cmds.c:11022 #: fish/cmds.c:11051 fish/cmds.c:11080 fish/cmds.c:11109 fish/cmds.c:11138 #: fish/cmds.c:11167 fish/cmds.c:11195 fish/cmds.c:11223 fish/cmds.c:11250 #: fish/cmds.c:11277 fish/cmds.c:11304 fish/cmds.c:11330 fish/cmds.c:11358 #: fish/cmds.c:11403 fish/cmds.c:11425 fish/cmds.c:11447 fish/cmds.c:11472 #: fish/cmds.c:11497 fish/cmds.c:11519 fish/cmds.c:11541 fish/cmds.c:11563 #: fish/cmds.c:11585 fish/cmds.c:11610 fish/cmds.c:11652 fish/cmds.c:11698 #: fish/cmds.c:11737 fish/cmds.c:11758 fish/cmds.c:11779 fish/cmds.c:11800 #: fish/cmds.c:11820 fish/cmds.c:11845 fish/cmds.c:11889 fish/cmds.c:11933 #: fish/cmds.c:11978 fish/cmds.c:12024 fish/cmds.c:12071 fish/cmds.c:12118 #: fish/cmds.c:12162 fish/cmds.c:12184 fish/cmds.c:12212 fish/cmds.c:12241 #: fish/cmds.c:12268 fish/cmds.c:12292 fish/cmds.c:12318 fish/cmds.c:12361 #: fish/cmds.c:12443 fish/cmds.c:12490 fish/cmds.c:12558 fish/cmds.c:12624 #: fish/cmds.c:12650 fish/cmds.c:12702 fish/cmds.c:12727 fish/cmds.c:12772 #: fish/cmds.c:12815 fish/cmds.c:12839 fish/cmds.c:12865 fish/cmds.c:12930 #: fish/cmds.c:12956 fish/cmds.c:12985 fish/cmds.c:13012 fish/cmds.c:13036 #: fish/cmds.c:13061 fish/cmds.c:13093 fish/cmds.c:13117 fish/cmds.c:13141 #: fish/cmds.c:13165 fish/cmds.c:13189 fish/cmds.c:13215 fish/cmds.c:13258 #: fish/cmds.c:13281 fish/cmds.c:13311 fish/cmds.c:13338 fish/cmds.c:13360 #: fish/cmds.c:13403 fish/cmds.c:13447 fish/cmds.c:13492 fish/cmds.c:13555 #: fish/cmds.c:13581 fish/cmds.c:13623 fish/cmds.c:13643 fish/cmds.c:13667 #: fish/cmds.c:13714 fish/cmds.c:13744 fish/cmds.c:13775 fish/cmds.c:13807 #: fish/cmds.c:13856 fish/cmds.c:13900 fish/cmds.c:13937 fish/cmds.c:13974 #: fish/cmds.c:14008 fish/cmds.c:14032 fish/cmds.c:14071 fish/cmds.c:14095 #: fish/cmds.c:14119 fish/cmds.c:14142 fish/cmds.c:14165 fish/cmds.c:14196 #: fish/cmds.c:14225 fish/cmds.c:14249 fish/cmds.c:14300 fish/cmds.c:14352 #: fish/cmds.c:14408 fish/cmds.c:14456 fish/cmds.c:14479 fish/cmds.c:14503 #: fish/cmds.c:14527 fish/cmds.c:14553 fish/cmds.c:14579 fish/cmds.c:14605 #: fish/cmds.c:14631 fish/cmds.c:14657 fish/cmds.c:14683 fish/cmds.c:14729 #: fish/cmds.c:14789 fish/cmds.c:14832 fish/cmds.c:14894 fish/cmds.c:15039 #: fish/cmds.c:15073 fish/cmds.c:15105 fish/cmds.c:15127 fish/cmds.c:15153 #: fish/cmds.c:15174 fish/cmds.c:15245 fish/cmds.c:15545 fish/cmds.c:16296 #: fish/cmds.c:16319 fish/cmds.c:16343 fish/cmds.c:16365 fish/cmds.c:16442 #: fish/cmds.c:16469 fish/cmds.c:16613 fish/cmds.c:16640 fish/cmds.c:16663 #: fish/cmds.c:16690 fish/cmds.c:16733 fish/cmds.c:16757 fish/cmds.c:16785 #: fish/cmds.c:16813 fish/cmds.c:17001 fish/cmds.c:17081 fish/cmds.c:17108 #: fish/cmds.c:17148 fish/cmds.c:17177 fish/cmds.c:17202 fish/cmds.c:17227 #: fish/cmds.c:17255 fish/cmds.c:17294 fish/cmds.c:17319 fish/cmds.c:17345 #: fish/cmds.c:17375 fish/cmds.c:17405 fish/cmds.c:17493 fish/cmds.c:17613 #: fish/cmds.c:17634 fish/cmds.c:17656 fish/cmds.c:17683 fish/cmds.c:17703 #: fish/cmds.c:17724 fish/cmds.c:17744 fish/cmds.c:17763 fish/cmds.c:18116 #: fish/cmds.c:18146 fish/cmds.c:18328 fish/cmds.c:18347 fish/cmds.c:18369 #: fish/cmds.c:18406 fish/cmds.c:18444 fish/cmds.c:18481 fish/cmds.c:18517 #: fish/cmds.c:18555 fish/cmds.c:18592 fish/cmds.c:18629 fish/cmds.c:18666 #: fish/cmds.c:18707 fish/cmds.c:18731 fish/cmds.c:18768 fish/cmds.c:18807 #, c-format msgid "%s should have %d parameter(s)\n" msgstr "" #: fish/cmds.c:4210 fish/cmds.c:4229 fish/cmds.c:4250 fish/cmds.c:4272 #: fish/cmds.c:4295 fish/cmds.c:4319 fish/cmds.c:4340 fish/cmds.c:4362 #: fish/cmds.c:4383 fish/cmds.c:4405 fish/cmds.c:4426 fish/cmds.c:4446 #: fish/cmds.c:4466 fish/cmds.c:4488 fish/cmds.c:4508 fish/cmds.c:4528 #: fish/cmds.c:4548 fish/cmds.c:4568 fish/cmds.c:4588 fish/cmds.c:4608 #: fish/cmds.c:4630 fish/cmds.c:4669 fish/cmds.c:4689 fish/cmds.c:4709 #: fish/cmds.c:4732 fish/cmds.c:4752 fish/cmds.c:4774 fish/cmds.c:4794 #: fish/cmds.c:4816 fish/cmds.c:4836 fish/cmds.c:4858 fish/cmds.c:4878 #: fish/cmds.c:4901 fish/cmds.c:4925 fish/cmds.c:4948 fish/cmds.c:4973 #: fish/cmds.c:4996 fish/cmds.c:5020 fish/cmds.c:5044 fish/cmds.c:5068 #: fish/cmds.c:5091 fish/cmds.c:5114 fish/cmds.c:5138 fish/cmds.c:5162 #: fish/cmds.c:5186 fish/cmds.c:5206 fish/cmds.c:5226 fish/cmds.c:5251 #: fish/cmds.c:5312 fish/cmds.c:5334 fish/cmds.c:5355 fish/cmds.c:5380 #: fish/cmds.c:5452 fish/cmds.c:5476 fish/cmds.c:5500 fish/cmds.c:5524 #: fish/cmds.c:5548 fish/cmds.c:5572 fish/cmds.c:5595 fish/cmds.c:5618 #: fish/cmds.c:5641 fish/cmds.c:5661 fish/cmds.c:5684 fish/cmds.c:5708 #: fish/cmds.c:5732 fish/cmds.c:5759 fish/cmds.c:5816 fish/cmds.c:5836 #: fish/cmds.c:5858 fish/cmds.c:5897 fish/cmds.c:5921 fish/cmds.c:5998 #: fish/cmds.c:6020 fish/cmds.c:6063 fish/cmds.c:6085 fish/cmds.c:6107 #: fish/cmds.c:6128 fish/cmds.c:6155 fish/cmds.c:6183 fish/cmds.c:6214 #: fish/cmds.c:6243 fish/cmds.c:6273 fish/cmds.c:6302 fish/cmds.c:6334 #: fish/cmds.c:6366 fish/cmds.c:6397 fish/cmds.c:6424 fish/cmds.c:6462 #: fish/cmds.c:6483 fish/cmds.c:6504 fish/cmds.c:6529 fish/cmds.c:6554 #: fish/cmds.c:6575 fish/cmds.c:6596 fish/cmds.c:6617 fish/cmds.c:6638 #: fish/cmds.c:6659 fish/cmds.c:6680 fish/cmds.c:6701 fish/cmds.c:6725 #: fish/cmds.c:6768 fish/cmds.c:6790 fish/cmds.c:6817 fish/cmds.c:6843 #: fish/cmds.c:6868 fish/cmds.c:6893 fish/cmds.c:6917 fish/cmds.c:6941 #: fish/cmds.c:6964 fish/cmds.c:6986 fish/cmds.c:7005 fish/cmds.c:7026 #: fish/cmds.c:7050 fish/cmds.c:7075 fish/cmds.c:7100 fish/cmds.c:7125 #: fish/cmds.c:7150 fish/cmds.c:7176 fish/cmds.c:7223 fish/cmds.c:7288 #: fish/cmds.c:7314 fish/cmds.c:7340 fish/cmds.c:7366 fish/cmds.c:7389 #: fish/cmds.c:7417 fish/cmds.c:7464 fish/cmds.c:7552 fish/cmds.c:7600 #: fish/cmds.c:7652 fish/cmds.c:7673 fish/cmds.c:7692 fish/cmds.c:7713 #: fish/cmds.c:7740 fish/cmds.c:7767 fish/cmds.c:7794 fish/cmds.c:7821 #: fish/cmds.c:7848 fish/cmds.c:7875 fish/cmds.c:7899 fish/cmds.c:7921 #: fish/cmds.c:7943 fish/cmds.c:7966 fish/cmds.c:7989 fish/cmds.c:8013 #: fish/cmds.c:8055 fish/cmds.c:8078 fish/cmds.c:8101 fish/cmds.c:8123 #: fish/cmds.c:8146 fish/cmds.c:8176 fish/cmds.c:8206 fish/cmds.c:8237 #: fish/cmds.c:8293 fish/cmds.c:8358 fish/cmds.c:8388 fish/cmds.c:8418 #: fish/cmds.c:8443 fish/cmds.c:8470 fish/cmds.c:8496 fish/cmds.c:8524 #: fish/cmds.c:8546 fish/cmds.c:8568 fish/cmds.c:8591 fish/cmds.c:8614 #: fish/cmds.c:8639 fish/cmds.c:8662 fish/cmds.c:8687 fish/cmds.c:8711 #: fish/cmds.c:8734 fish/cmds.c:8761 fish/cmds.c:8791 fish/cmds.c:8821 #: fish/cmds.c:8850 fish/cmds.c:8889 fish/cmds.c:8910 fish/cmds.c:8932 #: fish/cmds.c:8962 fish/cmds.c:8990 fish/cmds.c:9018 fish/cmds.c:9045 #: fish/cmds.c:9067 fish/cmds.c:9094 fish/cmds.c:9197 fish/cmds.c:9221 #: fish/cmds.c:9245 fish/cmds.c:9269 fish/cmds.c:9292 fish/cmds.c:9319 #: fish/cmds.c:9361 fish/cmds.c:9383 fish/cmds.c:9405 fish/cmds.c:9447 #: fish/cmds.c:9471 fish/cmds.c:9495 fish/cmds.c:9519 fish/cmds.c:9546 #: fish/cmds.c:9568 fish/cmds.c:9593 fish/cmds.c:9618 fish/cmds.c:9645 #: fish/cmds.c:9671 fish/cmds.c:9697 fish/cmds.c:9723 fish/cmds.c:9751 #: fish/cmds.c:9798 fish/cmds.c:9826 fish/cmds.c:9871 fish/cmds.c:9892 #: fish/cmds.c:9915 fish/cmds.c:9941 fish/cmds.c:9969 fish/cmds.c:10000 #: fish/cmds.c:10052 fish/cmds.c:10076 fish/cmds.c:10102 fish/cmds.c:10188 #: fish/cmds.c:10236 fish/cmds.c:10324 fish/cmds.c:10409 fish/cmds.c:10451 #: fish/cmds.c:10479 fish/cmds.c:10506 fish/cmds.c:10534 fish/cmds.c:10561 #: fish/cmds.c:10591 fish/cmds.c:10641 fish/cmds.c:10689 fish/cmds.c:10716 #: fish/cmds.c:10740 fish/cmds.c:10763 fish/cmds.c:10785 fish/cmds.c:10810 #: fish/cmds.c:10878 fish/cmds.c:10907 fish/cmds.c:10936 fish/cmds.c:10965 #: fish/cmds.c:10994 fish/cmds.c:11023 fish/cmds.c:11052 fish/cmds.c:11081 #: fish/cmds.c:11110 fish/cmds.c:11139 fish/cmds.c:11168 fish/cmds.c:11196 #: fish/cmds.c:11224 fish/cmds.c:11251 fish/cmds.c:11278 fish/cmds.c:11305 #: fish/cmds.c:11331 fish/cmds.c:11359 fish/cmds.c:11404 fish/cmds.c:11426 #: fish/cmds.c:11448 fish/cmds.c:11473 fish/cmds.c:11498 fish/cmds.c:11520 #: fish/cmds.c:11542 fish/cmds.c:11564 fish/cmds.c:11586 fish/cmds.c:11611 #: fish/cmds.c:11653 fish/cmds.c:11699 fish/cmds.c:11738 fish/cmds.c:11759 #: fish/cmds.c:11780 fish/cmds.c:11801 fish/cmds.c:11821 fish/cmds.c:11846 #: fish/cmds.c:11890 fish/cmds.c:11934 fish/cmds.c:11979 fish/cmds.c:12025 #: fish/cmds.c:12072 fish/cmds.c:12119 fish/cmds.c:12163 fish/cmds.c:12185 #: fish/cmds.c:12213 fish/cmds.c:12242 fish/cmds.c:12269 fish/cmds.c:12293 #: fish/cmds.c:12319 fish/cmds.c:12362 fish/cmds.c:12444 fish/cmds.c:12491 #: fish/cmds.c:12559 fish/cmds.c:12625 fish/cmds.c:12651 fish/cmds.c:12703 #: fish/cmds.c:12728 fish/cmds.c:12773 fish/cmds.c:12816 fish/cmds.c:12840 #: fish/cmds.c:12866 fish/cmds.c:12931 fish/cmds.c:12957 fish/cmds.c:12986 #: fish/cmds.c:13013 fish/cmds.c:13037 fish/cmds.c:13062 fish/cmds.c:13094 #: fish/cmds.c:13118 fish/cmds.c:13142 fish/cmds.c:13166 fish/cmds.c:13190 #: fish/cmds.c:13216 fish/cmds.c:13259 fish/cmds.c:13282 fish/cmds.c:13312 #: fish/cmds.c:13339 fish/cmds.c:13361 fish/cmds.c:13404 fish/cmds.c:13448 #: fish/cmds.c:13493 fish/cmds.c:13556 fish/cmds.c:13582 fish/cmds.c:13624 #: fish/cmds.c:13644 fish/cmds.c:13668 fish/cmds.c:13715 fish/cmds.c:13745 #: fish/cmds.c:13776 fish/cmds.c:13808 fish/cmds.c:13857 fish/cmds.c:13901 #: fish/cmds.c:13938 fish/cmds.c:13975 fish/cmds.c:14009 fish/cmds.c:14033 #: fish/cmds.c:14072 fish/cmds.c:14096 fish/cmds.c:14120 fish/cmds.c:14143 #: fish/cmds.c:14166 fish/cmds.c:14197 fish/cmds.c:14226 fish/cmds.c:14250 #: fish/cmds.c:14301 fish/cmds.c:14353 fish/cmds.c:14409 fish/cmds.c:14457 #: fish/cmds.c:14480 fish/cmds.c:14504 fish/cmds.c:14528 fish/cmds.c:14554 #: fish/cmds.c:14580 fish/cmds.c:14606 fish/cmds.c:14632 fish/cmds.c:14658 #: fish/cmds.c:14684 fish/cmds.c:14730 fish/cmds.c:14790 fish/cmds.c:14833 #: fish/cmds.c:14895 fish/cmds.c:14922 fish/cmds.c:15040 fish/cmds.c:15074 #: fish/cmds.c:15106 fish/cmds.c:15128 fish/cmds.c:15154 fish/cmds.c:15175 #: fish/cmds.c:15201 fish/cmds.c:15246 fish/cmds.c:15271 fish/cmds.c:15336 #: fish/cmds.c:15401 fish/cmds.c:15477 fish/cmds.c:15546 fish/cmds.c:15572 #: fish/cmds.c:15668 fish/cmds.c:15767 fish/cmds.c:15866 fish/cmds.c:15967 #: fish/cmds.c:16169 fish/cmds.c:16297 fish/cmds.c:16320 fish/cmds.c:16344 #: fish/cmds.c:16366 fish/cmds.c:16392 fish/cmds.c:16443 fish/cmds.c:16470 #: fish/cmds.c:16494 fish/cmds.c:16543 fish/cmds.c:16614 fish/cmds.c:16641 #: fish/cmds.c:16664 fish/cmds.c:16691 fish/cmds.c:16734 fish/cmds.c:16758 #: fish/cmds.c:16786 fish/cmds.c:16814 fish/cmds.c:16840 fish/cmds.c:17002 #: fish/cmds.c:17032 fish/cmds.c:17082 fish/cmds.c:17109 fish/cmds.c:17149 #: fish/cmds.c:17178 fish/cmds.c:17203 fish/cmds.c:17228 fish/cmds.c:17256 #: fish/cmds.c:17295 fish/cmds.c:17320 fish/cmds.c:17346 fish/cmds.c:17376 #: fish/cmds.c:17406 fish/cmds.c:17431 fish/cmds.c:17494 fish/cmds.c:17519 #: fish/cmds.c:17614 fish/cmds.c:17635 fish/cmds.c:17657 fish/cmds.c:17684 #: fish/cmds.c:17704 fish/cmds.c:17725 fish/cmds.c:17745 fish/cmds.c:17764 #: fish/cmds.c:17789 fish/cmds.c:17942 fish/cmds.c:18003 fish/cmds.c:18061 #: fish/cmds.c:18117 fish/cmds.c:18147 fish/cmds.c:18194 fish/cmds.c:18272 #: fish/cmds.c:18329 fish/cmds.c:18348 fish/cmds.c:18370 fish/cmds.c:18407 #: fish/cmds.c:18445 fish/cmds.c:18482 fish/cmds.c:18518 fish/cmds.c:18556 #: fish/cmds.c:18593 fish/cmds.c:18630 fish/cmds.c:18667 fish/cmds.c:18708 #: fish/cmds.c:18732 fish/cmds.c:18769 fish/cmds.c:18808 #, c-format msgid "type 'help %s' for help on %s\n" msgstr "" #: fish/cmds.c:4640 fish/cmds.c:5868 fish/cmds.c:5948 fish/cmds.c:6434 #: fish/cmds.c:6737 fish/cmds.c:7186 fish/cmds.c:7233 fish/cmds.c:7252 #: fish/cmds.c:7429 fish/cmds.c:7475 fish/cmds.c:7494 fish/cmds.c:7513 #: fish/cmds.c:7565 fish/cmds.c:8024 fish/cmds.c:8860 fish/cmds.c:9105 #: fish/cmds.c:9124 fish/cmds.c:9143 fish/cmds.c:9162 fish/cmds.c:9330 #: fish/cmds.c:9415 fish/cmds.c:9761 fish/cmds.c:9836 fish/cmds.c:10112 #: fish/cmds.c:10131 fish/cmds.c:10150 fish/cmds.c:10198 fish/cmds.c:10246 #: fish/cmds.c:10265 fish/cmds.c:10284 fish/cmds.c:10334 fish/cmds.c:10353 #: fish/cmds.c:10372 fish/cmds.c:10419 fish/cmds.c:10603 fish/cmds.c:10653 #: fish/cmds.c:11371 fish/cmds.c:11621 fish/cmds.c:11665 fish/cmds.c:11709 #: fish/cmds.c:11857 fish/cmds.c:11900 fish/cmds.c:11944 fish/cmds.c:11989 #: fish/cmds.c:12036 fish/cmds.c:12083 fish/cmds.c:12130 fish/cmds.c:12331 #: fish/cmds.c:12374 fish/cmds.c:12387 fish/cmds.c:12400 fish/cmds.c:12413 #: fish/cmds.c:12456 fish/cmds.c:12501 fish/cmds.c:12520 fish/cmds.c:12571 #: fish/cmds.c:12590 fish/cmds.c:12663 fish/cmds.c:12676 fish/cmds.c:12739 #: fish/cmds.c:12784 fish/cmds.c:12876 fish/cmds.c:12895 fish/cmds.c:13230 #: fish/cmds.c:13372 fish/cmds.c:13415 fish/cmds.c:13459 fish/cmds.c:13504 #: fish/cmds.c:13523 fish/cmds.c:13593 fish/cmds.c:13681 fish/cmds.c:13819 #: fish/cmds.c:13872 fish/cmds.c:13912 fish/cmds.c:13949 fish/cmds.c:13986 #: fish/cmds.c:14045 fish/cmds.c:14265 fish/cmds.c:14316 fish/cmds.c:14372 #: fish/cmds.c:14424 fish/cmds.c:14698 fish/cmds.c:14744 fish/cmds.c:14757 #: fish/cmds.c:14804 fish/cmds.c:14844 fish/cmds.c:14863 fish/cmds.c:14940 #: fish/cmds.c:14968 fish/cmds.c:14991 fish/cmds.c:15288 fish/cmds.c:15354 #: fish/cmds.c:15422 fish/cmds.c:15497 fish/cmds.c:15590 fish/cmds.c:15607 #: fish/cmds.c:15624 fish/cmds.c:15687 fish/cmds.c:15704 fish/cmds.c:15721 #: fish/cmds.c:15786 fish/cmds.c:15803 fish/cmds.c:15820 fish/cmds.c:15886 #: fish/cmds.c:15903 fish/cmds.c:15920 fish/cmds.c:15989 fish/cmds.c:16012 #: fish/cmds.c:16040 fish/cmds.c:16057 fish/cmds.c:16080 fish/cmds.c:16108 #: fish/cmds.c:16125 fish/cmds.c:16188 fish/cmds.c:16205 fish/cmds.c:16228 #: fish/cmds.c:16251 fish/cmds.c:16703 fish/cmds.c:16858 fish/cmds.c:16875 #: fish/cmds.c:16897 fish/cmds.c:16930 fish/cmds.c:16953 fish/cmds.c:17121 #: fish/cmds.c:17266 fish/cmds.c:17448 fish/cmds.c:17537 fish/cmds.c:17554 #: fish/cmds.c:17571 fish/cmds.c:17822 fish/cmds.c:17839 fish/cmds.c:17856 #: fish/cmds.c:17873 fish/cmds.c:17890 fish/cmds.c:18159 fish/cmds.c:18380 #: fish/cmds.c:18417 fish/cmds.c:18455 fish/cmds.c:18492 fish/cmds.c:18528 #: fish/cmds.c:18566 fish/cmds.c:18603 fish/cmds.c:18640 fish/cmds.c:18677 #: fish/cmds.c:18742 fish/cmds.c:18779 fish/cmds.c:18818 fish/cmds.c:18832 #, c-format msgid "%s: %s: invalid integer parameter (%s returned %d)\n" msgstr "" #: fish/cmds.c:4646 fish/cmds.c:5874 fish/cmds.c:5954 fish/cmds.c:6743 #: fish/cmds.c:7192 fish/cmds.c:7239 fish/cmds.c:7258 fish/cmds.c:7435 #: fish/cmds.c:7481 fish/cmds.c:7500 fish/cmds.c:7519 fish/cmds.c:7571 #: fish/cmds.c:8030 fish/cmds.c:8866 fish/cmds.c:9111 fish/cmds.c:9130 #: fish/cmds.c:9149 fish/cmds.c:9168 fish/cmds.c:9336 fish/cmds.c:9421 #: fish/cmds.c:9767 fish/cmds.c:9842 fish/cmds.c:10118 fish/cmds.c:10137 #: fish/cmds.c:10156 fish/cmds.c:10204 fish/cmds.c:10252 fish/cmds.c:10271 #: fish/cmds.c:10290 fish/cmds.c:10340 fish/cmds.c:10359 fish/cmds.c:10378 #: fish/cmds.c:10425 fish/cmds.c:10609 fish/cmds.c:10659 fish/cmds.c:11377 #: fish/cmds.c:11627 fish/cmds.c:11671 fish/cmds.c:11715 fish/cmds.c:11863 #: fish/cmds.c:11906 fish/cmds.c:11950 fish/cmds.c:11995 fish/cmds.c:12042 #: fish/cmds.c:12089 fish/cmds.c:12136 fish/cmds.c:12462 fish/cmds.c:12507 #: fish/cmds.c:12526 fish/cmds.c:12577 fish/cmds.c:12745 fish/cmds.c:12790 #: fish/cmds.c:12882 fish/cmds.c:12901 fish/cmds.c:13378 fish/cmds.c:13421 #: fish/cmds.c:13465 fish/cmds.c:13510 fish/cmds.c:13529 fish/cmds.c:13599 #: fish/cmds.c:13687 fish/cmds.c:13825 fish/cmds.c:14271 fish/cmds.c:14322 #: fish/cmds.c:14378 fish/cmds.c:14430 fish/cmds.c:14850 fish/cmds.c:14946 #: fish/cmds.c:14974 fish/cmds.c:14997 fish/cmds.c:15428 fish/cmds.c:15503 #: fish/cmds.c:15995 fish/cmds.c:16018 fish/cmds.c:16063 fish/cmds.c:16086 #: fish/cmds.c:16211 fish/cmds.c:16234 fish/cmds.c:16709 fish/cmds.c:16903 #: fish/cmds.c:16936 fish/cmds.c:16959 fish/cmds.c:17896 fish/cmds.c:18165 #, c-format msgid "%s: %s: integer out of range\n" msgstr "" #: fish/cmds.c:5250 fish/cmds.c:5379 fish/cmds.c:5758 fish/cmds.c:5920 #: fish/cmds.c:6019 fish/cmds.c:7599 fish/cmds.c:8236 fish/cmds.c:8292 #: fish/cmds.c:9999 fish/cmds.c:10809 fish/cmds.c:14921 fish/cmds.c:15200 #: fish/cmds.c:15270 fish/cmds.c:15335 fish/cmds.c:15400 fish/cmds.c:15476 #: fish/cmds.c:15571 fish/cmds.c:15667 fish/cmds.c:15766 fish/cmds.c:15865 #: fish/cmds.c:15966 fish/cmds.c:16168 fish/cmds.c:16391 fish/cmds.c:16493 #: fish/cmds.c:16542 fish/cmds.c:16839 fish/cmds.c:17031 fish/cmds.c:17430 #: fish/cmds.c:17518 fish/cmds.c:17788 fish/cmds.c:17941 fish/cmds.c:18002 #: fish/cmds.c:18060 fish/cmds.c:18193 fish/cmds.c:18271 #, c-format msgid "%s should have %d-%d parameter(s)\n" msgstr "" #: fish/cmds.c:5281 fish/cmds.c:5420 fish/cmds.c:5779 fish/cmds.c:5969 #: fish/cmds.c:6034 fish/cmds.c:7621 fish/cmds.c:8255 fish/cmds.c:8321 #: fish/cmds.c:10020 fish/cmds.c:10842 fish/cmds.c:15007 fish/cmds.c:15217 #: fish/cmds.c:15303 fish/cmds.c:15364 fish/cmds.c:15438 fish/cmds.c:15513 #: fish/cmds.c:15634 fish/cmds.c:15731 fish/cmds.c:15830 fish/cmds.c:15930 #: fish/cmds.c:16135 fish/cmds.c:16266 fish/cmds.c:16412 fish/cmds.c:16509 #: fish/cmds.c:16580 fish/cmds.c:16969 fish/cmds.c:17049 fish/cmds.c:17463 #: fish/cmds.c:17581 fish/cmds.c:17906 fish/cmds.c:17965 fish/cmds.c:18025 #: fish/cmds.c:18083 fish/cmds.c:18239 fish/cmds.c:18298 #, c-format msgid "%s: unknown optional argument \"%s\"\n" msgstr "" #: fish/cmds.c:5287 fish/cmds.c:5426 fish/cmds.c:5785 fish/cmds.c:5975 #: fish/cmds.c:6040 fish/cmds.c:7627 fish/cmds.c:8261 fish/cmds.c:8327 #: fish/cmds.c:10026 fish/cmds.c:10848 fish/cmds.c:15013 fish/cmds.c:15223 #: fish/cmds.c:15309 fish/cmds.c:15370 fish/cmds.c:15444 fish/cmds.c:15519 #: fish/cmds.c:15640 fish/cmds.c:15737 fish/cmds.c:15836 fish/cmds.c:15936 #: fish/cmds.c:16141 fish/cmds.c:16272 fish/cmds.c:16418 fish/cmds.c:16515 #: fish/cmds.c:16586 fish/cmds.c:16975 fish/cmds.c:17055 fish/cmds.c:17469 #: fish/cmds.c:17587 fish/cmds.c:17912 fish/cmds.c:17971 fish/cmds.c:18031 #: fish/cmds.c:18089 fish/cmds.c:18245 fish/cmds.c:18304 #, c-format msgid "%s: optional argument \"%s\" given twice\n" msgstr "" #: fish/cmds.c:18860 #, 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