diff options
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; |