1 # English (British) translation.
2 # Copyright (C) 2004 THE GLIB'S COPYRIGHT HOLDER
3 # This file is distributed under the same license as the GLIB package.
4 # Gareth Owen <gowen72@yahoo.com> 2004
8 "Project-Id-Version: GLIB\n"
9 "Report-Msgid-Bugs-To: \n"
10 "POT-Creation-Date: 2005-04-19 20:16+0100\n"
11 "PO-Revision-Date: 2005-04-19 20:16+0100\n"
12 "Last-Translator: David Lodge <dave@cirt.net>\n"
15 "Content-Type: text/plain; charset=UTF-8\n"
16 "Content-Transfer-Encoding: 8bit\n"
18 #: ../glib/gconvert.c:404
20 msgid "Conversion from character set '%s' to '%s' is not supported"
21 msgstr "Conversion from character set '%s' to '%s' is not supported"
23 #: ../glib/gconvert.c:408
25 msgid "Could not open converter from '%s' to '%s'"
26 msgstr "Could not open converter from '%s' to '%s'"
28 #: ../glib/gconvert.c:614
29 #: ../glib/gconvert.c:902
30 #: ../glib/giochannel.c:1319
31 #: ../glib/giochannel.c:1361
32 #: ../glib/giochannel.c:2203
33 #: ../glib/gutf8.c:911
34 #: ../glib/gutf8.c:1361
35 msgid "Invalid byte sequence in conversion input"
36 msgstr "Invalid byte sequence in conversion input"
38 #: ../glib/gconvert.c:619
39 #: ../glib/gconvert.c:835
40 #: ../glib/giochannel.c:1326
41 #: ../glib/giochannel.c:2215
43 msgid "Error during conversion: %s"
44 msgstr "Error during conversion: %s"
46 #: ../glib/gconvert.c:637
47 #: ../glib/gutf8.c:907
48 #: ../glib/gutf8.c:1112
49 #: ../glib/gutf8.c:1253
50 #: ../glib/gutf8.c:1357
51 msgid "Partial character sequence at end of input"
52 msgstr "Partial character sequence at end of input"
54 #: ../glib/gconvert.c:811
56 msgid "Cannot convert fallback '%s' to codeset '%s'"
57 msgstr "Cannot convert fallback '%s' to codeset '%s'"
59 #: ../glib/gconvert.c:1611
61 msgid "The URI '%s' is not an absolute URI using the \"file\" scheme"
62 msgstr "The URI '%s' is not an absolute URI using the \"file\" scheme"
64 #: ../glib/gconvert.c:1621
66 msgid "The local file URI '%s' may not include a '#'"
67 msgstr "The local file URI '%s' may not include a '#'"
69 #: ../glib/gconvert.c:1638
71 msgid "The URI '%s' is invalid"
72 msgstr "The URI '%s' is invalid"
74 #: ../glib/gconvert.c:1650
76 msgid "The hostname of the URI '%s' is invalid"
77 msgstr "The hostname of the URI '%s' is invalid"
79 #: ../glib/gconvert.c:1666
81 msgid "The URI '%s' contains invalidly escaped characters"
82 msgstr "The URI '%s' contains invalidly escaped characters"
84 #: ../glib/gconvert.c:1760
86 msgid "The pathname '%s' is not an absolute path"
87 msgstr "The pathname '%s' is not an absolute path"
89 #: ../glib/gconvert.c:1770
90 msgid "Invalid hostname"
91 msgstr "Invalid hostname"
96 msgid "Error opening directory '%s': %s"
97 msgstr "Error opening directory '%s': %s"
99 #: ../glib/gfileutils.c:504
100 #: ../glib/gfileutils.c:577
102 msgid "Could not allocate %lu bytes to read file \"%s\""
103 msgstr "Could not allocate %lu bytes to read file \"%s\""
105 #: ../glib/gfileutils.c:519
107 msgid "Error reading file '%s': %s"
108 msgstr "Error reading file '%s': %s"
110 #: ../glib/gfileutils.c:601
112 msgid "Failed to read from file '%s': %s"
113 msgstr "Failed to read from file '%s': %s"
115 #: ../glib/gfileutils.c:652
116 #: ../glib/gfileutils.c:739
118 msgid "Failed to open file '%s': %s"
119 msgstr "Failed to open file '%s': %s"
121 #: ../glib/gfileutils.c:669
123 msgid "Failed to get attributes of file '%s': fstat() failed: %s"
124 msgstr "Failed to get attributes of file '%s': fstat() failed: %s"
126 #: ../glib/gfileutils.c:703
128 msgid "Failed to open file '%s': fdopen() failed: %s"
129 msgstr "Failed to open file '%s': fdopen() failed: %s"
131 #: ../glib/gfileutils.c:837
133 msgid "Failed to rename file '%s' to '%s': g_rename() failed: %s"
134 msgstr "Failed to rename file '%s' to '%s': g_rename() failed: %s"
136 #: ../glib/gfileutils.c:880
138 msgid "Could not change file mode: fork() failed: %s"
139 msgstr "Could not change file mode: fork() failed: %s"
141 #: ../glib/gfileutils.c:911
143 msgid "Could not change file mode: waitpid() failed: %s"
144 msgstr "Could not change file mode: waitpid() failed: %s"
146 #: ../glib/gfileutils.c:930
148 msgid "Could not change file mode: chmod() failed: %s"
149 msgstr "Could not change file mode: chmod() failed: %s"
151 #: ../glib/gfileutils.c:941
153 msgid "Could not change file mode: Child terminated by signal: %s"
154 msgstr "Could not change file mode: Child terminated by signal: %s"
156 #: ../glib/gfileutils.c:952
157 msgid "Could not change file mode: Child terminated abnormally"
158 msgstr "Could not change file mode: Child terminated abnormally"
160 #: ../glib/gfileutils.c:986
161 #: ../glib/gfileutils.c:1452
163 msgid "Failed to create file '%s': %s"
164 msgstr "Failed to create file '%s': %s"
166 #: ../glib/gfileutils.c:1008
168 msgid "Failed to open file '%s' for writing: fdopen() failed: %s"
169 msgstr "Failed to open file '%s' for writing: fdopen() failed: %s"
171 #: ../glib/gfileutils.c:1033
173 msgid "Failed to write file '%s': fwrite() failed: %s"
174 msgstr "Failed to write file '%s': fwrite() failed: %s"
176 #: ../glib/gfileutils.c:1052
178 msgid "Failed to close file '%s': fclose() failed: %s"
179 msgstr "Failed to close file '%s': fclose() failed: %s"
181 #: ../glib/gfileutils.c:1170
183 msgid "Existing file '%s' could not be removed: g_unlink() failed: %s"
184 msgstr "Existing file '%s' could not be removed: g_unlink() failed: %s"
186 #: ../glib/gfileutils.c:1413
188 msgid "Template '%s' invalid, should not contain a '%s'"
189 msgstr "Template '%s' invalid, should not contain a '%s'"
191 #: ../glib/gfileutils.c:1427
193 msgid "Template '%s' doesn't end with XXXXXX"
194 msgstr "Template '%s' doesn't end with XXXXXX"
196 #: ../glib/gfileutils.c:1830
198 msgid "Failed to read the symbolic link '%s': %s"
199 msgstr "Failed to read the symbolic link '%s': %s"
201 #: ../glib/gfileutils.c:1851
202 msgid "Symbolic links not supported"
203 msgstr "Symbolic links not supported"
205 #: ../glib/giochannel.c:1147
207 msgid "Conversion from character set `%s' to `%s' is not supported"
208 msgstr "Conversion from character set `%s' to `%s' is not supported"
210 #: ../glib/giochannel.c:1151
212 msgid "Could not open converter from `%s' to `%s': %s"
213 msgstr "Could not open converter from `%s' to `%s': %s"
215 #: ../glib/giochannel.c:1496
216 msgid "Can't do a raw read in g_io_channel_read_line_string"
217 msgstr "Can't do a raw read in g_io_channel_read_line_string"
219 #: ../glib/giochannel.c:1543
220 #: ../glib/giochannel.c:1800
221 #: ../glib/giochannel.c:1886
222 msgid "Leftover unconverted data in read buffer"
223 msgstr "Left over unconverted data in read buffer"
225 #: ../glib/giochannel.c:1623
226 #: ../glib/giochannel.c:1700
227 msgid "Channel terminates in a partial character"
228 msgstr "Channel terminates in a partial character"
230 #: ../glib/giochannel.c:1686
231 msgid "Can't do a raw read in g_io_channel_read_to_end"
232 msgstr "Can't do a raw read in g_io_channel_read_to_end"
234 #: ../glib/gmarkup.c:232
236 msgid "Error on line %d char %d: %s"
237 msgstr "Error on line %d char %d: %s"
239 #: ../glib/gmarkup.c:330
241 msgid "Error on line %d: %s"
242 msgstr "Error on line %d: %s"
244 #: ../glib/gmarkup.c:434
245 msgid "Empty entity '&;' seen; valid entities are: & " < > '"
246 msgstr "Empty entity '&;' seen; valid entities are: & " < > '"
248 #: ../glib/gmarkup.c:444
250 msgid "Character '%s' is not valid at the start of an entity name; the & character begins an entity; if this ampersand isn't supposed to be an entity, escape it as &"
251 msgstr "Character '%s' is not valid at the start of an entity name; the & character begins an entity; if this ampersand isn't supposed to be an entity, escape it as &"
253 #: ../glib/gmarkup.c:478
255 msgid "Character '%s' is not valid inside an entity name"
256 msgstr "Character '%s' is not valid inside an entity name"
258 #: ../glib/gmarkup.c:515
260 msgid "Entity name '%s' is not known"
261 msgstr "Entity name '%s' is not known"
263 #: ../glib/gmarkup.c:526
264 msgid "Entity did not end with a semicolon; most likely you used an ampersand character without intending to start an entity - escape ampersand as &"
265 msgstr "Entity did not end with a semicolon; most likely you used an ampersand character without intending to start an entity - escape ampersand as &"
267 #: ../glib/gmarkup.c:579
269 msgid "Failed to parse '%-.*s', which should have been a digit inside a character reference (ê for example) - perhaps the digit is too large"
270 msgstr "Failed to parse '%-.*s', which should have been a digit inside a character reference (ê for example) - perhaps the digit is too large"
272 #: ../glib/gmarkup.c:604
274 msgid "Character reference '%-.*s' does not encode a permitted character"
275 msgstr "Character reference '%-.*s' does not encode a permitted character"
277 #: ../glib/gmarkup.c:619
278 msgid "Empty character reference; should include a digit such as dž"
279 msgstr "Empty character reference; should include a digit such as dž"
281 #: ../glib/gmarkup.c:629
282 msgid "Character reference did not end with a semicolon; most likely you used an ampersand character without intending to start an entity - escape ampersand as &"
283 msgstr "Character reference did not end with a semicolon; most likely you used an ampersand character without intending to start an entity - escape ampersand as &"
285 #: ../glib/gmarkup.c:715
286 msgid "Unfinished entity reference"
287 msgstr "Unfinished entity reference"
289 #: ../glib/gmarkup.c:721
290 msgid "Unfinished character reference"
291 msgstr "Unfinished character reference"
293 #: ../glib/gmarkup.c:964
294 #: ../glib/gmarkup.c:992
295 #: ../glib/gmarkup.c:1023
296 msgid "Invalid UTF-8 encoded text"
297 msgstr "Invalid UTF-8 encoded text"
299 #: ../glib/gmarkup.c:1059
300 msgid "Document must begin with an element (e.g. <book>)"
301 msgstr "Document must begin with an element (e.g. <book>)"
303 #: ../glib/gmarkup.c:1099
305 msgid "'%s' is not a valid character following a '<' character; it may not begin an element name"
306 msgstr "'%s' is not a valid character following a '<' character; it may not begin an element name"
308 #: ../glib/gmarkup.c:1163
310 msgid "Odd character '%s', expected a '>' character to end the start tag of element '%s'"
311 msgstr "Odd character '%s', expected a '>' character to end the start tag of element '%s'"
313 #: ../glib/gmarkup.c:1252
315 msgid "Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
316 msgstr "Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
318 #: ../glib/gmarkup.c:1294
320 msgid "Odd character '%s', expected a '>' or '/' character to end the start tag of element '%s', or optionally an attribute; perhaps you used an invalid character in an attribute name"
321 msgstr "Odd character '%s', expected a '>' or '/' character to end the start tag of element '%s', or optionally an attribute; perhaps you used an invalid character in an attribute name"
323 #: ../glib/gmarkup.c:1383
325 msgid "Odd character '%s', expected an open quote mark after the equals sign when giving value for attribute '%s' of element '%s'"
326 msgstr "Odd character '%s', expected an open quote mark after the equals sign when giving value for attribute '%s' of element '%s'"
328 #: ../glib/gmarkup.c:1528
330 msgid "'%s' is not a valid character following the characters '</'; '%s' may not begin an element name"
331 msgstr "'%s' is not a valid character following the characters '</'; '%s' may not begin an element name"
333 #: ../glib/gmarkup.c:1568
335 msgid "'%s' is not a valid character following the close element name '%s'; the allowed character is '>'"
336 msgstr "'%s' is not a valid character following the close element name '%s'; the allowed character is '>'"
338 #: ../glib/gmarkup.c:1579
340 msgid "Element '%s' was closed, no element is currently open"
341 msgstr "Element '%s' was closed, no element is currently open"
343 #: ../glib/gmarkup.c:1588
345 msgid "Element '%s' was closed, but the currently open element is '%s'"
346 msgstr "Element '%s' was closed, but the currently open element is '%s'"
348 #: ../glib/gmarkup.c:1735
349 msgid "Document was empty or contained only whitespace"
350 msgstr "Document was empty or contained only whitespace"
352 #: ../glib/gmarkup.c:1749
353 msgid "Document ended unexpectedly just after an open angle bracket '<'"
354 msgstr "Document ended unexpectedly just after an open angle bracket '<'"
356 #: ../glib/gmarkup.c:1757
357 #: ../glib/gmarkup.c:1801
359 msgid "Document ended unexpectedly with elements still open - '%s' was the last element opened"
360 msgstr "Document ended unexpectedly with elements still open - '%s' was the last element opened"
362 #: ../glib/gmarkup.c:1765
364 msgid "Document ended unexpectedly, expected to see a close angle bracket ending the tag <%s/>"
365 msgstr "Document ended unexpectedly, expected to see a close angle bracket ending the tag <%s/>"
367 #: ../glib/gmarkup.c:1771
368 msgid "Document ended unexpectedly inside an element name"
369 msgstr "Document ended unexpectedly inside an element name"
371 #: ../glib/gmarkup.c:1776
372 msgid "Document ended unexpectedly inside an attribute name"
373 msgstr "Document ended unexpectedly inside an attribute name"
375 #: ../glib/gmarkup.c:1781
376 msgid "Document ended unexpectedly inside an element-opening tag."
377 msgstr "Document ended unexpectedly inside an element-opening tag."
379 #: ../glib/gmarkup.c:1787
380 msgid "Document ended unexpectedly after the equals sign following an attribute name; no attribute value"
381 msgstr "Document ended unexpectedly after the equals sign following an attribute name; no attribute value"
383 #: ../glib/gmarkup.c:1794
384 msgid "Document ended unexpectedly while inside an attribute value"
385 msgstr "Document ended unexpectedly while inside an attribute value"
387 #: ../glib/gmarkup.c:1809
389 msgid "Document ended unexpectedly inside the close tag for element '%s'"
390 msgstr "Document ended unexpectedly inside the close tag for element '%s'"
392 #: ../glib/gmarkup.c:1815
393 msgid "Document ended unexpectedly inside a comment or processing instruction"
394 msgstr "Document ended unexpectedly inside a comment or processing instruction"
396 #: ../glib/gshell.c:73
397 msgid "Quoted text doesn't begin with a quotation mark"
398 msgstr "Quoted text doesn't begin with a quotation mark"
400 #: ../glib/gshell.c:163
401 msgid "Unmatched quotation mark in command line or other shell-quoted text"
402 msgstr "Unmatched quotation mark in command line or other shell-quoted text"
404 #: ../glib/gshell.c:541
406 msgid "Text ended just after a '\\' character. (The text was '%s')"
407 msgstr "Text ended just after a '\\' character. (The text was '%s')"
409 #: ../glib/gshell.c:548
411 msgid "Text ended before matching quote was found for %c. (The text was '%s')"
412 msgstr "Text ended before matching quote was found for %c. (The text was '%s')"
414 #: ../glib/gshell.c:560
415 msgid "Text was empty (or contained only whitespace)"
416 msgstr "Text was empty (or contained only whitespace)"
418 #: ../glib/gspawn-win32.c:264
419 msgid "Failed to read data from child process"
420 msgstr "Failed to read data from child process"
422 #: ../glib/gspawn-win32.c:281
423 #: ../glib/gspawn.c:1350
425 msgid "Failed to create pipe for communicating with child process (%s)"
426 msgstr "Failed to create pipe for communicating with child process (%s)"
428 #: ../glib/gspawn-win32.c:321
429 #: ../glib/gspawn.c:1014
431 msgid "Failed to read from child pipe (%s)"
432 msgstr "Failed to read from child pipe (%s)"
434 #: ../glib/gspawn-win32.c:349
435 #: ../glib/gspawn.c:1219
437 msgid "Failed to change to directory '%s' (%s)"
438 msgstr "Failed to change to directory '%s' (%s)"
440 #: ../glib/gspawn-win32.c:357
441 #: ../glib/gspawn-win32.c:442
443 msgid "Failed to execute child process (%s)"
444 msgstr "Failed to execute child process (%s)"
446 #: ../glib/gspawn-win32.c:599
447 msgid "Failed to execute helper program"
448 msgstr "Failed to execute helper program"
450 #: ../glib/gspawn-win32.c:797
451 msgid "Unexpected error in g_io_channel_win32_poll() reading data from a child process"
452 msgstr "Unexpected error in g_io_channel_win32_poll() reading data from a child process"
454 #: ../glib/gspawn.c:179
456 msgid "Failed to read data from child process (%s)"
457 msgstr "Failed to read data from child process (%s)"
459 #: ../glib/gspawn.c:310
461 msgid "Unexpected error in select() reading data from a child process (%s)"
462 msgstr "Unexpected error in select() reading data from a child process (%s)"
464 #: ../glib/gspawn.c:393
466 msgid "Unexpected error in waitpid() (%s)"
467 msgstr "Unexpected error in waitpid() (%s)"
469 #: ../glib/gspawn.c:1079
471 msgid "Failed to fork (%s)"
472 msgstr "Failed to fork (%s)"
474 #: ../glib/gspawn.c:1229
476 msgid "Failed to execute child process \"%s\" (%s)"
477 msgstr "Failed to execute child process \"%s\" (%s)"
479 #: ../glib/gspawn.c:1239
481 msgid "Failed to redirect output or input of child process (%s)"
482 msgstr "Failed to redirect output or input of child process (%s)"
484 #: ../glib/gspawn.c:1248
486 msgid "Failed to fork child process (%s)"
487 msgstr "Failed to fork child process (%s)"
489 #: ../glib/gspawn.c:1256
491 msgid "Unknown error executing child process \"%s\""
492 msgstr "Unknown error executing child process \"%s\""
494 #: ../glib/gspawn.c:1278
496 msgid "Failed to read enough data from child pid pipe (%s)"
497 msgstr "Failed to read enough data from child pid pipe (%s)"
499 #: ../glib/gutf8.c:986
500 msgid "Character out of range for UTF-8"
501 msgstr "Character out of range for UTF-8"
503 #: ../glib/gutf8.c:1080
504 #: ../glib/gutf8.c:1089
505 #: ../glib/gutf8.c:1221
506 #: ../glib/gutf8.c:1230
507 #: ../glib/gutf8.c:1371
508 #: ../glib/gutf8.c:1467
509 msgid "Invalid sequence in conversion input"
510 msgstr "Invalid sequence in conversion input"
512 #: ../glib/gutf8.c:1382
513 #: ../glib/gutf8.c:1478
514 msgid "Character out of range for UTF-16"
515 msgstr "Character out of range for UTF-16"
517 #: ../glib/goption.c:442
521 #: ../glib/goption.c:442
525 #: ../glib/goption.c:525
526 msgid "Help Options:"
527 msgstr "Help Options:"
529 #: ../glib/goption.c:526
530 msgid "Show help options"
531 msgstr "Show help options"
533 #: ../glib/goption.c:531
534 msgid "Show all help options"
535 msgstr "Show all help options"
537 #: ../glib/goption.c:581
538 msgid "Application Options:"
539 msgstr "Application Options:"
541 #: ../glib/goption.c:621
543 msgid "Cannot parse integer value '%s' for %s"
544 msgstr "Cannot parse integer value '%s' for %s"
546 #: ../glib/goption.c:631
548 msgid "Integer value '%s' for %s out of range"
549 msgstr "Integer value '%s' for %s out of range"
551 #: ../glib/goption.c:1361
553 msgid "Unknown option %s"
554 msgstr "Unknown option %s"
556 #: ../glib/gkeyfile.c:339
557 msgid "Valid key file could not be found in data dirs"
558 msgstr "Valid key file could not be found in data dirs"
560 #: ../glib/gkeyfile.c:374
561 msgid "Not a regular file"
562 msgstr "Not a regular file"
564 #: ../glib/gkeyfile.c:382
565 msgid "File is empty"
566 msgstr "File is empty"
568 #: ../glib/gkeyfile.c:692
570 msgid "Key file contains line '%s' which is not a key-value pair, group, or comment"
571 msgstr "Key file contains line '%s' which is not a key-value pair, group, or comment"
573 #: ../glib/gkeyfile.c:760
574 msgid "Key file does not start with a group"
575 msgstr "Key file does not start with a group"
577 #: ../glib/gkeyfile.c:803
579 msgid "Key file contains unsupported encoding '%s'"
580 msgstr "Key file contains unsupported encoding '%s'"
582 #: ../glib/gkeyfile.c:1012
583 #: ../glib/gkeyfile.c:1158
584 #: ../glib/gkeyfile.c:2159
585 #: ../glib/gkeyfile.c:2224
586 #: ../glib/gkeyfile.c:2342
587 #: ../glib/gkeyfile.c:2410
588 #: ../glib/gkeyfile.c:2594
589 #: ../glib/gkeyfile.c:2768
590 #: ../glib/gkeyfile.c:2825
592 msgid "Key file does not have group '%s'"
593 msgstr "Key file does not have group '%s'"
595 #: ../glib/gkeyfile.c:1170
597 msgid "Key file does not have key '%s'"
598 msgstr "Key file does not have key '%s'"
600 #: ../glib/gkeyfile.c:1271
601 #: ../glib/gkeyfile.c:1380
603 msgid "Key file contains key '%s' with value '%s' which is not UTF-8"
604 msgstr "Key file contains key '%s' with value '%s' which is not UTF-8"
606 #: ../glib/gkeyfile.c:1289
607 #: ../glib/gkeyfile.c:1398
608 #: ../glib/gkeyfile.c:1770
610 msgid "Key file contains key '%s' which has value that cannot be interpreted."
611 msgstr "Key file contains key '%s' which has value that cannot be interpreted."
613 #: ../glib/gkeyfile.c:1986
615 msgid "Key file contains key '%s' in group '%s' which has value that cannot be interpreted."
616 msgstr "Key file contains key '%s' in group '%s' which has value that cannot be interpreted."
618 #: ../glib/gkeyfile.c:2174
619 #: ../glib/gkeyfile.c:2357
620 #: ../glib/gkeyfile.c:2836
622 msgid "Key file does not have key '%s' in group '%s'"
623 msgstr "Key file does not have key '%s' in group '%s'"
625 #: ../glib/gkeyfile.c:3017
626 msgid "Key file contains escape character at end of line"
627 msgstr "Key file contains escape character at end of line"
629 #: ../glib/gkeyfile.c:3039
631 msgid "Key file contains invalid escape sequence '%s'"
632 msgstr "Key file contains invalid escape sequence '%s'"
634 #: ../glib/gkeyfile.c:3177
636 msgid "Value '%s' cannot be interpreted as a number."
637 msgstr "Value '%s' cannot be interpreted as a number."
639 #: ../glib/gkeyfile.c:3205
641 msgid "Value '%s' cannot be interpreted as a boolean."
642 msgstr "Value '%s' cannot be interpreted as a boolean."