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
|
/* 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},
};
int _msg_tbl_length = 24;
|