/* Automatically generated by po2tbl.sed from PriorityLists.pot. */ #if HAVE_CONFIG_H # include #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;