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-08-17 13:54+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:62 df/main.c:70
22 #: fish/fish.c:97 fuse/guestmount.c:908 inspector/virt-inspector.c:72
23 #: 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:130
69 #: df/domains.c:428 df/main.c:136 fish/fish.c:220 fuse/guestmount.c:1024
70 #: inspector/virt-inspector.c:132 rescue/virt-rescue.c:133
72 msgid "guestfs_create: failed to create handle\n"
73 msgstr "guestfs_create: ஹாண்டிலை உருவாக்க முடியவில்லை\n"
75 #: cat/virt-cat.c:139 cat/virt-filesystems.c:256 cat/virt-ls.c:152
76 #: df/main.c:160 fish/fish.c:277 fuse/guestmount.c:1061
77 #: inspector/virt-inspector.c:154 rescue/virt-rescue.c:157
79 msgid "%s: unknown long option: %s (%d)\n"
80 msgstr "%s: தெரியாத நீண்ட விருப்பம்: %s (%d)\n"
82 #: cat/virt-filesystems.c:103
85 "%s: list filesystems, partitions, block devices, LVM in a VM\n"
86 "Copyright (C) 2010 Red Hat Inc.\n"
88 " %s [--options] -d domname\n"
89 " %s [--options] -a disk.img [-a disk.img ...]\n"
91 " -a|--add image Add image\n"
92 " --all Display everything\n"
93 " --blkdevs|--block-devices\n"
94 " Display block devices\n"
95 " -c|--connect uri Specify libvirt URI for -d option\n"
96 " --csv Output as Comma-Separated Values\n"
97 " -d|--domain guest Add disks from libvirt guest\n"
98 " --echo-keys Don't turn off echo for passphrases\n"
99 " --extra Display swap and data filesystems\n"
100 " --filesystems Display mountable filesystems\n"
101 " --format[=raw|..] Force disk format for -a option\n"
102 " -h|--human-readable Human-readable sizes in --long output\n"
103 " --help Display brief help\n"
104 " --keys-from-stdin Read passphrases from stdin\n"
105 " -l|--long Long output\n"
106 " --lvs|--logvols|--logical-volumes\n"
107 " Display LVM logical volumes\n"
108 " --no-title No title in --long output\n"
109 " --parts|--partitions Display partitions\n"
110 " --pvs|--physvols|--physical-volumes\n"
111 " Display LVM physical volumes\n"
112 " --uuid|--uuids Add UUIDs to --long output\n"
113 " -v|--verbose Verbose messages\n"
114 " -V|--version Display version and exit\n"
115 " --vgs|--volgroups|--volume-groups\n"
116 " Display LVM volume groups\n"
117 " -x Trace libguestfs API calls\n"
118 "For more information, see the manpage %s(1).\n"
120 "%s: FUSE module for libguestfs\n"
121 "%s lets you mount a virtual machine filesystem\n"
122 "Copyright (C) 2009 Red Hat Inc.\n"
124 " %s [--options] [-- [--FUSE-options]] mountpoint\n"
126 " -a|--add image Add image\n"
127 " --dir-cache-timeout Set readdir cache timeout (default 5 sec)\n"
128 " --fuse-help Display extra FUSE options\n"
129 " --help Display help message and exit\n"
130 " -m|--mount dev[:mnt] Mount dev on mnt (if omitted, /)\n"
131 " -n|--no-sync Don't autosync\n"
132 " -o|--option opt Pass extra option to FUSE\n"
133 " -r|--ro Mount read-only\n"
134 " --selinux Enable SELinux support\n"
135 " --trace Trace guestfs API calls (to stderr)\n"
136 " -v|--verbose Verbose messages\n"
137 " -V|--version Display version and exit\n"
139 #: cat/virt-filesystems.c:318 df/main.c:255
141 msgid "%s: you cannot use -h and --csv options together.\n"
142 msgstr "%s: --listen மற்றும் --file விருப்பங்களை அதே நேரத்தில் பயன்படுத்த முடியாது\n"
147 "%s: list files in a virtual machine\n"
148 "Copyright (C) 2010-2011 Red Hat Inc.\n"
150 " %s [--options] -d domname dir [dir ...]\n"
151 " %s [--options] -a disk.img [-a disk.img ...] dir [dir ...]\n"
153 " -a|--add image Add image\n"
154 " -c|--connect uri Specify libvirt URI for -d option\n"
155 " -d|--domain guest Add disks from libvirt guest\n"
156 " --echo-keys Don't turn off echo for passphrases\n"
157 " --format[=raw|..] Force disk format for -a option\n"
158 " --help Display brief help\n"
159 " --keys-from-stdin Read passphrases from stdin\n"
160 " -l|--long Long listing\n"
161 " -R|--recursive Recursive listing\n"
162 " -v|--verbose Verbose messages\n"
163 " -V|--version Display version and exit\n"
164 " -x Trace libguestfs API calls\n"
165 "For more information, see the manpage %s(1).\n"
167 "%s: FUSE module for libguestfs\n"
168 "%s lets you mount a virtual machine filesystem\n"
169 "Copyright (C) 2009 Red Hat Inc.\n"
171 " %s [--options] [-- [--FUSE-options]] mountpoint\n"
173 " -a|--add image Add image\n"
174 " --dir-cache-timeout Set readdir cache timeout (default 5 sec)\n"
175 " --fuse-help Display extra FUSE options\n"
176 " --help Display help message and exit\n"
177 " -m|--mount dev[:mnt] Mount dev on mnt (if omitted, /)\n"
178 " -n|--no-sync Don't autosync\n"
179 " -o|--option opt Pass extra option to FUSE\n"
180 " -r|--ro Mount read-only\n"
181 " --selinux Enable SELinux support\n"
182 " --trace Trace guestfs API calls (to stderr)\n"
183 " -v|--verbose Verbose messages\n"
184 " -V|--version Display version and exit\n"
188 msgid "%s: cannot combine -l and -R options\n"
189 msgstr "%s: --listen மற்றும் --file விருப்பங்களை அதே நேரத்தில் பயன்படுத்த முடியாது\n"
193 msgid "%s: could not connect to libvirt (code %d, domain %d): %s"
198 msgid "%s: could not get number of running domains (code %d, domain %d): %s"
203 msgid "%s: could not list running domains (code %d, domain %d): %s"
208 msgid "%s: could not get number of inactive domains (code %d, domain %d): %s"
213 msgid "%s: could not list inactive domains (code %d, domain %d): %s"
218 msgid "%s: ignoring %s, it has too many disks (%zu > %d)"
224 "%s: display free space on virtual filesystems\n"
225 "Copyright (C) 2010 Red Hat Inc.\n"
227 " %s [--options] -d domname\n"
228 " %s [--options] -a disk.img [-a disk.img ...]\n"
230 " -a|--add image Add image\n"
231 " -c|--connect uri Specify libvirt URI for -d option\n"
232 " --csv Output as Comma-Separated Values\n"
233 " -d|--domain guest Add disks from libvirt guest\n"
234 " --format[=raw|..] Force disk format for -a option\n"
235 " -h|--human-readable Human-readable sizes in --long output\n"
236 " --help Display brief help\n"
237 " -i|--inodes Display inodes\n"
238 " --one-per-guest Separate appliance per guest\n"
239 " --uuid Add UUIDs to --long output\n"
240 " -v|--verbose Verbose messages\n"
241 " -V|--version Display version and exit\n"
242 " -x Trace libguestfs API calls\n"
243 "For more information, see the manpage %s(1).\n"
245 "%s: FUSE module for libguestfs\n"
246 "%s lets you mount a virtual machine filesystem\n"
247 "Copyright (C) 2009 Red Hat Inc.\n"
249 " %s [--options] [-- [--FUSE-options]] mountpoint\n"
251 " -a|--add image Add image\n"
252 " --dir-cache-timeout Set readdir cache timeout (default 5 sec)\n"
253 " --fuse-help Display extra FUSE options\n"
254 " --help Display help message and exit\n"
255 " -m|--mount dev[:mnt] Mount dev on mnt (if omitted, /)\n"
256 " -n|--no-sync Don't autosync\n"
257 " -o|--option opt Pass extra option to FUSE\n"
258 " -r|--ro Mount read-only\n"
259 " --selinux Enable SELinux support\n"
260 " --trace Trace guestfs API calls (to stderr)\n"
261 " -v|--verbose Verbose messages\n"
262 " -V|--version Display version and exit\n"
266 msgid "%s: compiled without support for libvirt.\n"
270 msgid "VirtualMachine"
276 msgstr "ஒரு கோப்புமுறையை செய்"
316 msgid "use 'alloc file size' to create an image\n"
317 msgstr "'கோப்பு அளவை ஒதுக்கீடுவதை' உருவாக்க ஒரு படத்தை பயன்படுத்து \n"
321 msgid "use 'sparse file size' to create a sparse image\n"
322 msgstr "'ஸ்பார்ஸ் கோப்பு அளவை' பயன்படுத்தி ஒரு ஸ்பார்ஸ் படத்தை உருவாக்கு\n"
326 msgid "can't allocate or add disks after launching\n"
327 msgstr "துவங்கிய பின் வட்டுகளை ஒதுக்க அல்லது சேர்க்க முடியவில்லை\n"
331 msgid "%s: invalid integer parameter (%s returned %d)\n"
343 msgid "add a CD-ROM disk image to examine"
344 msgstr "ஒரு CD-ROM வட்டு படத்தை பரிசோதிக்க சேர்க்கவும்"
347 msgid "add the disk(s) from a named libvirt domain"
350 #: fish/cmds.c:2563 fish/cmds.c:2564
351 msgid "add an image to examine or modify"
352 msgstr "ஒரு படத்தை சோதிக்க அல்லது மாற்றியமைக்க சேர்"
355 msgid "add a drive in snapshot mode (read-only)"
356 msgstr "ஸ்னேப்ஷாட் முறைமையில் ஒரு இயக்கியை சேர் (வாசிக்க-மட்டும்)"
359 msgid "add a drive read-only specifying the QEMU block emulation to use"
363 msgid "add a drive specifying the QEMU block emulation to use"
368 msgid "allocate and add a disk file"
369 msgstr "ஒரு ஸ்பார்ஸ் படக்கோப்பை ஒதுக்கீடு"
373 msgid "clear Augeas path"
374 msgstr "ஒரு Augeas பாதையை நீக்கு"
377 msgid "close the current Augeas handle"
378 msgstr "நடப்பு Augeas ஹான்டிலை மூடு"
381 msgid "define an Augeas node"
382 msgstr "ஒரு Augeas முனையை வரையறு"
385 msgid "define an Augeas variable"
386 msgstr "ஒரு Augeas மாறியை வரையறு"
389 msgid "look up the value of an Augeas path"
390 msgstr "ஒரு Augeas பாதையின் மதிப்பை தேடு"
393 msgid "create a new Augeas handle"
394 msgstr "ஒரு புதிய Augeas ஹாண்டிலை உருவாக்கு"
397 msgid "insert a sibling Augeas node"
398 msgstr "ஒரு சகோதர Augeas முனையை நுழை"
401 msgid "load files into the tree"
402 msgstr "மரத்தில் கோப்புகளை ஏற்றவும்"
405 msgid "list Augeas nodes under augpath"
406 msgstr "Augeas முனைகளை augpath கீழ் பட்டியலிடு"
409 msgid "return Augeas nodes which match augpath"
410 msgstr "augpath உடன் பொருந்தும் Augeas முனைகளை கொடுக்கிறது"
413 msgid "move Augeas node"
414 msgstr "Augeas முனையை நகர்த்து"
417 msgid "remove an Augeas path"
418 msgstr "ஒரு Augeas பாதையை நீக்கு"
421 msgid "write all pending Augeas changes to disk"
422 msgstr "வட்டில் அனைத்து மீதமுள்ள Augeas மாற்றங்களை எழுது"
425 msgid "set Augeas path to value"
426 msgstr "மதிப்பிடுவதற்கு Augeas பாதையை அமை"
429 msgid "test availability of some parts of the API"
430 msgstr "APIன் சில பகுதிகளில் சோதனை கிடைக்கப்பெறுகிறது"
434 msgid "return a list of all optional groups"
435 msgstr "inotify நிகழ்வுகளின் பட்டியலைக் கொடுத்தது"
438 msgid "upload base64-encoded data to file"
443 msgid "download file and encode as base64"
444 msgstr "உள்ளமை கணினியில் ஒரு கோப்பினை பதிவிறக்கு"
447 msgid "flush device buffers"
448 msgstr "ஃப்ளஷ் சாதன பஃப்பர்"
451 msgid "get blocksize of block device"
452 msgstr "தடுப்பு சாதனத்திற்கான தடுப்பு அளவை பெறு "
455 msgid "is block device set to read-only"
456 msgstr "தொகுதி சாதனம்மை வாசிக்க மட்டும் அமை"
459 msgid "get total size of device in bytes"
460 msgstr "பைட்டுகளில் மொத்த சாதனத்தின் அளவை பெறு"
463 msgid "get sectorsize of block device"
464 msgstr "தொகுதி சாதனத்திற்கான செக்டர் அளவைப் பெறு"
467 msgid "get total size of device in 512-byte sectors"
468 msgstr "512-பைட் செக்கடரிகளில் சாதனத்தின் மொத்த அளவை பெறு"
471 msgid "reread partition table"
472 msgstr "பகர்வு அட்டவணையை மீண்டும்வாசி"
475 msgid "set blocksize of block device"
476 msgstr "தொகுதி சாதனத்திற்கான தொகுதியளவை அமை"
479 msgid "set block device to read-only"
480 msgstr "தொகுதி சாதனத்தை வாசிக்க மட்டும் அமை"
483 msgid "set block device to read-write"
484 msgstr "தொகுதி சாதனத்தை வாசிக்க-எழுதுவதற்கு அமை"
487 msgid "return true path on case-insensitive filesystem"
488 msgstr "return true path on case-insensitive filesystem"
491 msgid "list the contents of a file"
492 msgstr "ஒரு கோப்பின் உள்ளடக்கங்களின் பட்டியல்"
495 msgid "compute MD5, SHAx or CRC checksum of file"
496 msgstr "MD5, SHAx அல்லது CRC checksumஐ கணக்கிடு"
500 msgid "compute MD5, SHAx or CRC checksum of the contents of a device"
501 msgstr "MD5, SHAx அல்லது CRC checksumஐ கணக்கிடு"
505 msgid "compute MD5, SHAx or CRC checksum of files in a directory"
506 msgstr "MD5, SHAx அல்லது CRC checksumஐ கணக்கிடு"
509 msgid "change file mode"
510 msgstr "கோப்பு முறைமையை மாற்று"
512 #: fish/cmds.c:2603 fish/cmds.c:2719
513 msgid "change file owner and group"
514 msgstr "கோப்பு உரிமையாளர் மற்றும் குழுவை மாற்று"
517 msgid "run a command from the guest filesystem"
518 msgstr "விருந்தினர் கோப்புமுறைமையிலிருந்து ஒரு கட்டளையை இயக்கு"
521 msgid "run a command, returning lines"
522 msgstr "திரும்பிவரும் வரிகளிலிருந்து, ஒரு கட்டளையை இயக்கு"
525 msgid "add qemu parameters"
526 msgstr "qemu அளவுருக்களை சேர்"
530 msgid "copy local files or directories into an image"
531 msgstr "மரத்தில் கோப்புகளை ஏற்றவும்"
535 msgid "copy remote files or directories out of an image"
536 msgstr "மரத்தில் கோப்புகளை ஏற்றவும்"
540 msgid "copy size bytes from source to destination using dd"
541 msgstr "ddஐ பயன்படுத்தும் இலக்கை மூலத்திலிருந்து நகலெடு"
545 msgstr "ஒரு கோப்பினை நகலெடு"
548 msgid "copy a file or directory recursively"
549 msgstr "ஒரு கோப்பு அல்லது அடைவை மறுபடியும் நகலெடு"
552 msgid "copy from source to destination using dd"
553 msgstr "ddஐ பயன்படுத்தும் இலக்கை மூலத்திலிருந்து நகலெடு"
556 msgid "debugging and internals"
557 msgstr "பிழைத்திருத்தம் மற்றும் உள்ளார்ந்தவை"
561 msgid "debug the QEMU command line (internal use only)"
562 msgstr "உள்ளமை கணினியிலிருந்து ஒரு கோப்பை மேம்படுத்து"
566 msgid "upload a file to the appliance (internal use only)"
567 msgstr "உள்ளமை கணினியிலிருந்து ஒரு கோப்பை மேம்படுத்து"
570 msgid "report file system disk space usage"
571 msgstr "கோப்புமுறைமை வட்டு இடப் பயன்பாட்டை அறிக்கையிடு"
574 msgid "report file system disk space usage (human readable)"
575 msgstr "கோப்புமுறைமை வட்டு இடப் பயன்பாட்டை அறிக்கையிடு (வாசிக்கக்கூடிய)"
578 msgid "return kernel messages"
579 msgstr "கெர்னல் செய்திகளை திருப்பு"
582 msgid "download a file to the local machine"
583 msgstr "உள்ளமை கணினியில் ஒரு கோப்பினை பதிவிறக்கு"
587 msgid "download a file to the local machine with offset and size"
588 msgstr "உள்ளமை கணினியில் ஒரு கோப்பினை பதிவிறக்கு"
591 msgid "drop kernel page cache, dentries and inodes"
592 msgstr "drop kernel page cache, dentries and inodes"
595 msgid "estimate file space usage"
596 msgstr "கோப்பு இடைவெளிப் பயன்பாட்டை மதிப்பிடு"
599 msgid "check an ext2/ext3 filesystem"
600 msgstr "ஒரு ext2/ext3 கோப்புமுறையை சரிபார்"
603 msgid "display a line of text"
604 msgstr "உரையின் ஒரு வரியைக் காட்டு"
607 msgid "echo arguments back to the client"
608 msgstr "எதிரொலி விவாதங்கள் க்ளையன்ட்டுக்குவருகிறது"
613 msgstr "ஒரு கோப்பினை வாசி"
615 #: fish/cmds.c:2627 fish/cmds.c:2628 fish/cmds.c:2633 fish/cmds.c:2634
616 #: fish/cmds.c:2667 fish/cmds.c:2668 fish/cmds.c:2912 fish/cmds.c:2913
617 #: fish/cmds.c:2917 fish/cmds.c:2918 fish/cmds.c:2920 fish/cmds.c:2921
618 msgid "return lines matching a pattern"
619 msgstr "திரும்பும் வரிகள் ஒரு பாணியில் பொருந்துகிறது"
622 msgid "test if two files have equal contents"
623 msgstr "இரண்டு கோப்புகள் சமமான உள்ளடக்கங்களைப் பெற்றிருந்தால் அவற்றை பரசோதி"
626 msgid "test if file or directory exists"
627 msgstr "அடைவைப் பெற்றிருந்தால் கோப்பினை பர்சோதி"
629 #: fish/cmds.c:2631 fish/cmds.c:2632
630 msgid "preallocate a file in the guest filesystem"
631 msgstr "விருந்தினர் கோப்புமுறைமையில் ஒரு கோப்பை முன் ஒதுக்கீடவும்"
634 msgid "determine file type"
635 msgstr "கோப்பு வகையை வரைநறு"
638 msgid "detect the architecture of a binary file"
643 msgid "return the size of the file in bytes"
644 msgstr "பைட்டுகளில் மொத்த சாதனத்தின் அளவை பெறு"
647 msgid "fill a file with octets"
648 msgstr "ஆக்டெட்ஸ் உடன் ஒரு கோப்பை நிரப்பு"
652 msgid "fill a file with a repeating pattern of bytes"
653 msgstr "ஆக்டெட்ஸ் உடன் ஒரு கோப்பை நிரப்பு"
656 msgid "find all files and directories"
657 msgstr "அனைத்து கோப்புகள் மற்றும் அடைவுகளை தேடு"
660 msgid "find all files and directories, returning NUL-separated list"
662 "அனைத்து கோப்புகள் மற்றும் அடைவுகளை தேடு, NUL-பிரிக்கப்பட்ட பட்டியலிருந்து திரும்புகிறது"
666 msgid "find a filesystem by label"
667 msgstr "ext2/3/4 கோப்புமுறைமை லேபிலைப் பெறு"
671 msgid "find a filesystem by UUID"
672 msgstr "ext2/3/4 கோப்புமுறை UUIDஐ பெறு"
675 msgid "run the filesystem checker"
676 msgstr "மோப்புமுறை சாரிகாட்டியை இயக்கு"
679 msgid "get the additional kernel options"
680 msgstr "கூடுதல் கெர்னல் விருப்பங்களை பெறு"
684 msgid "get the attach method"
685 msgstr "தேடும் பாதையை பெறு"
688 msgid "get autosync mode"
689 msgstr "தானியக்கஒத்திசை முறையையை பொறு"
692 msgid "get direct appliance mode flag"
693 msgstr "நேரடி பயன்பாட்டு முறைமை கொடியை பெறு"
696 msgid "get the ext2/3/4 filesystem label"
697 msgstr "ext2/3/4 கோப்புமுறைமை லேபிலைப் பெறு"
700 msgid "get the ext2/3/4 filesystem UUID"
701 msgstr "ext2/3/4 கோப்புமுறை UUIDஐ பெறு"
704 msgid "get memory allocated to the qemu subprocess"
705 msgstr "qemu துணைசெயல்பாட்டிற்கு ஒதுக்கப்பட்ட நினைவகத்தை பெறவும்"
709 msgid "get enable network flag"
710 msgstr "SELinux செயல்படுத்தப்பட்ட கொடியைப் பெறு"
713 msgid "get the search path"
714 msgstr "தேடும் பாதையை பெறு"
717 msgid "get PID of qemu subprocess"
718 msgstr "PID ஐ qemu துணைசெயல்பாட்டில் பெறு"
721 msgid "get the qemu binary"
722 msgstr "qemu பைனரியை பெறு"
725 msgid "get recovery process enabled flag"
726 msgstr "செயல்படக்கூடிய கொடிக்கு திரும்பப்பெற்ற செயல்பாட்டை பெறவும்"
729 msgid "get SELinux enabled flag"
730 msgstr "SELinux செயல்படுத்தப்பட்ட கொடியைப் பெறு"
733 msgid "get the current state"
734 msgstr "நடப்பு நிலையை பெறு"
737 msgid "get command trace enabled flag"
738 msgstr "get command trace enabled flag"
742 msgid "get the current umask"
743 msgstr "நடப்பு நிலையை பெறு"
746 msgid "get verbose mode"
747 msgstr "வெர்போஸ் முறைமையைப் பெறு"
750 msgid "get SELinux security context"
751 msgstr "SELinux பாதுகாப்பு உரையை பெறு"
753 #: fish/cmds.c:2663 fish/cmds.c:2720
754 msgid "get a single extended attribute"
757 #: fish/cmds.c:2664 fish/cmds.c:2721
758 msgid "list extended attributes of a file or directory"
759 msgstr "ஒரு கோப்பு அல்லது அடைவின் விரிவாக்கப்பட்ட தன்மைகளை பட்டியலிடு"
762 msgid "expand wildcards in command"
763 msgstr "கட்டளையில் வைல்கார்ட்டை விவரி"
766 msgid "expand a wildcard path"
767 msgstr "ஒரு வில்கார்ட் பாதையை விரிக்கவும்"
771 msgstr "GRUBஐ நிறுவு"
774 msgid "return first 10 lines of a file"
775 msgstr "ஒரு கோப்பின் முதல் 10 வரிகளை திருப்பு"
778 msgid "return first N lines of a file"
779 msgstr "ஒரு கோப்பின் முதல் N வரிகளை திருப்பு "
782 msgid "dump a file in hexadecimal"
783 msgstr "ஹெக்ஸா தசமத்தில் ஒரு கோப்பை அழுத்து"
786 msgid "edit with a hex editor"
791 msgid "list the contents of a single file in an initrd"
792 msgstr "ஒரு கோப்பின் உள்ளடக்கங்களின் பட்டியல்"
795 msgid "list files in an initrd"
796 msgstr "ஒரு initrdல் கோப்புகளைப் பட்டியலிடு"
799 msgid "add an inotify watch"
800 msgstr "ஒரு inotify கடிகாரத்தைச் சேர்"
803 msgid "close the inotify handle"
804 msgstr "inotify ஹாண்டிலை மூடு"
807 msgid "return list of watched files that had events"
808 msgstr "கவனிக்கப்பட்ட கோப்புகளிலிருந்து திரும்பிய பட்டியல்கள் நிகழ்வுகளைப் பெற்றிருந்தது"
811 msgid "create an inotify handle"
812 msgstr "ஒரு inotify ஹாண்டிலை உருவாக்கு"
815 msgid "return list of inotify events"
816 msgstr "inotify நிகழ்வுகளின் பட்டியலைக் கொடுத்தது"
819 msgid "remove an inotify watch"
820 msgstr "ஒரு inotify கடிகாரத்தை நீக்கு"
823 msgid "get architecture of inspected operating system"
827 msgid "get distro of inspected operating system"
831 msgid "get drive letter mappings"
835 msgid "get filesystems associated with inspected operating system"
839 msgid "get format of inspected operating system"
843 msgid "get hostname of the operating system"
847 msgid "get major version of inspected operating system"
851 msgid "get minor version of inspected operating system"
855 msgid "get mountpoints of inspected operating system"
859 msgid "get package format used by the operating system"
863 msgid "get package management tool used by the operating system"
867 msgid "get product name of inspected operating system"
871 msgid "get product variant of inspected operating system"
875 msgid "return list of operating systems found by last inspection"
879 msgid "get type of inspected operating system"
883 msgid "get Windows CurrentControlSet of inspected operating system"
887 msgid "get Windows systemroot of inspected operating system"
891 msgid "get live flag for install disk"
895 msgid "get multipart flag for install disk"
899 msgid "get netinst (network installer) flag for install disk"
903 msgid "get list of applications installed in the operating system"
907 msgid "inspect disk and return list of operating systems found"
912 msgid "test if block device"
913 msgstr "தடுப்பு சாதனங்களின் பட்டியல்"
916 msgid "is busy processing a command"
917 msgstr "ஒரு கட்டளையை செயல்படுத்துவதில் பிஸியாக உள்ளது"
921 msgid "test if character device"
922 msgstr "தொகுதி , எழுத்து அல்லது FIFO சாதனங்களுக்காக செய்"
925 msgid "is in configuration state"
926 msgstr "அது கட்டமைப்பு நிலையில் உள்ளது"
930 msgid "test if a directory"
931 msgstr "ஒரு அடைவினை உருவாக்கு"
935 msgid "test if FIFO (named pipe)"
936 msgstr "FIFOஐ செய் (pipe என்று பெயரிடப்பட்டது)"
939 msgid "test if a regular file"
943 msgid "is launching subprocess"
944 msgstr "துணை செயல்பாடுகள் துவங்குகிறது"
948 msgid "test if device is a logical volume"
949 msgstr "ஒரு LVM வரைகலை தொகுதியை மறுஅளவிடு"
952 msgid "is ready to accept commands"
953 msgstr "கட்டளையை ஏற்பதற்கு தயாராக உள்ளது"
957 msgid "test if socket"
958 msgstr "டொமைன் சாக்கெட்டிற்கு எழுது"
962 msgid "test if symbolic link"
963 msgstr "ஒரு symbolic இணைப்பை உருவாக்கு"
966 msgid "kill the qemu subprocess"
967 msgstr "qemu துணைசெயல்பாடுகளை அழி"
970 msgid "launch the qemu subprocess"
971 msgstr "qemu துணை செயல்பாட்டை துவக்கு"
975 msgid "change working directory"
976 msgstr "உள்ளமை மாற்று அடைவு"
979 msgid "list the block devices"
980 msgstr "தடுப்பு சாதனங்களின் பட்டியல்"
984 msgid "list filesystems"
985 msgstr "ஒரு கோப்புமுறையை செய்"
988 msgid "list the partitions"
989 msgstr "பகிர்வுகளின் பட்டியல்"
992 msgid "list the files in a directory (long format)"
993 msgstr "ஒரு அடைவில் கோப்புகளை பட்டியலிடு (நீண்ட வடிவில்)"
995 #: fish/cmds.c:2726 fish/cmds.c:2727
996 msgid "create a hard link"
997 msgstr "ஒரு வன் இணைப்பை உருவாக்கு"
999 #: fish/cmds.c:2728 fish/cmds.c:2729
1000 msgid "create a symbolic link"
1001 msgstr "ஒரு symbolic இணைப்பை உருவாக்கு"
1003 #: fish/cmds.c:2730 fish/cmds.c:2821
1004 msgid "remove extended attribute of a file or directory"
1005 msgstr "ஒரு கோப்பு அல்லது அடைவின் விரிவாக்கப்பட்ட தன்மையை நீக்கு"
1008 msgid "list the files in a directory"
1009 msgstr "ஒரு அடைவிலுள்ள கோப்புகளின் பட்டியல்"
1011 #: fish/cmds.c:2732 fish/cmds.c:2848
1012 msgid "set extended attribute of a file or directory"
1013 msgstr "ஒரு கோப்பு அல்லது அடைவின் விரிவாக்கப்பட்ட தன்மையை அமை"
1016 msgid "get file information for a symbolic link"
1017 msgstr "ஒரு symbolic இணைப்பிற்கான கோப்பு தகவலைப் பெறு"
1020 msgid "lstat on multiple files"
1021 msgstr "பல கோப்புகளிலுள்ள lstat "
1025 msgid "add a key on a LUKS encrypted device"
1026 msgstr "தொகுதி சாதனத்தை வாசிக்க மட்டும் அமை"
1030 msgid "close a LUKS device"
1031 msgstr "சாதனத்தில் ஸ்வாப்பை செயல்படுத்து "
1033 #: fish/cmds.c:2737 fish/cmds.c:2738
1034 msgid "format a block device as a LUKS encrypted device"
1038 msgid "remove a key from a LUKS encrypted device"
1042 msgid "open a LUKS-encrypted block device"
1047 msgid "open a LUKS-encrypted block device read-only"
1048 msgstr "தொகுதி சாதனத்தை வாசிக்க மட்டும் அமை"
1052 msgid "create an LVM logical volume"
1053 msgstr "ஒரு LVM வரைகலை தொகுதியை நீக்கு"
1056 msgid "get canonical name of an LV"
1060 msgid "clear LVM device filter"
1064 msgid "remove all LVM LVs, VGs and PVs"
1065 msgstr "அனைத்து LVM LVs, VGs மற்றும் PVsஐ நீக்கு"
1068 msgid "set LVM device filter"
1072 msgid "remove an LVM logical volume"
1073 msgstr "ஒரு LVM வரைகலை தொகுதியை நீக்கு"
1077 msgid "rename an LVM logical volume"
1078 msgstr "ஒரு LVM வரைகலை தொகுதியை நீக்கு"
1081 msgid "resize an LVM logical volume"
1082 msgstr "ஒரு LVM வரைகலை தொகுதியை மறுஅளவிடு"
1085 msgid "expand an LV to fill free space"
1088 #: fish/cmds.c:2751 fish/cmds.c:2752
1089 msgid "list the LVM logical volumes (LVs)"
1090 msgstr "LVM வலைகலை தொகுதிகளை பட்டியலிடு (LVs)"
1094 msgid "get the UUID of a logical volume"
1095 msgstr "LVM வலைகலை தொகுதிகளை பட்டியலிடு (LVs)"
1098 msgid "lgetxattr on multiple files"
1099 msgstr "lgetxattr ல் பல கோப்புகள்"
1102 msgid "open the manual"
1106 msgid "create a directory"
1107 msgstr "ஒரு அடைவினை உருவாக்கு"
1110 msgid "create a directory with a particular mode"
1111 msgstr "ஒரு முக்கிய முறைமையை ஒரு அடைவுடன் உருவாக்கு"
1114 msgid "create a directory and parents"
1115 msgstr "ஒரு அடைவு மற்றும் பொற்றோர்களை உருவாக்கு"
1118 msgid "create a temporary directory"
1119 msgstr "ஒரு தற்காலிக அடைவினை உருவாக்கு"
1121 #: fish/cmds.c:2760 fish/cmds.c:2761 fish/cmds.c:2762
1122 msgid "make ext2/3/4 filesystem with external journal"
1123 msgstr "ext2/3/4 கோப்புமுறையை வெளிப்புற ஜர்னலுடன் உருவாக்குகிறது"
1126 msgid "make ext2/3/4 external journal"
1127 msgstr "ext2/3/4ஐ வெளிப்புற ஜர்னலுடன் செய்யவும்"
1130 msgid "make ext2/3/4 external journal with label"
1131 msgstr "ext2/3/4 லேபிலுடன் வெளிப்புற ஜர்னலை உருவாக்குகிறது"
1134 msgid "make ext2/3/4 external journal with UUID"
1135 msgstr "ext2/3/4 UUID உடன் வெளிப்புள ஜர்னலை உருவாக்குகிறது"
1138 msgid "make FIFO (named pipe)"
1139 msgstr "FIFOஐ செய் (pipe என்று பெயரிடப்பட்டது)"
1141 #: fish/cmds.c:2767 fish/cmds.c:2769
1142 msgid "make a filesystem"
1143 msgstr "ஒரு கோப்புமுறையை செய்"
1146 msgid "make a filesystem with block size"
1147 msgstr "ஒரு கோப்புமுறையை தடுப்பு அளவுடன் செய்"
1150 msgid "create a mountpoint"
1151 msgstr "ஒரு ஏறும்புள்ளியை உருவாக்கு"
1154 msgid "make block, character or FIFO devices"
1155 msgstr "தொகுதி , எழுத்து அல்லது FIFO சாதனங்களுக்காக செய்"
1158 msgid "make block device node"
1159 msgstr "தொகுதி சாதன முனையை செய்"
1162 msgid "make char device node"
1163 msgstr "எழுத்துச் சாதன முனையைசெ செய்"
1166 msgid "create a swap partition"
1167 msgstr "ஒரு ஸ்வாப் பகிர்வை உருவாக்கு"
1170 msgid "create a swap partition with a label"
1171 msgstr "ஒரு ஸ்வாப் பகிர்வை ஒரு லேபிலுடன் உருவாக்கு"
1174 msgid "create a swap partition with an explicit UUID"
1175 msgstr "ஒரு தெளிவான UUID உடன் ஒரு ஸ்வாப் பகிர்வை உருவாக்கு"
1178 msgid "create a swap file"
1179 msgstr "ஒரு ஸ்வாப் கோப்பை உருவாக்கு"
1182 msgid "load a kernel module"
1183 msgstr "ஒரு கெர்னல் தொகுதியை உருவாக்கு"
1188 msgstr "ஒரு கோப்பினை நகர்த்து"
1191 msgid "mount a guest disk at a position in the filesystem"
1192 msgstr "கோப்புமுறைமையிலுள்ள இடத்தில் விருந்தினர் வட்டை ஏற்று"
1195 msgid "mount a file using the loop device"
1196 msgstr "லூப் சாதனத்தை பயன்படுத்தி ஒரு கோப்பை ஏற்றுகிறது"
1199 msgid "mount a guest disk with mount options"
1200 msgstr "ஏறும் விருப்பங்களுடன் ஒரு விருந்தினர் வட்டை ஏற்று"
1203 msgid "mount a guest disk, read-only"
1204 msgstr "விருப்பங்களுடன் ஒரு விருந்தினர் வட்டை ஏற்று, வாசிக்க-மட்டும்"
1207 msgid "mount a guest disk with mount options and vfstype"
1208 msgstr "mount a guest disk with mount options and vfstype"
1211 msgid "show mountpoints"
1212 msgstr "ஏற்ம்புள்ளிகளைக் காட்டு"
1215 msgid "show mounted filesystems"
1216 msgstr "ஏறிய கோப்புமுறைகளைக் காட்டு"
1220 msgstr "ஒரு கோப்பினை நகர்த்து"
1223 msgid "probe NTFS volume"
1224 msgstr "NTFS தொகுதியை ஆய்வு செய்"
1228 msgid "resize an NTFS filesystem"
1229 msgstr "ஒரு ext2/ext3 கோப்புமுறைமையை மறுஅளவிடு"
1233 msgid "resize an NTFS filesystem (with size)"
1234 msgstr "ஒரு ext2/ext3 கோப்புமுறைமையை மறுஅளவிடு"
1237 msgid "add a partition to the device"
1238 msgstr "ஒரு பகிர்வை சாதனத்தில் சேர்"
1242 msgid "delete a partition"
1243 msgstr "ஒரு ஸ்வாப் பகிர்வை உருவாக்கு"
1246 msgid "partition whole disk with a single primary partition"
1247 msgstr "ஒரு ஒற்றை முதன்மை பகிர்வுடன் மொத்த வட்டை பகிர்வு செய்"
1251 msgid "return true if a partition is bootable"
1252 msgstr "பகர்வு அட்டவணையை மீண்டும்வாசி"
1255 msgid "get the MBR type byte (ID byte) from a partition"
1259 msgid "get the partition table type"
1260 msgstr "பகிர்வு அட்டவணை வகையை பெறு"
1263 msgid "create an empty partition table"
1264 msgstr "ஒரு காலி பகிர்வு அட்டவணையை உருவாக்கு"
1267 msgid "list partitions on a device"
1268 msgstr "ஒரு சாதனத்தின் பகிர்வுகளின் பட்டியல்"
1271 msgid "make a partition bootable"
1272 msgstr "ஒரு துவக்கக்கூடிய பகிர்வை உருவாக்கு"
1275 msgid "set the MBR type byte (ID byte) of a partition"
1279 msgid "set partition name"
1280 msgstr "பகிர்வு பெயரை அமை"
1284 msgid "convert partition name to device name"
1285 msgstr "ஒரு தொகுதி சாதனத்திற்கு பகிர்வுகளை உருவாக்கு"
1288 msgid "ping the guest daemon"
1289 msgstr "விருந்தினர் டொமைனை பிங் செய்"
1292 msgid "read part of a file"
1293 msgstr "ஒரு கோப்பின் பகுதியை வாசி"
1297 msgid "read part of a device"
1298 msgstr "ஒரு கோப்பின் பகுதியை வாசி"
1301 msgid "create an LVM physical volume"
1302 msgstr "ஒரு LVM பருநிலை தொகுதியை உருவாக்கு"
1305 msgid "remove an LVM physical volume"
1306 msgstr "ஒரு LVM பருநிலை தொகுதியை உருவாக்கு"
1309 msgid "resize an LVM physical volume"
1310 msgstr "ஒரு LVM பருநிலை தொகுதியை மறுஅளவிடு"
1314 msgid "resize an LVM physical volume (with size)"
1315 msgstr "ஒரு LVM பருநிலை தொகுதியை மறுஅளவிடு"
1317 #: fish/cmds.c:2810 fish/cmds.c:2811
1318 msgid "list the LVM physical volumes (PVs)"
1319 msgstr "LVM பருநிலை தொகுதிகளின் பட்டியல் (PVs)"
1323 msgid "get the UUID of a physical volume"
1324 msgstr "ஒரு LVM பருநிலை தொகுதியை உருவாக்கு"
1328 msgid "write to part of a file"
1329 msgstr "ஒரு கோப்பின் பகுதியை வாசி"
1333 msgid "write to part of a device"
1334 msgstr "ஒரு கோப்பின் பகுதியை வாசி"
1338 msgstr "ஒரு கோப்பினை வாசி"
1341 msgid "read file as lines"
1342 msgstr "கோப்பினை வரிகளாக வாசி"
1345 msgid "read directories entries"
1346 msgstr "அடைவுகளின் உள்ளீட்டை வாசி"
1349 msgid "read the target of a symbolic link"
1350 msgstr "ஒரு symbolic இணைப்பின் இலக்கை வாசி"
1353 msgid "readlink on multiple files"
1354 msgstr "பல கோப்புகளின் வாசிக்கும் இணைப்பு"
1357 msgid "canonicalized absolute pathname"
1358 msgstr "canonicalized absolute pathname"
1361 msgid "close and reopen libguestfs handle"
1362 msgstr "libguestfs ஹாண்டிலை மூடு மற்றும் மறுபடி திற"
1366 msgid "resize an ext2, ext3 or ext4 filesystem"
1367 msgstr "ஒரு ext2/ext3 கோப்புமுறைமையை மறுஅளவிடு"
1371 msgid "resize an ext2, ext3 or ext4 filesystem to the minimum size"
1372 msgstr "ஒரு ext2/ext3 கோப்புமுறைமையை மறுஅளவிடு"
1376 msgid "resize an ext2, ext3 or ext4 filesystem (with size)"
1377 msgstr "ஒரு ext2/ext3 கோப்புமுறைமையை மறுஅளவிடு"
1380 msgid "remove a file"
1381 msgstr "ஒரு கோப்பினை நீக்கு"
1384 msgid "remove a file or directory recursively"
1385 msgstr "மறுபடியும் ஒரு கோப்பு அல்லது அடைவை நீக்கு"
1388 msgid "remove a directory"
1389 msgstr "ஒரு அடைவினை நீக்கு"
1392 msgid "remove a mountpoint"
1393 msgstr "ஒரு ஏறும்புள்ளியை நீக்கு"
1396 msgid "scrub (securely wipe) a device"
1397 msgstr "ஒரு சாதனத்தை (பாதுகாப்பாக துடை) துடை"
1400 msgid "scrub (securely wipe) a file"
1401 msgstr "ஒரு கோப்பை (பாதுகாப்பாக துடை) துடை"
1404 msgid "scrub (securely wipe) free space"
1405 msgstr "காலியான இடத்தை (பாதுகாப்பாக துடை) துடை"
1408 msgid "add options to kernel command line"
1409 msgstr "கெர்னல் கட்டளை வரிக்கு விருப்பங்களைச் சேர்"
1413 msgid "set the attach method"
1414 msgstr "தேடும் பாதையை அமை"
1417 msgid "set autosync mode"
1418 msgstr "தானியங்கு ஒத்திணை முறையை அமை"
1421 msgid "enable or disable direct appliance mode"
1422 msgstr "நேரடி பயன்பாடு முறைமையை செயல்படுத்து அல்லது செயல்நீக்கு"
1425 msgid "set the ext2/3/4 filesystem label"
1426 msgstr "ext2/3/4 கோப்புமுறைமை லேபிலை அமை"
1429 msgid "set the ext2/3/4 filesystem UUID"
1430 msgstr "ext2/3/4 கோப்புமுறைமை UUIDஐ அமை"
1433 msgid "set memory allocated to the qemu subprocess"
1434 msgstr "qemu துணைசெயல்பாட்டிற்கு ஒதுக்கப்பட்ட நினைவகத்தை அமை"
1437 msgid "set enable network flag"
1441 msgid "set the search path"
1442 msgstr "தேடும் பாதையை அமை"
1445 msgid "set the qemu binary"
1446 msgstr "qemu பைனரியை அமை"
1449 msgid "enable or disable the recovery process"
1450 msgstr "enable or disable the recovery process"
1453 msgid "set SELinux enabled or disabled at appliance boot"
1454 msgstr "set SELinux enabled or disabled at appliance boot"
1457 msgid "enable or disable command traces"
1458 msgstr "enable or disable command traces"
1461 msgid "set verbose mode"
1462 msgstr "வெர்போஸ் முறைமையை அமை"
1465 msgid "set SELinux security context"
1466 msgstr "SELinux பாதுகாப்பு உரையை அமை"
1468 #: fish/cmds.c:2849 fish/cmds.c:2850
1469 msgid "create partitions on a block device"
1470 msgstr "ஒரு தொகுதி சாதனத்திற்கு பகிர்வுகளை உருவாக்கு"
1473 msgid "modify a single partition on a block device"
1474 msgstr "ஒரு தொருதி சாதனத்தில் ஒரு ஒற்றை பகிர்வை மாற்றியமை"
1477 msgid "display the disk geometry from the partition table"
1478 msgstr "display the disk geometry from the partition table"
1481 msgid "display the kernel geometry"
1482 msgstr "கெர்னல் வடிவியலைக் காட்டு"
1485 msgid "display the partition table"
1486 msgstr "பகிர்வு அட்டவணையைக் காட்டு"
1489 msgid "run a command via the shell"
1490 msgstr "ஷெல் வழியாக ஒரு கட்டளையைக் காட்டு"
1493 msgid "run a command via the shell returning lines"
1494 msgstr "ஷெல் வழியாக கொடுக்கும் வரிகளுக்கு ஒரு கட்டளையை இயக்கு"
1497 msgid "sleep for some seconds"
1498 msgstr "சில விநாடிகளுக்கு ஓய்வெடு"
1502 msgid "create a sparse disk image and add"
1503 msgstr "ஒரு ஸ்பார்ஸ் படக்கோப்பை ஒதுக்கீடு"
1506 msgid "get file information"
1507 msgstr "கோப்பு தகவலைப் பெறு"
1510 msgid "get file system statistics"
1511 msgstr "கோப்புமுறைமையின் புள்ளிவிவரத்தைப் பெறு"
1513 #: fish/cmds.c:2861 fish/cmds.c:2862
1514 msgid "print the printable strings in a file"
1515 msgstr "ஒரு கோப்பில் அச்சடிடக்கூடிய சரங்களை அச்சிடு"
1519 msgid "list supported groups of commands"
1520 msgstr "கட்டளையை ஏற்பதற்கு தயாராக உள்ளது"
1523 msgid "disable swap on device"
1524 msgstr "சாதனத்தில் ஸ்வாப்பை செயல்நீக்கு"
1527 msgid "disable swap on file"
1528 msgstr "கோப்பில் ஸ்வாப்பை செயல்நீக்கு"
1531 msgid "disable swap on labeled swap partition"
1532 msgstr "லேபிலிடப்பட்ட ஸ்வாப் பகிர்வில் ஸ்வாப்பை செயல்நீக்கு"
1535 msgid "disable swap on swap partition by UUID"
1536 msgstr "ஸ்வாப் பகிர்வில் UUID படி ஸ்வாப்பை செயல்நீக்கு"
1539 msgid "enable swap on device"
1540 msgstr "சாதனத்தில் ஸ்வாப்பை செயல்படுத்து "
1543 msgid "enable swap on file"
1544 msgstr "கொப்பில் ஸ்வாப்பை செயல்படுத்து"
1547 msgid "enable swap on labeled swap partition"
1548 msgstr "லேபிலிடப்பட்ட ஸ்வாப் பகிர்வில் ஸ்வாப்பை செயல்படுத்து"
1551 msgid "enable swap on swap partition by UUID"
1552 msgstr "enable swap on swap partition by UUID"
1555 msgid "sync disks, writes are flushed through to the disk image"
1556 msgstr "sync disks, writes are flushed through to the disk image"
1559 msgid "return last 10 lines of a file"
1560 msgstr "ஒரு கோப்பின் கடைசி10 வரிகளை கொடுத்தது"
1563 msgid "return last N lines of a file"
1564 msgstr "ஒரு கோப்பின் கடைசி N வரிகளை கொடுத்தது"
1567 msgid "unpack tarfile to directory"
1568 msgstr "unpack tarfile to directory"
1571 msgid "pack directory into tarfile"
1572 msgstr "pack directory into tarfile"
1574 #: fish/cmds.c:2877 fish/cmds.c:2884
1575 msgid "unpack compressed tarball to directory"
1576 msgstr "unpack compressed tarball to directory"
1578 #: fish/cmds.c:2878 fish/cmds.c:2885
1579 msgid "pack directory into compressed tarball"
1580 msgstr "pack directory into compressed tarball"
1584 msgid "print elapsed time taken to run a command"
1585 msgstr "கட்டளையை இயக்குவதற்கு எடுத்துக் கொண்ட நேரத்தை அளவிடு"
1588 msgid "update file timestamps or create a new file"
1589 msgstr "கோப்பு நேரஸ்டேம்ப்புக்களை மேம்படுத்து அல்லது ஒரு புதிய கோப்பை உருவாக்கு"
1592 msgid "truncate a file to zero size"
1593 msgstr "ஒரு கோப்பினை பூஜ்ஜிய அளவுக்கு வெட்டிக் குறை"
1596 msgid "truncate a file to a particular size"
1597 msgstr "ஒரு கோப்பினில் ஒரு குறிப்பிட்ட அளவை வெட்டிக் குறை"
1600 msgid "get ext2/ext3/ext4 superblock details"
1601 msgstr "ext2/ext3/ext4 சிறந்த தொகுதி விவரங்களை பெறு"
1604 msgid "set file mode creation mask (umask)"
1605 msgstr "set file mode creation mask (umask)"
1608 msgid "unmount a filesystem"
1609 msgstr "ஏற முடியாத ஒரு கோப்புமுறைமை"
1612 msgid "unmount all filesystems"
1613 msgstr "ஏறாத அனைத்து கோப்புமுறைமை"
1616 msgid "upload a file from the local machine"
1617 msgstr "உள்ளமை கணினியிலிருந்து ஒரு கோப்பை மேம்படுத்து"
1621 msgid "upload a file from the local machine with offset"
1622 msgstr "உள்ளமை கணினியிலிருந்து ஒரு கோப்பை மேம்படுத்து"
1625 msgid "set timestamp of a file with nanosecond precision"
1626 msgstr "set timestamp of a file with nanosecond precision"
1629 msgid "get the library version number"
1630 msgstr "நூலக பதிப்பு எண்ணிக்கையை பெறு"
1634 msgid "get the filesystem label"
1635 msgstr "ext2/3/4 கோப்புமுறைமை லேபிலைப் பெறு"
1638 msgid "get the Linux VFS type corresponding to a mounted device"
1639 msgstr "get the Linux VFS type corresponding to a mounted device"
1643 msgid "get the filesystem UUID"
1644 msgstr "ext2/3/4 கோப்புமுறை UUIDஐ பெறு"
1647 msgid "activate or deactivate some volume groups"
1648 msgstr "சில தொகுதி குழுக்களையும் செயற்படுத்து அல்லது செயல்நீக்கு"
1651 msgid "activate or deactivate all volume groups"
1652 msgstr "அனைத்து தொகுதி குழுக்களையும் செயற்படுத்து அல்லது செயல்நீக்கு"
1655 msgid "create an LVM volume group"
1656 msgstr "ஒரு LVM தொகுதி குழுவினை உருவாக்கு"
1659 msgid "get the LV UUIDs of all LVs in the volume group"
1663 msgid "get the PV UUIDs containing the volume group"
1667 msgid "remove an LVM volume group"
1668 msgstr "ஒருLVM தொகுதி குழுவை நீக்கு"
1672 msgid "rename an LVM volume group"
1673 msgstr "ஒரு LVM தொகுதி குழுவினை உருவாக்கு"
1675 #: fish/cmds.c:2903 fish/cmds.c:2904
1676 msgid "list the LVM volume groups (VGs)"
1677 msgstr "LVM தொகுதி குழுக்களை பட்டியலிடு (VGs)"
1680 msgid "rescan for LVM physical volumes, volume groups and logical volumes"
1685 msgid "get the UUID of a volume group"
1686 msgstr "ஒரு LVM தொகுதி குழுவினை உருவாக்கு"
1689 msgid "count characters in a file"
1690 msgstr "ஒரு கோப்பிலுள்ள எழுத்துகளை கணக்கிடு"
1693 msgid "count lines in a file"
1694 msgstr "ஒரு கோப்பிலுள்ள வரிகளை கணக்கிடு"
1697 msgid "count words in a file"
1698 msgstr "ஒரு கோப்பிலுள்ள வார்த்தைகளை கணக்கிடு"
1702 msgid "create a new file"
1703 msgstr "ஒரு கோப்பை உருவாக்கு"
1706 msgid "create a file"
1707 msgstr "ஒரு கோப்பை உருவாக்கு"
1710 msgid "write zeroes to the device"
1711 msgstr "சாதனத்திற்கு பூஜ்ஜியங்களை எழுது"
1715 msgid "write zeroes to an entire device"
1716 msgstr "சாதனத்திற்கு பூஜ்ஜியங்களை எழுது"
1719 msgid "zero unused inodes and disk blocks on ext2/3 filesystem"
1720 msgstr "zero unused inodes and disk blocks on ext2/3 filesystem"
1723 msgid "determine file type inside a compressed file"
1724 msgstr "கோப்பு வகையில் உள்ள ஒரு அழுந்தியுள்ள கோப்பை வரையறு"
1727 msgid "Use -h <cmd> / help <cmd> to show detailed help for a command."
1728 msgstr "Use -h <cmd> / help <cmd> to show detailed help for a command."
1730 #: fish/cmds.c:3240 fish/cmds.c:3254 fish/cmds.c:3270 fish/cmds.c:3287
1731 #: fish/cmds.c:3304 fish/cmds.c:3322 fish/cmds.c:3341 fish/cmds.c:3357
1732 #: fish/cmds.c:3375 fish/cmds.c:3391 fish/cmds.c:3409 fish/cmds.c:3425
1733 #: fish/cmds.c:3442 fish/cmds.c:3457 fish/cmds.c:3475 fish/cmds.c:3490
1734 #: fish/cmds.c:3506 fish/cmds.c:3522 fish/cmds.c:3538 fish/cmds.c:3554
1735 #: fish/cmds.c:3570 fish/cmds.c:3588 fish/cmds.c:3621 fish/cmds.c:3637
1736 #: fish/cmds.c:3653 fish/cmds.c:3672 fish/cmds.c:3687 fish/cmds.c:3705
1737 #: fish/cmds.c:3720 fish/cmds.c:3738 fish/cmds.c:3753 fish/cmds.c:3771
1738 #: fish/cmds.c:3786 fish/cmds.c:3805 fish/cmds.c:3824 fish/cmds.c:3842
1739 #: fish/cmds.c:3862 fish/cmds.c:3881 fish/cmds.c:3901 fish/cmds.c:3921
1740 #: fish/cmds.c:3941 fish/cmds.c:3960 fish/cmds.c:3979 fish/cmds.c:3999
1741 #: fish/cmds.c:4019 fish/cmds.c:4039 fish/cmds.c:4054 fish/cmds.c:4070
1742 #: fish/cmds.c:4142 fish/cmds.c:4160 fish/cmds.c:4177 fish/cmds.c:4256
1743 #: fish/cmds.c:4276 fish/cmds.c:4296 fish/cmds.c:4316 fish/cmds.c:4336
1744 #: fish/cmds.c:4356 fish/cmds.c:4375 fish/cmds.c:4394 fish/cmds.c:4413
1745 #: fish/cmds.c:4428 fish/cmds.c:4447 fish/cmds.c:4467 fish/cmds.c:4487
1746 #: fish/cmds.c:4508 fish/cmds.c:4524 fish/cmds.c:4540 fish/cmds.c:4559
1747 #: fish/cmds.c:4581 fish/cmds.c:4603 fish/cmds.c:4623 fish/cmds.c:4640
1748 #: fish/cmds.c:4657 fish/cmds.c:4674 fish/cmds.c:4691 fish/cmds.c:4708
1749 #: fish/cmds.c:4725 fish/cmds.c:4742 fish/cmds.c:4761 fish/cmds.c:4784
1750 #: fish/cmds.c:4820 fish/cmds.c:4837 fish/cmds.c:4860 fish/cmds.c:4882
1751 #: fish/cmds.c:4903 fish/cmds.c:4923 fish/cmds.c:4942 fish/cmds.c:4962
1752 #: fish/cmds.c:4980 fish/cmds.c:4998 fish/cmds.c:5012 fish/cmds.c:5028
1753 #: fish/cmds.c:5048 fish/cmds.c:5067 fish/cmds.c:5086 fish/cmds.c:5105
1754 #: fish/cmds.c:5124 fish/cmds.c:5144 fish/cmds.c:5184 fish/cmds.c:5241
1755 #: fish/cmds.c:5262 fish/cmds.c:5283 fish/cmds.c:5304 fish/cmds.c:5322
1756 #: fish/cmds.c:5344 fish/cmds.c:5382 fish/cmds.c:5404 fish/cmds.c:5483
1757 #: fish/cmds.c:5522 fish/cmds.c:5537 fish/cmds.c:5554 fish/cmds.c:5568
1758 #: fish/cmds.c:5584 fish/cmds.c:5606 fish/cmds.c:5628 fish/cmds.c:5650
1759 #: fish/cmds.c:5672 fish/cmds.c:5694 fish/cmds.c:5716 fish/cmds.c:5736
1760 #: fish/cmds.c:5753 fish/cmds.c:5770 fish/cmds.c:5789 fish/cmds.c:5808
1761 #: fish/cmds.c:5828 fish/cmds.c:5864 fish/cmds.c:5883 fish/cmds.c:5902
1762 #: fish/cmds.c:5919 fish/cmds.c:5937 fish/cmds.c:5960 fish/cmds.c:5983
1763 #: fish/cmds.c:6007 fish/cmds.c:6030 fish/cmds.c:6051 fish/cmds.c:6074
1764 #: fish/cmds.c:6097 fish/cmds.c:6117 fish/cmds.c:6139 fish/cmds.c:6160
1765 #: fish/cmds.c:6183 fish/cmds.c:6200 fish/cmds.c:6217 fish/cmds.c:6235
1766 #: fish/cmds.c:6253 fish/cmds.c:6274 fish/cmds.c:6292 fish/cmds.c:6313
1767 #: fish/cmds.c:6333 fish/cmds.c:6351 fish/cmds.c:6372 fish/cmds.c:6395
1768 #: fish/cmds.c:6418 fish/cmds.c:6440 fish/cmds.c:6473 fish/cmds.c:6490
1769 #: fish/cmds.c:6507 fish/cmds.c:6531 fish/cmds.c:6554 fish/cmds.c:6577
1770 #: fish/cmds.c:6599 fish/cmds.c:6616 fish/cmds.c:6638 fish/cmds.c:6732
1771 #: fish/cmds.c:6752 fish/cmds.c:6772 fish/cmds.c:6792 fish/cmds.c:6810
1772 #: fish/cmds.c:6831 fish/cmds.c:6867 fish/cmds.c:6884 fish/cmds.c:6906
1773 #: fish/cmds.c:6923 fish/cmds.c:6959 fish/cmds.c:6979 fish/cmds.c:6999
1774 #: fish/cmds.c:7019 fish/cmds.c:7041 fish/cmds.c:7058 fish/cmds.c:7077
1775 #: fish/cmds.c:7096 fish/cmds.c:7118 fish/cmds.c:7139 fish/cmds.c:7160
1776 #: fish/cmds.c:7181 fish/cmds.c:7204 fish/cmds.c:7245 fish/cmds.c:7268
1777 #: fish/cmds.c:7307 fish/cmds.c:7324 fish/cmds.c:7343 fish/cmds.c:7364
1778 #: fish/cmds.c:7387 fish/cmds.c:7409 fish/cmds.c:7427 fish/cmds.c:7446
1779 #: fish/cmds.c:7467 fish/cmds.c:7544 fish/cmds.c:7585 fish/cmds.c:7664
1780 #: fish/cmds.c:7740 fish/cmds.c:7777 fish/cmds.c:7800 fish/cmds.c:7821
1781 #: fish/cmds.c:7844 fish/cmds.c:7866 fish/cmds.c:7891 fish/cmds.c:7934
1782 #: fish/cmds.c:7975 fish/cmds.c:7996 fish/cmds.c:8014 fish/cmds.c:8033
1783 #: fish/cmds.c:8050 fish/cmds.c:8068 fish/cmds.c:8095 fish/cmds.c:8119
1784 #: fish/cmds.c:8143 fish/cmds.c:8167 fish/cmds.c:8191 fish/cmds.c:8215
1785 #: fish/cmds.c:8239 fish/cmds.c:8263 fish/cmds.c:8287 fish/cmds.c:8311
1786 #: fish/cmds.c:8335 fish/cmds.c:8359 fish/cmds.c:8382 fish/cmds.c:8405
1787 #: fish/cmds.c:8426 fish/cmds.c:8447 fish/cmds.c:8468 fish/cmds.c:8488
1788 #: fish/cmds.c:8511 fish/cmds.c:8549 fish/cmds.c:8566 fish/cmds.c:8583
1789 #: fish/cmds.c:8602 fish/cmds.c:8621 fish/cmds.c:8638 fish/cmds.c:8655
1790 #: fish/cmds.c:8672 fish/cmds.c:8689 fish/cmds.c:8708 fish/cmds.c:8744
1791 #: fish/cmds.c:8784 fish/cmds.c:8817 fish/cmds.c:8834 fish/cmds.c:8851
1792 #: fish/cmds.c:8867 fish/cmds.c:8882 fish/cmds.c:8903 fish/cmds.c:8941
1793 #: fish/cmds.c:8979 fish/cmds.c:9018 fish/cmds.c:9058 fish/cmds.c:9099
1794 #: fish/cmds.c:9140 fish/cmds.c:9178 fish/cmds.c:9195 fish/cmds.c:9218
1795 #: fish/cmds.c:9240 fish/cmds.c:9262 fish/cmds.c:9282 fish/cmds.c:9302
1796 #: fish/cmds.c:9338 fish/cmds.c:9410 fish/cmds.c:9450 fish/cmds.c:9508
1797 #: fish/cmds.c:9534 fish/cmds.c:9560 fish/cmds.c:9588 fish/cmds.c:9647
1798 #: fish/cmds.c:9668 fish/cmds.c:9713 fish/cmds.c:9733 fish/cmds.c:9772
1799 #: fish/cmds.c:9809 fish/cmds.c:9829 fish/cmds.c:9851 fish/cmds.c:9908
1800 #: fish/cmds.c:9928 fish/cmds.c:9950 fish/cmds.c:9972 fish/cmds.c:9991
1801 #: fish/cmds.c:10011 fish/cmds.c:10038 fish/cmds.c:10058 fish/cmds.c:10078
1802 #: fish/cmds.c:10098 fish/cmds.c:10118 fish/cmds.c:10140 fish/cmds.c:10175
1803 #: fish/cmds.c:10193 fish/cmds.c:10216 fish/cmds.c:10238 fish/cmds.c:10253
1804 #: fish/cmds.c:10270 fish/cmds.c:10307 fish/cmds.c:10346 fish/cmds.c:10386
1805 #: fish/cmds.c:10442 fish/cmds.c:10464 fish/cmds.c:10500 fish/cmds.c:10515
1806 #: fish/cmds.c:10535 fish/cmds.c:10575 fish/cmds.c:10598 fish/cmds.c:10622
1807 #: fish/cmds.c:10647 fish/cmds.c:10688 fish/cmds.c:10713 fish/cmds.c:10751
1808 #: fish/cmds.c:10782 fish/cmds.c:10813 fish/cmds.c:10841 fish/cmds.c:10861
1809 #: fish/cmds.c:10893 fish/cmds.c:10913 fish/cmds.c:10933 fish/cmds.c:10950
1810 #: fish/cmds.c:10968 fish/cmds.c:10991 fish/cmds.c:11012 fish/cmds.c:11031
1811 #: fish/cmds.c:11073 fish/cmds.c:11116 fish/cmds.c:11160 fish/cmds.c:11199
1812 #: fish/cmds.c:11218 fish/cmds.c:11238 fish/cmds.c:11258 fish/cmds.c:11279
1813 #: fish/cmds.c:11300 fish/cmds.c:11321 fish/cmds.c:11342 fish/cmds.c:11363
1814 #: fish/cmds.c:11385 fish/cmds.c:11423 fish/cmds.c:11474 fish/cmds.c:11512
1815 #: fish/cmds.c:11568 fish/cmds.c:11658 fish/cmds.c:11687 fish/cmds.c:11714
1817 msgid "%s should have %d parameter(s)\n"
1818 msgstr "%s ஆனது %d அளவுருக்(களை) பெற்றிருக்க வேண்டும்\n"
1820 #: fish/cmds.c:3241 fish/cmds.c:3255 fish/cmds.c:3271 fish/cmds.c:3288
1821 #: fish/cmds.c:3305 fish/cmds.c:3323 fish/cmds.c:3342 fish/cmds.c:3358
1822 #: fish/cmds.c:3376 fish/cmds.c:3392 fish/cmds.c:3410 fish/cmds.c:3426
1823 #: fish/cmds.c:3443 fish/cmds.c:3458 fish/cmds.c:3476 fish/cmds.c:3491
1824 #: fish/cmds.c:3507 fish/cmds.c:3523 fish/cmds.c:3539 fish/cmds.c:3555
1825 #: fish/cmds.c:3571 fish/cmds.c:3589 fish/cmds.c:3622 fish/cmds.c:3638
1826 #: fish/cmds.c:3654 fish/cmds.c:3673 fish/cmds.c:3688 fish/cmds.c:3706
1827 #: fish/cmds.c:3721 fish/cmds.c:3739 fish/cmds.c:3754 fish/cmds.c:3772
1828 #: fish/cmds.c:3787 fish/cmds.c:3806 fish/cmds.c:3825 fish/cmds.c:3843
1829 #: fish/cmds.c:3863 fish/cmds.c:3882 fish/cmds.c:3902 fish/cmds.c:3922
1830 #: fish/cmds.c:3942 fish/cmds.c:3961 fish/cmds.c:3980 fish/cmds.c:4000
1831 #: fish/cmds.c:4020 fish/cmds.c:4040 fish/cmds.c:4055 fish/cmds.c:4071
1832 #: fish/cmds.c:4092 fish/cmds.c:4143 fish/cmds.c:4161 fish/cmds.c:4178
1833 #: fish/cmds.c:4199 fish/cmds.c:4257 fish/cmds.c:4277 fish/cmds.c:4297
1834 #: fish/cmds.c:4317 fish/cmds.c:4337 fish/cmds.c:4357 fish/cmds.c:4376
1835 #: fish/cmds.c:4395 fish/cmds.c:4414 fish/cmds.c:4429 fish/cmds.c:4448
1836 #: fish/cmds.c:4468 fish/cmds.c:4488 fish/cmds.c:4509 fish/cmds.c:4525
1837 #: fish/cmds.c:4541 fish/cmds.c:4560 fish/cmds.c:4582 fish/cmds.c:4604
1838 #: fish/cmds.c:4624 fish/cmds.c:4641 fish/cmds.c:4658 fish/cmds.c:4675
1839 #: fish/cmds.c:4692 fish/cmds.c:4709 fish/cmds.c:4726 fish/cmds.c:4743
1840 #: fish/cmds.c:4762 fish/cmds.c:4785 fish/cmds.c:4821 fish/cmds.c:4838
1841 #: fish/cmds.c:4861 fish/cmds.c:4883 fish/cmds.c:4904 fish/cmds.c:4924
1842 #: fish/cmds.c:4943 fish/cmds.c:4963 fish/cmds.c:4981 fish/cmds.c:4999
1843 #: fish/cmds.c:5013 fish/cmds.c:5029 fish/cmds.c:5049 fish/cmds.c:5068
1844 #: fish/cmds.c:5087 fish/cmds.c:5106 fish/cmds.c:5125 fish/cmds.c:5145
1845 #: fish/cmds.c:5185 fish/cmds.c:5242 fish/cmds.c:5263 fish/cmds.c:5284
1846 #: fish/cmds.c:5305 fish/cmds.c:5323 fish/cmds.c:5345 fish/cmds.c:5383
1847 #: fish/cmds.c:5405 fish/cmds.c:5484 fish/cmds.c:5523 fish/cmds.c:5538
1848 #: fish/cmds.c:5555 fish/cmds.c:5569 fish/cmds.c:5585 fish/cmds.c:5607
1849 #: fish/cmds.c:5629 fish/cmds.c:5651 fish/cmds.c:5673 fish/cmds.c:5695
1850 #: fish/cmds.c:5717 fish/cmds.c:5737 fish/cmds.c:5754 fish/cmds.c:5771
1851 #: fish/cmds.c:5790 fish/cmds.c:5809 fish/cmds.c:5829 fish/cmds.c:5865
1852 #: fish/cmds.c:5884 fish/cmds.c:5903 fish/cmds.c:5920 fish/cmds.c:5938
1853 #: fish/cmds.c:5961 fish/cmds.c:5984 fish/cmds.c:6008 fish/cmds.c:6031
1854 #: fish/cmds.c:6052 fish/cmds.c:6075 fish/cmds.c:6098 fish/cmds.c:6118
1855 #: fish/cmds.c:6140 fish/cmds.c:6161 fish/cmds.c:6184 fish/cmds.c:6201
1856 #: fish/cmds.c:6218 fish/cmds.c:6236 fish/cmds.c:6254 fish/cmds.c:6275
1857 #: fish/cmds.c:6293 fish/cmds.c:6314 fish/cmds.c:6334 fish/cmds.c:6352
1858 #: fish/cmds.c:6373 fish/cmds.c:6396 fish/cmds.c:6419 fish/cmds.c:6441
1859 #: fish/cmds.c:6474 fish/cmds.c:6491 fish/cmds.c:6508 fish/cmds.c:6532
1860 #: fish/cmds.c:6555 fish/cmds.c:6578 fish/cmds.c:6600 fish/cmds.c:6617
1861 #: fish/cmds.c:6639 fish/cmds.c:6733 fish/cmds.c:6753 fish/cmds.c:6773
1862 #: fish/cmds.c:6793 fish/cmds.c:6811 fish/cmds.c:6832 fish/cmds.c:6868
1863 #: fish/cmds.c:6885 fish/cmds.c:6907 fish/cmds.c:6924 fish/cmds.c:6960
1864 #: fish/cmds.c:6980 fish/cmds.c:7000 fish/cmds.c:7020 fish/cmds.c:7042
1865 #: fish/cmds.c:7059 fish/cmds.c:7078 fish/cmds.c:7097 fish/cmds.c:7119
1866 #: fish/cmds.c:7140 fish/cmds.c:7161 fish/cmds.c:7182 fish/cmds.c:7205
1867 #: fish/cmds.c:7246 fish/cmds.c:7269 fish/cmds.c:7308 fish/cmds.c:7325
1868 #: fish/cmds.c:7344 fish/cmds.c:7365 fish/cmds.c:7388 fish/cmds.c:7410
1869 #: fish/cmds.c:7428 fish/cmds.c:7447 fish/cmds.c:7468 fish/cmds.c:7545
1870 #: fish/cmds.c:7586 fish/cmds.c:7665 fish/cmds.c:7741 fish/cmds.c:7778
1871 #: fish/cmds.c:7801 fish/cmds.c:7822 fish/cmds.c:7845 fish/cmds.c:7867
1872 #: fish/cmds.c:7892 fish/cmds.c:7935 fish/cmds.c:7976 fish/cmds.c:7997
1873 #: fish/cmds.c:8015 fish/cmds.c:8034 fish/cmds.c:8051 fish/cmds.c:8069
1874 #: fish/cmds.c:8096 fish/cmds.c:8120 fish/cmds.c:8144 fish/cmds.c:8168
1875 #: fish/cmds.c:8192 fish/cmds.c:8216 fish/cmds.c:8240 fish/cmds.c:8264
1876 #: fish/cmds.c:8288 fish/cmds.c:8312 fish/cmds.c:8336 fish/cmds.c:8360
1877 #: fish/cmds.c:8383 fish/cmds.c:8406 fish/cmds.c:8427 fish/cmds.c:8448
1878 #: fish/cmds.c:8469 fish/cmds.c:8489 fish/cmds.c:8512 fish/cmds.c:8550
1879 #: fish/cmds.c:8567 fish/cmds.c:8584 fish/cmds.c:8603 fish/cmds.c:8622
1880 #: fish/cmds.c:8639 fish/cmds.c:8656 fish/cmds.c:8673 fish/cmds.c:8690
1881 #: fish/cmds.c:8709 fish/cmds.c:8745 fish/cmds.c:8785 fish/cmds.c:8818
1882 #: fish/cmds.c:8835 fish/cmds.c:8852 fish/cmds.c:8868 fish/cmds.c:8883
1883 #: fish/cmds.c:8904 fish/cmds.c:8942 fish/cmds.c:8980 fish/cmds.c:9019
1884 #: fish/cmds.c:9059 fish/cmds.c:9100 fish/cmds.c:9141 fish/cmds.c:9179
1885 #: fish/cmds.c:9196 fish/cmds.c:9219 fish/cmds.c:9241 fish/cmds.c:9263
1886 #: fish/cmds.c:9283 fish/cmds.c:9303 fish/cmds.c:9339 fish/cmds.c:9411
1887 #: fish/cmds.c:9451 fish/cmds.c:9509 fish/cmds.c:9535 fish/cmds.c:9561
1888 #: fish/cmds.c:9589 fish/cmds.c:9648 fish/cmds.c:9669 fish/cmds.c:9714
1889 #: fish/cmds.c:9734 fish/cmds.c:9773 fish/cmds.c:9810 fish/cmds.c:9830
1890 #: fish/cmds.c:9852 fish/cmds.c:9909 fish/cmds.c:9929 fish/cmds.c:9951
1891 #: fish/cmds.c:9973 fish/cmds.c:9992 fish/cmds.c:10012 fish/cmds.c:10039
1892 #: fish/cmds.c:10059 fish/cmds.c:10079 fish/cmds.c:10099 fish/cmds.c:10119
1893 #: fish/cmds.c:10141 fish/cmds.c:10176 fish/cmds.c:10194 fish/cmds.c:10217
1894 #: fish/cmds.c:10239 fish/cmds.c:10254 fish/cmds.c:10271 fish/cmds.c:10308
1895 #: fish/cmds.c:10347 fish/cmds.c:10387 fish/cmds.c:10443 fish/cmds.c:10465
1896 #: fish/cmds.c:10501 fish/cmds.c:10516 fish/cmds.c:10536 fish/cmds.c:10576
1897 #: fish/cmds.c:10599 fish/cmds.c:10623 fish/cmds.c:10648 fish/cmds.c:10689
1898 #: fish/cmds.c:10714 fish/cmds.c:10752 fish/cmds.c:10783 fish/cmds.c:10814
1899 #: fish/cmds.c:10842 fish/cmds.c:10862 fish/cmds.c:10894 fish/cmds.c:10914
1900 #: fish/cmds.c:10934 fish/cmds.c:10951 fish/cmds.c:10969 fish/cmds.c:10992
1901 #: fish/cmds.c:11013 fish/cmds.c:11032 fish/cmds.c:11074 fish/cmds.c:11117
1902 #: fish/cmds.c:11161 fish/cmds.c:11200 fish/cmds.c:11219 fish/cmds.c:11239
1903 #: fish/cmds.c:11259 fish/cmds.c:11280 fish/cmds.c:11301 fish/cmds.c:11322
1904 #: fish/cmds.c:11343 fish/cmds.c:11364 fish/cmds.c:11386 fish/cmds.c:11424
1905 #: fish/cmds.c:11475 fish/cmds.c:11513 fish/cmds.c:11569 fish/cmds.c:11592
1906 #: fish/cmds.c:11659 fish/cmds.c:11688 fish/cmds.c:11715
1908 msgid "type 'help %s' for help on %s\n"
1909 msgstr "type 'help %s' for help on %s\n"
1911 #: fish/cmds.c:3599 fish/cmds.c:4797 fish/cmds.c:5155 fish/cmds.c:5195
1912 #: fish/cmds.c:5214 fish/cmds.c:5357 fish/cmds.c:5416 fish/cmds.c:5435
1913 #: fish/cmds.c:5454 fish/cmds.c:5497 fish/cmds.c:5840 fish/cmds.c:6451
1914 #: fish/cmds.c:6650 fish/cmds.c:6669 fish/cmds.c:6688 fish/cmds.c:6707
1915 #: fish/cmds.c:6843 fish/cmds.c:6934 fish/cmds.c:7215 fish/cmds.c:7279
1916 #: fish/cmds.c:7478 fish/cmds.c:7497 fish/cmds.c:7516 fish/cmds.c:7555
1917 #: fish/cmds.c:7596 fish/cmds.c:7615 fish/cmds.c:7634 fish/cmds.c:7675
1918 #: fish/cmds.c:7694 fish/cmds.c:7713 fish/cmds.c:7751 fish/cmds.c:7904
1919 #: fish/cmds.c:7947 fish/cmds.c:8524 fish/cmds.c:8719 fish/cmds.c:8757
1920 #: fish/cmds.c:8795 fish/cmds.c:8915 fish/cmds.c:8952 fish/cmds.c:8990
1921 #: fish/cmds.c:9029 fish/cmds.c:9070 fish/cmds.c:9111 fish/cmds.c:9152
1922 #: fish/cmds.c:9315 fish/cmds.c:9351 fish/cmds.c:9364 fish/cmds.c:9377
1923 #: fish/cmds.c:9390 fish/cmds.c:9423 fish/cmds.c:9461 fish/cmds.c:9480
1924 #: fish/cmds.c:9601 fish/cmds.c:9620 fish/cmds.c:9681 fish/cmds.c:9694
1925 #: fish/cmds.c:9745 fish/cmds.c:9784 fish/cmds.c:9862 fish/cmds.c:9881
1926 #: fish/cmds.c:10155 fish/cmds.c:10282 fish/cmds.c:10319 fish/cmds.c:10358
1927 #: fish/cmds.c:10398 fish/cmds.c:10417 fish/cmds.c:10476 fish/cmds.c:10549
1928 #: fish/cmds.c:10659 fish/cmds.c:10729 fish/cmds.c:10763 fish/cmds.c:10794
1929 #: fish/cmds.c:10825 fish/cmds.c:10874 fish/cmds.c:11045 fish/cmds.c:11087
1930 #: fish/cmds.c:11132 fish/cmds.c:11174 fish/cmds.c:11400 fish/cmds.c:11438
1931 #: fish/cmds.c:11451 fish/cmds.c:11489 fish/cmds.c:11524 fish/cmds.c:11543
1932 #: fish/cmds.c:11610
1934 msgid "%s: %s: invalid integer parameter (%s returned %d)\n"
1937 #: fish/cmds.c:3605 fish/cmds.c:4803 fish/cmds.c:5161 fish/cmds.c:5201
1938 #: fish/cmds.c:5220 fish/cmds.c:5363 fish/cmds.c:5422 fish/cmds.c:5441
1939 #: fish/cmds.c:5460 fish/cmds.c:5503 fish/cmds.c:5846 fish/cmds.c:6457
1940 #: fish/cmds.c:6656 fish/cmds.c:6675 fish/cmds.c:6694 fish/cmds.c:6713
1941 #: fish/cmds.c:6849 fish/cmds.c:6940 fish/cmds.c:7221 fish/cmds.c:7285
1942 #: fish/cmds.c:7484 fish/cmds.c:7503 fish/cmds.c:7522 fish/cmds.c:7561
1943 #: fish/cmds.c:7602 fish/cmds.c:7621 fish/cmds.c:7640 fish/cmds.c:7681
1944 #: fish/cmds.c:7700 fish/cmds.c:7719 fish/cmds.c:7757 fish/cmds.c:7910
1945 #: fish/cmds.c:7953 fish/cmds.c:8530 fish/cmds.c:8725 fish/cmds.c:8763
1946 #: fish/cmds.c:8801 fish/cmds.c:8921 fish/cmds.c:8958 fish/cmds.c:8996
1947 #: fish/cmds.c:9035 fish/cmds.c:9076 fish/cmds.c:9117 fish/cmds.c:9158
1948 #: fish/cmds.c:9429 fish/cmds.c:9467 fish/cmds.c:9486 fish/cmds.c:9607
1949 #: fish/cmds.c:9751 fish/cmds.c:9790 fish/cmds.c:9868 fish/cmds.c:9887
1950 #: fish/cmds.c:10288 fish/cmds.c:10325 fish/cmds.c:10364 fish/cmds.c:10404
1951 #: fish/cmds.c:10423 fish/cmds.c:10482 fish/cmds.c:10555 fish/cmds.c:10665
1952 #: fish/cmds.c:11051 fish/cmds.c:11093 fish/cmds.c:11138 fish/cmds.c:11180
1953 #: fish/cmds.c:11530 fish/cmds.c:11616
1955 msgid "%s: %s: integer out of range\n"
1958 #: fish/cmds.c:4091 fish/cmds.c:4198 fish/cmds.c:11591
1960 msgid "%s should have %d-%d parameter(s)\n"
1961 msgstr "%s ஆனது %d அளவுருக்(களை) பெற்றிருக்க வேண்டும்\n"
1963 #: fish/cmds.c:4117 fish/cmds.c:4229 fish/cmds.c:11631
1965 msgid "%s: unknown optional argument \"%s\"\n"
1966 msgstr "%s: அதிக விவாதங்கள்\n"
1968 #: fish/cmds.c:4123 fish/cmds.c:4235 fish/cmds.c:11637
1970 msgid "%s: optional argument \"%s\" given twice\n"
1971 msgstr "%s: அதிக விவாதங்கள்\n"
1973 #: fish/cmds.c:11732
1975 msgid "%s: unknown command\n"
1976 msgstr "%s: தெரியாத கட்டளை\n"
1978 #: fish/config.c:74 fish/config.c:113
1980 msgid "%s: %s: line %d: error parsing configuration file: %s\n"
1981 msgstr "%s: அகப்பிழையை '%s' சரத்தில் பகுக்கிறது\n"
1986 "use 'copy-in <local> [<local>...] <remotedir>' to copy files into the image\n"
1991 msgid "copy-in: target '%s' is not a directory\n"
1992 msgstr "ஒரு அடைவிலுள்ள கோப்புகளின் பட்டியல்"
1996 msgid "error: argument is zero length or longer than maximum permitted\n"
2002 "use 'copy-out <remote> [<remote>...] <localdir>' to copy files out of the "
2008 msgid "copy-out: target '%s' is not a directory\n"
2009 msgstr "ஒரு அடைவிலுள்ள கோப்புகளின் பட்டியல்"
2013 msgid "copy-out: '%s' is not a file or directory\n"
2014 msgstr "ஒரு கோப்பு அல்லது அடைவை மறுபடியும் நகலெடு"
2018 msgid "use '%s filename' to edit a file\n"
2019 msgstr "ஒரு கோப்பினை திருத்துவதற்கு '%s கோப்புபெயரை' பயன்படுத்து\n"
2024 "%s: guest filesystem shell\n"
2025 "%s lets you edit virtual machine filesystems\n"
2026 "Copyright (C) 2009-2011 Red Hat Inc.\n"
2028 " %s [--options] cmd [: cmd : cmd ...]\n"
2030 " -h|--cmd-help List available commands\n"
2031 " -h|--cmd-help cmd Display detailed help on 'cmd'\n"
2032 " -a|--add image Add image\n"
2033 " -c|--connect uri Specify libvirt URI for -d option\n"
2034 " --csh Make --listen csh-compatible\n"
2035 " -d|--domain guest Add disks from libvirt guest\n"
2036 " -D|--no-dest-paths Don't tab-complete paths from guest fs\n"
2037 " --echo-keys Don't turn off echo for passphrases\n"
2038 " -f|--file file Read commands from file\n"
2039 " --format[=raw|..] Force disk format for -a option\n"
2040 " -i|--inspector Automatically mount filesystems\n"
2041 " --keys-from-stdin Read passphrases from stdin\n"
2042 " --listen Listen for remote commands\n"
2043 " --live Connect to a live virtual machine\n"
2044 " -m|--mount dev[:mnt[:opts]] Mount dev on mnt (if omitted, /)\n"
2045 " -n|--no-sync Don't autosync\n"
2046 " -N|--new type Create prepared disk (test1.img, ...)\n"
2047 " --progress-bars Enable progress bars even when not interactive\n"
2048 " --no-progress-bars Disable progress bars\n"
2049 " --remote[=pid] Send commands to remote %s\n"
2050 " -r|--ro Mount read-only\n"
2051 " --selinux Enable SELinux support\n"
2052 " -v|--verbose Verbose messages\n"
2053 " -V|--version Display version and exit\n"
2054 " -w|--rw Mount read-write\n"
2055 " -x Echo each command before executing it\n"
2057 "To examine a disk image, ISO, hard disk, filesystem etc:\n"
2058 " %s [--ro|--rw] -i -a /path/to/disk.img\n"
2060 " %s [--ro|--rw] -i -d name-of-libvirt-domain\n"
2062 "--ro recommended to avoid any writes to the disk image. If -i option fails\n"
2063 "run again without -i and use 'run' + 'list-filesystems' + 'mount' cmds.\n"
2065 "For more information, see the manpage %s(1).\n"
2067 "%s: guest filesystem shell\n"
2068 "%s lets you edit virtual machine filesystems\n"
2069 "Copyright (C) 2009 Red Hat Inc.\n"
2071 " %s [--options] cmd [: cmd : cmd ...]\n"
2072 " %s -i libvirt-domain\n"
2073 " %s -i disk-image(s)\n"
2074 "or for interactive use:\n"
2076 "or from a shell script:\n"
2082 " -h|--cmd-help List available commands\n"
2083 " -h|--cmd-help cmd Display detailed help on 'cmd'\n"
2084 " -a|--add image Add image\n"
2085 " -D|--no-dest-paths Don't tab-complete paths from guest fs\n"
2086 " -f|--file file Read commands from file\n"
2087 " -i|--inspector Run virt-inspector to get disk mountpoints\n"
2088 " --listen Listen for remote commands\n"
2089 " -m|--mount dev[:mnt] Mount dev on mnt (if omitted, /)\n"
2090 " -n|--no-sync Don't autosync\n"
2091 " --remote[=pid] Send commands to remote %s\n"
2092 " -r|--ro Mount read-only\n"
2093 " --selinux Enable SELinux support\n"
2094 " -v|--verbose Verbose messages\n"
2095 " -x Echo each command before executing it\n"
2096 " -V|--version Display version and exit\n"
2097 "For more information, see the manpage %s(1).\n"
2101 msgid "%s: --listen=PID: PID was not a number: %s\n"
2102 msgstr "%s: --listen=PID: PID ஆனது எண் இல்லை: %s\n"
2107 "%s: remote: $GUESTFISH_PID must be set to the PID of the remote process\n"
2108 msgstr "%s: remote: $GUESTFISH_PID க்கு தொலை செயற்பாட்டைPID க்கு அமை\n"
2112 msgid "%s: only one -f parameter can be given\n"
2113 msgstr "%s: ஒரே ஒரு -f அளவுரு கொடுக்கப்படலாம்\n"
2117 msgid "%s: cannot use --listen and --remote options at the same time\n"
2118 msgstr "%s: cannot use --listen and --remote options at the same time\n"
2122 msgid "%s: extra parameters on the command line with --listen flag\n"
2123 msgstr "%s: extra parameters on the command line with --listen flag\n"
2127 msgid "%s: cannot use --listen and --file options at the same time\n"
2128 msgstr "%s: --listen மற்றும் --file விருப்பங்களை அதே நேரத்தில் பயன்படுத்த முடியாது\n"
2132 msgid "guestfish: could not access termcap or terminfo database.\n"
2137 msgid "guestfish: terminal type \"%s\" not defined.\n"
2144 "Welcome to guestfish, the libguestfs filesystem interactive shell for\n"
2145 "editing virtual machine filesystems.\n"
2147 "Type: 'help' for help on commands\n"
2148 " 'man' to read the manual\n"
2149 " 'quit' to quit the shell\n"
2153 "Welcome to guestfish, the libguestfs filesystem interactive shell for\n"
2154 "editing virtual machine filesystems.\n"
2156 "Type: 'help' for help with commands\n"
2157 " 'quit' to quit the shell\n"
2162 msgid "%s: unterminated double quote\n"
2163 msgstr "%s: unterminated double quote\n"
2165 #: fish/fish.c:776 fish/fish.c:793
2167 msgid "%s: command arguments not separated by whitespace\n"
2168 msgstr "%s: கட்டளை விவாதங்கள் வொயிட்ஸ்பேஸ்ஸால் பிரிக்கப்படவில்லை\n"
2172 msgid "%s: unterminated single quote\n"
2173 msgstr "%s: unterminated single quote\n"
2177 msgid "%s: internal error parsing string at '%s'\n"
2178 msgstr "%s: அகப்பிழையை '%s' சரத்தில் பகுக்கிறது\n"
2182 msgid "%s: too many arguments\n"
2183 msgstr "%s: அதிக விவாதங்கள்\n"
2187 msgid "%s: empty command on command line\n"
2188 msgstr "%s: கட்டளை வரியில் காலியான கட்டளை\n"
2191 msgid "display a list of commands or help on a command"
2192 msgstr "கட்டளைகளின் ஒரு பட்டியலைக் காட்டு அல்லது ஒரு கட்டளையில் உதவு"
2195 msgid "quit guestfish"
2196 msgstr "guestfishஐ நிறுத்து"
2201 "help - display a list of commands or help on a command\n"
2205 "help - display a list of commands or help on a command\n"
2212 "quit - quit guestfish\n"
2215 "quit - guestfishஐ நிறுத்து\n"
2220 msgid "%s: command not known, use -h to list all commands\n"
2222 "%s: கட்டளை என்னவென்று தெரியவில்லை, அனைத்து கட்டளைகளையும் பட்டியலிட -hஐ பயன்படுத்து\n"
2227 "Did you mean to open a disk image? guestfish -a disk.img\n"
2228 "For a list of commands: guestfish -h\n"
2229 "For complete documentation: man guestfish\n"
2234 msgid "Runaway quote in string \"%s\"\n"
2235 msgstr "Runaway quote in string \"%s\"\n"
2240 "%s: to use Windows drive letters, you must inspect the guest (\"-i\" option "
2241 "or run \"inspect-os\" command)\n"
2246 msgid "%s: to use Windows drive letters, this must be a Windows guest\n"
2252 "%s: drive '%c:' not found. To list available drives do:\n"
2253 " inspect-get-drive-mappings %s\n"
2259 "%s: to access '%c:', mount %s first. One way to do this is:\n"
2266 msgid "use 'glob command [args...]'\n"
2267 msgstr "'glob கட்டளையைப் பயன்படுத்து [args...]'\n"
2271 msgid "glob: guestfs_glob_expand call failed: %s\n"
2272 msgstr "glob: guestfs_glob_expand அழைக்க முடியவில்லை: %s\n"
2277 "Add disk images to examine using the -a or -d options, or the 'add' "
2279 "Or create a new disk image using -N, or the 'alloc' or 'sparse' commands.\n"
2280 "Once you have done this, use the 'run' command.\n"
2286 "Find out what filesystems are available using 'list-filesystems' and then\n"
2287 "mount them to examine or modify the contents using 'mount-ro' or\n"
2288 "'mount-options'.\n"
2294 "For more information about a command, use 'help cmd'.\n"
2296 "To read the manual, type 'man'.\n"
2299 #: fish/hexedit.c:41
2301 msgid "hexedit (device|filename) [max | start max]\n"
2304 #: fish/hexedit.c:52
2306 msgid "hexedit: %s is a zero length file or device\n"
2309 #: fish/hexedit.c:63
2312 "hexedit: %s is larger than %s. You must supply a limit using\n"
2313 " 'hexedit %s <max>' (eg. 'hexedit %s 1M') or a range using\n"
2314 " 'hexedit %s <start> <max>'.\n"
2317 #: fish/hexedit.c:92
2319 msgid "hexedit: invalid range\n"
2322 #: fish/inspect.c:77
2324 msgid "%s: don't use --live and -i options together\n"
2325 msgstr "%s: --listen மற்றும் --file விருப்பங்களை அதே நேரத்தில் பயன்படுத்த முடியாது\n"
2327 #: fish/inspect.c:89
2329 msgid "%s: no operating system was found on this disk\n"
2332 #: fish/inspect.c:95
2334 msgid "%s: multi-boot operating systems are not supported by the -i option\n"
2337 #: fish/inspect.c:134
2339 msgid "%s: some filesystems could not be mounted (ignored)\n"
2342 #: fish/inspect.c:146
2344 msgid "Operating system: %s\n"
2347 #: fish/inspect.c:159
2349 msgid "%s mounted on %s\n"
2350 msgstr "ஏற்ம்புள்ளிகளைக் காட்டு"
2354 msgid "Enter key or passphrase (\"%s\"): "
2359 msgid "use 'lcd directory' to change local directory\n"
2360 msgstr "உள்ளமை அடைவை மாற்ற 'lcd அடைவை' பயன்படுத்து\n"
2364 msgid "use 'man' without parameters to open the manual\n"
2369 msgid "the external 'man' program failed\n"
2370 msgstr "அகக் கட்டளை தோல்வியுற்றது: %s"
2374 msgid "use '%s filename' to page a file\n"
2375 msgstr "'%s கோப்புபெயரை' ஒரு கோப்பில் பக்கத்திற்குப் பயன்படுத்து\n"
2377 #: fish/options.c:36
2379 msgid "%s: too many drives added on the command line\n"
2380 msgstr "%s: கட்டளை வரியில் காலியான கட்டளை\n"
2382 #: fish/options.c:128
2384 msgid "%s: '%s' could not be mounted. Did you mean one of these?\n"
2390 "List of available prepared disk images:\n"
2397 "guestfish -N %-8s - %s\n"
2404 msgid " Optional parameters:\n"
2409 msgid "<%s> %s (default: %s)\n"
2415 "Prepared disk images are written to file \"test1.img\" in the local\n"
2416 "directory. (\"test2.img\" etc if -N option is given multiple times).\n"
2417 "For more information see the guestfish(1) manual.\n"
2423 "guestfish: -N parameter '%s': no such prepared disk image known.\n"
2424 "Use 'guestfish -N help' to list possible values for the -N parameter.\n"
2429 msgid "guestfish: error creating prepared disk image '%s' on '%s': "
2432 #: fish/prep_boot.c:34 fish/prep_boot.c:89 fish/prep_disk.c:34
2433 #: fish/prep_fs.c:34 fish/prep_lv.c:69 fish/prep_lv.c:122 fish/prep_part.c:34
2435 msgid "failed to allocate disk"
2436 msgstr "கோப்பு சங்க்கை பகுக்க முடியவில்லை"
2438 #: fish/prep_boot.c:42 fish/prep_boot.c:97
2440 msgid "could not parse boot size"
2441 msgstr "'%s'க்கான பகுப்பு அளவை குறிப்பிட முடியவில்லை\n"
2443 #: fish/prep_boot.c:46 fish/prep_boot.c:101
2445 msgid "failed to get sector size of disk: %s"
2446 msgstr "கோப்பு சங்க்கை பகுக்க முடியவில்லை"
2448 #: fish/prep_boot.c:50 fish/prep_boot.c:105 fish/prep_fs.c:41
2449 #: fish/prep_lv.c:76 fish/prep_lv.c:129 fish/prep_part.c:41
2451 msgid "failed to partition disk: %s"
2454 #: fish/prep_boot.c:55 fish/prep_boot.c:110
2456 msgid "failed to add boot partition: %s"
2457 msgstr "ஒரு ஸ்வாப் பகிர்வை உருவாக்கு"
2459 #: fish/prep_boot.c:59 fish/prep_boot.c:114
2461 msgid "failed to add root partition: %s"
2462 msgstr "ஒரு ஸ்வாப் பகிர்வை உருவாக்கு"
2464 #: fish/prep_boot.c:68 fish/prep_boot.c:128
2466 msgid "failed to create boot filesystem: %s"
2469 #: fish/prep_boot.c:77 fish/prep_boot.c:157
2471 msgid "failed to create root filesystem: %s"
2474 #: fish/prep_boot.c:86 fish/prep_boot.c:120 fish/prep_lv.c:66
2475 #: fish/prep_lv.c:82 fish/prep_lv.c:119 fish/prep_lv.c:135
2476 msgid "incorrect format for LV name, use '/dev/VG/LV'"
2479 #: fish/prep_boot.c:137 fish/prep_lv.c:91 fish/prep_lv.c:144
2481 msgid "failed to create PV: %s: %s"
2482 msgstr "கோப்பு சங்க்கை பகுக்க முடியவில்லை"
2484 #: fish/prep_boot.c:142 fish/prep_lv.c:96 fish/prep_lv.c:149
2486 msgid "failed to create VG: %s: %s"
2487 msgstr "கோப்பு சங்க்கை பகுக்க முடியவில்லை"
2489 #: fish/prep_boot.c:149 fish/prep_lv.c:103 fish/prep_lv.c:156
2491 msgid "failed to create LV: /dev/%s/%s: %s"
2494 #: fish/prep_boot.c:153 fish/prep_lv.c:107 fish/prep_lv.c:160
2496 msgid "failed to resize LV to full size: %s: %s"
2499 #: fish/prep_fs.c:51 fish/prep_lv.c:165
2501 msgid "failed to create filesystem (%s): %s"
2506 msgid "guestfish: protocol error: could not read 'hello' message\n"
2507 msgstr "guestfish: protocol error: 'hello' செய்தியை வாசிக்க முடியவில்லை\n"
2512 "guestfish: protocol error: version mismatch, server version '%s' does not "
2513 "match client version '%s'. The two versions must match exactly.\n"
2515 "guestfish: protocol error: பதிப்பு பொருந்தவில்லை, சேவையக பதிப்பு '%s' க்ளையன்ட் "
2516 "பதிப்பு '%s'உடன் பொருந்தவில்லை. இந்த இரண்டு பதிப்புகளும் சரியாக பொருந்த வேண்டும்.\n"
2518 #: fish/rc.c:335 fish/rc.c:349
2520 msgid "guestfish: remote: looks like the server is not running\n"
2521 msgstr "guestfish: remote: சேவையகம் இயங்காதது போல் உள்ளது\n"
2523 #: fish/rc.c:361 fish/rc.c:375
2525 msgid "guestfish: protocol error: could not send initial greeting to server\n"
2527 "guestfish: protocol error: துவக்க அழைப்பை சேவையகத்திற்கு அனுப்ப முடியவில்லை\n"
2531 msgid "guestfish: protocol error: could not decode reply from server\n"
2532 msgstr "guestfish: protocol error: சேவையகத்திலிருந்து குறிநீக்க பதில் இல்லை\n"
2536 msgid "'reopen' command takes no parameters\n"
2537 msgstr "'reopen' கட்டளை அளவுருக்களை எடுக்கவில்லை\n"
2541 msgid "reopen: guestfs_create: failed to create handle\n"
2542 msgstr "reopen: guestfs_create: ஹாண்டிலை உருவாக்க முடியவில்லை\n"
2544 #: fish/supported.c:66
2548 #: fish/supported.c:68
2554 msgid "use 'time command [args...]'\n"
2555 msgstr "'நேர கட்டளையைப் பயன்படுத்து [args...]'\n"
2557 #: fuse/guestmount.c:912
2560 "%s: FUSE module for libguestfs\n"
2561 "%s lets you mount a virtual machine filesystem\n"
2562 "Copyright (C) 2009-2010 Red Hat Inc.\n"
2564 " %s [--options] [-- [--FUSE-options]] mountpoint\n"
2566 " -a|--add image Add image\n"
2567 " -c|--connect uri Specify libvirt URI for -d option\n"
2568 " --dir-cache-timeout Set readdir cache timeout (default 5 sec)\n"
2569 " -d|--domain guest Add disks from libvirt guest\n"
2570 " --echo-keys Don't turn off echo for passphrases\n"
2571 " --format[=raw|..] Force disk format for -a option\n"
2572 " --fuse-help Display extra FUSE options\n"
2573 " -i|--inspector Automatically mount filesystems\n"
2574 " --help Display help message and exit\n"
2575 " --keys-from-stdin Read passphrases from stdin\n"
2576 " --live Connect to a live virtual machine\n"
2577 " -m|--mount dev[:mnt[:opts]] Mount dev on mnt (if omitted, /)\n"
2578 " -n|--no-sync Don't autosync\n"
2579 " -o|--option opt Pass extra option to FUSE\n"
2580 " -r|--ro Mount read-only\n"
2581 " --selinux Enable SELinux support\n"
2582 " -v|--verbose Verbose messages\n"
2583 " -V|--version Display version and exit\n"
2584 " -w|--rw Mount read-write\n"
2585 " -x|--trace Trace guestfs API calls\n"
2587 "%s: FUSE module for libguestfs\n"
2588 "%s lets you mount a virtual machine filesystem\n"
2589 "Copyright (C) 2009 Red Hat Inc.\n"
2591 " %s [--options] [-- [--FUSE-options]] mountpoint\n"
2593 " -a|--add image Add image\n"
2594 " --dir-cache-timeout Set readdir cache timeout (default 5 sec)\n"
2595 " --fuse-help Display extra FUSE options\n"
2596 " --help Display help message and exit\n"
2597 " -m|--mount dev[:mnt] Mount dev on mnt (if omitted, /)\n"
2598 " -n|--no-sync Don't autosync\n"
2599 " -o|--option opt Pass extra option to FUSE\n"
2600 " -r|--ro Mount read-only\n"
2601 " --selinux Enable SELinux support\n"
2602 " --trace Trace guestfs API calls (to stderr)\n"
2603 " -v|--verbose Verbose messages\n"
2604 " -V|--version Display version and exit\n"
2606 #: fuse/guestmount.c:1130
2608 msgid "%s: must have at least one -a/-d and at least one -m/-i option\n"
2610 "%s: விருப்பத்தில் குறைந்தபட்சம் ஒரு -a மற்றும் குறைந்தபட்சம் ஒரு -m ஐ பெற்றிருக்க வேண்டும்\n"
2612 #: fuse/guestmount.c:1138
2614 msgid "%s: you must specify a mountpoint in the host filesystem\n"
2615 msgstr "%s: புரவல கோப்புமுறைமையில் ஒரு ஏறும்புள்ளியை நீங்கள் குறிப்பிட வேண்டும்\n"
2617 #: inspector/virt-inspector.c:76
2620 "%s: display information about a virtual machine\n"
2621 "Copyright (C) 2010 Red Hat Inc.\n"
2623 " %s [--options] -d domname file [file ...]\n"
2624 " %s [--options] -a disk.img [-a disk.img ...] file [file ...]\n"
2626 " -a|--add image Add image\n"
2627 " -c|--connect uri Specify libvirt URI for -d option\n"
2628 " -d|--domain guest Add disks from libvirt guest\n"
2629 " --echo-keys Don't turn off echo for passphrases\n"
2630 " --format[=raw|..] Force disk format for -a option\n"
2631 " --help Display brief help\n"
2632 " --keys-from-stdin Read passphrases from stdin\n"
2633 " -v|--verbose Verbose messages\n"
2634 " -V|--version Display version and exit\n"
2635 " -x Trace libguestfs API calls\n"
2636 "For more information, see the manpage %s(1).\n"
2638 "%s: FUSE module for libguestfs\n"
2639 "%s lets you mount a virtual machine filesystem\n"
2640 "Copyright (C) 2009 Red Hat Inc.\n"
2642 " %s [--options] [-- [--FUSE-options]] mountpoint\n"
2644 " -a|--add image Add image\n"
2645 " --dir-cache-timeout Set readdir cache timeout (default 5 sec)\n"
2646 " --fuse-help Display extra FUSE options\n"
2647 " --help Display help message and exit\n"
2648 " -m|--mount dev[:mnt] Mount dev on mnt (if omitted, /)\n"
2649 " -n|--no-sync Don't autosync\n"
2650 " -o|--option opt Pass extra option to FUSE\n"
2651 " -r|--ro Mount read-only\n"
2652 " --selinux Enable SELinux support\n"
2653 " --trace Trace guestfs API calls (to stderr)\n"
2654 " -v|--verbose Verbose messages\n"
2655 " -V|--version Display version and exit\n"
2657 #: inspector/virt-inspector.c:263
2660 "%s: no operating system could be detected inside this disk image.\n"
2662 "This may be because the file is not a disk image, or is not a virtual "
2664 "image, or because the OS type is not understood by libguestfs.\n"
2666 "NOTE for Red Hat Enterprise Linux 6 users: for Windows guest support you "
2668 "install the separate libguestfs-winsupport package.\n"
2670 "If you feel this is an error, please file a bug report including as much\n"
2671 "information about the disk image as possible.\n"
2674 #: inspector/virt-inspector.c:288
2676 msgid "%s: XML write error at \"%s\": %m\n"
2679 #: inspector/virt-inspector.c:300
2681 msgid "%s: xmlOutputBufferCreateFd: failed to open stdout\n"
2684 #: inspector/virt-inspector.c:308
2686 msgid "%s: xmlNewTextWriter: failed to create libxml2 writer\n"
2689 #: perl/lib/Sys/Guestfs/Lib.pm:158
2690 msgid "open_guest: first parameter must be a string or an arrayref"
2693 #: perl/lib/Sys/Guestfs/Lib.pm:164
2694 msgid "open_guest: first argument contains undefined element"
2697 #: perl/lib/Sys/Guestfs/Lib.pm:172
2698 #, fuzzy, perl-brace-format
2699 msgid "guest image {imagename} does not exist or is not readable"
2700 msgstr "Binary '%s' does not exist or is not executable\n"
2702 #: perl/lib/Sys/Guestfs/Lib.pm:179
2704 "open_guest: no libvirt support (install Sys::Virt, XML::XPath and XML::"
2708 #: perl/lib/Sys/Guestfs/Lib.pm:184
2710 msgid "open_guest: too many domains listed on command line"
2711 msgstr "%s: கட்டளை வரியில் காலியான கட்டளை\n"
2713 #: perl/lib/Sys/Guestfs/Lib.pm:191
2714 msgid "open_guest: cannot connect to libvirt"
2717 #: perl/lib/Sys/Guestfs/Lib.pm:210
2718 #, perl-brace-format
2719 msgid "{imagename} is not the name of an inactive libvirt domain\n"
2722 #: perl/lib/Sys/Guestfs/Lib.pm:213
2723 #, perl-brace-format
2724 msgid "{imagename} is not the name of a libvirt domain\n"
2727 #: perl/lib/Sys/Guestfs/Lib.pm:242
2728 #, perl-brace-format
2729 msgid "{imagename} seems to have no disk devices\n"
2732 #: perl/lib/Sys/Guestfs/Lib.pm:827
2734 "No operating system could be detected inside this disk image.\n"
2736 "This may be because the file is not a disk image, or is not a virtual "
2738 "image, or because the OS type is not understood by virt-inspector.\n"
2740 "If you feel this is an error, please file a bug report including as much\n"
2741 "information about the disk image as possible.\n"
2744 #: perl/lib/Sys/Guestfs/Lib.pm:945
2745 #, fuzzy, perl-brace-format
2746 msgid "unknown filesystem {fs}\n"
2747 msgstr "ஏற முடியாத ஒரு கோப்புமுறைமை"
2749 #: perl/lib/Sys/Guestfs/Lib.pm:1023
2750 #, perl-brace-format
2751 msgid "Error running rpm -qa: {error}"
2754 #: perl/lib/Sys/Guestfs/Lib.pm:1049
2755 #, perl-brace-format
2756 msgid "Error running dpkg-query: {error}"
2759 #: perl/lib/Sys/Guestfs/Lib.pm:1114
2760 msgid "Can't find grub on guest"
2763 #: perl/lib/Sys/Guestfs/Lib.pm:1169
2764 #, perl-brace-format
2765 msgid "Grub entry {title} has no kernel"
2768 #: perl/lib/Sys/Guestfs/Lib.pm:1200
2769 #, perl-brace-format
2770 msgid "grub refers to {path}, which doesn't exist\n"
2773 #: perl/lib/Sys/Guestfs/Lib.pm:1223
2774 #, perl-brace-format
2775 msgid "Grub entry {title} does not specify an initrd"
2778 #: perl/lib/Sys/Guestfs/Lib.pm:1292
2779 #, perl-brace-format
2780 msgid "Didn't find modules directory {modules} for kernel {path}"
2783 #: perl/lib/Sys/Guestfs/Lib.pm:1300
2784 #, perl-brace-format
2785 msgid "Couldn't guess kernel version number from path for kernel {path}"
2788 #: perl/lib/Sys/Guestfs/Lib.pm:1354
2789 #, fuzzy, perl-brace-format
2790 msgid "{path} doesn't match augeas pattern"
2791 msgstr "திரும்பும் வரிகள் ஒரு பாணியில் பொருந்துகிறது"
2793 #: perl/lib/Sys/Guestfs/Lib.pm:1393
2794 #, perl-brace-format
2795 msgid "{filename}: could not read initrd format"
2798 #: rescue/virt-rescue.c:63
2801 "%s: Run a rescue shell on a virtual machine\n"
2802 "Copyright (C) 2009-2010 Red Hat Inc.\n"
2804 " %s [--options] -d domname\n"
2805 " %s [--options] -a disk.img [-a disk.img ...]\n"
2807 " -a|--add image Add image\n"
2808 " --append kernelopts Append kernel options\n"
2809 " -c|--connect uri Specify libvirt URI for -d option\n"
2810 " -d|--domain guest Add disks from libvirt guest\n"
2811 " --format[=raw|..] Force disk format for -a option\n"
2812 " --help Display brief help\n"
2813 " -m|--memsize MB Set memory size in megabytes\n"
2814 " --network Enable network\n"
2815 " -r|--ro Access read-only\n"
2816 " --selinux Enable SELinux\n"
2817 " -v|--verbose Verbose messages\n"
2818 " -V|--version Display version and exit\n"
2819 " -w|--rw Mount read-write\n"
2820 " -x Trace libguestfs API calls\n"
2821 "For more information, see the manpage %s(1).\n"
2823 "%s: FUSE module for libguestfs\n"
2824 "%s lets you mount a virtual machine filesystem\n"
2825 "Copyright (C) 2009 Red Hat Inc.\n"
2827 " %s [--options] [-- [--FUSE-options]] mountpoint\n"
2829 " -a|--add image Add image\n"
2830 " --dir-cache-timeout Set readdir cache timeout (default 5 sec)\n"
2831 " --fuse-help Display extra FUSE options\n"
2832 " --help Display help message and exit\n"
2833 " -m|--mount dev[:mnt] Mount dev on mnt (if omitted, /)\n"
2834 " -n|--no-sync Don't autosync\n"
2835 " -o|--option opt Pass extra option to FUSE\n"
2836 " -r|--ro Mount read-only\n"
2837 " --selinux Enable SELinux support\n"
2838 " --trace Trace guestfs API calls (to stderr)\n"
2839 " -v|--verbose Verbose messages\n"
2840 " -V|--version Display version and exit\n"
2842 #: rescue/virt-rescue.c:180
2844 msgid "%s: could not parse memory size '%s'\n"
2845 msgstr "'%s'க்கான பகுப்பு அளவை குறிப்பிட முடியவில்லை\n"
2847 #: rescue/virt-rescue.c:419
2849 msgid "%s: unknown child exit status (%d)\n"
2850 msgstr "%s: தெரியாத நீண்ட விருப்பம்: %s (%d)\n"
2852 #: src/appliance.c:181
2855 "cannot find any suitable libguestfs supermin or ordinary appliance on "
2856 "LIBGUESTFS_PATH (search path: %s)"
2859 #: src/appliance.c:331
2861 msgid "security: cached appliance %s is not owned by UID %d"
2864 #: src/appliance.c:336
2866 msgid "security: cached appliance %s is not a directory (mode %o)"
2869 #: src/appliance.c:341
2871 msgid "security: cached appliance %s is writable by group or other (mode %o)"
2874 #: src/appliance.c:659
2876 msgid "external command failed, see earlier error messages"
2877 msgstr "guestfs_launch தோல்வியுற்றது, முந்தைய பிழைச் செய்தியைப் பார்"
2881 msgid "unexpected end of output from db_dump command before end of header"
2882 msgstr "unexpected end of file when reading from daemon"
2884 #: src/dbdump.c:100 src/dbdump.c:112
2886 msgid "unexpected line from db_dump command, no space prefix"
2887 msgstr "unexpected end of file when reading from daemon"
2891 msgid "unexpected end of output from db_dump command before end of data"
2892 msgstr "unexpected end of file when reading from daemon"
2896 msgid "unexpected non-hex digits in output of db_dump command"
2897 msgstr "unexpected end of file when reading from daemon"
2899 #: src/filearch.c:153
2901 msgid "size of %s unreasonable (%<PRIi64> bytes)"
2904 #: src/filearch.c:266
2906 "file-architecture API not available since this version of libguestfs was "
2907 "compiled without PCRE or libmagic libraries"
2910 #: src/guestfs.c:174
2912 msgid "guestfs_close: called twice on the same handle\n"
2913 msgstr "guestfs_close: அதே ஹாண்டலில் இரண்டு முறை அழைக்கப்பட்டது\n"
2915 #: src/guestfs.c:333
2920 #: src/guestfs.c:392
2922 msgid "libguestfs: error: %s\n"
2923 msgstr "libguestfs: error: %s\n"
2925 #: src/guestfs.c:939
2927 msgid "<truncated, original size %zu bytes>"
2930 #: src/inspect.c:265
2931 msgid "not a Windows guest, or systemroot could not be determined"
2934 #: src/inspect.c:281
2935 msgid "not a Windows guest, or CurrentControlSet could not be determined"
2938 #: src/inspect.c:541 src/inspect_fs.c:462 src/inspect_fs.c:506
2939 #: src/inspect_fs_unix.c:194 src/inspect_fs_unix.c:586
2940 #: src/inspect_fs_unix.c:828
2942 msgid "size of %s is unreasonably large (%<PRIi64> bytes)"
2945 #: src/inspect.c:577
2946 msgid "no inspection data: call guestfs_inspect_os first"
2949 #: src/inspect.c:589
2952 "%s: root device not found: only call this function with a root device "
2953 "previously returned by guestfs_inspect_os"
2956 #: src/inspect.c:599 src/inspect_apps.c:470
2958 "inspection API not available since this version of libguestfs was compiled "
2959 "without PCRE or hivex libraries"
2962 #: src/inspect_fs.c:314 src/inspect_fs.c:327
2964 msgid "could not parse integer in version number: %s"
2965 msgstr "'%s'க்கான பகுப்பு அளவை குறிப்பிட முடியவில்லை\n"
2967 #: src/inspect_fs.c:471
2969 msgid "%s: file is empty"
2972 #: src/inspect_fs_unix.c:620
2974 msgid "could not parse /etc/fstab or empty file"
2975 msgstr "'%s'க்கான பகுப்பு அளவை குறிப்பிட முடியவில்லை\n"
2977 #: src/inspect_fs_windows.c:166
2979 msgid "cannot resolve Windows %%SYSTEMROOT%%"
2983 msgid "command line cannot be altered after qemu subprocess launched"
2984 msgstr "command line cannot be altered after qemu subprocess launched"
2987 msgid "guestfs_config: parameter must begin with '-' character"
2988 msgstr "guestfs_config: அளவுரு '-' எழுத்தில் துவக்க வேண்டும்"
2992 msgid "guestfs_config: parameter '%s' isn't allowed"
2993 msgstr "guestfs_config: அளவுரு '%s' அனுமதிக்கப்படுவதில்லை"
2995 #: src/launch.c:235 src/launch.c:339
2996 msgid "filename cannot contain ',' (comma) character"
2997 msgstr "கோப்புபெயர் ',' (கம்மா) எழுத்தை கொண்டிருக்கவில்லை"
2999 #: src/launch.c:247 src/launch.c:252
3001 msgid "%s parameter is empty or contains disallowed characters"
3006 msgid "the libguestfs handle has already been launched"
3007 msgstr "qemu ஏற்கனவே துவங்கப்பட்டுவிட்டது"
3011 msgid "%s: cannot create temporary directory"
3012 msgstr "%s: தற்காலிக அடைவை உருவாக்க முடியவில்லை"
3015 msgid "you must call guestfs_add_drive before guestfs_launch"
3016 msgstr "நீங்கள் guestfs_add_drive ஐ guestfs_launchக்கு முன் அழைக்க வேண்டும்"
3019 msgid "guestfs_launch failed, see earlier error messages"
3020 msgstr "guestfs_launch தோல்வியுற்றது, முந்தைய பிழைச் செய்தியைப் பார்"
3023 msgid "qemu launched and contacted daemon, but state != READY"
3024 msgstr "qemu டொமைனுடன் துவக்கப்பட்டு தொடர்பு கொண்டது, ஆனால் நிலையானது != READY"
3028 msgid "guestfs_launch failed, unexpected initial message from guestfsd"
3029 msgstr "guestfs_launch தோல்வியுற்றது, முந்தைய பிழைச் செய்தியைப் பார்"
3033 msgid "contacted guestfsd, but state != READY"
3034 msgstr "qemu டொமைனுடன் துவக்கப்பட்டு தொடர்பு கொண்டது, ஆனால் நிலையானது != READY"
3036 #: src/launch.c:1057
3039 "%s: command failed: If qemu is located on a non-standard path, try setting "
3040 "the LIBGUESTFS_QEMU environment variable."
3042 "%s: command failed: If qemu is located on a non-standard path, try setting "
3043 "the LIBGUESTFS_QEMU environment variable."
3045 #: src/launch.c:1148
3046 msgid "qemu has not been launched yet"
3047 msgstr "qemu இன்னும் துவங்கப்படவில்லை"
3049 #: src/launch.c:1159
3050 msgid "no subprocess to kill"
3051 msgstr "அழிப்பதற்கு துணைசெயல்பாடுகள் இல்லை"
3055 msgid "guestfs_set_busy: called when in state %d != READY"
3056 msgstr "guestfs_set_busy: %d நிலையில் உள்ள போது அழைத்தது!= READY"
3060 msgid "guestfs_end_busy: called when in state %d"
3061 msgstr "guestfs_end_busy: நிலை %dல் உள்ள போது அழைத்தது"
3066 "check_for_daemon_cancellation_or_eof: read 0x%x from daemon, expected 0x%x\n"
3068 "check_for_daemon_cancellation_or_eof: டொமைனிலிருந்து 0x%x ஐ வாசி, "
3069 "எதிர்பார்க்கப்பட்ட 0x%x\n"
3073 "This usually means the libguestfs appliance failed to start up. Please\n"
3074 "enable debugging (LIBGUESTFS_DEBUG=1) and rerun the command, then look at\n"
3075 "the debug messages output prior to this error.\n"
3080 msgid "See earlier debug messages.\n"
3081 msgstr "guestfs_launch தோல்வியுற்றது, முந்தைய பிழைச் செய்தியைப் பார்"
3085 msgid "received magic signature from guestfsd, but in state %d"
3086 msgstr "received magic signature from guestfsd, but in state %d"
3090 msgid "message length (%u) > maximum possible size (%d)"
3091 msgstr "செய்தி அளவு (%u) > குறைந்தபட்ச சாத்தியமான அளவு (%d)"
3095 msgid "guestfs___send: state %d != BUSY"
3096 msgstr "guestfs___send: நிலை%d != BUSY"
3099 msgid "xdr_guestfs_message_header failed"
3100 msgstr "xdr_guestfs_message_header தோல்வியுற்றது"
3103 msgid "dispatch failed to marshal args"
3104 msgstr "marshal args ஐ அனுப்ப முடியவில்லை"
3108 msgid "send_file_chunk: state %d != READY"
3109 msgstr "send_file_chunk: நிலை %d != READY"
3113 msgid "xdr_guestfs_chunk failed (buf = %p, buflen = %zu)"
3114 msgstr "xdr_guestfs_chunk தோல்வியுற்றது (buf = %p, buflen = %zu)"
3118 msgid "%s: error in chunked encoding"
3119 msgstr "%s: error in chunked encoding"
3122 msgid "write to daemon socket"
3123 msgstr "டொமைன் சாக்கெட்டிற்கு எழுது"
3126 msgid "receive_file_data: parse error in reply callback"
3127 msgstr "receive_file_data: பதில் பின்அழைப்பில் உள்ள பிழையை பகுக்கவும்"
3130 msgid "receive_file_data: unexpected flag received when reading file chunks"
3131 msgstr "receive_file_data: கோப்பு சங்க்கை வாசிக்கும் போது எதிர்பாராத கொடி பெறப்பட்டது"
3134 msgid "failed to parse file chunk"
3135 msgstr "கோப்பு சங்க்கை பகுக்க முடியவில்லை"
3138 msgid "file receive cancelled by daemon"
3139 msgstr "கோப்பினை பெறுதல் டொமைனால் ரத்து செய்யப்பட்டது"
3141 #: src/virt.c:92 src/virt.c:325
3142 msgid "you cannot set both live and readonly flags"
3147 msgid "could not connect to libvirt (code %d, domain %d): %s"
3152 msgid "no libvirt domain called '%s': %s"
3154 "%s: -i க்கு ஒரு libvirt டொமைன் பாதை(கள்) வட்டு செய்தி(களுக்கு) தேவைப்படுகிறது\n"
3156 #: src/virt.c:163 src/virt.c:413
3158 msgid "error reading libvirt XML information: %s"
3161 #: src/virt.c:173 src/virt.c:421
3162 msgid "unable to parse XML information returned by libvirt"
3165 #: src/virt.c:179 src/virt.c:427
3167 msgid "unable to create new XPath context"
3168 msgstr "guestfs_create: ஹாண்டிலை உருவாக்க முடியவில்லை\n"
3170 #: src/virt.c:186 src/virt.c:442
3172 msgid "unable to evaluate XPath expression"
3173 msgstr "guestfs_create: ஹாண்டிலை உருவாக்க முடியவில்லை\n"
3177 msgid "libvirt domain has no disks"
3179 "%s: -i க்கு ஒரு libvirt டொமைன் பாதை(கள்) வட்டு செய்தி(களுக்கு) தேவைப்படுகிறது\n"
3183 msgid "error getting domain info: %s"
3188 "error: domain is a live virtual machine.\n"
3189 "Writing to the disks of a running virtual machine can cause disk "
3191 "Either use read-only access, or if the guest is running the guestfsd daemon\n"
3192 "specify live access. In most libguestfs tools these options are --ro or\n"
3193 "--live respectively. Consult the documentation for further information."
3198 "this guest has no libvirt <channel> definition for guestfsd\n"
3199 "See ATTACHING TO RUNNING DAEMONS in guestfs(3) for further information."
3204 "add-domain API not available since this version of libguestfs was compiled "
3205 "without libvirt or libxml2"
3208 #: test-tool/test-tool.c:79
3211 "libguestfs-test-tool: interactive test tool\n"
3212 "Copyright (C) 2009-2011 Red Hat Inc.\n"
3214 " libguestfs-test-tool [--options]\n"
3216 " --help Display usage\n"
3217 " --qemudir dir Specify QEMU source directory\n"
3218 " --qemu qemu Specify QEMU binary\n"
3220 " -t n Set launch timeout (default: %d seconds)\n"
3222 "libguestfs-test-tool: interactive test tool\n"
3223 "Copyright (C) 2009 Red Hat Inc.\n"
3225 " libguestfs-test-tool [--options]\n"
3227 " --help Display usage\n"
3228 " --helper libguestfs-test-tool-helper\n"
3229 " Helper program (default: %s)\n"
3230 " --qemudir dir Specify QEMU source directory\n"
3231 " --qemu qemu Specify QEMU binary\n"
3233 " -t n Set launch timeout (default: %d seconds)\n"
3235 #: test-tool/test-tool.c:127
3237 msgid "libguestfs-test-tool: unknown long option: %s (%d)\n"
3238 msgstr "libguestfs-test-tool: தெரியாத நீண்ட விருப்பம்: %s (%d)\n"
3240 #: test-tool/test-tool.c:136
3242 msgid "libguestfs-test-tool: invalid timeout: %s\n"
3243 msgstr "libguestfs-test-tool: தவறான நேரமுடிவு: %s\n"
3245 #: test-tool/test-tool.c:148
3247 msgid "libguestfs-test-tool: unexpected command line option 0x%x\n"
3248 msgstr "libguestfs-test-tool: எதிர்பாராத கட்டளை வரி விருப்பம் 0x%x\n"
3250 #: test-tool/test-tool.c:173
3252 msgid "libguestfs-test-tool: failed to create libguestfs handle\n"
3253 msgstr "libguestfs-test-tool: libguestfs ஹாண்டிலை உருவாக்க முடியவில்லை\n"
3255 #: test-tool/test-tool.c:180
3257 msgid "libguestfs-test-tool: failed to add drive '%s'\n"
3258 msgstr "libguestfs-test-tool: இயக்கி '%s' உடன் இணைக்க முடியவில்லை\n"
3260 #: test-tool/test-tool.c:188
3262 msgid "libguestfs-test-tool: guestfs_version failed\n"
3263 msgstr "libguestfs-test-tool: guestfs_version தோல்வியுற்றது\n"
3265 #: test-tool/test-tool.c:220
3267 msgid "libguestfs-test-tool: failed to launch appliance\n"
3268 msgstr "libguestfs-test-tool: failed to launch appliance\n"
3270 #: test-tool/test-tool.c:232
3272 msgid "libguestfs-test-tool: failed to run part-disk\n"
3273 msgstr "libguestfs-test-tool: sfவட்டை இயக்க முடியவில்லை\n"
3275 #: test-tool/test-tool.c:238
3277 msgid "libguestfs-test-tool: failed to mkfs.ext2\n"
3278 msgstr "libguestfs-test-tool: mkfs.ext2 தோல்வியுற்றது\n"
3280 #: test-tool/test-tool.c:244
3282 msgid "libguestfs-test-tool: failed to mount /dev/sda1 on /\n"
3283 msgstr "libguestfs-test-tool: mount /dev/sda1ல் ஏற முடியவில்லை /\n"
3285 #: test-tool/test-tool.c:251
3287 msgid "libguestfs-test-tool: failed to touch file\n"
3288 msgstr "libguestfs-test-tool: sfவட்டை இயக்க முடியவில்லை\n"
3290 #: test-tool/test-tool.c:282
3293 "LIBGUESTFS_QEMU environment variable is already set, so\n"
3294 "--qemu/--qemudir options cannot be used.\n"
3296 "LIBGUESTFS_QEMU சூழல் மாறிலி ஏற்கனவே அமைக்கப்பட்டது , ஆகையால்\n"
3297 "--qemu/--qemudir விருப்பங்கள் பயன்படுத்தப்படவில்லை.\n"
3299 #: test-tool/test-tool.c:290
3301 msgid "Binary '%s' does not exist or is not executable\n"
3302 msgstr "Binary '%s' does not exist or is not executable\n"
3304 #: test-tool/test-tool.c:304
3306 msgid "%s: does not look like a qemu source directory\n"
3307 msgstr "%s: ஒரு qemu மூல அடைவு போல் இல்லை\n"
3309 #: tools/virt-edit.pl:178
3310 msgid "virt-edit: no image, VM names or filenames to edit given"
3313 #: tools/virt-edit.pl:194 tools/virt-tar.pl:243 tools/virt-win-reg.pl:217
3314 #, perl-brace-format
3316 "{prog}: No operating system could be detected inside this disk image.\n"
3318 "This may be because the file is not a disk image, or is not a virtual "
3320 "image, or because the OS type is not understood by libguestfs.\n"
3322 "If you feel this is an error, please file a bug report including as much\n"
3323 "information about the disk image as possible.\n"
3326 #: tools/virt-edit.pl:198 tools/virt-tar.pl:247 tools/virt-win-reg.pl:221
3327 #, perl-brace-format
3328 msgid "{prog}: multiboot operating systems are not supported.\n"
3331 #: tools/virt-edit.pl:235
3332 msgid "File not changed.\n"
3335 #: tools/virt-edit.pl:406
3336 #, perl-brace-format
3337 msgid "virt-edit: drive '{x}:' not found\n"
3340 #: tools/virt-edit.pl:422
3341 #, perl-brace-format
3343 "virt-edit: '{f}' does not start with a / or \\ character.\n"
3344 "If you are using Windows style paths with backslashes like C:\\foo.txt\n"
3345 "then don't forget that you must quote them with single quotes to\n"
3346 "prevent the shell from munging the backslashes.\n"
3349 #: tools/virt-list-filesystems.pl:142
3350 msgid "virt-list-filesystems: no image or VM name given"
3353 #: tools/virt-list-partitions.pl:152
3354 msgid "virt-list-partitions: no image or VM name given"
3357 #: tools/virt-make-fs.pl:291
3358 msgid "virt-make-fs input output\n"
3361 #: tools/virt-make-fs.pl:321
3362 msgid "unexpected output from 'du' command"
3365 #: tools/virt-make-fs.pl:333 tools/virt-make-fs.pl:347
3366 #: tools/virt-make-fs.pl:458
3367 #, perl-brace-format
3368 msgid "{f}: unknown input format: {fmt}\n"
3371 #: tools/virt-make-fs.pl:391
3372 #, perl-brace-format
3373 msgid "virt-make-fs: cannot parse size parameter: {sz}\n"
3376 #: tools/virt-make-fs.pl:406
3379 "qemu-img create: failed to create disk image, see earlier error messages\n"
3380 msgstr "guestfs_launch தோல்வியுற்றது, முந்தைய பிழைச் செய்தியைப் பார்"
3382 #: tools/virt-make-fs.pl:417
3383 msgid "virt-make-fs: NTFS support was disabled when libguestfs was compiled\n"
3386 #: tools/virt-make-fs.pl:442
3388 msgid "tar: failed, see earlier messages\n"
3389 msgstr "guestfs_launch தோல்வியுற்றது, முந்தைய பிழைச் செய்தியைப் பார்"
3391 #: tools/virt-make-fs.pl:464
3393 msgid "uncompress command failed, see earlier messages\n"
3394 msgstr "guestfs_launch தோல்வியுற்றது, முந்தைய பிழைச் செய்தியைப் பார்"
3396 #: tools/virt-make-fs.pl:499
3398 "virt-make-fs: error copying contents into filesystem\n"
3399 "An error here usually means that the program did not estimate the\n"
3400 "filesystem size correctly. Please read the BUGS section of the manpage.\n"
3403 #: tools/virt-tar.pl:183 tools/virt-tar.pl:190
3404 msgid "virt-tar: extract/upload mode specified twice on the command line\n"
3407 #: tools/virt-tar.pl:212
3408 msgid "virt-tar: no image, VM names, directory or filename given"
3411 #: tools/virt-tar.pl:215
3412 msgid "virt-tar: either -x or -u must be specified on the command line\n"
3415 #: tools/virt-tar.pl:226
3416 #, perl-brace-format
3417 msgid "virt-tar: {tarball}: file not found\n"
3420 #: tools/virt-tar.pl:229
3421 #, perl-brace-format
3422 msgid "virt-tar: {dir}: directory name must start with '/' character\n"
3425 #: tools/virt-win-reg.pl:201
3426 msgid "no libvirt domain name or disk image given\n"
3429 #: tools/virt-win-reg.pl:240
3431 "expecting 1 or 2 more parameters, subkey path and optionally the value to "
3435 #: tools/virt-win-reg.pl:351
3436 #, perl-brace-format
3437 msgid "virt-win-reg: {p}: not a supported Windows Registry path\n"
3440 #: tools/virt-win-reg.pl:368 tools/virt-win-reg.pl:390
3441 #, perl-brace-format
3442 msgid "virt-win-reg: {p}: file not found in guest: {err}\n"
3445 #: tools/virt-win-reg.pl:375
3446 #, perl-brace-format
3447 msgid "virt-win-reg: {p}: could not download registry file: {err}\n"
3450 #: tools/virt-win-reg.pl:397
3451 #, perl-brace-format
3452 msgid "virt-win-reg: {p}: could not upload registry file: {err}\n"
3456 #~ msgid "%s: temporary directory not found"
3457 #~ msgstr "%s: தற்காலிக அடைவை உருவாக்க முடியவில்லை"
3459 #~ msgid "unexpected end of file when reading from daemon"
3460 #~ msgstr "unexpected end of file when reading from daemon"
3462 #~ msgid "libguestfs-test-tool: failed to mkdir /iso\n"
3463 #~ msgstr "libguestfs-test-tool: mkdir /iso தோல்வியுற்றது\n"
3465 #~ msgid "libguestfs-test-tool: failed to mount /dev/sdb on /iso\n"
3466 #~ msgstr "libguestfs-test-tool: mount /dev/sdb on /iso ஆனது தோல்வியுற்றது\n"
3469 #~ "libguestfs-test-tool: could not run helper program, or helper failed\n"
3471 #~ "libguestfs-test-tool: உதவியாளர் நிரலை இயக்க முடியவில்லை, அல்லது உதவியாளர் "
3472 #~ "தோல்வியுற்றது\n"
3475 #~ "Test tool helper program 'libguestfs-test-tool-helper' is not\n"
3476 #~ "available. Expected to find it in '%s'\n"
3478 #~ "Use the --helper option to specify the location of this program.\n"
3480 #~ "Test tool helper program 'libguestfs-test-tool-helper' is not\n"
3481 #~ "available. Expected to find it in '%s'\n"
3483 #~ "Use the --helper option to specify the location of this program.\n"
3485 #~ msgid "command failed: %s"
3486 #~ msgstr "கட்டளை தோல்வியுற்றது: %s"
3489 #~ "Test tool helper program %s\n"
3490 #~ "is not statically linked. This is a build error when this test tool\n"
3493 #~ "Test tool helper program %s\n"
3494 #~ "is not statically linked. This is a build error when this test tool\n"
3497 #~ msgid "mkisofs command failed: %s\n"
3498 #~ msgstr "mkisofs கட்டளை தோல்வியுற்றது: %s\n"
3501 #~ msgid "virt-resize: {file}: does not exist or is not readable\n"
3502 #~ msgstr "Binary '%s' does not exist or is not executable\n"
3505 #~ msgid "virt-resize: no logical volume called {n}\n"
3506 #~ msgstr "ஒரு LVM வரைகலை தொகுதியை மறுஅளவிடு"
3509 #~ msgid "failed to create temporary cache directory: %m"
3510 #~ msgstr "ஒரு தற்காலிக அடைவினை உருவாக்கு"
3513 #~ msgid "error renaming temporary cache directory: %m"
3514 #~ msgstr "ஒரு தற்காலிக அடைவினை உருவாக்கு"
3517 #~ msgid "virt-df: cannot use -h and --csv options together\n"
3519 #~ "%s: --listen மற்றும் --file விருப்பங்களை அதே நேரத்தில் பயன்படுத்த முடியாது\n"
3522 #~ msgid " Mountpoints:\n"
3523 #~ msgstr "ஏற்ம்புள்ளிகளைக் காட்டு"
3526 #~ msgid " Filesystems:\n"
3527 #~ msgstr "ஒரு கோப்புமுறையை செய்"
3529 #~ msgid "allocate an image"
3530 #~ msgstr "ஒரு படத்தை ஒதுக்கீடு"
3532 #~ msgid "edit a file in the image"
3533 #~ msgstr "படத்திலுள்ள ஒரு கோப்பினை திருத்து"
3535 #~ msgid "view a file in the pager"
3536 #~ msgstr "பேஜரில் ஒரு பக்கத்தைக் காட்டு"
3539 #~ "echo - display a line of text\n"
3540 #~ " echo [<params> ...]\n"
3542 #~ " This echos the parameters to the terminal.\n"
3544 #~ "echo - display a line of text\n"
3545 #~ " echo [<params> ...]\n"
3547 #~ " This echos the parameters to the terminal.\n"
3551 #~ "edit - edit a file in the image\n"
3552 #~ " edit <filename>\n"
3554 #~ " This is used to edit a file.\n"
3556 #~ " It is the equivalent of (and is implemented by)\n"
3557 #~ " running \"cat\", editing locally, and then \"write\".\n"
3559 #~ " Normally it uses $EDITOR, but if you use the aliases\n"
3560 #~ " \"vi\" or \"emacs\" you will get those editors.\n"
3562 #~ " NOTE: This will not work reliably for large files\n"
3563 #~ " (> 2 MB) or binary files containing \\0 bytes.\n"
3565 #~ "edit - edit a file in the image\n"
3566 #~ " edit <filename>\n"
3568 #~ " This is used to edit a file.\n"
3570 #~ " It is the equivalent of (and is implemented by)\n"
3571 #~ " running \"cat\", editing locally, and then \"write-file\".\n"
3573 #~ " Normally it uses $EDITOR, but if you use the aliases\n"
3574 #~ " \"vi\" or \"emacs\" you will get those editors.\n"
3576 #~ " NOTE: This will not work reliably for large files\n"
3577 #~ " (> 2 MB) or binary files containing \\0 bytes.\n"
3580 #~ "lcd - local change directory\n"
3581 #~ " lcd <directory>\n"
3583 #~ " Change guestfish's current directory. This command is\n"
3584 #~ " useful if you want to download files to a particular\n"
3587 #~ "lcd - local change directory\n"
3588 #~ " lcd <directory>\n"
3590 #~ " Change guestfish's current directory. This command is\n"
3591 #~ " useful if you want to download files to a particular\n"
3595 #~ "glob - expand wildcards in command\n"
3596 #~ " glob <command> [<args> ...]\n"
3598 #~ " Glob runs <command> with wildcards expanded in any\n"
3599 #~ " command args. Note that the command is run repeatedly\n"
3600 #~ " once for each expanded argument.\n"
3602 #~ "glob - expand wildcards in command\n"
3603 #~ " glob <command> [<args> ...]\n"
3605 #~ " Glob runs <command> with wildcards expanded in any\n"
3606 #~ " command args. Note that the command is run repeatedly\n"
3607 #~ " once for each expanded argument.\n"
3610 #~ "more - view a file in the pager\n"
3611 #~ " more <filename>\n"
3613 #~ " This is used to view a file in the pager.\n"
3615 #~ " It is the equivalent of (and is implemented by)\n"
3616 #~ " running \"cat\" and using the pager.\n"
3618 #~ " Normally it uses $PAGER, but if you use the alias\n"
3619 #~ " \"less\" then it always uses \"less\".\n"
3621 #~ " NOTE: This will not work reliably for large files\n"
3622 #~ " (> 2 MB) or binary files containing \\0 bytes.\n"
3624 #~ "more - view a file in the pager\n"
3625 #~ " more <filename>\n"
3627 #~ " This is used to view a file in the pager.\n"
3629 #~ " It is the equivalent of (and is implemented by)\n"
3630 #~ " running \"cat\" and using the pager.\n"
3632 #~ " Normally it uses $PAGER, but if you use the alias\n"
3633 #~ " \"less\" then it always uses \"less\".\n"
3635 #~ " NOTE: This will not work reliably for large files\n"
3636 #~ " (> 2 MB) or binary files containing \\0 bytes.\n"
3639 #~ "reopen - close and reopen the libguestfs handle\n"
3642 #~ "Close and reopen the libguestfs handle. It is not necessary to use\n"
3643 #~ "this normally, because the handle is closed properly when guestfish\n"
3644 #~ "exits. However this is occasionally useful for testing.\n"
3646 #~ "reopen - close and reopen the libguestfs handle\n"
3649 #~ "Close and reopen the libguestfs handle. It is not necessary to use\n"
3650 #~ "this normally, because the handle is closed properly when guestfish\n"
3651 #~ "exits. However this is occasionally useful for testing.\n"
3655 #~ "sparse - allocate a sparse image file\n"
3656 #~ " sparse <filename> <size>\n"
3658 #~ " This creates an empty sparse file of the given size,\n"
3659 #~ " and then adds so it can be further examined.\n"
3661 #~ " In all respects it works the same as the 'alloc'\n"
3662 #~ " command, except that the image file is allocated\n"
3663 #~ " sparsely, which means that disk blocks are not assigned\n"
3664 #~ " to the file until they are needed. Sparse disk files\n"
3665 #~ " only use space when written to, but they are slower\n"
3666 #~ " and there is a danger you could run out of real disk\n"
3667 #~ " space during a write operation.\n"
3669 #~ " For more advanced image creation, see qemu-img utility.\n"
3671 #~ " Size can be specified using standard suffixes, eg. '1M'.\n"
3673 #~ "sparse - allocate a sparse image file\n"
3674 #~ " sparse <filename> <size>\n"
3676 #~ " This creates an empty sparse file of the given size,\n"
3677 #~ " and then adds so it can be further examined.\n"
3679 #~ " In all respects it works the same as the 'alloc'\n"
3680 #~ " command, except that the image file is allocated\n"
3681 #~ " sparsely, which means that disk blocks are not assigned\n"
3682 #~ " to the file until they are needed. Sparse disk files\n"
3683 #~ " only use space when written to, but they are slower\n"
3684 #~ " and there is a danger you could run out of real disk\n"
3685 #~ " space during a write operation.\n"
3687 #~ " For more advanced image creation, see qemu-img utility.\n"
3689 #~ " Size can be specified (where <nn> means a number):\n"
3690 #~ " <nn> number of kilobytes\n"
3691 #~ " eg: 1440 standard 3.5\" floppy\n"
3692 #~ " <nn>K or <nn>KB number of kilobytes\n"
3693 #~ " <nn>M or <nn>MB number of megabytes\n"
3694 #~ " <nn>G or <nn>GB number of gigabytes\n"
3695 #~ " <nn>T or <nn>TB number of terabytes\n"
3696 #~ " <nn>P or <nn>PB number of petabytes\n"
3697 #~ " <nn>E or <nn>EB number of exabytes\n"
3698 #~ " <nn>sects number of 512 byte sectors\n"
3701 #~ "time - measure time taken to run command\n"
3702 #~ " time <command> [<args> ...]\n"
3704 #~ " This runs <command> as usual, and prints the elapsed\n"
3705 #~ " time afterwards.\n"
3707 #~ "time - கட்டளை இயங்குவதற்கு எடுத்த நேரத்தை கணக்கிடு\n"
3708 #~ " time <command> [<args> ...]\n"
3710 #~ " இது எப்போதும் போல <command> இயங்கும், நேரத்திற்கு பின்\n"
3711 #~ " அச்சடித்தும் கழித்தும்விடும்.\n"
3713 #~ msgid "external command failed: %s"
3714 #~ msgstr "அகக் கட்டளை தோல்வியுற்றது: %s"
3716 #~ msgid "test if file exists"
3717 #~ msgstr "கோப்பு இருந்தால் பரிசோதி"
3719 #~ msgid "cannot find %s or %s on LIBGUESTFS_PATH (current path = %s)"
3720 #~ msgstr "%s அல்லது %s ஐ LIBGUESTFS_PATH (தற்போதைய பாதை = %s)ல் தேட முடியவில்லை"
3722 #~ msgid "failed to connect to vmchannel socket"
3723 #~ msgstr "vmசேனல் சாக்கெட்டை இணைக்க முடியவில்லை"
3727 #~ "%s: cannot use -i option with -a, -m, -N, --listen, --remote or --"
3730 #~ "%s: -i விருப்பத்தை -a, -m, --listen, --remote or --selinux உடன் பயன்படுத்த "
3734 #~ msgid "cpio command failed: {error}"
3735 #~ msgstr "கட்டளை தோல்வியுற்றது: %s"
3738 #~ "alloc - allocate an image\n"
3739 #~ " alloc <filename> <size>\n"
3741 #~ " This creates an empty (zeroed) file of the given size,\n"
3742 #~ " and then adds so it can be further examined.\n"
3744 #~ " For more advanced image creation, see qemu-img utility.\n"
3746 #~ " Size can be specified (where <nn> means a number):\n"
3747 #~ " <nn> number of kilobytes\n"
3748 #~ " eg: 1440 standard 3.5\" floppy\n"
3749 #~ " <nn>K or <nn>KB number of kilobytes\n"
3750 #~ " <nn>M or <nn>MB number of megabytes\n"
3751 #~ " <nn>G or <nn>GB number of gigabytes\n"
3752 #~ " <nn>T or <nn>TB number of terabytes\n"
3753 #~ " <nn>P or <nn>PB number of petabytes\n"
3754 #~ " <nn>E or <nn>EB number of exabytes\n"
3755 #~ " <nn>sects number of 512 byte sectors\n"
3757 #~ "alloc - allocate an image\n"
3758 #~ " alloc <filename> <size>\n"
3760 #~ " This creates an empty (zeroed) file of the given size,\n"
3761 #~ " and then adds so it can be further examined.\n"
3763 #~ " For more advanced image creation, see qemu-img utility.\n"
3765 #~ " Size can be specified (where <nn> means a number):\n"
3766 #~ " <nn> number of kilobytes\n"
3767 #~ " eg: 1440 standard 3.5\" floppy\n"
3768 #~ " <nn>K or <nn>KB number of kilobytes\n"
3769 #~ " <nn>M or <nn>MB number of megabytes\n"
3770 #~ " <nn>G or <nn>GB number of gigabytes\n"
3771 #~ " <nn>T or <nn>TB number of terabytes\n"
3772 #~ " <nn>P or <nn>PB number of petabytes\n"
3773 #~ " <nn>E or <nn>EB number of exabytes\n"
3774 #~ " <nn>sects number of 512 byte sectors\n"
3776 #~ msgid "%s: virt-inspector command too long for fixed-size buffer\n"
3777 #~ msgstr "%s: virt-inspector command too long for fixed-size buffer\n"