# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR Free Software Foundation, Inc.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"POT-Creation-Date: 2001-03-05 02:52+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=CHARSET\n"
"Content-Transfer-Encoding: ENCODING\n"

#: src/test.cc:33
msgid "Creation of a priority list and adding "
msgstr ""

#: src/test.cc:33
msgid " random entrie(s)..."
msgstr ""

#: src/test.cc:38
msgid ""
"Ok.\n"
"Deleting the list..."
msgstr ""

#: src/test.cc:42 src/test.cc:46
msgid "List has "
msgstr ""

#: src/test.cc:42
msgid " keys. Expecting "
msgstr ""

#: src/test.cc:43 src/test.cc:47
msgid "List corrupted."
msgstr ""

#: src/test.cc:46
msgid " keys (real count). Expecting "
msgstr ""

#: src/test.cc:51 src/test.cc:119
msgid "Incorrect order."
msgstr ""

#: src/test.cc:66
msgid "Size of a PriorityList cell: "
msgstr ""

#: src/test.cc:67
msgid "Size of a BHeap cell       : "
msgstr ""

#: src/test.cc:68
msgid "Size of a FHeap cell       : "
msgstr ""

#: src/test.cc:69
msgid "Size of a PLList header    : "
msgstr ""

#: src/test.cc:70
msgid "Size of a CList cell       : "
msgstr ""

#: src/test.cc:71
msgid "Size of a SList cell       : "
msgstr ""

#: src/test.cc:72
msgid "Size of a BinHeap header   : "
msgstr ""

#: src/test.cc:73
msgid "Size of a BinHeap cell     : "
msgstr ""

#: src/test.cc:87
msgid "Creating a priority list and adding keys:\n"
msgstr ""

#: src/test.cc:99 src/test.cc:106 src/test.cc:110
msgid ""
"Ok.\n"
"List browsing...\n"
msgstr ""

#: src/test.cc:101
msgid ""
"Ok.\n"
"Extract_Min + List browsing...\n"
msgstr ""

#: src/test.cc:104
msgid ""
"Ok.\n"
"Lower_Key(-12) over 59...\n"
msgstr ""

#: src/test.cc:108
msgid ""
"Ok.\n"
"Delete over 54...\n"
msgstr ""

#: src/test.cc:114
msgid ""
"Ok.\n"
"Extracting datas...\n"
msgstr ""

#: src/test.cc:116
msgid "Minimum #"
msgstr ""

#: src/test.cc:122
msgid ""
"Ok.\n"
"\n"
"All the tests were successfull\n"
msgstr ""

#: src/main.cc:29
msgid "Error opening file ("
msgstr ""

#: src/main.cc:44
msgid "Huffman [{-f|-i} file] {type}"
msgstr ""

#: src/main.cc:45
msgid "By Nicolas Noble (nicolas@nobis-crew.org)."
msgstr ""

#: src/main.cc:46
msgid "This will encode the input file with the Huffman code"
msgstr ""

#: src/main.cc:47
msgid "using the priority list defined by type."
msgstr ""

#: src/main.cc:48
msgid "Type is a number taken from this list:"
msgstr ""

#: src/main.cc:49
msgid "  0 : Binary Heap (default)"
msgstr ""

#: src/main.cc:50
msgid "  1 : Binomial Heap"
msgstr ""

#: src/main.cc:51
msgid "  2 : Fibbonacci Heap (bugged)"
msgstr ""

#: src/main.cc:52
msgid "  3 : Sorted chained list"
msgstr ""

#: src/main.cc:53
msgid "-f file means that you specify a dictionnary file which is"
msgstr ""

#: src/main.cc:54
msgid "        structured as described into the README file."
msgstr ""

#: src/main.cc:55
msgid "-i file means that you specify a file to encode. It will"
msgstr ""

#: src/main.cc:56
msgid "        built a quiet dumb dictionnary."
msgstr ""

#: src/main.cc:57
msgid "By default, a dictionnary will be built from stdin."
msgstr ""

#: src/main.cc:63
msgid "Unknow option: "
msgstr ""

#: lib/FHeap.cc:80
msgid " * Head cell. ("
msgstr ""

#: lib/BHeap.cc:224 lib/FHeap.cc:160
msgid "Insert: not over Head."
msgstr ""

#: lib/BHeap.cc:226 lib/BHeap.cc:246 lib/FHeap.cc:182
msgid "Insert: No more memory."
msgstr ""

#: lib/BHeap.cc:268 lib/FHeap.cc:192 lib/PLList.cc:150
msgid "Extract_Min: Priority List is empty."
msgstr ""

#: lib/BHeap.cc:57
msgid ""
" * Head cell.\n"
" |\n"
msgstr ""

#: lib/BinHeap.cc:122
msgid "Not enough memory"
msgstr ""

#: lib/BinHeap.cc:149
msgid "negative overflow"
msgstr ""

#: lib/PLList.cc:126
msgid ""
" * Head cell\n"
" |\n"
msgstr ""

#: lib/HTree.cc:58
msgid "Bitstream length           : "
msgstr ""

#: lib/HTree.cc:58 lib/HTree.cc:61 lib/HTree.cc:63 lib/HTree.cc:64
msgid " bits (= "
msgstr ""

#: lib/HTree.cc:60 lib/HTree.cc:61 lib/HTree.cc:63 lib/HTree.cc:68
msgid " bytes)\n"
msgstr ""

#: lib/HTree.cc:61
msgid "Real size input            : "
msgstr ""

#: lib/HTree.cc:62
msgid "Size squeezed by           : "
msgstr ""

#: lib/HTree.cc:62 lib/HTree.cc:70
msgid " percents\n"
msgstr ""

#: lib/HTree.cc:63
msgid "Dictionnary size           : "
msgstr ""

#: lib/HTree.cc:64
msgid "Total bitstream length     : "
msgstr ""

#: lib/HTree.cc:69
msgid "Real gain (4 bytes header) : "
msgstr ""