summaryrefslogtreecommitdiff
path: root/po/cat-id-tbl.c
blob: 3c0c2fdd6ce8b750280ca45f10472660223608ca (plain)
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
/* 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},
  {"Internal error into hashing", 5},
  {"Too many nested operators in expression.\n", 6},
  {"Too many nested functions calls in expression.\n", 7},
  {"Invalid unary operator", 8},
  {"Invalid binary operator", 9},
  {"Parse error: too much left parenthesis", 10},
  {"Parse error: too much right parenthesis", 11},
  {"Parse error: enclosure mismatch", 12},
  {"Invalid character", 13},
  {"Calling push_pile(%s)", 14},
  {"it's an integer", 15},
  {"it's a float", 16},
  {"it's X", 17},
  {"it's a variable", 18},
  {"it's a name", 19},
  {"push_pile_poly: Stack Overflow", 20},
  {"push_pile_int: Stack Overflow", 21},
  {"push_pile_string: Stack Overflow", 22},
  {"pop_pile: Can't pop %u elements", 23},
  {"Calling act_pile(%i)", 24},
  {"act_pile: OP_PLUS invalid arguments", 25},
  {"act_pile: OP_MOINS invalid arguments", 26},
  {"act_pile: OP_MUL invalid arguments", 27},
  {"act_pile: OP_DIV invalid arguments", 28},
  {"act_pile: OP_MOD invalid arguments", 29},
  {"act_pile: OP_EXP invalid arguments", 30},
  {"act_pile: OP_ASSIGN empty string", 31},
  {"act_pile: OP_ASSIGN invalid arguments", 32},
  {"act_pile: OP_MOINS_UNARY invalid argument", 33},
  {"act_pile: OP_FUNC_CALL invalid arguments", 34},
  {"act_pile: OP_FUNC_CALL incorrect argument number", 35},
  {"act_pile: Unknown operator", 36},
  {"\t-- Printing Stack\n", 37},
  {"\t-- End Printing Stack\n", 38},
  {"ply_affichage: strcat error, not enoug space in buffer", 39},
  {"rat_constr: division by zero", 40},
  {"division by zero", 41},
};

int _msg_tbl_length = 41;