16c45988de0ace0b93841497287c26954b5a0275
[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-05-28 20:04+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:83
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:134
68 #, c-format
69 msgid "guestfs_create: failed to create handle\n"
70 msgstr ""
71
72 #: fish/fish.c:215
73 #, c-format
74 msgid "guestfish: unexpected command line option 0x%x\n"
75 msgstr ""
76
77 #: fish/fish.c:342
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:419
90 #, c-format
91 msgid "guestfish: unterminated double quote\n"
92 msgstr ""
93
94 #: fish/fish.c:424 fish/fish.c:439
95 #, c-format
96 msgid "guestfish: command arguments not separated by whitespace\n"
97 msgstr ""
98
99 #: fish/fish.c:434
100 #, c-format
101 msgid "guestfish: unterminated single quote\n"
102 msgstr ""
103
104 #: fish/fish.c:475
105 #, c-format
106 msgid "guestfish: internal error parsing string at '%s'\n"
107 msgstr ""
108
109 #: fish/fish.c:488
110 #, c-format
111 msgid "guestfish: too many arguments\n"
112 msgstr ""
113
114 #: fish/fish.c:515
115 #, c-format
116 msgid "guestfish: empty command on command line\n"
117 msgstr ""
118
119 #: fish/fish.c:572
120 msgid "display a list of commands or help on a command"
121 msgstr ""
122
123 #: fish/fish.c:574
124 msgid "quit guestfish"
125 msgstr ""
126
127 #: fish/fish.c:577
128 msgid "allocate an image"
129 msgstr ""
130
131 #: fish/fish.c:579
132 msgid "display a line of text"
133 msgstr ""
134
135 #: fish/fish.c:581
136 msgid "edit a file in the image"
137 msgstr ""
138
139 #: fish/fish.c:593
140 #, c-format
141 msgid ""
142 "alloc - allocate an image\n"
143 "     alloc <filename> <size>\n"
144 "\n"
145 "    This creates an empty (zeroed) file of the given size,\n"
146 "    and then adds so it can be further examined.\n"
147 "\n"
148 "    For more advanced image creation, see qemu-img utility.\n"
149 "\n"
150 "    Size can be specified (where <nn> means a number):\n"
151 "    <nn>             number of kilobytes\n"
152 "      eg: 1440       standard 3.5\" floppy\n"
153 "    <nn>K or <nn>KB  number of kilobytes\n"
154 "    <nn>M or <nn>MB  number of megabytes\n"
155 "    <nn>G or <nn>GB  number of gigabytes\n"
156 "    <nn>sects        number of 512 byte sectors\n"
157 msgstr ""
158
159 #: fish/fish.c:609
160 #, c-format
161 msgid ""
162 "echo - display a line of text\n"
163 "     echo [<params> ...]\n"
164 "\n"
165 "    This echos the parameters to the terminal.\n"
166 msgstr ""
167
168 #: fish/fish.c:616
169 #, c-format
170 msgid ""
171 "edit - edit a file in the image\n"
172 "     edit <filename>\n"
173 "\n"
174 "    This is used to edit a file.\n"
175 "\n"
176 "    It is the equivalent of (and is implemented by)\n"
177 "    running \"cat\", editing locally, and then \"write-file\".\n"
178 "\n"
179 "    Normally it uses $EDITOR, but if you use the aliases\n"
180 "    \"vi\" or \"emacs\" you will get those editors.\n"
181 "\n"
182 "    NOTE: This will not work reliably for large files\n"
183 "    (> 2 MB) or binary files containing \\0 bytes.\n"
184 msgstr ""
185
186 #: fish/fish.c:630
187 #, c-format
188 msgid ""
189 "help - display a list of commands or help on a command\n"
190 "     help cmd\n"
191 "     help\n"
192 msgstr ""
193
194 #: fish/fish.c:636
195 #, c-format
196 msgid ""
197 "quit - quit guestfish\n"
198 "     quit\n"
199 msgstr ""
200
201 #: fish/fish.c:639
202 #, c-format
203 msgid "%s: command not known, use -h to list all commands\n"
204 msgstr ""
205
206 #: src/guestfs.c:287
207 #, c-format
208 msgid "guestfs_close: called twice on the same handle\n"
209 msgstr ""
210
211 #: src/guestfs.c:368
212 #, c-format
213 msgid "libguestfs: error: %s\n"
214 msgstr ""
215
216 #: src/guestfs.c:609
217 msgid "command line cannot be altered after qemu subprocess launched"
218 msgstr ""
219
220 #: src/guestfs.c:623
221 msgid "guestfs_config: parameter must begin with '-' character"
222 msgstr ""
223
224 #: src/guestfs.c:638
225 #, c-format
226 msgid "guestfs_config: parameter '%s' isn't allowed"
227 msgstr ""
228
229 #: src/guestfs.c:658 src/guestfs.c:676
230 msgid "filename cannot contain ',' (comma) character"
231 msgstr ""
232
233 #: src/guestfs.c:705
234 msgid "you must call guestfs_add_drive before guestfs_launch"
235 msgstr ""
236
237 #: src/guestfs.c:710
238 msgid "qemu has already been launched"
239 msgstr ""
240
241 #: src/guestfs.c:756
242 #, c-format
243 msgid "cannot find %s or %s on LIBGUESTFS_PATH (current path = %s)"
244 msgstr ""
245
246 #: src/guestfs.c:774
247 #, c-format
248 msgid "%s: cannot create temporary directory"
249 msgstr ""
250
251 #: src/guestfs.c:970
252 msgid "failed to connect to vmchannel socket"
253 msgstr ""
254
255 #: src/guestfs.c:989
256 msgid "could not watch qemu stdout"
257 msgstr ""
258
259 #: src/guestfs.c:1048
260 msgid "qemu has finished launching already"
261 msgstr ""
262
263 #: src/guestfs.c:1053
264 msgid "qemu has not been launched yet"
265 msgstr ""
266
267 #: src/guestfs.c:1066
268 msgid "guestfs_wait_ready failed, see earlier error messages"
269 msgstr ""
270
271 #: src/guestfs.c:1076
272 msgid "qemu launched and contacted daemon, but state != READY"
273 msgstr ""
274
275 #: src/guestfs.c:1087
276 msgid "no subprocess to kill"
277 msgstr ""
278
279 #: src/guestfs.c:1135
280 #, c-format
281 msgid "guestfs_set_ready: called when in state %d != BUSY"
282 msgstr ""
283
284 #: src/guestfs.c:1147
285 #, c-format
286 msgid "guestfs_set_busy: called when in state %d != READY"
287 msgstr ""
288
289 #: src/guestfs.c:1168
290 #, c-format
291 msgid "guestfs_end_busy: called when in state %d"
292 msgstr ""
293
294 #: src/guestfs.c:1257
295 #, c-format
296 msgid "stdout_event: internal error: %d != %d"
297 msgstr ""
298
299 #: src/guestfs.c:1300
300 #, c-format
301 msgid "sock_read_event: internal error: %d != %d"
302 msgstr ""
303
304 #: src/guestfs.c:1330
305 msgid "can't decode length word"
306 msgstr ""
307
308 #: src/guestfs.c:1340
309 #, c-format
310 msgid "received magic signature from guestfsd, but in state %d"
311 msgstr ""
312
313 #: src/guestfs.c:1343
314 #, c-format
315 msgid "received magic signature from guestfsd, but msg size is %d"
316 msgstr ""
317
318 #: src/guestfs.c:1368
319 #, c-format
320 msgid "message length (%u) > maximum possible size (%d)"
321 msgstr ""
322
323 #: src/guestfs.c:1401
324 #, c-format
325 msgid "state %d != BUSY"
326 msgstr ""
327
328 #: src/guestfs.c:1441
329 #, c-format
330 msgid "sock_write_event: internal error: %d != %d"
331 msgstr ""
332
333 #: src/guestfs.c:1446
334 #, c-format
335 msgid "sock_write_event: state %d != BUSY"
336 msgstr ""
337
338 #: src/guestfs.c:1550 src/guestfs.c:1573
339 msgid "remove_handle failed"
340 msgstr ""
341
342 #: src/guestfs.c:1561 src/guestfs.c:1584
343 msgid "add_handle failed"
344 msgstr ""
345
346 #: src/guestfs.c:1617
347 #, c-format
348 msgid "guestfs__send_sync: state %d != BUSY"
349 msgstr ""
350
351 #: src/guestfs.c:1625 src/guestfs.c:1805
352 msgid "guestfs__send_sync: msg_out should be NULL"
353 msgstr ""
354
355 #: src/guestfs.c:1647
356 msgid "xdr_guestfs_message_header failed"
357 msgstr ""
358
359 #: src/guestfs.c:1656
360 msgid "dispatch failed to marshal args"
361 msgstr ""
362
363 #: src/guestfs.c:1682
364 msgid "send failed, see earlier error messages"
365 msgstr ""
366
367 #: src/guestfs.c:1797
368 #, c-format
369 msgid "send_file_chunk_sync: state %d != READY"
370 msgstr ""
371
372 #: src/guestfs.c:1828
373 #, c-format
374 msgid "xdr_guestfs_chunk failed (buf = %p, buflen = %zu)"
375 msgstr ""
376
377 #: src/guestfs.c:1853
378 msgid "send file chunk failed, see earlier error messages"
379 msgstr ""
380
381 #: src/guestfs.c:1904
382 #, c-format
383 msgid "check_for_daemon_cancellation: read 0x%x from daemon, expected 0x%x\n"
384 msgstr ""
385
386 #: src/guestfs.c:1942
387 #, c-format
388 msgid "%s: error in chunked encoding"
389 msgstr ""
390
391 #: src/guestfs.c:1966
392 msgid "write to daemon socket"
393 msgstr ""
394
395 #: src/guestfs.c:2013
396 msgid "failed to parse file chunk"
397 msgstr ""
398
399 #: src/guestfs.c:2045
400 msgid "receive_file_data_sync: reply callback not called\n"
401 msgstr ""
402
403 #: src/guestfs.c:2050
404 msgid "receive_file_data_sync: parse error in reply callback\n"
405 msgstr ""
406
407 #: src/guestfs.c:2064
408 msgid "file receive cancelled by daemon"
409 msgstr ""
410
411 #: src/guestfs.c:2099 src/guestfs.c:2157
412 #, c-format
413 msgid "fd %d is out of range"
414 msgstr ""
415
416 #: src/guestfs.c:2107
417 #, c-format
418 msgid "set of events (0x%x) contains unknown events"
419 msgstr ""
420
421 #: src/guestfs.c:2112
422 msgid "set of events is empty"
423 msgstr ""
424
425 #: src/guestfs.c:2119
426 #, c-format
427 msgid "fd %d is already registered"
428 msgstr ""
429
430 #: src/guestfs.c:2124
431 msgid "callback is NULL"
432 msgstr ""
433
434 #: src/guestfs.c:2164
435 #, c-format
436 msgid "fd %d was not registered"
437 msgstr ""
438
439 #: src/guestfs.c:2213
440 msgid "select_main_loop_run: this cannot be called recursively"
441 msgstr ""