diff options
author | Pixel <> | 2001-04-01 12:36:50 +0000 |
---|---|---|
committer | Pixel <> | 2001-04-01 12:36:50 +0000 |
commit | 8212d25ba09a7fdf1938a1992022a0143d29e05b (patch) | |
tree | bedd5f49afe9d2a74cdb7436ac1bce1151fe6d0e /po/cat-id-tbl.c | |
parent | 4837528241a8f05ce2ca1fcdf35ea60b27728fb3 (diff) |
Exceptions
Diffstat (limited to 'po/cat-id-tbl.c')
-rw-r--r-- | po/cat-id-tbl.c | 24 |
1 files changed, 23 insertions, 1 deletions
diff --git a/po/cat-id-tbl.c b/po/cat-id-tbl.c index 50d239e..a94117f 100644 --- a/po/cat-id-tbl.c +++ b/po/cat-id-tbl.c @@ -31,6 +31,28 @@ const struct _msg_ent _msg_tbl[] = { {"Parse error: too much right parenthesis", 22}, {"Parse error: enclosure mismatch", 23}, {"Invalid character", 24}, + {"\ +Assembler\n\ +\n", 25}, + {" o Initialising the meta engine... ", 26}, + {"\ + Done!\n\ + o Meta language loading... ", 27}, + {"Meta language loading failed.", 28}, + {"\ + Done!\n\ + o Initialising the assembler core...", 29}, + {"Assembler core init failed.", 30}, + {" Done!\n", 31}, + {"\ +\n\ +Performing initialisation...\n\ +\n", 32}, + {"\ +\n\ +Performing shutdown...\n\ +\n", 33}, + {"Exitting, bye!\n", 34}, }; -int _msg_tbl_length = 24; +int _msg_tbl_length = 34; |