1 # SOME DESCRIPTIVE TITLE.
2 # Copyright (C) YEAR Red Hat Inc.
3 # This file is distributed under the same license as the PACKAGE package.
4 # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
9 "Project-Id-Version: libguestfs 1.4.3\n"
10 "Report-Msgid-Bugs-To: https://bugzilla.redhat.com/enter_bug.cgi?"
11 "component=libguestfs&product=Virtualization+Tools\n"
12 "POT-Creation-Date: 2010-08-27 00:46+0100\n"
13 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
14 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
15 "Language-Team: LANGUAGE <LL@li.org>\n"
17 "Content-Type: text/plain; charset=CHARSET\n"
18 "Content-Transfer-Encoding: 8bit\n"
22 msgid "use 'alloc file size' to create an image\n"
27 msgid "use 'sparse file size' to create a sparse image\n"
32 msgid "can't allocate or add disks after launching\n"
37 msgid "%s: invalid integer parameter (%s returned %d)\n"
48 #: fish/cmds.c:43 fish/cmds.c:353
49 msgid "add a CD-ROM disk image to examine"
52 #: fish/cmds.c:44 fish/cmds.c:348
53 msgid "add an image to examine or modify"
56 #: fish/cmds.c:45 fish/cmds.c:358
57 msgid "add a drive in snapshot mode (read-only)"
60 #: fish/cmds.c:46 fish/cmds.c:508
61 msgid "add a drive read-only specifying the QEMU block emulation to use"
64 #: fish/cmds.c:47 fish/cmds.c:503
65 msgid "add a drive specifying the QEMU block emulation to use"
68 #: fish/cmds.c:48 fish/cmds.c:1703
69 msgid "clear Augeas path"
72 #: fish/cmds.c:49 fish/cmds.c:593
73 msgid "close the current Augeas handle"
76 #: fish/cmds.c:50 fish/cmds.c:603
77 msgid "define an Augeas node"
80 #: fish/cmds.c:51 fish/cmds.c:598
81 msgid "define an Augeas variable"
84 #: fish/cmds.c:52 fish/cmds.c:608
85 msgid "look up the value of an Augeas path"
88 #: fish/cmds.c:53 fish/cmds.c:588
89 msgid "create a new Augeas handle"
92 #: fish/cmds.c:54 fish/cmds.c:618
93 msgid "insert a sibling Augeas node"
96 #: fish/cmds.c:55 fish/cmds.c:643
97 msgid "load files into the tree"
100 #: fish/cmds.c:56 fish/cmds.c:648
101 msgid "list Augeas nodes under augpath"
104 #: fish/cmds.c:57 fish/cmds.c:633
105 msgid "return Augeas nodes which match augpath"
108 #: fish/cmds.c:58 fish/cmds.c:628
109 msgid "move Augeas node"
112 #: fish/cmds.c:59 fish/cmds.c:623
113 msgid "remove an Augeas path"
116 #: fish/cmds.c:60 fish/cmds.c:638
117 msgid "write all pending Augeas changes to disk"
120 #: fish/cmds.c:61 fish/cmds.c:613
121 msgid "set Augeas path to value"
124 #: fish/cmds.c:62 fish/cmds.c:1588
125 msgid "test availability of some parts of the API"
128 #: fish/cmds.c:63 fish/cmds.c:1763
129 msgid "return a list of all optional groups"
132 #: fish/cmds.c:64 fish/cmds.c:1718
133 msgid "upload base64-encoded data to file"
136 #: fish/cmds.c:65 fish/cmds.c:1723
137 msgid "download file and encode as base64"
140 #: fish/cmds.c:66 fish/cmds.c:828
141 msgid "flush device buffers"
144 #: fish/cmds.c:67 fish/cmds.c:808
145 msgid "get blocksize of block device"
148 #: fish/cmds.c:68 fish/cmds.c:798
149 msgid "is block device set to read-only"
152 #: fish/cmds.c:69 fish/cmds.c:823
153 msgid "get total size of device in bytes"
156 #: fish/cmds.c:70 fish/cmds.c:803
157 msgid "get sectorsize of block device"
160 #: fish/cmds.c:71 fish/cmds.c:818
161 msgid "get total size of device in 512-byte sectors"
164 #: fish/cmds.c:72 fish/cmds.c:833
165 msgid "reread partition table"
168 #: fish/cmds.c:73 fish/cmds.c:813
169 msgid "set blocksize of block device"
172 #: fish/cmds.c:74 fish/cmds.c:788
173 msgid "set block device to read-only"
176 #: fish/cmds.c:75 fish/cmds.c:793
177 msgid "set block device to read-write"
180 #: fish/cmds.c:76 fish/cmds.c:1493
181 msgid "return true path on case-insensitive filesystem"
184 #: fish/cmds.c:77 fish/cmds.c:528
185 msgid "list the contents of a file"
188 #: fish/cmds.c:78 fish/cmds.c:848
189 msgid "compute MD5, SHAx or CRC checksum of file"
192 #: fish/cmds.c:79 fish/cmds.c:1693
193 msgid "compute MD5, SHAx or CRC checksum of the contents of a device"
196 #: fish/cmds.c:80 fish/cmds.c:1728
197 msgid "compute MD5, SHAx or CRC checksum of files in a directory"
200 #: fish/cmds.c:81 fish/cmds.c:678
201 msgid "change file mode"
204 #: fish/cmds.c:82 fish/cmds.c:155 fish/cmds.c:683 fish/cmds.c:1523
205 msgid "change file owner and group"
208 #: fish/cmds.c:83 fish/cmds.c:758
209 msgid "run a command from the guest filesystem"
212 #: fish/cmds.c:84 fish/cmds.c:763
213 msgid "run a command, returning lines"
216 #: fish/cmds.c:85 fish/cmds.c:363
217 msgid "add qemu parameters"
220 #: fish/cmds.c:86 fish/cmds.c:1643
221 msgid "copy size bytes from source to destination using dd"
224 #: fish/cmds.c:87 fish/cmds.c:943
228 #: fish/cmds.c:88 fish/cmds.c:948
229 msgid "copy a file or directory recursively"
232 #: fish/cmds.c:89 fish/cmds.c:1593
233 msgid "copy from source to destination using dd"
236 #: fish/cmds.c:90 fish/cmds.c:888
237 msgid "debugging and internals"
240 #: fish/cmds.c:91 fish/cmds.c:1713
241 msgid "upload a file to the appliance (internal use only)"
244 #: fish/cmds.c:92 fish/cmds.c:1133
245 msgid "report file system disk space usage"
248 #: fish/cmds.c:93 fish/cmds.c:1138
249 msgid "report file system disk space usage (human readable)"
252 #: fish/cmds.c:94 fish/cmds.c:963
253 msgid "return kernel messages"
256 #: fish/cmds.c:95 fish/cmds.c:843
257 msgid "download a file to the local machine"
260 #: fish/cmds.c:96 fish/cmds.c:958
261 msgid "drop kernel page cache, dentries and inodes"
264 #: fish/cmds.c:97 fish/cmds.c:1143
265 msgid "estimate file space usage"
268 #: fish/cmds.c:98 fish/cmds.c:1048
269 msgid "check an ext2/ext3 filesystem"
272 #: fish/cmds.c:99 fish/cmds.c:1483
273 msgid "echo arguments back to the client"
276 #: fish/cmds.c:100 fish/cmds.c:101 fish/cmds.c:106 fish/cmds.c:107
277 #: fish/cmds.c:133 fish/cmds.c:134 fish/cmds.c:322 fish/cmds.c:323
278 #: fish/cmds.c:327 fish/cmds.c:328 fish/cmds.c:330 fish/cmds.c:331
279 #: fish/cmds.c:1263 fish/cmds.c:1268 fish/cmds.c:1273 fish/cmds.c:1278
280 #: fish/cmds.c:1283 fish/cmds.c:1288 fish/cmds.c:1293 fish/cmds.c:1298
281 #: fish/cmds.c:1303 fish/cmds.c:1308 fish/cmds.c:1313 fish/cmds.c:1318
282 msgid "return lines matching a pattern"
285 #: fish/cmds.c:102 fish/cmds.c:973
286 msgid "test if two files have equal contents"
289 #: fish/cmds.c:103 fish/cmds.c:688
290 msgid "test if file or directory exists"
293 #: fish/cmds.c:104 fish/cmds.c:105 fish/cmds.c:1353 fish/cmds.c:1768
294 msgid "preallocate a file in the guest filesystem"
297 #: fish/cmds.c:108 fish/cmds.c:753
298 msgid "determine file type"
301 #: fish/cmds.c:109 fish/cmds.c:1598
302 msgid "return the size of the file in bytes"
305 #: fish/cmds.c:110 fish/cmds.c:1583
306 msgid "fill a file with octets"
309 #: fish/cmds.c:111 fish/cmds.c:1733
310 msgid "fill a file with a repeating pattern of bytes"
313 #: fish/cmds.c:112 fish/cmds.c:1043
314 msgid "find all files and directories"
317 #: fish/cmds.c:113 fish/cmds.c:1488
318 msgid "find all files and directories, returning NUL-separated list"
321 #: fish/cmds.c:114 fish/cmds.c:928
322 msgid "run the filesystem checker"
325 #: fish/cmds.c:115 fish/cmds.c:393
326 msgid "get the additional kernel options"
329 #: fish/cmds.c:116 fish/cmds.c:403
330 msgid "get autosync mode"
333 #: fish/cmds.c:117 fish/cmds.c:488
334 msgid "get direct appliance mode flag"
337 #: fish/cmds.c:118 fish/cmds.c:913
338 msgid "get the ext2/3/4 filesystem label"
341 #: fish/cmds.c:119 fish/cmds.c:923
342 msgid "get the ext2/3/4 filesystem UUID"
345 #: fish/cmds.c:120 fish/cmds.c:448
346 msgid "get memory allocated to the qemu subprocess"
349 #: fish/cmds.c:121 fish/cmds.c:383
350 msgid "get the search path"
353 #: fish/cmds.c:122 fish/cmds.c:453
354 msgid "get PID of qemu subprocess"
357 #: fish/cmds.c:123 fish/cmds.c:373
358 msgid "get the qemu binary"
361 #: fish/cmds.c:124 fish/cmds.c:498
362 msgid "get recovery process enabled flag"
365 #: fish/cmds.c:125 fish/cmds.c:468
366 msgid "get SELinux enabled flag"
369 #: fish/cmds.c:126 fish/cmds.c:438
370 msgid "get the current state"
373 #: fish/cmds.c:127 fish/cmds.c:478
374 msgid "get command trace enabled flag"
377 #: fish/cmds.c:128 fish/cmds.c:1708
378 msgid "get the current umask"
381 #: fish/cmds.c:129 fish/cmds.c:413
382 msgid "get verbose mode"
385 #: fish/cmds.c:130 fish/cmds.c:1438
386 msgid "get SELinux security context"
389 #: fish/cmds.c:131 fish/cmds.c:156 fish/cmds.c:1213 fish/cmds.c:1218
390 msgid "list extended attributes of a file or directory"
393 #: fish/cmds.c:132 fish/cmds.c:1073
394 msgid "expand a wildcard path"
397 #: fish/cmds.c:135 fish/cmds.c:938
401 #: fish/cmds.c:136 fish/cmds.c:1113
402 msgid "return first 10 lines of a file"
405 #: fish/cmds.c:137 fish/cmds.c:1118
406 msgid "return first N lines of a file"
409 #: fish/cmds.c:138 fish/cmds.c:988
410 msgid "dump a file in hexadecimal"
413 #: fish/cmds.c:139 fish/cmds.c:1613
414 msgid "list the contents of a single file in an initrd"
417 #: fish/cmds.c:140 fish/cmds.c:1148
418 msgid "list files in an initrd"
421 #: fish/cmds.c:141 fish/cmds.c:1408
422 msgid "add an inotify watch"
425 #: fish/cmds.c:142 fish/cmds.c:1428
426 msgid "close the inotify handle"
429 #: fish/cmds.c:143 fish/cmds.c:1423
430 msgid "return list of watched files that had events"
433 #: fish/cmds.c:144 fish/cmds.c:1403
434 msgid "create an inotify handle"
437 #: fish/cmds.c:145 fish/cmds.c:1418
438 msgid "return list of inotify events"
441 #: fish/cmds.c:146 fish/cmds.c:1413
442 msgid "remove an inotify watch"
445 #: fish/cmds.c:147 fish/cmds.c:433
446 msgid "is busy processing a command"
449 #: fish/cmds.c:148 fish/cmds.c:423
450 msgid "is in configuration state"
453 #: fish/cmds.c:149 fish/cmds.c:150 fish/cmds.c:693 fish/cmds.c:698
454 msgid "test if file exists"
457 #: fish/cmds.c:151 fish/cmds.c:428
458 msgid "is launching subprocess"
461 #: fish/cmds.c:152 fish/cmds.c:418
462 msgid "is ready to accept commands"
465 #: fish/cmds.c:153 fish/cmds.c:343
466 msgid "kill the qemu subprocess"
469 #: fish/cmds.c:154 fish/cmds.c:338
470 msgid "launch the qemu subprocess"
473 #: fish/cmds.c:157 fish/cmds.c:543
474 msgid "list the block devices"
477 #: fish/cmds.c:158 fish/cmds.c:548
478 msgid "list the partitions"
481 #: fish/cmds.c:159 fish/cmds.c:533
482 msgid "list the files in a directory (long format)"
485 #: fish/cmds.c:160 fish/cmds.c:161 fish/cmds.c:1328 fish/cmds.c:1333
486 msgid "create a hard link"
489 #: fish/cmds.c:162 fish/cmds.c:163 fish/cmds.c:1338 fish/cmds.c:1343
490 msgid "create a symbolic link"
493 #: fish/cmds.c:164 fish/cmds.c:239 fish/cmds.c:1233 fish/cmds.c:1238
494 msgid "remove extended attribute of a file or directory"
497 #: fish/cmds.c:165 fish/cmds.c:538
498 msgid "list the files in a directory"
501 #: fish/cmds.c:166 fish/cmds.c:262 fish/cmds.c:1223 fish/cmds.c:1228
502 msgid "set extended attribute of a file or directory"
505 #: fish/cmds.c:167 fish/cmds.c:773
506 msgid "get file information for a symbolic link"
509 #: fish/cmds.c:168 fish/cmds.c:1528
510 msgid "lstat on multiple files"
513 #: fish/cmds.c:169 fish/cmds.c:713
514 msgid "create an LVM logical volume"
517 #: fish/cmds.c:170 fish/cmds.c:748
518 msgid "remove all LVM LVs, VGs and PVs"
521 #: fish/cmds.c:171 fish/cmds.c:893
522 msgid "remove an LVM logical volume"
525 #: fish/cmds.c:172 fish/cmds.c:1603
526 msgid "rename an LVM logical volume"
529 #: fish/cmds.c:173 fish/cmds.c:1033
530 msgid "resize an LVM logical volume"
533 #: fish/cmds.c:174 fish/cmds.c:1698
534 msgid "expand an LV to fill free space"
537 #: fish/cmds.c:175 fish/cmds.c:176 fish/cmds.c:563 fish/cmds.c:578
538 msgid "list the LVM logical volumes (LVs)"
541 #: fish/cmds.c:177 fish/cmds.c:1628
542 msgid "get the UUID of a logical volume"
545 #: fish/cmds.c:178 fish/cmds.c:1533
546 msgid "lgetxattr on multiple files"
549 #: fish/cmds.c:179 fish/cmds.c:668
550 msgid "create a directory"
553 #: fish/cmds.c:180 fish/cmds.c:1518
554 msgid "create a directory with a particular mode"
557 #: fish/cmds.c:181 fish/cmds.c:673
558 msgid "create a directory and parents"
561 #: fish/cmds.c:182 fish/cmds.c:1093
562 msgid "create a temporary directory"
565 #: fish/cmds.c:183 fish/cmds.c:184 fish/cmds.c:185 fish/cmds.c:1463
566 #: fish/cmds.c:1468 fish/cmds.c:1473
567 msgid "make ext2/3/4 filesystem with external journal"
570 #: fish/cmds.c:186 fish/cmds.c:1448
571 msgid "make ext2/3/4 external journal"
574 #: fish/cmds.c:187 fish/cmds.c:1453
575 msgid "make ext2/3/4 external journal with label"
578 #: fish/cmds.c:188 fish/cmds.c:1458
579 msgid "make ext2/3/4 external journal with UUID"
582 #: fish/cmds.c:189 fish/cmds.c:1178
583 msgid "make FIFO (named pipe)"
586 #: fish/cmds.c:190 fish/cmds.c:718
587 msgid "make a filesystem"
590 #: fish/cmds.c:191 fish/cmds.c:1443
591 msgid "make a filesystem with block size"
594 #: fish/cmds.c:192 fish/cmds.c:1248
595 msgid "create a mountpoint"
598 #: fish/cmds.c:193 fish/cmds.c:1173
599 msgid "make block, character or FIFO devices"
602 #: fish/cmds.c:194 fish/cmds.c:1183
603 msgid "make block device node"
606 #: fish/cmds.c:195 fish/cmds.c:1188
607 msgid "make char device node"
610 #: fish/cmds.c:196 fish/cmds.c:1158
611 msgid "create a swap partition"
614 #: fish/cmds.c:197 fish/cmds.c:1163
615 msgid "create a swap partition with a label"
618 #: fish/cmds.c:198 fish/cmds.c:1168
619 msgid "create a swap partition with an explicit UUID"
622 #: fish/cmds.c:199 fish/cmds.c:1398
623 msgid "create a swap file"
626 #: fish/cmds.c:200 fish/cmds.c:1478
627 msgid "load a kernel module"
630 #: fish/cmds.c:201 fish/cmds.c:513
631 msgid "mount a guest disk at a position in the filesystem"
634 #: fish/cmds.c:202 fish/cmds.c:1153
635 msgid "mount a file using the loop device"
638 #: fish/cmds.c:203 fish/cmds.c:878
639 msgid "mount a guest disk with mount options"
642 #: fish/cmds.c:204 fish/cmds.c:873
643 msgid "mount a guest disk, read-only"
646 #: fish/cmds.c:205 fish/cmds.c:883
647 msgid "mount a guest disk with mount options and vfstype"
650 #: fish/cmds.c:206 fish/cmds.c:1243
651 msgid "show mountpoints"
654 #: fish/cmds.c:207 fish/cmds.c:738
655 msgid "show mounted filesystems"
658 #: fish/cmds.c:208 fish/cmds.c:953
662 #: fish/cmds.c:209 fish/cmds.c:1058
663 msgid "probe NTFS volume"
666 #: fish/cmds.c:210 fish/cmds.c:1663
667 msgid "resize an NTFS filesystem"
670 #: fish/cmds.c:211 fish/cmds.c:1758
671 msgid "resize an NTFS filesystem (with size)"
674 #: fish/cmds.c:212 fish/cmds.c:1553
675 msgid "add a partition to the device"
678 #: fish/cmds.c:213 fish/cmds.c:1673
679 msgid "delete a partition"
682 #: fish/cmds.c:214 fish/cmds.c:1558
683 msgid "partition whole disk with a single primary partition"
686 #: fish/cmds.c:215 fish/cmds.c:1678
687 msgid "return true if a partition is bootable"
690 #: fish/cmds.c:216 fish/cmds.c:1683
691 msgid "get the MBR type byte (ID byte) from a partition"
694 #: fish/cmds.c:217 fish/cmds.c:1578
695 msgid "get the partition table type"
698 #: fish/cmds.c:218 fish/cmds.c:1548
699 msgid "create an empty partition table"
702 #: fish/cmds.c:219 fish/cmds.c:1573
703 msgid "list partitions on a device"
706 #: fish/cmds.c:220 fish/cmds.c:1563
707 msgid "make a partition bootable"
710 #: fish/cmds.c:221 fish/cmds.c:1688
711 msgid "set the MBR type byte (ID byte) of a partition"
714 #: fish/cmds.c:222 fish/cmds.c:1568
715 msgid "set partition name"
718 #: fish/cmds.c:223 fish/cmds.c:968
719 msgid "ping the guest daemon"
722 #: fish/cmds.c:224 fish/cmds.c:1543
723 msgid "read part of a file"
726 #: fish/cmds.c:225 fish/cmds.c:703
727 msgid "create an LVM physical volume"
730 #: fish/cmds.c:226 fish/cmds.c:903
731 msgid "remove an LVM physical volume"
734 #: fish/cmds.c:227 fish/cmds.c:998
735 msgid "resize an LVM physical volume"
738 #: fish/cmds.c:228 fish/cmds.c:1753
739 msgid "resize an LVM physical volume (with size)"
742 #: fish/cmds.c:229 fish/cmds.c:230 fish/cmds.c:553 fish/cmds.c:568
743 msgid "list the LVM physical volumes (PVs)"
746 #: fish/cmds.c:231 fish/cmds.c:1618
747 msgid "get the UUID of a physical volume"
750 #: fish/cmds.c:232 fish/cmds.c:1743
751 msgid "write to part of a file"
754 #: fish/cmds.c:233 fish/cmds.c:1258
758 #: fish/cmds.c:234 fish/cmds.c:583
759 msgid "read file as lines"
762 #: fish/cmds.c:235 fish/cmds.c:1198
763 msgid "read directories entries"
766 #: fish/cmds.c:236 fish/cmds.c:1348
767 msgid "read the target of a symbolic link"
770 #: fish/cmds.c:237 fish/cmds.c:1538
771 msgid "readlink on multiple files"
774 #: fish/cmds.c:238 fish/cmds.c:1323
775 msgid "canonicalized absolute pathname"
778 #: fish/cmds.c:240 fish/cmds.c:1038
779 msgid "resize an ext2, ext3 or ext4 filesystem"
782 #: fish/cmds.c:241 fish/cmds.c:1748
783 msgid "resize an ext2, ext3 or ext4 filesystem (with size)"
786 #: fish/cmds.c:242 fish/cmds.c:653
787 msgid "remove a file"
790 #: fish/cmds.c:243 fish/cmds.c:663
791 msgid "remove a file or directory recursively"
794 #: fish/cmds.c:244 fish/cmds.c:658
795 msgid "remove a directory"
798 #: fish/cmds.c:245 fish/cmds.c:1253
799 msgid "remove a mountpoint"
802 #: fish/cmds.c:246 fish/cmds.c:1078
803 msgid "scrub (securely wipe) a device"
806 #: fish/cmds.c:247 fish/cmds.c:1083
807 msgid "scrub (securely wipe) a file"
810 #: fish/cmds.c:248 fish/cmds.c:1088
811 msgid "scrub (securely wipe) free space"
814 #: fish/cmds.c:249 fish/cmds.c:388
815 msgid "add options to kernel command line"
818 #: fish/cmds.c:250 fish/cmds.c:398
819 msgid "set autosync mode"
822 #: fish/cmds.c:251 fish/cmds.c:483
823 msgid "enable or disable direct appliance mode"
826 #: fish/cmds.c:252 fish/cmds.c:908
827 msgid "set the ext2/3/4 filesystem label"
830 #: fish/cmds.c:253 fish/cmds.c:918
831 msgid "set the ext2/3/4 filesystem UUID"
834 #: fish/cmds.c:254 fish/cmds.c:443
835 msgid "set memory allocated to the qemu subprocess"
838 #: fish/cmds.c:255 fish/cmds.c:378
839 msgid "set the search path"
842 #: fish/cmds.c:256 fish/cmds.c:368
843 msgid "set the qemu binary"
846 #: fish/cmds.c:257 fish/cmds.c:493
847 msgid "enable or disable the recovery process"
850 #: fish/cmds.c:258 fish/cmds.c:463
851 msgid "set SELinux enabled or disabled at appliance boot"
854 #: fish/cmds.c:259 fish/cmds.c:473
855 msgid "enable or disable command traces"
858 #: fish/cmds.c:260 fish/cmds.c:408
859 msgid "set verbose mode"
862 #: fish/cmds.c:261 fish/cmds.c:1433
863 msgid "set SELinux security context"
866 #: fish/cmds.c:263 fish/cmds.c:264 fish/cmds.c:723 fish/cmds.c:1203
867 msgid "create partitions on a block device"
870 #: fish/cmds.c:265 fish/cmds.c:1003
871 msgid "modify a single partition on a block device"
874 #: fish/cmds.c:266 fish/cmds.c:1018
875 msgid "display the disk geometry from the partition table"
878 #: fish/cmds.c:267 fish/cmds.c:1013
879 msgid "display the kernel geometry"
882 #: fish/cmds.c:268 fish/cmds.c:1008
883 msgid "display the partition table"
886 #: fish/cmds.c:269 fish/cmds.c:1063
887 msgid "run a command via the shell"
890 #: fish/cmds.c:270 fish/cmds.c:1068
891 msgid "run a command via the shell returning lines"
894 #: fish/cmds.c:271 fish/cmds.c:1053
895 msgid "sleep for some seconds"
898 #: fish/cmds.c:272 fish/cmds.c:768
899 msgid "get file information"
902 #: fish/cmds.c:273 fish/cmds.c:778
903 msgid "get file system statistics"
906 #: fish/cmds.c:274 fish/cmds.c:275 fish/cmds.c:978 fish/cmds.c:983
907 msgid "print the printable strings in a file"
910 #: fish/cmds.c:276 fish/cmds.c:1363
911 msgid "disable swap on device"
914 #: fish/cmds.c:277 fish/cmds.c:1373
915 msgid "disable swap on file"
918 #: fish/cmds.c:278 fish/cmds.c:1383
919 msgid "disable swap on labeled swap partition"
922 #: fish/cmds.c:279 fish/cmds.c:1393
923 msgid "disable swap on swap partition by UUID"
926 #: fish/cmds.c:280 fish/cmds.c:1358
927 msgid "enable swap on device"
930 #: fish/cmds.c:281 fish/cmds.c:1368
931 msgid "enable swap on file"
934 #: fish/cmds.c:282 fish/cmds.c:1378
935 msgid "enable swap on labeled swap partition"
938 #: fish/cmds.c:283 fish/cmds.c:1388
939 msgid "enable swap on swap partition by UUID"
942 #: fish/cmds.c:284 fish/cmds.c:518
943 msgid "sync disks, writes are flushed through to the disk image"
946 #: fish/cmds.c:285 fish/cmds.c:1123
947 msgid "return last 10 lines of a file"
950 #: fish/cmds.c:286 fish/cmds.c:1128
951 msgid "return last N lines of a file"
954 #: fish/cmds.c:287 fish/cmds.c:853
955 msgid "unpack tarfile to directory"
958 #: fish/cmds.c:288 fish/cmds.c:858
959 msgid "pack directory into tarfile"
962 #: fish/cmds.c:289 fish/cmds.c:295 fish/cmds.c:863 fish/cmds.c:1653
963 msgid "unpack compressed tarball to directory"
966 #: fish/cmds.c:290 fish/cmds.c:296 fish/cmds.c:868 fish/cmds.c:1658
967 msgid "pack directory into compressed tarball"
970 #: fish/cmds.c:291 fish/cmds.c:523
971 msgid "update file timestamps or create a new file"
974 #: fish/cmds.c:292 fish/cmds.c:1503
975 msgid "truncate a file to zero size"
978 #: fish/cmds.c:293 fish/cmds.c:1508
979 msgid "truncate a file to a particular size"
982 #: fish/cmds.c:294 fish/cmds.c:783
983 msgid "get ext2/ext3/ext4 superblock details"
986 #: fish/cmds.c:297 fish/cmds.c:1193
987 msgid "set file mode creation mask (umask)"
990 #: fish/cmds.c:298 fish/cmds.c:733
991 msgid "unmount a filesystem"
994 #: fish/cmds.c:299 fish/cmds.c:743
995 msgid "unmount all filesystems"
998 #: fish/cmds.c:300 fish/cmds.c:838
999 msgid "upload a file from the local machine"
1002 #: fish/cmds.c:301 fish/cmds.c:1513
1003 msgid "set timestamp of a file with nanosecond precision"
1006 #: fish/cmds.c:302 fish/cmds.c:458
1007 msgid "get the library version number"
1010 #: fish/cmds.c:303 fish/cmds.c:1773
1011 msgid "get the filesystem label"
1014 #: fish/cmds.c:304 fish/cmds.c:1498
1015 msgid "get the Linux VFS type corresponding to a mounted device"
1018 #: fish/cmds.c:305 fish/cmds.c:1778
1019 msgid "get the filesystem UUID"
1022 #: fish/cmds.c:306 fish/cmds.c:1028
1023 msgid "activate or deactivate some volume groups"
1026 #: fish/cmds.c:307 fish/cmds.c:1023
1027 msgid "activate or deactivate all volume groups"
1030 #: fish/cmds.c:308 fish/cmds.c:708
1031 msgid "create an LVM volume group"
1034 #: fish/cmds.c:309 fish/cmds.c:1638
1035 msgid "get the LV UUIDs of all LVs in the volume group"
1038 #: fish/cmds.c:310 fish/cmds.c:1633
1039 msgid "get the PV UUIDs containing the volume group"
1042 #: fish/cmds.c:311 fish/cmds.c:898
1043 msgid "remove an LVM volume group"
1046 #: fish/cmds.c:312 fish/cmds.c:1608
1047 msgid "rename an LVM volume group"
1050 #: fish/cmds.c:313 fish/cmds.c:314 fish/cmds.c:558 fish/cmds.c:573
1051 msgid "list the LVM volume groups (VGs)"
1054 #: fish/cmds.c:315 fish/cmds.c:1668
1055 msgid "rescan for LVM physical volumes, volume groups and logical volumes"
1058 #: fish/cmds.c:316 fish/cmds.c:1623
1059 msgid "get the UUID of a volume group"
1062 #: fish/cmds.c:317 fish/cmds.c:1108
1063 msgid "count characters in a file"
1066 #: fish/cmds.c:318 fish/cmds.c:1098
1067 msgid "count lines in a file"
1070 #: fish/cmds.c:319 fish/cmds.c:1103
1071 msgid "count words in a file"
1074 #: fish/cmds.c:320 fish/cmds.c:1738
1075 msgid "create a new file"
1078 #: fish/cmds.c:321 fish/cmds.c:728
1079 msgid "create a file"
1082 #: fish/cmds.c:324 fish/cmds.c:933
1083 msgid "write zeroes to the device"
1086 #: fish/cmds.c:325 fish/cmds.c:1648
1087 msgid "write zeroes to an entire device"
1090 #: fish/cmds.c:326 fish/cmds.c:993
1091 msgid "zero unused inodes and disk blocks on ext2/3 filesystem"
1094 #: fish/cmds.c:329 fish/cmds.c:1208
1095 msgid "determine file type inside a compressed file"
1099 msgid "Use -h <cmd> / help <cmd> to show detailed help for a command."
1102 #: fish/cmds.c:2058 fish/cmds.c:2070 fish/cmds.c:2083 fish/cmds.c:2097
1103 #: fish/cmds.c:2111 fish/cmds.c:2126 fish/cmds.c:2141 fish/cmds.c:2154
1104 #: fish/cmds.c:2169 fish/cmds.c:2182 fish/cmds.c:2197 fish/cmds.c:2210
1105 #: fish/cmds.c:2224 fish/cmds.c:2237 fish/cmds.c:2252 fish/cmds.c:2265
1106 #: fish/cmds.c:2279 fish/cmds.c:2293 fish/cmds.c:2307 fish/cmds.c:2321
1107 #: fish/cmds.c:2335 fish/cmds.c:2350 fish/cmds.c:2381 fish/cmds.c:2395
1108 #: fish/cmds.c:2409 fish/cmds.c:2425 fish/cmds.c:2438 fish/cmds.c:2453
1109 #: fish/cmds.c:2466 fish/cmds.c:2481 fish/cmds.c:2494 fish/cmds.c:2509
1110 #: fish/cmds.c:2522 fish/cmds.c:2538 fish/cmds.c:2554 fish/cmds.c:2570
1111 #: fish/cmds.c:2584 fish/cmds.c:2597 fish/cmds.c:2613 fish/cmds.c:2632
1112 #: fish/cmds.c:2651 fish/cmds.c:2669 fish/cmds.c:2684 fish/cmds.c:2699
1113 #: fish/cmds.c:2714 fish/cmds.c:2729 fish/cmds.c:2744 fish/cmds.c:2759
1114 #: fish/cmds.c:2774 fish/cmds.c:2790 fish/cmds.c:2810 fish/cmds.c:2844
1115 #: fish/cmds.c:2858 fish/cmds.c:2877 fish/cmds.c:2896 fish/cmds.c:2914
1116 #: fish/cmds.c:2931 fish/cmds.c:2947 fish/cmds.c:2964 fish/cmds.c:2979
1117 #: fish/cmds.c:2995 fish/cmds.c:3007 fish/cmds.c:3020 fish/cmds.c:3037
1118 #: fish/cmds.c:3053 fish/cmds.c:3069 fish/cmds.c:3085 fish/cmds.c:3101
1119 #: fish/cmds.c:3118 fish/cmds.c:3155 fish/cmds.c:3209 fish/cmds.c:3227
1120 #: fish/cmds.c:3245 fish/cmds.c:3263 fish/cmds.c:3278 fish/cmds.c:3297
1121 #: fish/cmds.c:3332 fish/cmds.c:3351 fish/cmds.c:3427 fish/cmds.c:3463
1122 #: fish/cmds.c:3476 fish/cmds.c:3491 fish/cmds.c:3503 fish/cmds.c:3516
1123 #: fish/cmds.c:3535 fish/cmds.c:3554 fish/cmds.c:3573 fish/cmds.c:3592
1124 #: fish/cmds.c:3611 fish/cmds.c:3630 fish/cmds.c:3647 fish/cmds.c:3661
1125 #: fish/cmds.c:3675 fish/cmds.c:3691 fish/cmds.c:3707 fish/cmds.c:3724
1126 #: fish/cmds.c:3757 fish/cmds.c:3773 fish/cmds.c:3789 fish/cmds.c:3803
1127 #: fish/cmds.c:3818 fish/cmds.c:3838 fish/cmds.c:3858 fish/cmds.c:3879
1128 #: fish/cmds.c:3899 fish/cmds.c:3917 fish/cmds.c:3937 fish/cmds.c:3957
1129 #: fish/cmds.c:3974 fish/cmds.c:3993 fish/cmds.c:4011 fish/cmds.c:4031
1130 #: fish/cmds.c:4045 fish/cmds.c:4059 fish/cmds.c:4074 fish/cmds.c:4089
1131 #: fish/cmds.c:4107 fish/cmds.c:4122 fish/cmds.c:4140 fish/cmds.c:4157
1132 #: fish/cmds.c:4172 fish/cmds.c:4190 fish/cmds.c:4210 fish/cmds.c:4230
1133 #: fish/cmds.c:4249 fish/cmds.c:4280 fish/cmds.c:4295 fish/cmds.c:4309
1134 #: fish/cmds.c:4330 fish/cmds.c:4350 fish/cmds.c:4370 fish/cmds.c:4389
1135 #: fish/cmds.c:4403 fish/cmds.c:4422 fish/cmds.c:4513 fish/cmds.c:4530
1136 #: fish/cmds.c:4547 fish/cmds.c:4564 fish/cmds.c:4579 fish/cmds.c:4597
1137 #: fish/cmds.c:4630 fish/cmds.c:4644 fish/cmds.c:4663 fish/cmds.c:4677
1138 #: fish/cmds.c:4710 fish/cmds.c:4727 fish/cmds.c:4744 fish/cmds.c:4761
1139 #: fish/cmds.c:4780 fish/cmds.c:4794 fish/cmds.c:4810 fish/cmds.c:4826
1140 #: fish/cmds.c:4845 fish/cmds.c:4863 fish/cmds.c:4881 fish/cmds.c:4899
1141 #: fish/cmds.c:4919 fish/cmds.c:4957 fish/cmds.c:4977 fish/cmds.c:5014
1142 #: fish/cmds.c:5029 fish/cmds.c:5045 fish/cmds.c:5063 fish/cmds.c:5083
1143 #: fish/cmds.c:5102 fish/cmds.c:5117 fish/cmds.c:5133 fish/cmds.c:5151
1144 #: fish/cmds.c:5225 fish/cmds.c:5263 fish/cmds.c:5339 fish/cmds.c:5412
1145 #: fish/cmds.c:5446 fish/cmds.c:5466 fish/cmds.c:5484 fish/cmds.c:5504
1146 #: fish/cmds.c:5523 fish/cmds.c:5545 fish/cmds.c:5585 fish/cmds.c:5623
1147 #: fish/cmds.c:5641 fish/cmds.c:5657 fish/cmds.c:5673 fish/cmds.c:5687
1148 #: fish/cmds.c:5702 fish/cmds.c:5726 fish/cmds.c:5747 fish/cmds.c:5768
1149 #: fish/cmds.c:5789 fish/cmds.c:5810 fish/cmds.c:5831 fish/cmds.c:5852
1150 #: fish/cmds.c:5873 fish/cmds.c:5894 fish/cmds.c:5915 fish/cmds.c:5936
1151 #: fish/cmds.c:5957 fish/cmds.c:5977 fish/cmds.c:5997 fish/cmds.c:6015
1152 #: fish/cmds.c:6033 fish/cmds.c:6051 fish/cmds.c:6068 fish/cmds.c:6088
1153 #: fish/cmds.c:6123 fish/cmds.c:6137 fish/cmds.c:6151 fish/cmds.c:6167
1154 #: fish/cmds.c:6183 fish/cmds.c:6197 fish/cmds.c:6211 fish/cmds.c:6225
1155 #: fish/cmds.c:6239 fish/cmds.c:6255 fish/cmds.c:6288 fish/cmds.c:6325
1156 #: fish/cmds.c:6356 fish/cmds.c:6371 fish/cmds.c:6386 fish/cmds.c:6399
1157 #: fish/cmds.c:6412 fish/cmds.c:6430 fish/cmds.c:6465 fish/cmds.c:6500
1158 #: fish/cmds.c:6536 fish/cmds.c:6573 fish/cmds.c:6611 fish/cmds.c:6649
1159 #: fish/cmds.c:6684 fish/cmds.c:6698 fish/cmds.c:6718 fish/cmds.c:6737
1160 #: fish/cmds.c:6756 fish/cmds.c:6773 fish/cmds.c:6790 fish/cmds.c:6823
1161 #: fish/cmds.c:6892 fish/cmds.c:6929 fish/cmds.c:6984 fish/cmds.c:7007
1162 #: fish/cmds.c:7030 fish/cmds.c:7055 fish/cmds.c:7111 fish/cmds.c:7129
1163 #: fish/cmds.c:7171 fish/cmds.c:7188 fish/cmds.c:7224 fish/cmds.c:7258
1164 #: fish/cmds.c:7275 fish/cmds.c:7294 fish/cmds.c:7348 fish/cmds.c:7365
1165 #: fish/cmds.c:7384 fish/cmds.c:7403 fish/cmds.c:7419 fish/cmds.c:7436
1166 #: fish/cmds.c:7460 fish/cmds.c:7477 fish/cmds.c:7494 fish/cmds.c:7511
1167 #: fish/cmds.c:7528 fish/cmds.c:7547 fish/cmds.c:7579 fish/cmds.c:7594
1168 #: fish/cmds.c:7614 fish/cmds.c:7633 fish/cmds.c:7646 fish/cmds.c:7660
1169 #: fish/cmds.c:7694 fish/cmds.c:7730 fish/cmds.c:7767 fish/cmds.c:7820
1170 #: fish/cmds.c:7839 fish/cmds.c:7872 fish/cmds.c:7885 fish/cmds.c:7902
1171 #: fish/cmds.c:7939 fish/cmds.c:7959 fish/cmds.c:7980 fish/cmds.c:8002
1172 #: fish/cmds.c:8040 fish/cmds.c:8061 fish/cmds.c:8095 fish/cmds.c:8123
1173 #: fish/cmds.c:8151 fish/cmds.c:8177 fish/cmds.c:8194 fish/cmds.c:8223
1176 msgid "%s should have %d parameter(s)\n"
1179 #: fish/cmds.c:2059 fish/cmds.c:2071 fish/cmds.c:2084 fish/cmds.c:2098
1180 #: fish/cmds.c:2112 fish/cmds.c:2127 fish/cmds.c:2142 fish/cmds.c:2155
1181 #: fish/cmds.c:2170 fish/cmds.c:2183 fish/cmds.c:2198 fish/cmds.c:2211
1182 #: fish/cmds.c:2225 fish/cmds.c:2238 fish/cmds.c:2253 fish/cmds.c:2266
1183 #: fish/cmds.c:2280 fish/cmds.c:2294 fish/cmds.c:2308 fish/cmds.c:2322
1184 #: fish/cmds.c:2336 fish/cmds.c:2351 fish/cmds.c:2382 fish/cmds.c:2396
1185 #: fish/cmds.c:2410 fish/cmds.c:2426 fish/cmds.c:2439 fish/cmds.c:2454
1186 #: fish/cmds.c:2467 fish/cmds.c:2482 fish/cmds.c:2495 fish/cmds.c:2510
1187 #: fish/cmds.c:2523 fish/cmds.c:2539 fish/cmds.c:2555 fish/cmds.c:2571
1188 #: fish/cmds.c:2585 fish/cmds.c:2598 fish/cmds.c:2614 fish/cmds.c:2633
1189 #: fish/cmds.c:2652 fish/cmds.c:2670 fish/cmds.c:2685 fish/cmds.c:2700
1190 #: fish/cmds.c:2715 fish/cmds.c:2730 fish/cmds.c:2745 fish/cmds.c:2760
1191 #: fish/cmds.c:2775 fish/cmds.c:2791 fish/cmds.c:2811 fish/cmds.c:2845
1192 #: fish/cmds.c:2859 fish/cmds.c:2878 fish/cmds.c:2897 fish/cmds.c:2915
1193 #: fish/cmds.c:2932 fish/cmds.c:2948 fish/cmds.c:2965 fish/cmds.c:2980
1194 #: fish/cmds.c:2996 fish/cmds.c:3008 fish/cmds.c:3021 fish/cmds.c:3038
1195 #: fish/cmds.c:3054 fish/cmds.c:3070 fish/cmds.c:3086 fish/cmds.c:3102
1196 #: fish/cmds.c:3119 fish/cmds.c:3156 fish/cmds.c:3210 fish/cmds.c:3228
1197 #: fish/cmds.c:3246 fish/cmds.c:3264 fish/cmds.c:3279 fish/cmds.c:3298
1198 #: fish/cmds.c:3333 fish/cmds.c:3352 fish/cmds.c:3428 fish/cmds.c:3464
1199 #: fish/cmds.c:3477 fish/cmds.c:3492 fish/cmds.c:3504 fish/cmds.c:3517
1200 #: fish/cmds.c:3536 fish/cmds.c:3555 fish/cmds.c:3574 fish/cmds.c:3593
1201 #: fish/cmds.c:3612 fish/cmds.c:3631 fish/cmds.c:3648 fish/cmds.c:3662
1202 #: fish/cmds.c:3676 fish/cmds.c:3692 fish/cmds.c:3708 fish/cmds.c:3725
1203 #: fish/cmds.c:3758 fish/cmds.c:3774 fish/cmds.c:3790 fish/cmds.c:3804
1204 #: fish/cmds.c:3819 fish/cmds.c:3839 fish/cmds.c:3859 fish/cmds.c:3880
1205 #: fish/cmds.c:3900 fish/cmds.c:3918 fish/cmds.c:3938 fish/cmds.c:3958
1206 #: fish/cmds.c:3975 fish/cmds.c:3994 fish/cmds.c:4012 fish/cmds.c:4032
1207 #: fish/cmds.c:4046 fish/cmds.c:4060 fish/cmds.c:4075 fish/cmds.c:4090
1208 #: fish/cmds.c:4108 fish/cmds.c:4123 fish/cmds.c:4141 fish/cmds.c:4158
1209 #: fish/cmds.c:4173 fish/cmds.c:4191 fish/cmds.c:4211 fish/cmds.c:4231
1210 #: fish/cmds.c:4250 fish/cmds.c:4281 fish/cmds.c:4296 fish/cmds.c:4310
1211 #: fish/cmds.c:4331 fish/cmds.c:4351 fish/cmds.c:4371 fish/cmds.c:4390
1212 #: fish/cmds.c:4404 fish/cmds.c:4423 fish/cmds.c:4514 fish/cmds.c:4531
1213 #: fish/cmds.c:4548 fish/cmds.c:4565 fish/cmds.c:4580 fish/cmds.c:4598
1214 #: fish/cmds.c:4631 fish/cmds.c:4645 fish/cmds.c:4664 fish/cmds.c:4678
1215 #: fish/cmds.c:4711 fish/cmds.c:4728 fish/cmds.c:4745 fish/cmds.c:4762
1216 #: fish/cmds.c:4781 fish/cmds.c:4795 fish/cmds.c:4811 fish/cmds.c:4827
1217 #: fish/cmds.c:4846 fish/cmds.c:4864 fish/cmds.c:4882 fish/cmds.c:4900
1218 #: fish/cmds.c:4920 fish/cmds.c:4958 fish/cmds.c:4978 fish/cmds.c:5015
1219 #: fish/cmds.c:5030 fish/cmds.c:5046 fish/cmds.c:5064 fish/cmds.c:5084
1220 #: fish/cmds.c:5103 fish/cmds.c:5118 fish/cmds.c:5134 fish/cmds.c:5152
1221 #: fish/cmds.c:5226 fish/cmds.c:5264 fish/cmds.c:5340 fish/cmds.c:5413
1222 #: fish/cmds.c:5447 fish/cmds.c:5467 fish/cmds.c:5485 fish/cmds.c:5505
1223 #: fish/cmds.c:5524 fish/cmds.c:5546 fish/cmds.c:5586 fish/cmds.c:5624
1224 #: fish/cmds.c:5642 fish/cmds.c:5658 fish/cmds.c:5674 fish/cmds.c:5688
1225 #: fish/cmds.c:5703 fish/cmds.c:5727 fish/cmds.c:5748 fish/cmds.c:5769
1226 #: fish/cmds.c:5790 fish/cmds.c:5811 fish/cmds.c:5832 fish/cmds.c:5853
1227 #: fish/cmds.c:5874 fish/cmds.c:5895 fish/cmds.c:5916 fish/cmds.c:5937
1228 #: fish/cmds.c:5958 fish/cmds.c:5978 fish/cmds.c:5998 fish/cmds.c:6016
1229 #: fish/cmds.c:6034 fish/cmds.c:6052 fish/cmds.c:6069 fish/cmds.c:6089
1230 #: fish/cmds.c:6124 fish/cmds.c:6138 fish/cmds.c:6152 fish/cmds.c:6168
1231 #: fish/cmds.c:6184 fish/cmds.c:6198 fish/cmds.c:6212 fish/cmds.c:6226
1232 #: fish/cmds.c:6240 fish/cmds.c:6256 fish/cmds.c:6289 fish/cmds.c:6326
1233 #: fish/cmds.c:6357 fish/cmds.c:6372 fish/cmds.c:6387 fish/cmds.c:6400
1234 #: fish/cmds.c:6413 fish/cmds.c:6431 fish/cmds.c:6466 fish/cmds.c:6501
1235 #: fish/cmds.c:6537 fish/cmds.c:6574 fish/cmds.c:6612 fish/cmds.c:6650
1236 #: fish/cmds.c:6685 fish/cmds.c:6699 fish/cmds.c:6719 fish/cmds.c:6738
1237 #: fish/cmds.c:6757 fish/cmds.c:6774 fish/cmds.c:6791 fish/cmds.c:6824
1238 #: fish/cmds.c:6893 fish/cmds.c:6930 fish/cmds.c:6985 fish/cmds.c:7008
1239 #: fish/cmds.c:7031 fish/cmds.c:7056 fish/cmds.c:7112 fish/cmds.c:7130
1240 #: fish/cmds.c:7172 fish/cmds.c:7189 fish/cmds.c:7225 fish/cmds.c:7259
1241 #: fish/cmds.c:7276 fish/cmds.c:7295 fish/cmds.c:7349 fish/cmds.c:7366
1242 #: fish/cmds.c:7385 fish/cmds.c:7404 fish/cmds.c:7420 fish/cmds.c:7437
1243 #: fish/cmds.c:7461 fish/cmds.c:7478 fish/cmds.c:7495 fish/cmds.c:7512
1244 #: fish/cmds.c:7529 fish/cmds.c:7548 fish/cmds.c:7580 fish/cmds.c:7595
1245 #: fish/cmds.c:7615 fish/cmds.c:7634 fish/cmds.c:7647 fish/cmds.c:7661
1246 #: fish/cmds.c:7695 fish/cmds.c:7731 fish/cmds.c:7768 fish/cmds.c:7821
1247 #: fish/cmds.c:7840 fish/cmds.c:7873 fish/cmds.c:7886 fish/cmds.c:7903
1248 #: fish/cmds.c:7940 fish/cmds.c:7960 fish/cmds.c:7981 fish/cmds.c:8003
1249 #: fish/cmds.c:8041 fish/cmds.c:8062 fish/cmds.c:8096 fish/cmds.c:8124
1250 #: fish/cmds.c:8152 fish/cmds.c:8178 fish/cmds.c:8195 fish/cmds.c:8224
1253 msgid "type 'help %s' for help on %s\n"
1256 #: fish/cmds.c:2361 fish/cmds.c:2823 fish/cmds.c:3129 fish/cmds.c:3166
1257 #: fish/cmds.c:3185 fish/cmds.c:3310 fish/cmds.c:3363 fish/cmds.c:3382
1258 #: fish/cmds.c:3401 fish/cmds.c:3441 fish/cmds.c:3736 fish/cmds.c:4260
1259 #: fish/cmds.c:4434 fish/cmds.c:4453 fish/cmds.c:4472 fish/cmds.c:4491
1260 #: fish/cmds.c:4609 fish/cmds.c:4688 fish/cmds.c:4930 fish/cmds.c:4988
1261 #: fish/cmds.c:5162 fish/cmds.c:5181 fish/cmds.c:5200 fish/cmds.c:5236
1262 #: fish/cmds.c:5274 fish/cmds.c:5293 fish/cmds.c:5312 fish/cmds.c:5350
1263 #: fish/cmds.c:5369 fish/cmds.c:5388 fish/cmds.c:5423 fish/cmds.c:5558
1264 #: fish/cmds.c:5598 fish/cmds.c:6101 fish/cmds.c:6266 fish/cmds.c:6301
1265 #: fish/cmds.c:6336 fish/cmds.c:6442 fish/cmds.c:6476 fish/cmds.c:6511
1266 #: fish/cmds.c:6547 fish/cmds.c:6585 fish/cmds.c:6623 fish/cmds.c:6661
1267 #: fish/cmds.c:6803 fish/cmds.c:6836 fish/cmds.c:6849 fish/cmds.c:6862
1268 #: fish/cmds.c:6875 fish/cmds.c:6905 fish/cmds.c:6940 fish/cmds.c:6959
1269 #: fish/cmds.c:7068 fish/cmds.c:7087 fish/cmds.c:7142 fish/cmds.c:7155
1270 #: fish/cmds.c:7200 fish/cmds.c:7236 fish/cmds.c:7305 fish/cmds.c:7324
1271 #: fish/cmds.c:7562 fish/cmds.c:7672 fish/cmds.c:7706 fish/cmds.c:7742
1272 #: fish/cmds.c:7779 fish/cmds.c:7798 fish/cmds.c:7851 fish/cmds.c:7916
1273 #: fish/cmds.c:8014 fish/cmds.c:8076 fish/cmds.c:8107 fish/cmds.c:8135
1274 #: fish/cmds.c:8163 fish/cmds.c:8207
1276 msgid "%s: %s: invalid integer parameter (%s returned %d)\n"
1279 #: fish/cmds.c:2367 fish/cmds.c:2829 fish/cmds.c:3135 fish/cmds.c:3172
1280 #: fish/cmds.c:3191 fish/cmds.c:3316 fish/cmds.c:3369 fish/cmds.c:3388
1281 #: fish/cmds.c:3407 fish/cmds.c:3447 fish/cmds.c:3742 fish/cmds.c:4266
1282 #: fish/cmds.c:4440 fish/cmds.c:4459 fish/cmds.c:4478 fish/cmds.c:4497
1283 #: fish/cmds.c:4615 fish/cmds.c:4694 fish/cmds.c:4936 fish/cmds.c:4994
1284 #: fish/cmds.c:5168 fish/cmds.c:5187 fish/cmds.c:5206 fish/cmds.c:5242
1285 #: fish/cmds.c:5280 fish/cmds.c:5299 fish/cmds.c:5318 fish/cmds.c:5356
1286 #: fish/cmds.c:5375 fish/cmds.c:5394 fish/cmds.c:5429 fish/cmds.c:5564
1287 #: fish/cmds.c:5604 fish/cmds.c:6107 fish/cmds.c:6272 fish/cmds.c:6307
1288 #: fish/cmds.c:6342 fish/cmds.c:6448 fish/cmds.c:6482 fish/cmds.c:6517
1289 #: fish/cmds.c:6553 fish/cmds.c:6591 fish/cmds.c:6629 fish/cmds.c:6667
1290 #: fish/cmds.c:6911 fish/cmds.c:6946 fish/cmds.c:6965 fish/cmds.c:7074
1291 #: fish/cmds.c:7206 fish/cmds.c:7242 fish/cmds.c:7311 fish/cmds.c:7330
1292 #: fish/cmds.c:7678 fish/cmds.c:7712 fish/cmds.c:7748 fish/cmds.c:7785
1293 #: fish/cmds.c:7804 fish/cmds.c:7857 fish/cmds.c:7922 fish/cmds.c:8020
1295 msgid "%s: %s: integer out of range\n"
1300 msgid "%s: unknown command\n"
1305 msgid "use '%s filename' to edit a file\n"
1308 #: fish/fish.c:88 fuse/guestmount.c:879
1310 msgid "Try `%s --help' for more information.\n"
1316 "%s: guest filesystem shell\n"
1317 "%s lets you edit virtual machine filesystems\n"
1318 "Copyright (C) 2009 Red Hat Inc.\n"
1320 " %s [--options] cmd [: cmd : cmd ...]\n"
1321 " %s -i libvirt-domain\n"
1322 " %s -i disk-image(s)\n"
1323 "or for interactive use:\n"
1325 "or from a shell script:\n"
1331 " -h|--cmd-help List available commands\n"
1332 " -h|--cmd-help cmd Display detailed help on 'cmd'\n"
1333 " -a|--add image Add image\n"
1334 " -D|--no-dest-paths Don't tab-complete paths from guest fs\n"
1335 " -f|--file file Read commands from file\n"
1336 " -i|--inspector Run virt-inspector to get disk mountpoints\n"
1337 " --listen Listen for remote commands\n"
1338 " -m|--mount dev[:mnt] Mount dev on mnt (if omitted, /)\n"
1339 " -n|--no-sync Don't autosync\n"
1340 " -N|--new type Create prepared disk (test1.img, ...)\n"
1341 " --remote[=pid] Send commands to remote %s\n"
1342 " -r|--ro Mount read-only\n"
1343 " --selinux Enable SELinux support\n"
1344 " -v|--verbose Verbose messages\n"
1345 " -x Echo each command before executing it\n"
1346 " -V|--version Display version and exit\n"
1347 "For more information, see the manpage %s(1).\n"
1350 #: fish/fish.c:188 fuse/guestmount.c:976
1352 msgid "guestfs_create: failed to create handle\n"
1357 msgid "%s: --listen=PID: PID was not a number: %s\n"
1363 "%s: remote: $GUESTFISH_PID must be set to the PID of the remote process\n"
1366 #: fish/fish.c:243 fuse/guestmount.c:1021
1368 msgid "%s: unknown long option: %s (%d)\n"
1373 msgid "%s: only one -f parameter can be given\n"
1379 "%s: cannot use -i option with -a, -m, -N, --listen, --remote or --selinux\n"
1384 msgid "%s: -i requires a libvirt domain or path(s) to disk image(s)\n"
1389 msgid "%s: cannot use --listen and --remote options at the same time\n"
1394 msgid "%s: extra parameters on the command line with --listen flag\n"
1399 msgid "%s: cannot use --listen and --file options at the same time\n"
1406 "Welcome to guestfish, the libguestfs filesystem interactive shell for\n"
1407 "editing virtual machine filesystems.\n"
1409 "Type: 'help' for a list of commands\n"
1410 " 'man' to read the manual\n"
1411 " 'quit' to quit the shell\n"
1417 msgid "%s: unterminated double quote\n"
1420 #: fish/fish.c:768 fish/fish.c:785
1422 msgid "%s: command arguments not separated by whitespace\n"
1427 msgid "%s: unterminated single quote\n"
1432 msgid "%s: internal error parsing string at '%s'\n"
1437 msgid "%s: too many arguments\n"
1442 msgid "%s: empty command on command line\n"
1446 msgid "display a list of commands or help on a command"
1450 msgid "read the manual"
1454 msgid "quit guestfish"
1458 msgid "allocate an image"
1462 msgid "display a line of text"
1466 msgid "edit a file in the image"
1470 msgid "local change directory"
1474 msgid "expand wildcards in command"
1478 msgid "view a file in the pager"
1482 msgid "close and reopen libguestfs handle"
1486 msgid "allocate a sparse image file"
1490 msgid "list supported groups of commands"
1494 msgid "measure time taken to run command"
1500 "alloc - allocate an image\n"
1501 " alloc <filename> <size>\n"
1503 " This creates an empty (zeroed) file of the given size,\n"
1504 " and then adds so it can be further examined.\n"
1506 " For more advanced image creation, see qemu-img utility.\n"
1508 " Size can be specified using standard suffixes, eg. '1M'.\n"
1514 "echo - display a line of text\n"
1515 " echo [<params> ...]\n"
1517 " This echos the parameters to the terminal.\n"
1523 "edit - edit a file in the image\n"
1524 " edit <filename>\n"
1526 " This is used to edit a file.\n"
1528 " It is the equivalent of (and is implemented by)\n"
1529 " running \"cat\", editing locally, and then \"write\".\n"
1531 " Normally it uses $EDITOR, but if you use the aliases\n"
1532 " \"vi\" or \"emacs\" you will get those editors.\n"
1534 " NOTE: This will not work reliably for large files\n"
1535 " (> 2 MB) or binary files containing \\0 bytes.\n"
1541 "lcd - local change directory\n"
1542 " lcd <directory>\n"
1544 " Change guestfish's current directory. This command is\n"
1545 " useful if you want to download files to a particular\n"
1552 "glob - expand wildcards in command\n"
1553 " glob <command> [<args> ...]\n"
1555 " Glob runs <command> with wildcards expanded in any\n"
1556 " command args. Note that the command is run repeatedly\n"
1557 " once for each expanded argument.\n"
1563 "man - read the manual\n"
1566 " Opens the manual page for guestfish.\n"
1572 "help - display a list of commands or help on a command\n"
1580 "more - view a file in the pager\n"
1581 " more <filename>\n"
1583 " This is used to view a file in the pager.\n"
1585 " It is the equivalent of (and is implemented by)\n"
1586 " running \"cat\" and using the pager.\n"
1588 " Normally it uses $PAGER, but if you use the alias\n"
1589 " \"less\" then it always uses \"less\".\n"
1591 " NOTE: This will not work reliably for large files\n"
1592 " (> 2 MB) or binary files containing \\0 bytes.\n"
1598 "quit - quit guestfish\n"
1605 "reopen - close and reopen the libguestfs handle\n"
1608 "Close and reopen the libguestfs handle. It is not necessary to use\n"
1609 "this normally, because the handle is closed properly when guestfish\n"
1610 "exits. However this is occasionally useful for testing.\n"
1616 "sparse - allocate a sparse image file\n"
1617 " sparse <filename> <size>\n"
1619 " This creates an empty sparse file of the given size,\n"
1620 " and then adds so it can be further examined.\n"
1622 " In all respects it works the same as the 'alloc'\n"
1623 " command, except that the image file is allocated\n"
1624 " sparsely, which means that disk blocks are not assigned\n"
1625 " to the file until they are needed. Sparse disk files\n"
1626 " only use space when written to, but they are slower\n"
1627 " and there is a danger you could run out of real disk\n"
1628 " space during a write operation.\n"
1630 " For more advanced image creation, see qemu-img utility.\n"
1632 " Size can be specified using standard suffixes, eg. '1M'.\n"
1638 "supported - list supported groups of commands\n"
1641 " This command returns a list of the optional groups\n"
1642 " known to the daemon, and indicates which ones are\n"
1643 " supported by this build of the libguestfs appliance.\n"
1645 " See also guestfs(3) section AVAILABILITY.\n"
1651 "time - measure time taken to run command\n"
1652 " time <command> [<args> ...]\n"
1654 " This runs <command> as usual, and prints the elapsed\n"
1655 " time afterwards.\n"
1660 msgid "%s: command not known, use -h to list all commands\n"
1666 "Did you mean to open a disk image? guestfish -a disk.img\n"
1667 "For a list of commands: guestfish -h\n"
1668 "For complete documentation: man guestfish\n"
1673 msgid "Runaway quote in string \"%s\"\n"
1678 msgid "use 'glob command [args...]'\n"
1683 msgid "glob: guestfs_glob_expand call failed: %s\n"
1688 msgid "use 'lcd directory' to change local directory\n"
1693 msgid "use 'man' without parameters to open the manual\n"
1698 msgid "the external 'man' program failed\n"
1703 msgid "use '%s filename' to page a file\n"
1709 "List of available prepared disk images:\n"
1716 "guestfish -N %-16s %s\n"
1723 msgid " Optional parameters:\n"
1728 msgid "<%s> %s (default: %s)\n"
1734 "Prepared disk images are written to file \"test1.img\" in the local\n"
1735 "directory. (\"test2.img\" etc if -N option is given multiple times).\n"
1736 "For more information see the guestfish(1) manual.\n"
1742 "guestfish: -N parameter '%s': no such prepared disk image known.\n"
1743 "Use 'guestfish -N list' to list possible values for the -N parameter.\n"
1748 msgid "guestfish: error creating prepared disk image '%s' on '%s': "
1751 #: fish/prep.c:258 fish/prep.c:265 fish/prep.c:280
1752 msgid "failed to allocate disk"
1755 #: fish/prep.c:272 fish/prep.c:287
1757 msgid "failed to partition disk: %s"
1762 msgid "failed to create filesystem (%s): %s"
1767 msgid "guestfish: protocol error: could not read 'hello' message\n"
1773 "guestfish: protocol error: version mismatch, server version '%s' does not "
1774 "match client version '%s'. The two versions must match exactly.\n"
1777 #: fish/rc.c:329 fish/rc.c:343
1779 msgid "guestfish: remote: looks like the server is not running\n"
1782 #: fish/rc.c:355 fish/rc.c:369
1784 msgid "guestfish: protocol error: could not send initial greeting to server\n"
1789 msgid "guestfish: protocol error: could not decode reply from server\n"
1794 msgid "'reopen' command takes no parameters\n"
1799 msgid "reopen: guestfs_create: failed to create handle\n"
1802 #: fish/supported.c:66
1806 #: fish/supported.c:68
1812 msgid "use 'time command [args...]'\n"
1815 #: fuse/guestmount.c:883
1818 "%s: FUSE module for libguestfs\n"
1819 "%s lets you mount a virtual machine filesystem\n"
1820 "Copyright (C) 2009 Red Hat Inc.\n"
1822 " %s [--options] [-- [--FUSE-options]] mountpoint\n"
1824 " -a|--add image Add image\n"
1825 " --dir-cache-timeout Set readdir cache timeout (default 5 sec)\n"
1826 " --fuse-help Display extra FUSE options\n"
1827 " --help Display help message and exit\n"
1828 " -m|--mount dev[:mnt] Mount dev on mnt (if omitted, /)\n"
1829 " -n|--no-sync Don't autosync\n"
1830 " -o|--option opt Pass extra option to FUSE\n"
1831 " -r|--ro Mount read-only\n"
1832 " --selinux Enable SELinux support\n"
1833 " --trace Trace guestfs API calls (to stderr)\n"
1834 " -v|--verbose Verbose messages\n"
1835 " -V|--version Display version and exit\n"
1838 #: fuse/guestmount.c:1092
1840 msgid "%s: must have at least one -a and at least one -m option\n"
1843 #: fuse/guestmount.c:1100
1845 msgid "%s: you must specify a mountpoint in the host filesystem\n"
1848 #: inspector/virt-inspector.pl:200
1849 msgid "virt-inspector: no image or VM names given"
1852 #: inspector/virt-inspector.pl:294
1853 msgid "--fish output is only possible with a single OS\n"
1856 #: inspector/virt-inspector.pl:324
1858 "virt-inspector: no YAML support, try installing perl-YAML or libyaml-perl\n"
1861 #: inspector/virt-inspector.pl:363
1862 msgid " Mountpoints:\n"
1865 #: inspector/virt-inspector.pl:369
1866 msgid " Filesystems:\n"
1869 #: inspector/virt-inspector.pl:387
1870 msgid " Modprobe aliases:\n"
1873 #: inspector/virt-inspector.pl:398
1874 msgid " Initrd modules:\n"
1877 #: inspector/virt-inspector.pl:407
1878 msgid " Applications:\n"
1881 #: inspector/virt-inspector.pl:414
1885 #: inspector/virt-inspector.pl:426
1886 msgid " Windows Registry entries:\n"
1889 #: perl/lib/Sys/Guestfs/Lib.pm:152
1890 msgid "open_guest: first parameter must be a string or an arrayref"
1893 #: perl/lib/Sys/Guestfs/Lib.pm:158
1894 msgid "open_guest: first argument contains undefined element"
1897 #: perl/lib/Sys/Guestfs/Lib.pm:166
1898 #, perl-brace-format
1899 msgid "guest image {imagename} does not exist or is not readable"
1902 #: perl/lib/Sys/Guestfs/Lib.pm:171
1904 "open_guest: no libvirt support (install Sys::Virt, XML::XPath and XML::"
1908 #: perl/lib/Sys/Guestfs/Lib.pm:176
1909 msgid "open_guest: too many domains listed on command line"
1912 #: perl/lib/Sys/Guestfs/Lib.pm:183
1913 msgid "open_guest: cannot connect to libvirt"
1916 #: perl/lib/Sys/Guestfs/Lib.pm:202
1917 #, perl-brace-format
1918 msgid "{imagename} is not the name of an inactive libvirt domain\n"
1921 #: perl/lib/Sys/Guestfs/Lib.pm:205
1922 #, perl-brace-format
1923 msgid "{imagename} is not the name of a libvirt domain\n"
1926 #: perl/lib/Sys/Guestfs/Lib.pm:217
1927 #, perl-brace-format
1928 msgid "{imagename} seems to have no disk devices\n"
1931 #: perl/lib/Sys/Guestfs/Lib.pm:442
1932 #, perl-brace-format
1933 msgid "returning non-canonical architecture type '{arch}'"
1936 #: perl/lib/Sys/Guestfs/Lib.pm:485
1937 #, perl-brace-format
1938 msgid "cpio command failed: {error}"
1941 #: perl/lib/Sys/Guestfs/Lib.pm:497
1942 #, perl-brace-format
1943 msgid "file_architecture: no known binaries found in initrd image: {path}"
1946 #: perl/lib/Sys/Guestfs/Lib.pm:501
1947 #, perl-brace-format
1948 msgid "file_architecture: unknown architecture: {path}"
1951 #: perl/lib/Sys/Guestfs/Lib.pm:1215
1953 "No operating system could be detected inside this disk image.\n"
1955 "This may be because the file is not a disk image, or is not a virtual "
1957 "image, or because the OS type is not understood by virt-inspector.\n"
1959 "If you feel this is an error, please file a bug report including as much\n"
1960 "information about the disk image as possible.\n"
1963 #: perl/lib/Sys/Guestfs/Lib.pm:1288
1964 #, perl-brace-format
1965 msgid "unknown filesystem label {label}\n"
1968 #: perl/lib/Sys/Guestfs/Lib.pm:1298
1969 #, perl-brace-format
1970 msgid "unknown filesystem UUID {uuid}\n"
1973 #: perl/lib/Sys/Guestfs/Lib.pm:1321
1974 #, perl-brace-format
1975 msgid "unknown filesystem {fs}\n"
1978 #: perl/lib/Sys/Guestfs/Lib.pm:1505
1979 #, perl-brace-format
1980 msgid "Error running rpm -qa: {error}"
1983 #: perl/lib/Sys/Guestfs/Lib.pm:1531
1984 #, perl-brace-format
1985 msgid "Error running dpkg-query: {error}"
1988 #: perl/lib/Sys/Guestfs/Lib.pm:1596
1989 msgid "Can't find grub on guest"
1992 #: perl/lib/Sys/Guestfs/Lib.pm:1651
1993 #, perl-brace-format
1994 msgid "Grub entry {title} has no kernel"
1997 #: perl/lib/Sys/Guestfs/Lib.pm:1682
1998 #, perl-brace-format
1999 msgid "grub refers to {path}, which doesn't exist\n"
2002 #: perl/lib/Sys/Guestfs/Lib.pm:1705
2003 #, perl-brace-format
2004 msgid "Grub entry {title} does not specify an initrd"
2007 #: perl/lib/Sys/Guestfs/Lib.pm:1776
2008 #, perl-brace-format
2009 msgid "Didn't find modules directory {modules} for kernel {path}"
2012 #: perl/lib/Sys/Guestfs/Lib.pm:1784
2013 #, perl-brace-format
2014 msgid "Couldn't guess kernel version number from path for kernel {path}"
2017 #: perl/lib/Sys/Guestfs/Lib.pm:1838
2018 #, perl-brace-format
2019 msgid "{path} doesn't match augeas pattern"
2022 #: perl/lib/Sys/Guestfs/Lib.pm:1877
2023 #, perl-brace-format
2024 msgid "{filename}: could not read initrd format"
2027 #: src/guestfs.c:176
2029 msgid "guestfs_close: called twice on the same handle\n"
2032 #: src/guestfs.c:283
2034 msgid "libguestfs: error: %s\n"
2038 msgid "command line cannot be altered after qemu subprocess launched"
2042 msgid "guestfs_config: parameter must begin with '-' character"
2047 msgid "guestfs_config: parameter '%s' isn't allowed"
2050 #: src/launch.c:145 src/launch.c:182 src/launch.c:215
2051 msgid "filename cannot contain ',' (comma) character"
2055 msgid "you must call guestfs_add_drive before guestfs_launch"
2059 msgid "the libguestfs handle has already been launched"
2064 msgid "%s: cannot create temporary directory"
2069 msgid "cannot find %s or %s on LIBGUESTFS_PATH (current path = %s)"
2073 msgid "failed to connect to vmchannel socket"
2077 msgid "guestfs_launch failed, see earlier error messages"
2081 msgid "qemu launched and contacted daemon, but state != READY"
2086 msgid "external command failed: %s"
2089 #: src/launch.c:1033
2092 "%s: command failed: If qemu is located on a non-standard path, try setting "
2093 "the LIBGUESTFS_QEMU environment variable."
2096 #: src/launch.c:1209
2097 msgid "qemu has not been launched yet"
2100 #: src/launch.c:1220
2101 msgid "no subprocess to kill"
2106 msgid "guestfs_set_busy: called when in state %d != READY"
2111 msgid "guestfs_end_busy: called when in state %d"
2117 "check_for_daemon_cancellation_or_eof: read 0x%x from daemon, expected 0x%x\n"
2120 #: src/proto.c:439 src/proto.c:493
2121 msgid "unexpected end of file when reading from daemon"
2126 msgid "received magic signature from guestfsd, but in state %d"
2131 msgid "message length (%u) > maximum possible size (%d)"
2136 msgid "guestfs___send: state %d != BUSY"
2140 msgid "xdr_guestfs_message_header failed"
2144 msgid "dispatch failed to marshal args"
2149 msgid "send_file_chunk: state %d != READY"
2154 msgid "xdr_guestfs_chunk failed (buf = %p, buflen = %zu)"
2159 msgid "%s: error in chunked encoding"
2163 msgid "write to daemon socket"
2167 msgid "receive_file_data: parse error in reply callback"
2171 msgid "receive_file_data: unexpected flag received when reading file chunks"
2175 msgid "failed to parse file chunk"
2179 msgid "file receive cancelled by daemon"
2182 #: test-tool/test-tool.c:78
2185 "libguestfs-test-tool: interactive test tool\n"
2186 "Copyright (C) 2009 Red Hat Inc.\n"
2188 " libguestfs-test-tool [--options]\n"
2190 " --help Display usage\n"
2191 " --helper libguestfs-test-tool-helper\n"
2192 " Helper program (default: %s)\n"
2193 " --qemudir dir Specify QEMU source directory\n"
2194 " --qemu qemu Specify QEMU binary\n"
2196 " -t n Set launch timeout (default: %d seconds)\n"
2199 #: test-tool/test-tool.c:134
2201 msgid "libguestfs-test-tool: unknown long option: %s (%d)\n"
2204 #: test-tool/test-tool.c:143
2206 msgid "libguestfs-test-tool: invalid timeout: %s\n"
2209 #: test-tool/test-tool.c:155
2211 msgid "libguestfs-test-tool: unexpected command line option 0x%x\n"
2214 #: test-tool/test-tool.c:178
2216 msgid "libguestfs-test-tool: failed to create libguestfs handle\n"
2219 #: test-tool/test-tool.c:183 test-tool/test-tool.c:189
2221 msgid "libguestfs-test-tool: failed to add drive '%s'\n"
2224 #: test-tool/test-tool.c:197
2226 msgid "libguestfs-test-tool: guestfs_version failed\n"
2229 #: test-tool/test-tool.c:219
2231 msgid "libguestfs-test-tool: failed to launch appliance\n"
2234 #: test-tool/test-tool.c:231
2236 msgid "libguestfs-test-tool: failed to run sfdisk\n"
2239 #: test-tool/test-tool.c:237
2241 msgid "libguestfs-test-tool: failed to mkfs.ext2\n"
2244 #: test-tool/test-tool.c:243
2246 msgid "libguestfs-test-tool: failed to mount /dev/sda1 on /\n"
2249 #: test-tool/test-tool.c:249
2251 msgid "libguestfs-test-tool: failed to mkdir /iso\n"
2254 #: test-tool/test-tool.c:255
2256 msgid "libguestfs-test-tool: failed to mount /dev/sdb on /iso\n"
2259 #: test-tool/test-tool.c:263
2261 msgid "libguestfs-test-tool: could not run helper program, or helper failed\n"
2264 #: test-tool/test-tool.c:294
2267 "LIBGUESTFS_QEMU environment variable is already set, so\n"
2268 "--qemu/--qemudir options cannot be used.\n"
2271 #: test-tool/test-tool.c:302
2273 msgid "Binary '%s' does not exist or is not executable\n"
2276 #: test-tool/test-tool.c:316
2278 msgid "%s: does not look like a qemu source directory\n"
2281 #: test-tool/test-tool.c:365
2284 "Test tool helper program 'libguestfs-test-tool-helper' is not\n"
2285 "available. Expected to find it in '%s'\n"
2287 "Use the --helper option to specify the location of this program.\n"
2290 #: test-tool/test-tool.c:381
2292 msgid "command failed: %s"
2295 #: test-tool/test-tool.c:389
2298 "Test tool helper program %s\n"
2299 "is not statically linked. This is a build error when this test tool\n"
2303 #: test-tool/test-tool.c:423
2305 msgid "mkisofs command failed: %s\n"
2308 #: tools/virt-cat.pl:128
2309 msgid "virt-cat: no image, VM names or filenames to cat given"
2312 #: tools/virt-cat.pl:153
2313 msgid "multiboot operating systems are not supported by virt-cat"
2316 #: tools/virt-df.pl:152
2317 msgid "virt-df: cannot use -h and --csv options together\n"
2320 #: tools/virt-df.pl:263
2321 msgid "Virtual Machine"
2324 #: tools/virt-df.pl:263
2328 #: tools/virt-df.pl:266
2332 #: tools/virt-df.pl:268
2336 #: tools/virt-df.pl:270
2340 #: tools/virt-df.pl:271
2344 #: tools/virt-df.pl:272
2348 #: tools/virt-df.pl:274
2352 #: tools/virt-df.pl:275
2356 #: tools/virt-df.pl:276
2360 #: tools/virt-df.pl:277
2364 #: tools/virt-edit.pl:111
2365 msgid "virt-edit: no image, VM names or filenames to edit given"
2368 #: tools/virt-edit.pl:136
2369 msgid "multiboot operating systems are not supported by virt-edit"
2372 #: tools/virt-edit.pl:159
2373 msgid "File not changed.\n"
2376 #: tools/virt-list-filesystems.pl:121
2377 msgid "virt-list-filesystems: no image or VM name given"
2380 #: tools/virt-list-partitions.pl:131
2381 msgid "virt-list-partitions: no image or VM name given"
2384 #: tools/virt-ls.pl:137 tools/virt-ls.pl:143
2385 msgid "virt-ls: cannot combine -l and -R options\n"
2388 #: tools/virt-ls.pl:161
2389 msgid "virt-ls: no image, VM names or directory to list given"
2392 #: tools/virt-ls.pl:186
2393 msgid "multiboot operating systems are not supported by virt-ls\n"
2396 #: tools/virt-make-fs.pl:291
2397 msgid "virt-make-fs input output\n"
2400 #: tools/virt-make-fs.pl:321
2401 msgid "unexpected output from 'du' command"
2404 #: tools/virt-make-fs.pl:333 tools/virt-make-fs.pl:347
2405 #: tools/virt-make-fs.pl:453
2406 #, perl-brace-format
2407 msgid "{f}: unknown input format: {fmt}\n"
2410 #: tools/virt-make-fs.pl:391
2411 #, perl-brace-format
2412 msgid "virt-make-fs: cannot parse size parameter: {sz}\n"
2415 #: tools/virt-make-fs.pl:401
2417 "qemu-img create: failed to create disk image, see earlier error messages\n"
2420 #: tools/virt-make-fs.pl:412
2421 msgid "virt-make-fs: NTFS support was disabled when libguestfs was compiled\n"
2424 #: tools/virt-make-fs.pl:437
2425 msgid "tar: failed, see earlier messages\n"
2428 #: tools/virt-make-fs.pl:459
2429 msgid "uncompress command failed, see earlier messages\n"
2432 #: tools/virt-make-fs.pl:494
2434 "virt-make-fs: error copying contents into filesystem\n"
2435 "An error here usually means that the program did not estimate the\n"
2436 "filesystem size correctly. Please read the BUGS section of the manpage.\n"
2439 #: tools/virt-rescue.pl:194
2440 msgid "virt-rescue: no image or VM names rescue given"
2443 #: tools/virt-resize.pl:33
2444 msgid "virt-resize: sorry this program does not work on a 32 bit host\n"
2447 #: tools/virt-resize.pl:526
2448 #, perl-brace-format
2449 msgid "virt-resize: {file}: does not exist or is not readable\n"
2452 #: tools/virt-resize.pl:528
2453 #, perl-brace-format
2455 "virt-resize: {file}: does not exist or is not writable\n"
2456 "You have to create the destination disk before running this program.\n"
2457 "Please read the virt-resize(1) manpage for more information.\n"
2460 #: tools/virt-resize.pl:553 tools/virt-resize.pl:556
2461 #, perl-brace-format
2463 "virt-resize: {file}: file is too small to be a disk image ({sz} bytes)\n"
2466 #: tools/virt-resize.pl:720
2467 #, perl-brace-format
2468 msgid "virt-resize: no logical volume called {n}\n"
2471 #: tools/virt-resize.pl:740
2472 #, perl-brace-format
2474 "{p}: partition not found in the source disk image, when using the '{opt}' "
2475 "command line option\n"
2478 #: tools/virt-resize.pl:746
2479 #, perl-brace-format
2481 "{p}: partition ignored, you cannot use it in another command line argument\n"
2484 #: tools/virt-resize.pl:750
2485 #, perl-brace-format
2487 "{p}: partition deleted, you cannot use it in another command line argument\n"
2490 #: tools/virt-resize.pl:792
2491 #, perl-brace-format
2492 msgid "{p}: this partition has already been marked for resizing\n"
2495 #: tools/virt-resize.pl:800
2496 #, perl-brace-format
2497 msgid "{p}: missing size field in {o} option\n"
2500 #: tools/virt-resize.pl:817
2501 #, perl-brace-format
2502 msgid "{p}: {f}: cannot parse size field\n"
2505 #: tools/virt-resize.pl:822
2506 #, perl-brace-format
2507 msgid "{p}: new size is zero or negative\n"
2510 #: tools/virt-resize.pl:845
2511 #, perl-brace-format
2513 "{p}: cannot make this partition smaller because it contains a\n"
2514 "filesystem, physical volume or other content that is larger than the new "
2516 "You have to resize the content first, see virt-resize(1).\n"
2519 #: tools/virt-resize.pl:861
2520 msgid "virt-resize: you cannot use options --expand and --shrink together\n"
2523 #: tools/virt-resize.pl:910
2524 #, perl-brace-format
2526 "virt-resize: error: cannot use --expand when there is no surplus space to\n"
2527 "expand into. You need to make the target disk larger by at least {h}.\n"
2530 #: tools/virt-resize.pl:925
2532 "virt-resize: error: cannot use --shrink because there is no deficit\n"
2533 "(see 'deficit' in the virt-resize(1) man page)\n"
2536 #: tools/virt-resize.pl:940
2537 msgid "Summary of changes:\n"
2540 #: tools/virt-resize.pl:944
2541 #, perl-brace-format
2542 msgid "{p}: partition will be ignored\n"
2545 #: tools/virt-resize.pl:946
2546 #, perl-brace-format
2547 msgid "{p}: partition will be deleted\n"
2550 #: tools/virt-resize.pl:948
2551 #, perl-brace-format
2552 msgid "{p}: partition will be resized from {oldsize} to {newsize}\n"
2555 #: tools/virt-resize.pl:953
2556 #, perl-brace-format
2557 msgid "{p}: content will be expanded using the '{meth}' method\n"
2560 #: tools/virt-resize.pl:958
2561 #, perl-brace-format
2562 msgid "{p}: partition will be left alone\n"
2565 #: tools/virt-resize.pl:963
2566 #, perl-brace-format
2567 msgid "{n}: LV will be expanded to maximum size\n"
2570 #: tools/virt-resize.pl:969
2571 #, perl-brace-format
2572 msgid "{n}: content will be expanded using the '{meth}' method\n"
2575 #: tools/virt-resize.pl:976
2576 #, perl-brace-format
2577 msgid "There is a surplus of {spl} bytes ({h}).\n"
2580 #: tools/virt-resize.pl:981
2581 msgid "An extra partition will be created for the surplus.\n"
2584 #: tools/virt-resize.pl:983
2586 "The surplus space is not large enough for an extra partition to be created\n"
2587 "and so it will just be ignored.\n"
2590 #: tools/virt-resize.pl:986
2592 "The surplus space will be ignored. Run a partitioning program in the guest\n"
2593 "to partition this extra space if you want.\n"
2596 #: tools/virt-resize.pl:989
2597 #, perl-brace-format
2599 "virt-resize: error: there is a deficit of {def} bytes ({h}).\n"
2600 "You need to make the target disk larger by at least this amount,\n"
2601 "or adjust your resizing requests.\n"
2604 #: tools/virt-resize.pl:1030
2605 msgid "virt-resize: source disk does not have a first partition\n"
2608 #: tools/virt-resize.pl:1126
2609 #, perl-brace-format
2610 msgid "Copying {p} ..."
2613 #: tools/virt-resize.pl:1133
2617 #: tools/virt-resize.pl:1191 tools/virt-resize.pl:1249
2618 #, perl-brace-format
2619 msgid "Expanding {p} using the '{meth}' method\n"
2622 #: tools/virt-tar.pl:162 tools/virt-tar.pl:169
2623 msgid "virt-tar: extract/upload mode specified twice on the command line\n"
2626 #: tools/virt-tar.pl:190
2627 msgid "virt-tar: no image, VM names, directory or filename given"
2630 #: tools/virt-tar.pl:193
2631 msgid "virt-tar: either -x or -u must be specified on the command line\n"
2634 #: tools/virt-tar.pl:204
2635 #, perl-brace-format
2636 msgid "virt-tar: {tarball}: file not found\n"
2639 #: tools/virt-tar.pl:207
2640 #, perl-brace-format
2641 msgid "virt-tar: {dir}: directory name must start with '/' character\n"
2644 #: tools/virt-tar.pl:229
2645 msgid "multiboot operating systems are not supported by virt-tar\n"
2648 #: tools/virt-win-reg.pl:259
2649 msgid "no libvirt domain name or disk image given\n"
2652 #: tools/virt-win-reg.pl:283
2653 msgid "multiboot operating systems are not supported by virt-win-reg"
2656 #: tools/virt-win-reg.pl:297
2658 "expecting 1 or 2 more parameters, subkey path and optionally the value to "
2662 #: tools/virt-win-reg.pl:408
2663 #, perl-brace-format
2664 msgid "virt-win-reg: {p}: not a supported Windows Registry path\n"
2667 #: tools/virt-win-reg.pl:426 tools/virt-win-reg.pl:449
2668 #, perl-brace-format
2669 msgid "virt-win-reg: {p}: file not found in guest: {err}\n"
2672 #: tools/virt-win-reg.pl:433
2673 #, perl-brace-format
2674 msgid "virt-win-reg: {p}: could not download registry file: {err}\n"
2677 #: tools/virt-win-reg.pl:456
2678 #, perl-brace-format
2679 msgid "virt-win-reg: {p}: could not upload registry file: {err}\n"