summaryrefslogtreecommitdiff
path: root/po/cat-id-tbl.c
diff options
context:
space:
mode:
authorPixel <>2001-03-07 00:56:25 +0000
committerPixel <>2001-03-07 00:56:25 +0000
commit2bdee57d554ad4554f35104ada19c87f0674d45b (patch)
tree2a87120f47a25d8cd3719c823b8cce425d496295 /po/cat-id-tbl.c
parent3aff7aaa9de61a5f3430bd86960c4f9c4b958786 (diff)
Derniere mise au point
Diffstat (limited to 'po/cat-id-tbl.c')
-rw-r--r--po/cat-id-tbl.c147
1 files changed, 74 insertions, 73 deletions
diff --git a/po/cat-id-tbl.c b/po/cat-id-tbl.c
index 98d3bf4..c911baa 100644
--- a/po/cat-id-tbl.c
+++ b/po/cat-id-tbl.c
@@ -8,101 +8,102 @@
const struct _msg_ent _msg_tbl[] = {
{"", 1},
- {"Creation of a priority list and adding ", 2},
- {" random entrie(s)...", 3},
+ {"Unknow priority list type: ", 2},
+ {"Creation of a priority list and adding ", 3},
+ {" random entrie(s)...", 4},
{"\
Ok.\n\
-Deleting the list...", 4},
- {"List has ", 5},
- {" keys. Expecting ", 6},
- {"List corrupted.", 7},
- {" keys (real count). Expecting ", 8},
- {"Incorrect order.", 9},
- {"Size of a PriorityList cell: ", 10},
- {"Size of a BHeap cell : ", 11},
- {"Size of a FHeap cell : ", 12},
- {"Size of a PLList header : ", 13},
- {"Size of a CList cell : ", 14},
- {"Size of a SList cell : ", 15},
- {"Size of a BinHeap header : ", 16},
- {"Size of a BinHeap cell : ", 17},
- {"Creating a priority list and adding keys:\n", 18},
+Deleting the list...", 5},
+ {"List has ", 6},
+ {" keys. Expecting ", 7},
+ {"List corrupted.", 8},
+ {" keys (real count). Expecting ", 9},
+ {"Incorrect order.", 10},
+ {"Size of a PriorityList cell: ", 11},
+ {"Size of a BHeap cell : ", 12},
+ {"Size of a FHeap cell : ", 13},
+ {"Size of a PLList header : ", 14},
+ {"Size of a CList cell : ", 15},
+ {"Size of a SList cell : ", 16},
+ {"Size of a BinHeap header : ", 17},
+ {"Size of a BinHeap cell : ", 18},
+ {"Creating a priority list and adding keys:\n", 19},
{"\
Ok.\n\
-List browsing...\n", 19},
+List browsing...\n", 20},
{"\
Ok.\n\
-Extract_Min + List browsing...\n", 20},
+Extract_Min + List browsing...\n", 21},
{"\
Ok.\n\
-Lower_Key(0) over 59...\n", 21},
+Lower_Key(0) over 59...\n", 22},
{"\
Ok.\n\
-Delete over 54...\n", 22},
+Delete over 54...\n", 23},
{"\
Ok.\n\
-Lower_Key(-12) over 30...\n", 23},
+Lower_Key(-12) over 30...\n", 24},
{"\
Ok.\n\
-Extract_Min...\n", 24},
+Extract_Min...\n", 25},
{"\
Ok.\n\
-Extracting datas...\n", 25},
- {"Minimum #", 26},
+Extracting datas...\n", 26},
+ {"Minimum #", 27},
{"\
Ok.\n\
\n\
-All the tests were successfull\n", 27},
- {"Unknow priority list type: ", 28},
- {"Error opening file (", 29},
- {"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},
- {"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},
+All the tests were successfull\n", 28},
+ {"Usage: testTas [type]\n", 29},
+ {"Extra command: ", 30},
+ {"Error opening file (", 31},
+ {"Bad dictionnary structure. See doc/README.en (missing : separator)", 32},
+ {"Bad dictionnary structure. See doc/README.en (missing word)", 33},
+ {"Bad dictionnary structure. See doc/README.en (missing frequency)", 34},
+ {"Error: \"", 35},
+ {"\" is not a valid number.", 36},
+ {"Huffman [{-f|-i} file] {type}", 37},
+ {"Huffman -h", 38},
+ {"By Nicolas Noble (nicolas@nobis-crew.org).", 39},
+ {"This will encode the input file with the Huffman code", 40},
+ {"using the priority list defined by type.", 41},
+ {"Type is a number taken from this list:", 42},
+ {" 0 : Binary Heap (default)", 43},
+ {" 1 : Binomial Heap", 44},
+ {" 2 : Fibonacci Heap", 45},
+ {" 3 : Sorted chained list", 46},
+ {"-f file means that you specify a dictionnary file which is", 47},
+ {" structured as described into the README file.", 48},
+ {"-i file means that you specify a file to encode. It will", 49},
+ {" built a quiet dumb dictionnary.", 50},
+ {"By default, a dictionnary will be built from stdin.", 51},
+ {"-h prints this help and exit.", 52},
+ {"Unknow option: ", 53},
+ {"-i and -f options are exclusive", 54},
+ {"-i needs a filename", 55},
+ {"-f needs a filename", 56},
+ {"Internal error.", 57},
+ {" * Head cell. (", 58},
+ {"Insert: not over Head.", 59},
+ {"Insert: No more memory.", 60},
+ {"Extract_Min: Priority List is empty.", 61},
{"\
* Head cell.\n\
- |\n", 61},
- {"Not enough memory", 62},
- {"negative overflow", 63},
+ |\n", 62},
+ {"Not enough memory", 63},
+ {"negative overflow", 64},
{"\
* Head cell\n\
- |\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},
+ |\n", 65},
+ {"Bitstream length : ", 66},
+ {" bits (= ", 67},
+ {" bytes)\n", 68},
+ {"Real size input : ", 69},
+ {"Size squeezed by : ", 70},
+ {" percents\n", 71},
+ {"Dictionnary size : ", 72},
+ {"Total bitstream length : ", 73},
+ {"Real gain (4 bytes header) : ", 74},
};
-int _msg_tbl_length = 73;
+int _msg_tbl_length = 74;