summaryrefslogtreecommitdiff
path: root/po/fr.po
diff options
context:
space:
mode:
authorPixel <>2001-03-05 14:24:03 +0000
committerPixel <>2001-03-05 14:24:03 +0000
commitec68b01357f608f7800da530fc14f41d32cb2b45 (patch)
tree54504700af2fea763c4bd8156884574ca1b98aa3 /po/fr.po
parent04d8a10293bdb5407127dc7693da33e168fa4d5c (diff)
Plein de modifs
Diffstat (limited to 'po/fr.po')
-rw-r--r--po/fr.po88
1 files changed, 76 insertions, 12 deletions
diff --git a/po/fr.po b/po/fr.po
index 43ffaaf..e34f6a4 100644
--- a/po/fr.po
+++ b/po/fr.po
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PriorityList-1.0.0\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: Nicolas Noble <pixel@nobis-crew.org>\n"
"Language-Team: French <fr@li.org>\n"
@@ -140,6 +140,70 @@ msgstr ""
"\n"
"Tous les tests se sont déroulés correctement\n"
+#: src/main.cc:29
+msgid "Error opening file ("
+msgstr "Erreur à l'ouverture du fichier ("
+
+#: src/main.cc:44
+msgid "Huffman [{-f|-i} file] {type}"
+msgstr "Huffman [{-f|-i} file] {type}"
+
+#: src/main.cc:45
+msgid "By Nicolas Noble (nicolas@nobis-crew.org)."
+msgstr "Par Nicolas Noble {nicolas@nobis-crew.org)."
+
+#: 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 " * Cellule d'entête. ("
@@ -164,11 +228,11 @@ msgstr ""
" * Cellule d'entête.\n"
" |\n"
-#: lib/BinHeap.cc:121
+#: lib/BinHeap.cc:122
msgid "Not enough memory"
msgstr "Pas assez de mémoire"
-#: lib/BinHeap.cc:148
+#: lib/BinHeap.cc:149
msgid "negative overflow"
msgstr "Débordement négatif"
@@ -180,38 +244,38 @@ msgstr ""
" * Cellule d'entête.\n"
" |\n"
-#: lib/HTree.cc:57
+#: lib/HTree.cc:58
msgid "Bitstream length : "
msgstr "Taille du flux de bits : "
-#: 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 " bits (= "
-#: 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 " octets)\n"
-#: lib/HTree.cc:58
+#: lib/HTree.cc:61
msgid "Real size input : "
msgstr "Taille réelle de l'entrée : "
-#: lib/HTree.cc:59
+#: lib/HTree.cc:62
msgid "Size squeezed by : "
msgstr "Taille réduite de : "
-#: lib/HTree.cc:59 lib/HTree.cc:62
+#: lib/HTree.cc:62 lib/HTree.cc:70
msgid " percents\n"
msgstr " pourcents\n"
-#: lib/HTree.cc:60
+#: lib/HTree.cc:63
msgid "Dictionnary size : "
msgstr "Taille du dictionnaire : "
-#: lib/HTree.cc:61
+#: lib/HTree.cc:64
msgid "Total bitstream length : "
msgstr "Taille totale du flux de bits : "
-#: lib/HTree.cc:62
+#: lib/HTree.cc:69
msgid "Real gain (4 bytes header) : "
msgstr "Gain réel (entête de 4 octets) : "