# 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.29\n" "Report-Msgid-Bugs-To: https://bugzilla.redhat.com/enter_bug.cgi?" "component=libguestfs&product=Virtualization+Tools\n" "POT-Creation-Date: 2012-08-11 13:34+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=CHARSET\n" "Content-Transfer-Encoding: 8bit\n" #: align/domains.c:112 df/domains.c:116 #, c-format msgid "%s: could not connect to libvirt (code %d, domain %d): %s\n" msgstr "" #: align/domains.c:121 df/domains.c:125 #, c-format msgid "%s: could not get number of running domains (code %d, domain %d): %s\n" msgstr "" #: align/domains.c:131 df/domains.c:135 #, c-format msgid "%s: could not list running domains (code %d, domain %d): %s\n" msgstr "" #: align/domains.c:142 df/domains.c:146 #, c-format msgid "%s: could not get number of inactive domains (code %d, domain %d): %s\n" msgstr "" #: align/domains.c:152 df/domains.c:156 #, c-format msgid "%s: could not list inactive domains (code %d, domain %d): %s\n" msgstr "" #: align/domains.c:201 df/domains.c:212 #, c-format msgid "%s: failed to analyze a disk, see error(s) above\n" msgstr "" #: align/domains.c:352 align/scan.c:130 cat/virt-cat.c:121 #: cat/virt-filesystems.c:205 cat/virt-ls.c:196 df/domains.c:438 df/main.c:136 #: edit/virt-edit.c:143 fish/fish.c: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:103 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:246 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:350 df/main.c:254 #, c-format msgid "%s: you cannot use -h and --csv options together.\n" msgstr "" #: cat/virt-ls.c:107 #, c-format msgid "" "%s: list files in a virtual machine\n" "Copyright (C) 2010-2012 Red Hat Inc.\n" "Usage:\n" " %s [--options] -d domname dir [dir ...]\n" " %s [--options] -a disk.img [-a disk.img ...] dir [dir ...]\n" "Options:\n" " -a|--add image Add image\n" " --checksum[=...] Display file checksums\n" " -c|--connect uri Specify libvirt URI for -d option\n" " --csv Comma-Separated Values output\n" " -d|--domain guest Add disks from libvirt guest\n" " --echo-keys Don't turn off echo for passphrases\n" " --extra-stats Display extra stats\n" " --format[=raw|..] Force disk format for -a option\n" " --help Display brief help\n" " -h|--human-readable Human-readable sizes in output\n" " --keys-from-stdin Read passphrases from stdin\n" " -l|--long Long listing\n" " -R|--recursive Recursive listing\n" " --times Display file times\n" " --time-days Display file times as days before now\n" " --time-relative Display file times as seconds before now\n" " --time-t Display file times as time_t's\n" " --uids Display UID, GID\n" " -v|--verbose Verbose messages\n" " -V|--version Display version and exit\n" " -x Trace libguestfs API calls\n" "For more information, see the manpage %s(1).\n" msgstr "" #: cat/virt-ls.c:341 #, c-format msgid "" "%s: used a flag which can only be combined with -lR mode\n" "For more information, read the virt-ls(1) man page.\n" msgstr "" #: cat/virt-ls.c:580 #, c-format msgid "%s: error getting extended attrs for %s %s\n" msgstr "" #: cat/virt-ls.c:586 #, c-format msgid "%s: error: cannot parse xattr count for %s %s\n" msgstr "" #: df/domains.c:290 #, c-format msgid "%s: ignoring %s, it has too many disks (%zu > %zu)\n" msgstr "" #: df/main.c:74 #, c-format msgid "" "%s: display free space on virtual filesystems\n" "Copyright (C) 2010 Red Hat Inc.\n" "Usage:\n" " %s [--options] -d domname\n" " %s [--options] -a disk.img [-a disk.img ...]\n" "Options:\n" " -a|--add image Add image\n" " -c|--connect uri Specify libvirt URI for -d option\n" " --csv Output as Comma-Separated Values\n" " -d|--domain guest Add disks from libvirt guest\n" " --format[=raw|..] Force disk format for -a option\n" " -h|--human-readable Human-readable sizes in --long output\n" " --help Display brief help\n" " -i|--inodes Display inodes\n" " --one-per-guest Separate appliance per guest\n" " --uuid Add UUIDs to --long output\n" " -v|--verbose Verbose messages\n" " -V|--version Display version and exit\n" " -x Trace libguestfs API calls\n" "For more information, see the manpage %s(1).\n" msgstr "" #: df/output.c:51 msgid "VirtualMachine" msgstr "" #: df/output.c:52 msgid "Filesystem" msgstr "" #: df/output.c:55 msgid "1K-blocks" msgstr "" #: df/output.c:57 msgid "Size" msgstr "" #: df/output.c:58 msgid "Used" msgstr "" #: df/output.c:59 msgid "Available" msgstr "" #: df/output.c:60 msgid "Use%" msgstr "" #: df/output.c:62 msgid "Inodes" msgstr "" #: df/output.c:63 msgid "IUsed" msgstr "" #: df/output.c:64 msgid "IFree" msgstr "" #: df/output.c:65 msgid "IUse%" msgstr "" #: edit/virt-edit.c:79 #, c-format msgid "" "%s: Edit a file in a virtual machine\n" "Copyright (C) 2009-2012 Red Hat Inc.\n" "Usage:\n" " %s [--options] -d domname file [file ...]\n" " %s [--options] -a disk.img [-a disk.img ...] file [file ...]\n" "Options:\n" " -a|--add image Add image\n" " -b|--backup .ext Backup original as original.ext\n" " -c|--connect uri Specify libvirt URI for -d option\n" " -d|--domain guest Add disks from libvirt guest\n" " --echo-keys Don't turn off echo for passphrases\n" " -e|--expr expr Non-interactive editing using Perl expr\n" " --format[=raw|..] Force disk format for -a option\n" " --help Display brief help\n" " --keys-from-stdin Read passphrases from stdin\n" " -v|--verbose Verbose messages\n" " -V|--version Display version and exit\n" " -x Trace libguestfs API calls\n" "For more information, see the manpage %s(1).\n" msgstr "" #: edit/virt-edit.c:177 #, c-format msgid "%s: -b option given multiple times\n" msgstr "" #: edit/virt-edit.c:194 #, c-format msgid "%s: -e option given multiple times\n" msgstr "" #: fish/alloc.c:38 #, c-format msgid "use 'alloc file size' to create an image\n" msgstr "" #: fish/alloc.c:52 #, c-format msgid "use 'sparse file size' to create a sparse image\n" msgstr "" #: fish/alloc.c:76 #, c-format msgid "can't allocate or add disks after launching\n" msgstr "" #: fish/alloc.c:157 #, c-format msgid "%s: invalid integer parameter (%s returned %d)\n" msgstr "" #: fish/cmds.c:3104 msgid "Command" msgstr "" #: fish/cmds.c:3104 msgid "Description" msgstr "" #: fish/cmds.c:3106 msgid "add a CD-ROM disk image to examine" msgstr "" #: fish/cmds.c:3107 msgid "add the disk(s) from a named libvirt domain" msgstr "" #: fish/cmds.c:3108 msgid "add an image to examine or modify" msgstr "" #: fish/cmds.c:3109 msgid "add a drive in snapshot mode (read-only)" msgstr "" #: fish/cmds.c:3110 msgid "add a drive read-only specifying the QEMU block emulation to use" msgstr "" #: fish/cmds.c:3111 msgid "add a drive specifying the QEMU block emulation to use" msgstr "" #: fish/cmds.c:3112 msgid "allocate and add a disk file" msgstr "" #: fish/cmds.c:3113 msgid "clear Augeas path" msgstr "" #: fish/cmds.c:3114 msgid "close the current Augeas handle" msgstr "" #: fish/cmds.c:3115 msgid "define an Augeas node" msgstr "" #: fish/cmds.c:3116 msgid "define an Augeas variable" msgstr "" #: fish/cmds.c:3117 msgid "look up the value of an Augeas path" msgstr "" #: fish/cmds.c:3118 msgid "create a new Augeas handle" msgstr "" #: fish/cmds.c:3119 msgid "insert a sibling Augeas node" msgstr "" #: fish/cmds.c:3120 msgid "load files into the tree" msgstr "" #: fish/cmds.c:3121 msgid "list Augeas nodes under augpath" msgstr "" #: fish/cmds.c:3122 msgid "return Augeas nodes which match augpath" msgstr "" #: fish/cmds.c:3123 msgid "move Augeas node" msgstr "" #: fish/cmds.c:3124 msgid "remove an Augeas path" msgstr "" #: fish/cmds.c:3125 msgid "write all pending Augeas changes to disk" msgstr "" #: fish/cmds.c:3126 msgid "set Augeas path to value" msgstr "" #: fish/cmds.c:3127 msgid "test availability of some parts of the API" msgstr "" #: fish/cmds.c:3128 msgid "return a list of all optional groups" msgstr "" #: fish/cmds.c:3129 msgid "upload base64-encoded data to file" msgstr "" #: fish/cmds.c:3130 msgid "download file and encode as base64" msgstr "" #: fish/cmds.c:3131 msgid "print block device attributes" msgstr "" #: fish/cmds.c:3132 msgid "flush device buffers" msgstr "" #: fish/cmds.c:3133 msgid "get blocksize of block device" msgstr "" #: fish/cmds.c:3134 msgid "is block device set to read-only" msgstr "" #: fish/cmds.c:3135 msgid "get total size of device in bytes" msgstr "" #: fish/cmds.c:3136 msgid "get sectorsize of block device" msgstr "" #: fish/cmds.c:3137 msgid "get total size of device in 512-byte sectors" msgstr "" #: fish/cmds.c:3138 msgid "reread partition table" msgstr "" #: fish/cmds.c:3139 msgid "set blocksize of block device" msgstr "" #: fish/cmds.c:3140 msgid "set block device to read-only" msgstr "" #: fish/cmds.c:3141 msgid "set block device to read-write" msgstr "" #: fish/cmds.c:3142 msgid "add devices to a btrfs filesystem" msgstr "" #: fish/cmds.c:3143 msgid "remove devices from a btrfs filesystem" msgstr "" #: fish/cmds.c:3144 msgid "balance a btrfs filesystem" msgstr "" #: fish/cmds.c:3145 msgid "resize a btrfs filesystem" msgstr "" #: fish/cmds.c:3146 msgid "sync a btrfs filesystem" msgstr "" #: fish/cmds.c:3147 msgid "check a btrfs filesystem" msgstr "" #: fish/cmds.c:3148 msgid "enable or disable the seeding feature of device" msgstr "" #: fish/cmds.c:3149 msgid "create a btrfs snapshot" msgstr "" #: fish/cmds.c:3150 msgid "delete a btrfs snapshot" msgstr "" #: fish/cmds.c:3151 msgid "list btrfs snapshots and subvolumes" msgstr "" #: fish/cmds.c:3152 msgid "set default btrfs subvolume" msgstr "" #: fish/cmds.c:3153 msgid "create a writable btrfs snapshot" msgstr "" #: fish/cmds.c:3154 msgid "return canonical device name" msgstr "" #: fish/cmds.c:3155 msgid "return true path on case-insensitive filesystem" msgstr "" #: fish/cmds.c:3156 msgid "list the contents of a file" msgstr "" #: fish/cmds.c:3157 msgid "compute MD5, SHAx or CRC checksum of file" msgstr "" #: fish/cmds.c:3158 msgid "compute MD5, SHAx or CRC checksum of the contents of a device" msgstr "" #: fish/cmds.c:3159 msgid "compute MD5, SHAx or CRC checksum of files in a directory" msgstr "" #: fish/cmds.c:3160 msgid "change file mode" msgstr "" #: fish/cmds.c:3161 fish/cmds.c:3299 msgid "change file owner and group" msgstr "" #: fish/cmds.c:3162 msgid "run a command from the guest filesystem" msgstr "" #: fish/cmds.c:3163 msgid "run a command, returning lines" msgstr "" #: fish/cmds.c:3164 msgid "output compressed device" msgstr "" #: fish/cmds.c:3165 msgid "output compressed file" msgstr "" #: fish/cmds.c:3166 msgid "add qemu parameters" msgstr "" #: fish/cmds.c:3167 msgid "copy from source device to destination device" msgstr "" #: fish/cmds.c:3168 msgid "copy from source device to destination file" msgstr "" #: fish/cmds.c:3169 msgid "copy from source file to destination device" msgstr "" #: fish/cmds.c:3170 msgid "copy from source file to destination file" msgstr "" #: fish/cmds.c:3171 msgid "copy local files or directories into an image" msgstr "" #: fish/cmds.c:3172 msgid "copy remote files or directories out of an image" msgstr "" #: fish/cmds.c:3173 msgid "copy size bytes from source to destination using dd" msgstr "" #: fish/cmds.c:3174 msgid "copy a file" msgstr "" #: fish/cmds.c:3175 msgid "copy a file or directory recursively" msgstr "" #: fish/cmds.c:3176 msgid "copy from source to destination using dd" msgstr "" #: fish/cmds.c:3177 msgid "debugging and internals" msgstr "" #: fish/cmds.c:3178 msgid "debug the drives (internal use only)" msgstr "" #: fish/cmds.c:3179 msgid "upload a file to the appliance (internal use only)" msgstr "" #: fish/cmds.c:3180 msgid "delete a previously registered event handler" msgstr "" #: fish/cmds.c:3181 msgid "convert device to index" msgstr "" #: fish/cmds.c:3182 msgid "report file system disk space usage" msgstr "" #: fish/cmds.c:3183 msgid "report file system disk space usage (human readable)" msgstr "" #: fish/cmds.c:3184 msgid "display an image" msgstr "" #: fish/cmds.c:3185 msgid "return kernel messages" msgstr "" #: fish/cmds.c:3186 msgid "download a file to the local machine" msgstr "" #: fish/cmds.c:3187 msgid "download a file to the local machine with offset and size" msgstr "" #: fish/cmds.c:3188 msgid "drop kernel page cache, dentries and inodes" msgstr "" #: fish/cmds.c:3189 msgid "estimate file space usage" msgstr "" #: fish/cmds.c:3190 fish/cmds.c:3191 msgid "check an ext2/ext3 filesystem" msgstr "" #: fish/cmds.c:3192 msgid "display a line of text" msgstr "" #: fish/cmds.c:3193 msgid "echo arguments back to the client" msgstr "" #: fish/cmds.c:3194 msgid "edit a file" msgstr "" #: fish/cmds.c:3195 fish/cmds.c:3196 fish/cmds.c:3202 fish/cmds.c:3203 #: fish/cmds.c:3242 fish/cmds.c:3243 fish/cmds.c:3534 fish/cmds.c:3535 #: fish/cmds.c:3540 fish/cmds.c:3541 fish/cmds.c:3543 fish/cmds.c:3544 msgid "return lines matching a pattern" msgstr "" #: fish/cmds.c:3197 msgid "test if two files have equal contents" msgstr "" #: fish/cmds.c:3198 msgid "register a handler for an event or events" msgstr "" #: fish/cmds.c:3199 msgid "test if file or directory exists" msgstr "" #: fish/cmds.c:3200 fish/cmds.c:3201 msgid "preallocate a file in the guest filesystem" msgstr "" #: fish/cmds.c:3204 msgid "determine file type" msgstr "" #: fish/cmds.c:3205 msgid "detect the architecture of a binary file" msgstr "" #: fish/cmds.c:3206 msgid "return the size of the file in bytes" msgstr "" #: fish/cmds.c:3207 msgid "check if filesystem is available" msgstr "" #: fish/cmds.c:3208 msgid "fill a file with octets" msgstr "" #: fish/cmds.c:3209 msgid "fill a file with a repeating pattern of bytes" msgstr "" #: fish/cmds.c:3210 msgid "find all files and directories" msgstr "" #: fish/cmds.c:3211 msgid "find all files and directories, returning NUL-separated list" msgstr "" #: fish/cmds.c:3212 msgid "find a filesystem by label" msgstr "" #: fish/cmds.c:3213 msgid "find a filesystem by UUID" msgstr "" #: fish/cmds.c:3214 msgid "run the filesystem checker" msgstr "" #: fish/cmds.c:3215 msgid "trim free space in a filesystem" msgstr "" #: fish/cmds.c:3216 msgid "get the additional kernel options" msgstr "" #: fish/cmds.c:3217 msgid "get the attach method" msgstr "" #: fish/cmds.c:3218 msgid "get autosync mode" msgstr "" #: fish/cmds.c:3219 msgid "get direct appliance mode flag" msgstr "" #: fish/cmds.c:3220 msgid "get ext2 file attributes of a file" msgstr "" #: fish/cmds.c:3221 msgid "get ext2 file generation of a file" msgstr "" #: fish/cmds.c:3222 msgid "get the ext2/3/4 filesystem label" msgstr "" #: fish/cmds.c:3223 msgid "get the ext2/3/4 filesystem UUID" msgstr "" #: fish/cmds.c:3224 msgid "get memory allocated to the qemu subprocess" msgstr "" #: fish/cmds.c:3225 msgid "get enable network flag" msgstr "" #: fish/cmds.c:3226 msgid "get the search path" msgstr "" #: fish/cmds.c:3227 msgid "get process group flag" msgstr "" #: fish/cmds.c:3228 msgid "get PID of qemu subprocess" msgstr "" #: fish/cmds.c:3229 msgid "get the qemu binary" msgstr "" #: fish/cmds.c:3230 msgid "get recovery process enabled flag" msgstr "" #: fish/cmds.c:3231 msgid "get SELinux enabled flag" msgstr "" #: fish/cmds.c:3232 msgid "get number of virtual CPUs in appliance" msgstr "" #: fish/cmds.c:3233 msgid "get the current state" msgstr "" #: fish/cmds.c:3234 msgid "get command trace enabled flag" msgstr "" #: fish/cmds.c:3235 msgid "get the current umask" msgstr "" #: fish/cmds.c:3236 msgid "get verbose mode" msgstr "" #: fish/cmds.c:3237 msgid "get SELinux security context" msgstr "" #: fish/cmds.c:3238 fish/cmds.c:3300 msgid "get a single extended attribute" msgstr "" #: fish/cmds.c:3239 fish/cmds.c:3301 msgid "list extended attributes of a file or directory" msgstr "" #: fish/cmds.c:3240 msgid "expand wildcards in command" msgstr "" #: fish/cmds.c:3241 msgid "expand a wildcard path" msgstr "" #: fish/cmds.c:3244 msgid "install GRUB 1" msgstr "" #: fish/cmds.c:3245 msgid "return first 10 lines of a file" msgstr "" #: fish/cmds.c:3246 msgid "return first N lines of a file" msgstr "" #: fish/cmds.c:3247 msgid "dump a file in hexadecimal" msgstr "" #: fish/cmds.c:3248 msgid "edit with a hex editor" msgstr "" #: fish/cmds.c:3249 msgid "list the contents of a single file in an initrd" msgstr "" #: fish/cmds.c:3250 msgid "list files in an initrd" msgstr "" #: fish/cmds.c:3251 msgid "add an inotify watch" msgstr "" #: fish/cmds.c:3252 msgid "close the inotify handle" msgstr "" #: fish/cmds.c:3253 msgid "return list of watched files that had events" msgstr "" #: fish/cmds.c:3254 msgid "create an inotify handle" msgstr "" #: fish/cmds.c:3255 msgid "return list of inotify events" msgstr "" #: fish/cmds.c:3256 msgid "remove an inotify watch" msgstr "" #: fish/cmds.c:3257 msgid "get architecture of inspected operating system" msgstr "" #: fish/cmds.c:3258 msgid "get distro of inspected operating system" msgstr "" #: fish/cmds.c:3259 msgid "get drive letter mappings" msgstr "" #: fish/cmds.c:3260 msgid "get filesystems associated with inspected operating system" msgstr "" #: fish/cmds.c:3261 msgid "get format of inspected operating system" msgstr "" #: fish/cmds.c:3262 msgid "get hostname of the operating system" msgstr "" #: fish/cmds.c:3263 msgid "get the icon corresponding to this operating system" msgstr "" #: fish/cmds.c:3264 msgid "get major version of inspected operating system" msgstr "" #: fish/cmds.c:3265 msgid "get minor version of inspected operating system" msgstr "" #: fish/cmds.c:3266 msgid "get mountpoints of inspected operating system" msgstr "" #: fish/cmds.c:3267 msgid "get package format used by the operating system" msgstr "" #: fish/cmds.c:3268 msgid "get package management tool used by the operating system" msgstr "" #: fish/cmds.c:3269 msgid "get product name of inspected operating system" msgstr "" #: fish/cmds.c:3270 msgid "get product variant of inspected operating system" msgstr "" #: fish/cmds.c:3271 msgid "return list of operating systems found by last inspection" msgstr "" #: fish/cmds.c:3272 msgid "get type of inspected operating system" msgstr "" #: fish/cmds.c:3273 msgid "get Windows CurrentControlSet of inspected operating system" msgstr "" #: fish/cmds.c:3274 msgid "get Windows systemroot of inspected operating system" msgstr "" #: fish/cmds.c:3275 msgid "get live flag for install disk" msgstr "" #: fish/cmds.c:3276 msgid "get multipart flag for install disk" msgstr "" #: fish/cmds.c:3277 msgid "get netinst (network installer) flag for install disk" msgstr "" #: fish/cmds.c:3278 msgid "get list of applications installed in the operating system" msgstr "" #: fish/cmds.c:3279 msgid "inspect disk and return list of operating systems found" msgstr "" #: fish/cmds.c:3280 msgid "test if block device" msgstr "" #: fish/cmds.c:3281 msgid "is busy processing a command" msgstr "" #: fish/cmds.c:3282 msgid "test if character device" msgstr "" #: fish/cmds.c:3283 msgid "is in configuration state" msgstr "" #: fish/cmds.c:3284 msgid "test if a directory" msgstr "" #: fish/cmds.c:3285 msgid "test if FIFO (named pipe)" msgstr "" #: fish/cmds.c:3286 msgid "test if a regular file" msgstr "" #: fish/cmds.c:3287 msgid "is launching subprocess" msgstr "" #: fish/cmds.c:3288 msgid "test if device is a logical volume" msgstr "" #: fish/cmds.c:3289 msgid "is ready to accept commands" msgstr "" #: fish/cmds.c:3290 msgid "test if socket" msgstr "" #: fish/cmds.c:3291 msgid "test if symbolic link" msgstr "" #: fish/cmds.c:3292 msgid "test if a file contains all zero bytes" msgstr "" #: fish/cmds.c:3293 msgid "test if a device contains all zero bytes" msgstr "" #: fish/cmds.c:3294 msgid "get ISO information from primary volume descriptor of ISO file" msgstr "" #: fish/cmds.c:3295 msgid "get ISO information from primary volume descriptor of device" msgstr "" #: fish/cmds.c:3296 msgid "kill the qemu subprocess" msgstr "" #: fish/cmds.c:3297 msgid "launch the qemu subprocess" msgstr "" #: fish/cmds.c:3298 msgid "change working directory" msgstr "" #: fish/cmds.c:3302 msgid "list 9p filesystems" msgstr "" #: fish/cmds.c:3303 msgid "list the block devices" msgstr "" #: fish/cmds.c:3304 msgid "list device mapper devices" msgstr "" #: fish/cmds.c:3305 msgid "list event handlers" msgstr "" #: fish/cmds.c:3306 msgid "list filesystems" msgstr "" #: fish/cmds.c:3307 msgid "list Linux md (RAID) devices" msgstr "" #: fish/cmds.c:3308 msgid "list the partitions" msgstr "" #: fish/cmds.c:3309 msgid "list the files in a directory (long format)" msgstr "" #: fish/cmds.c:3310 msgid "list the files in a directory (long format with SELinux contexts)" msgstr "" #: fish/cmds.c:3311 fish/cmds.c:3312 msgid "create a hard link" msgstr "" #: fish/cmds.c:3313 fish/cmds.c:3314 msgid "create a symbolic link" msgstr "" #: fish/cmds.c:3315 fish/cmds.c:3422 msgid "remove extended attribute of a file or directory" msgstr "" #: fish/cmds.c:3316 msgid "list the files in a directory" msgstr "" #: fish/cmds.c:3317 fish/cmds.c:3458 msgid "set extended attribute of a file or directory" msgstr "" #: fish/cmds.c:3318 msgid "get file information for a symbolic link" msgstr "" #: fish/cmds.c:3319 msgid "lstat on multiple files" msgstr "" #: fish/cmds.c:3320 msgid "add a key on a LUKS encrypted device" msgstr "" #: fish/cmds.c:3321 msgid "close a LUKS device" msgstr "" #: fish/cmds.c:3322 fish/cmds.c:3323 msgid "format a block device as a LUKS encrypted device" msgstr "" #: fish/cmds.c:3324 msgid "remove a key from a LUKS encrypted device" msgstr "" #: fish/cmds.c:3325 msgid "open a LUKS-encrypted block device" msgstr "" #: fish/cmds.c:3326 msgid "open a LUKS-encrypted block device read-only" msgstr "" #: fish/cmds.c:3327 msgid "create an LVM logical volume" msgstr "" #: fish/cmds.c:3328 msgid "create an LVM logical volume in % remaining free space" msgstr "" #: fish/cmds.c:3329 msgid "get canonical name of an LV" msgstr "" #: fish/cmds.c:3330 msgid "clear LVM device filter" msgstr "" #: fish/cmds.c:3331 msgid "remove all LVM LVs, VGs and PVs" msgstr "" #: fish/cmds.c:3332 msgid "set LVM device filter" msgstr "" #: fish/cmds.c:3333 msgid "remove an LVM logical volume" msgstr "" #: fish/cmds.c:3334 msgid "rename an LVM logical volume" msgstr "" #: fish/cmds.c:3335 msgid "resize an LVM logical volume" msgstr "" #: fish/cmds.c:3336 msgid "expand an LV to fill free space" msgstr "" #: fish/cmds.c:3337 fish/cmds.c:3338 msgid "list the LVM logical volumes (LVs)" msgstr "" #: fish/cmds.c:3339 msgid "get the UUID of a logical volume" msgstr "" #: fish/cmds.c:3340 msgid "lgetxattr on multiple files" msgstr "" #: fish/cmds.c:3341 msgid "open the manual" msgstr "" #: fish/cmds.c:3342 msgid "maximum number of disks that may be added" msgstr "" #: fish/cmds.c:3343 msgid "create a Linux md (RAID) device" msgstr "" #: fish/cmds.c:3344 msgid "obtain metadata for an MD device" msgstr "" #: fish/cmds.c:3345 msgid "get underlying devices from an MD device" msgstr "" #: fish/cmds.c:3346 msgid "stop a Linux md (RAID) device" msgstr "" #: fish/cmds.c:3347 msgid "create a directory" msgstr "" #: fish/cmds.c:3348 msgid "create a directory with a particular mode" msgstr "" #: fish/cmds.c:3349 msgid "create a directory and parents" msgstr "" #: fish/cmds.c:3350 msgid "create a temporary directory" msgstr "" #: fish/cmds.c:3351 fish/cmds.c:3352 fish/cmds.c:3353 msgid "make ext2/3/4 filesystem with external journal" msgstr "" #: fish/cmds.c:3354 msgid "make ext2/3/4 external journal" msgstr "" #: fish/cmds.c:3355 msgid "make ext2/3/4 external journal with label" msgstr "" #: fish/cmds.c:3356 msgid "make ext2/3/4 external journal with UUID" msgstr "" #: fish/cmds.c:3357 msgid "make FIFO (named pipe)" msgstr "" #: fish/cmds.c:3358 msgid "make a filesystem" msgstr "" #: fish/cmds.c:3359 msgid "make a filesystem with block size" msgstr "" #: fish/cmds.c:3360 msgid "create a btrfs filesystem" msgstr "" #: fish/cmds.c:3361 msgid "create a mountpoint" msgstr "" #: fish/cmds.c:3362 msgid "make block, character or FIFO devices" msgstr "" #: fish/cmds.c:3363 msgid "make block device node" msgstr "" #: fish/cmds.c:3364 msgid "make char device node" msgstr "" #: fish/cmds.c:3365 msgid "create a swap partition" msgstr "" #: fish/cmds.c:3366 msgid "create a swap partition with a label" msgstr "" #: fish/cmds.c:3367 msgid "create a swap partition with an explicit UUID" msgstr "" #: fish/cmds.c:3368 msgid "create a swap file" msgstr "" #: fish/cmds.c:3369 msgid "load a kernel module" msgstr "" #: fish/cmds.c:3370 msgid "view a file" msgstr "" #: fish/cmds.c:3371 msgid "mount a guest disk at a position in the filesystem" msgstr "" #: fish/cmds.c:3372 msgid "mount 9p filesystem" msgstr "" #: fish/cmds.c:3373 msgid "mount on the local filesystem" msgstr "" #: fish/cmds.c:3374 msgid "run main loop of mount on the local filesystem" msgstr "" #: fish/cmds.c:3375 msgid "mount a file using the loop device" msgstr "" #: fish/cmds.c:3376 msgid "mount a guest disk with mount options" msgstr "" #: fish/cmds.c:3377 msgid "mount a guest disk, read-only" msgstr "" #: fish/cmds.c:3378 msgid "mount a guest disk with mount options and vfstype" msgstr "" #: fish/cmds.c:3379 msgid "show mountpoints" msgstr "" #: fish/cmds.c:3380 msgid "show mounted filesystems" msgstr "" #: fish/cmds.c:3381 msgid "move a file" msgstr "" #: fish/cmds.c:3382 msgid "return number of whole block devices (disks) added" msgstr "" #: fish/cmds.c:3383 msgid "probe NTFS volume" msgstr "" #: fish/cmds.c:3384 msgid "restore NTFS from backup file" msgstr "" #: fish/cmds.c:3385 msgid "save NTFS to backup file" msgstr "" #: fish/cmds.c:3386 msgid "fix common errors and force Windows to check NTFS" msgstr "" #: fish/cmds.c:3387 msgid "resize an NTFS filesystem" msgstr "" #: fish/cmds.c:3388 msgid "resize an NTFS filesystem (with size)" msgstr "" #: fish/cmds.c:3389 msgid "add a partition to the device" msgstr "" #: fish/cmds.c:3390 msgid "delete a partition" msgstr "" #: fish/cmds.c:3391 msgid "partition whole disk with a single primary partition" msgstr "" #: fish/cmds.c:3392 msgid "return true if a partition is bootable" msgstr "" #: fish/cmds.c:3393 msgid "get the MBR type byte (ID byte) from a partition" msgstr "" #: fish/cmds.c:3394 msgid "get the partition table type" msgstr "" #: fish/cmds.c:3395 msgid "create an empty partition table" msgstr "" #: fish/cmds.c:3396 msgid "list partitions on a device" msgstr "" #: fish/cmds.c:3397 msgid "make a partition bootable" msgstr "" #: fish/cmds.c:3398 msgid "set the MBR type byte (ID byte) of a partition" msgstr "" #: fish/cmds.c:3399 msgid "set partition name" msgstr "" #: fish/cmds.c:3400 msgid "convert partition name to device name" msgstr "" #: fish/cmds.c:3401 msgid "convert partition name to partition number" msgstr "" #: fish/cmds.c:3402 msgid "ping the guest daemon" msgstr "" #: fish/cmds.c:3403 msgid "read part of a file" msgstr "" #: fish/cmds.c:3404 msgid "read part of a device" msgstr "" #: fish/cmds.c:3405 msgid "generate a new random UUID for a physical volume" msgstr "" #: fish/cmds.c:3406 msgid "generate new random UUIDs for all physical volumes" msgstr "" #: fish/cmds.c:3407 msgid "create an LVM physical volume" msgstr "" #: fish/cmds.c:3408 msgid "remove an LVM physical volume" msgstr "" #: fish/cmds.c:3409 msgid "resize an LVM physical volume" msgstr "" #: fish/cmds.c:3410 msgid "resize an LVM physical volume (with size)" msgstr "" #: fish/cmds.c:3411 fish/cmds.c:3412 msgid "list the LVM physical volumes (PVs)" msgstr "" #: fish/cmds.c:3413 msgid "get the UUID of a physical volume" msgstr "" #: fish/cmds.c:3414 msgid "write to part of a file" msgstr "" #: fish/cmds.c:3415 msgid "write to part of a device" msgstr "" #: fish/cmds.c:3416 msgid "read a file" msgstr "" #: fish/cmds.c:3417 msgid "read file as lines" msgstr "" #: fish/cmds.c:3418 msgid "read directories entries" msgstr "" #: fish/cmds.c:3419 msgid "read the target of a symbolic link" msgstr "" #: fish/cmds.c:3420 msgid "readlink on multiple files" msgstr "" #: fish/cmds.c:3421 msgid "canonicalized absolute pathname" msgstr "" #: fish/cmds.c:3423 msgid "close and reopen libguestfs handle" msgstr "" #: fish/cmds.c:3424 msgid "resize an ext2, ext3 or ext4 filesystem" msgstr "" #: fish/cmds.c:3425 msgid "resize an ext2, ext3 or ext4 filesystem to the minimum size" msgstr "" #: fish/cmds.c:3426 msgid "resize an ext2, ext3 or ext4 filesystem (with size)" msgstr "" #: fish/cmds.c:3427 msgid "remove a file" msgstr "" #: fish/cmds.c:3428 msgid "remove a file or directory recursively" msgstr "" #: fish/cmds.c:3429 msgid "remove a directory" msgstr "" #: fish/cmds.c:3430 msgid "remove a mountpoint" msgstr "" #: fish/cmds.c:3431 msgid "synchronize the contents of two directories" msgstr "" #: fish/cmds.c:3432 msgid "synchronize host or remote filesystem with filesystem" msgstr "" #: fish/cmds.c:3433 msgid "synchronize filesystem with host or remote filesystem" msgstr "" #: fish/cmds.c:3434 msgid "scrub (securely wipe) a device" msgstr "" #: fish/cmds.c:3435 msgid "scrub (securely wipe) a file" msgstr "" #: fish/cmds.c:3436 msgid "scrub (securely wipe) free space" msgstr "" #: fish/cmds.c:3437 msgid "add options to kernel command line" msgstr "" #: fish/cmds.c:3438 msgid "set the attach method" msgstr "" #: fish/cmds.c:3439 msgid "set autosync mode" msgstr "" #: fish/cmds.c:3440 msgid "enable or disable direct appliance mode" msgstr "" #: fish/cmds.c:3441 msgid "set ext2 file attributes of a file" msgstr "" #: fish/cmds.c:3442 msgid "set ext2 file generation of a file" msgstr "" #: fish/cmds.c:3443 msgid "set the ext2/3/4 filesystem label" msgstr "" #: fish/cmds.c:3444 msgid "set the ext2/3/4 filesystem UUID" msgstr "" #: fish/cmds.c:3445 msgid "set filesystem label" msgstr "" #: fish/cmds.c:3446 msgid "set memory allocated to the qemu subprocess" msgstr "" #: fish/cmds.c:3447 msgid "set enable network flag" msgstr "" #: fish/cmds.c:3448 msgid "set the search path" msgstr "" #: fish/cmds.c:3449 msgid "set process group flag" msgstr "" #: fish/cmds.c:3450 msgid "set the qemu binary" msgstr "" #: fish/cmds.c:3451 msgid "enable or disable the recovery process" msgstr "" #: fish/cmds.c:3452 msgid "set SELinux enabled or disabled at appliance boot" msgstr "" #: fish/cmds.c:3453 msgid "set number of virtual CPUs in appliance" msgstr "" #: fish/cmds.c:3454 msgid "enable or disable command traces" msgstr "" #: fish/cmds.c:3455 msgid "set verbose mode" msgstr "" #: fish/cmds.c:3456 msgid "set SELinux security context" msgstr "" #: fish/cmds.c:3457 msgid "set an environment variable" msgstr "" #: fish/cmds.c:3459 fish/cmds.c:3460 msgid "create partitions on a block device" msgstr "" #: fish/cmds.c:3461 msgid "modify a single partition on a block device" msgstr "" #: fish/cmds.c:3462 msgid "display the disk geometry from the partition table" msgstr "" #: fish/cmds.c:3463 msgid "display the kernel geometry" msgstr "" #: fish/cmds.c:3464 msgid "display the partition table" msgstr "" #: fish/cmds.c:3465 msgid "run a command via the shell" msgstr "" #: fish/cmds.c:3466 msgid "run a command via the shell returning lines" msgstr "" #: fish/cmds.c:3467 msgid "shutdown the qemu subprocess" msgstr "" #: fish/cmds.c:3468 msgid "sleep for some seconds" msgstr "" #: fish/cmds.c:3469 msgid "create a sparse disk image and add" msgstr "" #: fish/cmds.c:3470 msgid "get file information" msgstr "" #: fish/cmds.c:3471 msgid "get file system statistics" msgstr "" #: fish/cmds.c:3472 fish/cmds.c:3473 msgid "print the printable strings in a file" msgstr "" #: fish/cmds.c:3474 msgid "list supported groups of commands" msgstr "" #: fish/cmds.c:3475 msgid "disable swap on device" msgstr "" #: fish/cmds.c:3476 msgid "disable swap on file" msgstr "" #: fish/cmds.c:3477 msgid "disable swap on labeled swap partition" msgstr "" #: fish/cmds.c:3478 msgid "disable swap on swap partition by UUID" msgstr "" #: fish/cmds.c:3479 msgid "enable swap on device" msgstr "" #: fish/cmds.c:3480 msgid "enable swap on file" msgstr "" #: fish/cmds.c:3481 msgid "enable swap on labeled swap partition" msgstr "" #: fish/cmds.c:3482 msgid "enable swap on swap partition by UUID" msgstr "" #: fish/cmds.c:3483 msgid "sync disks, writes are flushed through to the disk image" msgstr "" #: fish/cmds.c:3484 msgid "return last 10 lines of a file" msgstr "" #: fish/cmds.c:3485 msgid "return last N lines of a file" msgstr "" #: fish/cmds.c:3486 msgid "unpack tarfile to directory" msgstr "" #: fish/cmds.c:3487 msgid "pack directory into tarfile" msgstr "" #: fish/cmds.c:3488 fish/cmds.c:3496 msgid "unpack compressed tarball to directory" msgstr "" #: fish/cmds.c:3489 fish/cmds.c:3497 msgid "pack directory into compressed tarball" msgstr "" #: fish/cmds.c:3490 msgid "print elapsed time taken to run a command" msgstr "" #: fish/cmds.c:3491 msgid "update file timestamps or create a new file" msgstr "" #: fish/cmds.c:3492 msgid "truncate a file to zero size" msgstr "" #: fish/cmds.c:3493 msgid "truncate a file to a particular size" msgstr "" #: fish/cmds.c:3494 msgid "adjust ext2/ext3/ext4 filesystem parameters" msgstr "" #: fish/cmds.c:3495 msgid "get ext2/ext3/ext4 superblock details" msgstr "" #: fish/cmds.c:3498 msgid "set file mode creation mask (umask)" msgstr "" #: fish/cmds.c:3499 msgid "unmount a filesystem" msgstr "" #: fish/cmds.c:3500 msgid "unmount all filesystems" msgstr "" #: fish/cmds.c:3501 msgid "unmount a locally mounted filesystem" msgstr "" #: fish/cmds.c:3502 msgid "unset an environment variable" msgstr "" #: fish/cmds.c:3503 msgid "upload a file from the local machine" msgstr "" #: fish/cmds.c:3504 msgid "upload a file from the local machine with offset" msgstr "" #: fish/cmds.c:3505 msgid "set timestamp of a file with nanosecond precision" msgstr "" #: fish/cmds.c:3506 msgid "appliance kernel version" msgstr "" #: fish/cmds.c:3507 msgid "get the library version number" msgstr "" #: fish/cmds.c:3508 msgid "get the filesystem label" msgstr "" #: fish/cmds.c:3509 msgid "get the Linux VFS type corresponding to a mounted device" msgstr "" #: fish/cmds.c:3510 msgid "get the filesystem UUID" msgstr "" #: fish/cmds.c:3511 msgid "activate or deactivate some volume groups" msgstr "" #: fish/cmds.c:3512 msgid "activate or deactivate all volume groups" msgstr "" #: fish/cmds.c:3513 msgid "generate a new random UUID for a volume group" msgstr "" #: fish/cmds.c:3514 msgid "generate new random UUIDs for all volume groups" msgstr "" #: fish/cmds.c:3515 msgid "create an LVM volume group" msgstr "" #: fish/cmds.c:3516 msgid "get the LV UUIDs of all LVs in the volume group" msgstr "" #: fish/cmds.c:3517 msgid "get volume group metadata" msgstr "" #: fish/cmds.c:3518 msgid "get the PV UUIDs containing the volume group" msgstr "" #: fish/cmds.c:3519 msgid "remove an LVM volume group" msgstr "" #: fish/cmds.c:3520 msgid "rename an LVM volume group" msgstr "" #: fish/cmds.c:3521 fish/cmds.c:3522 msgid "list the LVM volume groups (VGs)" msgstr "" #: fish/cmds.c:3523 msgid "rescan for LVM physical volumes, volume groups and logical volumes" msgstr "" #: fish/cmds.c:3524 msgid "get the UUID of a volume group" msgstr "" #: fish/cmds.c:3525 msgid "count characters in a file" msgstr "" #: fish/cmds.c:3526 msgid "count lines in a file" msgstr "" #: fish/cmds.c:3527 msgid "count words in a file" msgstr "" #: fish/cmds.c:3528 msgid "wipe a filesystem signature from a device" msgstr "" #: fish/cmds.c:3529 msgid "create a new file" msgstr "" #: fish/cmds.c:3530 msgid "append content to end of file" msgstr "" #: fish/cmds.c:3531 msgid "create a file" msgstr "" #: fish/cmds.c:3532 msgid "expand an existing XFS filesystem" msgstr "" #: fish/cmds.c:3533 msgid "get geometry of XFS filesystem" msgstr "" #: fish/cmds.c:3536 msgid "write zeroes to the device" msgstr "" #: fish/cmds.c:3537 msgid "write zeroes to an entire device" msgstr "" #: fish/cmds.c:3538 msgid "zero free space in a filesystem" msgstr "" #: fish/cmds.c:3539 msgid "zero unused inodes and disk blocks on ext2/3 filesystem" msgstr "" #: fish/cmds.c:3542 msgid "determine file type inside a compressed file" msgstr "" #: fish/cmds.c:3545 msgid "Use -h / help to show detailed help for a command." msgstr "" #: fish/cmds.c:4013 fish/cmds.c:4032 fish/cmds.c:4053 fish/cmds.c:4075 #: fish/cmds.c:4098 fish/cmds.c:4122 fish/cmds.c:4143 fish/cmds.c:4165 #: fish/cmds.c:4186 fish/cmds.c:4208 fish/cmds.c:4229 fish/cmds.c:4249 #: fish/cmds.c:4269 fish/cmds.c:4291 fish/cmds.c:4311 fish/cmds.c:4331 #: fish/cmds.c:4351 fish/cmds.c:4371 fish/cmds.c:4391 fish/cmds.c:4411 #: fish/cmds.c:4433 fish/cmds.c:4472 fish/cmds.c:4492 fish/cmds.c:4512 #: fish/cmds.c:4535 fish/cmds.c:4555 fish/cmds.c:4577 fish/cmds.c:4597 #: fish/cmds.c:4619 fish/cmds.c:4639 fish/cmds.c:4661 fish/cmds.c:4681 #: fish/cmds.c:4704 fish/cmds.c:4728 fish/cmds.c:4751 fish/cmds.c:4776 #: fish/cmds.c:4799 fish/cmds.c:4823 fish/cmds.c:4847 fish/cmds.c:4871 #: fish/cmds.c:4894 fish/cmds.c:4917 fish/cmds.c:4941 fish/cmds.c:4965 #: fish/cmds.c:4989 fish/cmds.c:5009 fish/cmds.c:5029 fish/cmds.c:5115 #: fish/cmds.c:5137 fish/cmds.c:5158 fish/cmds.c:5255 fish/cmds.c:5279 #: fish/cmds.c:5303 fish/cmds.c:5327 fish/cmds.c:5351 fish/cmds.c:5375 #: fish/cmds.c:5398 fish/cmds.c:5421 fish/cmds.c:5444 fish/cmds.c:5464 #: fish/cmds.c:5487 fish/cmds.c:5511 fish/cmds.c:5535 fish/cmds.c:5619 #: fish/cmds.c:5639 fish/cmds.c:5661 fish/cmds.c:5700 fish/cmds.c:5801 #: fish/cmds.c:5866 fish/cmds.c:5888 fish/cmds.c:5910 fish/cmds.c:5932 #: fish/cmds.c:5953 fish/cmds.c:5974 fish/cmds.c:5999 fish/cmds.c:6026 #: fish/cmds.c:6053 fish/cmds.c:6078 fish/cmds.c:6099 fish/cmds.c:6120 #: fish/cmds.c:6141 fish/cmds.c:6162 fish/cmds.c:6183 fish/cmds.c:6204 #: fish/cmds.c:6225 fish/cmds.c:6248 fish/cmds.c:6276 fish/cmds.c:6319 #: fish/cmds.c:6341 fish/cmds.c:6368 fish/cmds.c:6394 fish/cmds.c:6419 #: fish/cmds.c:6444 fish/cmds.c:6468 fish/cmds.c:6492 fish/cmds.c:6515 #: fish/cmds.c:6537 fish/cmds.c:6556 fish/cmds.c:6577 fish/cmds.c:6601 #: fish/cmds.c:6626 fish/cmds.c:6651 fish/cmds.c:6676 fish/cmds.c:6701 #: fish/cmds.c:6727 fish/cmds.c:6774 fish/cmds.c:6839 fish/cmds.c:6865 #: fish/cmds.c:6891 fish/cmds.c:6917 fish/cmds.c:6940 fish/cmds.c:6968 #: fish/cmds.c:7015 fish/cmds.c:7103 fish/cmds.c:7203 fish/cmds.c:7224 #: fish/cmds.c:7243 fish/cmds.c:7264 fish/cmds.c:7291 fish/cmds.c:7318 #: fish/cmds.c:7345 fish/cmds.c:7372 fish/cmds.c:7399 fish/cmds.c:7426 #: fish/cmds.c:7450 fish/cmds.c:7472 fish/cmds.c:7494 fish/cmds.c:7517 #: fish/cmds.c:7540 fish/cmds.c:7564 fish/cmds.c:7606 fish/cmds.c:7629 #: fish/cmds.c:7652 fish/cmds.c:7674 fish/cmds.c:7697 fish/cmds.c:7727 #: fish/cmds.c:7757 fish/cmds.c:7786 fish/cmds.c:7816 fish/cmds.c:7843 #: fish/cmds.c:7873 fish/cmds.c:7903 fish/cmds.c:7928 fish/cmds.c:7955 #: fish/cmds.c:7981 fish/cmds.c:8009 fish/cmds.c:8031 fish/cmds.c:8053 #: fish/cmds.c:8076 fish/cmds.c:8099 fish/cmds.c:8124 fish/cmds.c:8147 #: fish/cmds.c:8172 fish/cmds.c:8196 fish/cmds.c:8219 fish/cmds.c:8246 #: fish/cmds.c:8276 fish/cmds.c:8306 fish/cmds.c:8335 fish/cmds.c:8374 #: fish/cmds.c:8395 fish/cmds.c:8417 fish/cmds.c:8447 fish/cmds.c:8475 #: fish/cmds.c:8503 fish/cmds.c:8530 fish/cmds.c:8552 fish/cmds.c:8579 #: fish/cmds.c:8682 fish/cmds.c:8706 fish/cmds.c:8730 fish/cmds.c:8754 #: fish/cmds.c:8777 fish/cmds.c:8804 fish/cmds.c:8846 fish/cmds.c:8868 #: fish/cmds.c:8895 fish/cmds.c:8917 fish/cmds.c:8959 fish/cmds.c:8983 #: fish/cmds.c:9007 fish/cmds.c:9031 fish/cmds.c:9058 fish/cmds.c:9080 #: fish/cmds.c:9105 fish/cmds.c:9130 fish/cmds.c:9157 fish/cmds.c:9183 #: fish/cmds.c:9209 fish/cmds.c:9235 fish/cmds.c:9263 fish/cmds.c:9310 #: fish/cmds.c:9338 fish/cmds.c:9383 fish/cmds.c:9404 fish/cmds.c:9427 #: fish/cmds.c:9453 fish/cmds.c:9481 fish/cmds.c:9510 fish/cmds.c:9533 #: fish/cmds.c:9557 fish/cmds.c:9583 fish/cmds.c:9669 fish/cmds.c:9717 #: fish/cmds.c:9805 fish/cmds.c:9890 fish/cmds.c:9932 fish/cmds.c:9960 #: fish/cmds.c:9987 fish/cmds.c:10015 fish/cmds.c:10042 fish/cmds.c:10072 #: fish/cmds.c:10122 fish/cmds.c:10170 fish/cmds.c:10197 fish/cmds.c:10221 #: fish/cmds.c:10244 fish/cmds.c:10266 fish/cmds.c:10289 fish/cmds.c:10391 #: fish/cmds.c:10420 fish/cmds.c:10449 fish/cmds.c:10478 fish/cmds.c:10507 #: fish/cmds.c:10536 fish/cmds.c:10565 fish/cmds.c:10594 fish/cmds.c:10623 #: fish/cmds.c:10652 fish/cmds.c:10681 fish/cmds.c:10709 fish/cmds.c:10737 #: fish/cmds.c:10764 fish/cmds.c:10791 fish/cmds.c:10818 fish/cmds.c:10844 #: fish/cmds.c:10872 fish/cmds.c:10917 fish/cmds.c:10939 fish/cmds.c:10961 #: fish/cmds.c:10986 fish/cmds.c:11011 fish/cmds.c:11033 fish/cmds.c:11055 #: fish/cmds.c:11077 fish/cmds.c:11099 fish/cmds.c:11124 fish/cmds.c:11166 #: fish/cmds.c:11212 fish/cmds.c:11251 fish/cmds.c:11272 fish/cmds.c:11293 #: fish/cmds.c:11314 fish/cmds.c:11334 fish/cmds.c:11359 fish/cmds.c:11403 #: fish/cmds.c:11447 fish/cmds.c:11492 fish/cmds.c:11538 fish/cmds.c:11585 #: fish/cmds.c:11632 fish/cmds.c:11676 fish/cmds.c:11698 fish/cmds.c:11726 #: fish/cmds.c:11755 fish/cmds.c:11782 fish/cmds.c:11806 fish/cmds.c:11832 #: fish/cmds.c:11875 fish/cmds.c:11957 fish/cmds.c:12004 fish/cmds.c:12070 #: fish/cmds.c:12102 fish/cmds.c:12134 fish/cmds.c:12168 fish/cmds.c:12234 #: fish/cmds.c:12260 fish/cmds.c:12312 fish/cmds.c:12337 fish/cmds.c:12382 #: fish/cmds.c:12425 fish/cmds.c:12449 fish/cmds.c:12475 fish/cmds.c:12540 #: fish/cmds.c:12566 fish/cmds.c:12595 fish/cmds.c:12622 fish/cmds.c:12646 #: fish/cmds.c:12671 fish/cmds.c:12703 fish/cmds.c:12727 fish/cmds.c:12751 #: fish/cmds.c:12775 fish/cmds.c:12799 fish/cmds.c:12825 fish/cmds.c:12868 #: fish/cmds.c:12891 fish/cmds.c:12921 fish/cmds.c:12948 fish/cmds.c:12970 #: fish/cmds.c:13013 fish/cmds.c:13057 fish/cmds.c:13102 fish/cmds.c:13165 #: fish/cmds.c:13191 fish/cmds.c:13233 fish/cmds.c:13253 fish/cmds.c:13277 #: fish/cmds.c:13324 fish/cmds.c:13354 fish/cmds.c:13385 fish/cmds.c:13417 #: fish/cmds.c:13465 fish/cmds.c:13496 fish/cmds.c:13540 fish/cmds.c:13577 #: fish/cmds.c:13614 fish/cmds.c:13648 fish/cmds.c:13672 fish/cmds.c:13711 #: fish/cmds.c:13735 fish/cmds.c:13759 fish/cmds.c:13782 fish/cmds.c:13805 #: fish/cmds.c:13836 fish/cmds.c:13865 fish/cmds.c:13889 fish/cmds.c:13940 #: fish/cmds.c:13992 fish/cmds.c:14048 fish/cmds.c:14096 fish/cmds.c:14119 #: fish/cmds.c:14143 fish/cmds.c:14167 fish/cmds.c:14193 fish/cmds.c:14219 #: fish/cmds.c:14245 fish/cmds.c:14271 fish/cmds.c:14297 fish/cmds.c:14323 #: fish/cmds.c:14369 fish/cmds.c:14429 fish/cmds.c:14472 fish/cmds.c:14534 #: fish/cmds.c:14679 fish/cmds.c:14713 fish/cmds.c:14745 fish/cmds.c:14767 #: fish/cmds.c:14793 fish/cmds.c:14814 fish/cmds.c:14885 fish/cmds.c:15038 #: fish/cmds.c:15215 fish/cmds.c:15966 fish/cmds.c:15989 fish/cmds.c:16013 #: fish/cmds.c:16035 fish/cmds.c:16112 fish/cmds.c:16139 fish/cmds.c:16283 #: fish/cmds.c:16310 fish/cmds.c:16333 fish/cmds.c:16360 fish/cmds.c:16403 #: fish/cmds.c:16427 fish/cmds.c:16455 fish/cmds.c:16483 fish/cmds.c:16671 #: fish/cmds.c:16751 fish/cmds.c:16778 fish/cmds.c:16818 fish/cmds.c:16847 #: fish/cmds.c:16872 fish/cmds.c:16897 fish/cmds.c:16925 fish/cmds.c:16964 #: fish/cmds.c:16989 fish/cmds.c:17015 fish/cmds.c:17045 fish/cmds.c:17075 #: fish/cmds.c:17163 fish/cmds.c:17283 fish/cmds.c:17304 fish/cmds.c:17326 #: fish/cmds.c:17353 fish/cmds.c:17373 fish/cmds.c:17394 fish/cmds.c:17414 #: fish/cmds.c:17433 #, c-format msgid "%s should have %d parameter(s)\n" msgstr "" #: fish/cmds.c:4014 fish/cmds.c:4033 fish/cmds.c:4054 fish/cmds.c:4076 #: fish/cmds.c:4099 fish/cmds.c:4123 fish/cmds.c:4144 fish/cmds.c:4166 #: fish/cmds.c:4187 fish/cmds.c:4209 fish/cmds.c:4230 fish/cmds.c:4250 #: fish/cmds.c:4270 fish/cmds.c:4292 fish/cmds.c:4312 fish/cmds.c:4332 #: fish/cmds.c:4352 fish/cmds.c:4372 fish/cmds.c:4392 fish/cmds.c:4412 #: fish/cmds.c:4434 fish/cmds.c:4473 fish/cmds.c:4493 fish/cmds.c:4513 #: fish/cmds.c:4536 fish/cmds.c:4556 fish/cmds.c:4578 fish/cmds.c:4598 #: fish/cmds.c:4620 fish/cmds.c:4640 fish/cmds.c:4662 fish/cmds.c:4682 #: fish/cmds.c:4705 fish/cmds.c:4729 fish/cmds.c:4752 fish/cmds.c:4777 #: fish/cmds.c:4800 fish/cmds.c:4824 fish/cmds.c:4848 fish/cmds.c:4872 #: fish/cmds.c:4895 fish/cmds.c:4918 fish/cmds.c:4942 fish/cmds.c:4966 #: fish/cmds.c:4990 fish/cmds.c:5010 fish/cmds.c:5030 fish/cmds.c:5055 #: fish/cmds.c:5116 fish/cmds.c:5138 fish/cmds.c:5159 fish/cmds.c:5184 #: fish/cmds.c:5256 fish/cmds.c:5280 fish/cmds.c:5304 fish/cmds.c:5328 #: fish/cmds.c:5352 fish/cmds.c:5376 fish/cmds.c:5399 fish/cmds.c:5422 #: fish/cmds.c:5445 fish/cmds.c:5465 fish/cmds.c:5488 fish/cmds.c:5512 #: fish/cmds.c:5536 fish/cmds.c:5563 fish/cmds.c:5620 fish/cmds.c:5640 #: fish/cmds.c:5662 fish/cmds.c:5701 fish/cmds.c:5725 fish/cmds.c:5802 #: fish/cmds.c:5824 fish/cmds.c:5867 fish/cmds.c:5889 fish/cmds.c:5911 #: fish/cmds.c:5933 fish/cmds.c:5954 fish/cmds.c:5975 fish/cmds.c:6000 #: fish/cmds.c:6027 fish/cmds.c:6054 fish/cmds.c:6079 fish/cmds.c:6100 #: fish/cmds.c:6121 fish/cmds.c:6142 fish/cmds.c:6163 fish/cmds.c:6184 #: fish/cmds.c:6205 fish/cmds.c:6226 fish/cmds.c:6249 fish/cmds.c:6277 #: fish/cmds.c:6320 fish/cmds.c:6342 fish/cmds.c:6369 fish/cmds.c:6395 #: fish/cmds.c:6420 fish/cmds.c:6445 fish/cmds.c:6469 fish/cmds.c:6493 #: fish/cmds.c:6516 fish/cmds.c:6538 fish/cmds.c:6557 fish/cmds.c:6578 #: fish/cmds.c:6602 fish/cmds.c:6627 fish/cmds.c:6652 fish/cmds.c:6677 #: fish/cmds.c:6702 fish/cmds.c:6728 fish/cmds.c:6775 fish/cmds.c:6840 #: fish/cmds.c:6866 fish/cmds.c:6892 fish/cmds.c:6918 fish/cmds.c:6941 #: fish/cmds.c:6969 fish/cmds.c:7016 fish/cmds.c:7104 fish/cmds.c:7152 #: fish/cmds.c:7204 fish/cmds.c:7225 fish/cmds.c:7244 fish/cmds.c:7265 #: fish/cmds.c:7292 fish/cmds.c:7319 fish/cmds.c:7346 fish/cmds.c:7373 #: fish/cmds.c:7400 fish/cmds.c:7427 fish/cmds.c:7451 fish/cmds.c:7473 #: fish/cmds.c:7495 fish/cmds.c:7518 fish/cmds.c:7541 fish/cmds.c:7565 #: fish/cmds.c:7607 fish/cmds.c:7630 fish/cmds.c:7653 fish/cmds.c:7675 #: fish/cmds.c:7698 fish/cmds.c:7728 fish/cmds.c:7758 fish/cmds.c:7787 #: fish/cmds.c:7817 fish/cmds.c:7844 fish/cmds.c:7874 fish/cmds.c:7904 #: fish/cmds.c:7929 fish/cmds.c:7956 fish/cmds.c:7982 fish/cmds.c:8010 #: fish/cmds.c:8032 fish/cmds.c:8054 fish/cmds.c:8077 fish/cmds.c:8100 #: fish/cmds.c:8125 fish/cmds.c:8148 fish/cmds.c:8173 fish/cmds.c:8197 #: fish/cmds.c:8220 fish/cmds.c:8247 fish/cmds.c:8277 fish/cmds.c:8307 #: fish/cmds.c:8336 fish/cmds.c:8375 fish/cmds.c:8396 fish/cmds.c:8418 #: fish/cmds.c:8448 fish/cmds.c:8476 fish/cmds.c:8504 fish/cmds.c:8531 #: fish/cmds.c:8553 fish/cmds.c:8580 fish/cmds.c:8683 fish/cmds.c:8707 #: fish/cmds.c:8731 fish/cmds.c:8755 fish/cmds.c:8778 fish/cmds.c:8805 #: fish/cmds.c:8847 fish/cmds.c:8869 fish/cmds.c:8896 fish/cmds.c:8918 #: fish/cmds.c:8960 fish/cmds.c:8984 fish/cmds.c:9008 fish/cmds.c:9032 #: fish/cmds.c:9059 fish/cmds.c:9081 fish/cmds.c:9106 fish/cmds.c:9131 #: fish/cmds.c:9158 fish/cmds.c:9184 fish/cmds.c:9210 fish/cmds.c:9236 #: fish/cmds.c:9264 fish/cmds.c:9311 fish/cmds.c:9339 fish/cmds.c:9384 #: fish/cmds.c:9405 fish/cmds.c:9428 fish/cmds.c:9454 fish/cmds.c:9482 #: fish/cmds.c:9511 fish/cmds.c:9534 fish/cmds.c:9558 fish/cmds.c:9584 #: fish/cmds.c:9670 fish/cmds.c:9718 fish/cmds.c:9806 fish/cmds.c:9891 #: fish/cmds.c:9933 fish/cmds.c:9961 fish/cmds.c:9988 fish/cmds.c:10016 #: fish/cmds.c:10043 fish/cmds.c:10073 fish/cmds.c:10123 fish/cmds.c:10171 #: fish/cmds.c:10198 fish/cmds.c:10222 fish/cmds.c:10245 fish/cmds.c:10267 #: fish/cmds.c:10290 fish/cmds.c:10324 fish/cmds.c:10392 fish/cmds.c:10421 #: fish/cmds.c:10450 fish/cmds.c:10479 fish/cmds.c:10508 fish/cmds.c:10537 #: fish/cmds.c:10566 fish/cmds.c:10595 fish/cmds.c:10624 fish/cmds.c:10653 #: fish/cmds.c:10682 fish/cmds.c:10710 fish/cmds.c:10738 fish/cmds.c:10765 #: fish/cmds.c:10792 fish/cmds.c:10819 fish/cmds.c:10845 fish/cmds.c:10873 #: fish/cmds.c:10918 fish/cmds.c:10940 fish/cmds.c:10962 fish/cmds.c:10987 #: fish/cmds.c:11012 fish/cmds.c:11034 fish/cmds.c:11056 fish/cmds.c:11078 #: fish/cmds.c:11100 fish/cmds.c:11125 fish/cmds.c:11167 fish/cmds.c:11213 #: fish/cmds.c:11252 fish/cmds.c:11273 fish/cmds.c:11294 fish/cmds.c:11315 #: fish/cmds.c:11335 fish/cmds.c:11360 fish/cmds.c:11404 fish/cmds.c:11448 #: fish/cmds.c:11493 fish/cmds.c:11539 fish/cmds.c:11586 fish/cmds.c:11633 #: fish/cmds.c:11677 fish/cmds.c:11699 fish/cmds.c:11727 fish/cmds.c:11756 #: fish/cmds.c:11783 fish/cmds.c:11807 fish/cmds.c:11833 fish/cmds.c:11876 #: fish/cmds.c:11958 fish/cmds.c:12005 fish/cmds.c:12071 fish/cmds.c:12103 #: fish/cmds.c:12135 fish/cmds.c:12169 fish/cmds.c:12235 fish/cmds.c:12261 #: fish/cmds.c:12313 fish/cmds.c:12338 fish/cmds.c:12383 fish/cmds.c:12426 #: fish/cmds.c:12450 fish/cmds.c:12476 fish/cmds.c:12541 fish/cmds.c:12567 #: fish/cmds.c:12596 fish/cmds.c:12623 fish/cmds.c:12647 fish/cmds.c:12672 #: fish/cmds.c:12704 fish/cmds.c:12728 fish/cmds.c:12752 fish/cmds.c:12776 #: fish/cmds.c:12800 fish/cmds.c:12826 fish/cmds.c:12869 fish/cmds.c:12892 #: fish/cmds.c:12922 fish/cmds.c:12949 fish/cmds.c:12971 fish/cmds.c:13014 #: fish/cmds.c:13058 fish/cmds.c:13103 fish/cmds.c:13166 fish/cmds.c:13192 #: fish/cmds.c:13234 fish/cmds.c:13254 fish/cmds.c:13278 fish/cmds.c:13325 #: fish/cmds.c:13355 fish/cmds.c:13386 fish/cmds.c:13418 fish/cmds.c:13466 #: fish/cmds.c:13497 fish/cmds.c:13541 fish/cmds.c:13578 fish/cmds.c:13615 #: fish/cmds.c:13649 fish/cmds.c:13673 fish/cmds.c:13712 fish/cmds.c:13736 #: fish/cmds.c:13760 fish/cmds.c:13783 fish/cmds.c:13806 fish/cmds.c:13837 #: fish/cmds.c:13866 fish/cmds.c:13890 fish/cmds.c:13941 fish/cmds.c:13993 #: fish/cmds.c:14049 fish/cmds.c:14097 fish/cmds.c:14120 fish/cmds.c:14144 #: fish/cmds.c:14168 fish/cmds.c:14194 fish/cmds.c:14220 fish/cmds.c:14246 #: fish/cmds.c:14272 fish/cmds.c:14298 fish/cmds.c:14324 fish/cmds.c:14370 #: fish/cmds.c:14430 fish/cmds.c:14473 fish/cmds.c:14535 fish/cmds.c:14562 #: fish/cmds.c:14680 fish/cmds.c:14714 fish/cmds.c:14746 fish/cmds.c:14768 #: fish/cmds.c:14794 fish/cmds.c:14815 fish/cmds.c:14841 fish/cmds.c:14886 #: fish/cmds.c:14911 fish/cmds.c:14976 fish/cmds.c:15039 fish/cmds.c:15071 #: fish/cmds.c:15147 fish/cmds.c:15216 fish/cmds.c:15242 fish/cmds.c:15338 #: fish/cmds.c:15437 fish/cmds.c:15536 fish/cmds.c:15637 fish/cmds.c:15839 #: fish/cmds.c:15967 fish/cmds.c:15990 fish/cmds.c:16014 fish/cmds.c:16036 #: fish/cmds.c:16062 fish/cmds.c:16113 fish/cmds.c:16140 fish/cmds.c:16164 #: fish/cmds.c:16213 fish/cmds.c:16284 fish/cmds.c:16311 fish/cmds.c:16334 #: fish/cmds.c:16361 fish/cmds.c:16404 fish/cmds.c:16428 fish/cmds.c:16456 #: fish/cmds.c:16484 fish/cmds.c:16510 fish/cmds.c:16672 fish/cmds.c:16702 #: fish/cmds.c:16752 fish/cmds.c:16779 fish/cmds.c:16819 fish/cmds.c:16848 #: fish/cmds.c:16873 fish/cmds.c:16898 fish/cmds.c:16926 fish/cmds.c:16965 #: fish/cmds.c:16990 fish/cmds.c:17016 fish/cmds.c:17046 fish/cmds.c:17076 #: fish/cmds.c:17101 fish/cmds.c:17164 fish/cmds.c:17189 fish/cmds.c:17284 #: fish/cmds.c:17305 fish/cmds.c:17327 fish/cmds.c:17354 fish/cmds.c:17374 #: fish/cmds.c:17395 fish/cmds.c:17415 fish/cmds.c:17434 fish/cmds.c:17459 #: fish/cmds.c:17614 fish/cmds.c:17675 fish/cmds.c:17733 #, c-format msgid "type 'help %s' for help on %s\n" msgstr "" #: fish/cmds.c:4444 fish/cmds.c:5672 fish/cmds.c:5752 fish/cmds.c:6289 #: fish/cmds.c:6738 fish/cmds.c:6785 fish/cmds.c:6804 fish/cmds.c:6981 #: fish/cmds.c:7027 fish/cmds.c:7046 fish/cmds.c:7065 fish/cmds.c:7117 #: fish/cmds.c:7576 fish/cmds.c:8346 fish/cmds.c:8591 fish/cmds.c:8610 #: fish/cmds.c:8629 fish/cmds.c:8648 fish/cmds.c:8816 fish/cmds.c:8928 #: fish/cmds.c:9274 fish/cmds.c:9349 fish/cmds.c:9594 fish/cmds.c:9613 #: fish/cmds.c:9632 fish/cmds.c:9680 fish/cmds.c:9728 fish/cmds.c:9747 #: fish/cmds.c:9766 fish/cmds.c:9816 fish/cmds.c:9835 fish/cmds.c:9854 #: fish/cmds.c:9901 fish/cmds.c:10085 fish/cmds.c:10135 fish/cmds.c:10885 #: fish/cmds.c:11135 fish/cmds.c:11179 fish/cmds.c:11223 fish/cmds.c:11371 #: fish/cmds.c:11414 fish/cmds.c:11458 fish/cmds.c:11503 fish/cmds.c:11550 #: fish/cmds.c:11597 fish/cmds.c:11644 fish/cmds.c:11845 fish/cmds.c:11888 #: fish/cmds.c:11901 fish/cmds.c:11914 fish/cmds.c:11927 fish/cmds.c:11970 #: fish/cmds.c:12015 fish/cmds.c:12034 fish/cmds.c:12181 fish/cmds.c:12200 #: fish/cmds.c:12273 fish/cmds.c:12286 fish/cmds.c:12349 fish/cmds.c:12394 #: fish/cmds.c:12486 fish/cmds.c:12505 fish/cmds.c:12840 fish/cmds.c:12982 #: fish/cmds.c:13025 fish/cmds.c:13069 fish/cmds.c:13114 fish/cmds.c:13133 #: fish/cmds.c:13203 fish/cmds.c:13291 fish/cmds.c:13429 fish/cmds.c:13512 #: fish/cmds.c:13552 fish/cmds.c:13589 fish/cmds.c:13626 fish/cmds.c:13685 #: fish/cmds.c:13905 fish/cmds.c:13956 fish/cmds.c:14012 fish/cmds.c:14064 #: fish/cmds.c:14338 fish/cmds.c:14384 fish/cmds.c:14397 fish/cmds.c:14444 #: fish/cmds.c:14484 fish/cmds.c:14503 fish/cmds.c:14580 fish/cmds.c:14608 #: fish/cmds.c:14631 fish/cmds.c:14928 fish/cmds.c:14994 fish/cmds.c:15092 #: fish/cmds.c:15167 fish/cmds.c:15260 fish/cmds.c:15277 fish/cmds.c:15294 #: fish/cmds.c:15357 fish/cmds.c:15374 fish/cmds.c:15391 fish/cmds.c:15456 #: fish/cmds.c:15473 fish/cmds.c:15490 fish/cmds.c:15556 fish/cmds.c:15573 #: fish/cmds.c:15590 fish/cmds.c:15659 fish/cmds.c:15682 fish/cmds.c:15710 #: fish/cmds.c:15727 fish/cmds.c:15750 fish/cmds.c:15778 fish/cmds.c:15795 #: fish/cmds.c:15858 fish/cmds.c:15875 fish/cmds.c:15898 fish/cmds.c:15921 #: fish/cmds.c:16373 fish/cmds.c:16528 fish/cmds.c:16545 fish/cmds.c:16567 #: fish/cmds.c:16600 fish/cmds.c:16623 fish/cmds.c:16791 fish/cmds.c:16936 #: fish/cmds.c:17118 fish/cmds.c:17207 fish/cmds.c:17224 fish/cmds.c:17241 #: fish/cmds.c:17492 fish/cmds.c:17509 fish/cmds.c:17526 fish/cmds.c:17543 #: fish/cmds.c:17560 #, c-format msgid "%s: %s: invalid integer parameter (%s returned %d)\n" msgstr "" #: fish/cmds.c:4450 fish/cmds.c:5678 fish/cmds.c:5758 fish/cmds.c:6295 #: fish/cmds.c:6744 fish/cmds.c:6791 fish/cmds.c:6810 fish/cmds.c:6987 #: fish/cmds.c:7033 fish/cmds.c:7052 fish/cmds.c:7071 fish/cmds.c:7123 #: fish/cmds.c:7582 fish/cmds.c:8352 fish/cmds.c:8597 fish/cmds.c:8616 #: fish/cmds.c:8635 fish/cmds.c:8654 fish/cmds.c:8822 fish/cmds.c:8934 #: fish/cmds.c:9280 fish/cmds.c:9355 fish/cmds.c:9600 fish/cmds.c:9619 #: fish/cmds.c:9638 fish/cmds.c:9686 fish/cmds.c:9734 fish/cmds.c:9753 #: fish/cmds.c:9772 fish/cmds.c:9822 fish/cmds.c:9841 fish/cmds.c:9860 #: fish/cmds.c:9907 fish/cmds.c:10091 fish/cmds.c:10141 fish/cmds.c:10891 #: fish/cmds.c:11141 fish/cmds.c:11185 fish/cmds.c:11229 fish/cmds.c:11377 #: fish/cmds.c:11420 fish/cmds.c:11464 fish/cmds.c:11509 fish/cmds.c:11556 #: fish/cmds.c:11603 fish/cmds.c:11650 fish/cmds.c:11976 fish/cmds.c:12021 #: fish/cmds.c:12040 fish/cmds.c:12187 fish/cmds.c:12355 fish/cmds.c:12400 #: fish/cmds.c:12492 fish/cmds.c:12511 fish/cmds.c:12988 fish/cmds.c:13031 #: fish/cmds.c:13075 fish/cmds.c:13120 fish/cmds.c:13139 fish/cmds.c:13209 #: fish/cmds.c:13297 fish/cmds.c:13435 fish/cmds.c:13911 fish/cmds.c:13962 #: fish/cmds.c:14018 fish/cmds.c:14070 fish/cmds.c:14490 fish/cmds.c:14586 #: fish/cmds.c:14614 fish/cmds.c:14637 fish/cmds.c:15098 fish/cmds.c:15173 #: fish/cmds.c:15665 fish/cmds.c:15688 fish/cmds.c:15733 fish/cmds.c:15756 #: fish/cmds.c:15881 fish/cmds.c:15904 fish/cmds.c:16379 fish/cmds.c:16573 #: fish/cmds.c:16606 fish/cmds.c:16629 fish/cmds.c:17566 #, c-format msgid "%s: %s: integer out of range\n" msgstr "" #: fish/cmds.c:5054 fish/cmds.c:5183 fish/cmds.c:5562 fish/cmds.c:5724 #: fish/cmds.c:5823 fish/cmds.c:7151 fish/cmds.c:10323 fish/cmds.c:14561 #: fish/cmds.c:14840 fish/cmds.c:14910 fish/cmds.c:14975 fish/cmds.c:15070 #: fish/cmds.c:15146 fish/cmds.c:15241 fish/cmds.c:15337 fish/cmds.c:15436 #: fish/cmds.c:15535 fish/cmds.c:15636 fish/cmds.c:15838 fish/cmds.c:16061 #: fish/cmds.c:16163 fish/cmds.c:16212 fish/cmds.c:16509 fish/cmds.c:16701 #: fish/cmds.c:17100 fish/cmds.c:17188 fish/cmds.c:17458 fish/cmds.c:17613 #: fish/cmds.c:17674 fish/cmds.c:17732 #, c-format msgid "%s should have %d-%d parameter(s)\n" msgstr "" #: fish/cmds.c:5085 fish/cmds.c:5224 fish/cmds.c:5583 fish/cmds.c:5773 #: fish/cmds.c:5838 fish/cmds.c:7173 fish/cmds.c:10356 fish/cmds.c:14647 #: fish/cmds.c:14857 fish/cmds.c:14943 fish/cmds.c:15004 fish/cmds.c:15108 #: fish/cmds.c:15183 fish/cmds.c:15304 fish/cmds.c:15401 fish/cmds.c:15500 #: fish/cmds.c:15600 fish/cmds.c:15805 fish/cmds.c:15936 fish/cmds.c:16082 #: fish/cmds.c:16179 fish/cmds.c:16250 fish/cmds.c:16639 fish/cmds.c:16719 #: fish/cmds.c:17133 fish/cmds.c:17251 fish/cmds.c:17576 fish/cmds.c:17637 #: fish/cmds.c:17697 fish/cmds.c:17755 #, c-format msgid "%s: unknown optional argument \"%s\"\n" msgstr "" #: fish/cmds.c:5091 fish/cmds.c:5230 fish/cmds.c:5589 fish/cmds.c:5779 #: fish/cmds.c:5844 fish/cmds.c:7179 fish/cmds.c:10362 fish/cmds.c:14653 #: fish/cmds.c:14863 fish/cmds.c:14949 fish/cmds.c:15010 fish/cmds.c:15114 #: fish/cmds.c:15189 fish/cmds.c:15310 fish/cmds.c:15407 fish/cmds.c:15506 #: fish/cmds.c:15606 fish/cmds.c:15811 fish/cmds.c:15942 fish/cmds.c:16088 #: fish/cmds.c:16185 fish/cmds.c:16256 fish/cmds.c:16645 fish/cmds.c:16725 #: fish/cmds.c:17139 fish/cmds.c:17257 fish/cmds.c:17582 fish/cmds.c:17643 #: fish/cmds.c:17703 fish/cmds.c:17761 #, c-format msgid "%s: optional argument \"%s\" given twice\n" msgstr "" #: fish/cmds.c:17787 #, 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