# 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.6\n" "Report-Msgid-Bugs-To: https://bugzilla.redhat.com/enter_bug.cgi?" "component=libguestfs&product=Virtualization+Tools\n" "POT-Creation-Date: 2012-06-12 23: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:119 #, c-format msgid "%s: could not connect to libvirt (code %d, domain %d): %s\n" msgstr "" #: align/domains.c:121 df/domains.c:128 #, 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:138 #, c-format msgid "%s: could not list running domains (code %d, domain %d): %s\n" msgstr "" #: align/domains.c:142 df/domains.c:149 #, 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:159 #, c-format msgid "%s: could not list inactive domains (code %d, domain %d): %s\n" msgstr "" #: align/domains.c:201 df/domains.c:215 #, 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:207 cat/virt-ls.c:196 df/domains.c:440 df/main.c:136 #: edit/virt-edit.c:143 fish/fish.c:231 format/format.c:136 #: fuse/guestmount.c:172 inspector/virt-inspector.c:140 #: 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:104 #: cat/virt-ls.c:103 df/main.c:70 edit/virt-edit.c:75 fish/fish.c:103 #: fuse/guestmount.c:67 inspector/virt-inspector.c:78 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:261 #: cat/virt-ls.c:246 df/main.c:160 edit/virt-edit.c:165 fish/fish.c:290 #: format/format.c:188 fuse/guestmount.c:200 inspector/virt-inspector.c:164 #: 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:1579 #, 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:108 #, 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:323 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:292 #, c-format msgid "%s: ignoring %s, it has too many disks (%zu > %d)\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:3027 msgid "Command" msgstr "" #: fish/cmds.c:3027 msgid "Description" msgstr "" #: fish/cmds.c:3029 msgid "add a CD-ROM disk image to examine" msgstr "" #: fish/cmds.c:3030 msgid "add the disk(s) from a named libvirt domain" msgstr "" #: fish/cmds.c:3031 fish/cmds.c:3032 msgid "add an image to examine or modify" msgstr "" #: fish/cmds.c:3033 msgid "add a drive in snapshot mode (read-only)" msgstr "" #: fish/cmds.c:3034 msgid "add a drive read-only specifying the QEMU block emulation to use" msgstr "" #: fish/cmds.c:3035 msgid "add a drive specifying the QEMU block emulation to use" msgstr "" #: fish/cmds.c:3036 msgid "allocate and add a disk file" msgstr "" #: fish/cmds.c:3037 msgid "clear Augeas path" msgstr "" #: fish/cmds.c:3038 msgid "close the current Augeas handle" msgstr "" #: fish/cmds.c:3039 msgid "define an Augeas node" msgstr "" #: fish/cmds.c:3040 msgid "define an Augeas variable" msgstr "" #: fish/cmds.c:3041 msgid "look up the value of an Augeas path" msgstr "" #: fish/cmds.c:3042 msgid "create a new Augeas handle" msgstr "" #: fish/cmds.c:3043 msgid "insert a sibling Augeas node" msgstr "" #: fish/cmds.c:3044 msgid "load files into the tree" msgstr "" #: fish/cmds.c:3045 msgid "list Augeas nodes under augpath" msgstr "" #: fish/cmds.c:3046 msgid "return Augeas nodes which match augpath" msgstr "" #: fish/cmds.c:3047 msgid "move Augeas node" msgstr "" #: fish/cmds.c:3048 msgid "remove an Augeas path" msgstr "" #: fish/cmds.c:3049 msgid "write all pending Augeas changes to disk" msgstr "" #: fish/cmds.c:3050 msgid "set Augeas path to value" msgstr "" #: fish/cmds.c:3051 msgid "test availability of some parts of the API" msgstr "" #: fish/cmds.c:3052 msgid "return a list of all optional groups" msgstr "" #: fish/cmds.c:3053 msgid "upload base64-encoded data to file" msgstr "" #: fish/cmds.c:3054 msgid "download file and encode as base64" msgstr "" #: fish/cmds.c:3055 msgid "print block device attributes" msgstr "" #: fish/cmds.c:3056 msgid "flush device buffers" msgstr "" #: fish/cmds.c:3057 msgid "get blocksize of block device" msgstr "" #: fish/cmds.c:3058 msgid "is block device set to read-only" msgstr "" #: fish/cmds.c:3059 msgid "get total size of device in bytes" msgstr "" #: fish/cmds.c:3060 msgid "get sectorsize of block device" msgstr "" #: fish/cmds.c:3061 msgid "get total size of device in 512-byte sectors" msgstr "" #: fish/cmds.c:3062 msgid "reread partition table" msgstr "" #: fish/cmds.c:3063 msgid "set blocksize of block device" msgstr "" #: fish/cmds.c:3064 msgid "set block device to read-only" msgstr "" #: fish/cmds.c:3065 msgid "set block device to read-write" msgstr "" #: fish/cmds.c:3066 msgid "add devices to a btrfs filesystem" msgstr "" #: fish/cmds.c:3067 msgid "remove devices from a btrfs filesystem" msgstr "" #: fish/cmds.c:3068 msgid "balance a btrfs filesystem" msgstr "" #: fish/cmds.c:3069 msgid "resize a btrfs filesystem" msgstr "" #: fish/cmds.c:3070 msgid "sync a btrfs filesystem" msgstr "" #: fish/cmds.c:3071 msgid "check a btrfs filesystem" msgstr "" #: fish/cmds.c:3072 msgid "enable or disable the seeding feature of device" msgstr "" #: fish/cmds.c:3073 msgid "create a btrfs snapshot" msgstr "" #: fish/cmds.c:3074 msgid "delete a btrfs snapshot" msgstr "" #: fish/cmds.c:3075 msgid "list btrfs snapshots and subvolumes" msgstr "" #: fish/cmds.c:3076 msgid "set default btrfs subvolume" msgstr "" #: fish/cmds.c:3077 msgid "create a writable btrfs snapshot" msgstr "" #: fish/cmds.c:3078 msgid "return true path on case-insensitive filesystem" msgstr "" #: fish/cmds.c:3079 msgid "list the contents of a file" msgstr "" #: fish/cmds.c:3080 msgid "compute MD5, SHAx or CRC checksum of file" msgstr "" #: fish/cmds.c:3081 msgid "compute MD5, SHAx or CRC checksum of the contents of a device" msgstr "" #: fish/cmds.c:3082 msgid "compute MD5, SHAx or CRC checksum of files in a directory" msgstr "" #: fish/cmds.c:3083 msgid "change file mode" msgstr "" #: fish/cmds.c:3084 fish/cmds.c:3222 msgid "change file owner and group" msgstr "" #: fish/cmds.c:3085 msgid "run a command from the guest filesystem" msgstr "" #: fish/cmds.c:3086 msgid "run a command, returning lines" msgstr "" #: fish/cmds.c:3087 msgid "output compressed device" msgstr "" #: fish/cmds.c:3088 msgid "output compressed file" msgstr "" #: fish/cmds.c:3089 msgid "add qemu parameters" msgstr "" #: fish/cmds.c:3090 msgid "copy from source device to destination device" msgstr "" #: fish/cmds.c:3091 msgid "copy from source device to destination file" msgstr "" #: fish/cmds.c:3092 msgid "copy from source file to destination device" msgstr "" #: fish/cmds.c:3093 msgid "copy from source file to destination file" msgstr "" #: fish/cmds.c:3094 msgid "copy local files or directories into an image" msgstr "" #: fish/cmds.c:3095 msgid "copy remote files or directories out of an image" msgstr "" #: fish/cmds.c:3096 msgid "copy size bytes from source to destination using dd" msgstr "" #: fish/cmds.c:3097 msgid "copy a file" msgstr "" #: fish/cmds.c:3098 msgid "copy a file or directory recursively" msgstr "" #: fish/cmds.c:3099 msgid "copy from source to destination using dd" msgstr "" #: fish/cmds.c:3100 msgid "debugging and internals" msgstr "" #: fish/cmds.c:3101 msgid "debug the QEMU command line (internal use only)" msgstr "" #: fish/cmds.c:3102 msgid "debug the drives (internal use only)" msgstr "" #: fish/cmds.c:3103 msgid "upload a file to the appliance (internal use only)" msgstr "" #: fish/cmds.c:3104 msgid "delete a previously registered event handler" msgstr "" #: fish/cmds.c:3105 msgid "report file system disk space usage" msgstr "" #: fish/cmds.c:3106 msgid "report file system disk space usage (human readable)" msgstr "" #: fish/cmds.c:3107 msgid "display an image" msgstr "" #: fish/cmds.c:3108 msgid "return kernel messages" msgstr "" #: fish/cmds.c:3109 msgid "download a file to the local machine" msgstr "" #: fish/cmds.c:3110 msgid "download a file to the local machine with offset and size" msgstr "" #: fish/cmds.c:3111 msgid "drop kernel page cache, dentries and inodes" msgstr "" #: fish/cmds.c:3112 msgid "estimate file space usage" msgstr "" #: fish/cmds.c:3113 fish/cmds.c:3114 msgid "check an ext2/ext3 filesystem" msgstr "" #: fish/cmds.c:3115 msgid "display a line of text" msgstr "" #: fish/cmds.c:3116 msgid "echo arguments back to the client" msgstr "" #: fish/cmds.c:3117 msgid "edit a file" msgstr "" #: fish/cmds.c:3118 fish/cmds.c:3119 fish/cmds.c:3125 fish/cmds.c:3126 #: fish/cmds.c:3165 fish/cmds.c:3166 fish/cmds.c:3446 fish/cmds.c:3447 #: fish/cmds.c:3452 fish/cmds.c:3453 fish/cmds.c:3455 fish/cmds.c:3456 msgid "return lines matching a pattern" msgstr "" #: fish/cmds.c:3120 msgid "test if two files have equal contents" msgstr "" #: fish/cmds.c:3121 msgid "register a handler for an event or events" msgstr "" #: fish/cmds.c:3122 msgid "test if file or directory exists" msgstr "" #: fish/cmds.c:3123 fish/cmds.c:3124 msgid "preallocate a file in the guest filesystem" msgstr "" #: fish/cmds.c:3127 msgid "determine file type" msgstr "" #: fish/cmds.c:3128 msgid "detect the architecture of a binary file" msgstr "" #: fish/cmds.c:3129 msgid "return the size of the file in bytes" msgstr "" #: fish/cmds.c:3130 msgid "check if filesystem is available" msgstr "" #: fish/cmds.c:3131 msgid "fill a file with octets" msgstr "" #: fish/cmds.c:3132 msgid "fill a file with a repeating pattern of bytes" msgstr "" #: fish/cmds.c:3133 msgid "find all files and directories" msgstr "" #: fish/cmds.c:3134 msgid "find all files and directories, returning NUL-separated list" msgstr "" #: fish/cmds.c:3135 msgid "find a filesystem by label" msgstr "" #: fish/cmds.c:3136 msgid "find a filesystem by UUID" msgstr "" #: fish/cmds.c:3137 msgid "run the filesystem checker" msgstr "" #: fish/cmds.c:3138 msgid "trim free space in a filesystem" msgstr "" #: fish/cmds.c:3139 msgid "get the additional kernel options" msgstr "" #: fish/cmds.c:3140 msgid "get the attach method" msgstr "" #: fish/cmds.c:3141 msgid "get autosync mode" msgstr "" #: fish/cmds.c:3142 msgid "get direct appliance mode flag" msgstr "" #: fish/cmds.c:3143 msgid "get ext2 file attributes of a file" msgstr "" #: fish/cmds.c:3144 msgid "get ext2 file generation of a file" msgstr "" #: fish/cmds.c:3145 msgid "get the ext2/3/4 filesystem label" msgstr "" #: fish/cmds.c:3146 msgid "get the ext2/3/4 filesystem UUID" msgstr "" #: fish/cmds.c:3147 msgid "get memory allocated to the qemu subprocess" msgstr "" #: fish/cmds.c:3148 msgid "get enable network flag" msgstr "" #: fish/cmds.c:3149 msgid "get the search path" msgstr "" #: fish/cmds.c:3150 msgid "get process group flag" msgstr "" #: fish/cmds.c:3151 msgid "get PID of qemu subprocess" msgstr "" #: fish/cmds.c:3152 msgid "get the qemu binary" msgstr "" #: fish/cmds.c:3153 msgid "get recovery process enabled flag" msgstr "" #: fish/cmds.c:3154 msgid "get SELinux enabled flag" msgstr "" #: fish/cmds.c:3155 msgid "get number of virtual CPUs in appliance" msgstr "" #: fish/cmds.c:3156 msgid "get the current state" msgstr "" #: fish/cmds.c:3157 msgid "get command trace enabled flag" msgstr "" #: fish/cmds.c:3158 msgid "get the current umask" msgstr "" #: fish/cmds.c:3159 msgid "get verbose mode" msgstr "" #: fish/cmds.c:3160 msgid "get SELinux security context" msgstr "" #: fish/cmds.c:3161 fish/cmds.c:3223 msgid "get a single extended attribute" msgstr "" #: fish/cmds.c:3162 fish/cmds.c:3224 msgid "list extended attributes of a file or directory" msgstr "" #: fish/cmds.c:3163 msgid "expand wildcards in command" msgstr "" #: fish/cmds.c:3164 msgid "expand a wildcard path" msgstr "" #: fish/cmds.c:3167 msgid "install GRUB 1" msgstr "" #: fish/cmds.c:3168 msgid "return first 10 lines of a file" msgstr "" #: fish/cmds.c:3169 msgid "return first N lines of a file" msgstr "" #: fish/cmds.c:3170 msgid "dump a file in hexadecimal" msgstr "" #: fish/cmds.c:3171 msgid "edit with a hex editor" msgstr "" #: fish/cmds.c:3172 msgid "list the contents of a single file in an initrd" msgstr "" #: fish/cmds.c:3173 msgid "list files in an initrd" msgstr "" #: fish/cmds.c:3174 msgid "add an inotify watch" msgstr "" #: fish/cmds.c:3175 msgid "close the inotify handle" msgstr "" #: fish/cmds.c:3176 msgid "return list of watched files that had events" msgstr "" #: fish/cmds.c:3177 msgid "create an inotify handle" msgstr "" #: fish/cmds.c:3178 msgid "return list of inotify events" msgstr "" #: fish/cmds.c:3179 msgid "remove an inotify watch" msgstr "" #: fish/cmds.c:3180 msgid "get architecture of inspected operating system" msgstr "" #: fish/cmds.c:3181 msgid "get distro of inspected operating system" msgstr "" #: fish/cmds.c:3182 msgid "get drive letter mappings" msgstr "" #: fish/cmds.c:3183 msgid "get filesystems associated with inspected operating system" msgstr "" #: fish/cmds.c:3184 msgid "get format of inspected operating system" msgstr "" #: fish/cmds.c:3185 msgid "get hostname of the operating system" msgstr "" #: fish/cmds.c:3186 msgid "get the icon corresponding to this operating system" msgstr "" #: fish/cmds.c:3187 msgid "get major version of inspected operating system" msgstr "" #: fish/cmds.c:3188 msgid "get minor version of inspected operating system" msgstr "" #: fish/cmds.c:3189 msgid "get mountpoints of inspected operating system" msgstr "" #: fish/cmds.c:3190 msgid "get package format used by the operating system" msgstr "" #: fish/cmds.c:3191 msgid "get package management tool used by the operating system" msgstr "" #: fish/cmds.c:3192 msgid "get product name of inspected operating system" msgstr "" #: fish/cmds.c:3193 msgid "get product variant of inspected operating system" msgstr "" #: fish/cmds.c:3194 msgid "return list of operating systems found by last inspection" msgstr "" #: fish/cmds.c:3195 msgid "get type of inspected operating system" msgstr "" #: fish/cmds.c:3196 msgid "get Windows CurrentControlSet of inspected operating system" msgstr "" #: fish/cmds.c:3197 msgid "get Windows systemroot of inspected operating system" msgstr "" #: fish/cmds.c:3198 msgid "get live flag for install disk" msgstr "" #: fish/cmds.c:3199 msgid "get multipart flag for install disk" msgstr "" #: fish/cmds.c:3200 msgid "get netinst (network installer) flag for install disk" msgstr "" #: fish/cmds.c:3201 msgid "get list of applications installed in the operating system" msgstr "" #: fish/cmds.c:3202 msgid "inspect disk and return list of operating systems found" msgstr "" #: fish/cmds.c:3203 msgid "test if block device" msgstr "" #: fish/cmds.c:3204 msgid "is busy processing a command" msgstr "" #: fish/cmds.c:3205 msgid "test if character device" msgstr "" #: fish/cmds.c:3206 msgid "is in configuration state" msgstr "" #: fish/cmds.c:3207 msgid "test if a directory" msgstr "" #: fish/cmds.c:3208 msgid "test if FIFO (named pipe)" msgstr "" #: fish/cmds.c:3209 msgid "test if a regular file" msgstr "" #: fish/cmds.c:3210 msgid "is launching subprocess" msgstr "" #: fish/cmds.c:3211 msgid "test if device is a logical volume" msgstr "" #: fish/cmds.c:3212 msgid "is ready to accept commands" msgstr "" #: fish/cmds.c:3213 msgid "test if socket" msgstr "" #: fish/cmds.c:3214 msgid "test if symbolic link" msgstr "" #: fish/cmds.c:3215 msgid "test if a file contains all zero bytes" msgstr "" #: fish/cmds.c:3216 msgid "test if a device contains all zero bytes" msgstr "" #: fish/cmds.c:3217 msgid "get ISO information from primary volume descriptor of ISO file" msgstr "" #: fish/cmds.c:3218 msgid "get ISO information from primary volume descriptor of device" msgstr "" #: fish/cmds.c:3219 msgid "kill the qemu subprocess" msgstr "" #: fish/cmds.c:3220 msgid "launch the qemu subprocess" msgstr "" #: fish/cmds.c:3221 msgid "change working directory" msgstr "" #: fish/cmds.c:3225 msgid "list 9p filesystems" msgstr "" #: fish/cmds.c:3226 msgid "list the block devices" msgstr "" #: fish/cmds.c:3227 msgid "list device mapper devices" msgstr "" #: fish/cmds.c:3228 msgid "list event handlers" msgstr "" #: fish/cmds.c:3229 msgid "list filesystems" msgstr "" #: fish/cmds.c:3230 msgid "list Linux md (RAID) devices" msgstr "" #: fish/cmds.c:3231 msgid "list the partitions" msgstr "" #: fish/cmds.c:3232 msgid "list the files in a directory (long format)" msgstr "" #: fish/cmds.c:3233 msgid "list the files in a directory (long format with SELinux contexts)" msgstr "" #: fish/cmds.c:3234 fish/cmds.c:3235 msgid "create a hard link" msgstr "" #: fish/cmds.c:3236 fish/cmds.c:3237 msgid "create a symbolic link" msgstr "" #: fish/cmds.c:3238 fish/cmds.c:3343 msgid "remove extended attribute of a file or directory" msgstr "" #: fish/cmds.c:3239 msgid "list the files in a directory" msgstr "" #: fish/cmds.c:3240 fish/cmds.c:3376 msgid "set extended attribute of a file or directory" msgstr "" #: fish/cmds.c:3241 msgid "get file information for a symbolic link" msgstr "" #: fish/cmds.c:3242 msgid "lstat on multiple files" msgstr "" #: fish/cmds.c:3243 msgid "add a key on a LUKS encrypted device" msgstr "" #: fish/cmds.c:3244 msgid "close a LUKS device" msgstr "" #: fish/cmds.c:3245 fish/cmds.c:3246 msgid "format a block device as a LUKS encrypted device" msgstr "" #: fish/cmds.c:3247 msgid "remove a key from a LUKS encrypted device" msgstr "" #: fish/cmds.c:3248 msgid "open a LUKS-encrypted block device" msgstr "" #: fish/cmds.c:3249 msgid "open a LUKS-encrypted block device read-only" msgstr "" #: fish/cmds.c:3250 msgid "create an LVM logical volume" msgstr "" #: fish/cmds.c:3251 msgid "create an LVM logical volume in % remaining free space" msgstr "" #: fish/cmds.c:3252 msgid "get canonical name of an LV" msgstr "" #: fish/cmds.c:3253 msgid "clear LVM device filter" msgstr "" #: fish/cmds.c:3254 msgid "remove all LVM LVs, VGs and PVs" msgstr "" #: fish/cmds.c:3255 msgid "set LVM device filter" msgstr "" #: fish/cmds.c:3256 msgid "remove an LVM logical volume" msgstr "" #: fish/cmds.c:3257 msgid "rename an LVM logical volume" msgstr "" #: fish/cmds.c:3258 msgid "resize an LVM logical volume" msgstr "" #: fish/cmds.c:3259 msgid "expand an LV to fill free space" msgstr "" #: fish/cmds.c:3260 fish/cmds.c:3261 msgid "list the LVM logical volumes (LVs)" msgstr "" #: fish/cmds.c:3262 msgid "get the UUID of a logical volume" msgstr "" #: fish/cmds.c:3263 msgid "lgetxattr on multiple files" msgstr "" #: fish/cmds.c:3264 msgid "open the manual" msgstr "" #: fish/cmds.c:3265 msgid "create a Linux md (RAID) device" msgstr "" #: fish/cmds.c:3266 msgid "obtain metadata for an MD device" msgstr "" #: fish/cmds.c:3267 msgid "get underlying devices from an MD device" msgstr "" #: fish/cmds.c:3268 msgid "stop a Linux md (RAID) device" msgstr "" #: fish/cmds.c:3269 msgid "create a directory" msgstr "" #: fish/cmds.c:3270 msgid "create a directory with a particular mode" msgstr "" #: fish/cmds.c:3271 msgid "create a directory and parents" msgstr "" #: fish/cmds.c:3272 msgid "create a temporary directory" msgstr "" #: fish/cmds.c:3273 fish/cmds.c:3274 fish/cmds.c:3275 msgid "make ext2/3/4 filesystem with external journal" msgstr "" #: fish/cmds.c:3276 msgid "make ext2/3/4 external journal" msgstr "" #: fish/cmds.c:3277 msgid "make ext2/3/4 external journal with label" msgstr "" #: fish/cmds.c:3278 msgid "make ext2/3/4 external journal with UUID" msgstr "" #: fish/cmds.c:3279 msgid "make FIFO (named pipe)" msgstr "" #: fish/cmds.c:3280 fish/cmds.c:3283 msgid "make a filesystem" msgstr "" #: fish/cmds.c:3281 msgid "make a filesystem with block size" msgstr "" #: fish/cmds.c:3282 msgid "create a btrfs filesystem" msgstr "" #: fish/cmds.c:3284 msgid "create a mountpoint" msgstr "" #: fish/cmds.c:3285 msgid "make block, character or FIFO devices" msgstr "" #: fish/cmds.c:3286 msgid "make block device node" msgstr "" #: fish/cmds.c:3287 msgid "make char device node" msgstr "" #: fish/cmds.c:3288 msgid "create a swap partition" msgstr "" #: fish/cmds.c:3289 msgid "create a swap partition with a label" msgstr "" #: fish/cmds.c:3290 msgid "create a swap partition with an explicit UUID" msgstr "" #: fish/cmds.c:3291 msgid "create a swap file" msgstr "" #: fish/cmds.c:3292 msgid "load a kernel module" msgstr "" #: fish/cmds.c:3293 msgid "view a file" msgstr "" #: fish/cmds.c:3294 msgid "mount a guest disk at a position in the filesystem" msgstr "" #: fish/cmds.c:3295 msgid "mount 9p filesystem" msgstr "" #: fish/cmds.c:3296 msgid "mount on the local filesystem" msgstr "" #: fish/cmds.c:3297 msgid "run main loop of mount on the local filesystem" msgstr "" #: fish/cmds.c:3298 msgid "mount a file using the loop device" msgstr "" #: fish/cmds.c:3299 msgid "mount a guest disk with mount options" msgstr "" #: fish/cmds.c:3300 msgid "mount a guest disk, read-only" msgstr "" #: fish/cmds.c:3301 msgid "mount a guest disk with mount options and vfstype" msgstr "" #: fish/cmds.c:3302 msgid "show mountpoints" msgstr "" #: fish/cmds.c:3303 msgid "show mounted filesystems" msgstr "" #: fish/cmds.c:3304 msgid "move a file" msgstr "" #: fish/cmds.c:3305 msgid "probe NTFS volume" msgstr "" #: fish/cmds.c:3306 msgid "restore NTFS from backup file" msgstr "" #: fish/cmds.c:3307 msgid "save NTFS to backup file" msgstr "" #: fish/cmds.c:3308 msgid "fix common errors and force Windows to check NTFS" msgstr "" #: fish/cmds.c:3309 fish/cmds.c:3310 msgid "resize an NTFS filesystem" msgstr "" #: fish/cmds.c:3311 msgid "resize an NTFS filesystem (with size)" msgstr "" #: fish/cmds.c:3312 msgid "add a partition to the device" msgstr "" #: fish/cmds.c:3313 msgid "delete a partition" msgstr "" #: fish/cmds.c:3314 msgid "partition whole disk with a single primary partition" msgstr "" #: fish/cmds.c:3315 msgid "return true if a partition is bootable" msgstr "" #: fish/cmds.c:3316 msgid "get the MBR type byte (ID byte) from a partition" msgstr "" #: fish/cmds.c:3317 msgid "get the partition table type" msgstr "" #: fish/cmds.c:3318 msgid "create an empty partition table" msgstr "" #: fish/cmds.c:3319 msgid "list partitions on a device" msgstr "" #: fish/cmds.c:3320 msgid "make a partition bootable" msgstr "" #: fish/cmds.c:3321 msgid "set the MBR type byte (ID byte) of a partition" msgstr "" #: fish/cmds.c:3322 msgid "set partition name" msgstr "" #: fish/cmds.c:3323 msgid "convert partition name to device name" msgstr "" #: fish/cmds.c:3324 msgid "convert partition name to partition number" msgstr "" #: fish/cmds.c:3325 msgid "ping the guest daemon" msgstr "" #: fish/cmds.c:3326 msgid "read part of a file" msgstr "" #: fish/cmds.c:3327 msgid "read part of a device" msgstr "" #: fish/cmds.c:3328 msgid "create an LVM physical volume" msgstr "" #: fish/cmds.c:3329 msgid "remove an LVM physical volume" msgstr "" #: fish/cmds.c:3330 msgid "resize an LVM physical volume" msgstr "" #: fish/cmds.c:3331 msgid "resize an LVM physical volume (with size)" msgstr "" #: fish/cmds.c:3332 fish/cmds.c:3333 msgid "list the LVM physical volumes (PVs)" msgstr "" #: fish/cmds.c:3334 msgid "get the UUID of a physical volume" msgstr "" #: fish/cmds.c:3335 msgid "write to part of a file" msgstr "" #: fish/cmds.c:3336 msgid "write to part of a device" msgstr "" #: fish/cmds.c:3337 msgid "read a file" msgstr "" #: fish/cmds.c:3338 msgid "read file as lines" msgstr "" #: fish/cmds.c:3339 msgid "read directories entries" msgstr "" #: fish/cmds.c:3340 msgid "read the target of a symbolic link" msgstr "" #: fish/cmds.c:3341 msgid "readlink on multiple files" msgstr "" #: fish/cmds.c:3342 msgid "canonicalized absolute pathname" msgstr "" #: fish/cmds.c:3344 msgid "close and reopen libguestfs handle" msgstr "" #: fish/cmds.c:3345 msgid "resize an ext2, ext3 or ext4 filesystem" msgstr "" #: fish/cmds.c:3346 msgid "resize an ext2, ext3 or ext4 filesystem to the minimum size" msgstr "" #: fish/cmds.c:3347 msgid "resize an ext2, ext3 or ext4 filesystem (with size)" msgstr "" #: fish/cmds.c:3348 msgid "remove a file" msgstr "" #: fish/cmds.c:3349 msgid "remove a file or directory recursively" msgstr "" #: fish/cmds.c:3350 msgid "remove a directory" msgstr "" #: fish/cmds.c:3351 msgid "remove a mountpoint" msgstr "" #: fish/cmds.c:3352 msgid "scrub (securely wipe) a device" msgstr "" #: fish/cmds.c:3353 msgid "scrub (securely wipe) a file" msgstr "" #: fish/cmds.c:3354 msgid "scrub (securely wipe) free space" msgstr "" #: fish/cmds.c:3355 msgid "add options to kernel command line" msgstr "" #: fish/cmds.c:3356 msgid "set the attach method" msgstr "" #: fish/cmds.c:3357 msgid "set autosync mode" msgstr "" #: fish/cmds.c:3358 msgid "enable or disable direct appliance mode" msgstr "" #: fish/cmds.c:3359 msgid "set ext2 file attributes of a file" msgstr "" #: fish/cmds.c:3360 msgid "set ext2 file generation of a file" msgstr "" #: fish/cmds.c:3361 msgid "set the ext2/3/4 filesystem label" msgstr "" #: fish/cmds.c:3362 msgid "set the ext2/3/4 filesystem UUID" msgstr "" #: fish/cmds.c:3363 msgid "set filesystem label" msgstr "" #: fish/cmds.c:3364 msgid "set memory allocated to the qemu subprocess" msgstr "" #: fish/cmds.c:3365 msgid "set enable network flag" msgstr "" #: fish/cmds.c:3366 msgid "set the search path" msgstr "" #: fish/cmds.c:3367 msgid "set process group flag" msgstr "" #: fish/cmds.c:3368 msgid "set the qemu binary" msgstr "" #: fish/cmds.c:3369 msgid "enable or disable the recovery process" msgstr "" #: fish/cmds.c:3370 msgid "set SELinux enabled or disabled at appliance boot" msgstr "" #: fish/cmds.c:3371 msgid "set number of virtual CPUs in appliance" msgstr "" #: fish/cmds.c:3372 msgid "enable or disable command traces" msgstr "" #: fish/cmds.c:3373 msgid "set verbose mode" msgstr "" #: fish/cmds.c:3374 msgid "set SELinux security context" msgstr "" #: fish/cmds.c:3375 msgid "set an environment variable" msgstr "" #: fish/cmds.c:3377 fish/cmds.c:3378 msgid "create partitions on a block device" msgstr "" #: fish/cmds.c:3379 msgid "modify a single partition on a block device" msgstr "" #: fish/cmds.c:3380 msgid "display the disk geometry from the partition table" msgstr "" #: fish/cmds.c:3381 msgid "display the kernel geometry" msgstr "" #: fish/cmds.c:3382 msgid "display the partition table" msgstr "" #: fish/cmds.c:3383 msgid "run a command via the shell" msgstr "" #: fish/cmds.c:3384 msgid "run a command via the shell returning lines" msgstr "" #: fish/cmds.c:3385 msgid "sleep for some seconds" msgstr "" #: fish/cmds.c:3386 msgid "create a sparse disk image and add" msgstr "" #: fish/cmds.c:3387 msgid "get file information" msgstr "" #: fish/cmds.c:3388 msgid "get file system statistics" msgstr "" #: fish/cmds.c:3389 fish/cmds.c:3390 msgid "print the printable strings in a file" msgstr "" #: fish/cmds.c:3391 msgid "list supported groups of commands" msgstr "" #: fish/cmds.c:3392 msgid "disable swap on device" msgstr "" #: fish/cmds.c:3393 msgid "disable swap on file" msgstr "" #: fish/cmds.c:3394 msgid "disable swap on labeled swap partition" msgstr "" #: fish/cmds.c:3395 msgid "disable swap on swap partition by UUID" msgstr "" #: fish/cmds.c:3396 msgid "enable swap on device" msgstr "" #: fish/cmds.c:3397 msgid "enable swap on file" msgstr "" #: fish/cmds.c:3398 msgid "enable swap on labeled swap partition" msgstr "" #: fish/cmds.c:3399 msgid "enable swap on swap partition by UUID" msgstr "" #: fish/cmds.c:3400 msgid "sync disks, writes are flushed through to the disk image" msgstr "" #: fish/cmds.c:3401 msgid "return last 10 lines of a file" msgstr "" #: fish/cmds.c:3402 msgid "return last N lines of a file" msgstr "" #: fish/cmds.c:3403 msgid "unpack tarfile to directory" msgstr "" #: fish/cmds.c:3404 msgid "pack directory into tarfile" msgstr "" #: fish/cmds.c:3405 fish/cmds.c:3413 msgid "unpack compressed tarball to directory" msgstr "" #: fish/cmds.c:3406 fish/cmds.c:3414 msgid "pack directory into compressed tarball" msgstr "" #: fish/cmds.c:3407 msgid "print elapsed time taken to run a command" msgstr "" #: fish/cmds.c:3408 msgid "update file timestamps or create a new file" msgstr "" #: fish/cmds.c:3409 msgid "truncate a file to zero size" msgstr "" #: fish/cmds.c:3410 msgid "truncate a file to a particular size" msgstr "" #: fish/cmds.c:3411 msgid "adjust ext2/ext3/ext4 filesystem parameters" msgstr "" #: fish/cmds.c:3412 msgid "get ext2/ext3/ext4 superblock details" msgstr "" #: fish/cmds.c:3415 msgid "set file mode creation mask (umask)" msgstr "" #: fish/cmds.c:3416 msgid "unmount a filesystem" msgstr "" #: fish/cmds.c:3417 msgid "unmount all filesystems" msgstr "" #: fish/cmds.c:3418 msgid "unmount a locally mounted filesystem" msgstr "" #: fish/cmds.c:3419 msgid "unset an environment variable" msgstr "" #: fish/cmds.c:3420 msgid "upload a file from the local machine" msgstr "" #: fish/cmds.c:3421 msgid "upload a file from the local machine with offset" msgstr "" #: fish/cmds.c:3422 msgid "set timestamp of a file with nanosecond precision" msgstr "" #: fish/cmds.c:3423 msgid "get the library version number" msgstr "" #: fish/cmds.c:3424 msgid "get the filesystem label" msgstr "" #: fish/cmds.c:3425 msgid "get the Linux VFS type corresponding to a mounted device" msgstr "" #: fish/cmds.c:3426 msgid "get the filesystem UUID" msgstr "" #: fish/cmds.c:3427 msgid "activate or deactivate some volume groups" msgstr "" #: fish/cmds.c:3428 msgid "activate or deactivate all volume groups" msgstr "" #: fish/cmds.c:3429 msgid "create an LVM volume group" msgstr "" #: fish/cmds.c:3430 msgid "get the LV UUIDs of all LVs in the volume group" msgstr "" #: fish/cmds.c:3431 msgid "get volume group metadata" msgstr "" #: fish/cmds.c:3432 msgid "get the PV UUIDs containing the volume group" msgstr "" #: fish/cmds.c:3433 msgid "remove an LVM volume group" msgstr "" #: fish/cmds.c:3434 msgid "rename an LVM volume group" msgstr "" #: fish/cmds.c:3435 fish/cmds.c:3436 msgid "list the LVM volume groups (VGs)" msgstr "" #: fish/cmds.c:3437 msgid "rescan for LVM physical volumes, volume groups and logical volumes" msgstr "" #: fish/cmds.c:3438 msgid "get the UUID of a volume group" msgstr "" #: fish/cmds.c:3439 msgid "count characters in a file" msgstr "" #: fish/cmds.c:3440 msgid "count lines in a file" msgstr "" #: fish/cmds.c:3441 msgid "count words in a file" msgstr "" #: fish/cmds.c:3442 msgid "wipe a filesystem signature from a device" msgstr "" #: fish/cmds.c:3443 msgid "create a new file" msgstr "" #: fish/cmds.c:3444 msgid "append content to end of file" msgstr "" #: fish/cmds.c:3445 msgid "create a file" msgstr "" #: fish/cmds.c:3448 msgid "write zeroes to the device" msgstr "" #: fish/cmds.c:3449 msgid "write zeroes to an entire device" msgstr "" #: fish/cmds.c:3450 msgid "zero free space in a filesystem" msgstr "" #: fish/cmds.c:3451 msgid "zero unused inodes and disk blocks on ext2/3 filesystem" msgstr "" #: fish/cmds.c:3454 msgid "determine file type inside a compressed file" msgstr "" #: fish/cmds.c:3457 msgid "Use -h / help to show detailed help for a command." msgstr "" #: fish/cmds.c:3874 fish/cmds.c:3893 fish/cmds.c:3914 fish/cmds.c:3936 #: fish/cmds.c:3958 fish/cmds.c:3981 fish/cmds.c:4005 fish/cmds.c:4026 #: fish/cmds.c:4048 fish/cmds.c:4069 fish/cmds.c:4091 fish/cmds.c:4112 #: fish/cmds.c:4132 fish/cmds.c:4152 fish/cmds.c:4174 fish/cmds.c:4194 #: fish/cmds.c:4214 fish/cmds.c:4234 fish/cmds.c:4254 fish/cmds.c:4274 #: fish/cmds.c:4294 fish/cmds.c:4316 fish/cmds.c:4355 fish/cmds.c:4375 #: fish/cmds.c:4395 fish/cmds.c:4418 fish/cmds.c:4438 fish/cmds.c:4460 #: fish/cmds.c:4480 fish/cmds.c:4502 fish/cmds.c:4522 fish/cmds.c:4544 #: fish/cmds.c:4564 fish/cmds.c:4587 fish/cmds.c:4611 fish/cmds.c:4634 #: fish/cmds.c:4659 fish/cmds.c:4682 fish/cmds.c:4706 fish/cmds.c:4730 #: fish/cmds.c:4754 fish/cmds.c:4777 fish/cmds.c:4800 fish/cmds.c:4824 #: fish/cmds.c:4848 fish/cmds.c:4872 fish/cmds.c:4892 fish/cmds.c:4912 #: fish/cmds.c:4998 fish/cmds.c:5020 fish/cmds.c:5041 fish/cmds.c:5062 #: fish/cmds.c:5159 fish/cmds.c:5183 fish/cmds.c:5207 fish/cmds.c:5231 #: fish/cmds.c:5255 fish/cmds.c:5279 fish/cmds.c:5302 fish/cmds.c:5325 #: fish/cmds.c:5348 fish/cmds.c:5368 fish/cmds.c:5391 fish/cmds.c:5415 #: fish/cmds.c:5439 fish/cmds.c:5523 fish/cmds.c:5543 fish/cmds.c:5565 #: fish/cmds.c:5604 fish/cmds.c:5705 fish/cmds.c:5773 fish/cmds.c:5794 #: fish/cmds.c:5815 fish/cmds.c:5840 fish/cmds.c:5867 fish/cmds.c:5894 #: fish/cmds.c:5919 fish/cmds.c:5940 fish/cmds.c:5961 fish/cmds.c:5982 #: fish/cmds.c:6003 fish/cmds.c:6024 fish/cmds.c:6045 fish/cmds.c:6066 #: fish/cmds.c:6089 fish/cmds.c:6117 fish/cmds.c:6160 fish/cmds.c:6182 #: fish/cmds.c:6209 fish/cmds.c:6235 fish/cmds.c:6260 fish/cmds.c:6285 #: fish/cmds.c:6309 fish/cmds.c:6333 fish/cmds.c:6356 fish/cmds.c:6378 #: fish/cmds.c:6397 fish/cmds.c:6418 fish/cmds.c:6442 fish/cmds.c:6467 #: fish/cmds.c:6492 fish/cmds.c:6517 fish/cmds.c:6542 fish/cmds.c:6568 #: fish/cmds.c:6615 fish/cmds.c:6680 fish/cmds.c:6706 fish/cmds.c:6732 #: fish/cmds.c:6758 fish/cmds.c:6781 fish/cmds.c:6809 fish/cmds.c:6853 #: fish/cmds.c:6880 fish/cmds.c:6968 fish/cmds.c:7014 fish/cmds.c:7034 #: fish/cmds.c:7055 fish/cmds.c:7074 fish/cmds.c:7095 fish/cmds.c:7122 #: fish/cmds.c:7149 fish/cmds.c:7176 fish/cmds.c:7203 fish/cmds.c:7230 #: fish/cmds.c:7257 fish/cmds.c:7281 fish/cmds.c:7303 fish/cmds.c:7325 #: fish/cmds.c:7348 fish/cmds.c:7371 fish/cmds.c:7395 fish/cmds.c:7437 #: fish/cmds.c:7460 fish/cmds.c:7483 fish/cmds.c:7505 fish/cmds.c:7528 #: fish/cmds.c:7558 fish/cmds.c:7588 fish/cmds.c:7617 fish/cmds.c:7647 #: fish/cmds.c:7674 fish/cmds.c:7704 fish/cmds.c:7734 fish/cmds.c:7759 #: fish/cmds.c:7786 fish/cmds.c:7812 fish/cmds.c:7840 fish/cmds.c:7862 #: fish/cmds.c:7884 fish/cmds.c:7907 fish/cmds.c:7930 fish/cmds.c:7955 #: fish/cmds.c:7978 fish/cmds.c:8003 fish/cmds.c:8027 fish/cmds.c:8050 #: fish/cmds.c:8077 fish/cmds.c:8107 fish/cmds.c:8137 fish/cmds.c:8166 #: fish/cmds.c:8205 fish/cmds.c:8226 fish/cmds.c:8248 fish/cmds.c:8278 #: fish/cmds.c:8306 fish/cmds.c:8334 fish/cmds.c:8361 fish/cmds.c:8383 #: fish/cmds.c:8410 fish/cmds.c:8513 fish/cmds.c:8537 fish/cmds.c:8561 #: fish/cmds.c:8585 fish/cmds.c:8608 fish/cmds.c:8635 fish/cmds.c:8677 #: fish/cmds.c:8699 fish/cmds.c:8726 fish/cmds.c:8748 fish/cmds.c:8790 #: fish/cmds.c:8814 fish/cmds.c:8838 fish/cmds.c:8862 fish/cmds.c:8889 #: fish/cmds.c:8911 fish/cmds.c:8936 fish/cmds.c:8961 fish/cmds.c:8988 #: fish/cmds.c:9014 fish/cmds.c:9040 fish/cmds.c:9066 fish/cmds.c:9094 #: fish/cmds.c:9141 fish/cmds.c:9169 fish/cmds.c:9214 fish/cmds.c:9235 #: fish/cmds.c:9258 fish/cmds.c:9284 fish/cmds.c:9312 fish/cmds.c:9341 #: fish/cmds.c:9364 fish/cmds.c:9388 fish/cmds.c:9414 fish/cmds.c:9500 #: fish/cmds.c:9548 fish/cmds.c:9636 fish/cmds.c:9721 fish/cmds.c:9763 #: fish/cmds.c:9791 fish/cmds.c:9818 fish/cmds.c:9846 fish/cmds.c:9873 #: fish/cmds.c:9903 fish/cmds.c:9953 fish/cmds.c:10001 fish/cmds.c:10028 #: fish/cmds.c:10052 fish/cmds.c:10075 fish/cmds.c:10097 fish/cmds.c:10120 #: fish/cmds.c:10152 fish/cmds.c:10181 fish/cmds.c:10210 fish/cmds.c:10239 #: fish/cmds.c:10268 fish/cmds.c:10297 fish/cmds.c:10326 fish/cmds.c:10355 #: fish/cmds.c:10384 fish/cmds.c:10413 fish/cmds.c:10442 fish/cmds.c:10471 #: fish/cmds.c:10499 fish/cmds.c:10527 fish/cmds.c:10554 fish/cmds.c:10581 #: fish/cmds.c:10608 fish/cmds.c:10634 fish/cmds.c:10662 fish/cmds.c:10707 #: fish/cmds.c:10729 fish/cmds.c:10751 fish/cmds.c:10776 fish/cmds.c:10801 #: fish/cmds.c:10823 fish/cmds.c:10845 fish/cmds.c:10867 fish/cmds.c:10889 #: fish/cmds.c:10914 fish/cmds.c:10956 fish/cmds.c:11002 fish/cmds.c:11041 #: fish/cmds.c:11062 fish/cmds.c:11083 fish/cmds.c:11104 fish/cmds.c:11124 #: fish/cmds.c:11149 fish/cmds.c:11193 fish/cmds.c:11237 fish/cmds.c:11282 #: fish/cmds.c:11328 fish/cmds.c:11375 fish/cmds.c:11422 fish/cmds.c:11466 #: fish/cmds.c:11488 fish/cmds.c:11516 fish/cmds.c:11545 fish/cmds.c:11572 #: fish/cmds.c:11596 fish/cmds.c:11622 fish/cmds.c:11665 fish/cmds.c:11747 #: fish/cmds.c:11794 fish/cmds.c:11860 fish/cmds.c:11892 fish/cmds.c:11924 #: fish/cmds.c:11958 fish/cmds.c:12024 fish/cmds.c:12050 fish/cmds.c:12102 #: fish/cmds.c:12127 fish/cmds.c:12172 fish/cmds.c:12215 fish/cmds.c:12239 #: fish/cmds.c:12265 fish/cmds.c:12330 fish/cmds.c:12356 fish/cmds.c:12385 #: fish/cmds.c:12412 fish/cmds.c:12436 fish/cmds.c:12461 fish/cmds.c:12493 #: fish/cmds.c:12517 fish/cmds.c:12541 fish/cmds.c:12565 fish/cmds.c:12589 #: fish/cmds.c:12615 fish/cmds.c:12658 fish/cmds.c:12681 fish/cmds.c:12711 #: fish/cmds.c:12740 fish/cmds.c:12760 fish/cmds.c:12782 fish/cmds.c:12825 #: fish/cmds.c:12869 fish/cmds.c:12914 fish/cmds.c:12977 fish/cmds.c:13003 #: fish/cmds.c:13045 fish/cmds.c:13065 fish/cmds.c:13089 fish/cmds.c:13136 #: fish/cmds.c:13166 fish/cmds.c:13197 fish/cmds.c:13229 fish/cmds.c:13277 #: fish/cmds.c:13308 fish/cmds.c:13352 fish/cmds.c:13389 fish/cmds.c:13426 #: fish/cmds.c:13460 fish/cmds.c:13484 fish/cmds.c:13523 fish/cmds.c:13547 #: fish/cmds.c:13571 fish/cmds.c:13594 fish/cmds.c:13617 fish/cmds.c:13648 #: fish/cmds.c:13677 fish/cmds.c:13701 fish/cmds.c:13752 fish/cmds.c:13804 #: fish/cmds.c:13860 fish/cmds.c:13908 fish/cmds.c:13931 fish/cmds.c:13955 #: fish/cmds.c:13979 fish/cmds.c:14005 fish/cmds.c:14031 fish/cmds.c:14057 #: fish/cmds.c:14083 fish/cmds.c:14109 fish/cmds.c:14135 fish/cmds.c:14181 #: fish/cmds.c:14241 fish/cmds.c:14284 fish/cmds.c:14346 fish/cmds.c:14491 #: fish/cmds.c:14525 fish/cmds.c:14557 fish/cmds.c:14579 fish/cmds.c:14605 #: fish/cmds.c:14626 fish/cmds.c:14697 fish/cmds.c:14850 fish/cmds.c:15027 #: fish/cmds.c:15778 fish/cmds.c:15801 fish/cmds.c:15825 fish/cmds.c:15847 #: fish/cmds.c:15924 fish/cmds.c:15951 fish/cmds.c:16095 fish/cmds.c:16122 #: fish/cmds.c:16145 fish/cmds.c:16172 fish/cmds.c:16215 fish/cmds.c:16239 #: fish/cmds.c:16267 fish/cmds.c:16295 fish/cmds.c:16483 fish/cmds.c:16563 #: fish/cmds.c:16590 fish/cmds.c:16630 fish/cmds.c:16659 fish/cmds.c:16684 #: fish/cmds.c:16709 fish/cmds.c:16737 fish/cmds.c:16776 fish/cmds.c:16801 #: fish/cmds.c:16827 fish/cmds.c:16857 fish/cmds.c:16887 fish/cmds.c:16975 #, c-format msgid "%s should have %d parameter(s)\n" msgstr "" #: fish/cmds.c:3875 fish/cmds.c:3894 fish/cmds.c:3915 fish/cmds.c:3937 #: fish/cmds.c:3959 fish/cmds.c:3982 fish/cmds.c:4006 fish/cmds.c:4027 #: fish/cmds.c:4049 fish/cmds.c:4070 fish/cmds.c:4092 fish/cmds.c:4113 #: fish/cmds.c:4133 fish/cmds.c:4153 fish/cmds.c:4175 fish/cmds.c:4195 #: fish/cmds.c:4215 fish/cmds.c:4235 fish/cmds.c:4255 fish/cmds.c:4275 #: fish/cmds.c:4295 fish/cmds.c:4317 fish/cmds.c:4356 fish/cmds.c:4376 #: fish/cmds.c:4396 fish/cmds.c:4419 fish/cmds.c:4439 fish/cmds.c:4461 #: fish/cmds.c:4481 fish/cmds.c:4503 fish/cmds.c:4523 fish/cmds.c:4545 #: fish/cmds.c:4565 fish/cmds.c:4588 fish/cmds.c:4612 fish/cmds.c:4635 #: fish/cmds.c:4660 fish/cmds.c:4683 fish/cmds.c:4707 fish/cmds.c:4731 #: fish/cmds.c:4755 fish/cmds.c:4778 fish/cmds.c:4801 fish/cmds.c:4825 #: fish/cmds.c:4849 fish/cmds.c:4873 fish/cmds.c:4893 fish/cmds.c:4913 #: fish/cmds.c:4938 fish/cmds.c:4999 fish/cmds.c:5021 fish/cmds.c:5042 #: fish/cmds.c:5063 fish/cmds.c:5088 fish/cmds.c:5160 fish/cmds.c:5184 #: fish/cmds.c:5208 fish/cmds.c:5232 fish/cmds.c:5256 fish/cmds.c:5280 #: fish/cmds.c:5303 fish/cmds.c:5326 fish/cmds.c:5349 fish/cmds.c:5369 #: fish/cmds.c:5392 fish/cmds.c:5416 fish/cmds.c:5440 fish/cmds.c:5467 #: fish/cmds.c:5524 fish/cmds.c:5544 fish/cmds.c:5566 fish/cmds.c:5605 #: fish/cmds.c:5629 fish/cmds.c:5706 fish/cmds.c:5728 fish/cmds.c:5774 #: fish/cmds.c:5795 fish/cmds.c:5816 fish/cmds.c:5841 fish/cmds.c:5868 #: fish/cmds.c:5895 fish/cmds.c:5920 fish/cmds.c:5941 fish/cmds.c:5962 #: fish/cmds.c:5983 fish/cmds.c:6004 fish/cmds.c:6025 fish/cmds.c:6046 #: fish/cmds.c:6067 fish/cmds.c:6090 fish/cmds.c:6118 fish/cmds.c:6161 #: fish/cmds.c:6183 fish/cmds.c:6210 fish/cmds.c:6236 fish/cmds.c:6261 #: fish/cmds.c:6286 fish/cmds.c:6310 fish/cmds.c:6334 fish/cmds.c:6357 #: fish/cmds.c:6379 fish/cmds.c:6398 fish/cmds.c:6419 fish/cmds.c:6443 #: fish/cmds.c:6468 fish/cmds.c:6493 fish/cmds.c:6518 fish/cmds.c:6543 #: fish/cmds.c:6569 fish/cmds.c:6616 fish/cmds.c:6681 fish/cmds.c:6707 #: fish/cmds.c:6733 fish/cmds.c:6759 fish/cmds.c:6782 fish/cmds.c:6810 #: fish/cmds.c:6854 fish/cmds.c:6881 fish/cmds.c:6969 fish/cmds.c:7015 #: fish/cmds.c:7035 fish/cmds.c:7056 fish/cmds.c:7075 fish/cmds.c:7096 #: fish/cmds.c:7123 fish/cmds.c:7150 fish/cmds.c:7177 fish/cmds.c:7204 #: fish/cmds.c:7231 fish/cmds.c:7258 fish/cmds.c:7282 fish/cmds.c:7304 #: fish/cmds.c:7326 fish/cmds.c:7349 fish/cmds.c:7372 fish/cmds.c:7396 #: fish/cmds.c:7438 fish/cmds.c:7461 fish/cmds.c:7484 fish/cmds.c:7506 #: fish/cmds.c:7529 fish/cmds.c:7559 fish/cmds.c:7589 fish/cmds.c:7618 #: fish/cmds.c:7648 fish/cmds.c:7675 fish/cmds.c:7705 fish/cmds.c:7735 #: fish/cmds.c:7760 fish/cmds.c:7787 fish/cmds.c:7813 fish/cmds.c:7841 #: fish/cmds.c:7863 fish/cmds.c:7885 fish/cmds.c:7908 fish/cmds.c:7931 #: fish/cmds.c:7956 fish/cmds.c:7979 fish/cmds.c:8004 fish/cmds.c:8028 #: fish/cmds.c:8051 fish/cmds.c:8078 fish/cmds.c:8108 fish/cmds.c:8138 #: fish/cmds.c:8167 fish/cmds.c:8206 fish/cmds.c:8227 fish/cmds.c:8249 #: fish/cmds.c:8279 fish/cmds.c:8307 fish/cmds.c:8335 fish/cmds.c:8362 #: fish/cmds.c:8384 fish/cmds.c:8411 fish/cmds.c:8514 fish/cmds.c:8538 #: fish/cmds.c:8562 fish/cmds.c:8586 fish/cmds.c:8609 fish/cmds.c:8636 #: fish/cmds.c:8678 fish/cmds.c:8700 fish/cmds.c:8727 fish/cmds.c:8749 #: fish/cmds.c:8791 fish/cmds.c:8815 fish/cmds.c:8839 fish/cmds.c:8863 #: fish/cmds.c:8890 fish/cmds.c:8912 fish/cmds.c:8937 fish/cmds.c:8962 #: fish/cmds.c:8989 fish/cmds.c:9015 fish/cmds.c:9041 fish/cmds.c:9067 #: fish/cmds.c:9095 fish/cmds.c:9142 fish/cmds.c:9170 fish/cmds.c:9215 #: fish/cmds.c:9236 fish/cmds.c:9259 fish/cmds.c:9285 fish/cmds.c:9313 #: fish/cmds.c:9342 fish/cmds.c:9365 fish/cmds.c:9389 fish/cmds.c:9415 #: fish/cmds.c:9501 fish/cmds.c:9549 fish/cmds.c:9637 fish/cmds.c:9722 #: fish/cmds.c:9764 fish/cmds.c:9792 fish/cmds.c:9819 fish/cmds.c:9847 #: fish/cmds.c:9874 fish/cmds.c:9904 fish/cmds.c:9954 fish/cmds.c:10002 #: fish/cmds.c:10029 fish/cmds.c:10053 fish/cmds.c:10076 fish/cmds.c:10098 #: fish/cmds.c:10121 fish/cmds.c:10153 fish/cmds.c:10182 fish/cmds.c:10211 #: fish/cmds.c:10240 fish/cmds.c:10269 fish/cmds.c:10298 fish/cmds.c:10327 #: fish/cmds.c:10356 fish/cmds.c:10385 fish/cmds.c:10414 fish/cmds.c:10443 #: fish/cmds.c:10472 fish/cmds.c:10500 fish/cmds.c:10528 fish/cmds.c:10555 #: fish/cmds.c:10582 fish/cmds.c:10609 fish/cmds.c:10635 fish/cmds.c:10663 #: fish/cmds.c:10708 fish/cmds.c:10730 fish/cmds.c:10752 fish/cmds.c:10777 #: fish/cmds.c:10802 fish/cmds.c:10824 fish/cmds.c:10846 fish/cmds.c:10868 #: fish/cmds.c:10890 fish/cmds.c:10915 fish/cmds.c:10957 fish/cmds.c:11003 #: fish/cmds.c:11042 fish/cmds.c:11063 fish/cmds.c:11084 fish/cmds.c:11105 #: fish/cmds.c:11125 fish/cmds.c:11150 fish/cmds.c:11194 fish/cmds.c:11238 #: fish/cmds.c:11283 fish/cmds.c:11329 fish/cmds.c:11376 fish/cmds.c:11423 #: fish/cmds.c:11467 fish/cmds.c:11489 fish/cmds.c:11517 fish/cmds.c:11546 #: fish/cmds.c:11573 fish/cmds.c:11597 fish/cmds.c:11623 fish/cmds.c:11666 #: fish/cmds.c:11748 fish/cmds.c:11795 fish/cmds.c:11861 fish/cmds.c:11893 #: fish/cmds.c:11925 fish/cmds.c:11959 fish/cmds.c:12025 fish/cmds.c:12051 #: fish/cmds.c:12103 fish/cmds.c:12128 fish/cmds.c:12173 fish/cmds.c:12216 #: fish/cmds.c:12240 fish/cmds.c:12266 fish/cmds.c:12331 fish/cmds.c:12357 #: fish/cmds.c:12386 fish/cmds.c:12413 fish/cmds.c:12437 fish/cmds.c:12462 #: fish/cmds.c:12494 fish/cmds.c:12518 fish/cmds.c:12542 fish/cmds.c:12566 #: fish/cmds.c:12590 fish/cmds.c:12616 fish/cmds.c:12659 fish/cmds.c:12682 #: fish/cmds.c:12712 fish/cmds.c:12741 fish/cmds.c:12761 fish/cmds.c:12783 #: fish/cmds.c:12826 fish/cmds.c:12870 fish/cmds.c:12915 fish/cmds.c:12978 #: fish/cmds.c:13004 fish/cmds.c:13046 fish/cmds.c:13066 fish/cmds.c:13090 #: fish/cmds.c:13137 fish/cmds.c:13167 fish/cmds.c:13198 fish/cmds.c:13230 #: fish/cmds.c:13278 fish/cmds.c:13309 fish/cmds.c:13353 fish/cmds.c:13390 #: fish/cmds.c:13427 fish/cmds.c:13461 fish/cmds.c:13485 fish/cmds.c:13524 #: fish/cmds.c:13548 fish/cmds.c:13572 fish/cmds.c:13595 fish/cmds.c:13618 #: fish/cmds.c:13649 fish/cmds.c:13678 fish/cmds.c:13702 fish/cmds.c:13753 #: fish/cmds.c:13805 fish/cmds.c:13861 fish/cmds.c:13909 fish/cmds.c:13932 #: fish/cmds.c:13956 fish/cmds.c:13980 fish/cmds.c:14006 fish/cmds.c:14032 #: fish/cmds.c:14058 fish/cmds.c:14084 fish/cmds.c:14110 fish/cmds.c:14136 #: fish/cmds.c:14182 fish/cmds.c:14242 fish/cmds.c:14285 fish/cmds.c:14347 #: fish/cmds.c:14374 fish/cmds.c:14492 fish/cmds.c:14526 fish/cmds.c:14558 #: fish/cmds.c:14580 fish/cmds.c:14606 fish/cmds.c:14627 fish/cmds.c:14653 #: fish/cmds.c:14698 fish/cmds.c:14723 fish/cmds.c:14788 fish/cmds.c:14851 #: fish/cmds.c:14883 fish/cmds.c:14959 fish/cmds.c:15028 fish/cmds.c:15054 #: fish/cmds.c:15150 fish/cmds.c:15249 fish/cmds.c:15348 fish/cmds.c:15449 #: fish/cmds.c:15651 fish/cmds.c:15779 fish/cmds.c:15802 fish/cmds.c:15826 #: fish/cmds.c:15848 fish/cmds.c:15874 fish/cmds.c:15925 fish/cmds.c:15952 #: fish/cmds.c:15976 fish/cmds.c:16025 fish/cmds.c:16096 fish/cmds.c:16123 #: fish/cmds.c:16146 fish/cmds.c:16173 fish/cmds.c:16216 fish/cmds.c:16240 #: fish/cmds.c:16268 fish/cmds.c:16296 fish/cmds.c:16322 fish/cmds.c:16484 #: fish/cmds.c:16514 fish/cmds.c:16564 fish/cmds.c:16591 fish/cmds.c:16631 #: fish/cmds.c:16660 fish/cmds.c:16685 fish/cmds.c:16710 fish/cmds.c:16738 #: fish/cmds.c:16777 fish/cmds.c:16802 fish/cmds.c:16828 fish/cmds.c:16858 #: fish/cmds.c:16888 fish/cmds.c:16913 fish/cmds.c:16976 fish/cmds.c:17001 #, c-format msgid "type 'help %s' for help on %s\n" msgstr "" #: fish/cmds.c:4327 fish/cmds.c:5576 fish/cmds.c:5656 fish/cmds.c:6130 #: fish/cmds.c:6579 fish/cmds.c:6626 fish/cmds.c:6645 fish/cmds.c:6822 #: fish/cmds.c:6892 fish/cmds.c:6911 fish/cmds.c:6930 fish/cmds.c:6982 #: fish/cmds.c:7407 fish/cmds.c:8177 fish/cmds.c:8422 fish/cmds.c:8441 #: fish/cmds.c:8460 fish/cmds.c:8479 fish/cmds.c:8647 fish/cmds.c:8759 #: fish/cmds.c:9105 fish/cmds.c:9180 fish/cmds.c:9425 fish/cmds.c:9444 #: fish/cmds.c:9463 fish/cmds.c:9511 fish/cmds.c:9559 fish/cmds.c:9578 #: fish/cmds.c:9597 fish/cmds.c:9647 fish/cmds.c:9666 fish/cmds.c:9685 #: fish/cmds.c:9732 fish/cmds.c:9916 fish/cmds.c:9966 fish/cmds.c:10675 #: fish/cmds.c:10925 fish/cmds.c:10969 fish/cmds.c:11013 fish/cmds.c:11161 #: fish/cmds.c:11204 fish/cmds.c:11248 fish/cmds.c:11293 fish/cmds.c:11340 #: fish/cmds.c:11387 fish/cmds.c:11434 fish/cmds.c:11635 fish/cmds.c:11678 #: fish/cmds.c:11691 fish/cmds.c:11704 fish/cmds.c:11717 fish/cmds.c:11760 #: fish/cmds.c:11805 fish/cmds.c:11824 fish/cmds.c:11971 fish/cmds.c:11990 #: fish/cmds.c:12063 fish/cmds.c:12076 fish/cmds.c:12139 fish/cmds.c:12184 #: fish/cmds.c:12276 fish/cmds.c:12295 fish/cmds.c:12630 fish/cmds.c:12794 #: fish/cmds.c:12837 fish/cmds.c:12881 fish/cmds.c:12926 fish/cmds.c:12945 #: fish/cmds.c:13015 fish/cmds.c:13103 fish/cmds.c:13241 fish/cmds.c:13324 #: fish/cmds.c:13364 fish/cmds.c:13401 fish/cmds.c:13438 fish/cmds.c:13497 #: fish/cmds.c:13717 fish/cmds.c:13768 fish/cmds.c:13824 fish/cmds.c:13876 #: fish/cmds.c:14150 fish/cmds.c:14196 fish/cmds.c:14209 fish/cmds.c:14256 #: fish/cmds.c:14296 fish/cmds.c:14315 fish/cmds.c:14392 fish/cmds.c:14420 #: fish/cmds.c:14443 fish/cmds.c:14740 fish/cmds.c:14806 fish/cmds.c:14904 #: fish/cmds.c:14979 fish/cmds.c:15072 fish/cmds.c:15089 fish/cmds.c:15106 #: fish/cmds.c:15169 fish/cmds.c:15186 fish/cmds.c:15203 fish/cmds.c:15268 #: fish/cmds.c:15285 fish/cmds.c:15302 fish/cmds.c:15368 fish/cmds.c:15385 #: fish/cmds.c:15402 fish/cmds.c:15471 fish/cmds.c:15494 fish/cmds.c:15522 #: fish/cmds.c:15539 fish/cmds.c:15562 fish/cmds.c:15590 fish/cmds.c:15607 #: fish/cmds.c:15670 fish/cmds.c:15687 fish/cmds.c:15710 fish/cmds.c:15733 #: fish/cmds.c:16185 fish/cmds.c:16340 fish/cmds.c:16357 fish/cmds.c:16379 #: fish/cmds.c:16412 fish/cmds.c:16435 fish/cmds.c:16603 fish/cmds.c:16748 #: fish/cmds.c:16930 fish/cmds.c:17019 fish/cmds.c:17036 fish/cmds.c:17053 #, c-format msgid "%s: %s: invalid integer parameter (%s returned %d)\n" msgstr "" #: fish/cmds.c:4333 fish/cmds.c:5582 fish/cmds.c:5662 fish/cmds.c:6136 #: fish/cmds.c:6585 fish/cmds.c:6632 fish/cmds.c:6651 fish/cmds.c:6828 #: fish/cmds.c:6898 fish/cmds.c:6917 fish/cmds.c:6936 fish/cmds.c:6988 #: fish/cmds.c:7413 fish/cmds.c:8183 fish/cmds.c:8428 fish/cmds.c:8447 #: fish/cmds.c:8466 fish/cmds.c:8485 fish/cmds.c:8653 fish/cmds.c:8765 #: fish/cmds.c:9111 fish/cmds.c:9186 fish/cmds.c:9431 fish/cmds.c:9450 #: fish/cmds.c:9469 fish/cmds.c:9517 fish/cmds.c:9565 fish/cmds.c:9584 #: fish/cmds.c:9603 fish/cmds.c:9653 fish/cmds.c:9672 fish/cmds.c:9691 #: fish/cmds.c:9738 fish/cmds.c:9922 fish/cmds.c:9972 fish/cmds.c:10681 #: fish/cmds.c:10931 fish/cmds.c:10975 fish/cmds.c:11019 fish/cmds.c:11167 #: fish/cmds.c:11210 fish/cmds.c:11254 fish/cmds.c:11299 fish/cmds.c:11346 #: fish/cmds.c:11393 fish/cmds.c:11440 fish/cmds.c:11766 fish/cmds.c:11811 #: fish/cmds.c:11830 fish/cmds.c:11977 fish/cmds.c:12145 fish/cmds.c:12190 #: fish/cmds.c:12282 fish/cmds.c:12301 fish/cmds.c:12800 fish/cmds.c:12843 #: fish/cmds.c:12887 fish/cmds.c:12932 fish/cmds.c:12951 fish/cmds.c:13021 #: fish/cmds.c:13109 fish/cmds.c:13247 fish/cmds.c:13723 fish/cmds.c:13774 #: fish/cmds.c:13830 fish/cmds.c:13882 fish/cmds.c:14302 fish/cmds.c:14398 #: fish/cmds.c:14426 fish/cmds.c:14449 fish/cmds.c:14910 fish/cmds.c:14985 #: fish/cmds.c:15477 fish/cmds.c:15500 fish/cmds.c:15545 fish/cmds.c:15568 #: fish/cmds.c:15693 fish/cmds.c:15716 fish/cmds.c:16191 fish/cmds.c:16385 #: fish/cmds.c:16418 fish/cmds.c:16441 #, c-format msgid "%s: %s: integer out of range\n" msgstr "" #: fish/cmds.c:4937 fish/cmds.c:5087 fish/cmds.c:5466 fish/cmds.c:5628 #: fish/cmds.c:5727 fish/cmds.c:14373 fish/cmds.c:14652 fish/cmds.c:14722 #: fish/cmds.c:14787 fish/cmds.c:14882 fish/cmds.c:14958 fish/cmds.c:15053 #: fish/cmds.c:15149 fish/cmds.c:15248 fish/cmds.c:15347 fish/cmds.c:15448 #: fish/cmds.c:15650 fish/cmds.c:15873 fish/cmds.c:15975 fish/cmds.c:16024 #: fish/cmds.c:16321 fish/cmds.c:16513 fish/cmds.c:16912 fish/cmds.c:17000 #, c-format msgid "%s should have %d-%d parameter(s)\n" msgstr "" #: fish/cmds.c:4968 fish/cmds.c:5128 fish/cmds.c:5487 fish/cmds.c:5677 #: fish/cmds.c:5742 fish/cmds.c:14459 fish/cmds.c:14669 fish/cmds.c:14755 #: fish/cmds.c:14816 fish/cmds.c:14920 fish/cmds.c:14995 fish/cmds.c:15116 #: fish/cmds.c:15213 fish/cmds.c:15312 fish/cmds.c:15412 fish/cmds.c:15617 #: fish/cmds.c:15748 fish/cmds.c:15894 fish/cmds.c:15991 fish/cmds.c:16062 #: fish/cmds.c:16451 fish/cmds.c:16531 fish/cmds.c:16945 fish/cmds.c:17063 #, c-format msgid "%s: unknown optional argument \"%s\"\n" msgstr "" #: fish/cmds.c:4974 fish/cmds.c:5134 fish/cmds.c:5493 fish/cmds.c:5683 #: fish/cmds.c:5748 fish/cmds.c:14465 fish/cmds.c:14675 fish/cmds.c:14761 #: fish/cmds.c:14822 fish/cmds.c:14926 fish/cmds.c:15001 fish/cmds.c:15122 #: fish/cmds.c:15219 fish/cmds.c:15318 fish/cmds.c:15418 fish/cmds.c:15623 #: fish/cmds.c:15754 fish/cmds.c:15900 fish/cmds.c:15997 fish/cmds.c:16068 #: fish/cmds.c:16457 fish/cmds.c:16537 fish/cmds.c:16951 fish/cmds.c:17069 #, c-format msgid "%s: optional argument \"%s\" given twice\n" msgstr "" #: fish/cmds.c:17095 #, 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