1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
|
/* Automatically generated by po2tbl.sed from PriorityLists.pot. */
#if HAVE_CONFIG_H
# include <config.h>
#endif
#include "libgettext.h"
const struct _msg_ent _msg_tbl[] = {
{"", 1},
{"Creation of a priority list and adding ", 2},
{" random entrie(s)...", 3},
{"\
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},
{"\
Ok.\n\
List browsing...\n", 19},
{"\
Ok.\n\
Extract_Min + List browsing...\n", 20},
{"\
Ok.\n\
Lower_Key(-12) over 59...\n", 21},
{"\
Ok.\n\
Delete over 54...\n", 22},
{"\
Ok.\n\
Extracting datas...\n", 23},
{"Minimum #", 24},
{"\
Ok.\n\
\n\
All the tests were successfull\n", 25},
{"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", 55},
{"Not enough memory", 56},
{"negative overflow", 57},
{"\
* Head cell\n\
|\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 = 67;
|