diff options
author | Pixel <> | 2001-03-05 14:24:03 +0000 |
---|---|---|
committer | Pixel <> | 2001-03-05 14:24:03 +0000 |
commit | ec68b01357f608f7800da530fc14f41d32cb2b45 (patch) | |
tree | 54504700af2fea763c4bd8156884574ca1b98aa3 /po/cat-id-tbl.c | |
parent | 04d8a10293bdb5407127dc7693da33e168fa4d5c (diff) |
Plein de modifs
Diffstat (limited to 'po/cat-id-tbl.c')
-rw-r--r-- | po/cat-id-tbl.c | 61 |
1 files changed, 43 insertions, 18 deletions
diff --git a/po/cat-id-tbl.c b/po/cat-id-tbl.c index 831b93c..98417ba 100644 --- a/po/cat-id-tbl.c +++ b/po/cat-id-tbl.c @@ -47,27 +47,52 @@ Extracting datas...\n", 23}, Ok.\n\ \n\ All the tests were successfull\n", 25}, - {" * Head cell. (", 26}, - {"Insert: not over Head.", 27}, - {"Insert: No more memory.", 28}, - {"Extract_Min: Priority List is empty.", 29}, + {"Unknow priority list type: ", 26}, + {"Error opening file (", 27}, + {"Bad dictionnary structure. See doc/README.en (missing : separator)", 28}, + {"Bad dictionnary structure. See doc/README.en (missing word)", 29}, + {"Bad dictionnary structure. See doc/README.en (missing frequency)", 30}, + {"Huffman [{-f|-i} file] {type}", 31}, + {"Huffman -h", 32}, + {"By Nicolas Noble (nicolas@nobis-crew.org).", 33}, + {"This will encode the input file with the Huffman code", 34}, + {"using the priority list defined by type.", 35}, + {"Type is a number taken from this list:", 36}, + {" 0 : Binary Heap (default)", 37}, + {" 1 : Binomial Heap", 38}, + {" 2 : Fibbonacci Heap (bugged)", 39}, + {" 3 : Sorted chained list", 40}, + {"-f file means that you specify a dictionnary file which is", 41}, + {" structured as described into the README file.", 42}, + {"-i file means that you specify a file to encode. It will", 43}, + {" built a quiet dumb dictionnary.", 44}, + {"By default, a dictionnary will be built from stdin.", 45}, + {"-h prints this help and exit.", 46}, + {"Unknow option: ", 47}, + {"-i and -f options are exclusive", 48}, + {"Extra command: ", 49}, + {"Internal error.", 50}, + {" * Head cell. (", 51}, + {"Insert: not over Head.", 52}, + {"Insert: No more memory.", 53}, + {"Extract_Min: Priority List is empty.", 54}, {"\ * Head cell.\n\ - |\n", 30}, - {"Not enough memory", 31}, - {"negative overflow", 32}, + |\n", 55}, + {"Not enough memory", 56}, + {"negative overflow", 57}, {"\ * Head cell\n\ - |\n", 33}, - {"Bitstream length : ", 34}, - {" bits (= ", 35}, - {" bytes)\n", 36}, - {"Real size input : ", 37}, - {"Size squeezed by : ", 38}, - {" percents\n", 39}, - {"Dictionnary size : ", 40}, - {"Total bitstream length : ", 41}, - {"Real gain (4 bytes header) : ", 42}, + |\n", 58}, + {"Bitstream length : ", 59}, + {" bits (= ", 60}, + {" bytes)\n", 61}, + {"Real size input : ", 62}, + {"Size squeezed by : ", 63}, + {" percents\n", 64}, + {"Dictionnary size : ", 65}, + {"Total bitstream length : ", 66}, + {"Real gain (4 bytes header) : ", 67}, }; -int _msg_tbl_length = 42; +int _msg_tbl_length = 67; |