summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbiouman <>2001-04-16 20:20:23 +0000
committerbiouman <>2001-04-16 20:20:23 +0000
commit4b6921b966481ff28c919ca0e0fb345e601a9a74 (patch)
treefa8348cc864da43aec8b7f083758b7f4a24f49f9
parenta1a16a0cea066f0873cb0ee138107721b862769a (diff)
*** empty log message ***
-rw-r--r--lib/simulator.c2
-rw-r--r--po/ProjetArchi.pot25
-rw-r--r--po/cat-id-tbl.c39
3 files changed, 42 insertions, 24 deletions
diff --git a/lib/simulator.c b/lib/simulator.c
index a773115..247a8c4 100644
--- a/lib/simulator.c
+++ b/lib/simulator.c
@@ -400,7 +400,7 @@ void ChargeBinaire(char *filename)
file = openfilereading(filename);
if (readword(file) != 0x58454e4e) { /* verification de la signature */
- exception(1, _("Signature invalid"));
+ exception(1, _("Invalid Signature"));
}
sprintf(message, _("Loading file %s"), filename);
diff --git a/po/ProjetArchi.pot b/po/ProjetArchi.pot
index f6ff184..5f32a22 100644
--- a/po/ProjetArchi.pot
+++ b/po/ProjetArchi.pot
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2001-04-16 21:27+0200\n"
+"POT-Creation-Date: 2001-04-16 22:11+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -521,23 +521,38 @@ msgstr ""
msgid "Output file size: %i words containing %i relocating offsets.\n"
msgstr ""
-#: lib/simulator.c:43
+#: lib/simulator.c:46
msgid "Adresse: Call With Invalid r/m Field State ( r/m=00 )"
msgstr ""
-#: lib/simulator.c:56
+#: lib/simulator.c:59
msgid "Adresse: Unmatched Addr Field"
msgstr ""
#. arg2 = imm32
-#: lib/simulator.c:224
+#: lib/simulator.c:230
msgid "MOV: Memory to Memory Forbidden On This Type Of Processor"
msgstr ""
-#: lib/simulator.c:344
+#: lib/simulator.c:350
msgid "DecodeExec: Invalid Opcode"
msgstr ""
+#. verification de la signature
+#: lib/simulator.c:403
+msgid "Signature invalid"
+msgstr ""
+
+#: lib/simulator.c:406
+#, c-format
+msgid "Loading file %s"
+msgstr ""
+
+#: lib/simulator.c:438
+#, c-format
+msgid "Executing file %s"
+msgstr ""
+
#: src/compilo.c:16
msgid ""
"Assembler v1.0\n"
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;