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
99
100
101
102
103
104
105
106
107
108
|
/* 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(0) over 59...\n", 21},
{"\
Ok.\n\
Delete over 54...\n", 22},
{"\
Ok.\n\
Lower_Key(-12) over 30...\n", 23},
{"\
Ok.\n\
Extract_Min...\n", 24},
{"\
Ok.\n\
Extracting datas...\n", 25},
{"Minimum #", 26},
{"\
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},
{"\
* Head cell.\n\
|\n", 61},
{"Not enough memory", 62},
{"negative overflow", 63},
{"\
* 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},
};
int _msg_tbl_length = 73;
|