diff options
Diffstat (limited to 'po/cat-id-tbl.c')
-rw-r--r-- | po/cat-id-tbl.c | 106 |
1 files changed, 52 insertions, 54 deletions
diff --git a/po/cat-id-tbl.c b/po/cat-id-tbl.c index 38c658c..6dc7bbe 100644 --- a/po/cat-id-tbl.c +++ b/po/cat-id-tbl.c @@ -110,81 +110,79 @@ Statistics: %i words of text, %i words of data, and %i words reserved.\n\ {"ResetBit: Incorrect Value", 98}, {"SetBit: Incorrect Value", 99}, {"ValeurBit: Incorrect Value", 100}, - {"ValeurIbitsAuDeb: position not in interval", 101}, - {"InverseIbit: position not in interval", 102}, - {"FPU not implemented", 103}, - {"Invalid Memory Adress", 104}, - {"Invalid Register Descriptor", 105}, - {"premature end of file", 106}, - {"Processing file %s", 107}, - {"Bad signature", 108}, - {"Startpoint already defined.", 109}, - {"Reading symbols", 110}, - {"Reading text and data segments", 111}, - {"Symbol %s not found", 112}, - {"Internal error", 113}, - {"No startpoint defined.", 114}, - {"Writing headers", 115}, - {"Writing relocating informations", 116}, - {"Writing text segments", 117}, - {"Writing data segments", 118}, - {"Statistics: %i words of text, %i words of data and reserving %i words\n", 119}, - {"Output file size: %i words containing %i relocating offsets.\n", 120}, - {"Adresse: Call With Invalid r/m Field State ( r/m=00 )", 121}, - {"Adresse: Unmatched Addr Field", 122}, - {"MOV: Memory to Memory Forbidden On This Type Of Processor", 123}, - {"DecodeExec: Invalid Opcode", 124}, - {"Shutdown requested", 125}, + {"FPU not implemented", 101}, + {"Invalid Memory Adress", 102}, + {"Invalid Register Descriptor", 103}, + {"premature end of file", 104}, + {"Processing file %s", 105}, + {"Bad signature", 106}, + {"Startpoint already defined.", 107}, + {"Reading symbols", 108}, + {"Reading text and data segments", 109}, + {"Symbol %s not found", 110}, + {"Internal error", 111}, + {"No startpoint defined.", 112}, + {"Writing headers", 113}, + {"Writing relocating informations", 114}, + {"Writing text segments", 115}, + {"Writing data segments", 116}, + {"Statistics: %i words of text, %i words of data and reserving %i words\n", 117}, + {"Output file size: %i words containing %i relocating offsets.\n", 118}, + {"Adresse: Call With Invalid r/m Field State ( r/m=00 )", 119}, + {"Adresse: Unmatched Addr Field", 120}, + {"MOV: Memory to Memory Forbidden On This Type Of Processor", 121}, + {"DecodeExec: Invalid Opcode", 122}, + {"Shutdown requested", 123}, {"\ Help:\n\ G: go\n\ P: Proceed\n\ R: display registers\n\ T: trace\n\ -Q: quit\n", 126}, - {"Opening file %s", 127}, - {"Invalid Signature", 128}, - {"Loading file %s", 129}, - {"Executing file %s", 130}, - {"could not set terminal attributes", 131}, - {"could not open terminal", 132}, +Q: quit\n", 124}, + {"Opening file %s", 125}, + {"Invalid Signature", 126}, + {"Loading file %s", 127}, + {"Executing file %s", 128}, + {"could not set terminal attributes", 129}, + {"could not open terminal", 130}, {"\ Assembler v1.0\n\ -\n", 133}, - {"Usage: compilo program.asm objet.out\n", 134}, - {" o Initialising the meta engine... ", 135}, +\n", 131}, + {"Usage: compilo program.asm objet.out\n", 132}, + {" o Initialising the meta engine... ", 133}, {"\ Done!\n\ - o Meta language loading... ", 136}, - {"Meta language loading failed.", 137}, + o Meta language loading... ", 134}, + {"Meta language loading failed.", 135}, {"\ Done!\n\ - o Initialising the assembler core...", 138}, - {"Assembler core init failed.", 139}, - {" Done!\n", 140}, - {"Signal received: segfault", 141}, + o Initialising the assembler core...", 136}, + {"Assembler core init failed.", 137}, + {" Done!\n", 138}, + {"Signal received: segfault", 139}, {"\ \n\ Performing initialisation...\n\ -\n", 142}, +\n", 140}, {"\ \n\ Performing shutdown...\n\ -\n", 143}, - {"Exitting, bye!\n", 144}, +\n", 141}, + {"Exitting, bye!\n", 142}, {"\ Simul v1.0\n\ -\n", 145}, - {"Usage: linker [-s] [-d] binary\n", 146}, - {" o Initialising the simulator... ", 147}, - {"Beginning simulation", 148}, +\n", 143}, + {"Usage: linker [-s] [-d] binary\n", 144}, + {" o Initialising the simulator... ", 145}, + {"Beginning simulation", 146}, {"\ Linker v1.0\n\ -\n", 149}, - {"Usage: linker obj1 [obj2 [obj3 [...]]] binary\n", 150}, - {" o Initialising the linker... ", 151}, - {"Linking files...\n", 152}, - {"Generating output file...\n", 153}, +\n", 147}, + {"Usage: linker obj1 [obj2 [obj3 [...]]] binary\n", 148}, + {" o Initialising the linker... ", 149}, + {"Linking files...\n", 150}, + {"Generating output file...\n", 151}, }; -int _msg_tbl_length = 153; +int _msg_tbl_length = 151; |