# 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.21\n" "Report-Msgid-Bugs-To: https://bugzilla.redhat.com/enter_bug.cgi?" "component=libguestfs&product=Virtualization+Tools\n" "POT-Creation-Date: 2012-07-18 21:03+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:3048 msgid "Command" msgstr "" #: fish/cmds.c:3048 msgid "Description" msgstr "" #: fish/cmds.c:3050 msgid "add a CD-ROM disk image to examine" msgstr "" #: fish/cmds.c:3051 msgid "add the disk(s) from a named libvirt domain" msgstr "" #: fish/cmds.c:3052 msgid "add an image to examine or modify" msgstr "" #: fish/cmds.c:3053 msgid "add a drive in snapshot mode (read-only)" msgstr "" #: fish/cmds.c:3054 msgid "add a drive read-only specifying the QEMU block emulation to use" msgstr "" #: fish/cmds.c:3055 msgid "add a drive specifying the QEMU block emulation to use" msgstr "" #: fish/cmds.c:3056 msgid "allocate and add a disk file" msgstr "" #: fish/cmds.c:3057 msgid "clear Augeas path" msgstr "" #: fish/cmds.c:3058 msgid "close the current Augeas handle" msgstr "" #: fish/cmds.c:3059 msgid "define an Augeas node" msgstr "" #: fish/cmds.c:3060 msgid "define an Augeas variable" msgstr "" #: fish/cmds.c:3061 msgid "look up the value of an Augeas path" msgstr "" #: fish/cmds.c:3062 msgid "create a new Augeas handle" msgstr "" #: fish/cmds.c:3063 msgid "insert a sibling Augeas node" msgstr "" #: fish/cmds.c:3064 msgid "load files into the tree" msgstr "" #: fish/cmds.c:3065 msgid "list Augeas nodes under augpath" msgstr "" #: fish/cmds.c:3066 msgid "return Augeas nodes which match augpath" msgstr "" #: fish/cmds.c:3067 msgid "move Augeas node" msgstr "" #: fish/cmds.c:3068 msgid "remove an Augeas path" msgstr "" #: fish/cmds.c:3069 msgid "write all pending Augeas changes to disk" msgstr "" #: fish/cmds.c:3070 msgid "set Augeas path to value" msgstr "" #: fish/cmds.c:3071 msgid "test availability of some parts of the API" msgstr "" #: fish/cmds.c:3072 msgid "return a list of all optional groups" msgstr "" #: fish/cmds.c:3073 msgid "upload base64-encoded data to file" msgstr "" #: fish/cmds.c:3074 msgid "download file and encode as base64" msgstr "" #: fish/cmds.c:3075 msgid "print block device attributes" msgstr "" #: fish/cmds.c:3076 msgid "flush device buffers" msgstr "" #: fish/cmds.c:3077 msgid "get blocksize of block device" msgstr "" #: fish/cmds.c:3078 msgid "is block device set to read-only" msgstr "" #: fish/cmds.c:3079 msgid "get total size of device in bytes" msgstr "" #: fish/cmds.c:3080 msgid "get sectorsize of block device" msgstr "" #: fish/cmds.c:3081 msgid "get total size of device in 512-byte sectors" msgstr "" #: fish/cmds.c:3082 msgid "reread partition table" msgstr "" #: fish/cmds.c:3083 msgid "set blocksize of block device" msgstr "" #: fish/cmds.c:3084 msgid "set block device to read-only" msgstr "" #: fish/cmds.c:3085 msgid "set block device to read-write" msgstr "" #: fish/cmds.c:3086 msgid "add devices to a btrfs filesystem" msgstr "" #: fish/cmds.c:3087 msgid "remove devices from a btrfs filesystem" msgstr "" #: fish/cmds.c:3088 msgid "balance a btrfs filesystem" msgstr "" #: fish/cmds.c:3089 msgid "resize a btrfs filesystem" msgstr "" #: fish/cmds.c:3090 msgid "sync a btrfs filesystem" msgstr "" #: fish/cmds.c:3091 msgid "check a btrfs filesystem" msgstr "" #: fish/cmds.c:3092 msgid "enable or disable the seeding feature of device" msgstr "" #: fish/cmds.c:3093 msgid "create a btrfs snapshot" msgstr "" #: fish/cmds.c:3094 msgid "delete a btrfs snapshot" msgstr "" #: fish/cmds.c:3095 msgid "list btrfs snapshots and subvolumes" msgstr "" #: fish/cmds.c:3096 msgid "set default btrfs subvolume" msgstr "" #: fish/cmds.c:3097 msgid "create a writable btrfs snapshot" msgstr "" #: fish/cmds.c:3098 msgid "return canonical device name" msgstr "" #: fish/cmds.c:3099 msgid "return true path on case-insensitive filesystem" msgstr "" #: fish/cmds.c:3100 msgid "list the contents of a file" msgstr "" #: fish/cmds.c:3101 msgid "compute MD5, SHAx or CRC checksum of file" msgstr "" #: fish/cmds.c:3102 msgid "compute MD5, SHAx or CRC checksum of the contents of a device" msgstr "" #: fish/cmds.c:3103 msgid "compute MD5, SHAx or CRC checksum of files in a directory" msgstr "" #: fish/cmds.c:3104 msgid "change file mode" msgstr "" #: fish/cmds.c:3105 fish/cmds.c:3244 msgid "change file owner and group" msgstr "" #: fish/cmds.c:3106 msgid "run a command from the guest filesystem" msgstr "" #: fish/cmds.c:3107 msgid "run a command, returning lines" msgstr "" #: fish/cmds.c:3108 msgid "output compressed device" msgstr "" #: fish/cmds.c:3109 msgid "output compressed file" msgstr "" #: fish/cmds.c:3110 msgid "add qemu parameters" msgstr "" #: fish/cmds.c:3111 msgid "copy from source device to destination device" msgstr "" #: fish/cmds.c:3112 msgid "copy from source device to destination file" msgstr "" #: fish/cmds.c:3113 msgid "copy from source file to destination device" msgstr "" #: fish/cmds.c:3114 msgid "copy from source file to destination file" msgstr "" #: fish/cmds.c:3115 msgid "copy local files or directories into an image" msgstr "" #: fish/cmds.c:3116 msgid "copy remote files or directories out of an image" msgstr "" #: fish/cmds.c:3117 msgid "copy size bytes from source to destination using dd" msgstr "" #: fish/cmds.c:3118 msgid "copy a file" msgstr "" #: fish/cmds.c:3119 msgid "copy a file or directory recursively" msgstr "" #: fish/cmds.c:3120 msgid "copy from source to destination using dd" msgstr "" #: fish/cmds.c:3121 msgid "debugging and internals" msgstr "" #: fish/cmds.c:3122 msgid "debug the QEMU command line (internal use only)" msgstr "" #: fish/cmds.c:3123 msgid "debug the drives (internal use only)" msgstr "" #: fish/cmds.c:3124 msgid "upload a file to the appliance (internal use only)" msgstr "" #: fish/cmds.c:3125 msgid "delete a previously registered event handler" msgstr "" #: fish/cmds.c:3126 msgid "convert device to index" msgstr "" #: fish/cmds.c:3127 msgid "report file system disk space usage" msgstr "" #: fish/cmds.c:3128 msgid "report file system disk space usage (human readable)" msgstr "" #: fish/cmds.c:3129 msgid "display an image" msgstr "" #: fish/cmds.c:3130 msgid "return kernel messages" msgstr "" #: fish/cmds.c:3131 msgid "download a file to the local machine" msgstr "" #: fish/cmds.c:3132 msgid "download a file to the local machine with offset and size" msgstr "" #: fish/cmds.c:3133 msgid "drop kernel page cache, dentries and inodes" msgstr "" #: fish/cmds.c:3134 msgid "estimate file space usage" msgstr "" #: fish/cmds.c:3135 fish/cmds.c:3136 msgid "check an ext2/ext3 filesystem" msgstr "" #: fish/cmds.c:3137 msgid "display a line of text" msgstr "" #: fish/cmds.c:3138 msgid "echo arguments back to the client" msgstr "" #: fish/cmds.c:3139 msgid "edit a file" msgstr "" #: fish/cmds.c:3140 fish/cmds.c:3141 fish/cmds.c:3147 fish/cmds.c:3148 #: fish/cmds.c:3187 fish/cmds.c:3188 fish/cmds.c:3470 fish/cmds.c:3471 #: fish/cmds.c:3476 fish/cmds.c:3477 fish/cmds.c:3479 fish/cmds.c:3480 msgid "return lines matching a pattern" msgstr "" #: fish/cmds.c:3142 msgid "test if two files have equal contents" msgstr "" #: fish/cmds.c:3143 msgid "register a handler for an event or events" msgstr "" #: fish/cmds.c:3144 msgid "test if file or directory exists" msgstr "" #: fish/cmds.c:3145 fish/cmds.c:3146 msgid "preallocate a file in the guest filesystem" msgstr "" #: fish/cmds.c:3149 msgid "determine file type" msgstr "" #: fish/cmds.c:3150 msgid "detect the architecture of a binary file" msgstr "" #: fish/cmds.c:3151 msgid "return the size of the file in bytes" msgstr "" #: fish/cmds.c:3152 msgid "check if filesystem is available" msgstr "" #: fish/cmds.c:3153 msgid "fill a file with octets" msgstr "" #: fish/cmds.c:3154 msgid "fill a file with a repeating pattern of bytes" msgstr "" #: fish/cmds.c:3155 msgid "find all files and directories" msgstr "" #: fish/cmds.c:3156 msgid "find all files and directories, returning NUL-separated list" msgstr "" #: fish/cmds.c:3157 msgid "find a filesystem by label" msgstr "" #: fish/cmds.c:3158 msgid "find a filesystem by UUID" msgstr "" #: fish/cmds.c:3159 msgid "run the filesystem checker" msgstr "" #: fish/cmds.c:3160 msgid "trim free space in a filesystem" msgstr "" #: fish/cmds.c:3161 msgid "get the additional kernel options" msgstr "" #: fish/cmds.c:3162 msgid "get the attach method" msgstr "" #: fish/cmds.c:3163 msgid "get autosync mode" msgstr "" #: fish/cmds.c:3164 msgid "get direct appliance mode flag" msgstr "" #: fish/cmds.c:3165 msgid "get ext2 file attributes of a file" msgstr "" #: fish/cmds.c:3166 msgid "get ext2 file generation of a file" msgstr "" #: fish/cmds.c:3167 msgid "get the ext2/3/4 filesystem label" msgstr "" #: fish/cmds.c:3168 msgid "get the ext2/3/4 filesystem UUID" msgstr "" #: fish/cmds.c:3169 msgid "get memory allocated to the qemu subprocess" msgstr "" #: fish/cmds.c:3170 msgid "get enable network flag" msgstr "" #: fish/cmds.c:3171 msgid "get the search path" msgstr "" #: fish/cmds.c:3172 msgid "get process group flag" msgstr "" #: fish/cmds.c:3173 msgid "get PID of qemu subprocess" msgstr "" #: fish/cmds.c:3174 msgid "get the qemu binary" msgstr "" #: fish/cmds.c:3175 msgid "get recovery process enabled flag" msgstr "" #: fish/cmds.c:3176 msgid "get SELinux enabled flag" msgstr "" #: fish/cmds.c:3177 msgid "get number of virtual CPUs in appliance" msgstr "" #: fish/cmds.c:3178 msgid "get the current state" msgstr "" #: fish/cmds.c:3179 msgid "get command trace enabled flag" msgstr "" #: fish/cmds.c:3180 msgid "get the current umask" msgstr "" #: fish/cmds.c:3181 msgid "get verbose mode" msgstr "" #: fish/cmds.c:3182 msgid "get SELinux security context" msgstr "" #: fish/cmds.c:3183 fish/cmds.c:3245 msgid "get a single extended attribute" msgstr "" #: fish/cmds.c:3184 fish/cmds.c:3246 msgid "list extended attributes of a file or directory" msgstr "" #: fish/cmds.c:3185 msgid "expand wildcards in command" msgstr "" #: fish/cmds.c:3186 msgid "expand a wildcard path" msgstr "" #: fish/cmds.c:3189 msgid "install GRUB 1" msgstr "" #: fish/cmds.c:3190 msgid "return first 10 lines of a file" msgstr "" #: fish/cmds.c:3191 msgid "return first N lines of a file" msgstr "" #: fish/cmds.c:3192 msgid "dump a file in hexadecimal" msgstr "" #: fish/cmds.c:3193 msgid "edit with a hex editor" msgstr "" #: fish/cmds.c:3194 msgid "list the contents of a single file in an initrd" msgstr "" #: fish/cmds.c:3195 msgid "list files in an initrd" msgstr "" #: fish/cmds.c:3196 msgid "add an inotify watch" msgstr "" #: fish/cmds.c:3197 msgid "close the inotify handle" msgstr "" #: fish/cmds.c:3198 msgid "return list of watched files that had events" msgstr "" #: fish/cmds.c:3199 msgid "create an inotify handle" msgstr "" #: fish/cmds.c:3200 msgid "return list of inotify events" msgstr "" #: fish/cmds.c:3201 msgid "remove an inotify watch" msgstr "" #: fish/cmds.c:3202 msgid "get architecture of inspected operating system" msgstr "" #: fish/cmds.c:3203 msgid "get distro of inspected operating system" msgstr "" #: fish/cmds.c:3204 msgid "get drive letter mappings" msgstr "" #: fish/cmds.c:3205 msgid "get filesystems associated with inspected operating system" msgstr "" #: fish/cmds.c:3206 msgid "get format of inspected operating system" msgstr "" #: fish/cmds.c:3207 msgid "get hostname of the operating system" msgstr "" #: fish/cmds.c:3208 msgid "get the icon corresponding to this operating system" msgstr "" #: fish/cmds.c:3209 msgid "get major version of inspected operating system" msgstr "" #: fish/cmds.c:3210 msgid "get minor version of inspected operating system" msgstr "" #: fish/cmds.c:3211 msgid "get mountpoints of inspected operating system" msgstr "" #: fish/cmds.c:3212 msgid "get package format used by the operating system" msgstr "" #: fish/cmds.c:3213 msgid "get package management tool used by the operating system" msgstr "" #: fish/cmds.c:3214 msgid "get product name of inspected operating system" msgstr "" #: fish/cmds.c:3215 msgid "get product variant of inspected operating system" msgstr "" #: fish/cmds.c:3216 msgid "return list of operating systems found by last inspection" msgstr "" #: fish/cmds.c:3217 msgid "get type of inspected operating system" msgstr "" #: fish/cmds.c:3218 msgid "get Windows CurrentControlSet of inspected operating system" msgstr "" #: fish/cmds.c:3219 msgid "get Windows systemroot of inspected operating system" msgstr "" #: fish/cmds.c:3220 msgid "get live flag for install disk" msgstr "" #: fish/cmds.c:3221 msgid "get multipart flag for install disk" msgstr "" #: fish/cmds.c:3222 msgid "get netinst (network installer) flag for install disk" msgstr "" #: fish/cmds.c:3223 msgid "get list of applications installed in the operating system" msgstr "" #: fish/cmds.c:3224 msgid "inspect disk and return list of operating systems found" msgstr "" #: fish/cmds.c:3225 msgid "test if block device" msgstr "" #: fish/cmds.c:3226 msgid "is busy processing a command" msgstr "" #: fish/cmds.c:3227 msgid "test if character device" msgstr "" #: fish/cmds.c:3228 msgid "is in configuration state" msgstr "" #: fish/cmds.c:3229 msgid "test if a directory" msgstr "" #: fish/cmds.c:3230 msgid "test if FIFO (named pipe)" msgstr "" #: fish/cmds.c:3231 msgid "test if a regular file" msgstr "" #: fish/cmds.c:3232 msgid "is launching subprocess" msgstr "" #: fish/cmds.c:3233 msgid "test if device is a logical volume" msgstr "" #: fish/cmds.c:3234 msgid "is ready to accept commands" msgstr "" #: fish/cmds.c:3235 msgid "test if socket" msgstr "" #: fish/cmds.c:3236 msgid "test if symbolic link" msgstr "" #: fish/cmds.c:3237 msgid "test if a file contains all zero bytes" msgstr "" #: fish/cmds.c:3238 msgid "test if a device contains all zero bytes" msgstr "" #: fish/cmds.c:3239 msgid "get ISO information from primary volume descriptor of ISO file" msgstr "" #: fish/cmds.c:3240 msgid "get ISO information from primary volume descriptor of device" msgstr "" #: fish/cmds.c:3241 msgid "kill the qemu subprocess" msgstr "" #: fish/cmds.c:3242 msgid "launch the qemu subprocess" msgstr "" #: fish/cmds.c:3243 msgid "change working directory" msgstr "" #: fish/cmds.c:3247 msgid "list 9p filesystems" msgstr "" #: fish/cmds.c:3248 msgid "list the block devices" msgstr "" #: fish/cmds.c:3249 msgid "list device mapper devices" msgstr "" #: fish/cmds.c:3250 msgid "list event handlers" msgstr "" #: fish/cmds.c:3251 msgid "list filesystems" msgstr "" #: fish/cmds.c:3252 msgid "list Linux md (RAID) devices" msgstr "" #: fish/cmds.c:3253 msgid "list the partitions" msgstr "" #: fish/cmds.c:3254 msgid "list the files in a directory (long format)" msgstr "" #: fish/cmds.c:3255 msgid "list the files in a directory (long format with SELinux contexts)" msgstr "" #: fish/cmds.c:3256 fish/cmds.c:3257 msgid "create a hard link" msgstr "" #: fish/cmds.c:3258 fish/cmds.c:3259 msgid "create a symbolic link" msgstr "" #: fish/cmds.c:3260 fish/cmds.c:3365 msgid "remove extended attribute of a file or directory" msgstr "" #: fish/cmds.c:3261 msgid "list the files in a directory" msgstr "" #: fish/cmds.c:3262 fish/cmds.c:3398 msgid "set extended attribute of a file or directory" msgstr "" #: fish/cmds.c:3263 msgid "get file information for a symbolic link" msgstr "" #: fish/cmds.c:3264 msgid "lstat on multiple files" msgstr "" #: fish/cmds.c:3265 msgid "add a key on a LUKS encrypted device" msgstr "" #: fish/cmds.c:3266 msgid "close a LUKS device" msgstr "" #: fish/cmds.c:3267 fish/cmds.c:3268 msgid "format a block device as a LUKS encrypted device" msgstr "" #: fish/cmds.c:3269 msgid "remove a key from a LUKS encrypted device" msgstr "" #: fish/cmds.c:3270 msgid "open a LUKS-encrypted block device" msgstr "" #: fish/cmds.c:3271 msgid "open a LUKS-encrypted block device read-only" msgstr "" #: fish/cmds.c:3272 msgid "create an LVM logical volume" msgstr "" #: fish/cmds.c:3273 msgid "create an LVM logical volume in % remaining free space" msgstr "" #: fish/cmds.c:3274 msgid "get canonical name of an LV" msgstr "" #: fish/cmds.c:3275 msgid "clear LVM device filter" msgstr "" #: fish/cmds.c:3276 msgid "remove all LVM LVs, VGs and PVs" msgstr "" #: fish/cmds.c:3277 msgid "set LVM device filter" msgstr "" #: fish/cmds.c:3278 msgid "remove an LVM logical volume" msgstr "" #: fish/cmds.c:3279 msgid "rename an LVM logical volume" msgstr "" #: fish/cmds.c:3280 msgid "resize an LVM logical volume" msgstr "" #: fish/cmds.c:3281 msgid "expand an LV to fill free space" msgstr "" #: fish/cmds.c:3282 fish/cmds.c:3283 msgid "list the LVM logical volumes (LVs)" msgstr "" #: fish/cmds.c:3284 msgid "get the UUID of a logical volume" msgstr "" #: fish/cmds.c:3285 msgid "lgetxattr on multiple files" msgstr "" #: fish/cmds.c:3286 msgid "open the manual" msgstr "" #: fish/cmds.c:3287 msgid "maximum number of disks that may be added" msgstr "" #: fish/cmds.c:3288 msgid "create a Linux md (RAID) device" msgstr "" #: fish/cmds.c:3289 msgid "obtain metadata for an MD device" msgstr "" #: fish/cmds.c:3290 msgid "get underlying devices from an MD device" msgstr "" #: fish/cmds.c:3291 msgid "stop a Linux md (RAID) device" msgstr "" #: fish/cmds.c:3292 msgid "create a directory" msgstr "" #: fish/cmds.c:3293 msgid "create a directory with a particular mode" msgstr "" #: fish/cmds.c:3294 msgid "create a directory and parents" msgstr "" #: fish/cmds.c:3295 msgid "create a temporary directory" msgstr "" #: fish/cmds.c:3296 fish/cmds.c:3297 fish/cmds.c:3298 msgid "make ext2/3/4 filesystem with external journal" msgstr "" #: fish/cmds.c:3299 msgid "make ext2/3/4 external journal" msgstr "" #: fish/cmds.c:3300 msgid "make ext2/3/4 external journal with label" msgstr "" #: fish/cmds.c:3301 msgid "make ext2/3/4 external journal with UUID" msgstr "" #: fish/cmds.c:3302 msgid "make FIFO (named pipe)" msgstr "" #: fish/cmds.c:3303 msgid "make a filesystem" msgstr "" #: fish/cmds.c:3304 msgid "make a filesystem with block size" msgstr "" #: fish/cmds.c:3305 msgid "create a btrfs filesystem" msgstr "" #: fish/cmds.c:3306 msgid "create a mountpoint" msgstr "" #: fish/cmds.c:3307 msgid "make block, character or FIFO devices" msgstr "" #: fish/cmds.c:3308 msgid "make block device node" msgstr "" #: fish/cmds.c:3309 msgid "make char device node" msgstr "" #: fish/cmds.c:3310 msgid "create a swap partition" msgstr "" #: fish/cmds.c:3311 msgid "create a swap partition with a label" msgstr "" #: fish/cmds.c:3312 msgid "create a swap partition with an explicit UUID" msgstr "" #: fish/cmds.c:3313 msgid "create a swap file" msgstr "" #: fish/cmds.c:3314 msgid "load a kernel module" msgstr "" #: fish/cmds.c:3315 msgid "view a file" msgstr "" #: fish/cmds.c:3316 msgid "mount a guest disk at a position in the filesystem" msgstr "" #: fish/cmds.c:3317 msgid "mount 9p filesystem" msgstr "" #: fish/cmds.c:3318 msgid "mount on the local filesystem" msgstr "" #: fish/cmds.c:3319 msgid "run main loop of mount on the local filesystem" msgstr "" #: fish/cmds.c:3320 msgid "mount a file using the loop device" msgstr "" #: fish/cmds.c:3321 msgid "mount a guest disk with mount options" msgstr "" #: fish/cmds.c:3322 msgid "mount a guest disk, read-only" msgstr "" #: fish/cmds.c:3323 msgid "mount a guest disk with mount options and vfstype" msgstr "" #: fish/cmds.c:3324 msgid "show mountpoints" msgstr "" #: fish/cmds.c:3325 msgid "show mounted filesystems" msgstr "" #: fish/cmds.c:3326 msgid "move a file" msgstr "" #: fish/cmds.c:3327 msgid "return number of whole block devices (disks) added" msgstr "" #: fish/cmds.c:3328 msgid "probe NTFS volume" msgstr "" #: fish/cmds.c:3329 msgid "restore NTFS from backup file" msgstr "" #: fish/cmds.c:3330 msgid "save NTFS to backup file" msgstr "" #: fish/cmds.c:3331 msgid "fix common errors and force Windows to check NTFS" msgstr "" #: fish/cmds.c:3332 msgid "resize an NTFS filesystem" msgstr "" #: fish/cmds.c:3333 msgid "resize an NTFS filesystem (with size)" msgstr "" #: fish/cmds.c:3334 msgid "add a partition to the device" msgstr "" #: fish/cmds.c:3335 msgid "delete a partition" msgstr "" #: fish/cmds.c:3336 msgid "partition whole disk with a single primary partition" msgstr "" #: fish/cmds.c:3337 msgid "return true if a partition is bootable" msgstr "" #: fish/cmds.c:3338 msgid "get the MBR type byte (ID byte) from a partition" msgstr "" #: fish/cmds.c:3339 msgid "get the partition table type" msgstr "" #: fish/cmds.c:3340 msgid "create an empty partition table" msgstr "" #: fish/cmds.c:3341 msgid "list partitions on a device" msgstr "" #: fish/cmds.c:3342 msgid "make a partition bootable" msgstr "" #: fish/cmds.c:3343 msgid "set the MBR type byte (ID byte) of a partition" msgstr "" #: fish/cmds.c:3344 msgid "set partition name" msgstr "" #: fish/cmds.c:3345 msgid "convert partition name to device name" msgstr "" #: fish/cmds.c:3346 msgid "convert partition name to partition number" msgstr "" #: fish/cmds.c:3347 msgid "ping the guest daemon" msgstr "" #: fish/cmds.c:3348 msgid "read part of a file" msgstr "" #: fish/cmds.c:3349 msgid "read part of a device" msgstr "" #: fish/cmds.c:3350 msgid "create an LVM physical volume" msgstr "" #: fish/cmds.c:3351 msgid "remove an LVM physical volume" msgstr "" #: fish/cmds.c:3352 msgid "resize an LVM physical volume" msgstr "" #: fish/cmds.c:3353 msgid "resize an LVM physical volume (with size)" msgstr "" #: fish/cmds.c:3354 fish/cmds.c:3355 msgid "list the LVM physical volumes (PVs)" msgstr "" #: fish/cmds.c:3356 msgid "get the UUID of a physical volume" msgstr "" #: fish/cmds.c:3357 msgid "write to part of a file" msgstr "" #: fish/cmds.c:3358 msgid "write to part of a device" msgstr "" #: fish/cmds.c:3359 msgid "read a file" msgstr "" #: fish/cmds.c:3360 msgid "read file as lines" msgstr "" #: fish/cmds.c:3361 msgid "read directories entries" msgstr "" #: fish/cmds.c:3362 msgid "read the target of a symbolic link" msgstr "" #: fish/cmds.c:3363 msgid "readlink on multiple files" msgstr "" #: fish/cmds.c:3364 msgid "canonicalized absolute pathname" msgstr "" #: fish/cmds.c:3366 msgid "close and reopen libguestfs handle" msgstr "" #: fish/cmds.c:3367 msgid "resize an ext2, ext3 or ext4 filesystem" msgstr "" #: fish/cmds.c:3368 msgid "resize an ext2, ext3 or ext4 filesystem to the minimum size" msgstr "" #: fish/cmds.c:3369 msgid "resize an ext2, ext3 or ext4 filesystem (with size)" msgstr "" #: fish/cmds.c:3370 msgid "remove a file" msgstr "" #: fish/cmds.c:3371 msgid "remove a file or directory recursively" msgstr "" #: fish/cmds.c:3372 msgid "remove a directory" msgstr "" #: fish/cmds.c:3373 msgid "remove a mountpoint" msgstr "" #: fish/cmds.c:3374 msgid "scrub (securely wipe) a device" msgstr "" #: fish/cmds.c:3375 msgid "scrub (securely wipe) a file" msgstr "" #: fish/cmds.c:3376 msgid "scrub (securely wipe) free space" msgstr "" #: fish/cmds.c:3377 msgid "add options to kernel command line" msgstr "" #: fish/cmds.c:3378 msgid "set the attach method" msgstr "" #: fish/cmds.c:3379 msgid "set autosync mode" msgstr "" #: fish/cmds.c:3380 msgid "enable or disable direct appliance mode" msgstr "" #: fish/cmds.c:3381 msgid "set ext2 file attributes of a file" msgstr "" #: fish/cmds.c:3382 msgid "set ext2 file generation of a file" msgstr "" #: fish/cmds.c:3383 msgid "set the ext2/3/4 filesystem label" msgstr "" #: fish/cmds.c:3384 msgid "set the ext2/3/4 filesystem UUID" msgstr "" #: fish/cmds.c:3385 msgid "set filesystem label" msgstr "" #: fish/cmds.c:3386 msgid "set memory allocated to the qemu subprocess" msgstr "" #: fish/cmds.c:3387 msgid "set enable network flag" msgstr "" #: fish/cmds.c:3388 msgid "set the search path" msgstr "" #: fish/cmds.c:3389 msgid "set process group flag" msgstr "" #: fish/cmds.c:3390 msgid "set the qemu binary" msgstr "" #: fish/cmds.c:3391 msgid "enable or disable the recovery process" msgstr "" #: fish/cmds.c:3392 msgid "set SELinux enabled or disabled at appliance boot" msgstr "" #: fish/cmds.c:3393 msgid "set number of virtual CPUs in appliance" msgstr "" #: fish/cmds.c:3394 msgid "enable or disable command traces" msgstr "" #: fish/cmds.c:3395 msgid "set verbose mode" msgstr "" #: fish/cmds.c:3396 msgid "set SELinux security context" msgstr "" #: fish/cmds.c:3397 msgid "set an environment variable" msgstr "" #: fish/cmds.c:3399 fish/cmds.c:3400 msgid "create partitions on a block device" msgstr "" #: fish/cmds.c:3401 msgid "modify a single partition on a block device" msgstr "" #: fish/cmds.c:3402 msgid "display the disk geometry from the partition table" msgstr "" #: fish/cmds.c:3403 msgid "display the kernel geometry" msgstr "" #: fish/cmds.c:3404 msgid "display the partition table" msgstr "" #: fish/cmds.c:3405 msgid "run a command via the shell" msgstr "" #: fish/cmds.c:3406 msgid "run a command via the shell returning lines" msgstr "" #: fish/cmds.c:3407 msgid "shutdown the qemu subprocess" msgstr "" #: fish/cmds.c:3408 msgid "sleep for some seconds" msgstr "" #: fish/cmds.c:3409 msgid "create a sparse disk image and add" msgstr "" #: fish/cmds.c:3410 msgid "get file information" msgstr "" #: fish/cmds.c:3411 msgid "get file system statistics" msgstr "" #: fish/cmds.c:3412 fish/cmds.c:3413 msgid "print the printable strings in a file" msgstr "" #: fish/cmds.c:3414 msgid "list supported groups of commands" msgstr "" #: fish/cmds.c:3415 msgid "disable swap on device" msgstr "" #: fish/cmds.c:3416 msgid "disable swap on file" msgstr "" #: fish/cmds.c:3417 msgid "disable swap on labeled swap partition" msgstr "" #: fish/cmds.c:3418 msgid "disable swap on swap partition by UUID" msgstr "" #: fish/cmds.c:3419 msgid "enable swap on device" msgstr "" #: fish/cmds.c:3420 msgid "enable swap on file" msgstr "" #: fish/cmds.c:3421 msgid "enable swap on labeled swap partition" msgstr "" #: fish/cmds.c:3422 msgid "enable swap on swap partition by UUID" msgstr "" #: fish/cmds.c:3423 msgid "sync disks, writes are flushed through to the disk image" msgstr "" #: fish/cmds.c:3424 msgid "return last 10 lines of a file" msgstr "" #: fish/cmds.c:3425 msgid "return last N lines of a file" msgstr "" #: fish/cmds.c:3426 msgid "unpack tarfile to directory" msgstr "" #: fish/cmds.c:3427 msgid "pack directory into tarfile" msgstr "" #: fish/cmds.c:3428 fish/cmds.c:3436 msgid "unpack compressed tarball to directory" msgstr "" #: fish/cmds.c:3429 fish/cmds.c:3437 msgid "pack directory into compressed tarball" msgstr "" #: fish/cmds.c:3430 msgid "print elapsed time taken to run a command" msgstr "" #: fish/cmds.c:3431 msgid "update file timestamps or create a new file" msgstr "" #: fish/cmds.c:3432 msgid "truncate a file to zero size" msgstr "" #: fish/cmds.c:3433 msgid "truncate a file to a particular size" msgstr "" #: fish/cmds.c:3434 msgid "adjust ext2/ext3/ext4 filesystem parameters" msgstr "" #: fish/cmds.c:3435 msgid "get ext2/ext3/ext4 superblock details" msgstr "" #: fish/cmds.c:3438 msgid "set file mode creation mask (umask)" msgstr "" #: fish/cmds.c:3439 msgid "unmount a filesystem" msgstr "" #: fish/cmds.c:3440 msgid "unmount all filesystems" msgstr "" #: fish/cmds.c:3441 msgid "unmount a locally mounted filesystem" msgstr "" #: fish/cmds.c:3442 msgid "unset an environment variable" msgstr "" #: fish/cmds.c:3443 msgid "upload a file from the local machine" msgstr "" #: fish/cmds.c:3444 msgid "upload a file from the local machine with offset" msgstr "" #: fish/cmds.c:3445 msgid "set timestamp of a file with nanosecond precision" msgstr "" #: fish/cmds.c:3446 msgid "get the library version number" msgstr "" #: fish/cmds.c:3447 msgid "get the filesystem label" msgstr "" #: fish/cmds.c:3448 msgid "get the Linux VFS type corresponding to a mounted device" msgstr "" #: fish/cmds.c:3449 msgid "get the filesystem UUID" msgstr "" #: fish/cmds.c:3450 msgid "activate or deactivate some volume groups" msgstr "" #: fish/cmds.c:3451 msgid "activate or deactivate all volume groups" msgstr "" #: fish/cmds.c:3452 msgid "create an LVM volume group" msgstr "" #: fish/cmds.c:3453 msgid "get the LV UUIDs of all LVs in the volume group" msgstr "" #: fish/cmds.c:3454 msgid "get volume group metadata" msgstr "" #: fish/cmds.c:3455 msgid "get the PV UUIDs containing the volume group" msgstr "" #: fish/cmds.c:3456 msgid "remove an LVM volume group" msgstr "" #: fish/cmds.c:3457 msgid "rename an LVM volume group" msgstr "" #: fish/cmds.c:3458 fish/cmds.c:3459 msgid "list the LVM volume groups (VGs)" msgstr "" #: fish/cmds.c:3460 msgid "rescan for LVM physical volumes, volume groups and logical volumes" msgstr "" #: fish/cmds.c:3461 msgid "get the UUID of a volume group" msgstr "" #: fish/cmds.c:3462 msgid "count characters in a file" msgstr "" #: fish/cmds.c:3463 msgid "count lines in a file" msgstr "" #: fish/cmds.c:3464 msgid "count words in a file" msgstr "" #: fish/cmds.c:3465 msgid "wipe a filesystem signature from a device" msgstr "" #: fish/cmds.c:3466 msgid "create a new file" msgstr "" #: fish/cmds.c:3467 msgid "append content to end of file" msgstr "" #: fish/cmds.c:3468 msgid "create a file" msgstr "" #: fish/cmds.c:3469 msgid "get geometry of XFS filesystem" msgstr "" #: fish/cmds.c:3472 msgid "write zeroes to the device" msgstr "" #: fish/cmds.c:3473 msgid "write zeroes to an entire device" msgstr "" #: fish/cmds.c:3474 msgid "zero free space in a filesystem" msgstr "" #: fish/cmds.c:3475 msgid "zero unused inodes and disk blocks on ext2/3 filesystem" msgstr "" #: fish/cmds.c:3478 msgid "determine file type inside a compressed file" msgstr "" #: fish/cmds.c:3481 msgid "Use -h / help to show detailed help for a command." msgstr "" #: fish/cmds.c:3934 fish/cmds.c:3953 fish/cmds.c:3974 fish/cmds.c:3996 #: fish/cmds.c:4019 fish/cmds.c:4043 fish/cmds.c:4064 fish/cmds.c:4086 #: fish/cmds.c:4107 fish/cmds.c:4129 fish/cmds.c:4150 fish/cmds.c:4170 #: fish/cmds.c:4190 fish/cmds.c:4212 fish/cmds.c:4232 fish/cmds.c:4252 #: fish/cmds.c:4272 fish/cmds.c:4292 fish/cmds.c:4312 fish/cmds.c:4332 #: fish/cmds.c:4354 fish/cmds.c:4393 fish/cmds.c:4413 fish/cmds.c:4433 #: fish/cmds.c:4456 fish/cmds.c:4476 fish/cmds.c:4498 fish/cmds.c:4518 #: fish/cmds.c:4540 fish/cmds.c:4560 fish/cmds.c:4582 fish/cmds.c:4602 #: fish/cmds.c:4625 fish/cmds.c:4649 fish/cmds.c:4672 fish/cmds.c:4697 #: fish/cmds.c:4720 fish/cmds.c:4744 fish/cmds.c:4768 fish/cmds.c:4792 #: fish/cmds.c:4815 fish/cmds.c:4838 fish/cmds.c:4862 fish/cmds.c:4886 #: fish/cmds.c:4910 fish/cmds.c:4930 fish/cmds.c:4950 fish/cmds.c:5036 #: fish/cmds.c:5058 fish/cmds.c:5079 fish/cmds.c:5100 fish/cmds.c:5197 #: fish/cmds.c:5221 fish/cmds.c:5245 fish/cmds.c:5269 fish/cmds.c:5293 #: fish/cmds.c:5317 fish/cmds.c:5340 fish/cmds.c:5363 fish/cmds.c:5386 #: fish/cmds.c:5406 fish/cmds.c:5429 fish/cmds.c:5453 fish/cmds.c:5477 #: fish/cmds.c:5561 fish/cmds.c:5581 fish/cmds.c:5603 fish/cmds.c:5642 #: fish/cmds.c:5743 fish/cmds.c:5808 fish/cmds.c:5830 fish/cmds.c:5852 #: fish/cmds.c:5874 fish/cmds.c:5895 fish/cmds.c:5916 fish/cmds.c:5941 #: fish/cmds.c:5968 fish/cmds.c:5995 fish/cmds.c:6020 fish/cmds.c:6041 #: fish/cmds.c:6062 fish/cmds.c:6083 fish/cmds.c:6104 fish/cmds.c:6125 #: fish/cmds.c:6146 fish/cmds.c:6167 fish/cmds.c:6190 fish/cmds.c:6218 #: fish/cmds.c:6261 fish/cmds.c:6283 fish/cmds.c:6310 fish/cmds.c:6336 #: fish/cmds.c:6361 fish/cmds.c:6386 fish/cmds.c:6410 fish/cmds.c:6434 #: fish/cmds.c:6457 fish/cmds.c:6479 fish/cmds.c:6498 fish/cmds.c:6519 #: fish/cmds.c:6543 fish/cmds.c:6568 fish/cmds.c:6593 fish/cmds.c:6618 #: fish/cmds.c:6643 fish/cmds.c:6669 fish/cmds.c:6716 fish/cmds.c:6781 #: fish/cmds.c:6807 fish/cmds.c:6833 fish/cmds.c:6859 fish/cmds.c:6882 #: fish/cmds.c:6910 fish/cmds.c:6957 fish/cmds.c:7045 fish/cmds.c:7091 #: fish/cmds.c:7111 fish/cmds.c:7132 fish/cmds.c:7151 fish/cmds.c:7172 #: fish/cmds.c:7199 fish/cmds.c:7226 fish/cmds.c:7253 fish/cmds.c:7280 #: fish/cmds.c:7307 fish/cmds.c:7334 fish/cmds.c:7358 fish/cmds.c:7380 #: fish/cmds.c:7402 fish/cmds.c:7425 fish/cmds.c:7448 fish/cmds.c:7472 #: fish/cmds.c:7514 fish/cmds.c:7537 fish/cmds.c:7560 fish/cmds.c:7582 #: fish/cmds.c:7605 fish/cmds.c:7635 fish/cmds.c:7665 fish/cmds.c:7694 #: fish/cmds.c:7724 fish/cmds.c:7751 fish/cmds.c:7781 fish/cmds.c:7811 #: fish/cmds.c:7836 fish/cmds.c:7863 fish/cmds.c:7889 fish/cmds.c:7917 #: fish/cmds.c:7939 fish/cmds.c:7961 fish/cmds.c:7984 fish/cmds.c:8007 #: fish/cmds.c:8032 fish/cmds.c:8055 fish/cmds.c:8080 fish/cmds.c:8104 #: fish/cmds.c:8127 fish/cmds.c:8154 fish/cmds.c:8184 fish/cmds.c:8214 #: fish/cmds.c:8243 fish/cmds.c:8282 fish/cmds.c:8303 fish/cmds.c:8325 #: fish/cmds.c:8355 fish/cmds.c:8383 fish/cmds.c:8411 fish/cmds.c:8438 #: fish/cmds.c:8460 fish/cmds.c:8487 fish/cmds.c:8590 fish/cmds.c:8614 #: fish/cmds.c:8638 fish/cmds.c:8662 fish/cmds.c:8685 fish/cmds.c:8712 #: fish/cmds.c:8754 fish/cmds.c:8776 fish/cmds.c:8803 fish/cmds.c:8825 #: fish/cmds.c:8867 fish/cmds.c:8891 fish/cmds.c:8915 fish/cmds.c:8939 #: fish/cmds.c:8966 fish/cmds.c:8988 fish/cmds.c:9013 fish/cmds.c:9038 #: fish/cmds.c:9065 fish/cmds.c:9091 fish/cmds.c:9117 fish/cmds.c:9143 #: fish/cmds.c:9171 fish/cmds.c:9218 fish/cmds.c:9246 fish/cmds.c:9291 #: fish/cmds.c:9312 fish/cmds.c:9335 fish/cmds.c:9361 fish/cmds.c:9389 #: fish/cmds.c:9418 fish/cmds.c:9441 fish/cmds.c:9465 fish/cmds.c:9491 #: fish/cmds.c:9577 fish/cmds.c:9625 fish/cmds.c:9713 fish/cmds.c:9798 #: fish/cmds.c:9840 fish/cmds.c:9868 fish/cmds.c:9895 fish/cmds.c:9923 #: fish/cmds.c:9950 fish/cmds.c:9980 fish/cmds.c:10030 fish/cmds.c:10078 #: fish/cmds.c:10105 fish/cmds.c:10129 fish/cmds.c:10152 fish/cmds.c:10174 #: fish/cmds.c:10197 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:10548 fish/cmds.c:10576 fish/cmds.c:10604 fish/cmds.c:10631 #: fish/cmds.c:10658 fish/cmds.c:10685 fish/cmds.c:10711 fish/cmds.c:10739 #: fish/cmds.c:10784 fish/cmds.c:10806 fish/cmds.c:10828 fish/cmds.c:10853 #: fish/cmds.c:10878 fish/cmds.c:10900 fish/cmds.c:10922 fish/cmds.c:10944 #: fish/cmds.c:10966 fish/cmds.c:10991 fish/cmds.c:11033 fish/cmds.c:11079 #: fish/cmds.c:11118 fish/cmds.c:11139 fish/cmds.c:11160 fish/cmds.c:11181 #: fish/cmds.c:11201 fish/cmds.c:11226 fish/cmds.c:11270 fish/cmds.c:11314 #: fish/cmds.c:11359 fish/cmds.c:11405 fish/cmds.c:11452 fish/cmds.c:11499 #: fish/cmds.c:11543 fish/cmds.c:11565 fish/cmds.c:11593 fish/cmds.c:11622 #: fish/cmds.c:11649 fish/cmds.c:11673 fish/cmds.c:11699 fish/cmds.c:11742 #: fish/cmds.c:11824 fish/cmds.c:11871 fish/cmds.c:11937 fish/cmds.c:11969 #: fish/cmds.c:12001 fish/cmds.c:12035 fish/cmds.c:12101 fish/cmds.c:12127 #: fish/cmds.c:12179 fish/cmds.c:12204 fish/cmds.c:12249 fish/cmds.c:12292 #: fish/cmds.c:12316 fish/cmds.c:12342 fish/cmds.c:12407 fish/cmds.c:12433 #: fish/cmds.c:12462 fish/cmds.c:12489 fish/cmds.c:12513 fish/cmds.c:12538 #: fish/cmds.c:12570 fish/cmds.c:12594 fish/cmds.c:12618 fish/cmds.c:12642 #: fish/cmds.c:12666 fish/cmds.c:12692 fish/cmds.c:12735 fish/cmds.c:12758 #: fish/cmds.c:12788 fish/cmds.c:12815 fish/cmds.c:12837 fish/cmds.c:12880 #: fish/cmds.c:12924 fish/cmds.c:12969 fish/cmds.c:13032 fish/cmds.c:13058 #: fish/cmds.c:13100 fish/cmds.c:13120 fish/cmds.c:13144 fish/cmds.c:13191 #: fish/cmds.c:13221 fish/cmds.c:13252 fish/cmds.c:13284 fish/cmds.c:13332 #: fish/cmds.c:13363 fish/cmds.c:13407 fish/cmds.c:13444 fish/cmds.c:13481 #: fish/cmds.c:13515 fish/cmds.c:13539 fish/cmds.c:13578 fish/cmds.c:13602 #: fish/cmds.c:13626 fish/cmds.c:13649 fish/cmds.c:13672 fish/cmds.c:13703 #: fish/cmds.c:13732 fish/cmds.c:13756 fish/cmds.c:13807 fish/cmds.c:13859 #: fish/cmds.c:13915 fish/cmds.c:13963 fish/cmds.c:13986 fish/cmds.c:14010 #: fish/cmds.c:14034 fish/cmds.c:14060 fish/cmds.c:14086 fish/cmds.c:14112 #: fish/cmds.c:14138 fish/cmds.c:14164 fish/cmds.c:14190 fish/cmds.c:14236 #: fish/cmds.c:14296 fish/cmds.c:14339 fish/cmds.c:14401 fish/cmds.c:14546 #: fish/cmds.c:14580 fish/cmds.c:14612 fish/cmds.c:14634 fish/cmds.c:14660 #: fish/cmds.c:14681 fish/cmds.c:14752 fish/cmds.c:14905 fish/cmds.c:15082 #: fish/cmds.c:15833 fish/cmds.c:15856 fish/cmds.c:15880 fish/cmds.c:15902 #: fish/cmds.c:15979 fish/cmds.c:16006 fish/cmds.c:16150 fish/cmds.c:16177 #: fish/cmds.c:16200 fish/cmds.c:16227 fish/cmds.c:16270 fish/cmds.c:16294 #: fish/cmds.c:16322 fish/cmds.c:16350 fish/cmds.c:16538 fish/cmds.c:16618 #: fish/cmds.c:16645 fish/cmds.c:16685 fish/cmds.c:16714 fish/cmds.c:16739 #: fish/cmds.c:16764 fish/cmds.c:16792 fish/cmds.c:16831 fish/cmds.c:16856 #: fish/cmds.c:16882 fish/cmds.c:16912 fish/cmds.c:16942 fish/cmds.c:17030 #: fish/cmds.c:17150 fish/cmds.c:17171 fish/cmds.c:17193 #, c-format msgid "%s should have %d parameter(s)\n" msgstr "" #: fish/cmds.c:3935 fish/cmds.c:3954 fish/cmds.c:3975 fish/cmds.c:3997 #: fish/cmds.c:4020 fish/cmds.c:4044 fish/cmds.c:4065 fish/cmds.c:4087 #: fish/cmds.c:4108 fish/cmds.c:4130 fish/cmds.c:4151 fish/cmds.c:4171 #: fish/cmds.c:4191 fish/cmds.c:4213 fish/cmds.c:4233 fish/cmds.c:4253 #: fish/cmds.c:4273 fish/cmds.c:4293 fish/cmds.c:4313 fish/cmds.c:4333 #: fish/cmds.c:4355 fish/cmds.c:4394 fish/cmds.c:4414 fish/cmds.c:4434 #: fish/cmds.c:4457 fish/cmds.c:4477 fish/cmds.c:4499 fish/cmds.c:4519 #: fish/cmds.c:4541 fish/cmds.c:4561 fish/cmds.c:4583 fish/cmds.c:4603 #: fish/cmds.c:4626 fish/cmds.c:4650 fish/cmds.c:4673 fish/cmds.c:4698 #: fish/cmds.c:4721 fish/cmds.c:4745 fish/cmds.c:4769 fish/cmds.c:4793 #: fish/cmds.c:4816 fish/cmds.c:4839 fish/cmds.c:4863 fish/cmds.c:4887 #: fish/cmds.c:4911 fish/cmds.c:4931 fish/cmds.c:4951 fish/cmds.c:4976 #: fish/cmds.c:5037 fish/cmds.c:5059 fish/cmds.c:5080 fish/cmds.c:5101 #: fish/cmds.c:5126 fish/cmds.c:5198 fish/cmds.c:5222 fish/cmds.c:5246 #: fish/cmds.c:5270 fish/cmds.c:5294 fish/cmds.c:5318 fish/cmds.c:5341 #: fish/cmds.c:5364 fish/cmds.c:5387 fish/cmds.c:5407 fish/cmds.c:5430 #: fish/cmds.c:5454 fish/cmds.c:5478 fish/cmds.c:5505 fish/cmds.c:5562 #: fish/cmds.c:5582 fish/cmds.c:5604 fish/cmds.c:5643 fish/cmds.c:5667 #: fish/cmds.c:5744 fish/cmds.c:5766 fish/cmds.c:5809 fish/cmds.c:5831 #: fish/cmds.c:5853 fish/cmds.c:5875 fish/cmds.c:5896 fish/cmds.c:5917 #: fish/cmds.c:5942 fish/cmds.c:5969 fish/cmds.c:5996 fish/cmds.c:6021 #: fish/cmds.c:6042 fish/cmds.c:6063 fish/cmds.c:6084 fish/cmds.c:6105 #: fish/cmds.c:6126 fish/cmds.c:6147 fish/cmds.c:6168 fish/cmds.c:6191 #: fish/cmds.c:6219 fish/cmds.c:6262 fish/cmds.c:6284 fish/cmds.c:6311 #: fish/cmds.c:6337 fish/cmds.c:6362 fish/cmds.c:6387 fish/cmds.c:6411 #: fish/cmds.c:6435 fish/cmds.c:6458 fish/cmds.c:6480 fish/cmds.c:6499 #: fish/cmds.c:6520 fish/cmds.c:6544 fish/cmds.c:6569 fish/cmds.c:6594 #: fish/cmds.c:6619 fish/cmds.c:6644 fish/cmds.c:6670 fish/cmds.c:6717 #: fish/cmds.c:6782 fish/cmds.c:6808 fish/cmds.c:6834 fish/cmds.c:6860 #: fish/cmds.c:6883 fish/cmds.c:6911 fish/cmds.c:6958 fish/cmds.c:7046 #: fish/cmds.c:7092 fish/cmds.c:7112 fish/cmds.c:7133 fish/cmds.c:7152 #: fish/cmds.c:7173 fish/cmds.c:7200 fish/cmds.c:7227 fish/cmds.c:7254 #: fish/cmds.c:7281 fish/cmds.c:7308 fish/cmds.c:7335 fish/cmds.c:7359 #: fish/cmds.c:7381 fish/cmds.c:7403 fish/cmds.c:7426 fish/cmds.c:7449 #: fish/cmds.c:7473 fish/cmds.c:7515 fish/cmds.c:7538 fish/cmds.c:7561 #: fish/cmds.c:7583 fish/cmds.c:7606 fish/cmds.c:7636 fish/cmds.c:7666 #: fish/cmds.c:7695 fish/cmds.c:7725 fish/cmds.c:7752 fish/cmds.c:7782 #: fish/cmds.c:7812 fish/cmds.c:7837 fish/cmds.c:7864 fish/cmds.c:7890 #: fish/cmds.c:7918 fish/cmds.c:7940 fish/cmds.c:7962 fish/cmds.c:7985 #: fish/cmds.c:8008 fish/cmds.c:8033 fish/cmds.c:8056 fish/cmds.c:8081 #: fish/cmds.c:8105 fish/cmds.c:8128 fish/cmds.c:8155 fish/cmds.c:8185 #: fish/cmds.c:8215 fish/cmds.c:8244 fish/cmds.c:8283 fish/cmds.c:8304 #: fish/cmds.c:8326 fish/cmds.c:8356 fish/cmds.c:8384 fish/cmds.c:8412 #: fish/cmds.c:8439 fish/cmds.c:8461 fish/cmds.c:8488 fish/cmds.c:8591 #: fish/cmds.c:8615 fish/cmds.c:8639 fish/cmds.c:8663 fish/cmds.c:8686 #: fish/cmds.c:8713 fish/cmds.c:8755 fish/cmds.c:8777 fish/cmds.c:8804 #: fish/cmds.c:8826 fish/cmds.c:8868 fish/cmds.c:8892 fish/cmds.c:8916 #: fish/cmds.c:8940 fish/cmds.c:8967 fish/cmds.c:8989 fish/cmds.c:9014 #: fish/cmds.c:9039 fish/cmds.c:9066 fish/cmds.c:9092 fish/cmds.c:9118 #: fish/cmds.c:9144 fish/cmds.c:9172 fish/cmds.c:9219 fish/cmds.c:9247 #: fish/cmds.c:9292 fish/cmds.c:9313 fish/cmds.c:9336 fish/cmds.c:9362 #: fish/cmds.c:9390 fish/cmds.c:9419 fish/cmds.c:9442 fish/cmds.c:9466 #: fish/cmds.c:9492 fish/cmds.c:9578 fish/cmds.c:9626 fish/cmds.c:9714 #: fish/cmds.c:9799 fish/cmds.c:9841 fish/cmds.c:9869 fish/cmds.c:9896 #: fish/cmds.c:9924 fish/cmds.c:9951 fish/cmds.c:9981 fish/cmds.c:10031 #: fish/cmds.c:10079 fish/cmds.c:10106 fish/cmds.c:10130 fish/cmds.c:10153 #: fish/cmds.c:10175 fish/cmds.c:10198 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:10549 fish/cmds.c:10577 fish/cmds.c:10605 #: fish/cmds.c:10632 fish/cmds.c:10659 fish/cmds.c:10686 fish/cmds.c:10712 #: fish/cmds.c:10740 fish/cmds.c:10785 fish/cmds.c:10807 fish/cmds.c:10829 #: fish/cmds.c:10854 fish/cmds.c:10879 fish/cmds.c:10901 fish/cmds.c:10923 #: fish/cmds.c:10945 fish/cmds.c:10967 fish/cmds.c:10992 fish/cmds.c:11034 #: fish/cmds.c:11080 fish/cmds.c:11119 fish/cmds.c:11140 fish/cmds.c:11161 #: fish/cmds.c:11182 fish/cmds.c:11202 fish/cmds.c:11227 fish/cmds.c:11271 #: fish/cmds.c:11315 fish/cmds.c:11360 fish/cmds.c:11406 fish/cmds.c:11453 #: fish/cmds.c:11500 fish/cmds.c:11544 fish/cmds.c:11566 fish/cmds.c:11594 #: fish/cmds.c:11623 fish/cmds.c:11650 fish/cmds.c:11674 fish/cmds.c:11700 #: fish/cmds.c:11743 fish/cmds.c:11825 fish/cmds.c:11872 fish/cmds.c:11938 #: fish/cmds.c:11970 fish/cmds.c:12002 fish/cmds.c:12036 fish/cmds.c:12102 #: fish/cmds.c:12128 fish/cmds.c:12180 fish/cmds.c:12205 fish/cmds.c:12250 #: fish/cmds.c:12293 fish/cmds.c:12317 fish/cmds.c:12343 fish/cmds.c:12408 #: fish/cmds.c:12434 fish/cmds.c:12463 fish/cmds.c:12490 fish/cmds.c:12514 #: fish/cmds.c:12539 fish/cmds.c:12571 fish/cmds.c:12595 fish/cmds.c:12619 #: fish/cmds.c:12643 fish/cmds.c:12667 fish/cmds.c:12693 fish/cmds.c:12736 #: fish/cmds.c:12759 fish/cmds.c:12789 fish/cmds.c:12816 fish/cmds.c:12838 #: fish/cmds.c:12881 fish/cmds.c:12925 fish/cmds.c:12970 fish/cmds.c:13033 #: fish/cmds.c:13059 fish/cmds.c:13101 fish/cmds.c:13121 fish/cmds.c:13145 #: fish/cmds.c:13192 fish/cmds.c:13222 fish/cmds.c:13253 fish/cmds.c:13285 #: fish/cmds.c:13333 fish/cmds.c:13364 fish/cmds.c:13408 fish/cmds.c:13445 #: fish/cmds.c:13482 fish/cmds.c:13516 fish/cmds.c:13540 fish/cmds.c:13579 #: fish/cmds.c:13603 fish/cmds.c:13627 fish/cmds.c:13650 fish/cmds.c:13673 #: fish/cmds.c:13704 fish/cmds.c:13733 fish/cmds.c:13757 fish/cmds.c:13808 #: fish/cmds.c:13860 fish/cmds.c:13916 fish/cmds.c:13964 fish/cmds.c:13987 #: fish/cmds.c:14011 fish/cmds.c:14035 fish/cmds.c:14061 fish/cmds.c:14087 #: fish/cmds.c:14113 fish/cmds.c:14139 fish/cmds.c:14165 fish/cmds.c:14191 #: fish/cmds.c:14237 fish/cmds.c:14297 fish/cmds.c:14340 fish/cmds.c:14402 #: fish/cmds.c:14429 fish/cmds.c:14547 fish/cmds.c:14581 fish/cmds.c:14613 #: fish/cmds.c:14635 fish/cmds.c:14661 fish/cmds.c:14682 fish/cmds.c:14708 #: fish/cmds.c:14753 fish/cmds.c:14778 fish/cmds.c:14843 fish/cmds.c:14906 #: fish/cmds.c:14938 fish/cmds.c:15014 fish/cmds.c:15083 fish/cmds.c:15109 #: fish/cmds.c:15205 fish/cmds.c:15304 fish/cmds.c:15403 fish/cmds.c:15504 #: fish/cmds.c:15706 fish/cmds.c:15834 fish/cmds.c:15857 fish/cmds.c:15881 #: fish/cmds.c:15903 fish/cmds.c:15929 fish/cmds.c:15980 fish/cmds.c:16007 #: fish/cmds.c:16031 fish/cmds.c:16080 fish/cmds.c:16151 fish/cmds.c:16178 #: fish/cmds.c:16201 fish/cmds.c:16228 fish/cmds.c:16271 fish/cmds.c:16295 #: fish/cmds.c:16323 fish/cmds.c:16351 fish/cmds.c:16377 fish/cmds.c:16539 #: fish/cmds.c:16569 fish/cmds.c:16619 fish/cmds.c:16646 fish/cmds.c:16686 #: fish/cmds.c:16715 fish/cmds.c:16740 fish/cmds.c:16765 fish/cmds.c:16793 #: fish/cmds.c:16832 fish/cmds.c:16857 fish/cmds.c:16883 fish/cmds.c:16913 #: fish/cmds.c:16943 fish/cmds.c:16968 fish/cmds.c:17031 fish/cmds.c:17056 #: fish/cmds.c:17151 fish/cmds.c:17172 fish/cmds.c:17194 #, c-format msgid "type 'help %s' for help on %s\n" msgstr "" #: fish/cmds.c:4365 fish/cmds.c:5614 fish/cmds.c:5694 fish/cmds.c:6231 #: fish/cmds.c:6680 fish/cmds.c:6727 fish/cmds.c:6746 fish/cmds.c:6923 #: fish/cmds.c:6969 fish/cmds.c:6988 fish/cmds.c:7007 fish/cmds.c:7059 #: fish/cmds.c:7484 fish/cmds.c:8254 fish/cmds.c:8499 fish/cmds.c:8518 #: fish/cmds.c:8537 fish/cmds.c:8556 fish/cmds.c:8724 fish/cmds.c:8836 #: fish/cmds.c:9182 fish/cmds.c:9257 fish/cmds.c:9502 fish/cmds.c:9521 #: fish/cmds.c:9540 fish/cmds.c:9588 fish/cmds.c:9636 fish/cmds.c:9655 #: fish/cmds.c:9674 fish/cmds.c:9724 fish/cmds.c:9743 fish/cmds.c:9762 #: fish/cmds.c:9809 fish/cmds.c:9993 fish/cmds.c:10043 fish/cmds.c:10752 #: fish/cmds.c:11002 fish/cmds.c:11046 fish/cmds.c:11090 fish/cmds.c:11238 #: fish/cmds.c:11281 fish/cmds.c:11325 fish/cmds.c:11370 fish/cmds.c:11417 #: fish/cmds.c:11464 fish/cmds.c:11511 fish/cmds.c:11712 fish/cmds.c:11755 #: fish/cmds.c:11768 fish/cmds.c:11781 fish/cmds.c:11794 fish/cmds.c:11837 #: fish/cmds.c:11882 fish/cmds.c:11901 fish/cmds.c:12048 fish/cmds.c:12067 #: fish/cmds.c:12140 fish/cmds.c:12153 fish/cmds.c:12216 fish/cmds.c:12261 #: fish/cmds.c:12353 fish/cmds.c:12372 fish/cmds.c:12707 fish/cmds.c:12849 #: fish/cmds.c:12892 fish/cmds.c:12936 fish/cmds.c:12981 fish/cmds.c:13000 #: fish/cmds.c:13070 fish/cmds.c:13158 fish/cmds.c:13296 fish/cmds.c:13379 #: fish/cmds.c:13419 fish/cmds.c:13456 fish/cmds.c:13493 fish/cmds.c:13552 #: fish/cmds.c:13772 fish/cmds.c:13823 fish/cmds.c:13879 fish/cmds.c:13931 #: fish/cmds.c:14205 fish/cmds.c:14251 fish/cmds.c:14264 fish/cmds.c:14311 #: fish/cmds.c:14351 fish/cmds.c:14370 fish/cmds.c:14447 fish/cmds.c:14475 #: fish/cmds.c:14498 fish/cmds.c:14795 fish/cmds.c:14861 fish/cmds.c:14959 #: fish/cmds.c:15034 fish/cmds.c:15127 fish/cmds.c:15144 fish/cmds.c:15161 #: fish/cmds.c:15224 fish/cmds.c:15241 fish/cmds.c:15258 fish/cmds.c:15323 #: fish/cmds.c:15340 fish/cmds.c:15357 fish/cmds.c:15423 fish/cmds.c:15440 #: fish/cmds.c:15457 fish/cmds.c:15526 fish/cmds.c:15549 fish/cmds.c:15577 #: fish/cmds.c:15594 fish/cmds.c:15617 fish/cmds.c:15645 fish/cmds.c:15662 #: fish/cmds.c:15725 fish/cmds.c:15742 fish/cmds.c:15765 fish/cmds.c:15788 #: fish/cmds.c:16240 fish/cmds.c:16395 fish/cmds.c:16412 fish/cmds.c:16434 #: fish/cmds.c:16467 fish/cmds.c:16490 fish/cmds.c:16658 fish/cmds.c:16803 #: fish/cmds.c:16985 fish/cmds.c:17074 fish/cmds.c:17091 fish/cmds.c:17108 #, c-format msgid "%s: %s: invalid integer parameter (%s returned %d)\n" msgstr "" #: fish/cmds.c:4371 fish/cmds.c:5620 fish/cmds.c:5700 fish/cmds.c:6237 #: fish/cmds.c:6686 fish/cmds.c:6733 fish/cmds.c:6752 fish/cmds.c:6929 #: fish/cmds.c:6975 fish/cmds.c:6994 fish/cmds.c:7013 fish/cmds.c:7065 #: fish/cmds.c:7490 fish/cmds.c:8260 fish/cmds.c:8505 fish/cmds.c:8524 #: fish/cmds.c:8543 fish/cmds.c:8562 fish/cmds.c:8730 fish/cmds.c:8842 #: fish/cmds.c:9188 fish/cmds.c:9263 fish/cmds.c:9508 fish/cmds.c:9527 #: fish/cmds.c:9546 fish/cmds.c:9594 fish/cmds.c:9642 fish/cmds.c:9661 #: fish/cmds.c:9680 fish/cmds.c:9730 fish/cmds.c:9749 fish/cmds.c:9768 #: fish/cmds.c:9815 fish/cmds.c:9999 fish/cmds.c:10049 fish/cmds.c:10758 #: fish/cmds.c:11008 fish/cmds.c:11052 fish/cmds.c:11096 fish/cmds.c:11244 #: fish/cmds.c:11287 fish/cmds.c:11331 fish/cmds.c:11376 fish/cmds.c:11423 #: fish/cmds.c:11470 fish/cmds.c:11517 fish/cmds.c:11843 fish/cmds.c:11888 #: fish/cmds.c:11907 fish/cmds.c:12054 fish/cmds.c:12222 fish/cmds.c:12267 #: fish/cmds.c:12359 fish/cmds.c:12378 fish/cmds.c:12855 fish/cmds.c:12898 #: fish/cmds.c:12942 fish/cmds.c:12987 fish/cmds.c:13006 fish/cmds.c:13076 #: fish/cmds.c:13164 fish/cmds.c:13302 fish/cmds.c:13778 fish/cmds.c:13829 #: fish/cmds.c:13885 fish/cmds.c:13937 fish/cmds.c:14357 fish/cmds.c:14453 #: fish/cmds.c:14481 fish/cmds.c:14504 fish/cmds.c:14965 fish/cmds.c:15040 #: fish/cmds.c:15532 fish/cmds.c:15555 fish/cmds.c:15600 fish/cmds.c:15623 #: fish/cmds.c:15748 fish/cmds.c:15771 fish/cmds.c:16246 fish/cmds.c:16440 #: fish/cmds.c:16473 fish/cmds.c:16496 #, c-format msgid "%s: %s: integer out of range\n" msgstr "" #: fish/cmds.c:4975 fish/cmds.c:5125 fish/cmds.c:5504 fish/cmds.c:5666 #: fish/cmds.c:5765 fish/cmds.c:14428 fish/cmds.c:14707 fish/cmds.c:14777 #: fish/cmds.c:14842 fish/cmds.c:14937 fish/cmds.c:15013 fish/cmds.c:15108 #: fish/cmds.c:15204 fish/cmds.c:15303 fish/cmds.c:15402 fish/cmds.c:15503 #: fish/cmds.c:15705 fish/cmds.c:15928 fish/cmds.c:16030 fish/cmds.c:16079 #: fish/cmds.c:16376 fish/cmds.c:16568 fish/cmds.c:16967 fish/cmds.c:17055 #, c-format msgid "%s should have %d-%d parameter(s)\n" msgstr "" #: fish/cmds.c:5006 fish/cmds.c:5166 fish/cmds.c:5525 fish/cmds.c:5715 #: fish/cmds.c:5780 fish/cmds.c:14514 fish/cmds.c:14724 fish/cmds.c:14810 #: fish/cmds.c:14871 fish/cmds.c:14975 fish/cmds.c:15050 fish/cmds.c:15171 #: fish/cmds.c:15268 fish/cmds.c:15367 fish/cmds.c:15467 fish/cmds.c:15672 #: fish/cmds.c:15803 fish/cmds.c:15949 fish/cmds.c:16046 fish/cmds.c:16117 #: fish/cmds.c:16506 fish/cmds.c:16586 fish/cmds.c:17000 fish/cmds.c:17118 #, c-format msgid "%s: unknown optional argument \"%s\"\n" msgstr "" #: fish/cmds.c:5012 fish/cmds.c:5172 fish/cmds.c:5531 fish/cmds.c:5721 #: fish/cmds.c:5786 fish/cmds.c:14520 fish/cmds.c:14730 fish/cmds.c:14816 #: fish/cmds.c:14877 fish/cmds.c:14981 fish/cmds.c:15056 fish/cmds.c:15177 #: fish/cmds.c:15274 fish/cmds.c:15373 fish/cmds.c:15473 fish/cmds.c:15678 #: fish/cmds.c:15809 fish/cmds.c:15955 fish/cmds.c:16052 fish/cmds.c:16123 #: fish/cmds.c:16512 fish/cmds.c:16592 fish/cmds.c:17006 fish/cmds.c:17124 #, c-format msgid "%s: optional argument \"%s\" given twice\n" msgstr "" #: fish/cmds.c:17220 #, 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