1 # British English messages for GNU CC
2 # Copyright (C) 1998 Free Software Foundation, Inc.
3 # Paul Eggert <eggert@twinsun.com>, 1998.
7 "Project-Id-Version: cc 2.8.1.19980813\n"
8 "POT-Creation-Date: 1998-07-26 00:33-0700\n"
9 "PO-Revision-Date: 1998-09-27 21:34-0700\n"
10 "Last-Translator: Paul Eggert <eggert@twinsun.com>\n"
11 "Language-Team: English <en@li.org>\n"
13 "Content-Type: text/plain; charset=us-ascii\n"
14 "Content-Transfer-Encoding: 7bit\n"
17 msgid "unrecognized format specifier"
18 msgstr "unrecognised format specifier"
22 msgid "`%s' is an unrecognized format function type"
23 msgstr "`%s' is an unrecognised format function type"
27 msgid "typedef `%s' is initialized"
28 msgstr "typedef `%s' is initialised"
32 msgid "function `%s' is initialized like a variable"
33 msgstr "function `%s' is initialised like a variable"
35 #. DECL_INITIAL in a PARM_DECL is really DECL_ARG_TYPE.
38 msgid "parameter `%s' is initialized"
39 msgstr "parameter `%s' is initialised"
41 #: c-decl.c:3702 c-typeck.c:4924
42 msgid "variable-sized object may not be initialized"
43 msgstr "variable-sized object may not be initialised"
47 msgid "variable `%s' has initializer but incomplete type"
48 msgstr "variable `%s' has initialiser but incomplete type"
52 msgid "declaration of `%s' has `extern' and is initialized"
53 msgstr "declaration of `%s' has `extern' and is initialised"
57 msgid "initializer fails to determine size of `%s'"
58 msgstr "initialiser fails to determine size of `%s'"
60 #: c-decl.c:4626 cp/decl.c:8536
62 msgid "`%s' initialized and declared `extern'"
63 msgstr "`%s' initialised and declared `extern'"
65 #: c-decl.c:4628 cp/decl.c:8539
67 msgid "`%s' has both `extern' and initializer"
68 msgstr "`%s' has both `extern' and initialiser"
70 #: c-lex.c:406 cp/lex.c:2158
71 msgid "stray '\\' in program"
72 msgstr "stray '\\' in programme"
75 msgid "unrecognized text at end of #line"
76 msgstr "unrecognised text at end of #line"
78 #: c-parse.y:1106 objc-parse.y:1212
79 msgid "ANSI C forbids empty initializer braces"
80 msgstr "ANSI C forbids empty initialiser braces"
83 msgid "initializer for static variable is not constant"
84 msgstr "initialiser for static variable is not constant"
87 msgid "initializer for static variable uses complicated arithmetic"
88 msgstr "initialiser for static variable uses complicated arithmetic"
91 msgid "aggregate initializer is not constant"
92 msgstr "aggregate initialiser is not constant"
95 msgid "aggregate initializer uses complicated arithmetic"
96 msgstr "aggregate initialiser uses complicated arithmetic"
98 #: c-typeck.c:4724 c-typeck.c:4740 c-typeck.c:4756
100 msgid "(near initialization for `%s')"
101 msgstr "(near initialisation for `%s')"
103 #: c-typeck.c:4804 cp/typeck2.c:787
104 msgid "char-array initialized from wide string"
105 msgstr "char-array initialised from wide string"
107 #: c-typeck.c:4811 cp/typeck2.c:794
108 msgid "int-array initialized from non-wide string"
109 msgstr "int-array initialised from non-wide string"
111 #: c-typeck.c:4828 cp/typeck2.c:815
112 msgid "initializer-string for array of chars is too long"
113 msgstr "initialiser-string for array of chars is too long"
116 msgid "array initialized from non-constant array expression"
117 msgstr "array initialised from non-constant array expression"
119 #: c-typeck.c:4872 c-typeck.c:4874 c-typeck.c:4880 c-typeck.c:4907
121 msgid "initializer element is not constant"
122 msgstr "initialiser element is not constant"
124 #: c-typeck.c:4886 c-typeck.c:4913 c-typeck.c:6113
125 msgid "initializer element is not computable at load time"
126 msgstr "initialiser element is not computable at load time"
129 msgid "initialization"
130 msgstr "initialisation"
132 #: c-typeck.c:4950 c-typeck.c:4966 cp/typeck2.c:893
133 msgid "invalid initializer"
134 msgstr "invalid initialiser"
137 msgid "extra brace group at end of initializer"
138 msgstr "extra brace group at end of initialiser"
141 msgid "missing braces around initializer"
142 msgstr "missing braces around initialiser"
145 msgid "braces around scalar initializer"
146 msgstr "braces around scalar initialiser"
149 msgid "empty braces in initializer"
150 msgstr "empty braces in initialiser"
153 msgid "empty scalar initializer"
154 msgstr "empty scalar initialiser"
157 msgid "extra elements in scalar initializer"
158 msgstr "extra elements in scalar initialiser"
160 #: c-typeck.c:5763 c-typeck.c:5765
161 msgid "nonconstant array index in initializer"
162 msgstr "nonconstant array index in initialiser"
165 msgid "array index in non-array initializer"
166 msgstr "array index in non-array initialiser"
169 msgid "duplicate array index in initializer"
170 msgstr "duplicate array index in initialiser"
173 msgid "empty index range in initializer"
174 msgstr "empty index range in initialiser"
177 msgid "ANSI C forbids specifying element to initialize"
178 msgstr "ANSI C forbids specifying element to initialise"
182 msgid "unknown field `%s' specified in initializer"
183 msgstr "unknown field `%s' specified in initialiser"
187 msgid "field `%s' already initialized"
188 msgstr "field `%s' already initialised"
191 msgid "ANSI C forbids specifying structure member to initialize"
192 msgstr "ANSI C forbids specifying structure member to initialise"
195 msgid "duplicate initializer"
196 msgstr "duplicate initialiser"
198 #: c-typeck.c:6475 c-typeck.c:6510
199 msgid "excess elements in struct initializer"
200 msgstr "excess elements in struct initialiser"
203 msgid "excess elements in union initializer"
204 msgstr "excess elements in union initialiser"
206 #: c-typeck.c:6648 c-typeck.c:6659
207 msgid "excess elements in array initializer"
208 msgstr "excess elements in array initialiser"
211 msgid "excess elements in scalar initializer"
212 msgstr "excess elements in scalar initialiser"
215 msgid "preprocessing directive not recognized within macro arg"
216 msgstr "preprocessing directive not recognised within macro arg"
218 #: config/h8300/h8300.c:2948 config/h8300/h8300.c:2960
219 msgid "Only initialized variables can be placed into the 8-bit area."
220 msgstr "Only initialised variables can be placed into the 8-bit area."
222 #: config/nextstep.c:70
223 msgid "optimization turned on"
224 msgstr "optimisation turned on"
226 #: config/nextstep.c:76
227 msgid "optimization turned off"
228 msgstr "optimisation turned off"
230 #: config/nextstep.c:91
231 msgid "optimization level restored"
232 msgstr "optimisation level restored"
236 msgid "language string `\"%s\"' not recognized"
237 msgstr "language string `\"%s\"' not recognised"
240 msgid "assignment (not initialization) in declaration"
241 msgstr "assignment (not initialisation) in declaration"
245 msgid "can't initialize friend function `%s'"
246 msgstr "can't initialise friend function `%s'"
249 msgid "typedef declaration includes an initializer"
250 msgstr "typedef declaration includes an initialiser"
253 msgid "function declarations cannot have initializers in signature"
254 msgstr "function declarations cannot have initialisers in signature"
257 msgid "field initializer is not constant"
258 msgstr "field initialiser is not constant"
261 msgid "initializer invalid for static member with constructor"
262 msgstr "initialiser invalid for static member with constructor"
265 msgid "(you really want to initialize it separately)"
266 msgstr "(you really want to initialise it separately)"
269 msgid "initializer list treated as compound expression"
270 msgstr "initialiser list treated as compound expression"
273 msgid "base class initializer specified, but no base class to initialize"
274 msgstr "base class initialiser specified, but no base class to initialise"
277 msgid "initializer for unnamed base class ambiguous"
278 msgstr "initialiser for unnamed base class ambiguous"
281 msgid "no base class to initialize"
282 msgstr "no base class to initialise"
285 msgid " will be re-ordered to precede member initializations"
286 msgstr " will be re-ordered to precede member initialisations"
288 #. Handle bad initializers like:
292 #. COMPLEX(double r = 0.0, double i = 0.0) {re = r; im = i;};
296 #. int main(int argc, char **argv) {
297 #. COMPLEX zees(1.0, 0.0)[10];
301 msgid "bad array initializer"
302 msgstr "bad array initialiser"
304 #: cp/init.c:1519 cp/typeck.c:6093
305 msgid "return value from function receives multiple initializations"
306 msgstr "return value from function receives multiple initialisations"
308 #: cp/init.c:1536 cp/init.c:2590 cp/typeck2.c:601 cp/typeck2.c:1445
309 msgid "initializer list being treated as compound expression"
310 msgstr "initialiser list being treated as compound expression"
313 msgid "initializer list appears where operand should be used"
314 msgstr "initialiser list appears where operand should be used"
317 msgid "initialization of array from dissimilar array type"
318 msgstr "initialisation of array from dissimilar array type"
321 msgid "initializer ends prematurely"
322 msgstr "initialiser ends prematurely"
325 msgid "cannot initialize multi-dimensional array with initializer"
326 msgstr "cannot initialise multi-dimensional array with initialiser"
329 msgid "no base initializers given following ':'"
330 msgstr "no base initialisers given following ':'"
333 msgid "base initializers not allowed for non-member functions"
334 msgstr "base initialisers not allowed for non-member functions"
337 msgid "only constructors take base initializers"
338 msgstr "only constructors take base initialisers"
340 #: parse.y:805 parse.y:811
341 msgid "anachronistic old style base class initializer"
342 msgstr "anachronistic old style base class initialiser"
345 msgid "ANSI C++ forbids initialization of new expression with `='"
346 msgstr "ANSI C++ forbids initialisation of new expression with `='"
349 msgid "ANSI C++ forbids compound statements inside for initializations"
350 msgstr "ANSI C++ forbids compound statements inside for initialisations"
353 msgid "Explicit specialization not preceded by `template <>'"
354 msgstr "Explicit specialisation not preceded by `template <>'"
357 msgid "initializer contains unrecognized tree code"
358 msgstr "initialiser contains unrecognised tree code"
361 msgid "argument list may not have an initializer list"
362 msgstr "argument list may not have an initialiser list"
365 msgid "ANSI C++ forbids calling `main' from within program"
366 msgstr "ANSI C++ forbids calling `main' from within programme"
369 msgid "comma expression used to initialize return value"
370 msgstr "comma expression used to initialise return value"
373 msgid "cannot initialize arrays using this syntax"
374 msgstr "cannot initialise arrays using this syntax"
377 msgid "ANSI C++ forbids non-constant aggregate initializer expressions"
378 msgstr "ANSI C++ forbids non-constant aggregate initialiser expressions"
380 #: cp/typeck2.c:741 cp/typeck2.c:757
381 msgid "ANSI C++ forbids initializing array from array expression"
382 msgstr "ANSI C++ forbids initialising array from array expression"
385 msgid "ANSI C++ forbids single nonscalar initializer with braces"
386 msgstr "ANSI C++ forbids single nonscalar initialiser with braces"
389 msgid "ANSI C++ forbids string initializer except for `char' elements"
390 msgstr "ANSI C++ forbids string initialiser except for `char' elements"
393 msgid "initializer for scalar variable requires one element"
394 msgstr "initialiser for scalar variable requires one element"
397 msgid "aggregate has a partly bracketed initializer"
398 msgstr "aggregate has a partly bracketed initialiser"
401 msgid "non-empty initializer for array of empty elements"
402 msgstr "non-empty initialiser for array of empty elements"
405 msgid "initializer list for object of class with virtual baseclasses"
406 msgstr "initialiser list for object of class with virtual baseclasses"
409 msgid "initializer list for object of class with baseclasses"
410 msgstr "initialiser list for object of class with baseclasses"
413 msgid "initializer list for object using virtual functions"
414 msgstr "initialiser list for object using virtual functions"
418 msgid "uninitialized const member `%s'"
419 msgstr "uninitialised const member `%s'"
423 msgid "member `%s' with uninitialized const fields"
424 msgstr "member `%s' with uninitialised const fields"
428 msgid "member `%s' is uninitialized reference"
429 msgstr "member `%s' is uninitialised reference"
432 msgid "index value instead of field name in union initializer"
433 msgstr "index value instead of field name in union initialiser"
437 msgid "no field `%s' in union being initialized"
438 msgstr "no field `%s' in union being initialised"
441 msgid "excess elements in aggregate initializer"
442 msgstr "excess elements in aggregate initialiser"
446 msgid "`%s' might be used uninitialized in this function"
447 msgstr "`%s' might be used uninitialised in this function"
451 msgid "Internal compiler error: program %s got fatal signal %d"
452 msgstr "Internal compiler error: programme %s got fatal signal %d"
456 msgid "unrecognized option `-%s'"
457 msgstr "unrecognised option `-%s'"
461 msgid "language %s not recognized"
462 msgstr "language %s not recognised"
466 msgid "Could not open program flow graph file %s.\n"
467 msgstr "Could not open programme flow graph file %s.\n"
472 msgid "%s: unrecognized option `--%s'\n"
473 msgstr "%s: unrecognised option `--%s'\n"
475 #. +option or -option
478 msgid "%s: unrecognized option `%c%s'\n"
479 msgstr "%s: unrecognised option `%c%s'\n"
482 msgid "invalid initializer for bit string"
483 msgstr "invalid initialiser for bit string"
486 msgid "initializer for integer value is too complicated"
487 msgstr "initialiser for integer value is too complicated"
490 msgid "initializer for floating value is not a floating constant"
491 msgstr "initialiser for floating value is not a floating constant"