1 # SOME DESCRIPTIVE TITLE.
2 # Copyright (C) YEAR Red Hat Inc.
3 # This file is distributed under the same license as the PACKAGE package.
5 # rjones <rjones@redhat.com>, 2011.
8 "Project-Id-Version: libguestfs\n"
9 "Report-Msgid-Bugs-To: https://bugzilla.redhat.com/enter_bug.cgi?"
10 "component=libguestfs&product=Virtualization+Tools\n"
11 "POT-Creation-Date: 2011-10-08 13:55+0100\n"
12 "PO-Revision-Date: 2011-07-17 20:49+0000\n"
13 "Last-Translator: rjones <rjones@redhat.com>\n"
14 "Language-Team: Malayalam <discuss@lists.smc.org.in>\n"
17 "Content-Type: text/plain; charset=UTF-8\n"
18 "Content-Transfer-Encoding: 8bit\n"
19 "Plural-Forms: nplurals=2; plural=(n != 1)\n"
21 #: align/scan.c:68 cat/virt-cat.c:57 cat/virt-filesystems.c:99
22 #: cat/virt-ls.c:99 df/main.c:70 edit/virt-edit.c:73 fish/fish.c:101
23 #: fuse/guestmount.c:908 inspector/virt-inspector.c:72 rescue/virt-rescue.c:60
25 msgid "Try `%s --help' for more information.\n"
26 msgstr "കൂടുതല് വിവരങ്ങള്ക്കായി `%s --help' ശ്രമിക്കുക.\n"
31 "%s: check alignment of virtual machine partitions\n"
32 "Copyright (C) 2011 Red Hat Inc.\n"
34 " %s [--options] -d domname\n"
35 " %s [--options] -a disk.img [-a disk.img ...]\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 " --format[=raw|..] Force disk format for -a option\n"
41 " --help Display brief help\n"
42 " -q|--quiet No output, just exit code\n"
43 " -v|--verbose Verbose messages\n"
44 " -V|--version Display version and exit\n"
45 " -x Trace libguestfs API calls\n"
46 "For more information, see the manpage %s(1).\n"
49 #: align/scan.c:127 cat/virt-cat.c:117 cat/virt-filesystems.c:202
50 #: cat/virt-ls.c:192 df/domains.c:428 df/main.c:136 edit/virt-edit.c:141
51 #: fish/fish.c:222 fuse/guestmount.c:1024 inspector/virt-inspector.c:132
52 #: rescue/virt-rescue.c:137
54 msgid "guestfs_create: failed to create handle\n"
55 msgstr "guestfs_create: ഹാന്ഡില് ഉണ്ടാക്കുന്നതില് പരാജയപ്പെട്ടു\n"
57 #: align/scan.c:145 cat/virt-cat.c:139 cat/virt-filesystems.c:256
58 #: cat/virt-ls.c:242 df/main.c:160 edit/virt-edit.c:163 fish/fish.c:279
59 #: fuse/guestmount.c:1061 inspector/virt-inspector.c:154
60 #: rescue/virt-rescue.c:172
62 msgid "%s: unknown long option: %s (%d)\n"
63 msgstr "%s: അപരിചിതമായ ലോങ് ഉപാധി: %s (%d)\n"
66 msgid "alignment < 4K"
70 msgid "alignment < 64K"
76 "%s: display files in a virtual machine\n"
77 "Copyright (C) 2010 Red Hat Inc.\n"
79 " %s [--options] -d domname file [file ...]\n"
80 " %s [--options] -a disk.img [-a disk.img ...] file [file ...]\n"
82 " -a|--add image Add image\n"
83 " -c|--connect uri Specify libvirt URI for -d option\n"
84 " -d|--domain guest Add disks from libvirt guest\n"
85 " --echo-keys Don't turn off echo for passphrases\n"
86 " --format[=raw|..] Force disk format for -a option\n"
87 " --help Display brief help\n"
88 " --keys-from-stdin Read passphrases from stdin\n"
89 " -v|--verbose Verbose messages\n"
90 " -V|--version Display version and exit\n"
91 " -x Trace libguestfs API calls\n"
92 "For more information, see the manpage %s(1).\n"
95 #: cat/virt-filesystems.c:103
98 "%s: list filesystems, partitions, block devices, LVM in a VM\n"
99 "Copyright (C) 2010 Red Hat Inc.\n"
101 " %s [--options] -d domname\n"
102 " %s [--options] -a disk.img [-a disk.img ...]\n"
104 " -a|--add image Add image\n"
105 " --all Display everything\n"
106 " --blkdevs|--block-devices\n"
107 " Display block devices\n"
108 " -c|--connect uri Specify libvirt URI for -d option\n"
109 " --csv Output as Comma-Separated Values\n"
110 " -d|--domain guest Add disks from libvirt guest\n"
111 " --echo-keys Don't turn off echo for passphrases\n"
112 " --extra Display swap and data filesystems\n"
113 " --filesystems Display mountable filesystems\n"
114 " --format[=raw|..] Force disk format for -a option\n"
115 " -h|--human-readable Human-readable sizes in --long output\n"
116 " --help Display brief help\n"
117 " --keys-from-stdin Read passphrases from stdin\n"
118 " -l|--long Long output\n"
119 " --lvs|--logvols|--logical-volumes\n"
120 " Display LVM logical volumes\n"
121 " --no-title No title in --long output\n"
122 " --parts|--partitions Display partitions\n"
123 " --pvs|--physvols|--physical-volumes\n"
124 " Display LVM physical volumes\n"
125 " --uuid|--uuids Add UUIDs to --long output\n"
126 " -v|--verbose Verbose messages\n"
127 " -V|--version Display version and exit\n"
128 " --vgs|--volgroups|--volume-groups\n"
129 " Display LVM volume groups\n"
130 " -x Trace libguestfs API calls\n"
131 "For more information, see the manpage %s(1).\n"
134 #: cat/virt-filesystems.c:318 cat/virt-ls.c:347 df/main.c:255
136 msgid "%s: you cannot use -h and --csv options together.\n"
142 "%s: list files in a virtual machine\n"
143 "Copyright (C) 2010-2011 Red Hat Inc.\n"
145 " %s [--options] -d domname dir [dir ...]\n"
146 " %s [--options] -a disk.img [-a disk.img ...] dir [dir ...]\n"
148 " -a|--add image Add image\n"
149 " --checksum[=...] Display file checksums\n"
150 " -c|--connect uri Specify libvirt URI for -d option\n"
151 " --csv Comma-Separated Values output\n"
152 " -d|--domain guest Add disks from libvirt guest\n"
153 " --echo-keys Don't turn off echo for passphrases\n"
154 " --extra-stats Display extra stats\n"
155 " --format[=raw|..] Force disk format for -a option\n"
156 " --help Display brief help\n"
157 " -h|--human-readable Human-readable sizes in output\n"
158 " --keys-from-stdin Read passphrases from stdin\n"
159 " -l|--long Long listing\n"
160 " -R|--recursive Recursive listing\n"
161 " --times Display file times\n"
162 " --time-days Display file times as days before now\n"
163 " --time-relative Display file times as seconds before now\n"
164 " --time-t Display file times as time_t's\n"
165 " --uids Display UID, GID\n"
166 " -v|--verbose Verbose messages\n"
167 " -V|--version Display version and exit\n"
168 " -x Trace libguestfs API calls\n"
169 "For more information, see the manpage %s(1).\n"
175 "%s: used a flag which can only be combined with -lR mode\n"
176 "For more information, read the virt-ls(1) man page.\n"
181 msgid "%s: error getting extended attrs for %s %s\n"
186 msgid "%s: error: cannot parse xattr count for %s %s\n"
191 msgid "%s: could not connect to libvirt (code %d, domain %d): %s"
196 msgid "%s: could not get number of running domains (code %d, domain %d): %s"
201 msgid "%s: could not list running domains (code %d, domain %d): %s"
206 msgid "%s: could not get number of inactive domains (code %d, domain %d): %s"
211 msgid "%s: could not list inactive domains (code %d, domain %d): %s"
216 msgid "%s: ignoring %s, it has too many disks (%zu > %d)"
222 "%s: display free space on virtual filesystems\n"
223 "Copyright (C) 2010 Red Hat Inc.\n"
225 " %s [--options] -d domname\n"
226 " %s [--options] -a disk.img [-a disk.img ...]\n"
228 " -a|--add image Add image\n"
229 " -c|--connect uri Specify libvirt URI for -d option\n"
230 " --csv Output as Comma-Separated Values\n"
231 " -d|--domain guest Add disks from libvirt guest\n"
232 " --format[=raw|..] Force disk format for -a option\n"
233 " -h|--human-readable Human-readable sizes in --long output\n"
234 " --help Display brief help\n"
235 " -i|--inodes Display inodes\n"
236 " --one-per-guest Separate appliance per guest\n"
237 " --uuid Add UUIDs to --long output\n"
238 " -v|--verbose Verbose messages\n"
239 " -V|--version Display version and exit\n"
240 " -x Trace libguestfs API calls\n"
241 "For more information, see the manpage %s(1).\n"
246 msgid "%s: compiled without support for libvirt.\n"
250 msgid "VirtualMachine"
293 #: edit/virt-edit.c:77
296 "%s: Edit a file in a virtual machine\n"
297 "Copyright (C) 2009-2011 Red Hat Inc.\n"
299 " %s [--options] -d domname file [file ...]\n"
300 " %s [--options] -a disk.img [-a disk.img ...] file [file ...]\n"
302 " -a|--add image Add image\n"
303 " -b|--backup .ext Backup original as original.ext\n"
304 " -c|--connect uri Specify libvirt URI for -d option\n"
305 " -d|--domain guest Add disks from libvirt guest\n"
306 " --echo-keys Don't turn off echo for passphrases\n"
307 " -e|--expr expr Non-interactive editing using Perl expr\n"
308 " --format[=raw|..] Force disk format for -a option\n"
309 " --help Display brief help\n"
310 " --keys-from-stdin Read passphrases from stdin\n"
311 " -v|--verbose Verbose messages\n"
312 " -V|--version Display version and exit\n"
313 " -x Trace libguestfs API calls\n"
314 "For more information, see the manpage %s(1).\n"
317 #: edit/virt-edit.c:175
319 msgid "%s: -b option given multiple times\n"
322 #: edit/virt-edit.c:192
324 msgid "%s: -e option given multiple times\n"
327 #: edit/virt-edit.c:585 fish/fish.c:1554
329 msgid "%s: to use Windows drive letters, this must be a Windows guest\n"
332 #: edit/virt-edit.c:599
334 msgid "%s: drive '%c:' not found.\n"
339 msgid "use 'alloc file size' to create an image\n"
340 msgstr "ഒരു ചിത്രം ഉണ്ടാക്കുന്നതിനായി 'alloc file size' ഉപയോഗിക്കുക\n"
344 msgid "use 'sparse file size' to create a sparse image\n"
345 msgstr "ഒരു സ്പാര്സ് ചിത്രം ഉണ്ടാക്കുന്നതിനായി 'sparse file size' ഉപയോഗിക്കുക\n"
349 msgid "can't allocate or add disks after launching\n"
350 msgstr "ലഭ്യമാക്കിയ ശേഷം സ്ഥലം അനുവദിക്കുകയോ ഡിസ്കുകള് ചേര്ക്കുകയോ സാധ്യമല്ല\n"
354 msgid "%s: invalid integer parameter (%s returned %d)\n"
366 msgid "add a CD-ROM disk image to examine"
367 msgstr "പരിശോധിക്കുന്നതിനായി ഒരു സിഡി-റോം ചിത്രം ചേര്ക്കുക"
370 msgid "add the disk(s) from a named libvirt domain"
373 #: fish/cmds.c:2689 fish/cmds.c:2690
374 msgid "add an image to examine or modify"
375 msgstr "പരിശോധിക്കുന്നതിനോ മാറ്റം വരുത്തുന്നതിനോ ഒരു ചിത്രം ചേര്ക്കുക"
378 msgid "add a drive in snapshot mode (read-only)"
379 msgstr "സ്നാപ്ഷോട്ട് മോഡില് ഒരു ഡ്രൈവ് ചേര്ക്കുക (റീഡ്-ഒണ്ലി)"
382 msgid "add a drive read-only specifying the QEMU block emulation to use"
386 msgid "add a drive specifying the QEMU block emulation to use"
390 msgid "allocate and add a disk file"
394 msgid "clear Augeas path"
398 msgid "close the current Augeas handle"
399 msgstr "നിലവിലുള്ള Augeas ഹാന്ഡില് അടയ്ക്കുക"
402 msgid "define an Augeas node"
403 msgstr "ഒരു Augeas നോഡ് നിഷ്കര്ഷിക്കുന്നു"
406 msgid "define an Augeas variable"
407 msgstr "ഒരു Augeas വേരിയബിള് നിഷ്കര്ഷിക്കുന്നു"
410 msgid "look up the value of an Augeas path"
411 msgstr "ഒരു Augeas പാഥിന്റെ മൂല്ല്യം തെരയുക"
414 msgid "create a new Augeas handle"
415 msgstr "ഒരു പുതിയ Augeas ഹാന്ഡില് നിര്മ്മിക്കുക"
418 msgid "insert a sibling Augeas node"
419 msgstr "ഒരു സിബ്ലിങ് Augueas നോഡ് ചേര്ക്കുക"
422 msgid "load files into the tree"
423 msgstr "ട്രീയിലേക്ക് ഫയലുകള് ലഭ്യമാക്കുക"
426 msgid "list Augeas nodes under augpath"
427 msgstr "augpath-ല് Augeas നോഡുകള് ലഭ്യമാക്കുക"
430 msgid "return Augeas nodes which match augpath"
431 msgstr "augpath-നു് ചേരുന്ന Augeas നോഡുകള് തിരികെ നല്കുക"
434 msgid "move Augeas node"
435 msgstr "Augeas നോഡ് നീക്കുക"
438 msgid "remove an Augeas path"
439 msgstr "ഒരു Augeas പാഥ് നീക്കം ചെയ്യുക"
442 msgid "write all pending Augeas changes to disk"
443 msgstr "ബാക്കിയുള്ള എല്ലാ Augeas മാറ്റങ്ങളും ഡിസ്കിലേക്ക് സൂക്ഷിക്കുക"
446 msgid "set Augeas path to value"
447 msgstr "Augeas പാഥ് ഒരു മൂല്ല്യമായി സജ്ജമാക്കുക"
450 msgid "test availability of some parts of the API"
451 msgstr "എപിഐയുടെ ചില ഭാഗങ്ങളുടെ ലഭ്യത പരിശോധിക്കുക"
454 msgid "return a list of all optional groups"
458 msgid "upload base64-encoded data to file"
462 msgid "download file and encode as base64"
466 msgid "flush device buffers"
467 msgstr "ഡിവൈസ് ബഫറുകള് വെടിപ്പാക്കുക"
470 msgid "get blocksize of block device"
471 msgstr "ബ്ലോക്ക് ഡിവൈസിന്റെ വ്യാപ്തി ലഭ്യമാക്കുക"
474 msgid "is block device set to read-only"
475 msgstr "ബ്ലോക്ക് ഡിവൈസ് റീഡ്-ഒണ്ലി ആയി സജ്ജമാണോ"
478 msgid "get total size of device in bytes"
479 msgstr "ഡിവൈസിന്റെ മൊത്തം വ്യാപ്തി ബൈറ്റ്സില് ലഭ്യമാക്കുക"
482 msgid "get sectorsize of block device"
483 msgstr "ബ്ലോക്ക് ഡിവൈസിന്റെ സെക്ടര് വ്യാപ്തി ലഭ്യമാക്കുക"
486 msgid "get total size of device in 512-byte sectors"
487 msgstr "ഡിവൈസിന്റെ മൊത്തം വ്യാപ്തി 512-ബൈറ്റ് സെക്ടറുളില് ലഭ്യമാക്കുക"
490 msgid "reread partition table"
491 msgstr "പാര്ട്ടീഷന് ടേബിള് വീണ്ടും ലഭ്യമാക്കുക"
494 msgid "set blocksize of block device"
495 msgstr "ബ്ലോക്ക് ഡിവൈസിന്റെ ബ്ലോക്ക് വ്യാപ്തി സജ്ജമാക്കുക"
498 msgid "set block device to read-only"
499 msgstr "ബ്ലോക്ക് ഡിവൈസ് റീഡ്-ഒണ്ലി ആയി സജ്ജമാക്കുക"
502 msgid "set block device to read-write"
503 msgstr "ബ്ലോക്ക് ഡിവൈസ് റീഡ്-റൈറ്റ് ആയി സജ്ജമാക്കുക"
506 msgid "resize a btrfs filesystem"
510 msgid "return true path on case-insensitive filesystem"
511 msgstr "കേസ്-സെന്സിറ്റീവ് ഫയല്സിസ്റ്റത്തില് ട്രൂ പാഥ് തിരികെ ലഭ്യമാക്കുക"
514 msgid "list the contents of a file"
515 msgstr "ഒരു ഫയലിലുള്ളവ ലഭ്യമാക്കുക"
518 msgid "compute MD5, SHAx or CRC checksum of file"
519 msgstr "ഒരു ഫയലിന്റെ MD5, SHAx അല്ലെങ്കില് CRC ചെക്ക്സം കണ്ടുപിടിക്കുക"
522 msgid "compute MD5, SHAx or CRC checksum of the contents of a device"
526 msgid "compute MD5, SHAx or CRC checksum of files in a directory"
530 msgid "change file mode"
531 msgstr "ഫയല് മോഡ് മാറ്റുക"
533 #: fish/cmds.c:2730 fish/cmds.c:2854
534 msgid "change file owner and group"
535 msgstr "ഫയലിന്റെ ഉടമസ്ഥനും ഗ്രൂപ്പും മാറ്റുക"
538 msgid "run a command from the guest filesystem"
539 msgstr "ഗസ്റ്റ് ഫയല്സിസ്റ്റമില് നിന്നും ഒരു കമാന്ഡ് പ്രവര്ത്തിപ്പിക്കുക"
542 msgid "run a command, returning lines"
543 msgstr "വരികള് തിരികെ ലഭ്യമാക്കുന്ന ഒരു കമാന്ഡ് പ്രവര്ത്തിപ്പിക്കുക"
546 msgid "output compressed device"
550 msgid "output compressed file"
554 msgid "add qemu parameters"
555 msgstr "qemu പരാമീറ്ററുകള് ചേര്ക്കുക"
558 msgid "copy local files or directories into an image"
562 msgid "copy remote files or directories out of an image"
566 msgid "copy size bytes from source to destination using dd"
571 msgstr "ഒരു ഫയല് പകര്ത്തുക"
574 msgid "copy a file or directory recursively"
575 msgstr "ആവര്ത്തിച്ചു് ഒരു ഫയല് അല്ലെങ്കില് ഡയറക്ടറി പകര്ത്തുക"
578 msgid "copy from source to destination using dd"
579 msgstr "dd ഉപയോഗിച്ചു് ഉറവിടത്തില് നിന്നും ലക്ഷ്യസ്ഥാനത്തേക്കു് പകര്ത്തുക"
582 msgid "debugging and internals"
583 msgstr "ഡീബഗ്ഗിങും ഇന്റേണലും"
586 msgid "debug the QEMU command line (internal use only)"
590 msgid "upload a file to the appliance (internal use only)"
594 msgid "report file system disk space usage"
595 msgstr "ഫയല് സിസ്റ്റത്തിന്റെ ഡിസ്കിലുള്ള സ്ഥലത്തിന്റെ ഉപയോഗം രേഖപ്പെടുത്തുക"
598 msgid "report file system disk space usage (human readable)"
600 "ഫയല് സിസ്റ്റത്തിന്റെ ഡിസ്കിലുള്ള സ്ഥലത്തിന്റെ ഉപയോഗം രേഖപ്പെടുത്തുക (മനുഷ്യര്ക്കു് വായിക്കുവാന് "
604 msgid "display an image"
608 msgid "return kernel messages"
609 msgstr "കേണല് സന്ദേശങ്ങള് തിരികെ ലഭ്യമാക്കുക"
612 msgid "download a file to the local machine"
613 msgstr "ലോക്കല് മഷീനിലേക്കു് ഒരു ഫയല് ഡൌണ്ലോഡ് ചെയ്യുക"
616 msgid "download a file to the local machine with offset and size"
620 msgid "drop kernel page cache, dentries and inodes"
621 msgstr "കേര്ണല് താളിന്റെ കാഷ്, ഡിഎന്ട്രികള് ഐനോഡുകള് എന്നിവ വേണ്ടെന്നു് വയ്ക്കുക"
624 msgid "estimate file space usage"
625 msgstr "ഫയലിലുള്ള സ്ഥലത്തിന്റെ ഉപയോഗം കണക്കുകൂട്ടുക"
628 msgid "check an ext2/ext3 filesystem"
629 msgstr "ഒരു ext2/ext3 ഫയല്സിസ്റ്റം പരിശോധിക്കുക"
632 msgid "display a line of text"
633 msgstr "ഒരു വരി കാണിക്കുക"
636 msgid "echo arguments back to the client"
637 msgstr "ക്ലയന്റിലേക്കു് ആര്ഗ്യുമെന്റുകള് തിരികെ എക്കോ ചെയ്യുക"
643 #: fish/cmds.c:2757 fish/cmds.c:2758 fish/cmds.c:2763 fish/cmds.c:2764
644 #: fish/cmds.c:2799 fish/cmds.c:2800 fish/cmds.c:3056 fish/cmds.c:3057
645 #: fish/cmds.c:3061 fish/cmds.c:3062 fish/cmds.c:3064 fish/cmds.c:3065
646 msgid "return lines matching a pattern"
647 msgstr "ഒരു മാതൃകയ്ക്കു് ചേരുന്ന വരികള് തിരികെ ലഭ്യമാക്കുക"
650 msgid "test if two files have equal contents"
651 msgstr "രണ്ടു് ഫയലുകളില് ഒരേ പോലുള്ള വിവരങ്ങള് ലഭ്യമാണോ എന്നു് പരിശോധിക്കുക"
654 msgid "test if file or directory exists"
655 msgstr "ഫയല് അല്ലെങ്കില് ഡയറക്ടറി നിലവിലുണ്ടോ എന്നു് പരിശോധിക്കുക"
657 #: fish/cmds.c:2761 fish/cmds.c:2762
658 msgid "preallocate a file in the guest filesystem"
659 msgstr "ഗസ്റ്റ് ഫയല്സിസ്റ്റത്തില് ഒരു ഫയല് പ്രീഅലോക്കേറ്റ് ചെയ്യുക"
662 msgid "determine file type"
663 msgstr "ഫയല് തരം കണ്ടുപിടിക്കുക"
666 msgid "detect the architecture of a binary file"
670 msgid "return the size of the file in bytes"
671 msgstr "ഫയലിന്റെ വ്യാപ്തി ബൈറ്റുകളില് തിരികെ ലഭ്യമാക്കുക"
674 msgid "fill a file with octets"
675 msgstr "ഫയല് ഒക്ടറ്റുകള് ഉപയോഗിച്ചു് നിറയ്ക്കുക"
678 msgid "fill a file with a repeating pattern of bytes"
682 msgid "find all files and directories"
683 msgstr "എല്ലാ ഫയലുകളും ഡയറക്ടറികളും കണ്ടുപിടിക്കുക"
686 msgid "find all files and directories, returning NUL-separated list"
687 msgstr "എല്ലാ ഫയലുകളും ഡറക്ടറികളും കണ്ടുപിടിക്കുക, NUL-വേര്തിരിച്ച പട്ടിക തിരികെ ലഭ്യമാക്കുക"
690 msgid "find a filesystem by label"
694 msgid "find a filesystem by UUID"
698 msgid "run the filesystem checker"
699 msgstr "ഫയല്സിസ്റ്റം ചെക്കര് പ്രവര്ത്തിപ്പിക്കുക"
702 msgid "get the additional kernel options"
703 msgstr "അധികമായ കേര്ണല് ഉപാധികള് ലഭ്യമാക്കുക"
706 msgid "get the attach method"
710 msgid "get autosync mode"
711 msgstr "autosync മോഡ് ലഭ്യമാക്കുക"
714 msgid "get direct appliance mode flag"
715 msgstr "നേരിട്ടുള്ള അപ്ലയന്സ് മോഡ് ഫ്ലാഗ് ലഭ്യമാക്കുക"
718 msgid "get the ext2/3/4 filesystem label"
719 msgstr "ext2/3/4 ഫയല്സിസ്റ്റം ലേബല് ലഭ്യമാക്കുക"
722 msgid "get the ext2/3/4 filesystem UUID"
723 msgstr "ext2/3/4 ഫയല്സിസ്റ്റം UUID ലഭ്യമാക്കുക"
726 msgid "get memory allocated to the qemu subprocess"
727 msgstr "qemu ഉപപ്രകിയകള്ക്കുള്ള മെമ്മറി ലഭ്യമാക്കുക"
730 msgid "get enable network flag"
734 msgid "get the search path"
735 msgstr "തെരച്ചിലിനുള്ള പാഥ് ലഭ്യമാക്കുക"
738 msgid "get process group flag"
742 msgid "get PID of qemu subprocess"
743 msgstr "qemu ഉപപ്രക്രിയയ്ക്കുള്ള PID ലഭ്യമാക്കുക"
746 msgid "get the qemu binary"
747 msgstr "qemu ബൈനറി ലഭ്യമാക്കുക"
750 msgid "get recovery process enabled flag"
751 msgstr "വീണ്ടെടുക്കുന്ന പ്രക്രിയ പ്രവര്ത്തന സജ്ജമാക്കുന്നതിനുള്ള ഫ്ലാഗ് ലഭ്യമാക്കുക"
754 msgid "get SELinux enabled flag"
755 msgstr "SELinux പ്രവര്ത്തന സജ്ജമാക്കുന്നതിനുള്ള ഫ്ലാഗ് ലഭ്യമാക്കുക"
758 msgid "get number of virtual CPUs in appliance"
762 msgid "get the current state"
763 msgstr "ഇപ്പോഴുള്ള അവസ്ഥ ലഭ്യമാക്കുക"
766 msgid "get command trace enabled flag"
767 msgstr "കമാന്ഡ് ട്രെയിസ് പ്രവര്ത്തന സജ്ജമാക്കുന്നതിനുള്ള ഫ്ലാഗ് ലഭ്യമാക്കുക"
770 msgid "get the current umask"
774 msgid "get verbose mode"
775 msgstr "വെര്ബോസ് മോഡ്"
778 msgid "get SELinux security context"
779 msgstr "SELinux സെക്യൂരിറ്റി കോണ്ടെക്സ്റ്റ് ലഭ്യമാക്കുക"
781 #: fish/cmds.c:2795 fish/cmds.c:2855
782 msgid "get a single extended attribute"
785 #: fish/cmds.c:2796 fish/cmds.c:2856
786 msgid "list extended attributes of a file or directory"
787 msgstr "ഒരു ഫയല് അല്ലെങ്കില് ഡയറക്ടറിയ്ക്കുള്ള അധികമായ വിശേഷതകള് ലഭ്യമാക്കുക"
790 msgid "expand wildcards in command"
791 msgstr "കമാന്ഡില് വൈള്ഡ്കാര്ഡുകള് വികസിപ്പിക്കുക"
794 msgid "expand a wildcard path"
795 msgstr "ഒരു വൈള്ജ്കാര്ഡ് പാഥ് വികസിപ്പിക്കുക"
799 msgid "install GRUB 1"
800 msgstr "GRUB ഇന്സ്റ്റോള് ചെയ്യുക"
803 msgid "return first 10 lines of a file"
804 msgstr "ഒരു ഫയലിന്റെ ആദ്യത്തെ 10 വരികള് തിരികെ ലഭ്യമാക്കുക"
807 msgid "return first N lines of a file"
808 msgstr "ഒരു ഫയലിന്റെ ആദ്യത്തെ N വരികള് തിരികെ ലഭ്യമാക്കുക"
811 msgid "dump a file in hexadecimal"
812 msgstr "ഹെക്സാഡെസിമലില് ഒരു ഫയല് ഡമ്പ് ചെയ്യുക"
815 msgid "edit with a hex editor"
819 msgid "list the contents of a single file in an initrd"
823 msgid "list files in an initrd"
824 msgstr "initrd-യില് ഫയലുകള് ലഭ്യമാക്കുക"
827 msgid "add an inotify watch"
828 msgstr "ഒരു inotify നിരീക്ഷണം ചേര്ക്കുക"
831 msgid "close the inotify handle"
832 msgstr "inotify ഹാന്ഡില് അടയ്ക്കുക"
835 msgid "return list of watched files that had events"
836 msgstr "ഇവന്റുകളുള്ള നീരീക്ഷണത്തിലുള്ള ഫയലുകളുടെ പട്ടിക തിരികെ നല്കുക"
839 msgid "create an inotify handle"
840 msgstr "ഒരു inotify ഹാന്ഡില് നിര്മ്മിക്കുക"
843 msgid "return list of inotify events"
844 msgstr "inotify ഇവന്റുകളുടെ പട്ടിക ലഭ്യമാക്കുക"
847 msgid "remove an inotify watch"
848 msgstr "inotify നിരീക്ഷണം നീക്കം ചെയ്യുക"
851 msgid "get architecture of inspected operating system"
855 msgid "get distro of inspected operating system"
859 msgid "get drive letter mappings"
863 msgid "get filesystems associated with inspected operating system"
867 msgid "get format of inspected operating system"
871 msgid "get hostname of the operating system"
875 msgid "get the icon corresponding to this operating system"
879 msgid "get major version of inspected operating system"
883 msgid "get minor version of inspected operating system"
887 msgid "get mountpoints of inspected operating system"
891 msgid "get package format used by the operating system"
895 msgid "get package management tool used by the operating system"
899 msgid "get product name of inspected operating system"
903 msgid "get product variant of inspected operating system"
907 msgid "return list of operating systems found by last inspection"
911 msgid "get type of inspected operating system"
915 msgid "get Windows CurrentControlSet of inspected operating system"
919 msgid "get Windows systemroot of inspected operating system"
923 msgid "get live flag for install disk"
927 msgid "get multipart flag for install disk"
931 msgid "get netinst (network installer) flag for install disk"
935 msgid "get list of applications installed in the operating system"
939 msgid "inspect disk and return list of operating systems found"
943 msgid "test if block device"
947 msgid "is busy processing a command"
948 msgstr "കമാന്ഡ് പ്രവര്ത്തിപ്പിക്കുന്നതില് തിരക്കിലാണു്"
951 msgid "test if character device"
955 msgid "is in configuration state"
956 msgstr "ക്രമീകരണ അവസ്ഥയില്"
959 msgid "test if a directory"
963 msgid "test if FIFO (named pipe)"
967 msgid "test if a regular file"
971 msgid "is launching subprocess"
972 msgstr "ഉപപ്രക്രിയ ലഭ്യമാക്കുന്നു"
975 msgid "test if device is a logical volume"
979 msgid "is ready to accept commands"
980 msgstr "കമാന്ഡുകള് സ്വീകരിക്കുവാന് തയ്യാര്"
983 msgid "test if socket"
987 msgid "test if symbolic link"
991 msgid "test if a file contains all zero bytes"
995 msgid "test if a device contains all zero bytes"
999 msgid "kill the qemu subprocess"
1000 msgstr "qemu ഉപപ്രക്രിയ ഇല്ലാതാക്കുന്നു"
1003 msgid "launch the qemu subprocess"
1004 msgstr "qemu ഉപപ്രക്രിയ ലഭ്യമാക്കുന്നു"
1007 msgid "change working directory"
1011 msgid "list 9p filesystems"
1015 msgid "list the block devices"
1016 msgstr "ബ്ലോക്ക് ഡിവൈസുകള് ലഭ്യമാക്കുക"
1019 msgid "list device mapper devices"
1023 msgid "list filesystems"
1027 msgid "list the partitions"
1028 msgstr "പാര്ട്ടീഷനുകള് ലഭ്യമാക്കുക"
1031 msgid "list the files in a directory (long format)"
1032 msgstr "ഫയലുകള് ഒരു ഡയറക്ടറിയില് ലഭ്യമാക്കുക (ലോങ് ഫോര്മാറ്റ്)"
1034 #: fish/cmds.c:2863 fish/cmds.c:2864
1035 msgid "create a hard link"
1036 msgstr "ഒരു ഹാര്ഡ് ലിങ്ക് നിര്മ്മിക്കുക"
1038 #: fish/cmds.c:2865 fish/cmds.c:2866
1039 msgid "create a symbolic link"
1040 msgstr "ഒരു സിംബോളിക് ലിങ്ക് നിര്മ്മിക്കുക"
1042 #: fish/cmds.c:2867 fish/cmds.c:2960
1043 msgid "remove extended attribute of a file or directory"
1044 msgstr "ഒരു ഫയല് അല്ലെങ്കില് ഡയറക്ടറിയ്ക്കുള്ള എക്സ്റ്റെന്ഡഡ് വിശേഷത നീക്കം ചെയ്യുക"
1047 msgid "list the files in a directory"
1048 msgstr "ഒരു ഡയറക്ടറിയിലുള്ള ഫയലുകള് ലഭ്യമാക്കുക"
1050 #: fish/cmds.c:2869 fish/cmds.c:2990
1051 msgid "set extended attribute of a file or directory"
1052 msgstr "ഒരു ഫയല് അല്ലെങ്കില് ഡയറക്ടറിയുടെ എക്സ്റ്റെന്ഡഡ് വിശേഷത സജ്ജമാക്കുക"
1055 msgid "get file information for a symbolic link"
1056 msgstr "ഒരു സിംബോളിക് ലിങ്കിനുള്ള ഫയല് വിവരം ലഭ്യമാക്കുക"
1059 msgid "lstat on multiple files"
1060 msgstr "അനവധി ഫയലുകളില് lstat ചെയ്യുക"
1063 msgid "add a key on a LUKS encrypted device"
1067 msgid "close a LUKS device"
1070 #: fish/cmds.c:2874 fish/cmds.c:2875
1071 msgid "format a block device as a LUKS encrypted device"
1075 msgid "remove a key from a LUKS encrypted device"
1079 msgid "open a LUKS-encrypted block device"
1083 msgid "open a LUKS-encrypted block device read-only"
1087 msgid "create an LVM logical volume"
1091 msgid "get canonical name of an LV"
1095 msgid "clear LVM device filter"
1099 msgid "remove all LVM LVs, VGs and PVs"
1100 msgstr "എല്ലാ എല്വിഎം എല്വികളും വിജികളും പിവികളും നീക്കം ചെയ്യുക"
1103 msgid "set LVM device filter"
1107 msgid "remove an LVM logical volume"
1108 msgstr "ഒരു എല്വിഎം ലോജിക്കല് വോള്യം നീക്കം ചെയ്യുക"
1111 msgid "rename an LVM logical volume"
1115 msgid "resize an LVM logical volume"
1116 msgstr "ഒരു എല്വിഎം ലോജിക്കല് വോള്യത്തിന്റെ വ്യാപ്തി മാറ്റുക"
1119 msgid "expand an LV to fill free space"
1122 #: fish/cmds.c:2888 fish/cmds.c:2889
1123 msgid "list the LVM logical volumes (LVs)"
1124 msgstr "ഒരു എല്വിഎം ലോജിക്കല് വോള്യമുകള് (എല്വി) ലഭ്യമാക്കുക"
1127 msgid "get the UUID of a logical volume"
1131 msgid "lgetxattr on multiple files"
1132 msgstr "അനവധി ഫയലുകളില് lgetxattr ചെയ്യുക"
1135 msgid "open the manual"
1139 msgid "create a directory"
1140 msgstr "ഒരു ഡയറക്ടറി ഉണ്ടാക്കുക"
1143 msgid "create a directory with a particular mode"
1144 msgstr "ഒരു പ്രത്യേക മോഡില് ഡയറക്ടറി ഉണ്ടാക്കുക"
1147 msgid "create a directory and parents"
1148 msgstr "ഒരു ഡയറക്ടറിയും പേരന്റും ഉണ്ടാക്കുക"
1151 msgid "create a temporary directory"
1152 msgstr "ഒരു താല്ക്കാലിക ഡയറക്ടറി ഉണ്ടാക്കുക"
1154 #: fish/cmds.c:2897 fish/cmds.c:2898 fish/cmds.c:2899
1155 msgid "make ext2/3/4 filesystem with external journal"
1156 msgstr "എക്സ്റ്റേണല് ജേര്ണലുള്ള ext2/3/4 ഫയല്സിസ്റ്റം ഉണ്ടാക്കുക"
1159 msgid "make ext2/3/4 external journal"
1160 msgstr "ext2/3/4 എക്സ്റ്റേണല് ജേര്ണല് ഉണ്ടാക്കുക"
1163 msgid "make ext2/3/4 external journal with label"
1164 msgstr "ext2/3/4 എക്സ്റ്റേണല് ജേര്ണല് ലേബലിനൊപ്പം ഉണ്ടാക്കുക"
1167 msgid "make ext2/3/4 external journal with UUID"
1168 msgstr "ext2/3/4 എക്സ്റ്റേണല് ജേര്ണല് UUID-യ്ക്കൊപ്പം ഉണ്ടാക്കുക"
1171 msgid "make FIFO (named pipe)"
1172 msgstr "make FIFO (named pipe)"
1174 #: fish/cmds.c:2904 fish/cmds.c:2906
1175 msgid "make a filesystem"
1176 msgstr "ഒരു ഫയല്സിസ്റ്റം ഉണ്ടാക്കുക"
1179 msgid "make a filesystem with block size"
1180 msgstr "ബ്ലോക്ക് വ്യാപ്തിയില് ഒരു ഫയല്സിസ്റ്റം ഉണ്ടാക്കൂക"
1183 msgid "create a mountpoint"
1184 msgstr "ഒരു മൌണ്ട് പോയിന്റ് ഉണ്ടാക്കുക"
1187 msgid "make block, character or FIFO devices"
1188 msgstr "ബ്ലോക്ക്, ക്യാറക്ടര് അല്ലെങ്കില് FIFO ഡിവൈസുകള് ഉണ്ടാക്കുക"
1191 msgid "make block device node"
1192 msgstr "ബ്ലോക്ക് ഡിവൈസ് നോഡ് ഉണ്ടാക്കുക"
1195 msgid "make char device node"
1196 msgstr "ക്യാര് ഡിവൈസ് നോഡ് ഉണ്ടാക്കുക"
1199 msgid "create a swap partition"
1200 msgstr "ഒരു സ്വാപ്പ് പാര്ട്ടീഷന് ഉണ്ടാക്കുക"
1203 msgid "create a swap partition with a label"
1204 msgstr "ഒരു സ്വാപ്പ് പാര്ട്ടീഷന് ലേബലിനൊപ്പം ഉണ്ടാക്കുക"
1207 msgid "create a swap partition with an explicit UUID"
1208 msgstr "ഒരു സ്വാപ്പ് പാര്ട്ടീഷന് UUID-യ്ക്കൊപ്പം ഉണ്ടാക്കുക"
1211 msgid "create a swap file"
1212 msgstr "ഒരു സ്വാപ്പ് ഫയല് ഉണ്ടാക്കുക"
1215 msgid "load a kernel module"
1216 msgstr "ഒരു കേര്ണല് ഘടകം ലഭ്യമാക്കുക"
1223 msgid "mount a guest disk at a position in the filesystem"
1224 msgstr "ഫയല്സിസ്റ്റമിലുള്ള ഒരു സ്ഥാനത്തു് ഒരു ഗസ്റ്റ് ഡിസ്ക് മൌണ്ട് ചെയ്യുക"
1227 msgid "mount 9p filesystem"
1231 msgid "mount a file using the loop device"
1232 msgstr "ലൂപ്പ് ഡിവൈസ് ഉപയോഗിച്ചു് ഒരു ഫയല് മൌണ്ട് ചെയ്യുക"
1235 msgid "mount a guest disk with mount options"
1236 msgstr "മൌണ്ട് ഉപാധികളുമായി ഒരു ഗസ്റ്റ് ഡിസ്ക് മൌണ്ട് ചെയ്യുക"
1239 msgid "mount a guest disk, read-only"
1240 msgstr "ഒരു റീഡ്-ഒണ്ലി ഗസ്റ്റ് ഡിസ്ക് മൌണ്ട് ചെയ്യുക"
1243 msgid "mount a guest disk with mount options and vfstype"
1244 msgstr "മൌണ്ട് ഉപാധികളും vfstype-മായി ഒരു ഗസ്റ്റ് ഡിസ്ക് മൌണ്ട് ചെയ്യുക"
1247 msgid "show mountpoints"
1248 msgstr "മൌണ്ട് പോയിന്റുകള് കാണിക്കുക"
1251 msgid "show mounted filesystems"
1252 msgstr "മൌണ്ട് ചെയ്ത ഫയല്സിസ്റ്റമുകള് കാണിക്കുക"
1256 msgstr "ഒരു ഫയല് നീക്കുക"
1259 msgid "probe NTFS volume"
1260 msgstr "NTFS വോള്യം ആവശ്യപ്പെടുക"
1262 #: fish/cmds.c:2927 fish/cmds.c:2928
1263 msgid "resize an NTFS filesystem"
1267 msgid "resize an NTFS filesystem (with size)"
1271 msgid "add a partition to the device"
1272 msgstr "ഡിവൈസിലേക്ക് ഒരു പാര്ട്ടീഷന് ചേര്ക്കുക"
1275 msgid "delete a partition"
1279 msgid "partition whole disk with a single primary partition"
1280 msgstr "ഒരു പൂര്ണ്ണ ഡിസ്ക് ഒറ്റ പ്രൈമറി പാര്ട്ടീഷനായി സജ്ജമാക്കുക"
1283 msgid "return true if a partition is bootable"
1287 msgid "get the MBR type byte (ID byte) from a partition"
1291 msgid "get the partition table type"
1292 msgstr "പാര്ട്ടീഷന് ടേബിള് തരം ലഭ്യമാക്കുക"
1295 msgid "create an empty partition table"
1296 msgstr "ഒരു കാലി പാര്ട്ടീഷന് ടേബിള് ഉണ്ടാക്കുക"
1299 msgid "list partitions on a device"
1300 msgstr "ഒരു ഡിവൈസില് പാര്ട്ടീഷനുകള് ലഭ്യമാക്കുക"
1303 msgid "make a partition bootable"
1304 msgstr "ഒരു പാര്ട്ടീഷന് ബൂട്ടബിളാക്കുക"
1307 msgid "set the MBR type byte (ID byte) of a partition"
1311 msgid "set partition name"
1312 msgstr "പാര്ട്ടീഷന് നാമം സജ്ജമാക്കുക"
1315 msgid "convert partition name to device name"
1319 msgid "ping the guest daemon"
1320 msgstr "ഗസ്റ്റ് ഡെമണിനെ പിങ് ചെയ്യുക"
1323 msgid "read part of a file"
1324 msgstr "ഒരു ഫയലിന്റെ ഭാഗം വായിക്കുക"
1327 msgid "read part of a device"
1331 msgid "create an LVM physical volume"
1332 msgstr "ഒരു എല്വിഎം ഫിസിക്കല് വോള്യം ഉണ്ടാക്കുക"
1335 msgid "remove an LVM physical volume"
1336 msgstr "ഒരു എല്വിഎം ഫിസിക്കല് വോള്യം നീക്കം ചെയ്യുക"
1339 msgid "resize an LVM physical volume"
1340 msgstr "ഒരു എല്വിഎം ഫിസിക്കല് വോള്യത്തിന്റെ വ്യാപ്തി മാറ്റുക"
1343 msgid "resize an LVM physical volume (with size)"
1346 #: fish/cmds.c:2949 fish/cmds.c:2950
1347 msgid "list the LVM physical volumes (PVs)"
1348 msgstr "എല്വിഎം ഫിസിക്കല് വോള്യമുകള് (പിവി) ലഭ്യമാക്കുക"
1351 msgid "get the UUID of a physical volume"
1355 msgid "write to part of a file"
1359 msgid "write to part of a device"
1364 msgstr "ഒരു ഫയല് വായിക്കുക"
1367 msgid "read file as lines"
1368 msgstr "ഫയല് വരികളായി വായിക്കുക"
1371 msgid "read directories entries"
1372 msgstr "ഡയറക്ടറികളുടെ എന്ട്രികള് വായിക്കുക"
1375 msgid "read the target of a symbolic link"
1376 msgstr "ഒരു സിംബോളിക് ലിങ്കിനുള്ള ടാര്ഗറ്റ് വായിക്കുക"
1379 msgid "readlink on multiple files"
1380 msgstr "readlink on multiple files"
1383 msgid "canonicalized absolute pathname"
1384 msgstr "കാണോണിക്കല് ആയ ആബ്സല്യൂട്ട് പാഥ്നെയിം"
1387 msgid "close and reopen libguestfs handle"
1388 msgstr "libguestfs ഹാന്ഡില് അടയ്ക്കുക, ശേഷം വീണ്ടും തുറക്കുക"
1391 msgid "resize an ext2, ext3 or ext4 filesystem"
1395 msgid "resize an ext2, ext3 or ext4 filesystem to the minimum size"
1399 msgid "resize an ext2, ext3 or ext4 filesystem (with size)"
1403 msgid "remove a file"
1404 msgstr "ഒരു ഫയല് നീക്കം ചെയ്യുക"
1407 msgid "remove a file or directory recursively"
1408 msgstr "ഒരു ഫയല് അല്ലെങ്കില് ഡയറക്ടറി ആവര്ത്തിച്ചു് നീക്കം ചെയ്യുക"
1411 msgid "remove a directory"
1412 msgstr "ഒരു ഡയറക്ടറി നീക്കം ചെയ്യുക"
1415 msgid "remove a mountpoint"
1416 msgstr "ഒരു മൌണ്ട്പോയിന്റ് നീക്കം ചെയ്യുക"
1419 msgid "scrub (securely wipe) a device"
1420 msgstr "ഒരു ഡിവൈസ് സ്ക്രബ് ചെയ്യുക"
1423 msgid "scrub (securely wipe) a file"
1424 msgstr "ഒരു ഫയല് സ്ക്രബ് ചെയ്യുക"
1427 msgid "scrub (securely wipe) free space"
1428 msgstr "ഉപയോഗത്തിലില്ലാത്ത സ്ഥലം സ്ക്രബ് ചെയ്യുക"
1431 msgid "add options to kernel command line"
1432 msgstr "കേര്ണല് കമാന്ഡ് ലൈനിലേക്ക് ഉപാധികള് ചേര്ക്കുക"
1435 msgid "set the attach method"
1439 msgid "set autosync mode"
1440 msgstr "autosync മോഡ് സജ്ജമാക്കുക"
1443 msgid "enable or disable direct appliance mode"
1444 msgstr "നേരിട്ടുള്ള അപ്ലയന്സ് മോഡ് പ്രവര്ത്തന സജ്ജമാക്കുക അല്ലെങ്കില് പ്രവര്ത്തന രഹിതമാക്കുക"
1447 msgid "set the ext2/3/4 filesystem label"
1448 msgstr "ext2/3/4 ഫയല്സിസ്റ്റം ലേബല് സജ്ജമാക്കുക"
1451 msgid "set the ext2/3/4 filesystem UUID"
1452 msgstr "ext2/3/4 ഫയല്സിസ്റ്റം UUID സജ്ജമാക്കുക"
1455 msgid "set memory allocated to the qemu subprocess"
1456 msgstr "ലഭ്യമാക്കിയ മെമ്മറി qemu ഉപപ്രക്രിയകള്ക്ക് സജ്ജമാക്കുക"
1459 msgid "set enable network flag"
1463 msgid "set the search path"
1464 msgstr "തെരച്ചില് പാഥ സജ്ജമാക്കുക"
1467 msgid "set process group flag"
1471 msgid "set the qemu binary"
1472 msgstr "qemu ബൈനറി സജ്ജമാക്കുക"
1475 msgid "enable or disable the recovery process"
1476 msgstr "വീണ്ടെടുക്കുന്ന പ്രക്രിയ പ്രവര്ത്തന സജ്ജമാക്കുക അല്ലെങ്കില് പ്രവര്ത്തന രഹിതമാക്കുക"
1479 msgid "set SELinux enabled or disabled at appliance boot"
1481 "പ്രയോഗം ബൂട്ട് ചെയ്യുമ്പോള് SELinux പ്രവര്ത്തന സജ്ജമാക്കുക അല്ലെങ്കില് പ്രവര്ത്തന രഹിതമാക്കുക"
1484 msgid "set number of virtual CPUs in appliance"
1488 msgid "enable or disable command traces"
1489 msgstr "കമാന്ഡ് ട്രെയിസുകള് പ്രവര്ത്തന സജ്ജമാക്കുക അല്ലെങ്കില് പ്രവര്ത്തന രഹിതമാക്കുക"
1492 msgid "set verbose mode"
1493 msgstr "വെര്ബോസ് മോഡ് സജ്ജമാക്കുക"
1496 msgid "set SELinux security context"
1497 msgstr "SELinux സെക്യൂരിറ്റി കോണ്ടെക്സ്റ്റ് സജ്ജമാക്കുക"
1500 msgid "set an environment variable"
1503 #: fish/cmds.c:2991 fish/cmds.c:2992
1504 msgid "create partitions on a block device"
1505 msgstr "ബ്ലോക്ക് ഡിവൈസില് പാര്ട്ടീഷനുകള് ഉണ്ടാക്കുക"
1508 msgid "modify a single partition on a block device"
1509 msgstr "ഒരു ബ്ലോക്ക് ഡിവൈസില് ഒറ്റ പാര്ട്ടീഷനില് മാറ്റം വരുത്തുക"
1512 msgid "display the disk geometry from the partition table"
1513 msgstr "പാര്ട്ടീഷന് ടേബിളില് നിന്നും ഡിസ്കോ ജോമെട്രി കാണിക്കുക"
1516 msgid "display the kernel geometry"
1517 msgstr "കേര്ണല് ജോമെട്രി കാണിക്കുക"
1520 msgid "display the partition table"
1521 msgstr "പാര്ട്ടീഷന് ടേബിള് കാണിക്കുക"
1524 msgid "run a command via the shell"
1525 msgstr "ഷെല് വഴി കമാന്ഡ് പ്രവര്ത്തിപ്പിക്കുക"
1528 msgid "run a command via the shell returning lines"
1529 msgstr "വരികള് തിരികെ നല്കുന്ന ഷെല് വഴി കമാന്ഡ് പ്രവര്ത്തിപ്പിക്കുക"
1532 msgid "sleep for some seconds"
1533 msgstr "അല്പം സമയത്തേക്ക് പ്രവര്ത്തനം നിര്ത്തുക"
1536 msgid "create a sparse disk image and add"
1540 msgid "get file information"
1541 msgstr "ഫയല് വിവരം ലഭ്യമാക്കുക"
1544 msgid "get file system statistics"
1545 msgstr "ഫയല് സിസ്റ്റത്തിന്റെ സ്ഥിതിവിവരകണക്കുകള് ലഭ്യമാക്കുക"
1547 #: fish/cmds.c:3003 fish/cmds.c:3004
1548 msgid "print the printable strings in a file"
1549 msgstr "പ്രിന്റ് ചെയ്യുവാന് സാധിക്കുന്ന സ്ട്രിങുകള് ഒരു ഫയലിലേക്ക് പ്രിന്റ് ചെയ്യുക"
1552 msgid "list supported groups of commands"
1556 msgid "disable swap on device"
1557 msgstr "ഡിവൈസില് സ്വാപ്പ് പ്രവര്ത്തന രഹിതമാക്കുക"
1560 msgid "disable swap on file"
1561 msgstr "ഫയലില് സ്വാപ്പ് പ്രവര്ത്തന രഹിതമാക്കുക"
1564 msgid "disable swap on labeled swap partition"
1565 msgstr "ലേബല് ചെയ്ത സ്വാപ്പ് പാര്ട്ടീഷനില് സ്വാപ്പ് പ്രവര്ത്തന രഹിതമാക്കുക"
1568 msgid "disable swap on swap partition by UUID"
1569 msgstr "UUID ഉപയോഗിച്ചു് സ്വാപ്പ് പാര്ട്ടീഷനില് സ്വാപ്പ് പ്രവര്ത്തന രഹിതമാക്കുക"
1572 msgid "enable swap on device"
1573 msgstr "ഡിവൈസില് സ്വാപ്പ് പ്രവര്ത്തന സജ്ജമാക്കുക"
1576 msgid "enable swap on file"
1577 msgstr "ഫയലില് സ്വാപ്പ് പ്രവര്ത്തന സജ്ജമാക്കുക"
1580 msgid "enable swap on labeled swap partition"
1581 msgstr "ലേബല് ചെയ്ത സ്വാപ്പ് പാര്ട്ടീഷനില് സ്വാപ്പ് പ്രവര്ത്തന സജ്ജമാക്കുക"
1584 msgid "enable swap on swap partition by UUID"
1585 msgstr "UUID ഉപയോഗിച്ചു് സ്വാപ്പ് പാര്ട്ടീഷനില് സ്വാപ്പ് പ്രവര്ത്തന സജ്ജമാക്കുക"
1588 msgid "sync disks, writes are flushed through to the disk image"
1589 msgstr "സിന്ക് ഡിസ്കുകള് റൈറ്റുകള് എന്നിവ ഡിസ്ക് ഇമേജ് വഴി വെടിപ്പാക്കുന്നു"
1592 msgid "return last 10 lines of a file"
1593 msgstr "ഒരു ഫയലിന്റെ അവസാന 10 വരികള് തിരികെ ലഭ്യമാക്കുക"
1596 msgid "return last N lines of a file"
1597 msgstr "ഒരു ഫയലിന്റെ അവസാന N വരികള് തിരികെ ലഭ്യമാക്കുക"
1600 msgid "unpack tarfile to directory"
1601 msgstr "ഡയറക്ടറിയിലേക്ക് tarfile അണ്പാക്ക് ചെയ്യുക"
1604 msgid "pack directory into tarfile"
1605 msgstr "ഡയറക്ടറി tarfile-ലേക്ക് പാക്ക് ചെയ്യുക"
1607 #: fish/cmds.c:3019 fish/cmds.c:3026
1608 msgid "unpack compressed tarball to directory"
1609 msgstr "കംപ്രസ്സ് ചെയ്ത ടാര്ബോള് ഡയറക്ടറിയിലേക്ക് അണ്പാക്ക് ചെയ്യുക"
1611 #: fish/cmds.c:3020 fish/cmds.c:3027
1612 msgid "pack directory into compressed tarball"
1613 msgstr "ഡയറക്ടറി കംപ്രസ്സ് ചെയ്ത ടാര്ബോളിലേക്ക് പാക്ക് ചെയ്യുക"
1616 msgid "print elapsed time taken to run a command"
1620 msgid "update file timestamps or create a new file"
1621 msgstr "ഫയല് ടൈംസ്റ്റാംപുകള് പരിഷ്കരിക്കുക അല്ലെങ്കില് ഒരു പുതിയ ഫയല് നിര്മ്മിക്കുക"
1624 msgid "truncate a file to zero size"
1625 msgstr "ഒരു ഫയല് പൂജ്യം വ്യാപ്തിയിലേക്ക് വെട്ടികുറയ്ക്കുക"
1628 msgid "truncate a file to a particular size"
1629 msgstr "ഒരു ഫയല് പ്രത്യേക വ്യാപ്തിയിലേക്ക് വെട്ടികുറയ്ക്കുക"
1632 msgid "get ext2/ext3/ext4 superblock details"
1633 msgstr "ext2/ext3/ext4 സൂപ്പര് ബ്ലോക്ക് വിശദാംശങ്ങള് ലഭ്യമാക്കുക"
1636 msgid "set file mode creation mask (umask)"
1637 msgstr "ഫയല് മോഡ് ക്രിയേഷന് മാസ്ക് സജ്ജമാക്കുക (അണ്മാസ്ക്)"
1640 msgid "unmount a filesystem"
1641 msgstr "ഒരു ഫയല്സിസ്റ്റം അണ്മൌണ്ട് ചെയ്യുക"
1644 msgid "unmount all filesystems"
1645 msgstr "എല്ലാ ഫയല്സിസ്റ്റമുകളും അണ്മൌണ്ട് ചെയ്യുക"
1648 msgid "unset an environment variable"
1652 msgid "upload a file from the local machine"
1653 msgstr "ലോക്കല് മഷീനില് നിന്നും ഒരു ഫയല് അപ്ലോഡ് ചെയ്യുക"
1656 msgid "upload a file from the local machine with offset"
1660 msgid "set timestamp of a file with nanosecond precision"
1661 msgstr "ഒരു ഫയലിന്റെ ടൈംസ്റ്റാംപ് നാനോസെക്കന്ഡ് പ്രിസിഷനില് സജ്ജമാക്കുക"
1664 msgid "get the library version number"
1665 msgstr "ലൈബ്രറിയുടെ പതിപ്പു് ലഭ്യമാക്കുക"
1668 msgid "get the filesystem label"
1672 msgid "get the Linux VFS type corresponding to a mounted device"
1673 msgstr "ഒരു മൌണ്ട് ചെയ്ത ഡിവൈസിനുള്ള Linux VFS രീതി ലഭ്യമാക്കുക"
1676 msgid "get the filesystem UUID"
1680 msgid "activate or deactivate some volume groups"
1681 msgstr "ചില വോള്യം ഗ്രൂപ്പുകള് സജീവം അല്ലെങ്കില് നിര്ജീവമാക്കുക"
1684 msgid "activate or deactivate all volume groups"
1685 msgstr "എല്ലാ വോള്യം ഗ്രൂപ്പുകളും സജീവം അല്ലെങ്കില് നിര്ജീവമാക്കുക"
1688 msgid "create an LVM volume group"
1689 msgstr "ഒരു എല്വിഎം വോള്യം ഗ്രൂപ്പ് നിര്മ്മിക്കുക"
1692 msgid "get the LV UUIDs of all LVs in the volume group"
1696 msgid "get the PV UUIDs containing the volume group"
1700 msgid "remove an LVM volume group"
1701 msgstr "ഒരു എല്വിഎം വോള്യം ഗ്രൂപ്പ് നീക്കം ചെയ്യുക"
1704 msgid "rename an LVM volume group"
1707 #: fish/cmds.c:3046 fish/cmds.c:3047
1708 msgid "list the LVM volume groups (VGs)"
1709 msgstr "എല്വിഎം വോള്യം ഗ്രൂപ്പുകള് (വിജി) ലഭ്യമാക്കുക"
1712 msgid "rescan for LVM physical volumes, volume groups and logical volumes"
1716 msgid "get the UUID of a volume group"
1720 msgid "count characters in a file"
1721 msgstr "ഒരു ഫയലിലുള്ള അക്ഷരങ്ങള് എണ്ണുക"
1724 msgid "count lines in a file"
1725 msgstr "ഒരു ഫയലിലുള്ള വരികള് എണ്ണുക"
1728 msgid "count words in a file"
1729 msgstr "ഒരു ഫയലിലുള്ള വാക്കുകള് എണ്ണുക"
1732 msgid "create a new file"
1736 msgid "append content to end of file"
1740 msgid "create a file"
1741 msgstr "ഒരു ഫയല് ഉണ്ടാക്കുക"
1744 msgid "write zeroes to the device"
1745 msgstr "ഡിവൈസിലേക്ക് പൂജ്യങ്ങള് സൂക്ഷിക്കുക"
1748 msgid "write zeroes to an entire device"
1752 msgid "zero unused inodes and disk blocks on ext2/3 filesystem"
1753 msgstr "zero unused inodes and disk blocks on ext2/3 filesystem"
1756 msgid "determine file type inside a compressed file"
1757 msgstr "ഒരു കംപ്രസ്സ്ഡ് ഫയലിലുള്ള ഫയല് രീതി കണ്ടുപിടിക്കുക"
1760 msgid "Use -h <cmd> / help <cmd> to show detailed help for a command."
1761 msgstr "ഒരു കമാന്ഡിന്റെ വിശദവിവരങ്ങള്ക്കായി -h <cmd> / help <cmd> ഉപയോഗിക്കുക."
1763 #: fish/cmds.c:3384 fish/cmds.c:3398 fish/cmds.c:3414 fish/cmds.c:3431
1764 #: fish/cmds.c:3448 fish/cmds.c:3466 fish/cmds.c:3485 fish/cmds.c:3501
1765 #: fish/cmds.c:3519 fish/cmds.c:3535 fish/cmds.c:3553 fish/cmds.c:3569
1766 #: fish/cmds.c:3586 fish/cmds.c:3601 fish/cmds.c:3619 fish/cmds.c:3634
1767 #: fish/cmds.c:3650 fish/cmds.c:3666 fish/cmds.c:3682 fish/cmds.c:3698
1768 #: fish/cmds.c:3714 fish/cmds.c:3732 fish/cmds.c:3765 fish/cmds.c:3781
1769 #: fish/cmds.c:3797 fish/cmds.c:3816 fish/cmds.c:3831 fish/cmds.c:3849
1770 #: fish/cmds.c:3864 fish/cmds.c:3882 fish/cmds.c:3897 fish/cmds.c:3915
1771 #: fish/cmds.c:3930 fish/cmds.c:3949 fish/cmds.c:3968 fish/cmds.c:3986
1772 #: fish/cmds.c:4006 fish/cmds.c:4025 fish/cmds.c:4045 fish/cmds.c:4065
1773 #: fish/cmds.c:4085 fish/cmds.c:4104 fish/cmds.c:4123 fish/cmds.c:4143
1774 #: fish/cmds.c:4163 fish/cmds.c:4183 fish/cmds.c:4198 fish/cmds.c:4214
1775 #: fish/cmds.c:4286 fish/cmds.c:4304 fish/cmds.c:4321 fish/cmds.c:4405
1776 #: fish/cmds.c:4425 fish/cmds.c:4445 fish/cmds.c:4465 fish/cmds.c:4485
1777 #: fish/cmds.c:4505 fish/cmds.c:4524 fish/cmds.c:4543 fish/cmds.c:4562
1778 #: fish/cmds.c:4577 fish/cmds.c:4596 fish/cmds.c:4616 fish/cmds.c:4636
1779 #: fish/cmds.c:4712 fish/cmds.c:4727 fish/cmds.c:4745 fish/cmds.c:4778
1780 #: fish/cmds.c:4797 fish/cmds.c:4813 fish/cmds.c:4829 fish/cmds.c:4848
1781 #: fish/cmds.c:4870 fish/cmds.c:4892 fish/cmds.c:4912 fish/cmds.c:4929
1782 #: fish/cmds.c:4946 fish/cmds.c:4963 fish/cmds.c:4980 fish/cmds.c:4997
1783 #: fish/cmds.c:5014 fish/cmds.c:5031 fish/cmds.c:5050 fish/cmds.c:5073
1784 #: fish/cmds.c:5109 fish/cmds.c:5126 fish/cmds.c:5149 fish/cmds.c:5171
1785 #: fish/cmds.c:5192 fish/cmds.c:5212 fish/cmds.c:5231 fish/cmds.c:5251
1786 #: fish/cmds.c:5269 fish/cmds.c:5287 fish/cmds.c:5301 fish/cmds.c:5317
1787 #: fish/cmds.c:5337 fish/cmds.c:5356 fish/cmds.c:5375 fish/cmds.c:5394
1788 #: fish/cmds.c:5413 fish/cmds.c:5433 fish/cmds.c:5473 fish/cmds.c:5530
1789 #: fish/cmds.c:5551 fish/cmds.c:5572 fish/cmds.c:5593 fish/cmds.c:5611
1790 #: fish/cmds.c:5633 fish/cmds.c:5671 fish/cmds.c:5693 fish/cmds.c:5772
1791 #: fish/cmds.c:5811 fish/cmds.c:5826 fish/cmds.c:5843 fish/cmds.c:5857
1792 #: fish/cmds.c:5873 fish/cmds.c:5895 fish/cmds.c:5917 fish/cmds.c:5939
1793 #: fish/cmds.c:5961 fish/cmds.c:5983 fish/cmds.c:6005 fish/cmds.c:6025
1794 #: fish/cmds.c:6042 fish/cmds.c:6059 fish/cmds.c:6078 fish/cmds.c:6097
1795 #: fish/cmds.c:6117 fish/cmds.c:6153 fish/cmds.c:6172 fish/cmds.c:6191
1796 #: fish/cmds.c:6208 fish/cmds.c:6226 fish/cmds.c:6249 fish/cmds.c:6272
1797 #: fish/cmds.c:6296 fish/cmds.c:6319 fish/cmds.c:6340 fish/cmds.c:6363
1798 #: fish/cmds.c:6386 fish/cmds.c:6406 fish/cmds.c:6428 fish/cmds.c:6449
1799 #: fish/cmds.c:6472 fish/cmds.c:6489 fish/cmds.c:6506 fish/cmds.c:6524
1800 #: fish/cmds.c:6542 fish/cmds.c:6563 fish/cmds.c:6581 fish/cmds.c:6602
1801 #: fish/cmds.c:6622 fish/cmds.c:6640 fish/cmds.c:6661 fish/cmds.c:6684
1802 #: fish/cmds.c:6707 fish/cmds.c:6729 fish/cmds.c:6762 fish/cmds.c:6779
1803 #: fish/cmds.c:6796 fish/cmds.c:6820 fish/cmds.c:6843 fish/cmds.c:6866
1804 #: fish/cmds.c:6888 fish/cmds.c:6905 fish/cmds.c:6927 fish/cmds.c:7021
1805 #: fish/cmds.c:7041 fish/cmds.c:7061 fish/cmds.c:7081 fish/cmds.c:7099
1806 #: fish/cmds.c:7120 fish/cmds.c:7156 fish/cmds.c:7173 fish/cmds.c:7195
1807 #: fish/cmds.c:7212 fish/cmds.c:7248 fish/cmds.c:7268 fish/cmds.c:7288
1808 #: fish/cmds.c:7308 fish/cmds.c:7330 fish/cmds.c:7347 fish/cmds.c:7366
1809 #: fish/cmds.c:7385 fish/cmds.c:7407 fish/cmds.c:7428 fish/cmds.c:7449
1810 #: fish/cmds.c:7470 fish/cmds.c:7493 fish/cmds.c:7534 fish/cmds.c:7557
1811 #: fish/cmds.c:7596 fish/cmds.c:7613 fish/cmds.c:7632 fish/cmds.c:7653
1812 #: fish/cmds.c:7676 fish/cmds.c:7698 fish/cmds.c:7716 fish/cmds.c:7735
1813 #: fish/cmds.c:7756 fish/cmds.c:7833 fish/cmds.c:7874 fish/cmds.c:7953
1814 #: fish/cmds.c:8029 fish/cmds.c:8066 fish/cmds.c:8089 fish/cmds.c:8110
1815 #: fish/cmds.c:8133 fish/cmds.c:8155 fish/cmds.c:8180 fish/cmds.c:8223
1816 #: fish/cmds.c:8264 fish/cmds.c:8285 fish/cmds.c:8303 fish/cmds.c:8322
1817 #: fish/cmds.c:8339 fish/cmds.c:8357 fish/cmds.c:8384 fish/cmds.c:8408
1818 #: fish/cmds.c:8432 fish/cmds.c:8456 fish/cmds.c:8480 fish/cmds.c:8504
1819 #: fish/cmds.c:8528 fish/cmds.c:8552 fish/cmds.c:8576 fish/cmds.c:8600
1820 #: fish/cmds.c:8624 fish/cmds.c:8648 fish/cmds.c:8671 fish/cmds.c:8694
1821 #: fish/cmds.c:8715 fish/cmds.c:8736 fish/cmds.c:8757 fish/cmds.c:8777
1822 #: fish/cmds.c:8800 fish/cmds.c:8838 fish/cmds.c:8855 fish/cmds.c:8872
1823 #: fish/cmds.c:8891 fish/cmds.c:8910 fish/cmds.c:8927 fish/cmds.c:8944
1824 #: fish/cmds.c:8961 fish/cmds.c:8978 fish/cmds.c:8997 fish/cmds.c:9033
1825 #: fish/cmds.c:9073 fish/cmds.c:9106 fish/cmds.c:9123 fish/cmds.c:9140
1826 #: fish/cmds.c:9156 fish/cmds.c:9171 fish/cmds.c:9192 fish/cmds.c:9230
1827 #: fish/cmds.c:9268 fish/cmds.c:9307 fish/cmds.c:9347 fish/cmds.c:9388
1828 #: fish/cmds.c:9429 fish/cmds.c:9467 fish/cmds.c:9484 fish/cmds.c:9507
1829 #: fish/cmds.c:9529 fish/cmds.c:9551 fish/cmds.c:9571 fish/cmds.c:9591
1830 #: fish/cmds.c:9627 fish/cmds.c:9699 fish/cmds.c:9739 fish/cmds.c:9797
1831 #: fish/cmds.c:9823 fish/cmds.c:9849 fish/cmds.c:9877 fish/cmds.c:9936
1832 #: fish/cmds.c:9957 fish/cmds.c:10002 fish/cmds.c:10022 fish/cmds.c:10061
1833 #: fish/cmds.c:10098 fish/cmds.c:10118 fish/cmds.c:10140 fish/cmds.c:10197
1834 #: fish/cmds.c:10217 fish/cmds.c:10239 fish/cmds.c:10261 fish/cmds.c:10280
1835 #: fish/cmds.c:10300 fish/cmds.c:10327 fish/cmds.c:10347 fish/cmds.c:10367
1836 #: fish/cmds.c:10387 fish/cmds.c:10407 fish/cmds.c:10429 fish/cmds.c:10464
1837 #: fish/cmds.c:10482 fish/cmds.c:10505 fish/cmds.c:10527 fish/cmds.c:10542
1838 #: fish/cmds.c:10559 fish/cmds.c:10596 fish/cmds.c:10635 fish/cmds.c:10675
1839 #: fish/cmds.c:10731 fish/cmds.c:10753 fish/cmds.c:10789 fish/cmds.c:10804
1840 #: fish/cmds.c:10824 fish/cmds.c:10864 fish/cmds.c:10887 fish/cmds.c:10911
1841 #: fish/cmds.c:10936 fish/cmds.c:10977 fish/cmds.c:11002 fish/cmds.c:11040
1842 #: fish/cmds.c:11071 fish/cmds.c:11102 fish/cmds.c:11130 fish/cmds.c:11150
1843 #: fish/cmds.c:11182 fish/cmds.c:11202 fish/cmds.c:11222 fish/cmds.c:11239
1844 #: fish/cmds.c:11257 fish/cmds.c:11282 fish/cmds.c:11305 fish/cmds.c:11324
1845 #: fish/cmds.c:11368 fish/cmds.c:11413 fish/cmds.c:11461 fish/cmds.c:11502
1846 #: fish/cmds.c:11521 fish/cmds.c:11541 fish/cmds.c:11561 fish/cmds.c:11582
1847 #: fish/cmds.c:11603 fish/cmds.c:11624 fish/cmds.c:11645 fish/cmds.c:11666
1848 #: fish/cmds.c:11688 fish/cmds.c:11726 fish/cmds.c:11777 fish/cmds.c:11815
1849 #: fish/cmds.c:11871 fish/cmds.c:12007 fish/cmds.c:12036 fish/cmds.c:12063
1850 #: fish/cmds.c:12080 fish/cmds.c:12101 fish/cmds.c:12118 fish/cmds.c:12180
1851 #: fish/cmds.c:12318
1853 msgid "%s should have %d parameter(s)\n"
1854 msgstr "%s-ല് %d പരാമീറ്ററുകള് ആവശ്യമുണ്ടു് \n"
1856 #: fish/cmds.c:3385 fish/cmds.c:3399 fish/cmds.c:3415 fish/cmds.c:3432
1857 #: fish/cmds.c:3449 fish/cmds.c:3467 fish/cmds.c:3486 fish/cmds.c:3502
1858 #: fish/cmds.c:3520 fish/cmds.c:3536 fish/cmds.c:3554 fish/cmds.c:3570
1859 #: fish/cmds.c:3587 fish/cmds.c:3602 fish/cmds.c:3620 fish/cmds.c:3635
1860 #: fish/cmds.c:3651 fish/cmds.c:3667 fish/cmds.c:3683 fish/cmds.c:3699
1861 #: fish/cmds.c:3715 fish/cmds.c:3733 fish/cmds.c:3766 fish/cmds.c:3782
1862 #: fish/cmds.c:3798 fish/cmds.c:3817 fish/cmds.c:3832 fish/cmds.c:3850
1863 #: fish/cmds.c:3865 fish/cmds.c:3883 fish/cmds.c:3898 fish/cmds.c:3916
1864 #: fish/cmds.c:3931 fish/cmds.c:3950 fish/cmds.c:3969 fish/cmds.c:3987
1865 #: fish/cmds.c:4007 fish/cmds.c:4026 fish/cmds.c:4046 fish/cmds.c:4066
1866 #: fish/cmds.c:4086 fish/cmds.c:4105 fish/cmds.c:4124 fish/cmds.c:4144
1867 #: fish/cmds.c:4164 fish/cmds.c:4184 fish/cmds.c:4199 fish/cmds.c:4215
1868 #: fish/cmds.c:4236 fish/cmds.c:4287 fish/cmds.c:4305 fish/cmds.c:4322
1869 #: fish/cmds.c:4343 fish/cmds.c:4406 fish/cmds.c:4426 fish/cmds.c:4446
1870 #: fish/cmds.c:4466 fish/cmds.c:4486 fish/cmds.c:4506 fish/cmds.c:4525
1871 #: fish/cmds.c:4544 fish/cmds.c:4563 fish/cmds.c:4578 fish/cmds.c:4597
1872 #: fish/cmds.c:4617 fish/cmds.c:4637 fish/cmds.c:4660 fish/cmds.c:4713
1873 #: fish/cmds.c:4728 fish/cmds.c:4746 fish/cmds.c:4779 fish/cmds.c:4798
1874 #: fish/cmds.c:4814 fish/cmds.c:4830 fish/cmds.c:4849 fish/cmds.c:4871
1875 #: fish/cmds.c:4893 fish/cmds.c:4913 fish/cmds.c:4930 fish/cmds.c:4947
1876 #: fish/cmds.c:4964 fish/cmds.c:4981 fish/cmds.c:4998 fish/cmds.c:5015
1877 #: fish/cmds.c:5032 fish/cmds.c:5051 fish/cmds.c:5074 fish/cmds.c:5110
1878 #: fish/cmds.c:5127 fish/cmds.c:5150 fish/cmds.c:5172 fish/cmds.c:5193
1879 #: fish/cmds.c:5213 fish/cmds.c:5232 fish/cmds.c:5252 fish/cmds.c:5270
1880 #: fish/cmds.c:5288 fish/cmds.c:5302 fish/cmds.c:5318 fish/cmds.c:5338
1881 #: fish/cmds.c:5357 fish/cmds.c:5376 fish/cmds.c:5395 fish/cmds.c:5414
1882 #: fish/cmds.c:5434 fish/cmds.c:5474 fish/cmds.c:5531 fish/cmds.c:5552
1883 #: fish/cmds.c:5573 fish/cmds.c:5594 fish/cmds.c:5612 fish/cmds.c:5634
1884 #: fish/cmds.c:5672 fish/cmds.c:5694 fish/cmds.c:5773 fish/cmds.c:5812
1885 #: fish/cmds.c:5827 fish/cmds.c:5844 fish/cmds.c:5858 fish/cmds.c:5874
1886 #: fish/cmds.c:5896 fish/cmds.c:5918 fish/cmds.c:5940 fish/cmds.c:5962
1887 #: fish/cmds.c:5984 fish/cmds.c:6006 fish/cmds.c:6026 fish/cmds.c:6043
1888 #: fish/cmds.c:6060 fish/cmds.c:6079 fish/cmds.c:6098 fish/cmds.c:6118
1889 #: fish/cmds.c:6154 fish/cmds.c:6173 fish/cmds.c:6192 fish/cmds.c:6209
1890 #: fish/cmds.c:6227 fish/cmds.c:6250 fish/cmds.c:6273 fish/cmds.c:6297
1891 #: fish/cmds.c:6320 fish/cmds.c:6341 fish/cmds.c:6364 fish/cmds.c:6387
1892 #: fish/cmds.c:6407 fish/cmds.c:6429 fish/cmds.c:6450 fish/cmds.c:6473
1893 #: fish/cmds.c:6490 fish/cmds.c:6507 fish/cmds.c:6525 fish/cmds.c:6543
1894 #: fish/cmds.c:6564 fish/cmds.c:6582 fish/cmds.c:6603 fish/cmds.c:6623
1895 #: fish/cmds.c:6641 fish/cmds.c:6662 fish/cmds.c:6685 fish/cmds.c:6708
1896 #: fish/cmds.c:6730 fish/cmds.c:6763 fish/cmds.c:6780 fish/cmds.c:6797
1897 #: fish/cmds.c:6821 fish/cmds.c:6844 fish/cmds.c:6867 fish/cmds.c:6889
1898 #: fish/cmds.c:6906 fish/cmds.c:6928 fish/cmds.c:7022 fish/cmds.c:7042
1899 #: fish/cmds.c:7062 fish/cmds.c:7082 fish/cmds.c:7100 fish/cmds.c:7121
1900 #: fish/cmds.c:7157 fish/cmds.c:7174 fish/cmds.c:7196 fish/cmds.c:7213
1901 #: fish/cmds.c:7249 fish/cmds.c:7269 fish/cmds.c:7289 fish/cmds.c:7309
1902 #: fish/cmds.c:7331 fish/cmds.c:7348 fish/cmds.c:7367 fish/cmds.c:7386
1903 #: fish/cmds.c:7408 fish/cmds.c:7429 fish/cmds.c:7450 fish/cmds.c:7471
1904 #: fish/cmds.c:7494 fish/cmds.c:7535 fish/cmds.c:7558 fish/cmds.c:7597
1905 #: fish/cmds.c:7614 fish/cmds.c:7633 fish/cmds.c:7654 fish/cmds.c:7677
1906 #: fish/cmds.c:7699 fish/cmds.c:7717 fish/cmds.c:7736 fish/cmds.c:7757
1907 #: fish/cmds.c:7834 fish/cmds.c:7875 fish/cmds.c:7954 fish/cmds.c:8030
1908 #: fish/cmds.c:8067 fish/cmds.c:8090 fish/cmds.c:8111 fish/cmds.c:8134
1909 #: fish/cmds.c:8156 fish/cmds.c:8181 fish/cmds.c:8224 fish/cmds.c:8265
1910 #: fish/cmds.c:8286 fish/cmds.c:8304 fish/cmds.c:8323 fish/cmds.c:8340
1911 #: fish/cmds.c:8358 fish/cmds.c:8385 fish/cmds.c:8409 fish/cmds.c:8433
1912 #: fish/cmds.c:8457 fish/cmds.c:8481 fish/cmds.c:8505 fish/cmds.c:8529
1913 #: fish/cmds.c:8553 fish/cmds.c:8577 fish/cmds.c:8601 fish/cmds.c:8625
1914 #: fish/cmds.c:8649 fish/cmds.c:8672 fish/cmds.c:8695 fish/cmds.c:8716
1915 #: fish/cmds.c:8737 fish/cmds.c:8758 fish/cmds.c:8778 fish/cmds.c:8801
1916 #: fish/cmds.c:8839 fish/cmds.c:8856 fish/cmds.c:8873 fish/cmds.c:8892
1917 #: fish/cmds.c:8911 fish/cmds.c:8928 fish/cmds.c:8945 fish/cmds.c:8962
1918 #: fish/cmds.c:8979 fish/cmds.c:8998 fish/cmds.c:9034 fish/cmds.c:9074
1919 #: fish/cmds.c:9107 fish/cmds.c:9124 fish/cmds.c:9141 fish/cmds.c:9157
1920 #: fish/cmds.c:9172 fish/cmds.c:9193 fish/cmds.c:9231 fish/cmds.c:9269
1921 #: fish/cmds.c:9308 fish/cmds.c:9348 fish/cmds.c:9389 fish/cmds.c:9430
1922 #: fish/cmds.c:9468 fish/cmds.c:9485 fish/cmds.c:9508 fish/cmds.c:9530
1923 #: fish/cmds.c:9552 fish/cmds.c:9572 fish/cmds.c:9592 fish/cmds.c:9628
1924 #: fish/cmds.c:9700 fish/cmds.c:9740 fish/cmds.c:9798 fish/cmds.c:9824
1925 #: fish/cmds.c:9850 fish/cmds.c:9878 fish/cmds.c:9937 fish/cmds.c:9958
1926 #: fish/cmds.c:10003 fish/cmds.c:10023 fish/cmds.c:10062 fish/cmds.c:10099
1927 #: fish/cmds.c:10119 fish/cmds.c:10141 fish/cmds.c:10198 fish/cmds.c:10218
1928 #: fish/cmds.c:10240 fish/cmds.c:10262 fish/cmds.c:10281 fish/cmds.c:10301
1929 #: fish/cmds.c:10328 fish/cmds.c:10348 fish/cmds.c:10368 fish/cmds.c:10388
1930 #: fish/cmds.c:10408 fish/cmds.c:10430 fish/cmds.c:10465 fish/cmds.c:10483
1931 #: fish/cmds.c:10506 fish/cmds.c:10528 fish/cmds.c:10543 fish/cmds.c:10560
1932 #: fish/cmds.c:10597 fish/cmds.c:10636 fish/cmds.c:10676 fish/cmds.c:10732
1933 #: fish/cmds.c:10754 fish/cmds.c:10790 fish/cmds.c:10805 fish/cmds.c:10825
1934 #: fish/cmds.c:10865 fish/cmds.c:10888 fish/cmds.c:10912 fish/cmds.c:10937
1935 #: fish/cmds.c:10978 fish/cmds.c:11003 fish/cmds.c:11041 fish/cmds.c:11072
1936 #: fish/cmds.c:11103 fish/cmds.c:11131 fish/cmds.c:11151 fish/cmds.c:11183
1937 #: fish/cmds.c:11203 fish/cmds.c:11223 fish/cmds.c:11240 fish/cmds.c:11258
1938 #: fish/cmds.c:11283 fish/cmds.c:11306 fish/cmds.c:11325 fish/cmds.c:11369
1939 #: fish/cmds.c:11414 fish/cmds.c:11462 fish/cmds.c:11503 fish/cmds.c:11522
1940 #: fish/cmds.c:11542 fish/cmds.c:11562 fish/cmds.c:11583 fish/cmds.c:11604
1941 #: fish/cmds.c:11625 fish/cmds.c:11646 fish/cmds.c:11667 fish/cmds.c:11689
1942 #: fish/cmds.c:11727 fish/cmds.c:11778 fish/cmds.c:11816 fish/cmds.c:11872
1943 #: fish/cmds.c:11895 fish/cmds.c:12008 fish/cmds.c:12037 fish/cmds.c:12064
1944 #: fish/cmds.c:12081 fish/cmds.c:12102 fish/cmds.c:12119 fish/cmds.c:12141
1945 #: fish/cmds.c:12181 fish/cmds.c:12202 fish/cmds.c:12262 fish/cmds.c:12319
1946 #: fish/cmds.c:12345 fish/cmds.c:12414
1948 msgid "type 'help %s' for help on %s\n"
1949 msgstr "%s-ലുള്ള ആവശ്യങ്ങള്ക്കായി 'help %s' ശ്രമിച്ചു നോക്കുക\n"
1951 #: fish/cmds.c:3743 fish/cmds.c:4756 fish/cmds.c:5086 fish/cmds.c:5444
1952 #: fish/cmds.c:5484 fish/cmds.c:5503 fish/cmds.c:5646 fish/cmds.c:5705
1953 #: fish/cmds.c:5724 fish/cmds.c:5743 fish/cmds.c:5786 fish/cmds.c:6129
1954 #: fish/cmds.c:6740 fish/cmds.c:6939 fish/cmds.c:6958 fish/cmds.c:6977
1955 #: fish/cmds.c:6996 fish/cmds.c:7132 fish/cmds.c:7223 fish/cmds.c:7504
1956 #: fish/cmds.c:7568 fish/cmds.c:7767 fish/cmds.c:7786 fish/cmds.c:7805
1957 #: fish/cmds.c:7844 fish/cmds.c:7885 fish/cmds.c:7904 fish/cmds.c:7923
1958 #: fish/cmds.c:7964 fish/cmds.c:7983 fish/cmds.c:8002 fish/cmds.c:8040
1959 #: fish/cmds.c:8193 fish/cmds.c:8236 fish/cmds.c:8813 fish/cmds.c:9008
1960 #: fish/cmds.c:9046 fish/cmds.c:9084 fish/cmds.c:9204 fish/cmds.c:9241
1961 #: fish/cmds.c:9279 fish/cmds.c:9318 fish/cmds.c:9359 fish/cmds.c:9400
1962 #: fish/cmds.c:9441 fish/cmds.c:9604 fish/cmds.c:9640 fish/cmds.c:9653
1963 #: fish/cmds.c:9666 fish/cmds.c:9679 fish/cmds.c:9712 fish/cmds.c:9750
1964 #: fish/cmds.c:9769 fish/cmds.c:9890 fish/cmds.c:9909 fish/cmds.c:9970
1965 #: fish/cmds.c:9983 fish/cmds.c:10034 fish/cmds.c:10073 fish/cmds.c:10151
1966 #: fish/cmds.c:10170 fish/cmds.c:10444 fish/cmds.c:10571 fish/cmds.c:10608
1967 #: fish/cmds.c:10647 fish/cmds.c:10687 fish/cmds.c:10706 fish/cmds.c:10765
1968 #: fish/cmds.c:10838 fish/cmds.c:10948 fish/cmds.c:11018 fish/cmds.c:11052
1969 #: fish/cmds.c:11083 fish/cmds.c:11114 fish/cmds.c:11163 fish/cmds.c:11340
1970 #: fish/cmds.c:11384 fish/cmds.c:11433 fish/cmds.c:11477 fish/cmds.c:11703
1971 #: fish/cmds.c:11741 fish/cmds.c:11754 fish/cmds.c:11792 fish/cmds.c:11827
1972 #: fish/cmds.c:11846 fish/cmds.c:11913 fish/cmds.c:11941 fish/cmds.c:11964
1973 #: fish/cmds.c:12219 fish/cmds.c:12280 fish/cmds.c:12366 fish/cmds.c:12434
1975 msgid "%s: %s: invalid integer parameter (%s returned %d)\n"
1976 msgstr "%s: %s: അസാധുവായ ഇന്റിജര് പരാമീറ്റര് (%s %d തിരികെ നല്കിയിരിക്കുന്നു)\n"
1978 #: fish/cmds.c:3749 fish/cmds.c:4762 fish/cmds.c:5092 fish/cmds.c:5450
1979 #: fish/cmds.c:5490 fish/cmds.c:5509 fish/cmds.c:5652 fish/cmds.c:5711
1980 #: fish/cmds.c:5730 fish/cmds.c:5749 fish/cmds.c:5792 fish/cmds.c:6135
1981 #: fish/cmds.c:6746 fish/cmds.c:6945 fish/cmds.c:6964 fish/cmds.c:6983
1982 #: fish/cmds.c:7002 fish/cmds.c:7138 fish/cmds.c:7229 fish/cmds.c:7510
1983 #: fish/cmds.c:7574 fish/cmds.c:7773 fish/cmds.c:7792 fish/cmds.c:7811
1984 #: fish/cmds.c:7850 fish/cmds.c:7891 fish/cmds.c:7910 fish/cmds.c:7929
1985 #: fish/cmds.c:7970 fish/cmds.c:7989 fish/cmds.c:8008 fish/cmds.c:8046
1986 #: fish/cmds.c:8199 fish/cmds.c:8242 fish/cmds.c:8819 fish/cmds.c:9014
1987 #: fish/cmds.c:9052 fish/cmds.c:9090 fish/cmds.c:9210 fish/cmds.c:9247
1988 #: fish/cmds.c:9285 fish/cmds.c:9324 fish/cmds.c:9365 fish/cmds.c:9406
1989 #: fish/cmds.c:9447 fish/cmds.c:9718 fish/cmds.c:9756 fish/cmds.c:9775
1990 #: fish/cmds.c:9896 fish/cmds.c:10040 fish/cmds.c:10079 fish/cmds.c:10157
1991 #: fish/cmds.c:10176 fish/cmds.c:10577 fish/cmds.c:10614 fish/cmds.c:10653
1992 #: fish/cmds.c:10693 fish/cmds.c:10712 fish/cmds.c:10771 fish/cmds.c:10844
1993 #: fish/cmds.c:10954 fish/cmds.c:11346 fish/cmds.c:11390 fish/cmds.c:11439
1994 #: fish/cmds.c:11483 fish/cmds.c:11833 fish/cmds.c:11919 fish/cmds.c:11947
1995 #: fish/cmds.c:11970 fish/cmds.c:12372 fish/cmds.c:12440
1997 msgid "%s: %s: integer out of range\n"
1998 msgstr "%s: %s: ഇന്റിജര് പരിധികഴിഞ്ഞിരിക്കുന്നു\n"
2000 #: fish/cmds.c:4235 fish/cmds.c:4342 fish/cmds.c:4659 fish/cmds.c:11894
2001 #: fish/cmds.c:12140 fish/cmds.c:12201 fish/cmds.c:12261 fish/cmds.c:12344
2002 #: fish/cmds.c:12413
2004 msgid "%s should have %d-%d parameter(s)\n"
2007 #: fish/cmds.c:4261 fish/cmds.c:4378 fish/cmds.c:4680 fish/cmds.c:11980
2008 #: fish/cmds.c:12157 fish/cmds.c:12234 fish/cmds.c:12290 fish/cmds.c:12382
2009 #: fish/cmds.c:12450
2011 msgid "%s: unknown optional argument \"%s\"\n"
2014 #: fish/cmds.c:4267 fish/cmds.c:4384 fish/cmds.c:4686 fish/cmds.c:11986
2015 #: fish/cmds.c:12163 fish/cmds.c:12240 fish/cmds.c:12296 fish/cmds.c:12388
2016 #: fish/cmds.c:12456
2018 msgid "%s: optional argument \"%s\" given twice\n"
2021 #: fish/cmds.c:12477
2023 msgid "%s: unknown command\n"
2024 msgstr "%s: അപരിചിതമായ കമാന്ഡ്\n"
2026 #: fish/config.c:74 fish/config.c:113
2028 msgid "%s: %s: line %d: error parsing configuration file: %s\n"
2034 "use 'copy-in <local> [<local>...] <remotedir>' to copy files into the image\n"
2039 msgid "copy-in: target '%s' is not a directory\n"
2044 msgid "error: argument is zero length or longer than maximum permitted\n"
2050 "use 'copy-out <remote> [<remote>...] <localdir>' to copy files out of the "
2056 msgid "copy-out: target '%s' is not a directory\n"
2061 msgid "copy-out: '%s' is not a file or directory\n"
2064 #: fish/display.c:42
2066 msgid "display filename\n"
2071 msgid "use '%s filename' to edit a file\n"
2072 msgstr "ഒരു ഫയല് ചിട്ടപ്പെടുത്തുന്നതിനായി '%s filename' ഉപയോഗിക്കുക\n"
2077 "%s: guest filesystem shell\n"
2078 "%s lets you edit virtual machine filesystems\n"
2079 "Copyright (C) 2009-2011 Red Hat Inc.\n"
2081 " %s [--options] cmd [: cmd : cmd ...]\n"
2083 " -h|--cmd-help List available commands\n"
2084 " -h|--cmd-help cmd Display detailed help on 'cmd'\n"
2085 " -a|--add image Add image\n"
2086 " -c|--connect uri Specify libvirt URI for -d option\n"
2087 " --csh Make --listen csh-compatible\n"
2088 " -d|--domain guest Add disks from libvirt guest\n"
2089 " -D|--no-dest-paths Don't tab-complete paths from guest fs\n"
2090 " --echo-keys Don't turn off echo for passphrases\n"
2091 " -f|--file file Read commands from file\n"
2092 " --format[=raw|..] Force disk format for -a option\n"
2093 " -i|--inspector Automatically mount filesystems\n"
2094 " --keys-from-stdin Read passphrases from stdin\n"
2095 " --listen Listen for remote commands\n"
2096 " --live Connect to a live virtual machine\n"
2097 " -m|--mount dev[:mnt[:opts]] Mount dev on mnt (if omitted, /)\n"
2098 " -n|--no-sync Don't autosync\n"
2099 " -N|--new type Create prepared disk (test1.img, ...)\n"
2100 " --progress-bars Enable progress bars even when not interactive\n"
2101 " --no-progress-bars Disable progress bars\n"
2102 " --remote[=pid] Send commands to remote %s\n"
2103 " -r|--ro Mount read-only\n"
2104 " --selinux Enable SELinux support\n"
2105 " -v|--verbose Verbose messages\n"
2106 " -V|--version Display version and exit\n"
2107 " -w|--rw Mount read-write\n"
2108 " -x Echo each command before executing it\n"
2110 "To examine a disk image, ISO, hard disk, filesystem etc:\n"
2111 " %s [--ro|--rw] -i -a /path/to/disk.img\n"
2113 " %s [--ro|--rw] -i -d name-of-libvirt-domain\n"
2115 "--ro recommended to avoid any writes to the disk image. If -i option fails\n"
2116 "run again without -i and use 'run' + 'list-filesystems' + 'mount' cmds.\n"
2118 "For more information, see the manpage %s(1).\n"
2123 msgid "%s: --listen=PID: PID was not a number: %s\n"
2124 msgstr "%s: --listen=PID: PID ഒരു നംബറല്ല: %s\n"
2129 "%s: remote: $GUESTFISH_PID must be set to the PID of the remote process\n"
2130 msgstr "%s: remote: റിമോട്ട് പ്രക്രിയയുടെ PID-ലേക്ക് $GUESTFISH_PID സജ്ജമാക്കേണം\n"
2134 msgid "%s: only one -f parameter can be given\n"
2135 msgstr "%s: ഒരു -f പരാമീറ്റര് മാത്രമേ പാടുള്ളൂ\n"
2139 msgid "%s: cannot use --listen and --remote options at the same time\n"
2140 msgstr "%s: ഒരേ സമയത്തു് --listen, --remote എന്നീ ഉപാധികള് ഉപയോഗിക്കുവാന് സാധ്യമല്ല\n"
2144 msgid "%s: extra parameters on the command line with --listen flag\n"
2145 msgstr "%s: --listen ഫ്ലാഗിനൊപ്പം കമാന്ഡ് ലൈനില് അധികമായ പരാമീറ്ററുകള്\n"
2149 msgid "%s: cannot use --listen and --file options at the same time\n"
2150 msgstr "%s: ഒരേ സമയത്തു് --listen, --file എന്നീ ഉപാധികള് ഉപയോഗിക്കുവാന് സാധ്യമല്ല\n"
2156 "Welcome to guestfish, the libguestfs filesystem interactive shell for\n"
2157 "editing virtual machine filesystems.\n"
2159 "Type: 'help' for help on commands\n"
2160 " 'man' to read the manual\n"
2161 " 'quit' to quit the shell\n"
2165 #: fish/fish.c:791 fish/fish.c:807
2167 msgid "%s: command arguments not separated by whitespace\n"
2168 msgstr "%s: കമാന്ഡ് ആര്ഗ്യുമെന്റുകള് വൈറ്റ്സ്പെയിസ് ഉപയോഗിച്ചു് വേര്തിരിച്ചിട്ടില്ല\n"
2172 msgid "%s: unterminated single quote\n"
2173 msgstr "%s: അപൂര്ണ്ണമായ സിംഗിള് കോട്ട്\n"
2177 msgid "%s: internal error parsing string at '%s'\n"
2178 msgstr "%s: '%s'-ല് സ്ട്രിങ് പാഴ്സ് ചെയ്യുമ്പോള് ഇന്റേര്ണല് പിശക്\n"
2182 msgid "%s: too many arguments\n"
2183 msgstr "%s: അനവധി ആര്ഗ്യുമെന്റുകള്\n"
2187 msgid "%s: invalid escape sequence in string (starting at offset %d)\n"
2192 msgid "%s: unterminated double quote\n"
2193 msgstr "%s: അപൂര്ണ്ണമായ ഡബിള് കോട്ട്\n"
2197 msgid "%s: empty command on command line\n"
2198 msgstr "%s: കമാന്ഡ് ലൈനില് കാലിയായ കമാന്ഡ്\n"
2201 msgid "display a list of commands or help on a command"
2202 msgstr "കമാന്ഡുകളുടെ ഒരു പട്ടിക അല്ലെങ്കില് ഒരു കമാന്ഡിനുള്ള സഹായം കാണിക്കുക"
2205 msgid "quit guestfish"
2206 msgstr "guestfish-ല് നിന്നും പുറത്തു് കടക്കുക"
2211 "help - display a list of commands or help on a command\n"
2215 "help - കമാന്ഡുകളുടെ ഒരു പട്ടിക അല്ലെങ്കില് ഒരു കമാന്ഡിനുള്ള സഹായം കാണിക്കുന്നു\n"
2222 "quit - quit guestfish\n"
2225 "quit - quit guestfish\n"
2230 msgid "%s: command not known, use -h to list all commands\n"
2231 msgstr "%s: കമാന്ഡ് അപരിചിതം, എല്ലാ കമാന്ഡുകളും ലഭ്യമാക്കുന്നതിനായി -h ഉപയോഗിക്കുക\n"
2236 "Did you mean to open a disk image? guestfish -a disk.img\n"
2237 "For a list of commands: guestfish -h\n"
2238 "For complete documentation: man guestfish\n"
2243 msgid "%s:%d: libguestfs: error: %s\n"
2244 msgstr "libguestfs: പിശക്: %s\n"
2248 msgid "Runaway quote in string \"%s\"\n"
2249 msgstr "Runaway quote in string \"%s\"\n"
2254 "%s: to use Windows drive letters, you must inspect the guest (\"-i\" option "
2255 "or run \"inspect-os\" command)\n"
2261 "%s: drive '%c:' not found. To list available drives do:\n"
2262 " inspect-get-drive-mappings %s\n"
2268 "%s: to access '%c:', mount %s first. One way to do this is:\n"
2275 msgid "use 'glob command [args...]'\n"
2276 msgstr "'glob command [args...]' ഉപയോഗിക്കുക\n"
2280 msgid "glob: guestfs_glob_expand call failed: %s\n"
2281 msgstr "glob: guestfs_glob_expand കോള് പരാജയപ്പെട്ടു: %s\n"
2286 "Add disk images to examine using the -a or -d options, or the 'add' "
2288 "Or create a new disk image using -N, or the 'alloc' or 'sparse' commands.\n"
2289 "Once you have done this, use the 'run' command.\n"
2295 "Find out what filesystems are available using 'list-filesystems' and then\n"
2296 "mount them to examine or modify the contents using 'mount-ro' or\n"
2297 "'mount-options'.\n"
2303 "For more information about a command, use 'help cmd'.\n"
2305 "To read the manual, type 'man'.\n"
2308 #: fish/hexedit.c:41
2310 msgid "hexedit (device|filename) [max | start max]\n"
2313 #: fish/hexedit.c:52
2315 msgid "hexedit: %s is a zero length file or device\n"
2318 #: fish/hexedit.c:63
2321 "hexedit: %s is larger than %s. You must supply a limit using\n"
2322 " 'hexedit %s <max>' (eg. 'hexedit %s 1M') or a range using\n"
2323 " 'hexedit %s <start> <max>'.\n"
2326 #: fish/hexedit.c:92
2328 msgid "hexedit: invalid range\n"
2331 #: fish/inspect.c:77
2333 msgid "%s: don't use --live and -i options together\n"
2336 #: fish/inspect.c:89
2338 msgid "%s: no operating system was found on this disk\n"
2341 #: fish/inspect.c:95
2343 msgid "%s: multi-boot operating systems are not supported by the -i option\n"
2346 #: fish/inspect.c:134
2348 msgid "%s: some filesystems could not be mounted (ignored)\n"
2351 #: fish/inspect.c:146
2353 msgid "Operating system: %s\n"
2356 #: fish/inspect.c:159
2358 msgid "%s mounted on %s\n"
2363 msgid "Enter key or passphrase (\"%s\"): "
2368 msgid "use 'lcd directory' to change local directory\n"
2369 msgstr "ലോക്കല് ഡയറക്ടറി മാറ്റുന്നതിനായി 'lcd directory' ഉപയോഗിക്കുക\n"
2373 msgid "use 'man' without parameters to open the manual\n"
2378 msgid "the external 'man' program failed\n"
2383 msgid "use '%s filename' to page a file\n"
2384 msgstr "ഒരു ഫയല് താളിലാക്കുന്നതിനായി '%s filename' ഉപയോഗിക്കുക\n"
2386 #: fish/options.c:36
2388 msgid "%s: too many drives added on the command line\n"
2391 #: fish/options.c:128
2393 msgid "%s: '%s' could not be mounted. Did you mean one of these?\n"
2399 "List of available prepared disk images:\n"
2406 "guestfish -N %-8s - %s\n"
2413 msgid " Optional parameters:\n"
2418 msgid "<%s> %s (default: %s)\n"
2424 "Prepared disk images are written to file \"test1.img\" in the local\n"
2425 "directory. (\"test2.img\" etc if -N option is given multiple times).\n"
2426 "For more information see the guestfish(1) manual.\n"
2432 "guestfish: -N parameter '%s': no such prepared disk image known.\n"
2433 "Use 'guestfish -N help' to list possible values for the -N parameter.\n"
2438 msgid "guestfish: error creating prepared disk image '%s' on '%s': "
2441 #: fish/prep_boot.c:34 fish/prep_boot.c:89 fish/prep_disk.c:34
2442 #: fish/prep_fs.c:34 fish/prep_lv.c:69 fish/prep_lv.c:122 fish/prep_part.c:34
2443 msgid "failed to allocate disk"
2446 #: fish/prep_boot.c:42 fish/prep_boot.c:97
2447 msgid "could not parse boot size"
2450 #: fish/prep_boot.c:46 fish/prep_boot.c:101
2452 msgid "failed to get sector size of disk: %s"
2455 #: fish/prep_boot.c:50 fish/prep_boot.c:105 fish/prep_fs.c:41
2456 #: fish/prep_lv.c:76 fish/prep_lv.c:129 fish/prep_part.c:41
2458 msgid "failed to partition disk: %s"
2461 #: fish/prep_boot.c:55 fish/prep_boot.c:110
2463 msgid "failed to add boot partition: %s"
2466 #: fish/prep_boot.c:59 fish/prep_boot.c:114
2468 msgid "failed to add root partition: %s"
2471 #: fish/prep_boot.c:68 fish/prep_boot.c:128
2473 msgid "failed to create boot filesystem: %s"
2476 #: fish/prep_boot.c:77 fish/prep_boot.c:157
2478 msgid "failed to create root filesystem: %s"
2481 #: fish/prep_boot.c:86 fish/prep_boot.c:120 fish/prep_lv.c:66
2482 #: fish/prep_lv.c:82 fish/prep_lv.c:119 fish/prep_lv.c:135
2483 msgid "incorrect format for LV name, use '/dev/VG/LV'"
2486 #: fish/prep_boot.c:137 fish/prep_lv.c:91 fish/prep_lv.c:144
2488 msgid "failed to create PV: %s: %s"
2491 #: fish/prep_boot.c:142 fish/prep_lv.c:96 fish/prep_lv.c:149
2493 msgid "failed to create VG: %s: %s"
2496 #: fish/prep_boot.c:149 fish/prep_lv.c:103 fish/prep_lv.c:156
2498 msgid "failed to create LV: /dev/%s/%s: %s"
2501 #: fish/prep_boot.c:153 fish/prep_lv.c:107 fish/prep_lv.c:160
2503 msgid "failed to resize LV to full size: %s: %s"
2506 #: fish/prep_fs.c:51 fish/prep_lv.c:165
2508 msgid "failed to create filesystem (%s): %s"
2513 msgid "guestfish: protocol error: could not read 'hello' message\n"
2514 msgstr "guestfish: protocol error: 'hello' സന്ദേശം വായിക്കുവാന് സാധ്യമല്ല\n"
2519 "guestfish: protocol error: version mismatch, server version '%s' does not "
2520 "match client version '%s'. The two versions must match exactly.\n"
2522 "guestfish: protocol error: പതിപ്പില് പൊരുത്തപ്പേടു്, '%s' എന്ന സര്വര് പതിപ്പു് ക്ലയന്റ് "
2523 "പതിപ്പു് '%s'-മായി പൊരുത്തപ്പെടുന്നില്ല. രണ്ടും ഒരേപോലെ ആയിരിക്കണം.\n"
2525 #: fish/rc.c:337 fish/rc.c:351
2527 msgid "guestfish: remote: looks like the server is not running\n"
2528 msgstr "guestfish: remote: സര്വര് പ്രവര്ത്തിക്കുന്നില്ല\n"
2530 #: fish/rc.c:363 fish/rc.c:377
2532 msgid "guestfish: protocol error: could not send initial greeting to server\n"
2534 "guestfish: protocol error: പ്രാരംഭ സന്ദേശം സര്വറിലേക്ക് അയയ്ക്കുവാന് സാധ്യമായില്ല\n"
2538 msgid "guestfish: protocol error: could not decode reply from server\n"
2539 msgstr "guestfish: protocol error:സര്വറില് നിന്നുള്ള മറുപടി ഡീക്കോഡ് ചെയ്യുവാന് സാധ്യമല്ല\n"
2543 msgid "'reopen' command takes no parameters\n"
2544 msgstr "'reopen' കമാന്ഡ് പരാമീറ്ററുകള് സ്വീകരിക്കുന്നില്ല\n"
2548 msgid "reopen: guestfs_create: failed to create handle\n"
2549 msgstr "reopen: guestfs_create: ഹാന്ഡില് ഉണ്ടാക്കുന്നതില് പരാജയപ്പെട്ടു\n"
2553 msgid "use '%s VAR value' to set an environment variable\n"
2558 msgid "use '%s VAR' to unset an environment variable\n"
2561 #: fish/supported.c:66
2565 #: fish/supported.c:68
2571 msgid "use 'time command [args...]'\n"
2572 msgstr "'time command [args...]' ഉപയോഗിക്കുക\n"
2574 #: fuse/guestmount.c:912
2577 "%s: FUSE module for libguestfs\n"
2578 "%s lets you mount a virtual machine filesystem\n"
2579 "Copyright (C) 2009-2010 Red Hat Inc.\n"
2581 " %s [--options] [-- [--FUSE-options]] mountpoint\n"
2583 " -a|--add image Add image\n"
2584 " -c|--connect uri Specify libvirt URI for -d option\n"
2585 " --dir-cache-timeout Set readdir cache timeout (default 5 sec)\n"
2586 " -d|--domain guest Add disks from libvirt guest\n"
2587 " --echo-keys Don't turn off echo for passphrases\n"
2588 " --format[=raw|..] Force disk format for -a option\n"
2589 " --fuse-help Display extra FUSE options\n"
2590 " -i|--inspector Automatically mount filesystems\n"
2591 " --help Display help message and exit\n"
2592 " --keys-from-stdin Read passphrases from stdin\n"
2593 " --live Connect to a live virtual machine\n"
2594 " -m|--mount dev[:mnt[:opts]] Mount dev on mnt (if omitted, /)\n"
2595 " -n|--no-sync Don't autosync\n"
2596 " -o|--option opt Pass extra option to FUSE\n"
2597 " -r|--ro Mount read-only\n"
2598 " --selinux Enable SELinux support\n"
2599 " -v|--verbose Verbose messages\n"
2600 " -V|--version Display version and exit\n"
2601 " -w|--rw Mount read-write\n"
2602 " -x|--trace Trace guestfs API calls\n"
2605 #: fuse/guestmount.c:1130
2607 msgid "%s: must have at least one -a/-d and at least one -m/-i option\n"
2610 #: fuse/guestmount.c:1138
2612 msgid "%s: you must specify a mountpoint in the host filesystem\n"
2613 msgstr "%s: ഹോസ്റ്റ് ഫയല്സിസ്റ്റത്തില് ഒരു മൌണ്ട് പോയിന്റ് നല്കണം\n"
2615 #: inspector/virt-inspector.c:76
2618 "%s: display information about a virtual machine\n"
2619 "Copyright (C) 2010 Red Hat Inc.\n"
2621 " %s [--options] -d domname file [file ...]\n"
2622 " %s [--options] -a disk.img [-a disk.img ...] file [file ...]\n"
2624 " -a|--add image Add image\n"
2625 " -c|--connect uri Specify libvirt URI for -d option\n"
2626 " -d|--domain guest Add disks from libvirt guest\n"
2627 " --echo-keys Don't turn off echo for passphrases\n"
2628 " --format[=raw|..] Force disk format for -a option\n"
2629 " --help Display brief help\n"
2630 " --keys-from-stdin Read passphrases from stdin\n"
2631 " -v|--verbose Verbose messages\n"
2632 " -V|--version Display version and exit\n"
2633 " -x Trace libguestfs API calls\n"
2634 "For more information, see the manpage %s(1).\n"
2637 #: inspector/virt-inspector.c:263
2640 "%s: no operating system could be detected inside this disk image.\n"
2642 "This may be because the file is not a disk image, or is not a virtual "
2644 "image, or because the OS type is not understood by libguestfs.\n"
2646 "NOTE for Red Hat Enterprise Linux 6 users: for Windows guest support you "
2648 "install the separate libguestfs-winsupport package.\n"
2650 "If you feel this is an error, please file a bug report including as much\n"
2651 "information about the disk image as possible.\n"
2654 #: inspector/virt-inspector.c:288
2656 msgid "%s: XML write error at \"%s\": %m\n"
2659 #: inspector/virt-inspector.c:300
2661 msgid "%s: xmlOutputBufferCreateFd: failed to open stdout\n"
2664 #: inspector/virt-inspector.c:308
2666 msgid "%s: xmlNewTextWriter: failed to create libxml2 writer\n"
2669 #: perl/lib/Sys/Guestfs/Lib.pm:158
2670 msgid "open_guest: first parameter must be a string or an arrayref"
2673 #: perl/lib/Sys/Guestfs/Lib.pm:164
2674 msgid "open_guest: first argument contains undefined element"
2677 #: perl/lib/Sys/Guestfs/Lib.pm:172
2678 #, perl-brace-format
2679 msgid "guest image {imagename} does not exist or is not readable"
2682 #: perl/lib/Sys/Guestfs/Lib.pm:179
2684 "open_guest: no libvirt support (install Sys::Virt, XML::XPath and XML::"
2688 #: perl/lib/Sys/Guestfs/Lib.pm:184
2689 msgid "open_guest: too many domains listed on command line"
2692 #: perl/lib/Sys/Guestfs/Lib.pm:191
2693 msgid "open_guest: cannot connect to libvirt"
2696 #: perl/lib/Sys/Guestfs/Lib.pm:210
2697 #, perl-brace-format
2698 msgid "{imagename} is not the name of an inactive libvirt domain\n"
2701 #: perl/lib/Sys/Guestfs/Lib.pm:213
2702 #, perl-brace-format
2703 msgid "{imagename} is not the name of a libvirt domain\n"
2706 #: perl/lib/Sys/Guestfs/Lib.pm:242
2707 #, perl-brace-format
2708 msgid "{imagename} seems to have no disk devices\n"
2711 #: perl/lib/Sys/Guestfs/Lib.pm:827
2713 "No operating system could be detected inside this disk image.\n"
2715 "This may be because the file is not a disk image, or is not a virtual "
2717 "image, or because the OS type is not understood by virt-inspector.\n"
2719 "If you feel this is an error, please file a bug report including as much\n"
2720 "information about the disk image as possible.\n"
2723 #: perl/lib/Sys/Guestfs/Lib.pm:945
2724 #, perl-brace-format
2725 msgid "unknown filesystem {fs}\n"
2728 #: perl/lib/Sys/Guestfs/Lib.pm:1023
2729 #, perl-brace-format
2730 msgid "Error running rpm -qa: {error}"
2733 #: perl/lib/Sys/Guestfs/Lib.pm:1049
2734 #, perl-brace-format
2735 msgid "Error running dpkg-query: {error}"
2738 #: perl/lib/Sys/Guestfs/Lib.pm:1114
2739 msgid "Can't find grub on guest"
2742 #: perl/lib/Sys/Guestfs/Lib.pm:1169
2743 #, perl-brace-format
2744 msgid "Grub entry {title} has no kernel"
2747 #: perl/lib/Sys/Guestfs/Lib.pm:1200
2748 #, perl-brace-format
2749 msgid "grub refers to {path}, which doesn't exist\n"
2752 #: perl/lib/Sys/Guestfs/Lib.pm:1223
2753 #, perl-brace-format
2754 msgid "Grub entry {title} does not specify an initrd"
2757 #: perl/lib/Sys/Guestfs/Lib.pm:1292
2758 #, perl-brace-format
2759 msgid "Didn't find modules directory {modules} for kernel {path}"
2762 #: perl/lib/Sys/Guestfs/Lib.pm:1300
2763 #, perl-brace-format
2764 msgid "Couldn't guess kernel version number from path for kernel {path}"
2767 #: perl/lib/Sys/Guestfs/Lib.pm:1354
2768 #, perl-brace-format
2769 msgid "{path} doesn't match augeas pattern"
2772 #: perl/lib/Sys/Guestfs/Lib.pm:1393
2773 #, perl-brace-format
2774 msgid "{filename}: could not read initrd format"
2777 #: rescue/virt-rescue.c:64
2780 "%s: Run a rescue shell on a virtual machine\n"
2781 "Copyright (C) 2009-2010 Red Hat Inc.\n"
2783 " %s [--options] -d domname\n"
2784 " %s [--options] -a disk.img [-a disk.img ...]\n"
2786 " -a|--add image Add image\n"
2787 " --append kernelopts Append kernel options\n"
2788 " -c|--connect uri Specify libvirt URI for -d option\n"
2789 " -d|--domain guest Add disks from libvirt guest\n"
2790 " --format[=raw|..] Force disk format for -a option\n"
2791 " --help Display brief help\n"
2792 " -m|--memsize MB Set memory size in megabytes\n"
2793 " --network Enable network\n"
2794 " -r|--ro Access read-only\n"
2795 " --selinux Enable SELinux\n"
2796 " --smp N Enable SMP with N >= 2 virtual CPUs\n"
2797 " -v|--verbose Verbose messages\n"
2798 " -V|--version Display version and exit\n"
2799 " -w|--rw Mount read-write\n"
2800 " -x Trace libguestfs API calls\n"
2801 "For more information, see the manpage %s(1).\n"
2804 #: rescue/virt-rescue.c:162
2806 msgid "%s: could not parse --smp parameter '%s'\n"
2807 msgstr "%s-ല് %d പരാമീറ്ററുകള് ആവശ്യമുണ്ടു് \n"
2809 #: rescue/virt-rescue.c:167
2811 msgid "%s: --smp parameter '%s' should be >= 1\n"
2814 #: rescue/virt-rescue.c:195
2816 msgid "%s: could not parse memory size '%s'\n"
2819 #: rescue/virt-rescue.c:428
2821 msgid "%s: unknown child exit status (%d)\n"
2824 #: src/appliance.c:182
2827 "cannot find any suitable libguestfs supermin or ordinary appliance on "
2828 "LIBGUESTFS_PATH (search path: %s)"
2831 #: src/appliance.c:332
2833 msgid "security: cached appliance %s is not owned by UID %d"
2836 #: src/appliance.c:337
2838 msgid "security: cached appliance %s is not a directory (mode %o)"
2841 #: src/appliance.c:342
2843 msgid "security: cached appliance %s is writable by group or other (mode %o)"
2846 #: src/appliance.c:672
2847 msgid "external command failed, see earlier error messages"
2851 msgid "unexpected end of output from db_dump command before end of header"
2854 #: src/dbdump.c:98 src/dbdump.c:110
2855 msgid "unexpected line from db_dump command, no space prefix"
2859 msgid "unexpected end of output from db_dump command before end of data"
2863 msgid "unexpected non-hex digits in output of db_dump command"
2866 #: src/filearch.c:152
2868 msgid "size of %s unreasonable (%<PRIi64> bytes)"
2871 #: src/filearch.c:265
2873 "file-architecture API not available since this version of libguestfs was "
2874 "compiled without the libmagic library"
2877 #: src/guestfs.c:177
2879 msgid "guestfs_close: called twice on the same handle\n"
2880 msgstr "guestfs_close: ഒരേ ഹാന്ഡിലില് രണ്ടു് തവണ വിളിച്ചിരിക്കുന്നു\n"
2882 #: src/guestfs.c:343
2887 #: src/guestfs.c:402
2889 msgid "libguestfs: error: %s\n"
2890 msgstr "libguestfs: പിശക്: %s\n"
2892 #: src/guestfs.c:980
2894 msgid "<truncated, original size %zu bytes>"
2897 #: src/inspect.c:264
2898 msgid "not a Windows guest, or systemroot could not be determined"
2901 #: src/inspect.c:280
2902 msgid "not a Windows guest, or CurrentControlSet could not be determined"
2905 #: src/inspect.c:540 src/inspect_fs.c:462 src/inspect_fs.c:506
2906 #: src/inspect_fs_unix.c:192 src/inspect_fs_unix.c:594
2907 #: src/inspect_fs_unix.c:839
2909 msgid "size of %s is unreasonably large (%<PRIi64> bytes)"
2912 #: src/inspect.c:576
2913 msgid "no inspection data: call guestfs_inspect_os first"
2916 #: src/inspect.c:588
2919 "%s: root device not found: only call this function with a root device "
2920 "previously returned by guestfs_inspect_os"
2923 #: src/inspect.c:598 src/inspect_apps.c:607
2925 "inspection API not available since this version of libguestfs was compiled "
2926 "without the hivex library"
2929 #: src/inspect_fs.c:312 src/inspect_fs.c:325
2931 msgid "could not parse integer in version number: %s"
2934 #: src/inspect_fs.c:471
2936 msgid "%s: file is empty"
2939 #: src/inspect_fs_unix.c:628
2940 msgid "could not parse /etc/fstab or empty file"
2943 #: src/inspect_fs_windows.c:164
2945 msgid "cannot resolve Windows %%SYSTEMROOT%%"
2948 #: src/inspect_icon.c:453
2950 msgid "read: %s: unexpected end of file"
2954 msgid "command line cannot be altered after qemu subprocess launched"
2955 msgstr "qemu ഉപപ്രക്രിയ വിന്യസിച്ചശേഷം കമാന്ഡ് ലൈനില് മാറ്റം വരുത്തുവാന് സാധ്യമല്ല"
2958 msgid "guestfs_config: parameter must begin with '-' character"
2959 msgstr "guestfs_config: പരാമീറ്റര് '-' ഉപയോഗിച്ചു് ആരംഭിക്കണം"
2963 msgid "guestfs_config: parameter '%s' isn't allowed"
2966 #: src/launch.c:265 src/launch.c:369
2967 msgid "filename cannot contain ',' (comma) character"
2968 msgstr "ഫയല്നാമത്തില് ',' (കോമാ) അടങ്ങുന്നു"
2970 #: src/launch.c:277 src/launch.c:282
2972 msgid "%s parameter is empty or contains disallowed characters"
2976 msgid "the libguestfs handle has already been launched"
2981 msgid "%s: cannot create temporary directory"
2982 msgstr "%s: താല്ക്കാലിക ഡയറക്ടറി ഉണ്ടാക്കുവാന് സാധ്യമല്ല"
2985 msgid "you must call guestfs_add_drive before guestfs_launch"
2986 msgstr "guestfs_launch-നു് മുമ്പു് guestfs_add_drive വിളിക്കേണ്ടതു്"
2989 msgid "guestfs_launch failed, see earlier error messages"
2990 msgstr "guestfs_launch പരാജയപ്പെട്ടു, മുമ്പുള്ള പിശക് സന്ദേശങ്ങള് കാണുക"
2993 msgid "qemu launched and contacted daemon, but state != READY"
2994 msgstr "qemu വിന്യസിച്ചു് ഡെമണുമായി ബന്ധപ്പെട്ടു, പക്ഷേ state != READY"
2997 msgid "guestfs_launch failed, unexpected initial message from guestfsd"
3001 msgid "contacted guestfsd, but state != READY"
3004 #: src/launch.c:1092
3007 "command failed: %s\n"
3009 "If qemu is located on a non-standard path, try setting the LIBGUESTFS_QEMU\n"
3010 "environment variable. There may also be errors printed above."
3012 "%s: കമാന്ഡ് പരാജയപ്പെട്ടു: നിലവാരമില്ലാത്ത പാഥിലാണു് qemu ലഭ്യമെങ്കില്, LIBGUESTFS_QEMU "
3013 "എന്വയോണ്മെന്റ് വേരിയബിള് സജ്ജമാക്കുവാന് ശ്രമിക്കുക."
3015 #: src/launch.c:1208
3016 msgid "qemu has not been launched yet"
3017 msgstr "qemu ഇതുവരെ വിന്യസിച്ചിട്ടില്ല"
3019 #: src/launch.c:1219
3020 msgid "no subprocess to kill"
3021 msgstr "ഇല്ലാതാക്കുന്നതിനായി ഉപപ്രക്രിയകളില്ല"
3025 msgid "guestfs_set_busy: called when in state %d != READY"
3026 msgstr "guestfs_set_busy: %d != READY അവസ്ഥയില് വിളിച്ചിരിക്കുന്നു"
3030 msgid "guestfs_end_busy: called when in state %d"
3031 msgstr "guestfs_end_busy: %d അവസ്ഥയില് വിളിച്ചിരിക്കുന്നു"
3036 "check_for_daemon_cancellation_or_eof: read 0x%x from daemon, expected 0x%x\n"
3038 "check_for_daemon_cancellation_or_eof: read 0x%x from daemon, expected 0x%x\n"
3042 "This usually means the libguestfs appliance failed to start up. Please\n"
3043 "enable debugging (LIBGUESTFS_DEBUG=1) and rerun the command, then look at\n"
3044 "the debug messages output prior to this error.\n"
3048 msgid "See earlier debug messages.\n"
3053 msgid "received magic signature from guestfsd, but in state %d"
3054 msgstr "guestfsd-ല് നിന്നും ഒപ്പ് ലഭിച്ചു, പക്ഷേ %d അവസ്ഥയില്"
3058 msgid "message length (%u) > maximum possible size (%d)"
3059 msgstr "സന്ദേശത്തിന്റെ നീളം (%u) > ഏറ്റവും കൂടിയ സാധ്യമായ വ്യാപ്തി (%d)"
3063 msgid "guestfs___send: state %d != BUSY"
3064 msgstr "guestfs___send: അവസ്ഥ %d != BUSY"
3067 msgid "xdr_guestfs_message_header failed"
3068 msgstr "xdr_guestfs_message_header പരാജയപ്പെട്ടു"
3071 msgid "dispatch failed to marshal args"
3072 msgstr "മാര്ഷല് ആര്ഗ്യുമെന്റുകളിലേക്കു് നല്കുന്നതു് പരാജയപ്പെട്ടു"
3074 #: src/proto.c:922 src/proto.c:1217
3075 msgid "operation cancelled by user"
3080 msgid "send_file_chunk: state %d != READY"
3081 msgstr "send_file_chunk: അവസ്ഥ %d != READY"
3085 msgid "xdr_guestfs_chunk failed (buf = %p, buflen = %zu)"
3086 msgstr "xdr_guestfs_chunk പരാജയപ്പെട്ടു (buf = %p, buflen = %zu)"
3090 msgid "%s: error in chunked encoding"
3091 msgstr "%s: ചങ്ക്ഡ് എന്കോഡിങില് പിശക്"
3094 msgid "write to daemon socket"
3095 msgstr "ഡെമണ് സോക്കറ്റിലേക്ക് സൂക്ഷിക്കുക"
3098 msgid "receive_file_data: parse error in reply callback"
3099 msgstr "receive_file_data: parse error in reply callback"
3102 msgid "receive_file_data: unexpected flag received when reading file chunks"
3103 msgstr "receive_file_data: ഫയല് ലഭ്യമാക്കുമ്പോള് അപ്രതീക്ഷിതമായ ഫ്ലാഗ് ലഭിച്ചിരിക്കുന്നു"
3106 msgid "failed to parse file chunk"
3107 msgstr "ഫയല് പാഴ്സ് ചെയ്യുന്നതില് പരാജയപ്പെട്ടു"
3110 msgid "file receive cancelled by daemon"
3111 msgstr "ഫയല് ലഭ്യമാക്കുന്നതു് ഡെമണ് റദ്ദാക്കിയിരിക്കുന്നു"
3113 #: src/virt.c:101 src/virt.c:347
3114 msgid "you cannot set both live and readonly flags"
3119 msgid "could not connect to libvirt (code %d, domain %d): %s"
3124 msgid "no libvirt domain called '%s': %s"
3127 #: src/virt.c:185 src/virt.c:435
3129 msgid "error reading libvirt XML information: %s"
3132 #: src/virt.c:195 src/virt.c:443
3133 msgid "unable to parse XML information returned by libvirt"
3136 #: src/virt.c:201 src/virt.c:449
3137 msgid "unable to create new XPath context"
3140 #: src/virt.c:208 src/virt.c:464
3141 msgid "unable to evaluate XPath expression"
3145 msgid "libvirt domain has no disks"
3150 msgid "error getting domain info: %s"
3155 "error: domain is a live virtual machine.\n"
3156 "Writing to the disks of a running virtual machine can cause disk "
3158 "Either use read-only access, or if the guest is running the guestfsd daemon\n"
3159 "specify live access. In most libguestfs tools these options are --ro or\n"
3160 "--live respectively. Consult the documentation for further information."
3165 "this guest has no libvirt <channel> definition for guestfsd\n"
3166 "See ATTACHING TO RUNNING DAEMONS in guestfs(3) for further information."
3171 "add-domain API not available since this version of libguestfs was compiled "
3172 "without libvirt or libxml2"
3175 #: test-tool/test-tool.c:79
3178 "libguestfs-test-tool: interactive test tool\n"
3179 "Copyright (C) 2009-2011 Red Hat Inc.\n"
3181 " libguestfs-test-tool [--options]\n"
3183 " --help Display usage\n"
3184 " --qemudir dir Specify QEMU source directory\n"
3185 " --qemu qemu Specify QEMU binary\n"
3187 " -t n Set launch timeout (default: %d seconds)\n"
3190 #: test-tool/test-tool.c:127
3192 msgid "libguestfs-test-tool: unknown long option: %s (%d)\n"
3193 msgstr "libguestfs-test-tool: അപരിചിതമായ ലോങ് ഉപാധി: %s (%d)\n"
3195 #: test-tool/test-tool.c:136
3197 msgid "libguestfs-test-tool: invalid timeout: %s\n"
3198 msgstr "libguestfs-test-tool: invalid timeout: %s\n"
3200 #: test-tool/test-tool.c:148
3202 msgid "libguestfs-test-tool: unexpected command line option 0x%x\n"
3203 msgstr "libguestfs-test-tool: അപ്രതീക്ഷിതമായ കമാന്ഡ് ലൈന് ഉപാധി 0x%x\n"
3205 #: test-tool/test-tool.c:174
3207 msgid "libguestfs-test-tool: failed to create libguestfs handle\n"
3208 msgstr "libguestfs-test-tool: libguestfs ഹാന്ഡില് ഉണ്ടാക്കുന്നതില് പരാജയപ്പെട്ടു\n"
3210 #: test-tool/test-tool.c:181
3212 msgid "libguestfs-test-tool: failed to add drive '%s'\n"
3213 msgstr "libguestfs-test-tool: ഡ്രൈവ് '%s' ചേര്ക്കുന്നതില് പരാജയപ്പെട്ടു\n"
3215 #: test-tool/test-tool.c:189
3217 msgid "libguestfs-test-tool: guestfs_version failed\n"
3218 msgstr "libguestfs-test-tool: guestfs_version പരാജയപ്പെട്ടു\n"
3220 #: test-tool/test-tool.c:223
3222 msgid "libguestfs-test-tool: failed to launch appliance\n"
3223 msgstr "libguestfs-test-tool: പ്രയോഗം ലഭ്യമാക്കുന്നതില് പരാജയപ്പെട്ടു\n"
3225 #: test-tool/test-tool.c:235
3227 msgid "libguestfs-test-tool: failed to run part-disk\n"
3230 #: test-tool/test-tool.c:241
3232 msgid "libguestfs-test-tool: failed to mkfs.ext2\n"
3233 msgstr "libguestfs-test-tool: mkfs.ext2 പരാജയപ്പെട്ടു\n"
3235 #: test-tool/test-tool.c:247
3237 msgid "libguestfs-test-tool: failed to mount /dev/sda1 on /\n"
3238 msgstr "libguestfs-test-tool: /dev/sda1 /-ല് മൌണ്ട് ചെയ്യുന്നതില് പരാജയപ്പെട്ടു\n"
3240 #: test-tool/test-tool.c:254
3242 msgid "libguestfs-test-tool: failed to touch file\n"
3245 #: test-tool/test-tool.c:285
3248 "LIBGUESTFS_QEMU environment variable is already set, so\n"
3249 "--qemu/--qemudir options cannot be used.\n"
3251 "LIBGUESTFS_QEMU എന്വയോണ്മെന്റ് വേരിയബിള് നിലവില് സജ്ജമാണു്, അതിനാല്\n"
3252 "--qemu/--qemudir ഉപാധികള് ഉപയോഗിക്കുവാന് സാധ്യമല്ല.\n"
3254 #: test-tool/test-tool.c:293
3256 msgid "Binary '%s' does not exist or is not executable\n"
3257 msgstr "ബൈനറി '%s' നിലവിലില്ല അല്ലെങ്കില് പ്രവര്ത്തിക്കുന്നില്ല\n"
3259 #: test-tool/test-tool.c:307
3261 msgid "%s: does not look like a qemu source directory\n"
3262 msgstr "%s: qemu ഉറവിട ഡയറക്ടറിയില് നിന്നും വ്യത്യസ്ഥമാണു്\n"
3264 #: tools/virt-list-filesystems.pl:148
3265 msgid "virt-list-filesystems: no image or VM name given"
3268 #: tools/virt-list-partitions.pl:160
3269 msgid "virt-list-partitions: no image or VM name given"
3272 #: tools/virt-make-fs.pl:291
3273 msgid "virt-make-fs input output\n"
3276 #: tools/virt-make-fs.pl:321
3277 msgid "unexpected output from 'du' command"
3280 #: tools/virt-make-fs.pl:333 tools/virt-make-fs.pl:347
3281 #: tools/virt-make-fs.pl:458
3282 #, perl-brace-format
3283 msgid "{f}: unknown input format: {fmt}\n"
3286 #: tools/virt-make-fs.pl:391
3287 #, perl-brace-format
3288 msgid "virt-make-fs: cannot parse size parameter: {sz}\n"
3291 #: tools/virt-make-fs.pl:406
3293 "qemu-img create: failed to create disk image, see earlier error messages\n"
3296 #: tools/virt-make-fs.pl:417
3297 msgid "virt-make-fs: NTFS support was disabled when libguestfs was compiled\n"
3300 #: tools/virt-make-fs.pl:442
3301 msgid "tar: failed, see earlier messages\n"
3304 #: tools/virt-make-fs.pl:464
3305 msgid "uncompress command failed, see earlier messages\n"
3308 #: tools/virt-make-fs.pl:499
3310 "virt-make-fs: error copying contents into filesystem\n"
3311 "An error here usually means that the program did not estimate the\n"
3312 "filesystem size correctly. Please read the BUGS section of the manpage.\n"
3315 #: tools/virt-tar.pl:193 tools/virt-tar.pl:200
3316 msgid "virt-tar: extract/upload mode specified twice on the command line\n"
3319 #: tools/virt-tar.pl:222
3320 msgid "virt-tar: no image, VM names, directory or filename given"
3323 #: tools/virt-tar.pl:225
3324 msgid "virt-tar: either -x or -u must be specified on the command line\n"
3327 #: tools/virt-tar.pl:236
3328 #, perl-brace-format
3329 msgid "virt-tar: {tarball}: file not found\n"
3332 #: tools/virt-tar.pl:239
3333 #, perl-brace-format
3334 msgid "virt-tar: {dir}: directory name must start with '/' character\n"
3337 #: tools/virt-tar.pl:253 tools/virt-win-reg.pl:261
3338 #, perl-brace-format
3340 "{prog}: No operating system could be detected inside this disk image.\n"
3342 "This may be because the file is not a disk image, or is not a virtual "
3344 "image, or because the OS type is not understood by libguestfs.\n"
3346 "If you feel this is an error, please file a bug report including as much\n"
3347 "information about the disk image as possible.\n"
3350 #: tools/virt-tar.pl:257 tools/virt-win-reg.pl:265
3351 #, perl-brace-format
3352 msgid "{prog}: multiboot operating systems are not supported.\n"
3355 #: tools/virt-win-reg.pl:245
3356 msgid "no libvirt domain name or disk image given\n"
3359 #: tools/virt-win-reg.pl:287
3361 "expecting 1 or 2 more parameters, subkey path and optionally the value to "
3365 #: tools/virt-win-reg.pl:446
3366 #, perl-brace-format
3367 msgid "virt-win-reg: {p}: cannot find user directory\n"
3370 #: tools/virt-win-reg.pl:451
3371 #, perl-brace-format
3372 msgid "virt-win-reg: {p}: not a supported Windows Registry path\n"
3375 #: tools/virt-win-reg.pl:522 tools/virt-win-reg.pl:544
3376 #, perl-brace-format
3377 msgid "virt-win-reg: {p}: file not found in guest: {err}\n"
3380 #: tools/virt-win-reg.pl:529
3381 #, perl-brace-format
3382 msgid "virt-win-reg: {p}: could not download registry file: {err}\n"
3385 #: tools/virt-win-reg.pl:551
3386 #, perl-brace-format
3387 msgid "virt-win-reg: {p}: could not upload registry file: {err}\n"