diff options
author | Pixel <Pixel> | 2001-05-01 21:34:28 +0000 |
---|---|---|
committer | Pixel <Pixel> | 2001-05-01 21:34:28 +0000 |
commit | 6e3a9d191ccb901823d8b1b5c1b789deabb57abb (patch) | |
tree | 6cf349aad7fb805e517b2df9ab9ac1d84bcb4b41 /po | |
parent | fb8495ceb3e1ac078d3963b26f7bd5cae94249d3 (diff) |
Pouet
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; |