diff options
Diffstat (limited to 'po/PriorityLists.pot')
-rw-r--r-- | po/PriorityLists.pot | 124 |
1 files changed, 112 insertions, 12 deletions
diff --git a/po/PriorityLists.pot b/po/PriorityLists.pot index 81d06a9..32402f6 100644 --- a/po/PriorityLists.pot +++ b/po/PriorityLists.pot @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2001-03-05 02:26+0100\n" +"POT-Creation-Date: 2001-03-05 14:56+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" @@ -125,6 +125,106 @@ msgid "" "All the tests were successfull\n" msgstr "" +#: src/main.cc:34 src/main.cc:166 +msgid "Unknow priority list type: " +msgstr "" + +#: src/main.cc:45 src/main.cc:71 +msgid "Error opening file (" +msgstr "" + +#: src/main.cc:77 +msgid "Bad dictionnary structure. See doc/README.en (missing : separator)" +msgstr "" + +#: src/main.cc:90 +msgid "Bad dictionnary structure. See doc/README.en (missing word)" +msgstr "" + +#: src/main.cc:101 +msgid "Bad dictionnary structure. See doc/README.en (missing frequency)" +msgstr "" + +#: src/main.cc:109 +msgid "Huffman [{-f|-i} file] {type}" +msgstr "" + +#: src/main.cc:110 +msgid "Huffman -h" +msgstr "" + +#: src/main.cc:111 +msgid "By Nicolas Noble (nicolas@nobis-crew.org)." +msgstr "" + +#: src/main.cc:112 +msgid "This will encode the input file with the Huffman code" +msgstr "" + +#: src/main.cc:113 +msgid "using the priority list defined by type." +msgstr "" + +#: src/main.cc:114 +msgid "Type is a number taken from this list:" +msgstr "" + +#: src/main.cc:115 +msgid " 0 : Binary Heap (default)" +msgstr "" + +#: src/main.cc:116 +msgid " 1 : Binomial Heap" +msgstr "" + +#: src/main.cc:117 +msgid " 2 : Fibbonacci Heap (bugged)" +msgstr "" + +#: src/main.cc:118 +msgid " 3 : Sorted chained list" +msgstr "" + +#: src/main.cc:119 +msgid "-f file means that you specify a dictionnary file which is" +msgstr "" + +#: src/main.cc:120 +msgid " structured as described into the README file." +msgstr "" + +#: src/main.cc:121 +msgid "-i file means that you specify a file to encode. It will" +msgstr "" + +#: src/main.cc:122 +msgid " built a quiet dumb dictionnary." +msgstr "" + +#: src/main.cc:123 +msgid "By default, a dictionnary will be built from stdin." +msgstr "" + +#: src/main.cc:124 +msgid "-h prints this help and exit." +msgstr "" + +#: src/main.cc:140 +msgid "Unknow option: " +msgstr "" + +#: src/main.cc:149 src/main.cc:157 +msgid "-i and -f options are exclusive" +msgstr "" + +#: src/main.cc:170 +msgid "Extra command: " +msgstr "" + +#: src/main.cc:189 +msgid "Internal error." +msgstr "" + #: lib/FHeap.cc:80 msgid " * Head cell. (" msgstr "" @@ -147,11 +247,11 @@ msgid "" " |\n" msgstr "" -#: lib/BinHeap.cc:121 +#: lib/BinHeap.cc:122 msgid "Not enough memory" msgstr "" -#: lib/BinHeap.cc:148 +#: lib/BinHeap.cc:149 msgid "negative overflow" msgstr "" @@ -161,38 +261,38 @@ msgid "" " |\n" msgstr "" -#: lib/HTree.cc:57 +#: lib/HTree.cc:58 msgid "Bitstream length : " msgstr "" -#: lib/HTree.cc:57 lib/HTree.cc:58 lib/HTree.cc:60 lib/HTree.cc:61 +#: lib/HTree.cc:58 lib/HTree.cc:61 lib/HTree.cc:63 lib/HTree.cc:64 msgid " bits (= " msgstr "" -#: lib/HTree.cc:57 lib/HTree.cc:58 lib/HTree.cc:60 lib/HTree.cc:61 +#: lib/HTree.cc:60 lib/HTree.cc:61 lib/HTree.cc:63 lib/HTree.cc:68 msgid " bytes)\n" msgstr "" -#: lib/HTree.cc:58 +#: lib/HTree.cc:61 msgid "Real size input : " msgstr "" -#: lib/HTree.cc:59 +#: lib/HTree.cc:62 msgid "Size squeezed by : " msgstr "" -#: lib/HTree.cc:59 lib/HTree.cc:62 +#: lib/HTree.cc:62 lib/HTree.cc:70 msgid " percents\n" msgstr "" -#: lib/HTree.cc:60 +#: lib/HTree.cc:63 msgid "Dictionnary size : " msgstr "" -#: lib/HTree.cc:61 +#: lib/HTree.cc:64 msgid "Total bitstream length : " msgstr "" -#: lib/HTree.cc:62 +#: lib/HTree.cc:69 msgid "Real gain (4 bytes header) : " msgstr "" |