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
|
/* 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},
{"Zero divide.", 12},
{"Error: unable to compute the immediate value", 13},
{"Function unknow", 14},
{"Addresses addition not allowed", 15},
{"You can only use the decal operator on labels", 16},
{"Address operation invalid", 17},
{"Addresses operations not allowed", 18},
{"Expression too complex or invalid", 19},
{"Address type not supported", 20},
{"Address addition not supported", 21},
{"Expression invalid", 22},
{"Expression too complex", 23},
{"Something wrong, nested operator called...", 24},
{"Something wrong, lparenthesis operator called...", 25},
{"Something wrong, should never got here...", 26},
{"Unknow predefined string into the meta language", 27},
{"Pattern not matching...", 28},
{"Unknow constant type in the meta language", 29},
{"\
Error in the metalanguage (pattern should be here if not a constant type)", 30},
{"Logical error in meta language", 31},
{"Unknow instruction", 32},
{"Bad constant for an immediate value", 33},
{"Bad constant for a string", 34},
{"You can only have an instruction into a .text segment", 35},
{"Unmatched instruction", 36},
{"Loading file", 37},
{"Opening file '%s'", 38},
{"Reading file", 39},
{"Reading line %i", 40},
{"Summering line %s", 41},
{"Internal error into hashing", 42},
{"Read line '%s'", 43},
{"Analysing word '%s'", 44},
{"Missing operator ':'", 45},
{"Invalid number.", 46},
{"Expecting ';' for field separator.", 47},
{"Expecting ',' for field separator.", 48},
{"Identifier incorrect.", 49},
{"Error: Expecting a . after a =", 50},
{"Extra parameters for field 'p'.", 51},
{"Unexpected char at end of line.", 52},
{"Expecting operator '=' for field 'p'.", 53},
{"Error: character . expected.", 54},
{"= expected after an implicit name", 55},
{"Identifier incorrect", 56},
{"expecting ; as field separator", 57},
{"Loading meta file", 58},
{"Meta parser init failed.", 59},
{"Too many nested operators in expression.\n", 60},
{"Too many nested functions calls in expression.\n", 61},
{"Invalid unary operator", 62},
{"Invalid binary operator", 63},
{"Parse error: too much left parenthesis", 64},
{"Parse error: too much right parenthesis", 65},
{"Parse error: enclosure mismatch", 66},
{"Invalid character", 67},
{"Out of memory.", 68},
{"Too much error contexts during pushcontext().", 69},
{"Error context empty, but popcontext() called.", 70},
{"FPU not implemented", 71},
{"\
Assembler\n\
\n", 72},
{" o Initialising the meta engine... ", 73},
{"\
Done!\n\
o Meta language loading... ", 74},
{"Meta language loading failed.", 75},
{"\
Done!\n\
o Initialising the assembler core...", 76},
{"Assembler core init failed.", 77},
{" Done!\n", 78},
{"Signal received: segfault", 79},
{"\
\n\
Performing initialisation...\n\
\n", 80},
{"\
\n\
Performing shutdown...\n\
\n", 81},
{"Exitting, bye!\n", 82},
};
int _msg_tbl_length = 82;
|