# 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.31\n" "Report-Msgid-Bugs-To: https://bugzilla.redhat.com/enter_bug.cgi?" "component=libguestfs&product=Virtualization+Tools\n" "POT-Creation-Date: 2012-08-15 17:55+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:7909 fish/cmds.c:7939 fish/cmds.c:7969 #: fish/cmds.c:7994 fish/cmds.c:8021 fish/cmds.c:8047 fish/cmds.c:8075 #: fish/cmds.c:8097 fish/cmds.c:8119 fish/cmds.c:8142 fish/cmds.c:8165 #: fish/cmds.c:8190 fish/cmds.c:8213 fish/cmds.c:8238 fish/cmds.c:8262 #: fish/cmds.c:8285 fish/cmds.c:8312 fish/cmds.c:8342 fish/cmds.c:8372 #: fish/cmds.c:8401 fish/cmds.c:8440 fish/cmds.c:8461 fish/cmds.c:8483 #: fish/cmds.c:8513 fish/cmds.c:8541 fish/cmds.c:8569 fish/cmds.c:8596 #: fish/cmds.c:8618 fish/cmds.c:8645 fish/cmds.c:8748 fish/cmds.c:8772 #: fish/cmds.c:8796 fish/cmds.c:8820 fish/cmds.c:8843 fish/cmds.c:8870 #: fish/cmds.c:8912 fish/cmds.c:8934 fish/cmds.c:8961 fish/cmds.c:8983 #: fish/cmds.c:9025 fish/cmds.c:9049 fish/cmds.c:9073 fish/cmds.c:9097 #: fish/cmds.c:9124 fish/cmds.c:9146 fish/cmds.c:9171 fish/cmds.c:9196 #: fish/cmds.c:9223 fish/cmds.c:9249 fish/cmds.c:9275 fish/cmds.c:9301 #: fish/cmds.c:9329 fish/cmds.c:9376 fish/cmds.c:9404 fish/cmds.c:9449 #: fish/cmds.c:9470 fish/cmds.c:9493 fish/cmds.c:9519 fish/cmds.c:9547 #: fish/cmds.c:9576 fish/cmds.c:9599 fish/cmds.c:9623 fish/cmds.c:9649 #: fish/cmds.c:9735 fish/cmds.c:9783 fish/cmds.c:9871 fish/cmds.c:9956 #: fish/cmds.c:9998 fish/cmds.c:10026 fish/cmds.c:10053 fish/cmds.c:10081 #: fish/cmds.c:10108 fish/cmds.c:10138 fish/cmds.c:10188 fish/cmds.c:10236 #: fish/cmds.c:10263 fish/cmds.c:10287 fish/cmds.c:10310 fish/cmds.c:10332 #: fish/cmds.c:10355 fish/cmds.c:10457 fish/cmds.c:10486 fish/cmds.c:10515 #: fish/cmds.c:10544 fish/cmds.c:10573 fish/cmds.c:10602 fish/cmds.c:10631 #: fish/cmds.c:10660 fish/cmds.c:10689 fish/cmds.c:10718 fish/cmds.c:10747 #: fish/cmds.c:10775 fish/cmds.c:10803 fish/cmds.c:10830 fish/cmds.c:10857 #: fish/cmds.c:10884 fish/cmds.c:10910 fish/cmds.c:10938 fish/cmds.c:10983 #: fish/cmds.c:11005 fish/cmds.c:11027 fish/cmds.c:11052 fish/cmds.c:11077 #: fish/cmds.c:11099 fish/cmds.c:11121 fish/cmds.c:11143 fish/cmds.c:11165 #: fish/cmds.c:11190 fish/cmds.c:11232 fish/cmds.c:11278 fish/cmds.c:11317 #: fish/cmds.c:11338 fish/cmds.c:11359 fish/cmds.c:11380 fish/cmds.c:11400 #: fish/cmds.c:11425 fish/cmds.c:11469 fish/cmds.c:11513 fish/cmds.c:11558 #: fish/cmds.c:11604 fish/cmds.c:11651 fish/cmds.c:11698 fish/cmds.c:11742 #: fish/cmds.c:11764 fish/cmds.c:11792 fish/cmds.c:11821 fish/cmds.c:11848 #: fish/cmds.c:11872 fish/cmds.c:11898 fish/cmds.c:11941 fish/cmds.c:12023 #: fish/cmds.c:12070 fish/cmds.c:12136 fish/cmds.c:12168 fish/cmds.c:12200 #: fish/cmds.c:12234 fish/cmds.c:12300 fish/cmds.c:12326 fish/cmds.c:12378 #: fish/cmds.c:12403 fish/cmds.c:12448 fish/cmds.c:12491 fish/cmds.c:12515 #: fish/cmds.c:12541 fish/cmds.c:12606 fish/cmds.c:12632 fish/cmds.c:12661 #: fish/cmds.c:12688 fish/cmds.c:12712 fish/cmds.c:12737 fish/cmds.c:12769 #: fish/cmds.c:12793 fish/cmds.c:12817 fish/cmds.c:12841 fish/cmds.c:12865 #: fish/cmds.c:12891 fish/cmds.c:12934 fish/cmds.c:12957 fish/cmds.c:12987 #: fish/cmds.c:13014 fish/cmds.c:13036 fish/cmds.c:13079 fish/cmds.c:13123 #: fish/cmds.c:13168 fish/cmds.c:13231 fish/cmds.c:13257 fish/cmds.c:13299 #: fish/cmds.c:13319 fish/cmds.c:13343 fish/cmds.c:13390 fish/cmds.c:13420 #: fish/cmds.c:13451 fish/cmds.c:13483 fish/cmds.c:13531 fish/cmds.c:13562 #: fish/cmds.c:13606 fish/cmds.c:13643 fish/cmds.c:13680 fish/cmds.c:13714 #: fish/cmds.c:13738 fish/cmds.c:13777 fish/cmds.c:13801 fish/cmds.c:13825 #: fish/cmds.c:13848 fish/cmds.c:13871 fish/cmds.c:13902 fish/cmds.c:13931 #: fish/cmds.c:13955 fish/cmds.c:14006 fish/cmds.c:14058 fish/cmds.c:14114 #: fish/cmds.c:14162 fish/cmds.c:14185 fish/cmds.c:14209 fish/cmds.c:14233 #: fish/cmds.c:14259 fish/cmds.c:14285 fish/cmds.c:14311 fish/cmds.c:14337 #: fish/cmds.c:14363 fish/cmds.c:14389 fish/cmds.c:14435 fish/cmds.c:14495 #: fish/cmds.c:14538 fish/cmds.c:14600 fish/cmds.c:14745 fish/cmds.c:14779 #: fish/cmds.c:14811 fish/cmds.c:14833 fish/cmds.c:14859 fish/cmds.c:14880 #: fish/cmds.c:14951 fish/cmds.c:15104 fish/cmds.c:15281 fish/cmds.c:16032 #: fish/cmds.c:16055 fish/cmds.c:16079 fish/cmds.c:16101 fish/cmds.c:16178 #: fish/cmds.c:16205 fish/cmds.c:16349 fish/cmds.c:16376 fish/cmds.c:16399 #: fish/cmds.c:16426 fish/cmds.c:16469 fish/cmds.c:16493 fish/cmds.c:16521 #: fish/cmds.c:16549 fish/cmds.c:16737 fish/cmds.c:16817 fish/cmds.c:16844 #: fish/cmds.c:16884 fish/cmds.c:16913 fish/cmds.c:16938 fish/cmds.c:16963 #: fish/cmds.c:16991 fish/cmds.c:17030 fish/cmds.c:17055 fish/cmds.c:17081 #: fish/cmds.c:17111 fish/cmds.c:17141 fish/cmds.c:17229 fish/cmds.c:17349 #: fish/cmds.c:17370 fish/cmds.c:17392 fish/cmds.c:17419 fish/cmds.c:17439 #: fish/cmds.c:17460 fish/cmds.c:17480 fish/cmds.c:17499 #, 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:7789 #: fish/cmds.c:7845 fish/cmds.c:7910 fish/cmds.c:7940 fish/cmds.c:7970 #: fish/cmds.c:7995 fish/cmds.c:8022 fish/cmds.c:8048 fish/cmds.c:8076 #: fish/cmds.c:8098 fish/cmds.c:8120 fish/cmds.c:8143 fish/cmds.c:8166 #: fish/cmds.c:8191 fish/cmds.c:8214 fish/cmds.c:8239 fish/cmds.c:8263 #: fish/cmds.c:8286 fish/cmds.c:8313 fish/cmds.c:8343 fish/cmds.c:8373 #: fish/cmds.c:8402 fish/cmds.c:8441 fish/cmds.c:8462 fish/cmds.c:8484 #: fish/cmds.c:8514 fish/cmds.c:8542 fish/cmds.c:8570 fish/cmds.c:8597 #: fish/cmds.c:8619 fish/cmds.c:8646 fish/cmds.c:8749 fish/cmds.c:8773 #: fish/cmds.c:8797 fish/cmds.c:8821 fish/cmds.c:8844 fish/cmds.c:8871 #: fish/cmds.c:8913 fish/cmds.c:8935 fish/cmds.c:8962 fish/cmds.c:8984 #: fish/cmds.c:9026 fish/cmds.c:9050 fish/cmds.c:9074 fish/cmds.c:9098 #: fish/cmds.c:9125 fish/cmds.c:9147 fish/cmds.c:9172 fish/cmds.c:9197 #: fish/cmds.c:9224 fish/cmds.c:9250 fish/cmds.c:9276 fish/cmds.c:9302 #: fish/cmds.c:9330 fish/cmds.c:9377 fish/cmds.c:9405 fish/cmds.c:9450 #: fish/cmds.c:9471 fish/cmds.c:9494 fish/cmds.c:9520 fish/cmds.c:9548 #: fish/cmds.c:9577 fish/cmds.c:9600 fish/cmds.c:9624 fish/cmds.c:9650 #: fish/cmds.c:9736 fish/cmds.c:9784 fish/cmds.c:9872 fish/cmds.c:9957 #: fish/cmds.c:9999 fish/cmds.c:10027 fish/cmds.c:10054 fish/cmds.c:10082 #: fish/cmds.c:10109 fish/cmds.c:10139 fish/cmds.c:10189 fish/cmds.c:10237 #: fish/cmds.c:10264 fish/cmds.c:10288 fish/cmds.c:10311 fish/cmds.c:10333 #: fish/cmds.c:10356 fish/cmds.c:10390 fish/cmds.c:10458 fish/cmds.c:10487 #: fish/cmds.c:10516 fish/cmds.c:10545 fish/cmds.c:10574 fish/cmds.c:10603 #: fish/cmds.c:10632 fish/cmds.c:10661 fish/cmds.c:10690 fish/cmds.c:10719 #: fish/cmds.c:10748 fish/cmds.c:10776 fish/cmds.c:10804 fish/cmds.c:10831 #: fish/cmds.c:10858 fish/cmds.c:10885 fish/cmds.c:10911 fish/cmds.c:10939 #: fish/cmds.c:10984 fish/cmds.c:11006 fish/cmds.c:11028 fish/cmds.c:11053 #: fish/cmds.c:11078 fish/cmds.c:11100 fish/cmds.c:11122 fish/cmds.c:11144 #: fish/cmds.c:11166 fish/cmds.c:11191 fish/cmds.c:11233 fish/cmds.c:11279 #: fish/cmds.c:11318 fish/cmds.c:11339 fish/cmds.c:11360 fish/cmds.c:11381 #: fish/cmds.c:11401 fish/cmds.c:11426 fish/cmds.c:11470 fish/cmds.c:11514 #: fish/cmds.c:11559 fish/cmds.c:11605 fish/cmds.c:11652 fish/cmds.c:11699 #: fish/cmds.c:11743 fish/cmds.c:11765 fish/cmds.c:11793 fish/cmds.c:11822 #: fish/cmds.c:11849 fish/cmds.c:11873 fish/cmds.c:11899 fish/cmds.c:11942 #: fish/cmds.c:12024 fish/cmds.c:12071 fish/cmds.c:12137 fish/cmds.c:12169 #: fish/cmds.c:12201 fish/cmds.c:12235 fish/cmds.c:12301 fish/cmds.c:12327 #: fish/cmds.c:12379 fish/cmds.c:12404 fish/cmds.c:12449 fish/cmds.c:12492 #: fish/cmds.c:12516 fish/cmds.c:12542 fish/cmds.c:12607 fish/cmds.c:12633 #: fish/cmds.c:12662 fish/cmds.c:12689 fish/cmds.c:12713 fish/cmds.c:12738 #: fish/cmds.c:12770 fish/cmds.c:12794 fish/cmds.c:12818 fish/cmds.c:12842 #: fish/cmds.c:12866 fish/cmds.c:12892 fish/cmds.c:12935 fish/cmds.c:12958 #: fish/cmds.c:12988 fish/cmds.c:13015 fish/cmds.c:13037 fish/cmds.c:13080 #: fish/cmds.c:13124 fish/cmds.c:13169 fish/cmds.c:13232 fish/cmds.c:13258 #: fish/cmds.c:13300 fish/cmds.c:13320 fish/cmds.c:13344 fish/cmds.c:13391 #: fish/cmds.c:13421 fish/cmds.c:13452 fish/cmds.c:13484 fish/cmds.c:13532 #: fish/cmds.c:13563 fish/cmds.c:13607 fish/cmds.c:13644 fish/cmds.c:13681 #: fish/cmds.c:13715 fish/cmds.c:13739 fish/cmds.c:13778 fish/cmds.c:13802 #: fish/cmds.c:13826 fish/cmds.c:13849 fish/cmds.c:13872 fish/cmds.c:13903 #: fish/cmds.c:13932 fish/cmds.c:13956 fish/cmds.c:14007 fish/cmds.c:14059 #: fish/cmds.c:14115 fish/cmds.c:14163 fish/cmds.c:14186 fish/cmds.c:14210 #: fish/cmds.c:14234 fish/cmds.c:14260 fish/cmds.c:14286 fish/cmds.c:14312 #: fish/cmds.c:14338 fish/cmds.c:14364 fish/cmds.c:14390 fish/cmds.c:14436 #: fish/cmds.c:14496 fish/cmds.c:14539 fish/cmds.c:14601 fish/cmds.c:14628 #: fish/cmds.c:14746 fish/cmds.c:14780 fish/cmds.c:14812 fish/cmds.c:14834 #: fish/cmds.c:14860 fish/cmds.c:14881 fish/cmds.c:14907 fish/cmds.c:14952 #: fish/cmds.c:14977 fish/cmds.c:15042 fish/cmds.c:15105 fish/cmds.c:15137 #: fish/cmds.c:15213 fish/cmds.c:15282 fish/cmds.c:15308 fish/cmds.c:15404 #: fish/cmds.c:15503 fish/cmds.c:15602 fish/cmds.c:15703 fish/cmds.c:15905 #: fish/cmds.c:16033 fish/cmds.c:16056 fish/cmds.c:16080 fish/cmds.c:16102 #: fish/cmds.c:16128 fish/cmds.c:16179 fish/cmds.c:16206 fish/cmds.c:16230 #: fish/cmds.c:16279 fish/cmds.c:16350 fish/cmds.c:16377 fish/cmds.c:16400 #: fish/cmds.c:16427 fish/cmds.c:16470 fish/cmds.c:16494 fish/cmds.c:16522 #: fish/cmds.c:16550 fish/cmds.c:16576 fish/cmds.c:16738 fish/cmds.c:16768 #: fish/cmds.c:16818 fish/cmds.c:16845 fish/cmds.c:16885 fish/cmds.c:16914 #: fish/cmds.c:16939 fish/cmds.c:16964 fish/cmds.c:16992 fish/cmds.c:17031 #: fish/cmds.c:17056 fish/cmds.c:17082 fish/cmds.c:17112 fish/cmds.c:17142 #: fish/cmds.c:17167 fish/cmds.c:17230 fish/cmds.c:17255 fish/cmds.c:17350 #: fish/cmds.c:17371 fish/cmds.c:17393 fish/cmds.c:17420 fish/cmds.c:17440 #: fish/cmds.c:17461 fish/cmds.c:17481 fish/cmds.c:17500 fish/cmds.c:17525 #: fish/cmds.c:17680 fish/cmds.c:17741 fish/cmds.c:17799 #, 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:8412 fish/cmds.c:8657 fish/cmds.c:8676 #: fish/cmds.c:8695 fish/cmds.c:8714 fish/cmds.c:8882 fish/cmds.c:8994 #: fish/cmds.c:9340 fish/cmds.c:9415 fish/cmds.c:9660 fish/cmds.c:9679 #: fish/cmds.c:9698 fish/cmds.c:9746 fish/cmds.c:9794 fish/cmds.c:9813 #: fish/cmds.c:9832 fish/cmds.c:9882 fish/cmds.c:9901 fish/cmds.c:9920 #: fish/cmds.c:9967 fish/cmds.c:10151 fish/cmds.c:10201 fish/cmds.c:10951 #: fish/cmds.c:11201 fish/cmds.c:11245 fish/cmds.c:11289 fish/cmds.c:11437 #: fish/cmds.c:11480 fish/cmds.c:11524 fish/cmds.c:11569 fish/cmds.c:11616 #: fish/cmds.c:11663 fish/cmds.c:11710 fish/cmds.c:11911 fish/cmds.c:11954 #: fish/cmds.c:11967 fish/cmds.c:11980 fish/cmds.c:11993 fish/cmds.c:12036 #: fish/cmds.c:12081 fish/cmds.c:12100 fish/cmds.c:12247 fish/cmds.c:12266 #: fish/cmds.c:12339 fish/cmds.c:12352 fish/cmds.c:12415 fish/cmds.c:12460 #: fish/cmds.c:12552 fish/cmds.c:12571 fish/cmds.c:12906 fish/cmds.c:13048 #: fish/cmds.c:13091 fish/cmds.c:13135 fish/cmds.c:13180 fish/cmds.c:13199 #: fish/cmds.c:13269 fish/cmds.c:13357 fish/cmds.c:13495 fish/cmds.c:13578 #: fish/cmds.c:13618 fish/cmds.c:13655 fish/cmds.c:13692 fish/cmds.c:13751 #: fish/cmds.c:13971 fish/cmds.c:14022 fish/cmds.c:14078 fish/cmds.c:14130 #: fish/cmds.c:14404 fish/cmds.c:14450 fish/cmds.c:14463 fish/cmds.c:14510 #: fish/cmds.c:14550 fish/cmds.c:14569 fish/cmds.c:14646 fish/cmds.c:14674 #: fish/cmds.c:14697 fish/cmds.c:14994 fish/cmds.c:15060 fish/cmds.c:15158 #: fish/cmds.c:15233 fish/cmds.c:15326 fish/cmds.c:15343 fish/cmds.c:15360 #: fish/cmds.c:15423 fish/cmds.c:15440 fish/cmds.c:15457 fish/cmds.c:15522 #: fish/cmds.c:15539 fish/cmds.c:15556 fish/cmds.c:15622 fish/cmds.c:15639 #: fish/cmds.c:15656 fish/cmds.c:15725 fish/cmds.c:15748 fish/cmds.c:15776 #: fish/cmds.c:15793 fish/cmds.c:15816 fish/cmds.c:15844 fish/cmds.c:15861 #: fish/cmds.c:15924 fish/cmds.c:15941 fish/cmds.c:15964 fish/cmds.c:15987 #: fish/cmds.c:16439 fish/cmds.c:16594 fish/cmds.c:16611 fish/cmds.c:16633 #: fish/cmds.c:16666 fish/cmds.c:16689 fish/cmds.c:16857 fish/cmds.c:17002 #: fish/cmds.c:17184 fish/cmds.c:17273 fish/cmds.c:17290 fish/cmds.c:17307 #: fish/cmds.c:17558 fish/cmds.c:17575 fish/cmds.c:17592 fish/cmds.c:17609 #: fish/cmds.c:17626 #, 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:8418 fish/cmds.c:8663 fish/cmds.c:8682 #: fish/cmds.c:8701 fish/cmds.c:8720 fish/cmds.c:8888 fish/cmds.c:9000 #: fish/cmds.c:9346 fish/cmds.c:9421 fish/cmds.c:9666 fish/cmds.c:9685 #: fish/cmds.c:9704 fish/cmds.c:9752 fish/cmds.c:9800 fish/cmds.c:9819 #: fish/cmds.c:9838 fish/cmds.c:9888 fish/cmds.c:9907 fish/cmds.c:9926 #: fish/cmds.c:9973 fish/cmds.c:10157 fish/cmds.c:10207 fish/cmds.c:10957 #: fish/cmds.c:11207 fish/cmds.c:11251 fish/cmds.c:11295 fish/cmds.c:11443 #: fish/cmds.c:11486 fish/cmds.c:11530 fish/cmds.c:11575 fish/cmds.c:11622 #: fish/cmds.c:11669 fish/cmds.c:11716 fish/cmds.c:12042 fish/cmds.c:12087 #: fish/cmds.c:12106 fish/cmds.c:12253 fish/cmds.c:12421 fish/cmds.c:12466 #: fish/cmds.c:12558 fish/cmds.c:12577 fish/cmds.c:13054 fish/cmds.c:13097 #: fish/cmds.c:13141 fish/cmds.c:13186 fish/cmds.c:13205 fish/cmds.c:13275 #: fish/cmds.c:13363 fish/cmds.c:13501 fish/cmds.c:13977 fish/cmds.c:14028 #: fish/cmds.c:14084 fish/cmds.c:14136 fish/cmds.c:14556 fish/cmds.c:14652 #: fish/cmds.c:14680 fish/cmds.c:14703 fish/cmds.c:15164 fish/cmds.c:15239 #: fish/cmds.c:15731 fish/cmds.c:15754 fish/cmds.c:15799 fish/cmds.c:15822 #: fish/cmds.c:15947 fish/cmds.c:15970 fish/cmds.c:16445 fish/cmds.c:16639 #: fish/cmds.c:16672 fish/cmds.c:16695 fish/cmds.c:17632 #, 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:7788 fish/cmds.c:7844 #: fish/cmds.c:10389 fish/cmds.c:14627 fish/cmds.c:14906 fish/cmds.c:14976 #: fish/cmds.c:15041 fish/cmds.c:15136 fish/cmds.c:15212 fish/cmds.c:15307 #: fish/cmds.c:15403 fish/cmds.c:15502 fish/cmds.c:15601 fish/cmds.c:15702 #: fish/cmds.c:15904 fish/cmds.c:16127 fish/cmds.c:16229 fish/cmds.c:16278 #: fish/cmds.c:16575 fish/cmds.c:16767 fish/cmds.c:17166 fish/cmds.c:17254 #: fish/cmds.c:17524 fish/cmds.c:17679 fish/cmds.c:17740 fish/cmds.c:17798 #, 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:7807 fish/cmds.c:7873 #: fish/cmds.c:10422 fish/cmds.c:14713 fish/cmds.c:14923 fish/cmds.c:15009 #: fish/cmds.c:15070 fish/cmds.c:15174 fish/cmds.c:15249 fish/cmds.c:15370 #: fish/cmds.c:15467 fish/cmds.c:15566 fish/cmds.c:15666 fish/cmds.c:15871 #: fish/cmds.c:16002 fish/cmds.c:16148 fish/cmds.c:16245 fish/cmds.c:16316 #: fish/cmds.c:16705 fish/cmds.c:16785 fish/cmds.c:17199 fish/cmds.c:17317 #: fish/cmds.c:17642 fish/cmds.c:17703 fish/cmds.c:17763 fish/cmds.c:17821 #, 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:7813 fish/cmds.c:7879 #: fish/cmds.c:10428 fish/cmds.c:14719 fish/cmds.c:14929 fish/cmds.c:15015 #: fish/cmds.c:15076 fish/cmds.c:15180 fish/cmds.c:15255 fish/cmds.c:15376 #: fish/cmds.c:15473 fish/cmds.c:15572 fish/cmds.c:15672 fish/cmds.c:15877 #: fish/cmds.c:16008 fish/cmds.c:16154 fish/cmds.c:16251 fish/cmds.c:16322 #: fish/cmds.c:16711 fish/cmds.c:16791 fish/cmds.c:17205 fish/cmds.c:17323 #: fish/cmds.c:17648 fish/cmds.c:17709 fish/cmds.c:17769 fish/cmds.c:17827 #, c-format msgid "%s: optional argument \"%s\" given twice\n" msgstr "" #: fish/cmds.c:17853 #, 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