1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
|
/* Automatically generated by po2tbl.sed from ProjetArchi.pot. */
#if HAVE_CONFIG_H
# include <config.h>
#endif
#include "libgettext.h"
const struct _msg_ent _msg_tbl[] = {
{"", 1},
{"You have to be into the .text or the .data segment to define a value.", 2},
{"Label already defined", 3},
{"You can't have the startpoint elsewhere than the .text segment", 4},
{"Not a valid . directive", 5},
{"Not a valid # directive", 6},
{"Error: extra parameters to a . directive.", 7},
{"Too much arguments to #undef", 8},
{"Defined symbol not found.", 9},
{"Too much arguments to #include", 10},
{"Including file at line %i", 11},
{"Error reading include file", 12},
{"Zero divide.", 13},
{"Error: unable to compute the immediate value", 14},
{"Function unknow", 15},
{"Addresses addition not allowed", 16},
{"You can only use the decal operator on labels", 17},
{"Address operation invalid", 18},
{"Addresses operations not allowed", 19},
{"Expression too complex or invalid", 20},
{"Address type not supported", 21},
{"Address addition not supported", 22},
{"Expression invalid", 23},
{"Expression too complex", 24},
{"Something wrong, nested operator called...", 25},
{"Something wrong, lparenthesis operator called...", 26},
{"Something wrong, should never got here...", 27},
{"Unknow predefined string into the meta language", 28},
{"Pattern not matching...", 29},
{"Unknow constant type in the meta language", 30},
{"\
Error in the metalanguage (pattern should be here if not a constant type)", 31},
{"Logical error in meta language", 32},
{"Unknow field in metalanguage", 33},
{"Can't evaluate directly expression", 34},
{"Value too large for field", 35},
{"Unknow instruction", 36},
{"Unknow constant", 37},
{"Bad constant for an immediate value", 38},
{"Bad constant for a string", 39},
{"Bad array size", 40},
{"You can only have an instruction into a .text segment", 41},
{"Unmatched instruction", 42},
{"Can't have a direct value for a relative offset", 43},
{"Syntax error in meta language", 44},
{"Loading file", 45},
{"Opening file '%s'", 46},
{"Reading file", 47},
{"Reading line %i", 48},
{"Summering line %s", 49},
{"Opening output file", 50},
{"Error writing output file", 51},
{"Error reading file", 52},
{"Writing output file", 53},
{"Internal error into hashing", 54},
{"Read line '%s'", 55},
{"Analysing word '%s'", 56},
{"Missing operator ':'", 57},
{"Invalid number.", 58},
{"Expecting ';' for field separator.", 59},
{"Expecting ',' for field separator.", 60},
{"Identifier incorrect.", 61},
{"Error: Expecting a . after a =", 62},
{"Extra parameters for field 'p'.", 63},
{"Unexpected char at end of line.", 64},
{"Expecting operator '=' for field 'p'.", 65},
{"Error: character . expected.", 66},
{"= expected after an implicit name", 67},
{"Identifier incorrect", 68},
{"expecting ; as field separator", 69},
{"Loading meta file", 70},
{"Meta parser init failed.", 71},
{"Too many nested operators in expression.\n", 72},
{"Too many nested functions calls in expression.\n", 73},
{"Invalid unary operator", 74},
{"Invalid binary operator", 75},
{"Parse error: too much left parenthesis", 76},
{"Parse error: too much right parenthesis", 77},
{"Parse error: enclosure mismatch", 78},
{"Invalid character", 79},
{"Out of memory.", 80},
{"Too much error contexts during pushcontext().", 81},
{"Error context empty, but popcontext() called.", 82},
{"FPU not implemented", 83},
{"\
Assembler\n\
\n", 84},
{" o Initialising the meta engine... ", 85},
{"\
Done!\n\
o Meta language loading... ", 86},
{"Meta language loading failed.", 87},
{"\
Done!\n\
o Initialising the assembler core...", 88},
{"Assembler core init failed.", 89},
{" Done!\n", 90},
{"Signal received: segfault", 91},
{"\
\n\
Performing initialisation...\n\
\n", 92},
{"\
\n\
Performing shutdown...\n\
\n", 93},
{"Exitting, bye!\n", 94},
};
int _msg_tbl_length = 94;
|