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
|
/* 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},
{"Read line '%s'", 2},
{"Analysing word '%s'", 3},
{"Missing operator ':'", 4},
{"Invalid number.", 5},
{"Expecting ';' for field separator.", 6},
{"Expecting ',' for field separator.", 7},
{"Identifier incorrect.", 8},
{"Error: Expecting a . after a =", 9},
{"Extra parameters for field 'p'.", 10},
{"Unexpected char at end of line.", 11},
{"Expecting operator '=' for field 'p'.", 12},
{"Error: character . expected.", 13},
{"= expected after an implicit name", 14},
{"Identifier incorrect", 15},
{"expecting ; as field separator", 16},
{"Meta parser init failed.", 17},
{"Too many nested operators in expression.\n", 18},
{"Too many nested functions calls in expression.\n", 19},
{"Invalid unary operator", 20},
{"Invalid binary operator", 21},
{"Parse error: too much left parenthesis", 22},
{"Parse error: too much right parenthesis", 23},
{"Parse error: enclosure mismatch", 24},
{"Invalid character", 25},
{"Not a valid . directive", 26},
{"Not a valid # directive", 27},
{"Error: extra parameters to a . directive.", 28},
{"Too much arguments to #undef", 29},
{"Defined symbol not found.", 30},
{"Too much arguments to #include", 31},
{"Including file at line %i", 32},
{"Zero divide.", 33},
{"Error: unable to compute the immediate value", 34},
{"Function unknow", 35},
{"Addresses addition not allowed", 36},
{"You can only use the decal operator on labels", 37},
{"Address operation invalid", 38},
{"Addresses operations not allowed", 39},
{"Expression too complex or invalid", 40},
{"Address type not supported", 41},
{"Address addition not supported", 42},
{"Expression invalid", 43},
{"Expression too complex", 44},
{"Something wrong, nested operator called...", 45},
{"Something wrong, lparenthesis operator called...", 46},
{"Something wrong, should never got here...", 47},
{"\
Assembler\n\
\n", 48},
{" o Initialising the meta engine... ", 49},
{"\
Done!\n\
o Meta language loading... ", 50},
{"Meta language loading failed.", 51},
{"\
Done!\n\
o Initialising the assembler core...", 52},
{"Assembler core init failed.", 53},
{" Done!\n", 54},
{"\
\n\
Performing initialisation...\n\
\n", 55},
{"\
\n\
Performing shutdown...\n\
\n", 56},
{"Exitting, bye!\n", 57},
};
int _msg_tbl_length = 57;
|