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: 2013-03-15 17:42+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"
286 msgid "invalid #%s directive"
291 msgid "registering pragmas in namespace \"%s\" with mismatched name expansion"
296 msgid "registering pragma \"%s\" with name expansion and no namespace"
301 msgid "registering \"%s\" as both a pragma and a pragma namespace"
306 msgid "#pragma %s %s is already registered"
311 msgid "#pragma %s is already registered"
315 msgid "registering pragma with NULL handler"
319 msgid "#pragma once in main file"
323 msgid "invalid #pragma push_macro directive"
327 msgid "invalid #pragma pop_macro directive"
331 msgid "invalid #pragma GCC poison directive"
336 msgid "poisoning existing macro \"%s\""
340 msgid "#pragma system_header ignored outside include file"
345 msgid "cannot find source file %s"
350 msgid "current file is older than %s"
355 msgid "invalid \"#pragma GCC %s\" directive"
359 msgid "_Pragma takes a parenthesized string literal"
363 msgid "#else without #if"
367 msgid "#else after #else"
372 msgid "the conditional began here"
376 msgid "#elif without #if"
380 msgid "#elif after #else"
384 msgid "#endif without #if"
388 msgid "missing '(' after predicate"
392 msgid "missing ')' to complete answer"
396 msgid "predicate's answer is empty"
400 msgid "assertion without predicate"
404 msgid "predicate must be an identifier"
409 msgid "\"%s\" re-asserted"
414 msgid "unterminated #%s"
417 #: directives-only.c:221
420 msgid "unterminated comment"
434 msgid "fixed-point constants are a GCC extension"
438 msgid "invalid prefix \"0b\" for floating constant"
442 msgid "use of C99 hexadecimal floating constant"
447 msgid "invalid suffix \"%.*s\" on floating constant"
453 msgid "traditional C rejects the \"%.*s\" suffix"
457 msgid "suffix for double constant is a GCC extension"
462 msgid "invalid suffix \"%.*s\" with hexadecimal floating constant"
466 msgid "decimal float constants are a GCC extension"
471 msgid "invalid suffix \"%.*s\" on integer constant"
475 msgid "use of C++0x long long integer constant"
479 msgid "use of C99 long long integer constant"
483 msgid "imaginary constants are a GCC extension"
487 msgid "binary constants are a GCC extension"
491 msgid "integer constant is too large for its type"
495 msgid "integer constant is so large that it is unsigned"
499 msgid "missing ')' after \"defined\""
503 msgid "operator \"defined\" requires an identifier"
508 msgid "(\"%s\" is an alternative token for \"%s\" in C++)"
512 msgid "this use of \"defined\" may not be portable"
516 msgid "user-defined literal in preprocessor expression"
520 msgid "floating constant in preprocessor expression"
524 msgid "imaginary number in preprocessor expression"
529 msgid "\"%s\" is not defined"
533 msgid "assertions are a GCC extension"
537 msgid "assertions are a deprecated extension"
542 msgid "unbalanced stack in %s"
547 msgid "impossible operator '%u'"
551 msgid "missing ')' in expression"
555 msgid "'?' without following ':'"
559 msgid "integer overflow in preprocessor expression"
563 msgid "missing '(' in expression"
568 msgid "the left operand of \"%s\" changes sign when promoted"
573 msgid "the right operand of \"%s\" changes sign when promoted"
577 msgid "traditional C rejects the unary plus operator"
581 msgid "comma operator in operand of #if"
585 msgid "division by zero in #if"
589 msgid "NULL directory in find_file"
593 msgid "one or more PCH files were found, but they were invalid"
597 msgid "use -Winvalid-pch for more information"
602 msgid "%s is a block device"
607 msgid "%s is too large"
612 msgid "%s is shorter than expected"
617 msgid "no include path in which to search for %s"
621 msgid "Multiple include guards may be useful for:\n"
625 msgid "cppchar_t must be an unsigned type"
631 "preprocessor arithmetic has maximum precision of %lu bits; target requires "
636 msgid "CPP arithmetic must be at least as precise as a target int"
640 msgid "target char is less than 8 bits wide"
644 msgid "target wchar_t is narrower than target char"
648 msgid "target int is narrower than target char"
652 msgid "CPP half-integer narrower than CPP character"
658 "CPP on this host cannot handle wide character constants over %lu bits, but "
659 "the target requires %lu bits"
663 msgid "backslash and newline separated by space"
667 msgid "backslash-newline at end of file"
672 msgid "trigraph ??%c converted to %c"
677 msgid "trigraph ??%c ignored, use -trigraphs to enable"
681 msgid "\"/*\" within comment"
686 msgid "%s in preprocessing directive"
690 msgid "null character(s) ignored"
695 msgid "`%.*s' is not in NFKC"
700 msgid "`%.*s' is not in NFC"
706 msgid "attempt to use poisoned \"%s\""
711 msgid "__VA_ARGS__ can only appear in the expansion of a C99 variadic macro"
717 msgid "identifier \"%s\" is a special operator name in C++"
721 msgid "raw string delimiter longer than 16 characters"
726 msgid "invalid character '%c' in raw string delimiter"
731 msgid "unterminated raw string"
737 "invalid suffix on literal; C++11 requires a space between literal and "
742 msgid "null character(s) preserved in literal"
747 msgid "missing terminating %c character"
751 msgid "C++ style comments are not allowed in ISO C90"
755 msgid "(this will be reported only once per input file)"
759 msgid "multi-line comment"
764 msgid "unspellable token %s"
769 msgid "macro \"%s\" is not used"
775 msgid "invalid built-in macro \"%s\""
779 msgid "could not determine file timestamp"
783 msgid "could not determine date and time"
787 msgid "__COUNTER__ expanded inside directive with -fdirectives-only"
791 msgid "invalid string literal, ignoring final '\\'"
796 msgid "pasting \"%s\" and \"%s\" does not give a valid preprocessing token"
800 msgid "ISO C99 requires rest arguments to be used"
805 msgid "macro \"%s\" requires %u arguments, but only %u given"
810 msgid "macro \"%s\" passed %u arguments, but takes just %u"
816 msgid "unterminated argument list invoking macro \"%s\""
821 msgid "function-like macro \"%s\" must be used with arguments in traditional C"
827 "invoking macro %s argument %d: empty macro arguments are undefined in ISO "
833 msgid "duplicate macro parameter \"%s\""
838 msgid "\"%s\" may not appear in macro parameter list"
842 msgid "macro parameters must be comma-separated"
846 msgid "parameter name missing"
850 msgid "anonymous variadic macros were introduced in C99"
854 msgid "ISO C does not permit named variadic macros"
858 msgid "missing ')' in macro parameter list"
862 msgid "'##' cannot appear at either end of a macro expansion"
866 msgid "ISO C99 requires whitespace after the macro name"
870 msgid "missing whitespace after the macro name"
874 msgid "'#' is not followed by a macro parameter"
879 msgid "\"%s\" redefined"
883 msgid "this is the location of the previous definition"
888 msgid "macro argument \"%s\" would be stringified in traditional C"
893 msgid "invalid hash type %d in cpp_macro_definition"
903 msgid "while writing precompiled header"
908 msgid "%s: not used because `%.*s' is poisoned"
913 msgid "%s: not used because `%.*s' not defined"
918 msgid "%s: not used because `%.*s' defined as `%s' not `%.*s'"
923 msgid "%s: not used because `%s' is defined"
928 msgid "%s: not used because `__COUNTER__' is invalid"
933 msgid "while reading precompiled header"
938 msgid "detected recursion whilst expanding macro \"%s\""
942 msgid "syntax error in macro parameter list"