Update PO files.
[libguestfs.git] / po / libguestfs.pot
1 # SOME DESCRIPTIVE TITLE.
2 # Copyright (C) YEAR Red Hat Inc.
3 # This file is distributed under the same license as the PACKAGE package.
4 # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5 #
6 #, fuzzy
7 msgid ""
8 msgstr ""
9 "Project-Id-Version: PACKAGE VERSION\n"
10 "Report-Msgid-Bugs-To: https://bugzilla.redhat.com/enter_bug.cgi?"
11 "component=libguestfs&product=Virtualization+Tools\n"
12 "POT-Creation-Date: 2009-07-10 14:09+0100\n"
13 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
14 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
15 "Language-Team: LANGUAGE <LL@li.org>\n"
16 "MIME-Version: 1.0\n"
17 "Content-Type: text/plain; charset=CHARSET\n"
18 "Content-Transfer-Encoding: 8bit\n"
19
20 #: fish/alloc.c:39
21 #, c-format
22 msgid "use 'alloc file size' to create an image\n"
23 msgstr ""
24
25 #: fish/alloc.c:47
26 #, c-format
27 msgid "can't allocate or add disks after launching\n"
28 msgstr ""
29
30 #: fish/alloc.c:94 fish/alloc.c:101
31 #, c-format
32 msgid "could not parse size specification '%s'\n"
33 msgstr ""
34
35 #: fish/edit.c:86
36 #, c-format
37 msgid "use '%s filename' to edit a file\n"
38 msgstr ""
39
40 #: fish/fish.c:90
41 #, c-format
42 msgid ""
43 "guestfish: guest filesystem shell\n"
44 "guestfish lets you edit virtual machine filesystems\n"
45 "Copyright (C) 2009 Red Hat Inc.\n"
46 "Usage:\n"
47 "  guestfish [--options] cmd [: cmd : cmd ...]\n"
48 "  guestfish -i libvirt-domain\n"
49 "  guestfish -i disk-image(s)\n"
50 "or for interactive use:\n"
51 "  guestfish\n"
52 "or from a shell script:\n"
53 "  guestfish <<EOF\n"
54 "  cmd\n"
55 "  ...\n"
56 "  EOF\n"
57 "Options:\n"
58 "  -h|--cmd-help        List available commands\n"
59 "  -h|--cmd-help cmd    Display detailed help on 'cmd'\n"
60 "  -a|--add image       Add image\n"
61 "  -D|--no-dest-paths   Don't tab-complete paths from guest fs\n"
62 "  -f|--file file       Read commands from file\n"
63 "  -i|--inspector       Run virt-inspector to get disk mountpoints\n"
64 "  -m|--mount dev[:mnt] Mount dev on mnt (if omitted, /)\n"
65 "  -n|--no-sync         Don't autosync\n"
66 "  -r|--ro              Mount read-only\n"
67 "  -v|--verbose         Verbose messages\n"
68 "  -V|--version         Display version and exit\n"
69 "For more information,  see the manpage guestfish(1).\n"
70 msgstr ""
71
72 #: fish/fish.c:157
73 #, c-format
74 msgid "guestfs_create: failed to create handle\n"
75 msgstr ""
76
77 #: fish/fish.c:202
78 #, c-format
79 msgid "guestfish: only one -f parameter can be given\n"
80 msgstr ""
81
82 #: fish/fish.c:260
83 #, c-format
84 msgid "guestfish: unexpected command line option 0x%x\n"
85 msgstr ""
86
87 #: fish/fish.c:272
88 #, c-format
89 msgid "guestfish: cannot use -i option with -a or -m\n"
90 msgstr ""
91
92 #: fish/fish.c:276
93 #, c-format
94 msgid "guestfish -i requires a libvirt domain or path(s) to disk image(s)\n"
95 msgstr ""
96
97 #: fish/fish.c:284
98 #, c-format
99 msgid "guestfish: virt-inspector command too long for fixed-size buffer\n"
100 msgstr ""
101
102 #: fish/fish.c:464
103 #, c-format
104 msgid ""
105 "\n"
106 "Welcome to guestfish, the libguestfs filesystem interactive shell for\n"
107 "editing virtual machine filesystems.\n"
108 "\n"
109 "Type: 'help' for help with commands\n"
110 "      'quit' to quit the shell\n"
111 "\n"
112 msgstr ""
113
114 #: fish/fish.c:542
115 #, c-format
116 msgid "guestfish: unterminated double quote\n"
117 msgstr ""
118
119 #: fish/fish.c:547 fish/fish.c:562
120 #, c-format
121 msgid "guestfish: command arguments not separated by whitespace\n"
122 msgstr ""
123
124 #: fish/fish.c:557
125 #, c-format
126 msgid "guestfish: unterminated single quote\n"
127 msgstr ""
128
129 #: fish/fish.c:602
130 #, c-format
131 msgid "guestfish: internal error parsing string at '%s'\n"
132 msgstr ""
133
134 #: fish/fish.c:615
135 #, c-format
136 msgid "guestfish: too many arguments\n"
137 msgstr ""
138
139 #: fish/fish.c:642
140 #, c-format
141 msgid "guestfish: empty command on command line\n"
142 msgstr ""
143
144 #: fish/fish.c:755
145 msgid "display a list of commands or help on a command"
146 msgstr ""
147
148 #: fish/fish.c:757
149 msgid "quit guestfish"
150 msgstr ""
151
152 #: fish/fish.c:760
153 msgid "allocate an image"
154 msgstr ""
155
156 #: fish/fish.c:762
157 msgid "display a line of text"
158 msgstr ""
159
160 #: fish/fish.c:764
161 msgid "edit a file in the image"
162 msgstr ""
163
164 #: fish/fish.c:766
165 msgid "local change directory"
166 msgstr ""
167
168 #: fish/fish.c:768
169 msgid "expand wildcards in command"
170 msgstr ""
171
172 #: fish/fish.c:770
173 msgid "measure time taken to run command"
174 msgstr ""
175
176 #: fish/fish.c:782
177 #, c-format
178 msgid ""
179 "alloc - allocate an image\n"
180 "     alloc <filename> <size>\n"
181 "\n"
182 "    This creates an empty (zeroed) file of the given size,\n"
183 "    and then adds so it can be further examined.\n"
184 "\n"
185 "    For more advanced image creation, see qemu-img utility.\n"
186 "\n"
187 "    Size can be specified (where <nn> means a number):\n"
188 "    <nn>             number of kilobytes\n"
189 "      eg: 1440       standard 3.5\" floppy\n"
190 "    <nn>K or <nn>KB  number of kilobytes\n"
191 "    <nn>M or <nn>MB  number of megabytes\n"
192 "    <nn>G or <nn>GB  number of gigabytes\n"
193 "    <nn>sects        number of 512 byte sectors\n"
194 msgstr ""
195
196 #: fish/fish.c:798
197 #, c-format
198 msgid ""
199 "echo - display a line of text\n"
200 "     echo [<params> ...]\n"
201 "\n"
202 "    This echos the parameters to the terminal.\n"
203 msgstr ""
204
205 #: fish/fish.c:805
206 #, c-format
207 msgid ""
208 "edit - edit a file in the image\n"
209 "     edit <filename>\n"
210 "\n"
211 "    This is used to edit a file.\n"
212 "\n"
213 "    It is the equivalent of (and is implemented by)\n"
214 "    running \"cat\", editing locally, and then \"write-file\".\n"
215 "\n"
216 "    Normally it uses $EDITOR, but if you use the aliases\n"
217 "    \"vi\" or \"emacs\" you will get those editors.\n"
218 "\n"
219 "    NOTE: This will not work reliably for large files\n"
220 "    (> 2 MB) or binary files containing \\0 bytes.\n"
221 msgstr ""
222
223 #: fish/fish.c:819
224 #, c-format
225 msgid ""
226 "lcd - local change directory\n"
227 "    lcd <directory>\n"
228 "\n"
229 "    Change guestfish's current directory. This command is\n"
230 "    useful if you want to download files to a particular\n"
231 "    place.\n"
232 msgstr ""
233
234 #: fish/fish.c:826
235 #, c-format
236 msgid ""
237 "glob - expand wildcards in command\n"
238 "    glob <command> [<args> ...]\n"
239 "\n"
240 "    Glob runs <command> with wildcards expanded in any\n"
241 "    command args.  Note that the command is run repeatedly\n"
242 "    once for each expanded argument.\n"
243 msgstr ""
244
245 #: fish/fish.c:834
246 #, c-format
247 msgid ""
248 "more - view a file in the pager\n"
249 "     more <filename>\n"
250 "\n"
251 "    This is used to view a file in the pager.\n"
252 "\n"
253 "    It is the equivalent of (and is implemented by)\n"
254 "    running \"cat\" and using the pager.\n"
255 "\n"
256 "    Normally it uses $PAGER, but if you use the alias\n"
257 "    \"less\" then it always uses \"less\".\n"
258 "\n"
259 "    NOTE: This will not work reliably for large files\n"
260 "    (> 2 MB) or binary files containing \\0 bytes.\n"
261 msgstr ""
262
263 #: fish/fish.c:848
264 #, c-format
265 msgid ""
266 "help - display a list of commands or help on a command\n"
267 "     help cmd\n"
268 "     help\n"
269 msgstr ""
270
271 #: fish/fish.c:854
272 #, c-format
273 msgid ""
274 "quit - quit guestfish\n"
275 "     quit\n"
276 msgstr ""
277
278 #: fish/fish.c:857
279 #, c-format
280 msgid ""
281 "time - measure time taken to run command\n"
282 "    time <command> [<args> ...]\n"
283 "\n"
284 "    This runs <command> as usual, and prints the elapsed\n"
285 "    time afterwards.\n"
286 msgstr ""
287
288 #: fish/fish.c:863
289 #, c-format
290 msgid "%s: command not known, use -h to list all commands\n"
291 msgstr ""
292
293 #: fish/glob.c:52
294 #, c-format
295 msgid "use 'glob command [args...]'\n"
296 msgstr ""
297
298 #: fish/glob.c:72
299 #, c-format
300 msgid "glob: guestfs_glob_expand call failed: %s\n"
301 msgstr ""
302
303 #: fish/lcd.c:34
304 #, c-format
305 msgid "use 'lcd directory' to change local directory\n"
306 msgstr ""
307
308 #: fish/more.c:40
309 #, c-format
310 msgid "use '%s filename' to page a file\n"
311 msgstr ""
312
313 #: fish/time.c:35
314 #, c-format
315 msgid "use 'time command [args...]'\n"
316 msgstr ""
317
318 #: src/guestfs.c:309
319 #, c-format
320 msgid "guestfs_close: called twice on the same handle\n"
321 msgstr ""
322
323 #: src/guestfs.c:417
324 #, c-format
325 msgid "libguestfs: error: %s\n"
326 msgstr ""
327
328 #: src/guestfs.c:720
329 msgid "command line cannot be altered after qemu subprocess launched"
330 msgstr ""
331
332 #: src/guestfs.c:734
333 msgid "guestfs_config: parameter must begin with '-' character"
334 msgstr ""
335
336 #: src/guestfs.c:748
337 #, c-format
338 msgid "guestfs_config: parameter '%s' isn't allowed"
339 msgstr ""
340
341 #: src/guestfs.c:768 src/guestfs.c:790 src/guestfs.c:808
342 msgid "filename cannot contain ',' (comma) character"
343 msgstr ""
344
345 #: src/guestfs.c:877
346 msgid "you must call guestfs_add_drive before guestfs_launch"
347 msgstr ""
348
349 #: src/guestfs.c:882
350 msgid "qemu has already been launched"
351 msgstr ""
352
353 #: src/guestfs.c:890
354 #, c-format
355 msgid "%s: cannot create temporary directory"
356 msgstr ""
357
358 #: src/guestfs.c:980
359 #, c-format
360 msgid "cannot find %s or %s on LIBGUESTFS_PATH (current path = %s)"
361 msgstr ""
362
363 #: src/guestfs.c:1187
364 msgid "failed to connect to vmchannel socket"
365 msgstr ""
366
367 #: src/guestfs.c:1206
368 msgid "could not watch qemu stdout"
369 msgstr ""
370
371 #: src/guestfs.c:1274
372 #, c-format
373 msgid "external command failed: %s"
374 msgstr ""
375
376 #: src/guestfs.c:1313
377 #, c-format
378 msgid ""
379 "%s: command failed: If qemu is located on a non-standard path, try setting "
380 "the LIBGUESTFS_QEMU environment variable."
381 msgstr ""
382
383 #: src/guestfs.c:1386
384 msgid "qemu has finished launching already"
385 msgstr ""
386
387 #: src/guestfs.c:1391
388 msgid "qemu has not been launched yet"
389 msgstr ""
390
391 #: src/guestfs.c:1404
392 msgid "guestfs_wait_ready failed, see earlier error messages"
393 msgstr ""
394
395 #: src/guestfs.c:1414
396 msgid "qemu launched and contacted daemon, but state != READY"
397 msgstr ""
398
399 #: src/guestfs.c:1425
400 msgid "no subprocess to kill"
401 msgstr ""
402
403 #: src/guestfs.c:1473
404 #, c-format
405 msgid "guestfs_set_ready: called when in state %d != BUSY"
406 msgstr ""
407
408 #: src/guestfs.c:1485
409 #, c-format
410 msgid "guestfs_set_busy: called when in state %d != READY"
411 msgstr ""
412
413 #: src/guestfs.c:1506
414 #, c-format
415 msgid "guestfs_end_busy: called when in state %d"
416 msgstr ""
417
418 #: src/guestfs.c:1564
419 #, c-format
420 msgid "stdout_event: internal error: %d != %d"
421 msgstr ""
422
423 #: src/guestfs.c:1607
424 #, c-format
425 msgid "sock_read_event: internal error: %d != %d"
426 msgstr ""
427
428 #: src/guestfs.c:1637
429 msgid "can't decode length word"
430 msgstr ""
431
432 #: src/guestfs.c:1647
433 #, c-format
434 msgid "received magic signature from guestfsd, but in state %d"
435 msgstr ""
436
437 #: src/guestfs.c:1650
438 #, c-format
439 msgid "received magic signature from guestfsd, but msg size is %d"
440 msgstr ""
441
442 #: src/guestfs.c:1675
443 #, c-format
444 msgid "message length (%u) > maximum possible size (%d)"
445 msgstr ""
446
447 #: src/guestfs.c:1708
448 #, c-format
449 msgid "state %d != BUSY"
450 msgstr ""
451
452 #: src/guestfs.c:1748
453 #, c-format
454 msgid "sock_write_event: internal error: %d != %d"
455 msgstr ""
456
457 #: src/guestfs.c:1753
458 #, c-format
459 msgid "sock_write_event: state %d != BUSY"
460 msgstr ""
461
462 #: src/guestfs.c:1860 src/guestfs.c:1883
463 msgid "remove_handle failed"
464 msgstr ""
465
466 #: src/guestfs.c:1871 src/guestfs.c:1894
467 msgid "add_handle failed"
468 msgstr ""
469
470 #: src/guestfs.c:1927
471 #, c-format
472 msgid "guestfs__send_sync: state %d != BUSY"
473 msgstr ""
474
475 #: src/guestfs.c:1935 src/guestfs.c:2115
476 msgid "guestfs__send_sync: msg_out should be NULL"
477 msgstr ""
478
479 #: src/guestfs.c:1957
480 msgid "xdr_guestfs_message_header failed"
481 msgstr ""
482
483 #: src/guestfs.c:1966
484 msgid "dispatch failed to marshal args"
485 msgstr ""
486
487 #: src/guestfs.c:1992
488 msgid "send failed, see earlier error messages"
489 msgstr ""
490
491 #: src/guestfs.c:2107
492 #, c-format
493 msgid "send_file_chunk_sync: state %d != READY"
494 msgstr ""
495
496 #: src/guestfs.c:2138
497 #, c-format
498 msgid "xdr_guestfs_chunk failed (buf = %p, buflen = %zu)"
499 msgstr ""
500
501 #: src/guestfs.c:2163
502 msgid "send file chunk failed, see earlier error messages"
503 msgstr ""
504
505 #: src/guestfs.c:2214
506 #, c-format
507 msgid "check_for_daemon_cancellation: read 0x%x from daemon, expected 0x%x\n"
508 msgstr ""
509
510 #: src/guestfs.c:2252
511 #, c-format
512 msgid "%s: error in chunked encoding"
513 msgstr ""
514
515 #: src/guestfs.c:2280
516 msgid "write to daemon socket"
517 msgstr ""
518
519 #: src/guestfs.c:2327
520 msgid "failed to parse file chunk"
521 msgstr ""
522
523 #: src/guestfs.c:2359
524 msgid "receive_file_data_sync: reply callback not called\n"
525 msgstr ""
526
527 #: src/guestfs.c:2364
528 msgid "receive_file_data_sync: parse error in reply callback\n"
529 msgstr ""
530
531 #: src/guestfs.c:2378
532 msgid "file receive cancelled by daemon"
533 msgstr ""
534
535 #: src/guestfs.c:2413 src/guestfs.c:2471
536 #, c-format
537 msgid "fd %d is out of range"
538 msgstr ""
539
540 #: src/guestfs.c:2421
541 #, c-format
542 msgid "set of events (0x%x) contains unknown events"
543 msgstr ""
544
545 #: src/guestfs.c:2426
546 msgid "set of events is empty"
547 msgstr ""
548
549 #: src/guestfs.c:2433
550 #, c-format
551 msgid "fd %d is already registered"
552 msgstr ""
553
554 #: src/guestfs.c:2438
555 msgid "callback is NULL"
556 msgstr ""
557
558 #: src/guestfs.c:2478
559 #, c-format
560 msgid "fd %d was not registered"
561 msgstr ""
562
563 #: src/guestfs.c:2527
564 msgid "select_main_loop_run: this cannot be called recursively"
565 msgstr ""