X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=po%2Flibguestfs.pot;h=293c277892f85a619c30ac1c88e4cd3793e6fc74;hp=df316f49164c755999d68248bba44c654544cd08;hb=f2460699ab7f972b1981d072164a04820c52b0c6;hpb=330a601317afa4cc77f2108cb9af007e764eeacd diff --git a/po/libguestfs.pot b/po/libguestfs.pot index df316f4..293c277 100644 --- a/po/libguestfs.pot +++ b/po/libguestfs.pot @@ -6,857 +6,2439 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" +"Project-Id-Version: libguestfs 1.5.24\n" "Report-Msgid-Bugs-To: https://bugzilla.redhat.com/enter_bug.cgi?" "component=libguestfs&product=Virtualization+Tools\n" -"POT-Creation-Date: 2009-07-29 16:07+0100\n" +"POT-Creation-Date: 2010-10-27 12:50+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" -#: cat/virt-cat.pl:130 -msgid "virt-cat: no image, VM names or filenames to cat given" +#: fish/alloc.c:37 +#, c-format +msgid "use 'alloc file size' to create an image\n" msgstr "" -#: cat/virt-cat.pl:156 v2v/virt-v2v.pl:208 -msgid "no root device found in this operating system image" +#: fish/alloc.c:51 +#, c-format +msgid "use 'sparse file size' to create a sparse image\n" msgstr "" -#: cat/virt-cat.pl:157 -msgid "multiboot operating systems are not supported by virt-cat" +#: fish/alloc.c:75 +#, c-format +msgid "can't allocate or add disks after launching\n" msgstr "" -#: df/virt-df.pl:258 -msgid "Virtual Machine" +#: fish/alloc.c:156 +#, c-format +msgid "%s: invalid integer parameter (%s returned %d)\n" msgstr "" -#: df/virt-df.pl:258 -msgid "Filesystem" +#: fish/cmds.c:41 +msgid "Command" msgstr "" -#: df/virt-df.pl:261 -msgid "1K-blocks" +#: fish/cmds.c:41 +msgid "Description" msgstr "" -#: df/virt-df.pl:263 -msgid "Size" +#: fish/cmds.c:43 fish/cmds.c:474 +msgid "add a CD-ROM disk image to examine" msgstr "" -#: df/virt-df.pl:265 -msgid "Used" +#: fish/cmds.c:44 fish/cmds.c:45 fish/cmds.c:469 fish/cmds.c:699 +msgid "add an image to examine or modify" msgstr "" -#: df/virt-df.pl:266 -msgid "Available" +#: fish/cmds.c:46 fish/cmds.c:479 +msgid "add a drive in snapshot mode (read-only)" msgstr "" -#: df/virt-df.pl:267 -msgid "Use%" +#: fish/cmds.c:47 fish/cmds.c:629 +msgid "add a drive read-only specifying the QEMU block emulation to use" msgstr "" -#: df/virt-df.pl:269 -msgid "Inodes" +#: fish/cmds.c:48 fish/cmds.c:624 +msgid "add a drive specifying the QEMU block emulation to use" msgstr "" -#: df/virt-df.pl:270 -msgid "IUsed" +#: fish/cmds.c:49 fish/cmds.c:389 +msgid "allocate and add a disk file" msgstr "" -#: df/virt-df.pl:271 -msgid "IFree" +#: fish/cmds.c:50 fish/cmds.c:1894 +msgid "clear Augeas path" msgstr "" -#: df/virt-df.pl:272 -msgid "IUse%" +#: fish/cmds.c:51 fish/cmds.c:784 +msgid "close the current Augeas handle" msgstr "" -#: fish/alloc.c:39 -#, c-format -msgid "use 'alloc file size' to create an image\n" +#: fish/cmds.c:52 fish/cmds.c:794 +msgid "define an Augeas node" msgstr "" -#: fish/alloc.c:47 -#, c-format -msgid "can't allocate or add disks after launching\n" +#: fish/cmds.c:53 fish/cmds.c:789 +msgid "define an Augeas variable" msgstr "" -#: fish/alloc.c:94 fish/alloc.c:101 -#, c-format -msgid "could not parse size specification '%s'\n" +#: fish/cmds.c:54 fish/cmds.c:799 +msgid "look up the value of an Augeas path" msgstr "" -#: fish/edit.c:86 -#, c-format -msgid "use '%s filename' to edit a file\n" +#: fish/cmds.c:55 fish/cmds.c:779 +msgid "create a new Augeas handle" msgstr "" -#: fish/fish.c:94 -#, c-format -msgid "" -"guestfish: guest filesystem shell\n" -"guestfish lets you edit virtual machine filesystems\n" -"Copyright (C) 2009 Red Hat Inc.\n" -"Usage:\n" -" guestfish [--options] cmd [: cmd : cmd ...]\n" -" guestfish -i libvirt-domain\n" -" guestfish -i disk-image(s)\n" -"or for interactive use:\n" -" guestfish\n" -"or from a shell script:\n" -" guestfish < \n" -"\n" -" This creates an empty (zeroed) file of the given size,\n" -" and then adds so it can be further examined.\n" -"\n" -" For more advanced image creation, see qemu-img utility.\n" -"\n" -" Size can be specified (where means a number):\n" -" number of kilobytes\n" -" eg: 1440 standard 3.5\" floppy\n" -" K or KB number of kilobytes\n" -" M or MB number of megabytes\n" -" G or GB number of gigabytes\n" -" sects number of 512 byte sectors\n" +#: fish/cmds.c:86 fish/cmds.c:954 +msgid "run a command, returning lines" msgstr "" -#: fish/fish.c:887 -#, c-format -msgid "" -"echo - display a line of text\n" -" echo [ ...]\n" -"\n" -" This echos the parameters to the terminal.\n" +#: fish/cmds.c:87 fish/cmds.c:484 +msgid "add qemu parameters" msgstr "" -#: fish/fish.c:894 -#, c-format -msgid "" -"edit - edit a file in the image\n" -" edit \n" -"\n" -" This is used to edit a file.\n" -"\n" -" It is the equivalent of (and is implemented by)\n" -" running \"cat\", editing locally, and then \"write-file\".\n" -"\n" -" Normally it uses $EDITOR, but if you use the aliases\n" -" \"vi\" or \"emacs\" you will get those editors.\n" -"\n" -" NOTE: This will not work reliably for large files\n" -" (> 2 MB) or binary files containing \\0 bytes.\n" +#: fish/cmds.c:88 fish/cmds.c:394 +msgid "copy local files or directories into an image" msgstr "" -#: fish/fish.c:908 -#, c-format -msgid "" -"lcd - local change directory\n" -" lcd \n" -"\n" -" Change guestfish's current directory. This command is\n" -" useful if you want to download files to a particular\n" -" place.\n" +#: fish/cmds.c:89 fish/cmds.c:399 +msgid "copy remote files or directories out of an image" msgstr "" -#: fish/fish.c:915 -#, c-format -msgid "" -"glob - expand wildcards in command\n" -" glob [ ...]\n" -"\n" -" Glob runs with wildcards expanded in any\n" -" command args. Note that the command is run repeatedly\n" -" once for each expanded argument.\n" +#: fish/cmds.c:90 fish/cmds.c:1834 +msgid "copy size bytes from source to destination using dd" msgstr "" -#: fish/fish.c:922 -#, c-format -msgid "" -"help - display a list of commands or help on a command\n" -" help cmd\n" -" help\n" +#: fish/cmds.c:91 fish/cmds.c:1134 +msgid "copy a file" msgstr "" -#: fish/fish.c:927 -#, c-format -msgid "" -"more - view a file in the pager\n" -" more \n" -"\n" -" This is used to view a file in the pager.\n" -"\n" -" It is the equivalent of (and is implemented by)\n" -" running \"cat\" and using the pager.\n" -"\n" -" Normally it uses $PAGER, but if you use the alias\n" -" \"less\" then it always uses \"less\".\n" -"\n" -" NOTE: This will not work reliably for large files\n" -" (> 2 MB) or binary files containing \\0 bytes.\n" +#: fish/cmds.c:92 fish/cmds.c:1139 +msgid "copy a file or directory recursively" msgstr "" -#: fish/fish.c:943 -#, c-format -msgid "" -"quit - quit guestfish\n" -" quit\n" +#: fish/cmds.c:93 fish/cmds.c:1784 +msgid "copy from source to destination using dd" msgstr "" -#: fish/fish.c:946 -#, c-format -msgid "" -"reopen - close and reopen the libguestfs handle\n" -" reopen\n" -"\n" -"Close and reopen the libguestfs handle. It is not necessary to use\n" -"this normally, because the handle is closed properly when guestfish\n" -"exits. However this is occasionally useful for testing.\n" +#: fish/cmds.c:94 fish/cmds.c:1079 +msgid "debugging and internals" msgstr "" -#: fish/fish.c:953 -#, c-format -msgid "" -"time - measure time taken to run command\n" -" time [ ...]\n" -"\n" -" This runs as usual, and prints the elapsed\n" -" time afterwards.\n" +#: fish/cmds.c:95 fish/cmds.c:1904 +msgid "upload a file to the appliance (internal use only)" msgstr "" -#: fish/fish.c:959 -#, c-format -msgid "%s: command not known, use -h to list all commands\n" +#: fish/cmds.c:96 fish/cmds.c:1324 +msgid "report file system disk space usage" msgstr "" -#: fish/glob.c:52 -#, c-format -msgid "use 'glob command [args...]'\n" +#: fish/cmds.c:97 fish/cmds.c:1329 +msgid "report file system disk space usage (human readable)" msgstr "" -#: fish/glob.c:72 -#, c-format -msgid "glob: guestfs_glob_expand call failed: %s\n" +#: fish/cmds.c:98 fish/cmds.c:1154 +msgid "return kernel messages" msgstr "" -#: fish/lcd.c:34 -#, c-format -msgid "use 'lcd directory' to change local directory\n" +#: fish/cmds.c:99 fish/cmds.c:1034 +msgid "download a file to the local machine" msgstr "" -#: fish/more.c:40 -#, c-format -msgid "use '%s filename' to page a file\n" +#: fish/cmds.c:100 fish/cmds.c:2069 +msgid "download a file to the local machine with offset and size" msgstr "" -#: fish/rc.c:134 -#, c-format -msgid "guestfish: protocol error: could not read 'hello' message\n" +#: fish/cmds.c:101 fish/cmds.c:1149 +msgid "drop kernel page cache, dentries and inodes" msgstr "" -#: fish/rc.c:139 -#, c-format -msgid "" -"guestfish: protocol error: version mismatch, server version '%s' does not " -"match client version '%s'. The two versions must match exactly.\n" +#: fish/cmds.c:102 fish/cmds.c:1334 +msgid "estimate file space usage" msgstr "" -#: fish/rc.c:213 fish/rc.c:227 -#, c-format -msgid "guestfish: remote: looks like the server is not running\n" +#: fish/cmds.c:103 fish/cmds.c:1239 +msgid "check an ext2/ext3 filesystem" msgstr "" -#: fish/rc.c:237 fish/rc.c:251 -#, c-format -msgid "guestfish: protocol error: could not send initial greeting to server\n" +#: fish/cmds.c:104 fish/cmds.c:404 +msgid "display a line of text" msgstr "" -#: fish/rc.c:262 -#, c-format -msgid "guestfish: protocol error: could not decode reply from server\n" +#: fish/cmds.c:105 fish/cmds.c:1674 +msgid "echo arguments back to the client" msgstr "" -#: fish/reopen.c:36 -#, c-format -msgid "'reopen' command takes no parameters\n" +#: fish/cmds.c:106 fish/cmds.c:409 +msgid "edit a file" msgstr "" -#: fish/reopen.c:46 -#, c-format -msgid "reopen: guestfs_create: failed to create handle\n" +#: fish/cmds.c:107 fish/cmds.c:108 fish/cmds.c:113 fish/cmds.c:114 +#: fish/cmds.c:145 fish/cmds.c:146 fish/cmds.c:373 fish/cmds.c:374 +#: fish/cmds.c:378 fish/cmds.c:379 fish/cmds.c:381 fish/cmds.c:382 +#: fish/cmds.c:1454 fish/cmds.c:1459 fish/cmds.c:1464 fish/cmds.c:1469 +#: fish/cmds.c:1474 fish/cmds.c:1479 fish/cmds.c:1484 fish/cmds.c:1489 +#: fish/cmds.c:1494 fish/cmds.c:1499 fish/cmds.c:1504 fish/cmds.c:1509 +msgid "return lines matching a pattern" msgstr "" -#: fish/time.c:35 -#, c-format -msgid "use 'time command [args...]'\n" +#: fish/cmds.c:109 fish/cmds.c:1164 +msgid "test if two files have equal contents" msgstr "" -#: inspector/virt-inspector.pl:205 -msgid "virt-inspector: no image or VM names given" +#: fish/cmds.c:110 fish/cmds.c:879 +msgid "test if file or directory exists" msgstr "" -#: inspector/virt-inspector.pl:302 -msgid "--fish output is only possible with a single OS\n" +#: fish/cmds.c:111 fish/cmds.c:112 fish/cmds.c:1544 fish/cmds.c:1959 +msgid "preallocate a file in the guest filesystem" msgstr "" -#: inspector/virt-inspector.pl:328 -msgid "virt-inspector: no YAML support\n" +#: fish/cmds.c:115 fish/cmds.c:944 +msgid "determine file type" msgstr "" -#: inspector/virt-inspector.pl:366 -msgid " Mountpoints:\n" +#: fish/cmds.c:116 fish/cmds.c:634 +msgid "detect the architecture of a binary file" msgstr "" -#: inspector/virt-inspector.pl:372 -msgid " Filesystems:\n" +#: fish/cmds.c:117 fish/cmds.c:1789 +msgid "return the size of the file in bytes" msgstr "" -#: inspector/virt-inspector.pl:390 -msgid " Modprobe aliases:\n" +#: fish/cmds.c:118 fish/cmds.c:1774 +msgid "fill a file with octets" msgstr "" -#: inspector/virt-inspector.pl:401 -msgid " Initrd modules:\n" +#: fish/cmds.c:119 fish/cmds.c:1924 +msgid "fill a file with a repeating pattern of bytes" msgstr "" -#: inspector/virt-inspector.pl:410 -msgid " Applications:\n" +#: fish/cmds.c:120 fish/cmds.c:1234 +msgid "find all files and directories" msgstr "" -#: inspector/virt-inspector.pl:416 -msgid " Kernels:\n" +#: fish/cmds.c:121 fish/cmds.c:1679 +msgid "find all files and directories, returning NUL-separated list" msgstr "" -#: inspector/virt-inspector.pl:427 -msgid " Windows Registry entries:\n" +#: fish/cmds.c:122 fish/cmds.c:2029 +msgid "find a filesystem by label" msgstr "" -#: perl/lib/Sys/Guestfs/Lib.pm:135 -msgid "open_guest: first parameter must be a string or an arrayref" +#: fish/cmds.c:123 fish/cmds.c:2024 +msgid "find a filesystem by UUID" msgstr "" -#: perl/lib/Sys/Guestfs/Lib.pm:142 -#, perl-brace-format -msgid "guest image {imagename} does not exist or is not readable" +#: fish/cmds.c:124 fish/cmds.c:1119 +msgid "run the filesystem checker" msgstr "" -#: perl/lib/Sys/Guestfs/Lib.pm:147 -msgid "" -"open_guest: no libvirt support (install Sys::Virt, XML::XPath and XML::" -"XPath::XMLParser)" +#: fish/cmds.c:125 fish/cmds.c:514 +msgid "get the additional kernel options" msgstr "" -#: perl/lib/Sys/Guestfs/Lib.pm:152 -msgid "open_guest: too many domains listed on command line" +#: fish/cmds.c:126 fish/cmds.c:524 +msgid "get autosync mode" msgstr "" -#: perl/lib/Sys/Guestfs/Lib.pm:156 -msgid "open_guest: cannot connect to libvirt" +#: fish/cmds.c:127 fish/cmds.c:609 +msgid "get direct appliance mode flag" msgstr "" -#: perl/lib/Sys/Guestfs/Lib.pm:175 -#, perl-brace-format -msgid "{imagename} is not the name of an inactive libvirt domain\n" +#: fish/cmds.c:128 fish/cmds.c:1104 +msgid "get the ext2/3/4 filesystem label" msgstr "" -#: perl/lib/Sys/Guestfs/Lib.pm:178 -#, perl-brace-format -msgid "{imagename} is not the name of a libvirt domain\n" +#: fish/cmds.c:129 fish/cmds.c:1114 +msgid "get the ext2/3/4 filesystem UUID" msgstr "" -#: perl/lib/Sys/Guestfs/Lib.pm:190 -#, perl-brace-format -msgid "{imagename} seems to have no disk devices\n" +#: fish/cmds.c:130 fish/cmds.c:569 +msgid "get memory allocated to the qemu subprocess" msgstr "" -#: perl/lib/Sys/Guestfs/Lib.pm:274 -msgid "resolve_windows_path: path must start with a / character" +#: fish/cmds.c:131 fish/cmds.c:689 +msgid "get enable network flag" msgstr "" -#: perl/lib/Sys/Guestfs/Lib.pm:397 -#, perl-brace-format -msgid "returning non-canonical architecture type '{arch}'" +#: fish/cmds.c:132 fish/cmds.c:504 +msgid "get the search path" msgstr "" -#: perl/lib/Sys/Guestfs/Lib.pm:440 -#, perl-brace-format -msgid "cpio command failed: {error}" +#: fish/cmds.c:133 fish/cmds.c:574 +msgid "get PID of qemu subprocess" msgstr "" -#: perl/lib/Sys/Guestfs/Lib.pm:452 -#, perl-brace-format -msgid "file_architecture: no known binaries found in initrd image: {path}" +#: fish/cmds.c:134 fish/cmds.c:494 +msgid "get the qemu binary" msgstr "" -#: perl/lib/Sys/Guestfs/Lib.pm:456 -#, perl-brace-format -msgid "file_architecture: unknown architecture: {path}" +#: fish/cmds.c:135 fish/cmds.c:619 +msgid "get recovery process enabled flag" msgstr "" -#: perl/lib/Sys/Guestfs/Lib.pm:1007 -#, perl-brace-format -msgid "reged command failed: {errormsg}" +#: fish/cmds.c:136 fish/cmds.c:589 +msgid "get SELinux enabled flag" msgstr "" -#: perl/lib/Sys/Guestfs/Lib.pm:1016 -#, perl-brace-format -msgid "no output from reged command: {errormsg}" +#: fish/cmds.c:137 fish/cmds.c:559 +msgid "get the current state" msgstr "" -#: perl/lib/Sys/Guestfs/Lib.pm:1202 -#, perl-brace-format -msgid "unknown filesystem label {label}\n" +#: fish/cmds.c:138 fish/cmds.c:599 +msgid "get command trace enabled flag" msgstr "" -#: perl/lib/Sys/Guestfs/Lib.pm:1212 -#, perl-brace-format -msgid "unknown filesystem UUID {uuid}\n" +#: fish/cmds.c:139 fish/cmds.c:1899 +msgid "get the current umask" msgstr "" -#: perl/lib/Sys/Guestfs/Lib.pm:1235 -#, perl-brace-format -msgid "unknown filesystem {fs}\n" +#: fish/cmds.c:140 fish/cmds.c:534 +msgid "get verbose mode" msgstr "" -#: perl/lib/Sys/Guestfs/Lib.pm:1488 -#, perl-brace-format -msgid "{path} doesn't match augeas pattern" +#: fish/cmds.c:141 fish/cmds.c:1629 +msgid "get SELinux security context" msgstr "" -#: perl/lib/Sys/Guestfs/Lib.pm:1538 -#, perl-brace-format -msgid "{filename}: could not read initrd format" +#: fish/cmds.c:142 fish/cmds.c:185 fish/cmds.c:1404 fish/cmds.c:1409 +msgid "list extended attributes of a file or directory" msgstr "" -#: src/guestfs.c:309 -#, c-format -msgid "guestfs_close: called twice on the same handle\n" +#: fish/cmds.c:143 fish/cmds.c:414 +msgid "expand wildcards in command" msgstr "" -#: src/guestfs.c:417 -#, c-format -msgid "libguestfs: error: %s\n" +#: fish/cmds.c:144 fish/cmds.c:1264 +msgid "expand a wildcard path" msgstr "" -#: src/guestfs.c:733 -msgid "command line cannot be altered after qemu subprocess launched" +#: fish/cmds.c:147 fish/cmds.c:1129 +msgid "install GRUB" msgstr "" -#: src/guestfs.c:747 -msgid "guestfs_config: parameter must begin with '-' character" +#: fish/cmds.c:148 fish/cmds.c:1304 +msgid "return first 10 lines of a file" msgstr "" -#: src/guestfs.c:761 -#, c-format -msgid "guestfs_config: parameter '%s' isn't allowed" +#: fish/cmds.c:149 fish/cmds.c:1309 +msgid "return first N lines of a file" msgstr "" -#: src/guestfs.c:781 src/guestfs.c:803 src/guestfs.c:821 -msgid "filename cannot contain ',' (comma) character" +#: fish/cmds.c:150 fish/cmds.c:1179 +msgid "dump a file in hexadecimal" msgstr "" -#: src/guestfs.c:900 -msgid "you must call guestfs_add_drive before guestfs_launch" +#: fish/cmds.c:151 fish/cmds.c:419 +msgid "edit with a hex editor" msgstr "" -#: src/guestfs.c:905 -msgid "qemu has already been launched" +#: fish/cmds.c:152 fish/cmds.c:1804 +msgid "list the contents of a single file in an initrd" msgstr "" -#: src/guestfs.c:913 -#, c-format -msgid "%s: cannot create temporary directory" +#: fish/cmds.c:153 fish/cmds.c:1339 +msgid "list files in an initrd" msgstr "" -#: src/guestfs.c:1003 -#, c-format -msgid "cannot find %s or %s on LIBGUESTFS_PATH (current path = %s)" +#: fish/cmds.c:154 fish/cmds.c:1599 +msgid "add an inotify watch" msgstr "" -#: src/guestfs.c:1241 -msgid "failed to connect to vmchannel socket" +#: fish/cmds.c:155 fish/cmds.c:1619 +msgid "close the inotify handle" msgstr "" -#: src/guestfs.c:1260 -msgid "could not watch qemu stdout" +#: fish/cmds.c:156 fish/cmds.c:1614 +msgid "return list of watched files that had events" msgstr "" -#: src/guestfs.c:1328 -#, c-format -msgid "external command failed: %s" +#: fish/cmds.c:157 fish/cmds.c:1594 +msgid "create an inotify handle" msgstr "" -#: src/guestfs.c:1367 -#, c-format -msgid "" -"%s: command failed: If qemu is located on a non-standard path, try setting " -"the LIBGUESTFS_QEMU environment variable." +#: fish/cmds.c:158 fish/cmds.c:1609 +msgid "return list of inotify events" msgstr "" -#: src/guestfs.c:1440 -msgid "qemu has finished launching already" +#: fish/cmds.c:159 fish/cmds.c:1604 +msgid "remove an inotify watch" msgstr "" -#: src/guestfs.c:1445 -msgid "qemu has not been launched yet" +#: fish/cmds.c:160 fish/cmds.c:649 +msgid "get architecture of inspected operating system" msgstr "" -#: src/guestfs.c:1458 -msgid "guestfs_wait_ready failed, see earlier error messages" +#: fish/cmds.c:161 fish/cmds.c:654 +msgid "get distro of inspected operating system" msgstr "" -#: src/guestfs.c:1468 -msgid "qemu launched and contacted daemon, but state != READY" +#: fish/cmds.c:162 fish/cmds.c:679 +msgid "get filesystems associated with inspected operating system" msgstr "" -#: src/guestfs.c:1479 -msgid "no subprocess to kill" +#: fish/cmds.c:163 fish/cmds.c:659 +msgid "get major version of inspected operating system" msgstr "" -#: src/guestfs.c:1527 -#, c-format -msgid "guestfs_set_ready: called when in state %d != BUSY" +#: fish/cmds.c:164 fish/cmds.c:664 +msgid "get minor version of inspected operating system" msgstr "" -#: src/guestfs.c:1539 -#, c-format -msgid "guestfs_set_busy: called when in state %d != READY" +#: fish/cmds.c:165 fish/cmds.c:674 +msgid "get mountpoints of inspected operating system" msgstr "" -#: src/guestfs.c:1560 -#, c-format -msgid "guestfs_end_busy: called when in state %d" +#: fish/cmds.c:166 fish/cmds.c:669 +msgid "get product name of inspected operating system" msgstr "" -#: src/guestfs.c:1618 -#, c-format -msgid "stdout_event: internal error: %d != %d" +#: fish/cmds.c:167 fish/cmds.c:644 +msgid "get type of inspected operating system" msgstr "" -#: src/guestfs.c:1661 -#, c-format -msgid "sock_read_event: internal error: %d != %d" +#: fish/cmds.c:168 fish/cmds.c:639 +msgid "inspect disk and return list of operating systems found" msgstr "" -#: src/guestfs.c:1691 -msgid "can't decode length word" +#: fish/cmds.c:169 fish/cmds.c:2039 +msgid "test if block device" msgstr "" -#: src/guestfs.c:1701 -#, c-format -msgid "received magic signature from guestfsd, but in state %d" +#: fish/cmds.c:170 fish/cmds.c:554 +msgid "is busy processing a command" msgstr "" -#: src/guestfs.c:1704 -#, c-format -msgid "received magic signature from guestfsd, but msg size is %d" +#: fish/cmds.c:171 fish/cmds.c:2034 +msgid "test if character device" msgstr "" -#: src/guestfs.c:1729 -#, c-format -msgid "message length (%u) > maximum possible size (%d)" +#: fish/cmds.c:172 fish/cmds.c:544 +msgid "is in configuration state" msgstr "" -#: src/guestfs.c:1762 -#, c-format -msgid "state %d != BUSY" +#: fish/cmds.c:173 fish/cmds.c:889 +msgid "test if a directory" msgstr "" -#: src/guestfs.c:1802 -#, c-format -msgid "sock_write_event: internal error: %d != %d" +#: fish/cmds.c:174 fish/cmds.c:2044 +msgid "test if FIFO (named pipe)" msgstr "" -#: src/guestfs.c:1807 -#, c-format -msgid "sock_write_event: state %d != BUSY" +#: fish/cmds.c:175 fish/cmds.c:884 +msgid "test if a regular file" msgstr "" -#: src/guestfs.c:1914 src/guestfs.c:1937 -msgid "remove_handle failed" +#: fish/cmds.c:176 fish/cmds.c:549 +msgid "is launching subprocess" msgstr "" -#: src/guestfs.c:1925 src/guestfs.c:1948 -msgid "add_handle failed" +#: fish/cmds.c:177 fish/cmds.c:2019 +msgid "test if device is a logical volume" msgstr "" -#: src/guestfs.c:1981 -#, c-format -msgid "guestfs__send_sync: state %d != BUSY" +#: fish/cmds.c:178 fish/cmds.c:539 +msgid "is ready to accept commands" msgstr "" -#: src/guestfs.c:1989 src/guestfs.c:2169 -msgid "guestfs__send_sync: msg_out should be NULL" +#: fish/cmds.c:179 fish/cmds.c:2054 +msgid "test if socket" msgstr "" -#: src/guestfs.c:2011 -msgid "xdr_guestfs_message_header failed" +#: fish/cmds.c:180 fish/cmds.c:2049 +msgid "test if symbolic link" msgstr "" -#: src/guestfs.c:2020 -msgid "dispatch failed to marshal args" +#: fish/cmds.c:181 fish/cmds.c:464 +msgid "kill the qemu subprocess" msgstr "" -#: src/guestfs.c:2046 -msgid "send failed, see earlier error messages" +#: fish/cmds.c:182 fish/cmds.c:459 +msgid "launch the qemu subprocess" msgstr "" -#: src/guestfs.c:2161 -#, c-format -msgid "send_file_chunk_sync: state %d != READY" +#: fish/cmds.c:183 fish/cmds.c:424 +msgid "change working directory" msgstr "" -#: src/guestfs.c:2192 -#, c-format -msgid "xdr_guestfs_chunk failed (buf = %p, buflen = %zu)" +#: fish/cmds.c:186 fish/cmds.c:734 +msgid "list the block devices" msgstr "" -#: src/guestfs.c:2217 -msgid "send file chunk failed, see earlier error messages" +#: fish/cmds.c:187 fish/cmds.c:694 +msgid "list filesystems" msgstr "" -#: src/guestfs.c:2268 -#, c-format -msgid "check_for_daemon_cancellation: read 0x%x from daemon, expected 0x%x\n" +#: fish/cmds.c:188 fish/cmds.c:739 +msgid "list the partitions" msgstr "" -#: src/guestfs.c:2306 -#, c-format -msgid "%s: error in chunked encoding" +#: fish/cmds.c:189 fish/cmds.c:724 +msgid "list the files in a directory (long format)" msgstr "" -#: src/guestfs.c:2334 -msgid "write to daemon socket" +#: fish/cmds.c:190 fish/cmds.c:191 fish/cmds.c:1519 fish/cmds.c:1524 +msgid "create a hard link" msgstr "" -#: src/guestfs.c:2381 -msgid "failed to parse file chunk" +#: fish/cmds.c:192 fish/cmds.c:193 fish/cmds.c:1529 fish/cmds.c:1534 +msgid "create a symbolic link" msgstr "" -#: src/guestfs.c:2413 -msgid "receive_file_data_sync: reply callback not called\n" +#: fish/cmds.c:194 fish/cmds.c:284 fish/cmds.c:1424 fish/cmds.c:1429 +msgid "remove extended attribute of a file or directory" msgstr "" -#: src/guestfs.c:2418 -msgid "receive_file_data_sync: parse error in reply callback\n" +#: fish/cmds.c:195 fish/cmds.c:729 +msgid "list the files in a directory" msgstr "" -#: src/guestfs.c:2432 -msgid "file receive cancelled by daemon" +#: fish/cmds.c:196 fish/cmds.c:309 fish/cmds.c:1414 fish/cmds.c:1419 +msgid "set extended attribute of a file or directory" msgstr "" -#: src/guestfs.c:2467 src/guestfs.c:2525 -#, c-format -msgid "fd %d is out of range" +#: fish/cmds.c:197 fish/cmds.c:964 +msgid "get file information for a symbolic link" msgstr "" -#: src/guestfs.c:2475 -#, c-format -msgid "set of events (0x%x) contains unknown events" +#: fish/cmds.c:198 fish/cmds.c:1719 +msgid "lstat on multiple files" msgstr "" -#: src/guestfs.c:2480 -msgid "set of events is empty" +#: fish/cmds.c:199 fish/cmds.c:2009 +msgid "add a key on a LUKS encrypted device" msgstr "" -#: src/guestfs.c:2487 -#, c-format -msgid "fd %d is already registered" +#: fish/cmds.c:200 fish/cmds.c:1994 +msgid "close a LUKS device" msgstr "" -#: src/guestfs.c:2492 -msgid "callback is NULL" +#: fish/cmds.c:201 fish/cmds.c:202 fish/cmds.c:1999 fish/cmds.c:2004 +msgid "format a block device as a LUKS encrypted device" msgstr "" -#: src/guestfs.c:2532 -#, c-format -msgid "fd %d was not registered" +#: fish/cmds.c:203 fish/cmds.c:2014 +msgid "remove a key from a LUKS encrypted device" msgstr "" -#: src/guestfs.c:2581 -msgid "select_main_loop_run: this cannot be called recursively" +#: fish/cmds.c:204 fish/cmds.c:1984 +msgid "open a LUKS-encrypted block device" msgstr "" -#: test-tool/test-tool.c:59 -#, c-format -msgid "" -"libguestfs-test-tool: interactive test tool\n" -"Copyright (C) 2009 Red Hat Inc.\n" -"Usage:\n" -" libguestfs-test-tool [--options]\n" -"Options:\n" -" --help Display usage\n" +#: fish/cmds.c:205 fish/cmds.c:1989 +msgid "open a LUKS-encrypted block device read-only" +msgstr "" + +#: fish/cmds.c:206 fish/cmds.c:904 +msgid "create an LVM logical volume" +msgstr "" + +#: fish/cmds.c:207 fish/cmds.c:2084 +msgid "get canonical name of an LV" +msgstr "" + +#: fish/cmds.c:208 fish/cmds.c:1979 +msgid "clear LVM device filter" +msgstr "" + +#: fish/cmds.c:209 fish/cmds.c:939 +msgid "remove all LVM LVs, VGs and PVs" +msgstr "" + +#: fish/cmds.c:210 fish/cmds.c:1974 +msgid "set LVM device filter" +msgstr "" + +#: fish/cmds.c:211 fish/cmds.c:1084 +msgid "remove an LVM logical volume" +msgstr "" + +#: fish/cmds.c:212 fish/cmds.c:1794 +msgid "rename an LVM logical volume" +msgstr "" + +#: fish/cmds.c:213 fish/cmds.c:1224 +msgid "resize an LVM logical volume" +msgstr "" + +#: fish/cmds.c:214 fish/cmds.c:1889 +msgid "expand an LV to fill free space" +msgstr "" + +#: fish/cmds.c:215 fish/cmds.c:216 fish/cmds.c:754 fish/cmds.c:769 +msgid "list the LVM logical volumes (LVs)" +msgstr "" + +#: fish/cmds.c:217 fish/cmds.c:1819 +msgid "get the UUID of a logical volume" +msgstr "" + +#: fish/cmds.c:218 fish/cmds.c:1724 +msgid "lgetxattr on multiple files" +msgstr "" + +#: fish/cmds.c:219 fish/cmds.c:429 +msgid "open the manual" +msgstr "" + +#: fish/cmds.c:220 fish/cmds.c:859 +msgid "create a directory" +msgstr "" + +#: fish/cmds.c:221 fish/cmds.c:1709 +msgid "create a directory with a particular mode" +msgstr "" + +#: fish/cmds.c:222 fish/cmds.c:864 +msgid "create a directory and parents" +msgstr "" + +#: fish/cmds.c:223 fish/cmds.c:1284 +msgid "create a temporary directory" +msgstr "" + +#: fish/cmds.c:224 fish/cmds.c:225 fish/cmds.c:226 fish/cmds.c:1654 +#: fish/cmds.c:1659 fish/cmds.c:1664 +msgid "make ext2/3/4 filesystem with external journal" +msgstr "" + +#: fish/cmds.c:227 fish/cmds.c:1639 +msgid "make ext2/3/4 external journal" +msgstr "" + +#: fish/cmds.c:228 fish/cmds.c:1644 +msgid "make ext2/3/4 external journal with label" +msgstr "" + +#: fish/cmds.c:229 fish/cmds.c:1649 +msgid "make ext2/3/4 external journal with UUID" +msgstr "" + +#: fish/cmds.c:230 fish/cmds.c:1369 +msgid "make FIFO (named pipe)" +msgstr "" + +#: fish/cmds.c:231 fish/cmds.c:909 +msgid "make a filesystem" +msgstr "" + +#: fish/cmds.c:232 fish/cmds.c:1634 +msgid "make a filesystem with block size" +msgstr "" + +#: fish/cmds.c:233 fish/cmds.c:1439 +msgid "create a mountpoint" +msgstr "" + +#: fish/cmds.c:234 fish/cmds.c:1364 +msgid "make block, character or FIFO devices" +msgstr "" + +#: fish/cmds.c:235 fish/cmds.c:1374 +msgid "make block device node" +msgstr "" + +#: fish/cmds.c:236 fish/cmds.c:1379 +msgid "make char device node" +msgstr "" + +#: fish/cmds.c:237 fish/cmds.c:1349 +msgid "create a swap partition" +msgstr "" + +#: fish/cmds.c:238 fish/cmds.c:1354 +msgid "create a swap partition with a label" +msgstr "" + +#: fish/cmds.c:239 fish/cmds.c:1359 +msgid "create a swap partition with an explicit UUID" +msgstr "" + +#: fish/cmds.c:240 fish/cmds.c:1589 +msgid "create a swap file" +msgstr "" + +#: fish/cmds.c:241 fish/cmds.c:1669 +msgid "load a kernel module" +msgstr "" + +#: fish/cmds.c:242 fish/cmds.c:434 +msgid "view a file" +msgstr "" + +#: fish/cmds.c:243 fish/cmds.c:704 +msgid "mount a guest disk at a position in the filesystem" +msgstr "" + +#: fish/cmds.c:244 fish/cmds.c:1344 +msgid "mount a file using the loop device" +msgstr "" + +#: fish/cmds.c:245 fish/cmds.c:1069 +msgid "mount a guest disk with mount options" +msgstr "" + +#: fish/cmds.c:246 fish/cmds.c:1064 +msgid "mount a guest disk, read-only" +msgstr "" + +#: fish/cmds.c:247 fish/cmds.c:1074 +msgid "mount a guest disk with mount options and vfstype" +msgstr "" + +#: fish/cmds.c:248 fish/cmds.c:1434 +msgid "show mountpoints" +msgstr "" + +#: fish/cmds.c:249 fish/cmds.c:929 +msgid "show mounted filesystems" +msgstr "" + +#: fish/cmds.c:250 fish/cmds.c:1144 +msgid "move a file" +msgstr "" + +#: fish/cmds.c:251 fish/cmds.c:1249 +msgid "probe NTFS volume" +msgstr "" + +#: fish/cmds.c:252 fish/cmds.c:1854 +msgid "resize an NTFS filesystem" +msgstr "" + +#: fish/cmds.c:253 fish/cmds.c:1949 +msgid "resize an NTFS filesystem (with size)" +msgstr "" + +#: fish/cmds.c:254 fish/cmds.c:1744 +msgid "add a partition to the device" +msgstr "" + +#: fish/cmds.c:255 fish/cmds.c:1864 +msgid "delete a partition" +msgstr "" + +#: fish/cmds.c:256 fish/cmds.c:1749 +msgid "partition whole disk with a single primary partition" +msgstr "" + +#: fish/cmds.c:257 fish/cmds.c:1869 +msgid "return true if a partition is bootable" +msgstr "" + +#: fish/cmds.c:258 fish/cmds.c:1874 +msgid "get the MBR type byte (ID byte) from a partition" +msgstr "" + +#: fish/cmds.c:259 fish/cmds.c:1769 +msgid "get the partition table type" +msgstr "" + +#: fish/cmds.c:260 fish/cmds.c:1739 +msgid "create an empty partition table" +msgstr "" + +#: fish/cmds.c:261 fish/cmds.c:1764 +msgid "list partitions on a device" +msgstr "" + +#: fish/cmds.c:262 fish/cmds.c:1754 +msgid "make a partition bootable" +msgstr "" + +#: fish/cmds.c:263 fish/cmds.c:1879 +msgid "set the MBR type byte (ID byte) of a partition" +msgstr "" + +#: fish/cmds.c:264 fish/cmds.c:1759 +msgid "set partition name" +msgstr "" + +#: fish/cmds.c:265 fish/cmds.c:2059 +msgid "convert partition name to device name" +msgstr "" + +#: fish/cmds.c:266 fish/cmds.c:1159 +msgid "ping the guest daemon" +msgstr "" + +#: fish/cmds.c:267 fish/cmds.c:1734 +msgid "read part of a file" +msgstr "" + +#: fish/cmds.c:268 fish/cmds.c:2079 +msgid "read part of a device" +msgstr "" + +#: fish/cmds.c:269 fish/cmds.c:894 +msgid "create an LVM physical volume" +msgstr "" + +#: fish/cmds.c:270 fish/cmds.c:1094 +msgid "remove an LVM physical volume" +msgstr "" + +#: fish/cmds.c:271 fish/cmds.c:1189 +msgid "resize an LVM physical volume" +msgstr "" + +#: fish/cmds.c:272 fish/cmds.c:1944 +msgid "resize an LVM physical volume (with size)" +msgstr "" + +#: fish/cmds.c:273 fish/cmds.c:274 fish/cmds.c:744 fish/cmds.c:759 +msgid "list the LVM physical volumes (PVs)" +msgstr "" + +#: fish/cmds.c:275 fish/cmds.c:1809 +msgid "get the UUID of a physical volume" +msgstr "" + +#: fish/cmds.c:276 fish/cmds.c:1934 +msgid "write to part of a file" +msgstr "" + +#: fish/cmds.c:277 fish/cmds.c:2074 +msgid "write to part of a device" +msgstr "" + +#: fish/cmds.c:278 fish/cmds.c:1449 +msgid "read a file" +msgstr "" + +#: fish/cmds.c:279 fish/cmds.c:774 +msgid "read file as lines" +msgstr "" + +#: fish/cmds.c:280 fish/cmds.c:1389 +msgid "read directories entries" +msgstr "" + +#: fish/cmds.c:281 fish/cmds.c:1539 +msgid "read the target of a symbolic link" +msgstr "" + +#: fish/cmds.c:282 fish/cmds.c:1729 +msgid "readlink on multiple files" +msgstr "" + +#: fish/cmds.c:283 fish/cmds.c:1514 +msgid "canonicalized absolute pathname" +msgstr "" + +#: fish/cmds.c:285 fish/cmds.c:439 +msgid "close and reopen libguestfs handle" +msgstr "" + +#: fish/cmds.c:286 fish/cmds.c:1229 +msgid "resize an ext2, ext3 or ext4 filesystem" +msgstr "" + +#: fish/cmds.c:287 fish/cmds.c:1939 +msgid "resize an ext2, ext3 or ext4 filesystem (with size)" +msgstr "" + +#: fish/cmds.c:288 fish/cmds.c:844 +msgid "remove a file" +msgstr "" + +#: fish/cmds.c:289 fish/cmds.c:854 +msgid "remove a file or directory recursively" +msgstr "" + +#: fish/cmds.c:290 fish/cmds.c:849 +msgid "remove a directory" +msgstr "" + +#: fish/cmds.c:291 fish/cmds.c:1444 +msgid "remove a mountpoint" +msgstr "" + +#: fish/cmds.c:292 fish/cmds.c:1269 +msgid "scrub (securely wipe) a device" +msgstr "" + +#: fish/cmds.c:293 fish/cmds.c:1274 +msgid "scrub (securely wipe) a file" +msgstr "" + +#: fish/cmds.c:294 fish/cmds.c:1279 +msgid "scrub (securely wipe) free space" +msgstr "" + +#: fish/cmds.c:295 fish/cmds.c:509 +msgid "add options to kernel command line" +msgstr "" + +#: fish/cmds.c:296 fish/cmds.c:519 +msgid "set autosync mode" +msgstr "" + +#: fish/cmds.c:297 fish/cmds.c:604 +msgid "enable or disable direct appliance mode" +msgstr "" + +#: fish/cmds.c:298 fish/cmds.c:1099 +msgid "set the ext2/3/4 filesystem label" +msgstr "" + +#: fish/cmds.c:299 fish/cmds.c:1109 +msgid "set the ext2/3/4 filesystem UUID" +msgstr "" + +#: fish/cmds.c:300 fish/cmds.c:564 +msgid "set memory allocated to the qemu subprocess" +msgstr "" + +#: fish/cmds.c:301 fish/cmds.c:684 +msgid "set enable network flag" +msgstr "" + +#: fish/cmds.c:302 fish/cmds.c:499 +msgid "set the search path" +msgstr "" + +#: fish/cmds.c:303 fish/cmds.c:489 +msgid "set the qemu binary" +msgstr "" + +#: fish/cmds.c:304 fish/cmds.c:614 +msgid "enable or disable the recovery process" +msgstr "" + +#: fish/cmds.c:305 fish/cmds.c:584 +msgid "set SELinux enabled or disabled at appliance boot" +msgstr "" + +#: fish/cmds.c:306 fish/cmds.c:594 +msgid "enable or disable command traces" +msgstr "" + +#: fish/cmds.c:307 fish/cmds.c:529 +msgid "set verbose mode" +msgstr "" + +#: fish/cmds.c:308 fish/cmds.c:1624 +msgid "set SELinux security context" +msgstr "" + +#: fish/cmds.c:310 fish/cmds.c:311 fish/cmds.c:914 fish/cmds.c:1394 +msgid "create partitions on a block device" +msgstr "" + +#: fish/cmds.c:312 fish/cmds.c:1194 +msgid "modify a single partition on a block device" +msgstr "" + +#: fish/cmds.c:313 fish/cmds.c:1209 +msgid "display the disk geometry from the partition table" +msgstr "" + +#: fish/cmds.c:314 fish/cmds.c:1204 +msgid "display the kernel geometry" +msgstr "" + +#: fish/cmds.c:315 fish/cmds.c:1199 +msgid "display the partition table" +msgstr "" + +#: fish/cmds.c:316 fish/cmds.c:1254 +msgid "run a command via the shell" +msgstr "" + +#: fish/cmds.c:317 fish/cmds.c:1259 +msgid "run a command via the shell returning lines" +msgstr "" + +#: fish/cmds.c:318 fish/cmds.c:1244 +msgid "sleep for some seconds" +msgstr "" + +#: fish/cmds.c:319 fish/cmds.c:444 +msgid "create a sparse disk image and add" +msgstr "" + +#: fish/cmds.c:320 fish/cmds.c:959 +msgid "get file information" +msgstr "" + +#: fish/cmds.c:321 fish/cmds.c:969 +msgid "get file system statistics" +msgstr "" + +#: fish/cmds.c:322 fish/cmds.c:323 fish/cmds.c:1169 fish/cmds.c:1174 +msgid "print the printable strings in a file" +msgstr "" + +#: fish/cmds.c:324 fish/cmds.c:449 +msgid "list supported groups of commands" +msgstr "" + +#: fish/cmds.c:325 fish/cmds.c:1554 +msgid "disable swap on device" +msgstr "" + +#: fish/cmds.c:326 fish/cmds.c:1564 +msgid "disable swap on file" +msgstr "" + +#: fish/cmds.c:327 fish/cmds.c:1574 +msgid "disable swap on labeled swap partition" +msgstr "" + +#: fish/cmds.c:328 fish/cmds.c:1584 +msgid "disable swap on swap partition by UUID" +msgstr "" + +#: fish/cmds.c:329 fish/cmds.c:1549 +msgid "enable swap on device" +msgstr "" + +#: fish/cmds.c:330 fish/cmds.c:1559 +msgid "enable swap on file" +msgstr "" + +#: fish/cmds.c:331 fish/cmds.c:1569 +msgid "enable swap on labeled swap partition" +msgstr "" + +#: fish/cmds.c:332 fish/cmds.c:1579 +msgid "enable swap on swap partition by UUID" +msgstr "" + +#: fish/cmds.c:333 fish/cmds.c:709 +msgid "sync disks, writes are flushed through to the disk image" +msgstr "" + +#: fish/cmds.c:334 fish/cmds.c:1314 +msgid "return last 10 lines of a file" +msgstr "" + +#: fish/cmds.c:335 fish/cmds.c:1319 +msgid "return last N lines of a file" +msgstr "" + +#: fish/cmds.c:336 fish/cmds.c:1044 +msgid "unpack tarfile to directory" +msgstr "" + +#: fish/cmds.c:337 fish/cmds.c:1049 +msgid "pack directory into tarfile" +msgstr "" + +#: fish/cmds.c:338 fish/cmds.c:345 fish/cmds.c:1054 fish/cmds.c:1844 +msgid "unpack compressed tarball to directory" +msgstr "" + +#: fish/cmds.c:339 fish/cmds.c:346 fish/cmds.c:1059 fish/cmds.c:1849 +msgid "pack directory into compressed tarball" +msgstr "" + +#: fish/cmds.c:340 fish/cmds.c:454 +msgid "print elapsed time taken to run a command" +msgstr "" + +#: fish/cmds.c:341 fish/cmds.c:714 +msgid "update file timestamps or create a new file" +msgstr "" + +#: fish/cmds.c:342 fish/cmds.c:1694 +msgid "truncate a file to zero size" +msgstr "" + +#: fish/cmds.c:343 fish/cmds.c:1699 +msgid "truncate a file to a particular size" +msgstr "" + +#: fish/cmds.c:344 fish/cmds.c:974 +msgid "get ext2/ext3/ext4 superblock details" +msgstr "" + +#: fish/cmds.c:347 fish/cmds.c:1384 +msgid "set file mode creation mask (umask)" +msgstr "" + +#: fish/cmds.c:348 fish/cmds.c:924 +msgid "unmount a filesystem" +msgstr "" + +#: fish/cmds.c:349 fish/cmds.c:934 +msgid "unmount all filesystems" +msgstr "" + +#: fish/cmds.c:350 fish/cmds.c:1029 +msgid "upload a file from the local machine" +msgstr "" + +#: fish/cmds.c:351 fish/cmds.c:2064 +msgid "upload a file from the local machine with offset" +msgstr "" + +#: fish/cmds.c:352 fish/cmds.c:1704 +msgid "set timestamp of a file with nanosecond precision" +msgstr "" + +#: fish/cmds.c:353 fish/cmds.c:579 +msgid "get the library version number" +msgstr "" + +#: fish/cmds.c:354 fish/cmds.c:1964 +msgid "get the filesystem label" +msgstr "" + +#: fish/cmds.c:355 fish/cmds.c:1689 +msgid "get the Linux VFS type corresponding to a mounted device" +msgstr "" + +#: fish/cmds.c:356 fish/cmds.c:1969 +msgid "get the filesystem UUID" +msgstr "" + +#: fish/cmds.c:357 fish/cmds.c:1219 +msgid "activate or deactivate some volume groups" +msgstr "" + +#: fish/cmds.c:358 fish/cmds.c:1214 +msgid "activate or deactivate all volume groups" +msgstr "" + +#: fish/cmds.c:359 fish/cmds.c:899 +msgid "create an LVM volume group" +msgstr "" + +#: fish/cmds.c:360 fish/cmds.c:1829 +msgid "get the LV UUIDs of all LVs in the volume group" +msgstr "" + +#: fish/cmds.c:361 fish/cmds.c:1824 +msgid "get the PV UUIDs containing the volume group" +msgstr "" + +#: fish/cmds.c:362 fish/cmds.c:1089 +msgid "remove an LVM volume group" +msgstr "" + +#: fish/cmds.c:363 fish/cmds.c:1799 +msgid "rename an LVM volume group" +msgstr "" + +#: fish/cmds.c:364 fish/cmds.c:365 fish/cmds.c:749 fish/cmds.c:764 +msgid "list the LVM volume groups (VGs)" +msgstr "" + +#: fish/cmds.c:366 fish/cmds.c:1859 +msgid "rescan for LVM physical volumes, volume groups and logical volumes" +msgstr "" + +#: fish/cmds.c:367 fish/cmds.c:1814 +msgid "get the UUID of a volume group" +msgstr "" + +#: fish/cmds.c:368 fish/cmds.c:1299 +msgid "count characters in a file" +msgstr "" + +#: fish/cmds.c:369 fish/cmds.c:1289 +msgid "count lines in a file" +msgstr "" + +#: fish/cmds.c:370 fish/cmds.c:1294 +msgid "count words in a file" +msgstr "" + +#: fish/cmds.c:371 fish/cmds.c:1929 +msgid "create a new file" +msgstr "" + +#: fish/cmds.c:372 fish/cmds.c:919 +msgid "create a file" +msgstr "" + +#: fish/cmds.c:375 fish/cmds.c:1124 +msgid "write zeroes to the device" +msgstr "" + +#: fish/cmds.c:376 fish/cmds.c:1839 +msgid "write zeroes to an entire device" +msgstr "" + +#: fish/cmds.c:377 fish/cmds.c:1184 +msgid "zero unused inodes and disk blocks on ext2/3 filesystem" +msgstr "" + +#: fish/cmds.c:380 fish/cmds.c:1399 +msgid "determine file type inside a compressed file" +msgstr "" + +#: fish/cmds.c:383 +msgid "Use -h / help to show detailed help for a command." +msgstr "" + +#: fish/cmds.c:2365 fish/cmds.c:2378 fish/cmds.c:2393 fish/cmds.c:2409 +#: fish/cmds.c:2425 fish/cmds.c:2442 fish/cmds.c:2460 fish/cmds.c:2475 +#: fish/cmds.c:2492 fish/cmds.c:2507 fish/cmds.c:2524 fish/cmds.c:2539 +#: fish/cmds.c:2555 fish/cmds.c:2569 fish/cmds.c:2586 fish/cmds.c:2600 +#: fish/cmds.c:2615 fish/cmds.c:2630 fish/cmds.c:2645 fish/cmds.c:2660 +#: fish/cmds.c:2675 fish/cmds.c:2692 fish/cmds.c:2724 fish/cmds.c:2739 +#: fish/cmds.c:2754 fish/cmds.c:2772 fish/cmds.c:2786 fish/cmds.c:2803 +#: fish/cmds.c:2817 fish/cmds.c:2834 fish/cmds.c:2848 fish/cmds.c:2865 +#: fish/cmds.c:2879 fish/cmds.c:2897 fish/cmds.c:2915 fish/cmds.c:2932 +#: fish/cmds.c:2951 fish/cmds.c:2969 fish/cmds.c:2988 fish/cmds.c:3007 +#: fish/cmds.c:3026 fish/cmds.c:3044 fish/cmds.c:3062 fish/cmds.c:3081 +#: fish/cmds.c:3100 fish/cmds.c:3119 fish/cmds.c:3133 fish/cmds.c:3148 +#: fish/cmds.c:3219 fish/cmds.c:3234 fish/cmds.c:3249 fish/cmds.c:3267 +#: fish/cmds.c:3288 fish/cmds.c:3309 fish/cmds.c:3328 fish/cmds.c:3344 +#: fish/cmds.c:3360 fish/cmds.c:3376 fish/cmds.c:3392 fish/cmds.c:3408 +#: fish/cmds.c:3424 fish/cmds.c:3440 fish/cmds.c:3458 fish/cmds.c:3480 +#: fish/cmds.c:3515 fish/cmds.c:3531 fish/cmds.c:3553 fish/cmds.c:3574 +#: fish/cmds.c:3594 fish/cmds.c:3613 fish/cmds.c:3631 fish/cmds.c:3650 +#: fish/cmds.c:3667 fish/cmds.c:3684 fish/cmds.c:3697 fish/cmds.c:3712 +#: fish/cmds.c:3731 fish/cmds.c:3749 fish/cmds.c:3767 fish/cmds.c:3785 +#: fish/cmds.c:3803 fish/cmds.c:3822 fish/cmds.c:3861 fish/cmds.c:3917 +#: fish/cmds.c:3937 fish/cmds.c:3957 fish/cmds.c:3977 fish/cmds.c:3994 +#: fish/cmds.c:4015 fish/cmds.c:4052 fish/cmds.c:4073 fish/cmds.c:4151 +#: fish/cmds.c:4189 fish/cmds.c:4203 fish/cmds.c:4219 fish/cmds.c:4232 +#: fish/cmds.c:4247 fish/cmds.c:4268 fish/cmds.c:4289 fish/cmds.c:4310 +#: fish/cmds.c:4331 fish/cmds.c:4352 fish/cmds.c:4373 fish/cmds.c:4392 +#: fish/cmds.c:4408 fish/cmds.c:4424 fish/cmds.c:4442 fish/cmds.c:4460 +#: fish/cmds.c:4479 fish/cmds.c:4514 fish/cmds.c:4532 fish/cmds.c:4550 +#: fish/cmds.c:4566 fish/cmds.c:4583 fish/cmds.c:4605 fish/cmds.c:4627 +#: fish/cmds.c:4650 fish/cmds.c:4672 fish/cmds.c:4692 fish/cmds.c:4714 +#: fish/cmds.c:4736 fish/cmds.c:4755 fish/cmds.c:4776 fish/cmds.c:4796 +#: fish/cmds.c:4818 fish/cmds.c:4834 fish/cmds.c:4850 fish/cmds.c:4867 +#: fish/cmds.c:4884 fish/cmds.c:4904 fish/cmds.c:4921 fish/cmds.c:4941 +#: fish/cmds.c:4960 fish/cmds.c:4977 fish/cmds.c:4997 fish/cmds.c:5019 +#: fish/cmds.c:5041 fish/cmds.c:5062 fish/cmds.c:5094 fish/cmds.c:5110 +#: fish/cmds.c:5126 fish/cmds.c:5149 fish/cmds.c:5171 fish/cmds.c:5193 +#: fish/cmds.c:5214 fish/cmds.c:5230 fish/cmds.c:5251 fish/cmds.c:5344 +#: fish/cmds.c:5363 fish/cmds.c:5382 fish/cmds.c:5401 fish/cmds.c:5418 +#: fish/cmds.c:5438 fish/cmds.c:5473 fish/cmds.c:5489 fish/cmds.c:5510 +#: fish/cmds.c:5526 fish/cmds.c:5561 fish/cmds.c:5580 fish/cmds.c:5599 +#: fish/cmds.c:5618 fish/cmds.c:5639 fish/cmds.c:5655 fish/cmds.c:5673 +#: fish/cmds.c:5691 fish/cmds.c:5712 fish/cmds.c:5732 fish/cmds.c:5752 +#: fish/cmds.c:5772 fish/cmds.c:5794 fish/cmds.c:5834 fish/cmds.c:5856 +#: fish/cmds.c:5894 fish/cmds.c:5910 fish/cmds.c:5928 fish/cmds.c:5948 +#: fish/cmds.c:5970 fish/cmds.c:5991 fish/cmds.c:6008 fish/cmds.c:6026 +#: fish/cmds.c:6046 fish/cmds.c:6122 fish/cmds.c:6162 fish/cmds.c:6240 +#: fish/cmds.c:6315 fish/cmds.c:6351 fish/cmds.c:6373 fish/cmds.c:6393 +#: fish/cmds.c:6415 fish/cmds.c:6436 fish/cmds.c:6460 fish/cmds.c:6502 +#: fish/cmds.c:6542 fish/cmds.c:6562 fish/cmds.c:6579 fish/cmds.c:6597 +#: fish/cmds.c:6613 fish/cmds.c:6630 fish/cmds.c:6656 fish/cmds.c:6679 +#: fish/cmds.c:6702 fish/cmds.c:6725 fish/cmds.c:6748 fish/cmds.c:6771 +#: fish/cmds.c:6794 fish/cmds.c:6817 fish/cmds.c:6840 fish/cmds.c:6863 +#: fish/cmds.c:6886 fish/cmds.c:6909 fish/cmds.c:6931 fish/cmds.c:6953 +#: fish/cmds.c:6973 fish/cmds.c:6993 fish/cmds.c:7013 fish/cmds.c:7032 +#: fish/cmds.c:7054 fish/cmds.c:7091 fish/cmds.c:7107 fish/cmds.c:7123 +#: fish/cmds.c:7141 fish/cmds.c:7159 fish/cmds.c:7175 fish/cmds.c:7191 +#: fish/cmds.c:7207 fish/cmds.c:7223 fish/cmds.c:7241 fish/cmds.c:7276 +#: fish/cmds.c:7315 fish/cmds.c:7347 fish/cmds.c:7363 fish/cmds.c:7379 +#: fish/cmds.c:7394 fish/cmds.c:7408 fish/cmds.c:7428 fish/cmds.c:7465 +#: fish/cmds.c:7502 fish/cmds.c:7540 fish/cmds.c:7579 fish/cmds.c:7619 +#: fish/cmds.c:7659 fish/cmds.c:7696 fish/cmds.c:7712 fish/cmds.c:7734 +#: fish/cmds.c:7755 fish/cmds.c:7776 fish/cmds.c:7795 fish/cmds.c:7814 +#: fish/cmds.c:7849 fish/cmds.c:7920 fish/cmds.c:7959 fish/cmds.c:8016 +#: fish/cmds.c:8041 fish/cmds.c:8066 fish/cmds.c:8093 fish/cmds.c:8151 +#: fish/cmds.c:8171 fish/cmds.c:8215 fish/cmds.c:8234 fish/cmds.c:8272 +#: fish/cmds.c:8308 fish/cmds.c:8327 fish/cmds.c:8348 fish/cmds.c:8404 +#: fish/cmds.c:8423 fish/cmds.c:8444 fish/cmds.c:8465 fish/cmds.c:8483 +#: fish/cmds.c:8502 fish/cmds.c:8528 fish/cmds.c:8547 fish/cmds.c:8566 +#: fish/cmds.c:8585 fish/cmds.c:8604 fish/cmds.c:8625 fish/cmds.c:8659 +#: fish/cmds.c:8676 fish/cmds.c:8698 fish/cmds.c:8719 fish/cmds.c:8733 +#: fish/cmds.c:8749 fish/cmds.c:8785 fish/cmds.c:8823 fish/cmds.c:8862 +#: fish/cmds.c:8917 fish/cmds.c:8938 fish/cmds.c:8973 fish/cmds.c:8987 +#: fish/cmds.c:9006 fish/cmds.c:9045 fish/cmds.c:9067 fish/cmds.c:9090 +#: fish/cmds.c:9114 fish/cmds.c:9154 fish/cmds.c:9178 fish/cmds.c:9215 +#: fish/cmds.c:9245 fish/cmds.c:9275 fish/cmds.c:9302 fish/cmds.c:9321 +#: fish/cmds.c:9352 fish/cmds.c:9371 fish/cmds.c:9390 fish/cmds.c:9406 +#: fish/cmds.c:9423 fish/cmds.c:9445 fish/cmds.c:9465 fish/cmds.c:9483 +#: fish/cmds.c:9524 fish/cmds.c:9566 fish/cmds.c:9609 fish/cmds.c:9647 +#: fish/cmds.c:9665 fish/cmds.c:9684 fish/cmds.c:9703 fish/cmds.c:9723 +#: fish/cmds.c:9743 fish/cmds.c:9763 fish/cmds.c:9783 fish/cmds.c:9803 +#: fish/cmds.c:9824 fish/cmds.c:9861 fish/cmds.c:9911 fish/cmds.c:9948 +#: fish/cmds.c:10003 +#, c-format +msgid "%s should have %d parameter(s)\n" +msgstr "" + +#: fish/cmds.c:2366 fish/cmds.c:2379 fish/cmds.c:2394 fish/cmds.c:2410 +#: fish/cmds.c:2426 fish/cmds.c:2443 fish/cmds.c:2461 fish/cmds.c:2476 +#: fish/cmds.c:2493 fish/cmds.c:2508 fish/cmds.c:2525 fish/cmds.c:2540 +#: fish/cmds.c:2556 fish/cmds.c:2570 fish/cmds.c:2587 fish/cmds.c:2601 +#: fish/cmds.c:2616 fish/cmds.c:2631 fish/cmds.c:2646 fish/cmds.c:2661 +#: fish/cmds.c:2676 fish/cmds.c:2693 fish/cmds.c:2725 fish/cmds.c:2740 +#: fish/cmds.c:2755 fish/cmds.c:2773 fish/cmds.c:2787 fish/cmds.c:2804 +#: fish/cmds.c:2818 fish/cmds.c:2835 fish/cmds.c:2849 fish/cmds.c:2866 +#: fish/cmds.c:2880 fish/cmds.c:2898 fish/cmds.c:2916 fish/cmds.c:2933 +#: fish/cmds.c:2952 fish/cmds.c:2970 fish/cmds.c:2989 fish/cmds.c:3008 +#: fish/cmds.c:3027 fish/cmds.c:3045 fish/cmds.c:3063 fish/cmds.c:3082 +#: fish/cmds.c:3101 fish/cmds.c:3120 fish/cmds.c:3134 fish/cmds.c:3149 +#: fish/cmds.c:3169 fish/cmds.c:3220 fish/cmds.c:3235 fish/cmds.c:3250 +#: fish/cmds.c:3268 fish/cmds.c:3289 fish/cmds.c:3310 fish/cmds.c:3329 +#: fish/cmds.c:3345 fish/cmds.c:3361 fish/cmds.c:3377 fish/cmds.c:3393 +#: fish/cmds.c:3409 fish/cmds.c:3425 fish/cmds.c:3441 fish/cmds.c:3459 +#: fish/cmds.c:3481 fish/cmds.c:3516 fish/cmds.c:3532 fish/cmds.c:3554 +#: fish/cmds.c:3575 fish/cmds.c:3595 fish/cmds.c:3614 fish/cmds.c:3632 +#: fish/cmds.c:3651 fish/cmds.c:3668 fish/cmds.c:3685 fish/cmds.c:3698 +#: fish/cmds.c:3713 fish/cmds.c:3732 fish/cmds.c:3750 fish/cmds.c:3768 +#: fish/cmds.c:3786 fish/cmds.c:3804 fish/cmds.c:3823 fish/cmds.c:3862 +#: fish/cmds.c:3918 fish/cmds.c:3938 fish/cmds.c:3958 fish/cmds.c:3978 +#: fish/cmds.c:3995 fish/cmds.c:4016 fish/cmds.c:4053 fish/cmds.c:4074 +#: fish/cmds.c:4152 fish/cmds.c:4190 fish/cmds.c:4204 fish/cmds.c:4220 +#: fish/cmds.c:4233 fish/cmds.c:4248 fish/cmds.c:4269 fish/cmds.c:4290 +#: fish/cmds.c:4311 fish/cmds.c:4332 fish/cmds.c:4353 fish/cmds.c:4374 +#: fish/cmds.c:4393 fish/cmds.c:4409 fish/cmds.c:4425 fish/cmds.c:4443 +#: fish/cmds.c:4461 fish/cmds.c:4480 fish/cmds.c:4515 fish/cmds.c:4533 +#: fish/cmds.c:4551 fish/cmds.c:4567 fish/cmds.c:4584 fish/cmds.c:4606 +#: fish/cmds.c:4628 fish/cmds.c:4651 fish/cmds.c:4673 fish/cmds.c:4693 +#: fish/cmds.c:4715 fish/cmds.c:4737 fish/cmds.c:4756 fish/cmds.c:4777 +#: fish/cmds.c:4797 fish/cmds.c:4819 fish/cmds.c:4835 fish/cmds.c:4851 +#: fish/cmds.c:4868 fish/cmds.c:4885 fish/cmds.c:4905 fish/cmds.c:4922 +#: fish/cmds.c:4942 fish/cmds.c:4961 fish/cmds.c:4978 fish/cmds.c:4998 +#: fish/cmds.c:5020 fish/cmds.c:5042 fish/cmds.c:5063 fish/cmds.c:5095 +#: fish/cmds.c:5111 fish/cmds.c:5127 fish/cmds.c:5150 fish/cmds.c:5172 +#: fish/cmds.c:5194 fish/cmds.c:5215 fish/cmds.c:5231 fish/cmds.c:5252 +#: fish/cmds.c:5345 fish/cmds.c:5364 fish/cmds.c:5383 fish/cmds.c:5402 +#: fish/cmds.c:5419 fish/cmds.c:5439 fish/cmds.c:5474 fish/cmds.c:5490 +#: fish/cmds.c:5511 fish/cmds.c:5527 fish/cmds.c:5562 fish/cmds.c:5581 +#: fish/cmds.c:5600 fish/cmds.c:5619 fish/cmds.c:5640 fish/cmds.c:5656 +#: fish/cmds.c:5674 fish/cmds.c:5692 fish/cmds.c:5713 fish/cmds.c:5733 +#: fish/cmds.c:5753 fish/cmds.c:5773 fish/cmds.c:5795 fish/cmds.c:5835 +#: fish/cmds.c:5857 fish/cmds.c:5895 fish/cmds.c:5911 fish/cmds.c:5929 +#: fish/cmds.c:5949 fish/cmds.c:5971 fish/cmds.c:5992 fish/cmds.c:6009 +#: fish/cmds.c:6027 fish/cmds.c:6047 fish/cmds.c:6123 fish/cmds.c:6163 +#: fish/cmds.c:6241 fish/cmds.c:6316 fish/cmds.c:6352 fish/cmds.c:6374 +#: fish/cmds.c:6394 fish/cmds.c:6416 fish/cmds.c:6437 fish/cmds.c:6461 +#: fish/cmds.c:6503 fish/cmds.c:6543 fish/cmds.c:6563 fish/cmds.c:6580 +#: fish/cmds.c:6598 fish/cmds.c:6614 fish/cmds.c:6631 fish/cmds.c:6657 +#: fish/cmds.c:6680 fish/cmds.c:6703 fish/cmds.c:6726 fish/cmds.c:6749 +#: fish/cmds.c:6772 fish/cmds.c:6795 fish/cmds.c:6818 fish/cmds.c:6841 +#: fish/cmds.c:6864 fish/cmds.c:6887 fish/cmds.c:6910 fish/cmds.c:6932 +#: fish/cmds.c:6954 fish/cmds.c:6974 fish/cmds.c:6994 fish/cmds.c:7014 +#: fish/cmds.c:7033 fish/cmds.c:7055 fish/cmds.c:7092 fish/cmds.c:7108 +#: fish/cmds.c:7124 fish/cmds.c:7142 fish/cmds.c:7160 fish/cmds.c:7176 +#: fish/cmds.c:7192 fish/cmds.c:7208 fish/cmds.c:7224 fish/cmds.c:7242 +#: fish/cmds.c:7277 fish/cmds.c:7316 fish/cmds.c:7348 fish/cmds.c:7364 +#: fish/cmds.c:7380 fish/cmds.c:7395 fish/cmds.c:7409 fish/cmds.c:7429 +#: fish/cmds.c:7466 fish/cmds.c:7503 fish/cmds.c:7541 fish/cmds.c:7580 +#: fish/cmds.c:7620 fish/cmds.c:7660 fish/cmds.c:7697 fish/cmds.c:7713 +#: fish/cmds.c:7735 fish/cmds.c:7756 fish/cmds.c:7777 fish/cmds.c:7796 +#: fish/cmds.c:7815 fish/cmds.c:7850 fish/cmds.c:7921 fish/cmds.c:7960 +#: fish/cmds.c:8017 fish/cmds.c:8042 fish/cmds.c:8067 fish/cmds.c:8094 +#: fish/cmds.c:8152 fish/cmds.c:8172 fish/cmds.c:8216 fish/cmds.c:8235 +#: fish/cmds.c:8273 fish/cmds.c:8309 fish/cmds.c:8328 fish/cmds.c:8349 +#: fish/cmds.c:8405 fish/cmds.c:8424 fish/cmds.c:8445 fish/cmds.c:8466 +#: fish/cmds.c:8484 fish/cmds.c:8503 fish/cmds.c:8529 fish/cmds.c:8548 +#: fish/cmds.c:8567 fish/cmds.c:8586 fish/cmds.c:8605 fish/cmds.c:8626 +#: fish/cmds.c:8660 fish/cmds.c:8677 fish/cmds.c:8699 fish/cmds.c:8720 +#: fish/cmds.c:8734 fish/cmds.c:8750 fish/cmds.c:8786 fish/cmds.c:8824 +#: fish/cmds.c:8863 fish/cmds.c:8918 fish/cmds.c:8939 fish/cmds.c:8974 +#: fish/cmds.c:8988 fish/cmds.c:9007 fish/cmds.c:9046 fish/cmds.c:9068 +#: fish/cmds.c:9091 fish/cmds.c:9115 fish/cmds.c:9155 fish/cmds.c:9179 +#: fish/cmds.c:9216 fish/cmds.c:9246 fish/cmds.c:9276 fish/cmds.c:9303 +#: fish/cmds.c:9322 fish/cmds.c:9353 fish/cmds.c:9372 fish/cmds.c:9391 +#: fish/cmds.c:9407 fish/cmds.c:9424 fish/cmds.c:9446 fish/cmds.c:9466 +#: fish/cmds.c:9484 fish/cmds.c:9525 fish/cmds.c:9567 fish/cmds.c:9610 +#: fish/cmds.c:9648 fish/cmds.c:9666 fish/cmds.c:9685 fish/cmds.c:9704 +#: fish/cmds.c:9724 fish/cmds.c:9744 fish/cmds.c:9764 fish/cmds.c:9784 +#: fish/cmds.c:9804 fish/cmds.c:9825 fish/cmds.c:9862 fish/cmds.c:9912 +#: fish/cmds.c:9949 fish/cmds.c:10004 +#, c-format +msgid "type 'help %s' for help on %s\n" +msgstr "" + +#: fish/cmds.c:2703 fish/cmds.c:3493 fish/cmds.c:3833 fish/cmds.c:3872 +#: fish/cmds.c:3891 fish/cmds.c:4028 fish/cmds.c:4085 fish/cmds.c:4104 +#: fish/cmds.c:4123 fish/cmds.c:4165 fish/cmds.c:4491 fish/cmds.c:5073 +#: fish/cmds.c:5263 fish/cmds.c:5282 fish/cmds.c:5301 fish/cmds.c:5320 +#: fish/cmds.c:5450 fish/cmds.c:5537 fish/cmds.c:5805 fish/cmds.c:5867 +#: fish/cmds.c:6057 fish/cmds.c:6076 fish/cmds.c:6095 fish/cmds.c:6133 +#: fish/cmds.c:6173 fish/cmds.c:6192 fish/cmds.c:6211 fish/cmds.c:6251 +#: fish/cmds.c:6270 fish/cmds.c:6289 fish/cmds.c:6326 fish/cmds.c:6473 +#: fish/cmds.c:6515 fish/cmds.c:7067 fish/cmds.c:7252 fish/cmds.c:7289 +#: fish/cmds.c:7326 fish/cmds.c:7440 fish/cmds.c:7476 fish/cmds.c:7513 +#: fish/cmds.c:7551 fish/cmds.c:7591 fish/cmds.c:7631 fish/cmds.c:7671 +#: fish/cmds.c:7827 fish/cmds.c:7862 fish/cmds.c:7875 fish/cmds.c:7888 +#: fish/cmds.c:7901 fish/cmds.c:7933 fish/cmds.c:7970 fish/cmds.c:7989 +#: fish/cmds.c:8106 fish/cmds.c:8125 fish/cmds.c:8184 fish/cmds.c:8197 +#: fish/cmds.c:8246 fish/cmds.c:8284 fish/cmds.c:8359 fish/cmds.c:8378 +#: fish/cmds.c:8640 fish/cmds.c:8761 fish/cmds.c:8797 fish/cmds.c:8835 +#: fish/cmds.c:8874 fish/cmds.c:8893 fish/cmds.c:8950 fish/cmds.c:9020 +#: fish/cmds.c:9126 fish/cmds.c:9194 fish/cmds.c:9227 fish/cmds.c:9257 +#: fish/cmds.c:9287 fish/cmds.c:9334 fish/cmds.c:9497 fish/cmds.c:9538 +#: fish/cmds.c:9582 fish/cmds.c:9623 fish/cmds.c:9839 fish/cmds.c:9876 +#: fish/cmds.c:9889 fish/cmds.c:9926 fish/cmds.c:9960 fish/cmds.c:9979 +#, c-format +msgid "%s: %s: invalid integer parameter (%s returned %d)\n" +msgstr "" + +#: fish/cmds.c:2709 fish/cmds.c:3499 fish/cmds.c:3839 fish/cmds.c:3878 +#: fish/cmds.c:3897 fish/cmds.c:4034 fish/cmds.c:4091 fish/cmds.c:4110 +#: fish/cmds.c:4129 fish/cmds.c:4171 fish/cmds.c:4497 fish/cmds.c:5079 +#: fish/cmds.c:5269 fish/cmds.c:5288 fish/cmds.c:5307 fish/cmds.c:5326 +#: fish/cmds.c:5456 fish/cmds.c:5543 fish/cmds.c:5811 fish/cmds.c:5873 +#: fish/cmds.c:6063 fish/cmds.c:6082 fish/cmds.c:6101 fish/cmds.c:6139 +#: fish/cmds.c:6179 fish/cmds.c:6198 fish/cmds.c:6217 fish/cmds.c:6257 +#: fish/cmds.c:6276 fish/cmds.c:6295 fish/cmds.c:6332 fish/cmds.c:6479 +#: fish/cmds.c:6521 fish/cmds.c:7073 fish/cmds.c:7258 fish/cmds.c:7295 +#: fish/cmds.c:7332 fish/cmds.c:7446 fish/cmds.c:7482 fish/cmds.c:7519 +#: fish/cmds.c:7557 fish/cmds.c:7597 fish/cmds.c:7637 fish/cmds.c:7677 +#: fish/cmds.c:7939 fish/cmds.c:7976 fish/cmds.c:7995 fish/cmds.c:8112 +#: fish/cmds.c:8252 fish/cmds.c:8290 fish/cmds.c:8365 fish/cmds.c:8384 +#: fish/cmds.c:8767 fish/cmds.c:8803 fish/cmds.c:8841 fish/cmds.c:8880 +#: fish/cmds.c:8899 fish/cmds.c:8956 fish/cmds.c:9026 fish/cmds.c:9132 +#: fish/cmds.c:9503 fish/cmds.c:9544 fish/cmds.c:9588 fish/cmds.c:9629 +#: fish/cmds.c:9966 +#, c-format +msgid "%s: %s: integer out of range\n" +msgstr "" + +#: fish/cmds.c:3168 +#, c-format +msgid "%s should have %d-%d parameter(s)\n" +msgstr "" + +#: fish/cmds.c:3194 +#, c-format +msgid "%s: unknown optional argument \"%s\"\n" +msgstr "" + +#: fish/cmds.c:3200 +#, c-format +msgid "%s: optional argument \"%s\" given twice\n" +msgstr "" + +#: fish/cmds.c:11038 +#, c-format +msgid "%s: unknown command\n" +msgstr "" + +#: fish/copy.c:40 +#, c-format +msgid "" +"use 'copy-in [...] ' to copy files into the image\n" +msgstr "" + +#: fish/copy.c:53 fish/copy.c:194 +#, c-format +msgid "copy-in: target '%s' is not a directory\n" +msgstr "" + +#: fish/copy.c:138 +#, c-format +msgid "error: argument is zero length or longer than maximum permitted\n" +msgstr "" + +#: fish/copy.c:183 +#, c-format +msgid "" +"use 'copy-out [...] ' to copy files out of the " +"image\n" +msgstr "" + +#: fish/copy.c:224 +#, c-format +msgid "copy-out: '%s' is not a file or directory\n" +msgstr "" + +#: fish/edit.c:44 +#, c-format +msgid "use '%s filename' to edit a file\n" +msgstr "" + +#: fish/fish.c:86 fuse/guestmount.c:869 +#, c-format +msgid "Try `%s --help' for more information.\n" +msgstr "" + +#: fish/fish.c:90 +#, c-format +msgid "" +"%s: guest filesystem shell\n" +"%s lets you edit virtual machine filesystems\n" +"Copyright (C) 2009-2010 Red Hat Inc.\n" +"Usage:\n" +" %s [--options] cmd [: cmd : cmd ...]\n" +" %s [--ro] -i -a disk-image\n" +" %s [--ro] -i -d libvirt-domain\n" +"or for interactive use:\n" +" %s\n" +"or from a shell script:\n" +" %s <' (eg. 'hexedit %s 1M') or a range using\n" +" 'hexedit %s '.\n" +msgstr "" + +#: fish/hexedit.c:92 +#, c-format +msgid "hexedit: invalid range\n" +msgstr "" + +#: fish/inspect.c:79 +#, c-format +msgid "%s: no operating system was found on this disk\n" +msgstr "" + +#: fish/inspect.c:85 +#, c-format +msgid "%s: multi-boot operating systems are not supported by the -i option\n" +msgstr "" + +#: fish/inspect.c:125 +#, c-format +msgid "Operating system: %s\n" +msgstr "" + +#: fish/inspect.c:138 +#, c-format +msgid "%s mounted on %s\n" +msgstr "" + +#: fish/lcd.c:34 +#, c-format +msgid "use 'lcd directory' to change local directory\n" +msgstr "" + +#: fish/man.c:34 +#, c-format +msgid "use 'man' without parameters to open the manual\n" +msgstr "" + +#: fish/man.c:53 +#, c-format +msgid "the external 'man' program failed\n" +msgstr "" + +#: fish/more.c:39 +#, c-format +msgid "use '%s filename' to page a file\n" +msgstr "" + +#: fish/options.c:36 +#, c-format +msgid "%s: too many drives added on the command line\n" +msgstr "" + +#: fish/options.c:118 +#, c-format +msgid "%s: '%s' could not be mounted. Did you mean one of these?\n" +msgstr "" + +#: fish/prep.c:37 +#, c-format +msgid "" +"List of available prepared disk images:\n" +"\n" +msgstr "" + +#: fish/prep.c:40 +#, c-format +msgid "" +"guestfish -N %-8s - %s\n" +"\n" +"%s\n" +msgstr "" + +#: fish/prep.c:48 +#, c-format +msgid " Optional parameters:\n" +msgstr "" + +#: fish/prep.c:55 +#, c-format +msgid "<%s> %s (default: %s)\n" +msgstr "" + +#: fish/prep.c:65 +#, c-format +msgid "" +"Prepared disk images are written to file \"test1.img\" in the local\n" +"directory. (\"test2.img\" etc if -N option is given multiple times).\n" +"For more information see the guestfish(1) manual.\n" +msgstr "" + +#: fish/prep.c:96 +#, c-format +msgid "" +"guestfish: -N parameter '%s': no such prepared disk image known.\n" +"Use 'guestfish -N help' to list possible values for the -N parameter.\n" +msgstr "" + +#: fish/prep.c:158 +#, c-format +msgid "guestfish: error creating prepared disk image '%s' on '%s': " +msgstr "" + +#: fish/prep_boot.c:34 fish/prep_boot.c:89 fish/prep_disk.c:34 +#: fish/prep_fs.c:34 fish/prep_lv.c:69 fish/prep_lv.c:122 fish/prep_part.c:34 +msgid "failed to allocate disk" +msgstr "" + +#: fish/prep_boot.c:42 fish/prep_boot.c:97 +msgid "could not parse boot size" +msgstr "" + +#: fish/prep_boot.c:46 fish/prep_boot.c:101 +#, c-format +msgid "failed to get sector size of disk: %s" +msgstr "" + +#: fish/prep_boot.c:50 fish/prep_boot.c:105 fish/prep_fs.c:41 +#: fish/prep_lv.c:76 fish/prep_lv.c:129 fish/prep_part.c:41 +#, c-format +msgid "failed to partition disk: %s" +msgstr "" + +#: fish/prep_boot.c:55 fish/prep_boot.c:110 +#, c-format +msgid "failed to add boot partition: %s" +msgstr "" + +#: fish/prep_boot.c:59 fish/prep_boot.c:114 +#, c-format +msgid "failed to add root partition: %s" +msgstr "" + +#: fish/prep_boot.c:68 fish/prep_boot.c:128 +#, c-format +msgid "failed to create boot filesystem: %s" +msgstr "" + +#: fish/prep_boot.c:77 fish/prep_boot.c:157 +#, c-format +msgid "failed to create root filesystem: %s" +msgstr "" + +#: fish/prep_boot.c:86 fish/prep_boot.c:120 fish/prep_lv.c:66 +#: fish/prep_lv.c:82 fish/prep_lv.c:119 fish/prep_lv.c:135 +msgid "incorrect format for LV name, use '/dev/VG/LV'" +msgstr "" + +#: fish/prep_boot.c:137 fish/prep_lv.c:91 fish/prep_lv.c:144 +#, c-format +msgid "failed to create PV: %s: %s" +msgstr "" + +#: fish/prep_boot.c:142 fish/prep_lv.c:96 fish/prep_lv.c:149 +#, c-format +msgid "failed to create VG: %s: %s" +msgstr "" + +#: fish/prep_boot.c:149 fish/prep_lv.c:103 fish/prep_lv.c:156 +#, c-format +msgid "failed to create LV: /dev/%s/%s: %s" +msgstr "" + +#: fish/prep_boot.c:153 fish/prep_lv.c:107 fish/prep_lv.c:160 +#, c-format +msgid "failed to resize LV to full size: %s: %s" +msgstr "" + +#: fish/prep_fs.c:51 fish/prep_lv.c:165 +#, c-format +msgid "failed to create filesystem (%s): %s" +msgstr "" + +#: fish/rc.c:250 +#, c-format +msgid "guestfish: protocol error: could not read 'hello' message\n" +msgstr "" + +#: fish/rc.c:255 +#, c-format +msgid "" +"guestfish: protocol error: version mismatch, server version '%s' does not " +"match client version '%s'. The two versions must match exactly.\n" +msgstr "" + +#: fish/rc.c:330 fish/rc.c:344 +#, c-format +msgid "guestfish: remote: looks like the server is not running\n" +msgstr "" + +#: fish/rc.c:356 fish/rc.c:370 +#, c-format +msgid "guestfish: protocol error: could not send initial greeting to server\n" +msgstr "" + +#: fish/rc.c:381 +#, c-format +msgid "guestfish: protocol error: could not decode reply from server\n" +msgstr "" + +#: fish/reopen.c:36 +#, c-format +msgid "'reopen' command takes no parameters\n" +msgstr "" + +#: fish/reopen.c:46 +#, c-format +msgid "reopen: guestfs_create: failed to create handle\n" +msgstr "" + +#: fish/supported.c:66 +msgid "yes" +msgstr "" + +#: fish/supported.c:68 +msgid "no" +msgstr "" + +#: fish/time.c:35 +#, c-format +msgid "use 'time command [args...]'\n" +msgstr "" + +#: fish/virt.c:72 +#, c-format +msgid "%s: could not connect to libvirt (code %d, domain %d): %s\n" +msgstr "" + +#: fish/virt.c:80 +#, c-format +msgid "%s: no libvirt domain called '%s': %s\n" +msgstr "" + +#: fish/virt.c:88 +#, c-format +msgid "%s: error getting domain info about '%s': %s\n" +msgstr "" + +#: fish/virt.c:93 +#, c-format +msgid "" +"%s: error: '%s' is a live virtual machine.\n" +"You must use '--ro' because write access to a running virtual machine can\n" +"cause disk corruption.\n" +msgstr "" + +#: fish/virt.c:104 +#, c-format +msgid "%s: error reading libvirt XML information about '%s': %s\n" +msgstr "" + +#: fish/virt.c:114 +#, c-format +msgid "%s: unable to parse XML information returned by libvirt\n" +msgstr "" + +#: fish/virt.c:121 +#, c-format +msgid "%s: unable to create new XPath context\n" +msgstr "" + +#: fish/virt.c:129 +#, c-format +msgid "%s: unable to evaluate XPath expression\n" +msgstr "" + +#: fish/virt.c:204 +#, c-format +msgid "%s: libvirt domain '%s' has no disks\n" +msgstr "" + +#: fuse/guestmount.c:873 +#, c-format +msgid "" +"%s: FUSE module for libguestfs\n" +"%s lets you mount a virtual machine filesystem\n" +"Copyright (C) 2009-2010 Red Hat Inc.\n" +"Usage:\n" +" %s [--options] [-- [--FUSE-options]] mountpoint\n" +"Options:\n" +" -a|--add image Add image\n" +" -c|--connect uri Specify libvirt URI for -d option\n" +" --dir-cache-timeout Set readdir cache timeout (default 5 sec)\n" +" -d|--domain guest Add disks from libvirt guest\n" +" --format[=raw|..] Force disk format for -a option\n" +" --fuse-help Display extra FUSE options\n" +" -i|--inspector Automatically mount filesystems\n" +" --help Display help message and exit\n" +" -m|--mount dev[:mnt] Mount dev on mnt (if omitted, /)\n" +" -n|--no-sync Don't autosync\n" +" -o|--option opt Pass extra option to FUSE\n" +" -r|--ro Mount read-only\n" +" --selinux Enable SELinux support\n" +" -v|--verbose Verbose messages\n" +" -V|--version Display version and exit\n" +" -x|--trace Trace guestfs API calls\n" +msgstr "" + +#: fuse/guestmount.c:1084 +#, c-format +msgid "%s: must have at least one -a/-d and at least one -m/-i option\n" +msgstr "" + +#: fuse/guestmount.c:1092 +#, c-format +msgid "%s: you must specify a mountpoint in the host filesystem\n" +msgstr "" + +#: inspector/virt-inspector.pl:218 +msgid "virt-inspector: no image or VM names given" +msgstr "" + +#: inspector/virt-inspector.pl:320 +msgid "--fish output is only possible with a single OS\n" +msgstr "" + +#: inspector/virt-inspector.pl:355 +msgid "" +"virt-inspector: no YAML support, try installing perl-YAML or libyaml-perl\n" +msgstr "" + +#: inspector/virt-inspector.pl:394 +msgid " Mountpoints:\n" +msgstr "" + +#: inspector/virt-inspector.pl:400 +msgid " Filesystems:\n" +msgstr "" + +#: inspector/virt-inspector.pl:418 +msgid " Modprobe aliases:\n" +msgstr "" + +#: inspector/virt-inspector.pl:429 +msgid " Initrd modules:\n" +msgstr "" + +#: inspector/virt-inspector.pl:438 +msgid " Applications:\n" +msgstr "" + +#: inspector/virt-inspector.pl:445 +msgid " Kernels:\n" +msgstr "" + +#: inspector/virt-inspector.pl:457 +msgid " Windows Registry entries:\n" +msgstr "" + +#: perl/lib/Sys/Guestfs/Lib.pm:154 +msgid "open_guest: first parameter must be a string or an arrayref" +msgstr "" + +#: perl/lib/Sys/Guestfs/Lib.pm:160 +msgid "open_guest: first argument contains undefined element" +msgstr "" + +#: perl/lib/Sys/Guestfs/Lib.pm:168 +#, perl-brace-format +msgid "guest image {imagename} does not exist or is not readable" +msgstr "" + +#: perl/lib/Sys/Guestfs/Lib.pm:175 +msgid "" +"open_guest: no libvirt support (install Sys::Virt, XML::XPath and XML::" +"XPath::XMLParser)" +msgstr "" + +#: perl/lib/Sys/Guestfs/Lib.pm:180 +msgid "open_guest: too many domains listed on command line" +msgstr "" + +#: perl/lib/Sys/Guestfs/Lib.pm:187 +msgid "open_guest: cannot connect to libvirt" +msgstr "" + +#: perl/lib/Sys/Guestfs/Lib.pm:206 +#, perl-brace-format +msgid "{imagename} is not the name of an inactive libvirt domain\n" +msgstr "" + +#: perl/lib/Sys/Guestfs/Lib.pm:209 +#, perl-brace-format +msgid "{imagename} is not the name of a libvirt domain\n" +msgstr "" + +#: perl/lib/Sys/Guestfs/Lib.pm:238 +#, perl-brace-format +msgid "{imagename} seems to have no disk devices\n" +msgstr "" + +#: perl/lib/Sys/Guestfs/Lib.pm:1087 +msgid "" +"No operating system could be detected inside this disk image.\n" +"\n" +"This may be because the file is not a disk image, or is not a virtual " +"machine\n" +"image, or because the OS type is not understood by virt-inspector.\n" +"\n" +"If you feel this is an error, please file a bug report including as much\n" +"information about the disk image as possible.\n" +msgstr "" + +#: perl/lib/Sys/Guestfs/Lib.pm:1160 +#, perl-brace-format +msgid "unknown filesystem label {label}\n" +msgstr "" + +#: perl/lib/Sys/Guestfs/Lib.pm:1170 +#, perl-brace-format +msgid "unknown filesystem UUID {uuid}\n" +msgstr "" + +#: perl/lib/Sys/Guestfs/Lib.pm:1193 +#, perl-brace-format +msgid "unknown filesystem {fs}\n" +msgstr "" + +#: perl/lib/Sys/Guestfs/Lib.pm:1377 +#, perl-brace-format +msgid "Error running rpm -qa: {error}" +msgstr "" + +#: perl/lib/Sys/Guestfs/Lib.pm:1403 +#, perl-brace-format +msgid "Error running dpkg-query: {error}" +msgstr "" + +#: perl/lib/Sys/Guestfs/Lib.pm:1468 +msgid "Can't find grub on guest" +msgstr "" + +#: perl/lib/Sys/Guestfs/Lib.pm:1523 +#, perl-brace-format +msgid "Grub entry {title} has no kernel" +msgstr "" + +#: perl/lib/Sys/Guestfs/Lib.pm:1554 +#, perl-brace-format +msgid "grub refers to {path}, which doesn't exist\n" +msgstr "" + +#: perl/lib/Sys/Guestfs/Lib.pm:1577 +#, perl-brace-format +msgid "Grub entry {title} does not specify an initrd" +msgstr "" + +#: perl/lib/Sys/Guestfs/Lib.pm:1648 +#, perl-brace-format +msgid "Didn't find modules directory {modules} for kernel {path}" +msgstr "" + +#: perl/lib/Sys/Guestfs/Lib.pm:1656 +#, perl-brace-format +msgid "Couldn't guess kernel version number from path for kernel {path}" +msgstr "" + +#: perl/lib/Sys/Guestfs/Lib.pm:1710 +#, perl-brace-format +msgid "{path} doesn't match augeas pattern" +msgstr "" + +#: perl/lib/Sys/Guestfs/Lib.pm:1749 +#, perl-brace-format +msgid "{filename}: could not read initrd format" +msgstr "" + +#: src/appliance.c:136 +#, c-format +msgid "" +"cannot find any suitable libguestfs supermin or ordinary appliance on " +"LIBGUESTFS_PATH (search path: %s)" +msgstr "" + +#: src/appliance.c:387 +msgid "external command failed, see earlier error messages" +msgstr "" + +#: src/guestfs.c:178 +#, c-format +msgid "guestfs_close: called twice on the same handle\n" +msgstr "" + +#: src/guestfs.c:283 +#, c-format +msgid "libguestfs: error: %s\n" +msgstr "" + +#: src/guestfs.c:762 +#, c-format +msgid "" +msgstr "" + +#: src/inspect.c:961 +#, c-format +msgid "cannot resolve Windows %%SYSTEMROOT%%" +msgstr "" + +#: src/inspect.c:1184 +msgid "no inspection data: call guestfs_inspect_os first" +msgstr "" + +#: src/inspect.c:1196 +#, c-format +msgid "" +"%s: root device not found: only call this function with a root device " +"previously returned by guestfs_inspect_os" +msgstr "" + +#: src/launch.c:94 +msgid "command line cannot be altered after qemu subprocess launched" +msgstr "" + +#: src/launch.c:108 +msgid "guestfs_config: parameter must begin with '-' character" +msgstr "" + +#: src/launch.c:122 +#, c-format +msgid "guestfs_config: parameter '%s' isn't allowed" +msgstr "" + +#: src/launch.c:188 src/launch.c:292 +msgid "filename cannot contain ',' (comma) character" +msgstr "" + +#: src/launch.c:200 src/launch.c:205 +#, c-format +msgid "%s parameter is empty or contains disallowed characters" +msgstr "" + +#: src/launch.c:318 +msgid "you must call guestfs_add_drive before guestfs_launch" +msgstr "" + +#: src/launch.c:323 +msgid "the libguestfs handle has already been launched" +msgstr "" + +#: src/launch.c:335 +#, c-format +msgid "%s: cannot create temporary directory" +msgstr "" + +#: src/launch.c:683 +msgid "guestfs_launch failed, see earlier error messages" +msgstr "" + +#: src/launch.c:696 +msgid "qemu launched and contacted daemon, but state != READY" +msgstr "" + +#: src/launch.c:836 +#, c-format +msgid "" +"%s: command failed: If qemu is located on a non-standard path, try setting " +"the LIBGUESTFS_QEMU environment variable." +msgstr "" + +#: src/launch.c:928 +msgid "qemu has not been launched yet" +msgstr "" + +#: src/launch.c:939 +msgid "no subprocess to kill" +msgstr "" + +#: src/proto.c:143 +#, c-format +msgid "guestfs_set_busy: called when in state %d != READY" +msgstr "" + +#: src/proto.c:166 +#, c-format +msgid "guestfs_end_busy: called when in state %d" +msgstr "" + +#: src/proto.c:281 +#, c-format +msgid "" +"check_for_daemon_cancellation_or_eof: read 0x%x from daemon, expected 0x%x\n" +msgstr "" + +#: src/proto.c:453 src/proto.c:514 +msgid "unexpected end of file when reading from daemon" +msgstr "" + +#: src/proto.c:474 +#, c-format +msgid "received magic signature from guestfsd, but in state %d" +msgstr "" + +#: src/proto.c:491 +#, c-format +msgid "message length (%u) > maximum possible size (%d)" +msgstr "" + +#: src/proto.c:641 +#, c-format +msgid "guestfs___send: state %d != BUSY" +msgstr "" + +#: src/proto.c:663 +msgid "xdr_guestfs_message_header failed" +msgstr "" + +#: src/proto.c:672 +msgid "dispatch failed to marshal args" +msgstr "" + +#: src/proto.c:802 +#, c-format +msgid "send_file_chunk: state %d != READY" +msgstr "" + +#: src/proto.c:818 +#, c-format +msgid "xdr_guestfs_chunk failed (buf = %p, buflen = %zu)" +msgstr "" + +#: src/proto.c:941 +#, c-format +msgid "%s: error in chunked encoding" +msgstr "" + +#: src/proto.c:969 +msgid "write to daemon socket" +msgstr "" + +#: src/proto.c:992 +msgid "receive_file_data: parse error in reply callback" +msgstr "" + +#: src/proto.c:997 +msgid "receive_file_data: unexpected flag received when reading file chunks" +msgstr "" + +#: src/proto.c:1005 +msgid "failed to parse file chunk" +msgstr "" + +#: src/proto.c:1014 +msgid "file receive cancelled by daemon" +msgstr "" + +#: test-tool/test-tool.c:82 +#, c-format +msgid "" +"libguestfs-test-tool: interactive test tool\n" +"Copyright (C) 2009 Red Hat Inc.\n" +"Usage:\n" +" libguestfs-test-tool [--options]\n" +"Options:\n" +" --help Display usage\n" " --helper libguestfs-test-tool-helper\n" " Helper program (default: %s)\n" " --qemudir dir Specify QEMU source directory\n" @@ -865,94 +2447,89 @@ msgid "" " -t n Set launch timeout (default: %d seconds)\n" msgstr "" -#: test-tool/test-tool.c:111 +#: test-tool/test-tool.c:138 #, c-format msgid "libguestfs-test-tool: unknown long option: %s (%d)\n" msgstr "" -#: test-tool/test-tool.c:120 +#: test-tool/test-tool.c:147 #, c-format msgid "libguestfs-test-tool: invalid timeout: %s\n" msgstr "" -#: test-tool/test-tool.c:132 +#: test-tool/test-tool.c:159 #, c-format msgid "libguestfs-test-tool: unexpected command line option 0x%x\n" msgstr "" -#: test-tool/test-tool.c:155 +#: test-tool/test-tool.c:182 #, c-format msgid "libguestfs-test-tool: failed to create libguestfs handle\n" msgstr "" -#: test-tool/test-tool.c:160 test-tool/test-tool.c:166 +#: test-tool/test-tool.c:189 test-tool/test-tool.c:198 #, c-format msgid "libguestfs-test-tool: failed to add drive '%s'\n" msgstr "" -#: test-tool/test-tool.c:174 +#: test-tool/test-tool.c:206 #, c-format msgid "libguestfs-test-tool: guestfs_version failed\n" msgstr "" -#: test-tool/test-tool.c:191 +#: test-tool/test-tool.c:228 #, c-format msgid "libguestfs-test-tool: failed to launch appliance\n" msgstr "" -#: test-tool/test-tool.c:202 -#, c-format -msgid "libguestfs-test-tool: failed or timed out in 'wait_ready'\n" -msgstr "" - -#: test-tool/test-tool.c:214 +#: test-tool/test-tool.c:240 #, c-format msgid "libguestfs-test-tool: failed to run sfdisk\n" msgstr "" -#: test-tool/test-tool.c:220 +#: test-tool/test-tool.c:246 #, c-format msgid "libguestfs-test-tool: failed to mkfs.ext2\n" msgstr "" -#: test-tool/test-tool.c:226 +#: test-tool/test-tool.c:252 #, c-format msgid "libguestfs-test-tool: failed to mount /dev/sda1 on /\n" msgstr "" -#: test-tool/test-tool.c:232 +#: test-tool/test-tool.c:258 #, c-format msgid "libguestfs-test-tool: failed to mkdir /iso\n" msgstr "" -#: test-tool/test-tool.c:238 +#: test-tool/test-tool.c:264 #, c-format msgid "libguestfs-test-tool: failed to mount /dev/sdb on /iso\n" msgstr "" -#: test-tool/test-tool.c:246 +#: test-tool/test-tool.c:272 #, c-format msgid "libguestfs-test-tool: could not run helper program, or helper failed\n" msgstr "" -#: test-tool/test-tool.c:277 +#: test-tool/test-tool.c:303 #, c-format msgid "" "LIBGUESTFS_QEMU environment variable is already set, so\n" "--qemu/--qemudir options cannot be used.\n" msgstr "" -#: test-tool/test-tool.c:285 +#: test-tool/test-tool.c:311 #, c-format msgid "Binary '%s' does not exist or is not executable\n" msgstr "" -#: test-tool/test-tool.c:299 +#: test-tool/test-tool.c:325 #, c-format msgid "%s: does not look like a qemu source directory\n" msgstr "" -#: test-tool/test-tool.c:348 +#: test-tool/test-tool.c:374 #, c-format msgid "" "Test tool helper program 'libguestfs-test-tool-helper' is not\n" @@ -961,12 +2538,12 @@ msgid "" "Use the --helper option to specify the location of this program.\n" msgstr "" -#: test-tool/test-tool.c:364 +#: test-tool/test-tool.c:390 #, c-format msgid "command failed: %s" msgstr "" -#: test-tool/test-tool.c:372 +#: test-tool/test-tool.c:398 #, c-format msgid "" "Test tool helper program %s\n" @@ -974,15 +2551,391 @@ msgid "" "was built.\n" msgstr "" -#: test-tool/test-tool.c:406 +#: test-tool/test-tool.c:432 #, c-format msgid "mkisofs command failed: %s\n" msgstr "" -#: v2v/virt-v2v.pl:174 -msgid "virt-v2v: no image or VM names given" +#: tools/virt-cat.pl:146 +msgid "virt-cat: no image, VM names or filenames to cat given" +msgstr "" + +#: tools/virt-cat.pl:171 +msgid "multiboot operating systems are not supported by virt-cat" +msgstr "" + +#: tools/virt-df.pl:213 +msgid "virt-df: cannot use -h and --csv options together\n" +msgstr "" + +#: tools/virt-df.pl:277 +#, perl-brace-format +msgid "{name} is not the name of a libvirt domain\n" +msgstr "" + +#: tools/virt-df.pl:345 +#, perl-brace-format +msgid "virt-df: ignoring {name}, it has too many disks ({c} > {max})" +msgstr "" + +#: tools/virt-df.pl:521 +msgid "Virtual Machine" +msgstr "" + +#: tools/virt-df.pl:521 +msgid "Filesystem" +msgstr "" + +#: tools/virt-df.pl:524 +msgid "1K-blocks" +msgstr "" + +#: tools/virt-df.pl:526 +msgid "Size" +msgstr "" + +#: tools/virt-df.pl:528 +msgid "Used" +msgstr "" + +#: tools/virt-df.pl:529 +msgid "Available" +msgstr "" + +#: tools/virt-df.pl:530 +msgid "Use%" +msgstr "" + +#: tools/virt-df.pl:532 +msgid "Inodes" +msgstr "" + +#: tools/virt-df.pl:533 +msgid "IUsed" +msgstr "" + +#: tools/virt-df.pl:534 +msgid "IFree" +msgstr "" + +#: tools/virt-df.pl:535 +msgid "IUse%" +msgstr "" + +#: tools/virt-edit.pl:170 +msgid "virt-edit: no image, VM names or filenames to edit given" +msgstr "" + +#: tools/virt-edit.pl:195 +msgid "multiboot operating systems are not supported by virt-edit" +msgstr "" + +#: tools/virt-edit.pl:221 +msgid "File not changed.\n" +msgstr "" + +#: tools/virt-list-filesystems.pl:139 +msgid "virt-list-filesystems: no image or VM name given" +msgstr "" + +#: tools/virt-list-partitions.pl:149 +msgid "virt-list-partitions: no image or VM name given" +msgstr "" + +#: tools/virt-ls.pl:154 tools/virt-ls.pl:160 +msgid "virt-ls: cannot combine -l and -R options\n" +msgstr "" + +#: tools/virt-ls.pl:179 +msgid "virt-ls: no image, VM names or directory to list given" +msgstr "" + +#: tools/virt-ls.pl:204 +msgid "multiboot operating systems are not supported by virt-ls\n" +msgstr "" + +#: tools/virt-make-fs.pl:291 +msgid "virt-make-fs input output\n" +msgstr "" + +#: tools/virt-make-fs.pl:321 +msgid "unexpected output from 'du' command" +msgstr "" + +#: tools/virt-make-fs.pl:333 tools/virt-make-fs.pl:347 +#: tools/virt-make-fs.pl:453 +#, perl-brace-format +msgid "{f}: unknown input format: {fmt}\n" +msgstr "" + +#: tools/virt-make-fs.pl:391 +#, perl-brace-format +msgid "virt-make-fs: cannot parse size parameter: {sz}\n" +msgstr "" + +#: tools/virt-make-fs.pl:401 +msgid "" +"qemu-img create: failed to create disk image, see earlier error messages\n" +msgstr "" + +#: tools/virt-make-fs.pl:412 +msgid "virt-make-fs: NTFS support was disabled when libguestfs was compiled\n" +msgstr "" + +#: tools/virt-make-fs.pl:437 +msgid "tar: failed, see earlier messages\n" +msgstr "" + +#: tools/virt-make-fs.pl:459 +msgid "uncompress command failed, see earlier messages\n" +msgstr "" + +#: tools/virt-make-fs.pl:494 +msgid "" +"virt-make-fs: error copying contents into filesystem\n" +"An error here usually means that the program did not estimate the\n" +"filesystem size correctly. Please read the BUGS section of the manpage.\n" +msgstr "" + +#: tools/virt-rescue.pl:222 +msgid "virt-rescue: no image or VM names rescue given" +msgstr "" + +#: tools/virt-resize.pl:33 +msgid "virt-resize: sorry this program does not work on a 32 bit host\n" +msgstr "" + +#: tools/virt-resize.pl:584 +#, perl-brace-format +msgid "virt-resize: {file}: does not exist or is not readable\n" +msgstr "" + +#: tools/virt-resize.pl:586 +#, perl-brace-format +msgid "" +"virt-resize: {file}: does not exist or is not writable\n" +"You have to create the destination disk before running this program.\n" +"Please read the virt-resize(1) manpage for more information.\n" +msgstr "" + +#: tools/virt-resize.pl:665 tools/virt-resize.pl:668 +#, perl-brace-format +msgid "" +"virt-resize: {file}: file is too small to be a disk image ({sz} bytes)\n" +msgstr "" + +#: tools/virt-resize.pl:684 tools/virt-resize.pl:696 +msgid "virt-resize: short read" +msgstr "" + +#: tools/virt-resize.pl:830 +#, perl-brace-format +msgid "virt-resize: no logical volume called {n}\n" +msgstr "" + +#: tools/virt-resize.pl:850 +#, perl-brace-format +msgid "" +"{p}: partition not found in the source disk image, when using the '{opt}' " +"command line option\n" +msgstr "" + +#: tools/virt-resize.pl:856 +#, perl-brace-format +msgid "" +"{p}: partition ignored, you cannot use it in another command line argument\n" +msgstr "" + +#: tools/virt-resize.pl:860 +#, perl-brace-format +msgid "" +"{p}: partition deleted, you cannot use it in another command line argument\n" +msgstr "" + +#: tools/virt-resize.pl:902 +#, perl-brace-format +msgid "{p}: this partition has already been marked for resizing\n" +msgstr "" + +#: tools/virt-resize.pl:910 +#, perl-brace-format +msgid "{p}: missing size field in {o} option\n" +msgstr "" + +#: tools/virt-resize.pl:927 +#, perl-brace-format +msgid "{p}: {f}: cannot parse size field\n" +msgstr "" + +#: tools/virt-resize.pl:932 +#, perl-brace-format +msgid "{p}: new size is zero or negative\n" +msgstr "" + +#: tools/virt-resize.pl:955 +#, perl-brace-format +msgid "" +"{p}: cannot make this partition smaller because it contains a\n" +"filesystem, physical volume or other content that is larger than the new " +"size.\n" +"You have to resize the content first, see virt-resize(1).\n" +msgstr "" + +#: tools/virt-resize.pl:971 +msgid "virt-resize: you cannot use options --expand and --shrink together\n" +msgstr "" + +#: tools/virt-resize.pl:1020 +#, perl-brace-format +msgid "" +"virt-resize: error: cannot use --expand when there is no surplus space to\n" +"expand into. You need to make the target disk larger by at least {h}.\n" +msgstr "" + +#: tools/virt-resize.pl:1035 +msgid "" +"virt-resize: error: cannot use --shrink because there is no deficit\n" +"(see 'deficit' in the virt-resize(1) man page)\n" +msgstr "" + +#: tools/virt-resize.pl:1050 +msgid "Summary of changes:\n" +msgstr "" + +#: tools/virt-resize.pl:1054 +#, perl-brace-format +msgid "{p}: partition will be ignored\n" +msgstr "" + +#: tools/virt-resize.pl:1056 +#, perl-brace-format +msgid "{p}: partition will be deleted\n" +msgstr "" + +#: tools/virt-resize.pl:1058 +#, perl-brace-format +msgid "{p}: partition will be resized from {oldsize} to {newsize}\n" +msgstr "" + +#: tools/virt-resize.pl:1063 +#, perl-brace-format +msgid "{p}: content will be expanded using the '{meth}' method\n" +msgstr "" + +#: tools/virt-resize.pl:1068 +#, perl-brace-format +msgid "{p}: partition will be left alone\n" +msgstr "" + +#: tools/virt-resize.pl:1073 +#, perl-brace-format +msgid "{n}: LV will be expanded to maximum size\n" +msgstr "" + +#: tools/virt-resize.pl:1079 +#, perl-brace-format +msgid "{n}: content will be expanded using the '{meth}' method\n" +msgstr "" + +#: tools/virt-resize.pl:1086 +#, perl-brace-format +msgid "There is a surplus of {spl} bytes ({h}).\n" +msgstr "" + +#: tools/virt-resize.pl:1091 +msgid "An extra partition will be created for the surplus.\n" +msgstr "" + +#: tools/virt-resize.pl:1093 +msgid "" +"The surplus space is not large enough for an extra partition to be created\n" +"and so it will just be ignored.\n" +msgstr "" + +#: tools/virt-resize.pl:1096 +msgid "" +"The surplus space will be ignored. Run a partitioning program in the guest\n" +"to partition this extra space if you want.\n" +msgstr "" + +#: tools/virt-resize.pl:1099 +#, perl-brace-format +msgid "" +"virt-resize: error: there is a deficit of {def} bytes ({h}).\n" +"You need to make the target disk larger by at least this amount,\n" +"or adjust your resizing requests.\n" +msgstr "" + +#: tools/virt-resize.pl:1116 +msgid "virt-resize: source disk does not have a first partition\n" +msgstr "" + +#: tools/virt-resize.pl:1211 +#, perl-brace-format +msgid "Copying {p} ...\n" +msgstr "" + +#: tools/virt-resize.pl:1274 tools/virt-resize.pl:1332 +#, perl-brace-format +msgid "Expanding {p} using the '{meth}' method\n" +msgstr "" + +#: tools/virt-tar.pl:179 tools/virt-tar.pl:186 +msgid "virt-tar: extract/upload mode specified twice on the command line\n" +msgstr "" + +#: tools/virt-tar.pl:208 +msgid "virt-tar: no image, VM names, directory or filename given" +msgstr "" + +#: tools/virt-tar.pl:211 +msgid "virt-tar: either -x or -u must be specified on the command line\n" +msgstr "" + +#: tools/virt-tar.pl:222 +#, perl-brace-format +msgid "virt-tar: {tarball}: file not found\n" +msgstr "" + +#: tools/virt-tar.pl:225 +#, perl-brace-format +msgid "virt-tar: {dir}: directory name must start with '/' character\n" +msgstr "" + +#: tools/virt-tar.pl:248 +msgid "multiboot operating systems are not supported by virt-tar\n" +msgstr "" + +#: tools/virt-win-reg.pl:277 +msgid "no libvirt domain name or disk image given\n" +msgstr "" + +#: tools/virt-win-reg.pl:302 +msgid "multiboot operating systems are not supported by virt-win-reg" +msgstr "" + +#: tools/virt-win-reg.pl:316 +msgid "" +"expecting 1 or 2 more parameters, subkey path and optionally the value to " +"export\n" +msgstr "" + +#: tools/virt-win-reg.pl:427 +#, perl-brace-format +msgid "virt-win-reg: {p}: not a supported Windows Registry path\n" +msgstr "" + +#: tools/virt-win-reg.pl:445 tools/virt-win-reg.pl:468 +#, perl-brace-format +msgid "virt-win-reg: {p}: file not found in guest: {err}\n" msgstr "" -#: v2v/virt-v2v.pl:209 -msgid "multiboot operating systems are not supported by v2v" +#: tools/virt-win-reg.pl:452 +#, perl-brace-format +msgid "virt-win-reg: {p}: could not download registry file: {err}\n" +msgstr "" + +#: tools/virt-win-reg.pl:475 +#, perl-brace-format +msgid "virt-win-reg: {p}: could not upload registry file: {err}\n" msgstr ""