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