diff options
author | Pixel <> | 2001-03-05 14:24:03 +0000 |
---|---|---|
committer | Pixel <> | 2001-03-05 14:24:03 +0000 |
commit | ec68b01357f608f7800da530fc14f41d32cb2b45 (patch) | |
tree | 54504700af2fea763c4bd8156884574ca1b98aa3 /po/de.po | |
parent | 04d8a10293bdb5407127dc7693da33e168fa4d5c (diff) |
Plein de modifs
Diffstat (limited to 'po/de.po')
-rw-r--r-- | po/de.po | 88 |
1 files changed, 76 insertions, 12 deletions
@@ -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 <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\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 "" |