diff options
author | Pixel <> | 2001-04-17 01:04:24 +0000 |
---|---|---|
committer | Pixel <> | 2001-04-17 01:04:24 +0000 |
commit | 17d89e026ee39bd30f8604ab397708d9bceb2fbf (patch) | |
tree | 29e7053661656203ae56db7439de9b5c8de293b1 /po/cat-id-tbl.c | |
parent | 4f2aa7d436bb50cef3f9a551f79fa03ea275ab77 (diff) |
GRou
Diffstat (limited to 'po/cat-id-tbl.c')
-rw-r--r-- | po/cat-id-tbl.c | 18 |
1 files changed, 12 insertions, 6 deletions
diff --git a/po/cat-id-tbl.c b/po/cat-id-tbl.c index 2a5d02a..9b62514 100644 --- a/po/cat-id-tbl.c +++ b/po/cat-id-tbl.c @@ -171,12 +171,18 @@ Performing shutdown...\n\ \n", 142}, {"Exitting, bye!\n", 143}, {"\ -Linker v1.0\n\ +Simul v1.0\n\ \n", 144}, - {"Usage: linker obj1 [obj2 [obj3 [...]]] binary\n", 145}, - {" o Initialising the linker... ", 146}, - {"Linking files...\n", 147}, - {"Generating output file...\n", 148}, + {"Usage: linker [-q] [-d] binary\n", 145}, + {" o Initialising the simulator... ", 146}, + {"Beginning simulation", 147}, + {"\ +Linker v1.0\n\ +\n", 148}, + {"Usage: linker obj1 [obj2 [obj3 [...]]] binary\n", 149}, + {" o Initialising the linker... ", 150}, + {"Linking files...\n", 151}, + {"Generating output file...\n", 152}, }; -int _msg_tbl_length = 148; +int _msg_tbl_length = 152; |