diff options
Diffstat (limited to 'po')
-rw-r--r-- | po/cat-id-tbl.c | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/po/cat-id-tbl.c b/po/cat-id-tbl.c index 18e2c30..a975815 100644 --- a/po/cat-id-tbl.c +++ b/po/cat-id-tbl.c @@ -52,6 +52,17 @@ const struct _msg_ent _msg_tbl[] = { {"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}, + {"\ +\n\ +Performing initialisation...\n\ +\n", 48}, + {"\ +\n\ +Performing shutdown...\n\ +\n", 49}, + {"Exitting, bye!\n", 50}, }; -int _msg_tbl_length = 45; +int _msg_tbl_length = 50; |