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
|
/* 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},
{"Out of memory.", 17},
{"Meta parser init failed.", 18},
{"Too many nested operators in expression.\n", 19},
{"Too many nested functions calls in expression.\n", 20},
{"Invalid unary operator", 21},
{"Invalid binary operator", 22},
{"Parse error: too much left parenthesis", 23},
{"Parse error: too much right parenthesis", 24},
{"Parse error: enclosure mismatch", 25},
{"Invalid character", 26},
{"\
Assembler\n\
\n", 27},
{" o Initialising the meta engine... ", 28},
{"\
Done!\n\
o Meta language loading... ", 29},
{"Meta language loading failed.", 30},
{"\
Done!\n\
o Initialising the assembler core...", 31},
{"Assembler core init failed.", 32},
{" Done!\n", 33},
{"\
\n\
Performing initialisation...\n\
\n", 34},
{"\
\n\
Performing shutdown...\n\
\n", 35},
{"Exitting, bye!\n", 36},
};
int _msg_tbl_length = 36;
|