summaryrefslogtreecommitdiff
path: root/po
diff options
context:
space:
mode:
authorPixel <Pixel>2001-05-02 00:18:08 +0000
committerPixel <Pixel>2001-05-02 00:18:08 +0000
commit064a422245f2ef4e881f50350dbbf686283ae310 (patch)
treed6043c3fd05a3f0842ac67cf6f72fa82ddb3e347 /po
parent7dd4d0c7b11f8341fc4f7c357273c4d14f6bb237 (diff)
Pouet
Diffstat (limited to 'po')
-rw-r--r--po/cat-id-tbl.c64
1 files changed, 33 insertions, 31 deletions
diff --git a/po/cat-id-tbl.c b/po/cat-id-tbl.c
index d2dffc7..33f4c45 100644
--- a/po/cat-id-tbl.c
+++ b/po/cat-id-tbl.c
@@ -30,42 +30,44 @@ 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},
- {"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},
+ {"move_to_resultat_pile()", 24},
+ {"move_to_resultat_pile: invalid argument type", 25},
+ {"move_to_resultat_pile: Stack Overflow", 26},
+ {"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 value for 2nd arg", 41},
+ {"act_pile: OP_FUNC_CALL arg2 is an empty polynom", 42},
+ {"act_pile: OP_FUNC_CALL invalid arguments", 43},
+ {"act_pile: OP_FUNC_CALL incorrect argument number", 44},
+ {"act_pile: Unknown operator", 45},
+ {"\t-- Printing Stack\n", 46},
+ {"\t-- End Printing Stack\n", 47},
+ {"ply_affichage: strcat error, not enough space in buffer", 48},
+ {"rat_constr: division by zero", 49},
+ {"division by zero", 50},
+ {"Signal received: segfault", 51},
+ {"Signal received: break", 52},
{"\
\n\
Performing initialisation...\n\
-\n", 51},
+\n", 53},
{"\
\n\
Performing shutdown...\n\
-\n", 52},
- {"Exitting, bye!\n", 53},
+\n", 54},
+ {"Exitting, bye!\n", 55},
};
-int _msg_tbl_length = 53;
+int _msg_tbl_length = 55;