Added en_CA to ALL_LINGUAS. Added Canadian English translation.
[platform/upstream/glib.git] / po / en_CA.po
1 # English/Canada translation of glib.
2 # Copyright (C) 2004 Adam Weinberger <adamw@gnome.org>
3 # This file is distributed under the same license as the glib package.
4 # Adam Weinberger <adamw@gnome.org>, 2004.
5 # , fuzzy
6
7 msgid ""
8 msgstr ""
9 "Project-Id-Version: glib\n"
10 "Report-Msgid-Bugs-To: \n"
11 "POT-Creation-Date: 2004-03-30 16:19-0500\n"
12 "PO-Revision-Date: 2004-03-30 16:20-0500\n"
13 "Last-Translator: Adam Weinberger <adamw@gnome.org>\n"
14 "Language-Team: English/Canada <adamw@gnome.org>\n"
15 "MIME-Version: 1.0\n"
16 "Content-Type: text/plain; charset=UTF-8\n"
17 "Content-Transfer-Encoding: 8bit"
18
19 #: glib/gconvert.c:402
20 #, c-format
21 msgid "Conversion from character set '%s' to '%s' is not supported"
22 msgstr "Conversion from character set '%s' to '%s' is not supported"
23
24 #: glib/gconvert.c:406
25 #, c-format
26 msgid "Could not open converter from '%s' to '%s': %s"
27 msgstr "Could not open converter from '%s' to '%s': %s"
28
29 #: glib/gconvert.c:604 glib/gconvert.c:891 glib/giochannel.c:1315
30 #: glib/giochannel.c:1357 glib/giochannel.c:2199 glib/gutf8.c:910
31 #: glib/gutf8.c:1355
32 msgid "Invalid byte sequence in conversion input"
33 msgstr "Invalid byte sequence in conversion input"
34
35 #: glib/gconvert.c:609 glib/gconvert.c:824 glib/giochannel.c:1322
36 #: glib/giochannel.c:2211
37 #, c-format
38 msgid "Error during conversion: %s"
39 msgstr "Error during conversion: %s"
40
41 #: glib/gconvert.c:627 glib/gutf8.c:906 glib/gutf8.c:1106 glib/gutf8.c:1247
42 #: glib/gutf8.c:1351
43 msgid "Partial character sequence at end of input"
44 msgstr "Partial character sequence at end of input"
45
46 #: glib/gconvert.c:800
47 #, c-format
48 msgid "Cannot convert fallback '%s' to codeset '%s'"
49 msgstr "Cannot convert fallback '%s' to codeset '%s'"
50
51 #: glib/gconvert.c:1497
52 #, c-format
53 msgid "The URI '%s' is not an absolute URI using the file scheme"
54 msgstr "The URI '%s' is not an absolute URI using the file scheme"
55
56 #: glib/gconvert.c:1507
57 #, c-format
58 msgid "The local file URI '%s' may not include a '#'"
59 msgstr "The local file URI '%s' may not include a '#'"
60
61 #: glib/gconvert.c:1524
62 #, c-format
63 msgid "The URI '%s' is invalid"
64 msgstr "The URI '%s' is invalid"
65
66 #: glib/gconvert.c:1536
67 #, c-format
68 msgid "The hostname of the URI '%s' is invalid"
69 msgstr "The hostname of the URI '%s' is invalid"
70
71 #: glib/gconvert.c:1552
72 #, c-format
73 msgid "The URI '%s' contains invalidly escaped characters"
74 msgstr "The URI '%s' contains invalidly escaped characters"
75
76 #: glib/gconvert.c:1623
77 #, c-format
78 msgid "The pathname '%s' is not an absolute path"
79 msgstr "The pathname '%s' is not an absolute path"
80
81 #: glib/gconvert.c:1633
82 msgid "Invalid hostname"
83 msgstr "Invalid hostname"
84
85 #: glib/gdir.c:80
86 #, c-format
87 msgid "Error opening directory '%s': %s"
88 msgstr "Error opening directory '%s': %s"
89
90 #: glib/gfileutils.c:393 glib/gfileutils.c:458
91 #, c-format
92 msgid "Could not allocate %lu bytes to read file \"%s\""
93 msgstr "Could not allocate %lu bytes to read file \"%s\""
94
95 #: glib/gfileutils.c:404
96 #, c-format
97 msgid "Error reading file '%s': %s"
98 msgstr "Error reading file '%s': %s"
99
100 #: glib/gfileutils.c:480
101 #, c-format
102 msgid "Failed to read from file '%s': %s"
103 msgstr "Failed to read from file '%s': %s"
104
105 #: glib/gfileutils.c:527 glib/gfileutils.c:595
106 #, c-format
107 msgid "Failed to open file '%s': %s"
108 msgstr "Failed to open file '%s': %s"
109
110 #: glib/gfileutils.c:541
111 #, c-format
112 msgid "Failed to get attributes of file '%s': fstat() failed: %s"
113 msgstr "Failed to get attributes of file '%s': fstat() failed: %s"
114
115 #: glib/gfileutils.c:567
116 #, c-format
117 msgid "Failed to open file '%s': fdopen() failed: %s"
118 msgstr "Failed to open file '%s': fdopen() failed: %s"
119
120 #: glib/gfileutils.c:779
121 #, c-format
122 msgid "Template '%s' invalid, should not contain a '%s'"
123 msgstr "Template '%s' invalid, should not contain a '%s'"
124
125 #: glib/gfileutils.c:791
126 #, c-format
127 msgid "Template '%s' doesn't end with XXXXXX"
128 msgstr "Template '%s' doesn't end with XXXXXX"
129
130 #: glib/gfileutils.c:812
131 #, c-format
132 msgid "Failed to create file '%s': %s"
133 msgstr "Failed to create file '%s': %s"
134
135 #: glib/gfileutils.c:1153
136 #, c-format
137 msgid "Failed to read the symbolic link '%s': %s"
138 msgstr "Failed to read the symbolic link '%s': %s"
139
140 #: glib/gfileutils.c:1172
141 msgid "Symbolic links not supported"
142 msgstr "Symbolic links not supported"
143
144 #: glib/giochannel.c:1143
145 #, c-format
146 msgid "Conversion from character set `%s' to `%s' is not supported"
147 msgstr "Conversion from character set `%s' to `%s' is not supported"
148
149 #: glib/giochannel.c:1147
150 #, c-format
151 msgid "Could not open converter from `%s' to `%s': %s"
152 msgstr "Could not open converter from `%s' to `%s': %s"
153
154 #: glib/giochannel.c:1492
155 msgid "Can't do a raw read in g_io_channel_read_line_string"
156 msgstr "Can't do a raw read in g_io_channel_read_line_string"
157
158 #: glib/giochannel.c:1539 glib/giochannel.c:1796 glib/giochannel.c:1882
159 msgid "Leftover unconverted data in read buffer"
160 msgstr "Leftover unconverted data in read buffer"
161
162 #: glib/giochannel.c:1619 glib/giochannel.c:1696
163 msgid "Channel terminates in a partial character"
164 msgstr "Channel terminates in a partial character"
165
166 #: glib/giochannel.c:1682
167 msgid "Can't do a raw read in g_io_channel_read_to_end"
168 msgstr "Can't do a raw read in g_io_channel_read_to_end"
169
170 #: glib/gmarkup.c:223
171 #, c-format
172 msgid "Error on line %d char %d: %s"
173 msgstr "Error on line %d char %d: %s"
174
175 #: glib/gmarkup.c:307
176 #, c-format
177 msgid "Error on line %d: %s"
178 msgstr "Error on line %d: %s"
179
180 #: glib/gmarkup.c:412
181 msgid ""
182 "Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
183 msgstr ""
184 "Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
185
186 #: glib/gmarkup.c:422
187 #, c-format
188 msgid ""
189 "Character '%s' is not valid at the start of an entity name; the & character "
190 "begins an entity; if this ampersand isn't supposed to be an entity, escape "
191 "it as &amp;"
192 msgstr ""
193 "Character '%s' is not valid at the start of an entity name; the & character "
194 "begins an entity; if this ampersand isn't supposed to be an entity, escape "
195 "it as &amp;"
196
197 #: glib/gmarkup.c:458
198 #, c-format
199 msgid "Character '%s' is not valid inside an entity name"
200 msgstr "Character '%s' is not valid inside an entity name"
201
202 #: glib/gmarkup.c:502
203 #, c-format
204 msgid "Entity name '%s' is not known"
205 msgstr "Entity name '%s' is not known"
206
207 #: glib/gmarkup.c:512
208 msgid ""
209 "Entity did not end with a semicolon; most likely you used an ampersand "
210 "character without intending to start an entity - escape ampersand as &amp;"
211 msgstr ""
212 "Entity did not end with a semicolon; most likely you used an ampersand "
213 "character without intending to start an entity - escape ampersand as &amp;"
214
215 #: glib/gmarkup.c:558
216 #, c-format
217 msgid ""
218 "Failed to parse '%s', which should have been a digit inside a character "
219 "reference (&#234; for example) - perhaps the digit is too large"
220 msgstr ""
221 "Failed to parse '%s', which should have been a digit inside a character "
222 "reference (&#234; for example) - perhaps the digit is too large"
223
224 #: glib/gmarkup.c:583
225 #, c-format
226 msgid "Character reference '%s' does not encode a permitted character"
227 msgstr "Character reference '%s' does not encode a permitted character"
228
229 #: glib/gmarkup.c:600
230 msgid "Empty character reference; should include a digit such as &#454;"
231 msgstr "Empty character reference; should include a digit such as &#454;"
232
233 #: glib/gmarkup.c:610
234 msgid ""
235 "Character reference did not end with a semicolon; most likely you used an "
236 "ampersand character without intending to start an entity - escape ampersand "
237 "as &amp;"
238 msgstr ""
239 "Character reference did not end with a semicolon; most likely you used an "
240 "ampersand character without intending to start an entity - escape ampersand "
241 "as &amp;"
242
243 #: glib/gmarkup.c:636
244 msgid "Unfinished entity reference"
245 msgstr "Unfinished entity reference"
246
247 #: glib/gmarkup.c:642
248 msgid "Unfinished character reference"
249 msgstr "Unfinished character reference"
250
251 #: glib/gmarkup.c:888 glib/gmarkup.c:916 glib/gmarkup.c:947
252 msgid "Invalid UTF-8 encoded text"
253 msgstr "Invalid UTF-8 encoded text"
254
255 #: glib/gmarkup.c:983
256 msgid "Document must begin with an element (e.g. <book>)"
257 msgstr "Document must begin with an element (e.g. <book>)"
258
259 #: glib/gmarkup.c:1022
260 #, c-format
261 msgid ""
262 "'%s' is not a valid character following a '<' character; it may not begin an "
263 "element name"
264 msgstr ""
265 "'%s' is not a valid character following a '<' character; it may not begin an "
266 "element name"
267
268 #: glib/gmarkup.c:1085
269 #, c-format
270 msgid ""
271 "Odd character '%s', expected a '>' character to end the start tag of element "
272 "'%s'"
273 msgstr ""
274 "Odd character '%s', expected a '>' character to end the start tag of element "
275 "'%s'"
276
277 #: glib/gmarkup.c:1172
278 #, c-format
279 msgid ""
280 "Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
281 msgstr ""
282 "Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
283
284 #: glib/gmarkup.c:1213
285 #, c-format
286 msgid ""
287 "Odd character '%s', expected a '>' or '/' character to end the start tag of "
288 "element '%s', or optionally an attribute; perhaps you used an invalid "
289 "character in an attribute name"
290 msgstr ""
291 "Odd character '%s', expected a '>' or '/' character to end the start tag of "
292 "element '%s', or optionally an attribute; perhaps you used an invalid "
293 "character in an attribute name"
294
295 #: glib/gmarkup.c:1296
296 #, c-format
297 msgid ""
298 "Odd character '%s', expected an open quote mark after the equals sign when "
299 "giving value for attribute '%s' of element '%s'"
300 msgstr ""
301 "Odd character '%s', expected an open quote mark after the equals sign when "
302 "giving value for attribute '%s' of element '%s'"
303
304 #: glib/gmarkup.c:1436
305 #, c-format
306 msgid ""
307 "'%s' is not a valid character following the characters '</'; '%s' may not "
308 "begin an element name"
309 msgstr ""
310 "'%s' is not a valid character following the characters '</'; '%s' may not "
311 "begin an element name"
312
313 #: glib/gmarkup.c:1474
314 #, c-format
315 msgid ""
316 "'%s' is not a valid character following the close element name '%s'; the "
317 "allowed character is '>'"
318 msgstr ""
319 "'%s' is not a valid character following the close element name '%s'; the "
320 "allowed character is '>'"
321
322 #: glib/gmarkup.c:1485
323 #, c-format
324 msgid "Element '%s' was closed, no element is currently open"
325 msgstr "Element '%s' was closed, no element is currently open"
326
327 #: glib/gmarkup.c:1494
328 #, c-format
329 msgid "Element '%s' was closed, but the currently open element is '%s'"
330 msgstr "Element '%s' was closed, but the currently open element is '%s'"
331
332 #: glib/gmarkup.c:1641
333 msgid "Document was empty or contained only whitespace"
334 msgstr "Document was empty or contained only whitespace"
335
336 #: glib/gmarkup.c:1655
337 msgid "Document ended unexpectedly just after an open angle bracket '<'"
338 msgstr "Document ended unexpectedly just after an open angle bracket '<'"
339
340 #: glib/gmarkup.c:1663 glib/gmarkup.c:1707
341 #, c-format
342 msgid ""
343 "Document ended unexpectedly with elements still open - '%s' was the last "
344 "element opened"
345 msgstr ""
346 "Document ended unexpectedly with elements still open - '%s' was the last "
347 "element opened"
348
349 #: glib/gmarkup.c:1671
350 #, c-format
351 msgid ""
352 "Document ended unexpectedly, expected to see a close angle bracket ending "
353 "the tag <%s/>"
354 msgstr ""
355 "Document ended unexpectedly, expected to see a close angle bracket ending "
356 "the tag <%s/>"
357
358 #: glib/gmarkup.c:1677
359 msgid "Document ended unexpectedly inside an element name"
360 msgstr "Document ended unexpectedly inside an element name"
361
362 #: glib/gmarkup.c:1682
363 msgid "Document ended unexpectedly inside an attribute name"
364 msgstr "Document ended unexpectedly inside an attribute name"
365
366 #: glib/gmarkup.c:1687
367 msgid "Document ended unexpectedly inside an element-opening tag."
368 msgstr "Document ended unexpectedly inside an element-opening tag."
369
370 #: glib/gmarkup.c:1693
371 msgid ""
372 "Document ended unexpectedly after the equals sign following an attribute "
373 "name; no attribute value"
374 msgstr ""
375 "Document ended unexpectedly after the equals sign following an attribute "
376 "name; no attribute value"
377
378 #: glib/gmarkup.c:1700
379 msgid "Document ended unexpectedly while inside an attribute value"
380 msgstr "Document ended unexpectedly while inside an attribute value"
381
382 #: glib/gmarkup.c:1715
383 #, c-format
384 msgid "Document ended unexpectedly inside the close tag for element '%s'"
385 msgstr "Document ended unexpectedly inside the close tag for element '%s'"
386
387 #: glib/gmarkup.c:1721
388 msgid "Document ended unexpectedly inside a comment or processing instruction"
389 msgstr "Document ended unexpectedly inside a comment or processing instruction"
390
391 #: glib/gshell.c:72
392 msgid "Quoted text doesn't begin with a quotation mark"
393 msgstr "Quoted text doesn't begin with a quotation mark"
394
395 #: glib/gshell.c:162
396 msgid "Unmatched quotation mark in command line or other shell-quoted text"
397 msgstr "Unmatched quotation mark in command line or other shell-quoted text"
398
399 #: glib/gshell.c:530
400 #, c-format
401 msgid "Text ended just after a '\\' character. (The text was '%s')"
402 msgstr "Text ended just after a '\\' character. (The text was '%s')"
403
404 #: glib/gshell.c:537
405 #, c-format
406 msgid "Text ended before matching quote was found for %c. (The text was '%s')"
407 msgstr "Text ended before matching quote was found for %c. (The text was '%s')"
408
409 #: glib/gshell.c:549
410 msgid "Text was empty (or contained only whitespace)"
411 msgstr "Text was empty (or contained only whitespace)"
412
413 #: glib/gspawn-win32.c:295
414 msgid "Failed to read data from child process"
415 msgstr "Failed to read data from child process"
416
417 #: glib/gspawn-win32.c:424
418 msgid ""
419 "Unexpected error in g_io_channel_win32_poll() reading data from a child "
420 "process"
421 msgstr ""
422 "Unexpected error in g_io_channel_win32_poll() reading data from a child "
423 "process"
424
425 #: glib/gspawn-win32.c:850 glib/gspawn.c:1012
426 #, c-format
427 msgid "Failed to read from child pipe (%s)"
428 msgstr "Failed to read from child pipe (%s)"
429
430 #: glib/gspawn-win32.c:930
431 msgid "Failed to execute helper program"
432 msgstr "Failed to execute helper program"
433
434 #: glib/gspawn-win32.c:951 glib/gspawn-win32.c:995
435 #, c-format
436 msgid "Failed to execute child process (%s)"
437 msgstr "Failed to execute child process (%s)"
438
439 #: glib/gspawn-win32.c:986 glib/gspawn.c:1217
440 #, c-format
441 msgid "Failed to change to directory '%s' (%s)"
442 msgstr "Failed to change to directory '%s' (%s)"
443
444 #: glib/gspawn-win32.c:1040 glib/gspawn.c:1348
445 #, c-format
446 msgid "Failed to create pipe for communicating with child process (%s)"
447 msgstr "Failed to create pipe for communicating with child process (%s)"
448
449 #: glib/gspawn.c:178
450 #, c-format
451 msgid "Failed to read data from child process (%s)"
452 msgstr "Failed to read data from child process (%s)"
453
454 #: glib/gspawn.c:309
455 #, c-format
456 msgid "Unexpected error in select() reading data from a child process (%s)"
457 msgstr "Unexpected error in select() reading data from a child process (%s)"
458
459 #: glib/gspawn.c:392
460 #, c-format
461 msgid "Unexpected error in waitpid() (%s)"
462 msgstr "Unexpected error in waitpid() (%s)"
463
464 #: glib/gspawn.c:1077
465 #, c-format
466 msgid "Failed to fork (%s)"
467 msgstr "Failed to fork (%s)"
468
469 #: glib/gspawn.c:1227
470 #, c-format
471 msgid "Failed to execute child process \"%s\" (%s)"
472 msgstr "Failed to execute child process \"%s\" (%s)"
473
474 #: glib/gspawn.c:1237
475 #, c-format
476 msgid "Failed to redirect output or input of child process (%s)"
477 msgstr "Failed to redirect output or input of child process (%s)"
478
479 #: glib/gspawn.c:1246
480 #, c-format
481 msgid "Failed to fork child process (%s)"
482 msgstr "Failed to fork child process (%s)"
483
484 #: glib/gspawn.c:1254
485 #, c-format
486 msgid "Unknown error executing child process \"%s\""
487 msgstr "Unknown error executing child process \"%s\""
488
489 #: glib/gspawn.c:1276
490 #, c-format
491 msgid "Failed to read enough data from child pid pipe (%s)"
492 msgstr "Failed to read enough data from child pid pipe (%s)"
493
494 #: glib/gutf8.c:985
495 msgid "Character out of range for UTF-8"
496 msgstr "Character out of range for UTF-8"
497
498 #: glib/gutf8.c:1074 glib/gutf8.c:1083 glib/gutf8.c:1215 glib/gutf8.c:1224
499 #: glib/gutf8.c:1365 glib/gutf8.c:1461
500 msgid "Invalid sequence in conversion input"
501 msgstr "Invalid sequence in conversion input"
502
503 #: glib/gutf8.c:1376 glib/gutf8.c:1472
504 msgid "Character out of range for UTF-16"
505 msgstr "Character out of range for UTF-16"
506