1 /******************************************************************************
2 *
3 * Copyright (C) 2006, The Gentee Group. All rights reserved.
4 * This file is part of the Gentee open source project <http://www.gentee.com>.
5 *
6 * THIS FILE IS PROVIDED UNDER THE TERMS OF THE GENTEE LICENSE ("AGREEMENT").
7 * ANY USE, REPRODUCTION OR DISTRIBUTION OF THIS FILE CONSTITUTES RECIPIENTS
8 * ACCEPTANCE OF THE AGREEMENT.
9 *
10 * msglist_c 19.03.2008 0.0.A.
11 *
12 * Author: Generated with 'msglist' program
13 *
14 * Summary:
15 *
16 ******************************************************************************/
17
18
19 const char* msgtext[] = {
20 "Loading %s", // MLoad
21 "Start compiling...", // MStart
22 "End compiling.", // MEnd
23 "This is not GE execute code!", // MNotGE
24 "Wrong CRC of GE execute code!", // MCrcGE
25 "This GE version is not supported.", // MVerGE
26 "Unknown GE command. Offset = [ %lu : %X ].", // MUnkGE
27 "Cannot create/open file %s", // MFileopen
28 "Cannot read file %s", // MFileread
29 "Cannot write file %s", // MFilewrite
30 "The stack is full. Stack size = [ %lu : %X ].", // MFullstack
31 "Object [ %lu : %X ] '%s' has been already used.", // MNameexist
32 "Undefined (empty) command [ %lu : %X ] '%s'", // MUndefcmd
33 "Unknown bytecode command [ %lu : %X ].", // MUnkbcode
34 "Unacceptable variable.", // MAsleft
35 "Unacceptable type.", // MAsright
36 "The attribute '%s' requires a value", // MAttrval
37 "The count of parameters is wrong in the function '%s'", // MCountpars
38 "Variable with the such name '%s' has already been defined!", // MDblname
39 "The type of the variable is different from the type of the object's item.", // MDiftypes
40 "A comma must be here", // MExpcomma
41 "Must be a new line here", // MExpline
42 "A logic expression must be here", // MExplogic
43 "The operand must be l-value", // MExplvalue
44 "The expression is too much", // MExpmuch
45 "Must be the name of the identifier here", // MExpname
46 "The expression must return value.", // MExpnonull
47 "The name of the operator is wrong", // MExpoper
48 "Must be the dot '.' here", // MExppoint
49 "Must be the name of the type here", // MExptype
50 "Syntax error. There is not left parenthesis or bracket", // MExpopenbr
51 "Syntax error. There is not right parenthesis or bracket", // MExpclosebr
52 "Must be the right curly here", // MRcurly
53 "The expression must return 'uint' value", // MExpuint
54 "Keyword 'while' must be here", // MExpwhile
55 "Cannot inherit from the specified type", // MInherit
56 "Must be the left curly here", // MLcurly
57 "The name of the identifier is too long", // MLongname
58 "'%s' command can be used in 'for', 'while' operators", // MLoopcmd
59 "Main or Entry function must not have parameters", // MMainpar
60 "Must be an operand here", // MMustoper
61 "'return' must be in the '%s' function", // MMustret
62 "Must be a string value here", // MMuststr
63 "There are some functions with the name '%s'", // MNoaddrfunc
64 "There is not the such field '%s' in the structure", // MNofield
65 "It is impossible to use keyword here", // MNokeyword
66 "There is not '%s' attribute for this command", // MNotattrib
67 "There is not a left parenthesis or bracket", // MNotopenbr
68 "This type cannot be specified with 'of' operator", // MOftype
69 "The types of parameters in '?' operator must be same", // MParquest
70 "The property cannot have the same name as the field", // MPropfield
71 "The count of parameters is wrong in the 'property'", // MProppar
72 "Unacceptable operator for 'property'", // MPropoper
73 "The count of parameters in '?' operator is wrong", // MQuest
74 "Label '%s' has already been defined", // MRedeflabel
75 "This field name '%s' has already been defined", // MRefield
76 "Result function (method) cannot return a numeric type", // MResulttype
77 "The type of the return value is different from the definition", // MRettype
78 "Syntax error: '%s'", // MSyntax
79 "", // MSublevel
80 "The value has the different type from the definition of the function '%s'", // MTypepars
81 "Undefined macroname '%s'", // MUndefmacro
82 "Unexpected end of file found in expression or operator", // MUneof
83 "Unexpected end of the string or binary data", // MUneofsb
84 "Unexpected operand in the expression", // MUnexpoper
85 "Unknown character in binary data '%c'", // MUnkbinch
86 "Unknown Gentee command '%s'", // MUnkcmd
87 "Label '%s' was not defined", // MUnklabel
88 "Unknown lexem '%s'", // MUnklex
89 "Unknown the name of the identifier '%s'", // MUnkname
90 "Function for this operation or method '%s' was not defined!", // MUnkoper
91 "There is not the such 'property'", // MUnkprop
92 "Unknown string or binary command '\\%c'", // MUnksbcmd
93 "Unsupported macro operation '%s' or inadmissible macro types", // MUnsmoper
94 "The variable must have 'str' type", // MVarstr
95 "The variable must have 'uint' type", // MVaruint
96 "Unacceptable name of the identifier or the macro", // MWrongname
97
98 };
99