From ec68b01357f608f7800da530fc14f41d32cb2b45 Mon Sep 17 00:00:00 2001 From: Pixel <> Date: Mon, 5 Mar 2001 14:24:03 +0000 Subject: Plein de modifs --- po/de.po | 88 +++++++++++++++++++++++++++++++++++++++++++++++++++++++--------- 1 file changed, 76 insertions(+), 12 deletions(-) (limited to 'po/de.po') diff --git a/po/de.po b/po/de.po index 81d06a9..c67b75a 100644 --- a/po/de.po +++ b/po/de.po @@ -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 02:52+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -125,6 +125,70 @@ msgid "" "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 "" @@ -147,11 +211,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 +225,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 "" -- cgit v1.2.3