summaryrefslogtreecommitdiff
path: root/po
diff options
context:
space:
mode:
authorbiouman <biouman>2001-05-01 22:59:00 +0000
committerbiouman <biouman>2001-05-01 22:59:00 +0000
commit2f9082c03e219bf59f45567540f6e507944c3f4e (patch)
tree967676121d07e81a1fd841815f230ea35dd3d9fd /po
parent76238caf382ad2f12cf280fc8af87801a1f803c7 (diff)
*** empty log message ***
Diffstat (limited to 'po')
-rw-r--r--po/cat-id-tbl.c59
1 files changed, 31 insertions, 28 deletions
diff --git a/po/cat-id-tbl.c b/po/cat-id-tbl.c
index a975815..d2dffc7 100644
--- a/po/cat-id-tbl.c
+++ b/po/cat-id-tbl.c
@@ -30,39 +30,42 @@ const struct _msg_ent _msg_tbl[] = {
{"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 power", 30},
- {"act_pile: OP_EXP empty polynom", 31},
- {"act_pile: OP_EXP invalid arguments", 32},
- {"act_pile: OP_ASSIGN empty string", 33},
- {"act_pile: OP_ASSIGN invalid arguments", 34},
- {"act_pile: OP_MOINS_UNARY invalid argument", 35},
- {"act_pile: OP_FUNC_CALL incorrect value for 2nd arg", 36},
- {"act_pile: OP_FUNC_CALL arg2 is an empty polynom", 37},
- {"act_pile: OP_FUNC_CALL invalid arguments", 38},
- {"act_pile: OP_FUNC_CALL incorrect argument number", 39},
- {"act_pile: Unknown operator", 40},
- {"\t-- Printing Stack\n", 41},
- {"\t-- End Printing Stack\n", 42},
- {"ply_affichage: strcat error, not enough space in buffer", 43},
- {"rat_constr: division by zero", 44},
- {"division by zero", 45},
- {"Signal received: segfault", 46},
- {"Signal received: break", 47},
+ {"move_to_resultat_pile: invalid argument type", 24},
+ {"move_to_resultat_pile: Stack Overflow", 25},
+ {"move_to_resultat_pile: empty stack", 26},
+ {"Calling act_pile(%i)", 27},
+ {"act_pile: OP_PLUS invalid arguments", 28},
+ {"act_pile: OP_MOINS invalid arguments", 29},
+ {"act_pile: OP_MUL invalid arguments", 30},
+ {"act_pile: OP_DIV invalid arguments", 31},
+ {"act_pile: OP_MOD invalid arguments", 32},
+ {"act_pile: OP_EXP invalid power", 33},
+ {"act_pile: OP_EXP empty polynom", 34},
+ {"act_pile: OP_EXP invalid arguments", 35},
+ {"act_pile: OP_ASSIGN empty string", 36},
+ {"act_pile: OP_ASSIGN invalid arguments", 37},
+ {"act_pile: OP_MOINS_UNARY invalid argument", 38},
+ {"act_pile: OP_FUNC_CALL incorrect value for 2nd arg", 39},
+ {"act_pile: OP_FUNC_CALL arg2 is an empty polynom", 40},
+ {"act_pile: OP_FUNC_CALL invalid arguments", 41},
+ {"act_pile: OP_FUNC_CALL incorrect argument number", 42},
+ {"act_pile: Unknown operator", 43},
+ {"\t-- Printing Stack\n", 44},
+ {"\t-- End Printing Stack\n", 45},
+ {"ply_affichage: strcat error, not enough space in buffer", 46},
+ {"rat_constr: division by zero", 47},
+ {"division by zero", 48},
+ {"Signal received: segfault", 49},
+ {"Signal received: break", 50},
{"\
\n\
Performing initialisation...\n\
-\n", 48},
+\n", 51},
{"\
\n\
Performing shutdown...\n\
-\n", 49},
- {"Exitting, bye!\n", 50},
+\n", 52},
+ {"Exitting, bye!\n", 53},
};
-int _msg_tbl_length = 50;
+int _msg_tbl_length = 53;