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-04-24 09:52+0100\n"
11 "PO-Revision-Date: 2010-01-29 13:38+0530\n"
12 "Last-Translator: I. Felix <ifelix@redhat.com>\n"
13 "Language-Team: ta_IN <kde-i18n-doc@kde.org>\n"
16 "Content-Type: text/plain; charset=UTF-8\n"
17 "Content-Transfer-Encoding: 8bit\n"
18 "X-Generator: Lokalize 1.0\n"
19 "Plural-Forms: nplurals=2; plural=n != 1;\n"
21 #: cat/virt-cat.c:57 cat/virt-filesystems.c:99 cat/virt-ls.c:58 df/main.c:70
22 #: fish/fish.c:96 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:123
69 #: df/domains.c:428 df/main.c:136 fish/fish.c:219 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:145
76 #: df/main.c:160 fish/fish.c:276 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 Red Hat Inc.\n"
150 " %s [--options] -d domname file [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: could not connect to libvirt (code %d, domain %d): %s"
193 msgid "%s: could not get number of running domains (code %d, domain %d): %s"
198 msgid "%s: could not list running domains (code %d, domain %d): %s"
203 msgid "%s: could not get number of inactive domains (code %d, domain %d): %s"
208 msgid "%s: could not list inactive domains (code %d, domain %d): %s"
213 msgid "%s: ignoring %s, it has too many disks (%zu > %d)"
219 "%s: display free space on virtual filesystems\n"
220 "Copyright (C) 2010 Red Hat Inc.\n"
222 " %s [--options] -d domname\n"
223 " %s [--options] -a disk.img [-a disk.img ...]\n"
225 " -a|--add image Add image\n"
226 " -c|--connect uri Specify libvirt URI for -d option\n"
227 " --csv Output as Comma-Separated Values\n"
228 " -d|--domain guest Add disks from libvirt guest\n"
229 " --format[=raw|..] Force disk format for -a option\n"
230 " -h|--human-readable Human-readable sizes in --long output\n"
231 " --help Display brief help\n"
232 " -i|--inodes Display inodes\n"
233 " --one-per-guest Separate appliance per guest\n"
234 " --uuid Add UUIDs to --long output\n"
235 " -v|--verbose Verbose messages\n"
236 " -V|--version Display version and exit\n"
237 " -x Trace libguestfs API calls\n"
238 "For more information, see the manpage %s(1).\n"
240 "%s: FUSE module for libguestfs\n"
241 "%s lets you mount a virtual machine filesystem\n"
242 "Copyright (C) 2009 Red Hat Inc.\n"
244 " %s [--options] [-- [--FUSE-options]] mountpoint\n"
246 " -a|--add image Add image\n"
247 " --dir-cache-timeout Set readdir cache timeout (default 5 sec)\n"
248 " --fuse-help Display extra FUSE options\n"
249 " --help Display help message and exit\n"
250 " -m|--mount dev[:mnt] Mount dev on mnt (if omitted, /)\n"
251 " -n|--no-sync Don't autosync\n"
252 " -o|--option opt Pass extra option to FUSE\n"
253 " -r|--ro Mount read-only\n"
254 " --selinux Enable SELinux support\n"
255 " --trace Trace guestfs API calls (to stderr)\n"
256 " -v|--verbose Verbose messages\n"
257 " -V|--version Display version and exit\n"
261 msgid "%s: compiled without support for libvirt.\n"
265 msgid "VirtualMachine"
271 msgstr "ஒரு கோப்புமுறையை செய்"
311 msgid "use 'alloc file size' to create an image\n"
312 msgstr "'கோப்பு அளவை ஒதுக்கீடுவதை' உருவாக்க ஒரு படத்தை பயன்படுத்து \n"
316 msgid "use 'sparse file size' to create a sparse image\n"
317 msgstr "'ஸ்பார்ஸ் கோப்பு அளவை' பயன்படுத்தி ஒரு ஸ்பார்ஸ் படத்தை உருவாக்கு\n"
321 msgid "can't allocate or add disks after launching\n"
322 msgstr "துவங்கிய பின் வட்டுகளை ஒதுக்க அல்லது சேர்க்க முடியவில்லை\n"
326 msgid "%s: invalid integer parameter (%s returned %d)\n"
338 msgid "add a CD-ROM disk image to examine"
339 msgstr "ஒரு CD-ROM வட்டு படத்தை பரிசோதிக்க சேர்க்கவும்"
342 msgid "add the disk(s) from a named libvirt domain"
345 #: fish/cmds.c:2561 fish/cmds.c:2562
346 msgid "add an image to examine or modify"
347 msgstr "ஒரு படத்தை சோதிக்க அல்லது மாற்றியமைக்க சேர்"
350 msgid "add a drive in snapshot mode (read-only)"
351 msgstr "ஸ்னேப்ஷாட் முறைமையில் ஒரு இயக்கியை சேர் (வாசிக்க-மட்டும்)"
354 msgid "add a drive read-only specifying the QEMU block emulation to use"
358 msgid "add a drive specifying the QEMU block emulation to use"
363 msgid "allocate and add a disk file"
364 msgstr "ஒரு ஸ்பார்ஸ் படக்கோப்பை ஒதுக்கீடு"
368 msgid "clear Augeas path"
369 msgstr "ஒரு Augeas பாதையை நீக்கு"
372 msgid "close the current Augeas handle"
373 msgstr "நடப்பு Augeas ஹான்டிலை மூடு"
376 msgid "define an Augeas node"
377 msgstr "ஒரு Augeas முனையை வரையறு"
380 msgid "define an Augeas variable"
381 msgstr "ஒரு Augeas மாறியை வரையறு"
384 msgid "look up the value of an Augeas path"
385 msgstr "ஒரு Augeas பாதையின் மதிப்பை தேடு"
388 msgid "create a new Augeas handle"
389 msgstr "ஒரு புதிய Augeas ஹாண்டிலை உருவாக்கு"
392 msgid "insert a sibling Augeas node"
393 msgstr "ஒரு சகோதர Augeas முனையை நுழை"
396 msgid "load files into the tree"
397 msgstr "மரத்தில் கோப்புகளை ஏற்றவும்"
400 msgid "list Augeas nodes under augpath"
401 msgstr "Augeas முனைகளை augpath கீழ் பட்டியலிடு"
404 msgid "return Augeas nodes which match augpath"
405 msgstr "augpath உடன் பொருந்தும் Augeas முனைகளை கொடுக்கிறது"
408 msgid "move Augeas node"
409 msgstr "Augeas முனையை நகர்த்து"
412 msgid "remove an Augeas path"
413 msgstr "ஒரு Augeas பாதையை நீக்கு"
416 msgid "write all pending Augeas changes to disk"
417 msgstr "வட்டில் அனைத்து மீதமுள்ள Augeas மாற்றங்களை எழுது"
420 msgid "set Augeas path to value"
421 msgstr "மதிப்பிடுவதற்கு Augeas பாதையை அமை"
424 msgid "test availability of some parts of the API"
425 msgstr "APIன் சில பகுதிகளில் சோதனை கிடைக்கப்பெறுகிறது"
429 msgid "return a list of all optional groups"
430 msgstr "inotify நிகழ்வுகளின் பட்டியலைக் கொடுத்தது"
433 msgid "upload base64-encoded data to file"
438 msgid "download file and encode as base64"
439 msgstr "உள்ளமை கணினியில் ஒரு கோப்பினை பதிவிறக்கு"
442 msgid "flush device buffers"
443 msgstr "ஃப்ளஷ் சாதன பஃப்பர்"
446 msgid "get blocksize of block device"
447 msgstr "தடுப்பு சாதனத்திற்கான தடுப்பு அளவை பெறு "
450 msgid "is block device set to read-only"
451 msgstr "தொகுதி சாதனம்மை வாசிக்க மட்டும் அமை"
454 msgid "get total size of device in bytes"
455 msgstr "பைட்டுகளில் மொத்த சாதனத்தின் அளவை பெறு"
458 msgid "get sectorsize of block device"
459 msgstr "தொகுதி சாதனத்திற்கான செக்டர் அளவைப் பெறு"
462 msgid "get total size of device in 512-byte sectors"
463 msgstr "512-பைட் செக்கடரிகளில் சாதனத்தின் மொத்த அளவை பெறு"
466 msgid "reread partition table"
467 msgstr "பகர்வு அட்டவணையை மீண்டும்வாசி"
470 msgid "set blocksize of block device"
471 msgstr "தொகுதி சாதனத்திற்கான தொகுதியளவை அமை"
474 msgid "set block device to read-only"
475 msgstr "தொகுதி சாதனத்தை வாசிக்க மட்டும் அமை"
478 msgid "set block device to read-write"
479 msgstr "தொகுதி சாதனத்தை வாசிக்க-எழுதுவதற்கு அமை"
482 msgid "return true path on case-insensitive filesystem"
483 msgstr "return true path on case-insensitive filesystem"
486 msgid "list the contents of a file"
487 msgstr "ஒரு கோப்பின் உள்ளடக்கங்களின் பட்டியல்"
490 msgid "compute MD5, SHAx or CRC checksum of file"
491 msgstr "MD5, SHAx அல்லது CRC checksumஐ கணக்கிடு"
495 msgid "compute MD5, SHAx or CRC checksum of the contents of a device"
496 msgstr "MD5, SHAx அல்லது CRC checksumஐ கணக்கிடு"
500 msgid "compute MD5, SHAx or CRC checksum of files in a directory"
501 msgstr "MD5, SHAx அல்லது CRC checksumஐ கணக்கிடு"
504 msgid "change file mode"
505 msgstr "கோப்பு முறைமையை மாற்று"
507 #: fish/cmds.c:2601 fish/cmds.c:2717
508 msgid "change file owner and group"
509 msgstr "கோப்பு உரிமையாளர் மற்றும் குழுவை மாற்று"
512 msgid "run a command from the guest filesystem"
513 msgstr "விருந்தினர் கோப்புமுறைமையிலிருந்து ஒரு கட்டளையை இயக்கு"
516 msgid "run a command, returning lines"
517 msgstr "திரும்பிவரும் வரிகளிலிருந்து, ஒரு கட்டளையை இயக்கு"
520 msgid "add qemu parameters"
521 msgstr "qemu அளவுருக்களை சேர்"
525 msgid "copy local files or directories into an image"
526 msgstr "மரத்தில் கோப்புகளை ஏற்றவும்"
530 msgid "copy remote files or directories out of an image"
531 msgstr "மரத்தில் கோப்புகளை ஏற்றவும்"
535 msgid "copy size bytes from source to destination using dd"
536 msgstr "ddஐ பயன்படுத்தும் இலக்கை மூலத்திலிருந்து நகலெடு"
540 msgstr "ஒரு கோப்பினை நகலெடு"
543 msgid "copy a file or directory recursively"
544 msgstr "ஒரு கோப்பு அல்லது அடைவை மறுபடியும் நகலெடு"
547 msgid "copy from source to destination using dd"
548 msgstr "ddஐ பயன்படுத்தும் இலக்கை மூலத்திலிருந்து நகலெடு"
551 msgid "debugging and internals"
552 msgstr "பிழைத்திருத்தம் மற்றும் உள்ளார்ந்தவை"
556 msgid "debug the QEMU command line (internal use only)"
557 msgstr "உள்ளமை கணினியிலிருந்து ஒரு கோப்பை மேம்படுத்து"
561 msgid "upload a file to the appliance (internal use only)"
562 msgstr "உள்ளமை கணினியிலிருந்து ஒரு கோப்பை மேம்படுத்து"
565 msgid "report file system disk space usage"
566 msgstr "கோப்புமுறைமை வட்டு இடப் பயன்பாட்டை அறிக்கையிடு"
569 msgid "report file system disk space usage (human readable)"
570 msgstr "கோப்புமுறைமை வட்டு இடப் பயன்பாட்டை அறிக்கையிடு (வாசிக்கக்கூடிய)"
573 msgid "return kernel messages"
574 msgstr "கெர்னல் செய்திகளை திருப்பு"
577 msgid "download a file to the local machine"
578 msgstr "உள்ளமை கணினியில் ஒரு கோப்பினை பதிவிறக்கு"
582 msgid "download a file to the local machine with offset and size"
583 msgstr "உள்ளமை கணினியில் ஒரு கோப்பினை பதிவிறக்கு"
586 msgid "drop kernel page cache, dentries and inodes"
587 msgstr "drop kernel page cache, dentries and inodes"
590 msgid "estimate file space usage"
591 msgstr "கோப்பு இடைவெளிப் பயன்பாட்டை மதிப்பிடு"
594 msgid "check an ext2/ext3 filesystem"
595 msgstr "ஒரு ext2/ext3 கோப்புமுறையை சரிபார்"
598 msgid "display a line of text"
599 msgstr "உரையின் ஒரு வரியைக் காட்டு"
602 msgid "echo arguments back to the client"
603 msgstr "எதிரொலி விவாதங்கள் க்ளையன்ட்டுக்குவருகிறது"
608 msgstr "ஒரு கோப்பினை வாசி"
610 #: fish/cmds.c:2625 fish/cmds.c:2626 fish/cmds.c:2631 fish/cmds.c:2632
611 #: fish/cmds.c:2665 fish/cmds.c:2666 fish/cmds.c:2910 fish/cmds.c:2911
612 #: fish/cmds.c:2915 fish/cmds.c:2916 fish/cmds.c:2918 fish/cmds.c:2919
613 msgid "return lines matching a pattern"
614 msgstr "திரும்பும் வரிகள் ஒரு பாணியில் பொருந்துகிறது"
617 msgid "test if two files have equal contents"
618 msgstr "இரண்டு கோப்புகள் சமமான உள்ளடக்கங்களைப் பெற்றிருந்தால் அவற்றை பரசோதி"
621 msgid "test if file or directory exists"
622 msgstr "அடைவைப் பெற்றிருந்தால் கோப்பினை பர்சோதி"
624 #: fish/cmds.c:2629 fish/cmds.c:2630
625 msgid "preallocate a file in the guest filesystem"
626 msgstr "விருந்தினர் கோப்புமுறைமையில் ஒரு கோப்பை முன் ஒதுக்கீடவும்"
629 msgid "determine file type"
630 msgstr "கோப்பு வகையை வரைநறு"
633 msgid "detect the architecture of a binary file"
638 msgid "return the size of the file in bytes"
639 msgstr "பைட்டுகளில் மொத்த சாதனத்தின் அளவை பெறு"
642 msgid "fill a file with octets"
643 msgstr "ஆக்டெட்ஸ் உடன் ஒரு கோப்பை நிரப்பு"
647 msgid "fill a file with a repeating pattern of bytes"
648 msgstr "ஆக்டெட்ஸ் உடன் ஒரு கோப்பை நிரப்பு"
651 msgid "find all files and directories"
652 msgstr "அனைத்து கோப்புகள் மற்றும் அடைவுகளை தேடு"
655 msgid "find all files and directories, returning NUL-separated list"
657 "அனைத்து கோப்புகள் மற்றும் அடைவுகளை தேடு, NUL-பிரிக்கப்பட்ட பட்டியலிருந்து திரும்புகிறது"
661 msgid "find a filesystem by label"
662 msgstr "ext2/3/4 கோப்புமுறைமை லேபிலைப் பெறு"
666 msgid "find a filesystem by UUID"
667 msgstr "ext2/3/4 கோப்புமுறை UUIDஐ பெறு"
670 msgid "run the filesystem checker"
671 msgstr "மோப்புமுறை சாரிகாட்டியை இயக்கு"
674 msgid "get the additional kernel options"
675 msgstr "கூடுதல் கெர்னல் விருப்பங்களை பெறு"
679 msgid "get the attach method"
680 msgstr "தேடும் பாதையை பெறு"
683 msgid "get autosync mode"
684 msgstr "தானியக்கஒத்திசை முறையையை பொறு"
687 msgid "get direct appliance mode flag"
688 msgstr "நேரடி பயன்பாட்டு முறைமை கொடியை பெறு"
691 msgid "get the ext2/3/4 filesystem label"
692 msgstr "ext2/3/4 கோப்புமுறைமை லேபிலைப் பெறு"
695 msgid "get the ext2/3/4 filesystem UUID"
696 msgstr "ext2/3/4 கோப்புமுறை UUIDஐ பெறு"
699 msgid "get memory allocated to the qemu subprocess"
700 msgstr "qemu துணைசெயல்பாட்டிற்கு ஒதுக்கப்பட்ட நினைவகத்தை பெறவும்"
704 msgid "get enable network flag"
705 msgstr "SELinux செயல்படுத்தப்பட்ட கொடியைப் பெறு"
708 msgid "get the search path"
709 msgstr "தேடும் பாதையை பெறு"
712 msgid "get PID of qemu subprocess"
713 msgstr "PID ஐ qemu துணைசெயல்பாட்டில் பெறு"
716 msgid "get the qemu binary"
717 msgstr "qemu பைனரியை பெறு"
720 msgid "get recovery process enabled flag"
721 msgstr "செயல்படக்கூடிய கொடிக்கு திரும்பப்பெற்ற செயல்பாட்டை பெறவும்"
724 msgid "get SELinux enabled flag"
725 msgstr "SELinux செயல்படுத்தப்பட்ட கொடியைப் பெறு"
728 msgid "get the current state"
729 msgstr "நடப்பு நிலையை பெறு"
732 msgid "get command trace enabled flag"
733 msgstr "get command trace enabled flag"
737 msgid "get the current umask"
738 msgstr "நடப்பு நிலையை பெறு"
741 msgid "get verbose mode"
742 msgstr "வெர்போஸ் முறைமையைப் பெறு"
745 msgid "get SELinux security context"
746 msgstr "SELinux பாதுகாப்பு உரையை பெறு"
748 #: fish/cmds.c:2661 fish/cmds.c:2718
749 msgid "get a single extended attribute"
752 #: fish/cmds.c:2662 fish/cmds.c:2719
753 msgid "list extended attributes of a file or directory"
754 msgstr "ஒரு கோப்பு அல்லது அடைவின் விரிவாக்கப்பட்ட தன்மைகளை பட்டியலிடு"
757 msgid "expand wildcards in command"
758 msgstr "கட்டளையில் வைல்கார்ட்டை விவரி"
761 msgid "expand a wildcard path"
762 msgstr "ஒரு வில்கார்ட் பாதையை விரிக்கவும்"
766 msgstr "GRUBஐ நிறுவு"
769 msgid "return first 10 lines of a file"
770 msgstr "ஒரு கோப்பின் முதல் 10 வரிகளை திருப்பு"
773 msgid "return first N lines of a file"
774 msgstr "ஒரு கோப்பின் முதல் N வரிகளை திருப்பு "
777 msgid "dump a file in hexadecimal"
778 msgstr "ஹெக்ஸா தசமத்தில் ஒரு கோப்பை அழுத்து"
781 msgid "edit with a hex editor"
786 msgid "list the contents of a single file in an initrd"
787 msgstr "ஒரு கோப்பின் உள்ளடக்கங்களின் பட்டியல்"
790 msgid "list files in an initrd"
791 msgstr "ஒரு initrdல் கோப்புகளைப் பட்டியலிடு"
794 msgid "add an inotify watch"
795 msgstr "ஒரு inotify கடிகாரத்தைச் சேர்"
798 msgid "close the inotify handle"
799 msgstr "inotify ஹாண்டிலை மூடு"
802 msgid "return list of watched files that had events"
803 msgstr "கவனிக்கப்பட்ட கோப்புகளிலிருந்து திரும்பிய பட்டியல்கள் நிகழ்வுகளைப் பெற்றிருந்தது"
806 msgid "create an inotify handle"
807 msgstr "ஒரு inotify ஹாண்டிலை உருவாக்கு"
810 msgid "return list of inotify events"
811 msgstr "inotify நிகழ்வுகளின் பட்டியலைக் கொடுத்தது"
814 msgid "remove an inotify watch"
815 msgstr "ஒரு inotify கடிகாரத்தை நீக்கு"
818 msgid "get architecture of inspected operating system"
822 msgid "get distro of inspected operating system"
826 msgid "get drive letter mappings"
830 msgid "get filesystems associated with inspected operating system"
834 msgid "get format of inspected operating system"
838 msgid "get hostname of the operating system"
842 msgid "get major version of inspected operating system"
846 msgid "get minor version of inspected operating system"
850 msgid "get mountpoints of inspected operating system"
854 msgid "get package format used by the operating system"
858 msgid "get package management tool used by the operating system"
862 msgid "get product name of inspected operating system"
866 msgid "get product variant of inspected operating system"
870 msgid "return list of operating systems found by last inspection"
874 msgid "get type of inspected operating system"
878 msgid "get Windows CurrentControlSet of inspected operating system"
882 msgid "get Windows systemroot of inspected operating system"
886 msgid "get live flag for install disk"
890 msgid "get multipart flag for install disk"
894 msgid "get netinst (network installer) flag for install disk"
898 msgid "get list of applications installed in the operating system"
902 msgid "inspect disk and return list of operating systems found"
907 msgid "test if block device"
908 msgstr "தடுப்பு சாதனங்களின் பட்டியல்"
911 msgid "is busy processing a command"
912 msgstr "ஒரு கட்டளையை செயல்படுத்துவதில் பிஸியாக உள்ளது"
916 msgid "test if character device"
917 msgstr "தொகுதி , எழுத்து அல்லது FIFO சாதனங்களுக்காக செய்"
920 msgid "is in configuration state"
921 msgstr "அது கட்டமைப்பு நிலையில் உள்ளது"
925 msgid "test if a directory"
926 msgstr "ஒரு அடைவினை உருவாக்கு"
930 msgid "test if FIFO (named pipe)"
931 msgstr "FIFOஐ செய் (pipe என்று பெயரிடப்பட்டது)"
934 msgid "test if a regular file"
938 msgid "is launching subprocess"
939 msgstr "துணை செயல்பாடுகள் துவங்குகிறது"
943 msgid "test if device is a logical volume"
944 msgstr "ஒரு LVM வரைகலை தொகுதியை மறுஅளவிடு"
947 msgid "is ready to accept commands"
948 msgstr "கட்டளையை ஏற்பதற்கு தயாராக உள்ளது"
952 msgid "test if socket"
953 msgstr "டொமைன் சாக்கெட்டிற்கு எழுது"
957 msgid "test if symbolic link"
958 msgstr "ஒரு symbolic இணைப்பை உருவாக்கு"
961 msgid "kill the qemu subprocess"
962 msgstr "qemu துணைசெயல்பாடுகளை அழி"
965 msgid "launch the qemu subprocess"
966 msgstr "qemu துணை செயல்பாட்டை துவக்கு"
970 msgid "change working directory"
971 msgstr "உள்ளமை மாற்று அடைவு"
974 msgid "list the block devices"
975 msgstr "தடுப்பு சாதனங்களின் பட்டியல்"
979 msgid "list filesystems"
980 msgstr "ஒரு கோப்புமுறையை செய்"
983 msgid "list the partitions"
984 msgstr "பகிர்வுகளின் பட்டியல்"
987 msgid "list the files in a directory (long format)"
988 msgstr "ஒரு அடைவில் கோப்புகளை பட்டியலிடு (நீண்ட வடிவில்)"
990 #: fish/cmds.c:2724 fish/cmds.c:2725
991 msgid "create a hard link"
992 msgstr "ஒரு வன் இணைப்பை உருவாக்கு"
994 #: fish/cmds.c:2726 fish/cmds.c:2727
995 msgid "create a symbolic link"
996 msgstr "ஒரு symbolic இணைப்பை உருவாக்கு"
998 #: fish/cmds.c:2728 fish/cmds.c:2819
999 msgid "remove extended attribute of a file or directory"
1000 msgstr "ஒரு கோப்பு அல்லது அடைவின் விரிவாக்கப்பட்ட தன்மையை நீக்கு"
1003 msgid "list the files in a directory"
1004 msgstr "ஒரு அடைவிலுள்ள கோப்புகளின் பட்டியல்"
1006 #: fish/cmds.c:2730 fish/cmds.c:2846
1007 msgid "set extended attribute of a file or directory"
1008 msgstr "ஒரு கோப்பு அல்லது அடைவின் விரிவாக்கப்பட்ட தன்மையை அமை"
1011 msgid "get file information for a symbolic link"
1012 msgstr "ஒரு symbolic இணைப்பிற்கான கோப்பு தகவலைப் பெறு"
1015 msgid "lstat on multiple files"
1016 msgstr "பல கோப்புகளிலுள்ள lstat "
1020 msgid "add a key on a LUKS encrypted device"
1021 msgstr "தொகுதி சாதனத்தை வாசிக்க மட்டும் அமை"
1025 msgid "close a LUKS device"
1026 msgstr "சாதனத்தில் ஸ்வாப்பை செயல்படுத்து "
1028 #: fish/cmds.c:2735 fish/cmds.c:2736
1029 msgid "format a block device as a LUKS encrypted device"
1033 msgid "remove a key from a LUKS encrypted device"
1037 msgid "open a LUKS-encrypted block device"
1042 msgid "open a LUKS-encrypted block device read-only"
1043 msgstr "தொகுதி சாதனத்தை வாசிக்க மட்டும் அமை"
1047 msgid "create an LVM logical volume"
1048 msgstr "ஒரு LVM வரைகலை தொகுதியை நீக்கு"
1051 msgid "get canonical name of an LV"
1055 msgid "clear LVM device filter"
1059 msgid "remove all LVM LVs, VGs and PVs"
1060 msgstr "அனைத்து LVM LVs, VGs மற்றும் PVsஐ நீக்கு"
1063 msgid "set LVM device filter"
1067 msgid "remove an LVM logical volume"
1068 msgstr "ஒரு LVM வரைகலை தொகுதியை நீக்கு"
1072 msgid "rename an LVM logical volume"
1073 msgstr "ஒரு LVM வரைகலை தொகுதியை நீக்கு"
1076 msgid "resize an LVM logical volume"
1077 msgstr "ஒரு LVM வரைகலை தொகுதியை மறுஅளவிடு"
1080 msgid "expand an LV to fill free space"
1083 #: fish/cmds.c:2749 fish/cmds.c:2750
1084 msgid "list the LVM logical volumes (LVs)"
1085 msgstr "LVM வலைகலை தொகுதிகளை பட்டியலிடு (LVs)"
1089 msgid "get the UUID of a logical volume"
1090 msgstr "LVM வலைகலை தொகுதிகளை பட்டியலிடு (LVs)"
1093 msgid "lgetxattr on multiple files"
1094 msgstr "lgetxattr ல் பல கோப்புகள்"
1097 msgid "open the manual"
1101 msgid "create a directory"
1102 msgstr "ஒரு அடைவினை உருவாக்கு"
1105 msgid "create a directory with a particular mode"
1106 msgstr "ஒரு முக்கிய முறைமையை ஒரு அடைவுடன் உருவாக்கு"
1109 msgid "create a directory and parents"
1110 msgstr "ஒரு அடைவு மற்றும் பொற்றோர்களை உருவாக்கு"
1113 msgid "create a temporary directory"
1114 msgstr "ஒரு தற்காலிக அடைவினை உருவாக்கு"
1116 #: fish/cmds.c:2758 fish/cmds.c:2759 fish/cmds.c:2760
1117 msgid "make ext2/3/4 filesystem with external journal"
1118 msgstr "ext2/3/4 கோப்புமுறையை வெளிப்புற ஜர்னலுடன் உருவாக்குகிறது"
1121 msgid "make ext2/3/4 external journal"
1122 msgstr "ext2/3/4ஐ வெளிப்புற ஜர்னலுடன் செய்யவும்"
1125 msgid "make ext2/3/4 external journal with label"
1126 msgstr "ext2/3/4 லேபிலுடன் வெளிப்புற ஜர்னலை உருவாக்குகிறது"
1129 msgid "make ext2/3/4 external journal with UUID"
1130 msgstr "ext2/3/4 UUID உடன் வெளிப்புள ஜர்னலை உருவாக்குகிறது"
1133 msgid "make FIFO (named pipe)"
1134 msgstr "FIFOஐ செய் (pipe என்று பெயரிடப்பட்டது)"
1136 #: fish/cmds.c:2765 fish/cmds.c:2767
1137 msgid "make a filesystem"
1138 msgstr "ஒரு கோப்புமுறையை செய்"
1141 msgid "make a filesystem with block size"
1142 msgstr "ஒரு கோப்புமுறையை தடுப்பு அளவுடன் செய்"
1145 msgid "create a mountpoint"
1146 msgstr "ஒரு ஏறும்புள்ளியை உருவாக்கு"
1149 msgid "make block, character or FIFO devices"
1150 msgstr "தொகுதி , எழுத்து அல்லது FIFO சாதனங்களுக்காக செய்"
1153 msgid "make block device node"
1154 msgstr "தொகுதி சாதன முனையை செய்"
1157 msgid "make char device node"
1158 msgstr "எழுத்துச் சாதன முனையைசெ செய்"
1161 msgid "create a swap partition"
1162 msgstr "ஒரு ஸ்வாப் பகிர்வை உருவாக்கு"
1165 msgid "create a swap partition with a label"
1166 msgstr "ஒரு ஸ்வாப் பகிர்வை ஒரு லேபிலுடன் உருவாக்கு"
1169 msgid "create a swap partition with an explicit UUID"
1170 msgstr "ஒரு தெளிவான UUID உடன் ஒரு ஸ்வாப் பகிர்வை உருவாக்கு"
1173 msgid "create a swap file"
1174 msgstr "ஒரு ஸ்வாப் கோப்பை உருவாக்கு"
1177 msgid "load a kernel module"
1178 msgstr "ஒரு கெர்னல் தொகுதியை உருவாக்கு"
1183 msgstr "ஒரு கோப்பினை நகர்த்து"
1186 msgid "mount a guest disk at a position in the filesystem"
1187 msgstr "கோப்புமுறைமையிலுள்ள இடத்தில் விருந்தினர் வட்டை ஏற்று"
1190 msgid "mount a file using the loop device"
1191 msgstr "லூப் சாதனத்தை பயன்படுத்தி ஒரு கோப்பை ஏற்றுகிறது"
1194 msgid "mount a guest disk with mount options"
1195 msgstr "ஏறும் விருப்பங்களுடன் ஒரு விருந்தினர் வட்டை ஏற்று"
1198 msgid "mount a guest disk, read-only"
1199 msgstr "விருப்பங்களுடன் ஒரு விருந்தினர் வட்டை ஏற்று, வாசிக்க-மட்டும்"
1202 msgid "mount a guest disk with mount options and vfstype"
1203 msgstr "mount a guest disk with mount options and vfstype"
1206 msgid "show mountpoints"
1207 msgstr "ஏற்ம்புள்ளிகளைக் காட்டு"
1210 msgid "show mounted filesystems"
1211 msgstr "ஏறிய கோப்புமுறைகளைக் காட்டு"
1215 msgstr "ஒரு கோப்பினை நகர்த்து"
1218 msgid "probe NTFS volume"
1219 msgstr "NTFS தொகுதியை ஆய்வு செய்"
1223 msgid "resize an NTFS filesystem"
1224 msgstr "ஒரு ext2/ext3 கோப்புமுறைமையை மறுஅளவிடு"
1228 msgid "resize an NTFS filesystem (with size)"
1229 msgstr "ஒரு ext2/ext3 கோப்புமுறைமையை மறுஅளவிடு"
1232 msgid "add a partition to the device"
1233 msgstr "ஒரு பகிர்வை சாதனத்தில் சேர்"
1237 msgid "delete a partition"
1238 msgstr "ஒரு ஸ்வாப் பகிர்வை உருவாக்கு"
1241 msgid "partition whole disk with a single primary partition"
1242 msgstr "ஒரு ஒற்றை முதன்மை பகிர்வுடன் மொத்த வட்டை பகிர்வு செய்"
1246 msgid "return true if a partition is bootable"
1247 msgstr "பகர்வு அட்டவணையை மீண்டும்வாசி"
1250 msgid "get the MBR type byte (ID byte) from a partition"
1254 msgid "get the partition table type"
1255 msgstr "பகிர்வு அட்டவணை வகையை பெறு"
1258 msgid "create an empty partition table"
1259 msgstr "ஒரு காலி பகிர்வு அட்டவணையை உருவாக்கு"
1262 msgid "list partitions on a device"
1263 msgstr "ஒரு சாதனத்தின் பகிர்வுகளின் பட்டியல்"
1266 msgid "make a partition bootable"
1267 msgstr "ஒரு துவக்கக்கூடிய பகிர்வை உருவாக்கு"
1270 msgid "set the MBR type byte (ID byte) of a partition"
1274 msgid "set partition name"
1275 msgstr "பகிர்வு பெயரை அமை"
1279 msgid "convert partition name to device name"
1280 msgstr "ஒரு தொகுதி சாதனத்திற்கு பகிர்வுகளை உருவாக்கு"
1283 msgid "ping the guest daemon"
1284 msgstr "விருந்தினர் டொமைனை பிங் செய்"
1287 msgid "read part of a file"
1288 msgstr "ஒரு கோப்பின் பகுதியை வாசி"
1292 msgid "read part of a device"
1293 msgstr "ஒரு கோப்பின் பகுதியை வாசி"
1296 msgid "create an LVM physical volume"
1297 msgstr "ஒரு LVM பருநிலை தொகுதியை உருவாக்கு"
1300 msgid "remove an LVM physical volume"
1301 msgstr "ஒரு LVM பருநிலை தொகுதியை உருவாக்கு"
1304 msgid "resize an LVM physical volume"
1305 msgstr "ஒரு LVM பருநிலை தொகுதியை மறுஅளவிடு"
1309 msgid "resize an LVM physical volume (with size)"
1310 msgstr "ஒரு LVM பருநிலை தொகுதியை மறுஅளவிடு"
1312 #: fish/cmds.c:2808 fish/cmds.c:2809
1313 msgid "list the LVM physical volumes (PVs)"
1314 msgstr "LVM பருநிலை தொகுதிகளின் பட்டியல் (PVs)"
1318 msgid "get the UUID of a physical volume"
1319 msgstr "ஒரு LVM பருநிலை தொகுதியை உருவாக்கு"
1323 msgid "write to part of a file"
1324 msgstr "ஒரு கோப்பின் பகுதியை வாசி"
1328 msgid "write to part of a device"
1329 msgstr "ஒரு கோப்பின் பகுதியை வாசி"
1333 msgstr "ஒரு கோப்பினை வாசி"
1336 msgid "read file as lines"
1337 msgstr "கோப்பினை வரிகளாக வாசி"
1340 msgid "read directories entries"
1341 msgstr "அடைவுகளின் உள்ளீட்டை வாசி"
1344 msgid "read the target of a symbolic link"
1345 msgstr "ஒரு symbolic இணைப்பின் இலக்கை வாசி"
1348 msgid "readlink on multiple files"
1349 msgstr "பல கோப்புகளின் வாசிக்கும் இணைப்பு"
1352 msgid "canonicalized absolute pathname"
1353 msgstr "canonicalized absolute pathname"
1356 msgid "close and reopen libguestfs handle"
1357 msgstr "libguestfs ஹாண்டிலை மூடு மற்றும் மறுபடி திற"
1361 msgid "resize an ext2, ext3 or ext4 filesystem"
1362 msgstr "ஒரு ext2/ext3 கோப்புமுறைமையை மறுஅளவிடு"
1366 msgid "resize an ext2, ext3 or ext4 filesystem to the minimum size"
1367 msgstr "ஒரு ext2/ext3 கோப்புமுறைமையை மறுஅளவிடு"
1371 msgid "resize an ext2, ext3 or ext4 filesystem (with size)"
1372 msgstr "ஒரு ext2/ext3 கோப்புமுறைமையை மறுஅளவிடு"
1375 msgid "remove a file"
1376 msgstr "ஒரு கோப்பினை நீக்கு"
1379 msgid "remove a file or directory recursively"
1380 msgstr "மறுபடியும் ஒரு கோப்பு அல்லது அடைவை நீக்கு"
1383 msgid "remove a directory"
1384 msgstr "ஒரு அடைவினை நீக்கு"
1387 msgid "remove a mountpoint"
1388 msgstr "ஒரு ஏறும்புள்ளியை நீக்கு"
1391 msgid "scrub (securely wipe) a device"
1392 msgstr "ஒரு சாதனத்தை (பாதுகாப்பாக துடை) துடை"
1395 msgid "scrub (securely wipe) a file"
1396 msgstr "ஒரு கோப்பை (பாதுகாப்பாக துடை) துடை"
1399 msgid "scrub (securely wipe) free space"
1400 msgstr "காலியான இடத்தை (பாதுகாப்பாக துடை) துடை"
1403 msgid "add options to kernel command line"
1404 msgstr "கெர்னல் கட்டளை வரிக்கு விருப்பங்களைச் சேர்"
1408 msgid "set the attach method"
1409 msgstr "தேடும் பாதையை அமை"
1412 msgid "set autosync mode"
1413 msgstr "தானியங்கு ஒத்திணை முறையை அமை"
1416 msgid "enable or disable direct appliance mode"
1417 msgstr "நேரடி பயன்பாடு முறைமையை செயல்படுத்து அல்லது செயல்நீக்கு"
1420 msgid "set the ext2/3/4 filesystem label"
1421 msgstr "ext2/3/4 கோப்புமுறைமை லேபிலை அமை"
1424 msgid "set the ext2/3/4 filesystem UUID"
1425 msgstr "ext2/3/4 கோப்புமுறைமை UUIDஐ அமை"
1428 msgid "set memory allocated to the qemu subprocess"
1429 msgstr "qemu துணைசெயல்பாட்டிற்கு ஒதுக்கப்பட்ட நினைவகத்தை அமை"
1432 msgid "set enable network flag"
1436 msgid "set the search path"
1437 msgstr "தேடும் பாதையை அமை"
1440 msgid "set the qemu binary"
1441 msgstr "qemu பைனரியை அமை"
1444 msgid "enable or disable the recovery process"
1445 msgstr "enable or disable the recovery process"
1448 msgid "set SELinux enabled or disabled at appliance boot"
1449 msgstr "set SELinux enabled or disabled at appliance boot"
1452 msgid "enable or disable command traces"
1453 msgstr "enable or disable command traces"
1456 msgid "set verbose mode"
1457 msgstr "வெர்போஸ் முறைமையை அமை"
1460 msgid "set SELinux security context"
1461 msgstr "SELinux பாதுகாப்பு உரையை அமை"
1463 #: fish/cmds.c:2847 fish/cmds.c:2848
1464 msgid "create partitions on a block device"
1465 msgstr "ஒரு தொகுதி சாதனத்திற்கு பகிர்வுகளை உருவாக்கு"
1468 msgid "modify a single partition on a block device"
1469 msgstr "ஒரு தொருதி சாதனத்தில் ஒரு ஒற்றை பகிர்வை மாற்றியமை"
1472 msgid "display the disk geometry from the partition table"
1473 msgstr "display the disk geometry from the partition table"
1476 msgid "display the kernel geometry"
1477 msgstr "கெர்னல் வடிவியலைக் காட்டு"
1480 msgid "display the partition table"
1481 msgstr "பகிர்வு அட்டவணையைக் காட்டு"
1484 msgid "run a command via the shell"
1485 msgstr "ஷெல் வழியாக ஒரு கட்டளையைக் காட்டு"
1488 msgid "run a command via the shell returning lines"
1489 msgstr "ஷெல் வழியாக கொடுக்கும் வரிகளுக்கு ஒரு கட்டளையை இயக்கு"
1492 msgid "sleep for some seconds"
1493 msgstr "சில விநாடிகளுக்கு ஓய்வெடு"
1497 msgid "create a sparse disk image and add"
1498 msgstr "ஒரு ஸ்பார்ஸ் படக்கோப்பை ஒதுக்கீடு"
1501 msgid "get file information"
1502 msgstr "கோப்பு தகவலைப் பெறு"
1505 msgid "get file system statistics"
1506 msgstr "கோப்புமுறைமையின் புள்ளிவிவரத்தைப் பெறு"
1508 #: fish/cmds.c:2859 fish/cmds.c:2860
1509 msgid "print the printable strings in a file"
1510 msgstr "ஒரு கோப்பில் அச்சடிடக்கூடிய சரங்களை அச்சிடு"
1514 msgid "list supported groups of commands"
1515 msgstr "கட்டளையை ஏற்பதற்கு தயாராக உள்ளது"
1518 msgid "disable swap on device"
1519 msgstr "சாதனத்தில் ஸ்வாப்பை செயல்நீக்கு"
1522 msgid "disable swap on file"
1523 msgstr "கோப்பில் ஸ்வாப்பை செயல்நீக்கு"
1526 msgid "disable swap on labeled swap partition"
1527 msgstr "லேபிலிடப்பட்ட ஸ்வாப் பகிர்வில் ஸ்வாப்பை செயல்நீக்கு"
1530 msgid "disable swap on swap partition by UUID"
1531 msgstr "ஸ்வாப் பகிர்வில் UUID படி ஸ்வாப்பை செயல்நீக்கு"
1534 msgid "enable swap on device"
1535 msgstr "சாதனத்தில் ஸ்வாப்பை செயல்படுத்து "
1538 msgid "enable swap on file"
1539 msgstr "கொப்பில் ஸ்வாப்பை செயல்படுத்து"
1542 msgid "enable swap on labeled swap partition"
1543 msgstr "லேபிலிடப்பட்ட ஸ்வாப் பகிர்வில் ஸ்வாப்பை செயல்படுத்து"
1546 msgid "enable swap on swap partition by UUID"
1547 msgstr "enable swap on swap partition by UUID"
1550 msgid "sync disks, writes are flushed through to the disk image"
1551 msgstr "sync disks, writes are flushed through to the disk image"
1554 msgid "return last 10 lines of a file"
1555 msgstr "ஒரு கோப்பின் கடைசி10 வரிகளை கொடுத்தது"
1558 msgid "return last N lines of a file"
1559 msgstr "ஒரு கோப்பின் கடைசி N வரிகளை கொடுத்தது"
1562 msgid "unpack tarfile to directory"
1563 msgstr "unpack tarfile to directory"
1566 msgid "pack directory into tarfile"
1567 msgstr "pack directory into tarfile"
1569 #: fish/cmds.c:2875 fish/cmds.c:2882
1570 msgid "unpack compressed tarball to directory"
1571 msgstr "unpack compressed tarball to directory"
1573 #: fish/cmds.c:2876 fish/cmds.c:2883
1574 msgid "pack directory into compressed tarball"
1575 msgstr "pack directory into compressed tarball"
1579 msgid "print elapsed time taken to run a command"
1580 msgstr "கட்டளையை இயக்குவதற்கு எடுத்துக் கொண்ட நேரத்தை அளவிடு"
1583 msgid "update file timestamps or create a new file"
1584 msgstr "கோப்பு நேரஸ்டேம்ப்புக்களை மேம்படுத்து அல்லது ஒரு புதிய கோப்பை உருவாக்கு"
1587 msgid "truncate a file to zero size"
1588 msgstr "ஒரு கோப்பினை பூஜ்ஜிய அளவுக்கு வெட்டிக் குறை"
1591 msgid "truncate a file to a particular size"
1592 msgstr "ஒரு கோப்பினில் ஒரு குறிப்பிட்ட அளவை வெட்டிக் குறை"
1595 msgid "get ext2/ext3/ext4 superblock details"
1596 msgstr "ext2/ext3/ext4 சிறந்த தொகுதி விவரங்களை பெறு"
1599 msgid "set file mode creation mask (umask)"
1600 msgstr "set file mode creation mask (umask)"
1603 msgid "unmount a filesystem"
1604 msgstr "ஏற முடியாத ஒரு கோப்புமுறைமை"
1607 msgid "unmount all filesystems"
1608 msgstr "ஏறாத அனைத்து கோப்புமுறைமை"
1611 msgid "upload a file from the local machine"
1612 msgstr "உள்ளமை கணினியிலிருந்து ஒரு கோப்பை மேம்படுத்து"
1616 msgid "upload a file from the local machine with offset"
1617 msgstr "உள்ளமை கணினியிலிருந்து ஒரு கோப்பை மேம்படுத்து"
1620 msgid "set timestamp of a file with nanosecond precision"
1621 msgstr "set timestamp of a file with nanosecond precision"
1624 msgid "get the library version number"
1625 msgstr "நூலக பதிப்பு எண்ணிக்கையை பெறு"
1629 msgid "get the filesystem label"
1630 msgstr "ext2/3/4 கோப்புமுறைமை லேபிலைப் பெறு"
1633 msgid "get the Linux VFS type corresponding to a mounted device"
1634 msgstr "get the Linux VFS type corresponding to a mounted device"
1638 msgid "get the filesystem UUID"
1639 msgstr "ext2/3/4 கோப்புமுறை UUIDஐ பெறு"
1642 msgid "activate or deactivate some volume groups"
1643 msgstr "சில தொகுதி குழுக்களையும் செயற்படுத்து அல்லது செயல்நீக்கு"
1646 msgid "activate or deactivate all volume groups"
1647 msgstr "அனைத்து தொகுதி குழுக்களையும் செயற்படுத்து அல்லது செயல்நீக்கு"
1650 msgid "create an LVM volume group"
1651 msgstr "ஒரு LVM தொகுதி குழுவினை உருவாக்கு"
1654 msgid "get the LV UUIDs of all LVs in the volume group"
1658 msgid "get the PV UUIDs containing the volume group"
1662 msgid "remove an LVM volume group"
1663 msgstr "ஒருLVM தொகுதி குழுவை நீக்கு"
1667 msgid "rename an LVM volume group"
1668 msgstr "ஒரு LVM தொகுதி குழுவினை உருவாக்கு"
1670 #: fish/cmds.c:2901 fish/cmds.c:2902
1671 msgid "list the LVM volume groups (VGs)"
1672 msgstr "LVM தொகுதி குழுக்களை பட்டியலிடு (VGs)"
1675 msgid "rescan for LVM physical volumes, volume groups and logical volumes"
1680 msgid "get the UUID of a volume group"
1681 msgstr "ஒரு LVM தொகுதி குழுவினை உருவாக்கு"
1684 msgid "count characters in a file"
1685 msgstr "ஒரு கோப்பிலுள்ள எழுத்துகளை கணக்கிடு"
1688 msgid "count lines in a file"
1689 msgstr "ஒரு கோப்பிலுள்ள வரிகளை கணக்கிடு"
1692 msgid "count words in a file"
1693 msgstr "ஒரு கோப்பிலுள்ள வார்த்தைகளை கணக்கிடு"
1697 msgid "create a new file"
1698 msgstr "ஒரு கோப்பை உருவாக்கு"
1701 msgid "create a file"
1702 msgstr "ஒரு கோப்பை உருவாக்கு"
1705 msgid "write zeroes to the device"
1706 msgstr "சாதனத்திற்கு பூஜ்ஜியங்களை எழுது"
1710 msgid "write zeroes to an entire device"
1711 msgstr "சாதனத்திற்கு பூஜ்ஜியங்களை எழுது"
1714 msgid "zero unused inodes and disk blocks on ext2/3 filesystem"
1715 msgstr "zero unused inodes and disk blocks on ext2/3 filesystem"
1718 msgid "determine file type inside a compressed file"
1719 msgstr "கோப்பு வகையில் உள்ள ஒரு அழுந்தியுள்ள கோப்பை வரையறு"
1722 msgid "Use -h <cmd> / help <cmd> to show detailed help for a command."
1723 msgstr "Use -h <cmd> / help <cmd> to show detailed help for a command."
1725 #: fish/cmds.c:3238 fish/cmds.c:3252 fish/cmds.c:3268 fish/cmds.c:3285
1726 #: fish/cmds.c:3302 fish/cmds.c:3320 fish/cmds.c:3339 fish/cmds.c:3355
1727 #: fish/cmds.c:3373 fish/cmds.c:3389 fish/cmds.c:3407 fish/cmds.c:3423
1728 #: fish/cmds.c:3440 fish/cmds.c:3455 fish/cmds.c:3473 fish/cmds.c:3488
1729 #: fish/cmds.c:3504 fish/cmds.c:3520 fish/cmds.c:3536 fish/cmds.c:3552
1730 #: fish/cmds.c:3568 fish/cmds.c:3586 fish/cmds.c:3619 fish/cmds.c:3635
1731 #: fish/cmds.c:3651 fish/cmds.c:3670 fish/cmds.c:3685 fish/cmds.c:3703
1732 #: fish/cmds.c:3718 fish/cmds.c:3736 fish/cmds.c:3751 fish/cmds.c:3769
1733 #: fish/cmds.c:3784 fish/cmds.c:3803 fish/cmds.c:3822 fish/cmds.c:3840
1734 #: fish/cmds.c:3860 fish/cmds.c:3879 fish/cmds.c:3899 fish/cmds.c:3919
1735 #: fish/cmds.c:3939 fish/cmds.c:3958 fish/cmds.c:3977 fish/cmds.c:3997
1736 #: fish/cmds.c:4017 fish/cmds.c:4037 fish/cmds.c:4052 fish/cmds.c:4068
1737 #: fish/cmds.c:4140 fish/cmds.c:4158 fish/cmds.c:4175 fish/cmds.c:4254
1738 #: fish/cmds.c:4274 fish/cmds.c:4294 fish/cmds.c:4314 fish/cmds.c:4334
1739 #: fish/cmds.c:4354 fish/cmds.c:4373 fish/cmds.c:4392 fish/cmds.c:4411
1740 #: fish/cmds.c:4426 fish/cmds.c:4445 fish/cmds.c:4465 fish/cmds.c:4485
1741 #: fish/cmds.c:4506 fish/cmds.c:4522 fish/cmds.c:4538 fish/cmds.c:4557
1742 #: fish/cmds.c:4579 fish/cmds.c:4601 fish/cmds.c:4621 fish/cmds.c:4638
1743 #: fish/cmds.c:4655 fish/cmds.c:4672 fish/cmds.c:4689 fish/cmds.c:4706
1744 #: fish/cmds.c:4723 fish/cmds.c:4740 fish/cmds.c:4759 fish/cmds.c:4782
1745 #: fish/cmds.c:4818 fish/cmds.c:4835 fish/cmds.c:4858 fish/cmds.c:4880
1746 #: fish/cmds.c:4901 fish/cmds.c:4921 fish/cmds.c:4940 fish/cmds.c:4960
1747 #: fish/cmds.c:4978 fish/cmds.c:4996 fish/cmds.c:5010 fish/cmds.c:5026
1748 #: fish/cmds.c:5046 fish/cmds.c:5065 fish/cmds.c:5084 fish/cmds.c:5103
1749 #: fish/cmds.c:5122 fish/cmds.c:5142 fish/cmds.c:5182 fish/cmds.c:5239
1750 #: fish/cmds.c:5260 fish/cmds.c:5281 fish/cmds.c:5302 fish/cmds.c:5320
1751 #: fish/cmds.c:5342 fish/cmds.c:5380 fish/cmds.c:5402 fish/cmds.c:5481
1752 #: fish/cmds.c:5520 fish/cmds.c:5535 fish/cmds.c:5552 fish/cmds.c:5566
1753 #: fish/cmds.c:5582 fish/cmds.c:5604 fish/cmds.c:5626 fish/cmds.c:5648
1754 #: fish/cmds.c:5670 fish/cmds.c:5692 fish/cmds.c:5714 fish/cmds.c:5734
1755 #: fish/cmds.c:5751 fish/cmds.c:5768 fish/cmds.c:5787 fish/cmds.c:5806
1756 #: fish/cmds.c:5826 fish/cmds.c:5862 fish/cmds.c:5881 fish/cmds.c:5900
1757 #: fish/cmds.c:5917 fish/cmds.c:5935 fish/cmds.c:5958 fish/cmds.c:5981
1758 #: fish/cmds.c:6005 fish/cmds.c:6028 fish/cmds.c:6049 fish/cmds.c:6072
1759 #: fish/cmds.c:6095 fish/cmds.c:6115 fish/cmds.c:6137 fish/cmds.c:6158
1760 #: fish/cmds.c:6181 fish/cmds.c:6198 fish/cmds.c:6215 fish/cmds.c:6233
1761 #: fish/cmds.c:6251 fish/cmds.c:6272 fish/cmds.c:6290 fish/cmds.c:6311
1762 #: fish/cmds.c:6331 fish/cmds.c:6349 fish/cmds.c:6370 fish/cmds.c:6393
1763 #: fish/cmds.c:6416 fish/cmds.c:6438 fish/cmds.c:6471 fish/cmds.c:6488
1764 #: fish/cmds.c:6505 fish/cmds.c:6529 fish/cmds.c:6552 fish/cmds.c:6575
1765 #: fish/cmds.c:6597 fish/cmds.c:6614 fish/cmds.c:6636 fish/cmds.c:6730
1766 #: fish/cmds.c:6750 fish/cmds.c:6770 fish/cmds.c:6790 fish/cmds.c:6808
1767 #: fish/cmds.c:6829 fish/cmds.c:6865 fish/cmds.c:6882 fish/cmds.c:6904
1768 #: fish/cmds.c:6921 fish/cmds.c:6957 fish/cmds.c:6977 fish/cmds.c:6997
1769 #: fish/cmds.c:7017 fish/cmds.c:7039 fish/cmds.c:7056 fish/cmds.c:7075
1770 #: fish/cmds.c:7094 fish/cmds.c:7116 fish/cmds.c:7137 fish/cmds.c:7158
1771 #: fish/cmds.c:7179 fish/cmds.c:7202 fish/cmds.c:7243 fish/cmds.c:7266
1772 #: fish/cmds.c:7305 fish/cmds.c:7322 fish/cmds.c:7341 fish/cmds.c:7362
1773 #: fish/cmds.c:7385 fish/cmds.c:7407 fish/cmds.c:7425 fish/cmds.c:7444
1774 #: fish/cmds.c:7465 fish/cmds.c:7542 fish/cmds.c:7583 fish/cmds.c:7662
1775 #: fish/cmds.c:7738 fish/cmds.c:7775 fish/cmds.c:7798 fish/cmds.c:7819
1776 #: fish/cmds.c:7842 fish/cmds.c:7864 fish/cmds.c:7889 fish/cmds.c:7932
1777 #: fish/cmds.c:7973 fish/cmds.c:7994 fish/cmds.c:8012 fish/cmds.c:8031
1778 #: fish/cmds.c:8048 fish/cmds.c:8066 fish/cmds.c:8093 fish/cmds.c:8117
1779 #: fish/cmds.c:8141 fish/cmds.c:8165 fish/cmds.c:8189 fish/cmds.c:8213
1780 #: fish/cmds.c:8237 fish/cmds.c:8261 fish/cmds.c:8285 fish/cmds.c:8309
1781 #: fish/cmds.c:8333 fish/cmds.c:8357 fish/cmds.c:8380 fish/cmds.c:8403
1782 #: fish/cmds.c:8424 fish/cmds.c:8445 fish/cmds.c:8466 fish/cmds.c:8486
1783 #: fish/cmds.c:8509 fish/cmds.c:8547 fish/cmds.c:8564 fish/cmds.c:8581
1784 #: fish/cmds.c:8600 fish/cmds.c:8619 fish/cmds.c:8636 fish/cmds.c:8653
1785 #: fish/cmds.c:8670 fish/cmds.c:8687 fish/cmds.c:8706 fish/cmds.c:8742
1786 #: fish/cmds.c:8782 fish/cmds.c:8815 fish/cmds.c:8832 fish/cmds.c:8849
1787 #: fish/cmds.c:8865 fish/cmds.c:8880 fish/cmds.c:8901 fish/cmds.c:8939
1788 #: fish/cmds.c:8977 fish/cmds.c:9016 fish/cmds.c:9056 fish/cmds.c:9097
1789 #: fish/cmds.c:9138 fish/cmds.c:9176 fish/cmds.c:9193 fish/cmds.c:9216
1790 #: fish/cmds.c:9238 fish/cmds.c:9260 fish/cmds.c:9280 fish/cmds.c:9300
1791 #: fish/cmds.c:9336 fish/cmds.c:9408 fish/cmds.c:9448 fish/cmds.c:9506
1792 #: fish/cmds.c:9532 fish/cmds.c:9558 fish/cmds.c:9586 fish/cmds.c:9645
1793 #: fish/cmds.c:9666 fish/cmds.c:9711 fish/cmds.c:9731 fish/cmds.c:9770
1794 #: fish/cmds.c:9807 fish/cmds.c:9827 fish/cmds.c:9849 fish/cmds.c:9906
1795 #: fish/cmds.c:9926 fish/cmds.c:9948 fish/cmds.c:9970 fish/cmds.c:9989
1796 #: fish/cmds.c:10009 fish/cmds.c:10036 fish/cmds.c:10056 fish/cmds.c:10076
1797 #: fish/cmds.c:10096 fish/cmds.c:10116 fish/cmds.c:10138 fish/cmds.c:10173
1798 #: fish/cmds.c:10191 fish/cmds.c:10214 fish/cmds.c:10236 fish/cmds.c:10251
1799 #: fish/cmds.c:10268 fish/cmds.c:10305 fish/cmds.c:10344 fish/cmds.c:10384
1800 #: fish/cmds.c:10440 fish/cmds.c:10462 fish/cmds.c:10498 fish/cmds.c:10513
1801 #: fish/cmds.c:10533 fish/cmds.c:10573 fish/cmds.c:10596 fish/cmds.c:10620
1802 #: fish/cmds.c:10645 fish/cmds.c:10686 fish/cmds.c:10711 fish/cmds.c:10749
1803 #: fish/cmds.c:10780 fish/cmds.c:10811 fish/cmds.c:10839 fish/cmds.c:10859
1804 #: fish/cmds.c:10891 fish/cmds.c:10911 fish/cmds.c:10931 fish/cmds.c:10948
1805 #: fish/cmds.c:10966 fish/cmds.c:10989 fish/cmds.c:11010 fish/cmds.c:11029
1806 #: fish/cmds.c:11071 fish/cmds.c:11114 fish/cmds.c:11158 fish/cmds.c:11197
1807 #: fish/cmds.c:11216 fish/cmds.c:11236 fish/cmds.c:11256 fish/cmds.c:11277
1808 #: fish/cmds.c:11298 fish/cmds.c:11319 fish/cmds.c:11340 fish/cmds.c:11361
1809 #: fish/cmds.c:11383 fish/cmds.c:11421 fish/cmds.c:11472 fish/cmds.c:11510
1810 #: fish/cmds.c:11566 fish/cmds.c:11656 fish/cmds.c:11685 fish/cmds.c:11712
1812 msgid "%s should have %d parameter(s)\n"
1813 msgstr "%s ஆனது %d அளவுருக்(களை) பெற்றிருக்க வேண்டும்\n"
1815 #: fish/cmds.c:3239 fish/cmds.c:3253 fish/cmds.c:3269 fish/cmds.c:3286
1816 #: fish/cmds.c:3303 fish/cmds.c:3321 fish/cmds.c:3340 fish/cmds.c:3356
1817 #: fish/cmds.c:3374 fish/cmds.c:3390 fish/cmds.c:3408 fish/cmds.c:3424
1818 #: fish/cmds.c:3441 fish/cmds.c:3456 fish/cmds.c:3474 fish/cmds.c:3489
1819 #: fish/cmds.c:3505 fish/cmds.c:3521 fish/cmds.c:3537 fish/cmds.c:3553
1820 #: fish/cmds.c:3569 fish/cmds.c:3587 fish/cmds.c:3620 fish/cmds.c:3636
1821 #: fish/cmds.c:3652 fish/cmds.c:3671 fish/cmds.c:3686 fish/cmds.c:3704
1822 #: fish/cmds.c:3719 fish/cmds.c:3737 fish/cmds.c:3752 fish/cmds.c:3770
1823 #: fish/cmds.c:3785 fish/cmds.c:3804 fish/cmds.c:3823 fish/cmds.c:3841
1824 #: fish/cmds.c:3861 fish/cmds.c:3880 fish/cmds.c:3900 fish/cmds.c:3920
1825 #: fish/cmds.c:3940 fish/cmds.c:3959 fish/cmds.c:3978 fish/cmds.c:3998
1826 #: fish/cmds.c:4018 fish/cmds.c:4038 fish/cmds.c:4053 fish/cmds.c:4069
1827 #: fish/cmds.c:4090 fish/cmds.c:4141 fish/cmds.c:4159 fish/cmds.c:4176
1828 #: fish/cmds.c:4197 fish/cmds.c:4255 fish/cmds.c:4275 fish/cmds.c:4295
1829 #: fish/cmds.c:4315 fish/cmds.c:4335 fish/cmds.c:4355 fish/cmds.c:4374
1830 #: fish/cmds.c:4393 fish/cmds.c:4412 fish/cmds.c:4427 fish/cmds.c:4446
1831 #: fish/cmds.c:4466 fish/cmds.c:4486 fish/cmds.c:4507 fish/cmds.c:4523
1832 #: fish/cmds.c:4539 fish/cmds.c:4558 fish/cmds.c:4580 fish/cmds.c:4602
1833 #: fish/cmds.c:4622 fish/cmds.c:4639 fish/cmds.c:4656 fish/cmds.c:4673
1834 #: fish/cmds.c:4690 fish/cmds.c:4707 fish/cmds.c:4724 fish/cmds.c:4741
1835 #: fish/cmds.c:4760 fish/cmds.c:4783 fish/cmds.c:4819 fish/cmds.c:4836
1836 #: fish/cmds.c:4859 fish/cmds.c:4881 fish/cmds.c:4902 fish/cmds.c:4922
1837 #: fish/cmds.c:4941 fish/cmds.c:4961 fish/cmds.c:4979 fish/cmds.c:4997
1838 #: fish/cmds.c:5011 fish/cmds.c:5027 fish/cmds.c:5047 fish/cmds.c:5066
1839 #: fish/cmds.c:5085 fish/cmds.c:5104 fish/cmds.c:5123 fish/cmds.c:5143
1840 #: fish/cmds.c:5183 fish/cmds.c:5240 fish/cmds.c:5261 fish/cmds.c:5282
1841 #: fish/cmds.c:5303 fish/cmds.c:5321 fish/cmds.c:5343 fish/cmds.c:5381
1842 #: fish/cmds.c:5403 fish/cmds.c:5482 fish/cmds.c:5521 fish/cmds.c:5536
1843 #: fish/cmds.c:5553 fish/cmds.c:5567 fish/cmds.c:5583 fish/cmds.c:5605
1844 #: fish/cmds.c:5627 fish/cmds.c:5649 fish/cmds.c:5671 fish/cmds.c:5693
1845 #: fish/cmds.c:5715 fish/cmds.c:5735 fish/cmds.c:5752 fish/cmds.c:5769
1846 #: fish/cmds.c:5788 fish/cmds.c:5807 fish/cmds.c:5827 fish/cmds.c:5863
1847 #: fish/cmds.c:5882 fish/cmds.c:5901 fish/cmds.c:5918 fish/cmds.c:5936
1848 #: fish/cmds.c:5959 fish/cmds.c:5982 fish/cmds.c:6006 fish/cmds.c:6029
1849 #: fish/cmds.c:6050 fish/cmds.c:6073 fish/cmds.c:6096 fish/cmds.c:6116
1850 #: fish/cmds.c:6138 fish/cmds.c:6159 fish/cmds.c:6182 fish/cmds.c:6199
1851 #: fish/cmds.c:6216 fish/cmds.c:6234 fish/cmds.c:6252 fish/cmds.c:6273
1852 #: fish/cmds.c:6291 fish/cmds.c:6312 fish/cmds.c:6332 fish/cmds.c:6350
1853 #: fish/cmds.c:6371 fish/cmds.c:6394 fish/cmds.c:6417 fish/cmds.c:6439
1854 #: fish/cmds.c:6472 fish/cmds.c:6489 fish/cmds.c:6506 fish/cmds.c:6530
1855 #: fish/cmds.c:6553 fish/cmds.c:6576 fish/cmds.c:6598 fish/cmds.c:6615
1856 #: fish/cmds.c:6637 fish/cmds.c:6731 fish/cmds.c:6751 fish/cmds.c:6771
1857 #: fish/cmds.c:6791 fish/cmds.c:6809 fish/cmds.c:6830 fish/cmds.c:6866
1858 #: fish/cmds.c:6883 fish/cmds.c:6905 fish/cmds.c:6922 fish/cmds.c:6958
1859 #: fish/cmds.c:6978 fish/cmds.c:6998 fish/cmds.c:7018 fish/cmds.c:7040
1860 #: fish/cmds.c:7057 fish/cmds.c:7076 fish/cmds.c:7095 fish/cmds.c:7117
1861 #: fish/cmds.c:7138 fish/cmds.c:7159 fish/cmds.c:7180 fish/cmds.c:7203
1862 #: fish/cmds.c:7244 fish/cmds.c:7267 fish/cmds.c:7306 fish/cmds.c:7323
1863 #: fish/cmds.c:7342 fish/cmds.c:7363 fish/cmds.c:7386 fish/cmds.c:7408
1864 #: fish/cmds.c:7426 fish/cmds.c:7445 fish/cmds.c:7466 fish/cmds.c:7543
1865 #: fish/cmds.c:7584 fish/cmds.c:7663 fish/cmds.c:7739 fish/cmds.c:7776
1866 #: fish/cmds.c:7799 fish/cmds.c:7820 fish/cmds.c:7843 fish/cmds.c:7865
1867 #: fish/cmds.c:7890 fish/cmds.c:7933 fish/cmds.c:7974 fish/cmds.c:7995
1868 #: fish/cmds.c:8013 fish/cmds.c:8032 fish/cmds.c:8049 fish/cmds.c:8067
1869 #: fish/cmds.c:8094 fish/cmds.c:8118 fish/cmds.c:8142 fish/cmds.c:8166
1870 #: fish/cmds.c:8190 fish/cmds.c:8214 fish/cmds.c:8238 fish/cmds.c:8262
1871 #: fish/cmds.c:8286 fish/cmds.c:8310 fish/cmds.c:8334 fish/cmds.c:8358
1872 #: fish/cmds.c:8381 fish/cmds.c:8404 fish/cmds.c:8425 fish/cmds.c:8446
1873 #: fish/cmds.c:8467 fish/cmds.c:8487 fish/cmds.c:8510 fish/cmds.c:8548
1874 #: fish/cmds.c:8565 fish/cmds.c:8582 fish/cmds.c:8601 fish/cmds.c:8620
1875 #: fish/cmds.c:8637 fish/cmds.c:8654 fish/cmds.c:8671 fish/cmds.c:8688
1876 #: fish/cmds.c:8707 fish/cmds.c:8743 fish/cmds.c:8783 fish/cmds.c:8816
1877 #: fish/cmds.c:8833 fish/cmds.c:8850 fish/cmds.c:8866 fish/cmds.c:8881
1878 #: fish/cmds.c:8902 fish/cmds.c:8940 fish/cmds.c:8978 fish/cmds.c:9017
1879 #: fish/cmds.c:9057 fish/cmds.c:9098 fish/cmds.c:9139 fish/cmds.c:9177
1880 #: fish/cmds.c:9194 fish/cmds.c:9217 fish/cmds.c:9239 fish/cmds.c:9261
1881 #: fish/cmds.c:9281 fish/cmds.c:9301 fish/cmds.c:9337 fish/cmds.c:9409
1882 #: fish/cmds.c:9449 fish/cmds.c:9507 fish/cmds.c:9533 fish/cmds.c:9559
1883 #: fish/cmds.c:9587 fish/cmds.c:9646 fish/cmds.c:9667 fish/cmds.c:9712
1884 #: fish/cmds.c:9732 fish/cmds.c:9771 fish/cmds.c:9808 fish/cmds.c:9828
1885 #: fish/cmds.c:9850 fish/cmds.c:9907 fish/cmds.c:9927 fish/cmds.c:9949
1886 #: fish/cmds.c:9971 fish/cmds.c:9990 fish/cmds.c:10010 fish/cmds.c:10037
1887 #: fish/cmds.c:10057 fish/cmds.c:10077 fish/cmds.c:10097 fish/cmds.c:10117
1888 #: fish/cmds.c:10139 fish/cmds.c:10174 fish/cmds.c:10192 fish/cmds.c:10215
1889 #: fish/cmds.c:10237 fish/cmds.c:10252 fish/cmds.c:10269 fish/cmds.c:10306
1890 #: fish/cmds.c:10345 fish/cmds.c:10385 fish/cmds.c:10441 fish/cmds.c:10463
1891 #: fish/cmds.c:10499 fish/cmds.c:10514 fish/cmds.c:10534 fish/cmds.c:10574
1892 #: fish/cmds.c:10597 fish/cmds.c:10621 fish/cmds.c:10646 fish/cmds.c:10687
1893 #: fish/cmds.c:10712 fish/cmds.c:10750 fish/cmds.c:10781 fish/cmds.c:10812
1894 #: fish/cmds.c:10840 fish/cmds.c:10860 fish/cmds.c:10892 fish/cmds.c:10912
1895 #: fish/cmds.c:10932 fish/cmds.c:10949 fish/cmds.c:10967 fish/cmds.c:10990
1896 #: fish/cmds.c:11011 fish/cmds.c:11030 fish/cmds.c:11072 fish/cmds.c:11115
1897 #: fish/cmds.c:11159 fish/cmds.c:11198 fish/cmds.c:11217 fish/cmds.c:11237
1898 #: fish/cmds.c:11257 fish/cmds.c:11278 fish/cmds.c:11299 fish/cmds.c:11320
1899 #: fish/cmds.c:11341 fish/cmds.c:11362 fish/cmds.c:11384 fish/cmds.c:11422
1900 #: fish/cmds.c:11473 fish/cmds.c:11511 fish/cmds.c:11567 fish/cmds.c:11590
1901 #: fish/cmds.c:11657 fish/cmds.c:11686 fish/cmds.c:11713
1903 msgid "type 'help %s' for help on %s\n"
1904 msgstr "type 'help %s' for help on %s\n"
1906 #: fish/cmds.c:3597 fish/cmds.c:4795 fish/cmds.c:5153 fish/cmds.c:5193
1907 #: fish/cmds.c:5212 fish/cmds.c:5355 fish/cmds.c:5414 fish/cmds.c:5433
1908 #: fish/cmds.c:5452 fish/cmds.c:5495 fish/cmds.c:5838 fish/cmds.c:6449
1909 #: fish/cmds.c:6648 fish/cmds.c:6667 fish/cmds.c:6686 fish/cmds.c:6705
1910 #: fish/cmds.c:6841 fish/cmds.c:6932 fish/cmds.c:7213 fish/cmds.c:7277
1911 #: fish/cmds.c:7476 fish/cmds.c:7495 fish/cmds.c:7514 fish/cmds.c:7553
1912 #: fish/cmds.c:7594 fish/cmds.c:7613 fish/cmds.c:7632 fish/cmds.c:7673
1913 #: fish/cmds.c:7692 fish/cmds.c:7711 fish/cmds.c:7749 fish/cmds.c:7902
1914 #: fish/cmds.c:7945 fish/cmds.c:8522 fish/cmds.c:8717 fish/cmds.c:8755
1915 #: fish/cmds.c:8793 fish/cmds.c:8913 fish/cmds.c:8950 fish/cmds.c:8988
1916 #: fish/cmds.c:9027 fish/cmds.c:9068 fish/cmds.c:9109 fish/cmds.c:9150
1917 #: fish/cmds.c:9313 fish/cmds.c:9349 fish/cmds.c:9362 fish/cmds.c:9375
1918 #: fish/cmds.c:9388 fish/cmds.c:9421 fish/cmds.c:9459 fish/cmds.c:9478
1919 #: fish/cmds.c:9599 fish/cmds.c:9618 fish/cmds.c:9679 fish/cmds.c:9692
1920 #: fish/cmds.c:9743 fish/cmds.c:9782 fish/cmds.c:9860 fish/cmds.c:9879
1921 #: fish/cmds.c:10153 fish/cmds.c:10280 fish/cmds.c:10317 fish/cmds.c:10356
1922 #: fish/cmds.c:10396 fish/cmds.c:10415 fish/cmds.c:10474 fish/cmds.c:10547
1923 #: fish/cmds.c:10657 fish/cmds.c:10727 fish/cmds.c:10761 fish/cmds.c:10792
1924 #: fish/cmds.c:10823 fish/cmds.c:10872 fish/cmds.c:11043 fish/cmds.c:11085
1925 #: fish/cmds.c:11130 fish/cmds.c:11172 fish/cmds.c:11398 fish/cmds.c:11436
1926 #: fish/cmds.c:11449 fish/cmds.c:11487 fish/cmds.c:11522 fish/cmds.c:11541
1927 #: fish/cmds.c:11608
1929 msgid "%s: %s: invalid integer parameter (%s returned %d)\n"
1932 #: fish/cmds.c:3603 fish/cmds.c:4801 fish/cmds.c:5159 fish/cmds.c:5199
1933 #: fish/cmds.c:5218 fish/cmds.c:5361 fish/cmds.c:5420 fish/cmds.c:5439
1934 #: fish/cmds.c:5458 fish/cmds.c:5501 fish/cmds.c:5844 fish/cmds.c:6455
1935 #: fish/cmds.c:6654 fish/cmds.c:6673 fish/cmds.c:6692 fish/cmds.c:6711
1936 #: fish/cmds.c:6847 fish/cmds.c:6938 fish/cmds.c:7219 fish/cmds.c:7283
1937 #: fish/cmds.c:7482 fish/cmds.c:7501 fish/cmds.c:7520 fish/cmds.c:7559
1938 #: fish/cmds.c:7600 fish/cmds.c:7619 fish/cmds.c:7638 fish/cmds.c:7679
1939 #: fish/cmds.c:7698 fish/cmds.c:7717 fish/cmds.c:7755 fish/cmds.c:7908
1940 #: fish/cmds.c:7951 fish/cmds.c:8528 fish/cmds.c:8723 fish/cmds.c:8761
1941 #: fish/cmds.c:8799 fish/cmds.c:8919 fish/cmds.c:8956 fish/cmds.c:8994
1942 #: fish/cmds.c:9033 fish/cmds.c:9074 fish/cmds.c:9115 fish/cmds.c:9156
1943 #: fish/cmds.c:9427 fish/cmds.c:9465 fish/cmds.c:9484 fish/cmds.c:9605
1944 #: fish/cmds.c:9749 fish/cmds.c:9788 fish/cmds.c:9866 fish/cmds.c:9885
1945 #: fish/cmds.c:10286 fish/cmds.c:10323 fish/cmds.c:10362 fish/cmds.c:10402
1946 #: fish/cmds.c:10421 fish/cmds.c:10480 fish/cmds.c:10553 fish/cmds.c:10663
1947 #: fish/cmds.c:11049 fish/cmds.c:11091 fish/cmds.c:11136 fish/cmds.c:11178
1948 #: fish/cmds.c:11528 fish/cmds.c:11614
1950 msgid "%s: %s: integer out of range\n"
1953 #: fish/cmds.c:4089 fish/cmds.c:4196 fish/cmds.c:11589
1955 msgid "%s should have %d-%d parameter(s)\n"
1956 msgstr "%s ஆனது %d அளவுருக்(களை) பெற்றிருக்க வேண்டும்\n"
1958 #: fish/cmds.c:4115 fish/cmds.c:4227 fish/cmds.c:11629
1960 msgid "%s: unknown optional argument \"%s\"\n"
1961 msgstr "%s: அதிக விவாதங்கள்\n"
1963 #: fish/cmds.c:4121 fish/cmds.c:4233 fish/cmds.c:11635
1965 msgid "%s: optional argument \"%s\" given twice\n"
1966 msgstr "%s: அதிக விவாதங்கள்\n"
1968 #: fish/cmds.c:11730
1970 msgid "%s: unknown command\n"
1971 msgstr "%s: தெரியாத கட்டளை\n"
1973 #: fish/config.c:74 fish/config.c:113
1975 msgid "%s: %s: line %d: error parsing configuration file: %s\n"
1976 msgstr "%s: அகப்பிழையை '%s' சரத்தில் பகுக்கிறது\n"
1981 "use 'copy-in <local> [<local>...] <remotedir>' to copy files into the image\n"
1986 msgid "copy-in: target '%s' is not a directory\n"
1987 msgstr "ஒரு அடைவிலுள்ள கோப்புகளின் பட்டியல்"
1991 msgid "error: argument is zero length or longer than maximum permitted\n"
1997 "use 'copy-out <remote> [<remote>...] <localdir>' to copy files out of the "
2003 msgid "copy-out: target '%s' is not a directory\n"
2004 msgstr "ஒரு அடைவிலுள்ள கோப்புகளின் பட்டியல்"
2008 msgid "copy-out: '%s' is not a file or directory\n"
2009 msgstr "ஒரு கோப்பு அல்லது அடைவை மறுபடியும் நகலெடு"
2013 msgid "use '%s filename' to edit a file\n"
2014 msgstr "ஒரு கோப்பினை திருத்துவதற்கு '%s கோப்புபெயரை' பயன்படுத்து\n"
2019 "%s: guest filesystem shell\n"
2020 "%s lets you edit virtual machine filesystems\n"
2021 "Copyright (C) 2009-2011 Red Hat Inc.\n"
2023 " %s [--options] cmd [: cmd : cmd ...]\n"
2025 " -h|--cmd-help List available commands\n"
2026 " -h|--cmd-help cmd Display detailed help on 'cmd'\n"
2027 " -a|--add image Add image\n"
2028 " -c|--connect uri Specify libvirt URI for -d option\n"
2029 " --csh Make --listen csh-compatible\n"
2030 " -d|--domain guest Add disks from libvirt guest\n"
2031 " -D|--no-dest-paths Don't tab-complete paths from guest fs\n"
2032 " --echo-keys Don't turn off echo for passphrases\n"
2033 " -f|--file file Read commands from file\n"
2034 " --format[=raw|..] Force disk format for -a option\n"
2035 " -i|--inspector Automatically mount filesystems\n"
2036 " --keys-from-stdin Read passphrases from stdin\n"
2037 " --listen Listen for remote commands\n"
2038 " --live Connect to a live virtual machine\n"
2039 " -m|--mount dev[:mnt[:opts]] Mount dev on mnt (if omitted, /)\n"
2040 " -n|--no-sync Don't autosync\n"
2041 " -N|--new type Create prepared disk (test1.img, ...)\n"
2042 " --progress-bars Enable progress bars even when not interactive\n"
2043 " --no-progress-bars Disable progress bars\n"
2044 " --remote[=pid] Send commands to remote %s\n"
2045 " -r|--ro Mount read-only\n"
2046 " --selinux Enable SELinux support\n"
2047 " -v|--verbose Verbose messages\n"
2048 " -V|--version Display version and exit\n"
2049 " -w|--rw Mount read-write\n"
2050 " -x Echo each command before executing it\n"
2052 "To examine a disk image, ISO, hard disk, filesystem etc:\n"
2053 " %s [--ro|--rw] -i -a /path/to/disk.img\n"
2055 " %s [--ro|--rw] -i -d name-of-libvirt-domain\n"
2057 "--ro recommended to avoid any writes to the disk image. If -i option fails\n"
2058 "run again without -i and use 'run' + 'list-filesystems' + 'mount' cmds.\n"
2060 "For more information, see the manpage %s(1).\n"
2062 "%s: guest filesystem shell\n"
2063 "%s lets you edit virtual machine filesystems\n"
2064 "Copyright (C) 2009 Red Hat Inc.\n"
2066 " %s [--options] cmd [: cmd : cmd ...]\n"
2067 " %s -i libvirt-domain\n"
2068 " %s -i disk-image(s)\n"
2069 "or for interactive use:\n"
2071 "or from a shell script:\n"
2077 " -h|--cmd-help List available commands\n"
2078 " -h|--cmd-help cmd Display detailed help on 'cmd'\n"
2079 " -a|--add image Add image\n"
2080 " -D|--no-dest-paths Don't tab-complete paths from guest fs\n"
2081 " -f|--file file Read commands from file\n"
2082 " -i|--inspector Run virt-inspector to get disk mountpoints\n"
2083 " --listen Listen for remote commands\n"
2084 " -m|--mount dev[:mnt] Mount dev on mnt (if omitted, /)\n"
2085 " -n|--no-sync Don't autosync\n"
2086 " --remote[=pid] Send commands to remote %s\n"
2087 " -r|--ro Mount read-only\n"
2088 " --selinux Enable SELinux support\n"
2089 " -v|--verbose Verbose messages\n"
2090 " -x Echo each command before executing it\n"
2091 " -V|--version Display version and exit\n"
2092 "For more information, see the manpage %s(1).\n"
2096 msgid "%s: --listen=PID: PID was not a number: %s\n"
2097 msgstr "%s: --listen=PID: PID ஆனது எண் இல்லை: %s\n"
2102 "%s: remote: $GUESTFISH_PID must be set to the PID of the remote process\n"
2103 msgstr "%s: remote: $GUESTFISH_PID க்கு தொலை செயற்பாட்டைPID க்கு அமை\n"
2107 msgid "%s: only one -f parameter can be given\n"
2108 msgstr "%s: ஒரே ஒரு -f அளவுரு கொடுக்கப்படலாம்\n"
2112 msgid "%s: cannot use --listen and --remote options at the same time\n"
2113 msgstr "%s: cannot use --listen and --remote options at the same time\n"
2117 msgid "%s: extra parameters on the command line with --listen flag\n"
2118 msgstr "%s: extra parameters on the command line with --listen flag\n"
2122 msgid "%s: cannot use --listen and --file options at the same time\n"
2123 msgstr "%s: --listen மற்றும் --file விருப்பங்களை அதே நேரத்தில் பயன்படுத்த முடியாது\n"
2127 msgid "guestfish: could not access termcap or terminfo database.\n"
2132 msgid "guestfish: terminal type \"%s\" not defined.\n"
2139 "Welcome to guestfish, the libguestfs filesystem interactive shell for\n"
2140 "editing virtual machine filesystems.\n"
2142 "Type: 'help' for help on commands\n"
2143 " 'man' to read the manual\n"
2144 " 'quit' to quit the shell\n"
2148 "Welcome to guestfish, the libguestfs filesystem interactive shell for\n"
2149 "editing virtual machine filesystems.\n"
2151 "Type: 'help' for help with commands\n"
2152 " 'quit' to quit the shell\n"
2157 msgid "%s: unterminated double quote\n"
2158 msgstr "%s: unterminated double quote\n"
2160 #: fish/fish.c:769 fish/fish.c:786
2162 msgid "%s: command arguments not separated by whitespace\n"
2163 msgstr "%s: கட்டளை விவாதங்கள் வொயிட்ஸ்பேஸ்ஸால் பிரிக்கப்படவில்லை\n"
2167 msgid "%s: unterminated single quote\n"
2168 msgstr "%s: unterminated single quote\n"
2172 msgid "%s: internal error parsing string at '%s'\n"
2173 msgstr "%s: அகப்பிழையை '%s' சரத்தில் பகுக்கிறது\n"
2177 msgid "%s: too many arguments\n"
2178 msgstr "%s: அதிக விவாதங்கள்\n"
2182 msgid "%s: empty command on command line\n"
2183 msgstr "%s: கட்டளை வரியில் காலியான கட்டளை\n"
2186 msgid "display a list of commands or help on a command"
2187 msgstr "கட்டளைகளின் ஒரு பட்டியலைக் காட்டு அல்லது ஒரு கட்டளையில் உதவு"
2190 msgid "quit guestfish"
2191 msgstr "guestfishஐ நிறுத்து"
2196 "help - display a list of commands or help on a command\n"
2200 "help - display a list of commands or help on a command\n"
2207 "quit - quit guestfish\n"
2210 "quit - guestfishஐ நிறுத்து\n"
2215 msgid "%s: command not known, use -h to list all commands\n"
2217 "%s: கட்டளை என்னவென்று தெரியவில்லை, அனைத்து கட்டளைகளையும் பட்டியலிட -hஐ பயன்படுத்து\n"
2222 "Did you mean to open a disk image? guestfish -a disk.img\n"
2223 "For a list of commands: guestfish -h\n"
2224 "For complete documentation: man guestfish\n"
2229 msgid "Runaway quote in string \"%s\"\n"
2230 msgstr "Runaway quote in string \"%s\"\n"
2235 "%s: to use Windows drive letters, you must inspect the guest (\"-i\" option "
2236 "or run \"inspect-os\" command)\n"
2241 msgid "%s: to use Windows drive letters, this must be a Windows guest\n"
2247 "%s: drive '%c:' not found. To list available drives do:\n"
2248 " inspect-get-drive-mappings %s\n"
2254 "%s: to access '%c:', mount %s first. One way to do this is:\n"
2261 msgid "use 'glob command [args...]'\n"
2262 msgstr "'glob கட்டளையைப் பயன்படுத்து [args...]'\n"
2266 msgid "glob: guestfs_glob_expand call failed: %s\n"
2267 msgstr "glob: guestfs_glob_expand அழைக்க முடியவில்லை: %s\n"
2272 "Add disk images to examine using the -a or -d options, or the 'add' "
2274 "Or create a new disk image using -N, or the 'alloc' or 'sparse' commands.\n"
2275 "Once you have done this, use the 'run' command.\n"
2281 "Find out what filesystems are available using 'list-filesystems' and then\n"
2282 "mount them to examine or modify the contents using 'mount-ro' or\n"
2283 "'mount-options'.\n"
2289 "For more information about a command, use 'help cmd'.\n"
2291 "To read the manual, type 'man'.\n"
2294 #: fish/hexedit.c:41
2296 msgid "hexedit (device|filename) [max | start max]\n"
2299 #: fish/hexedit.c:52
2301 msgid "hexedit: %s is a zero length file or device\n"
2304 #: fish/hexedit.c:63
2307 "hexedit: %s is larger than %s. You must supply a limit using\n"
2308 " 'hexedit %s <max>' (eg. 'hexedit %s 1M') or a range using\n"
2309 " 'hexedit %s <start> <max>'.\n"
2312 #: fish/hexedit.c:92
2314 msgid "hexedit: invalid range\n"
2317 #: fish/inspect.c:77
2319 msgid "%s: don't use --live and -i options together\n"
2320 msgstr "%s: --listen மற்றும் --file விருப்பங்களை அதே நேரத்தில் பயன்படுத்த முடியாது\n"
2322 #: fish/inspect.c:89
2324 msgid "%s: no operating system was found on this disk\n"
2327 #: fish/inspect.c:95
2329 msgid "%s: multi-boot operating systems are not supported by the -i option\n"
2332 #: fish/inspect.c:134
2334 msgid "%s: some filesystems could not be mounted (ignored)\n"
2337 #: fish/inspect.c:146
2339 msgid "Operating system: %s\n"
2342 #: fish/inspect.c:159
2344 msgid "%s mounted on %s\n"
2345 msgstr "ஏற்ம்புள்ளிகளைக் காட்டு"
2349 msgid "Enter key or passphrase (\"%s\"): "
2354 msgid "use 'lcd directory' to change local directory\n"
2355 msgstr "உள்ளமை அடைவை மாற்ற 'lcd அடைவை' பயன்படுத்து\n"
2359 msgid "use 'man' without parameters to open the manual\n"
2364 msgid "the external 'man' program failed\n"
2365 msgstr "அகக் கட்டளை தோல்வியுற்றது: %s"
2369 msgid "use '%s filename' to page a file\n"
2370 msgstr "'%s கோப்புபெயரை' ஒரு கோப்பில் பக்கத்திற்குப் பயன்படுத்து\n"
2372 #: fish/options.c:36
2374 msgid "%s: too many drives added on the command line\n"
2375 msgstr "%s: கட்டளை வரியில் காலியான கட்டளை\n"
2377 #: fish/options.c:128
2379 msgid "%s: '%s' could not be mounted. Did you mean one of these?\n"
2385 "List of available prepared disk images:\n"
2392 "guestfish -N %-8s - %s\n"
2399 msgid " Optional parameters:\n"
2404 msgid "<%s> %s (default: %s)\n"
2410 "Prepared disk images are written to file \"test1.img\" in the local\n"
2411 "directory. (\"test2.img\" etc if -N option is given multiple times).\n"
2412 "For more information see the guestfish(1) manual.\n"
2418 "guestfish: -N parameter '%s': no such prepared disk image known.\n"
2419 "Use 'guestfish -N help' to list possible values for the -N parameter.\n"
2424 msgid "guestfish: error creating prepared disk image '%s' on '%s': "
2427 #: fish/prep_boot.c:34 fish/prep_boot.c:89 fish/prep_disk.c:34
2428 #: fish/prep_fs.c:34 fish/prep_lv.c:69 fish/prep_lv.c:122 fish/prep_part.c:34
2430 msgid "failed to allocate disk"
2431 msgstr "கோப்பு சங்க்கை பகுக்க முடியவில்லை"
2433 #: fish/prep_boot.c:42 fish/prep_boot.c:97
2435 msgid "could not parse boot size"
2436 msgstr "'%s'க்கான பகுப்பு அளவை குறிப்பிட முடியவில்லை\n"
2438 #: fish/prep_boot.c:46 fish/prep_boot.c:101
2440 msgid "failed to get sector size of disk: %s"
2441 msgstr "கோப்பு சங்க்கை பகுக்க முடியவில்லை"
2443 #: fish/prep_boot.c:50 fish/prep_boot.c:105 fish/prep_fs.c:41
2444 #: fish/prep_lv.c:76 fish/prep_lv.c:129 fish/prep_part.c:41
2446 msgid "failed to partition disk: %s"
2449 #: fish/prep_boot.c:55 fish/prep_boot.c:110
2451 msgid "failed to add boot partition: %s"
2452 msgstr "ஒரு ஸ்வாப் பகிர்வை உருவாக்கு"
2454 #: fish/prep_boot.c:59 fish/prep_boot.c:114
2456 msgid "failed to add root partition: %s"
2457 msgstr "ஒரு ஸ்வாப் பகிர்வை உருவாக்கு"
2459 #: fish/prep_boot.c:68 fish/prep_boot.c:128
2461 msgid "failed to create boot filesystem: %s"
2464 #: fish/prep_boot.c:77 fish/prep_boot.c:157
2466 msgid "failed to create root filesystem: %s"
2469 #: fish/prep_boot.c:86 fish/prep_boot.c:120 fish/prep_lv.c:66
2470 #: fish/prep_lv.c:82 fish/prep_lv.c:119 fish/prep_lv.c:135
2471 msgid "incorrect format for LV name, use '/dev/VG/LV'"
2474 #: fish/prep_boot.c:137 fish/prep_lv.c:91 fish/prep_lv.c:144
2476 msgid "failed to create PV: %s: %s"
2477 msgstr "கோப்பு சங்க்கை பகுக்க முடியவில்லை"
2479 #: fish/prep_boot.c:142 fish/prep_lv.c:96 fish/prep_lv.c:149
2481 msgid "failed to create VG: %s: %s"
2482 msgstr "கோப்பு சங்க்கை பகுக்க முடியவில்லை"
2484 #: fish/prep_boot.c:149 fish/prep_lv.c:103 fish/prep_lv.c:156
2486 msgid "failed to create LV: /dev/%s/%s: %s"
2489 #: fish/prep_boot.c:153 fish/prep_lv.c:107 fish/prep_lv.c:160
2491 msgid "failed to resize LV to full size: %s: %s"
2494 #: fish/prep_fs.c:51 fish/prep_lv.c:165
2496 msgid "failed to create filesystem (%s): %s"
2501 msgid "guestfish: protocol error: could not read 'hello' message\n"
2502 msgstr "guestfish: protocol error: 'hello' செய்தியை வாசிக்க முடியவில்லை\n"
2507 "guestfish: protocol error: version mismatch, server version '%s' does not "
2508 "match client version '%s'. The two versions must match exactly.\n"
2510 "guestfish: protocol error: பதிப்பு பொருந்தவில்லை, சேவையக பதிப்பு '%s' க்ளையன்ட் "
2511 "பதிப்பு '%s'உடன் பொருந்தவில்லை. இந்த இரண்டு பதிப்புகளும் சரியாக பொருந்த வேண்டும்.\n"
2513 #: fish/rc.c:335 fish/rc.c:349
2515 msgid "guestfish: remote: looks like the server is not running\n"
2516 msgstr "guestfish: remote: சேவையகம் இயங்காதது போல் உள்ளது\n"
2518 #: fish/rc.c:361 fish/rc.c:375
2520 msgid "guestfish: protocol error: could not send initial greeting to server\n"
2522 "guestfish: protocol error: துவக்க அழைப்பை சேவையகத்திற்கு அனுப்ப முடியவில்லை\n"
2526 msgid "guestfish: protocol error: could not decode reply from server\n"
2527 msgstr "guestfish: protocol error: சேவையகத்திலிருந்து குறிநீக்க பதில் இல்லை\n"
2531 msgid "'reopen' command takes no parameters\n"
2532 msgstr "'reopen' கட்டளை அளவுருக்களை எடுக்கவில்லை\n"
2536 msgid "reopen: guestfs_create: failed to create handle\n"
2537 msgstr "reopen: guestfs_create: ஹாண்டிலை உருவாக்க முடியவில்லை\n"
2539 #: fish/supported.c:66
2543 #: fish/supported.c:68
2549 msgid "use 'time command [args...]'\n"
2550 msgstr "'நேர கட்டளையைப் பயன்படுத்து [args...]'\n"
2552 #: fuse/guestmount.c:912
2555 "%s: FUSE module for libguestfs\n"
2556 "%s lets you mount a virtual machine filesystem\n"
2557 "Copyright (C) 2009-2010 Red Hat Inc.\n"
2559 " %s [--options] [-- [--FUSE-options]] mountpoint\n"
2561 " -a|--add image Add image\n"
2562 " -c|--connect uri Specify libvirt URI for -d option\n"
2563 " --dir-cache-timeout Set readdir cache timeout (default 5 sec)\n"
2564 " -d|--domain guest Add disks from libvirt guest\n"
2565 " --echo-keys Don't turn off echo for passphrases\n"
2566 " --format[=raw|..] Force disk format for -a option\n"
2567 " --fuse-help Display extra FUSE options\n"
2568 " -i|--inspector Automatically mount filesystems\n"
2569 " --help Display help message and exit\n"
2570 " --keys-from-stdin Read passphrases from stdin\n"
2571 " --live Connect to a live virtual machine\n"
2572 " -m|--mount dev[:mnt[:opts]] Mount dev on mnt (if omitted, /)\n"
2573 " -n|--no-sync Don't autosync\n"
2574 " -o|--option opt Pass extra option to FUSE\n"
2575 " -r|--ro Mount read-only\n"
2576 " --selinux Enable SELinux support\n"
2577 " -v|--verbose Verbose messages\n"
2578 " -V|--version Display version and exit\n"
2579 " -w|--rw Mount read-write\n"
2580 " -x|--trace Trace guestfs API calls\n"
2582 "%s: FUSE module for libguestfs\n"
2583 "%s lets you mount a virtual machine filesystem\n"
2584 "Copyright (C) 2009 Red Hat Inc.\n"
2586 " %s [--options] [-- [--FUSE-options]] mountpoint\n"
2588 " -a|--add image Add image\n"
2589 " --dir-cache-timeout Set readdir cache timeout (default 5 sec)\n"
2590 " --fuse-help Display extra FUSE options\n"
2591 " --help Display help message and exit\n"
2592 " -m|--mount dev[:mnt] Mount dev on mnt (if omitted, /)\n"
2593 " -n|--no-sync Don't autosync\n"
2594 " -o|--option opt Pass extra option to FUSE\n"
2595 " -r|--ro Mount read-only\n"
2596 " --selinux Enable SELinux support\n"
2597 " --trace Trace guestfs API calls (to stderr)\n"
2598 " -v|--verbose Verbose messages\n"
2599 " -V|--version Display version and exit\n"
2601 #: fuse/guestmount.c:1130
2603 msgid "%s: must have at least one -a/-d and at least one -m/-i option\n"
2605 "%s: விருப்பத்தில் குறைந்தபட்சம் ஒரு -a மற்றும் குறைந்தபட்சம் ஒரு -m ஐ பெற்றிருக்க வேண்டும்\n"
2607 #: fuse/guestmount.c:1138
2609 msgid "%s: you must specify a mountpoint in the host filesystem\n"
2610 msgstr "%s: புரவல கோப்புமுறைமையில் ஒரு ஏறும்புள்ளியை நீங்கள் குறிப்பிட வேண்டும்\n"
2612 #: inspector/virt-inspector.c:76
2615 "%s: display information about a virtual machine\n"
2616 "Copyright (C) 2010 Red Hat Inc.\n"
2618 " %s [--options] -d domname file [file ...]\n"
2619 " %s [--options] -a disk.img [-a disk.img ...] file [file ...]\n"
2621 " -a|--add image Add image\n"
2622 " -c|--connect uri Specify libvirt URI for -d option\n"
2623 " -d|--domain guest Add disks from libvirt guest\n"
2624 " --echo-keys Don't turn off echo for passphrases\n"
2625 " --format[=raw|..] Force disk format for -a option\n"
2626 " --help Display brief help\n"
2627 " --keys-from-stdin Read passphrases from stdin\n"
2628 " -v|--verbose Verbose messages\n"
2629 " -V|--version Display version and exit\n"
2630 " -x Trace libguestfs API calls\n"
2631 "For more information, see the manpage %s(1).\n"
2633 "%s: FUSE module for libguestfs\n"
2634 "%s lets you mount a virtual machine filesystem\n"
2635 "Copyright (C) 2009 Red Hat Inc.\n"
2637 " %s [--options] [-- [--FUSE-options]] mountpoint\n"
2639 " -a|--add image Add image\n"
2640 " --dir-cache-timeout Set readdir cache timeout (default 5 sec)\n"
2641 " --fuse-help Display extra FUSE options\n"
2642 " --help Display help message and exit\n"
2643 " -m|--mount dev[:mnt] Mount dev on mnt (if omitted, /)\n"
2644 " -n|--no-sync Don't autosync\n"
2645 " -o|--option opt Pass extra option to FUSE\n"
2646 " -r|--ro Mount read-only\n"
2647 " --selinux Enable SELinux support\n"
2648 " --trace Trace guestfs API calls (to stderr)\n"
2649 " -v|--verbose Verbose messages\n"
2650 " -V|--version Display version and exit\n"
2652 #: inspector/virt-inspector.c:263
2655 "%s: no operating system could be detected inside this disk image.\n"
2657 "This may be because the file is not a disk image, or is not a virtual "
2659 "image, or because the OS type is not understood by libguestfs.\n"
2661 "NOTE for Red Hat Enterprise Linux 6 users: for Windows guest support you "
2663 "install the separate libguestfs-winsupport package.\n"
2665 "If you feel this is an error, please file a bug report including as much\n"
2666 "information about the disk image as possible.\n"
2669 #: inspector/virt-inspector.c:288
2671 msgid "%s: XML write error at \"%s\": %m\n"
2674 #: inspector/virt-inspector.c:300
2676 msgid "%s: xmlOutputBufferCreateFd: failed to open stdout\n"
2679 #: inspector/virt-inspector.c:308
2681 msgid "%s: xmlNewTextWriter: failed to create libxml2 writer\n"
2684 #: perl/lib/Sys/Guestfs/Lib.pm:158
2685 msgid "open_guest: first parameter must be a string or an arrayref"
2688 #: perl/lib/Sys/Guestfs/Lib.pm:164
2689 msgid "open_guest: first argument contains undefined element"
2692 #: perl/lib/Sys/Guestfs/Lib.pm:172
2693 #, fuzzy, perl-brace-format
2694 msgid "guest image {imagename} does not exist or is not readable"
2695 msgstr "Binary '%s' does not exist or is not executable\n"
2697 #: perl/lib/Sys/Guestfs/Lib.pm:179
2699 "open_guest: no libvirt support (install Sys::Virt, XML::XPath and XML::"
2703 #: perl/lib/Sys/Guestfs/Lib.pm:184
2705 msgid "open_guest: too many domains listed on command line"
2706 msgstr "%s: கட்டளை வரியில் காலியான கட்டளை\n"
2708 #: perl/lib/Sys/Guestfs/Lib.pm:191
2709 msgid "open_guest: cannot connect to libvirt"
2712 #: perl/lib/Sys/Guestfs/Lib.pm:210
2713 #, perl-brace-format
2714 msgid "{imagename} is not the name of an inactive libvirt domain\n"
2717 #: perl/lib/Sys/Guestfs/Lib.pm:213
2718 #, perl-brace-format
2719 msgid "{imagename} is not the name of a libvirt domain\n"
2722 #: perl/lib/Sys/Guestfs/Lib.pm:242
2723 #, perl-brace-format
2724 msgid "{imagename} seems to have no disk devices\n"
2727 #: perl/lib/Sys/Guestfs/Lib.pm:827
2729 "No operating system could be detected inside this disk image.\n"
2731 "This may be because the file is not a disk image, or is not a virtual "
2733 "image, or because the OS type is not understood by virt-inspector.\n"
2735 "If you feel this is an error, please file a bug report including as much\n"
2736 "information about the disk image as possible.\n"
2739 #: perl/lib/Sys/Guestfs/Lib.pm:901
2740 #, perl-brace-format
2741 msgid "unknown filesystem label {label}\n"
2744 #: perl/lib/Sys/Guestfs/Lib.pm:911
2745 #, perl-brace-format
2746 msgid "unknown filesystem UUID {uuid}\n"
2749 #: perl/lib/Sys/Guestfs/Lib.pm:939
2750 #, fuzzy, perl-brace-format
2751 msgid "unknown filesystem {fs}\n"
2752 msgstr "ஏற முடியாத ஒரு கோப்புமுறைமை"
2754 #: perl/lib/Sys/Guestfs/Lib.pm:1017
2755 #, perl-brace-format
2756 msgid "Error running rpm -qa: {error}"
2759 #: perl/lib/Sys/Guestfs/Lib.pm:1043
2760 #, perl-brace-format
2761 msgid "Error running dpkg-query: {error}"
2764 #: perl/lib/Sys/Guestfs/Lib.pm:1108
2765 msgid "Can't find grub on guest"
2768 #: perl/lib/Sys/Guestfs/Lib.pm:1163
2769 #, perl-brace-format
2770 msgid "Grub entry {title} has no kernel"
2773 #: perl/lib/Sys/Guestfs/Lib.pm:1194
2774 #, perl-brace-format
2775 msgid "grub refers to {path}, which doesn't exist\n"
2778 #: perl/lib/Sys/Guestfs/Lib.pm:1217
2779 #, perl-brace-format
2780 msgid "Grub entry {title} does not specify an initrd"
2783 #: perl/lib/Sys/Guestfs/Lib.pm:1286
2784 #, perl-brace-format
2785 msgid "Didn't find modules directory {modules} for kernel {path}"
2788 #: perl/lib/Sys/Guestfs/Lib.pm:1294
2789 #, perl-brace-format
2790 msgid "Couldn't guess kernel version number from path for kernel {path}"
2793 #: perl/lib/Sys/Guestfs/Lib.pm:1348
2794 #, fuzzy, perl-brace-format
2795 msgid "{path} doesn't match augeas pattern"
2796 msgstr "திரும்பும் வரிகள் ஒரு பாணியில் பொருந்துகிறது"
2798 #: perl/lib/Sys/Guestfs/Lib.pm:1387
2799 #, perl-brace-format
2800 msgid "{filename}: could not read initrd format"
2803 #: rescue/virt-rescue.c:63
2806 "%s: Run a rescue shell on a virtual machine\n"
2807 "Copyright (C) 2009-2010 Red Hat Inc.\n"
2809 " %s [--options] -d domname\n"
2810 " %s [--options] -a disk.img [-a disk.img ...]\n"
2812 " -a|--add image Add image\n"
2813 " --append kernelopts Append kernel options\n"
2814 " -c|--connect uri Specify libvirt URI for -d option\n"
2815 " -d|--domain guest Add disks from libvirt guest\n"
2816 " --format[=raw|..] Force disk format for -a option\n"
2817 " --help Display brief help\n"
2818 " -m|--memsize MB Set memory size in megabytes\n"
2819 " --network Enable network\n"
2820 " -r|--ro Access read-only\n"
2821 " --selinux Enable SELinux\n"
2822 " -v|--verbose Verbose messages\n"
2823 " -V|--version Display version and exit\n"
2824 " -w|--rw Mount read-write\n"
2825 " -x Trace libguestfs API calls\n"
2826 "For more information, see the manpage %s(1).\n"
2828 "%s: FUSE module for libguestfs\n"
2829 "%s lets you mount a virtual machine filesystem\n"
2830 "Copyright (C) 2009 Red Hat Inc.\n"
2832 " %s [--options] [-- [--FUSE-options]] mountpoint\n"
2834 " -a|--add image Add image\n"
2835 " --dir-cache-timeout Set readdir cache timeout (default 5 sec)\n"
2836 " --fuse-help Display extra FUSE options\n"
2837 " --help Display help message and exit\n"
2838 " -m|--mount dev[:mnt] Mount dev on mnt (if omitted, /)\n"
2839 " -n|--no-sync Don't autosync\n"
2840 " -o|--option opt Pass extra option to FUSE\n"
2841 " -r|--ro Mount read-only\n"
2842 " --selinux Enable SELinux support\n"
2843 " --trace Trace guestfs API calls (to stderr)\n"
2844 " -v|--verbose Verbose messages\n"
2845 " -V|--version Display version and exit\n"
2847 #: rescue/virt-rescue.c:180
2849 msgid "%s: could not parse memory size '%s'\n"
2850 msgstr "'%s'க்கான பகுப்பு அளவை குறிப்பிட முடியவில்லை\n"
2852 #: rescue/virt-rescue.c:419
2854 msgid "%s: unknown child exit status (%d)\n"
2855 msgstr "%s: தெரியாத நீண்ட விருப்பம்: %s (%d)\n"
2857 #: src/appliance.c:181
2860 "cannot find any suitable libguestfs supermin or ordinary appliance on "
2861 "LIBGUESTFS_PATH (search path: %s)"
2864 #: src/appliance.c:331
2866 msgid "security: cached appliance %s is not owned by UID %d"
2869 #: src/appliance.c:336
2871 msgid "security: cached appliance %s is not a directory (mode %o)"
2874 #: src/appliance.c:341
2876 msgid "security: cached appliance %s is writable by group or other (mode %o)"
2879 #: src/appliance.c:659
2881 msgid "external command failed, see earlier error messages"
2882 msgstr "guestfs_launch தோல்வியுற்றது, முந்தைய பிழைச் செய்தியைப் பார்"
2886 msgid "unexpected end of output from db_dump command before end of header"
2887 msgstr "unexpected end of file when reading from daemon"
2889 #: src/dbdump.c:100 src/dbdump.c:112
2891 msgid "unexpected line from db_dump command, no space prefix"
2892 msgstr "unexpected end of file when reading from daemon"
2896 msgid "unexpected end of output from db_dump command before end of data"
2897 msgstr "unexpected end of file when reading from daemon"
2901 msgid "unexpected non-hex digits in output of db_dump command"
2902 msgstr "unexpected end of file when reading from daemon"
2904 #: src/filearch.c:153
2906 msgid "size of %s unreasonable (%<PRIi64> bytes)"
2909 #: src/filearch.c:266
2911 "file-architecture API not available since this version of libguestfs was "
2912 "compiled without PCRE or libmagic libraries"
2915 #: src/guestfs.c:178
2917 msgid "guestfs_close: called twice on the same handle\n"
2918 msgstr "guestfs_close: அதே ஹாண்டலில் இரண்டு முறை அழைக்கப்பட்டது\n"
2920 #: src/guestfs.c:333
2925 #: src/guestfs.c:392
2927 msgid "libguestfs: error: %s\n"
2928 msgstr "libguestfs: error: %s\n"
2930 #: src/guestfs.c:939
2932 msgid "<truncated, original size %zu bytes>"
2935 #: src/inspect.c:265
2936 msgid "not a Windows guest, or systemroot could not be determined"
2939 #: src/inspect.c:281
2940 msgid "not a Windows guest, or CurrentControlSet could not be determined"
2943 #: src/inspect.c:519
2945 msgid "%s: temporary directory not found"
2946 msgstr "%s: தற்காலிக அடைவை உருவாக்க முடியவில்லை"
2948 #: src/inspect.c:535 src/inspect_fs.c:474 src/inspect_fs.c:518
2949 #: src/inspect_fs_unix.c:194 src/inspect_fs_unix.c:579
2950 #: src/inspect_fs_unix.c:821
2952 msgid "size of %s is unreasonably large (%<PRIi64> bytes)"
2955 #: src/inspect.c:572
2956 msgid "no inspection data: call guestfs_inspect_os first"
2959 #: src/inspect.c:584
2962 "%s: root device not found: only call this function with a root device "
2963 "previously returned by guestfs_inspect_os"
2966 #: src/inspect.c:594 src/inspect_apps.c:474
2968 "inspection API not available since this version of libguestfs was compiled "
2969 "without PCRE or hivex libraries"
2972 #: src/inspect_fs.c:326 src/inspect_fs.c:339
2974 msgid "could not parse integer in version number: %s"
2975 msgstr "'%s'க்கான பகுப்பு அளவை குறிப்பிட முடியவில்லை\n"
2977 #: src/inspect_fs.c:483
2979 msgid "%s: file is empty"
2982 #: src/inspect_fs_unix.c:613
2984 msgid "could not parse /etc/fstab or empty file"
2985 msgstr "'%s'க்கான பகுப்பு அளவை குறிப்பிட முடியவில்லை\n"
2987 #: src/inspect_fs_windows.c:112
2989 msgid "cannot resolve Windows %%SYSTEMROOT%%"
2993 msgid "command line cannot be altered after qemu subprocess launched"
2994 msgstr "command line cannot be altered after qemu subprocess launched"
2997 msgid "guestfs_config: parameter must begin with '-' character"
2998 msgstr "guestfs_config: அளவுரு '-' எழுத்தில் துவக்க வேண்டும்"
3002 msgid "guestfs_config: parameter '%s' isn't allowed"
3003 msgstr "guestfs_config: அளவுரு '%s' அனுமதிக்கப்படுவதில்லை"
3005 #: src/launch.c:235 src/launch.c:339
3006 msgid "filename cannot contain ',' (comma) character"
3007 msgstr "கோப்புபெயர் ',' (கம்மா) எழுத்தை கொண்டிருக்கவில்லை"
3009 #: src/launch.c:247 src/launch.c:252
3011 msgid "%s parameter is empty or contains disallowed characters"
3016 msgid "the libguestfs handle has already been launched"
3017 msgstr "qemu ஏற்கனவே துவங்கப்பட்டுவிட்டது"
3021 msgid "%s: cannot create temporary directory"
3022 msgstr "%s: தற்காலிக அடைவை உருவாக்க முடியவில்லை"
3025 msgid "you must call guestfs_add_drive before guestfs_launch"
3026 msgstr "நீங்கள் guestfs_add_drive ஐ guestfs_launchக்கு முன் அழைக்க வேண்டும்"
3029 msgid "guestfs_launch failed, see earlier error messages"
3030 msgstr "guestfs_launch தோல்வியுற்றது, முந்தைய பிழைச் செய்தியைப் பார்"
3033 msgid "qemu launched and contacted daemon, but state != READY"
3034 msgstr "qemu டொமைனுடன் துவக்கப்பட்டு தொடர்பு கொண்டது, ஆனால் நிலையானது != READY"
3038 msgid "guestfs_launch failed, unexpected initial message from guestfsd"
3039 msgstr "guestfs_launch தோல்வியுற்றது, முந்தைய பிழைச் செய்தியைப் பார்"
3043 msgid "contacted guestfsd, but state != READY"
3044 msgstr "qemu டொமைனுடன் துவக்கப்பட்டு தொடர்பு கொண்டது, ஆனால் நிலையானது != READY"
3046 #: src/launch.c:1038
3049 "%s: command failed: If qemu is located on a non-standard path, try setting "
3050 "the LIBGUESTFS_QEMU environment variable."
3052 "%s: command failed: If qemu is located on a non-standard path, try setting "
3053 "the LIBGUESTFS_QEMU environment variable."
3055 #: src/launch.c:1129
3056 msgid "qemu has not been launched yet"
3057 msgstr "qemu இன்னும் துவங்கப்படவில்லை"
3059 #: src/launch.c:1140
3060 msgid "no subprocess to kill"
3061 msgstr "அழிப்பதற்கு துணைசெயல்பாடுகள் இல்லை"
3065 msgid "guestfs_set_busy: called when in state %d != READY"
3066 msgstr "guestfs_set_busy: %d நிலையில் உள்ள போது அழைத்தது!= READY"
3070 msgid "guestfs_end_busy: called when in state %d"
3071 msgstr "guestfs_end_busy: நிலை %dல் உள்ள போது அழைத்தது"
3076 "check_for_daemon_cancellation_or_eof: read 0x%x from daemon, expected 0x%x\n"
3078 "check_for_daemon_cancellation_or_eof: டொமைனிலிருந்து 0x%x ஐ வாசி, "
3079 "எதிர்பார்க்கப்பட்ட 0x%x\n"
3081 #: src/proto.c:599 src/proto.c:662
3082 msgid "unexpected end of file when reading from daemon"
3083 msgstr "unexpected end of file when reading from daemon"
3087 msgid "received magic signature from guestfsd, but in state %d"
3088 msgstr "received magic signature from guestfsd, but in state %d"
3092 msgid "message length (%u) > maximum possible size (%d)"
3093 msgstr "செய்தி அளவு (%u) > குறைந்தபட்ச சாத்தியமான அளவு (%d)"
3097 msgid "guestfs___send: state %d != BUSY"
3098 msgstr "guestfs___send: நிலை%d != BUSY"
3101 msgid "xdr_guestfs_message_header failed"
3102 msgstr "xdr_guestfs_message_header தோல்வியுற்றது"
3105 msgid "dispatch failed to marshal args"
3106 msgstr "marshal args ஐ அனுப்ப முடியவில்லை"
3110 msgid "send_file_chunk: state %d != READY"
3111 msgstr "send_file_chunk: நிலை %d != READY"
3115 msgid "xdr_guestfs_chunk failed (buf = %p, buflen = %zu)"
3116 msgstr "xdr_guestfs_chunk தோல்வியுற்றது (buf = %p, buflen = %zu)"
3120 msgid "%s: error in chunked encoding"
3121 msgstr "%s: error in chunked encoding"
3124 msgid "write to daemon socket"
3125 msgstr "டொமைன் சாக்கெட்டிற்கு எழுது"
3128 msgid "receive_file_data: parse error in reply callback"
3129 msgstr "receive_file_data: பதில் பின்அழைப்பில் உள்ள பிழையை பகுக்கவும்"
3132 msgid "receive_file_data: unexpected flag received when reading file chunks"
3133 msgstr "receive_file_data: கோப்பு சங்க்கை வாசிக்கும் போது எதிர்பாராத கொடி பெறப்பட்டது"
3136 msgid "failed to parse file chunk"
3137 msgstr "கோப்பு சங்க்கை பகுக்க முடியவில்லை"
3140 msgid "file receive cancelled by daemon"
3141 msgstr "கோப்பினை பெறுதல் டொமைனால் ரத்து செய்யப்பட்டது"
3143 #: src/virt.c:92 src/virt.c:325
3144 msgid "you cannot set both live and readonly flags"
3149 msgid "could not connect to libvirt (code %d, domain %d): %s"
3154 msgid "no libvirt domain called '%s': %s"
3156 "%s: -i க்கு ஒரு libvirt டொமைன் பாதை(கள்) வட்டு செய்தி(களுக்கு) தேவைப்படுகிறது\n"
3158 #: src/virt.c:163 src/virt.c:413
3160 msgid "error reading libvirt XML information: %s"
3163 #: src/virt.c:173 src/virt.c:421
3164 msgid "unable to parse XML information returned by libvirt"
3167 #: src/virt.c:179 src/virt.c:427
3169 msgid "unable to create new XPath context"
3170 msgstr "guestfs_create: ஹாண்டிலை உருவாக்க முடியவில்லை\n"
3172 #: src/virt.c:186 src/virt.c:442
3174 msgid "unable to evaluate XPath expression"
3175 msgstr "guestfs_create: ஹாண்டிலை உருவாக்க முடியவில்லை\n"
3179 msgid "libvirt domain has no disks"
3181 "%s: -i க்கு ஒரு libvirt டொமைன் பாதை(கள்) வட்டு செய்தி(களுக்கு) தேவைப்படுகிறது\n"
3185 msgid "error getting domain info: %s"
3190 "error: domain is a live virtual machine.\n"
3191 "Writing to the disks of a running virtual machine can cause disk "
3193 "Either use read-only access, or if the guest is running the guestfsd daemon\n"
3194 "specify live access. In most libguestfs tools these options are --ro or\n"
3195 "--live respectively. Consult the documentation for further information."
3200 "this guest has no libvirt <channel> definition for guestfsd\n"
3201 "See ATTACHING TO RUNNING DAEMONS in guestfs(3) for further information."
3206 "add-domain API not available since this version of libguestfs was compiled "
3207 "without libvirt or libxml2"
3210 #: test-tool/test-tool.c:79
3213 "libguestfs-test-tool: interactive test tool\n"
3214 "Copyright (C) 2009-2011 Red Hat Inc.\n"
3216 " libguestfs-test-tool [--options]\n"
3218 " --help Display usage\n"
3219 " --qemudir dir Specify QEMU source directory\n"
3220 " --qemu qemu Specify QEMU binary\n"
3222 " -t n Set launch timeout (default: %d seconds)\n"
3224 "libguestfs-test-tool: interactive test tool\n"
3225 "Copyright (C) 2009 Red Hat Inc.\n"
3227 " libguestfs-test-tool [--options]\n"
3229 " --help Display usage\n"
3230 " --helper libguestfs-test-tool-helper\n"
3231 " Helper program (default: %s)\n"
3232 " --qemudir dir Specify QEMU source directory\n"
3233 " --qemu qemu Specify QEMU binary\n"
3235 " -t n Set launch timeout (default: %d seconds)\n"
3237 #: test-tool/test-tool.c:127
3239 msgid "libguestfs-test-tool: unknown long option: %s (%d)\n"
3240 msgstr "libguestfs-test-tool: தெரியாத நீண்ட விருப்பம்: %s (%d)\n"
3242 #: test-tool/test-tool.c:136
3244 msgid "libguestfs-test-tool: invalid timeout: %s\n"
3245 msgstr "libguestfs-test-tool: தவறான நேரமுடிவு: %s\n"
3247 #: test-tool/test-tool.c:148
3249 msgid "libguestfs-test-tool: unexpected command line option 0x%x\n"
3250 msgstr "libguestfs-test-tool: எதிர்பாராத கட்டளை வரி விருப்பம் 0x%x\n"
3252 #: test-tool/test-tool.c:170
3254 msgid "libguestfs-test-tool: failed to create libguestfs handle\n"
3255 msgstr "libguestfs-test-tool: libguestfs ஹாண்டிலை உருவாக்க முடியவில்லை\n"
3257 #: test-tool/test-tool.c:177
3259 msgid "libguestfs-test-tool: failed to add drive '%s'\n"
3260 msgstr "libguestfs-test-tool: இயக்கி '%s' உடன் இணைக்க முடியவில்லை\n"
3262 #: test-tool/test-tool.c:185
3264 msgid "libguestfs-test-tool: guestfs_version failed\n"
3265 msgstr "libguestfs-test-tool: guestfs_version தோல்வியுற்றது\n"
3267 #: test-tool/test-tool.c:217
3269 msgid "libguestfs-test-tool: failed to launch appliance\n"
3270 msgstr "libguestfs-test-tool: failed to launch appliance\n"
3272 #: test-tool/test-tool.c:229
3274 msgid "libguestfs-test-tool: failed to run part-disk\n"
3275 msgstr "libguestfs-test-tool: sfவட்டை இயக்க முடியவில்லை\n"
3277 #: test-tool/test-tool.c:235
3279 msgid "libguestfs-test-tool: failed to mkfs.ext2\n"
3280 msgstr "libguestfs-test-tool: mkfs.ext2 தோல்வியுற்றது\n"
3282 #: test-tool/test-tool.c:241
3284 msgid "libguestfs-test-tool: failed to mount /dev/sda1 on /\n"
3285 msgstr "libguestfs-test-tool: mount /dev/sda1ல் ஏற முடியவில்லை /\n"
3287 #: test-tool/test-tool.c:248
3289 msgid "libguestfs-test-tool: failed to touch file\n"
3290 msgstr "libguestfs-test-tool: sfவட்டை இயக்க முடியவில்லை\n"
3292 #: test-tool/test-tool.c:279
3295 "LIBGUESTFS_QEMU environment variable is already set, so\n"
3296 "--qemu/--qemudir options cannot be used.\n"
3298 "LIBGUESTFS_QEMU சூழல் மாறிலி ஏற்கனவே அமைக்கப்பட்டது , ஆகையால்\n"
3299 "--qemu/--qemudir விருப்பங்கள் பயன்படுத்தப்படவில்லை.\n"
3301 #: test-tool/test-tool.c:287
3303 msgid "Binary '%s' does not exist or is not executable\n"
3304 msgstr "Binary '%s' does not exist or is not executable\n"
3306 #: test-tool/test-tool.c:301
3308 msgid "%s: does not look like a qemu source directory\n"
3309 msgstr "%s: ஒரு qemu மூல அடைவு போல் இல்லை\n"
3311 #: tools/virt-edit.pl:178
3312 msgid "virt-edit: no image, VM names or filenames to edit given"
3315 #: tools/virt-edit.pl:194 tools/virt-tar.pl:243 tools/virt-win-reg.pl:217
3316 #, perl-brace-format
3318 "{prog}: No operating system could be detected inside this disk image.\n"
3320 "This may be because the file is not a disk image, or is not a virtual "
3322 "image, or because the OS type is not understood by libguestfs.\n"
3324 "If you feel this is an error, please file a bug report including as much\n"
3325 "information about the disk image as possible.\n"
3328 #: tools/virt-edit.pl:198 tools/virt-tar.pl:247 tools/virt-win-reg.pl:221
3329 #, perl-brace-format
3330 msgid "{prog}: multiboot operating systems are not supported.\n"
3333 #: tools/virt-edit.pl:235
3334 msgid "File not changed.\n"
3337 #: tools/virt-edit.pl:406
3338 #, perl-brace-format
3339 msgid "virt-edit: drive '{x}:' not found\n"
3342 #: tools/virt-edit.pl:422
3343 #, perl-brace-format
3345 "virt-edit: '{f}' does not start with a / or \\ character.\n"
3346 "If you are using Windows style paths with backslashes like C:\\foo.txt\n"
3347 "then don't forget that you must quote them with single quotes to\n"
3348 "prevent the shell from munging the backslashes.\n"
3351 #: tools/virt-list-filesystems.pl:142
3352 msgid "virt-list-filesystems: no image or VM name given"
3355 #: tools/virt-list-partitions.pl:152
3356 msgid "virt-list-partitions: no image or VM name given"
3359 #: tools/virt-make-fs.pl:291
3360 msgid "virt-make-fs input output\n"
3363 #: tools/virt-make-fs.pl:321
3364 msgid "unexpected output from 'du' command"
3367 #: tools/virt-make-fs.pl:333 tools/virt-make-fs.pl:347
3368 #: tools/virt-make-fs.pl:458
3369 #, perl-brace-format
3370 msgid "{f}: unknown input format: {fmt}\n"
3373 #: tools/virt-make-fs.pl:391
3374 #, perl-brace-format
3375 msgid "virt-make-fs: cannot parse size parameter: {sz}\n"
3378 #: tools/virt-make-fs.pl:406
3381 "qemu-img create: failed to create disk image, see earlier error messages\n"
3382 msgstr "guestfs_launch தோல்வியுற்றது, முந்தைய பிழைச் செய்தியைப் பார்"
3384 #: tools/virt-make-fs.pl:417
3385 msgid "virt-make-fs: NTFS support was disabled when libguestfs was compiled\n"
3388 #: tools/virt-make-fs.pl:442
3390 msgid "tar: failed, see earlier messages\n"
3391 msgstr "guestfs_launch தோல்வியுற்றது, முந்தைய பிழைச் செய்தியைப் பார்"
3393 #: tools/virt-make-fs.pl:464
3395 msgid "uncompress command failed, see earlier messages\n"
3396 msgstr "guestfs_launch தோல்வியுற்றது, முந்தைய பிழைச் செய்தியைப் பார்"
3398 #: tools/virt-make-fs.pl:499
3400 "virt-make-fs: error copying contents into filesystem\n"
3401 "An error here usually means that the program did not estimate the\n"
3402 "filesystem size correctly. Please read the BUGS section of the manpage.\n"
3405 #: tools/virt-tar.pl:183 tools/virt-tar.pl:190
3406 msgid "virt-tar: extract/upload mode specified twice on the command line\n"
3409 #: tools/virt-tar.pl:212
3410 msgid "virt-tar: no image, VM names, directory or filename given"
3413 #: tools/virt-tar.pl:215
3414 msgid "virt-tar: either -x or -u must be specified on the command line\n"
3417 #: tools/virt-tar.pl:226
3418 #, perl-brace-format
3419 msgid "virt-tar: {tarball}: file not found\n"
3422 #: tools/virt-tar.pl:229
3423 #, perl-brace-format
3424 msgid "virt-tar: {dir}: directory name must start with '/' character\n"
3427 #: tools/virt-win-reg.pl:201
3428 msgid "no libvirt domain name or disk image given\n"
3431 #: tools/virt-win-reg.pl:240
3433 "expecting 1 or 2 more parameters, subkey path and optionally the value to "
3437 #: tools/virt-win-reg.pl:351
3438 #, perl-brace-format
3439 msgid "virt-win-reg: {p}: not a supported Windows Registry path\n"
3442 #: tools/virt-win-reg.pl:368 tools/virt-win-reg.pl:390
3443 #, perl-brace-format
3444 msgid "virt-win-reg: {p}: file not found in guest: {err}\n"
3447 #: tools/virt-win-reg.pl:375
3448 #, perl-brace-format
3449 msgid "virt-win-reg: {p}: could not download registry file: {err}\n"
3452 #: tools/virt-win-reg.pl:397
3453 #, perl-brace-format
3454 msgid "virt-win-reg: {p}: could not upload registry file: {err}\n"
3457 #~ msgid "libguestfs-test-tool: failed to mkdir /iso\n"
3458 #~ msgstr "libguestfs-test-tool: mkdir /iso தோல்வியுற்றது\n"
3460 #~ msgid "libguestfs-test-tool: failed to mount /dev/sdb on /iso\n"
3461 #~ msgstr "libguestfs-test-tool: mount /dev/sdb on /iso ஆனது தோல்வியுற்றது\n"
3464 #~ "libguestfs-test-tool: could not run helper program, or helper failed\n"
3466 #~ "libguestfs-test-tool: உதவியாளர் நிரலை இயக்க முடியவில்லை, அல்லது உதவியாளர் "
3467 #~ "தோல்வியுற்றது\n"
3470 #~ "Test tool helper program 'libguestfs-test-tool-helper' is not\n"
3471 #~ "available. Expected to find it in '%s'\n"
3473 #~ "Use the --helper option to specify the location of this program.\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 #~ msgid "command failed: %s"
3481 #~ msgstr "கட்டளை தோல்வியுற்றது: %s"
3484 #~ "Test tool helper program %s\n"
3485 #~ "is not statically linked. This is a build error when this test tool\n"
3488 #~ "Test tool helper program %s\n"
3489 #~ "is not statically linked. This is a build error when this test tool\n"
3492 #~ msgid "mkisofs command failed: %s\n"
3493 #~ msgstr "mkisofs கட்டளை தோல்வியுற்றது: %s\n"
3496 #~ msgid "virt-resize: {file}: does not exist or is not readable\n"
3497 #~ msgstr "Binary '%s' does not exist or is not executable\n"
3500 #~ msgid "virt-resize: no logical volume called {n}\n"
3501 #~ msgstr "ஒரு LVM வரைகலை தொகுதியை மறுஅளவிடு"
3504 #~ msgid "failed to create temporary cache directory: %m"
3505 #~ msgstr "ஒரு தற்காலிக அடைவினை உருவாக்கு"
3508 #~ msgid "error renaming temporary cache directory: %m"
3509 #~ msgstr "ஒரு தற்காலிக அடைவினை உருவாக்கு"
3512 #~ msgid "virt-df: cannot use -h and --csv options together\n"
3514 #~ "%s: --listen மற்றும் --file விருப்பங்களை அதே நேரத்தில் பயன்படுத்த முடியாது\n"
3517 #~ msgid " Mountpoints:\n"
3518 #~ msgstr "ஏற்ம்புள்ளிகளைக் காட்டு"
3521 #~ msgid " Filesystems:\n"
3522 #~ msgstr "ஒரு கோப்புமுறையை செய்"
3524 #~ msgid "allocate an image"
3525 #~ msgstr "ஒரு படத்தை ஒதுக்கீடு"
3527 #~ msgid "edit a file in the image"
3528 #~ msgstr "படத்திலுள்ள ஒரு கோப்பினை திருத்து"
3530 #~ msgid "view a file in the pager"
3531 #~ msgstr "பேஜரில் ஒரு பக்கத்தைக் காட்டு"
3534 #~ "echo - display a line of text\n"
3535 #~ " echo [<params> ...]\n"
3537 #~ " This echos the parameters to the terminal.\n"
3539 #~ "echo - display a line of text\n"
3540 #~ " echo [<params> ...]\n"
3542 #~ " This echos the parameters to the terminal.\n"
3546 #~ "edit - edit a file in the image\n"
3547 #~ " edit <filename>\n"
3549 #~ " This is used to edit a file.\n"
3551 #~ " It is the equivalent of (and is implemented by)\n"
3552 #~ " running \"cat\", editing locally, and then \"write\".\n"
3554 #~ " Normally it uses $EDITOR, but if you use the aliases\n"
3555 #~ " \"vi\" or \"emacs\" you will get those editors.\n"
3557 #~ " NOTE: This will not work reliably for large files\n"
3558 #~ " (> 2 MB) or binary files containing \\0 bytes.\n"
3560 #~ "edit - edit a file in the image\n"
3561 #~ " edit <filename>\n"
3563 #~ " This is used to edit a file.\n"
3565 #~ " It is the equivalent of (and is implemented by)\n"
3566 #~ " running \"cat\", editing locally, and then \"write-file\".\n"
3568 #~ " Normally it uses $EDITOR, but if you use the aliases\n"
3569 #~ " \"vi\" or \"emacs\" you will get those editors.\n"
3571 #~ " NOTE: This will not work reliably for large files\n"
3572 #~ " (> 2 MB) or binary files containing \\0 bytes.\n"
3575 #~ "lcd - local change directory\n"
3576 #~ " lcd <directory>\n"
3578 #~ " Change guestfish's current directory. This command is\n"
3579 #~ " useful if you want to download files to a particular\n"
3582 #~ "lcd - local change directory\n"
3583 #~ " lcd <directory>\n"
3585 #~ " Change guestfish's current directory. This command is\n"
3586 #~ " useful if you want to download files to a particular\n"
3590 #~ "glob - expand wildcards in command\n"
3591 #~ " glob <command> [<args> ...]\n"
3593 #~ " Glob runs <command> with wildcards expanded in any\n"
3594 #~ " command args. Note that the command is run repeatedly\n"
3595 #~ " once for each expanded argument.\n"
3597 #~ "glob - expand wildcards in command\n"
3598 #~ " glob <command> [<args> ...]\n"
3600 #~ " Glob runs <command> with wildcards expanded in any\n"
3601 #~ " command args. Note that the command is run repeatedly\n"
3602 #~ " once for each expanded argument.\n"
3605 #~ "more - view a file in the pager\n"
3606 #~ " more <filename>\n"
3608 #~ " This is used to view a file in the pager.\n"
3610 #~ " It is the equivalent of (and is implemented by)\n"
3611 #~ " running \"cat\" and using the pager.\n"
3613 #~ " Normally it uses $PAGER, but if you use the alias\n"
3614 #~ " \"less\" then it always uses \"less\".\n"
3616 #~ " NOTE: This will not work reliably for large files\n"
3617 #~ " (> 2 MB) or binary files containing \\0 bytes.\n"
3619 #~ "more - view a file in the pager\n"
3620 #~ " more <filename>\n"
3622 #~ " This is used to view a file in the pager.\n"
3624 #~ " It is the equivalent of (and is implemented by)\n"
3625 #~ " running \"cat\" and using the pager.\n"
3627 #~ " Normally it uses $PAGER, but if you use the alias\n"
3628 #~ " \"less\" then it always uses \"less\".\n"
3630 #~ " NOTE: This will not work reliably for large files\n"
3631 #~ " (> 2 MB) or binary files containing \\0 bytes.\n"
3634 #~ "reopen - close and reopen the libguestfs handle\n"
3637 #~ "Close and reopen the libguestfs handle. It is not necessary to use\n"
3638 #~ "this normally, because the handle is closed properly when guestfish\n"
3639 #~ "exits. However this is occasionally useful for testing.\n"
3641 #~ "reopen - close and reopen the libguestfs handle\n"
3644 #~ "Close and reopen the libguestfs handle. It is not necessary to use\n"
3645 #~ "this normally, because the handle is closed properly when guestfish\n"
3646 #~ "exits. However this is occasionally useful for testing.\n"
3650 #~ "sparse - allocate a sparse image file\n"
3651 #~ " sparse <filename> <size>\n"
3653 #~ " This creates an empty sparse file of the given size,\n"
3654 #~ " and then adds so it can be further examined.\n"
3656 #~ " In all respects it works the same as the 'alloc'\n"
3657 #~ " command, except that the image file is allocated\n"
3658 #~ " sparsely, which means that disk blocks are not assigned\n"
3659 #~ " to the file until they are needed. Sparse disk files\n"
3660 #~ " only use space when written to, but they are slower\n"
3661 #~ " and there is a danger you could run out of real disk\n"
3662 #~ " space during a write operation.\n"
3664 #~ " For more advanced image creation, see qemu-img utility.\n"
3666 #~ " Size can be specified using standard suffixes, eg. '1M'.\n"
3668 #~ "sparse - allocate a sparse image file\n"
3669 #~ " sparse <filename> <size>\n"
3671 #~ " This creates an empty sparse file of the given size,\n"
3672 #~ " and then adds so it can be further examined.\n"
3674 #~ " In all respects it works the same as the 'alloc'\n"
3675 #~ " command, except that the image file is allocated\n"
3676 #~ " sparsely, which means that disk blocks are not assigned\n"
3677 #~ " to the file until they are needed. Sparse disk files\n"
3678 #~ " only use space when written to, but they are slower\n"
3679 #~ " and there is a danger you could run out of real disk\n"
3680 #~ " space during a write operation.\n"
3682 #~ " For more advanced image creation, see qemu-img utility.\n"
3684 #~ " Size can be specified (where <nn> means a number):\n"
3685 #~ " <nn> number of kilobytes\n"
3686 #~ " eg: 1440 standard 3.5\" floppy\n"
3687 #~ " <nn>K or <nn>KB number of kilobytes\n"
3688 #~ " <nn>M or <nn>MB number of megabytes\n"
3689 #~ " <nn>G or <nn>GB number of gigabytes\n"
3690 #~ " <nn>T or <nn>TB number of terabytes\n"
3691 #~ " <nn>P or <nn>PB number of petabytes\n"
3692 #~ " <nn>E or <nn>EB number of exabytes\n"
3693 #~ " <nn>sects number of 512 byte sectors\n"
3696 #~ "time - measure time taken to run command\n"
3697 #~ " time <command> [<args> ...]\n"
3699 #~ " This runs <command> as usual, and prints the elapsed\n"
3700 #~ " time afterwards.\n"
3702 #~ "time - கட்டளை இயங்குவதற்கு எடுத்த நேரத்தை கணக்கிடு\n"
3703 #~ " time <command> [<args> ...]\n"
3705 #~ " இது எப்போதும் போல <command> இயங்கும், நேரத்திற்கு பின்\n"
3706 #~ " அச்சடித்தும் கழித்தும்விடும்.\n"
3708 #~ msgid "external command failed: %s"
3709 #~ msgstr "அகக் கட்டளை தோல்வியுற்றது: %s"
3711 #~ msgid "test if file exists"
3712 #~ msgstr "கோப்பு இருந்தால் பரிசோதி"
3714 #~ msgid "cannot find %s or %s on LIBGUESTFS_PATH (current path = %s)"
3715 #~ msgstr "%s அல்லது %s ஐ LIBGUESTFS_PATH (தற்போதைய பாதை = %s)ல் தேட முடியவில்லை"
3717 #~ msgid "failed to connect to vmchannel socket"
3718 #~ msgstr "vmசேனல் சாக்கெட்டை இணைக்க முடியவில்லை"
3722 #~ "%s: cannot use -i option with -a, -m, -N, --listen, --remote or --"
3725 #~ "%s: -i விருப்பத்தை -a, -m, --listen, --remote or --selinux உடன் பயன்படுத்த "
3729 #~ msgid "cpio command failed: {error}"
3730 #~ msgstr "கட்டளை தோல்வியுற்றது: %s"
3733 #~ "alloc - allocate an image\n"
3734 #~ " alloc <filename> <size>\n"
3736 #~ " This creates an empty (zeroed) file of the given size,\n"
3737 #~ " and then adds so it can be further examined.\n"
3739 #~ " For more advanced image creation, see qemu-img utility.\n"
3741 #~ " Size can be specified (where <nn> means a number):\n"
3742 #~ " <nn> number of kilobytes\n"
3743 #~ " eg: 1440 standard 3.5\" floppy\n"
3744 #~ " <nn>K or <nn>KB number of kilobytes\n"
3745 #~ " <nn>M or <nn>MB number of megabytes\n"
3746 #~ " <nn>G or <nn>GB number of gigabytes\n"
3747 #~ " <nn>T or <nn>TB number of terabytes\n"
3748 #~ " <nn>P or <nn>PB number of petabytes\n"
3749 #~ " <nn>E or <nn>EB number of exabytes\n"
3750 #~ " <nn>sects number of 512 byte sectors\n"
3752 #~ "alloc - allocate an image\n"
3753 #~ " alloc <filename> <size>\n"
3755 #~ " This creates an empty (zeroed) file of the given size,\n"
3756 #~ " and then adds so it can be further examined.\n"
3758 #~ " For more advanced image creation, see qemu-img utility.\n"
3760 #~ " Size can be specified (where <nn> means a number):\n"
3761 #~ " <nn> number of kilobytes\n"
3762 #~ " eg: 1440 standard 3.5\" floppy\n"
3763 #~ " <nn>K or <nn>KB number of kilobytes\n"
3764 #~ " <nn>M or <nn>MB number of megabytes\n"
3765 #~ " <nn>G or <nn>GB number of gigabytes\n"
3766 #~ " <nn>T or <nn>TB number of terabytes\n"
3767 #~ " <nn>P or <nn>PB number of petabytes\n"
3768 #~ " <nn>E or <nn>EB number of exabytes\n"
3769 #~ " <nn>sects number of 512 byte sectors\n"
3771 #~ msgid "%s: virt-inspector command too long for fixed-size buffer\n"
3772 #~ msgstr "%s: virt-inspector command too long for fixed-size buffer\n"