diff options
author | biouman <biouman> | 2001-05-02 01:54:13 +0000 |
---|---|---|
committer | biouman <biouman> | 2001-05-02 01:54:13 +0000 |
commit | d3143b4c2ec0df9cec245e1e6a57e4f18ef71726 (patch) | |
tree | 0955a25059b3cdbfb6cdcfa1e8e4fda2da51954a /po | |
parent | c7de59691739e3d259712728a9746b87422f27d2 (diff) |
*** empty log message ***
Diffstat (limited to 'po')
-rw-r--r-- | po/cat-id-tbl.c | 60 |
1 files changed, 31 insertions, 29 deletions
diff --git a/po/cat-id-tbl.c b/po/cat-id-tbl.c index 99a737e..3c3107b 100644 --- a/po/cat-id-tbl.c +++ b/po/cat-id-tbl.c @@ -33,40 +33,42 @@ const struct _msg_ent _msg_tbl[] = { {"move_to_resultat_pile()", 24}, {"move_to_resultat_pile: invalid argument type", 25}, {"move_to_resultat_pile: Stack Overflow", 26}, - {"move_to_resultat_pile: empty stack", 27}, - {"Calling act_pile(%i)", 28}, - {"act_pile: OP_PLUS invalid arguments", 29}, - {"act_pile: OP_MOINS invalid arguments", 30}, - {"act_pile: OP_MUL invalid arguments", 31}, - {"act_pile: OP_DIV invalid arguments", 32}, - {"act_pile: OP_MOD invalid arguments", 33}, - {"act_pile: OP_EXP invalid power", 34}, - {"act_pile: OP_EXP empty polynom", 35}, - {"act_pile: OP_EXP invalid arguments", 36}, - {"act_pile: OP_ASSIGN empty string", 37}, - {"act_pile: OP_ASSIGN invalid arguments", 38}, - {"act_pile: OP_MOINS_UNARY invalid argument", 39}, - {"act_pile: OP_FUNC_CALL incorrect value for 2nd arg", 40}, - {"act_pile: OP_FUNC_CALL arg2 is an empty polynom", 41}, - {"act_pile: OP_FUNC_CALL invalid arguments", 42}, - {"act_pile: OP_FUNC_CALL incorrect argument number", 43}, - {"act_pile: Unknown operator", 44}, - {"\t-- Printing Stack\n", 45}, - {"\t-- End Printing Stack\n", 46}, - {"ply_affichage: strcat error, not enough space in buffer", 47}, - {"rat_constr: division by zero", 48}, - {"division by zero", 49}, - {"Signal received: segfault", 50}, - {"Signal received: break", 51}, + {"pop_resultat()", 27}, + {"move_to_resultat_pile: empty stack", 28}, + {"Calling act_pile(%i)", 29}, + {"act_pile: OP_PLUS invalid arguments", 30}, + {"act_pile: OP_MOINS invalid arguments", 31}, + {"act_pile: OP_MUL invalid arguments", 32}, + {"act_pile: OP_DIV invalid arguments", 33}, + {"act_pile: OP_MOD invalid arguments", 34}, + {"act_pile: OP_EXP invalid power", 35}, + {"act_pile: OP_EXP empty polynom", 36}, + {"act_pile: OP_EXP invalid arguments", 37}, + {"act_pile: OP_ASSIGN empty string", 38}, + {"act_pile: OP_ASSIGN invalid arguments", 39}, + {"act_pile: OP_MOINS_UNARY invalid argument", 40}, + {"act_pile: OP_FUNC_CALL incorrect argument type", 41}, + {"act_pile: OP_FUNC_CALL invalid operand type", 42}, + {"act_pile: OP_FUNC_CALL incorrect value for 2nd arg", 43}, + {"act_pile: OP_FUNC_CALL arg2 is an empty polynom", 44}, + {"act_pile: OP_FUNC_CALL incorrect argument number", 45}, + {"act_pile: Unknown operator", 46}, + {"\t-- Printing Stack\n", 47}, + {"\t-- End Printing Stack\n", 48}, + {"ply_affichage: strcat error, not enough space in buffer", 49}, + {"rat_constr: division by zero", 50}, + {"division by zero", 51}, + {"Signal received: segfault", 52}, + {"Signal received: break", 53}, {"\ \n\ Performing initialisation...\n\ -\n", 52}, +\n", 54}, {"\ \n\ Performing shutdown...\n\ -\n", 53}, - {"Exitting, bye!\n", 54}, +\n", 55}, + {"Exitting, bye!\n", 56}, }; -int _msg_tbl_length = 54; +int _msg_tbl_length = 56; |