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
|
/* 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},
{"Missing operator ':'", 2},
{"Invalid number.", 3},
{"Expecting ';' for field separator.", 4},
{"Expecting ',' for field separator.", 5},
{"Identifier incorrect.", 6},
{"Error: Expecting a . after a =", 7},
{"Extra parameters for field 'p'.", 8},
{"Unexpected char at end of line.", 9},
{"Expecting operator '=' for field 'p'.", 10},
{"Error: character . expected.", 11},
{"= expected after an implicit name", 12},
{"Identifier incorrect", 13},
{"expecting ; as field separator", 14},
{"Out of memory.", 15},
{"Meta parser init failed.", 16},
{"Too many nested operators in expression.\n", 17},
{"Too many nested functions calls in expression.\n", 18},
{"Invalid unary operator", 19},
{"Invalid binary operator", 20},
{"Parse error: too much left parenthesis", 21},
{"Parse error: too much right parenthesis", 22},
{"Parse error: enclosure mismatch", 23},
{"Invalid character", 24},
{"\
Assembler\n\
\n", 25},
{" o Initialising the meta engine... ", 26},
{"\
Done!\n\
o Meta language loading... ", 27},
{"Meta language loading failed.", 28},
{"\
Done!\n\
o Initialising the assembler core...", 29},
{"Assembler core init failed.", 30},
{" Done!\n", 31},
{"\
\n\
Performing initialisation...\n\
\n", 32},
{"\
\n\
Performing shutdown...\n\
\n", 33},
{"Exitting, bye!\n", 34},
};
int _msg_tbl_length = 34;
|