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