diff options
author | Pixel <> | 2001-03-07 00:56:25 +0000 |
---|---|---|
committer | Pixel <> | 2001-03-07 00:56:25 +0000 |
commit | 2bdee57d554ad4554f35104ada19c87f0674d45b (patch) | |
tree | 2a87120f47a25d8cd3719c823b8cce425d496295 /po/PriorityLists.pot | |
parent | 3aff7aaa9de61a5f3430bd86960c4f9c4b958786 (diff) |
Derniere mise au point
Diffstat (limited to 'po/PriorityLists.pot')
-rw-r--r-- | po/PriorityLists.pot | 144 |
1 files changed, 74 insertions, 70 deletions
diff --git a/po/PriorityLists.pot b/po/PriorityLists.pot index 4f5f857..820727b 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-07 01:38+0100\n" +"POT-Creation-Date: 2001-03-07 01:54+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" @@ -14,242 +14,246 @@ msgstr "" "Content-Type: text/plain; charset=CHARSET\n" "Content-Transfer-Encoding: ENCODING\n" -#: src/test.cc:33 +#: src/main.cc:35 src/main.cc:175 src/test.cc:37 src/test.cc:166 +msgid "Unknow priority list type: " +msgstr "" + +#: src/test.cc:49 msgid "Creation of a priority list and adding " msgstr "" -#: src/test.cc:33 +#: src/test.cc:49 msgid " random entrie(s)..." msgstr "" -#: src/test.cc:40 +#: src/test.cc:56 msgid "" "Ok.\n" "Deleting the list..." msgstr "" -#: src/test.cc:44 src/test.cc:48 +#: src/test.cc:60 src/test.cc:64 msgid "List has " msgstr "" -#: src/test.cc:44 +#: src/test.cc:60 msgid " keys. Expecting " msgstr "" -#: src/test.cc:45 src/test.cc:49 +#: src/test.cc:61 src/test.cc:65 msgid "List corrupted." msgstr "" -#: src/test.cc:48 +#: src/test.cc:64 msgid " keys (real count). Expecting " msgstr "" -#: src/test.cc:53 src/test.cc:128 +#: src/test.cc:69 src/test.cc:146 msgid "Incorrect order." msgstr "" -#: src/test.cc:68 +#: src/test.cc:84 msgid "Size of a PriorityList cell: " msgstr "" -#: src/test.cc:69 +#: src/test.cc:85 msgid "Size of a BHeap cell : " msgstr "" -#: src/test.cc:70 +#: src/test.cc:86 msgid "Size of a FHeap cell : " msgstr "" -#: src/test.cc:71 +#: src/test.cc:87 msgid "Size of a PLList header : " msgstr "" -#: src/test.cc:72 +#: src/test.cc:88 msgid "Size of a CList cell : " msgstr "" -#: src/test.cc:73 +#: src/test.cc:89 msgid "Size of a SList cell : " msgstr "" -#: src/test.cc:74 +#: src/test.cc:90 msgid "Size of a BinHeap header : " msgstr "" -#: src/test.cc:75 +#: src/test.cc:91 msgid "Size of a BinHeap cell : " msgstr "" -#: src/test.cc:89 +#: src/test.cc:105 msgid "Creating a priority list and adding keys:\n" msgstr "" -#: src/test.cc:104 src/test.cc:111 src/test.cc:115 src/test.cc:119 +#: src/test.cc:122 src/test.cc:129 src/test.cc:133 src/test.cc:137 msgid "" "Ok.\n" "List browsing...\n" msgstr "" -#: src/test.cc:106 +#: src/test.cc:124 msgid "" "Ok.\n" "Extract_Min + List browsing...\n" msgstr "" -#: src/test.cc:109 +#: src/test.cc:127 msgid "" "Ok.\n" "Lower_Key(0) over 59...\n" msgstr "" -#: src/test.cc:113 +#: src/test.cc:131 msgid "" "Ok.\n" "Delete over 54...\n" msgstr "" -#: src/test.cc:117 +#: src/test.cc:135 msgid "" "Ok.\n" "Lower_Key(-12) over 30...\n" msgstr "" -#: src/test.cc:121 +#: src/test.cc:139 msgid "" "Ok.\n" "Extract_Min...\n" msgstr "" -#: src/test.cc:123 +#: src/test.cc:141 msgid "" "Ok.\n" "Extracting datas...\n" msgstr "" -#: src/test.cc:125 +#: src/test.cc:143 msgid "Minimum #" msgstr "" -#: src/test.cc:131 +#: src/test.cc:149 msgid "" "Ok.\n" "\n" "All the tests were successfull\n" msgstr "" -#: src/main.cc:35 src/main.cc:174 -msgid "Unknow priority list type: " +#: src/test.cc:155 +msgid "Usage: testTas [type]\n" +msgstr "" + +#: src/main.cc:179 src/test.cc:170 +msgid "Extra command: " msgstr "" -#: src/main.cc:46 src/main.cc:72 +#: src/main.cc:46 src/main.cc:73 msgid "Error opening file (" msgstr "" -#: src/main.cc:78 +#: src/main.cc:79 msgid "Bad dictionnary structure. See doc/README.en (missing : separator)" msgstr "" -#: src/main.cc:91 +#: src/main.cc:92 msgid "Bad dictionnary structure. See doc/README.en (missing word)" msgstr "" -#: src/main.cc:102 +#: src/main.cc:103 msgid "Bad dictionnary structure. See doc/README.en (missing frequency)" msgstr "" -#: src/main.cc:107 +#: src/main.cc:108 msgid "Error: \"" msgstr "" -#: src/main.cc:107 +#: src/main.cc:108 msgid "\" is not a valid number." msgstr "" -#: src/main.cc:116 +#: src/main.cc:117 msgid "Huffman [{-f|-i} file] {type}" msgstr "" -#: src/main.cc:117 +#: src/main.cc:118 msgid "Huffman -h" msgstr "" -#: src/main.cc:118 +#: src/main.cc:119 msgid "By Nicolas Noble (nicolas@nobis-crew.org)." msgstr "" -#: src/main.cc:119 +#: src/main.cc:120 msgid "This will encode the input file with the Huffman code" msgstr "" -#: src/main.cc:120 +#: src/main.cc:121 msgid "using the priority list defined by type." msgstr "" -#: src/main.cc:121 +#: src/main.cc:122 msgid "Type is a number taken from this list:" msgstr "" -#: src/main.cc:122 +#: src/main.cc:123 msgid " 0 : Binary Heap (default)" msgstr "" -#: src/main.cc:123 +#: src/main.cc:124 msgid " 1 : Binomial Heap" msgstr "" -#: src/main.cc:124 -msgid " 2 : Fibbonacci Heap (bugged)" +#: src/main.cc:125 +msgid " 2 : Fibonacci Heap" msgstr "" -#: src/main.cc:125 +#: src/main.cc:126 msgid " 3 : Sorted chained list" msgstr "" -#: src/main.cc:126 +#: src/main.cc:127 msgid "-f file means that you specify a dictionnary file which is" msgstr "" -#: src/main.cc:127 +#: src/main.cc:128 msgid " structured as described into the README file." msgstr "" -#: src/main.cc:128 +#: src/main.cc:129 msgid "-i file means that you specify a file to encode. It will" msgstr "" -#: src/main.cc:129 +#: src/main.cc:130 msgid " built a quiet dumb dictionnary." msgstr "" -#: src/main.cc:130 +#: src/main.cc:131 msgid "By default, a dictionnary will be built from stdin." msgstr "" -#: src/main.cc:131 +#: src/main.cc:132 msgid "-h prints this help and exit." msgstr "" -#: src/main.cc:146 +#: src/main.cc:147 msgid "Unknow option: " msgstr "" -#: src/main.cc:155 src/main.cc:164 +#: src/main.cc:156 src/main.cc:165 msgid "-i and -f options are exclusive" msgstr "" -#: src/main.cc:178 -msgid "Extra command: " -msgstr "" - -#: src/main.cc:193 +#: src/main.cc:195 msgid "-i needs a filename" msgstr "" -#: src/main.cc:198 +#: src/main.cc:200 msgid "-f needs a filename" msgstr "" -#: src/main.cc:202 +#: src/main.cc:204 msgid "Internal error." msgstr "" @@ -289,38 +293,38 @@ msgid "" " |\n" msgstr "" -#: lib/HTree.cc:79 +#: lib/HTree.cc:82 msgid "Bitstream length : " msgstr "" -#: lib/HTree.cc:79 lib/HTree.cc:82 lib/HTree.cc:84 lib/HTree.cc:85 +#: lib/HTree.cc:82 lib/HTree.cc:85 lib/HTree.cc:87 lib/HTree.cc:88 msgid " bits (= " msgstr "" -#: lib/HTree.cc:81 lib/HTree.cc:82 lib/HTree.cc:84 lib/HTree.cc:89 +#: lib/HTree.cc:84 lib/HTree.cc:85 lib/HTree.cc:87 lib/HTree.cc:92 msgid " bytes)\n" msgstr "" -#: lib/HTree.cc:82 +#: lib/HTree.cc:85 msgid "Real size input : " msgstr "" -#: lib/HTree.cc:83 +#: lib/HTree.cc:86 msgid "Size squeezed by : " msgstr "" -#: lib/HTree.cc:83 lib/HTree.cc:91 +#: lib/HTree.cc:86 lib/HTree.cc:94 msgid " percents\n" msgstr "" -#: lib/HTree.cc:84 +#: lib/HTree.cc:87 msgid "Dictionnary size : " msgstr "" -#: lib/HTree.cc:85 +#: lib/HTree.cc:88 msgid "Total bitstream length : " msgstr "" -#: lib/HTree.cc:90 +#: lib/HTree.cc:93 msgid "Real gain (4 bytes header) : " msgstr "" |