# 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.25\n" "Report-Msgid-Bugs-To: https://bugzilla.redhat.com/enter_bug.cgi?" "component=libguestfs&product=Virtualization+Tools\n" "POT-Creation-Date: 2012-07-24 14:46+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:7116 fish/cmds.c:7137 #: fish/cmds.c:7156 fish/cmds.c:7177 fish/cmds.c:7204 fish/cmds.c:7231 #: fish/cmds.c:7258 fish/cmds.c:7285 fish/cmds.c:7312 fish/cmds.c:7339 #: fish/cmds.c:7363 fish/cmds.c:7385 fish/cmds.c:7407 fish/cmds.c:7430 #: fish/cmds.c:7453 fish/cmds.c:7477 fish/cmds.c:7519 fish/cmds.c:7542 #: fish/cmds.c:7565 fish/cmds.c:7587 fish/cmds.c:7610 fish/cmds.c:7640 #: fish/cmds.c:7670 fish/cmds.c:7699 fish/cmds.c:7729 fish/cmds.c:7756 #: fish/cmds.c:7786 fish/cmds.c:7816 fish/cmds.c:7841 fish/cmds.c:7868 #: fish/cmds.c:7894 fish/cmds.c:7922 fish/cmds.c:7944 fish/cmds.c:7966 #: fish/cmds.c:7989 fish/cmds.c:8012 fish/cmds.c:8037 fish/cmds.c:8060 #: fish/cmds.c:8085 fish/cmds.c:8109 fish/cmds.c:8132 fish/cmds.c:8159 #: fish/cmds.c:8189 fish/cmds.c:8219 fish/cmds.c:8248 fish/cmds.c:8287 #: fish/cmds.c:8308 fish/cmds.c:8330 fish/cmds.c:8360 fish/cmds.c:8388 #: fish/cmds.c:8416 fish/cmds.c:8443 fish/cmds.c:8465 fish/cmds.c:8492 #: fish/cmds.c:8595 fish/cmds.c:8619 fish/cmds.c:8643 fish/cmds.c:8667 #: fish/cmds.c:8690 fish/cmds.c:8717 fish/cmds.c:8759 fish/cmds.c:8781 #: fish/cmds.c:8808 fish/cmds.c:8830 fish/cmds.c:8872 fish/cmds.c:8896 #: fish/cmds.c:8920 fish/cmds.c:8944 fish/cmds.c:8971 fish/cmds.c:8993 #: fish/cmds.c:9018 fish/cmds.c:9043 fish/cmds.c:9070 fish/cmds.c:9096 #: fish/cmds.c:9122 fish/cmds.c:9148 fish/cmds.c:9176 fish/cmds.c:9223 #: fish/cmds.c:9251 fish/cmds.c:9296 fish/cmds.c:9317 fish/cmds.c:9340 #: fish/cmds.c:9366 fish/cmds.c:9394 fish/cmds.c:9423 fish/cmds.c:9446 #: fish/cmds.c:9470 fish/cmds.c:9496 fish/cmds.c:9582 fish/cmds.c:9630 #: fish/cmds.c:9718 fish/cmds.c:9803 fish/cmds.c:9845 fish/cmds.c:9873 #: fish/cmds.c:9900 fish/cmds.c:9928 fish/cmds.c:9955 fish/cmds.c:9985 #: fish/cmds.c:10035 fish/cmds.c:10083 fish/cmds.c:10110 fish/cmds.c:10134 #: fish/cmds.c:10157 fish/cmds.c:10179 fish/cmds.c:10202 fish/cmds.c:10234 #: fish/cmds.c:10263 fish/cmds.c:10292 fish/cmds.c:10321 fish/cmds.c:10350 #: fish/cmds.c:10379 fish/cmds.c:10408 fish/cmds.c:10437 fish/cmds.c:10466 #: fish/cmds.c:10495 fish/cmds.c:10524 fish/cmds.c:10553 fish/cmds.c:10581 #: fish/cmds.c:10609 fish/cmds.c:10636 fish/cmds.c:10663 fish/cmds.c:10690 #: fish/cmds.c:10716 fish/cmds.c:10744 fish/cmds.c:10789 fish/cmds.c:10811 #: fish/cmds.c:10833 fish/cmds.c:10858 fish/cmds.c:10883 fish/cmds.c:10905 #: fish/cmds.c:10927 fish/cmds.c:10949 fish/cmds.c:10971 fish/cmds.c:10996 #: fish/cmds.c:11038 fish/cmds.c:11084 fish/cmds.c:11123 fish/cmds.c:11144 #: fish/cmds.c:11165 fish/cmds.c:11186 fish/cmds.c:11206 fish/cmds.c:11231 #: fish/cmds.c:11275 fish/cmds.c:11319 fish/cmds.c:11364 fish/cmds.c:11410 #: fish/cmds.c:11457 fish/cmds.c:11504 fish/cmds.c:11548 fish/cmds.c:11570 #: fish/cmds.c:11598 fish/cmds.c:11627 fish/cmds.c:11654 fish/cmds.c:11678 #: fish/cmds.c:11704 fish/cmds.c:11747 fish/cmds.c:11829 fish/cmds.c:11876 #: fish/cmds.c:11942 fish/cmds.c:11974 fish/cmds.c:12006 fish/cmds.c:12040 #: fish/cmds.c:12106 fish/cmds.c:12132 fish/cmds.c:12184 fish/cmds.c:12209 #: fish/cmds.c:12254 fish/cmds.c:12297 fish/cmds.c:12321 fish/cmds.c:12347 #: fish/cmds.c:12412 fish/cmds.c:12438 fish/cmds.c:12467 fish/cmds.c:12494 #: fish/cmds.c:12518 fish/cmds.c:12543 fish/cmds.c:12575 fish/cmds.c:12599 #: fish/cmds.c:12623 fish/cmds.c:12647 fish/cmds.c:12671 fish/cmds.c:12697 #: fish/cmds.c:12740 fish/cmds.c:12763 fish/cmds.c:12793 fish/cmds.c:12820 #: fish/cmds.c:12842 fish/cmds.c:12885 fish/cmds.c:12929 fish/cmds.c:12974 #: fish/cmds.c:13037 fish/cmds.c:13063 fish/cmds.c:13105 fish/cmds.c:13125 #: fish/cmds.c:13149 fish/cmds.c:13196 fish/cmds.c:13226 fish/cmds.c:13257 #: fish/cmds.c:13289 fish/cmds.c:13337 fish/cmds.c:13368 fish/cmds.c:13412 #: fish/cmds.c:13449 fish/cmds.c:13486 fish/cmds.c:13520 fish/cmds.c:13544 #: fish/cmds.c:13583 fish/cmds.c:13607 fish/cmds.c:13631 fish/cmds.c:13654 #: fish/cmds.c:13677 fish/cmds.c:13708 fish/cmds.c:13737 fish/cmds.c:13761 #: fish/cmds.c:13812 fish/cmds.c:13864 fish/cmds.c:13920 fish/cmds.c:13968 #: fish/cmds.c:13991 fish/cmds.c:14015 fish/cmds.c:14039 fish/cmds.c:14065 #: fish/cmds.c:14091 fish/cmds.c:14117 fish/cmds.c:14143 fish/cmds.c:14169 #: fish/cmds.c:14195 fish/cmds.c:14241 fish/cmds.c:14301 fish/cmds.c:14344 #: fish/cmds.c:14406 fish/cmds.c:14551 fish/cmds.c:14585 fish/cmds.c:14617 #: fish/cmds.c:14639 fish/cmds.c:14665 fish/cmds.c:14686 fish/cmds.c:14757 #: fish/cmds.c:14910 fish/cmds.c:15087 fish/cmds.c:15838 fish/cmds.c:15861 #: fish/cmds.c:15885 fish/cmds.c:15907 fish/cmds.c:15984 fish/cmds.c:16011 #: fish/cmds.c:16155 fish/cmds.c:16182 fish/cmds.c:16205 fish/cmds.c:16232 #: fish/cmds.c:16275 fish/cmds.c:16299 fish/cmds.c:16327 fish/cmds.c:16355 #: fish/cmds.c:16543 fish/cmds.c:16623 fish/cmds.c:16650 fish/cmds.c:16690 #: fish/cmds.c:16719 fish/cmds.c:16744 fish/cmds.c:16769 fish/cmds.c:16797 #: fish/cmds.c:16836 fish/cmds.c:16861 fish/cmds.c:16887 fish/cmds.c:16917 #: fish/cmds.c:16947 fish/cmds.c:17035 fish/cmds.c:17155 fish/cmds.c:17176 #: fish/cmds.c:17198 #, 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:7065 #: fish/cmds.c:7117 fish/cmds.c:7138 fish/cmds.c:7157 fish/cmds.c:7178 #: fish/cmds.c:7205 fish/cmds.c:7232 fish/cmds.c:7259 fish/cmds.c:7286 #: fish/cmds.c:7313 fish/cmds.c:7340 fish/cmds.c:7364 fish/cmds.c:7386 #: fish/cmds.c:7408 fish/cmds.c:7431 fish/cmds.c:7454 fish/cmds.c:7478 #: fish/cmds.c:7520 fish/cmds.c:7543 fish/cmds.c:7566 fish/cmds.c:7588 #: fish/cmds.c:7611 fish/cmds.c:7641 fish/cmds.c:7671 fish/cmds.c:7700 #: fish/cmds.c:7730 fish/cmds.c:7757 fish/cmds.c:7787 fish/cmds.c:7817 #: fish/cmds.c:7842 fish/cmds.c:7869 fish/cmds.c:7895 fish/cmds.c:7923 #: fish/cmds.c:7945 fish/cmds.c:7967 fish/cmds.c:7990 fish/cmds.c:8013 #: fish/cmds.c:8038 fish/cmds.c:8061 fish/cmds.c:8086 fish/cmds.c:8110 #: fish/cmds.c:8133 fish/cmds.c:8160 fish/cmds.c:8190 fish/cmds.c:8220 #: fish/cmds.c:8249 fish/cmds.c:8288 fish/cmds.c:8309 fish/cmds.c:8331 #: fish/cmds.c:8361 fish/cmds.c:8389 fish/cmds.c:8417 fish/cmds.c:8444 #: fish/cmds.c:8466 fish/cmds.c:8493 fish/cmds.c:8596 fish/cmds.c:8620 #: fish/cmds.c:8644 fish/cmds.c:8668 fish/cmds.c:8691 fish/cmds.c:8718 #: fish/cmds.c:8760 fish/cmds.c:8782 fish/cmds.c:8809 fish/cmds.c:8831 #: fish/cmds.c:8873 fish/cmds.c:8897 fish/cmds.c:8921 fish/cmds.c:8945 #: fish/cmds.c:8972 fish/cmds.c:8994 fish/cmds.c:9019 fish/cmds.c:9044 #: fish/cmds.c:9071 fish/cmds.c:9097 fish/cmds.c:9123 fish/cmds.c:9149 #: fish/cmds.c:9177 fish/cmds.c:9224 fish/cmds.c:9252 fish/cmds.c:9297 #: fish/cmds.c:9318 fish/cmds.c:9341 fish/cmds.c:9367 fish/cmds.c:9395 #: fish/cmds.c:9424 fish/cmds.c:9447 fish/cmds.c:9471 fish/cmds.c:9497 #: fish/cmds.c:9583 fish/cmds.c:9631 fish/cmds.c:9719 fish/cmds.c:9804 #: fish/cmds.c:9846 fish/cmds.c:9874 fish/cmds.c:9901 fish/cmds.c:9929 #: fish/cmds.c:9956 fish/cmds.c:9986 fish/cmds.c:10036 fish/cmds.c:10084 #: fish/cmds.c:10111 fish/cmds.c:10135 fish/cmds.c:10158 fish/cmds.c:10180 #: fish/cmds.c:10203 fish/cmds.c:10235 fish/cmds.c:10264 fish/cmds.c:10293 #: fish/cmds.c:10322 fish/cmds.c:10351 fish/cmds.c:10380 fish/cmds.c:10409 #: fish/cmds.c:10438 fish/cmds.c:10467 fish/cmds.c:10496 fish/cmds.c:10525 #: fish/cmds.c:10554 fish/cmds.c:10582 fish/cmds.c:10610 fish/cmds.c:10637 #: fish/cmds.c:10664 fish/cmds.c:10691 fish/cmds.c:10717 fish/cmds.c:10745 #: fish/cmds.c:10790 fish/cmds.c:10812 fish/cmds.c:10834 fish/cmds.c:10859 #: fish/cmds.c:10884 fish/cmds.c:10906 fish/cmds.c:10928 fish/cmds.c:10950 #: fish/cmds.c:10972 fish/cmds.c:10997 fish/cmds.c:11039 fish/cmds.c:11085 #: fish/cmds.c:11124 fish/cmds.c:11145 fish/cmds.c:11166 fish/cmds.c:11187 #: fish/cmds.c:11207 fish/cmds.c:11232 fish/cmds.c:11276 fish/cmds.c:11320 #: fish/cmds.c:11365 fish/cmds.c:11411 fish/cmds.c:11458 fish/cmds.c:11505 #: fish/cmds.c:11549 fish/cmds.c:11571 fish/cmds.c:11599 fish/cmds.c:11628 #: fish/cmds.c:11655 fish/cmds.c:11679 fish/cmds.c:11705 fish/cmds.c:11748 #: fish/cmds.c:11830 fish/cmds.c:11877 fish/cmds.c:11943 fish/cmds.c:11975 #: fish/cmds.c:12007 fish/cmds.c:12041 fish/cmds.c:12107 fish/cmds.c:12133 #: fish/cmds.c:12185 fish/cmds.c:12210 fish/cmds.c:12255 fish/cmds.c:12298 #: fish/cmds.c:12322 fish/cmds.c:12348 fish/cmds.c:12413 fish/cmds.c:12439 #: fish/cmds.c:12468 fish/cmds.c:12495 fish/cmds.c:12519 fish/cmds.c:12544 #: fish/cmds.c:12576 fish/cmds.c:12600 fish/cmds.c:12624 fish/cmds.c:12648 #: fish/cmds.c:12672 fish/cmds.c:12698 fish/cmds.c:12741 fish/cmds.c:12764 #: fish/cmds.c:12794 fish/cmds.c:12821 fish/cmds.c:12843 fish/cmds.c:12886 #: fish/cmds.c:12930 fish/cmds.c:12975 fish/cmds.c:13038 fish/cmds.c:13064 #: fish/cmds.c:13106 fish/cmds.c:13126 fish/cmds.c:13150 fish/cmds.c:13197 #: fish/cmds.c:13227 fish/cmds.c:13258 fish/cmds.c:13290 fish/cmds.c:13338 #: fish/cmds.c:13369 fish/cmds.c:13413 fish/cmds.c:13450 fish/cmds.c:13487 #: fish/cmds.c:13521 fish/cmds.c:13545 fish/cmds.c:13584 fish/cmds.c:13608 #: fish/cmds.c:13632 fish/cmds.c:13655 fish/cmds.c:13678 fish/cmds.c:13709 #: fish/cmds.c:13738 fish/cmds.c:13762 fish/cmds.c:13813 fish/cmds.c:13865 #: fish/cmds.c:13921 fish/cmds.c:13969 fish/cmds.c:13992 fish/cmds.c:14016 #: fish/cmds.c:14040 fish/cmds.c:14066 fish/cmds.c:14092 fish/cmds.c:14118 #: fish/cmds.c:14144 fish/cmds.c:14170 fish/cmds.c:14196 fish/cmds.c:14242 #: fish/cmds.c:14302 fish/cmds.c:14345 fish/cmds.c:14407 fish/cmds.c:14434 #: fish/cmds.c:14552 fish/cmds.c:14586 fish/cmds.c:14618 fish/cmds.c:14640 #: fish/cmds.c:14666 fish/cmds.c:14687 fish/cmds.c:14713 fish/cmds.c:14758 #: fish/cmds.c:14783 fish/cmds.c:14848 fish/cmds.c:14911 fish/cmds.c:14943 #: fish/cmds.c:15019 fish/cmds.c:15088 fish/cmds.c:15114 fish/cmds.c:15210 #: fish/cmds.c:15309 fish/cmds.c:15408 fish/cmds.c:15509 fish/cmds.c:15711 #: fish/cmds.c:15839 fish/cmds.c:15862 fish/cmds.c:15886 fish/cmds.c:15908 #: fish/cmds.c:15934 fish/cmds.c:15985 fish/cmds.c:16012 fish/cmds.c:16036 #: fish/cmds.c:16085 fish/cmds.c:16156 fish/cmds.c:16183 fish/cmds.c:16206 #: fish/cmds.c:16233 fish/cmds.c:16276 fish/cmds.c:16300 fish/cmds.c:16328 #: fish/cmds.c:16356 fish/cmds.c:16382 fish/cmds.c:16544 fish/cmds.c:16574 #: fish/cmds.c:16624 fish/cmds.c:16651 fish/cmds.c:16691 fish/cmds.c:16720 #: fish/cmds.c:16745 fish/cmds.c:16770 fish/cmds.c:16798 fish/cmds.c:16837 #: fish/cmds.c:16862 fish/cmds.c:16888 fish/cmds.c:16918 fish/cmds.c:16948 #: fish/cmds.c:16973 fish/cmds.c:17036 fish/cmds.c:17061 fish/cmds.c:17156 #: fish/cmds.c:17177 fish/cmds.c:17199 #, 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:7489 fish/cmds.c:8259 fish/cmds.c:8504 fish/cmds.c:8523 #: fish/cmds.c:8542 fish/cmds.c:8561 fish/cmds.c:8729 fish/cmds.c:8841 #: fish/cmds.c:9187 fish/cmds.c:9262 fish/cmds.c:9507 fish/cmds.c:9526 #: fish/cmds.c:9545 fish/cmds.c:9593 fish/cmds.c:9641 fish/cmds.c:9660 #: fish/cmds.c:9679 fish/cmds.c:9729 fish/cmds.c:9748 fish/cmds.c:9767 #: fish/cmds.c:9814 fish/cmds.c:9998 fish/cmds.c:10048 fish/cmds.c:10757 #: fish/cmds.c:11007 fish/cmds.c:11051 fish/cmds.c:11095 fish/cmds.c:11243 #: fish/cmds.c:11286 fish/cmds.c:11330 fish/cmds.c:11375 fish/cmds.c:11422 #: fish/cmds.c:11469 fish/cmds.c:11516 fish/cmds.c:11717 fish/cmds.c:11760 #: fish/cmds.c:11773 fish/cmds.c:11786 fish/cmds.c:11799 fish/cmds.c:11842 #: fish/cmds.c:11887 fish/cmds.c:11906 fish/cmds.c:12053 fish/cmds.c:12072 #: fish/cmds.c:12145 fish/cmds.c:12158 fish/cmds.c:12221 fish/cmds.c:12266 #: fish/cmds.c:12358 fish/cmds.c:12377 fish/cmds.c:12712 fish/cmds.c:12854 #: fish/cmds.c:12897 fish/cmds.c:12941 fish/cmds.c:12986 fish/cmds.c:13005 #: fish/cmds.c:13075 fish/cmds.c:13163 fish/cmds.c:13301 fish/cmds.c:13384 #: fish/cmds.c:13424 fish/cmds.c:13461 fish/cmds.c:13498 fish/cmds.c:13557 #: fish/cmds.c:13777 fish/cmds.c:13828 fish/cmds.c:13884 fish/cmds.c:13936 #: fish/cmds.c:14210 fish/cmds.c:14256 fish/cmds.c:14269 fish/cmds.c:14316 #: fish/cmds.c:14356 fish/cmds.c:14375 fish/cmds.c:14452 fish/cmds.c:14480 #: fish/cmds.c:14503 fish/cmds.c:14800 fish/cmds.c:14866 fish/cmds.c:14964 #: fish/cmds.c:15039 fish/cmds.c:15132 fish/cmds.c:15149 fish/cmds.c:15166 #: fish/cmds.c:15229 fish/cmds.c:15246 fish/cmds.c:15263 fish/cmds.c:15328 #: fish/cmds.c:15345 fish/cmds.c:15362 fish/cmds.c:15428 fish/cmds.c:15445 #: fish/cmds.c:15462 fish/cmds.c:15531 fish/cmds.c:15554 fish/cmds.c:15582 #: fish/cmds.c:15599 fish/cmds.c:15622 fish/cmds.c:15650 fish/cmds.c:15667 #: fish/cmds.c:15730 fish/cmds.c:15747 fish/cmds.c:15770 fish/cmds.c:15793 #: fish/cmds.c:16245 fish/cmds.c:16400 fish/cmds.c:16417 fish/cmds.c:16439 #: fish/cmds.c:16472 fish/cmds.c:16495 fish/cmds.c:16663 fish/cmds.c:16808 #: fish/cmds.c:16990 fish/cmds.c:17079 fish/cmds.c:17096 fish/cmds.c:17113 #, 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:7495 fish/cmds.c:8265 fish/cmds.c:8510 fish/cmds.c:8529 #: fish/cmds.c:8548 fish/cmds.c:8567 fish/cmds.c:8735 fish/cmds.c:8847 #: fish/cmds.c:9193 fish/cmds.c:9268 fish/cmds.c:9513 fish/cmds.c:9532 #: fish/cmds.c:9551 fish/cmds.c:9599 fish/cmds.c:9647 fish/cmds.c:9666 #: fish/cmds.c:9685 fish/cmds.c:9735 fish/cmds.c:9754 fish/cmds.c:9773 #: fish/cmds.c:9820 fish/cmds.c:10004 fish/cmds.c:10054 fish/cmds.c:10763 #: fish/cmds.c:11013 fish/cmds.c:11057 fish/cmds.c:11101 fish/cmds.c:11249 #: fish/cmds.c:11292 fish/cmds.c:11336 fish/cmds.c:11381 fish/cmds.c:11428 #: fish/cmds.c:11475 fish/cmds.c:11522 fish/cmds.c:11848 fish/cmds.c:11893 #: fish/cmds.c:11912 fish/cmds.c:12059 fish/cmds.c:12227 fish/cmds.c:12272 #: fish/cmds.c:12364 fish/cmds.c:12383 fish/cmds.c:12860 fish/cmds.c:12903 #: fish/cmds.c:12947 fish/cmds.c:12992 fish/cmds.c:13011 fish/cmds.c:13081 #: fish/cmds.c:13169 fish/cmds.c:13307 fish/cmds.c:13783 fish/cmds.c:13834 #: fish/cmds.c:13890 fish/cmds.c:13942 fish/cmds.c:14362 fish/cmds.c:14458 #: fish/cmds.c:14486 fish/cmds.c:14509 fish/cmds.c:14970 fish/cmds.c:15045 #: fish/cmds.c:15537 fish/cmds.c:15560 fish/cmds.c:15605 fish/cmds.c:15628 #: fish/cmds.c:15753 fish/cmds.c:15776 fish/cmds.c:16251 fish/cmds.c:16445 #: fish/cmds.c:16478 fish/cmds.c:16501 #, 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:7064 fish/cmds.c:14433 fish/cmds.c:14712 #: fish/cmds.c:14782 fish/cmds.c:14847 fish/cmds.c:14942 fish/cmds.c:15018 #: fish/cmds.c:15113 fish/cmds.c:15209 fish/cmds.c:15308 fish/cmds.c:15407 #: fish/cmds.c:15508 fish/cmds.c:15710 fish/cmds.c:15933 fish/cmds.c:16035 #: fish/cmds.c:16084 fish/cmds.c:16381 fish/cmds.c:16573 fish/cmds.c:16972 #: fish/cmds.c:17060 #, 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:7086 fish/cmds.c:14519 fish/cmds.c:14729 #: fish/cmds.c:14815 fish/cmds.c:14876 fish/cmds.c:14980 fish/cmds.c:15055 #: fish/cmds.c:15176 fish/cmds.c:15273 fish/cmds.c:15372 fish/cmds.c:15472 #: fish/cmds.c:15677 fish/cmds.c:15808 fish/cmds.c:15954 fish/cmds.c:16051 #: fish/cmds.c:16122 fish/cmds.c:16511 fish/cmds.c:16591 fish/cmds.c:17005 #: fish/cmds.c:17123 #, 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:7092 fish/cmds.c:14525 fish/cmds.c:14735 #: fish/cmds.c:14821 fish/cmds.c:14882 fish/cmds.c:14986 fish/cmds.c:15061 #: fish/cmds.c:15182 fish/cmds.c:15279 fish/cmds.c:15378 fish/cmds.c:15478 #: fish/cmds.c:15683 fish/cmds.c:15814 fish/cmds.c:15960 fish/cmds.c:16057 #: fish/cmds.c:16128 fish/cmds.c:16517 fish/cmds.c:16597 fish/cmds.c:17011 #: fish/cmds.c:17129 #, c-format msgid "%s: optional argument \"%s\" given twice\n" msgstr "" #: fish/cmds.c:17225 #, 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