Version 1.0.50.
[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-06-22 10:02+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:104
36 #, c-format
37 msgid "use '%s filename' to edit a file\n"
38 msgstr ""
39
40 #: fish/fish.c:88
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 "or for interactive use:\n"
49 "  guestfish\n"
50 "or from a shell script:\n"
51 "  guestfish <<EOF\n"
52 "  cmd\n"
53 "  ...\n"
54 "  EOF\n"
55 "Options:\n"
56 "  -h|--cmd-help        List available commands\n"
57 "  -h|--cmd-help cmd    Display detailed help on 'cmd'\n"
58 "  -a|--add image       Add image\n"
59 "  -D|--no-dest-paths   Don't tab-complete paths from guest fs\n"
60 "  -m|--mount dev[:mnt] Mount dev on mnt (if omitted, /)\n"
61 "  -n|--no-sync         Don't autosync\n"
62 "  -r|--ro              Mount read-only\n"
63 "  -v|--verbose         Verbose messages\n"
64 "  -V|--version         Display version and exit\n"
65 "For more information,  see the manpage guestfish(1).\n"
66 msgstr ""
67
68 #: fish/fish.c:143
69 #, c-format
70 msgid "guestfs_create: failed to create handle\n"
71 msgstr ""
72
73 #: fish/fish.c:234
74 #, c-format
75 msgid "guestfish: unexpected command line option 0x%x\n"
76 msgstr ""
77
78 #: fish/fish.c:380
79 #, c-format
80 msgid ""
81 "\n"
82 "Welcome to guestfish, the libguestfs filesystem interactive shell for\n"
83 "editing virtual machine filesystems.\n"
84 "\n"
85 "Type: 'help' for help with commands\n"
86 "      'quit' to quit the shell\n"
87 "\n"
88 msgstr ""
89
90 #: fish/fish.c:457
91 #, c-format
92 msgid "guestfish: unterminated double quote\n"
93 msgstr ""
94
95 #: fish/fish.c:462 fish/fish.c:477
96 #, c-format
97 msgid "guestfish: command arguments not separated by whitespace\n"
98 msgstr ""
99
100 #: fish/fish.c:472
101 #, c-format
102 msgid "guestfish: unterminated single quote\n"
103 msgstr ""
104
105 #: fish/fish.c:513
106 #, c-format
107 msgid "guestfish: internal error parsing string at '%s'\n"
108 msgstr ""
109
110 #: fish/fish.c:526
111 #, c-format
112 msgid "guestfish: too many arguments\n"
113 msgstr ""
114
115 #: fish/fish.c:553
116 #, c-format
117 msgid "guestfish: empty command on command line\n"
118 msgstr ""
119
120 #: fish/fish.c:614
121 msgid "display a list of commands or help on a command"
122 msgstr ""
123
124 #: fish/fish.c:616
125 msgid "quit guestfish"
126 msgstr ""
127
128 #: fish/fish.c:619
129 msgid "allocate an image"
130 msgstr ""
131
132 #: fish/fish.c:621
133 msgid "display a line of text"
134 msgstr ""
135
136 #: fish/fish.c:623
137 msgid "edit a file in the image"
138 msgstr ""
139
140 #: fish/fish.c:625
141 msgid "local change directory"
142 msgstr ""
143
144 #: fish/fish.c:627
145 msgid "expand wildcards in command"
146 msgstr ""
147
148 #: fish/fish.c:639
149 #, c-format
150 msgid ""
151 "alloc - allocate an image\n"
152 "     alloc <filename> <size>\n"
153 "\n"
154 "    This creates an empty (zeroed) file of the given size,\n"
155 "    and then adds so it can be further examined.\n"
156 "\n"
157 "    For more advanced image creation, see qemu-img utility.\n"
158 "\n"
159 "    Size can be specified (where <nn> means a number):\n"
160 "    <nn>             number of kilobytes\n"
161 "      eg: 1440       standard 3.5\" floppy\n"
162 "    <nn>K or <nn>KB  number of kilobytes\n"
163 "    <nn>M or <nn>MB  number of megabytes\n"
164 "    <nn>G or <nn>GB  number of gigabytes\n"
165 "    <nn>sects        number of 512 byte sectors\n"
166 msgstr ""
167
168 #: fish/fish.c:655
169 #, c-format
170 msgid ""
171 "echo - display a line of text\n"
172 "     echo [<params> ...]\n"
173 "\n"
174 "    This echos the parameters to the terminal.\n"
175 msgstr ""
176
177 #: fish/fish.c:662
178 #, c-format
179 msgid ""
180 "edit - edit a file in the image\n"
181 "     edit <filename>\n"
182 "\n"
183 "    This is used to edit a file.\n"
184 "\n"
185 "    It is the equivalent of (and is implemented by)\n"
186 "    running \"cat\", editing locally, and then \"write-file\".\n"
187 "\n"
188 "    Normally it uses $EDITOR, but if you use the aliases\n"
189 "    \"vi\" or \"emacs\" you will get those editors.\n"
190 "\n"
191 "    NOTE: This will not work reliably for large files\n"
192 "    (> 2 MB) or binary files containing \\0 bytes.\n"
193 msgstr ""
194
195 #: fish/fish.c:676
196 #, c-format
197 msgid ""
198 "lcd - local change directory\n"
199 "    lcd <directory>\n"
200 "\n"
201 "    Change guestfish's current directory. This command is\n"
202 "    useful if you want to download files to a particular\n"
203 "    place.\n"
204 msgstr ""
205
206 #: fish/fish.c:683
207 #, c-format
208 msgid ""
209 "glob - expand wildcards in command\n"
210 "    glob <command> [<args> ...]\n"
211 "\n"
212 "    Glob runs <command> with wildcards expanded in any\n"
213 "    command args.  Note that the command is run repeatedly\n"
214 "    once for each expanded argument.\n"
215 msgstr ""
216
217 #: fish/fish.c:690
218 #, c-format
219 msgid ""
220 "help - display a list of commands or help on a command\n"
221 "     help cmd\n"
222 "     help\n"
223 msgstr ""
224
225 #: fish/fish.c:696
226 #, c-format
227 msgid ""
228 "quit - quit guestfish\n"
229 "     quit\n"
230 msgstr ""
231
232 #: fish/fish.c:699
233 #, c-format
234 msgid "%s: command not known, use -h to list all commands\n"
235 msgstr ""
236
237 #: src/guestfs.c:288
238 #, c-format
239 msgid "guestfs_close: called twice on the same handle\n"
240 msgstr ""
241
242 #: src/guestfs.c:375
243 #, c-format
244 msgid "libguestfs: error: %s\n"
245 msgstr ""
246
247 #: src/guestfs.c:616
248 msgid "command line cannot be altered after qemu subprocess launched"
249 msgstr ""
250
251 #: src/guestfs.c:630
252 msgid "guestfs_config: parameter must begin with '-' character"
253 msgstr ""
254
255 #: src/guestfs.c:645
256 #, c-format
257 msgid "guestfs_config: parameter '%s' isn't allowed"
258 msgstr ""
259
260 #: src/guestfs.c:665 src/guestfs.c:686 src/guestfs.c:704
261 msgid "filename cannot contain ',' (comma) character"
262 msgstr ""
263
264 #: src/guestfs.c:771
265 msgid "you must call guestfs_add_drive before guestfs_launch"
266 msgstr ""
267
268 #: src/guestfs.c:776
269 msgid "qemu has already been launched"
270 msgstr ""
271
272 #: src/guestfs.c:784
273 #, c-format
274 msgid "%s: cannot create temporary directory"
275 msgstr ""
276
277 #: src/guestfs.c:874
278 #, c-format
279 msgid "cannot find %s or %s on LIBGUESTFS_PATH (current path = %s)"
280 msgstr ""
281
282 #: src/guestfs.c:1080
283 msgid "failed to connect to vmchannel socket"
284 msgstr ""
285
286 #: src/guestfs.c:1099
287 msgid "could not watch qemu stdout"
288 msgstr ""
289
290 #: src/guestfs.c:1167
291 #, c-format
292 msgid "external command failed: %s"
293 msgstr ""
294
295 #: src/guestfs.c:1195
296 msgid "qemu has finished launching already"
297 msgstr ""
298
299 #: src/guestfs.c:1200
300 msgid "qemu has not been launched yet"
301 msgstr ""
302
303 #: src/guestfs.c:1213
304 msgid "guestfs_wait_ready failed, see earlier error messages"
305 msgstr ""
306
307 #: src/guestfs.c:1223
308 msgid "qemu launched and contacted daemon, but state != READY"
309 msgstr ""
310
311 #: src/guestfs.c:1234
312 msgid "no subprocess to kill"
313 msgstr ""
314
315 #: src/guestfs.c:1282
316 #, c-format
317 msgid "guestfs_set_ready: called when in state %d != BUSY"
318 msgstr ""
319
320 #: src/guestfs.c:1294
321 #, c-format
322 msgid "guestfs_set_busy: called when in state %d != READY"
323 msgstr ""
324
325 #: src/guestfs.c:1315
326 #, c-format
327 msgid "guestfs_end_busy: called when in state %d"
328 msgstr ""
329
330 #: src/guestfs.c:1404
331 #, c-format
332 msgid "stdout_event: internal error: %d != %d"
333 msgstr ""
334
335 #: src/guestfs.c:1447
336 #, c-format
337 msgid "sock_read_event: internal error: %d != %d"
338 msgstr ""
339
340 #: src/guestfs.c:1477
341 msgid "can't decode length word"
342 msgstr ""
343
344 #: src/guestfs.c:1487
345 #, c-format
346 msgid "received magic signature from guestfsd, but in state %d"
347 msgstr ""
348
349 #: src/guestfs.c:1490
350 #, c-format
351 msgid "received magic signature from guestfsd, but msg size is %d"
352 msgstr ""
353
354 #: src/guestfs.c:1515
355 #, c-format
356 msgid "message length (%u) > maximum possible size (%d)"
357 msgstr ""
358
359 #: src/guestfs.c:1548
360 #, c-format
361 msgid "state %d != BUSY"
362 msgstr ""
363
364 #: src/guestfs.c:1588
365 #, c-format
366 msgid "sock_write_event: internal error: %d != %d"
367 msgstr ""
368
369 #: src/guestfs.c:1593
370 #, c-format
371 msgid "sock_write_event: state %d != BUSY"
372 msgstr ""
373
374 #: src/guestfs.c:1697 src/guestfs.c:1720
375 msgid "remove_handle failed"
376 msgstr ""
377
378 #: src/guestfs.c:1708 src/guestfs.c:1731
379 msgid "add_handle failed"
380 msgstr ""
381
382 #: src/guestfs.c:1764
383 #, c-format
384 msgid "guestfs__send_sync: state %d != BUSY"
385 msgstr ""
386
387 #: src/guestfs.c:1772 src/guestfs.c:1952
388 msgid "guestfs__send_sync: msg_out should be NULL"
389 msgstr ""
390
391 #: src/guestfs.c:1794
392 msgid "xdr_guestfs_message_header failed"
393 msgstr ""
394
395 #: src/guestfs.c:1803
396 msgid "dispatch failed to marshal args"
397 msgstr ""
398
399 #: src/guestfs.c:1829
400 msgid "send failed, see earlier error messages"
401 msgstr ""
402
403 #: src/guestfs.c:1944
404 #, c-format
405 msgid "send_file_chunk_sync: state %d != READY"
406 msgstr ""
407
408 #: src/guestfs.c:1975
409 #, c-format
410 msgid "xdr_guestfs_chunk failed (buf = %p, buflen = %zu)"
411 msgstr ""
412
413 #: src/guestfs.c:2000
414 msgid "send file chunk failed, see earlier error messages"
415 msgstr ""
416
417 #: src/guestfs.c:2051
418 #, c-format
419 msgid "check_for_daemon_cancellation: read 0x%x from daemon, expected 0x%x\n"
420 msgstr ""
421
422 #: src/guestfs.c:2089
423 #, c-format
424 msgid "%s: error in chunked encoding"
425 msgstr ""
426
427 #: src/guestfs.c:2113
428 msgid "write to daemon socket"
429 msgstr ""
430
431 #: src/guestfs.c:2160
432 msgid "failed to parse file chunk"
433 msgstr ""
434
435 #: src/guestfs.c:2192
436 msgid "receive_file_data_sync: reply callback not called\n"
437 msgstr ""
438
439 #: src/guestfs.c:2197
440 msgid "receive_file_data_sync: parse error in reply callback\n"
441 msgstr ""
442
443 #: src/guestfs.c:2211
444 msgid "file receive cancelled by daemon"
445 msgstr ""
446
447 #: src/guestfs.c:2246 src/guestfs.c:2304
448 #, c-format
449 msgid "fd %d is out of range"
450 msgstr ""
451
452 #: src/guestfs.c:2254
453 #, c-format
454 msgid "set of events (0x%x) contains unknown events"
455 msgstr ""
456
457 #: src/guestfs.c:2259
458 msgid "set of events is empty"
459 msgstr ""
460
461 #: src/guestfs.c:2266
462 #, c-format
463 msgid "fd %d is already registered"
464 msgstr ""
465
466 #: src/guestfs.c:2271
467 msgid "callback is NULL"
468 msgstr ""
469
470 #: src/guestfs.c:2311
471 #, c-format
472 msgid "fd %d was not registered"
473 msgstr ""
474
475 #: src/guestfs.c:2360
476 msgid "select_main_loop_run: this cannot be called recursively"
477 msgstr ""