From 2f9082c03e219bf59f45567540f6e507944c3f4e Mon Sep 17 00:00:00 2001 From: biouman Date: Tue, 1 May 2001 22:59:00 +0000 Subject: *** empty log message *** --- po/cat-id-tbl.c | 59 ++++++++++++++++++++++++++++++--------------------------- 1 file changed, 31 insertions(+), 28 deletions(-) (limited to 'po') 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; -- cgit v1.2.3