1 # Copyright (C) 2010 Free Software Foundation, Inc.
2 # This file is distributed under the same license as the PACKAGE package.
4 # I. Felix <ifelix@redhat.com>, 2010.
7 "Project-Id-Version: libguestfs 1.0.81\n"
8 "Report-Msgid-Bugs-To: https://bugzilla.redhat.com/enter_bug.cgi?"
9 "component=libguestfs&product=Virtualization+Tools\n"
10 "POT-Creation-Date: 2011-05-17 17:29+0100\n"
11 "PO-Revision-Date: 2010-01-29 13:38+0530\n"
12 "Last-Translator: I. Felix <ifelix@redhat.com>\n"
13 "Language-Team: ta_IN <kde-i18n-doc@kde.org>\n"
16 "Content-Type: text/plain; charset=UTF-8\n"
17 "Content-Transfer-Encoding: 8bit\n"
18 "X-Generator: Lokalize 1.0\n"
19 "Plural-Forms: nplurals=2; plural=n != 1;\n"
21 #: cat/virt-cat.c:57 cat/virt-filesystems.c:99 cat/virt-ls.c:58 df/main.c:70
22 #: edit/virt-edit.c:73 fish/fish.c:96 fuse/guestmount.c:908
23 #: inspector/virt-inspector.c:72 rescue/virt-rescue.c:59
25 msgid "Try `%s --help' for more information.\n"
26 msgstr "`%s --help' க்கான கூடுதல் தகவலுக்கு முயற்சிக்கவும்.\n"
31 "%s: display files in a virtual machine\n"
32 "Copyright (C) 2010 Red Hat Inc.\n"
34 " %s [--options] -d domname file [file ...]\n"
35 " %s [--options] -a disk.img [-a disk.img ...] file [file ...]\n"
37 " -a|--add image Add image\n"
38 " -c|--connect uri Specify libvirt URI for -d option\n"
39 " -d|--domain guest Add disks from libvirt guest\n"
40 " --echo-keys Don't turn off echo for passphrases\n"
41 " --format[=raw|..] Force disk format for -a option\n"
42 " --help Display brief help\n"
43 " --keys-from-stdin Read passphrases from stdin\n"
44 " -v|--verbose Verbose messages\n"
45 " -V|--version Display version and exit\n"
46 " -x Trace libguestfs API calls\n"
47 "For more information, see the manpage %s(1).\n"
49 "%s: FUSE module for libguestfs\n"
50 "%s lets you mount a virtual machine filesystem\n"
51 "Copyright (C) 2009 Red Hat Inc.\n"
53 " %s [--options] [-- [--FUSE-options]] mountpoint\n"
55 " -a|--add image Add image\n"
56 " --dir-cache-timeout Set readdir cache timeout (default 5 sec)\n"
57 " --fuse-help Display extra FUSE options\n"
58 " --help Display help message and exit\n"
59 " -m|--mount dev[:mnt] Mount dev on mnt (if omitted, /)\n"
60 " -n|--no-sync Don't autosync\n"
61 " -o|--option opt Pass extra option to FUSE\n"
62 " -r|--ro Mount read-only\n"
63 " --selinux Enable SELinux support\n"
64 " --trace Trace guestfs API calls (to stderr)\n"
65 " -v|--verbose Verbose messages\n"
66 " -V|--version Display version and exit\n"
68 #: cat/virt-cat.c:117 cat/virt-filesystems.c:202 cat/virt-ls.c:123
69 #: df/domains.c:428 df/main.c:136 edit/virt-edit.c:141 fish/fish.c:219
70 #: fuse/guestmount.c:1024 inspector/virt-inspector.c:132
71 #: rescue/virt-rescue.c:133
73 msgid "guestfs_create: failed to create handle\n"
74 msgstr "guestfs_create: ஹாண்டிலை உருவாக்க முடியவில்லை\n"
76 #: cat/virt-cat.c:139 cat/virt-filesystems.c:256 cat/virt-ls.c:145
77 #: df/main.c:160 edit/virt-edit.c:163 fish/fish.c:276 fuse/guestmount.c:1061
78 #: inspector/virt-inspector.c:154 rescue/virt-rescue.c:157
80 msgid "%s: unknown long option: %s (%d)\n"
81 msgstr "%s: தெரியாத நீண்ட விருப்பம்: %s (%d)\n"
83 #: cat/virt-filesystems.c:103
86 "%s: list filesystems, partitions, block devices, LVM in a VM\n"
87 "Copyright (C) 2010 Red Hat Inc.\n"
89 " %s [--options] -d domname\n"
90 " %s [--options] -a disk.img [-a disk.img ...]\n"
92 " -a|--add image Add image\n"
93 " --all Display everything\n"
94 " --blkdevs|--block-devices\n"
95 " Display block devices\n"
96 " -c|--connect uri Specify libvirt URI for -d option\n"
97 " --csv Output as Comma-Separated Values\n"
98 " -d|--domain guest Add disks from libvirt guest\n"
99 " --echo-keys Don't turn off echo for passphrases\n"
100 " --extra Display swap and data filesystems\n"
101 " --filesystems Display mountable filesystems\n"
102 " --format[=raw|..] Force disk format for -a option\n"
103 " -h|--human-readable Human-readable sizes in --long output\n"
104 " --help Display brief help\n"
105 " --keys-from-stdin Read passphrases from stdin\n"
106 " -l|--long Long output\n"
107 " --lvs|--logvols|--logical-volumes\n"
108 " Display LVM logical volumes\n"
109 " --no-title No title in --long output\n"
110 " --parts|--partitions Display partitions\n"
111 " --pvs|--physvols|--physical-volumes\n"
112 " Display LVM physical volumes\n"
113 " --uuid|--uuids Add UUIDs to --long output\n"
114 " -v|--verbose Verbose messages\n"
115 " -V|--version Display version and exit\n"
116 " --vgs|--volgroups|--volume-groups\n"
117 " Display LVM volume groups\n"
118 " -x Trace libguestfs API calls\n"
119 "For more information, see the manpage %s(1).\n"
121 "%s: FUSE module for libguestfs\n"
122 "%s lets you mount a virtual machine filesystem\n"
123 "Copyright (C) 2009 Red Hat Inc.\n"
125 " %s [--options] [-- [--FUSE-options]] mountpoint\n"
127 " -a|--add image Add image\n"
128 " --dir-cache-timeout Set readdir cache timeout (default 5 sec)\n"
129 " --fuse-help Display extra FUSE options\n"
130 " --help Display help message and exit\n"
131 " -m|--mount dev[:mnt] Mount dev on mnt (if omitted, /)\n"
132 " -n|--no-sync Don't autosync\n"
133 " -o|--option opt Pass extra option to FUSE\n"
134 " -r|--ro Mount read-only\n"
135 " --selinux Enable SELinux support\n"
136 " --trace Trace guestfs API calls (to stderr)\n"
137 " -v|--verbose Verbose messages\n"
138 " -V|--version Display version and exit\n"
140 #: cat/virt-filesystems.c:318 df/main.c:255
142 msgid "%s: you cannot use -h and --csv options together.\n"
143 msgstr "%s: --listen மற்றும் --file விருப்பங்களை அதே நேரத்தில் பயன்படுத்த முடியாது\n"
148 "%s: list files in a virtual machine\n"
149 "Copyright (C) 2010 Red Hat Inc.\n"
151 " %s [--options] -d domname file [dir ...]\n"
152 " %s [--options] -a disk.img [-a disk.img ...] dir [dir ...]\n"
154 " -a|--add image Add image\n"
155 " -c|--connect uri Specify libvirt URI for -d option\n"
156 " -d|--domain guest Add disks from libvirt guest\n"
157 " --echo-keys Don't turn off echo for passphrases\n"
158 " --format[=raw|..] Force disk format for -a option\n"
159 " --help Display brief help\n"
160 " --keys-from-stdin Read passphrases from stdin\n"
161 " -l|--long Long listing\n"
162 " -R|--recursive Recursive listing\n"
163 " -v|--verbose Verbose messages\n"
164 " -V|--version Display version and exit\n"
165 " -x Trace libguestfs API calls\n"
166 "For more information, see the manpage %s(1).\n"
168 "%s: FUSE module for libguestfs\n"
169 "%s lets you mount a virtual machine filesystem\n"
170 "Copyright (C) 2009 Red Hat Inc.\n"
172 " %s [--options] [-- [--FUSE-options]] mountpoint\n"
174 " -a|--add image Add image\n"
175 " --dir-cache-timeout Set readdir cache timeout (default 5 sec)\n"
176 " --fuse-help Display extra FUSE options\n"
177 " --help Display help message and exit\n"
178 " -m|--mount dev[:mnt] Mount dev on mnt (if omitted, /)\n"
179 " -n|--no-sync Don't autosync\n"
180 " -o|--option opt Pass extra option to FUSE\n"
181 " -r|--ro Mount read-only\n"
182 " --selinux Enable SELinux support\n"
183 " --trace Trace guestfs API calls (to stderr)\n"
184 " -v|--verbose Verbose messages\n"
185 " -V|--version Display version and exit\n"
189 msgid "%s: could not connect to libvirt (code %d, domain %d): %s"
194 msgid "%s: could not get number of running domains (code %d, domain %d): %s"
199 msgid "%s: could not list running domains (code %d, domain %d): %s"
204 msgid "%s: could not get number of inactive domains (code %d, domain %d): %s"
209 msgid "%s: could not list inactive domains (code %d, domain %d): %s"
214 msgid "%s: ignoring %s, it has too many disks (%zu > %d)"
220 "%s: display free space on virtual filesystems\n"
221 "Copyright (C) 2010 Red Hat Inc.\n"
223 " %s [--options] -d domname\n"
224 " %s [--options] -a disk.img [-a disk.img ...]\n"
226 " -a|--add image Add image\n"
227 " -c|--connect uri Specify libvirt URI for -d option\n"
228 " --csv Output as Comma-Separated Values\n"
229 " -d|--domain guest Add disks from libvirt guest\n"
230 " --format[=raw|..] Force disk format for -a option\n"
231 " -h|--human-readable Human-readable sizes in --long output\n"
232 " --help Display brief help\n"
233 " -i|--inodes Display inodes\n"
234 " --one-per-guest Separate appliance per guest\n"
235 " --uuid Add UUIDs to --long output\n"
236 " -v|--verbose Verbose messages\n"
237 " -V|--version Display version and exit\n"
238 " -x Trace libguestfs API calls\n"
239 "For more information, see the manpage %s(1).\n"
241 "%s: FUSE module for libguestfs\n"
242 "%s lets you mount a virtual machine filesystem\n"
243 "Copyright (C) 2009 Red Hat Inc.\n"
245 " %s [--options] [-- [--FUSE-options]] mountpoint\n"
247 " -a|--add image Add image\n"
248 " --dir-cache-timeout Set readdir cache timeout (default 5 sec)\n"
249 " --fuse-help Display extra FUSE options\n"
250 " --help Display help message and exit\n"
251 " -m|--mount dev[:mnt] Mount dev on mnt (if omitted, /)\n"
252 " -n|--no-sync Don't autosync\n"
253 " -o|--option opt Pass extra option to FUSE\n"
254 " -r|--ro Mount read-only\n"
255 " --selinux Enable SELinux support\n"
256 " --trace Trace guestfs API calls (to stderr)\n"
257 " -v|--verbose Verbose messages\n"
258 " -V|--version Display version and exit\n"
262 msgid "%s: compiled without support for libvirt.\n"
266 msgid "VirtualMachine"
272 msgstr "ஒரு கோப்புமுறையை செய்"
310 #: edit/virt-edit.c:77
313 "%s: Edit a file in a virtual machine\n"
314 "Copyright (C) 2009-2011 Red Hat Inc.\n"
316 " %s [--options] -d domname file [file ...]\n"
317 " %s [--options] -a disk.img [-a disk.img ...] file [file ...]\n"
319 " -a|--add image Add image\n"
320 " -b|--backup .ext Backup original as original.ext\n"
321 " -c|--connect uri Specify libvirt URI for -d option\n"
322 " -d|--domain guest Add disks from libvirt guest\n"
323 " --echo-keys Don't turn off echo for passphrases\n"
324 " -e|--expr expr Non-interactive editing using Perl expr\n"
325 " --format[=raw|..] Force disk format for -a option\n"
326 " --help Display brief help\n"
327 " --keys-from-stdin Read passphrases from stdin\n"
328 " -v|--verbose Verbose messages\n"
329 " -V|--version Display version and exit\n"
330 " -x Trace libguestfs API calls\n"
331 "For more information, see the manpage %s(1).\n"
333 "%s: FUSE module for libguestfs\n"
334 "%s lets you mount a virtual machine filesystem\n"
335 "Copyright (C) 2009 Red Hat Inc.\n"
337 " %s [--options] [-- [--FUSE-options]] mountpoint\n"
339 " -a|--add image Add image\n"
340 " --dir-cache-timeout Set readdir cache timeout (default 5 sec)\n"
341 " --fuse-help Display extra FUSE options\n"
342 " --help Display help message and exit\n"
343 " -m|--mount dev[:mnt] Mount dev on mnt (if omitted, /)\n"
344 " -n|--no-sync Don't autosync\n"
345 " -o|--option opt Pass extra option to FUSE\n"
346 " -r|--ro Mount read-only\n"
347 " --selinux Enable SELinux support\n"
348 " --trace Trace guestfs API calls (to stderr)\n"
349 " -v|--verbose Verbose messages\n"
350 " -V|--version Display version and exit\n"
352 #: edit/virt-edit.c:175
354 msgid "%s: -b option given multiple times\n"
357 #: edit/virt-edit.c:192
359 msgid "%s: -e option given multiple times\n"
362 #: edit/virt-edit.c:585 fish/fish.c:1444
364 msgid "%s: to use Windows drive letters, this must be a Windows guest\n"
367 #: edit/virt-edit.c:599
369 msgid "%s: drive '%c:' not found.\n"
370 msgstr "%s: தற்காலிக அடைவை உருவாக்க முடியவில்லை"
374 msgid "use 'alloc file size' to create an image\n"
375 msgstr "'கோப்பு அளவை ஒதுக்கீடுவதை' உருவாக்க ஒரு படத்தை பயன்படுத்து \n"
379 msgid "use 'sparse file size' to create a sparse image\n"
380 msgstr "'ஸ்பார்ஸ் கோப்பு அளவை' பயன்படுத்தி ஒரு ஸ்பார்ஸ் படத்தை உருவாக்கு\n"
384 msgid "can't allocate or add disks after launching\n"
385 msgstr "துவங்கிய பின் வட்டுகளை ஒதுக்க அல்லது சேர்க்க முடியவில்லை\n"
389 msgid "%s: invalid integer parameter (%s returned %d)\n"
401 msgid "add a CD-ROM disk image to examine"
402 msgstr "ஒரு CD-ROM வட்டு படத்தை பரிசோதிக்க சேர்க்கவும்"
405 msgid "add the disk(s) from a named libvirt domain"
408 #: fish/cmds.c:2564 fish/cmds.c:2565
409 msgid "add an image to examine or modify"
410 msgstr "ஒரு படத்தை சோதிக்க அல்லது மாற்றியமைக்க சேர்"
413 msgid "add a drive in snapshot mode (read-only)"
414 msgstr "ஸ்னேப்ஷாட் முறைமையில் ஒரு இயக்கியை சேர் (வாசிக்க-மட்டும்)"
417 msgid "add a drive read-only specifying the QEMU block emulation to use"
421 msgid "add a drive specifying the QEMU block emulation to use"
426 msgid "allocate and add a disk file"
427 msgstr "ஒரு ஸ்பார்ஸ் படக்கோப்பை ஒதுக்கீடு"
431 msgid "clear Augeas path"
432 msgstr "ஒரு Augeas பாதையை நீக்கு"
435 msgid "close the current Augeas handle"
436 msgstr "நடப்பு Augeas ஹான்டிலை மூடு"
439 msgid "define an Augeas node"
440 msgstr "ஒரு Augeas முனையை வரையறு"
443 msgid "define an Augeas variable"
444 msgstr "ஒரு Augeas மாறியை வரையறு"
447 msgid "look up the value of an Augeas path"
448 msgstr "ஒரு Augeas பாதையின் மதிப்பை தேடு"
451 msgid "create a new Augeas handle"
452 msgstr "ஒரு புதிய Augeas ஹாண்டிலை உருவாக்கு"
455 msgid "insert a sibling Augeas node"
456 msgstr "ஒரு சகோதர Augeas முனையை நுழை"
459 msgid "load files into the tree"
460 msgstr "மரத்தில் கோப்புகளை ஏற்றவும்"
463 msgid "list Augeas nodes under augpath"
464 msgstr "Augeas முனைகளை augpath கீழ் பட்டியலிடு"
467 msgid "return Augeas nodes which match augpath"
468 msgstr "augpath உடன் பொருந்தும் Augeas முனைகளை கொடுக்கிறது"
471 msgid "move Augeas node"
472 msgstr "Augeas முனையை நகர்த்து"
475 msgid "remove an Augeas path"
476 msgstr "ஒரு Augeas பாதையை நீக்கு"
479 msgid "write all pending Augeas changes to disk"
480 msgstr "வட்டில் அனைத்து மீதமுள்ள Augeas மாற்றங்களை எழுது"
483 msgid "set Augeas path to value"
484 msgstr "மதிப்பிடுவதற்கு Augeas பாதையை அமை"
487 msgid "test availability of some parts of the API"
488 msgstr "APIன் சில பகுதிகளில் சோதனை கிடைக்கப்பெறுகிறது"
492 msgid "return a list of all optional groups"
493 msgstr "inotify நிகழ்வுகளின் பட்டியலைக் கொடுத்தது"
496 msgid "upload base64-encoded data to file"
501 msgid "download file and encode as base64"
502 msgstr "உள்ளமை கணினியில் ஒரு கோப்பினை பதிவிறக்கு"
505 msgid "flush device buffers"
506 msgstr "ஃப்ளஷ் சாதன பஃப்பர்"
509 msgid "get blocksize of block device"
510 msgstr "தடுப்பு சாதனத்திற்கான தடுப்பு அளவை பெறு "
513 msgid "is block device set to read-only"
514 msgstr "தொகுதி சாதனம்மை வாசிக்க மட்டும் அமை"
517 msgid "get total size of device in bytes"
518 msgstr "பைட்டுகளில் மொத்த சாதனத்தின் அளவை பெறு"
521 msgid "get sectorsize of block device"
522 msgstr "தொகுதி சாதனத்திற்கான செக்டர் அளவைப் பெறு"
525 msgid "get total size of device in 512-byte sectors"
526 msgstr "512-பைட் செக்கடரிகளில் சாதனத்தின் மொத்த அளவை பெறு"
529 msgid "reread partition table"
530 msgstr "பகர்வு அட்டவணையை மீண்டும்வாசி"
533 msgid "set blocksize of block device"
534 msgstr "தொகுதி சாதனத்திற்கான தொகுதியளவை அமை"
537 msgid "set block device to read-only"
538 msgstr "தொகுதி சாதனத்தை வாசிக்க மட்டும் அமை"
541 msgid "set block device to read-write"
542 msgstr "தொகுதி சாதனத்தை வாசிக்க-எழுதுவதற்கு அமை"
545 msgid "return true path on case-insensitive filesystem"
546 msgstr "return true path on case-insensitive filesystem"
549 msgid "list the contents of a file"
550 msgstr "ஒரு கோப்பின் உள்ளடக்கங்களின் பட்டியல்"
553 msgid "compute MD5, SHAx or CRC checksum of file"
554 msgstr "MD5, SHAx அல்லது CRC checksumஐ கணக்கிடு"
558 msgid "compute MD5, SHAx or CRC checksum of the contents of a device"
559 msgstr "MD5, SHAx அல்லது CRC checksumஐ கணக்கிடு"
563 msgid "compute MD5, SHAx or CRC checksum of files in a directory"
564 msgstr "MD5, SHAx அல்லது CRC checksumஐ கணக்கிடு"
567 msgid "change file mode"
568 msgstr "கோப்பு முறைமையை மாற்று"
570 #: fish/cmds.c:2604 fish/cmds.c:2720
571 msgid "change file owner and group"
572 msgstr "கோப்பு உரிமையாளர் மற்றும் குழுவை மாற்று"
575 msgid "run a command from the guest filesystem"
576 msgstr "விருந்தினர் கோப்புமுறைமையிலிருந்து ஒரு கட்டளையை இயக்கு"
579 msgid "run a command, returning lines"
580 msgstr "திரும்பிவரும் வரிகளிலிருந்து, ஒரு கட்டளையை இயக்கு"
583 msgid "add qemu parameters"
584 msgstr "qemu அளவுருக்களை சேர்"
588 msgid "copy local files or directories into an image"
589 msgstr "மரத்தில் கோப்புகளை ஏற்றவும்"
593 msgid "copy remote files or directories out of an image"
594 msgstr "மரத்தில் கோப்புகளை ஏற்றவும்"
598 msgid "copy size bytes from source to destination using dd"
599 msgstr "ddஐ பயன்படுத்தும் இலக்கை மூலத்திலிருந்து நகலெடு"
603 msgstr "ஒரு கோப்பினை நகலெடு"
606 msgid "copy a file or directory recursively"
607 msgstr "ஒரு கோப்பு அல்லது அடைவை மறுபடியும் நகலெடு"
610 msgid "copy from source to destination using dd"
611 msgstr "ddஐ பயன்படுத்தும் இலக்கை மூலத்திலிருந்து நகலெடு"
614 msgid "debugging and internals"
615 msgstr "பிழைத்திருத்தம் மற்றும் உள்ளார்ந்தவை"
619 msgid "debug the QEMU command line (internal use only)"
620 msgstr "உள்ளமை கணினியிலிருந்து ஒரு கோப்பை மேம்படுத்து"
624 msgid "upload a file to the appliance (internal use only)"
625 msgstr "உள்ளமை கணினியிலிருந்து ஒரு கோப்பை மேம்படுத்து"
628 msgid "report file system disk space usage"
629 msgstr "கோப்புமுறைமை வட்டு இடப் பயன்பாட்டை அறிக்கையிடு"
632 msgid "report file system disk space usage (human readable)"
633 msgstr "கோப்புமுறைமை வட்டு இடப் பயன்பாட்டை அறிக்கையிடு (வாசிக்கக்கூடிய)"
636 msgid "return kernel messages"
637 msgstr "கெர்னல் செய்திகளை திருப்பு"
640 msgid "download a file to the local machine"
641 msgstr "உள்ளமை கணினியில் ஒரு கோப்பினை பதிவிறக்கு"
645 msgid "download a file to the local machine with offset and size"
646 msgstr "உள்ளமை கணினியில் ஒரு கோப்பினை பதிவிறக்கு"
649 msgid "drop kernel page cache, dentries and inodes"
650 msgstr "drop kernel page cache, dentries and inodes"
653 msgid "estimate file space usage"
654 msgstr "கோப்பு இடைவெளிப் பயன்பாட்டை மதிப்பிடு"
657 msgid "check an ext2/ext3 filesystem"
658 msgstr "ஒரு ext2/ext3 கோப்புமுறையை சரிபார்"
661 msgid "display a line of text"
662 msgstr "உரையின் ஒரு வரியைக் காட்டு"
665 msgid "echo arguments back to the client"
666 msgstr "எதிரொலி விவாதங்கள் க்ளையன்ட்டுக்குவருகிறது"
671 msgstr "ஒரு கோப்பினை வாசி"
673 #: fish/cmds.c:2628 fish/cmds.c:2629 fish/cmds.c:2634 fish/cmds.c:2635
674 #: fish/cmds.c:2668 fish/cmds.c:2669 fish/cmds.c:2913 fish/cmds.c:2914
675 #: fish/cmds.c:2918 fish/cmds.c:2919 fish/cmds.c:2921 fish/cmds.c:2922
676 msgid "return lines matching a pattern"
677 msgstr "திரும்பும் வரிகள் ஒரு பாணியில் பொருந்துகிறது"
680 msgid "test if two files have equal contents"
681 msgstr "இரண்டு கோப்புகள் சமமான உள்ளடக்கங்களைப் பெற்றிருந்தால் அவற்றை பரசோதி"
684 msgid "test if file or directory exists"
685 msgstr "அடைவைப் பெற்றிருந்தால் கோப்பினை பர்சோதி"
687 #: fish/cmds.c:2632 fish/cmds.c:2633
688 msgid "preallocate a file in the guest filesystem"
689 msgstr "விருந்தினர் கோப்புமுறைமையில் ஒரு கோப்பை முன் ஒதுக்கீடவும்"
692 msgid "determine file type"
693 msgstr "கோப்பு வகையை வரைநறு"
696 msgid "detect the architecture of a binary file"
701 msgid "return the size of the file in bytes"
702 msgstr "பைட்டுகளில் மொத்த சாதனத்தின் அளவை பெறு"
705 msgid "fill a file with octets"
706 msgstr "ஆக்டெட்ஸ் உடன் ஒரு கோப்பை நிரப்பு"
710 msgid "fill a file with a repeating pattern of bytes"
711 msgstr "ஆக்டெட்ஸ் உடன் ஒரு கோப்பை நிரப்பு"
714 msgid "find all files and directories"
715 msgstr "அனைத்து கோப்புகள் மற்றும் அடைவுகளை தேடு"
718 msgid "find all files and directories, returning NUL-separated list"
720 "அனைத்து கோப்புகள் மற்றும் அடைவுகளை தேடு, NUL-பிரிக்கப்பட்ட பட்டியலிருந்து திரும்புகிறது"
724 msgid "find a filesystem by label"
725 msgstr "ext2/3/4 கோப்புமுறைமை லேபிலைப் பெறு"
729 msgid "find a filesystem by UUID"
730 msgstr "ext2/3/4 கோப்புமுறை UUIDஐ பெறு"
733 msgid "run the filesystem checker"
734 msgstr "மோப்புமுறை சாரிகாட்டியை இயக்கு"
737 msgid "get the additional kernel options"
738 msgstr "கூடுதல் கெர்னல் விருப்பங்களை பெறு"
742 msgid "get the attach method"
743 msgstr "தேடும் பாதையை பெறு"
746 msgid "get autosync mode"
747 msgstr "தானியக்கஒத்திசை முறையையை பொறு"
750 msgid "get direct appliance mode flag"
751 msgstr "நேரடி பயன்பாட்டு முறைமை கொடியை பெறு"
754 msgid "get the ext2/3/4 filesystem label"
755 msgstr "ext2/3/4 கோப்புமுறைமை லேபிலைப் பெறு"
758 msgid "get the ext2/3/4 filesystem UUID"
759 msgstr "ext2/3/4 கோப்புமுறை UUIDஐ பெறு"
762 msgid "get memory allocated to the qemu subprocess"
763 msgstr "qemu துணைசெயல்பாட்டிற்கு ஒதுக்கப்பட்ட நினைவகத்தை பெறவும்"
767 msgid "get enable network flag"
768 msgstr "SELinux செயல்படுத்தப்பட்ட கொடியைப் பெறு"
771 msgid "get the search path"
772 msgstr "தேடும் பாதையை பெறு"
775 msgid "get PID of qemu subprocess"
776 msgstr "PID ஐ qemu துணைசெயல்பாட்டில் பெறு"
779 msgid "get the qemu binary"
780 msgstr "qemu பைனரியை பெறு"
783 msgid "get recovery process enabled flag"
784 msgstr "செயல்படக்கூடிய கொடிக்கு திரும்பப்பெற்ற செயல்பாட்டை பெறவும்"
787 msgid "get SELinux enabled flag"
788 msgstr "SELinux செயல்படுத்தப்பட்ட கொடியைப் பெறு"
791 msgid "get the current state"
792 msgstr "நடப்பு நிலையை பெறு"
795 msgid "get command trace enabled flag"
796 msgstr "get command trace enabled flag"
800 msgid "get the current umask"
801 msgstr "நடப்பு நிலையை பெறு"
804 msgid "get verbose mode"
805 msgstr "வெர்போஸ் முறைமையைப் பெறு"
808 msgid "get SELinux security context"
809 msgstr "SELinux பாதுகாப்பு உரையை பெறு"
811 #: fish/cmds.c:2664 fish/cmds.c:2721
812 msgid "get a single extended attribute"
815 #: fish/cmds.c:2665 fish/cmds.c:2722
816 msgid "list extended attributes of a file or directory"
817 msgstr "ஒரு கோப்பு அல்லது அடைவின் விரிவாக்கப்பட்ட தன்மைகளை பட்டியலிடு"
820 msgid "expand wildcards in command"
821 msgstr "கட்டளையில் வைல்கார்ட்டை விவரி"
824 msgid "expand a wildcard path"
825 msgstr "ஒரு வில்கார்ட் பாதையை விரிக்கவும்"
829 msgstr "GRUBஐ நிறுவு"
832 msgid "return first 10 lines of a file"
833 msgstr "ஒரு கோப்பின் முதல் 10 வரிகளை திருப்பு"
836 msgid "return first N lines of a file"
837 msgstr "ஒரு கோப்பின் முதல் N வரிகளை திருப்பு "
840 msgid "dump a file in hexadecimal"
841 msgstr "ஹெக்ஸா தசமத்தில் ஒரு கோப்பை அழுத்து"
844 msgid "edit with a hex editor"
849 msgid "list the contents of a single file in an initrd"
850 msgstr "ஒரு கோப்பின் உள்ளடக்கங்களின் பட்டியல்"
853 msgid "list files in an initrd"
854 msgstr "ஒரு initrdல் கோப்புகளைப் பட்டியலிடு"
857 msgid "add an inotify watch"
858 msgstr "ஒரு inotify கடிகாரத்தைச் சேர்"
861 msgid "close the inotify handle"
862 msgstr "inotify ஹாண்டிலை மூடு"
865 msgid "return list of watched files that had events"
866 msgstr "கவனிக்கப்பட்ட கோப்புகளிலிருந்து திரும்பிய பட்டியல்கள் நிகழ்வுகளைப் பெற்றிருந்தது"
869 msgid "create an inotify handle"
870 msgstr "ஒரு inotify ஹாண்டிலை உருவாக்கு"
873 msgid "return list of inotify events"
874 msgstr "inotify நிகழ்வுகளின் பட்டியலைக் கொடுத்தது"
877 msgid "remove an inotify watch"
878 msgstr "ஒரு inotify கடிகாரத்தை நீக்கு"
881 msgid "get architecture of inspected operating system"
885 msgid "get distro of inspected operating system"
889 msgid "get drive letter mappings"
893 msgid "get filesystems associated with inspected operating system"
897 msgid "get format of inspected operating system"
901 msgid "get hostname of the operating system"
905 msgid "get major version of inspected operating system"
909 msgid "get minor version of inspected operating system"
913 msgid "get mountpoints of inspected operating system"
917 msgid "get package format used by the operating system"
921 msgid "get package management tool used by the operating system"
925 msgid "get product name of inspected operating system"
929 msgid "get product variant of inspected operating system"
933 msgid "return list of operating systems found by last inspection"
937 msgid "get type of inspected operating system"
941 msgid "get Windows CurrentControlSet of inspected operating system"
945 msgid "get Windows systemroot of inspected operating system"
949 msgid "get live flag for install disk"
953 msgid "get multipart flag for install disk"
957 msgid "get netinst (network installer) flag for install disk"
961 msgid "get list of applications installed in the operating system"
965 msgid "inspect disk and return list of operating systems found"
970 msgid "test if block device"
971 msgstr "தடுப்பு சாதனங்களின் பட்டியல்"
974 msgid "is busy processing a command"
975 msgstr "ஒரு கட்டளையை செயல்படுத்துவதில் பிஸியாக உள்ளது"
979 msgid "test if character device"
980 msgstr "தொகுதி , எழுத்து அல்லது FIFO சாதனங்களுக்காக செய்"
983 msgid "is in configuration state"
984 msgstr "அது கட்டமைப்பு நிலையில் உள்ளது"
988 msgid "test if a directory"
989 msgstr "ஒரு அடைவினை உருவாக்கு"
993 msgid "test if FIFO (named pipe)"
994 msgstr "FIFOஐ செய் (pipe என்று பெயரிடப்பட்டது)"
997 msgid "test if a regular file"
1001 msgid "is launching subprocess"
1002 msgstr "துணை செயல்பாடுகள் துவங்குகிறது"
1006 msgid "test if device is a logical volume"
1007 msgstr "ஒரு LVM வரைகலை தொகுதியை மறுஅளவிடு"
1010 msgid "is ready to accept commands"
1011 msgstr "கட்டளையை ஏற்பதற்கு தயாராக உள்ளது"
1015 msgid "test if socket"
1016 msgstr "டொமைன் சாக்கெட்டிற்கு எழுது"
1020 msgid "test if symbolic link"
1021 msgstr "ஒரு symbolic இணைப்பை உருவாக்கு"
1024 msgid "kill the qemu subprocess"
1025 msgstr "qemu துணைசெயல்பாடுகளை அழி"
1028 msgid "launch the qemu subprocess"
1029 msgstr "qemu துணை செயல்பாட்டை துவக்கு"
1033 msgid "change working directory"
1034 msgstr "உள்ளமை மாற்று அடைவு"
1037 msgid "list the block devices"
1038 msgstr "தடுப்பு சாதனங்களின் பட்டியல்"
1042 msgid "list filesystems"
1043 msgstr "ஒரு கோப்புமுறையை செய்"
1046 msgid "list the partitions"
1047 msgstr "பகிர்வுகளின் பட்டியல்"
1050 msgid "list the files in a directory (long format)"
1051 msgstr "ஒரு அடைவில் கோப்புகளை பட்டியலிடு (நீண்ட வடிவில்)"
1053 #: fish/cmds.c:2727 fish/cmds.c:2728
1054 msgid "create a hard link"
1055 msgstr "ஒரு வன் இணைப்பை உருவாக்கு"
1057 #: fish/cmds.c:2729 fish/cmds.c:2730
1058 msgid "create a symbolic link"
1059 msgstr "ஒரு symbolic இணைப்பை உருவாக்கு"
1061 #: fish/cmds.c:2731 fish/cmds.c:2822
1062 msgid "remove extended attribute of a file or directory"
1063 msgstr "ஒரு கோப்பு அல்லது அடைவின் விரிவாக்கப்பட்ட தன்மையை நீக்கு"
1066 msgid "list the files in a directory"
1067 msgstr "ஒரு அடைவிலுள்ள கோப்புகளின் பட்டியல்"
1069 #: fish/cmds.c:2733 fish/cmds.c:2849
1070 msgid "set extended attribute of a file or directory"
1071 msgstr "ஒரு கோப்பு அல்லது அடைவின் விரிவாக்கப்பட்ட தன்மையை அமை"
1074 msgid "get file information for a symbolic link"
1075 msgstr "ஒரு symbolic இணைப்பிற்கான கோப்பு தகவலைப் பெறு"
1078 msgid "lstat on multiple files"
1079 msgstr "பல கோப்புகளிலுள்ள lstat "
1083 msgid "add a key on a LUKS encrypted device"
1084 msgstr "தொகுதி சாதனத்தை வாசிக்க மட்டும் அமை"
1088 msgid "close a LUKS device"
1089 msgstr "சாதனத்தில் ஸ்வாப்பை செயல்படுத்து "
1091 #: fish/cmds.c:2738 fish/cmds.c:2739
1092 msgid "format a block device as a LUKS encrypted device"
1096 msgid "remove a key from a LUKS encrypted device"
1100 msgid "open a LUKS-encrypted block device"
1105 msgid "open a LUKS-encrypted block device read-only"
1106 msgstr "தொகுதி சாதனத்தை வாசிக்க மட்டும் அமை"
1110 msgid "create an LVM logical volume"
1111 msgstr "ஒரு LVM வரைகலை தொகுதியை நீக்கு"
1114 msgid "get canonical name of an LV"
1118 msgid "clear LVM device filter"
1122 msgid "remove all LVM LVs, VGs and PVs"
1123 msgstr "அனைத்து LVM LVs, VGs மற்றும் PVsஐ நீக்கு"
1126 msgid "set LVM device filter"
1130 msgid "remove an LVM logical volume"
1131 msgstr "ஒரு LVM வரைகலை தொகுதியை நீக்கு"
1135 msgid "rename an LVM logical volume"
1136 msgstr "ஒரு LVM வரைகலை தொகுதியை நீக்கு"
1139 msgid "resize an LVM logical volume"
1140 msgstr "ஒரு LVM வரைகலை தொகுதியை மறுஅளவிடு"
1143 msgid "expand an LV to fill free space"
1146 #: fish/cmds.c:2752 fish/cmds.c:2753
1147 msgid "list the LVM logical volumes (LVs)"
1148 msgstr "LVM வலைகலை தொகுதிகளை பட்டியலிடு (LVs)"
1152 msgid "get the UUID of a logical volume"
1153 msgstr "LVM வலைகலை தொகுதிகளை பட்டியலிடு (LVs)"
1156 msgid "lgetxattr on multiple files"
1157 msgstr "lgetxattr ல் பல கோப்புகள்"
1160 msgid "open the manual"
1164 msgid "create a directory"
1165 msgstr "ஒரு அடைவினை உருவாக்கு"
1168 msgid "create a directory with a particular mode"
1169 msgstr "ஒரு முக்கிய முறைமையை ஒரு அடைவுடன் உருவாக்கு"
1172 msgid "create a directory and parents"
1173 msgstr "ஒரு அடைவு மற்றும் பொற்றோர்களை உருவாக்கு"
1176 msgid "create a temporary directory"
1177 msgstr "ஒரு தற்காலிக அடைவினை உருவாக்கு"
1179 #: fish/cmds.c:2761 fish/cmds.c:2762 fish/cmds.c:2763
1180 msgid "make ext2/3/4 filesystem with external journal"
1181 msgstr "ext2/3/4 கோப்புமுறையை வெளிப்புற ஜர்னலுடன் உருவாக்குகிறது"
1184 msgid "make ext2/3/4 external journal"
1185 msgstr "ext2/3/4ஐ வெளிப்புற ஜர்னலுடன் செய்யவும்"
1188 msgid "make ext2/3/4 external journal with label"
1189 msgstr "ext2/3/4 லேபிலுடன் வெளிப்புற ஜர்னலை உருவாக்குகிறது"
1192 msgid "make ext2/3/4 external journal with UUID"
1193 msgstr "ext2/3/4 UUID உடன் வெளிப்புள ஜர்னலை உருவாக்குகிறது"
1196 msgid "make FIFO (named pipe)"
1197 msgstr "FIFOஐ செய் (pipe என்று பெயரிடப்பட்டது)"
1199 #: fish/cmds.c:2768 fish/cmds.c:2770
1200 msgid "make a filesystem"
1201 msgstr "ஒரு கோப்புமுறையை செய்"
1204 msgid "make a filesystem with block size"
1205 msgstr "ஒரு கோப்புமுறையை தடுப்பு அளவுடன் செய்"
1208 msgid "create a mountpoint"
1209 msgstr "ஒரு ஏறும்புள்ளியை உருவாக்கு"
1212 msgid "make block, character or FIFO devices"
1213 msgstr "தொகுதி , எழுத்து அல்லது FIFO சாதனங்களுக்காக செய்"
1216 msgid "make block device node"
1217 msgstr "தொகுதி சாதன முனையை செய்"
1220 msgid "make char device node"
1221 msgstr "எழுத்துச் சாதன முனையைசெ செய்"
1224 msgid "create a swap partition"
1225 msgstr "ஒரு ஸ்வாப் பகிர்வை உருவாக்கு"
1228 msgid "create a swap partition with a label"
1229 msgstr "ஒரு ஸ்வாப் பகிர்வை ஒரு லேபிலுடன் உருவாக்கு"
1232 msgid "create a swap partition with an explicit UUID"
1233 msgstr "ஒரு தெளிவான UUID உடன் ஒரு ஸ்வாப் பகிர்வை உருவாக்கு"
1236 msgid "create a swap file"
1237 msgstr "ஒரு ஸ்வாப் கோப்பை உருவாக்கு"
1240 msgid "load a kernel module"
1241 msgstr "ஒரு கெர்னல் தொகுதியை உருவாக்கு"
1246 msgstr "ஒரு கோப்பினை நகர்த்து"
1249 msgid "mount a guest disk at a position in the filesystem"
1250 msgstr "கோப்புமுறைமையிலுள்ள இடத்தில் விருந்தினர் வட்டை ஏற்று"
1253 msgid "mount a file using the loop device"
1254 msgstr "லூப் சாதனத்தை பயன்படுத்தி ஒரு கோப்பை ஏற்றுகிறது"
1257 msgid "mount a guest disk with mount options"
1258 msgstr "ஏறும் விருப்பங்களுடன் ஒரு விருந்தினர் வட்டை ஏற்று"
1261 msgid "mount a guest disk, read-only"
1262 msgstr "விருப்பங்களுடன் ஒரு விருந்தினர் வட்டை ஏற்று, வாசிக்க-மட்டும்"
1265 msgid "mount a guest disk with mount options and vfstype"
1266 msgstr "mount a guest disk with mount options and vfstype"
1269 msgid "show mountpoints"
1270 msgstr "ஏற்ம்புள்ளிகளைக் காட்டு"
1273 msgid "show mounted filesystems"
1274 msgstr "ஏறிய கோப்புமுறைகளைக் காட்டு"
1278 msgstr "ஒரு கோப்பினை நகர்த்து"
1281 msgid "probe NTFS volume"
1282 msgstr "NTFS தொகுதியை ஆய்வு செய்"
1286 msgid "resize an NTFS filesystem"
1287 msgstr "ஒரு ext2/ext3 கோப்புமுறைமையை மறுஅளவிடு"
1291 msgid "resize an NTFS filesystem (with size)"
1292 msgstr "ஒரு ext2/ext3 கோப்புமுறைமையை மறுஅளவிடு"
1295 msgid "add a partition to the device"
1296 msgstr "ஒரு பகிர்வை சாதனத்தில் சேர்"
1300 msgid "delete a partition"
1301 msgstr "ஒரு ஸ்வாப் பகிர்வை உருவாக்கு"
1304 msgid "partition whole disk with a single primary partition"
1305 msgstr "ஒரு ஒற்றை முதன்மை பகிர்வுடன் மொத்த வட்டை பகிர்வு செய்"
1309 msgid "return true if a partition is bootable"
1310 msgstr "பகர்வு அட்டவணையை மீண்டும்வாசி"
1313 msgid "get the MBR type byte (ID byte) from a partition"
1317 msgid "get the partition table type"
1318 msgstr "பகிர்வு அட்டவணை வகையை பெறு"
1321 msgid "create an empty partition table"
1322 msgstr "ஒரு காலி பகிர்வு அட்டவணையை உருவாக்கு"
1325 msgid "list partitions on a device"
1326 msgstr "ஒரு சாதனத்தின் பகிர்வுகளின் பட்டியல்"
1329 msgid "make a partition bootable"
1330 msgstr "ஒரு துவக்கக்கூடிய பகிர்வை உருவாக்கு"
1333 msgid "set the MBR type byte (ID byte) of a partition"
1337 msgid "set partition name"
1338 msgstr "பகிர்வு பெயரை அமை"
1342 msgid "convert partition name to device name"
1343 msgstr "ஒரு தொகுதி சாதனத்திற்கு பகிர்வுகளை உருவாக்கு"
1346 msgid "ping the guest daemon"
1347 msgstr "விருந்தினர் டொமைனை பிங் செய்"
1350 msgid "read part of a file"
1351 msgstr "ஒரு கோப்பின் பகுதியை வாசி"
1355 msgid "read part of a device"
1356 msgstr "ஒரு கோப்பின் பகுதியை வாசி"
1359 msgid "create an LVM physical volume"
1360 msgstr "ஒரு LVM பருநிலை தொகுதியை உருவாக்கு"
1363 msgid "remove an LVM physical volume"
1364 msgstr "ஒரு LVM பருநிலை தொகுதியை உருவாக்கு"
1367 msgid "resize an LVM physical volume"
1368 msgstr "ஒரு LVM பருநிலை தொகுதியை மறுஅளவிடு"
1372 msgid "resize an LVM physical volume (with size)"
1373 msgstr "ஒரு LVM பருநிலை தொகுதியை மறுஅளவிடு"
1375 #: fish/cmds.c:2811 fish/cmds.c:2812
1376 msgid "list the LVM physical volumes (PVs)"
1377 msgstr "LVM பருநிலை தொகுதிகளின் பட்டியல் (PVs)"
1381 msgid "get the UUID of a physical volume"
1382 msgstr "ஒரு LVM பருநிலை தொகுதியை உருவாக்கு"
1386 msgid "write to part of a file"
1387 msgstr "ஒரு கோப்பின் பகுதியை வாசி"
1391 msgid "write to part of a device"
1392 msgstr "ஒரு கோப்பின் பகுதியை வாசி"
1396 msgstr "ஒரு கோப்பினை வாசி"
1399 msgid "read file as lines"
1400 msgstr "கோப்பினை வரிகளாக வாசி"
1403 msgid "read directories entries"
1404 msgstr "அடைவுகளின் உள்ளீட்டை வாசி"
1407 msgid "read the target of a symbolic link"
1408 msgstr "ஒரு symbolic இணைப்பின் இலக்கை வாசி"
1411 msgid "readlink on multiple files"
1412 msgstr "பல கோப்புகளின் வாசிக்கும் இணைப்பு"
1415 msgid "canonicalized absolute pathname"
1416 msgstr "canonicalized absolute pathname"
1419 msgid "close and reopen libguestfs handle"
1420 msgstr "libguestfs ஹாண்டிலை மூடு மற்றும் மறுபடி திற"
1424 msgid "resize an ext2, ext3 or ext4 filesystem"
1425 msgstr "ஒரு ext2/ext3 கோப்புமுறைமையை மறுஅளவிடு"
1429 msgid "resize an ext2, ext3 or ext4 filesystem to the minimum size"
1430 msgstr "ஒரு ext2/ext3 கோப்புமுறைமையை மறுஅளவிடு"
1434 msgid "resize an ext2, ext3 or ext4 filesystem (with size)"
1435 msgstr "ஒரு ext2/ext3 கோப்புமுறைமையை மறுஅளவிடு"
1438 msgid "remove a file"
1439 msgstr "ஒரு கோப்பினை நீக்கு"
1442 msgid "remove a file or directory recursively"
1443 msgstr "மறுபடியும் ஒரு கோப்பு அல்லது அடைவை நீக்கு"
1446 msgid "remove a directory"
1447 msgstr "ஒரு அடைவினை நீக்கு"
1450 msgid "remove a mountpoint"
1451 msgstr "ஒரு ஏறும்புள்ளியை நீக்கு"
1454 msgid "scrub (securely wipe) a device"
1455 msgstr "ஒரு சாதனத்தை (பாதுகாப்பாக துடை) துடை"
1458 msgid "scrub (securely wipe) a file"
1459 msgstr "ஒரு கோப்பை (பாதுகாப்பாக துடை) துடை"
1462 msgid "scrub (securely wipe) free space"
1463 msgstr "காலியான இடத்தை (பாதுகாப்பாக துடை) துடை"
1466 msgid "add options to kernel command line"
1467 msgstr "கெர்னல் கட்டளை வரிக்கு விருப்பங்களைச் சேர்"
1471 msgid "set the attach method"
1472 msgstr "தேடும் பாதையை அமை"
1475 msgid "set autosync mode"
1476 msgstr "தானியங்கு ஒத்திணை முறையை அமை"
1479 msgid "enable or disable direct appliance mode"
1480 msgstr "நேரடி பயன்பாடு முறைமையை செயல்படுத்து அல்லது செயல்நீக்கு"
1483 msgid "set the ext2/3/4 filesystem label"
1484 msgstr "ext2/3/4 கோப்புமுறைமை லேபிலை அமை"
1487 msgid "set the ext2/3/4 filesystem UUID"
1488 msgstr "ext2/3/4 கோப்புமுறைமை UUIDஐ அமை"
1491 msgid "set memory allocated to the qemu subprocess"
1492 msgstr "qemu துணைசெயல்பாட்டிற்கு ஒதுக்கப்பட்ட நினைவகத்தை அமை"
1495 msgid "set enable network flag"
1499 msgid "set the search path"
1500 msgstr "தேடும் பாதையை அமை"
1503 msgid "set the qemu binary"
1504 msgstr "qemu பைனரியை அமை"
1507 msgid "enable or disable the recovery process"
1508 msgstr "enable or disable the recovery process"
1511 msgid "set SELinux enabled or disabled at appliance boot"
1512 msgstr "set SELinux enabled or disabled at appliance boot"
1515 msgid "enable or disable command traces"
1516 msgstr "enable or disable command traces"
1519 msgid "set verbose mode"
1520 msgstr "வெர்போஸ் முறைமையை அமை"
1523 msgid "set SELinux security context"
1524 msgstr "SELinux பாதுகாப்பு உரையை அமை"
1526 #: fish/cmds.c:2850 fish/cmds.c:2851
1527 msgid "create partitions on a block device"
1528 msgstr "ஒரு தொகுதி சாதனத்திற்கு பகிர்வுகளை உருவாக்கு"
1531 msgid "modify a single partition on a block device"
1532 msgstr "ஒரு தொருதி சாதனத்தில் ஒரு ஒற்றை பகிர்வை மாற்றியமை"
1535 msgid "display the disk geometry from the partition table"
1536 msgstr "display the disk geometry from the partition table"
1539 msgid "display the kernel geometry"
1540 msgstr "கெர்னல் வடிவியலைக் காட்டு"
1543 msgid "display the partition table"
1544 msgstr "பகிர்வு அட்டவணையைக் காட்டு"
1547 msgid "run a command via the shell"
1548 msgstr "ஷெல் வழியாக ஒரு கட்டளையைக் காட்டு"
1551 msgid "run a command via the shell returning lines"
1552 msgstr "ஷெல் வழியாக கொடுக்கும் வரிகளுக்கு ஒரு கட்டளையை இயக்கு"
1555 msgid "sleep for some seconds"
1556 msgstr "சில விநாடிகளுக்கு ஓய்வெடு"
1560 msgid "create a sparse disk image and add"
1561 msgstr "ஒரு ஸ்பார்ஸ் படக்கோப்பை ஒதுக்கீடு"
1564 msgid "get file information"
1565 msgstr "கோப்பு தகவலைப் பெறு"
1568 msgid "get file system statistics"
1569 msgstr "கோப்புமுறைமையின் புள்ளிவிவரத்தைப் பெறு"
1571 #: fish/cmds.c:2862 fish/cmds.c:2863
1572 msgid "print the printable strings in a file"
1573 msgstr "ஒரு கோப்பில் அச்சடிடக்கூடிய சரங்களை அச்சிடு"
1577 msgid "list supported groups of commands"
1578 msgstr "கட்டளையை ஏற்பதற்கு தயாராக உள்ளது"
1581 msgid "disable swap on device"
1582 msgstr "சாதனத்தில் ஸ்வாப்பை செயல்நீக்கு"
1585 msgid "disable swap on file"
1586 msgstr "கோப்பில் ஸ்வாப்பை செயல்நீக்கு"
1589 msgid "disable swap on labeled swap partition"
1590 msgstr "லேபிலிடப்பட்ட ஸ்வாப் பகிர்வில் ஸ்வாப்பை செயல்நீக்கு"
1593 msgid "disable swap on swap partition by UUID"
1594 msgstr "ஸ்வாப் பகிர்வில் UUID படி ஸ்வாப்பை செயல்நீக்கு"
1597 msgid "enable swap on device"
1598 msgstr "சாதனத்தில் ஸ்வாப்பை செயல்படுத்து "
1601 msgid "enable swap on file"
1602 msgstr "கொப்பில் ஸ்வாப்பை செயல்படுத்து"
1605 msgid "enable swap on labeled swap partition"
1606 msgstr "லேபிலிடப்பட்ட ஸ்வாப் பகிர்வில் ஸ்வாப்பை செயல்படுத்து"
1609 msgid "enable swap on swap partition by UUID"
1610 msgstr "enable swap on swap partition by UUID"
1613 msgid "sync disks, writes are flushed through to the disk image"
1614 msgstr "sync disks, writes are flushed through to the disk image"
1617 msgid "return last 10 lines of a file"
1618 msgstr "ஒரு கோப்பின் கடைசி10 வரிகளை கொடுத்தது"
1621 msgid "return last N lines of a file"
1622 msgstr "ஒரு கோப்பின் கடைசி N வரிகளை கொடுத்தது"
1625 msgid "unpack tarfile to directory"
1626 msgstr "unpack tarfile to directory"
1629 msgid "pack directory into tarfile"
1630 msgstr "pack directory into tarfile"
1632 #: fish/cmds.c:2878 fish/cmds.c:2885
1633 msgid "unpack compressed tarball to directory"
1634 msgstr "unpack compressed tarball to directory"
1636 #: fish/cmds.c:2879 fish/cmds.c:2886
1637 msgid "pack directory into compressed tarball"
1638 msgstr "pack directory into compressed tarball"
1642 msgid "print elapsed time taken to run a command"
1643 msgstr "கட்டளையை இயக்குவதற்கு எடுத்துக் கொண்ட நேரத்தை அளவிடு"
1646 msgid "update file timestamps or create a new file"
1647 msgstr "கோப்பு நேரஸ்டேம்ப்புக்களை மேம்படுத்து அல்லது ஒரு புதிய கோப்பை உருவாக்கு"
1650 msgid "truncate a file to zero size"
1651 msgstr "ஒரு கோப்பினை பூஜ்ஜிய அளவுக்கு வெட்டிக் குறை"
1654 msgid "truncate a file to a particular size"
1655 msgstr "ஒரு கோப்பினில் ஒரு குறிப்பிட்ட அளவை வெட்டிக் குறை"
1658 msgid "get ext2/ext3/ext4 superblock details"
1659 msgstr "ext2/ext3/ext4 சிறந்த தொகுதி விவரங்களை பெறு"
1662 msgid "set file mode creation mask (umask)"
1663 msgstr "set file mode creation mask (umask)"
1666 msgid "unmount a filesystem"
1667 msgstr "ஏற முடியாத ஒரு கோப்புமுறைமை"
1670 msgid "unmount all filesystems"
1671 msgstr "ஏறாத அனைத்து கோப்புமுறைமை"
1674 msgid "upload a file from the local machine"
1675 msgstr "உள்ளமை கணினியிலிருந்து ஒரு கோப்பை மேம்படுத்து"
1679 msgid "upload a file from the local machine with offset"
1680 msgstr "உள்ளமை கணினியிலிருந்து ஒரு கோப்பை மேம்படுத்து"
1683 msgid "set timestamp of a file with nanosecond precision"
1684 msgstr "set timestamp of a file with nanosecond precision"
1687 msgid "get the library version number"
1688 msgstr "நூலக பதிப்பு எண்ணிக்கையை பெறு"
1692 msgid "get the filesystem label"
1693 msgstr "ext2/3/4 கோப்புமுறைமை லேபிலைப் பெறு"
1696 msgid "get the Linux VFS type corresponding to a mounted device"
1697 msgstr "get the Linux VFS type corresponding to a mounted device"
1701 msgid "get the filesystem UUID"
1702 msgstr "ext2/3/4 கோப்புமுறை UUIDஐ பெறு"
1705 msgid "activate or deactivate some volume groups"
1706 msgstr "சில தொகுதி குழுக்களையும் செயற்படுத்து அல்லது செயல்நீக்கு"
1709 msgid "activate or deactivate all volume groups"
1710 msgstr "அனைத்து தொகுதி குழுக்களையும் செயற்படுத்து அல்லது செயல்நீக்கு"
1713 msgid "create an LVM volume group"
1714 msgstr "ஒரு LVM தொகுதி குழுவினை உருவாக்கு"
1717 msgid "get the LV UUIDs of all LVs in the volume group"
1721 msgid "get the PV UUIDs containing the volume group"
1725 msgid "remove an LVM volume group"
1726 msgstr "ஒருLVM தொகுதி குழுவை நீக்கு"
1730 msgid "rename an LVM volume group"
1731 msgstr "ஒரு LVM தொகுதி குழுவினை உருவாக்கு"
1733 #: fish/cmds.c:2904 fish/cmds.c:2905
1734 msgid "list the LVM volume groups (VGs)"
1735 msgstr "LVM தொகுதி குழுக்களை பட்டியலிடு (VGs)"
1738 msgid "rescan for LVM physical volumes, volume groups and logical volumes"
1743 msgid "get the UUID of a volume group"
1744 msgstr "ஒரு LVM தொகுதி குழுவினை உருவாக்கு"
1747 msgid "count characters in a file"
1748 msgstr "ஒரு கோப்பிலுள்ள எழுத்துகளை கணக்கிடு"
1751 msgid "count lines in a file"
1752 msgstr "ஒரு கோப்பிலுள்ள வரிகளை கணக்கிடு"
1755 msgid "count words in a file"
1756 msgstr "ஒரு கோப்பிலுள்ள வார்த்தைகளை கணக்கிடு"
1760 msgid "create a new file"
1761 msgstr "ஒரு கோப்பை உருவாக்கு"
1764 msgid "create a file"
1765 msgstr "ஒரு கோப்பை உருவாக்கு"
1768 msgid "write zeroes to the device"
1769 msgstr "சாதனத்திற்கு பூஜ்ஜியங்களை எழுது"
1773 msgid "write zeroes to an entire device"
1774 msgstr "சாதனத்திற்கு பூஜ்ஜியங்களை எழுது"
1777 msgid "zero unused inodes and disk blocks on ext2/3 filesystem"
1778 msgstr "zero unused inodes and disk blocks on ext2/3 filesystem"
1781 msgid "determine file type inside a compressed file"
1782 msgstr "கோப்பு வகையில் உள்ள ஒரு அழுந்தியுள்ள கோப்பை வரையறு"
1785 msgid "Use -h <cmd> / help <cmd> to show detailed help for a command."
1786 msgstr "Use -h <cmd> / help <cmd> to show detailed help for a command."
1788 #: fish/cmds.c:3241 fish/cmds.c:3255 fish/cmds.c:3271 fish/cmds.c:3288
1789 #: fish/cmds.c:3305 fish/cmds.c:3323 fish/cmds.c:3342 fish/cmds.c:3358
1790 #: fish/cmds.c:3376 fish/cmds.c:3392 fish/cmds.c:3410 fish/cmds.c:3426
1791 #: fish/cmds.c:3443 fish/cmds.c:3458 fish/cmds.c:3476 fish/cmds.c:3491
1792 #: fish/cmds.c:3507 fish/cmds.c:3523 fish/cmds.c:3539 fish/cmds.c:3555
1793 #: fish/cmds.c:3571 fish/cmds.c:3589 fish/cmds.c:3622 fish/cmds.c:3638
1794 #: fish/cmds.c:3654 fish/cmds.c:3673 fish/cmds.c:3688 fish/cmds.c:3706
1795 #: fish/cmds.c:3721 fish/cmds.c:3739 fish/cmds.c:3754 fish/cmds.c:3772
1796 #: fish/cmds.c:3787 fish/cmds.c:3806 fish/cmds.c:3825 fish/cmds.c:3843
1797 #: fish/cmds.c:3863 fish/cmds.c:3882 fish/cmds.c:3902 fish/cmds.c:3922
1798 #: fish/cmds.c:3942 fish/cmds.c:3961 fish/cmds.c:3980 fish/cmds.c:4000
1799 #: fish/cmds.c:4020 fish/cmds.c:4040 fish/cmds.c:4055 fish/cmds.c:4071
1800 #: fish/cmds.c:4143 fish/cmds.c:4161 fish/cmds.c:4178 fish/cmds.c:4262
1801 #: fish/cmds.c:4282 fish/cmds.c:4302 fish/cmds.c:4322 fish/cmds.c:4342
1802 #: fish/cmds.c:4362 fish/cmds.c:4381 fish/cmds.c:4400 fish/cmds.c:4419
1803 #: fish/cmds.c:4434 fish/cmds.c:4453 fish/cmds.c:4473 fish/cmds.c:4493
1804 #: fish/cmds.c:4514 fish/cmds.c:4530 fish/cmds.c:4546 fish/cmds.c:4565
1805 #: fish/cmds.c:4587 fish/cmds.c:4609 fish/cmds.c:4629 fish/cmds.c:4646
1806 #: fish/cmds.c:4663 fish/cmds.c:4680 fish/cmds.c:4697 fish/cmds.c:4714
1807 #: fish/cmds.c:4731 fish/cmds.c:4748 fish/cmds.c:4767 fish/cmds.c:4790
1808 #: fish/cmds.c:4826 fish/cmds.c:4843 fish/cmds.c:4866 fish/cmds.c:4888
1809 #: fish/cmds.c:4909 fish/cmds.c:4929 fish/cmds.c:4948 fish/cmds.c:4968
1810 #: fish/cmds.c:4986 fish/cmds.c:5004 fish/cmds.c:5018 fish/cmds.c:5034
1811 #: fish/cmds.c:5054 fish/cmds.c:5073 fish/cmds.c:5092 fish/cmds.c:5111
1812 #: fish/cmds.c:5130 fish/cmds.c:5150 fish/cmds.c:5190 fish/cmds.c:5247
1813 #: fish/cmds.c:5268 fish/cmds.c:5289 fish/cmds.c:5310 fish/cmds.c:5328
1814 #: fish/cmds.c:5350 fish/cmds.c:5388 fish/cmds.c:5410 fish/cmds.c:5489
1815 #: fish/cmds.c:5528 fish/cmds.c:5543 fish/cmds.c:5560 fish/cmds.c:5574
1816 #: fish/cmds.c:5590 fish/cmds.c:5612 fish/cmds.c:5634 fish/cmds.c:5656
1817 #: fish/cmds.c:5678 fish/cmds.c:5700 fish/cmds.c:5722 fish/cmds.c:5742
1818 #: fish/cmds.c:5759 fish/cmds.c:5776 fish/cmds.c:5795 fish/cmds.c:5814
1819 #: fish/cmds.c:5834 fish/cmds.c:5870 fish/cmds.c:5889 fish/cmds.c:5908
1820 #: fish/cmds.c:5925 fish/cmds.c:5943 fish/cmds.c:5966 fish/cmds.c:5989
1821 #: fish/cmds.c:6013 fish/cmds.c:6036 fish/cmds.c:6057 fish/cmds.c:6080
1822 #: fish/cmds.c:6103 fish/cmds.c:6123 fish/cmds.c:6145 fish/cmds.c:6166
1823 #: fish/cmds.c:6189 fish/cmds.c:6206 fish/cmds.c:6223 fish/cmds.c:6241
1824 #: fish/cmds.c:6259 fish/cmds.c:6280 fish/cmds.c:6298 fish/cmds.c:6319
1825 #: fish/cmds.c:6339 fish/cmds.c:6357 fish/cmds.c:6378 fish/cmds.c:6401
1826 #: fish/cmds.c:6424 fish/cmds.c:6446 fish/cmds.c:6479 fish/cmds.c:6496
1827 #: fish/cmds.c:6513 fish/cmds.c:6537 fish/cmds.c:6560 fish/cmds.c:6583
1828 #: fish/cmds.c:6605 fish/cmds.c:6622 fish/cmds.c:6644 fish/cmds.c:6738
1829 #: fish/cmds.c:6758 fish/cmds.c:6778 fish/cmds.c:6798 fish/cmds.c:6816
1830 #: fish/cmds.c:6837 fish/cmds.c:6873 fish/cmds.c:6890 fish/cmds.c:6912
1831 #: fish/cmds.c:6929 fish/cmds.c:6965 fish/cmds.c:6985 fish/cmds.c:7005
1832 #: fish/cmds.c:7025 fish/cmds.c:7047 fish/cmds.c:7064 fish/cmds.c:7083
1833 #: fish/cmds.c:7102 fish/cmds.c:7124 fish/cmds.c:7145 fish/cmds.c:7166
1834 #: fish/cmds.c:7187 fish/cmds.c:7210 fish/cmds.c:7251 fish/cmds.c:7274
1835 #: fish/cmds.c:7313 fish/cmds.c:7330 fish/cmds.c:7349 fish/cmds.c:7370
1836 #: fish/cmds.c:7393 fish/cmds.c:7415 fish/cmds.c:7433 fish/cmds.c:7452
1837 #: fish/cmds.c:7473 fish/cmds.c:7550 fish/cmds.c:7591 fish/cmds.c:7670
1838 #: fish/cmds.c:7746 fish/cmds.c:7783 fish/cmds.c:7806 fish/cmds.c:7827
1839 #: fish/cmds.c:7850 fish/cmds.c:7872 fish/cmds.c:7897 fish/cmds.c:7940
1840 #: fish/cmds.c:7981 fish/cmds.c:8002 fish/cmds.c:8020 fish/cmds.c:8039
1841 #: fish/cmds.c:8056 fish/cmds.c:8074 fish/cmds.c:8101 fish/cmds.c:8125
1842 #: fish/cmds.c:8149 fish/cmds.c:8173 fish/cmds.c:8197 fish/cmds.c:8221
1843 #: fish/cmds.c:8245 fish/cmds.c:8269 fish/cmds.c:8293 fish/cmds.c:8317
1844 #: fish/cmds.c:8341 fish/cmds.c:8365 fish/cmds.c:8388 fish/cmds.c:8411
1845 #: fish/cmds.c:8432 fish/cmds.c:8453 fish/cmds.c:8474 fish/cmds.c:8494
1846 #: fish/cmds.c:8517 fish/cmds.c:8555 fish/cmds.c:8572 fish/cmds.c:8589
1847 #: fish/cmds.c:8608 fish/cmds.c:8627 fish/cmds.c:8644 fish/cmds.c:8661
1848 #: fish/cmds.c:8678 fish/cmds.c:8695 fish/cmds.c:8714 fish/cmds.c:8750
1849 #: fish/cmds.c:8790 fish/cmds.c:8823 fish/cmds.c:8840 fish/cmds.c:8857
1850 #: fish/cmds.c:8873 fish/cmds.c:8888 fish/cmds.c:8909 fish/cmds.c:8947
1851 #: fish/cmds.c:8985 fish/cmds.c:9024 fish/cmds.c:9064 fish/cmds.c:9105
1852 #: fish/cmds.c:9146 fish/cmds.c:9184 fish/cmds.c:9201 fish/cmds.c:9224
1853 #: fish/cmds.c:9246 fish/cmds.c:9268 fish/cmds.c:9288 fish/cmds.c:9308
1854 #: fish/cmds.c:9344 fish/cmds.c:9416 fish/cmds.c:9456 fish/cmds.c:9514
1855 #: fish/cmds.c:9540 fish/cmds.c:9566 fish/cmds.c:9594 fish/cmds.c:9653
1856 #: fish/cmds.c:9674 fish/cmds.c:9719 fish/cmds.c:9739 fish/cmds.c:9778
1857 #: fish/cmds.c:9815 fish/cmds.c:9835 fish/cmds.c:9857 fish/cmds.c:9914
1858 #: fish/cmds.c:9934 fish/cmds.c:9956 fish/cmds.c:9978 fish/cmds.c:9997
1859 #: fish/cmds.c:10017 fish/cmds.c:10044 fish/cmds.c:10064 fish/cmds.c:10084
1860 #: fish/cmds.c:10104 fish/cmds.c:10124 fish/cmds.c:10146 fish/cmds.c:10181
1861 #: fish/cmds.c:10199 fish/cmds.c:10222 fish/cmds.c:10244 fish/cmds.c:10259
1862 #: fish/cmds.c:10276 fish/cmds.c:10313 fish/cmds.c:10352 fish/cmds.c:10392
1863 #: fish/cmds.c:10448 fish/cmds.c:10470 fish/cmds.c:10506 fish/cmds.c:10521
1864 #: fish/cmds.c:10541 fish/cmds.c:10581 fish/cmds.c:10604 fish/cmds.c:10628
1865 #: fish/cmds.c:10653 fish/cmds.c:10694 fish/cmds.c:10719 fish/cmds.c:10757
1866 #: fish/cmds.c:10788 fish/cmds.c:10819 fish/cmds.c:10847 fish/cmds.c:10867
1867 #: fish/cmds.c:10899 fish/cmds.c:10919 fish/cmds.c:10939 fish/cmds.c:10956
1868 #: fish/cmds.c:10974 fish/cmds.c:10997 fish/cmds.c:11018 fish/cmds.c:11037
1869 #: fish/cmds.c:11079 fish/cmds.c:11122 fish/cmds.c:11166 fish/cmds.c:11205
1870 #: fish/cmds.c:11224 fish/cmds.c:11244 fish/cmds.c:11264 fish/cmds.c:11285
1871 #: fish/cmds.c:11306 fish/cmds.c:11327 fish/cmds.c:11348 fish/cmds.c:11369
1872 #: fish/cmds.c:11391 fish/cmds.c:11429 fish/cmds.c:11480 fish/cmds.c:11518
1873 #: fish/cmds.c:11574 fish/cmds.c:11664 fish/cmds.c:11693 fish/cmds.c:11720
1875 msgid "%s should have %d parameter(s)\n"
1876 msgstr "%s ஆனது %d அளவுருக்(களை) பெற்றிருக்க வேண்டும்\n"
1878 #: fish/cmds.c:3242 fish/cmds.c:3256 fish/cmds.c:3272 fish/cmds.c:3289
1879 #: fish/cmds.c:3306 fish/cmds.c:3324 fish/cmds.c:3343 fish/cmds.c:3359
1880 #: fish/cmds.c:3377 fish/cmds.c:3393 fish/cmds.c:3411 fish/cmds.c:3427
1881 #: fish/cmds.c:3444 fish/cmds.c:3459 fish/cmds.c:3477 fish/cmds.c:3492
1882 #: fish/cmds.c:3508 fish/cmds.c:3524 fish/cmds.c:3540 fish/cmds.c:3556
1883 #: fish/cmds.c:3572 fish/cmds.c:3590 fish/cmds.c:3623 fish/cmds.c:3639
1884 #: fish/cmds.c:3655 fish/cmds.c:3674 fish/cmds.c:3689 fish/cmds.c:3707
1885 #: fish/cmds.c:3722 fish/cmds.c:3740 fish/cmds.c:3755 fish/cmds.c:3773
1886 #: fish/cmds.c:3788 fish/cmds.c:3807 fish/cmds.c:3826 fish/cmds.c:3844
1887 #: fish/cmds.c:3864 fish/cmds.c:3883 fish/cmds.c:3903 fish/cmds.c:3923
1888 #: fish/cmds.c:3943 fish/cmds.c:3962 fish/cmds.c:3981 fish/cmds.c:4001
1889 #: fish/cmds.c:4021 fish/cmds.c:4041 fish/cmds.c:4056 fish/cmds.c:4072
1890 #: fish/cmds.c:4093 fish/cmds.c:4144 fish/cmds.c:4162 fish/cmds.c:4179
1891 #: fish/cmds.c:4200 fish/cmds.c:4263 fish/cmds.c:4283 fish/cmds.c:4303
1892 #: fish/cmds.c:4323 fish/cmds.c:4343 fish/cmds.c:4363 fish/cmds.c:4382
1893 #: fish/cmds.c:4401 fish/cmds.c:4420 fish/cmds.c:4435 fish/cmds.c:4454
1894 #: fish/cmds.c:4474 fish/cmds.c:4494 fish/cmds.c:4515 fish/cmds.c:4531
1895 #: fish/cmds.c:4547 fish/cmds.c:4566 fish/cmds.c:4588 fish/cmds.c:4610
1896 #: fish/cmds.c:4630 fish/cmds.c:4647 fish/cmds.c:4664 fish/cmds.c:4681
1897 #: fish/cmds.c:4698 fish/cmds.c:4715 fish/cmds.c:4732 fish/cmds.c:4749
1898 #: fish/cmds.c:4768 fish/cmds.c:4791 fish/cmds.c:4827 fish/cmds.c:4844
1899 #: fish/cmds.c:4867 fish/cmds.c:4889 fish/cmds.c:4910 fish/cmds.c:4930
1900 #: fish/cmds.c:4949 fish/cmds.c:4969 fish/cmds.c:4987 fish/cmds.c:5005
1901 #: fish/cmds.c:5019 fish/cmds.c:5035 fish/cmds.c:5055 fish/cmds.c:5074
1902 #: fish/cmds.c:5093 fish/cmds.c:5112 fish/cmds.c:5131 fish/cmds.c:5151
1903 #: fish/cmds.c:5191 fish/cmds.c:5248 fish/cmds.c:5269 fish/cmds.c:5290
1904 #: fish/cmds.c:5311 fish/cmds.c:5329 fish/cmds.c:5351 fish/cmds.c:5389
1905 #: fish/cmds.c:5411 fish/cmds.c:5490 fish/cmds.c:5529 fish/cmds.c:5544
1906 #: fish/cmds.c:5561 fish/cmds.c:5575 fish/cmds.c:5591 fish/cmds.c:5613
1907 #: fish/cmds.c:5635 fish/cmds.c:5657 fish/cmds.c:5679 fish/cmds.c:5701
1908 #: fish/cmds.c:5723 fish/cmds.c:5743 fish/cmds.c:5760 fish/cmds.c:5777
1909 #: fish/cmds.c:5796 fish/cmds.c:5815 fish/cmds.c:5835 fish/cmds.c:5871
1910 #: fish/cmds.c:5890 fish/cmds.c:5909 fish/cmds.c:5926 fish/cmds.c:5944
1911 #: fish/cmds.c:5967 fish/cmds.c:5990 fish/cmds.c:6014 fish/cmds.c:6037
1912 #: fish/cmds.c:6058 fish/cmds.c:6081 fish/cmds.c:6104 fish/cmds.c:6124
1913 #: fish/cmds.c:6146 fish/cmds.c:6167 fish/cmds.c:6190 fish/cmds.c:6207
1914 #: fish/cmds.c:6224 fish/cmds.c:6242 fish/cmds.c:6260 fish/cmds.c:6281
1915 #: fish/cmds.c:6299 fish/cmds.c:6320 fish/cmds.c:6340 fish/cmds.c:6358
1916 #: fish/cmds.c:6379 fish/cmds.c:6402 fish/cmds.c:6425 fish/cmds.c:6447
1917 #: fish/cmds.c:6480 fish/cmds.c:6497 fish/cmds.c:6514 fish/cmds.c:6538
1918 #: fish/cmds.c:6561 fish/cmds.c:6584 fish/cmds.c:6606 fish/cmds.c:6623
1919 #: fish/cmds.c:6645 fish/cmds.c:6739 fish/cmds.c:6759 fish/cmds.c:6779
1920 #: fish/cmds.c:6799 fish/cmds.c:6817 fish/cmds.c:6838 fish/cmds.c:6874
1921 #: fish/cmds.c:6891 fish/cmds.c:6913 fish/cmds.c:6930 fish/cmds.c:6966
1922 #: fish/cmds.c:6986 fish/cmds.c:7006 fish/cmds.c:7026 fish/cmds.c:7048
1923 #: fish/cmds.c:7065 fish/cmds.c:7084 fish/cmds.c:7103 fish/cmds.c:7125
1924 #: fish/cmds.c:7146 fish/cmds.c:7167 fish/cmds.c:7188 fish/cmds.c:7211
1925 #: fish/cmds.c:7252 fish/cmds.c:7275 fish/cmds.c:7314 fish/cmds.c:7331
1926 #: fish/cmds.c:7350 fish/cmds.c:7371 fish/cmds.c:7394 fish/cmds.c:7416
1927 #: fish/cmds.c:7434 fish/cmds.c:7453 fish/cmds.c:7474 fish/cmds.c:7551
1928 #: fish/cmds.c:7592 fish/cmds.c:7671 fish/cmds.c:7747 fish/cmds.c:7784
1929 #: fish/cmds.c:7807 fish/cmds.c:7828 fish/cmds.c:7851 fish/cmds.c:7873
1930 #: fish/cmds.c:7898 fish/cmds.c:7941 fish/cmds.c:7982 fish/cmds.c:8003
1931 #: fish/cmds.c:8021 fish/cmds.c:8040 fish/cmds.c:8057 fish/cmds.c:8075
1932 #: fish/cmds.c:8102 fish/cmds.c:8126 fish/cmds.c:8150 fish/cmds.c:8174
1933 #: fish/cmds.c:8198 fish/cmds.c:8222 fish/cmds.c:8246 fish/cmds.c:8270
1934 #: fish/cmds.c:8294 fish/cmds.c:8318 fish/cmds.c:8342 fish/cmds.c:8366
1935 #: fish/cmds.c:8389 fish/cmds.c:8412 fish/cmds.c:8433 fish/cmds.c:8454
1936 #: fish/cmds.c:8475 fish/cmds.c:8495 fish/cmds.c:8518 fish/cmds.c:8556
1937 #: fish/cmds.c:8573 fish/cmds.c:8590 fish/cmds.c:8609 fish/cmds.c:8628
1938 #: fish/cmds.c:8645 fish/cmds.c:8662 fish/cmds.c:8679 fish/cmds.c:8696
1939 #: fish/cmds.c:8715 fish/cmds.c:8751 fish/cmds.c:8791 fish/cmds.c:8824
1940 #: fish/cmds.c:8841 fish/cmds.c:8858 fish/cmds.c:8874 fish/cmds.c:8889
1941 #: fish/cmds.c:8910 fish/cmds.c:8948 fish/cmds.c:8986 fish/cmds.c:9025
1942 #: fish/cmds.c:9065 fish/cmds.c:9106 fish/cmds.c:9147 fish/cmds.c:9185
1943 #: fish/cmds.c:9202 fish/cmds.c:9225 fish/cmds.c:9247 fish/cmds.c:9269
1944 #: fish/cmds.c:9289 fish/cmds.c:9309 fish/cmds.c:9345 fish/cmds.c:9417
1945 #: fish/cmds.c:9457 fish/cmds.c:9515 fish/cmds.c:9541 fish/cmds.c:9567
1946 #: fish/cmds.c:9595 fish/cmds.c:9654 fish/cmds.c:9675 fish/cmds.c:9720
1947 #: fish/cmds.c:9740 fish/cmds.c:9779 fish/cmds.c:9816 fish/cmds.c:9836
1948 #: fish/cmds.c:9858 fish/cmds.c:9915 fish/cmds.c:9935 fish/cmds.c:9957
1949 #: fish/cmds.c:9979 fish/cmds.c:9998 fish/cmds.c:10018 fish/cmds.c:10045
1950 #: fish/cmds.c:10065 fish/cmds.c:10085 fish/cmds.c:10105 fish/cmds.c:10125
1951 #: fish/cmds.c:10147 fish/cmds.c:10182 fish/cmds.c:10200 fish/cmds.c:10223
1952 #: fish/cmds.c:10245 fish/cmds.c:10260 fish/cmds.c:10277 fish/cmds.c:10314
1953 #: fish/cmds.c:10353 fish/cmds.c:10393 fish/cmds.c:10449 fish/cmds.c:10471
1954 #: fish/cmds.c:10507 fish/cmds.c:10522 fish/cmds.c:10542 fish/cmds.c:10582
1955 #: fish/cmds.c:10605 fish/cmds.c:10629 fish/cmds.c:10654 fish/cmds.c:10695
1956 #: fish/cmds.c:10720 fish/cmds.c:10758 fish/cmds.c:10789 fish/cmds.c:10820
1957 #: fish/cmds.c:10848 fish/cmds.c:10868 fish/cmds.c:10900 fish/cmds.c:10920
1958 #: fish/cmds.c:10940 fish/cmds.c:10957 fish/cmds.c:10975 fish/cmds.c:10998
1959 #: fish/cmds.c:11019 fish/cmds.c:11038 fish/cmds.c:11080 fish/cmds.c:11123
1960 #: fish/cmds.c:11167 fish/cmds.c:11206 fish/cmds.c:11225 fish/cmds.c:11245
1961 #: fish/cmds.c:11265 fish/cmds.c:11286 fish/cmds.c:11307 fish/cmds.c:11328
1962 #: fish/cmds.c:11349 fish/cmds.c:11370 fish/cmds.c:11392 fish/cmds.c:11430
1963 #: fish/cmds.c:11481 fish/cmds.c:11519 fish/cmds.c:11575 fish/cmds.c:11598
1964 #: fish/cmds.c:11665 fish/cmds.c:11694 fish/cmds.c:11721
1966 msgid "type 'help %s' for help on %s\n"
1967 msgstr "type 'help %s' for help on %s\n"
1969 #: fish/cmds.c:3600 fish/cmds.c:4803 fish/cmds.c:5161 fish/cmds.c:5201
1970 #: fish/cmds.c:5220 fish/cmds.c:5363 fish/cmds.c:5422 fish/cmds.c:5441
1971 #: fish/cmds.c:5460 fish/cmds.c:5503 fish/cmds.c:5846 fish/cmds.c:6457
1972 #: fish/cmds.c:6656 fish/cmds.c:6675 fish/cmds.c:6694 fish/cmds.c:6713
1973 #: fish/cmds.c:6849 fish/cmds.c:6940 fish/cmds.c:7221 fish/cmds.c:7285
1974 #: fish/cmds.c:7484 fish/cmds.c:7503 fish/cmds.c:7522 fish/cmds.c:7561
1975 #: fish/cmds.c:7602 fish/cmds.c:7621 fish/cmds.c:7640 fish/cmds.c:7681
1976 #: fish/cmds.c:7700 fish/cmds.c:7719 fish/cmds.c:7757 fish/cmds.c:7910
1977 #: fish/cmds.c:7953 fish/cmds.c:8530 fish/cmds.c:8725 fish/cmds.c:8763
1978 #: fish/cmds.c:8801 fish/cmds.c:8921 fish/cmds.c:8958 fish/cmds.c:8996
1979 #: fish/cmds.c:9035 fish/cmds.c:9076 fish/cmds.c:9117 fish/cmds.c:9158
1980 #: fish/cmds.c:9321 fish/cmds.c:9357 fish/cmds.c:9370 fish/cmds.c:9383
1981 #: fish/cmds.c:9396 fish/cmds.c:9429 fish/cmds.c:9467 fish/cmds.c:9486
1982 #: fish/cmds.c:9607 fish/cmds.c:9626 fish/cmds.c:9687 fish/cmds.c:9700
1983 #: fish/cmds.c:9751 fish/cmds.c:9790 fish/cmds.c:9868 fish/cmds.c:9887
1984 #: fish/cmds.c:10161 fish/cmds.c:10288 fish/cmds.c:10325 fish/cmds.c:10364
1985 #: fish/cmds.c:10404 fish/cmds.c:10423 fish/cmds.c:10482 fish/cmds.c:10555
1986 #: fish/cmds.c:10665 fish/cmds.c:10735 fish/cmds.c:10769 fish/cmds.c:10800
1987 #: fish/cmds.c:10831 fish/cmds.c:10880 fish/cmds.c:11051 fish/cmds.c:11093
1988 #: fish/cmds.c:11138 fish/cmds.c:11180 fish/cmds.c:11406 fish/cmds.c:11444
1989 #: fish/cmds.c:11457 fish/cmds.c:11495 fish/cmds.c:11530 fish/cmds.c:11549
1990 #: fish/cmds.c:11616
1992 msgid "%s: %s: invalid integer parameter (%s returned %d)\n"
1995 #: fish/cmds.c:3606 fish/cmds.c:4809 fish/cmds.c:5167 fish/cmds.c:5207
1996 #: fish/cmds.c:5226 fish/cmds.c:5369 fish/cmds.c:5428 fish/cmds.c:5447
1997 #: fish/cmds.c:5466 fish/cmds.c:5509 fish/cmds.c:5852 fish/cmds.c:6463
1998 #: fish/cmds.c:6662 fish/cmds.c:6681 fish/cmds.c:6700 fish/cmds.c:6719
1999 #: fish/cmds.c:6855 fish/cmds.c:6946 fish/cmds.c:7227 fish/cmds.c:7291
2000 #: fish/cmds.c:7490 fish/cmds.c:7509 fish/cmds.c:7528 fish/cmds.c:7567
2001 #: fish/cmds.c:7608 fish/cmds.c:7627 fish/cmds.c:7646 fish/cmds.c:7687
2002 #: fish/cmds.c:7706 fish/cmds.c:7725 fish/cmds.c:7763 fish/cmds.c:7916
2003 #: fish/cmds.c:7959 fish/cmds.c:8536 fish/cmds.c:8731 fish/cmds.c:8769
2004 #: fish/cmds.c:8807 fish/cmds.c:8927 fish/cmds.c:8964 fish/cmds.c:9002
2005 #: fish/cmds.c:9041 fish/cmds.c:9082 fish/cmds.c:9123 fish/cmds.c:9164
2006 #: fish/cmds.c:9435 fish/cmds.c:9473 fish/cmds.c:9492 fish/cmds.c:9613
2007 #: fish/cmds.c:9757 fish/cmds.c:9796 fish/cmds.c:9874 fish/cmds.c:9893
2008 #: fish/cmds.c:10294 fish/cmds.c:10331 fish/cmds.c:10370 fish/cmds.c:10410
2009 #: fish/cmds.c:10429 fish/cmds.c:10488 fish/cmds.c:10561 fish/cmds.c:10671
2010 #: fish/cmds.c:11057 fish/cmds.c:11099 fish/cmds.c:11144 fish/cmds.c:11186
2011 #: fish/cmds.c:11536 fish/cmds.c:11622
2013 msgid "%s: %s: integer out of range\n"
2016 #: fish/cmds.c:4092 fish/cmds.c:4199 fish/cmds.c:11597
2018 msgid "%s should have %d-%d parameter(s)\n"
2019 msgstr "%s ஆனது %d அளவுருக்(களை) பெற்றிருக்க வேண்டும்\n"
2021 #: fish/cmds.c:4118 fish/cmds.c:4235 fish/cmds.c:11637
2023 msgid "%s: unknown optional argument \"%s\"\n"
2024 msgstr "%s: அதிக விவாதங்கள்\n"
2026 #: fish/cmds.c:4124 fish/cmds.c:4241 fish/cmds.c:11643
2028 msgid "%s: optional argument \"%s\" given twice\n"
2029 msgstr "%s: அதிக விவாதங்கள்\n"
2031 #: fish/cmds.c:11738
2033 msgid "%s: unknown command\n"
2034 msgstr "%s: தெரியாத கட்டளை\n"
2036 #: fish/config.c:74 fish/config.c:113
2038 msgid "%s: %s: line %d: error parsing configuration file: %s\n"
2039 msgstr "%s: அகப்பிழையை '%s' சரத்தில் பகுக்கிறது\n"
2044 "use 'copy-in <local> [<local>...] <remotedir>' to copy files into the image\n"
2049 msgid "copy-in: target '%s' is not a directory\n"
2050 msgstr "ஒரு அடைவிலுள்ள கோப்புகளின் பட்டியல்"
2054 msgid "error: argument is zero length or longer than maximum permitted\n"
2060 "use 'copy-out <remote> [<remote>...] <localdir>' to copy files out of the "
2066 msgid "copy-out: target '%s' is not a directory\n"
2067 msgstr "ஒரு அடைவிலுள்ள கோப்புகளின் பட்டியல்"
2071 msgid "copy-out: '%s' is not a file or directory\n"
2072 msgstr "ஒரு கோப்பு அல்லது அடைவை மறுபடியும் நகலெடு"
2076 msgid "use '%s filename' to edit a file\n"
2077 msgstr "ஒரு கோப்பினை திருத்துவதற்கு '%s கோப்புபெயரை' பயன்படுத்து\n"
2082 "%s: guest filesystem shell\n"
2083 "%s lets you edit virtual machine filesystems\n"
2084 "Copyright (C) 2009-2011 Red Hat Inc.\n"
2086 " %s [--options] cmd [: cmd : cmd ...]\n"
2088 " -h|--cmd-help List available commands\n"
2089 " -h|--cmd-help cmd Display detailed help on 'cmd'\n"
2090 " -a|--add image Add image\n"
2091 " -c|--connect uri Specify libvirt URI for -d option\n"
2092 " --csh Make --listen csh-compatible\n"
2093 " -d|--domain guest Add disks from libvirt guest\n"
2094 " -D|--no-dest-paths Don't tab-complete paths from guest fs\n"
2095 " --echo-keys Don't turn off echo for passphrases\n"
2096 " -f|--file file Read commands from file\n"
2097 " --format[=raw|..] Force disk format for -a option\n"
2098 " -i|--inspector Automatically mount filesystems\n"
2099 " --keys-from-stdin Read passphrases from stdin\n"
2100 " --listen Listen for remote commands\n"
2101 " --live Connect to a live virtual machine\n"
2102 " -m|--mount dev[:mnt[:opts]] Mount dev on mnt (if omitted, /)\n"
2103 " -n|--no-sync Don't autosync\n"
2104 " -N|--new type Create prepared disk (test1.img, ...)\n"
2105 " --progress-bars Enable progress bars even when not interactive\n"
2106 " --no-progress-bars Disable progress bars\n"
2107 " --remote[=pid] Send commands to remote %s\n"
2108 " -r|--ro Mount read-only\n"
2109 " --selinux Enable SELinux support\n"
2110 " -v|--verbose Verbose messages\n"
2111 " -V|--version Display version and exit\n"
2112 " -w|--rw Mount read-write\n"
2113 " -x Echo each command before executing it\n"
2115 "To examine a disk image, ISO, hard disk, filesystem etc:\n"
2116 " %s [--ro|--rw] -i -a /path/to/disk.img\n"
2118 " %s [--ro|--rw] -i -d name-of-libvirt-domain\n"
2120 "--ro recommended to avoid any writes to the disk image. If -i option fails\n"
2121 "run again without -i and use 'run' + 'list-filesystems' + 'mount' cmds.\n"
2123 "For more information, see the manpage %s(1).\n"
2125 "%s: guest filesystem shell\n"
2126 "%s lets you edit virtual machine filesystems\n"
2127 "Copyright (C) 2009 Red Hat Inc.\n"
2129 " %s [--options] cmd [: cmd : cmd ...]\n"
2130 " %s -i libvirt-domain\n"
2131 " %s -i disk-image(s)\n"
2132 "or for interactive use:\n"
2134 "or from a shell script:\n"
2140 " -h|--cmd-help List available commands\n"
2141 " -h|--cmd-help cmd Display detailed help on 'cmd'\n"
2142 " -a|--add image Add image\n"
2143 " -D|--no-dest-paths Don't tab-complete paths from guest fs\n"
2144 " -f|--file file Read commands from file\n"
2145 " -i|--inspector Run virt-inspector to get disk mountpoints\n"
2146 " --listen Listen for remote commands\n"
2147 " -m|--mount dev[:mnt] Mount dev on mnt (if omitted, /)\n"
2148 " -n|--no-sync Don't autosync\n"
2149 " --remote[=pid] Send commands to remote %s\n"
2150 " -r|--ro Mount read-only\n"
2151 " --selinux Enable SELinux support\n"
2152 " -v|--verbose Verbose messages\n"
2153 " -x Echo each command before executing it\n"
2154 " -V|--version Display version and exit\n"
2155 "For more information, see the manpage %s(1).\n"
2159 msgid "%s: --listen=PID: PID was not a number: %s\n"
2160 msgstr "%s: --listen=PID: PID ஆனது எண் இல்லை: %s\n"
2165 "%s: remote: $GUESTFISH_PID must be set to the PID of the remote process\n"
2166 msgstr "%s: remote: $GUESTFISH_PID க்கு தொலை செயற்பாட்டைPID க்கு அமை\n"
2170 msgid "%s: only one -f parameter can be given\n"
2171 msgstr "%s: ஒரே ஒரு -f அளவுரு கொடுக்கப்படலாம்\n"
2175 msgid "%s: cannot use --listen and --remote options at the same time\n"
2176 msgstr "%s: cannot use --listen and --remote options at the same time\n"
2180 msgid "%s: extra parameters on the command line with --listen flag\n"
2181 msgstr "%s: extra parameters on the command line with --listen flag\n"
2185 msgid "%s: cannot use --listen and --file options at the same time\n"
2186 msgstr "%s: --listen மற்றும் --file விருப்பங்களை அதே நேரத்தில் பயன்படுத்த முடியாது\n"
2190 msgid "guestfish: could not access termcap or terminfo database.\n"
2195 msgid "guestfish: terminal type \"%s\" not defined.\n"
2202 "Welcome to guestfish, the libguestfs filesystem interactive shell for\n"
2203 "editing virtual machine filesystems.\n"
2205 "Type: 'help' for help on commands\n"
2206 " 'man' to read the manual\n"
2207 " 'quit' to quit the shell\n"
2211 "Welcome to guestfish, the libguestfs filesystem interactive shell for\n"
2212 "editing virtual machine filesystems.\n"
2214 "Type: 'help' for help with commands\n"
2215 " 'quit' to quit the shell\n"
2220 msgid "%s: unterminated double quote\n"
2221 msgstr "%s: unterminated double quote\n"
2223 #: fish/fish.c:769 fish/fish.c:786
2225 msgid "%s: command arguments not separated by whitespace\n"
2226 msgstr "%s: கட்டளை விவாதங்கள் வொயிட்ஸ்பேஸ்ஸால் பிரிக்கப்படவில்லை\n"
2230 msgid "%s: unterminated single quote\n"
2231 msgstr "%s: unterminated single quote\n"
2235 msgid "%s: internal error parsing string at '%s'\n"
2236 msgstr "%s: அகப்பிழையை '%s' சரத்தில் பகுக்கிறது\n"
2240 msgid "%s: too many arguments\n"
2241 msgstr "%s: அதிக விவாதங்கள்\n"
2245 msgid "%s: empty command on command line\n"
2246 msgstr "%s: கட்டளை வரியில் காலியான கட்டளை\n"
2249 msgid "display a list of commands or help on a command"
2250 msgstr "கட்டளைகளின் ஒரு பட்டியலைக் காட்டு அல்லது ஒரு கட்டளையில் உதவு"
2253 msgid "quit guestfish"
2254 msgstr "guestfishஐ நிறுத்து"
2259 "help - display a list of commands or help on a command\n"
2263 "help - display a list of commands or help on a command\n"
2270 "quit - quit guestfish\n"
2273 "quit - guestfishஐ நிறுத்து\n"
2278 msgid "%s: command not known, use -h to list all commands\n"
2280 "%s: கட்டளை என்னவென்று தெரியவில்லை, அனைத்து கட்டளைகளையும் பட்டியலிட -hஐ பயன்படுத்து\n"
2285 "Did you mean to open a disk image? guestfish -a disk.img\n"
2286 "For a list of commands: guestfish -h\n"
2287 "For complete documentation: man guestfish\n"
2292 msgid "Runaway quote in string \"%s\"\n"
2293 msgstr "Runaway quote in string \"%s\"\n"
2298 "%s: to use Windows drive letters, you must inspect the guest (\"-i\" option "
2299 "or run \"inspect-os\" command)\n"
2305 "%s: drive '%c:' not found. To list available drives do:\n"
2306 " inspect-get-drive-mappings %s\n"
2312 "%s: to access '%c:', mount %s first. One way to do this is:\n"
2319 msgid "use 'glob command [args...]'\n"
2320 msgstr "'glob கட்டளையைப் பயன்படுத்து [args...]'\n"
2324 msgid "glob: guestfs_glob_expand call failed: %s\n"
2325 msgstr "glob: guestfs_glob_expand அழைக்க முடியவில்லை: %s\n"
2330 "Add disk images to examine using the -a or -d options, or the 'add' "
2332 "Or create a new disk image using -N, or the 'alloc' or 'sparse' commands.\n"
2333 "Once you have done this, use the 'run' command.\n"
2339 "Find out what filesystems are available using 'list-filesystems' and then\n"
2340 "mount them to examine or modify the contents using 'mount-ro' or\n"
2341 "'mount-options'.\n"
2347 "For more information about a command, use 'help cmd'.\n"
2349 "To read the manual, type 'man'.\n"
2352 #: fish/hexedit.c:41
2354 msgid "hexedit (device|filename) [max | start max]\n"
2357 #: fish/hexedit.c:52
2359 msgid "hexedit: %s is a zero length file or device\n"
2362 #: fish/hexedit.c:63
2365 "hexedit: %s is larger than %s. You must supply a limit using\n"
2366 " 'hexedit %s <max>' (eg. 'hexedit %s 1M') or a range using\n"
2367 " 'hexedit %s <start> <max>'.\n"
2370 #: fish/hexedit.c:92
2372 msgid "hexedit: invalid range\n"
2375 #: fish/inspect.c:77
2377 msgid "%s: don't use --live and -i options together\n"
2378 msgstr "%s: --listen மற்றும் --file விருப்பங்களை அதே நேரத்தில் பயன்படுத்த முடியாது\n"
2380 #: fish/inspect.c:89
2382 msgid "%s: no operating system was found on this disk\n"
2385 #: fish/inspect.c:95
2387 msgid "%s: multi-boot operating systems are not supported by the -i option\n"
2390 #: fish/inspect.c:134
2392 msgid "%s: some filesystems could not be mounted (ignored)\n"
2395 #: fish/inspect.c:146
2397 msgid "Operating system: %s\n"
2400 #: fish/inspect.c:159
2402 msgid "%s mounted on %s\n"
2403 msgstr "ஏற்ம்புள்ளிகளைக் காட்டு"
2407 msgid "Enter key or passphrase (\"%s\"): "
2412 msgid "use 'lcd directory' to change local directory\n"
2413 msgstr "உள்ளமை அடைவை மாற்ற 'lcd அடைவை' பயன்படுத்து\n"
2417 msgid "use 'man' without parameters to open the manual\n"
2422 msgid "the external 'man' program failed\n"
2423 msgstr "அகக் கட்டளை தோல்வியுற்றது: %s"
2427 msgid "use '%s filename' to page a file\n"
2428 msgstr "'%s கோப்புபெயரை' ஒரு கோப்பில் பக்கத்திற்குப் பயன்படுத்து\n"
2430 #: fish/options.c:36
2432 msgid "%s: too many drives added on the command line\n"
2433 msgstr "%s: கட்டளை வரியில் காலியான கட்டளை\n"
2435 #: fish/options.c:128
2437 msgid "%s: '%s' could not be mounted. Did you mean one of these?\n"
2443 "List of available prepared disk images:\n"
2450 "guestfish -N %-8s - %s\n"
2457 msgid " Optional parameters:\n"
2462 msgid "<%s> %s (default: %s)\n"
2468 "Prepared disk images are written to file \"test1.img\" in the local\n"
2469 "directory. (\"test2.img\" etc if -N option is given multiple times).\n"
2470 "For more information see the guestfish(1) manual.\n"
2476 "guestfish: -N parameter '%s': no such prepared disk image known.\n"
2477 "Use 'guestfish -N help' to list possible values for the -N parameter.\n"
2482 msgid "guestfish: error creating prepared disk image '%s' on '%s': "
2485 #: fish/prep_boot.c:34 fish/prep_boot.c:89 fish/prep_disk.c:34
2486 #: fish/prep_fs.c:34 fish/prep_lv.c:69 fish/prep_lv.c:122 fish/prep_part.c:34
2488 msgid "failed to allocate disk"
2489 msgstr "கோப்பு சங்க்கை பகுக்க முடியவில்லை"
2491 #: fish/prep_boot.c:42 fish/prep_boot.c:97
2493 msgid "could not parse boot size"
2494 msgstr "'%s'க்கான பகுப்பு அளவை குறிப்பிட முடியவில்லை\n"
2496 #: fish/prep_boot.c:46 fish/prep_boot.c:101
2498 msgid "failed to get sector size of disk: %s"
2499 msgstr "கோப்பு சங்க்கை பகுக்க முடியவில்லை"
2501 #: fish/prep_boot.c:50 fish/prep_boot.c:105 fish/prep_fs.c:41
2502 #: fish/prep_lv.c:76 fish/prep_lv.c:129 fish/prep_part.c:41
2504 msgid "failed to partition disk: %s"
2507 #: fish/prep_boot.c:55 fish/prep_boot.c:110
2509 msgid "failed to add boot partition: %s"
2510 msgstr "ஒரு ஸ்வாப் பகிர்வை உருவாக்கு"
2512 #: fish/prep_boot.c:59 fish/prep_boot.c:114
2514 msgid "failed to add root partition: %s"
2515 msgstr "ஒரு ஸ்வாப் பகிர்வை உருவாக்கு"
2517 #: fish/prep_boot.c:68 fish/prep_boot.c:128
2519 msgid "failed to create boot filesystem: %s"
2522 #: fish/prep_boot.c:77 fish/prep_boot.c:157
2524 msgid "failed to create root filesystem: %s"
2527 #: fish/prep_boot.c:86 fish/prep_boot.c:120 fish/prep_lv.c:66
2528 #: fish/prep_lv.c:82 fish/prep_lv.c:119 fish/prep_lv.c:135
2529 msgid "incorrect format for LV name, use '/dev/VG/LV'"
2532 #: fish/prep_boot.c:137 fish/prep_lv.c:91 fish/prep_lv.c:144
2534 msgid "failed to create PV: %s: %s"
2535 msgstr "கோப்பு சங்க்கை பகுக்க முடியவில்லை"
2537 #: fish/prep_boot.c:142 fish/prep_lv.c:96 fish/prep_lv.c:149
2539 msgid "failed to create VG: %s: %s"
2540 msgstr "கோப்பு சங்க்கை பகுக்க முடியவில்லை"
2542 #: fish/prep_boot.c:149 fish/prep_lv.c:103 fish/prep_lv.c:156
2544 msgid "failed to create LV: /dev/%s/%s: %s"
2547 #: fish/prep_boot.c:153 fish/prep_lv.c:107 fish/prep_lv.c:160
2549 msgid "failed to resize LV to full size: %s: %s"
2552 #: fish/prep_fs.c:51 fish/prep_lv.c:165
2554 msgid "failed to create filesystem (%s): %s"
2559 msgid "guestfish: protocol error: could not read 'hello' message\n"
2560 msgstr "guestfish: protocol error: 'hello' செய்தியை வாசிக்க முடியவில்லை\n"
2565 "guestfish: protocol error: version mismatch, server version '%s' does not "
2566 "match client version '%s'. The two versions must match exactly.\n"
2568 "guestfish: protocol error: பதிப்பு பொருந்தவில்லை, சேவையக பதிப்பு '%s' க்ளையன்ட் "
2569 "பதிப்பு '%s'உடன் பொருந்தவில்லை. இந்த இரண்டு பதிப்புகளும் சரியாக பொருந்த வேண்டும்.\n"
2571 #: fish/rc.c:335 fish/rc.c:349
2573 msgid "guestfish: remote: looks like the server is not running\n"
2574 msgstr "guestfish: remote: சேவையகம் இயங்காதது போல் உள்ளது\n"
2576 #: fish/rc.c:361 fish/rc.c:375
2578 msgid "guestfish: protocol error: could not send initial greeting to server\n"
2580 "guestfish: protocol error: துவக்க அழைப்பை சேவையகத்திற்கு அனுப்ப முடியவில்லை\n"
2584 msgid "guestfish: protocol error: could not decode reply from server\n"
2585 msgstr "guestfish: protocol error: சேவையகத்திலிருந்து குறிநீக்க பதில் இல்லை\n"
2589 msgid "'reopen' command takes no parameters\n"
2590 msgstr "'reopen' கட்டளை அளவுருக்களை எடுக்கவில்லை\n"
2594 msgid "reopen: guestfs_create: failed to create handle\n"
2595 msgstr "reopen: guestfs_create: ஹாண்டிலை உருவாக்க முடியவில்லை\n"
2597 #: fish/supported.c:66
2601 #: fish/supported.c:68
2607 msgid "use 'time command [args...]'\n"
2608 msgstr "'நேர கட்டளையைப் பயன்படுத்து [args...]'\n"
2610 #: fuse/guestmount.c:912
2613 "%s: FUSE module for libguestfs\n"
2614 "%s lets you mount a virtual machine filesystem\n"
2615 "Copyright (C) 2009-2010 Red Hat Inc.\n"
2617 " %s [--options] [-- [--FUSE-options]] mountpoint\n"
2619 " -a|--add image Add image\n"
2620 " -c|--connect uri Specify libvirt URI for -d option\n"
2621 " --dir-cache-timeout Set readdir cache timeout (default 5 sec)\n"
2622 " -d|--domain guest Add disks from libvirt guest\n"
2623 " --echo-keys Don't turn off echo for passphrases\n"
2624 " --format[=raw|..] Force disk format for -a option\n"
2625 " --fuse-help Display extra FUSE options\n"
2626 " -i|--inspector Automatically mount filesystems\n"
2627 " --help Display help message and exit\n"
2628 " --keys-from-stdin Read passphrases from stdin\n"
2629 " --live Connect to a live virtual machine\n"
2630 " -m|--mount dev[:mnt[:opts]] Mount dev on mnt (if omitted, /)\n"
2631 " -n|--no-sync Don't autosync\n"
2632 " -o|--option opt Pass extra option to FUSE\n"
2633 " -r|--ro Mount read-only\n"
2634 " --selinux Enable SELinux support\n"
2635 " -v|--verbose Verbose messages\n"
2636 " -V|--version Display version and exit\n"
2637 " -w|--rw Mount read-write\n"
2638 " -x|--trace Trace guestfs API calls\n"
2640 "%s: FUSE module for libguestfs\n"
2641 "%s lets you mount a virtual machine filesystem\n"
2642 "Copyright (C) 2009 Red Hat Inc.\n"
2644 " %s [--options] [-- [--FUSE-options]] mountpoint\n"
2646 " -a|--add image Add image\n"
2647 " --dir-cache-timeout Set readdir cache timeout (default 5 sec)\n"
2648 " --fuse-help Display extra FUSE options\n"
2649 " --help Display help message and exit\n"
2650 " -m|--mount dev[:mnt] Mount dev on mnt (if omitted, /)\n"
2651 " -n|--no-sync Don't autosync\n"
2652 " -o|--option opt Pass extra option to FUSE\n"
2653 " -r|--ro Mount read-only\n"
2654 " --selinux Enable SELinux support\n"
2655 " --trace Trace guestfs API calls (to stderr)\n"
2656 " -v|--verbose Verbose messages\n"
2657 " -V|--version Display version and exit\n"
2659 #: fuse/guestmount.c:1130
2661 msgid "%s: must have at least one -a/-d and at least one -m/-i option\n"
2663 "%s: விருப்பத்தில் குறைந்தபட்சம் ஒரு -a மற்றும் குறைந்தபட்சம் ஒரு -m ஐ பெற்றிருக்க வேண்டும்\n"
2665 #: fuse/guestmount.c:1138
2667 msgid "%s: you must specify a mountpoint in the host filesystem\n"
2668 msgstr "%s: புரவல கோப்புமுறைமையில் ஒரு ஏறும்புள்ளியை நீங்கள் குறிப்பிட வேண்டும்\n"
2670 #: inspector/virt-inspector.c:76
2673 "%s: display information about a virtual machine\n"
2674 "Copyright (C) 2010 Red Hat Inc.\n"
2676 " %s [--options] -d domname file [file ...]\n"
2677 " %s [--options] -a disk.img [-a disk.img ...] file [file ...]\n"
2679 " -a|--add image Add image\n"
2680 " -c|--connect uri Specify libvirt URI for -d option\n"
2681 " -d|--domain guest Add disks from libvirt guest\n"
2682 " --echo-keys Don't turn off echo for passphrases\n"
2683 " --format[=raw|..] Force disk format for -a option\n"
2684 " --help Display brief help\n"
2685 " --keys-from-stdin Read passphrases from stdin\n"
2686 " -v|--verbose Verbose messages\n"
2687 " -V|--version Display version and exit\n"
2688 " -x Trace libguestfs API calls\n"
2689 "For more information, see the manpage %s(1).\n"
2691 "%s: FUSE module for libguestfs\n"
2692 "%s lets you mount a virtual machine filesystem\n"
2693 "Copyright (C) 2009 Red Hat Inc.\n"
2695 " %s [--options] [-- [--FUSE-options]] mountpoint\n"
2697 " -a|--add image Add image\n"
2698 " --dir-cache-timeout Set readdir cache timeout (default 5 sec)\n"
2699 " --fuse-help Display extra FUSE options\n"
2700 " --help Display help message and exit\n"
2701 " -m|--mount dev[:mnt] Mount dev on mnt (if omitted, /)\n"
2702 " -n|--no-sync Don't autosync\n"
2703 " -o|--option opt Pass extra option to FUSE\n"
2704 " -r|--ro Mount read-only\n"
2705 " --selinux Enable SELinux support\n"
2706 " --trace Trace guestfs API calls (to stderr)\n"
2707 " -v|--verbose Verbose messages\n"
2708 " -V|--version Display version and exit\n"
2710 #: inspector/virt-inspector.c:263
2713 "%s: no operating system could be detected inside this disk image.\n"
2715 "This may be because the file is not a disk image, or is not a virtual "
2717 "image, or because the OS type is not understood by libguestfs.\n"
2719 "NOTE for Red Hat Enterprise Linux 6 users: for Windows guest support you "
2721 "install the separate libguestfs-winsupport package.\n"
2723 "If you feel this is an error, please file a bug report including as much\n"
2724 "information about the disk image as possible.\n"
2727 #: inspector/virt-inspector.c:288
2729 msgid "%s: XML write error at \"%s\": %m\n"
2732 #: inspector/virt-inspector.c:300
2734 msgid "%s: xmlOutputBufferCreateFd: failed to open stdout\n"
2737 #: inspector/virt-inspector.c:308
2739 msgid "%s: xmlNewTextWriter: failed to create libxml2 writer\n"
2742 #: perl/lib/Sys/Guestfs/Lib.pm:158
2743 msgid "open_guest: first parameter must be a string or an arrayref"
2746 #: perl/lib/Sys/Guestfs/Lib.pm:164
2747 msgid "open_guest: first argument contains undefined element"
2750 #: perl/lib/Sys/Guestfs/Lib.pm:172
2751 #, fuzzy, perl-brace-format
2752 msgid "guest image {imagename} does not exist or is not readable"
2753 msgstr "Binary '%s' does not exist or is not executable\n"
2755 #: perl/lib/Sys/Guestfs/Lib.pm:179
2757 "open_guest: no libvirt support (install Sys::Virt, XML::XPath and XML::"
2761 #: perl/lib/Sys/Guestfs/Lib.pm:184
2763 msgid "open_guest: too many domains listed on command line"
2764 msgstr "%s: கட்டளை வரியில் காலியான கட்டளை\n"
2766 #: perl/lib/Sys/Guestfs/Lib.pm:191
2767 msgid "open_guest: cannot connect to libvirt"
2770 #: perl/lib/Sys/Guestfs/Lib.pm:210
2771 #, perl-brace-format
2772 msgid "{imagename} is not the name of an inactive libvirt domain\n"
2775 #: perl/lib/Sys/Guestfs/Lib.pm:213
2776 #, perl-brace-format
2777 msgid "{imagename} is not the name of a libvirt domain\n"
2780 #: perl/lib/Sys/Guestfs/Lib.pm:242
2781 #, perl-brace-format
2782 msgid "{imagename} seems to have no disk devices\n"
2785 #: perl/lib/Sys/Guestfs/Lib.pm:827
2787 "No operating system could be detected inside this disk image.\n"
2789 "This may be because the file is not a disk image, or is not a virtual "
2791 "image, or because the OS type is not understood by virt-inspector.\n"
2793 "If you feel this is an error, please file a bug report including as much\n"
2794 "information about the disk image as possible.\n"
2797 #: perl/lib/Sys/Guestfs/Lib.pm:901
2798 #, perl-brace-format
2799 msgid "unknown filesystem label {label}\n"
2802 #: perl/lib/Sys/Guestfs/Lib.pm:911
2803 #, perl-brace-format
2804 msgid "unknown filesystem UUID {uuid}\n"
2807 #: perl/lib/Sys/Guestfs/Lib.pm:939
2808 #, fuzzy, perl-brace-format
2809 msgid "unknown filesystem {fs}\n"
2810 msgstr "ஏற முடியாத ஒரு கோப்புமுறைமை"
2812 #: perl/lib/Sys/Guestfs/Lib.pm:1017
2813 #, perl-brace-format
2814 msgid "Error running rpm -qa: {error}"
2817 #: perl/lib/Sys/Guestfs/Lib.pm:1043
2818 #, perl-brace-format
2819 msgid "Error running dpkg-query: {error}"
2822 #: perl/lib/Sys/Guestfs/Lib.pm:1108
2823 msgid "Can't find grub on guest"
2826 #: perl/lib/Sys/Guestfs/Lib.pm:1163
2827 #, perl-brace-format
2828 msgid "Grub entry {title} has no kernel"
2831 #: perl/lib/Sys/Guestfs/Lib.pm:1194
2832 #, perl-brace-format
2833 msgid "grub refers to {path}, which doesn't exist\n"
2836 #: perl/lib/Sys/Guestfs/Lib.pm:1217
2837 #, perl-brace-format
2838 msgid "Grub entry {title} does not specify an initrd"
2841 #: perl/lib/Sys/Guestfs/Lib.pm:1286
2842 #, perl-brace-format
2843 msgid "Didn't find modules directory {modules} for kernel {path}"
2846 #: perl/lib/Sys/Guestfs/Lib.pm:1294
2847 #, perl-brace-format
2848 msgid "Couldn't guess kernel version number from path for kernel {path}"
2851 #: perl/lib/Sys/Guestfs/Lib.pm:1348
2852 #, fuzzy, perl-brace-format
2853 msgid "{path} doesn't match augeas pattern"
2854 msgstr "திரும்பும் வரிகள் ஒரு பாணியில் பொருந்துகிறது"
2856 #: perl/lib/Sys/Guestfs/Lib.pm:1387
2857 #, perl-brace-format
2858 msgid "{filename}: could not read initrd format"
2861 #: rescue/virt-rescue.c:63
2864 "%s: Run a rescue shell on a virtual machine\n"
2865 "Copyright (C) 2009-2010 Red Hat Inc.\n"
2867 " %s [--options] -d domname\n"
2868 " %s [--options] -a disk.img [-a disk.img ...]\n"
2870 " -a|--add image Add image\n"
2871 " --append kernelopts Append kernel options\n"
2872 " -c|--connect uri Specify libvirt URI for -d option\n"
2873 " -d|--domain guest Add disks from libvirt guest\n"
2874 " --format[=raw|..] Force disk format for -a option\n"
2875 " --help Display brief help\n"
2876 " -m|--memsize MB Set memory size in megabytes\n"
2877 " --network Enable network\n"
2878 " -r|--ro Access read-only\n"
2879 " --selinux Enable SELinux\n"
2880 " -v|--verbose Verbose messages\n"
2881 " -V|--version Display version and exit\n"
2882 " -w|--rw Mount read-write\n"
2883 " -x Trace libguestfs API calls\n"
2884 "For more information, see the manpage %s(1).\n"
2886 "%s: FUSE module for libguestfs\n"
2887 "%s lets you mount a virtual machine filesystem\n"
2888 "Copyright (C) 2009 Red Hat Inc.\n"
2890 " %s [--options] [-- [--FUSE-options]] mountpoint\n"
2892 " -a|--add image Add image\n"
2893 " --dir-cache-timeout Set readdir cache timeout (default 5 sec)\n"
2894 " --fuse-help Display extra FUSE options\n"
2895 " --help Display help message and exit\n"
2896 " -m|--mount dev[:mnt] Mount dev on mnt (if omitted, /)\n"
2897 " -n|--no-sync Don't autosync\n"
2898 " -o|--option opt Pass extra option to FUSE\n"
2899 " -r|--ro Mount read-only\n"
2900 " --selinux Enable SELinux support\n"
2901 " --trace Trace guestfs API calls (to stderr)\n"
2902 " -v|--verbose Verbose messages\n"
2903 " -V|--version Display version and exit\n"
2905 #: rescue/virt-rescue.c:180
2907 msgid "%s: could not parse memory size '%s'\n"
2908 msgstr "'%s'க்கான பகுப்பு அளவை குறிப்பிட முடியவில்லை\n"
2910 #: rescue/virt-rescue.c:419
2912 msgid "%s: unknown child exit status (%d)\n"
2913 msgstr "%s: தெரியாத நீண்ட விருப்பம்: %s (%d)\n"
2915 #: src/appliance.c:181
2918 "cannot find any suitable libguestfs supermin or ordinary appliance on "
2919 "LIBGUESTFS_PATH (search path: %s)"
2922 #: src/appliance.c:331
2924 msgid "security: cached appliance %s is not owned by UID %d"
2927 #: src/appliance.c:336
2929 msgid "security: cached appliance %s is not a directory (mode %o)"
2932 #: src/appliance.c:341
2934 msgid "security: cached appliance %s is writable by group or other (mode %o)"
2937 #: src/appliance.c:659
2939 msgid "external command failed, see earlier error messages"
2940 msgstr "guestfs_launch தோல்வியுற்றது, முந்தைய பிழைச் செய்தியைப் பார்"
2944 msgid "unexpected end of output from db_dump command before end of header"
2945 msgstr "unexpected end of file when reading from daemon"
2947 #: src/dbdump.c:100 src/dbdump.c:112
2949 msgid "unexpected line from db_dump command, no space prefix"
2950 msgstr "unexpected end of file when reading from daemon"
2954 msgid "unexpected end of output from db_dump command before end of data"
2955 msgstr "unexpected end of file when reading from daemon"
2959 msgid "unexpected non-hex digits in output of db_dump command"
2960 msgstr "unexpected end of file when reading from daemon"
2962 #: src/filearch.c:153
2964 msgid "size of %s unreasonable (%<PRIi64> bytes)"
2967 #: src/filearch.c:266
2969 "file-architecture API not available since this version of libguestfs was "
2970 "compiled without PCRE or libmagic libraries"
2973 #: src/guestfs.c:174
2975 msgid "guestfs_close: called twice on the same handle\n"
2976 msgstr "guestfs_close: அதே ஹாண்டலில் இரண்டு முறை அழைக்கப்பட்டது\n"
2978 #: src/guestfs.c:340
2983 #: src/guestfs.c:399
2985 msgid "libguestfs: error: %s\n"
2986 msgstr "libguestfs: error: %s\n"
2988 #: src/guestfs.c:946
2990 msgid "<truncated, original size %zu bytes>"
2993 #: src/inspect.c:265
2994 msgid "not a Windows guest, or systemroot could not be determined"
2997 #: src/inspect.c:281
2998 msgid "not a Windows guest, or CurrentControlSet could not be determined"
3001 #: src/inspect.c:519
3003 msgid "%s: temporary directory not found"
3004 msgstr "%s: தற்காலிக அடைவை உருவாக்க முடியவில்லை"
3006 #: src/inspect.c:535 src/inspect_fs.c:474 src/inspect_fs.c:518
3007 #: src/inspect_fs_unix.c:194 src/inspect_fs_unix.c:579
3008 #: src/inspect_fs_unix.c:821
3010 msgid "size of %s is unreasonably large (%<PRIi64> bytes)"
3013 #: src/inspect.c:572
3014 msgid "no inspection data: call guestfs_inspect_os first"
3017 #: src/inspect.c:584
3020 "%s: root device not found: only call this function with a root device "
3021 "previously returned by guestfs_inspect_os"
3024 #: src/inspect.c:594 src/inspect_apps.c:617
3026 "inspection API not available since this version of libguestfs was compiled "
3027 "without PCRE or hivex libraries"
3030 #: src/inspect_fs.c:326 src/inspect_fs.c:339
3032 msgid "could not parse integer in version number: %s"
3033 msgstr "'%s'க்கான பகுப்பு அளவை குறிப்பிட முடியவில்லை\n"
3035 #: src/inspect_fs.c:483
3037 msgid "%s: file is empty"
3040 #: src/inspect_fs_unix.c:613
3042 msgid "could not parse /etc/fstab or empty file"
3043 msgstr "'%s'க்கான பகுப்பு அளவை குறிப்பிட முடியவில்லை\n"
3045 #: src/inspect_fs_windows.c:112
3047 msgid "cannot resolve Windows %%SYSTEMROOT%%"
3051 msgid "command line cannot be altered after qemu subprocess launched"
3052 msgstr "command line cannot be altered after qemu subprocess launched"
3055 msgid "guestfs_config: parameter must begin with '-' character"
3056 msgstr "guestfs_config: அளவுரு '-' எழுத்தில் துவக்க வேண்டும்"
3060 msgid "guestfs_config: parameter '%s' isn't allowed"
3061 msgstr "guestfs_config: அளவுரு '%s' அனுமதிக்கப்படுவதில்லை"
3063 #: src/launch.c:235 src/launch.c:339
3064 msgid "filename cannot contain ',' (comma) character"
3065 msgstr "கோப்புபெயர் ',' (கம்மா) எழுத்தை கொண்டிருக்கவில்லை"
3067 #: src/launch.c:247 src/launch.c:252
3069 msgid "%s parameter is empty or contains disallowed characters"
3074 msgid "the libguestfs handle has already been launched"
3075 msgstr "qemu ஏற்கனவே துவங்கப்பட்டுவிட்டது"
3079 msgid "%s: cannot create temporary directory"
3080 msgstr "%s: தற்காலிக அடைவை உருவாக்க முடியவில்லை"
3083 msgid "you must call guestfs_add_drive before guestfs_launch"
3084 msgstr "நீங்கள் guestfs_add_drive ஐ guestfs_launchக்கு முன் அழைக்க வேண்டும்"
3087 msgid "guestfs_launch failed, see earlier error messages"
3088 msgstr "guestfs_launch தோல்வியுற்றது, முந்தைய பிழைச் செய்தியைப் பார்"
3091 msgid "qemu launched and contacted daemon, but state != READY"
3092 msgstr "qemu டொமைனுடன் துவக்கப்பட்டு தொடர்பு கொண்டது, ஆனால் நிலையானது != READY"
3096 msgid "guestfs_launch failed, unexpected initial message from guestfsd"
3097 msgstr "guestfs_launch தோல்வியுற்றது, முந்தைய பிழைச் செய்தியைப் பார்"
3101 msgid "contacted guestfsd, but state != READY"
3102 msgstr "qemu டொமைனுடன் துவக்கப்பட்டு தொடர்பு கொண்டது, ஆனால் நிலையானது != READY"
3104 #: src/launch.c:1047
3107 "%s: command failed: If qemu is located on a non-standard path, try setting "
3108 "the LIBGUESTFS_QEMU environment variable."
3110 "%s: command failed: If qemu is located on a non-standard path, try setting "
3111 "the LIBGUESTFS_QEMU environment variable."
3113 #: src/launch.c:1138
3114 msgid "qemu has not been launched yet"
3115 msgstr "qemu இன்னும் துவங்கப்படவில்லை"
3117 #: src/launch.c:1149
3118 msgid "no subprocess to kill"
3119 msgstr "அழிப்பதற்கு துணைசெயல்பாடுகள் இல்லை"
3123 msgid "guestfs_set_busy: called when in state %d != READY"
3124 msgstr "guestfs_set_busy: %d நிலையில் உள்ள போது அழைத்தது!= READY"
3128 msgid "guestfs_end_busy: called when in state %d"
3129 msgstr "guestfs_end_busy: நிலை %dல் உள்ள போது அழைத்தது"
3134 "check_for_daemon_cancellation_or_eof: read 0x%x from daemon, expected 0x%x\n"
3136 "check_for_daemon_cancellation_or_eof: டொமைனிலிருந்து 0x%x ஐ வாசி, "
3137 "எதிர்பார்க்கப்பட்ட 0x%x\n"
3139 #: src/proto.c:599 src/proto.c:662
3140 msgid "unexpected end of file when reading from daemon"
3141 msgstr "unexpected end of file when reading from daemon"
3145 msgid "received magic signature from guestfsd, but in state %d"
3146 msgstr "received magic signature from guestfsd, but in state %d"
3150 msgid "message length (%u) > maximum possible size (%d)"
3151 msgstr "செய்தி அளவு (%u) > குறைந்தபட்ச சாத்தியமான அளவு (%d)"
3155 msgid "guestfs___send: state %d != BUSY"
3156 msgstr "guestfs___send: நிலை%d != BUSY"
3159 msgid "xdr_guestfs_message_header failed"
3160 msgstr "xdr_guestfs_message_header தோல்வியுற்றது"
3163 msgid "dispatch failed to marshal args"
3164 msgstr "marshal args ஐ அனுப்ப முடியவில்லை"
3168 msgid "send_file_chunk: state %d != READY"
3169 msgstr "send_file_chunk: நிலை %d != READY"
3173 msgid "xdr_guestfs_chunk failed (buf = %p, buflen = %zu)"
3174 msgstr "xdr_guestfs_chunk தோல்வியுற்றது (buf = %p, buflen = %zu)"
3178 msgid "%s: error in chunked encoding"
3179 msgstr "%s: error in chunked encoding"
3182 msgid "write to daemon socket"
3183 msgstr "டொமைன் சாக்கெட்டிற்கு எழுது"
3186 msgid "receive_file_data: parse error in reply callback"
3187 msgstr "receive_file_data: பதில் பின்அழைப்பில் உள்ள பிழையை பகுக்கவும்"
3190 msgid "receive_file_data: unexpected flag received when reading file chunks"
3191 msgstr "receive_file_data: கோப்பு சங்க்கை வாசிக்கும் போது எதிர்பாராத கொடி பெறப்பட்டது"
3194 msgid "failed to parse file chunk"
3195 msgstr "கோப்பு சங்க்கை பகுக்க முடியவில்லை"
3198 msgid "file receive cancelled by daemon"
3199 msgstr "கோப்பினை பெறுதல் டொமைனால் ரத்து செய்யப்பட்டது"
3201 #: src/virt.c:101 src/virt.c:347
3202 msgid "you cannot set both live and readonly flags"
3207 msgid "could not connect to libvirt (code %d, domain %d): %s"
3212 msgid "no libvirt domain called '%s': %s"
3214 "%s: -i க்கு ஒரு libvirt டொமைன் பாதை(கள்) வட்டு செய்தி(களுக்கு) தேவைப்படுகிறது\n"
3216 #: src/virt.c:185 src/virt.c:435
3218 msgid "error reading libvirt XML information: %s"
3221 #: src/virt.c:195 src/virt.c:443
3222 msgid "unable to parse XML information returned by libvirt"
3225 #: src/virt.c:201 src/virt.c:449
3227 msgid "unable to create new XPath context"
3228 msgstr "guestfs_create: ஹாண்டிலை உருவாக்க முடியவில்லை\n"
3230 #: src/virt.c:208 src/virt.c:464
3232 msgid "unable to evaluate XPath expression"
3233 msgstr "guestfs_create: ஹாண்டிலை உருவாக்க முடியவில்லை\n"
3237 msgid "libvirt domain has no disks"
3239 "%s: -i க்கு ஒரு libvirt டொமைன் பாதை(கள்) வட்டு செய்தி(களுக்கு) தேவைப்படுகிறது\n"
3243 msgid "error getting domain info: %s"
3248 "error: domain is a live virtual machine.\n"
3249 "Writing to the disks of a running virtual machine can cause disk "
3251 "Either use read-only access, or if the guest is running the guestfsd daemon\n"
3252 "specify live access. In most libguestfs tools these options are --ro or\n"
3253 "--live respectively. Consult the documentation for further information."
3258 "this guest has no libvirt <channel> definition for guestfsd\n"
3259 "See ATTACHING TO RUNNING DAEMONS in guestfs(3) for further information."
3264 "add-domain API not available since this version of libguestfs was compiled "
3265 "without libvirt or libxml2"
3268 #: test-tool/test-tool.c:79
3271 "libguestfs-test-tool: interactive test tool\n"
3272 "Copyright (C) 2009-2011 Red Hat Inc.\n"
3274 " libguestfs-test-tool [--options]\n"
3276 " --help Display usage\n"
3277 " --qemudir dir Specify QEMU source directory\n"
3278 " --qemu qemu Specify QEMU binary\n"
3280 " -t n Set launch timeout (default: %d seconds)\n"
3282 "libguestfs-test-tool: interactive test tool\n"
3283 "Copyright (C) 2009 Red Hat Inc.\n"
3285 " libguestfs-test-tool [--options]\n"
3287 " --help Display usage\n"
3288 " --helper libguestfs-test-tool-helper\n"
3289 " Helper program (default: %s)\n"
3290 " --qemudir dir Specify QEMU source directory\n"
3291 " --qemu qemu Specify QEMU binary\n"
3293 " -t n Set launch timeout (default: %d seconds)\n"
3295 #: test-tool/test-tool.c:127
3297 msgid "libguestfs-test-tool: unknown long option: %s (%d)\n"
3298 msgstr "libguestfs-test-tool: தெரியாத நீண்ட விருப்பம்: %s (%d)\n"
3300 #: test-tool/test-tool.c:136
3302 msgid "libguestfs-test-tool: invalid timeout: %s\n"
3303 msgstr "libguestfs-test-tool: தவறான நேரமுடிவு: %s\n"
3305 #: test-tool/test-tool.c:148
3307 msgid "libguestfs-test-tool: unexpected command line option 0x%x\n"
3308 msgstr "libguestfs-test-tool: எதிர்பாராத கட்டளை வரி விருப்பம் 0x%x\n"
3310 #: test-tool/test-tool.c:170
3312 msgid "libguestfs-test-tool: failed to create libguestfs handle\n"
3313 msgstr "libguestfs-test-tool: libguestfs ஹாண்டிலை உருவாக்க முடியவில்லை\n"
3315 #: test-tool/test-tool.c:177
3317 msgid "libguestfs-test-tool: failed to add drive '%s'\n"
3318 msgstr "libguestfs-test-tool: இயக்கி '%s' உடன் இணைக்க முடியவில்லை\n"
3320 #: test-tool/test-tool.c:185
3322 msgid "libguestfs-test-tool: guestfs_version failed\n"
3323 msgstr "libguestfs-test-tool: guestfs_version தோல்வியுற்றது\n"
3325 #: test-tool/test-tool.c:217
3327 msgid "libguestfs-test-tool: failed to launch appliance\n"
3328 msgstr "libguestfs-test-tool: failed to launch appliance\n"
3330 #: test-tool/test-tool.c:229
3332 msgid "libguestfs-test-tool: failed to run part-disk\n"
3333 msgstr "libguestfs-test-tool: sfவட்டை இயக்க முடியவில்லை\n"
3335 #: test-tool/test-tool.c:235
3337 msgid "libguestfs-test-tool: failed to mkfs.ext2\n"
3338 msgstr "libguestfs-test-tool: mkfs.ext2 தோல்வியுற்றது\n"
3340 #: test-tool/test-tool.c:241
3342 msgid "libguestfs-test-tool: failed to mount /dev/sda1 on /\n"
3343 msgstr "libguestfs-test-tool: mount /dev/sda1ல் ஏற முடியவில்லை /\n"
3345 #: test-tool/test-tool.c:248
3347 msgid "libguestfs-test-tool: failed to touch file\n"
3348 msgstr "libguestfs-test-tool: sfவட்டை இயக்க முடியவில்லை\n"
3350 #: test-tool/test-tool.c:279
3353 "LIBGUESTFS_QEMU environment variable is already set, so\n"
3354 "--qemu/--qemudir options cannot be used.\n"
3356 "LIBGUESTFS_QEMU சூழல் மாறிலி ஏற்கனவே அமைக்கப்பட்டது , ஆகையால்\n"
3357 "--qemu/--qemudir விருப்பங்கள் பயன்படுத்தப்படவில்லை.\n"
3359 #: test-tool/test-tool.c:287
3361 msgid "Binary '%s' does not exist or is not executable\n"
3362 msgstr "Binary '%s' does not exist or is not executable\n"
3364 #: test-tool/test-tool.c:301
3366 msgid "%s: does not look like a qemu source directory\n"
3367 msgstr "%s: ஒரு qemu மூல அடைவு போல் இல்லை\n"
3369 #: tools/virt-list-filesystems.pl:142
3370 msgid "virt-list-filesystems: no image or VM name given"
3373 #: tools/virt-list-partitions.pl:152
3374 msgid "virt-list-partitions: no image or VM name given"
3377 #: tools/virt-make-fs.pl:291
3378 msgid "virt-make-fs input output\n"
3381 #: tools/virt-make-fs.pl:321
3382 msgid "unexpected output from 'du' command"
3385 #: tools/virt-make-fs.pl:333 tools/virt-make-fs.pl:347
3386 #: tools/virt-make-fs.pl:458
3387 #, perl-brace-format
3388 msgid "{f}: unknown input format: {fmt}\n"
3391 #: tools/virt-make-fs.pl:391
3392 #, perl-brace-format
3393 msgid "virt-make-fs: cannot parse size parameter: {sz}\n"
3396 #: tools/virt-make-fs.pl:406
3399 "qemu-img create: failed to create disk image, see earlier error messages\n"
3400 msgstr "guestfs_launch தோல்வியுற்றது, முந்தைய பிழைச் செய்தியைப் பார்"
3402 #: tools/virt-make-fs.pl:417
3403 msgid "virt-make-fs: NTFS support was disabled when libguestfs was compiled\n"
3406 #: tools/virt-make-fs.pl:442
3408 msgid "tar: failed, see earlier messages\n"
3409 msgstr "guestfs_launch தோல்வியுற்றது, முந்தைய பிழைச் செய்தியைப் பார்"
3411 #: tools/virt-make-fs.pl:464
3413 msgid "uncompress command failed, see earlier messages\n"
3414 msgstr "guestfs_launch தோல்வியுற்றது, முந்தைய பிழைச் செய்தியைப் பார்"
3416 #: tools/virt-make-fs.pl:499
3418 "virt-make-fs: error copying contents into filesystem\n"
3419 "An error here usually means that the program did not estimate the\n"
3420 "filesystem size correctly. Please read the BUGS section of the manpage.\n"
3423 #: tools/virt-tar.pl:183 tools/virt-tar.pl:190
3424 msgid "virt-tar: extract/upload mode specified twice on the command line\n"
3427 #: tools/virt-tar.pl:212
3428 msgid "virt-tar: no image, VM names, directory or filename given"
3431 #: tools/virt-tar.pl:215
3432 msgid "virt-tar: either -x or -u must be specified on the command line\n"
3435 #: tools/virt-tar.pl:226
3436 #, perl-brace-format
3437 msgid "virt-tar: {tarball}: file not found\n"
3440 #: tools/virt-tar.pl:229
3441 #, perl-brace-format
3442 msgid "virt-tar: {dir}: directory name must start with '/' character\n"
3445 #: tools/virt-tar.pl:243 tools/virt-win-reg.pl:259
3446 #, perl-brace-format
3448 "{prog}: No operating system could be detected inside this disk image.\n"
3450 "This may be because the file is not a disk image, or is not a virtual "
3452 "image, or because the OS type is not understood by libguestfs.\n"
3454 "If you feel this is an error, please file a bug report including as much\n"
3455 "information about the disk image as possible.\n"
3458 #: tools/virt-tar.pl:247 tools/virt-win-reg.pl:263
3459 #, perl-brace-format
3460 msgid "{prog}: multiboot operating systems are not supported.\n"
3463 #: tools/virt-win-reg.pl:243
3464 msgid "no libvirt domain name or disk image given\n"
3467 #: tools/virt-win-reg.pl:285
3469 "expecting 1 or 2 more parameters, subkey path and optionally the value to "
3473 #: tools/virt-win-reg.pl:444
3474 #, perl-brace-format
3475 msgid "virt-win-reg: {p}: cannot find user directory\n"
3478 #: tools/virt-win-reg.pl:449
3479 #, perl-brace-format
3480 msgid "virt-win-reg: {p}: not a supported Windows Registry path\n"
3483 #: tools/virt-win-reg.pl:519 tools/virt-win-reg.pl:541
3484 #, perl-brace-format
3485 msgid "virt-win-reg: {p}: file not found in guest: {err}\n"
3488 #: tools/virt-win-reg.pl:526
3489 #, perl-brace-format
3490 msgid "virt-win-reg: {p}: could not download registry file: {err}\n"
3493 #: tools/virt-win-reg.pl:548
3494 #, perl-brace-format
3495 msgid "virt-win-reg: {p}: could not upload registry file: {err}\n"
3498 #~ msgid "libguestfs-test-tool: failed to mkdir /iso\n"
3499 #~ msgstr "libguestfs-test-tool: mkdir /iso தோல்வியுற்றது\n"
3501 #~ msgid "libguestfs-test-tool: failed to mount /dev/sdb on /iso\n"
3502 #~ msgstr "libguestfs-test-tool: mount /dev/sdb on /iso ஆனது தோல்வியுற்றது\n"
3505 #~ "libguestfs-test-tool: could not run helper program, or helper failed\n"
3507 #~ "libguestfs-test-tool: உதவியாளர் நிரலை இயக்க முடியவில்லை, அல்லது உதவியாளர் "
3508 #~ "தோல்வியுற்றது\n"
3511 #~ "Test tool helper program 'libguestfs-test-tool-helper' is not\n"
3512 #~ "available. Expected to find it in '%s'\n"
3514 #~ "Use the --helper option to specify the location of this program.\n"
3516 #~ "Test tool helper program 'libguestfs-test-tool-helper' is not\n"
3517 #~ "available. Expected to find it in '%s'\n"
3519 #~ "Use the --helper option to specify the location of this program.\n"
3521 #~ msgid "command failed: %s"
3522 #~ msgstr "கட்டளை தோல்வியுற்றது: %s"
3525 #~ "Test tool helper program %s\n"
3526 #~ "is not statically linked. This is a build error when this test tool\n"
3529 #~ "Test tool helper program %s\n"
3530 #~ "is not statically linked. This is a build error when this test tool\n"
3533 #~ msgid "mkisofs command failed: %s\n"
3534 #~ msgstr "mkisofs கட்டளை தோல்வியுற்றது: %s\n"
3537 #~ msgid "virt-resize: {file}: does not exist or is not readable\n"
3538 #~ msgstr "Binary '%s' does not exist or is not executable\n"
3541 #~ msgid "virt-resize: no logical volume called {n}\n"
3542 #~ msgstr "ஒரு LVM வரைகலை தொகுதியை மறுஅளவிடு"
3545 #~ msgid "failed to create temporary cache directory: %m"
3546 #~ msgstr "ஒரு தற்காலிக அடைவினை உருவாக்கு"
3549 #~ msgid "error renaming temporary cache directory: %m"
3550 #~ msgstr "ஒரு தற்காலிக அடைவினை உருவாக்கு"
3553 #~ msgid "virt-df: cannot use -h and --csv options together\n"
3555 #~ "%s: --listen மற்றும் --file விருப்பங்களை அதே நேரத்தில் பயன்படுத்த முடியாது\n"
3558 #~ msgid " Mountpoints:\n"
3559 #~ msgstr "ஏற்ம்புள்ளிகளைக் காட்டு"
3562 #~ msgid " Filesystems:\n"
3563 #~ msgstr "ஒரு கோப்புமுறையை செய்"
3565 #~ msgid "allocate an image"
3566 #~ msgstr "ஒரு படத்தை ஒதுக்கீடு"
3568 #~ msgid "edit a file in the image"
3569 #~ msgstr "படத்திலுள்ள ஒரு கோப்பினை திருத்து"
3571 #~ msgid "view a file in the pager"
3572 #~ msgstr "பேஜரில் ஒரு பக்கத்தைக் காட்டு"
3575 #~ "echo - display a line of text\n"
3576 #~ " echo [<params> ...]\n"
3578 #~ " This echos the parameters to the terminal.\n"
3580 #~ "echo - display a line of text\n"
3581 #~ " echo [<params> ...]\n"
3583 #~ " This echos the parameters to the terminal.\n"
3587 #~ "edit - edit a file in the image\n"
3588 #~ " edit <filename>\n"
3590 #~ " This is used to edit a file.\n"
3592 #~ " It is the equivalent of (and is implemented by)\n"
3593 #~ " running \"cat\", editing locally, and then \"write\".\n"
3595 #~ " Normally it uses $EDITOR, but if you use the aliases\n"
3596 #~ " \"vi\" or \"emacs\" you will get those editors.\n"
3598 #~ " NOTE: This will not work reliably for large files\n"
3599 #~ " (> 2 MB) or binary files containing \\0 bytes.\n"
3601 #~ "edit - edit a file in the image\n"
3602 #~ " edit <filename>\n"
3604 #~ " This is used to edit a file.\n"
3606 #~ " It is the equivalent of (and is implemented by)\n"
3607 #~ " running \"cat\", editing locally, and then \"write-file\".\n"
3609 #~ " Normally it uses $EDITOR, but if you use the aliases\n"
3610 #~ " \"vi\" or \"emacs\" you will get those editors.\n"
3612 #~ " NOTE: This will not work reliably for large files\n"
3613 #~ " (> 2 MB) or binary files containing \\0 bytes.\n"
3616 #~ "lcd - local change directory\n"
3617 #~ " lcd <directory>\n"
3619 #~ " Change guestfish's current directory. This command is\n"
3620 #~ " useful if you want to download files to a particular\n"
3623 #~ "lcd - local change directory\n"
3624 #~ " lcd <directory>\n"
3626 #~ " Change guestfish's current directory. This command is\n"
3627 #~ " useful if you want to download files to a particular\n"
3631 #~ "glob - expand wildcards in command\n"
3632 #~ " glob <command> [<args> ...]\n"
3634 #~ " Glob runs <command> with wildcards expanded in any\n"
3635 #~ " command args. Note that the command is run repeatedly\n"
3636 #~ " once for each expanded argument.\n"
3638 #~ "glob - expand wildcards in command\n"
3639 #~ " glob <command> [<args> ...]\n"
3641 #~ " Glob runs <command> with wildcards expanded in any\n"
3642 #~ " command args. Note that the command is run repeatedly\n"
3643 #~ " once for each expanded argument.\n"
3646 #~ "more - view a file in the pager\n"
3647 #~ " more <filename>\n"
3649 #~ " This is used to view a file in the pager.\n"
3651 #~ " It is the equivalent of (and is implemented by)\n"
3652 #~ " running \"cat\" and using the pager.\n"
3654 #~ " Normally it uses $PAGER, but if you use the alias\n"
3655 #~ " \"less\" then it always uses \"less\".\n"
3657 #~ " NOTE: This will not work reliably for large files\n"
3658 #~ " (> 2 MB) or binary files containing \\0 bytes.\n"
3660 #~ "more - view a file in the pager\n"
3661 #~ " more <filename>\n"
3663 #~ " This is used to view a file in the pager.\n"
3665 #~ " It is the equivalent of (and is implemented by)\n"
3666 #~ " running \"cat\" and using the pager.\n"
3668 #~ " Normally it uses $PAGER, but if you use the alias\n"
3669 #~ " \"less\" then it always uses \"less\".\n"
3671 #~ " NOTE: This will not work reliably for large files\n"
3672 #~ " (> 2 MB) or binary files containing \\0 bytes.\n"
3675 #~ "reopen - close and reopen the libguestfs handle\n"
3678 #~ "Close and reopen the libguestfs handle. It is not necessary to use\n"
3679 #~ "this normally, because the handle is closed properly when guestfish\n"
3680 #~ "exits. However this is occasionally useful for testing.\n"
3682 #~ "reopen - close and reopen the libguestfs handle\n"
3685 #~ "Close and reopen the libguestfs handle. It is not necessary to use\n"
3686 #~ "this normally, because the handle is closed properly when guestfish\n"
3687 #~ "exits. However this is occasionally useful for testing.\n"
3691 #~ "sparse - allocate a sparse image file\n"
3692 #~ " sparse <filename> <size>\n"
3694 #~ " This creates an empty sparse file of the given size,\n"
3695 #~ " and then adds so it can be further examined.\n"
3697 #~ " In all respects it works the same as the 'alloc'\n"
3698 #~ " command, except that the image file is allocated\n"
3699 #~ " sparsely, which means that disk blocks are not assigned\n"
3700 #~ " to the file until they are needed. Sparse disk files\n"
3701 #~ " only use space when written to, but they are slower\n"
3702 #~ " and there is a danger you could run out of real disk\n"
3703 #~ " space during a write operation.\n"
3705 #~ " For more advanced image creation, see qemu-img utility.\n"
3707 #~ " Size can be specified using standard suffixes, eg. '1M'.\n"
3709 #~ "sparse - allocate a sparse image file\n"
3710 #~ " sparse <filename> <size>\n"
3712 #~ " This creates an empty sparse file of the given size,\n"
3713 #~ " and then adds so it can be further examined.\n"
3715 #~ " In all respects it works the same as the 'alloc'\n"
3716 #~ " command, except that the image file is allocated\n"
3717 #~ " sparsely, which means that disk blocks are not assigned\n"
3718 #~ " to the file until they are needed. Sparse disk files\n"
3719 #~ " only use space when written to, but they are slower\n"
3720 #~ " and there is a danger you could run out of real disk\n"
3721 #~ " space during a write operation.\n"
3723 #~ " For more advanced image creation, see qemu-img utility.\n"
3725 #~ " Size can be specified (where <nn> means a number):\n"
3726 #~ " <nn> number of kilobytes\n"
3727 #~ " eg: 1440 standard 3.5\" floppy\n"
3728 #~ " <nn>K or <nn>KB number of kilobytes\n"
3729 #~ " <nn>M or <nn>MB number of megabytes\n"
3730 #~ " <nn>G or <nn>GB number of gigabytes\n"
3731 #~ " <nn>T or <nn>TB number of terabytes\n"
3732 #~ " <nn>P or <nn>PB number of petabytes\n"
3733 #~ " <nn>E or <nn>EB number of exabytes\n"
3734 #~ " <nn>sects number of 512 byte sectors\n"
3737 #~ "time - measure time taken to run command\n"
3738 #~ " time <command> [<args> ...]\n"
3740 #~ " This runs <command> as usual, and prints the elapsed\n"
3741 #~ " time afterwards.\n"
3743 #~ "time - கட்டளை இயங்குவதற்கு எடுத்த நேரத்தை கணக்கிடு\n"
3744 #~ " time <command> [<args> ...]\n"
3746 #~ " இது எப்போதும் போல <command> இயங்கும், நேரத்திற்கு பின்\n"
3747 #~ " அச்சடித்தும் கழித்தும்விடும்.\n"
3749 #~ msgid "external command failed: %s"
3750 #~ msgstr "அகக் கட்டளை தோல்வியுற்றது: %s"
3752 #~ msgid "test if file exists"
3753 #~ msgstr "கோப்பு இருந்தால் பரிசோதி"
3755 #~ msgid "cannot find %s or %s on LIBGUESTFS_PATH (current path = %s)"
3756 #~ msgstr "%s அல்லது %s ஐ LIBGUESTFS_PATH (தற்போதைய பாதை = %s)ல் தேட முடியவில்லை"
3758 #~ msgid "failed to connect to vmchannel socket"
3759 #~ msgstr "vmசேனல் சாக்கெட்டை இணைக்க முடியவில்லை"
3763 #~ "%s: cannot use -i option with -a, -m, -N, --listen, --remote or --"
3766 #~ "%s: -i விருப்பத்தை -a, -m, --listen, --remote or --selinux உடன் பயன்படுத்த "
3770 #~ msgid "cpio command failed: {error}"
3771 #~ msgstr "கட்டளை தோல்வியுற்றது: %s"
3774 #~ "alloc - allocate an image\n"
3775 #~ " alloc <filename> <size>\n"
3777 #~ " This creates an empty (zeroed) file of the given size,\n"
3778 #~ " and then adds so it can be further examined.\n"
3780 #~ " For more advanced image creation, see qemu-img utility.\n"
3782 #~ " Size can be specified (where <nn> means a number):\n"
3783 #~ " <nn> number of kilobytes\n"
3784 #~ " eg: 1440 standard 3.5\" floppy\n"
3785 #~ " <nn>K or <nn>KB number of kilobytes\n"
3786 #~ " <nn>M or <nn>MB number of megabytes\n"
3787 #~ " <nn>G or <nn>GB number of gigabytes\n"
3788 #~ " <nn>T or <nn>TB number of terabytes\n"
3789 #~ " <nn>P or <nn>PB number of petabytes\n"
3790 #~ " <nn>E or <nn>EB number of exabytes\n"
3791 #~ " <nn>sects number of 512 byte sectors\n"
3793 #~ "alloc - allocate an image\n"
3794 #~ " alloc <filename> <size>\n"
3796 #~ " This creates an empty (zeroed) file of the given size,\n"
3797 #~ " and then adds so it can be further examined.\n"
3799 #~ " For more advanced image creation, see qemu-img utility.\n"
3801 #~ " Size can be specified (where <nn> means a number):\n"
3802 #~ " <nn> number of kilobytes\n"
3803 #~ " eg: 1440 standard 3.5\" floppy\n"
3804 #~ " <nn>K or <nn>KB number of kilobytes\n"
3805 #~ " <nn>M or <nn>MB number of megabytes\n"
3806 #~ " <nn>G or <nn>GB number of gigabytes\n"
3807 #~ " <nn>T or <nn>TB number of terabytes\n"
3808 #~ " <nn>P or <nn>PB number of petabytes\n"
3809 #~ " <nn>E or <nn>EB number of exabytes\n"
3810 #~ " <nn>sects number of 512 byte sectors\n"
3812 #~ msgid "%s: virt-inspector command too long for fixed-size buffer\n"
3813 #~ msgstr "%s: virt-inspector command too long for fixed-size buffer\n"