diff options
Diffstat (limited to 'po/cat-id-tbl.c')
-rw-r--r-- | po/cat-id-tbl.c | 80 |
1 files changed, 42 insertions, 38 deletions
diff --git a/po/cat-id-tbl.c b/po/cat-id-tbl.c index 7c2abcb..98d3bf4 100644 --- a/po/cat-id-tbl.c +++ b/po/cat-id-tbl.c @@ -58,47 +58,51 @@ All the tests were successfull\n", 27}, {"Bad dictionnary structure. See doc/README.en (missing : separator)", 30}, {"Bad dictionnary structure. See doc/README.en (missing word)", 31}, {"Bad dictionnary structure. See doc/README.en (missing frequency)", 32}, - {"Huffman [{-f|-i} file] {type}", 33}, - {"Huffman -h", 34}, - {"By Nicolas Noble (nicolas@nobis-crew.org).", 35}, - {"This will encode the input file with the Huffman code", 36}, - {"using the priority list defined by type.", 37}, - {"Type is a number taken from this list:", 38}, - {" 0 : Binary Heap (default)", 39}, - {" 1 : Binomial Heap", 40}, - {" 2 : Fibbonacci Heap (bugged)", 41}, - {" 3 : Sorted chained list", 42}, - {"-f file means that you specify a dictionnary file which is", 43}, - {" structured as described into the README file.", 44}, - {"-i file means that you specify a file to encode. It will", 45}, - {" built a quiet dumb dictionnary.", 46}, - {"By default, a dictionnary will be built from stdin.", 47}, - {"-h prints this help and exit.", 48}, - {"Unknow option: ", 49}, - {"-i and -f options are exclusive", 50}, - {"Extra command: ", 51}, - {"Internal error.", 52}, - {" * Head cell. (", 53}, - {"Insert: not over Head.", 54}, - {"Insert: No more memory.", 55}, - {"Extract_Min: Priority List is empty.", 56}, + {"Error: \"", 33}, + {"\" is not a valid number.", 34}, + {"Huffman [{-f|-i} file] {type}", 35}, + {"Huffman -h", 36}, + {"By Nicolas Noble (nicolas@nobis-crew.org).", 37}, + {"This will encode the input file with the Huffman code", 38}, + {"using the priority list defined by type.", 39}, + {"Type is a number taken from this list:", 40}, + {" 0 : Binary Heap (default)", 41}, + {" 1 : Binomial Heap", 42}, + {" 2 : Fibbonacci Heap (bugged)", 43}, + {" 3 : Sorted chained list", 44}, + {"-f file means that you specify a dictionnary file which is", 45}, + {" structured as described into the README file.", 46}, + {"-i file means that you specify a file to encode. It will", 47}, + {" built a quiet dumb dictionnary.", 48}, + {"By default, a dictionnary will be built from stdin.", 49}, + {"-h prints this help and exit.", 50}, + {"Unknow option: ", 51}, + {"-i and -f options are exclusive", 52}, + {"Extra command: ", 53}, + {"-i needs a filename", 54}, + {"-f needs a filename", 55}, + {"Internal error.", 56}, + {" * Head cell. (", 57}, + {"Insert: not over Head.", 58}, + {"Insert: No more memory.", 59}, + {"Extract_Min: Priority List is empty.", 60}, {"\ * Head cell.\n\ - |\n", 57}, - {"Not enough memory", 58}, - {"negative overflow", 59}, + |\n", 61}, + {"Not enough memory", 62}, + {"negative overflow", 63}, {"\ * Head cell\n\ - |\n", 60}, - {"Bitstream length : ", 61}, - {" bits (= ", 62}, - {" bytes)\n", 63}, - {"Real size input : ", 64}, - {"Size squeezed by : ", 65}, - {" percents\n", 66}, - {"Dictionnary size : ", 67}, - {"Total bitstream length : ", 68}, - {"Real gain (4 bytes header) : ", 69}, + |\n", 64}, + {"Bitstream length : ", 65}, + {" bits (= ", 66}, + {" bytes)\n", 67}, + {"Real size input : ", 68}, + {"Size squeezed by : ", 69}, + {" percents\n", 70}, + {"Dictionnary size : ", 71}, + {"Total bitstream length : ", 72}, + {"Real gain (4 bytes header) : ", 73}, }; -int _msg_tbl_length = 69; +int _msg_tbl_length = 73; |