From 51a7864b4b789583ea445af47324a9b613336162 Mon Sep 17 00:00:00 2001 From: biouman Date: Mon, 30 Apr 2001 01:21:20 +0000 Subject: *** empty log message *** --- po/cat-id-tbl.c | 46 ++++++++++++++++++++++++++++------------------ 1 file changed, 28 insertions(+), 18 deletions(-) (limited to 'po/cat-id-tbl.c') diff --git a/po/cat-id-tbl.c b/po/cat-id-tbl.c index 85ff112..705b1ba 100644 --- a/po/cat-id-tbl.c +++ b/po/cat-id-tbl.c @@ -20,23 +20,33 @@ const struct _msg_ent _msg_tbl[] = { {"Parse error: too much right parenthesis", 11}, {"Parse error: enclosure mismatch", 12}, {"Invalid character", 13}, - {"push_pile_poly: Stack Overflow", 14}, - {"push_pile_int: Stack Overflow", 15}, - {"push_pile_string: Stack Overflow", 16}, - {"pop_pile: Can't pop %u elements", 17}, - {"Calling act_pile(%i)\n", 18}, - {"act_pile: OP_PLUS invalid arguments", 19}, - {"act_pile: OP_MOINS invalid arguments", 20}, - {"act_pile: OP_MUL invalid arguments", 21}, - {"act_pile: OP_DIV invalid arguments", 22}, - {"act_pile: OP_MOD invalid arguments", 23}, - {"act_pile: OP_EXP invalid arguments", 24}, - {"act_pile: OP_ASSIGN empty string", 25}, - {"act_pile: OP_ASSIGN invalid arguments", 26}, - {"act_pile: OP_MOINS_UNARY invalid argument", 27}, - {"act_pile: OP_FUNC_CALL invalid arguments", 28}, - {"act_pile: OP_FUNC_CALL incorrect argument number", 29}, - {"act_pile: Unknown operator", 30}, + {"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}, }; -int _msg_tbl_length = 30; +int _msg_tbl_length = 40; -- cgit v1.2.3