guestfs-examples(3): Remove link to OCaml homepage.
[libguestfs.git] / po / hi.po
1 # translation of libguestfs.master.libguestfs.po to Hindi
2 # Copyright (C) 2010 Free Software Foundation, Inc.
3 # This file is distributed under the same license as the PACKAGE package.
4 #
5 # Rajesh Ranjan <rranjan@redhat.com>, 2010.
6 msgid ""
7 msgstr ""
8 "Project-Id-Version: libguestfs.master.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-05-18 10:02+0100\n"
12 "PO-Revision-Date: 2010-02-16 12:57+0530\n"
13 "Last-Translator: Rajesh Ranjan <rranjan@redhat.com>\n"
14 "Language-Team: Hindi <Red Hat>\n"
15 "Language: hi\n"
16 "MIME-Version: 1.0\n"
17 "Content-Type: text/plain; charset=UTF-8\n"
18 "Content-Transfer-Encoding: 8bit\n"
19 "X-Generator: KBabel 1.11.4\n"
20 "Plural-Forms: nplurals=2; plural=(n!=1);\n"
21 "\n"
22 "\n"
23 "\n"
24
25 #: cat/virt-cat.c:57 cat/virt-filesystems.c:99 cat/virt-ls.c:58 df/main.c:70
26 #: edit/virt-edit.c:73 fish/fish.c:96 fuse/guestmount.c:908
27 #: inspector/virt-inspector.c:72 rescue/virt-rescue.c:59
28 #, c-format
29 msgid "Try `%s --help' for more information.\n"
30 msgstr "अधिक सूचना के लिए `%s --help' आजमाएँ.\n"
31
32 #: cat/virt-cat.c:61
33 #, fuzzy, c-format
34 msgid ""
35 "%s: display files in a virtual machine\n"
36 "Copyright (C) 2010 Red Hat Inc.\n"
37 "Usage:\n"
38 "  %s [--options] -d domname file [file ...]\n"
39 "  %s [--options] -a disk.img [-a disk.img ...] file [file ...]\n"
40 "Options:\n"
41 "  -a|--add image       Add image\n"
42 "  -c|--connect uri     Specify libvirt URI for -d option\n"
43 "  -d|--domain guest    Add disks from libvirt guest\n"
44 "  --echo-keys          Don't turn off echo for passphrases\n"
45 "  --format[=raw|..]    Force disk format for -a option\n"
46 "  --help               Display brief help\n"
47 "  --keys-from-stdin    Read passphrases from stdin\n"
48 "  -v|--verbose         Verbose messages\n"
49 "  -V|--version         Display version and exit\n"
50 "  -x                   Trace libguestfs API calls\n"
51 "For more information, see the manpage %s(1).\n"
52 msgstr ""
53 "%s: FUSE module for libguestfs\n"
54 "%s lets you mount a virtual machine filesystem\n"
55 "Copyright (C) 2009 Red Hat Inc.\n"
56 "Usage:\n"
57 "  %s [--options] [-- [--FUSE-options]] mountpoint\n"
58 "Options:\n"
59 "  -a|--add image       Add image\n"
60 "  --dir-cache-timeout  Set readdir cache timeout (default 5 sec)\n"
61 "  --fuse-help          Display extra FUSE options\n"
62 "  --help               Display help message and exit\n"
63 "  -m|--mount dev[:mnt] Mount dev on mnt (if omitted, /)\n"
64 "  -n|--no-sync         Don't autosync\n"
65 "  -o|--option opt      Pass extra option to FUSE\n"
66 "  -r|--ro              Mount read-only\n"
67 "  --selinux            Enable SELinux support\n"
68 "  --trace              Trace guestfs API calls (to stderr)\n"
69 "  -v|--verbose         Verbose messages\n"
70 "  -V|--version         Display version and exit\n"
71
72 #: cat/virt-cat.c:117 cat/virt-filesystems.c:202 cat/virt-ls.c:123
73 #: df/domains.c:428 df/main.c:136 edit/virt-edit.c:141 fish/fish.c:219
74 #: fuse/guestmount.c:1024 inspector/virt-inspector.c:132
75 #: rescue/virt-rescue.c:133
76 #, c-format
77 msgid "guestfs_create: failed to create handle\n"
78 msgstr "guestfs_create: नियंत्रण बनाने में विफल\n"
79
80 #: cat/virt-cat.c:139 cat/virt-filesystems.c:256 cat/virt-ls.c:145
81 #: df/main.c:160 edit/virt-edit.c:163 fish/fish.c:276 fuse/guestmount.c:1061
82 #: inspector/virt-inspector.c:154 rescue/virt-rescue.c:157
83 #, c-format
84 msgid "%s: unknown long option: %s (%d)\n"
85 msgstr "%s: unknown long option: %s (%d)\n"
86
87 #: cat/virt-filesystems.c:103
88 #, fuzzy, c-format
89 msgid ""
90 "%s: list filesystems, partitions, block devices, LVM in a VM\n"
91 "Copyright (C) 2010 Red Hat Inc.\n"
92 "Usage:\n"
93 "  %s [--options] -d domname\n"
94 "  %s [--options] -a disk.img [-a disk.img ...]\n"
95 "Options:\n"
96 "  -a|--add image       Add image\n"
97 "  --all                Display everything\n"
98 "  --blkdevs|--block-devices\n"
99 "                       Display block devices\n"
100 "  -c|--connect uri     Specify libvirt URI for -d option\n"
101 "  --csv                Output as Comma-Separated Values\n"
102 "  -d|--domain guest    Add disks from libvirt guest\n"
103 "  --echo-keys          Don't turn off echo for passphrases\n"
104 "  --extra              Display swap and data filesystems\n"
105 "  --filesystems        Display mountable filesystems\n"
106 "  --format[=raw|..]    Force disk format for -a option\n"
107 "  -h|--human-readable  Human-readable sizes in --long output\n"
108 "  --help               Display brief help\n"
109 "  --keys-from-stdin    Read passphrases from stdin\n"
110 "  -l|--long            Long output\n"
111 "  --lvs|--logvols|--logical-volumes\n"
112 "                       Display LVM logical volumes\n"
113 "  --no-title           No title in --long output\n"
114 "  --parts|--partitions Display partitions\n"
115 "  --pvs|--physvols|--physical-volumes\n"
116 "                       Display LVM physical volumes\n"
117 "  --uuid|--uuids       Add UUIDs to --long output\n"
118 "  -v|--verbose         Verbose messages\n"
119 "  -V|--version         Display version and exit\n"
120 "  --vgs|--volgroups|--volume-groups\n"
121 "                       Display LVM volume groups\n"
122 "  -x                   Trace libguestfs API calls\n"
123 "For more information, see the manpage %s(1).\n"
124 msgstr ""
125 "%s: FUSE module for libguestfs\n"
126 "%s lets you mount a virtual machine filesystem\n"
127 "Copyright (C) 2009 Red Hat Inc.\n"
128 "Usage:\n"
129 "  %s [--options] [-- [--FUSE-options]] mountpoint\n"
130 "Options:\n"
131 "  -a|--add image       Add image\n"
132 "  --dir-cache-timeout  Set readdir cache timeout (default 5 sec)\n"
133 "  --fuse-help          Display extra FUSE options\n"
134 "  --help               Display help message and exit\n"
135 "  -m|--mount dev[:mnt] Mount dev on mnt (if omitted, /)\n"
136 "  -n|--no-sync         Don't autosync\n"
137 "  -o|--option opt      Pass extra option to FUSE\n"
138 "  -r|--ro              Mount read-only\n"
139 "  --selinux            Enable SELinux support\n"
140 "  --trace              Trace guestfs API calls (to stderr)\n"
141 "  -v|--verbose         Verbose messages\n"
142 "  -V|--version         Display version and exit\n"
143
144 #: cat/virt-filesystems.c:318 df/main.c:255
145 #, fuzzy, c-format
146 msgid "%s: you cannot use -h and --csv options together.\n"
147 msgstr "%s: cannot use --listen and --file options at the same time\n"
148
149 #: cat/virt-ls.c:62
150 #, fuzzy, c-format
151 msgid ""
152 "%s: list files in a virtual machine\n"
153 "Copyright (C) 2010 Red Hat Inc.\n"
154 "Usage:\n"
155 "  %s [--options] -d domname file [dir ...]\n"
156 "  %s [--options] -a disk.img [-a disk.img ...] dir [dir ...]\n"
157 "Options:\n"
158 "  -a|--add image       Add image\n"
159 "  -c|--connect uri     Specify libvirt URI for -d option\n"
160 "  -d|--domain guest    Add disks from libvirt guest\n"
161 "  --echo-keys          Don't turn off echo for passphrases\n"
162 "  --format[=raw|..]    Force disk format for -a option\n"
163 "  --help               Display brief help\n"
164 "  --keys-from-stdin    Read passphrases from stdin\n"
165 "  -l|--long            Long listing\n"
166 "  -R|--recursive       Recursive listing\n"
167 "  -v|--verbose         Verbose messages\n"
168 "  -V|--version         Display version and exit\n"
169 "  -x                   Trace libguestfs API calls\n"
170 "For more information, see the manpage %s(1).\n"
171 msgstr ""
172 "%s: FUSE module for libguestfs\n"
173 "%s lets you mount a virtual machine filesystem\n"
174 "Copyright (C) 2009 Red Hat Inc.\n"
175 "Usage:\n"
176 "  %s [--options] [-- [--FUSE-options]] mountpoint\n"
177 "Options:\n"
178 "  -a|--add image       Add image\n"
179 "  --dir-cache-timeout  Set readdir cache timeout (default 5 sec)\n"
180 "  --fuse-help          Display extra FUSE options\n"
181 "  --help               Display help message and exit\n"
182 "  -m|--mount dev[:mnt] Mount dev on mnt (if omitted, /)\n"
183 "  -n|--no-sync         Don't autosync\n"
184 "  -o|--option opt      Pass extra option to FUSE\n"
185 "  -r|--ro              Mount read-only\n"
186 "  --selinux            Enable SELinux support\n"
187 "  --trace              Trace guestfs API calls (to stderr)\n"
188 "  -v|--verbose         Verbose messages\n"
189 "  -V|--version         Display version and exit\n"
190
191 #: df/domains.c:115
192 #, c-format
193 msgid "%s: could not connect to libvirt (code %d, domain %d): %s"
194 msgstr ""
195
196 #: df/domains.c:124
197 #, c-format
198 msgid "%s: could not get number of running domains (code %d, domain %d): %s"
199 msgstr ""
200
201 #: df/domains.c:134
202 #, c-format
203 msgid "%s: could not list running domains (code %d, domain %d): %s"
204 msgstr ""
205
206 #: df/domains.c:145
207 #, c-format
208 msgid "%s: could not get number of inactive domains (code %d, domain %d): %s"
209 msgstr ""
210
211 #: df/domains.c:155
212 #, c-format
213 msgid "%s: could not list inactive domains (code %d, domain %d): %s"
214 msgstr ""
215
216 #: df/domains.c:281
217 #, c-format
218 msgid "%s: ignoring %s, it has too many disks (%zu > %d)"
219 msgstr ""
220
221 #: df/main.c:74
222 #, fuzzy, c-format
223 msgid ""
224 "%s: display free space on virtual filesystems\n"
225 "Copyright (C) 2010 Red Hat Inc.\n"
226 "Usage:\n"
227 "  %s [--options] -d domname\n"
228 "  %s [--options] -a disk.img [-a disk.img ...]\n"
229 "Options:\n"
230 "  -a|--add image       Add image\n"
231 "  -c|--connect uri     Specify libvirt URI for -d option\n"
232 "  --csv                Output as Comma-Separated Values\n"
233 "  -d|--domain guest    Add disks from libvirt guest\n"
234 "  --format[=raw|..]    Force disk format for -a option\n"
235 "  -h|--human-readable  Human-readable sizes in --long output\n"
236 "  --help               Display brief help\n"
237 "  -i|--inodes          Display inodes\n"
238 "  --one-per-guest      Separate appliance per guest\n"
239 "  --uuid               Add UUIDs to --long output\n"
240 "  -v|--verbose         Verbose messages\n"
241 "  -V|--version         Display version and exit\n"
242 "  -x                   Trace libguestfs API calls\n"
243 "For more information, see the manpage %s(1).\n"
244 msgstr ""
245 "%s: FUSE module for libguestfs\n"
246 "%s lets you mount a virtual machine filesystem\n"
247 "Copyright (C) 2009 Red Hat Inc.\n"
248 "Usage:\n"
249 "  %s [--options] [-- [--FUSE-options]] mountpoint\n"
250 "Options:\n"
251 "  -a|--add image       Add image\n"
252 "  --dir-cache-timeout  Set readdir cache timeout (default 5 sec)\n"
253 "  --fuse-help          Display extra FUSE options\n"
254 "  --help               Display help message and exit\n"
255 "  -m|--mount dev[:mnt] Mount dev on mnt (if omitted, /)\n"
256 "  -n|--no-sync         Don't autosync\n"
257 "  -o|--option opt      Pass extra option to FUSE\n"
258 "  -r|--ro              Mount read-only\n"
259 "  --selinux            Enable SELinux support\n"
260 "  --trace              Trace guestfs API calls (to stderr)\n"
261 "  -v|--verbose         Verbose messages\n"
262 "  -V|--version         Display version and exit\n"
263
264 #: df/main.c:267
265 #, c-format
266 msgid "%s: compiled without support for libvirt.\n"
267 msgstr ""
268
269 #: df/output.c:50
270 msgid "VirtualMachine"
271 msgstr ""
272
273 #: df/output.c:51
274 #, fuzzy
275 msgid "Filesystem"
276 msgstr "फाइलसिस्टम बनाएँ"
277
278 #: df/output.c:54
279 msgid "1K-blocks"
280 msgstr ""
281
282 #: df/output.c:56
283 msgid "Size"
284 msgstr ""
285
286 #: df/output.c:57
287 msgid "Used"
288 msgstr ""
289
290 #: df/output.c:58
291 msgid "Available"
292 msgstr ""
293
294 #: df/output.c:59
295 msgid "Use%"
296 msgstr ""
297
298 #: df/output.c:61
299 msgid "Inodes"
300 msgstr ""
301
302 #: df/output.c:62
303 msgid "IUsed"
304 msgstr ""
305
306 #: df/output.c:63
307 msgid "IFree"
308 msgstr ""
309
310 #: df/output.c:64
311 msgid "IUse%"
312 msgstr ""
313
314 #: edit/virt-edit.c:77
315 #, fuzzy, c-format
316 msgid ""
317 "%s: Edit a file in a virtual machine\n"
318 "Copyright (C) 2009-2011 Red Hat Inc.\n"
319 "Usage:\n"
320 "  %s [--options] -d domname file [file ...]\n"
321 "  %s [--options] -a disk.img [-a disk.img ...] file [file ...]\n"
322 "Options:\n"
323 "  -a|--add image       Add image\n"
324 "  -b|--backup .ext     Backup original as original.ext\n"
325 "  -c|--connect uri     Specify libvirt URI for -d option\n"
326 "  -d|--domain guest    Add disks from libvirt guest\n"
327 "  --echo-keys          Don't turn off echo for passphrases\n"
328 "  -e|--expr expr       Non-interactive editing using Perl expr\n"
329 "  --format[=raw|..]    Force disk format for -a option\n"
330 "  --help               Display brief help\n"
331 "  --keys-from-stdin    Read passphrases from stdin\n"
332 "  -v|--verbose         Verbose messages\n"
333 "  -V|--version         Display version and exit\n"
334 "  -x                   Trace libguestfs API calls\n"
335 "For more information, see the manpage %s(1).\n"
336 msgstr ""
337 "%s: FUSE module for libguestfs\n"
338 "%s lets you mount a virtual machine filesystem\n"
339 "Copyright (C) 2009 Red Hat Inc.\n"
340 "Usage:\n"
341 "  %s [--options] [-- [--FUSE-options]] mountpoint\n"
342 "Options:\n"
343 "  -a|--add image       Add image\n"
344 "  --dir-cache-timeout  Set readdir cache timeout (default 5 sec)\n"
345 "  --fuse-help          Display extra FUSE options\n"
346 "  --help               Display help message and exit\n"
347 "  -m|--mount dev[:mnt] Mount dev on mnt (if omitted, /)\n"
348 "  -n|--no-sync         Don't autosync\n"
349 "  -o|--option opt      Pass extra option to FUSE\n"
350 "  -r|--ro              Mount read-only\n"
351 "  --selinux            Enable SELinux support\n"
352 "  --trace              Trace guestfs API calls (to stderr)\n"
353 "  -v|--verbose         Verbose messages\n"
354 "  -V|--version         Display version and exit\n"
355
356 #: edit/virt-edit.c:175
357 #, c-format
358 msgid "%s: -b option given multiple times\n"
359 msgstr ""
360
361 #: edit/virt-edit.c:192
362 #, c-format
363 msgid "%s: -e option given multiple times\n"
364 msgstr ""
365
366 #: edit/virt-edit.c:585 fish/fish.c:1444
367 #, c-format
368 msgid "%s: to use Windows drive letters, this must be a Windows guest\n"
369 msgstr ""
370
371 #: edit/virt-edit.c:599
372 #, fuzzy, c-format
373 msgid "%s: drive '%c:' not found.\n"
374 msgstr "%s: %s: कुंजी नहीं मिला\n"
375
376 #: fish/alloc.c:37
377 #, c-format
378 msgid "use 'alloc file size' to create an image\n"
379 msgstr "छवि के रूप में 'alloc file size' का उपयोग करें\n"
380
381 #: fish/alloc.c:51
382 #, c-format
383 msgid "use 'sparse file size' to create a sparse image\n"
384 msgstr "छवि कम घना करने के लिए 'sparse file size' का उपयोग करें\n"
385
386 #: fish/alloc.c:75
387 #, c-format
388 msgid "can't allocate or add disks after launching\n"
389 msgstr "लॉन्चिंग के बाद डिस्क आबंटित या जोड़ नहीं सकता है\n"
390
391 #: fish/alloc.c:156
392 #, fuzzy, c-format
393 msgid "%s: invalid integer parameter (%s returned %d)\n"
394 msgstr "%s: %s: अवैध पूर्णांक पैरामीटर (%s ने %d लौटाया)\n"
395
396 #: fish/cmds.c:2574
397 msgid "Command"
398 msgstr "कमांड"
399
400 #: fish/cmds.c:2574
401 msgid "Description"
402 msgstr "वर्णन"
403
404 #: fish/cmds.c:2576
405 msgid "add a CD-ROM disk image to examine"
406 msgstr "परीक्षा के लिए CD-ROM डिस्क छवि जोड़ें"
407
408 #: fish/cmds.c:2577
409 msgid "add the disk(s) from a named libvirt domain"
410 msgstr ""
411
412 #: fish/cmds.c:2578 fish/cmds.c:2579
413 msgid "add an image to examine or modify"
414 msgstr "जाँचने या बदलने के लिए कोई छवि जोड़ें"
415
416 #: fish/cmds.c:2580
417 msgid "add a drive in snapshot mode (read-only)"
418 msgstr "स्नैप शॉट मोड में ड्राइव जोड़ें (केवल पठनीय)"
419
420 #: fish/cmds.c:2581
421 msgid "add a drive read-only specifying the QEMU block emulation to use"
422 msgstr "केवल पठनीय ड्राइव जोड़ें जो QEMU खंड को एमुलेशन को उपयोग के लिए रोकता है"
423
424 #: fish/cmds.c:2582
425 msgid "add a drive specifying the QEMU block emulation to use"
426 msgstr "QEMU खंड एमुलेशन को उपयोग के लिए निर्दिष्ट करने के लिए ड्राइव जोड़ें"
427
428 #: fish/cmds.c:2583
429 #, fuzzy
430 msgid "allocate and add a disk file"
431 msgstr "तनु छवि फाइल आबंटित करें"
432
433 #: fish/cmds.c:2584
434 #, fuzzy
435 msgid "clear Augeas path"
436 msgstr "Augeas पथ हटाएँ"
437
438 #: fish/cmds.c:2585
439 msgid "close the current Augeas handle"
440 msgstr "मौजूदा Augeas नियंत्रण बंद करें"
441
442 #: fish/cmds.c:2586
443 msgid "define an Augeas node"
444 msgstr "कोई Augeas नोड परिभाषित करें"
445
446 #: fish/cmds.c:2587
447 msgid "define an Augeas variable"
448 msgstr "कोई Augeas चर परिभाषित करें"
449
450 #: fish/cmds.c:2588
451 msgid "look up the value of an Augeas path"
452 msgstr "Augeas पथ के मान के लिए देखें"
453
454 #: fish/cmds.c:2589
455 msgid "create a new Augeas handle"
456 msgstr "नया Augeas नियंत्रण बनाएँ"
457
458 #: fish/cmds.c:2590
459 msgid "insert a sibling Augeas node"
460 msgstr "सहोदर Augeas नोड घुसाएँ"
461
462 #: fish/cmds.c:2591
463 msgid "load files into the tree"
464 msgstr "तरू में फाइल लोड करें"
465
466 #: fish/cmds.c:2592
467 msgid "list Augeas nodes under augpath"
468 msgstr "Augeas नोड को augpath के अंतर्गत सूचीबद्ध करें"
469
470 #: fish/cmds.c:2593
471 msgid "return Augeas nodes which match augpath"
472 msgstr "Augeas नोड को वापस करें जो augpath से मेल खाता है"
473
474 #: fish/cmds.c:2594
475 msgid "move Augeas node"
476 msgstr "Augeas नोड खिसकाएँ"
477
478 #: fish/cmds.c:2595
479 msgid "remove an Augeas path"
480 msgstr "Augeas पथ हटाएँ"
481
482 #: fish/cmds.c:2596
483 msgid "write all pending Augeas changes to disk"
484 msgstr "सभी स्थगित Augeas परिवर्तनों को डिस्क में लिखें"
485
486 #: fish/cmds.c:2597
487 msgid "set Augeas path to value"
488 msgstr "Augeas पथ को वाल्व में सेट करें"
489
490 #: fish/cmds.c:2598
491 msgid "test availability of some parts of the API"
492 msgstr "API के कुछ हिस्से की उपलब्धता जाँचें"
493
494 #: fish/cmds.c:2599
495 #, fuzzy
496 msgid "return a list of all optional groups"
497 msgstr "inotify घटना की सूची वापस करता है"
498
499 #: fish/cmds.c:2600
500 msgid "upload base64-encoded data to file"
501 msgstr ""
502
503 #: fish/cmds.c:2601
504 #, fuzzy
505 msgid "download file and encode as base64"
506 msgstr "किसी स्थानीय मशीन में कोई फाइल डाउनलोड करें"
507
508 #: fish/cmds.c:2602
509 msgid "flush device buffers"
510 msgstr "फ्लश युक्ति बफर"
511
512 #: fish/cmds.c:2603
513 msgid "get blocksize of block device"
514 msgstr "ब्लॉक युक्ति का ब्लॉक आकार पाएँ"
515
516 #: fish/cmds.c:2604
517 msgid "is block device set to read-only"
518 msgstr "क्या ब्लॉक युक्ति केवल पठनीय है"
519
520 #: fish/cmds.c:2605
521 msgid "get total size of device in bytes"
522 msgstr "बाइट में युक्ति के कुल आकार को पाएँ"
523
524 #: fish/cmds.c:2606
525 msgid "get sectorsize of block device"
526 msgstr "खंड युक्ति का सेक्टरवाइज पाएँ"
527
528 #: fish/cmds.c:2607
529 msgid "get total size of device in 512-byte sectors"
530 msgstr "512-बाइट सेक्टर में युक्ति का कुल आकार पाएँ"
531
532 #: fish/cmds.c:2608
533 msgid "reread partition table"
534 msgstr "विभाजन सारणी फिर पढ़ें"
535
536 #: fish/cmds.c:2609
537 msgid "set blocksize of block device"
538 msgstr "खंड युक्ति का खंड आकार सेट करें"
539
540 #: fish/cmds.c:2610
541 msgid "set block device to read-only"
542 msgstr "खंड युक्ति को केवल पठनीय सेट करें"
543
544 #: fish/cmds.c:2611
545 msgid "set block device to read-write"
546 msgstr "खंड युक्ति को पठनीय-लेखन योग्य सेट करें"
547
548 #: fish/cmds.c:2612
549 msgid "return true path on case-insensitive filesystem"
550 msgstr "स्थिति के प्रति संवेद्य फाइल सिस्टम का सही पथ लाएँ"
551
552 #: fish/cmds.c:2613
553 msgid "list the contents of a file"
554 msgstr "फाइल की सामग्री सूचीबद्ध करें"
555
556 #: fish/cmds.c:2614
557 msgid "compute MD5, SHAx or CRC checksum of file"
558 msgstr "फाइल MD5, SHAx या CRC चेकसम गणना करें"
559
560 #: fish/cmds.c:2615
561 #, fuzzy
562 msgid "compute MD5, SHAx or CRC checksum of the contents of a device"
563 msgstr "फाइल MD5, SHAx या CRC चेकसम गणना करें"
564
565 #: fish/cmds.c:2616
566 #, fuzzy
567 msgid "compute MD5, SHAx or CRC checksum of files in a directory"
568 msgstr "फाइल MD5, SHAx या CRC चेकसम गणना करें"
569
570 #: fish/cmds.c:2617
571 msgid "change file mode"
572 msgstr "फाइल नोड बदलें"
573
574 #: fish/cmds.c:2618 fish/cmds.c:2736
575 msgid "change file owner and group"
576 msgstr "फाइल स्वामी और समूह बदलें"
577
578 #: fish/cmds.c:2619
579 msgid "run a command from the guest filesystem"
580 msgstr "अतिथि फाइल सिस्टम से कमांड चलाएँ"
581
582 #: fish/cmds.c:2620
583 msgid "run a command, returning lines"
584 msgstr "कमांड चलाएँ, पंक्ति वापस कर रहा है"
585
586 #: fish/cmds.c:2621
587 msgid "add qemu parameters"
588 msgstr "qemu पैरामीटर जोड़ें"
589
590 #: fish/cmds.c:2622
591 #, fuzzy
592 msgid "copy local files or directories into an image"
593 msgstr "तरू में फाइल लोड करें"
594
595 #: fish/cmds.c:2623
596 #, fuzzy
597 msgid "copy remote files or directories out of an image"
598 msgstr "तरू में फाइल लोड करें"
599
600 #: fish/cmds.c:2624
601 #, fuzzy
602 msgid "copy size bytes from source to destination using dd"
603 msgstr "dd के उपयोग से स्रोत से गंतव्य में कॉपी करें"
604
605 #: fish/cmds.c:2625
606 msgid "copy a file"
607 msgstr "कोई फाइल कॉपी करें"
608
609 #: fish/cmds.c:2626
610 msgid "copy a file or directory recursively"
611 msgstr "कोई फाइल कॉपी करें या कोई निर्देशिका को बारी बारी से"
612
613 #: fish/cmds.c:2627
614 msgid "copy from source to destination using dd"
615 msgstr "dd के उपयोग से स्रोत से गंतव्य में कॉपी करें"
616
617 #: fish/cmds.c:2628
618 msgid "debugging and internals"
619 msgstr "डिबगिंग और आंतरिक"
620
621 #: fish/cmds.c:2629
622 #, fuzzy
623 msgid "debug the QEMU command line (internal use only)"
624 msgstr "स्थानीय मशीन मसे फाइल अपलोड करें"
625
626 #: fish/cmds.c:2630
627 #, fuzzy
628 msgid "upload a file to the appliance (internal use only)"
629 msgstr "स्थानीय मशीन मसे फाइल अपलोड करें"
630
631 #: fish/cmds.c:2631
632 msgid "report file system disk space usage"
633 msgstr "फाइल सिस्टम डिस्क स्पेस प्रयोग"
634
635 #: fish/cmds.c:2632
636 msgid "report file system disk space usage (human readable)"
637 msgstr "फाइल सिस्टम डिस्क स्पेस प्रयोग का रिपोर्ट करें (मानव पठनीय)"
638
639 #: fish/cmds.c:2633
640 msgid "return kernel messages"
641 msgstr "कर्नेल संदेश लौटाएँ"
642
643 #: fish/cmds.c:2634
644 msgid "download a file to the local machine"
645 msgstr "किसी स्थानीय मशीन में कोई फाइल डाउनलोड करें"
646
647 #: fish/cmds.c:2635
648 #, fuzzy
649 msgid "download a file to the local machine with offset and size"
650 msgstr "किसी स्थानीय मशीन में कोई फाइल डाउनलोड करें"
651
652 #: fish/cmds.c:2636
653 msgid "drop kernel page cache, dentries and inodes"
654 msgstr "कर्नेल पेज कैश, dentries और inodes छोड़ें, "
655
656 #: fish/cmds.c:2637
657 msgid "estimate file space usage"
658 msgstr "फाइल स्थान प्रयोग का अनुमान करें"
659
660 #: fish/cmds.c:2638
661 msgid "check an ext2/ext3 filesystem"
662 msgstr "कोई ext2/ext3 फाइलसिस्टम जाँचें"
663
664 #: fish/cmds.c:2639
665 msgid "display a line of text"
666 msgstr "पाठ पंक्ति दिखाएँ"
667
668 #: fish/cmds.c:2640
669 msgid "echo arguments back to the client"
670 msgstr "इको तर्क क्लाइंट को वापस"
671
672 #: fish/cmds.c:2641
673 #, fuzzy
674 msgid "edit a file"
675 msgstr "फाइल पढ़ें"
676
677 #: fish/cmds.c:2642 fish/cmds.c:2643 fish/cmds.c:2648 fish/cmds.c:2649
678 #: fish/cmds.c:2682 fish/cmds.c:2683 fish/cmds.c:2929 fish/cmds.c:2930
679 #: fish/cmds.c:2934 fish/cmds.c:2935 fish/cmds.c:2937 fish/cmds.c:2938
680 msgid "return lines matching a pattern"
681 msgstr "किसी प्रारूप से मेल खाता पंक्ति"
682
683 #: fish/cmds.c:2644
684 msgid "test if two files have equal contents"
685 msgstr "सूची बनाएँ यदि दो फाइल के पास बराबर सामग्री है"
686
687 #: fish/cmds.c:2645
688 msgid "test if file or directory exists"
689 msgstr "जाँचें यदि फाइल या निर्देशिका मौजूद है"
690
691 #: fish/cmds.c:2646 fish/cmds.c:2647
692 msgid "preallocate a file in the guest filesystem"
693 msgstr "गेस्ट फाइल सिस्टम में कोई फाइल पहले से आबंटित करें"
694
695 #: fish/cmds.c:2650
696 msgid "determine file type"
697 msgstr "फाइल प्रकार निर्धारित करें"
698
699 #: fish/cmds.c:2651
700 msgid "detect the architecture of a binary file"
701 msgstr ""
702
703 #: fish/cmds.c:2652
704 msgid "return the size of the file in bytes"
705 msgstr "बाइट में फाइल का आकार वापस करें"
706
707 #: fish/cmds.c:2653
708 msgid "fill a file with octets"
709 msgstr "ऑक्टेट के साथ फाइल भरें"
710
711 #: fish/cmds.c:2654
712 #, fuzzy
713 msgid "fill a file with a repeating pattern of bytes"
714 msgstr "ऑक्टेट के साथ फाइल भरें"
715
716 #: fish/cmds.c:2655
717 msgid "find all files and directories"
718 msgstr "सभी फाइल और निर्देशिका ढूँढ़ें"
719
720 #: fish/cmds.c:2656
721 msgid "find all files and directories, returning NUL-separated list"
722 msgstr "सभी फाइलें और निर्देशिका ढूँढ़ें, NUL-अलग सूची वापस कर रहा है"
723
724 #: fish/cmds.c:2657
725 #, fuzzy
726 msgid "find a filesystem by label"
727 msgstr "ext2/3/4 फाइलसिस्टम लेबल पाएँ"
728
729 #: fish/cmds.c:2658
730 #, fuzzy
731 msgid "find a filesystem by UUID"
732 msgstr "ext2/3/4 फाइलसिस्टम UUID पाएँ"
733
734 #: fish/cmds.c:2659
735 msgid "run the filesystem checker"
736 msgstr "फाइल सिस्टम जाँचकर्ता चलाएँ"
737
738 #: fish/cmds.c:2660
739 msgid "get the additional kernel options"
740 msgstr "अतिरिक्त कर्नेल विकल्प पाएँ"
741
742 #: fish/cmds.c:2661
743 #, fuzzy
744 msgid "get the attach method"
745 msgstr "खोज पथ पाएँ"
746
747 #: fish/cmds.c:2662
748 msgid "get autosync mode"
749 msgstr "autosync विधि पाएँ"
750
751 #: fish/cmds.c:2663
752 msgid "get direct appliance mode flag"
753 msgstr "सीधा एप्लायंस विधि फ्लैग पाएँ"
754
755 #: fish/cmds.c:2664
756 msgid "get the ext2/3/4 filesystem label"
757 msgstr "ext2/3/4 फाइलसिस्टम लेबल पाएँ"
758
759 #: fish/cmds.c:2665
760 msgid "get the ext2/3/4 filesystem UUID"
761 msgstr "ext2/3/4 फाइलसिस्टम UUID पाएँ"
762
763 #: fish/cmds.c:2666
764 msgid "get memory allocated to the qemu subprocess"
765 msgstr "qemu उप प्रक्रिया में स्मृति आबंटित पाएँ"
766
767 #: fish/cmds.c:2667
768 #, fuzzy
769 msgid "get enable network flag"
770 msgstr "SELinux सक्रिय फ्लैग पाएँ"
771
772 #: fish/cmds.c:2668
773 msgid "get the search path"
774 msgstr "खोज पथ पाएँ"
775
776 #: fish/cmds.c:2669
777 msgid "get PID of qemu subprocess"
778 msgstr "qemu की उपप्रक्रिया PID पाएँ"
779
780 #: fish/cmds.c:2670
781 msgid "get the qemu binary"
782 msgstr "qemu द्विपदीय पाएँ"
783
784 #: fish/cmds.c:2671
785 msgid "get recovery process enabled flag"
786 msgstr "पुनर्प्राप्ति प्रक्रिया सक्रिय फ्लैग पाएँ"
787
788 #: fish/cmds.c:2672
789 msgid "get SELinux enabled flag"
790 msgstr "SELinux सक्रिय फ्लैग पाएँ"
791
792 #: fish/cmds.c:2673
793 msgid "get the current state"
794 msgstr "मौजूदा स्थिति पाएँ"
795
796 #: fish/cmds.c:2674
797 msgid "get command trace enabled flag"
798 msgstr "कमांड ट्रैस सक्रिय फ्लैग पाएँ"
799
800 #: fish/cmds.c:2675
801 #, fuzzy
802 msgid "get the current umask"
803 msgstr "मौजूदा स्थिति पाएँ"
804
805 #: fish/cmds.c:2676
806 msgid "get verbose mode"
807 msgstr "वर्बोस विधि पाएँ"
808
809 #: fish/cmds.c:2677
810 msgid "get SELinux security context"
811 msgstr "SELinux सुरक्षा संदर्भ पाएँ"
812
813 #: fish/cmds.c:2678 fish/cmds.c:2737
814 msgid "get a single extended attribute"
815 msgstr ""
816
817 #: fish/cmds.c:2679 fish/cmds.c:2738
818 msgid "list extended attributes of a file or directory"
819 msgstr "किसी फाइल या निर्देशिका का विस्तृत विशेषता सूचीबद्ध करें"
820
821 #: fish/cmds.c:2680
822 msgid "expand wildcards in command"
823 msgstr "कमांड में कमांड वाइल्डकार्ड"
824
825 #: fish/cmds.c:2681
826 msgid "expand a wildcard path"
827 msgstr "वाइल्डकार्ड पथ फैलाएँ"
828
829 #: fish/cmds.c:2684
830 msgid "install GRUB"
831 msgstr "GRUB संस्थापित करें"
832
833 #: fish/cmds.c:2685
834 msgid "return first 10 lines of a file"
835 msgstr "फाइल का 10 पंक्ति वापस करें"
836
837 #: fish/cmds.c:2686
838 msgid "return first N lines of a file"
839 msgstr "फाइल का पहला N पंक्ति वापस करें"
840
841 #: fish/cmds.c:2687
842 msgid "dump a file in hexadecimal"
843 msgstr "हेक्सा डेसीमल में फाइल डंप करें"
844
845 #: fish/cmds.c:2688
846 msgid "edit with a hex editor"
847 msgstr ""
848
849 #: fish/cmds.c:2689
850 msgid "list the contents of a single file in an initrd"
851 msgstr "initrd में एक एकल फाइल की सामग्री सूचीबद्ध करें"
852
853 #: fish/cmds.c:2690
854 msgid "list files in an initrd"
855 msgstr "किसी initrd में फाइल सूचीबद्ध करता है"
856
857 #: fish/cmds.c:2691
858 msgid "add an inotify watch"
859 msgstr "inotify वाच जोड़ें"
860
861 #: fish/cmds.c:2692
862 msgid "close the inotify handle"
863 msgstr "inotify नियंत्रण बंद करें"
864
865 #: fish/cmds.c:2693
866 msgid "return list of watched files that had events"
867 msgstr "नहीं देखे गए फाइल की सूची देता है जो घटना रखती है"
868
869 #: fish/cmds.c:2694
870 msgid "create an inotify handle"
871 msgstr "inotify नियंत्रण बनाएँ"
872
873 #: fish/cmds.c:2695
874 msgid "return list of inotify events"
875 msgstr "inotify घटना की सूची वापस करता है"
876
877 #: fish/cmds.c:2696
878 msgid "remove an inotify watch"
879 msgstr "inotify जाँच का हटाएँ"
880
881 #: fish/cmds.c:2697
882 msgid "get architecture of inspected operating system"
883 msgstr ""
884
885 #: fish/cmds.c:2698
886 msgid "get distro of inspected operating system"
887 msgstr ""
888
889 #: fish/cmds.c:2699
890 msgid "get drive letter mappings"
891 msgstr ""
892
893 #: fish/cmds.c:2700
894 msgid "get filesystems associated with inspected operating system"
895 msgstr ""
896
897 #: fish/cmds.c:2701
898 msgid "get format of inspected operating system"
899 msgstr ""
900
901 #: fish/cmds.c:2702
902 msgid "get hostname of the operating system"
903 msgstr ""
904
905 #: fish/cmds.c:2703
906 msgid "get major version of inspected operating system"
907 msgstr ""
908
909 #: fish/cmds.c:2704
910 msgid "get minor version of inspected operating system"
911 msgstr ""
912
913 #: fish/cmds.c:2705
914 msgid "get mountpoints of inspected operating system"
915 msgstr ""
916
917 #: fish/cmds.c:2706
918 msgid "get package format used by the operating system"
919 msgstr ""
920
921 #: fish/cmds.c:2707
922 msgid "get package management tool used by the operating system"
923 msgstr ""
924
925 #: fish/cmds.c:2708
926 msgid "get product name of inspected operating system"
927 msgstr ""
928
929 #: fish/cmds.c:2709
930 msgid "get product variant of inspected operating system"
931 msgstr ""
932
933 #: fish/cmds.c:2710
934 msgid "return list of operating systems found by last inspection"
935 msgstr ""
936
937 #: fish/cmds.c:2711
938 msgid "get type of inspected operating system"
939 msgstr ""
940
941 #: fish/cmds.c:2712
942 msgid "get Windows CurrentControlSet of inspected operating system"
943 msgstr ""
944
945 #: fish/cmds.c:2713
946 msgid "get Windows systemroot of inspected operating system"
947 msgstr ""
948
949 #: fish/cmds.c:2714
950 msgid "get live flag for install disk"
951 msgstr ""
952
953 #: fish/cmds.c:2715
954 msgid "get multipart flag for install disk"
955 msgstr ""
956
957 #: fish/cmds.c:2716
958 msgid "get netinst (network installer) flag for install disk"
959 msgstr ""
960
961 #: fish/cmds.c:2717
962 msgid "get list of applications installed in the operating system"
963 msgstr ""
964
965 #: fish/cmds.c:2718
966 msgid "inspect disk and return list of operating systems found"
967 msgstr ""
968
969 #: fish/cmds.c:2719
970 #, fuzzy
971 msgid "test if block device"
972 msgstr "खंड युक्ति को सूचीबद्ध करता है"
973
974 #: fish/cmds.c:2720
975 msgid "is busy processing a command"
976 msgstr "कमांड की प्रक्रिया में व्यस्त है"
977
978 #: fish/cmds.c:2721
979 #, fuzzy
980 msgid "test if character device"
981 msgstr "खंड, वर्ण FIFO युक्ति बनाएँ"
982
983 #: fish/cmds.c:2722
984 msgid "is in configuration state"
985 msgstr "विन्यास स्थिति में है"
986
987 #: fish/cmds.c:2723
988 #, fuzzy
989 msgid "test if a directory"
990 msgstr "निर्देशिका बनाएँ"
991
992 #: fish/cmds.c:2724
993 #, fuzzy
994 msgid "test if FIFO (named pipe)"
995 msgstr "FIFO (named पाइप) बनाएँ"
996
997 #: fish/cmds.c:2725
998 msgid "test if a regular file"
999 msgstr ""
1000
1001 #: fish/cmds.c:2726
1002 msgid "is launching subprocess"
1003 msgstr "उपपक्रिया को लॉन्च कर रहा है"
1004
1005 #: fish/cmds.c:2727
1006 #, fuzzy
1007 msgid "test if device is a logical volume"
1008 msgstr "LVM लॉजिकल वाल्यूम का आकार बदलें"
1009
1010 #: fish/cmds.c:2728
1011 msgid "is ready to accept commands"
1012 msgstr "कमांड को स्वीकार करने के लिए तैयार है"
1013
1014 #: fish/cmds.c:2729
1015 #, fuzzy
1016 msgid "test if socket"
1017 msgstr "डेमॉन सॉकेट में लिखें"
1018
1019 #: fish/cmds.c:2730
1020 #, fuzzy
1021 msgid "test if symbolic link"
1022 msgstr "सांकेतिक लिंक बनाएँ"
1023
1024 #: fish/cmds.c:2731
1025 #, fuzzy
1026 msgid "test if a file contains all zero bytes"
1027 msgstr "सूची बनाएँ यदि दो फाइल के पास बराबर सामग्री है"
1028
1029 #: fish/cmds.c:2732
1030 #, fuzzy
1031 msgid "test if a device contains all zero bytes"
1032 msgstr "LVM लॉजिकल वाल्यूम का आकार बदलें"
1033
1034 #: fish/cmds.c:2733
1035 msgid "kill the qemu subprocess"
1036 msgstr "qemu उपपक्रिया को किल करें"
1037
1038 #: fish/cmds.c:2734
1039 msgid "launch the qemu subprocess"
1040 msgstr "qemu उपपक्रिया लॉन्च करें"
1041
1042 #: fish/cmds.c:2735
1043 #, fuzzy
1044 msgid "change working directory"
1045 msgstr "स्थानीय परिवर्तन निर्देशिका"
1046
1047 #: fish/cmds.c:2739
1048 msgid "list the block devices"
1049 msgstr "खंड युक्ति को सूचीबद्ध करता है"
1050
1051 #: fish/cmds.c:2740
1052 #, fuzzy
1053 msgid "list filesystems"
1054 msgstr "फाइलसिस्टम बनाएँ"
1055
1056 #: fish/cmds.c:2741
1057 msgid "list the partitions"
1058 msgstr "विभाजन सूचीबद्ध करें"
1059
1060 #: fish/cmds.c:2742
1061 msgid "list the files in a directory (long format)"
1062 msgstr "निर्देशिका में फाइल की सूची बनाएँ (लंबा प्रारूप)"
1063
1064 #: fish/cmds.c:2743 fish/cmds.c:2744
1065 msgid "create a hard link"
1066 msgstr "कोई हार्ड लिंक बनाएँ"
1067
1068 #: fish/cmds.c:2745 fish/cmds.c:2746
1069 msgid "create a symbolic link"
1070 msgstr "सांकेतिक लिंक बनाएँ"
1071
1072 #: fish/cmds.c:2747 fish/cmds.c:2838
1073 msgid "remove extended attribute of a file or directory"
1074 msgstr "किसी फाइल या निर्देशिका की विस्तारित विशेषता हटाएँ"
1075
1076 #: fish/cmds.c:2748
1077 msgid "list the files in a directory"
1078 msgstr "किसी निर्देशिका में फाइल सूचीबद्ध करें"
1079
1080 #: fish/cmds.c:2749 fish/cmds.c:2865
1081 msgid "set extended attribute of a file or directory"
1082 msgstr "किसी फाइल या निर्देशिका का विस्तारित विशेषता सेट करें"
1083
1084 #: fish/cmds.c:2750
1085 msgid "get file information for a symbolic link"
1086 msgstr "किसी सांकेतिक लिंक के लिए फाइल सूचना पाएँ"
1087
1088 #: fish/cmds.c:2751
1089 msgid "lstat on multiple files"
1090 msgstr "lstat विविध फाइल पर"
1091
1092 #: fish/cmds.c:2752
1093 #, fuzzy
1094 msgid "add a key on a LUKS encrypted device"
1095 msgstr "खंड युक्ति को केवल पठनीय सेट करें"
1096
1097 #: fish/cmds.c:2753
1098 #, fuzzy
1099 msgid "close a LUKS device"
1100 msgstr "युक्ति पर स्वैप सक्रिय करें"
1101
1102 #: fish/cmds.c:2754 fish/cmds.c:2755
1103 msgid "format a block device as a LUKS encrypted device"
1104 msgstr ""
1105
1106 #: fish/cmds.c:2756
1107 msgid "remove a key from a LUKS encrypted device"
1108 msgstr ""
1109
1110 #: fish/cmds.c:2757
1111 msgid "open a LUKS-encrypted block device"
1112 msgstr ""
1113
1114 #: fish/cmds.c:2758
1115 #, fuzzy
1116 msgid "open a LUKS-encrypted block device read-only"
1117 msgstr "खंड युक्ति को केवल पठनीय सेट करें"
1118
1119 #: fish/cmds.c:2759
1120 #, fuzzy
1121 msgid "create an LVM logical volume"
1122 msgstr "LVM लॉजिकल वाल्यूम का नाम बदलें"
1123
1124 #: fish/cmds.c:2760
1125 msgid "get canonical name of an LV"
1126 msgstr ""
1127
1128 #: fish/cmds.c:2761
1129 msgid "clear LVM device filter"
1130 msgstr ""
1131
1132 #: fish/cmds.c:2762
1133 msgid "remove all LVM LVs, VGs and PVs"
1134 msgstr "सभी LVM LV, VG और PV हटाएँ"
1135
1136 #: fish/cmds.c:2763
1137 msgid "set LVM device filter"
1138 msgstr ""
1139
1140 #: fish/cmds.c:2764
1141 msgid "remove an LVM logical volume"
1142 msgstr "LVM लॉजिकल वाल्यूम हटाएँ"
1143
1144 #: fish/cmds.c:2765
1145 msgid "rename an LVM logical volume"
1146 msgstr "LVM लॉजिकल वाल्यूम का नाम बदलें"
1147
1148 #: fish/cmds.c:2766
1149 msgid "resize an LVM logical volume"
1150 msgstr "LVM लॉजिकल वाल्यूम का आकार बदलें"
1151
1152 #: fish/cmds.c:2767
1153 msgid "expand an LV to fill free space"
1154 msgstr ""
1155
1156 #: fish/cmds.c:2768 fish/cmds.c:2769
1157 msgid "list the LVM logical volumes (LVs)"
1158 msgstr "LVM लॉजिकल वाल्यूम (LVs) की सूची दें"
1159
1160 #: fish/cmds.c:2770
1161 #, fuzzy
1162 msgid "get the UUID of a logical volume"
1163 msgstr "LVM लॉजिकल वाल्यूम (LVs) की सूची दें"
1164
1165 #: fish/cmds.c:2771
1166 msgid "lgetxattr on multiple files"
1167 msgstr "विविध फाइल पर lgetxattr करें"
1168
1169 #: fish/cmds.c:2772
1170 msgid "open the manual"
1171 msgstr ""
1172
1173 #: fish/cmds.c:2773
1174 msgid "create a directory"
1175 msgstr "निर्देशिका बनाएँ"
1176
1177 #: fish/cmds.c:2774
1178 msgid "create a directory with a particular mode"
1179 msgstr "खास विधि से निर्देशिका बनाएँ"
1180
1181 #: fish/cmds.c:2775
1182 msgid "create a directory and parents"
1183 msgstr "जनक और निर्देशिका बनाएँ"
1184
1185 #: fish/cmds.c:2776
1186 msgid "create a temporary directory"
1187 msgstr "एक अस्थायी निर्देशिका बनाएँ"
1188
1189 #: fish/cmds.c:2777 fish/cmds.c:2778 fish/cmds.c:2779
1190 msgid "make ext2/3/4 filesystem with external journal"
1191 msgstr "बाहरी जर्नल के साथ ext2/3/4 फाइल सिस्टम बनाएँ"
1192
1193 #: fish/cmds.c:2780
1194 msgid "make ext2/3/4 external journal"
1195 msgstr "ext2/3/4 बाहरी जर्नल बनाएँ"
1196
1197 #: fish/cmds.c:2781
1198 msgid "make ext2/3/4 external journal with label"
1199 msgstr "लेबल के साथ ext2/3/4 बाहरी जर्नल बनाएँ"
1200
1201 #: fish/cmds.c:2782
1202 msgid "make ext2/3/4 external journal with UUID"
1203 msgstr "UUID ext2/3/4 बाहरी जर्नल बनाएँ"
1204
1205 #: fish/cmds.c:2783
1206 msgid "make FIFO (named pipe)"
1207 msgstr "FIFO (named पाइप) बनाएँ"
1208
1209 #: fish/cmds.c:2784 fish/cmds.c:2786
1210 msgid "make a filesystem"
1211 msgstr "फाइलसिस्टम बनाएँ"
1212
1213 #: fish/cmds.c:2785
1214 msgid "make a filesystem with block size"
1215 msgstr "खंड आकार के साथ फाइलसिस्टम बनाएँ"
1216
1217 #: fish/cmds.c:2787
1218 msgid "create a mountpoint"
1219 msgstr "आरोहबिंदु बनाएँ"
1220
1221 #: fish/cmds.c:2788
1222 msgid "make block, character or FIFO devices"
1223 msgstr "खंड, वर्ण FIFO युक्ति बनाएँ"
1224
1225 #: fish/cmds.c:2789
1226 msgid "make block device node"
1227 msgstr "खंड युक्ति नोड बनाएँ"
1228
1229 #: fish/cmds.c:2790
1230 msgid "make char device node"
1231 msgstr "चार युक्ति नोड बनाएँ"
1232
1233 #: fish/cmds.c:2791
1234 msgid "create a swap partition"
1235 msgstr "कोई स्वैप विभाजन बनाएँ"
1236
1237 #: fish/cmds.c:2792
1238 msgid "create a swap partition with a label"
1239 msgstr "लेबल के साथ कोई स्वैप विभाजन बनाएँ"
1240
1241 #: fish/cmds.c:2793
1242 msgid "create a swap partition with an explicit UUID"
1243 msgstr "विशेष UUID के साथ कोई स्वैप विभाजन बनाएँ"
1244
1245 #: fish/cmds.c:2794
1246 msgid "create a swap file"
1247 msgstr "कोई स्वैप फाइल बनाएँ"
1248
1249 #: fish/cmds.c:2795
1250 msgid "load a kernel module"
1251 msgstr "कर्नेल मॉड्यूल लोड करें"
1252
1253 #: fish/cmds.c:2796
1254 #, fuzzy
1255 msgid "view a file"
1256 msgstr "कोई फाइल खिसकाएँ"
1257
1258 #: fish/cmds.c:2797
1259 msgid "mount a guest disk at a position in the filesystem"
1260 msgstr "फाइलसिस्टम में स्थिति पर कोई गेस्ट अतिथि आरोहित करें"
1261
1262 #: fish/cmds.c:2798
1263 msgid "mount a file using the loop device"
1264 msgstr "लूप युक्ति के उपयोग से कोई फाइल आरोहित करें"
1265
1266 #: fish/cmds.c:2799
1267 msgid "mount a guest disk with mount options"
1268 msgstr "आरोह विकल्प के साथ कोई अतिथि डिस्क आरोहित करें"
1269
1270 #: fish/cmds.c:2800
1271 msgid "mount a guest disk, read-only"
1272 msgstr "कोई अतिथि डिस्क केवल पठनीय आरोहित करें"
1273
1274 #: fish/cmds.c:2801
1275 msgid "mount a guest disk with mount options and vfstype"
1276 msgstr "कोई अतिथि डिस्क आरोहित करें आरोह विकल्प और vfstype के साथ"
1277
1278 #: fish/cmds.c:2802
1279 msgid "show mountpoints"
1280 msgstr "आरोहबिंदु दिखाएँ"
1281
1282 #: fish/cmds.c:2803
1283 msgid "show mounted filesystems"
1284 msgstr "आरोहित फाइलसिस्टम दिखाएँ"
1285
1286 #: fish/cmds.c:2804
1287 msgid "move a file"
1288 msgstr "कोई फाइल खिसकाएँ"
1289
1290 #: fish/cmds.c:2805
1291 msgid "probe NTFS volume"
1292 msgstr "NTFS वॉल्यूम जाँचें"
1293
1294 #: fish/cmds.c:2806
1295 #, fuzzy
1296 msgid "resize an NTFS filesystem"
1297 msgstr "ext2/ext3 फाइलसिस्टम का आकार बदलें"
1298
1299 #: fish/cmds.c:2807
1300 #, fuzzy
1301 msgid "resize an NTFS filesystem (with size)"
1302 msgstr "ext2/ext3 फाइलसिस्टम का आकार बदलें"
1303
1304 #: fish/cmds.c:2808
1305 msgid "add a partition to the device"
1306 msgstr "युक्ति में कोई विभाजन जोड़ें"
1307
1308 #: fish/cmds.c:2809
1309 #, fuzzy
1310 msgid "delete a partition"
1311 msgstr "कोई स्वैप विभाजन बनाएँ"
1312
1313 #: fish/cmds.c:2810
1314 msgid "partition whole disk with a single primary partition"
1315 msgstr "एकल प्राथमिक विभाजन से पूरे जिस्क को विभाजित करें"
1316
1317 #: fish/cmds.c:2811
1318 #, fuzzy
1319 msgid "return true if a partition is bootable"
1320 msgstr "विभाजन सारणी फिर पढ़ें"
1321
1322 #: fish/cmds.c:2812
1323 msgid "get the MBR type byte (ID byte) from a partition"
1324 msgstr ""
1325
1326 #: fish/cmds.c:2813
1327 msgid "get the partition table type"
1328 msgstr "विभाजन सारणी प्रकार पाएँ"
1329
1330 #: fish/cmds.c:2814
1331 msgid "create an empty partition table"
1332 msgstr "कोई रिक्त विभाजन सारणी बनाएँ"
1333
1334 #: fish/cmds.c:2815
1335 msgid "list partitions on a device"
1336 msgstr "किसी युक्ति पर विभाजन सूचीबद्ध करें"
1337
1338 #: fish/cmds.c:2816
1339 msgid "make a partition bootable"
1340 msgstr "विभाजन को बूट योग्य बनाएँ"
1341
1342 #: fish/cmds.c:2817
1343 msgid "set the MBR type byte (ID byte) of a partition"
1344 msgstr ""
1345
1346 #: fish/cmds.c:2818
1347 msgid "set partition name"
1348 msgstr "विभाजन नाम सेट करें"
1349
1350 #: fish/cmds.c:2819
1351 #, fuzzy
1352 msgid "convert partition name to device name"
1353 msgstr "खंड युक्ति पर विभाजन बनाएँ"
1354
1355 #: fish/cmds.c:2820
1356 msgid "ping the guest daemon"
1357 msgstr "अतिथि डेमॉन पिंग करें"
1358
1359 #: fish/cmds.c:2821
1360 msgid "read part of a file"
1361 msgstr "किसी फाइल का हिस्सा पढ़ें"
1362
1363 #: fish/cmds.c:2822
1364 #, fuzzy
1365 msgid "read part of a device"
1366 msgstr "किसी फाइल का हिस्सा पढ़ें"
1367
1368 #: fish/cmds.c:2823
1369 msgid "create an LVM physical volume"
1370 msgstr "कोई LVM भोतिक वॉल्यूम बनाएँ"
1371
1372 #: fish/cmds.c:2824
1373 msgid "remove an LVM physical volume"
1374 msgstr "LVM भौतिक वाल्यूम हटाएँ"
1375
1376 #: fish/cmds.c:2825
1377 msgid "resize an LVM physical volume"
1378 msgstr "LVM भौतिक वाल्यूम का आकार बदलें"
1379
1380 #: fish/cmds.c:2826
1381 #, fuzzy
1382 msgid "resize an LVM physical volume (with size)"
1383 msgstr "LVM भौतिक वाल्यूम का आकार बदलें"
1384
1385 #: fish/cmds.c:2827 fish/cmds.c:2828
1386 msgid "list the LVM physical volumes (PVs)"
1387 msgstr "LVM भौतिक वाल्यूम (PVs) सूची दें"
1388
1389 #: fish/cmds.c:2829
1390 #, fuzzy
1391 msgid "get the UUID of a physical volume"
1392 msgstr "कोई LVM भोतिक वॉल्यूम बनाएँ"
1393
1394 #: fish/cmds.c:2830
1395 #, fuzzy
1396 msgid "write to part of a file"
1397 msgstr "किसी फाइल का हिस्सा पढ़ें"
1398
1399 #: fish/cmds.c:2831
1400 #, fuzzy
1401 msgid "write to part of a device"
1402 msgstr "किसी फाइल का हिस्सा पढ़ें"
1403
1404 #: fish/cmds.c:2832
1405 msgid "read a file"
1406 msgstr "फाइल पढ़ें"
1407
1408 #: fish/cmds.c:2833
1409 msgid "read file as lines"
1410 msgstr "फाइल पंक्ति बार पढ़ें"
1411
1412 #: fish/cmds.c:2834
1413 msgid "read directories entries"
1414 msgstr "निर्देशिका प्रविष्टि पढें"
1415
1416 #: fish/cmds.c:2835
1417 msgid "read the target of a symbolic link"
1418 msgstr "सांकेतिक लिंक के लक्ष्य को पढ़ें"
1419
1420 #: fish/cmds.c:2836
1421 msgid "readlink on multiple files"
1422 msgstr "मल्टीपल फाइल पर रीडलिंक"
1423
1424 #: fish/cmds.c:2837
1425 msgid "canonicalized absolute pathname"
1426 msgstr "निरपेक्ष पथनाम कैनोकनिलाइज करें"
1427
1428 #: fish/cmds.c:2839
1429 msgid "close and reopen libguestfs handle"
1430 msgstr "libguestfs नियंत्रण बंद करें और खोलें"
1431
1432 #: fish/cmds.c:2840
1433 #, fuzzy
1434 msgid "resize an ext2, ext3 or ext4 filesystem"
1435 msgstr "ext2/ext3 फाइलसिस्टम का आकार बदलें"
1436
1437 #: fish/cmds.c:2841
1438 #, fuzzy
1439 msgid "resize an ext2, ext3 or ext4 filesystem to the minimum size"
1440 msgstr "ext2/ext3 फाइलसिस्टम का आकार बदलें"
1441
1442 #: fish/cmds.c:2842
1443 #, fuzzy
1444 msgid "resize an ext2, ext3 or ext4 filesystem (with size)"
1445 msgstr "ext2/ext3 फाइलसिस्टम का आकार बदलें"
1446
1447 #: fish/cmds.c:2843
1448 msgid "remove a file"
1449 msgstr "फाइल हटाएँ"
1450
1451 #: fish/cmds.c:2844
1452 msgid "remove a file or directory recursively"
1453 msgstr "फाइल या निर्देशिका बारी बारी से हटाएँ"
1454
1455 #: fish/cmds.c:2845
1456 msgid "remove a directory"
1457 msgstr "निर्देशिका हटाएँ"
1458
1459 #: fish/cmds.c:2846
1460 msgid "remove a mountpoint"
1461 msgstr "माउंट प्वाइंट हटाएँ"
1462
1463 #: fish/cmds.c:2847
1464 msgid "scrub (securely wipe) a device"
1465 msgstr "scrub (securely wipe) युक्ति"
1466
1467 #: fish/cmds.c:2848
1468 msgid "scrub (securely wipe) a file"
1469 msgstr "फाइल स्क्रब करें"
1470
1471 #: fish/cmds.c:2849
1472 msgid "scrub (securely wipe) free space"
1473 msgstr "मुक्त स्थान को साफ करें"
1474
1475 #: fish/cmds.c:2850
1476 msgid "add options to kernel command line"
1477 msgstr "कर्नेल कमांड लाइन में विकल्प जोड़ें"
1478
1479 #: fish/cmds.c:2851
1480 #, fuzzy
1481 msgid "set the attach method"
1482 msgstr "खोज पथ सेट करें"
1483
1484 #: fish/cmds.c:2852
1485 msgid "set autosync mode"
1486 msgstr "autosync विधि सेट करें"
1487
1488 #: fish/cmds.c:2853
1489 msgid "enable or disable direct appliance mode"
1490 msgstr "सीधा एप्लायंस विधि को सक्रिय या निष्क्रय करें"
1491
1492 #: fish/cmds.c:2854
1493 msgid "set the ext2/3/4 filesystem label"
1494 msgstr "ext2/3/4 फाइल सिस्टम ਲੇਬਲ सेट करें"
1495
1496 #: fish/cmds.c:2855
1497 msgid "set the ext2/3/4 filesystem UUID"
1498 msgstr "ext2/3/4 फाइल सिस्टम UUID सेट करें"
1499
1500 #: fish/cmds.c:2856
1501 msgid "set memory allocated to the qemu subprocess"
1502 msgstr "qemu उपप्रक्रिया में आबंटित स्मृति सेट करें"
1503
1504 #: fish/cmds.c:2857
1505 msgid "set enable network flag"
1506 msgstr ""
1507
1508 #: fish/cmds.c:2858
1509 msgid "set the search path"
1510 msgstr "खोज पथ सेट करें"
1511
1512 #: fish/cmds.c:2859
1513 msgid "set the qemu binary"
1514 msgstr "emu द्विपदीय सेट करें"
1515
1516 #: fish/cmds.c:2860
1517 msgid "enable or disable the recovery process"
1518 msgstr "प्राप्ति प्रक्रिया को सक्रिय या निष्क्रिय करें"
1519
1520 #: fish/cmds.c:2861
1521 msgid "set SELinux enabled or disabled at appliance boot"
1522 msgstr "SELinux को एप्लायंस बूट पर सक्रिय या निष्क्रिय करें"
1523
1524 #: fish/cmds.c:2862
1525 msgid "enable or disable command traces"
1526 msgstr "कमांड ट्रैस को सक्रिय या निष्क्रिय करें"
1527
1528 #: fish/cmds.c:2863
1529 msgid "set verbose mode"
1530 msgstr "वर्बोस विधि सेट करें"
1531
1532 #: fish/cmds.c:2864
1533 msgid "set SELinux security context"
1534 msgstr "SELinux सुरक्षा संदर्भ सेट करें"
1535
1536 #: fish/cmds.c:2866 fish/cmds.c:2867
1537 msgid "create partitions on a block device"
1538 msgstr "खंड युक्ति पर विभाजन बनाएँ"
1539
1540 #: fish/cmds.c:2868
1541 msgid "modify a single partition on a block device"
1542 msgstr "खंड युक्ति पर एक विभाजन रूपांतरित करें"
1543
1544 #: fish/cmds.c:2869
1545 msgid "display the disk geometry from the partition table"
1546 msgstr "डिस्क ज्यामिती को विभाजन सारणी से दिखाएँ"
1547
1548 #: fish/cmds.c:2870
1549 msgid "display the kernel geometry"
1550 msgstr "कर्नेल ज्यामिति को दिखाएँ"
1551
1552 #: fish/cmds.c:2871
1553 msgid "display the partition table"
1554 msgstr "विभाजन सारणी को दिखाएँ"
1555
1556 #: fish/cmds.c:2872
1557 msgid "run a command via the shell"
1558 msgstr "शेल से होकर कमांड चलाएँ"
1559
1560 #: fish/cmds.c:2873
1561 msgid "run a command via the shell returning lines"
1562 msgstr "शेल वापसी पंक्ति से कमांड चलाएँ"
1563
1564 #: fish/cmds.c:2874
1565 msgid "sleep for some seconds"
1566 msgstr "कुछ सेकेंड के लिए स्लीप करें"
1567
1568 #: fish/cmds.c:2875
1569 #, fuzzy
1570 msgid "create a sparse disk image and add"
1571 msgstr "तनु छवि फाइल आबंटित करें"
1572
1573 #: fish/cmds.c:2876
1574 msgid "get file information"
1575 msgstr "फाइल सूचना पाएँ"
1576
1577 #: fish/cmds.c:2877
1578 msgid "get file system statistics"
1579 msgstr "फाइल सिस्टम सांख्यिकी पाएँ"
1580
1581 #: fish/cmds.c:2878 fish/cmds.c:2879
1582 msgid "print the printable strings in a file"
1583 msgstr "फाइल में छपने योग्य स्ट्रिंग छापें"
1584
1585 #: fish/cmds.c:2880
1586 #, fuzzy
1587 msgid "list supported groups of commands"
1588 msgstr "कमांड को स्वीकार करने के लिए तैयार है"
1589
1590 #: fish/cmds.c:2881
1591 msgid "disable swap on device"
1592 msgstr "युक्ति पर स्वैप निष्क्रिय करें"
1593
1594 #: fish/cmds.c:2882
1595 msgid "disable swap on file"
1596 msgstr "फाइल पर स्वैप निष्क्रिय करें"
1597
1598 #: fish/cmds.c:2883
1599 msgid "disable swap on labeled swap partition"
1600 msgstr "लेबल स्वैप विभाजन पर स्वैप निष्क्रिय करें"
1601
1602 #: fish/cmds.c:2884
1603 msgid "disable swap on swap partition by UUID"
1604 msgstr "UUID के द्वारा स्वैप विभाजन पर स्वैप निष्क्रिय करें"
1605
1606 #: fish/cmds.c:2885
1607 msgid "enable swap on device"
1608 msgstr "युक्ति पर स्वैप सक्रिय करें"
1609
1610 #: fish/cmds.c:2886
1611 msgid "enable swap on file"
1612 msgstr "फाइल पर स्वैप सक्रिय करें"
1613
1614 #: fish/cmds.c:2887
1615 msgid "enable swap on labeled swap partition"
1616 msgstr "लेबल स्वैप विभाजन पर स्वैप सक्रिय करें"
1617
1618 #: fish/cmds.c:2888
1619 msgid "enable swap on swap partition by UUID"
1620 msgstr "UUID के द्वारा स्वैप विभाजन पर स्वैप सक्रिय करें"
1621
1622 #: fish/cmds.c:2889
1623 msgid "sync disks, writes are flushed through to the disk image"
1624 msgstr "डिस्क तुल्यकालित करें, डिस्क छवि में फ्लश किया जाता है"
1625
1626 #: fish/cmds.c:2890
1627 msgid "return last 10 lines of a file"
1628 msgstr "फाइल का अंतिम 10 पंक्ति वापस करें"
1629
1630 #: fish/cmds.c:2891
1631 msgid "return last N lines of a file"
1632 msgstr "फाइल अंतिम N पंक्ति वापस करें"
1633
1634 #: fish/cmds.c:2892
1635 msgid "unpack tarfile to directory"
1636 msgstr "tarfile को निर्देशिका में खोलें"
1637
1638 #: fish/cmds.c:2893
1639 msgid "pack directory into tarfile"
1640 msgstr "निर्देशिका को tarfile में पैक करें"
1641
1642 #: fish/cmds.c:2894 fish/cmds.c:2901
1643 msgid "unpack compressed tarball to directory"
1644 msgstr "संकुचित tarball को निर्देशिका में खोलें"
1645
1646 #: fish/cmds.c:2895 fish/cmds.c:2902
1647 msgid "pack directory into compressed tarball"
1648 msgstr "निर्देशिका को संकुचित tarball में पैक करें"
1649
1650 #: fish/cmds.c:2896
1651 #, fuzzy
1652 msgid "print elapsed time taken to run a command"
1653 msgstr "कमांड चलाने के लिए लिया गया समय"
1654
1655 #: fish/cmds.c:2897
1656 msgid "update file timestamps or create a new file"
1657 msgstr "फाइल टाइमस्टैंप अपडेट करें या नया फाइल बनाएँ"
1658
1659 #: fish/cmds.c:2898
1660 msgid "truncate a file to zero size"
1661 msgstr "फाइल को शून्य आकार में काटें"
1662
1663 #: fish/cmds.c:2899
1664 msgid "truncate a file to a particular size"
1665 msgstr "फाइल को किसी खास आकार में काटें"
1666
1667 #: fish/cmds.c:2900
1668 msgid "get ext2/ext3/ext4 superblock details"
1669 msgstr "ext2/ext3/ext4 सुपरब्लॉक विवरण"
1670
1671 #: fish/cmds.c:2903
1672 msgid "set file mode creation mask (umask)"
1673 msgstr "फाइल मोड निर्माण मास्क (umask) सेट करें"
1674
1675 #: fish/cmds.c:2904
1676 msgid "unmount a filesystem"
1677 msgstr "किसी फाइल सिस्टम अनारोहित करें"
1678
1679 #: fish/cmds.c:2905
1680 msgid "unmount all filesystems"
1681 msgstr "सभी फाइल सिस्टम अनारोहित करें"
1682
1683 #: fish/cmds.c:2906
1684 msgid "upload a file from the local machine"
1685 msgstr "स्थानीय मशीन मसे फाइल अपलोड करें"
1686
1687 #: fish/cmds.c:2907
1688 #, fuzzy
1689 msgid "upload a file from the local machine with offset"
1690 msgstr "स्थानीय मशीन मसे फाइल अपलोड करें"
1691
1692 #: fish/cmds.c:2908
1693 msgid "set timestamp of a file with nanosecond precision"
1694 msgstr "फाइल का टाइमस्टैंप को nanosecond शुद्धता से सेट करें"
1695
1696 #: fish/cmds.c:2909
1697 msgid "get the library version number"
1698 msgstr "लाइब्रेरी संस्करण संख्या पाएँ"
1699
1700 #: fish/cmds.c:2910
1701 #, fuzzy
1702 msgid "get the filesystem label"
1703 msgstr "ext2/3/4 फाइलसिस्टम लेबल पाएँ"
1704
1705 #: fish/cmds.c:2911
1706 msgid "get the Linux VFS type corresponding to a mounted device"
1707 msgstr "Linux VFS प्रकार किसी आरोहित युक्ति के अऩुरूप पाएँ"
1708
1709 #: fish/cmds.c:2912
1710 #, fuzzy
1711 msgid "get the filesystem UUID"
1712 msgstr "ext2/3/4 फाइलसिस्टम UUID पाएँ"
1713
1714 #: fish/cmds.c:2913
1715 msgid "activate or deactivate some volume groups"
1716 msgstr "कुछ वाल्यूम समूह सक्रिय या निष्क्रिय करें"
1717
1718 #: fish/cmds.c:2914
1719 msgid "activate or deactivate all volume groups"
1720 msgstr "सभी वाल्यूम समूह सक्रिय या निष्क्रिय करें"
1721
1722 #: fish/cmds.c:2915
1723 msgid "create an LVM volume group"
1724 msgstr "LVM वॉल्यूम समूह बनाएँ"
1725
1726 #: fish/cmds.c:2916
1727 msgid "get the LV UUIDs of all LVs in the volume group"
1728 msgstr ""
1729
1730 #: fish/cmds.c:2917
1731 msgid "get the PV UUIDs containing the volume group"
1732 msgstr ""
1733
1734 #: fish/cmds.c:2918
1735 msgid "remove an LVM volume group"
1736 msgstr "LVM वाल्यूम समूह हटाएँ"
1737
1738 #: fish/cmds.c:2919
1739 msgid "rename an LVM volume group"
1740 msgstr "LVM वॉल्यूम समूह का नाम बदलें"
1741
1742 #: fish/cmds.c:2920 fish/cmds.c:2921
1743 msgid "list the LVM volume groups (VGs)"
1744 msgstr "LVM वाल्यूम समूह (VGs) सूचीबद्ध करें"
1745
1746 #: fish/cmds.c:2922
1747 msgid "rescan for LVM physical volumes, volume groups and logical volumes"
1748 msgstr ""
1749
1750 #: fish/cmds.c:2923
1751 #, fuzzy
1752 msgid "get the UUID of a volume group"
1753 msgstr "LVM वॉल्यूम समूह बनाएँ"
1754
1755 #: fish/cmds.c:2924
1756 msgid "count characters in a file"
1757 msgstr "फाइल में वर्ण गिनती करें"
1758
1759 #: fish/cmds.c:2925
1760 msgid "count lines in a file"
1761 msgstr "फाइल में पंक्ति गिनती करें"
1762
1763 #: fish/cmds.c:2926
1764 msgid "count words in a file"
1765 msgstr "फाइल में शब्द गिनती करें"
1766
1767 #: fish/cmds.c:2927
1768 #, fuzzy
1769 msgid "create a new file"
1770 msgstr "फाइल बनाएँ"
1771
1772 #: fish/cmds.c:2928
1773 msgid "create a file"
1774 msgstr "फाइल बनाएँ"
1775
1776 #: fish/cmds.c:2931
1777 msgid "write zeroes to the device"
1778 msgstr "युक्ति में शून्य लिखें"
1779
1780 #: fish/cmds.c:2932
1781 #, fuzzy
1782 msgid "write zeroes to an entire device"
1783 msgstr "युक्ति में शून्य लिखें"
1784
1785 #: fish/cmds.c:2933
1786 msgid "zero unused inodes and disk blocks on ext2/3 filesystem"
1787 msgstr "ext2/3 फाइल सिस्टम पर अप्रयुक्त inodes और डिस्क खंड शून्य करें"
1788
1789 #: fish/cmds.c:2936
1790 msgid "determine file type inside a compressed file"
1791 msgstr "संकुचित फाइल अंदर फाइल प्रकार निर्धारित करें"
1792
1793 #: fish/cmds.c:2939
1794 msgid "Use -h <cmd> / help <cmd> to show detailed help for a command."
1795 msgstr "-h <cmd> / help <cmd> का उपयोग कमांड के लिए विस्तृत मदद दिखाने के लिए करें."
1796
1797 #: fish/cmds.c:3257 fish/cmds.c:3271 fish/cmds.c:3287 fish/cmds.c:3304
1798 #: fish/cmds.c:3321 fish/cmds.c:3339 fish/cmds.c:3358 fish/cmds.c:3374
1799 #: fish/cmds.c:3392 fish/cmds.c:3408 fish/cmds.c:3426 fish/cmds.c:3442
1800 #: fish/cmds.c:3459 fish/cmds.c:3474 fish/cmds.c:3492 fish/cmds.c:3507
1801 #: fish/cmds.c:3523 fish/cmds.c:3539 fish/cmds.c:3555 fish/cmds.c:3571
1802 #: fish/cmds.c:3587 fish/cmds.c:3605 fish/cmds.c:3638 fish/cmds.c:3654
1803 #: fish/cmds.c:3670 fish/cmds.c:3689 fish/cmds.c:3704 fish/cmds.c:3722
1804 #: fish/cmds.c:3737 fish/cmds.c:3755 fish/cmds.c:3770 fish/cmds.c:3788
1805 #: fish/cmds.c:3803 fish/cmds.c:3822 fish/cmds.c:3841 fish/cmds.c:3859
1806 #: fish/cmds.c:3879 fish/cmds.c:3898 fish/cmds.c:3918 fish/cmds.c:3938
1807 #: fish/cmds.c:3958 fish/cmds.c:3977 fish/cmds.c:3996 fish/cmds.c:4016
1808 #: fish/cmds.c:4036 fish/cmds.c:4056 fish/cmds.c:4071 fish/cmds.c:4087
1809 #: fish/cmds.c:4159 fish/cmds.c:4177 fish/cmds.c:4194 fish/cmds.c:4278
1810 #: fish/cmds.c:4298 fish/cmds.c:4318 fish/cmds.c:4338 fish/cmds.c:4358
1811 #: fish/cmds.c:4378 fish/cmds.c:4397 fish/cmds.c:4416 fish/cmds.c:4435
1812 #: fish/cmds.c:4450 fish/cmds.c:4469 fish/cmds.c:4489 fish/cmds.c:4509
1813 #: fish/cmds.c:4530 fish/cmds.c:4546 fish/cmds.c:4562 fish/cmds.c:4581
1814 #: fish/cmds.c:4603 fish/cmds.c:4625 fish/cmds.c:4645 fish/cmds.c:4662
1815 #: fish/cmds.c:4679 fish/cmds.c:4696 fish/cmds.c:4713 fish/cmds.c:4730
1816 #: fish/cmds.c:4747 fish/cmds.c:4764 fish/cmds.c:4783 fish/cmds.c:4806
1817 #: fish/cmds.c:4842 fish/cmds.c:4859 fish/cmds.c:4882 fish/cmds.c:4904
1818 #: fish/cmds.c:4925 fish/cmds.c:4945 fish/cmds.c:4964 fish/cmds.c:4984
1819 #: fish/cmds.c:5002 fish/cmds.c:5020 fish/cmds.c:5034 fish/cmds.c:5050
1820 #: fish/cmds.c:5070 fish/cmds.c:5089 fish/cmds.c:5108 fish/cmds.c:5127
1821 #: fish/cmds.c:5146 fish/cmds.c:5166 fish/cmds.c:5206 fish/cmds.c:5263
1822 #: fish/cmds.c:5284 fish/cmds.c:5305 fish/cmds.c:5326 fish/cmds.c:5344
1823 #: fish/cmds.c:5366 fish/cmds.c:5404 fish/cmds.c:5426 fish/cmds.c:5505
1824 #: fish/cmds.c:5544 fish/cmds.c:5559 fish/cmds.c:5576 fish/cmds.c:5590
1825 #: fish/cmds.c:5606 fish/cmds.c:5628 fish/cmds.c:5650 fish/cmds.c:5672
1826 #: fish/cmds.c:5694 fish/cmds.c:5716 fish/cmds.c:5738 fish/cmds.c:5758
1827 #: fish/cmds.c:5775 fish/cmds.c:5792 fish/cmds.c:5811 fish/cmds.c:5830
1828 #: fish/cmds.c:5850 fish/cmds.c:5886 fish/cmds.c:5905 fish/cmds.c:5924
1829 #: fish/cmds.c:5941 fish/cmds.c:5959 fish/cmds.c:5982 fish/cmds.c:6005
1830 #: fish/cmds.c:6029 fish/cmds.c:6052 fish/cmds.c:6073 fish/cmds.c:6096
1831 #: fish/cmds.c:6119 fish/cmds.c:6139 fish/cmds.c:6161 fish/cmds.c:6182
1832 #: fish/cmds.c:6205 fish/cmds.c:6222 fish/cmds.c:6239 fish/cmds.c:6257
1833 #: fish/cmds.c:6275 fish/cmds.c:6296 fish/cmds.c:6314 fish/cmds.c:6335
1834 #: fish/cmds.c:6355 fish/cmds.c:6373 fish/cmds.c:6394 fish/cmds.c:6417
1835 #: fish/cmds.c:6440 fish/cmds.c:6462 fish/cmds.c:6495 fish/cmds.c:6512
1836 #: fish/cmds.c:6529 fish/cmds.c:6553 fish/cmds.c:6576 fish/cmds.c:6599
1837 #: fish/cmds.c:6621 fish/cmds.c:6638 fish/cmds.c:6660 fish/cmds.c:6754
1838 #: fish/cmds.c:6774 fish/cmds.c:6794 fish/cmds.c:6814 fish/cmds.c:6832
1839 #: fish/cmds.c:6853 fish/cmds.c:6889 fish/cmds.c:6906 fish/cmds.c:6928
1840 #: fish/cmds.c:6945 fish/cmds.c:6981 fish/cmds.c:7001 fish/cmds.c:7021
1841 #: fish/cmds.c:7041 fish/cmds.c:7063 fish/cmds.c:7080 fish/cmds.c:7099
1842 #: fish/cmds.c:7118 fish/cmds.c:7140 fish/cmds.c:7161 fish/cmds.c:7182
1843 #: fish/cmds.c:7203 fish/cmds.c:7226 fish/cmds.c:7267 fish/cmds.c:7290
1844 #: fish/cmds.c:7329 fish/cmds.c:7346 fish/cmds.c:7365 fish/cmds.c:7386
1845 #: fish/cmds.c:7409 fish/cmds.c:7431 fish/cmds.c:7449 fish/cmds.c:7468
1846 #: fish/cmds.c:7489 fish/cmds.c:7566 fish/cmds.c:7607 fish/cmds.c:7686
1847 #: fish/cmds.c:7762 fish/cmds.c:7799 fish/cmds.c:7822 fish/cmds.c:7843
1848 #: fish/cmds.c:7866 fish/cmds.c:7888 fish/cmds.c:7913 fish/cmds.c:7956
1849 #: fish/cmds.c:7997 fish/cmds.c:8018 fish/cmds.c:8036 fish/cmds.c:8055
1850 #: fish/cmds.c:8072 fish/cmds.c:8090 fish/cmds.c:8117 fish/cmds.c:8141
1851 #: fish/cmds.c:8165 fish/cmds.c:8189 fish/cmds.c:8213 fish/cmds.c:8237
1852 #: fish/cmds.c:8261 fish/cmds.c:8285 fish/cmds.c:8309 fish/cmds.c:8333
1853 #: fish/cmds.c:8357 fish/cmds.c:8381 fish/cmds.c:8404 fish/cmds.c:8427
1854 #: fish/cmds.c:8448 fish/cmds.c:8469 fish/cmds.c:8490 fish/cmds.c:8510
1855 #: fish/cmds.c:8533 fish/cmds.c:8571 fish/cmds.c:8588 fish/cmds.c:8605
1856 #: fish/cmds.c:8624 fish/cmds.c:8643 fish/cmds.c:8660 fish/cmds.c:8677
1857 #: fish/cmds.c:8694 fish/cmds.c:8711 fish/cmds.c:8730 fish/cmds.c:8766
1858 #: fish/cmds.c:8806 fish/cmds.c:8839 fish/cmds.c:8856 fish/cmds.c:8873
1859 #: fish/cmds.c:8889 fish/cmds.c:8904 fish/cmds.c:8925 fish/cmds.c:8963
1860 #: fish/cmds.c:9001 fish/cmds.c:9040 fish/cmds.c:9080 fish/cmds.c:9121
1861 #: fish/cmds.c:9162 fish/cmds.c:9200 fish/cmds.c:9217 fish/cmds.c:9240
1862 #: fish/cmds.c:9262 fish/cmds.c:9284 fish/cmds.c:9304 fish/cmds.c:9324
1863 #: fish/cmds.c:9360 fish/cmds.c:9432 fish/cmds.c:9472 fish/cmds.c:9530
1864 #: fish/cmds.c:9556 fish/cmds.c:9582 fish/cmds.c:9610 fish/cmds.c:9669
1865 #: fish/cmds.c:9690 fish/cmds.c:9735 fish/cmds.c:9755 fish/cmds.c:9794
1866 #: fish/cmds.c:9831 fish/cmds.c:9851 fish/cmds.c:9873 fish/cmds.c:9930
1867 #: fish/cmds.c:9950 fish/cmds.c:9972 fish/cmds.c:9994 fish/cmds.c:10013
1868 #: fish/cmds.c:10033 fish/cmds.c:10060 fish/cmds.c:10080 fish/cmds.c:10100
1869 #: fish/cmds.c:10120 fish/cmds.c:10140 fish/cmds.c:10162 fish/cmds.c:10197
1870 #: fish/cmds.c:10215 fish/cmds.c:10238 fish/cmds.c:10260 fish/cmds.c:10275
1871 #: fish/cmds.c:10292 fish/cmds.c:10329 fish/cmds.c:10368 fish/cmds.c:10408
1872 #: fish/cmds.c:10464 fish/cmds.c:10486 fish/cmds.c:10522 fish/cmds.c:10537
1873 #: fish/cmds.c:10557 fish/cmds.c:10597 fish/cmds.c:10620 fish/cmds.c:10644
1874 #: fish/cmds.c:10669 fish/cmds.c:10710 fish/cmds.c:10735 fish/cmds.c:10773
1875 #: fish/cmds.c:10804 fish/cmds.c:10835 fish/cmds.c:10863 fish/cmds.c:10883
1876 #: fish/cmds.c:10915 fish/cmds.c:10935 fish/cmds.c:10955 fish/cmds.c:10972
1877 #: fish/cmds.c:10990 fish/cmds.c:11013 fish/cmds.c:11034 fish/cmds.c:11053
1878 #: fish/cmds.c:11095 fish/cmds.c:11138 fish/cmds.c:11182 fish/cmds.c:11221
1879 #: fish/cmds.c:11240 fish/cmds.c:11260 fish/cmds.c:11280 fish/cmds.c:11301
1880 #: fish/cmds.c:11322 fish/cmds.c:11343 fish/cmds.c:11364 fish/cmds.c:11385
1881 #: fish/cmds.c:11407 fish/cmds.c:11445 fish/cmds.c:11496 fish/cmds.c:11534
1882 #: fish/cmds.c:11590 fish/cmds.c:11680 fish/cmds.c:11709 fish/cmds.c:11736
1883 #: fish/cmds.c:11753 fish/cmds.c:11774
1884 #, c-format
1885 msgid "%s should have %d parameter(s)\n"
1886 msgstr "%s के पास %d पैरामीटर होना चाहिए\n"
1887
1888 #: fish/cmds.c:3258 fish/cmds.c:3272 fish/cmds.c:3288 fish/cmds.c:3305
1889 #: fish/cmds.c:3322 fish/cmds.c:3340 fish/cmds.c:3359 fish/cmds.c:3375
1890 #: fish/cmds.c:3393 fish/cmds.c:3409 fish/cmds.c:3427 fish/cmds.c:3443
1891 #: fish/cmds.c:3460 fish/cmds.c:3475 fish/cmds.c:3493 fish/cmds.c:3508
1892 #: fish/cmds.c:3524 fish/cmds.c:3540 fish/cmds.c:3556 fish/cmds.c:3572
1893 #: fish/cmds.c:3588 fish/cmds.c:3606 fish/cmds.c:3639 fish/cmds.c:3655
1894 #: fish/cmds.c:3671 fish/cmds.c:3690 fish/cmds.c:3705 fish/cmds.c:3723
1895 #: fish/cmds.c:3738 fish/cmds.c:3756 fish/cmds.c:3771 fish/cmds.c:3789
1896 #: fish/cmds.c:3804 fish/cmds.c:3823 fish/cmds.c:3842 fish/cmds.c:3860
1897 #: fish/cmds.c:3880 fish/cmds.c:3899 fish/cmds.c:3919 fish/cmds.c:3939
1898 #: fish/cmds.c:3959 fish/cmds.c:3978 fish/cmds.c:3997 fish/cmds.c:4017
1899 #: fish/cmds.c:4037 fish/cmds.c:4057 fish/cmds.c:4072 fish/cmds.c:4088
1900 #: fish/cmds.c:4109 fish/cmds.c:4160 fish/cmds.c:4178 fish/cmds.c:4195
1901 #: fish/cmds.c:4216 fish/cmds.c:4279 fish/cmds.c:4299 fish/cmds.c:4319
1902 #: fish/cmds.c:4339 fish/cmds.c:4359 fish/cmds.c:4379 fish/cmds.c:4398
1903 #: fish/cmds.c:4417 fish/cmds.c:4436 fish/cmds.c:4451 fish/cmds.c:4470
1904 #: fish/cmds.c:4490 fish/cmds.c:4510 fish/cmds.c:4531 fish/cmds.c:4547
1905 #: fish/cmds.c:4563 fish/cmds.c:4582 fish/cmds.c:4604 fish/cmds.c:4626
1906 #: fish/cmds.c:4646 fish/cmds.c:4663 fish/cmds.c:4680 fish/cmds.c:4697
1907 #: fish/cmds.c:4714 fish/cmds.c:4731 fish/cmds.c:4748 fish/cmds.c:4765
1908 #: fish/cmds.c:4784 fish/cmds.c:4807 fish/cmds.c:4843 fish/cmds.c:4860
1909 #: fish/cmds.c:4883 fish/cmds.c:4905 fish/cmds.c:4926 fish/cmds.c:4946
1910 #: fish/cmds.c:4965 fish/cmds.c:4985 fish/cmds.c:5003 fish/cmds.c:5021
1911 #: fish/cmds.c:5035 fish/cmds.c:5051 fish/cmds.c:5071 fish/cmds.c:5090
1912 #: fish/cmds.c:5109 fish/cmds.c:5128 fish/cmds.c:5147 fish/cmds.c:5167
1913 #: fish/cmds.c:5207 fish/cmds.c:5264 fish/cmds.c:5285 fish/cmds.c:5306
1914 #: fish/cmds.c:5327 fish/cmds.c:5345 fish/cmds.c:5367 fish/cmds.c:5405
1915 #: fish/cmds.c:5427 fish/cmds.c:5506 fish/cmds.c:5545 fish/cmds.c:5560
1916 #: fish/cmds.c:5577 fish/cmds.c:5591 fish/cmds.c:5607 fish/cmds.c:5629
1917 #: fish/cmds.c:5651 fish/cmds.c:5673 fish/cmds.c:5695 fish/cmds.c:5717
1918 #: fish/cmds.c:5739 fish/cmds.c:5759 fish/cmds.c:5776 fish/cmds.c:5793
1919 #: fish/cmds.c:5812 fish/cmds.c:5831 fish/cmds.c:5851 fish/cmds.c:5887
1920 #: fish/cmds.c:5906 fish/cmds.c:5925 fish/cmds.c:5942 fish/cmds.c:5960
1921 #: fish/cmds.c:5983 fish/cmds.c:6006 fish/cmds.c:6030 fish/cmds.c:6053
1922 #: fish/cmds.c:6074 fish/cmds.c:6097 fish/cmds.c:6120 fish/cmds.c:6140
1923 #: fish/cmds.c:6162 fish/cmds.c:6183 fish/cmds.c:6206 fish/cmds.c:6223
1924 #: fish/cmds.c:6240 fish/cmds.c:6258 fish/cmds.c:6276 fish/cmds.c:6297
1925 #: fish/cmds.c:6315 fish/cmds.c:6336 fish/cmds.c:6356 fish/cmds.c:6374
1926 #: fish/cmds.c:6395 fish/cmds.c:6418 fish/cmds.c:6441 fish/cmds.c:6463
1927 #: fish/cmds.c:6496 fish/cmds.c:6513 fish/cmds.c:6530 fish/cmds.c:6554
1928 #: fish/cmds.c:6577 fish/cmds.c:6600 fish/cmds.c:6622 fish/cmds.c:6639
1929 #: fish/cmds.c:6661 fish/cmds.c:6755 fish/cmds.c:6775 fish/cmds.c:6795
1930 #: fish/cmds.c:6815 fish/cmds.c:6833 fish/cmds.c:6854 fish/cmds.c:6890
1931 #: fish/cmds.c:6907 fish/cmds.c:6929 fish/cmds.c:6946 fish/cmds.c:6982
1932 #: fish/cmds.c:7002 fish/cmds.c:7022 fish/cmds.c:7042 fish/cmds.c:7064
1933 #: fish/cmds.c:7081 fish/cmds.c:7100 fish/cmds.c:7119 fish/cmds.c:7141
1934 #: fish/cmds.c:7162 fish/cmds.c:7183 fish/cmds.c:7204 fish/cmds.c:7227
1935 #: fish/cmds.c:7268 fish/cmds.c:7291 fish/cmds.c:7330 fish/cmds.c:7347
1936 #: fish/cmds.c:7366 fish/cmds.c:7387 fish/cmds.c:7410 fish/cmds.c:7432
1937 #: fish/cmds.c:7450 fish/cmds.c:7469 fish/cmds.c:7490 fish/cmds.c:7567
1938 #: fish/cmds.c:7608 fish/cmds.c:7687 fish/cmds.c:7763 fish/cmds.c:7800
1939 #: fish/cmds.c:7823 fish/cmds.c:7844 fish/cmds.c:7867 fish/cmds.c:7889
1940 #: fish/cmds.c:7914 fish/cmds.c:7957 fish/cmds.c:7998 fish/cmds.c:8019
1941 #: fish/cmds.c:8037 fish/cmds.c:8056 fish/cmds.c:8073 fish/cmds.c:8091
1942 #: fish/cmds.c:8118 fish/cmds.c:8142 fish/cmds.c:8166 fish/cmds.c:8190
1943 #: fish/cmds.c:8214 fish/cmds.c:8238 fish/cmds.c:8262 fish/cmds.c:8286
1944 #: fish/cmds.c:8310 fish/cmds.c:8334 fish/cmds.c:8358 fish/cmds.c:8382
1945 #: fish/cmds.c:8405 fish/cmds.c:8428 fish/cmds.c:8449 fish/cmds.c:8470
1946 #: fish/cmds.c:8491 fish/cmds.c:8511 fish/cmds.c:8534 fish/cmds.c:8572
1947 #: fish/cmds.c:8589 fish/cmds.c:8606 fish/cmds.c:8625 fish/cmds.c:8644
1948 #: fish/cmds.c:8661 fish/cmds.c:8678 fish/cmds.c:8695 fish/cmds.c:8712
1949 #: fish/cmds.c:8731 fish/cmds.c:8767 fish/cmds.c:8807 fish/cmds.c:8840
1950 #: fish/cmds.c:8857 fish/cmds.c:8874 fish/cmds.c:8890 fish/cmds.c:8905
1951 #: fish/cmds.c:8926 fish/cmds.c:8964 fish/cmds.c:9002 fish/cmds.c:9041
1952 #: fish/cmds.c:9081 fish/cmds.c:9122 fish/cmds.c:9163 fish/cmds.c:9201
1953 #: fish/cmds.c:9218 fish/cmds.c:9241 fish/cmds.c:9263 fish/cmds.c:9285
1954 #: fish/cmds.c:9305 fish/cmds.c:9325 fish/cmds.c:9361 fish/cmds.c:9433
1955 #: fish/cmds.c:9473 fish/cmds.c:9531 fish/cmds.c:9557 fish/cmds.c:9583
1956 #: fish/cmds.c:9611 fish/cmds.c:9670 fish/cmds.c:9691 fish/cmds.c:9736
1957 #: fish/cmds.c:9756 fish/cmds.c:9795 fish/cmds.c:9832 fish/cmds.c:9852
1958 #: fish/cmds.c:9874 fish/cmds.c:9931 fish/cmds.c:9951 fish/cmds.c:9973
1959 #: fish/cmds.c:9995 fish/cmds.c:10014 fish/cmds.c:10034 fish/cmds.c:10061
1960 #: fish/cmds.c:10081 fish/cmds.c:10101 fish/cmds.c:10121 fish/cmds.c:10141
1961 #: fish/cmds.c:10163 fish/cmds.c:10198 fish/cmds.c:10216 fish/cmds.c:10239
1962 #: fish/cmds.c:10261 fish/cmds.c:10276 fish/cmds.c:10293 fish/cmds.c:10330
1963 #: fish/cmds.c:10369 fish/cmds.c:10409 fish/cmds.c:10465 fish/cmds.c:10487
1964 #: fish/cmds.c:10523 fish/cmds.c:10538 fish/cmds.c:10558 fish/cmds.c:10598
1965 #: fish/cmds.c:10621 fish/cmds.c:10645 fish/cmds.c:10670 fish/cmds.c:10711
1966 #: fish/cmds.c:10736 fish/cmds.c:10774 fish/cmds.c:10805 fish/cmds.c:10836
1967 #: fish/cmds.c:10864 fish/cmds.c:10884 fish/cmds.c:10916 fish/cmds.c:10936
1968 #: fish/cmds.c:10956 fish/cmds.c:10973 fish/cmds.c:10991 fish/cmds.c:11014
1969 #: fish/cmds.c:11035 fish/cmds.c:11054 fish/cmds.c:11096 fish/cmds.c:11139
1970 #: fish/cmds.c:11183 fish/cmds.c:11222 fish/cmds.c:11241 fish/cmds.c:11261
1971 #: fish/cmds.c:11281 fish/cmds.c:11302 fish/cmds.c:11323 fish/cmds.c:11344
1972 #: fish/cmds.c:11365 fish/cmds.c:11386 fish/cmds.c:11408 fish/cmds.c:11446
1973 #: fish/cmds.c:11497 fish/cmds.c:11535 fish/cmds.c:11591 fish/cmds.c:11614
1974 #: fish/cmds.c:11681 fish/cmds.c:11710 fish/cmds.c:11737 fish/cmds.c:11754
1975 #: fish/cmds.c:11775
1976 #, c-format
1977 msgid "type 'help %s' for help on %s\n"
1978 msgstr "'help %s' को %s पर मदद के लिए टाइप करें\n"
1979
1980 #: fish/cmds.c:3616 fish/cmds.c:4819 fish/cmds.c:5177 fish/cmds.c:5217
1981 #: fish/cmds.c:5236 fish/cmds.c:5379 fish/cmds.c:5438 fish/cmds.c:5457
1982 #: fish/cmds.c:5476 fish/cmds.c:5519 fish/cmds.c:5862 fish/cmds.c:6473
1983 #: fish/cmds.c:6672 fish/cmds.c:6691 fish/cmds.c:6710 fish/cmds.c:6729
1984 #: fish/cmds.c:6865 fish/cmds.c:6956 fish/cmds.c:7237 fish/cmds.c:7301
1985 #: fish/cmds.c:7500 fish/cmds.c:7519 fish/cmds.c:7538 fish/cmds.c:7577
1986 #: fish/cmds.c:7618 fish/cmds.c:7637 fish/cmds.c:7656 fish/cmds.c:7697
1987 #: fish/cmds.c:7716 fish/cmds.c:7735 fish/cmds.c:7773 fish/cmds.c:7926
1988 #: fish/cmds.c:7969 fish/cmds.c:8546 fish/cmds.c:8741 fish/cmds.c:8779
1989 #: fish/cmds.c:8817 fish/cmds.c:8937 fish/cmds.c:8974 fish/cmds.c:9012
1990 #: fish/cmds.c:9051 fish/cmds.c:9092 fish/cmds.c:9133 fish/cmds.c:9174
1991 #: fish/cmds.c:9337 fish/cmds.c:9373 fish/cmds.c:9386 fish/cmds.c:9399
1992 #: fish/cmds.c:9412 fish/cmds.c:9445 fish/cmds.c:9483 fish/cmds.c:9502
1993 #: fish/cmds.c:9623 fish/cmds.c:9642 fish/cmds.c:9703 fish/cmds.c:9716
1994 #: fish/cmds.c:9767 fish/cmds.c:9806 fish/cmds.c:9884 fish/cmds.c:9903
1995 #: fish/cmds.c:10177 fish/cmds.c:10304 fish/cmds.c:10341 fish/cmds.c:10380
1996 #: fish/cmds.c:10420 fish/cmds.c:10439 fish/cmds.c:10498 fish/cmds.c:10571
1997 #: fish/cmds.c:10681 fish/cmds.c:10751 fish/cmds.c:10785 fish/cmds.c:10816
1998 #: fish/cmds.c:10847 fish/cmds.c:10896 fish/cmds.c:11067 fish/cmds.c:11109
1999 #: fish/cmds.c:11154 fish/cmds.c:11196 fish/cmds.c:11422 fish/cmds.c:11460
2000 #: fish/cmds.c:11473 fish/cmds.c:11511 fish/cmds.c:11546 fish/cmds.c:11565
2001 #: fish/cmds.c:11632
2002 #, c-format
2003 msgid "%s: %s: invalid integer parameter (%s returned %d)\n"
2004 msgstr "%s: %s: अवैध पूर्णांक पैरामीटर (%s ने %d लौटाया)\n"
2005
2006 #: fish/cmds.c:3622 fish/cmds.c:4825 fish/cmds.c:5183 fish/cmds.c:5223
2007 #: fish/cmds.c:5242 fish/cmds.c:5385 fish/cmds.c:5444 fish/cmds.c:5463
2008 #: fish/cmds.c:5482 fish/cmds.c:5525 fish/cmds.c:5868 fish/cmds.c:6479
2009 #: fish/cmds.c:6678 fish/cmds.c:6697 fish/cmds.c:6716 fish/cmds.c:6735
2010 #: fish/cmds.c:6871 fish/cmds.c:6962 fish/cmds.c:7243 fish/cmds.c:7307
2011 #: fish/cmds.c:7506 fish/cmds.c:7525 fish/cmds.c:7544 fish/cmds.c:7583
2012 #: fish/cmds.c:7624 fish/cmds.c:7643 fish/cmds.c:7662 fish/cmds.c:7703
2013 #: fish/cmds.c:7722 fish/cmds.c:7741 fish/cmds.c:7779 fish/cmds.c:7932
2014 #: fish/cmds.c:7975 fish/cmds.c:8552 fish/cmds.c:8747 fish/cmds.c:8785
2015 #: fish/cmds.c:8823 fish/cmds.c:8943 fish/cmds.c:8980 fish/cmds.c:9018
2016 #: fish/cmds.c:9057 fish/cmds.c:9098 fish/cmds.c:9139 fish/cmds.c:9180
2017 #: fish/cmds.c:9451 fish/cmds.c:9489 fish/cmds.c:9508 fish/cmds.c:9629
2018 #: fish/cmds.c:9773 fish/cmds.c:9812 fish/cmds.c:9890 fish/cmds.c:9909
2019 #: fish/cmds.c:10310 fish/cmds.c:10347 fish/cmds.c:10386 fish/cmds.c:10426
2020 #: fish/cmds.c:10445 fish/cmds.c:10504 fish/cmds.c:10577 fish/cmds.c:10687
2021 #: fish/cmds.c:11073 fish/cmds.c:11115 fish/cmds.c:11160 fish/cmds.c:11202
2022 #: fish/cmds.c:11552 fish/cmds.c:11638
2023 #, c-format
2024 msgid "%s: %s: integer out of range\n"
2025 msgstr "%s: %s: परिसर के बाहर पूर्णांक\n"
2026
2027 #: fish/cmds.c:4108 fish/cmds.c:4215 fish/cmds.c:11613
2028 #, fuzzy, c-format
2029 msgid "%s should have %d-%d parameter(s)\n"
2030 msgstr "%s के पास %d पैरामीटर होना चाहिए\n"
2031
2032 #: fish/cmds.c:4134 fish/cmds.c:4251 fish/cmds.c:11653
2033 #, fuzzy, c-format
2034 msgid "%s: unknown optional argument \"%s\"\n"
2035 msgstr "%s: too many arguments\n"
2036
2037 #: fish/cmds.c:4140 fish/cmds.c:4257 fish/cmds.c:11659
2038 #, fuzzy, c-format
2039 msgid "%s: optional argument \"%s\" given twice\n"
2040 msgstr "%s: too many arguments\n"
2041
2042 #: fish/cmds.c:11794
2043 #, c-format
2044 msgid "%s: unknown command\n"
2045 msgstr "%s: अज्ञात कमांड\n"
2046
2047 #: fish/config.c:74 fish/config.c:113
2048 #, fuzzy, c-format
2049 msgid "%s: %s: line %d: error parsing configuration file: %s\n"
2050 msgstr "%s: internal error parsing string at '%s'\n"
2051
2052 #: fish/copy.c:41
2053 #, c-format
2054 msgid ""
2055 "use 'copy-in <local> [<local>...] <remotedir>' to copy files into the image\n"
2056 msgstr ""
2057
2058 #: fish/copy.c:62
2059 #, fuzzy, c-format
2060 msgid "copy-in: target '%s' is not a directory\n"
2061 msgstr "किसी निर्देशिका में फाइल सूचीबद्ध करें"
2062
2063 #: fish/copy.c:157
2064 #, c-format
2065 msgid "error: argument is zero length or longer than maximum permitted\n"
2066 msgstr ""
2067
2068 #: fish/copy.c:202
2069 #, c-format
2070 msgid ""
2071 "use 'copy-out <remote> [<remote>...] <localdir>' to copy files out of the "
2072 "image\n"
2073 msgstr ""
2074
2075 #: fish/copy.c:213
2076 #, fuzzy, c-format
2077 msgid "copy-out: target '%s' is not a directory\n"
2078 msgstr "किसी निर्देशिका में फाइल सूचीबद्ध करें"
2079
2080 #: fish/copy.c:258
2081 #, fuzzy, c-format
2082 msgid "copy-out: '%s' is not a file or directory\n"
2083 msgstr "कोई फाइल कॉपी करें या कोई निर्देशिका को बारी बारी से"
2084
2085 #: fish/edit.c:45
2086 #, c-format
2087 msgid "use '%s filename' to edit a file\n"
2088 msgstr "किसी फाइल के संपादन के लिए '%s filename' का प्रयोग करें\n"
2089
2090 #: fish/fish.c:100
2091 #, fuzzy, c-format
2092 msgid ""
2093 "%s: guest filesystem shell\n"
2094 "%s lets you edit virtual machine filesystems\n"
2095 "Copyright (C) 2009-2011 Red Hat Inc.\n"
2096 "Usage:\n"
2097 "  %s [--options] cmd [: cmd : cmd ...]\n"
2098 "Options:\n"
2099 "  -h|--cmd-help        List available commands\n"
2100 "  -h|--cmd-help cmd    Display detailed help on 'cmd'\n"
2101 "  -a|--add image       Add image\n"
2102 "  -c|--connect uri     Specify libvirt URI for -d option\n"
2103 "  --csh                Make --listen csh-compatible\n"
2104 "  -d|--domain guest    Add disks from libvirt guest\n"
2105 "  -D|--no-dest-paths   Don't tab-complete paths from guest fs\n"
2106 "  --echo-keys          Don't turn off echo for passphrases\n"
2107 "  -f|--file file       Read commands from file\n"
2108 "  --format[=raw|..]    Force disk format for -a option\n"
2109 "  -i|--inspector       Automatically mount filesystems\n"
2110 "  --keys-from-stdin    Read passphrases from stdin\n"
2111 "  --listen             Listen for remote commands\n"
2112 "  --live               Connect to a live virtual machine\n"
2113 "  -m|--mount dev[:mnt[:opts]] Mount dev on mnt (if omitted, /)\n"
2114 "  -n|--no-sync         Don't autosync\n"
2115 "  -N|--new type        Create prepared disk (test1.img, ...)\n"
2116 "  --progress-bars      Enable progress bars even when not interactive\n"
2117 "  --no-progress-bars   Disable progress bars\n"
2118 "  --remote[=pid]       Send commands to remote %s\n"
2119 "  -r|--ro              Mount read-only\n"
2120 "  --selinux            Enable SELinux support\n"
2121 "  -v|--verbose         Verbose messages\n"
2122 "  -V|--version         Display version and exit\n"
2123 "  -w|--rw              Mount read-write\n"
2124 "  -x                   Echo each command before executing it\n"
2125 "\n"
2126 "To examine a disk image, ISO, hard disk, filesystem etc:\n"
2127 "  %s [--ro|--rw] -i -a /path/to/disk.img\n"
2128 "or\n"
2129 "  %s [--ro|--rw] -i -d name-of-libvirt-domain\n"
2130 "\n"
2131 "--ro recommended to avoid any writes to the disk image.  If -i option fails\n"
2132 "run again without -i and use 'run' + 'list-filesystems' + 'mount' cmds.\n"
2133 "\n"
2134 "For more information, see the manpage %s(1).\n"
2135 msgstr ""
2136 "%s: guest filesystem shell\n"
2137 "%s lets you edit virtual machine filesystems\n"
2138 "Copyright (C) 2009 Red Hat Inc.\n"
2139 "Usage:\n"
2140 "  %s [--options] cmd [: cmd : cmd ...]\n"
2141 "  %s -i libvirt-domain\n"
2142 "  %s -i disk-image(s)\n"
2143 "or for interactive use:\n"
2144 "  %s\n"
2145 "or from a shell script:\n"
2146 "  %s <<EOF\n"
2147 "  cmd\n"
2148 "  ...\n"
2149 "  EOF\n"
2150 "Options:\n"
2151 "  -h|--cmd-help        List available commands\n"
2152 "  -h|--cmd-help cmd    Display detailed help on 'cmd'\n"
2153 "  -a|--add image       Add image\n"
2154 "  -D|--no-dest-paths   Don't tab-complete paths from guest fs\n"
2155 "  -f|--file file       Read commands from file\n"
2156 "  -i|--inspector       Run virt-inspector to get disk mountpoints\n"
2157 "  --listen             Listen for remote commands\n"
2158 "  -m|--mount dev[:mnt] Mount dev on mnt (if omitted, /)\n"
2159 "  -n|--no-sync         Don't autosync\n"
2160 "  --remote[=pid]       Send commands to remote %s\n"
2161 "  -r|--ro              Mount read-only\n"
2162 "  --selinux            Enable SELinux support\n"
2163 "  -v|--verbose         Verbose messages\n"
2164 "  -x                   Echo each command before executing it\n"
2165 "  -V|--version         Display version and exit\n"
2166 "For more information,  see the manpage %s(1).\n"
2167
2168 #: fish/fish.c:243
2169 #, c-format
2170 msgid "%s: --listen=PID: PID was not a number: %s\n"
2171 msgstr "%s: --listen=PID: PID was not a number: %s\n"
2172
2173 #: fish/fish.c:250
2174 #, c-format
2175 msgid ""
2176 "%s: remote: $GUESTFISH_PID must be set to the PID of the remote process\n"
2177 msgstr ""
2178 "%s: remote: $GUESTFISH_PID must be set to the PID of the remote process\n"
2179
2180 #: fish/fish.c:300
2181 #, c-format
2182 msgid "%s: only one -f parameter can be given\n"
2183 msgstr "%s: only one -f parameter can be given\n"
2184
2185 #: fish/fish.c:455
2186 #, c-format
2187 msgid "%s: cannot use --listen and --remote options at the same time\n"
2188 msgstr "%s: cannot use --listen and --remote options at the same time\n"
2189
2190 #: fish/fish.c:463
2191 #, c-format
2192 msgid "%s: extra parameters on the command line with --listen flag\n"
2193 msgstr "%s: extra parameters on the command line with --listen flag\n"
2194
2195 #: fish/fish.c:469
2196 #, c-format
2197 msgid "%s: cannot use --listen and --file options at the same time\n"
2198 msgstr "%s: cannot use --listen and --file options at the same time\n"
2199
2200 #: fish/fish.c:527
2201 #, c-format
2202 msgid "guestfish: could not access termcap or terminfo database.\n"
2203 msgstr ""
2204
2205 #: fish/fish.c:531
2206 #, c-format
2207 msgid "guestfish: terminal type \"%s\" not defined.\n"
2208 msgstr ""
2209
2210 #: fish/fish.c:619
2211 #, fuzzy, c-format
2212 msgid ""
2213 "\n"
2214 "Welcome to guestfish, the libguestfs filesystem interactive shell for\n"
2215 "editing virtual machine filesystems.\n"
2216 "\n"
2217 "Type: 'help' for help on commands\n"
2218 "      'man' to read the manual\n"
2219 "      'quit' to quit the shell\n"
2220 "\n"
2221 msgstr ""
2222 "\n"
2223 "guestfish में आपका स्वागत है, libguestfs फाइल सिस्टम अंतःक्रिया शेल \n"
2224 "वर्चुअल मशीन फाइल सिस्टम के संपादन के लिए.\n"
2225 "\n"
2226 "टाइप करें: 'help' को मदद के लिए कमांड से टाइप करें\n"
2227 "      'quit' को शेल को छोड़ने के लिए\n"
2228 "\n"
2229
2230 #: fish/fish.c:763
2231 #, c-format
2232 msgid "%s: unterminated double quote\n"
2233 msgstr "%s: unterminated double quote\n"
2234
2235 #: fish/fish.c:769 fish/fish.c:786
2236 #, c-format
2237 msgid "%s: command arguments not separated by whitespace\n"
2238 msgstr "%s: कमांड तर्क खाली स्थान से अलग नहीं\n"
2239
2240 #: fish/fish.c:780
2241 #, c-format
2242 msgid "%s: unterminated single quote\n"
2243 msgstr "%s: unterminated single quote\n"
2244
2245 #: fish/fish.c:810
2246 #, c-format
2247 msgid "%s: internal error parsing string at '%s'\n"
2248 msgstr "%s: internal error parsing string at '%s'\n"
2249
2250 #: fish/fish.c:827
2251 #, c-format
2252 msgid "%s: too many arguments\n"
2253 msgstr "%s: too many arguments\n"
2254
2255 #: fish/fish.c:895
2256 #, c-format
2257 msgid "%s: empty command on command line\n"
2258 msgstr "%s: empty command on command line\n"
2259
2260 #: fish/fish.c:1041
2261 msgid "display a list of commands or help on a command"
2262 msgstr "कमांड पर मदद या कमांड की सूची दिखाएँ"
2263
2264 #: fish/fish.c:1043
2265 msgid "quit guestfish"
2266 msgstr "quit guestfish"
2267
2268 #: fish/fish.c:1054
2269 #, c-format
2270 msgid ""
2271 "help - display a list of commands or help on a command\n"
2272 "     help cmd\n"
2273 "     help\n"
2274 msgstr ""
2275 "help - display a list of commands or help on a command\n"
2276 "     help cmd\n"
2277 "     help\n"
2278
2279 #: fish/fish.c:1062
2280 #, c-format
2281 msgid ""
2282 "quit - quit guestfish\n"
2283 "     quit\n"
2284 msgstr ""
2285 "quit - quit guestfish\n"
2286 "     quit\n"
2287
2288 #: fish/fish.c:1067
2289 #, c-format
2290 msgid "%s: command not known, use -h to list all commands\n"
2291 msgstr "%s: command not known, use -h to list all commands\n"
2292
2293 #: fish/fish.c:1083
2294 #, c-format
2295 msgid ""
2296 "Did you mean to open a disk image?  guestfish -a disk.img\n"
2297 "For a list of commands:             guestfish -h\n"
2298 "For complete documentation:         man guestfish\n"
2299 msgstr ""
2300
2301 #: fish/fish.c:1240
2302 #, c-format
2303 msgid "Runaway quote in string \"%s\"\n"
2304 msgstr "स्ट्रिंग में \"%s\" रवअवे उद्धरण\n"
2305
2306 #: fish/fish.c:1438
2307 #, c-format
2308 msgid ""
2309 "%s: to use Windows drive letters, you must inspect the guest (\"-i\" option "
2310 "or run \"inspect-os\" command)\n"
2311 msgstr ""
2312
2313 #: fish/fish.c:1458
2314 #, c-format
2315 msgid ""
2316 "%s: drive '%c:' not found.  To list available drives do:\n"
2317 "  inspect-get-drive-mappings %s\n"
2318 msgstr ""
2319
2320 #: fish/fish.c:1477
2321 #, c-format
2322 msgid ""
2323 "%s: to access '%c:', mount %s first.  One way to do this is:\n"
2324 "  umount-all\n"
2325 "  mount %s /\n"
2326 msgstr ""
2327
2328 #: fish/glob.c:53
2329 #, c-format
2330 msgid "use 'glob command [args...]'\n"
2331 msgstr "use 'glob command [args...]'\n"
2332
2333 #: fish/glob.c:73
2334 #, c-format
2335 msgid "glob: guestfs_glob_expand call failed: %s\n"
2336 msgstr "glob: guestfs_glob_expand call failed: %s\n"
2337
2338 #: fish/help.c:38
2339 #, c-format
2340 msgid ""
2341 "Add disk images to examine using the -a or -d options, or the 'add' "
2342 "command.\n"
2343 "Or create a new disk image using -N, or the 'alloc' or 'sparse' commands.\n"
2344 "Once you have done this, use the 'run' command.\n"
2345 msgstr ""
2346
2347 #: fish/help.c:44
2348 #, c-format
2349 msgid ""
2350 "Find out what filesystems are available using 'list-filesystems' and then\n"
2351 "mount them to examine or modify the contents using 'mount-ro' or\n"
2352 "'mount-options'.\n"
2353 msgstr ""
2354
2355 #: fish/help.c:52
2356 #, c-format
2357 msgid ""
2358 "For more information about a command, use 'help cmd'.\n"
2359 "\n"
2360 "To read the manual, type 'man'.\n"
2361 msgstr ""
2362
2363 #: fish/hexedit.c:41
2364 #, c-format
2365 msgid "hexedit (device|filename) [max | start max]\n"
2366 msgstr ""
2367
2368 #: fish/hexedit.c:52
2369 #, c-format
2370 msgid "hexedit: %s is a zero length file or device\n"
2371 msgstr ""
2372
2373 #: fish/hexedit.c:63
2374 #, c-format
2375 msgid ""
2376 "hexedit: %s is larger than %s. You must supply a limit using\n"
2377 "  'hexedit %s <max>' (eg. 'hexedit %s 1M') or a range using\n"
2378 "  'hexedit %s <start> <max>'.\n"
2379 msgstr ""
2380
2381 #: fish/hexedit.c:92
2382 #, c-format
2383 msgid "hexedit: invalid range\n"
2384 msgstr ""
2385
2386 #: fish/inspect.c:77
2387 #, fuzzy, c-format
2388 msgid "%s: don't use --live and -i options together\n"
2389 msgstr "%s: cannot use --listen and --file options at the same time\n"
2390
2391 #: fish/inspect.c:89
2392 #, c-format
2393 msgid "%s: no operating system was found on this disk\n"
2394 msgstr ""
2395
2396 #: fish/inspect.c:95
2397 #, c-format
2398 msgid "%s: multi-boot operating systems are not supported by the -i option\n"
2399 msgstr ""
2400
2401 #: fish/inspect.c:134
2402 #, c-format
2403 msgid "%s: some filesystems could not be mounted (ignored)\n"
2404 msgstr ""
2405
2406 #: fish/inspect.c:146
2407 #, c-format
2408 msgid "Operating system: %s\n"
2409 msgstr ""
2410
2411 #: fish/inspect.c:159
2412 #, fuzzy, c-format
2413 msgid "%s mounted on %s\n"
2414 msgstr "आरोहबिंदु दिखाएँ"
2415
2416 #: fish/keys.c:53
2417 #, c-format
2418 msgid "Enter key or passphrase (\"%s\"): "
2419 msgstr ""
2420
2421 #: fish/lcd.c:34
2422 #, c-format
2423 msgid "use 'lcd directory' to change local directory\n"
2424 msgstr "'lcd directory' का उपयोग स्थानीय निर्देशिका में बदलने के लिए करें\n"
2425
2426 #: fish/man.c:35
2427 #, c-format
2428 msgid "use 'man' without parameters to open the manual\n"
2429 msgstr ""
2430
2431 #: fish/man.c:54
2432 #, fuzzy, c-format
2433 msgid "the external 'man' program failed\n"
2434 msgstr "बाहरी कमांड विफल: %s"
2435
2436 #: fish/more.c:40
2437 #, c-format
2438 msgid "use '%s filename' to page a file\n"
2439 msgstr "फाइल पेज करने के लिए '%s filename' का उपयोग करें\n"
2440
2441 #: fish/options.c:36
2442 #, fuzzy, c-format
2443 msgid "%s: too many drives added on the command line\n"
2444 msgstr "%s: empty command on command line\n"
2445
2446 #: fish/options.c:128
2447 #, c-format
2448 msgid "%s: '%s' could not be mounted.  Did you mean one of these?\n"
2449 msgstr ""
2450
2451 #: fish/prep.c:37
2452 #, c-format
2453 msgid ""
2454 "List of available prepared disk images:\n"
2455 "\n"
2456 msgstr ""
2457
2458 #: fish/prep.c:40
2459 #, c-format
2460 msgid ""
2461 "guestfish -N %-8s - %s\n"
2462 "\n"
2463 "%s\n"
2464 msgstr ""
2465
2466 #: fish/prep.c:48
2467 #, c-format
2468 msgid "  Optional parameters:\n"
2469 msgstr ""
2470
2471 #: fish/prep.c:55
2472 #, c-format
2473 msgid "<%s> %s (default: %s)\n"
2474 msgstr ""
2475
2476 #: fish/prep.c:65
2477 #, c-format
2478 msgid ""
2479 "Prepared disk images are written to file \"test1.img\" in the local\n"
2480 "directory.  (\"test2.img\" etc if -N option is given multiple times).\n"
2481 "For more information see the guestfish(1) manual.\n"
2482 msgstr ""
2483
2484 #: fish/prep.c:96
2485 #, c-format
2486 msgid ""
2487 "guestfish: -N parameter '%s': no such prepared disk image known.\n"
2488 "Use 'guestfish -N help' to list possible values for the -N parameter.\n"
2489 msgstr ""
2490
2491 #: fish/prep.c:158
2492 #, c-format
2493 msgid "guestfish: error creating prepared disk image '%s' on '%s': "
2494 msgstr ""
2495
2496 #: fish/prep_boot.c:34 fish/prep_boot.c:89 fish/prep_disk.c:34
2497 #: fish/prep_fs.c:34 fish/prep_lv.c:69 fish/prep_lv.c:122 fish/prep_part.c:34
2498 #, fuzzy
2499 msgid "failed to allocate disk"
2500 msgstr "फाइल के ढेर को विश्लेषित नहीं कर सका"
2501
2502 #: fish/prep_boot.c:42 fish/prep_boot.c:97
2503 #, fuzzy
2504 msgid "could not parse boot size"
2505 msgstr "आकार विशिष्टता '%s' विश्लेषित नहीं कर सका\n"
2506
2507 #: fish/prep_boot.c:46 fish/prep_boot.c:101
2508 #, fuzzy, c-format
2509 msgid "failed to get sector size of disk: %s"
2510 msgstr "फाइल के ढेर को विश्लेषित नहीं कर सका"
2511
2512 #: fish/prep_boot.c:50 fish/prep_boot.c:105 fish/prep_fs.c:41
2513 #: fish/prep_lv.c:76 fish/prep_lv.c:129 fish/prep_part.c:41
2514 #, c-format
2515 msgid "failed to partition disk: %s"
2516 msgstr ""
2517
2518 #: fish/prep_boot.c:55 fish/prep_boot.c:110
2519 #, fuzzy, c-format
2520 msgid "failed to add boot partition: %s"
2521 msgstr "कोई स्वैप विभाजन बनाएँ"
2522
2523 #: fish/prep_boot.c:59 fish/prep_boot.c:114
2524 #, fuzzy, c-format
2525 msgid "failed to add root partition: %s"
2526 msgstr "कोई स्वैप विभाजन बनाएँ"
2527
2528 #: fish/prep_boot.c:68 fish/prep_boot.c:128
2529 #, c-format
2530 msgid "failed to create boot filesystem: %s"
2531 msgstr ""
2532
2533 #: fish/prep_boot.c:77 fish/prep_boot.c:157
2534 #, c-format
2535 msgid "failed to create root filesystem: %s"
2536 msgstr ""
2537
2538 #: fish/prep_boot.c:86 fish/prep_boot.c:120 fish/prep_lv.c:66
2539 #: fish/prep_lv.c:82 fish/prep_lv.c:119 fish/prep_lv.c:135
2540 msgid "incorrect format for LV name, use '/dev/VG/LV'"
2541 msgstr ""
2542
2543 #: fish/prep_boot.c:137 fish/prep_lv.c:91 fish/prep_lv.c:144
2544 #, fuzzy, c-format
2545 msgid "failed to create PV: %s: %s"
2546 msgstr "फाइल के ढेर को विश्लेषित नहीं कर सका"
2547
2548 #: fish/prep_boot.c:142 fish/prep_lv.c:96 fish/prep_lv.c:149
2549 #, fuzzy, c-format
2550 msgid "failed to create VG: %s: %s"
2551 msgstr "फाइल के ढेर को विश्लेषित नहीं कर सका"
2552
2553 #: fish/prep_boot.c:149 fish/prep_lv.c:103 fish/prep_lv.c:156
2554 #, c-format
2555 msgid "failed to create LV: /dev/%s/%s: %s"
2556 msgstr ""
2557
2558 #: fish/prep_boot.c:153 fish/prep_lv.c:107 fish/prep_lv.c:160
2559 #, c-format
2560 msgid "failed to resize LV to full size: %s: %s"
2561 msgstr ""
2562
2563 #: fish/prep_fs.c:51 fish/prep_lv.c:165
2564 #, c-format
2565 msgid "failed to create filesystem (%s): %s"
2566 msgstr ""
2567
2568 #: fish/rc.c:255
2569 #, c-format
2570 msgid "guestfish: protocol error: could not read 'hello' message\n"
2571 msgstr "guestfish: protocol error: could not read 'hello' message\n"
2572
2573 #: fish/rc.c:260
2574 #, c-format
2575 msgid ""
2576 "guestfish: protocol error: version mismatch, server version '%s' does not "
2577 "match client version '%s'.  The two versions must match exactly.\n"
2578 msgstr ""
2579 "guestfish: protocol error: version mismatch, server version '%s' does not "
2580 "match client version '%s'.  The two versions must match exactly.\n"
2581
2582 #: fish/rc.c:335 fish/rc.c:349
2583 #, c-format
2584 msgid "guestfish: remote: looks like the server is not running\n"
2585 msgstr "guestfish: रिमोट: लगता है कि सर्वर नहीं चल रहा है\n"
2586
2587 #: fish/rc.c:361 fish/rc.c:375
2588 #, c-format
2589 msgid "guestfish: protocol error: could not send initial greeting to server\n"
2590 msgstr "guestfish: प्रोटोकॉल त्रुटि: सर्वर को आरंभिक अभिवादन नहीं भेज सका\n"
2591
2592 #: fish/rc.c:386
2593 #, c-format
2594 msgid "guestfish: protocol error: could not decode reply from server\n"
2595 msgstr "guestfish: प्रोटोकॉल त्रुटि: सर्वर से जवाब डिकोड नहीं कर सका\n"
2596
2597 #: fish/reopen.c:36
2598 #, c-format
2599 msgid "'reopen' command takes no parameters\n"
2600 msgstr "'reopen' कमांड कोई पैरामीटर नहीं लेता है\n"
2601
2602 #: fish/reopen.c:46
2603 #, c-format
2604 msgid "reopen: guestfs_create: failed to create handle\n"
2605 msgstr "reopen: guestfs_create: failed to create handle\n"
2606
2607 #: fish/supported.c:66
2608 msgid "yes"
2609 msgstr ""
2610
2611 #: fish/supported.c:68
2612 msgid "no"
2613 msgstr ""
2614
2615 #: fish/time.c:36
2616 #, c-format
2617 msgid "use 'time command [args...]'\n"
2618 msgstr "use 'time command [args...]'\n"
2619
2620 #: fuse/guestmount.c:912
2621 #, fuzzy, c-format
2622 msgid ""
2623 "%s: FUSE module for libguestfs\n"
2624 "%s lets you mount a virtual machine filesystem\n"
2625 "Copyright (C) 2009-2010 Red Hat Inc.\n"
2626 "Usage:\n"
2627 "  %s [--options] [-- [--FUSE-options]] mountpoint\n"
2628 "Options:\n"
2629 "  -a|--add image       Add image\n"
2630 "  -c|--connect uri     Specify libvirt URI for -d option\n"
2631 "  --dir-cache-timeout  Set readdir cache timeout (default 5 sec)\n"
2632 "  -d|--domain guest    Add disks from libvirt guest\n"
2633 "  --echo-keys          Don't turn off echo for passphrases\n"
2634 "  --format[=raw|..]    Force disk format for -a option\n"
2635 "  --fuse-help          Display extra FUSE options\n"
2636 "  -i|--inspector       Automatically mount filesystems\n"
2637 "  --help               Display help message and exit\n"
2638 "  --keys-from-stdin    Read passphrases from stdin\n"
2639 "  --live               Connect to a live virtual machine\n"
2640 "  -m|--mount dev[:mnt[:opts]] Mount dev on mnt (if omitted, /)\n"
2641 "  -n|--no-sync         Don't autosync\n"
2642 "  -o|--option opt      Pass extra option to FUSE\n"
2643 "  -r|--ro              Mount read-only\n"
2644 "  --selinux            Enable SELinux support\n"
2645 "  -v|--verbose         Verbose messages\n"
2646 "  -V|--version         Display version and exit\n"
2647 "  -w|--rw              Mount read-write\n"
2648 "  -x|--trace           Trace guestfs API calls\n"
2649 msgstr ""
2650 "%s: FUSE module for libguestfs\n"
2651 "%s lets you mount a virtual machine filesystem\n"
2652 "Copyright (C) 2009 Red Hat Inc.\n"
2653 "Usage:\n"
2654 "  %s [--options] [-- [--FUSE-options]] mountpoint\n"
2655 "Options:\n"
2656 "  -a|--add image       Add image\n"
2657 "  --dir-cache-timeout  Set readdir cache timeout (default 5 sec)\n"
2658 "  --fuse-help          Display extra FUSE options\n"
2659 "  --help               Display help message and exit\n"
2660 "  -m|--mount dev[:mnt] Mount dev on mnt (if omitted, /)\n"
2661 "  -n|--no-sync         Don't autosync\n"
2662 "  -o|--option opt      Pass extra option to FUSE\n"
2663 "  -r|--ro              Mount read-only\n"
2664 "  --selinux            Enable SELinux support\n"
2665 "  --trace              Trace guestfs API calls (to stderr)\n"
2666 "  -v|--verbose         Verbose messages\n"
2667 "  -V|--version         Display version and exit\n"
2668
2669 #: fuse/guestmount.c:1130
2670 #, fuzzy, c-format
2671 msgid "%s: must have at least one -a/-d and at least one -m/-i option\n"
2672 msgstr "%s: must have at least one -a and at least one -m option\n"
2673
2674 #: fuse/guestmount.c:1138
2675 #, c-format
2676 msgid "%s: you must specify a mountpoint in the host filesystem\n"
2677 msgstr "%s: तुम्हें मेजबान फाइल सिस्टम में कोई माउंटप्वाइंट को जरूर निर्दिष्ट करना चाहिए\n"
2678
2679 #: inspector/virt-inspector.c:76
2680 #, fuzzy, c-format
2681 msgid ""
2682 "%s: display information about a virtual machine\n"
2683 "Copyright (C) 2010 Red Hat Inc.\n"
2684 "Usage:\n"
2685 "  %s [--options] -d domname file [file ...]\n"
2686 "  %s [--options] -a disk.img [-a disk.img ...] file [file ...]\n"
2687 "Options:\n"
2688 "  -a|--add image       Add image\n"
2689 "  -c|--connect uri     Specify libvirt URI for -d option\n"
2690 "  -d|--domain guest    Add disks from libvirt guest\n"
2691 "  --echo-keys          Don't turn off echo for passphrases\n"
2692 "  --format[=raw|..]    Force disk format for -a option\n"
2693 "  --help               Display brief help\n"
2694 "  --keys-from-stdin    Read passphrases from stdin\n"
2695 "  -v|--verbose         Verbose messages\n"
2696 "  -V|--version         Display version and exit\n"
2697 "  -x                   Trace libguestfs API calls\n"
2698 "For more information, see the manpage %s(1).\n"
2699 msgstr ""
2700 "%s: FUSE module for libguestfs\n"
2701 "%s lets you mount a virtual machine filesystem\n"
2702 "Copyright (C) 2009 Red Hat Inc.\n"
2703 "Usage:\n"
2704 "  %s [--options] [-- [--FUSE-options]] mountpoint\n"
2705 "Options:\n"
2706 "  -a|--add image       Add image\n"
2707 "  --dir-cache-timeout  Set readdir cache timeout (default 5 sec)\n"
2708 "  --fuse-help          Display extra FUSE options\n"
2709 "  --help               Display help message and exit\n"
2710 "  -m|--mount dev[:mnt] Mount dev on mnt (if omitted, /)\n"
2711 "  -n|--no-sync         Don't autosync\n"
2712 "  -o|--option opt      Pass extra option to FUSE\n"
2713 "  -r|--ro              Mount read-only\n"
2714 "  --selinux            Enable SELinux support\n"
2715 "  --trace              Trace guestfs API calls (to stderr)\n"
2716 "  -v|--verbose         Verbose messages\n"
2717 "  -V|--version         Display version and exit\n"
2718
2719 #: inspector/virt-inspector.c:263
2720 #, c-format
2721 msgid ""
2722 "%s: no operating system could be detected inside this disk image.\n"
2723 "\n"
2724 "This may be because the file is not a disk image, or is not a virtual "
2725 "machine\n"
2726 "image, or because the OS type is not understood by libguestfs.\n"
2727 "\n"
2728 "NOTE for Red Hat Enterprise Linux 6 users: for Windows guest support you "
2729 "must\n"
2730 "install the separate libguestfs-winsupport package.\n"
2731 "\n"
2732 "If you feel this is an error, please file a bug report including as much\n"
2733 "information about the disk image as possible.\n"
2734 msgstr ""
2735
2736 #: inspector/virt-inspector.c:288
2737 #, c-format
2738 msgid "%s: XML write error at \"%s\": %m\n"
2739 msgstr ""
2740
2741 #: inspector/virt-inspector.c:300
2742 #, c-format
2743 msgid "%s: xmlOutputBufferCreateFd: failed to open stdout\n"
2744 msgstr ""
2745
2746 #: inspector/virt-inspector.c:308
2747 #, fuzzy, c-format
2748 msgid "%s: xmlNewTextWriter: failed to create libxml2 writer\n"
2749 msgstr "xmlNewTextWriterFilename: XML राइटर बनाने में विफल\n"
2750
2751 #: perl/lib/Sys/Guestfs/Lib.pm:158
2752 msgid "open_guest: first parameter must be a string or an arrayref"
2753 msgstr ""
2754
2755 #: perl/lib/Sys/Guestfs/Lib.pm:164
2756 msgid "open_guest: first argument contains undefined element"
2757 msgstr ""
2758
2759 #: perl/lib/Sys/Guestfs/Lib.pm:172
2760 #, fuzzy, perl-brace-format
2761 msgid "guest image {imagename} does not exist or is not readable"
2762 msgstr "द्विपदीय '%s' मौजूद नहीं है या निष्पादनीय नहीं है\n"
2763
2764 #: perl/lib/Sys/Guestfs/Lib.pm:179
2765 msgid ""
2766 "open_guest: no libvirt support (install Sys::Virt, XML::XPath and XML::"
2767 "XPath::XMLParser)"
2768 msgstr ""
2769
2770 #: perl/lib/Sys/Guestfs/Lib.pm:184
2771 #, fuzzy
2772 msgid "open_guest: too many domains listed on command line"
2773 msgstr "%s: empty command on command line\n"
2774
2775 #: perl/lib/Sys/Guestfs/Lib.pm:191
2776 msgid "open_guest: cannot connect to libvirt"
2777 msgstr ""
2778
2779 #: perl/lib/Sys/Guestfs/Lib.pm:210
2780 #, perl-brace-format
2781 msgid "{imagename} is not the name of an inactive libvirt domain\n"
2782 msgstr ""
2783
2784 #: perl/lib/Sys/Guestfs/Lib.pm:213
2785 #, perl-brace-format
2786 msgid "{imagename} is not the name of a libvirt domain\n"
2787 msgstr ""
2788
2789 #: perl/lib/Sys/Guestfs/Lib.pm:242
2790 #, perl-brace-format
2791 msgid "{imagename} seems to have no disk devices\n"
2792 msgstr ""
2793
2794 #: perl/lib/Sys/Guestfs/Lib.pm:827
2795 msgid ""
2796 "No operating system could be detected inside this disk image.\n"
2797 "\n"
2798 "This may be because the file is not a disk image, or is not a virtual "
2799 "machine\n"
2800 "image, or because the OS type is not understood by virt-inspector.\n"
2801 "\n"
2802 "If you feel this is an error, please file a bug report including as much\n"
2803 "information about the disk image as possible.\n"
2804 msgstr ""
2805
2806 #: perl/lib/Sys/Guestfs/Lib.pm:901
2807 #, perl-brace-format
2808 msgid "unknown filesystem label {label}\n"
2809 msgstr ""
2810
2811 #: perl/lib/Sys/Guestfs/Lib.pm:911
2812 #, perl-brace-format
2813 msgid "unknown filesystem UUID {uuid}\n"
2814 msgstr ""
2815
2816 #: perl/lib/Sys/Guestfs/Lib.pm:939
2817 #, fuzzy, perl-brace-format
2818 msgid "unknown filesystem {fs}\n"
2819 msgstr "किसी फाइल सिस्टम अनारोहित करें"
2820
2821 #: perl/lib/Sys/Guestfs/Lib.pm:1017
2822 #, perl-brace-format
2823 msgid "Error running rpm -qa: {error}"
2824 msgstr ""
2825
2826 #: perl/lib/Sys/Guestfs/Lib.pm:1043
2827 #, perl-brace-format
2828 msgid "Error running dpkg-query: {error}"
2829 msgstr ""
2830
2831 #: perl/lib/Sys/Guestfs/Lib.pm:1108
2832 msgid "Can't find grub on guest"
2833 msgstr ""
2834
2835 #: perl/lib/Sys/Guestfs/Lib.pm:1163
2836 #, perl-brace-format
2837 msgid "Grub entry {title} has no kernel"
2838 msgstr ""
2839
2840 #: perl/lib/Sys/Guestfs/Lib.pm:1194
2841 #, perl-brace-format
2842 msgid "grub refers to {path}, which doesn't exist\n"
2843 msgstr ""
2844
2845 #: perl/lib/Sys/Guestfs/Lib.pm:1217
2846 #, perl-brace-format
2847 msgid "Grub entry {title} does not specify an initrd"
2848 msgstr ""
2849
2850 #: perl/lib/Sys/Guestfs/Lib.pm:1286
2851 #, perl-brace-format
2852 msgid "Didn't find modules directory {modules} for kernel {path}"
2853 msgstr ""
2854
2855 #: perl/lib/Sys/Guestfs/Lib.pm:1294
2856 #, perl-brace-format
2857 msgid "Couldn't guess kernel version number from path for kernel {path}"
2858 msgstr ""
2859
2860 #: perl/lib/Sys/Guestfs/Lib.pm:1348
2861 #, fuzzy, perl-brace-format
2862 msgid "{path} doesn't match augeas pattern"
2863 msgstr "किसी प्रारूप से मेल खाता पंक्ति"
2864
2865 #: perl/lib/Sys/Guestfs/Lib.pm:1387
2866 #, perl-brace-format
2867 msgid "{filename}: could not read initrd format"
2868 msgstr ""
2869
2870 #: rescue/virt-rescue.c:63
2871 #, fuzzy, c-format
2872 msgid ""
2873 "%s: Run a rescue shell on a virtual machine\n"
2874 "Copyright (C) 2009-2010 Red Hat Inc.\n"
2875 "Usage:\n"
2876 "  %s [--options] -d domname\n"
2877 "  %s [--options] -a disk.img [-a disk.img ...]\n"
2878 "Options:\n"
2879 "  -a|--add image       Add image\n"
2880 "  --append kernelopts  Append kernel options\n"
2881 "  -c|--connect uri     Specify libvirt URI for -d option\n"
2882 "  -d|--domain guest    Add disks from libvirt guest\n"
2883 "  --format[=raw|..]    Force disk format for -a option\n"
2884 "  --help               Display brief help\n"
2885 "  -m|--memsize MB      Set memory size in megabytes\n"
2886 "  --network            Enable network\n"
2887 "  -r|--ro              Access read-only\n"
2888 "  --selinux            Enable SELinux\n"
2889 "  -v|--verbose         Verbose messages\n"
2890 "  -V|--version         Display version and exit\n"
2891 "  -w|--rw              Mount read-write\n"
2892 "  -x                   Trace libguestfs API calls\n"
2893 "For more information, see the manpage %s(1).\n"
2894 msgstr ""
2895 "%s: FUSE module for libguestfs\n"
2896 "%s lets you mount a virtual machine filesystem\n"
2897 "Copyright (C) 2009 Red Hat Inc.\n"
2898 "Usage:\n"
2899 "  %s [--options] [-- [--FUSE-options]] mountpoint\n"
2900 "Options:\n"
2901 "  -a|--add image       Add image\n"
2902 "  --dir-cache-timeout  Set readdir cache timeout (default 5 sec)\n"
2903 "  --fuse-help          Display extra FUSE options\n"
2904 "  --help               Display help message and exit\n"
2905 "  -m|--mount dev[:mnt] Mount dev on mnt (if omitted, /)\n"
2906 "  -n|--no-sync         Don't autosync\n"
2907 "  -o|--option opt      Pass extra option to FUSE\n"
2908 "  -r|--ro              Mount read-only\n"
2909 "  --selinux            Enable SELinux support\n"
2910 "  --trace              Trace guestfs API calls (to stderr)\n"
2911 "  -v|--verbose         Verbose messages\n"
2912 "  -V|--version         Display version and exit\n"
2913
2914 #: rescue/virt-rescue.c:180
2915 #, fuzzy, c-format
2916 msgid "%s: could not parse memory size '%s'\n"
2917 msgstr "आकार विशिष्टता '%s' विश्लेषित नहीं कर सका\n"
2918
2919 #: rescue/virt-rescue.c:419
2920 #, fuzzy, c-format
2921 msgid "%s: unknown child exit status (%d)\n"
2922 msgstr "%s: unknown long option: %s (%d)\n"
2923
2924 #: src/appliance.c:181
2925 #, c-format
2926 msgid ""
2927 "cannot find any suitable libguestfs supermin or ordinary appliance on "
2928 "LIBGUESTFS_PATH (search path: %s)"
2929 msgstr ""
2930
2931 #: src/appliance.c:331
2932 #, c-format
2933 msgid "security: cached appliance %s is not owned by UID %d"
2934 msgstr ""
2935
2936 #: src/appliance.c:336
2937 #, c-format
2938 msgid "security: cached appliance %s is not a directory (mode %o)"
2939 msgstr ""
2940
2941 #: src/appliance.c:341
2942 #, c-format
2943 msgid "security: cached appliance %s is writable by group or other (mode %o)"
2944 msgstr ""
2945
2946 #: src/appliance.c:659
2947 #, fuzzy
2948 msgid "external command failed, see earlier error messages"
2949 msgstr "guestfs_launch विफल, पहले की त्रुटि संदेश देखें"
2950
2951 #: src/dbdump.c:87
2952 #, fuzzy
2953 msgid "unexpected end of output from db_dump command before end of header"
2954 msgstr "डेमॉन से पढ़ने के दौरान फाइल का अप्रत्याशित अंत"
2955
2956 #: src/dbdump.c:100 src/dbdump.c:112
2957 #, fuzzy
2958 msgid "unexpected line from db_dump command, no space prefix"
2959 msgstr "डेमॉन से पढ़ने के दौरान फाइल का अप्रत्याशित अंत"
2960
2961 #: src/dbdump.c:129
2962 #, fuzzy
2963 msgid "unexpected end of output from db_dump command before end of data"
2964 msgstr "डेमॉन से पढ़ने के दौरान फाइल का अप्रत्याशित अंत"
2965
2966 #: src/dbdump.c:210
2967 #, fuzzy
2968 msgid "unexpected non-hex digits in output of db_dump command"
2969 msgstr "डेमॉन से पढ़ने के दौरान फाइल का अप्रत्याशित अंत"
2970
2971 #: src/filearch.c:153
2972 #, c-format
2973 msgid "size of %s unreasonable (%<PRIi64> bytes)"
2974 msgstr ""
2975
2976 #: src/filearch.c:266
2977 msgid ""
2978 "file-architecture API not available since this version of libguestfs was "
2979 "compiled without PCRE or libmagic libraries"
2980 msgstr ""
2981
2982 #: src/guestfs.c:174
2983 #, c-format
2984 msgid "guestfs_close: called twice on the same handle\n"
2985 msgstr "guestfs_close: called twice on the same handle\n"
2986
2987 #: src/guestfs.c:340
2988 #, c-format
2989 msgid "warning: %s"
2990 msgstr ""
2991
2992 #: src/guestfs.c:399
2993 #, c-format
2994 msgid "libguestfs: error: %s\n"
2995 msgstr "libguestfs: error: %s\n"
2996
2997 #: src/guestfs.c:946
2998 #, c-format
2999 msgid "<truncated, original size %zu bytes>"
3000 msgstr ""
3001
3002 #: src/inspect.c:265
3003 msgid "not a Windows guest, or systemroot could not be determined"
3004 msgstr ""
3005
3006 #: src/inspect.c:281
3007 msgid "not a Windows guest, or CurrentControlSet could not be determined"
3008 msgstr ""
3009
3010 #: src/inspect.c:519
3011 #, fuzzy, c-format
3012 msgid "%s: temporary directory not found"
3013 msgstr "%s: को अस्थायी निर्देशिका नहीं बना सकता है"
3014
3015 #: src/inspect.c:535 src/inspect_fs.c:474 src/inspect_fs.c:518
3016 #: src/inspect_fs_unix.c:194 src/inspect_fs_unix.c:579
3017 #: src/inspect_fs_unix.c:821
3018 #, c-format
3019 msgid "size of %s is unreasonably large (%<PRIi64> bytes)"
3020 msgstr ""
3021
3022 #: src/inspect.c:572
3023 msgid "no inspection data: call guestfs_inspect_os first"
3024 msgstr ""
3025
3026 #: src/inspect.c:584
3027 #, c-format
3028 msgid ""
3029 "%s: root device not found: only call this function with a root device "
3030 "previously returned by guestfs_inspect_os"
3031 msgstr ""
3032
3033 #: src/inspect.c:594 src/inspect_apps.c:617
3034 msgid ""
3035 "inspection API not available since this version of libguestfs was compiled "
3036 "without PCRE or hivex libraries"
3037 msgstr ""
3038
3039 #: src/inspect_fs.c:326 src/inspect_fs.c:339
3040 #, fuzzy, c-format
3041 msgid "could not parse integer in version number: %s"
3042 msgstr "आकार विशिष्टता '%s' विश्लेषित नहीं कर सका\n"
3043
3044 #: src/inspect_fs.c:483
3045 #, c-format
3046 msgid "%s: file is empty"
3047 msgstr ""
3048
3049 #: src/inspect_fs_unix.c:613
3050 #, fuzzy
3051 msgid "could not parse /etc/fstab or empty file"
3052 msgstr "आकार विशिष्टता '%s' विश्लेषित नहीं कर सका\n"
3053
3054 #: src/inspect_fs_windows.c:112
3055 #, c-format
3056 msgid "cannot resolve Windows %%SYSTEMROOT%%"
3057 msgstr ""
3058
3059 #: src/launch.c:98
3060 msgid "command line cannot be altered after qemu subprocess launched"
3061 msgstr "कमांड लाइन को qemu उप प्रक्रिया के लॉन्च के बाद बदला नहीं जा सकता है"
3062
3063 #: src/launch.c:155
3064 msgid "guestfs_config: parameter must begin with '-' character"
3065 msgstr "guestfs_config: parameter must begin with '-' character"
3066
3067 #: src/launch.c:169
3068 #, c-format
3069 msgid "guestfs_config: parameter '%s' isn't allowed"
3070 msgstr "guestfs_config: parameter '%s' isn't allowed"
3071
3072 #: src/launch.c:235 src/launch.c:339
3073 msgid "filename cannot contain ',' (comma) character"
3074 msgstr "फाइलनाम में ',' (comma) वर्ण नहीं होता है"
3075
3076 #: src/launch.c:247 src/launch.c:252
3077 #, c-format
3078 msgid "%s parameter is empty or contains disallowed characters"
3079 msgstr ""
3080
3081 #: src/launch.c:358
3082 #, fuzzy
3083 msgid "the libguestfs handle has already been launched"
3084 msgstr "qemu को पहले ही लॉन्च कर दिया गया है"
3085
3086 #: src/launch.c:367
3087 #, c-format
3088 msgid "%s: cannot create temporary directory"
3089 msgstr "%s: को अस्थायी निर्देशिका नहीं बना सकता है"
3090
3091 #: src/launch.c:404
3092 msgid "you must call guestfs_add_drive before guestfs_launch"
3093 msgstr "you must call guestfs_add_drive before guestfs_launch"
3094
3095 #: src/launch.c:759
3096 msgid "guestfs_launch failed, see earlier error messages"
3097 msgstr "guestfs_launch विफल, पहले की त्रुटि संदेश देखें"
3098
3099 #: src/launch.c:772
3100 msgid "qemu launched and contacted daemon, but state != READY"
3101 msgstr "qemu launched and contacted daemon, but state != READY"
3102
3103 #: src/launch.c:860
3104 #, fuzzy
3105 msgid "guestfs_launch failed, unexpected initial message from guestfsd"
3106 msgstr "guestfs_launch विफल, पहले की त्रुटि संदेश देखें"
3107
3108 #: src/launch.c:868
3109 #, fuzzy
3110 msgid "contacted guestfsd, but state != READY"
3111 msgstr "qemu launched and contacted daemon, but state != READY"
3112
3113 #: src/launch.c:1047
3114 #, c-format
3115 msgid ""
3116 "%s: command failed: If qemu is located on a non-standard path, try setting "
3117 "the LIBGUESTFS_QEMU environment variable."
3118 msgstr ""
3119 "%s: command failed: If qemu is located on a non-standard path, try setting "
3120 "the LIBGUESTFS_QEMU environment variable."
3121
3122 #: src/launch.c:1138
3123 msgid "qemu has not been launched yet"
3124 msgstr "qemu को अबतक लॉन्च नहीं किया गया है"
3125
3126 #: src/launch.c:1149
3127 msgid "no subprocess to kill"
3128 msgstr "किल करने के लिए कोई उपप्रक्रिया नहीं"
3129
3130 #: src/proto.c:188
3131 #, c-format
3132 msgid "guestfs_set_busy: called when in state %d != READY"
3133 msgstr "guestfs_set_busy: called when in state %d != READY"
3134
3135 #: src/proto.c:211
3136 #, c-format
3137 msgid "guestfs_end_busy: called when in state %d"
3138 msgstr "guestfs_end_busy: called when in state %d"
3139
3140 #: src/proto.c:421
3141 #, c-format
3142 msgid ""
3143 "check_for_daemon_cancellation_or_eof: read 0x%x from daemon, expected 0x%x\n"
3144 msgstr ""
3145 "check_for_daemon_cancellation_or_eof: read 0x%x from daemon, expected 0x%x\n"
3146
3147 #: src/proto.c:599 src/proto.c:662
3148 msgid "unexpected end of file when reading from daemon"
3149 msgstr "डेमॉन से पढ़ने के दौरान फाइल का अप्रत्याशित अंत"
3150
3151 #: src/proto.c:620
3152 #, c-format
3153 msgid "received magic signature from guestfsd, but in state %d"
3154 msgstr "guestfsd से जादुई हस्ताक्षर पाया , लेकिन %d स्थिति में"
3155
3156 #: src/proto.c:639
3157 #, c-format
3158 msgid "message length (%u) > maximum possible size (%d)"
3159 msgstr "message length (%u) > maximum possible size (%d)"
3160
3161 #: src/proto.c:791
3162 #, c-format
3163 msgid "guestfs___send: state %d != BUSY"
3164 msgstr "guestfs___send: state %d != BUSY"
3165
3166 #: src/proto.c:815
3167 msgid "xdr_guestfs_message_header failed"
3168 msgstr "xdr_guestfs_message_header failed"
3169
3170 #: src/proto.c:824
3171 msgid "dispatch failed to marshal args"
3172 msgstr "dispatch failed to marshal args"
3173
3174 #: src/proto.c:951
3175 #, c-format
3176 msgid "send_file_chunk: state %d != READY"
3177 msgstr "send_file_chunk: state %d != READY"
3178
3179 #: src/proto.c:967
3180 #, c-format
3181 msgid "xdr_guestfs_chunk failed (buf = %p, buflen = %zu)"
3182 msgstr "xdr_guestfs_chunk failed (buf = %p, buflen = %zu)"
3183
3184 #: src/proto.c:1117
3185 #, c-format
3186 msgid "%s: error in chunked encoding"
3187 msgstr "%s: error in chunked encoding"
3188
3189 #: src/proto.c:1144
3190 msgid "write to daemon socket"
3191 msgstr "डेमॉन सॉकेट में लिखें"
3192
3193 #: src/proto.c:1167
3194 msgid "receive_file_data: parse error in reply callback"
3195 msgstr "receive_file_data: parse error in reply callback"
3196
3197 #: src/proto.c:1172
3198 msgid "receive_file_data: unexpected flag received when reading file chunks"
3199 msgstr "receive_file_data: unexpected flag received when reading file chunks"
3200
3201 #: src/proto.c:1180
3202 msgid "failed to parse file chunk"
3203 msgstr "फाइल के ढेर को विश्लेषित नहीं कर सका"
3204
3205 #: src/proto.c:1189
3206 msgid "file receive cancelled by daemon"
3207 msgstr "फाइल प्राप्ति को डेमॉन के द्वारा रद्द किया गया"
3208
3209 #: src/virt.c:101 src/virt.c:347
3210 msgid "you cannot set both live and readonly flags"
3211 msgstr ""
3212
3213 #: src/virt.c:109
3214 #, c-format
3215 msgid "could not connect to libvirt (code %d, domain %d): %s"
3216 msgstr ""
3217
3218 #: src/virt.c:130
3219 #, fuzzy, c-format
3220 msgid "no libvirt domain called '%s': %s"
3221 msgstr "%s: -i requires a libvirt domain or path(s) to disk image(s)\n"
3222
3223 #: src/virt.c:185 src/virt.c:435
3224 #, c-format
3225 msgid "error reading libvirt XML information: %s"
3226 msgstr ""
3227
3228 #: src/virt.c:195 src/virt.c:443
3229 msgid "unable to parse XML information returned by libvirt"
3230 msgstr ""
3231
3232 #: src/virt.c:201 src/virt.c:449
3233 #, fuzzy
3234 msgid "unable to create new XPath context"
3235 msgstr "guestfs_create: नियंत्रण बनाने में विफल\n"
3236
3237 #: src/virt.c:208 src/virt.c:464
3238 #, fuzzy
3239 msgid "unable to evaluate XPath expression"
3240 msgstr "guestfs_create: नियंत्रण बनाने में विफल\n"
3241
3242 #: src/virt.c:305
3243 #, fuzzy
3244 msgid "libvirt domain has no disks"
3245 msgstr "%s: -i requires a libvirt domain or path(s) to disk image(s)\n"
3246
3247 #: src/virt.c:358
3248 #, c-format
3249 msgid "error getting domain info: %s"
3250 msgstr ""
3251
3252 #: src/virt.c:372
3253 msgid ""
3254 "error: domain is a live virtual machine.\n"
3255 "Writing to the disks of a running virtual machine can cause disk "
3256 "corruption.\n"
3257 "Either use read-only access, or if the guest is running the guestfsd daemon\n"
3258 "specify live access.  In most libguestfs tools these options are --ro or\n"
3259 "--live respectively.  Consult the documentation for further information."
3260 msgstr ""
3261
3262 #: src/virt.c:492
3263 msgid ""
3264 "this guest has no libvirt <channel> definition for guestfsd\n"
3265 "See ATTACHING TO RUNNING DAEMONS in guestfs(3) for further information."
3266 msgstr ""
3267
3268 #: src/virt.c:517
3269 msgid ""
3270 "add-domain API not available since this version of libguestfs was compiled "
3271 "without libvirt or libxml2"
3272 msgstr ""
3273
3274 #: test-tool/test-tool.c:79
3275 #, fuzzy, c-format
3276 msgid ""
3277 "libguestfs-test-tool: interactive test tool\n"
3278 "Copyright (C) 2009-2011 Red Hat Inc.\n"
3279 "Usage:\n"
3280 "  libguestfs-test-tool [--options]\n"
3281 "Options:\n"
3282 "  --help         Display usage\n"
3283 "  --qemudir dir  Specify QEMU source directory\n"
3284 "  --qemu qemu    Specify QEMU binary\n"
3285 "  --timeout n\n"
3286 "  -t n           Set launch timeout (default: %d seconds)\n"
3287 msgstr ""
3288 "libguestfs-test-tool: interactive test tool\n"
3289 "Copyright (C) 2009 Red Hat Inc.\n"
3290 "Usage:\n"
3291 "  libguestfs-test-tool [--options]\n"
3292 "Options:\n"
3293 "  --help         Display usage\n"
3294 "  --helper libguestfs-test-tool-helper\n"
3295 "                 Helper program (default: %s)\n"
3296 "  --qemudir dir  Specify QEMU source directory\n"
3297 "  --qemu qemu    Specify QEMU binary\n"
3298 "  --timeout n\n"
3299 "  -t n           Set launch timeout (default: %d seconds)\n"
3300
3301 #: test-tool/test-tool.c:127
3302 #, c-format
3303 msgid "libguestfs-test-tool: unknown long option: %s (%d)\n"
3304 msgstr "libguestfs-test-tool: unknown long option: %s (%d)\n"
3305
3306 #: test-tool/test-tool.c:136
3307 #, c-format
3308 msgid "libguestfs-test-tool: invalid timeout: %s\n"
3309 msgstr "libguestfs-test-tool: invalid timeout: %s\n"
3310
3311 #: test-tool/test-tool.c:148
3312 #, c-format
3313 msgid "libguestfs-test-tool: unexpected command line option 0x%x\n"
3314 msgstr "libguestfs-test-tool: unexpected command line option 0x%x\n"
3315
3316 #: test-tool/test-tool.c:170
3317 #, c-format
3318 msgid "libguestfs-test-tool: failed to create libguestfs handle\n"
3319 msgstr "libguestfs-test-tool: failed to create libguestfs handle\n"
3320
3321 #: test-tool/test-tool.c:177
3322 #, c-format
3323 msgid "libguestfs-test-tool: failed to add drive '%s'\n"
3324 msgstr "libguestfs-test-tool: failed to add drive '%s'\n"
3325
3326 #: test-tool/test-tool.c:185
3327 #, c-format
3328 msgid "libguestfs-test-tool: guestfs_version failed\n"
3329 msgstr "libguestfs-test-tool: guestfs_version failed\n"
3330
3331 #: test-tool/test-tool.c:217
3332 #, c-format
3333 msgid "libguestfs-test-tool: failed to launch appliance\n"
3334 msgstr "libguestfs-test-tool: failed to launch appliance\n"
3335
3336 #: test-tool/test-tool.c:229
3337 #, fuzzy, c-format
3338 msgid "libguestfs-test-tool: failed to run part-disk\n"
3339 msgstr "libguestfs-test-tool: failed to run sfdisk\n"
3340
3341 #: test-tool/test-tool.c:235
3342 #, c-format
3343 msgid "libguestfs-test-tool: failed to mkfs.ext2\n"
3344 msgstr "libguestfs-test-tool: failed to mkfs.ext2\n"
3345
3346 #: test-tool/test-tool.c:241
3347 #, c-format
3348 msgid "libguestfs-test-tool: failed to mount /dev/sda1 on /\n"
3349 msgstr "libguestfs-test-tool: failed to mount /dev/sda1 on /\n"
3350
3351 #: test-tool/test-tool.c:248
3352 #, fuzzy, c-format
3353 msgid "libguestfs-test-tool: failed to touch file\n"
3354 msgstr "libguestfs-test-tool: failed to run sfdisk\n"
3355
3356 #: test-tool/test-tool.c:279
3357 #, c-format
3358 msgid ""
3359 "LIBGUESTFS_QEMU environment variable is already set, so\n"
3360 "--qemu/--qemudir options cannot be used.\n"
3361 msgstr ""
3362 "LIBGUESTFS_QEMU environment variable is already set, so\n"
3363 "--qemu/--qemudir options cannot be used.\n"
3364
3365 #: test-tool/test-tool.c:287
3366 #, c-format
3367 msgid "Binary '%s' does not exist or is not executable\n"
3368 msgstr "द्विपदीय '%s' मौजूद नहीं है या निष्पादनीय नहीं है\n"
3369
3370 #: test-tool/test-tool.c:301
3371 #, c-format
3372 msgid "%s: does not look like a qemu source directory\n"
3373 msgstr "%s: qemu स्रोत निर्देशिका की तरह नहीं दिखता है\n"
3374
3375 #: tools/virt-list-filesystems.pl:142
3376 msgid "virt-list-filesystems: no image or VM name given"
3377 msgstr ""
3378
3379 #: tools/virt-list-partitions.pl:152
3380 msgid "virt-list-partitions: no image or VM name given"
3381 msgstr ""
3382
3383 #: tools/virt-make-fs.pl:291
3384 msgid "virt-make-fs input output\n"
3385 msgstr ""
3386
3387 #: tools/virt-make-fs.pl:321
3388 msgid "unexpected output from 'du' command"
3389 msgstr ""
3390
3391 #: tools/virt-make-fs.pl:333 tools/virt-make-fs.pl:347
3392 #: tools/virt-make-fs.pl:458
3393 #, perl-brace-format
3394 msgid "{f}: unknown input format: {fmt}\n"
3395 msgstr ""
3396
3397 #: tools/virt-make-fs.pl:391
3398 #, perl-brace-format
3399 msgid "virt-make-fs: cannot parse size parameter: {sz}\n"
3400 msgstr ""
3401
3402 #: tools/virt-make-fs.pl:406
3403 #, fuzzy
3404 msgid ""
3405 "qemu-img create: failed to create disk image, see earlier error messages\n"
3406 msgstr "guestfs_launch विफल, पहले की त्रुटि संदेश देखें"
3407
3408 #: tools/virt-make-fs.pl:417
3409 msgid "virt-make-fs: NTFS support was disabled when libguestfs was compiled\n"
3410 msgstr ""
3411
3412 #: tools/virt-make-fs.pl:442
3413 #, fuzzy
3414 msgid "tar: failed, see earlier messages\n"
3415 msgstr "guestfs_launch विफल, पहले की त्रुटि संदेश देखें"
3416
3417 #: tools/virt-make-fs.pl:464
3418 #, fuzzy
3419 msgid "uncompress command failed, see earlier messages\n"
3420 msgstr "guestfs_launch विफल, पहले की त्रुटि संदेश देखें"
3421
3422 #: tools/virt-make-fs.pl:499
3423 msgid ""
3424 "virt-make-fs: error copying contents into filesystem\n"
3425 "An error here usually means that the program did not estimate the\n"
3426 "filesystem size correctly.  Please read the BUGS section of the manpage.\n"
3427 msgstr ""
3428
3429 #: tools/virt-tar.pl:183 tools/virt-tar.pl:190
3430 msgid "virt-tar: extract/upload mode specified twice on the command line\n"
3431 msgstr ""
3432
3433 #: tools/virt-tar.pl:212
3434 msgid "virt-tar: no image, VM names, directory or filename given"
3435 msgstr ""
3436
3437 #: tools/virt-tar.pl:215
3438 msgid "virt-tar: either -x or -u must be specified on the command line\n"
3439 msgstr ""
3440
3441 #: tools/virt-tar.pl:226
3442 #, perl-brace-format
3443 msgid "virt-tar: {tarball}: file not found\n"
3444 msgstr ""
3445
3446 #: tools/virt-tar.pl:229
3447 #, perl-brace-format
3448 msgid "virt-tar: {dir}: directory name must start with '/' character\n"
3449 msgstr ""
3450
3451 #: tools/virt-tar.pl:243 tools/virt-win-reg.pl:259
3452 #, perl-brace-format
3453 msgid ""
3454 "{prog}: No operating system could be detected inside this disk image.\n"
3455 "\n"
3456 "This may be because the file is not a disk image, or is not a virtual "
3457 "machine\n"
3458 "image, or because the OS type is not understood by libguestfs.\n"
3459 "\n"
3460 "If you feel this is an error, please file a bug report including as much\n"
3461 "information about the disk image as possible.\n"
3462 msgstr ""
3463
3464 #: tools/virt-tar.pl:247 tools/virt-win-reg.pl:263
3465 #, perl-brace-format
3466 msgid "{prog}: multiboot operating systems are not supported.\n"
3467 msgstr ""
3468
3469 #: tools/virt-win-reg.pl:243
3470 msgid "no libvirt domain name or disk image given\n"
3471 msgstr ""
3472
3473 #: tools/virt-win-reg.pl:285
3474 msgid ""
3475 "expecting 1 or 2 more parameters, subkey path and optionally the value to "
3476 "export\n"
3477 msgstr ""
3478
3479 #: tools/virt-win-reg.pl:444
3480 #, perl-brace-format
3481 msgid "virt-win-reg: {p}: cannot find user directory\n"
3482 msgstr ""
3483
3484 #: tools/virt-win-reg.pl:449
3485 #, perl-brace-format
3486 msgid "virt-win-reg: {p}: not a supported Windows Registry path\n"
3487 msgstr ""
3488
3489 #: tools/virt-win-reg.pl:520 tools/virt-win-reg.pl:542
3490 #, perl-brace-format
3491 msgid "virt-win-reg: {p}: file not found in guest: {err}\n"
3492 msgstr ""
3493
3494 #: tools/virt-win-reg.pl:527
3495 #, perl-brace-format
3496 msgid "virt-win-reg: {p}: could not download registry file: {err}\n"
3497 msgstr ""
3498
3499 #: tools/virt-win-reg.pl:549
3500 #, perl-brace-format
3501 msgid "virt-win-reg: {p}: could not upload registry file: {err}\n"
3502 msgstr ""
3503
3504 #~ msgid "libguestfs-test-tool: failed to mkdir /iso\n"
3505 #~ msgstr "libguestfs-test-tool: failed to mkdir /iso\n"
3506
3507 #~ msgid "libguestfs-test-tool: failed to mount /dev/sdb on /iso\n"
3508 #~ msgstr "libguestfs-test-tool: failed to mount /dev/sdb on /iso\n"
3509
3510 #~ msgid ""
3511 #~ "libguestfs-test-tool: could not run helper program, or helper failed\n"
3512 #~ msgstr ""
3513 #~ "libguestfs-test-tool: could not run helper program, or helper failed\n"
3514
3515 #~ msgid ""
3516 #~ "Test tool helper program 'libguestfs-test-tool-helper' is not\n"
3517 #~ "available.  Expected to find it in '%s'\n"
3518 #~ "\n"
3519 #~ "Use the --helper option to specify the location of this program.\n"
3520 #~ msgstr ""
3521 #~ "Test tool helper program 'libguestfs-test-tool-helper' is not\n"
3522 #~ "available.  Expected to find it in '%s'\n"
3523 #~ "\n"
3524 #~ "Use the --helper option to specify the location of this program.\n"
3525
3526 #~ msgid "command failed: %s"
3527 #~ msgstr "कमांड विफल: %s"
3528
3529 #~ msgid ""
3530 #~ "Test tool helper program %s\n"
3531 #~ "is not statically linked.  This is a build error when this test tool\n"
3532 #~ "was built.\n"
3533 #~ msgstr ""
3534 #~ "टेस्ट टूल हेल्पर प्रोग्राम %s\n"
3535 #~ "स्थैतिक रूप से लिंक नहीं है.  यह एक बिल्ड त्रुटि है जब यह जाँच टूल\n"
3536 #~ "बनाया गया था.\n"
3537
3538 #~ msgid "mkisofs command failed: %s\n"
3539 #~ msgstr "mkisofs कमांड विफल: %s\n"
3540
3541 #, fuzzy
3542 #~ msgid "virt-resize: {file}: does not exist or is not readable\n"
3543 #~ msgstr "द्विपदीय '%s' मौजूद नहीं है या निष्पादनीय नहीं है\n"
3544
3545 #, fuzzy
3546 #~ msgid "virt-resize: no logical volume called {n}\n"
3547 #~ msgstr "LVM लॉजिकल वाल्यूम का आकार बदलें"
3548
3549 #, fuzzy
3550 #~ msgid "failed to create temporary cache directory: %m"
3551 #~ msgstr "एक अस्थायी निर्देशिका बनाएँ"
3552
3553 #, fuzzy
3554 #~ msgid "error renaming temporary cache directory: %m"
3555 #~ msgstr "एक अस्थायी निर्देशिका बनाएँ"
3556
3557 #, fuzzy
3558 #~ msgid "virt-df: cannot use -h and --csv options together\n"
3559 #~ msgstr "%s: cannot use --listen and --file options at the same time\n"
3560
3561 #, fuzzy
3562 #~ msgid "  Mountpoints:\n"
3563 #~ msgstr "आरोहबिंदु दिखाएँ"
3564
3565 #, fuzzy
3566 #~ msgid "  Filesystems:\n"
3567 #~ msgstr "फाइलसिस्टम बनाएँ"
3568
3569 #~ msgid "allocate an image"
3570 #~ msgstr "छवि आबंटित करें"
3571
3572 #~ msgid "edit a file in the image"
3573 #~ msgstr "छवि में कोई फाइल संपादित करें"
3574
3575 #~ msgid "view a file in the pager"
3576 #~ msgstr "पेजर में फाइल देखें"
3577
3578 #~ msgid ""
3579 #~ "echo - display a line of text\n"
3580 #~ "     echo [<params> ...]\n"
3581 #~ "\n"
3582 #~ "    This echos the parameters to the terminal.\n"
3583 #~ msgstr ""
3584 #~ "echo - display a line of text\n"
3585 #~ "     echo [<params> ...]\n"
3586 #~ "\n"
3587 #~ "    This echos the parameters to the terminal.\n"
3588
3589 #, fuzzy
3590 #~ msgid ""
3591 #~ "edit - edit a file in the image\n"
3592 #~ "     edit <filename>\n"
3593 #~ "\n"
3594 #~ "    This is used to edit a file.\n"
3595 #~ "\n"
3596 #~ "    It is the equivalent of (and is implemented by)\n"
3597 #~ "    running \"cat\", editing locally, and then \"write\".\n"
3598 #~ "\n"
3599 #~ "    Normally it uses $EDITOR, but if you use the aliases\n"
3600 #~ "    \"vi\" or \"emacs\" you will get those editors.\n"
3601 #~ "\n"
3602 #~ "    NOTE: This will not work reliably for large files\n"
3603 #~ "    (> 2 MB) or binary files containing \\0 bytes.\n"
3604 #~ msgstr ""
3605 #~ "edit - edit a file in the image\n"
3606 #~ "     edit <filename>\n"
3607 #~ "\n"
3608 #~ "    This is used to edit a file.\n"
3609 #~ "\n"
3610 #~ "    It is the equivalent of (and is implemented by)\n"
3611 #~ "    running \"cat\", editing locally, and then \"write-file\".\n"
3612 #~ "\n"
3613 #~ "    Normally it uses $EDITOR, but if you use the aliases\n"
3614 #~ "    \"vi\" or \"emacs\" you will get those editors.\n"
3615 #~ "\n"
3616 #~ "    NOTE: This will not work reliably for large files\n"
3617 #~ "    (> 2 MB) or binary files containing \\0 bytes.\n"
3618
3619 #~ msgid ""
3620 #~ "lcd - local change directory\n"
3621 #~ "    lcd <directory>\n"
3622 #~ "\n"
3623 #~ "    Change guestfish's current directory. This command is\n"
3624 #~ "    useful if you want to download files to a particular\n"
3625 #~ "    place.\n"
3626 #~ msgstr ""
3627 #~ "lcd - local change directory\n"
3628 #~ "    lcd <directory>\n"
3629 #~ "\n"
3630 #~ "    Change guestfish's current directory. This command is\n"
3631 #~ "    useful if you want to download files to a particular\n"
3632 #~ "    place.\n"
3633
3634 #~ msgid ""
3635 #~ "glob - expand wildcards in command\n"
3636 #~ "    glob <command> [<args> ...]\n"
3637 #~ "\n"
3638 #~ "    Glob runs <command> with wildcards expanded in any\n"
3639 #~ "    command args.  Note that the command is run repeatedly\n"
3640 #~ "    once for each expanded argument.\n"
3641 #~ msgstr ""
3642 #~ "glob - expand wildcards in command\n"
3643 #~ "    glob <command> [<args> ...]\n"
3644 #~ "\n"
3645 #~ "    Glob runs <command> with wildcards expanded in any\n"
3646 #~ "    command args.  Note that the command is run repeatedly\n"
3647 #~ "    once for each expanded argument.\n"
3648
3649 #~ msgid ""
3650 #~ "more - view a file in the pager\n"
3651 #~ "     more <filename>\n"
3652 #~ "\n"
3653 #~ "    This is used to view a file in the pager.\n"
3654 #~ "\n"
3655 #~ "    It is the equivalent of (and is implemented by)\n"
3656 #~ "    running \"cat\" and using the pager.\n"
3657 #~ "\n"
3658 #~ "    Normally it uses $PAGER, but if you use the alias\n"
3659 #~ "    \"less\" then it always uses \"less\".\n"
3660 #~ "\n"
3661 #~ "    NOTE: This will not work reliably for large files\n"
3662 #~ "    (> 2 MB) or binary files containing \\0 bytes.\n"
3663 #~ msgstr ""
3664 #~ "more - view a file in the pager\n"
3665 #~ "     more <filename>\n"
3666 #~ "\n"
3667 #~ "    This is used to view a file in the pager.\n"
3668 #~ "\n"
3669 #~ "    It is the equivalent of (and is implemented by)\n"
3670 #~ "    running \"cat\" and using the pager.\n"
3671 #~ "\n"
3672 #~ "    Normally it uses $PAGER, but if you use the alias\n"
3673 #~ "    \"less\" then it always uses \"less\".\n"
3674 #~ "\n"
3675 #~ "    NOTE: This will not work reliably for large files\n"
3676 #~ "    (> 2 MB) or binary files containing \\0 bytes.\n"
3677
3678 #~ msgid ""
3679 #~ "reopen - close and reopen the libguestfs handle\n"
3680 #~ "     reopen\n"
3681 #~ "\n"
3682 #~ "Close and reopen the libguestfs handle.  It is not necessary to use\n"
3683 #~ "this normally, because the handle is closed properly when guestfish\n"
3684 #~ "exits.  However this is occasionally useful for testing.\n"
3685 #~ msgstr ""
3686 #~ "reopen - close and reopen the libguestfs handle\n"
3687 #~ "     reopen\n"
3688 #~ "\n"
3689 #~ "Close and reopen the libguestfs handle.  It is not necessary to use\n"
3690 #~ "this normally, because the handle is closed properly when guestfish\n"
3691 #~ "exits.  However this is occasionally useful for testing.\n"
3692
3693 #, fuzzy
3694 #~ msgid ""
3695 #~ "sparse - allocate a sparse image file\n"
3696 #~ "     sparse <filename> <size>\n"
3697 #~ "\n"
3698 #~ "    This creates an empty sparse file of the given size,\n"
3699 #~ "    and then adds so it can be further examined.\n"
3700 #~ "\n"
3701 #~ "    In all respects it works the same as the 'alloc'\n"
3702 #~ "    command, except that the image file is allocated\n"
3703 #~ "    sparsely, which means that disk blocks are not assigned\n"
3704 #~ "    to the file until they are needed.  Sparse disk files\n"
3705 #~ "    only use space when written to, but they are slower\n"
3706 #~ "    and there is a danger you could run out of real disk\n"
3707 #~ "    space during a write operation.\n"
3708 #~ "\n"
3709 #~ "    For more advanced image creation, see qemu-img utility.\n"
3710 #~ "\n"
3711 #~ "    Size can be specified using standard suffixes, eg. '1M'.\n"
3712 #~ msgstr ""
3713 #~ "sparse - allocate a sparse image file\n"
3714 #~ "     sparse <filename> <size>\n"
3715 #~ "\n"
3716 #~ "    This creates an empty sparse file of the given size,\n"
3717 #~ "    and then adds so it can be further examined.\n"
3718 #~ "\n"
3719 #~ "    In all respects it works the same as the 'alloc'\n"
3720 #~ "    command, except that the image file is allocated\n"
3721 #~ "    sparsely, which means that disk blocks are not assigned\n"
3722 #~ "    to the file until they are needed.  Sparse disk files\n"
3723 #~ "    only use space when written to, but they are slower\n"
3724 #~ "    and there is a danger you could run out of real disk\n"
3725 #~ "    space during a write operation.\n"
3726 #~ "\n"
3727 #~ "    For more advanced image creation, see qemu-img utility.\n"
3728 #~ "\n"
3729 #~ "    Size can be specified (where <nn> means a number):\n"
3730 #~ "    <nn>             number of kilobytes\n"
3731 #~ "      eg: 1440       standard 3.5\" floppy\n"
3732 #~ "    <nn>K or <nn>KB  number of kilobytes\n"
3733 #~ "    <nn>M or <nn>MB  number of megabytes\n"
3734 #~ "    <nn>G or <nn>GB  number of gigabytes\n"
3735 #~ "    <nn>T or <nn>TB  number of terabytes\n"
3736 #~ "    <nn>P or <nn>PB  number of petabytes\n"
3737 #~ "    <nn>E or <nn>EB  number of exabytes\n"
3738 #~ "    <nn>sects        number of 512 byte sectors\n"
3739
3740 #~ msgid ""
3741 #~ "time - measure time taken to run command\n"
3742 #~ "    time <command> [<args> ...]\n"
3743 #~ "\n"
3744 #~ "    This runs <command> as usual, and prints the elapsed\n"
3745 #~ "    time afterwards.\n"
3746 #~ msgstr ""
3747 #~ "time - measure time taken to run command\n"
3748 #~ "    time <command> [<args> ...]\n"
3749 #~ "\n"
3750 #~ "    This runs <command> as usual, and prints the elapsed\n"
3751 #~ "    time afterwards.\n"
3752
3753 #~ msgid "external command failed: %s"
3754 #~ msgstr "बाहरी कमांड विफल: %s"
3755
3756 #~ msgid "test if file exists"
3757 #~ msgstr "जाँचें यदि फाइल मौजूद है"
3758
3759 #~ msgid "cannot find %s or %s on LIBGUESTFS_PATH (current path = %s)"
3760 #~ msgstr "cannot find %s or %s on LIBGUESTFS_PATH (current path = %s)"
3761
3762 #~ msgid "failed to connect to vmchannel socket"
3763 #~ msgstr "vmchannel सॉकेट कनेक्ट होने में विफल"
3764
3765 #, fuzzy
3766 #~ msgid ""
3767 #~ "%s: cannot use -i option with -a, -m, -N, --listen, --remote or --"
3768 #~ "selinux\n"
3769 #~ msgstr ""
3770 #~ "%s: cannot use -i option with -a, -m, --listen, --remote or --selinux\n"
3771
3772 #, fuzzy
3773 #~ msgid "cpio command failed: {error}"
3774 #~ msgstr "कमांड विफल: %s"
3775
3776 #~ msgid ""
3777 #~ "alloc - allocate an image\n"
3778 #~ "     alloc <filename> <size>\n"
3779 #~ "\n"
3780 #~ "    This creates an empty (zeroed) file of the given size,\n"
3781 #~ "    and then adds so it can be further examined.\n"
3782 #~ "\n"
3783 #~ "    For more advanced image creation, see qemu-img utility.\n"
3784 #~ "\n"
3785 #~ "    Size can be specified (where <nn> means a number):\n"
3786 #~ "    <nn>             number of kilobytes\n"
3787 #~ "      eg: 1440       standard 3.5\" floppy\n"
3788 #~ "    <nn>K or <nn>KB  number of kilobytes\n"
3789 #~ "    <nn>M or <nn>MB  number of megabytes\n"
3790 #~ "    <nn>G or <nn>GB  number of gigabytes\n"
3791 #~ "    <nn>T or <nn>TB  number of terabytes\n"
3792 #~ "    <nn>P or <nn>PB  number of petabytes\n"
3793 #~ "    <nn>E or <nn>EB  number of exabytes\n"
3794 #~ "    <nn>sects        number of 512 byte sectors\n"
3795 #~ msgstr ""
3796 #~ "alloc - allocate an image\n"
3797 #~ "     alloc <filename> <size>\n"
3798 #~ "\n"
3799 #~ "    This creates an empty (zeroed) file of the given size,\n"
3800 #~ "    and then adds so it can be further examined.\n"
3801 #~ "\n"
3802 #~ "    For more advanced image creation, see qemu-img utility.\n"
3803 #~ "\n"
3804 #~ "    Size can be specified (where <nn> means a number):\n"
3805 #~ "    <nn>             number of kilobytes\n"
3806 #~ "      eg: 1440       standard 3.5\" floppy\n"
3807 #~ "    <nn>K or <nn>KB  number of kilobytes\n"
3808 #~ "    <nn>M or <nn>MB  number of megabytes\n"
3809 #~ "    <nn>G or <nn>GB  number of gigabytes\n"
3810 #~ "    <nn>T or <nn>TB  number of terabytes\n"
3811 #~ "    <nn>P or <nn>PB  number of petabytes\n"
3812 #~ "    <nn>E or <nn>EB  number of exabytes\n"
3813 #~ "    <nn>sects        number of 512 byte sectors\n"
3814
3815 #~ msgid "%s: virt-inspector command too long for fixed-size buffer\n"
3816 #~ msgstr "%s: virt-inspector command too long for fixed-size buffer\n"
3817
3818 #~ msgid "%s: failed to write XML document\n"
3819 #~ msgstr "%s: XML दस्तावेजीकरण लिखने में विफल\n"
3820
3821 #~ msgid "hivexml: missing name of input file\n"
3822 #~ msgstr "hivexml: इनपुट फाइल का अनुपस्थित नाम\n"
3823
3824 #~ msgid ""
3825 #~ "\n"
3826 #~ "Welcome to hivexsh, the hivex interactive shell for examining\n"
3827 #~ "Windows Registry binary hive files.\n"
3828 #~ "\n"
3829 #~ "Type: 'help' for help summary\n"
3830 #~ "      'quit' to quit the shell\n"
3831 #~ "\n"
3832 #~ msgstr ""
3833 #~ "\n"
3834 #~ "Welcome to hivexsh, the hivex interactive shell for examining\n"
3835 #~ "Windows Registry binary hive files.\n"
3836 #~ "\n"
3837 #~ "Type: 'help' for help summary\n"
3838 #~ "      'quit' to quit the shell\n"
3839 #~ "\n"
3840
3841 #~ msgid "hivexsh: error getting parent of node %zu\n"
3842 #~ msgstr "hivexsh: नोड %zu के जनक को पाने में त्रुटि\n"
3843
3844 #~ msgid "hivexsh: error getting node name of node %zx\n"
3845 #~ msgstr "hivexsh: नोड %zx के नोड नाम को पाने में त्रुटि\n"
3846
3847 #~ msgid "hivexsh: you must load a hive file first using 'load hivefile'\n"
3848 #~ msgstr ""
3849 #~ "hivexsh: आपको जरूर एक पहले हाइव फाइल को 'load hivefile' के प्रयोग के पहले लोड "
3850 #~ "करना चाहिए\n"
3851
3852 #~ msgid "hivexsh: unknown command '%s', use 'help' for help summary\n"
3853 #~ msgstr "hivexsh: अज्ञात कमांड '%s', 'help' को मदद सारांश के लिए उपयोग करें\n"
3854
3855 #~ msgid "hivexsh: load: no hive file name given to load\n"
3856 #~ msgstr "hivexsh: load: किसी हाइव फाइल नाम लोड करने के लिए है\n"
3857
3858 #~ msgid ""
3859 #~ "hivexsh: failed to open hive file: %s: %m\n"
3860 #~ "\n"
3861 #~ "If you think this file is a valid Windows binary hive file (_not_\n"
3862 #~ "a regedit *.reg file) then please run this command again using the\n"
3863 #~ "hivexsh option '-d' and attach the complete output _and_ the hive file\n"
3864 #~ "which fails into a bug report at https://bugzilla.redhat.com/\n"
3865 #~ "\n"
3866 #~ msgstr ""
3867 #~ "hivexsh: failed to open hive file: %s: %m\n"
3868 #~ "\n"
3869 #~ "If you think this file is a valid Windows binary hive file (_not_\n"
3870 #~ "a regedit *.reg file) then please run this command again using the\n"
3871 #~ "hivexsh option '-d' and attach the complete output _and_ the hive file\n"
3872 #~ "which fails into a bug report at https://bugzilla.redhat.com/\n"
3873 #~ "\n"
3874
3875 #~ msgid "hivexsh: '%s' command should not be given arguments\n"
3876 #~ msgstr "hivexsh: '%s' कमांड को दिए तर्क में नहीं देना चाहिए\n"
3877
3878 #~ msgid ""
3879 #~ "%s: %s: \\ characters in path are doubled - are you escaping the path "
3880 #~ "parameter correctly?\n"
3881 #~ msgstr ""
3882 #~ "%s: %s: \\ characters in path are doubled - are you escaping the path "
3883 #~ "parameter correctly?\n"
3884
3885 #~ msgid "hivexsh: cd: subkey '%s' not found\n"
3886 #~ msgstr "hivexsh: cd: subkey '%s' not found\n"
3887
3888 #~ msgid ""
3889 #~ "Navigate through the hive's keys using the 'cd' command, as if it\n"
3890 #~ "contained a filesystem, and use 'ls' to list the subkeys of the\n"
3891 #~ "current key.  Full documentation is in the hivexsh(1) manual page.\n"
3892 #~ msgstr ""
3893 #~ "हाइव कुंजी से होकर संचरित करें 'cd' कमांड के उपयोग से, जैसे कि\n"
3894 #~ "यह एक फाइलसिस्टम समाहित करता है, और 'ls' का उपयोग मौजूदा कुंजी के\n"
3895 #~ "उपकुंजी की सूती के लिए करें.  hivexsh(1) मैनुअल पेज में पूर्ण दस्तावेजीकरण है.\n"
3896
3897 #~ msgid "hivexsh: setval: unexpected end of input\n"
3898 #~ msgstr "hivexsh: setval: इनपुट का अप्रत्याशित अंत\n"
3899
3900 #~ msgid ""
3901 #~ "hivexsh: string(utf16le): only 7 bit ASCII strings are supported for "
3902 #~ "input\n"
3903 #~ msgstr ""
3904 #~ "hivexsh: string(utf16le): केवल 7 bit ASCII स्ट्रिंग को इनपुट के लिए समर्थन दिया "
3905 #~ "गया है\n"
3906
3907 #~ msgid "hivexsh: setval: trailing garbage after hex string\n"
3908 #~ msgstr "hivexsh: setval: हेक्स स्ट्रिंग के बाद पीछा करता कचड़ा\n"
3909
3910 #~ msgid ""
3911 #~ "hivexsh: setval: cannot parse value string, please refer to the man page "
3912 #~ "hivexsh(1) for help: %s\n"
3913 #~ msgstr ""
3914 #~ "hivexsh: setval: मान स्ट्रिंग को विश्लेषित नहीं कर सका, कृपयाhivexsh(1) का मदद के "
3915 #~ "लिए संदर्भ लें: %s\n"
3916
3917 #~ msgid "hivexsh: del: the root node cannot be deleted\n"
3918 #~ msgstr "hivexsh: del: रूट नोड को मिटाया नहीं जा सकता है\n"