diff options
Diffstat (limited to 'po/cat-id-tbl.c')
-rw-r--r-- | po/cat-id-tbl.c | 39 |
1 files changed, 21 insertions, 18 deletions
diff --git a/po/cat-id-tbl.c b/po/cat-id-tbl.c index 0fb6905..ef1eceb 100644 --- a/po/cat-id-tbl.c +++ b/po/cat-id-tbl.c @@ -134,37 +134,40 @@ Statistics: %i words of text, %i words of data, and %i words reserved.\n\ {"Adresse: Unmatched Addr Field", 122}, {"MOV: Memory to Memory Forbidden On This Type Of Processor", 123}, {"DecodeExec: Invalid Opcode", 124}, + {"Signature invalid", 125}, + {"Loading file %s", 126}, + {"Executing file %s", 127}, {"\ Assembler v1.0\n\ -\n", 125}, - {"Usage: compilo program.asm objet.out\n", 126}, - {" o Initialising the meta engine... ", 127}, +\n", 128}, + {"Usage: compilo program.asm objet.out\n", 129}, + {" o Initialising the meta engine... ", 130}, {"\ Done!\n\ - o Meta language loading... ", 128}, - {"Meta language loading failed.", 129}, + o Meta language loading... ", 131}, + {"Meta language loading failed.", 132}, {"\ Done!\n\ - o Initialising the assembler core...", 130}, - {"Assembler core init failed.", 131}, - {" Done!\n", 132}, - {"Signal received: segfault", 133}, + o Initialising the assembler core...", 133}, + {"Assembler core init failed.", 134}, + {" Done!\n", 135}, + {"Signal received: segfault", 136}, {"\ \n\ Performing initialisation...\n\ -\n", 134}, +\n", 137}, {"\ \n\ Performing shutdown...\n\ -\n", 135}, - {"Exitting, bye!\n", 136}, +\n", 138}, + {"Exitting, bye!\n", 139}, {"\ Linker v1.0\n\ -\n", 137}, - {"Usage: linker obj1 [obj2 [obj3 [...]]] binary\n", 138}, - {" o Initialising the linker... ", 139}, - {"Linking files...\n", 140}, - {"Generating output file...\n", 141}, +\n", 140}, + {"Usage: linker obj1 [obj2 [obj3 [...]]] binary\n", 141}, + {" o Initialising the linker... ", 142}, + {"Linking files...\n", 143}, + {"Generating output file...\n", 144}, }; -int _msg_tbl_length = 141; +int _msg_tbl_length = 144; |