summaryrefslogtreecommitdiff
path: root/po/cat-id-tbl.c
blob: 3ecc399d5e5534fcd3cc28d789cdc033b2d6d793 (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
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
/* 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},
  {"0 - Binary Heap", 2},
  {"1 - Binomial Heap", 3},
  {"2 - Fibonacci Heap", 4},
  {"3 - Sorted chained list", 5},
  {"a - Add a key into the priority list", 6},
  {"c - Change priority list type", 7},
  {"d - Delete a Key from the priority list", 8},
  {"e - Extract Min onto the priority list", 9},
  {"l - Lower Key onto a key of the priority list", 10},
  {"p - Print the current priority list on the screen", 11},
  {"r - Remove the whole priority list", 12},
  {"t - Test the priority list algorithms", 13},
  {"q - Quit", 14},
  {"Unknow priority list type: ", 15},
  {"Creation of a priority list and adding ", 16},
  {" random entrie(s)...", 17},
  {"\
Ok.\n\
Deleting the list...", 18},
  {"List has ", 19},
  {" keys. Expecting ", 20},
  {"List corrupted.", 21},
  {" keys (real count). Expecting ", 22},
  {"Incorrect order.", 23},
  {"Ok.\n", 24},
  {"Size of a PriorityList cell: ", 25},
  {"Size of a BHeap cell       : ", 26},
  {"Size of a FHeap cell       : ", 27},
  {"Size of a PLList header    : ", 28},
  {"Size of a CList cell       : ", 29},
  {"Size of a SList cell       : ", 30},
  {"Size of a BinHeap header   : ", 31},
  {"Size of a BinHeap cell     : ", 32},
  {"Creating a priority list and adding keys:\n", 33},
  {"\
Ok.\n\
List browsing...\n", 34},
  {"\
Ok.\n\
Extract_Min + List browsing...\n", 35},
  {"\
Ok.\n\
Lower_Key(0) over 59...\n", 36},
  {"\
Ok.\n\
Delete over 54...\n", 37},
  {"\
Ok.\n\
Lower_Key(-12) over 30...\n", 38},
  {"\
Ok.\n\
Extract_Min...\n", 39},
  {"\
Ok.\n\
Extracting datas...\n", 40},
  {"Minimum #", 41},
  {"\
Ok.\n\
\n\
All the tests were successfull\n", 42},
  {"Usage: testTas [type]\n", 43},
  {"Choice: ", 44},
  {"Incorrect choice, select again\n", 45},
  {"%i - Key: %i", 46},
  {"%i - Empty slot", 47},
  {"n - Don't store", 48},
  {"c - Cancel", 49},
  {"could not set attributes\n", 50},
  {"Extra command: ", 51},
  {"You are not a terminal, Ok.\n", 52},
  {"Unable to open /dev/tty\n", 53},
  {"Priority list type: ", 54},
  {"Please select an action", 55},
  {"You have chosen: ", 56},
  {"Please select a slot to save the cell", 57},
  {"Please type in a key to add", 58},
  {"Please select a priority list type", 59},
  {"Please select a key to delete", 60},
  {"Delete result: ", 61},
  {"Extract Min result: ", 62},
  {"Please select a key to lower", 63},
  {"Please type in the new key", 64},
  {"Lower key result: ", 65},
  {"True", 66},
  {"False", 67},
  {"Error opening file (", 68},
  {"Bad dictionnary structure. See doc/README.en (missing : separator)", 69},
  {"Bad dictionnary structure. See doc/README.en (missing word)", 70},
  {"Bad dictionnary structure. See doc/README.en (missing frequency)", 71},
  {"Error: \"", 72},
  {"\" is not a valid number.", 73},
  {"Huffman [{-f|-i} file] {type}", 74},
  {"Huffman -h", 75},
  {"By Nicolas Noble (nicolas@nobis-crew.org).", 76},
  {"This will encode the input file with the Huffman code", 77},
  {"using the priority list defined by type.", 78},
  {"Type is a number taken from this list:", 79},
  {"  0 : Binary Heap (default)", 80},
  {"  1 : Binomial Heap", 81},
  {"  2 : Fibonacci Heap", 82},
  {"  3 : Sorted chained list", 83},
  {"-f file means that you specify a dictionnary file which is", 84},
  {"        structured as described into the README file.", 85},
  {"-i file means that you specify a file to encode. It will", 86},
  {"        built a quiet dumb dictionnary.", 87},
  {"By default, a dictionnary will be built from stdin.", 88},
  {"-h prints this help and exit.", 89},
  {"Unknow option: ", 90},
  {"-i and -f options are exclusive", 91},
  {"-i needs a filename", 92},
  {"-f needs a filename", 93},
  {"Internal error.", 94},
  {" * Head cell. (", 95},
  {"Insert: not over Head.", 96},
  {"Insert: No more memory.", 97},
  {"Extract_Min: Priority List is empty.", 98},
  {"\
 * Head cell.\n\
 |\n", 99},
  {"Not enough memory", 100},
  {"negative overflow", 101},
  {"\
 * Head cell\n\
 |\n", 102},
  {"Bitstream length           : ", 103},
  {" bits (= ", 104},
  {" bytes)\n", 105},
  {"Real size input            : ", 106},
  {"Size squeezed by           : ", 107},
  {" percents\n", 108},
  {"Dictionnary size           : ", 109},
  {"Total bitstream length     : ", 110},
  {"Real gain (4 bytes header) : ", 111},
};

int _msg_tbl_length = 111;