📄 gcc.pot
字号:
#: c-typeck.c:6586msgid "excess elements in union initializer"msgstr ""#: c-typeck.c:6660 c-typeck.c:6671msgid "excess elements in array initializer"msgstr ""#: c-typeck.c:6722msgid "excess elements in scalar initializer"msgstr ""#: c-typeck.c:6762msgid "asm template is not a string constant"msgstr ""#: c-typeck.c:6802msgid "modification by `asm'"msgstr ""#: c-typeck.c:6821 cp/typeck.c:7327msgid "function declared `noreturn' has a `return' statement"msgstr ""#: c-typeck.c:6827 cp/typeck.c:7375msgid "`return' with no value, in function returning non-void"msgstr ""#: c-typeck.c:6834 cp/typeck.c:7406msgid "`return' with a value, in function returning void"msgstr ""#: c-typeck.c:6839msgid "return"msgstr ""#: c-typeck.c:6890msgid "function returns address of local variable"msgstr ""#: c-typeck.c:6919 cp/typeck.c:7547msgid "switch quantity not an integer"msgstr ""#: c-typeck.c:6930msgid "`long' switch expression not converted to `int' in ANSI C"msgstr ""#: calls.c:1664#, c-formatmsgid "can't inline call to `%s'"msgstr ""#: calls.c:1665 calls.c:1847msgid "called from here"msgstr ""#: calls.c:1703msgid "function call has aggregate value"msgstr ""#: calls.c:1846#, c-formatmsgid "inlining failed in call to `%s'"msgstr ""#: cccp.c:1313msgid "Too many arguments"msgstr ""#: cccp.c:1327msgid "Filename missing after `-include' option"msgstr ""#: cccp.c:1335msgid "Filename missing after `-imacros' option"msgstr ""#: cccp.c:1341msgid "Filename missing after `-iprefix' option"msgstr ""#: cccp.c:1423msgid "Output filename specified twice"msgstr ""#: cccp.c:1425msgid "Filename missing after -o option"msgstr ""#: cccp.c:1440msgid "Filename missing after -pcp option"msgstr ""#: cccp.c:1571#, c-formatmsgid "Filename missing after %s option"msgstr ""#: cccp.c:1621#, c-formatmsgid "GNU CPP version %s"msgstr ""#: cccp.c:1637msgid "Macro name missing after -D option"msgstr ""#: cccp.c:1649msgid "Assertion missing after -A option"msgstr ""#: cccp.c:1672msgid "Macro name missing after -U option"msgstr ""#: cccp.c:1736 cppmain.c:68 toplev.c:1294 toplev.c:5102 toplev.c:5178#: toplev.c:5347 toplev.c:5350 toplev.c:5503#, c-formatmsgid "Invalid option `%s'"msgstr ""#: cccp.c:1914msgid "#include \"...\" search starts here:\n"msgstr ""#: cccp.c:1917msgid "#include <...> search starts here:\n"msgstr ""#: cccp.c:1926msgid "End of search list.\n"msgstr ""#: cccp.c:1929msgid """The following default directories have been omitted from the search path:\n"msgstr ""#: cccp.c:1933msgid "End of omitted list.\n"msgstr ""#: cccp.c:1941msgid "-MG must be specified with one of -M or -MM"msgstr ""#: cccp.c:2080#, c-formatmsgid "Input file `%s' is a directory"msgstr ""#: cccp.c:2154 cccp.c:5296msgid "file does not end in newline"msgstr ""#: cccp.c:2174 cccp.c:2184msgid "I/O error on output"msgstr ""#: cccp.c:2181msgid "I/O error on `-pcp' output"msgstr ""#: cccp.c:2329#, c-formatmsgid "%lu trigraph(s) encountered"msgstr ""#: cccp.c:2639msgid "preprocessing directive not recognized within macro arg"msgstr ""#: cccp.c:2783 cccp.c:8068 cccp.c:8102msgid "unterminated string or character constant"msgstr ""#: cccp.c:2786 cccp.c:8070msgid "possible real start of unterminated constant"msgstr ""#: cccp.c:2805msgid "unterminated character constant"msgstr ""#: cccp.c:2811 cccp.c:8114msgid "string constant runs past end of line"msgstr ""#: cccp.c:2905 cccp.c:7584 cccp.c:7949 cccp.c:8938msgid "multiline `//' comment"msgstr ""#: cccp.c:2989 cccp.c:7560 cccp.c:8002 cccp.c:8909 cpplib.c:269 cpplib.c:343msgid "`/*' within comment"msgstr ""#: cccp.c:3009 cccp.c:8033msgid "unterminated comment"msgstr ""#: cccp.c:3298#, c-formatmsgid "recursive use of macro `%s'"msgstr ""#: cccp.c:3548#, c-formatmsgid "unterminated `#%s' conditional"msgstr ""#: cccp.c:3733 cccp.c:7641 cpplib.c:512msgid "`#' followed by integer"msgstr ""#: cccp.c:3745 cccp.c:7650msgid "invalid preprocessing directive"msgstr ""#: cccp.c:3751 cccp.c:7656 cccp.c:7718msgid "invalid preprocessing directive name"msgstr ""#: cccp.c:4130#, c-formatmsgid "Predefined macro `%s' used inside `#if' during precompilation"msgstr ""#: cccp.c:4139msgid "cccp error: not in any file?!"msgstr ""#: cccp.c:4278 cppexp.c:475msgid "`defined' without an identifier"msgstr ""#: cccp.c:4282msgid "cccp error: invalid special hash type"msgstr ""#: cccp.c:4336 cpplib.c:972msgid "ANSI C does not allow `#import'"msgstr ""#: cccp.c:4338 cpplib.c:974msgid "ANSI C does not allow `#include_next'"msgstr ""#: cccp.c:4344msgid "using `#import' is not recommended"msgstr ""#: cccp.c:4345msgid """The fact that a certain header file need not be processed more than once\n""should be indicated in the header file, not where it is used.\n""The best way to do this is with a conditional of this form:\n""\n"" #ifndef _FOO_H_INCLUDED\n"" #define _FOO_H_INCLUDED\n"" ... <real contents of file> ...\n"" #endif /* Not _FOO_H_INCLUDED */\n""\n""Then users can use `#include' any number of times.\n""GNU C automatically avoids processing the file more than once\n""when it is equipped with such a conditional.\n"msgstr ""#: cccp.c:4466msgid "VAX-C-style include specification found, use '#include <filename.h>' !"msgstr ""#: cccp.c:4518 cpplib.c:1011#, c-formatmsgid "`#%s' expects \"FILENAME\" or <FILENAME>"msgstr ""#: cccp.c:4541 cpplib.c:1032#, c-formatmsgid "empty file name in `#%s'"msgstr ""#: cccp.c:4681 cccp.c:4685 cpplib.c:1097 cpplib.c:1145#, c-formatmsgid "No include path in which to find %s"msgstr ""#: cccp.c:5242#, c-formatmsgid "directory `%s' specified in #include"msgstr ""#: cccp.c:5404 cccp.c:5439msgid "Bad format encountered while reading precompiled file"msgstr ""#: cccp.c:5732 cpphash.c:639#, c-formatmsgid "another parameter follows `%s'"msgstr ""#: cccp.c:5746 cpphash.c:643msgid "invalid character in macro parameter name"msgstr ""#: cccp.c:5756msgid "ANSI C does not allow macro with variable arguments"msgstr ""#: cccp.c:5775 cccp.c:5785 cpphash.c:666msgid "badly punctuated parameter list in `#define'"msgstr ""#: cccp.c:5790 cpphash.c:676msgid "unterminated parameter list in `#define'"msgstr ""#: cccp.c:5800#, c-formatmsgid "duplicate argument name `%.*s' in `#define'"msgstr ""#: cccp.c:5807#, c-formatmsgid "reserved name `%s' used as argument name in `#define'"msgstr ""#: cccp.c:5852 cccp.c:5857 cpphash.c:740#, c-formatmsgid "missing white space after `#define %.*s'"msgstr ""#: cccp.c:5929 cpplib.c:654#, c-formatmsgid "`%.*s' redefined"msgstr ""#: cccp.c:5972 cpplib.c:590msgid "invalid assertion name"msgstr ""#: cccp.c:5972 cpplib.c:590msgid "invalid macro name"msgstr ""#: cccp.c:5976#, c-formatmsgid "invalid assertion name `%.*s'"msgstr ""#: cccp.c:5977#, c-formatmsgid "invalid macro name `%.*s'"msgstr ""#: cccp.c:6118 cpphash.c:326msgid "`##' at start of macro definition"msgstr ""#: cccp.c:6189 cpphash.c:379msgid "`##' at end of macro definition"msgstr ""#: cccp.c:6203 cpphash.c:391msgid "`#' operator is not followed by a macro argument name"msgstr ""#: cccp.c:6298 cpphash.c:481#, c-formatmsgid "macro argument `%.*s' is stringified."msgstr ""#: cccp.c:6301 cpphash.c:487#, c-formatmsgid "macro arg `%.*s' would be stringified with -traditional."msgstr ""#: cccp.c:6354 cpphash.c:537msgid "`#' operator should be followed by a macro argument name"msgstr ""#: cccp.c:6396 cpplib.c:2731msgid "ANSI C does not allow `#assert'"msgstr ""#: cccp.c:6414 cpplib.c:2740msgid "missing token-sequence in `#assert'"msgstr ""#: cccp.c:6428msgid "empty token-sequence in `#assert'"msgstr ""#: cccp.c:6448msgid "`defined' redefined as assertion"msgstr ""#: cccp.c:6475 cpplib.c:2797msgid "ANSI C does not allow `#unassert'"msgstr ""#: cccp.c:6502msgid "empty token list in `#unassert'"msgstr ""#: cccp.c:6572msgid "ANSI C does not allow testing assertions"msgstr ""#: cccp.c:6672msgid "unterminated token sequence in `#assert' or `#unassert'"msgstr ""#: cccp.c:6812 cccp.c:6831 cccp.c:6852 cccp.c:6888 cccp.c:6905 cccp.c:6929msgid "invalid format `#line' directive"msgstr ""#: cccp.c:6823msgid "line number out of range in `#line' directive"msgstr ""#: cccp.c:6878msgid "garbage at end of `#line' directive"msgstr ""#: cccp.c:6966 cpplib.c:1367#, c-formatmsgid "undefining `%s'"msgstr ""#: cccp.c:6974msgid "garbage after `#undef' directive"msgstr ""#: cccp.c:6994 cpplib.c:1405#, c-formatmsgid "#error %s"msgstr ""#: cccp.c:7015 cpplib.c:1427msgid "ANSI C does not allow `#warning'"msgstr ""#. Use `pedwarn' not `warning', because #warning isn't in the C Standard;#. if -pedantic-errors is given, #warning should cause an error.#: cccp.c:7019 cpplib.c:1431#, c-formatmsgid "#warning %s"msgstr ""#: cccp.c:7051 cpplib.c:1448msgid "ANSI C does not allow `#ident'"msgstr ""#: cccp.c:7082 cpplib.c:1482msgid "`#pragma once' is obsolete"msgstr ""#: cccp.c:7104#, c-formatmsgid "`#pragma implementation' for \"%s\" appears after its #include"msgstr ""#: cccp.c:7134msgid "You are in a maze of twisty compiler features, all different"msgstr ""#: cccp.c:7149 cpplib.c:1533msgid "ANSI C does not allow `#sccs'"msgstr ""#: cccp.c:7193 cpplib.c:1573msgid "`#elif' not within a conditional"msgstr ""#: cccp.c:7197 cpplib.c:1577msgid "`#elif' after `#else'"msgstr ""#: cccp.c:7305 cpplib.c:1661#, c-formatmsgid "`#%s' with no argument"msgstr ""#: cccp.c:7306#, c-formatmsgid "`#%s' argument starts with punctuation"msgstr ""#: cccp.c:7313#, c-formatmsgid "`#%s' argument starts with a digit"msgstr ""#: cccp.c:7315 cpplib.c:1685#, c-formatmsgid "garbage at end of `#%s' argument"msgstr ""#: cccp.c:7686#, c-formatmsgid "`#%s' not within a conditional"msgstr ""#: cccp.c:7694msgid "`#else' or `#elif' after `#else'"msgstr ""#: cccp.c:7765msgid "text following `#else' violates ANSI standard"msgstr ""#: cccp.c:7769 cpplib.c:1916msgid "`#else' not within a conditional"msgstr ""#: cccp.c:7777 cpplib.c:1924msgid "`#else' after `#else'"msgstr ""#: cccp.c:7810msgid "text following `#endif' violates ANSI standard"msgstr ""#: cccp.c:7814 cpplib.c:1956msgid "unbalanced `#endif'"msgstr ""#: cccp.c:7909msgid "text following `#else' or `#endif' violates ANSI standard"msgstr ""#: cccp.c:8391msgid "unterminated macro call"msgstr ""#: cccp.c:8414 cpphash.c:1139#, c-formatmsgid "arguments given to macro `%s'"msgstr ""#: cccp.c:8425 cpphash.c:1150#, c-formatmsgid "macro `%s' used without args"msgstr ""#: cccp.c:8427 cpphash.c:1152#, c-formatmsgid "macro `%s' used with just one arg"msgstr ""#: cccp.c:8429 cpphash.c:1154#, c-formatmsgid "macro `%s' used with only %d args"msgstr ""#: cccp.c:8432 cpphash.c:1160#, c-formatmsgid "macro `%s' used with too many (%d) args"msgstr ""#: cccp.c:9412 cccp.c:9511 cccp.c:9596 cpperror.c:107 toplev.c:1659msgid "warning: "msgstr ""#: cccp.c:9608msgid "formfeed in preprocessing directive"msgstr ""#: cccp.c:9609msgid "carriage return in preprocessing directive"msgstr ""#: cccp.c:9610msgid "vertical tab in preprocessing directive"msgstr ""#: cccp.c:9646msgid "In file included from "msgstr ""#: cccp.c:9648msgid """,\n"" from "msgstr ""#: cccp.c:10210 cccp.c:10226#, c-formatmsgid "malformed option `-D %s'"msgstr ""#: cccp.c:10338 cccp.c:10345#, c-formatmsgid "malformed option `%s %s'"msgstr ""#: cccp.c:10386msgid "Directory name missing after command line option"msgstr ""#: ../libiberty/cplus-dem.c:4395 cccp.c:10634 gcc.c:5316msgid "Internal gcc abort."msgstr ""#: cccp.c:10664 toplev.c:2511msgid "output pipe has been closed"msgstr ""#: cccp.c:10670msgid "Memory exhausted."msgstr ""#: cexp.y:197 cppexp.c:954msgid "comma operator in operand of `#if'"msgstr ""#: cexp.y:248 cexp.y:265 cppexp.c:861 cppexp.c:879msgid "division by zero in #if"msgstr ""#: cexp.y:367 cppexp.c:436#, c-formatmsgid "`%.*s' is not defined"msgstr ""#: cexp.y:448msgid "too many `l's in integer constant"msgstr ""#: cexp.y:459msgid "Floating point numbers not allowed in #if expressions"msgstr ""#: cexp.y:461#, c-formatmsgid "miss
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -