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
|
/* Automatically generated by po2tbl.sed from Polynom.pot. */
#if HAVE_CONFIG_H
# include <config.h>
#endif
#include "libgettext.h"
const struct _msg_ent _msg_tbl[] = {
{"", 1},
{"Out of memory.", 2},
{"Too much error contexts during pushcontext().", 3},
{"Error context empty, but popcontext() called.", 4},
{"Non-fatal error detected. Showing context.\n", 5},
{" Error description: %s\n", 6},
{"Fatal error detected. Showing context.\n", 7},
{"Internal error into hashing", 8},
{"Too many nested operators in expression.\n", 9},
{"Too many nested functions calls in expression.\n", 10},
{"Invalid unary operator", 11},
{"Invalid binary operator", 12},
{"Parse error: too much left parenthesis", 13},
{"Parse error: too much right parenthesis", 14},
{"Invalid character", 15},
{"Calling push_pile(%s)", 16},
{"it's an integer", 17},
{"it's a float", 18},
{"it's X", 19},
{"it's a variable", 20},
{"it's a name", 21},
{"push_pile_poly: Stack Overflow", 22},
{"push_pile_int: Stack Overflow", 23},
{"push_pile_string: Stack Overflow", 24},
{"pop_pile: Can't pop %u elements", 25},
{"move_to_resultat_pile()", 26},
{"move_to_resultat_pile: invalid argument type", 27},
{"move_to_resultat_pile: Stack Overflow", 28},
{"pop_resultat()", 29},
{"move_to_resultat_pile: empty stack", 30},
{"Calling act_pile(%i)", 31},
{"act_pile: OP_PLUS invalid arguments", 32},
{"act_pile: OP_MOINS invalid arguments", 33},
{"act_pile: OP_MUL invalid arguments", 34},
{"act_pile: OP_DIV invalid arguments", 35},
{"act_pile: OP_MOD invalid arguments", 36},
{"act_pile: OP_EXP invalid power", 37},
{"act_pile: OP_EXP invalid arguments", 38},
{"act_pile: OP_ASSIGN empty string", 39},
{"act_pile: OP_ASSIGN invalid arguments", 40},
{"act_pile: OP_MOINS_UNARY invalid argument", 41},
{"act_pile: OP_FUNC_CALL incorrect argument type", 42},
{"act_pile: OP_FUNC_CALL invalid operand type", 43},
{"act_pile: OP_FUNC_CALL need only one argument for a polynom evaluation", 44},
{"act_pile: OP_FUNC_CALL incorrect value for 2nd arg", 45},
{"act_pile: OP_FUNC_CALL arg2 is an empty polynom", 46},
{"act_pile: OP_FUNC_CALL incorrect argument number", 47},
{"act_pile: Unknown operator", 48},
{"\t-- Printing Stack\n", 49},
{"\t-- End Printing Stack\n", 50},
{"ply_affichage: strcat error, not enough space in buffer", 51},
{"rat_constr: division by zero", 52},
{"division by zero", 53},
{"Signal received: segfault", 54},
{"Signal received: break", 55},
{"\
\n\
Performing initialisation...\n\
\n", 56},
{"\
\n\
Starting interface...\n\
\n", 57},
{"\
\n\
Performing shutdown...\n\
\n", 58},
{"Exiting, bye!\n", 59},
};
int _msg_tbl_length = 59;
|