summaryrefslogtreecommitdiff
path: root/po/cat-id-tbl.c
blob: c911baac56cedf17bd0101369317388f1a0ed65e (plain)
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
109
/* 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},
  {"Unknow priority list type: ", 2},
  {"Creation of a priority list and adding ", 3},
  {" random entrie(s)...", 4},
  {"\
Ok.\n\
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", 20},
  {"\
Ok.\n\
Extract_Min + List browsing...\n", 21},
  {"\
Ok.\n\
Lower_Key(0) over 59...\n", 22},
  {"\
Ok.\n\
Delete over 54...\n", 23},
  {"\
Ok.\n\
Lower_Key(-12) over 30...\n", 24},
  {"\
Ok.\n\
Extract_Min...\n", 25},
  {"\
Ok.\n\
Extracting datas...\n", 26},
  {"Minimum #", 27},
  {"\
Ok.\n\
\n\
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", 62},
  {"Not enough memory", 63},
  {"negative overflow", 64},
  {"\
 * Head cell\n\
 |\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 = 74;