summaryrefslogtreecommitdiff
path: root/po
diff options
context:
space:
mode:
Diffstat (limited to 'po')
-rw-r--r--po/PriorityLists.pot148
-rw-r--r--po/cat-id-tbl.c80
2 files changed, 124 insertions, 104 deletions
diff --git a/po/PriorityLists.pot b/po/PriorityLists.pot
index 14a3e97..4f5f857 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 15:46+0100\n"
+"POT-Creation-Date: 2001-03-07 01:38+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"
@@ -22,234 +22,250 @@ msgstr ""
msgid " random entrie(s)..."
msgstr ""
-#: src/test.cc:38
+#: src/test.cc:40
msgid ""
"Ok.\n"
"Deleting the list..."
msgstr ""
-#: src/test.cc:42 src/test.cc:46
+#: src/test.cc:44 src/test.cc:48
msgid "List has "
msgstr ""
-#: src/test.cc:42
+#: src/test.cc:44
msgid " keys. Expecting "
msgstr ""
-#: src/test.cc:43 src/test.cc:47
+#: src/test.cc:45 src/test.cc:49
msgid "List corrupted."
msgstr ""
-#: src/test.cc:46
+#: src/test.cc:48
msgid " keys (real count). Expecting "
msgstr ""
-#: src/test.cc:51 src/test.cc:126
+#: src/test.cc:53 src/test.cc:128
msgid "Incorrect order."
msgstr ""
-#: src/test.cc:66
+#: src/test.cc:68
msgid "Size of a PriorityList cell: "
msgstr ""
-#: src/test.cc:67
+#: src/test.cc:69
msgid "Size of a BHeap cell : "
msgstr ""
-#: src/test.cc:68
+#: src/test.cc:70
msgid "Size of a FHeap cell : "
msgstr ""
-#: src/test.cc:69
+#: src/test.cc:71
msgid "Size of a PLList header : "
msgstr ""
-#: src/test.cc:70
+#: src/test.cc:72
msgid "Size of a CList cell : "
msgstr ""
-#: src/test.cc:71
+#: src/test.cc:73
msgid "Size of a SList cell : "
msgstr ""
-#: src/test.cc:72
+#: src/test.cc:74
msgid "Size of a BinHeap header : "
msgstr ""
-#: src/test.cc:73
+#: src/test.cc:75
msgid "Size of a BinHeap cell : "
msgstr ""
-#: src/test.cc:87
+#: src/test.cc:89
msgid "Creating a priority list and adding keys:\n"
msgstr ""
-#: src/test.cc:102 src/test.cc:109 src/test.cc:113 src/test.cc:117
+#: src/test.cc:104 src/test.cc:111 src/test.cc:115 src/test.cc:119
msgid ""
"Ok.\n"
"List browsing...\n"
msgstr ""
-#: src/test.cc:104
+#: src/test.cc:106
msgid ""
"Ok.\n"
"Extract_Min + List browsing...\n"
msgstr ""
-#: src/test.cc:107
+#: src/test.cc:109
msgid ""
"Ok.\n"
"Lower_Key(0) over 59...\n"
msgstr ""
-#: src/test.cc:111
+#: src/test.cc:113
msgid ""
"Ok.\n"
"Delete over 54...\n"
msgstr ""
-#: src/test.cc:115
+#: src/test.cc:117
msgid ""
"Ok.\n"
"Lower_Key(-12) over 30...\n"
msgstr ""
-#: src/test.cc:119
+#: src/test.cc:121
msgid ""
"Ok.\n"
"Extract_Min...\n"
msgstr ""
-#: src/test.cc:121
+#: src/test.cc:123
msgid ""
"Ok.\n"
"Extracting datas...\n"
msgstr ""
-#: src/test.cc:123
+#: src/test.cc:125
msgid "Minimum #"
msgstr ""
-#: src/test.cc:129
+#: src/test.cc:131
msgid ""
"Ok.\n"
"\n"
"All the tests were successfull\n"
msgstr ""
-#: src/main.cc:34 src/main.cc:166
+#: src/main.cc:35 src/main.cc:174
msgid "Unknow priority list type: "
msgstr ""
-#: src/main.cc:45 src/main.cc:71
+#: src/main.cc:46 src/main.cc:72
msgid "Error opening file ("
msgstr ""
-#: src/main.cc:77
+#: src/main.cc:78
msgid "Bad dictionnary structure. See doc/README.en (missing : separator)"
msgstr ""
-#: src/main.cc:90
+#: src/main.cc:91
msgid "Bad dictionnary structure. See doc/README.en (missing word)"
msgstr ""
-#: src/main.cc:101
+#: src/main.cc:102
msgid "Bad dictionnary structure. See doc/README.en (missing frequency)"
msgstr ""
-#: src/main.cc:109
+#: src/main.cc:107
+msgid "Error: \""
+msgstr ""
+
+#: src/main.cc:107
+msgid "\" is not a valid number."
+msgstr ""
+
+#: src/main.cc:116
msgid "Huffman [{-f|-i} file] {type}"
msgstr ""
-#: src/main.cc:110
+#: src/main.cc:117
msgid "Huffman -h"
msgstr ""
-#: src/main.cc:111
+#: src/main.cc:118
msgid "By Nicolas Noble (nicolas@nobis-crew.org)."
msgstr ""
-#: src/main.cc:112
+#: src/main.cc:119
msgid "This will encode the input file with the Huffman code"
msgstr ""
-#: src/main.cc:113
+#: src/main.cc:120
msgid "using the priority list defined by type."
msgstr ""
-#: src/main.cc:114
+#: src/main.cc:121
msgid "Type is a number taken from this list:"
msgstr ""
-#: src/main.cc:115
+#: src/main.cc:122
msgid " 0 : Binary Heap (default)"
msgstr ""
-#: src/main.cc:116
+#: src/main.cc:123
msgid " 1 : Binomial Heap"
msgstr ""
-#: src/main.cc:117
+#: src/main.cc:124
msgid " 2 : Fibbonacci Heap (bugged)"
msgstr ""
-#: src/main.cc:118
+#: src/main.cc:125
msgid " 3 : Sorted chained list"
msgstr ""
-#: src/main.cc:119
+#: src/main.cc:126
msgid "-f file means that you specify a dictionnary file which is"
msgstr ""
-#: src/main.cc:120
+#: src/main.cc:127
msgid " structured as described into the README file."
msgstr ""
-#: src/main.cc:121
+#: src/main.cc:128
msgid "-i file means that you specify a file to encode. It will"
msgstr ""
-#: src/main.cc:122
+#: src/main.cc:129
msgid " built a quiet dumb dictionnary."
msgstr ""
-#: src/main.cc:123
+#: src/main.cc:130
msgid "By default, a dictionnary will be built from stdin."
msgstr ""
-#: src/main.cc:124
+#: src/main.cc:131
msgid "-h prints this help and exit."
msgstr ""
-#: src/main.cc:140
+#: src/main.cc:146
msgid "Unknow option: "
msgstr ""
-#: src/main.cc:149 src/main.cc:157
+#: src/main.cc:155 src/main.cc:164
msgid "-i and -f options are exclusive"
msgstr ""
-#: src/main.cc:170
+#: src/main.cc:178
msgid "Extra command: "
msgstr ""
-#: src/main.cc:189
+#: src/main.cc:193
+msgid "-i needs a filename"
+msgstr ""
+
+#: src/main.cc:198
+msgid "-f needs a filename"
+msgstr ""
+
+#: src/main.cc:202
msgid "Internal error."
msgstr ""
-#: lib/FHeap.cc:80
+#: lib/FHeap.cc:84
msgid " * Head cell. ("
msgstr ""
-#: lib/BHeap.cc:224 lib/FHeap.cc:160
+#: lib/BHeap.cc:224 lib/FHeap.cc:164
msgid "Insert: not over Head."
msgstr ""
-#: lib/BHeap.cc:226 lib/BHeap.cc:246 lib/FHeap.cc:182
+#: lib/BHeap.cc:226 lib/BHeap.cc:246 lib/FHeap.cc:186
msgid "Insert: No more memory."
msgstr ""
-#: lib/BHeap.cc:268 lib/FHeap.cc:192 lib/PLList.cc:150
+#: lib/BHeap.cc:268 lib/FHeap.cc:196 lib/PLList.cc:149
msgid "Extract_Min: Priority List is empty."
msgstr ""
@@ -259,52 +275,52 @@ msgid ""
" |\n"
msgstr ""
-#: lib/BinHeap.cc:122
+#: lib/BinHeap.cc:129
msgid "Not enough memory"
msgstr ""
-#: lib/BinHeap.cc:149
+#: lib/BinHeap.cc:157
msgid "negative overflow"
msgstr ""
-#: lib/PLList.cc:126
+#: lib/PLList.cc:125
msgid ""
" * Head cell\n"
" |\n"
msgstr ""
-#: lib/HTree.cc:58
+#: lib/HTree.cc:79
msgid "Bitstream length : "
msgstr ""
-#: lib/HTree.cc:58 lib/HTree.cc:61 lib/HTree.cc:63 lib/HTree.cc:64
+#: lib/HTree.cc:79 lib/HTree.cc:82 lib/HTree.cc:84 lib/HTree.cc:85
msgid " bits (= "
msgstr ""
-#: lib/HTree.cc:60 lib/HTree.cc:61 lib/HTree.cc:63 lib/HTree.cc:68
+#: lib/HTree.cc:81 lib/HTree.cc:82 lib/HTree.cc:84 lib/HTree.cc:89
msgid " bytes)\n"
msgstr ""
-#: lib/HTree.cc:61
+#: lib/HTree.cc:82
msgid "Real size input : "
msgstr ""
-#: lib/HTree.cc:62
+#: lib/HTree.cc:83
msgid "Size squeezed by : "
msgstr ""
-#: lib/HTree.cc:62 lib/HTree.cc:70
+#: lib/HTree.cc:83 lib/HTree.cc:91
msgid " percents\n"
msgstr ""
-#: lib/HTree.cc:63
+#: lib/HTree.cc:84
msgid "Dictionnary size : "
msgstr ""
-#: lib/HTree.cc:64
+#: lib/HTree.cc:85
msgid "Total bitstream length : "
msgstr ""
-#: lib/HTree.cc:69
+#: lib/HTree.cc:90
msgid "Real gain (4 bytes header) : "
msgstr ""
diff --git a/po/cat-id-tbl.c b/po/cat-id-tbl.c
index 7c2abcb..98d3bf4 100644
--- a/po/cat-id-tbl.c
+++ b/po/cat-id-tbl.c
@@ -58,47 +58,51 @@ All the tests were successfull\n", 27},
{"Bad dictionnary structure. See doc/README.en (missing : separator)", 30},
{"Bad dictionnary structure. See doc/README.en (missing word)", 31},
{"Bad dictionnary structure. See doc/README.en (missing frequency)", 32},
- {"Huffman [{-f|-i} file] {type}", 33},
- {"Huffman -h", 34},
- {"By Nicolas Noble (nicolas@nobis-crew.org).", 35},
- {"This will encode the input file with the Huffman code", 36},
- {"using the priority list defined by type.", 37},
- {"Type is a number taken from this list:", 38},
- {" 0 : Binary Heap (default)", 39},
- {" 1 : Binomial Heap", 40},
- {" 2 : Fibbonacci Heap (bugged)", 41},
- {" 3 : Sorted chained list", 42},
- {"-f file means that you specify a dictionnary file which is", 43},
- {" structured as described into the README file.", 44},
- {"-i file means that you specify a file to encode. It will", 45},
- {" built a quiet dumb dictionnary.", 46},
- {"By default, a dictionnary will be built from stdin.", 47},
- {"-h prints this help and exit.", 48},
- {"Unknow option: ", 49},
- {"-i and -f options are exclusive", 50},
- {"Extra command: ", 51},
- {"Internal error.", 52},
- {" * Head cell. (", 53},
- {"Insert: not over Head.", 54},
- {"Insert: No more memory.", 55},
- {"Extract_Min: Priority List is empty.", 56},
+ {"Error: \"", 33},
+ {"\" is not a valid number.", 34},
+ {"Huffman [{-f|-i} file] {type}", 35},
+ {"Huffman -h", 36},
+ {"By Nicolas Noble (nicolas@nobis-crew.org).", 37},
+ {"This will encode the input file with the Huffman code", 38},
+ {"using the priority list defined by type.", 39},
+ {"Type is a number taken from this list:", 40},
+ {" 0 : Binary Heap (default)", 41},
+ {" 1 : Binomial Heap", 42},
+ {" 2 : Fibbonacci Heap (bugged)", 43},
+ {" 3 : Sorted chained list", 44},
+ {"-f file means that you specify a dictionnary file which is", 45},
+ {" structured as described into the README file.", 46},
+ {"-i file means that you specify a file to encode. It will", 47},
+ {" built a quiet dumb dictionnary.", 48},
+ {"By default, a dictionnary will be built from stdin.", 49},
+ {"-h prints this help and exit.", 50},
+ {"Unknow option: ", 51},
+ {"-i and -f options are exclusive", 52},
+ {"Extra command: ", 53},
+ {"-i needs a filename", 54},
+ {"-f needs a filename", 55},
+ {"Internal error.", 56},
+ {" * Head cell. (", 57},
+ {"Insert: not over Head.", 58},
+ {"Insert: No more memory.", 59},
+ {"Extract_Min: Priority List is empty.", 60},
{"\
* Head cell.\n\
- |\n", 57},
- {"Not enough memory", 58},
- {"negative overflow", 59},
+ |\n", 61},
+ {"Not enough memory", 62},
+ {"negative overflow", 63},
{"\
* Head cell\n\
- |\n", 60},
- {"Bitstream length : ", 61},
- {" bits (= ", 62},
- {" bytes)\n", 63},
- {"Real size input : ", 64},
- {"Size squeezed by : ", 65},
- {" percents\n", 66},
- {"Dictionnary size : ", 67},
- {"Total bitstream length : ", 68},
- {"Real gain (4 bytes header) : ", 69},
+ |\n", 64},
+ {"Bitstream length : ", 65},
+ {" bits (= ", 66},
+ {" bytes)\n", 67},
+ {"Real size input : ", 68},
+ {"Size squeezed by : ", 69},
+ {" percents\n", 70},
+ {"Dictionnary size : ", 71},
+ {"Total bitstream length : ", 72},
+ {"Real gain (4 bytes header) : ", 73},
};
-int _msg_tbl_length = 69;
+int _msg_tbl_length = 73;