# 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.37\n" "Report-Msgid-Bugs-To: https://bugzilla.redhat.com/enter_bug.cgi?" "component=libguestfs&product=Virtualization+Tools\n" "POT-Creation-Date: 2012-08-31 18:33+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:3251 msgid "Command" msgstr "" #: fish/cmds.c:3251 msgid "Description" msgstr "" #: fish/cmds.c:3253 msgid "add a CD-ROM disk image to examine" msgstr "" #: fish/cmds.c:3254 msgid "add the disk(s) from a named libvirt domain" msgstr "" #: fish/cmds.c:3255 msgid "add an image to examine or modify" msgstr "" #: fish/cmds.c:3256 msgid "add a drive in snapshot mode (read-only)" msgstr "" #: fish/cmds.c:3257 msgid "add a drive read-only specifying the QEMU block emulation to use" msgstr "" #: fish/cmds.c:3258 msgid "add a drive specifying the QEMU block emulation to use" msgstr "" #: fish/cmds.c:3259 msgid "allocate and add a disk file" msgstr "" #: fish/cmds.c:3260 msgid "clear Augeas path" msgstr "" #: fish/cmds.c:3261 msgid "close the current Augeas handle" msgstr "" #: fish/cmds.c:3262 msgid "define an Augeas node" msgstr "" #: fish/cmds.c:3263 msgid "define an Augeas variable" msgstr "" #: fish/cmds.c:3264 msgid "look up the value of an Augeas path" msgstr "" #: fish/cmds.c:3265 msgid "create a new Augeas handle" msgstr "" #: fish/cmds.c:3266 msgid "insert a sibling Augeas node" msgstr "" #: fish/cmds.c:3267 msgid "load files into the tree" msgstr "" #: fish/cmds.c:3268 msgid "list Augeas nodes under augpath" msgstr "" #: fish/cmds.c:3269 msgid "return Augeas nodes which match augpath" msgstr "" #: fish/cmds.c:3270 msgid "move Augeas node" msgstr "" #: fish/cmds.c:3271 msgid "remove an Augeas path" msgstr "" #: fish/cmds.c:3272 msgid "write all pending Augeas changes to disk" msgstr "" #: fish/cmds.c:3273 msgid "set Augeas path to value" msgstr "" #: fish/cmds.c:3274 msgid "test availability of some parts of the API" msgstr "" #: fish/cmds.c:3275 msgid "return a list of all optional groups" msgstr "" #: fish/cmds.c:3276 msgid "upload base64-encoded data to file" msgstr "" #: fish/cmds.c:3277 msgid "download file and encode as base64" msgstr "" #: fish/cmds.c:3278 msgid "print block device attributes" msgstr "" #: fish/cmds.c:3279 msgid "flush device buffers" msgstr "" #: fish/cmds.c:3280 msgid "get blocksize of block device" msgstr "" #: fish/cmds.c:3281 msgid "is block device set to read-only" msgstr "" #: fish/cmds.c:3282 msgid "get total size of device in bytes" msgstr "" #: fish/cmds.c:3283 msgid "get sectorsize of block device" msgstr "" #: fish/cmds.c:3284 msgid "get total size of device in 512-byte sectors" msgstr "" #: fish/cmds.c:3285 msgid "reread partition table" msgstr "" #: fish/cmds.c:3286 msgid "set blocksize of block device" msgstr "" #: fish/cmds.c:3287 msgid "set block device to read-only" msgstr "" #: fish/cmds.c:3288 msgid "set block device to read-write" msgstr "" #: fish/cmds.c:3289 msgid "add devices to a btrfs filesystem" msgstr "" #: fish/cmds.c:3290 msgid "remove devices from a btrfs filesystem" msgstr "" #: fish/cmds.c:3291 msgid "balance a btrfs filesystem" msgstr "" #: fish/cmds.c:3292 msgid "resize a btrfs filesystem" msgstr "" #: fish/cmds.c:3293 msgid "sync a btrfs filesystem" msgstr "" #: fish/cmds.c:3294 msgid "check a btrfs filesystem" msgstr "" #: fish/cmds.c:3295 msgid "enable or disable the seeding feature of device" msgstr "" #: fish/cmds.c:3296 msgid "create a btrfs snapshot" msgstr "" #: fish/cmds.c:3297 msgid "delete a btrfs snapshot" msgstr "" #: fish/cmds.c:3298 msgid "list btrfs snapshots and subvolumes" msgstr "" #: fish/cmds.c:3299 msgid "set default btrfs subvolume" msgstr "" #: fish/cmds.c:3300 msgid "create a writable btrfs snapshot" msgstr "" #: fish/cmds.c:3301 msgid "return canonical device name" msgstr "" #: fish/cmds.c:3302 msgid "return true path on case-insensitive filesystem" msgstr "" #: fish/cmds.c:3303 msgid "list the contents of a file" msgstr "" #: fish/cmds.c:3304 msgid "compute MD5, SHAx or CRC checksum of file" msgstr "" #: fish/cmds.c:3305 msgid "compute MD5, SHAx or CRC checksum of the contents of a device" msgstr "" #: fish/cmds.c:3306 msgid "compute MD5, SHAx or CRC checksum of files in a directory" msgstr "" #: fish/cmds.c:3307 msgid "change file mode" msgstr "" #: fish/cmds.c:3308 fish/cmds.c:3464 msgid "change file owner and group" msgstr "" #: fish/cmds.c:3309 msgid "run a command from the guest filesystem" msgstr "" #: fish/cmds.c:3310 msgid "run a command, returning lines" msgstr "" #: fish/cmds.c:3311 msgid "output compressed device" msgstr "" #: fish/cmds.c:3312 msgid "output compressed file" msgstr "" #: fish/cmds.c:3313 msgid "add qemu parameters" msgstr "" #: fish/cmds.c:3314 msgid "copy from source device to destination device" msgstr "" #: fish/cmds.c:3315 msgid "copy from source device to destination file" msgstr "" #: fish/cmds.c:3316 msgid "copy from source file to destination device" msgstr "" #: fish/cmds.c:3317 msgid "copy from source file to destination file" msgstr "" #: fish/cmds.c:3318 msgid "copy local files or directories into an image" msgstr "" #: fish/cmds.c:3319 msgid "copy remote files or directories out of an image" msgstr "" #: fish/cmds.c:3320 msgid "copy size bytes from source to destination using dd" msgstr "" #: fish/cmds.c:3321 msgid "copy a file" msgstr "" #: fish/cmds.c:3322 msgid "copy a file or directory recursively" msgstr "" #: fish/cmds.c:3323 msgid "copy from source to destination using dd" msgstr "" #: fish/cmds.c:3324 msgid "debugging and internals" msgstr "" #: fish/cmds.c:3325 msgid "debug the drives (internal use only)" msgstr "" #: fish/cmds.c:3326 msgid "upload a file to the appliance (internal use only)" msgstr "" #: fish/cmds.c:3327 msgid "delete a previously registered event handler" msgstr "" #: fish/cmds.c:3328 msgid "convert device to index" msgstr "" #: fish/cmds.c:3329 msgid "report file system disk space usage" msgstr "" #: fish/cmds.c:3330 msgid "report file system disk space usage (human readable)" msgstr "" #: fish/cmds.c:3331 msgid "display an image" msgstr "" #: fish/cmds.c:3332 msgid "return kernel messages" msgstr "" #: fish/cmds.c:3333 msgid "download a file to the local machine" msgstr "" #: fish/cmds.c:3334 msgid "download a file to the local machine with offset and size" msgstr "" #: fish/cmds.c:3335 msgid "drop kernel page cache, dentries and inodes" msgstr "" #: fish/cmds.c:3336 msgid "estimate file space usage" msgstr "" #: fish/cmds.c:3337 fish/cmds.c:3338 msgid "check an ext2/ext3 filesystem" msgstr "" #: fish/cmds.c:3339 msgid "display a line of text" msgstr "" #: fish/cmds.c:3340 msgid "echo arguments back to the client" msgstr "" #: fish/cmds.c:3341 msgid "edit a file" msgstr "" #: fish/cmds.c:3342 fish/cmds.c:3343 fish/cmds.c:3349 fish/cmds.c:3350 #: fish/cmds.c:3390 fish/cmds.c:3391 fish/cmds.c:3702 fish/cmds.c:3703 #: fish/cmds.c:3708 fish/cmds.c:3709 fish/cmds.c:3711 fish/cmds.c:3712 msgid "return lines matching a pattern" msgstr "" #: fish/cmds.c:3344 msgid "test if two files have equal contents" msgstr "" #: fish/cmds.c:3345 msgid "register a handler for an event or events" msgstr "" #: fish/cmds.c:3346 msgid "test if file or directory exists" msgstr "" #: fish/cmds.c:3347 fish/cmds.c:3348 msgid "preallocate a file in the guest filesystem" msgstr "" #: fish/cmds.c:3351 msgid "determine file type" msgstr "" #: fish/cmds.c:3352 msgid "detect the architecture of a binary file" msgstr "" #: fish/cmds.c:3353 msgid "return the size of the file in bytes" msgstr "" #: fish/cmds.c:3354 msgid "check if filesystem is available" msgstr "" #: fish/cmds.c:3355 msgid "fill a file with octets" msgstr "" #: fish/cmds.c:3356 msgid "fill a directory with empty files" msgstr "" #: fish/cmds.c:3357 msgid "fill a file with a repeating pattern of bytes" msgstr "" #: fish/cmds.c:3358 msgid "find all files and directories" msgstr "" #: fish/cmds.c:3359 msgid "find all files and directories, returning NUL-separated list" msgstr "" #: fish/cmds.c:3360 msgid "find a filesystem by label" msgstr "" #: fish/cmds.c:3361 msgid "find a filesystem by UUID" msgstr "" #: fish/cmds.c:3362 msgid "run the filesystem checker" msgstr "" #: fish/cmds.c:3363 msgid "trim free space in a filesystem" msgstr "" #: fish/cmds.c:3364 msgid "get the additional kernel options" msgstr "" #: fish/cmds.c:3365 msgid "get the attach method" msgstr "" #: fish/cmds.c:3366 msgid "get autosync mode" msgstr "" #: fish/cmds.c:3367 msgid "get direct appliance mode flag" msgstr "" #: fish/cmds.c:3368 msgid "get ext2 file attributes of a file" msgstr "" #: fish/cmds.c:3369 msgid "get ext2 file generation of a file" msgstr "" #: fish/cmds.c:3370 msgid "get the ext2/3/4 filesystem label" msgstr "" #: fish/cmds.c:3371 msgid "get the ext2/3/4 filesystem UUID" msgstr "" #: fish/cmds.c:3372 msgid "get memory allocated to the qemu subprocess" msgstr "" #: fish/cmds.c:3373 msgid "get enable network flag" msgstr "" #: fish/cmds.c:3374 msgid "get the search path" msgstr "" #: fish/cmds.c:3375 msgid "get process group flag" msgstr "" #: fish/cmds.c:3376 msgid "get PID of qemu subprocess" msgstr "" #: fish/cmds.c:3377 msgid "get the qemu binary" msgstr "" #: fish/cmds.c:3378 msgid "get recovery process enabled flag" msgstr "" #: fish/cmds.c:3379 msgid "get SELinux enabled flag" msgstr "" #: fish/cmds.c:3380 msgid "get number of virtual CPUs in appliance" msgstr "" #: fish/cmds.c:3381 msgid "get the current state" msgstr "" #: fish/cmds.c:3382 msgid "get command trace enabled flag" msgstr "" #: fish/cmds.c:3383 msgid "get the current umask" msgstr "" #: fish/cmds.c:3384 msgid "get verbose mode" msgstr "" #: fish/cmds.c:3385 msgid "get SELinux security context" msgstr "" #: fish/cmds.c:3386 fish/cmds.c:3465 msgid "get a single extended attribute" msgstr "" #: fish/cmds.c:3387 fish/cmds.c:3466 msgid "list extended attributes of a file or directory" msgstr "" #: fish/cmds.c:3388 msgid "expand wildcards in command" msgstr "" #: fish/cmds.c:3389 msgid "expand a wildcard path" msgstr "" #: fish/cmds.c:3392 msgid "install GRUB 1" msgstr "" #: fish/cmds.c:3393 msgid "return first 10 lines of a file" msgstr "" #: fish/cmds.c:3394 msgid "return first N lines of a file" msgstr "" #: fish/cmds.c:3395 msgid "dump a file in hexadecimal" msgstr "" #: fish/cmds.c:3396 msgid "edit with a hex editor" msgstr "" #: fish/cmds.c:3397 msgid "close the current hivex handle" msgstr "" #: fish/cmds.c:3398 msgid "commit (write) changes back to the hive" msgstr "" #: fish/cmds.c:3399 msgid "add a child node" msgstr "" #: fish/cmds.c:3400 msgid "return list of nodes which are subkeys of node" msgstr "" #: fish/cmds.c:3401 msgid "delete a node (recursively)" msgstr "" #: fish/cmds.c:3402 msgid "return the named child of node" msgstr "" #: fish/cmds.c:3403 msgid "return the named value" msgstr "" #: fish/cmds.c:3404 msgid "return the name of the node" msgstr "" #: fish/cmds.c:3405 msgid "return the parent of node" msgstr "" #: fish/cmds.c:3406 msgid "set or replace a single value in a node" msgstr "" #: fish/cmds.c:3407 msgid "return list of values attached to node" msgstr "" #: fish/cmds.c:3408 msgid "open a Windows Registry hive file" msgstr "" #: fish/cmds.c:3409 msgid "return the root node of the hive" msgstr "" #: fish/cmds.c:3410 msgid "return the key field from the (key, datatype, data) tuple" msgstr "" #: fish/cmds.c:3411 msgid "return the data type from the (key, datatype, data) tuple" msgstr "" #: fish/cmds.c:3412 fish/cmds.c:3413 msgid "return the data field from the (key, datatype, data) tuple" msgstr "" #: fish/cmds.c:3414 msgid "list the contents of a single file in an initrd" msgstr "" #: fish/cmds.c:3415 msgid "list files in an initrd" msgstr "" #: fish/cmds.c:3416 msgid "add an inotify watch" msgstr "" #: fish/cmds.c:3417 msgid "close the inotify handle" msgstr "" #: fish/cmds.c:3418 msgid "return list of watched files that had events" msgstr "" #: fish/cmds.c:3419 msgid "create an inotify handle" msgstr "" #: fish/cmds.c:3420 msgid "return list of inotify events" msgstr "" #: fish/cmds.c:3421 msgid "remove an inotify watch" msgstr "" #: fish/cmds.c:3422 msgid "get architecture of inspected operating system" msgstr "" #: fish/cmds.c:3423 msgid "get distro of inspected operating system" msgstr "" #: fish/cmds.c:3424 msgid "get drive letter mappings" msgstr "" #: fish/cmds.c:3425 msgid "get filesystems associated with inspected operating system" msgstr "" #: fish/cmds.c:3426 msgid "get format of inspected operating system" msgstr "" #: fish/cmds.c:3427 msgid "get hostname of the operating system" msgstr "" #: fish/cmds.c:3428 msgid "get the icon corresponding to this operating system" msgstr "" #: fish/cmds.c:3429 msgid "get major version of inspected operating system" msgstr "" #: fish/cmds.c:3430 msgid "get minor version of inspected operating system" msgstr "" #: fish/cmds.c:3431 msgid "get mountpoints of inspected operating system" msgstr "" #: fish/cmds.c:3432 msgid "get package format used by the operating system" msgstr "" #: fish/cmds.c:3433 msgid "get package management tool used by the operating system" msgstr "" #: fish/cmds.c:3434 msgid "get product name of inspected operating system" msgstr "" #: fish/cmds.c:3435 msgid "get product variant of inspected operating system" msgstr "" #: fish/cmds.c:3436 msgid "return list of operating systems found by last inspection" msgstr "" #: fish/cmds.c:3437 msgid "get type of inspected operating system" msgstr "" #: fish/cmds.c:3438 msgid "get Windows CurrentControlSet of inspected operating system" msgstr "" #: fish/cmds.c:3439 msgid "get Windows systemroot of inspected operating system" msgstr "" #: fish/cmds.c:3440 msgid "get live flag for install disk" msgstr "" #: fish/cmds.c:3441 msgid "get multipart flag for install disk" msgstr "" #: fish/cmds.c:3442 msgid "get netinst (network installer) flag for install disk" msgstr "" #: fish/cmds.c:3443 msgid "get list of applications installed in the operating system" msgstr "" #: fish/cmds.c:3444 msgid "inspect disk and return list of operating systems found" msgstr "" #: fish/cmds.c:3445 msgid "test if block device" msgstr "" #: fish/cmds.c:3446 msgid "is busy processing a command" msgstr "" #: fish/cmds.c:3447 msgid "test if character device" msgstr "" #: fish/cmds.c:3448 msgid "is in configuration state" msgstr "" #: fish/cmds.c:3449 msgid "test if a directory" msgstr "" #: fish/cmds.c:3450 msgid "test if FIFO (named pipe)" msgstr "" #: fish/cmds.c:3451 msgid "test if a regular file" msgstr "" #: fish/cmds.c:3452 msgid "is launching subprocess" msgstr "" #: fish/cmds.c:3453 msgid "test if device is a logical volume" msgstr "" #: fish/cmds.c:3454 msgid "is ready to accept commands" msgstr "" #: fish/cmds.c:3455 msgid "test if socket" msgstr "" #: fish/cmds.c:3456 msgid "test if symbolic link" msgstr "" #: fish/cmds.c:3457 msgid "test if a file contains all zero bytes" msgstr "" #: fish/cmds.c:3458 msgid "test if a device contains all zero bytes" msgstr "" #: fish/cmds.c:3459 msgid "get ISO information from primary volume descriptor of ISO file" msgstr "" #: fish/cmds.c:3460 msgid "get ISO information from primary volume descriptor of device" msgstr "" #: fish/cmds.c:3461 msgid "kill the qemu subprocess" msgstr "" #: fish/cmds.c:3462 msgid "launch the qemu subprocess" msgstr "" #: fish/cmds.c:3463 msgid "change working directory" msgstr "" #: fish/cmds.c:3467 msgid "list 9p filesystems" msgstr "" #: fish/cmds.c:3468 msgid "list the block devices" msgstr "" #: fish/cmds.c:3469 msgid "list device mapper devices" msgstr "" #: fish/cmds.c:3470 msgid "list event handlers" msgstr "" #: fish/cmds.c:3471 msgid "list filesystems" msgstr "" #: fish/cmds.c:3472 msgid "list Linux md (RAID) devices" msgstr "" #: fish/cmds.c:3473 msgid "list the partitions" msgstr "" #: fish/cmds.c:3474 msgid "list the files in a directory (long format)" msgstr "" #: fish/cmds.c:3475 msgid "list the files in a directory (long format with SELinux contexts)" msgstr "" #: fish/cmds.c:3476 fish/cmds.c:3477 msgid "create a hard link" msgstr "" #: fish/cmds.c:3478 fish/cmds.c:3479 msgid "create a symbolic link" msgstr "" #: fish/cmds.c:3480 fish/cmds.c:3588 msgid "remove extended attribute of a file or directory" msgstr "" #: fish/cmds.c:3481 msgid "list the files in a directory" msgstr "" #: fish/cmds.c:3482 msgid "get list of files in a directory" msgstr "" #: fish/cmds.c:3483 fish/cmds.c:3624 msgid "set extended attribute of a file or directory" msgstr "" #: fish/cmds.c:3484 msgid "get file information for a symbolic link" msgstr "" #: fish/cmds.c:3485 msgid "lstat on multiple files" msgstr "" #: fish/cmds.c:3486 msgid "add a key on a LUKS encrypted device" msgstr "" #: fish/cmds.c:3487 msgid "close a LUKS device" msgstr "" #: fish/cmds.c:3488 fish/cmds.c:3489 msgid "format a block device as a LUKS encrypted device" msgstr "" #: fish/cmds.c:3490 msgid "remove a key from a LUKS encrypted device" msgstr "" #: fish/cmds.c:3491 msgid "open a LUKS-encrypted block device" msgstr "" #: fish/cmds.c:3492 msgid "open a LUKS-encrypted block device read-only" msgstr "" #: fish/cmds.c:3493 msgid "create an LVM logical volume" msgstr "" #: fish/cmds.c:3494 msgid "create an LVM logical volume in % remaining free space" msgstr "" #: fish/cmds.c:3495 msgid "get canonical name of an LV" msgstr "" #: fish/cmds.c:3496 msgid "clear LVM device filter" msgstr "" #: fish/cmds.c:3497 msgid "remove all LVM LVs, VGs and PVs" msgstr "" #: fish/cmds.c:3498 msgid "set LVM device filter" msgstr "" #: fish/cmds.c:3499 msgid "remove an LVM logical volume" msgstr "" #: fish/cmds.c:3500 msgid "rename an LVM logical volume" msgstr "" #: fish/cmds.c:3501 msgid "resize an LVM logical volume" msgstr "" #: fish/cmds.c:3502 msgid "expand an LV to fill free space" msgstr "" #: fish/cmds.c:3503 fish/cmds.c:3504 msgid "list the LVM logical volumes (LVs)" msgstr "" #: fish/cmds.c:3505 msgid "get the UUID of a logical volume" msgstr "" #: fish/cmds.c:3506 msgid "lgetxattr on multiple files" msgstr "" #: fish/cmds.c:3507 msgid "open the manual" msgstr "" #: fish/cmds.c:3508 msgid "maximum number of disks that may be added" msgstr "" #: fish/cmds.c:3509 msgid "create a Linux md (RAID) device" msgstr "" #: fish/cmds.c:3510 msgid "obtain metadata for an MD device" msgstr "" #: fish/cmds.c:3511 msgid "get underlying devices from an MD device" msgstr "" #: fish/cmds.c:3512 msgid "stop a Linux md (RAID) device" msgstr "" #: fish/cmds.c:3513 msgid "create a directory" msgstr "" #: fish/cmds.c:3514 msgid "create a directory with a particular mode" msgstr "" #: fish/cmds.c:3515 msgid "create a directory and parents" msgstr "" #: fish/cmds.c:3516 msgid "create a temporary directory" msgstr "" #: fish/cmds.c:3517 fish/cmds.c:3518 fish/cmds.c:3519 msgid "make ext2/3/4 filesystem with external journal" msgstr "" #: fish/cmds.c:3520 msgid "make ext2/3/4 external journal" msgstr "" #: fish/cmds.c:3521 msgid "make ext2/3/4 external journal with label" msgstr "" #: fish/cmds.c:3522 msgid "make ext2/3/4 external journal with UUID" msgstr "" #: fish/cmds.c:3523 msgid "make FIFO (named pipe)" msgstr "" #: fish/cmds.c:3524 msgid "make a filesystem" msgstr "" #: fish/cmds.c:3525 msgid "make a filesystem with block size" msgstr "" #: fish/cmds.c:3526 msgid "create a btrfs filesystem" msgstr "" #: fish/cmds.c:3527 msgid "create a mountpoint" msgstr "" #: fish/cmds.c:3528 msgid "make block, character or FIFO devices" msgstr "" #: fish/cmds.c:3529 msgid "make block device node" msgstr "" #: fish/cmds.c:3530 msgid "make char device node" msgstr "" #: fish/cmds.c:3531 msgid "create a swap partition" msgstr "" #: fish/cmds.c:3532 msgid "create a swap partition with a label" msgstr "" #: fish/cmds.c:3533 msgid "create a swap partition with an explicit UUID" msgstr "" #: fish/cmds.c:3534 msgid "create a swap file" msgstr "" #: fish/cmds.c:3535 msgid "load a kernel module" msgstr "" #: fish/cmds.c:3536 msgid "view a file" msgstr "" #: fish/cmds.c:3537 msgid "mount a guest disk at a position in the filesystem" msgstr "" #: fish/cmds.c:3538 msgid "mount 9p filesystem" msgstr "" #: fish/cmds.c:3539 msgid "mount on the local filesystem" msgstr "" #: fish/cmds.c:3540 msgid "run main loop of mount on the local filesystem" msgstr "" #: fish/cmds.c:3541 msgid "mount a file using the loop device" msgstr "" #: fish/cmds.c:3542 msgid "mount a guest disk with mount options" msgstr "" #: fish/cmds.c:3543 msgid "mount a guest disk, read-only" msgstr "" #: fish/cmds.c:3544 msgid "mount a guest disk with mount options and vfstype" msgstr "" #: fish/cmds.c:3545 msgid "show mountpoints" msgstr "" #: fish/cmds.c:3546 msgid "show mounted filesystems" msgstr "" #: fish/cmds.c:3547 msgid "move a file" msgstr "" #: fish/cmds.c:3548 msgid "return number of whole block devices (disks) added" msgstr "" #: fish/cmds.c:3549 msgid "probe NTFS volume" msgstr "" #: fish/cmds.c:3550 msgid "restore NTFS from backup file" msgstr "" #: fish/cmds.c:3551 msgid "save NTFS to backup file" msgstr "" #: fish/cmds.c:3552 msgid "fix common errors and force Windows to check NTFS" msgstr "" #: fish/cmds.c:3553 msgid "resize an NTFS filesystem" msgstr "" #: fish/cmds.c:3554 msgid "resize an NTFS filesystem (with size)" msgstr "" #: fish/cmds.c:3555 msgid "add a partition to the device" msgstr "" #: fish/cmds.c:3556 msgid "delete a partition" msgstr "" #: fish/cmds.c:3557 msgid "partition whole disk with a single primary partition" msgstr "" #: fish/cmds.c:3558 msgid "return true if a partition is bootable" msgstr "" #: fish/cmds.c:3559 msgid "get the MBR type byte (ID byte) from a partition" msgstr "" #: fish/cmds.c:3560 msgid "get the partition table type" msgstr "" #: fish/cmds.c:3561 msgid "create an empty partition table" msgstr "" #: fish/cmds.c:3562 msgid "list partitions on a device" msgstr "" #: fish/cmds.c:3563 msgid "make a partition bootable" msgstr "" #: fish/cmds.c:3564 msgid "set the MBR type byte (ID byte) of a partition" msgstr "" #: fish/cmds.c:3565 msgid "set partition name" msgstr "" #: fish/cmds.c:3566 msgid "convert partition name to device name" msgstr "" #: fish/cmds.c:3567 msgid "convert partition name to partition number" msgstr "" #: fish/cmds.c:3568 msgid "ping the guest daemon" msgstr "" #: fish/cmds.c:3569 msgid "read part of a file" msgstr "" #: fish/cmds.c:3570 msgid "read part of a device" msgstr "" #: fish/cmds.c:3571 msgid "generate a new random UUID for a physical volume" msgstr "" #: fish/cmds.c:3572 msgid "generate new random UUIDs for all physical volumes" msgstr "" #: fish/cmds.c:3573 msgid "create an LVM physical volume" msgstr "" #: fish/cmds.c:3574 msgid "remove an LVM physical volume" msgstr "" #: fish/cmds.c:3575 msgid "resize an LVM physical volume" msgstr "" #: fish/cmds.c:3576 msgid "resize an LVM physical volume (with size)" msgstr "" #: fish/cmds.c:3577 fish/cmds.c:3578 msgid "list the LVM physical volumes (PVs)" msgstr "" #: fish/cmds.c:3579 msgid "get the UUID of a physical volume" msgstr "" #: fish/cmds.c:3580 msgid "write to part of a file" msgstr "" #: fish/cmds.c:3581 msgid "write to part of a device" msgstr "" #: fish/cmds.c:3582 msgid "read a file" msgstr "" #: fish/cmds.c:3583 msgid "read file as lines" msgstr "" #: fish/cmds.c:3584 msgid "read directories entries" msgstr "" #: fish/cmds.c:3585 msgid "read the target of a symbolic link" msgstr "" #: fish/cmds.c:3586 msgid "readlink on multiple files" msgstr "" #: fish/cmds.c:3587 msgid "canonicalized absolute pathname" msgstr "" #: fish/cmds.c:3589 msgid "close and reopen libguestfs handle" msgstr "" #: fish/cmds.c:3590 msgid "resize an ext2, ext3 or ext4 filesystem" msgstr "" #: fish/cmds.c:3591 msgid "resize an ext2, ext3 or ext4 filesystem to the minimum size" msgstr "" #: fish/cmds.c:3592 msgid "resize an ext2, ext3 or ext4 filesystem (with size)" msgstr "" #: fish/cmds.c:3593 msgid "remove a file" msgstr "" #: fish/cmds.c:3594 msgid "remove a file or directory recursively" msgstr "" #: fish/cmds.c:3595 msgid "remove a directory" msgstr "" #: fish/cmds.c:3596 msgid "remove a mountpoint" msgstr "" #: fish/cmds.c:3597 msgid "synchronize the contents of two directories" msgstr "" #: fish/cmds.c:3598 msgid "synchronize host or remote filesystem with filesystem" msgstr "" #: fish/cmds.c:3599 msgid "synchronize filesystem with host or remote filesystem" msgstr "" #: fish/cmds.c:3600 msgid "scrub (securely wipe) a device" msgstr "" #: fish/cmds.c:3601 msgid "scrub (securely wipe) a file" msgstr "" #: fish/cmds.c:3602 msgid "scrub (securely wipe) free space" msgstr "" #: fish/cmds.c:3603 msgid "add options to kernel command line" msgstr "" #: fish/cmds.c:3604 msgid "set the attach method" msgstr "" #: fish/cmds.c:3605 msgid "set autosync mode" msgstr "" #: fish/cmds.c:3606 msgid "enable or disable direct appliance mode" msgstr "" #: fish/cmds.c:3607 msgid "set ext2 file attributes of a file" msgstr "" #: fish/cmds.c:3608 msgid "set ext2 file generation of a file" msgstr "" #: fish/cmds.c:3609 msgid "set the ext2/3/4 filesystem label" msgstr "" #: fish/cmds.c:3610 msgid "set the ext2/3/4 filesystem UUID" msgstr "" #: fish/cmds.c:3611 msgid "set filesystem label" msgstr "" #: fish/cmds.c:3612 msgid "set memory allocated to the qemu subprocess" msgstr "" #: fish/cmds.c:3613 msgid "set enable network flag" msgstr "" #: fish/cmds.c:3614 msgid "set the search path" msgstr "" #: fish/cmds.c:3615 msgid "set process group flag" msgstr "" #: fish/cmds.c:3616 msgid "set the qemu binary" msgstr "" #: fish/cmds.c:3617 msgid "enable or disable the recovery process" msgstr "" #: fish/cmds.c:3618 msgid "set SELinux enabled or disabled at appliance boot" msgstr "" #: fish/cmds.c:3619 msgid "set number of virtual CPUs in appliance" msgstr "" #: fish/cmds.c:3620 msgid "enable or disable command traces" msgstr "" #: fish/cmds.c:3621 msgid "set verbose mode" msgstr "" #: fish/cmds.c:3622 msgid "set SELinux security context" msgstr "" #: fish/cmds.c:3623 msgid "set an environment variable" msgstr "" #: fish/cmds.c:3625 fish/cmds.c:3626 msgid "create partitions on a block device" msgstr "" #: fish/cmds.c:3627 msgid "modify a single partition on a block device" msgstr "" #: fish/cmds.c:3628 msgid "display the disk geometry from the partition table" msgstr "" #: fish/cmds.c:3629 msgid "display the kernel geometry" msgstr "" #: fish/cmds.c:3630 msgid "display the partition table" msgstr "" #: fish/cmds.c:3631 msgid "run a command via the shell" msgstr "" #: fish/cmds.c:3632 msgid "run a command via the shell returning lines" msgstr "" #: fish/cmds.c:3633 msgid "shutdown the qemu subprocess" msgstr "" #: fish/cmds.c:3634 msgid "sleep for some seconds" msgstr "" #: fish/cmds.c:3635 msgid "create a sparse disk image and add" msgstr "" #: fish/cmds.c:3636 msgid "get file information" msgstr "" #: fish/cmds.c:3637 msgid "get file system statistics" msgstr "" #: fish/cmds.c:3638 fish/cmds.c:3639 msgid "print the printable strings in a file" msgstr "" #: fish/cmds.c:3640 msgid "list supported groups of commands" msgstr "" #: fish/cmds.c:3641 msgid "disable swap on device" msgstr "" #: fish/cmds.c:3642 msgid "disable swap on file" msgstr "" #: fish/cmds.c:3643 msgid "disable swap on labeled swap partition" msgstr "" #: fish/cmds.c:3644 msgid "disable swap on swap partition by UUID" msgstr "" #: fish/cmds.c:3645 msgid "enable swap on device" msgstr "" #: fish/cmds.c:3646 msgid "enable swap on file" msgstr "" #: fish/cmds.c:3647 msgid "enable swap on labeled swap partition" msgstr "" #: fish/cmds.c:3648 msgid "enable swap on swap partition by UUID" msgstr "" #: fish/cmds.c:3649 msgid "sync disks, writes are flushed through to the disk image" msgstr "" #: fish/cmds.c:3650 msgid "return last 10 lines of a file" msgstr "" #: fish/cmds.c:3651 msgid "return last N lines of a file" msgstr "" #: fish/cmds.c:3652 msgid "unpack tarfile to directory" msgstr "" #: fish/cmds.c:3653 msgid "pack directory into tarfile" msgstr "" #: fish/cmds.c:3654 fish/cmds.c:3662 msgid "unpack compressed tarball to directory" msgstr "" #: fish/cmds.c:3655 fish/cmds.c:3663 msgid "pack directory into compressed tarball" msgstr "" #: fish/cmds.c:3656 msgid "print elapsed time taken to run a command" msgstr "" #: fish/cmds.c:3657 msgid "update file timestamps or create a new file" msgstr "" #: fish/cmds.c:3658 msgid "truncate a file to zero size" msgstr "" #: fish/cmds.c:3659 msgid "truncate a file to a particular size" msgstr "" #: fish/cmds.c:3660 msgid "adjust ext2/ext3/ext4 filesystem parameters" msgstr "" #: fish/cmds.c:3661 msgid "get ext2/ext3/ext4 superblock details" msgstr "" #: fish/cmds.c:3664 msgid "set file mode creation mask (umask)" msgstr "" #: fish/cmds.c:3665 msgid "unmount a filesystem" msgstr "" #: fish/cmds.c:3666 msgid "unmount all filesystems" msgstr "" #: fish/cmds.c:3667 msgid "unmount a locally mounted filesystem" msgstr "" #: fish/cmds.c:3668 msgid "unset an environment variable" msgstr "" #: fish/cmds.c:3669 msgid "upload a file from the local machine" msgstr "" #: fish/cmds.c:3670 msgid "upload a file from the local machine with offset" msgstr "" #: fish/cmds.c:3671 msgid "set timestamp of a file with nanosecond precision" msgstr "" #: fish/cmds.c:3672 msgid "appliance kernel version" msgstr "" #: fish/cmds.c:3673 msgid "get the library version number" msgstr "" #: fish/cmds.c:3674 msgid "get the filesystem label" msgstr "" #: fish/cmds.c:3675 msgid "get the Linux VFS type corresponding to a mounted device" msgstr "" #: fish/cmds.c:3676 msgid "get the filesystem UUID" msgstr "" #: fish/cmds.c:3677 msgid "activate or deactivate some volume groups" msgstr "" #: fish/cmds.c:3678 msgid "activate or deactivate all volume groups" msgstr "" #: fish/cmds.c:3679 msgid "generate a new random UUID for a volume group" msgstr "" #: fish/cmds.c:3680 msgid "generate new random UUIDs for all volume groups" msgstr "" #: fish/cmds.c:3681 msgid "create an LVM volume group" msgstr "" #: fish/cmds.c:3682 msgid "get the LV UUIDs of all LVs in the volume group" msgstr "" #: fish/cmds.c:3683 msgid "get volume group metadata" msgstr "" #: fish/cmds.c:3684 msgid "get the PV UUIDs containing the volume group" msgstr "" #: fish/cmds.c:3685 msgid "remove an LVM volume group" msgstr "" #: fish/cmds.c:3686 msgid "rename an LVM volume group" msgstr "" #: fish/cmds.c:3687 fish/cmds.c:3688 msgid "list the LVM volume groups (VGs)" msgstr "" #: fish/cmds.c:3689 msgid "rescan for LVM physical volumes, volume groups and logical volumes" msgstr "" #: fish/cmds.c:3690 msgid "get the UUID of a volume group" msgstr "" #: fish/cmds.c:3691 msgid "count characters in a file" msgstr "" #: fish/cmds.c:3692 msgid "count lines in a file" msgstr "" #: fish/cmds.c:3693 msgid "count words in a file" msgstr "" #: fish/cmds.c:3694 msgid "wipe a filesystem signature from a device" msgstr "" #: fish/cmds.c:3695 msgid "create a new file" msgstr "" #: fish/cmds.c:3696 msgid "append content to end of file" msgstr "" #: fish/cmds.c:3697 msgid "create a file" msgstr "" #: fish/cmds.c:3698 msgid "change parameters of an XFS filesystem" msgstr "" #: fish/cmds.c:3699 msgid "expand an existing XFS filesystem" msgstr "" #: fish/cmds.c:3700 msgid "get geometry of XFS filesystem" msgstr "" #: fish/cmds.c:3701 msgid "repair an XFS filesystem" msgstr "" #: fish/cmds.c:3704 msgid "write zeroes to the device" msgstr "" #: fish/cmds.c:3705 msgid "write zeroes to an entire device" msgstr "" #: fish/cmds.c:3706 msgid "zero free space in a filesystem" msgstr "" #: fish/cmds.c:3707 msgid "zero unused inodes and disk blocks on ext2/3 filesystem" msgstr "" #: fish/cmds.c:3710 msgid "determine file type inside a compressed file" msgstr "" #: fish/cmds.c:3713 msgid "Use -h / help to show detailed help for a command." msgstr "" #: fish/cmds.c:4217 fish/cmds.c:4236 fish/cmds.c:4257 fish/cmds.c:4279 #: fish/cmds.c:4302 fish/cmds.c:4326 fish/cmds.c:4347 fish/cmds.c:4369 #: fish/cmds.c:4390 fish/cmds.c:4412 fish/cmds.c:4433 fish/cmds.c:4453 #: fish/cmds.c:4473 fish/cmds.c:4495 fish/cmds.c:4515 fish/cmds.c:4535 #: fish/cmds.c:4555 fish/cmds.c:4575 fish/cmds.c:4595 fish/cmds.c:4615 #: fish/cmds.c:4637 fish/cmds.c:4676 fish/cmds.c:4696 fish/cmds.c:4716 #: fish/cmds.c:4739 fish/cmds.c:4759 fish/cmds.c:4781 fish/cmds.c:4801 #: fish/cmds.c:4823 fish/cmds.c:4843 fish/cmds.c:4865 fish/cmds.c:4885 #: fish/cmds.c:4908 fish/cmds.c:4932 fish/cmds.c:4955 fish/cmds.c:4980 #: fish/cmds.c:5003 fish/cmds.c:5027 fish/cmds.c:5051 fish/cmds.c:5075 #: fish/cmds.c:5098 fish/cmds.c:5121 fish/cmds.c:5145 fish/cmds.c:5169 #: fish/cmds.c:5193 fish/cmds.c:5213 fish/cmds.c:5233 fish/cmds.c:5319 #: fish/cmds.c:5341 fish/cmds.c:5362 fish/cmds.c:5459 fish/cmds.c:5483 #: fish/cmds.c:5507 fish/cmds.c:5531 fish/cmds.c:5555 fish/cmds.c:5579 #: fish/cmds.c:5602 fish/cmds.c:5625 fish/cmds.c:5648 fish/cmds.c:5668 #: fish/cmds.c:5691 fish/cmds.c:5715 fish/cmds.c:5739 fish/cmds.c:5823 #: fish/cmds.c:5843 fish/cmds.c:5865 fish/cmds.c:5904 fish/cmds.c:6005 #: fish/cmds.c:6070 fish/cmds.c:6092 fish/cmds.c:6114 fish/cmds.c:6135 #: fish/cmds.c:6162 fish/cmds.c:6190 fish/cmds.c:6221 fish/cmds.c:6250 #: fish/cmds.c:6280 fish/cmds.c:6309 fish/cmds.c:6341 fish/cmds.c:6373 #: fish/cmds.c:6404 fish/cmds.c:6431 fish/cmds.c:6469 fish/cmds.c:6490 #: fish/cmds.c:6511 fish/cmds.c:6536 fish/cmds.c:6561 fish/cmds.c:6582 #: fish/cmds.c:6603 fish/cmds.c:6624 fish/cmds.c:6645 fish/cmds.c:6666 #: fish/cmds.c:6687 fish/cmds.c:6708 fish/cmds.c:6732 fish/cmds.c:6775 #: fish/cmds.c:6797 fish/cmds.c:6824 fish/cmds.c:6850 fish/cmds.c:6875 #: fish/cmds.c:6900 fish/cmds.c:6924 fish/cmds.c:6948 fish/cmds.c:6971 #: fish/cmds.c:6993 fish/cmds.c:7012 fish/cmds.c:7033 fish/cmds.c:7057 #: fish/cmds.c:7082 fish/cmds.c:7107 fish/cmds.c:7132 fish/cmds.c:7157 #: fish/cmds.c:7183 fish/cmds.c:7230 fish/cmds.c:7295 fish/cmds.c:7321 #: fish/cmds.c:7347 fish/cmds.c:7373 fish/cmds.c:7396 fish/cmds.c:7424 #: fish/cmds.c:7471 fish/cmds.c:7559 fish/cmds.c:7659 fish/cmds.c:7680 #: fish/cmds.c:7699 fish/cmds.c:7720 fish/cmds.c:7747 fish/cmds.c:7774 #: fish/cmds.c:7801 fish/cmds.c:7828 fish/cmds.c:7855 fish/cmds.c:7882 #: fish/cmds.c:7906 fish/cmds.c:7928 fish/cmds.c:7950 fish/cmds.c:7973 #: fish/cmds.c:7996 fish/cmds.c:8020 fish/cmds.c:8062 fish/cmds.c:8085 #: fish/cmds.c:8108 fish/cmds.c:8130 fish/cmds.c:8153 fish/cmds.c:8183 #: fish/cmds.c:8213 fish/cmds.c:8365 fish/cmds.c:8395 fish/cmds.c:8425 #: fish/cmds.c:8450 fish/cmds.c:8477 fish/cmds.c:8503 fish/cmds.c:8531 #: fish/cmds.c:8553 fish/cmds.c:8575 fish/cmds.c:8598 fish/cmds.c:8621 #: fish/cmds.c:8646 fish/cmds.c:8669 fish/cmds.c:8694 fish/cmds.c:8718 #: fish/cmds.c:8741 fish/cmds.c:8768 fish/cmds.c:8798 fish/cmds.c:8828 #: fish/cmds.c:8857 fish/cmds.c:8896 fish/cmds.c:8917 fish/cmds.c:8939 #: fish/cmds.c:8969 fish/cmds.c:8997 fish/cmds.c:9025 fish/cmds.c:9052 #: fish/cmds.c:9074 fish/cmds.c:9101 fish/cmds.c:9204 fish/cmds.c:9228 #: fish/cmds.c:9252 fish/cmds.c:9276 fish/cmds.c:9299 fish/cmds.c:9326 #: fish/cmds.c:9368 fish/cmds.c:9390 fish/cmds.c:9412 fish/cmds.c:9454 #: fish/cmds.c:9478 fish/cmds.c:9502 fish/cmds.c:9526 fish/cmds.c:9553 #: fish/cmds.c:9575 fish/cmds.c:9600 fish/cmds.c:9625 fish/cmds.c:9652 #: fish/cmds.c:9678 fish/cmds.c:9704 fish/cmds.c:9730 fish/cmds.c:9758 #: fish/cmds.c:9805 fish/cmds.c:9833 fish/cmds.c:9878 fish/cmds.c:9899 #: fish/cmds.c:9922 fish/cmds.c:9948 fish/cmds.c:9976 fish/cmds.c:10059 #: fish/cmds.c:10083 fish/cmds.c:10109 fish/cmds.c:10195 fish/cmds.c:10243 #: fish/cmds.c:10331 fish/cmds.c:10416 fish/cmds.c:10458 fish/cmds.c:10486 #: fish/cmds.c:10513 fish/cmds.c:10541 fish/cmds.c:10568 fish/cmds.c:10598 #: fish/cmds.c:10648 fish/cmds.c:10696 fish/cmds.c:10723 fish/cmds.c:10747 #: fish/cmds.c:10770 fish/cmds.c:10792 fish/cmds.c:10885 fish/cmds.c:10914 #: fish/cmds.c:10943 fish/cmds.c:10972 fish/cmds.c:11001 fish/cmds.c:11030 #: fish/cmds.c:11059 fish/cmds.c:11088 fish/cmds.c:11117 fish/cmds.c:11146 #: fish/cmds.c:11175 fish/cmds.c:11203 fish/cmds.c:11231 fish/cmds.c:11258 #: fish/cmds.c:11285 fish/cmds.c:11312 fish/cmds.c:11338 fish/cmds.c:11366 #: fish/cmds.c:11411 fish/cmds.c:11433 fish/cmds.c:11455 fish/cmds.c:11480 #: fish/cmds.c:11505 fish/cmds.c:11527 fish/cmds.c:11549 fish/cmds.c:11571 #: fish/cmds.c:11593 fish/cmds.c:11618 fish/cmds.c:11660 fish/cmds.c:11706 #: fish/cmds.c:11745 fish/cmds.c:11766 fish/cmds.c:11787 fish/cmds.c:11808 #: fish/cmds.c:11828 fish/cmds.c:11853 fish/cmds.c:11897 fish/cmds.c:11941 #: fish/cmds.c:11986 fish/cmds.c:12032 fish/cmds.c:12079 fish/cmds.c:12126 #: fish/cmds.c:12170 fish/cmds.c:12192 fish/cmds.c:12220 fish/cmds.c:12249 #: fish/cmds.c:12276 fish/cmds.c:12300 fish/cmds.c:12326 fish/cmds.c:12369 #: fish/cmds.c:12451 fish/cmds.c:12498 fish/cmds.c:12566 fish/cmds.c:12632 #: fish/cmds.c:12658 fish/cmds.c:12710 fish/cmds.c:12735 fish/cmds.c:12780 #: fish/cmds.c:12823 fish/cmds.c:12847 fish/cmds.c:12873 fish/cmds.c:12938 #: fish/cmds.c:12964 fish/cmds.c:12993 fish/cmds.c:13020 fish/cmds.c:13044 #: fish/cmds.c:13069 fish/cmds.c:13101 fish/cmds.c:13125 fish/cmds.c:13149 #: fish/cmds.c:13173 fish/cmds.c:13197 fish/cmds.c:13223 fish/cmds.c:13266 #: fish/cmds.c:13289 fish/cmds.c:13319 fish/cmds.c:13346 fish/cmds.c:13368 #: fish/cmds.c:13411 fish/cmds.c:13455 fish/cmds.c:13500 fish/cmds.c:13563 #: fish/cmds.c:13589 fish/cmds.c:13631 fish/cmds.c:13651 fish/cmds.c:13675 #: fish/cmds.c:13722 fish/cmds.c:13752 fish/cmds.c:13783 fish/cmds.c:13815 #: fish/cmds.c:13864 fish/cmds.c:13908 fish/cmds.c:13945 fish/cmds.c:13982 #: fish/cmds.c:14016 fish/cmds.c:14040 fish/cmds.c:14079 fish/cmds.c:14103 #: fish/cmds.c:14127 fish/cmds.c:14150 fish/cmds.c:14173 fish/cmds.c:14204 #: fish/cmds.c:14233 fish/cmds.c:14257 fish/cmds.c:14308 fish/cmds.c:14360 #: fish/cmds.c:14416 fish/cmds.c:14464 fish/cmds.c:14487 fish/cmds.c:14511 #: fish/cmds.c:14535 fish/cmds.c:14561 fish/cmds.c:14587 fish/cmds.c:14613 #: fish/cmds.c:14639 fish/cmds.c:14665 fish/cmds.c:14691 fish/cmds.c:14737 #: fish/cmds.c:14797 fish/cmds.c:14840 fish/cmds.c:14902 fish/cmds.c:15047 #: fish/cmds.c:15081 fish/cmds.c:15113 fish/cmds.c:15135 fish/cmds.c:15161 #: fish/cmds.c:15182 fish/cmds.c:15253 fish/cmds.c:15553 fish/cmds.c:16304 #: fish/cmds.c:16327 fish/cmds.c:16351 fish/cmds.c:16373 fish/cmds.c:16450 #: fish/cmds.c:16477 fish/cmds.c:16621 fish/cmds.c:16648 fish/cmds.c:16671 #: fish/cmds.c:16698 fish/cmds.c:16741 fish/cmds.c:16765 fish/cmds.c:16793 #: fish/cmds.c:16821 fish/cmds.c:17009 fish/cmds.c:17089 fish/cmds.c:17116 #: fish/cmds.c:17156 fish/cmds.c:17185 fish/cmds.c:17210 fish/cmds.c:17235 #: fish/cmds.c:17263 fish/cmds.c:17302 fish/cmds.c:17327 fish/cmds.c:17353 #: fish/cmds.c:17383 fish/cmds.c:17413 fish/cmds.c:17501 fish/cmds.c:17621 #: fish/cmds.c:17642 fish/cmds.c:17664 fish/cmds.c:17691 fish/cmds.c:17711 #: fish/cmds.c:17732 fish/cmds.c:17752 fish/cmds.c:17771 fish/cmds.c:18124 #: fish/cmds.c:18154 fish/cmds.c:18336 fish/cmds.c:18355 fish/cmds.c:18377 #: fish/cmds.c:18414 fish/cmds.c:18452 fish/cmds.c:18489 fish/cmds.c:18525 #: fish/cmds.c:18563 fish/cmds.c:18600 fish/cmds.c:18637 fish/cmds.c:18674 #: fish/cmds.c:18715 fish/cmds.c:18739 fish/cmds.c:18776 fish/cmds.c:18815 #, c-format msgid "%s should have %d parameter(s)\n" msgstr "" #: fish/cmds.c:4218 fish/cmds.c:4237 fish/cmds.c:4258 fish/cmds.c:4280 #: fish/cmds.c:4303 fish/cmds.c:4327 fish/cmds.c:4348 fish/cmds.c:4370 #: fish/cmds.c:4391 fish/cmds.c:4413 fish/cmds.c:4434 fish/cmds.c:4454 #: fish/cmds.c:4474 fish/cmds.c:4496 fish/cmds.c:4516 fish/cmds.c:4536 #: fish/cmds.c:4556 fish/cmds.c:4576 fish/cmds.c:4596 fish/cmds.c:4616 #: fish/cmds.c:4638 fish/cmds.c:4677 fish/cmds.c:4697 fish/cmds.c:4717 #: fish/cmds.c:4740 fish/cmds.c:4760 fish/cmds.c:4782 fish/cmds.c:4802 #: fish/cmds.c:4824 fish/cmds.c:4844 fish/cmds.c:4866 fish/cmds.c:4886 #: fish/cmds.c:4909 fish/cmds.c:4933 fish/cmds.c:4956 fish/cmds.c:4981 #: fish/cmds.c:5004 fish/cmds.c:5028 fish/cmds.c:5052 fish/cmds.c:5076 #: fish/cmds.c:5099 fish/cmds.c:5122 fish/cmds.c:5146 fish/cmds.c:5170 #: fish/cmds.c:5194 fish/cmds.c:5214 fish/cmds.c:5234 fish/cmds.c:5259 #: fish/cmds.c:5320 fish/cmds.c:5342 fish/cmds.c:5363 fish/cmds.c:5388 #: fish/cmds.c:5460 fish/cmds.c:5484 fish/cmds.c:5508 fish/cmds.c:5532 #: fish/cmds.c:5556 fish/cmds.c:5580 fish/cmds.c:5603 fish/cmds.c:5626 #: fish/cmds.c:5649 fish/cmds.c:5669 fish/cmds.c:5692 fish/cmds.c:5716 #: fish/cmds.c:5740 fish/cmds.c:5767 fish/cmds.c:5824 fish/cmds.c:5844 #: fish/cmds.c:5866 fish/cmds.c:5905 fish/cmds.c:5929 fish/cmds.c:6006 #: fish/cmds.c:6028 fish/cmds.c:6071 fish/cmds.c:6093 fish/cmds.c:6115 #: fish/cmds.c:6136 fish/cmds.c:6163 fish/cmds.c:6191 fish/cmds.c:6222 #: fish/cmds.c:6251 fish/cmds.c:6281 fish/cmds.c:6310 fish/cmds.c:6342 #: fish/cmds.c:6374 fish/cmds.c:6405 fish/cmds.c:6432 fish/cmds.c:6470 #: fish/cmds.c:6491 fish/cmds.c:6512 fish/cmds.c:6537 fish/cmds.c:6562 #: fish/cmds.c:6583 fish/cmds.c:6604 fish/cmds.c:6625 fish/cmds.c:6646 #: fish/cmds.c:6667 fish/cmds.c:6688 fish/cmds.c:6709 fish/cmds.c:6733 #: fish/cmds.c:6776 fish/cmds.c:6798 fish/cmds.c:6825 fish/cmds.c:6851 #: fish/cmds.c:6876 fish/cmds.c:6901 fish/cmds.c:6925 fish/cmds.c:6949 #: fish/cmds.c:6972 fish/cmds.c:6994 fish/cmds.c:7013 fish/cmds.c:7034 #: fish/cmds.c:7058 fish/cmds.c:7083 fish/cmds.c:7108 fish/cmds.c:7133 #: fish/cmds.c:7158 fish/cmds.c:7184 fish/cmds.c:7231 fish/cmds.c:7296 #: fish/cmds.c:7322 fish/cmds.c:7348 fish/cmds.c:7374 fish/cmds.c:7397 #: fish/cmds.c:7425 fish/cmds.c:7472 fish/cmds.c:7560 fish/cmds.c:7608 #: fish/cmds.c:7660 fish/cmds.c:7681 fish/cmds.c:7700 fish/cmds.c:7721 #: fish/cmds.c:7748 fish/cmds.c:7775 fish/cmds.c:7802 fish/cmds.c:7829 #: fish/cmds.c:7856 fish/cmds.c:7883 fish/cmds.c:7907 fish/cmds.c:7929 #: fish/cmds.c:7951 fish/cmds.c:7974 fish/cmds.c:7997 fish/cmds.c:8021 #: fish/cmds.c:8063 fish/cmds.c:8086 fish/cmds.c:8109 fish/cmds.c:8131 #: fish/cmds.c:8154 fish/cmds.c:8184 fish/cmds.c:8214 fish/cmds.c:8245 #: fish/cmds.c:8301 fish/cmds.c:8366 fish/cmds.c:8396 fish/cmds.c:8426 #: fish/cmds.c:8451 fish/cmds.c:8478 fish/cmds.c:8504 fish/cmds.c:8532 #: fish/cmds.c:8554 fish/cmds.c:8576 fish/cmds.c:8599 fish/cmds.c:8622 #: fish/cmds.c:8647 fish/cmds.c:8670 fish/cmds.c:8695 fish/cmds.c:8719 #: fish/cmds.c:8742 fish/cmds.c:8769 fish/cmds.c:8799 fish/cmds.c:8829 #: fish/cmds.c:8858 fish/cmds.c:8897 fish/cmds.c:8918 fish/cmds.c:8940 #: fish/cmds.c:8970 fish/cmds.c:8998 fish/cmds.c:9026 fish/cmds.c:9053 #: fish/cmds.c:9075 fish/cmds.c:9102 fish/cmds.c:9205 fish/cmds.c:9229 #: fish/cmds.c:9253 fish/cmds.c:9277 fish/cmds.c:9300 fish/cmds.c:9327 #: fish/cmds.c:9369 fish/cmds.c:9391 fish/cmds.c:9413 fish/cmds.c:9455 #: fish/cmds.c:9479 fish/cmds.c:9503 fish/cmds.c:9527 fish/cmds.c:9554 #: fish/cmds.c:9576 fish/cmds.c:9601 fish/cmds.c:9626 fish/cmds.c:9653 #: fish/cmds.c:9679 fish/cmds.c:9705 fish/cmds.c:9731 fish/cmds.c:9759 #: fish/cmds.c:9806 fish/cmds.c:9834 fish/cmds.c:9879 fish/cmds.c:9900 #: fish/cmds.c:9923 fish/cmds.c:9949 fish/cmds.c:9977 fish/cmds.c:10008 #: fish/cmds.c:10060 fish/cmds.c:10084 fish/cmds.c:10110 fish/cmds.c:10196 #: fish/cmds.c:10244 fish/cmds.c:10332 fish/cmds.c:10417 fish/cmds.c:10459 #: fish/cmds.c:10487 fish/cmds.c:10514 fish/cmds.c:10542 fish/cmds.c:10569 #: fish/cmds.c:10599 fish/cmds.c:10649 fish/cmds.c:10697 fish/cmds.c:10724 #: fish/cmds.c:10748 fish/cmds.c:10771 fish/cmds.c:10793 fish/cmds.c:10818 #: fish/cmds.c:10886 fish/cmds.c:10915 fish/cmds.c:10944 fish/cmds.c:10973 #: fish/cmds.c:11002 fish/cmds.c:11031 fish/cmds.c:11060 fish/cmds.c:11089 #: fish/cmds.c:11118 fish/cmds.c:11147 fish/cmds.c:11176 fish/cmds.c:11204 #: fish/cmds.c:11232 fish/cmds.c:11259 fish/cmds.c:11286 fish/cmds.c:11313 #: fish/cmds.c:11339 fish/cmds.c:11367 fish/cmds.c:11412 fish/cmds.c:11434 #: fish/cmds.c:11456 fish/cmds.c:11481 fish/cmds.c:11506 fish/cmds.c:11528 #: fish/cmds.c:11550 fish/cmds.c:11572 fish/cmds.c:11594 fish/cmds.c:11619 #: fish/cmds.c:11661 fish/cmds.c:11707 fish/cmds.c:11746 fish/cmds.c:11767 #: fish/cmds.c:11788 fish/cmds.c:11809 fish/cmds.c:11829 fish/cmds.c:11854 #: fish/cmds.c:11898 fish/cmds.c:11942 fish/cmds.c:11987 fish/cmds.c:12033 #: fish/cmds.c:12080 fish/cmds.c:12127 fish/cmds.c:12171 fish/cmds.c:12193 #: fish/cmds.c:12221 fish/cmds.c:12250 fish/cmds.c:12277 fish/cmds.c:12301 #: fish/cmds.c:12327 fish/cmds.c:12370 fish/cmds.c:12452 fish/cmds.c:12499 #: fish/cmds.c:12567 fish/cmds.c:12633 fish/cmds.c:12659 fish/cmds.c:12711 #: fish/cmds.c:12736 fish/cmds.c:12781 fish/cmds.c:12824 fish/cmds.c:12848 #: fish/cmds.c:12874 fish/cmds.c:12939 fish/cmds.c:12965 fish/cmds.c:12994 #: fish/cmds.c:13021 fish/cmds.c:13045 fish/cmds.c:13070 fish/cmds.c:13102 #: fish/cmds.c:13126 fish/cmds.c:13150 fish/cmds.c:13174 fish/cmds.c:13198 #: fish/cmds.c:13224 fish/cmds.c:13267 fish/cmds.c:13290 fish/cmds.c:13320 #: fish/cmds.c:13347 fish/cmds.c:13369 fish/cmds.c:13412 fish/cmds.c:13456 #: fish/cmds.c:13501 fish/cmds.c:13564 fish/cmds.c:13590 fish/cmds.c:13632 #: fish/cmds.c:13652 fish/cmds.c:13676 fish/cmds.c:13723 fish/cmds.c:13753 #: fish/cmds.c:13784 fish/cmds.c:13816 fish/cmds.c:13865 fish/cmds.c:13909 #: fish/cmds.c:13946 fish/cmds.c:13983 fish/cmds.c:14017 fish/cmds.c:14041 #: fish/cmds.c:14080 fish/cmds.c:14104 fish/cmds.c:14128 fish/cmds.c:14151 #: fish/cmds.c:14174 fish/cmds.c:14205 fish/cmds.c:14234 fish/cmds.c:14258 #: fish/cmds.c:14309 fish/cmds.c:14361 fish/cmds.c:14417 fish/cmds.c:14465 #: fish/cmds.c:14488 fish/cmds.c:14512 fish/cmds.c:14536 fish/cmds.c:14562 #: fish/cmds.c:14588 fish/cmds.c:14614 fish/cmds.c:14640 fish/cmds.c:14666 #: fish/cmds.c:14692 fish/cmds.c:14738 fish/cmds.c:14798 fish/cmds.c:14841 #: fish/cmds.c:14903 fish/cmds.c:14930 fish/cmds.c:15048 fish/cmds.c:15082 #: fish/cmds.c:15114 fish/cmds.c:15136 fish/cmds.c:15162 fish/cmds.c:15183 #: fish/cmds.c:15209 fish/cmds.c:15254 fish/cmds.c:15279 fish/cmds.c:15344 #: fish/cmds.c:15409 fish/cmds.c:15485 fish/cmds.c:15554 fish/cmds.c:15580 #: fish/cmds.c:15676 fish/cmds.c:15775 fish/cmds.c:15874 fish/cmds.c:15975 #: fish/cmds.c:16177 fish/cmds.c:16305 fish/cmds.c:16328 fish/cmds.c:16352 #: fish/cmds.c:16374 fish/cmds.c:16400 fish/cmds.c:16451 fish/cmds.c:16478 #: fish/cmds.c:16502 fish/cmds.c:16551 fish/cmds.c:16622 fish/cmds.c:16649 #: fish/cmds.c:16672 fish/cmds.c:16699 fish/cmds.c:16742 fish/cmds.c:16766 #: fish/cmds.c:16794 fish/cmds.c:16822 fish/cmds.c:16848 fish/cmds.c:17010 #: fish/cmds.c:17040 fish/cmds.c:17090 fish/cmds.c:17117 fish/cmds.c:17157 #: fish/cmds.c:17186 fish/cmds.c:17211 fish/cmds.c:17236 fish/cmds.c:17264 #: fish/cmds.c:17303 fish/cmds.c:17328 fish/cmds.c:17354 fish/cmds.c:17384 #: fish/cmds.c:17414 fish/cmds.c:17439 fish/cmds.c:17502 fish/cmds.c:17527 #: fish/cmds.c:17622 fish/cmds.c:17643 fish/cmds.c:17665 fish/cmds.c:17692 #: fish/cmds.c:17712 fish/cmds.c:17733 fish/cmds.c:17753 fish/cmds.c:17772 #: fish/cmds.c:17797 fish/cmds.c:17950 fish/cmds.c:18011 fish/cmds.c:18069 #: fish/cmds.c:18125 fish/cmds.c:18155 fish/cmds.c:18202 fish/cmds.c:18280 #: fish/cmds.c:18337 fish/cmds.c:18356 fish/cmds.c:18378 fish/cmds.c:18415 #: fish/cmds.c:18453 fish/cmds.c:18490 fish/cmds.c:18526 fish/cmds.c:18564 #: fish/cmds.c:18601 fish/cmds.c:18638 fish/cmds.c:18675 fish/cmds.c:18716 #: fish/cmds.c:18740 fish/cmds.c:18777 fish/cmds.c:18816 fish/cmds.c:18871 #, c-format msgid "type 'help %s' for help on %s\n" msgstr "" #: fish/cmds.c:4648 fish/cmds.c:5876 fish/cmds.c:5956 fish/cmds.c:6442 #: fish/cmds.c:6745 fish/cmds.c:7194 fish/cmds.c:7241 fish/cmds.c:7260 #: fish/cmds.c:7437 fish/cmds.c:7483 fish/cmds.c:7502 fish/cmds.c:7521 #: fish/cmds.c:7573 fish/cmds.c:8032 fish/cmds.c:8868 fish/cmds.c:9113 #: fish/cmds.c:9132 fish/cmds.c:9151 fish/cmds.c:9170 fish/cmds.c:9338 #: fish/cmds.c:9423 fish/cmds.c:9769 fish/cmds.c:9844 fish/cmds.c:10120 #: fish/cmds.c:10139 fish/cmds.c:10158 fish/cmds.c:10206 fish/cmds.c:10254 #: fish/cmds.c:10273 fish/cmds.c:10292 fish/cmds.c:10342 fish/cmds.c:10361 #: fish/cmds.c:10380 fish/cmds.c:10427 fish/cmds.c:10611 fish/cmds.c:10661 #: fish/cmds.c:11379 fish/cmds.c:11629 fish/cmds.c:11673 fish/cmds.c:11717 #: fish/cmds.c:11865 fish/cmds.c:11908 fish/cmds.c:11952 fish/cmds.c:11997 #: fish/cmds.c:12044 fish/cmds.c:12091 fish/cmds.c:12138 fish/cmds.c:12339 #: fish/cmds.c:12382 fish/cmds.c:12395 fish/cmds.c:12408 fish/cmds.c:12421 #: fish/cmds.c:12464 fish/cmds.c:12509 fish/cmds.c:12528 fish/cmds.c:12579 #: fish/cmds.c:12598 fish/cmds.c:12671 fish/cmds.c:12684 fish/cmds.c:12747 #: fish/cmds.c:12792 fish/cmds.c:12884 fish/cmds.c:12903 fish/cmds.c:13238 #: fish/cmds.c:13380 fish/cmds.c:13423 fish/cmds.c:13467 fish/cmds.c:13512 #: fish/cmds.c:13531 fish/cmds.c:13601 fish/cmds.c:13689 fish/cmds.c:13827 #: fish/cmds.c:13880 fish/cmds.c:13920 fish/cmds.c:13957 fish/cmds.c:13994 #: fish/cmds.c:14053 fish/cmds.c:14273 fish/cmds.c:14324 fish/cmds.c:14380 #: fish/cmds.c:14432 fish/cmds.c:14706 fish/cmds.c:14752 fish/cmds.c:14765 #: fish/cmds.c:14812 fish/cmds.c:14852 fish/cmds.c:14871 fish/cmds.c:14948 #: fish/cmds.c:14976 fish/cmds.c:14999 fish/cmds.c:15296 fish/cmds.c:15362 #: fish/cmds.c:15430 fish/cmds.c:15505 fish/cmds.c:15598 fish/cmds.c:15615 #: fish/cmds.c:15632 fish/cmds.c:15695 fish/cmds.c:15712 fish/cmds.c:15729 #: fish/cmds.c:15794 fish/cmds.c:15811 fish/cmds.c:15828 fish/cmds.c:15894 #: fish/cmds.c:15911 fish/cmds.c:15928 fish/cmds.c:15997 fish/cmds.c:16020 #: fish/cmds.c:16048 fish/cmds.c:16065 fish/cmds.c:16088 fish/cmds.c:16116 #: fish/cmds.c:16133 fish/cmds.c:16196 fish/cmds.c:16213 fish/cmds.c:16236 #: fish/cmds.c:16259 fish/cmds.c:16711 fish/cmds.c:16866 fish/cmds.c:16883 #: fish/cmds.c:16905 fish/cmds.c:16938 fish/cmds.c:16961 fish/cmds.c:17129 #: fish/cmds.c:17274 fish/cmds.c:17456 fish/cmds.c:17545 fish/cmds.c:17562 #: fish/cmds.c:17579 fish/cmds.c:17830 fish/cmds.c:17847 fish/cmds.c:17864 #: fish/cmds.c:17881 fish/cmds.c:17898 fish/cmds.c:18167 fish/cmds.c:18388 #: fish/cmds.c:18425 fish/cmds.c:18463 fish/cmds.c:18500 fish/cmds.c:18536 #: fish/cmds.c:18574 fish/cmds.c:18611 fish/cmds.c:18648 fish/cmds.c:18685 #: fish/cmds.c:18750 fish/cmds.c:18787 fish/cmds.c:18826 fish/cmds.c:18840 #: fish/cmds.c:18909 fish/cmds.c:18926 fish/cmds.c:18943 fish/cmds.c:18960 #, c-format msgid "%s: %s: invalid integer parameter (%s returned %d)\n" msgstr "" #: fish/cmds.c:4654 fish/cmds.c:5882 fish/cmds.c:5962 fish/cmds.c:6751 #: fish/cmds.c:7200 fish/cmds.c:7247 fish/cmds.c:7266 fish/cmds.c:7443 #: fish/cmds.c:7489 fish/cmds.c:7508 fish/cmds.c:7527 fish/cmds.c:7579 #: fish/cmds.c:8038 fish/cmds.c:8874 fish/cmds.c:9119 fish/cmds.c:9138 #: fish/cmds.c:9157 fish/cmds.c:9176 fish/cmds.c:9344 fish/cmds.c:9429 #: fish/cmds.c:9775 fish/cmds.c:9850 fish/cmds.c:10126 fish/cmds.c:10145 #: fish/cmds.c:10164 fish/cmds.c:10212 fish/cmds.c:10260 fish/cmds.c:10279 #: fish/cmds.c:10298 fish/cmds.c:10348 fish/cmds.c:10367 fish/cmds.c:10386 #: fish/cmds.c:10433 fish/cmds.c:10617 fish/cmds.c:10667 fish/cmds.c:11385 #: fish/cmds.c:11635 fish/cmds.c:11679 fish/cmds.c:11723 fish/cmds.c:11871 #: fish/cmds.c:11914 fish/cmds.c:11958 fish/cmds.c:12003 fish/cmds.c:12050 #: fish/cmds.c:12097 fish/cmds.c:12144 fish/cmds.c:12470 fish/cmds.c:12515 #: fish/cmds.c:12534 fish/cmds.c:12585 fish/cmds.c:12753 fish/cmds.c:12798 #: fish/cmds.c:12890 fish/cmds.c:12909 fish/cmds.c:13386 fish/cmds.c:13429 #: fish/cmds.c:13473 fish/cmds.c:13518 fish/cmds.c:13537 fish/cmds.c:13607 #: fish/cmds.c:13695 fish/cmds.c:13833 fish/cmds.c:14279 fish/cmds.c:14330 #: fish/cmds.c:14386 fish/cmds.c:14438 fish/cmds.c:14858 fish/cmds.c:14954 #: fish/cmds.c:14982 fish/cmds.c:15005 fish/cmds.c:15436 fish/cmds.c:15511 #: fish/cmds.c:16003 fish/cmds.c:16026 fish/cmds.c:16071 fish/cmds.c:16094 #: fish/cmds.c:16219 fish/cmds.c:16242 fish/cmds.c:16717 fish/cmds.c:16911 #: fish/cmds.c:16944 fish/cmds.c:16967 fish/cmds.c:17904 fish/cmds.c:18173 #, c-format msgid "%s: %s: integer out of range\n" msgstr "" #: fish/cmds.c:5258 fish/cmds.c:5387 fish/cmds.c:5766 fish/cmds.c:5928 #: fish/cmds.c:6027 fish/cmds.c:7607 fish/cmds.c:8244 fish/cmds.c:8300 #: fish/cmds.c:10007 fish/cmds.c:10817 fish/cmds.c:14929 fish/cmds.c:15208 #: fish/cmds.c:15278 fish/cmds.c:15343 fish/cmds.c:15408 fish/cmds.c:15484 #: fish/cmds.c:15579 fish/cmds.c:15675 fish/cmds.c:15774 fish/cmds.c:15873 #: fish/cmds.c:15974 fish/cmds.c:16176 fish/cmds.c:16399 fish/cmds.c:16501 #: fish/cmds.c:16550 fish/cmds.c:16847 fish/cmds.c:17039 fish/cmds.c:17438 #: fish/cmds.c:17526 fish/cmds.c:17796 fish/cmds.c:17949 fish/cmds.c:18010 #: fish/cmds.c:18068 fish/cmds.c:18201 fish/cmds.c:18279 fish/cmds.c:18870 #, c-format msgid "%s should have %d-%d parameter(s)\n" msgstr "" #: fish/cmds.c:5289 fish/cmds.c:5428 fish/cmds.c:5787 fish/cmds.c:5977 #: fish/cmds.c:6042 fish/cmds.c:7629 fish/cmds.c:8263 fish/cmds.c:8329 #: fish/cmds.c:10028 fish/cmds.c:10850 fish/cmds.c:15015 fish/cmds.c:15225 #: fish/cmds.c:15311 fish/cmds.c:15372 fish/cmds.c:15446 fish/cmds.c:15521 #: fish/cmds.c:15642 fish/cmds.c:15739 fish/cmds.c:15838 fish/cmds.c:15938 #: fish/cmds.c:16143 fish/cmds.c:16274 fish/cmds.c:16420 fish/cmds.c:16517 #: fish/cmds.c:16588 fish/cmds.c:16977 fish/cmds.c:17057 fish/cmds.c:17471 #: fish/cmds.c:17589 fish/cmds.c:17914 fish/cmds.c:17973 fish/cmds.c:18033 #: fish/cmds.c:18091 fish/cmds.c:18247 fish/cmds.c:18306 fish/cmds.c:18980 #, c-format msgid "%s: unknown optional argument \"%s\"\n" msgstr "" #: fish/cmds.c:5295 fish/cmds.c:5434 fish/cmds.c:5793 fish/cmds.c:5983 #: fish/cmds.c:6048 fish/cmds.c:7635 fish/cmds.c:8269 fish/cmds.c:8335 #: fish/cmds.c:10034 fish/cmds.c:10856 fish/cmds.c:15021 fish/cmds.c:15231 #: fish/cmds.c:15317 fish/cmds.c:15378 fish/cmds.c:15452 fish/cmds.c:15527 #: fish/cmds.c:15648 fish/cmds.c:15745 fish/cmds.c:15844 fish/cmds.c:15944 #: fish/cmds.c:16149 fish/cmds.c:16280 fish/cmds.c:16426 fish/cmds.c:16523 #: fish/cmds.c:16594 fish/cmds.c:16983 fish/cmds.c:17063 fish/cmds.c:17477 #: fish/cmds.c:17595 fish/cmds.c:17920 fish/cmds.c:17979 fish/cmds.c:18039 #: fish/cmds.c:18097 fish/cmds.c:18253 fish/cmds.c:18312 fish/cmds.c:18986 #, c-format msgid "%s: optional argument \"%s\" given twice\n" msgstr "" #: fish/cmds.c:19013 #, 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