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
|
/* 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 field in metalanguage", 32},
{"Can't evaluate directly expression", 33},
{"Value too large for field", 34},
{"Unknow instruction", 35},
{"Bad constant for an immediate value", 36},
{"Bad constant for a string", 37},
{"You can only have an instruction into a .text segment", 38},
{"Unmatched instruction", 39},
{"Syntax error in meta language", 40},
{"Loading file", 41},
{"Opening file '%s'", 42},
{"Reading file", 43},
{"Reading line %i", 44},
{"Summering line %s", 45},
{"Internal error into hashing", 46},
{"Read line '%s'", 47},
{"Analysing word '%s'", 48},
{"Missing operator ':'", 49},
{"Invalid number.", 50},
{"Expecting ';' for field separator.", 51},
{"Expecting ',' for field separator.", 52},
{"Identifier incorrect.", 53},
{"Error: Expecting a . after a =", 54},
{"Extra parameters for field 'p'.", 55},
{"Unexpected char at end of line.", 56},
{"Expecting operator '=' for field 'p'.", 57},
{"Error: character . expected.", 58},
{"= expected after an implicit name", 59},
{"Identifier incorrect", 60},
{"expecting ; as field separator", 61},
{"Loading meta file", 62},
{"Meta parser init failed.", 63},
{"Too many nested operators in expression.\n", 64},
{"Too many nested functions calls in expression.\n", 65},
{"Invalid unary operator", 66},
{"Invalid binary operator", 67},
{"Parse error: too much left parenthesis", 68},
{"Parse error: too much right parenthesis", 69},
{"Parse error: enclosure mismatch", 70},
{"Invalid character", 71},
{"Out of memory.", 72},
{"Too much error contexts during pushcontext().", 73},
{"Error context empty, but popcontext() called.", 74},
{"FPU not implemented", 75},
{"\
Assembler\n\
\n", 76},
{" o Initialising the meta engine... ", 77},
{"\
Done!\n\
o Meta language loading... ", 78},
{"Meta language loading failed.", 79},
{"\
Done!\n\
o Initialising the assembler core...", 80},
{"Assembler core init failed.", 81},
{" Done!\n", 82},
{"Signal received: segfault", 83},
{"\
\n\
Performing initialisation...\n\
\n", 84},
{"\
\n\
Performing shutdown...\n\
\n", 85},
{"Exitting, bye!\n", 86},
};
int _msg_tbl_length = 86;
|