1 # SOME DESCRIPTIVE TITLE.
2 # Copyright (C) YEAR Free Software Foundation, Inc.
3 # This file is distributed under the same license as the PACKAGE package.
4 # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
9 "Project-Id-Version: PACKAGE VERSION\n"
10 "Report-Msgid-Bugs-To: http://gcc.gnu.org/bugs.html\n"
11 "POT-Creation-Date: 2012-06-13 21:46+0000\n"
12 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14 "Language-Team: LANGUAGE <LL@li.org>\n"
17 "Content-Type: text/plain; charset=CHARSET\n"
18 "Content-Transfer-Encoding: 8bit\n"
22 msgid "conversion from %s to %s not supported by iconv"
31 msgid "no iconv implementation, cannot convert from %s to %s"
36 msgid "character 0x%lx is not in the basic source character set\n"
41 msgid "converting to execution character set"
46 msgid "character 0x%lx is not unibyte in execution character set"
51 msgid "Character %x might not be NFKC"
55 msgid "universal character names are only valid in C++ and C99"
60 msgid "the meaning of '\\%c' is different in traditional C"
64 msgid "In _cpp_valid_ucn but not a UCN"
69 msgid "incomplete universal character name %.*s"
74 msgid "%.*s is not a valid universal character"
79 msgid "'$' in identifier or number"
84 msgid "universal character %.*s is not valid in an identifier"
89 msgid "universal character %.*s is not valid at the start of an identifier"
94 msgid "converting UCN to source character set"
98 msgid "converting UCN to execution character set"
102 msgid "the meaning of '\\x' is different in traditional C"
106 msgid "\\x used with no following hex digits"
110 msgid "hex escape sequence out of range"
114 msgid "octal escape sequence out of range"
118 msgid "the meaning of '\\a' is different in traditional C"
123 msgid "non-ISO-standard escape sequence, '\\%c'"
128 msgid "unknown escape sequence: '\\%c'"
133 msgid "unknown escape sequence: '\\%s'"
137 msgid "converting escape sequence to execution character set"
142 msgid "character constant too long for its type"
146 msgid "multi-character character constant"
150 msgid "empty character constant"
155 msgid "failure to convert %s to %s"
161 msgid "extra tokens at end of #%s directive"
166 msgid "#%s is a GCC extension"
171 msgid "#%s is a deprecated GCC extension"
175 msgid "suggest not using #elif in traditional C"
180 msgid "traditional C ignores #%s with the # indented"
185 msgid "suggest hiding #%s from traditional C with an indented #"
189 msgid "embedding a directive within macro arguments is not portable"
193 msgid "style of line directive is a GCC extension"
198 msgid "invalid preprocessing directive #%s"
202 msgid "\"defined\" cannot be used as a macro name"
207 msgid "\"%s\" cannot be used as a macro name as it is an operator in C++"
212 msgid "no macro name given in #%s directive"
216 msgid "macro names must be identifiers"
221 msgid "undefining \"%s\""
225 msgid "missing terminating > character"
230 msgid "#%s expects \"FILENAME\" or <FILENAME>"
235 msgid "empty filename in #%s"
239 msgid "#include nested too deeply"
243 msgid "#include_next in primary source file"
248 msgid "invalid flag \"%s\" in line directive"
252 msgid "unexpected end of file after #line"
257 msgid "\"%s\" after #line is not a positive integer"
262 msgid "line number out of range"
268 msgid "\"%s\" is not a valid filename"
273 msgid "\"%s\" after # is not a positive integer"
285 msgid "invalid #%s directive"
290 msgid "registering pragmas in namespace \"%s\" with mismatched name expansion"
295 msgid "registering pragma \"%s\" with name expansion and no namespace"
300 msgid "registering \"%s\" as both a pragma and a pragma namespace"
305 msgid "#pragma %s %s is already registered"
310 msgid "#pragma %s is already registered"
314 msgid "registering pragma with NULL handler"
318 msgid "#pragma once in main file"
322 msgid "invalid #pragma push_macro directive"
326 msgid "invalid #pragma pop_macro directive"
330 msgid "invalid #pragma GCC poison directive"
335 msgid "poisoning existing macro \"%s\""
339 msgid "#pragma system_header ignored outside include file"
344 msgid "cannot find source file %s"
349 msgid "current file is older than %s"
353 msgid "_Pragma takes a parenthesized string literal"
357 msgid "#else without #if"
361 msgid "#else after #else"
366 msgid "the conditional began here"
370 msgid "#elif without #if"
374 msgid "#elif after #else"
378 msgid "#endif without #if"
382 msgid "missing '(' after predicate"
386 msgid "missing ')' to complete answer"
390 msgid "predicate's answer is empty"
394 msgid "assertion without predicate"
398 msgid "predicate must be an identifier"
403 msgid "\"%s\" re-asserted"
408 msgid "unterminated #%s"
411 #: directives-only.c:222
414 msgid "unterminated comment"
428 msgid "fixed-point constants are a GCC extension"
432 msgid "invalid prefix \"0b\" for floating constant"
436 msgid "use of C99 hexadecimal floating constant"
441 msgid "invalid suffix \"%.*s\" on floating constant"
447 msgid "traditional C rejects the \"%.*s\" suffix"
451 msgid "suffix for double constant is a GCC extension"
456 msgid "invalid suffix \"%.*s\" with hexadecimal floating constant"
460 msgid "decimal float constants are a GCC extension"
465 msgid "invalid suffix \"%.*s\" on integer constant"
469 msgid "use of C++0x long long integer constant"
473 msgid "use of C99 long long integer constant"
477 msgid "imaginary constants are a GCC extension"
481 msgid "binary constants are a GCC extension"
485 msgid "integer constant is too large for its type"
489 msgid "integer constant is so large that it is unsigned"
493 msgid "missing ')' after \"defined\""
497 msgid "operator \"defined\" requires an identifier"
502 msgid "(\"%s\" is an alternative token for \"%s\" in C++)"
506 msgid "this use of \"defined\" may not be portable"
510 msgid "user-defined literal in preprocessor expression"
514 msgid "floating constant in preprocessor expression"
518 msgid "imaginary number in preprocessor expression"
523 msgid "\"%s\" is not defined"
527 msgid "assertions are a GCC extension"
531 msgid "assertions are a deprecated extension"
536 msgid "unbalanced stack in %s"
541 msgid "impossible operator '%u'"
545 msgid "missing ')' in expression"
549 msgid "'?' without following ':'"
553 msgid "integer overflow in preprocessor expression"
557 msgid "missing '(' in expression"
562 msgid "the left operand of \"%s\" changes sign when promoted"
567 msgid "the right operand of \"%s\" changes sign when promoted"
571 msgid "traditional C rejects the unary plus operator"
575 msgid "comma operator in operand of #if"
579 msgid "division by zero in #if"
583 msgid "NULL directory in find_file"
587 msgid "one or more PCH files were found, but they were invalid"
591 msgid "use -Winvalid-pch for more information"
596 msgid "%s is a block device"
601 msgid "%s is too large"
606 msgid "%s is shorter than expected"
611 msgid "no include path in which to search for %s"
615 msgid "Multiple include guards may be useful for:\n"
619 msgid "cppchar_t must be an unsigned type"
625 "preprocessor arithmetic has maximum precision of %lu bits; target requires "
630 msgid "CPP arithmetic must be at least as precise as a target int"
634 msgid "target char is less than 8 bits wide"
638 msgid "target wchar_t is narrower than target char"
642 msgid "target int is narrower than target char"
646 msgid "CPP half-integer narrower than CPP character"
652 "CPP on this host cannot handle wide character constants over %lu bits, but "
653 "the target requires %lu bits"
657 msgid "backslash and newline separated by space"
661 msgid "backslash-newline at end of file"
666 msgid "trigraph ??%c converted to %c"
671 msgid "trigraph ??%c ignored, use -trigraphs to enable"
675 msgid "\"/*\" within comment"
680 msgid "%s in preprocessing directive"
684 msgid "null character(s) ignored"
689 msgid "`%.*s' is not in NFKC"
694 msgid "`%.*s' is not in NFC"
700 msgid "attempt to use poisoned \"%s\""
705 msgid "__VA_ARGS__ can only appear in the expansion of a C99 variadic macro"
711 msgid "identifier \"%s\" is a special operator name in C++"
715 msgid "raw string delimiter longer than 16 characters"
720 msgid "invalid character '%c' in raw string delimiter"
725 msgid "unterminated raw string"
731 "invalid suffix on literal; C++11 requires a space between literal and "
736 msgid "null character(s) preserved in literal"
741 msgid "missing terminating %c character"
745 msgid "C++ style comments are not allowed in ISO C90"
749 msgid "(this will be reported only once per input file)"
753 msgid "multi-line comment"
758 msgid "unspellable token %s"
763 msgid "macro \"%s\" is not used"
769 msgid "invalid built-in macro \"%s\""
773 msgid "could not determine file timestamp"
777 msgid "could not determine date and time"
781 msgid "__COUNTER__ expanded inside directive with -fdirectives-only"
785 msgid "invalid string literal, ignoring final '\\'"
790 msgid "pasting \"%s\" and \"%s\" does not give a valid preprocessing token"
794 msgid "ISO C99 requires rest arguments to be used"
799 msgid "macro \"%s\" requires %u arguments, but only %u given"
804 msgid "macro \"%s\" passed %u arguments, but takes just %u"
810 msgid "unterminated argument list invoking macro \"%s\""
815 msgid "function-like macro \"%s\" must be used with arguments in traditional C"
821 "invoking macro %s argument %d: empty macro arguments are undefined in ISO "
827 msgid "duplicate macro parameter \"%s\""
832 msgid "\"%s\" may not appear in macro parameter list"
836 msgid "macro parameters must be comma-separated"
840 msgid "parameter name missing"
844 msgid "anonymous variadic macros were introduced in C99"
848 msgid "ISO C does not permit named variadic macros"
852 msgid "missing ')' in macro parameter list"
856 msgid "'##' cannot appear at either end of a macro expansion"
860 msgid "ISO C99 requires whitespace after the macro name"
864 msgid "missing whitespace after the macro name"
868 msgid "'#' is not followed by a macro parameter"
873 msgid "\"%s\" redefined"
877 msgid "this is the location of the previous definition"
882 msgid "macro argument \"%s\" would be stringified in traditional C"
887 msgid "invalid hash type %d in cpp_macro_definition"
897 msgid "while writing precompiled header"
902 msgid "%s: not used because `%.*s' is poisoned"
907 msgid "%s: not used because `%.*s' not defined"
912 msgid "%s: not used because `%.*s' defined as `%s' not `%.*s'"
917 msgid "%s: not used because `%s' is defined"
922 msgid "%s: not used because `__COUNTER__' is invalid"
927 msgid "while reading precompiled header"
932 msgid "detected recursion whilst expanding macro \"%s\""
936 msgid "syntax error in macro parameter list"