# 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.23\n" "Report-Msgid-Bugs-To: https://bugzilla.redhat.com/enter_bug.cgi?" "component=libguestfs&product=Virtualization+Tools\n" "POT-Creation-Date: 2012-07-22 11:42+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:231 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:290 #: 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:1582 #, 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:3041 msgid "Command" msgstr "" #: fish/cmds.c:3041 msgid "Description" msgstr "" #: fish/cmds.c:3043 msgid "add a CD-ROM disk image to examine" msgstr "" #: fish/cmds.c:3044 msgid "add the disk(s) from a named libvirt domain" msgstr "" #: fish/cmds.c:3045 msgid "add an image to examine or modify" msgstr "" #: fish/cmds.c:3046 msgid "add a drive in snapshot mode (read-only)" msgstr "" #: fish/cmds.c:3047 msgid "add a drive read-only specifying the QEMU block emulation to use" msgstr "" #: fish/cmds.c:3048 msgid "add a drive specifying the QEMU block emulation to use" msgstr "" #: fish/cmds.c:3049 msgid "allocate and add a disk file" msgstr "" #: fish/cmds.c:3050 msgid "clear Augeas path" msgstr "" #: fish/cmds.c:3051 msgid "close the current Augeas handle" msgstr "" #: fish/cmds.c:3052 msgid "define an Augeas node" msgstr "" #: fish/cmds.c:3053 msgid "define an Augeas variable" msgstr "" #: fish/cmds.c:3054 msgid "look up the value of an Augeas path" msgstr "" #: fish/cmds.c:3055 msgid "create a new Augeas handle" msgstr "" #: fish/cmds.c:3056 msgid "insert a sibling Augeas node" msgstr "" #: fish/cmds.c:3057 msgid "load files into the tree" msgstr "" #: fish/cmds.c:3058 msgid "list Augeas nodes under augpath" msgstr "" #: fish/cmds.c:3059 msgid "return Augeas nodes which match augpath" msgstr "" #: fish/cmds.c:3060 msgid "move Augeas node" msgstr "" #: fish/cmds.c:3061 msgid "remove an Augeas path" msgstr "" #: fish/cmds.c:3062 msgid "write all pending Augeas changes to disk" msgstr "" #: fish/cmds.c:3063 msgid "set Augeas path to value" msgstr "" #: fish/cmds.c:3064 msgid "test availability of some parts of the API" msgstr "" #: fish/cmds.c:3065 msgid "return a list of all optional groups" msgstr "" #: fish/cmds.c:3066 msgid "upload base64-encoded data to file" msgstr "" #: fish/cmds.c:3067 msgid "download file and encode as base64" msgstr "" #: fish/cmds.c:3068 msgid "print block device attributes" msgstr "" #: fish/cmds.c:3069 msgid "flush device buffers" msgstr "" #: fish/cmds.c:3070 msgid "get blocksize of block device" msgstr "" #: fish/cmds.c:3071 msgid "is block device set to read-only" msgstr "" #: fish/cmds.c:3072 msgid "get total size of device in bytes" msgstr "" #: fish/cmds.c:3073 msgid "get sectorsize of block device" msgstr "" #: fish/cmds.c:3074 msgid "get total size of device in 512-byte sectors" msgstr "" #: fish/cmds.c:3075 msgid "reread partition table" msgstr "" #: fish/cmds.c:3076 msgid "set blocksize of block device" msgstr "" #: fish/cmds.c:3077 msgid "set block device to read-only" msgstr "" #: fish/cmds.c:3078 msgid "set block device to read-write" msgstr "" #: fish/cmds.c:3079 msgid "add devices to a btrfs filesystem" msgstr "" #: fish/cmds.c:3080 msgid "remove devices from a btrfs filesystem" msgstr "" #: fish/cmds.c:3081 msgid "balance a btrfs filesystem" msgstr "" #: fish/cmds.c:3082 msgid "resize a btrfs filesystem" msgstr "" #: fish/cmds.c:3083 msgid "sync a btrfs filesystem" msgstr "" #: fish/cmds.c:3084 msgid "check a btrfs filesystem" msgstr "" #: fish/cmds.c:3085 msgid "enable or disable the seeding feature of device" msgstr "" #: fish/cmds.c:3086 msgid "create a btrfs snapshot" msgstr "" #: fish/cmds.c:3087 msgid "delete a btrfs snapshot" msgstr "" #: fish/cmds.c:3088 msgid "list btrfs snapshots and subvolumes" msgstr "" #: fish/cmds.c:3089 msgid "set default btrfs subvolume" msgstr "" #: fish/cmds.c:3090 msgid "create a writable btrfs snapshot" msgstr "" #: fish/cmds.c:3091 msgid "return canonical device name" msgstr "" #: fish/cmds.c:3092 msgid "return true path on case-insensitive filesystem" msgstr "" #: fish/cmds.c:3093 msgid "list the contents of a file" msgstr "" #: fish/cmds.c:3094 msgid "compute MD5, SHAx or CRC checksum of file" msgstr "" #: fish/cmds.c:3095 msgid "compute MD5, SHAx or CRC checksum of the contents of a device" msgstr "" #: fish/cmds.c:3096 msgid "compute MD5, SHAx or CRC checksum of files in a directory" msgstr "" #: fish/cmds.c:3097 msgid "change file mode" msgstr "" #: fish/cmds.c:3098 fish/cmds.c:3236 msgid "change file owner and group" msgstr "" #: fish/cmds.c:3099 msgid "run a command from the guest filesystem" msgstr "" #: fish/cmds.c:3100 msgid "run a command, returning lines" msgstr "" #: fish/cmds.c:3101 msgid "output compressed device" msgstr "" #: fish/cmds.c:3102 msgid "output compressed file" msgstr "" #: fish/cmds.c:3103 msgid "add qemu parameters" msgstr "" #: fish/cmds.c:3104 msgid "copy from source device to destination device" msgstr "" #: fish/cmds.c:3105 msgid "copy from source device to destination file" msgstr "" #: fish/cmds.c:3106 msgid "copy from source file to destination device" msgstr "" #: fish/cmds.c:3107 msgid "copy from source file to destination file" msgstr "" #: fish/cmds.c:3108 msgid "copy local files or directories into an image" msgstr "" #: fish/cmds.c:3109 msgid "copy remote files or directories out of an image" msgstr "" #: fish/cmds.c:3110 msgid "copy size bytes from source to destination using dd" msgstr "" #: fish/cmds.c:3111 msgid "copy a file" msgstr "" #: fish/cmds.c:3112 msgid "copy a file or directory recursively" msgstr "" #: fish/cmds.c:3113 msgid "copy from source to destination using dd" msgstr "" #: fish/cmds.c:3114 msgid "debugging and internals" msgstr "" #: fish/cmds.c:3115 msgid "debug the drives (internal use only)" msgstr "" #: fish/cmds.c:3116 msgid "upload a file to the appliance (internal use only)" msgstr "" #: fish/cmds.c:3117 msgid "delete a previously registered event handler" msgstr "" #: fish/cmds.c:3118 msgid "convert device to index" msgstr "" #: fish/cmds.c:3119 msgid "report file system disk space usage" msgstr "" #: fish/cmds.c:3120 msgid "report file system disk space usage (human readable)" msgstr "" #: fish/cmds.c:3121 msgid "display an image" msgstr "" #: fish/cmds.c:3122 msgid "return kernel messages" msgstr "" #: fish/cmds.c:3123 msgid "download a file to the local machine" msgstr "" #: fish/cmds.c:3124 msgid "download a file to the local machine with offset and size" msgstr "" #: fish/cmds.c:3125 msgid "drop kernel page cache, dentries and inodes" msgstr "" #: fish/cmds.c:3126 msgid "estimate file space usage" msgstr "" #: fish/cmds.c:3127 fish/cmds.c:3128 msgid "check an ext2/ext3 filesystem" msgstr "" #: fish/cmds.c:3129 msgid "display a line of text" msgstr "" #: fish/cmds.c:3130 msgid "echo arguments back to the client" msgstr "" #: fish/cmds.c:3131 msgid "edit a file" msgstr "" #: fish/cmds.c:3132 fish/cmds.c:3133 fish/cmds.c:3139 fish/cmds.c:3140 #: fish/cmds.c:3179 fish/cmds.c:3180 fish/cmds.c:3462 fish/cmds.c:3463 #: fish/cmds.c:3468 fish/cmds.c:3469 fish/cmds.c:3471 fish/cmds.c:3472 msgid "return lines matching a pattern" msgstr "" #: fish/cmds.c:3134 msgid "test if two files have equal contents" msgstr "" #: fish/cmds.c:3135 msgid "register a handler for an event or events" msgstr "" #: fish/cmds.c:3136 msgid "test if file or directory exists" msgstr "" #: fish/cmds.c:3137 fish/cmds.c:3138 msgid "preallocate a file in the guest filesystem" msgstr "" #: fish/cmds.c:3141 msgid "determine file type" msgstr "" #: fish/cmds.c:3142 msgid "detect the architecture of a binary file" msgstr "" #: fish/cmds.c:3143 msgid "return the size of the file in bytes" msgstr "" #: fish/cmds.c:3144 msgid "check if filesystem is available" msgstr "" #: fish/cmds.c:3145 msgid "fill a file with octets" msgstr "" #: fish/cmds.c:3146 msgid "fill a file with a repeating pattern of bytes" msgstr "" #: fish/cmds.c:3147 msgid "find all files and directories" msgstr "" #: fish/cmds.c:3148 msgid "find all files and directories, returning NUL-separated list" msgstr "" #: fish/cmds.c:3149 msgid "find a filesystem by label" msgstr "" #: fish/cmds.c:3150 msgid "find a filesystem by UUID" msgstr "" #: fish/cmds.c:3151 msgid "run the filesystem checker" msgstr "" #: fish/cmds.c:3152 msgid "trim free space in a filesystem" msgstr "" #: fish/cmds.c:3153 msgid "get the additional kernel options" msgstr "" #: fish/cmds.c:3154 msgid "get the attach method" msgstr "" #: fish/cmds.c:3155 msgid "get autosync mode" msgstr "" #: fish/cmds.c:3156 msgid "get direct appliance mode flag" msgstr "" #: fish/cmds.c:3157 msgid "get ext2 file attributes of a file" msgstr "" #: fish/cmds.c:3158 msgid "get ext2 file generation of a file" msgstr "" #: fish/cmds.c:3159 msgid "get the ext2/3/4 filesystem label" msgstr "" #: fish/cmds.c:3160 msgid "get the ext2/3/4 filesystem UUID" msgstr "" #: fish/cmds.c:3161 msgid "get memory allocated to the qemu subprocess" msgstr "" #: fish/cmds.c:3162 msgid "get enable network flag" msgstr "" #: fish/cmds.c:3163 msgid "get the search path" msgstr "" #: fish/cmds.c:3164 msgid "get process group flag" msgstr "" #: fish/cmds.c:3165 msgid "get PID of qemu subprocess" msgstr "" #: fish/cmds.c:3166 msgid "get the qemu binary" msgstr "" #: fish/cmds.c:3167 msgid "get recovery process enabled flag" msgstr "" #: fish/cmds.c:3168 msgid "get SELinux enabled flag" msgstr "" #: fish/cmds.c:3169 msgid "get number of virtual CPUs in appliance" msgstr "" #: fish/cmds.c:3170 msgid "get the current state" msgstr "" #: fish/cmds.c:3171 msgid "get command trace enabled flag" msgstr "" #: fish/cmds.c:3172 msgid "get the current umask" msgstr "" #: fish/cmds.c:3173 msgid "get verbose mode" msgstr "" #: fish/cmds.c:3174 msgid "get SELinux security context" msgstr "" #: fish/cmds.c:3175 fish/cmds.c:3237 msgid "get a single extended attribute" msgstr "" #: fish/cmds.c:3176 fish/cmds.c:3238 msgid "list extended attributes of a file or directory" msgstr "" #: fish/cmds.c:3177 msgid "expand wildcards in command" msgstr "" #: fish/cmds.c:3178 msgid "expand a wildcard path" msgstr "" #: fish/cmds.c:3181 msgid "install GRUB 1" msgstr "" #: fish/cmds.c:3182 msgid "return first 10 lines of a file" msgstr "" #: fish/cmds.c:3183 msgid "return first N lines of a file" msgstr "" #: fish/cmds.c:3184 msgid "dump a file in hexadecimal" msgstr "" #: fish/cmds.c:3185 msgid "edit with a hex editor" msgstr "" #: fish/cmds.c:3186 msgid "list the contents of a single file in an initrd" msgstr "" #: fish/cmds.c:3187 msgid "list files in an initrd" msgstr "" #: fish/cmds.c:3188 msgid "add an inotify watch" msgstr "" #: fish/cmds.c:3189 msgid "close the inotify handle" msgstr "" #: fish/cmds.c:3190 msgid "return list of watched files that had events" msgstr "" #: fish/cmds.c:3191 msgid "create an inotify handle" msgstr "" #: fish/cmds.c:3192 msgid "return list of inotify events" msgstr "" #: fish/cmds.c:3193 msgid "remove an inotify watch" msgstr "" #: fish/cmds.c:3194 msgid "get architecture of inspected operating system" msgstr "" #: fish/cmds.c:3195 msgid "get distro of inspected operating system" msgstr "" #: fish/cmds.c:3196 msgid "get drive letter mappings" msgstr "" #: fish/cmds.c:3197 msgid "get filesystems associated with inspected operating system" msgstr "" #: fish/cmds.c:3198 msgid "get format of inspected operating system" msgstr "" #: fish/cmds.c:3199 msgid "get hostname of the operating system" msgstr "" #: fish/cmds.c:3200 msgid "get the icon corresponding to this operating system" msgstr "" #: fish/cmds.c:3201 msgid "get major version of inspected operating system" msgstr "" #: fish/cmds.c:3202 msgid "get minor version of inspected operating system" msgstr "" #: fish/cmds.c:3203 msgid "get mountpoints of inspected operating system" msgstr "" #: fish/cmds.c:3204 msgid "get package format used by the operating system" msgstr "" #: fish/cmds.c:3205 msgid "get package management tool used by the operating system" msgstr "" #: fish/cmds.c:3206 msgid "get product name of inspected operating system" msgstr "" #: fish/cmds.c:3207 msgid "get product variant of inspected operating system" msgstr "" #: fish/cmds.c:3208 msgid "return list of operating systems found by last inspection" msgstr "" #: fish/cmds.c:3209 msgid "get type of inspected operating system" msgstr "" #: fish/cmds.c:3210 msgid "get Windows CurrentControlSet of inspected operating system" msgstr "" #: fish/cmds.c:3211 msgid "get Windows systemroot of inspected operating system" msgstr "" #: fish/cmds.c:3212 msgid "get live flag for install disk" msgstr "" #: fish/cmds.c:3213 msgid "get multipart flag for install disk" msgstr "" #: fish/cmds.c:3214 msgid "get netinst (network installer) flag for install disk" msgstr "" #: fish/cmds.c:3215 msgid "get list of applications installed in the operating system" msgstr "" #: fish/cmds.c:3216 msgid "inspect disk and return list of operating systems found" msgstr "" #: fish/cmds.c:3217 msgid "test if block device" msgstr "" #: fish/cmds.c:3218 msgid "is busy processing a command" msgstr "" #: fish/cmds.c:3219 msgid "test if character device" msgstr "" #: fish/cmds.c:3220 msgid "is in configuration state" msgstr "" #: fish/cmds.c:3221 msgid "test if a directory" msgstr "" #: fish/cmds.c:3222 msgid "test if FIFO (named pipe)" msgstr "" #: fish/cmds.c:3223 msgid "test if a regular file" msgstr "" #: fish/cmds.c:3224 msgid "is launching subprocess" msgstr "" #: fish/cmds.c:3225 msgid "test if device is a logical volume" msgstr "" #: fish/cmds.c:3226 msgid "is ready to accept commands" msgstr "" #: fish/cmds.c:3227 msgid "test if socket" msgstr "" #: fish/cmds.c:3228 msgid "test if symbolic link" msgstr "" #: fish/cmds.c:3229 msgid "test if a file contains all zero bytes" msgstr "" #: fish/cmds.c:3230 msgid "test if a device contains all zero bytes" msgstr "" #: fish/cmds.c:3231 msgid "get ISO information from primary volume descriptor of ISO file" msgstr "" #: fish/cmds.c:3232 msgid "get ISO information from primary volume descriptor of device" msgstr "" #: fish/cmds.c:3233 msgid "kill the qemu subprocess" msgstr "" #: fish/cmds.c:3234 msgid "launch the qemu subprocess" msgstr "" #: fish/cmds.c:3235 msgid "change working directory" msgstr "" #: fish/cmds.c:3239 msgid "list 9p filesystems" msgstr "" #: fish/cmds.c:3240 msgid "list the block devices" msgstr "" #: fish/cmds.c:3241 msgid "list device mapper devices" msgstr "" #: fish/cmds.c:3242 msgid "list event handlers" msgstr "" #: fish/cmds.c:3243 msgid "list filesystems" msgstr "" #: fish/cmds.c:3244 msgid "list Linux md (RAID) devices" msgstr "" #: fish/cmds.c:3245 msgid "list the partitions" msgstr "" #: fish/cmds.c:3246 msgid "list the files in a directory (long format)" msgstr "" #: fish/cmds.c:3247 msgid "list the files in a directory (long format with SELinux contexts)" msgstr "" #: fish/cmds.c:3248 fish/cmds.c:3249 msgid "create a hard link" msgstr "" #: fish/cmds.c:3250 fish/cmds.c:3251 msgid "create a symbolic link" msgstr "" #: fish/cmds.c:3252 fish/cmds.c:3357 msgid "remove extended attribute of a file or directory" msgstr "" #: fish/cmds.c:3253 msgid "list the files in a directory" msgstr "" #: fish/cmds.c:3254 fish/cmds.c:3390 msgid "set extended attribute of a file or directory" msgstr "" #: fish/cmds.c:3255 msgid "get file information for a symbolic link" msgstr "" #: fish/cmds.c:3256 msgid "lstat on multiple files" msgstr "" #: fish/cmds.c:3257 msgid "add a key on a LUKS encrypted device" msgstr "" #: fish/cmds.c:3258 msgid "close a LUKS device" msgstr "" #: fish/cmds.c:3259 fish/cmds.c:3260 msgid "format a block device as a LUKS encrypted device" msgstr "" #: fish/cmds.c:3261 msgid "remove a key from a LUKS encrypted device" msgstr "" #: fish/cmds.c:3262 msgid "open a LUKS-encrypted block device" msgstr "" #: fish/cmds.c:3263 msgid "open a LUKS-encrypted block device read-only" msgstr "" #: fish/cmds.c:3264 msgid "create an LVM logical volume" msgstr "" #: fish/cmds.c:3265 msgid "create an LVM logical volume in % remaining free space" msgstr "" #: fish/cmds.c:3266 msgid "get canonical name of an LV" msgstr "" #: fish/cmds.c:3267 msgid "clear LVM device filter" msgstr "" #: fish/cmds.c:3268 msgid "remove all LVM LVs, VGs and PVs" msgstr "" #: fish/cmds.c:3269 msgid "set LVM device filter" msgstr "" #: fish/cmds.c:3270 msgid "remove an LVM logical volume" msgstr "" #: fish/cmds.c:3271 msgid "rename an LVM logical volume" msgstr "" #: fish/cmds.c:3272 msgid "resize an LVM logical volume" msgstr "" #: fish/cmds.c:3273 msgid "expand an LV to fill free space" msgstr "" #: fish/cmds.c:3274 fish/cmds.c:3275 msgid "list the LVM logical volumes (LVs)" msgstr "" #: fish/cmds.c:3276 msgid "get the UUID of a logical volume" msgstr "" #: fish/cmds.c:3277 msgid "lgetxattr on multiple files" msgstr "" #: fish/cmds.c:3278 msgid "open the manual" msgstr "" #: fish/cmds.c:3279 msgid "maximum number of disks that may be added" msgstr "" #: fish/cmds.c:3280 msgid "create a Linux md (RAID) device" msgstr "" #: fish/cmds.c:3281 msgid "obtain metadata for an MD device" msgstr "" #: fish/cmds.c:3282 msgid "get underlying devices from an MD device" msgstr "" #: fish/cmds.c:3283 msgid "stop a Linux md (RAID) device" msgstr "" #: fish/cmds.c:3284 msgid "create a directory" msgstr "" #: fish/cmds.c:3285 msgid "create a directory with a particular mode" msgstr "" #: fish/cmds.c:3286 msgid "create a directory and parents" msgstr "" #: fish/cmds.c:3287 msgid "create a temporary directory" msgstr "" #: fish/cmds.c:3288 fish/cmds.c:3289 fish/cmds.c:3290 msgid "make ext2/3/4 filesystem with external journal" msgstr "" #: fish/cmds.c:3291 msgid "make ext2/3/4 external journal" msgstr "" #: fish/cmds.c:3292 msgid "make ext2/3/4 external journal with label" msgstr "" #: fish/cmds.c:3293 msgid "make ext2/3/4 external journal with UUID" msgstr "" #: fish/cmds.c:3294 msgid "make FIFO (named pipe)" msgstr "" #: fish/cmds.c:3295 msgid "make a filesystem" msgstr "" #: fish/cmds.c:3296 msgid "make a filesystem with block size" msgstr "" #: fish/cmds.c:3297 msgid "create a btrfs filesystem" msgstr "" #: fish/cmds.c:3298 msgid "create a mountpoint" msgstr "" #: fish/cmds.c:3299 msgid "make block, character or FIFO devices" msgstr "" #: fish/cmds.c:3300 msgid "make block device node" msgstr "" #: fish/cmds.c:3301 msgid "make char device node" msgstr "" #: fish/cmds.c:3302 msgid "create a swap partition" msgstr "" #: fish/cmds.c:3303 msgid "create a swap partition with a label" msgstr "" #: fish/cmds.c:3304 msgid "create a swap partition with an explicit UUID" msgstr "" #: fish/cmds.c:3305 msgid "create a swap file" msgstr "" #: fish/cmds.c:3306 msgid "load a kernel module" msgstr "" #: fish/cmds.c:3307 msgid "view a file" msgstr "" #: fish/cmds.c:3308 msgid "mount a guest disk at a position in the filesystem" msgstr "" #: fish/cmds.c:3309 msgid "mount 9p filesystem" msgstr "" #: fish/cmds.c:3310 msgid "mount on the local filesystem" msgstr "" #: fish/cmds.c:3311 msgid "run main loop of mount on the local filesystem" msgstr "" #: fish/cmds.c:3312 msgid "mount a file using the loop device" msgstr "" #: fish/cmds.c:3313 msgid "mount a guest disk with mount options" msgstr "" #: fish/cmds.c:3314 msgid "mount a guest disk, read-only" msgstr "" #: fish/cmds.c:3315 msgid "mount a guest disk with mount options and vfstype" msgstr "" #: fish/cmds.c:3316 msgid "show mountpoints" msgstr "" #: fish/cmds.c:3317 msgid "show mounted filesystems" msgstr "" #: fish/cmds.c:3318 msgid "move a file" msgstr "" #: fish/cmds.c:3319 msgid "return number of whole block devices (disks) added" msgstr "" #: fish/cmds.c:3320 msgid "probe NTFS volume" msgstr "" #: fish/cmds.c:3321 msgid "restore NTFS from backup file" msgstr "" #: fish/cmds.c:3322 msgid "save NTFS to backup file" msgstr "" #: fish/cmds.c:3323 msgid "fix common errors and force Windows to check NTFS" msgstr "" #: fish/cmds.c:3324 msgid "resize an NTFS filesystem" msgstr "" #: fish/cmds.c:3325 msgid "resize an NTFS filesystem (with size)" msgstr "" #: fish/cmds.c:3326 msgid "add a partition to the device" msgstr "" #: fish/cmds.c:3327 msgid "delete a partition" msgstr "" #: fish/cmds.c:3328 msgid "partition whole disk with a single primary partition" msgstr "" #: fish/cmds.c:3329 msgid "return true if a partition is bootable" msgstr "" #: fish/cmds.c:3330 msgid "get the MBR type byte (ID byte) from a partition" msgstr "" #: fish/cmds.c:3331 msgid "get the partition table type" msgstr "" #: fish/cmds.c:3332 msgid "create an empty partition table" msgstr "" #: fish/cmds.c:3333 msgid "list partitions on a device" msgstr "" #: fish/cmds.c:3334 msgid "make a partition bootable" msgstr "" #: fish/cmds.c:3335 msgid "set the MBR type byte (ID byte) of a partition" msgstr "" #: fish/cmds.c:3336 msgid "set partition name" msgstr "" #: fish/cmds.c:3337 msgid "convert partition name to device name" msgstr "" #: fish/cmds.c:3338 msgid "convert partition name to partition number" msgstr "" #: fish/cmds.c:3339 msgid "ping the guest daemon" msgstr "" #: fish/cmds.c:3340 msgid "read part of a file" msgstr "" #: fish/cmds.c:3341 msgid "read part of a device" msgstr "" #: fish/cmds.c:3342 msgid "create an LVM physical volume" msgstr "" #: fish/cmds.c:3343 msgid "remove an LVM physical volume" msgstr "" #: fish/cmds.c:3344 msgid "resize an LVM physical volume" msgstr "" #: fish/cmds.c:3345 msgid "resize an LVM physical volume (with size)" msgstr "" #: fish/cmds.c:3346 fish/cmds.c:3347 msgid "list the LVM physical volumes (PVs)" msgstr "" #: fish/cmds.c:3348 msgid "get the UUID of a physical volume" msgstr "" #: fish/cmds.c:3349 msgid "write to part of a file" msgstr "" #: fish/cmds.c:3350 msgid "write to part of a device" msgstr "" #: fish/cmds.c:3351 msgid "read a file" msgstr "" #: fish/cmds.c:3352 msgid "read file as lines" msgstr "" #: fish/cmds.c:3353 msgid "read directories entries" msgstr "" #: fish/cmds.c:3354 msgid "read the target of a symbolic link" msgstr "" #: fish/cmds.c:3355 msgid "readlink on multiple files" msgstr "" #: fish/cmds.c:3356 msgid "canonicalized absolute pathname" msgstr "" #: fish/cmds.c:3358 msgid "close and reopen libguestfs handle" msgstr "" #: fish/cmds.c:3359 msgid "resize an ext2, ext3 or ext4 filesystem" msgstr "" #: fish/cmds.c:3360 msgid "resize an ext2, ext3 or ext4 filesystem to the minimum size" msgstr "" #: fish/cmds.c:3361 msgid "resize an ext2, ext3 or ext4 filesystem (with size)" msgstr "" #: fish/cmds.c:3362 msgid "remove a file" msgstr "" #: fish/cmds.c:3363 msgid "remove a file or directory recursively" msgstr "" #: fish/cmds.c:3364 msgid "remove a directory" msgstr "" #: fish/cmds.c:3365 msgid "remove a mountpoint" msgstr "" #: fish/cmds.c:3366 msgid "scrub (securely wipe) a device" msgstr "" #: fish/cmds.c:3367 msgid "scrub (securely wipe) a file" msgstr "" #: fish/cmds.c:3368 msgid "scrub (securely wipe) free space" msgstr "" #: fish/cmds.c:3369 msgid "add options to kernel command line" msgstr "" #: fish/cmds.c:3370 msgid "set the attach method" msgstr "" #: fish/cmds.c:3371 msgid "set autosync mode" msgstr "" #: fish/cmds.c:3372 msgid "enable or disable direct appliance mode" msgstr "" #: fish/cmds.c:3373 msgid "set ext2 file attributes of a file" msgstr "" #: fish/cmds.c:3374 msgid "set ext2 file generation of a file" msgstr "" #: fish/cmds.c:3375 msgid "set the ext2/3/4 filesystem label" msgstr "" #: fish/cmds.c:3376 msgid "set the ext2/3/4 filesystem UUID" msgstr "" #: fish/cmds.c:3377 msgid "set filesystem label" msgstr "" #: fish/cmds.c:3378 msgid "set memory allocated to the qemu subprocess" msgstr "" #: fish/cmds.c:3379 msgid "set enable network flag" msgstr "" #: fish/cmds.c:3380 msgid "set the search path" msgstr "" #: fish/cmds.c:3381 msgid "set process group flag" msgstr "" #: fish/cmds.c:3382 msgid "set the qemu binary" msgstr "" #: fish/cmds.c:3383 msgid "enable or disable the recovery process" msgstr "" #: fish/cmds.c:3384 msgid "set SELinux enabled or disabled at appliance boot" msgstr "" #: fish/cmds.c:3385 msgid "set number of virtual CPUs in appliance" msgstr "" #: fish/cmds.c:3386 msgid "enable or disable command traces" msgstr "" #: fish/cmds.c:3387 msgid "set verbose mode" msgstr "" #: fish/cmds.c:3388 msgid "set SELinux security context" msgstr "" #: fish/cmds.c:3389 msgid "set an environment variable" msgstr "" #: fish/cmds.c:3391 fish/cmds.c:3392 msgid "create partitions on a block device" msgstr "" #: fish/cmds.c:3393 msgid "modify a single partition on a block device" msgstr "" #: fish/cmds.c:3394 msgid "display the disk geometry from the partition table" msgstr "" #: fish/cmds.c:3395 msgid "display the kernel geometry" msgstr "" #: fish/cmds.c:3396 msgid "display the partition table" msgstr "" #: fish/cmds.c:3397 msgid "run a command via the shell" msgstr "" #: fish/cmds.c:3398 msgid "run a command via the shell returning lines" msgstr "" #: fish/cmds.c:3399 msgid "shutdown the qemu subprocess" msgstr "" #: fish/cmds.c:3400 msgid "sleep for some seconds" msgstr "" #: fish/cmds.c:3401 msgid "create a sparse disk image and add" msgstr "" #: fish/cmds.c:3402 msgid "get file information" msgstr "" #: fish/cmds.c:3403 msgid "get file system statistics" msgstr "" #: fish/cmds.c:3404 fish/cmds.c:3405 msgid "print the printable strings in a file" msgstr "" #: fish/cmds.c:3406 msgid "list supported groups of commands" msgstr "" #: fish/cmds.c:3407 msgid "disable swap on device" msgstr "" #: fish/cmds.c:3408 msgid "disable swap on file" msgstr "" #: fish/cmds.c:3409 msgid "disable swap on labeled swap partition" msgstr "" #: fish/cmds.c:3410 msgid "disable swap on swap partition by UUID" msgstr "" #: fish/cmds.c:3411 msgid "enable swap on device" msgstr "" #: fish/cmds.c:3412 msgid "enable swap on file" msgstr "" #: fish/cmds.c:3413 msgid "enable swap on labeled swap partition" msgstr "" #: fish/cmds.c:3414 msgid "enable swap on swap partition by UUID" msgstr "" #: fish/cmds.c:3415 msgid "sync disks, writes are flushed through to the disk image" msgstr "" #: fish/cmds.c:3416 msgid "return last 10 lines of a file" msgstr "" #: fish/cmds.c:3417 msgid "return last N lines of a file" msgstr "" #: fish/cmds.c:3418 msgid "unpack tarfile to directory" msgstr "" #: fish/cmds.c:3419 msgid "pack directory into tarfile" msgstr "" #: fish/cmds.c:3420 fish/cmds.c:3428 msgid "unpack compressed tarball to directory" msgstr "" #: fish/cmds.c:3421 fish/cmds.c:3429 msgid "pack directory into compressed tarball" msgstr "" #: fish/cmds.c:3422 msgid "print elapsed time taken to run a command" msgstr "" #: fish/cmds.c:3423 msgid "update file timestamps or create a new file" msgstr "" #: fish/cmds.c:3424 msgid "truncate a file to zero size" msgstr "" #: fish/cmds.c:3425 msgid "truncate a file to a particular size" msgstr "" #: fish/cmds.c:3426 msgid "adjust ext2/ext3/ext4 filesystem parameters" msgstr "" #: fish/cmds.c:3427 msgid "get ext2/ext3/ext4 superblock details" msgstr "" #: fish/cmds.c:3430 msgid "set file mode creation mask (umask)" msgstr "" #: fish/cmds.c:3431 msgid "unmount a filesystem" msgstr "" #: fish/cmds.c:3432 msgid "unmount all filesystems" msgstr "" #: fish/cmds.c:3433 msgid "unmount a locally mounted filesystem" msgstr "" #: fish/cmds.c:3434 msgid "unset an environment variable" msgstr "" #: fish/cmds.c:3435 msgid "upload a file from the local machine" msgstr "" #: fish/cmds.c:3436 msgid "upload a file from the local machine with offset" msgstr "" #: fish/cmds.c:3437 msgid "set timestamp of a file with nanosecond precision" msgstr "" #: fish/cmds.c:3438 msgid "get the library version number" msgstr "" #: fish/cmds.c:3439 msgid "get the filesystem label" msgstr "" #: fish/cmds.c:3440 msgid "get the Linux VFS type corresponding to a mounted device" msgstr "" #: fish/cmds.c:3441 msgid "get the filesystem UUID" msgstr "" #: fish/cmds.c:3442 msgid "activate or deactivate some volume groups" msgstr "" #: fish/cmds.c:3443 msgid "activate or deactivate all volume groups" msgstr "" #: fish/cmds.c:3444 msgid "create an LVM volume group" msgstr "" #: fish/cmds.c:3445 msgid "get the LV UUIDs of all LVs in the volume group" msgstr "" #: fish/cmds.c:3446 msgid "get volume group metadata" msgstr "" #: fish/cmds.c:3447 msgid "get the PV UUIDs containing the volume group" msgstr "" #: fish/cmds.c:3448 msgid "remove an LVM volume group" msgstr "" #: fish/cmds.c:3449 msgid "rename an LVM volume group" msgstr "" #: fish/cmds.c:3450 fish/cmds.c:3451 msgid "list the LVM volume groups (VGs)" msgstr "" #: fish/cmds.c:3452 msgid "rescan for LVM physical volumes, volume groups and logical volumes" msgstr "" #: fish/cmds.c:3453 msgid "get the UUID of a volume group" msgstr "" #: fish/cmds.c:3454 msgid "count characters in a file" msgstr "" #: fish/cmds.c:3455 msgid "count lines in a file" msgstr "" #: fish/cmds.c:3456 msgid "count words in a file" msgstr "" #: fish/cmds.c:3457 msgid "wipe a filesystem signature from a device" msgstr "" #: fish/cmds.c:3458 msgid "create a new file" msgstr "" #: fish/cmds.c:3459 msgid "append content to end of file" msgstr "" #: fish/cmds.c:3460 msgid "create a file" msgstr "" #: fish/cmds.c:3461 msgid "get geometry of XFS filesystem" msgstr "" #: fish/cmds.c:3464 msgid "write zeroes to the device" msgstr "" #: fish/cmds.c:3465 msgid "write zeroes to an entire device" msgstr "" #: fish/cmds.c:3466 msgid "zero free space in a filesystem" msgstr "" #: fish/cmds.c:3467 msgid "zero unused inodes and disk blocks on ext2/3 filesystem" msgstr "" #: fish/cmds.c:3470 msgid "determine file type inside a compressed file" msgstr "" #: fish/cmds.c:3473 msgid "Use -h / help to show detailed help for a command." msgstr "" #: fish/cmds.c:3926 fish/cmds.c:3945 fish/cmds.c:3966 fish/cmds.c:3988 #: fish/cmds.c:4011 fish/cmds.c:4035 fish/cmds.c:4056 fish/cmds.c:4078 #: fish/cmds.c:4099 fish/cmds.c:4121 fish/cmds.c:4142 fish/cmds.c:4162 #: fish/cmds.c:4182 fish/cmds.c:4204 fish/cmds.c:4224 fish/cmds.c:4244 #: fish/cmds.c:4264 fish/cmds.c:4284 fish/cmds.c:4304 fish/cmds.c:4324 #: fish/cmds.c:4346 fish/cmds.c:4385 fish/cmds.c:4405 fish/cmds.c:4425 #: fish/cmds.c:4448 fish/cmds.c:4468 fish/cmds.c:4490 fish/cmds.c:4510 #: fish/cmds.c:4532 fish/cmds.c:4552 fish/cmds.c:4574 fish/cmds.c:4594 #: fish/cmds.c:4617 fish/cmds.c:4641 fish/cmds.c:4664 fish/cmds.c:4689 #: fish/cmds.c:4712 fish/cmds.c:4736 fish/cmds.c:4760 fish/cmds.c:4784 #: fish/cmds.c:4807 fish/cmds.c:4830 fish/cmds.c:4854 fish/cmds.c:4878 #: fish/cmds.c:4902 fish/cmds.c:4922 fish/cmds.c:4942 fish/cmds.c:5028 #: fish/cmds.c:5050 fish/cmds.c:5071 fish/cmds.c:5168 fish/cmds.c:5192 #: fish/cmds.c:5216 fish/cmds.c:5240 fish/cmds.c:5264 fish/cmds.c:5288 #: fish/cmds.c:5311 fish/cmds.c:5334 fish/cmds.c:5357 fish/cmds.c:5377 #: fish/cmds.c:5400 fish/cmds.c:5424 fish/cmds.c:5448 fish/cmds.c:5532 #: fish/cmds.c:5552 fish/cmds.c:5574 fish/cmds.c:5613 fish/cmds.c:5714 #: fish/cmds.c:5779 fish/cmds.c:5801 fish/cmds.c:5823 fish/cmds.c:5845 #: fish/cmds.c:5866 fish/cmds.c:5887 fish/cmds.c:5912 fish/cmds.c:5939 #: fish/cmds.c:5966 fish/cmds.c:5991 fish/cmds.c:6012 fish/cmds.c:6033 #: fish/cmds.c:6054 fish/cmds.c:6075 fish/cmds.c:6096 fish/cmds.c:6117 #: fish/cmds.c:6138 fish/cmds.c:6161 fish/cmds.c:6189 fish/cmds.c:6232 #: fish/cmds.c:6254 fish/cmds.c:6281 fish/cmds.c:6307 fish/cmds.c:6332 #: fish/cmds.c:6357 fish/cmds.c:6381 fish/cmds.c:6405 fish/cmds.c:6428 #: fish/cmds.c:6450 fish/cmds.c:6469 fish/cmds.c:6490 fish/cmds.c:6514 #: fish/cmds.c:6539 fish/cmds.c:6564 fish/cmds.c:6589 fish/cmds.c:6614 #: fish/cmds.c:6640 fish/cmds.c:6687 fish/cmds.c:6752 fish/cmds.c:6778 #: fish/cmds.c:6804 fish/cmds.c:6830 fish/cmds.c:6853 fish/cmds.c:6881 #: fish/cmds.c:6928 fish/cmds.c:7016 fish/cmds.c:7062 fish/cmds.c:7082 #: fish/cmds.c:7103 fish/cmds.c:7122 fish/cmds.c:7143 fish/cmds.c:7170 #: fish/cmds.c:7197 fish/cmds.c:7224 fish/cmds.c:7251 fish/cmds.c:7278 #: fish/cmds.c:7305 fish/cmds.c:7329 fish/cmds.c:7351 fish/cmds.c:7373 #: fish/cmds.c:7396 fish/cmds.c:7419 fish/cmds.c:7443 fish/cmds.c:7485 #: fish/cmds.c:7508 fish/cmds.c:7531 fish/cmds.c:7553 fish/cmds.c:7576 #: fish/cmds.c:7606 fish/cmds.c:7636 fish/cmds.c:7665 fish/cmds.c:7695 #: fish/cmds.c:7722 fish/cmds.c:7752 fish/cmds.c:7782 fish/cmds.c:7807 #: fish/cmds.c:7834 fish/cmds.c:7860 fish/cmds.c:7888 fish/cmds.c:7910 #: fish/cmds.c:7932 fish/cmds.c:7955 fish/cmds.c:7978 fish/cmds.c:8003 #: fish/cmds.c:8026 fish/cmds.c:8051 fish/cmds.c:8075 fish/cmds.c:8098 #: fish/cmds.c:8125 fish/cmds.c:8155 fish/cmds.c:8185 fish/cmds.c:8214 #: fish/cmds.c:8253 fish/cmds.c:8274 fish/cmds.c:8296 fish/cmds.c:8326 #: fish/cmds.c:8354 fish/cmds.c:8382 fish/cmds.c:8409 fish/cmds.c:8431 #: fish/cmds.c:8458 fish/cmds.c:8561 fish/cmds.c:8585 fish/cmds.c:8609 #: fish/cmds.c:8633 fish/cmds.c:8656 fish/cmds.c:8683 fish/cmds.c:8725 #: fish/cmds.c:8747 fish/cmds.c:8774 fish/cmds.c:8796 fish/cmds.c:8838 #: fish/cmds.c:8862 fish/cmds.c:8886 fish/cmds.c:8910 fish/cmds.c:8937 #: fish/cmds.c:8959 fish/cmds.c:8984 fish/cmds.c:9009 fish/cmds.c:9036 #: fish/cmds.c:9062 fish/cmds.c:9088 fish/cmds.c:9114 fish/cmds.c:9142 #: fish/cmds.c:9189 fish/cmds.c:9217 fish/cmds.c:9262 fish/cmds.c:9283 #: fish/cmds.c:9306 fish/cmds.c:9332 fish/cmds.c:9360 fish/cmds.c:9389 #: fish/cmds.c:9412 fish/cmds.c:9436 fish/cmds.c:9462 fish/cmds.c:9548 #: fish/cmds.c:9596 fish/cmds.c:9684 fish/cmds.c:9769 fish/cmds.c:9811 #: fish/cmds.c:9839 fish/cmds.c:9866 fish/cmds.c:9894 fish/cmds.c:9921 #: fish/cmds.c:9951 fish/cmds.c:10001 fish/cmds.c:10049 fish/cmds.c:10076 #: fish/cmds.c:10100 fish/cmds.c:10123 fish/cmds.c:10145 fish/cmds.c:10168 #: fish/cmds.c:10200 fish/cmds.c:10229 fish/cmds.c:10258 fish/cmds.c:10287 #: fish/cmds.c:10316 fish/cmds.c:10345 fish/cmds.c:10374 fish/cmds.c:10403 #: fish/cmds.c:10432 fish/cmds.c:10461 fish/cmds.c:10490 fish/cmds.c:10519 #: fish/cmds.c:10547 fish/cmds.c:10575 fish/cmds.c:10602 fish/cmds.c:10629 #: fish/cmds.c:10656 fish/cmds.c:10682 fish/cmds.c:10710 fish/cmds.c:10755 #: fish/cmds.c:10777 fish/cmds.c:10799 fish/cmds.c:10824 fish/cmds.c:10849 #: fish/cmds.c:10871 fish/cmds.c:10893 fish/cmds.c:10915 fish/cmds.c:10937 #: fish/cmds.c:10962 fish/cmds.c:11004 fish/cmds.c:11050 fish/cmds.c:11089 #: fish/cmds.c:11110 fish/cmds.c:11131 fish/cmds.c:11152 fish/cmds.c:11172 #: fish/cmds.c:11197 fish/cmds.c:11241 fish/cmds.c:11285 fish/cmds.c:11330 #: fish/cmds.c:11376 fish/cmds.c:11423 fish/cmds.c:11470 fish/cmds.c:11514 #: fish/cmds.c:11536 fish/cmds.c:11564 fish/cmds.c:11593 fish/cmds.c:11620 #: fish/cmds.c:11644 fish/cmds.c:11670 fish/cmds.c:11713 fish/cmds.c:11795 #: fish/cmds.c:11842 fish/cmds.c:11908 fish/cmds.c:11940 fish/cmds.c:11972 #: fish/cmds.c:12006 fish/cmds.c:12072 fish/cmds.c:12098 fish/cmds.c:12150 #: fish/cmds.c:12175 fish/cmds.c:12220 fish/cmds.c:12263 fish/cmds.c:12287 #: fish/cmds.c:12313 fish/cmds.c:12378 fish/cmds.c:12404 fish/cmds.c:12433 #: fish/cmds.c:12460 fish/cmds.c:12484 fish/cmds.c:12509 fish/cmds.c:12541 #: fish/cmds.c:12565 fish/cmds.c:12589 fish/cmds.c:12613 fish/cmds.c:12637 #: fish/cmds.c:12663 fish/cmds.c:12706 fish/cmds.c:12729 fish/cmds.c:12759 #: fish/cmds.c:12786 fish/cmds.c:12808 fish/cmds.c:12851 fish/cmds.c:12895 #: fish/cmds.c:12940 fish/cmds.c:13003 fish/cmds.c:13029 fish/cmds.c:13071 #: fish/cmds.c:13091 fish/cmds.c:13115 fish/cmds.c:13162 fish/cmds.c:13192 #: fish/cmds.c:13223 fish/cmds.c:13255 fish/cmds.c:13303 fish/cmds.c:13334 #: fish/cmds.c:13378 fish/cmds.c:13415 fish/cmds.c:13452 fish/cmds.c:13486 #: fish/cmds.c:13510 fish/cmds.c:13549 fish/cmds.c:13573 fish/cmds.c:13597 #: fish/cmds.c:13620 fish/cmds.c:13643 fish/cmds.c:13674 fish/cmds.c:13703 #: fish/cmds.c:13727 fish/cmds.c:13778 fish/cmds.c:13830 fish/cmds.c:13886 #: fish/cmds.c:13934 fish/cmds.c:13957 fish/cmds.c:13981 fish/cmds.c:14005 #: fish/cmds.c:14031 fish/cmds.c:14057 fish/cmds.c:14083 fish/cmds.c:14109 #: fish/cmds.c:14135 fish/cmds.c:14161 fish/cmds.c:14207 fish/cmds.c:14267 #: fish/cmds.c:14310 fish/cmds.c:14372 fish/cmds.c:14517 fish/cmds.c:14551 #: fish/cmds.c:14583 fish/cmds.c:14605 fish/cmds.c:14631 fish/cmds.c:14652 #: fish/cmds.c:14723 fish/cmds.c:14876 fish/cmds.c:15053 fish/cmds.c:15804 #: fish/cmds.c:15827 fish/cmds.c:15851 fish/cmds.c:15873 fish/cmds.c:15950 #: fish/cmds.c:15977 fish/cmds.c:16121 fish/cmds.c:16148 fish/cmds.c:16171 #: fish/cmds.c:16198 fish/cmds.c:16241 fish/cmds.c:16265 fish/cmds.c:16293 #: fish/cmds.c:16321 fish/cmds.c:16509 fish/cmds.c:16589 fish/cmds.c:16616 #: fish/cmds.c:16656 fish/cmds.c:16685 fish/cmds.c:16710 fish/cmds.c:16735 #: fish/cmds.c:16763 fish/cmds.c:16802 fish/cmds.c:16827 fish/cmds.c:16853 #: fish/cmds.c:16883 fish/cmds.c:16913 fish/cmds.c:17001 fish/cmds.c:17121 #: fish/cmds.c:17142 fish/cmds.c:17164 #, c-format msgid "%s should have %d parameter(s)\n" msgstr "" #: fish/cmds.c:3927 fish/cmds.c:3946 fish/cmds.c:3967 fish/cmds.c:3989 #: fish/cmds.c:4012 fish/cmds.c:4036 fish/cmds.c:4057 fish/cmds.c:4079 #: fish/cmds.c:4100 fish/cmds.c:4122 fish/cmds.c:4143 fish/cmds.c:4163 #: fish/cmds.c:4183 fish/cmds.c:4205 fish/cmds.c:4225 fish/cmds.c:4245 #: fish/cmds.c:4265 fish/cmds.c:4285 fish/cmds.c:4305 fish/cmds.c:4325 #: fish/cmds.c:4347 fish/cmds.c:4386 fish/cmds.c:4406 fish/cmds.c:4426 #: fish/cmds.c:4449 fish/cmds.c:4469 fish/cmds.c:4491 fish/cmds.c:4511 #: fish/cmds.c:4533 fish/cmds.c:4553 fish/cmds.c:4575 fish/cmds.c:4595 #: fish/cmds.c:4618 fish/cmds.c:4642 fish/cmds.c:4665 fish/cmds.c:4690 #: fish/cmds.c:4713 fish/cmds.c:4737 fish/cmds.c:4761 fish/cmds.c:4785 #: fish/cmds.c:4808 fish/cmds.c:4831 fish/cmds.c:4855 fish/cmds.c:4879 #: fish/cmds.c:4903 fish/cmds.c:4923 fish/cmds.c:4943 fish/cmds.c:4968 #: fish/cmds.c:5029 fish/cmds.c:5051 fish/cmds.c:5072 fish/cmds.c:5097 #: fish/cmds.c:5169 fish/cmds.c:5193 fish/cmds.c:5217 fish/cmds.c:5241 #: fish/cmds.c:5265 fish/cmds.c:5289 fish/cmds.c:5312 fish/cmds.c:5335 #: fish/cmds.c:5358 fish/cmds.c:5378 fish/cmds.c:5401 fish/cmds.c:5425 #: fish/cmds.c:5449 fish/cmds.c:5476 fish/cmds.c:5533 fish/cmds.c:5553 #: fish/cmds.c:5575 fish/cmds.c:5614 fish/cmds.c:5638 fish/cmds.c:5715 #: fish/cmds.c:5737 fish/cmds.c:5780 fish/cmds.c:5802 fish/cmds.c:5824 #: fish/cmds.c:5846 fish/cmds.c:5867 fish/cmds.c:5888 fish/cmds.c:5913 #: fish/cmds.c:5940 fish/cmds.c:5967 fish/cmds.c:5992 fish/cmds.c:6013 #: fish/cmds.c:6034 fish/cmds.c:6055 fish/cmds.c:6076 fish/cmds.c:6097 #: fish/cmds.c:6118 fish/cmds.c:6139 fish/cmds.c:6162 fish/cmds.c:6190 #: fish/cmds.c:6233 fish/cmds.c:6255 fish/cmds.c:6282 fish/cmds.c:6308 #: fish/cmds.c:6333 fish/cmds.c:6358 fish/cmds.c:6382 fish/cmds.c:6406 #: fish/cmds.c:6429 fish/cmds.c:6451 fish/cmds.c:6470 fish/cmds.c:6491 #: fish/cmds.c:6515 fish/cmds.c:6540 fish/cmds.c:6565 fish/cmds.c:6590 #: fish/cmds.c:6615 fish/cmds.c:6641 fish/cmds.c:6688 fish/cmds.c:6753 #: fish/cmds.c:6779 fish/cmds.c:6805 fish/cmds.c:6831 fish/cmds.c:6854 #: fish/cmds.c:6882 fish/cmds.c:6929 fish/cmds.c:7017 fish/cmds.c:7063 #: fish/cmds.c:7083 fish/cmds.c:7104 fish/cmds.c:7123 fish/cmds.c:7144 #: fish/cmds.c:7171 fish/cmds.c:7198 fish/cmds.c:7225 fish/cmds.c:7252 #: fish/cmds.c:7279 fish/cmds.c:7306 fish/cmds.c:7330 fish/cmds.c:7352 #: fish/cmds.c:7374 fish/cmds.c:7397 fish/cmds.c:7420 fish/cmds.c:7444 #: fish/cmds.c:7486 fish/cmds.c:7509 fish/cmds.c:7532 fish/cmds.c:7554 #: fish/cmds.c:7577 fish/cmds.c:7607 fish/cmds.c:7637 fish/cmds.c:7666 #: fish/cmds.c:7696 fish/cmds.c:7723 fish/cmds.c:7753 fish/cmds.c:7783 #: fish/cmds.c:7808 fish/cmds.c:7835 fish/cmds.c:7861 fish/cmds.c:7889 #: fish/cmds.c:7911 fish/cmds.c:7933 fish/cmds.c:7956 fish/cmds.c:7979 #: fish/cmds.c:8004 fish/cmds.c:8027 fish/cmds.c:8052 fish/cmds.c:8076 #: fish/cmds.c:8099 fish/cmds.c:8126 fish/cmds.c:8156 fish/cmds.c:8186 #: fish/cmds.c:8215 fish/cmds.c:8254 fish/cmds.c:8275 fish/cmds.c:8297 #: fish/cmds.c:8327 fish/cmds.c:8355 fish/cmds.c:8383 fish/cmds.c:8410 #: fish/cmds.c:8432 fish/cmds.c:8459 fish/cmds.c:8562 fish/cmds.c:8586 #: fish/cmds.c:8610 fish/cmds.c:8634 fish/cmds.c:8657 fish/cmds.c:8684 #: fish/cmds.c:8726 fish/cmds.c:8748 fish/cmds.c:8775 fish/cmds.c:8797 #: fish/cmds.c:8839 fish/cmds.c:8863 fish/cmds.c:8887 fish/cmds.c:8911 #: fish/cmds.c:8938 fish/cmds.c:8960 fish/cmds.c:8985 fish/cmds.c:9010 #: fish/cmds.c:9037 fish/cmds.c:9063 fish/cmds.c:9089 fish/cmds.c:9115 #: fish/cmds.c:9143 fish/cmds.c:9190 fish/cmds.c:9218 fish/cmds.c:9263 #: fish/cmds.c:9284 fish/cmds.c:9307 fish/cmds.c:9333 fish/cmds.c:9361 #: fish/cmds.c:9390 fish/cmds.c:9413 fish/cmds.c:9437 fish/cmds.c:9463 #: fish/cmds.c:9549 fish/cmds.c:9597 fish/cmds.c:9685 fish/cmds.c:9770 #: fish/cmds.c:9812 fish/cmds.c:9840 fish/cmds.c:9867 fish/cmds.c:9895 #: fish/cmds.c:9922 fish/cmds.c:9952 fish/cmds.c:10002 fish/cmds.c:10050 #: fish/cmds.c:10077 fish/cmds.c:10101 fish/cmds.c:10124 fish/cmds.c:10146 #: fish/cmds.c:10169 fish/cmds.c:10201 fish/cmds.c:10230 fish/cmds.c:10259 #: fish/cmds.c:10288 fish/cmds.c:10317 fish/cmds.c:10346 fish/cmds.c:10375 #: fish/cmds.c:10404 fish/cmds.c:10433 fish/cmds.c:10462 fish/cmds.c:10491 #: fish/cmds.c:10520 fish/cmds.c:10548 fish/cmds.c:10576 fish/cmds.c:10603 #: fish/cmds.c:10630 fish/cmds.c:10657 fish/cmds.c:10683 fish/cmds.c:10711 #: fish/cmds.c:10756 fish/cmds.c:10778 fish/cmds.c:10800 fish/cmds.c:10825 #: fish/cmds.c:10850 fish/cmds.c:10872 fish/cmds.c:10894 fish/cmds.c:10916 #: fish/cmds.c:10938 fish/cmds.c:10963 fish/cmds.c:11005 fish/cmds.c:11051 #: fish/cmds.c:11090 fish/cmds.c:11111 fish/cmds.c:11132 fish/cmds.c:11153 #: fish/cmds.c:11173 fish/cmds.c:11198 fish/cmds.c:11242 fish/cmds.c:11286 #: fish/cmds.c:11331 fish/cmds.c:11377 fish/cmds.c:11424 fish/cmds.c:11471 #: fish/cmds.c:11515 fish/cmds.c:11537 fish/cmds.c:11565 fish/cmds.c:11594 #: fish/cmds.c:11621 fish/cmds.c:11645 fish/cmds.c:11671 fish/cmds.c:11714 #: fish/cmds.c:11796 fish/cmds.c:11843 fish/cmds.c:11909 fish/cmds.c:11941 #: fish/cmds.c:11973 fish/cmds.c:12007 fish/cmds.c:12073 fish/cmds.c:12099 #: fish/cmds.c:12151 fish/cmds.c:12176 fish/cmds.c:12221 fish/cmds.c:12264 #: fish/cmds.c:12288 fish/cmds.c:12314 fish/cmds.c:12379 fish/cmds.c:12405 #: fish/cmds.c:12434 fish/cmds.c:12461 fish/cmds.c:12485 fish/cmds.c:12510 #: fish/cmds.c:12542 fish/cmds.c:12566 fish/cmds.c:12590 fish/cmds.c:12614 #: fish/cmds.c:12638 fish/cmds.c:12664 fish/cmds.c:12707 fish/cmds.c:12730 #: fish/cmds.c:12760 fish/cmds.c:12787 fish/cmds.c:12809 fish/cmds.c:12852 #: fish/cmds.c:12896 fish/cmds.c:12941 fish/cmds.c:13004 fish/cmds.c:13030 #: fish/cmds.c:13072 fish/cmds.c:13092 fish/cmds.c:13116 fish/cmds.c:13163 #: fish/cmds.c:13193 fish/cmds.c:13224 fish/cmds.c:13256 fish/cmds.c:13304 #: fish/cmds.c:13335 fish/cmds.c:13379 fish/cmds.c:13416 fish/cmds.c:13453 #: fish/cmds.c:13487 fish/cmds.c:13511 fish/cmds.c:13550 fish/cmds.c:13574 #: fish/cmds.c:13598 fish/cmds.c:13621 fish/cmds.c:13644 fish/cmds.c:13675 #: fish/cmds.c:13704 fish/cmds.c:13728 fish/cmds.c:13779 fish/cmds.c:13831 #: fish/cmds.c:13887 fish/cmds.c:13935 fish/cmds.c:13958 fish/cmds.c:13982 #: fish/cmds.c:14006 fish/cmds.c:14032 fish/cmds.c:14058 fish/cmds.c:14084 #: fish/cmds.c:14110 fish/cmds.c:14136 fish/cmds.c:14162 fish/cmds.c:14208 #: fish/cmds.c:14268 fish/cmds.c:14311 fish/cmds.c:14373 fish/cmds.c:14400 #: fish/cmds.c:14518 fish/cmds.c:14552 fish/cmds.c:14584 fish/cmds.c:14606 #: fish/cmds.c:14632 fish/cmds.c:14653 fish/cmds.c:14679 fish/cmds.c:14724 #: fish/cmds.c:14749 fish/cmds.c:14814 fish/cmds.c:14877 fish/cmds.c:14909 #: fish/cmds.c:14985 fish/cmds.c:15054 fish/cmds.c:15080 fish/cmds.c:15176 #: fish/cmds.c:15275 fish/cmds.c:15374 fish/cmds.c:15475 fish/cmds.c:15677 #: fish/cmds.c:15805 fish/cmds.c:15828 fish/cmds.c:15852 fish/cmds.c:15874 #: fish/cmds.c:15900 fish/cmds.c:15951 fish/cmds.c:15978 fish/cmds.c:16002 #: fish/cmds.c:16051 fish/cmds.c:16122 fish/cmds.c:16149 fish/cmds.c:16172 #: fish/cmds.c:16199 fish/cmds.c:16242 fish/cmds.c:16266 fish/cmds.c:16294 #: fish/cmds.c:16322 fish/cmds.c:16348 fish/cmds.c:16510 fish/cmds.c:16540 #: fish/cmds.c:16590 fish/cmds.c:16617 fish/cmds.c:16657 fish/cmds.c:16686 #: fish/cmds.c:16711 fish/cmds.c:16736 fish/cmds.c:16764 fish/cmds.c:16803 #: fish/cmds.c:16828 fish/cmds.c:16854 fish/cmds.c:16884 fish/cmds.c:16914 #: fish/cmds.c:16939 fish/cmds.c:17002 fish/cmds.c:17027 fish/cmds.c:17122 #: fish/cmds.c:17143 fish/cmds.c:17165 #, c-format msgid "type 'help %s' for help on %s\n" msgstr "" #: fish/cmds.c:4357 fish/cmds.c:5585 fish/cmds.c:5665 fish/cmds.c:6202 #: fish/cmds.c:6651 fish/cmds.c:6698 fish/cmds.c:6717 fish/cmds.c:6894 #: fish/cmds.c:6940 fish/cmds.c:6959 fish/cmds.c:6978 fish/cmds.c:7030 #: fish/cmds.c:7455 fish/cmds.c:8225 fish/cmds.c:8470 fish/cmds.c:8489 #: fish/cmds.c:8508 fish/cmds.c:8527 fish/cmds.c:8695 fish/cmds.c:8807 #: fish/cmds.c:9153 fish/cmds.c:9228 fish/cmds.c:9473 fish/cmds.c:9492 #: fish/cmds.c:9511 fish/cmds.c:9559 fish/cmds.c:9607 fish/cmds.c:9626 #: fish/cmds.c:9645 fish/cmds.c:9695 fish/cmds.c:9714 fish/cmds.c:9733 #: fish/cmds.c:9780 fish/cmds.c:9964 fish/cmds.c:10014 fish/cmds.c:10723 #: fish/cmds.c:10973 fish/cmds.c:11017 fish/cmds.c:11061 fish/cmds.c:11209 #: fish/cmds.c:11252 fish/cmds.c:11296 fish/cmds.c:11341 fish/cmds.c:11388 #: fish/cmds.c:11435 fish/cmds.c:11482 fish/cmds.c:11683 fish/cmds.c:11726 #: fish/cmds.c:11739 fish/cmds.c:11752 fish/cmds.c:11765 fish/cmds.c:11808 #: fish/cmds.c:11853 fish/cmds.c:11872 fish/cmds.c:12019 fish/cmds.c:12038 #: fish/cmds.c:12111 fish/cmds.c:12124 fish/cmds.c:12187 fish/cmds.c:12232 #: fish/cmds.c:12324 fish/cmds.c:12343 fish/cmds.c:12678 fish/cmds.c:12820 #: fish/cmds.c:12863 fish/cmds.c:12907 fish/cmds.c:12952 fish/cmds.c:12971 #: fish/cmds.c:13041 fish/cmds.c:13129 fish/cmds.c:13267 fish/cmds.c:13350 #: fish/cmds.c:13390 fish/cmds.c:13427 fish/cmds.c:13464 fish/cmds.c:13523 #: fish/cmds.c:13743 fish/cmds.c:13794 fish/cmds.c:13850 fish/cmds.c:13902 #: fish/cmds.c:14176 fish/cmds.c:14222 fish/cmds.c:14235 fish/cmds.c:14282 #: fish/cmds.c:14322 fish/cmds.c:14341 fish/cmds.c:14418 fish/cmds.c:14446 #: fish/cmds.c:14469 fish/cmds.c:14766 fish/cmds.c:14832 fish/cmds.c:14930 #: fish/cmds.c:15005 fish/cmds.c:15098 fish/cmds.c:15115 fish/cmds.c:15132 #: fish/cmds.c:15195 fish/cmds.c:15212 fish/cmds.c:15229 fish/cmds.c:15294 #: fish/cmds.c:15311 fish/cmds.c:15328 fish/cmds.c:15394 fish/cmds.c:15411 #: fish/cmds.c:15428 fish/cmds.c:15497 fish/cmds.c:15520 fish/cmds.c:15548 #: fish/cmds.c:15565 fish/cmds.c:15588 fish/cmds.c:15616 fish/cmds.c:15633 #: fish/cmds.c:15696 fish/cmds.c:15713 fish/cmds.c:15736 fish/cmds.c:15759 #: fish/cmds.c:16211 fish/cmds.c:16366 fish/cmds.c:16383 fish/cmds.c:16405 #: fish/cmds.c:16438 fish/cmds.c:16461 fish/cmds.c:16629 fish/cmds.c:16774 #: fish/cmds.c:16956 fish/cmds.c:17045 fish/cmds.c:17062 fish/cmds.c:17079 #, c-format msgid "%s: %s: invalid integer parameter (%s returned %d)\n" msgstr "" #: fish/cmds.c:4363 fish/cmds.c:5591 fish/cmds.c:5671 fish/cmds.c:6208 #: fish/cmds.c:6657 fish/cmds.c:6704 fish/cmds.c:6723 fish/cmds.c:6900 #: fish/cmds.c:6946 fish/cmds.c:6965 fish/cmds.c:6984 fish/cmds.c:7036 #: fish/cmds.c:7461 fish/cmds.c:8231 fish/cmds.c:8476 fish/cmds.c:8495 #: fish/cmds.c:8514 fish/cmds.c:8533 fish/cmds.c:8701 fish/cmds.c:8813 #: fish/cmds.c:9159 fish/cmds.c:9234 fish/cmds.c:9479 fish/cmds.c:9498 #: fish/cmds.c:9517 fish/cmds.c:9565 fish/cmds.c:9613 fish/cmds.c:9632 #: fish/cmds.c:9651 fish/cmds.c:9701 fish/cmds.c:9720 fish/cmds.c:9739 #: fish/cmds.c:9786 fish/cmds.c:9970 fish/cmds.c:10020 fish/cmds.c:10729 #: fish/cmds.c:10979 fish/cmds.c:11023 fish/cmds.c:11067 fish/cmds.c:11215 #: fish/cmds.c:11258 fish/cmds.c:11302 fish/cmds.c:11347 fish/cmds.c:11394 #: fish/cmds.c:11441 fish/cmds.c:11488 fish/cmds.c:11814 fish/cmds.c:11859 #: fish/cmds.c:11878 fish/cmds.c:12025 fish/cmds.c:12193 fish/cmds.c:12238 #: fish/cmds.c:12330 fish/cmds.c:12349 fish/cmds.c:12826 fish/cmds.c:12869 #: fish/cmds.c:12913 fish/cmds.c:12958 fish/cmds.c:12977 fish/cmds.c:13047 #: fish/cmds.c:13135 fish/cmds.c:13273 fish/cmds.c:13749 fish/cmds.c:13800 #: fish/cmds.c:13856 fish/cmds.c:13908 fish/cmds.c:14328 fish/cmds.c:14424 #: fish/cmds.c:14452 fish/cmds.c:14475 fish/cmds.c:14936 fish/cmds.c:15011 #: fish/cmds.c:15503 fish/cmds.c:15526 fish/cmds.c:15571 fish/cmds.c:15594 #: fish/cmds.c:15719 fish/cmds.c:15742 fish/cmds.c:16217 fish/cmds.c:16411 #: fish/cmds.c:16444 fish/cmds.c:16467 #, c-format msgid "%s: %s: integer out of range\n" msgstr "" #: fish/cmds.c:4967 fish/cmds.c:5096 fish/cmds.c:5475 fish/cmds.c:5637 #: fish/cmds.c:5736 fish/cmds.c:14399 fish/cmds.c:14678 fish/cmds.c:14748 #: fish/cmds.c:14813 fish/cmds.c:14908 fish/cmds.c:14984 fish/cmds.c:15079 #: fish/cmds.c:15175 fish/cmds.c:15274 fish/cmds.c:15373 fish/cmds.c:15474 #: fish/cmds.c:15676 fish/cmds.c:15899 fish/cmds.c:16001 fish/cmds.c:16050 #: fish/cmds.c:16347 fish/cmds.c:16539 fish/cmds.c:16938 fish/cmds.c:17026 #, c-format msgid "%s should have %d-%d parameter(s)\n" msgstr "" #: fish/cmds.c:4998 fish/cmds.c:5137 fish/cmds.c:5496 fish/cmds.c:5686 #: fish/cmds.c:5751 fish/cmds.c:14485 fish/cmds.c:14695 fish/cmds.c:14781 #: fish/cmds.c:14842 fish/cmds.c:14946 fish/cmds.c:15021 fish/cmds.c:15142 #: fish/cmds.c:15239 fish/cmds.c:15338 fish/cmds.c:15438 fish/cmds.c:15643 #: fish/cmds.c:15774 fish/cmds.c:15920 fish/cmds.c:16017 fish/cmds.c:16088 #: fish/cmds.c:16477 fish/cmds.c:16557 fish/cmds.c:16971 fish/cmds.c:17089 #, c-format msgid "%s: unknown optional argument \"%s\"\n" msgstr "" #: fish/cmds.c:5004 fish/cmds.c:5143 fish/cmds.c:5502 fish/cmds.c:5692 #: fish/cmds.c:5757 fish/cmds.c:14491 fish/cmds.c:14701 fish/cmds.c:14787 #: fish/cmds.c:14848 fish/cmds.c:14952 fish/cmds.c:15027 fish/cmds.c:15148 #: fish/cmds.c:15245 fish/cmds.c:15344 fish/cmds.c:15444 fish/cmds.c:15649 #: fish/cmds.c:15780 fish/cmds.c:15926 fish/cmds.c:16023 fish/cmds.c:16094 #: fish/cmds.c:16483 fish/cmds.c:16563 fish/cmds.c:16977 fish/cmds.c:17095 #, c-format msgid "%s: optional argument \"%s\" given twice\n" msgstr "" #: fish/cmds.c:17191 #, 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:47 #, c-format msgid "" "use 'copy-in [...] ' to copy files into the image\n" msgstr "" #: fish/copy.c:68 #, c-format msgid "copy-in: target '%s' is not a directory\n" msgstr "" #: fish/copy.c:165 #, c-format msgid "error: argument is zero length or longer than maximum permitted\n" msgstr "" #: fish/copy.c:210 #, c-format msgid "" "use 'copy-out [...] ' to copy files out of the " "image\n" msgstr "" #: fish/copy.c:221 #, c-format msgid "copy-out: target '%s' is not a directory\n" msgstr "" #: fish/copy.c:266 #, 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