summaryrefslogtreecommitdiff
path: root/po
diff options
context:
space:
mode:
authorPixel <>2001-03-03 22:53:41 +0000
committerPixel <>2001-03-03 22:53:41 +0000
commitdc2ce18ea8e1686e61dce2b924e3607df69a2dcf (patch)
treef035493abaca3227da9bbae2b628afbeb990759c /po
parent833d20a69fe17ab846c153e35230c66a41d8fca9 (diff)
Plein de changements
Diffstat (limited to 'po')
-rw-r--r--po/POTFILES.in7
-rw-r--r--po/PriorityLists.pot72
-rw-r--r--po/cat-id-tbl.c37
3 files changed, 75 insertions, 41 deletions
diff --git a/po/POTFILES.in b/po/POTFILES.in
index 4a2746b..196d40a 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -1,4 +1,9 @@
src/test.cc
lib/FHeap.cc
lib/BHeap.cc
-lib/Hash.cc \ No newline at end of file
+lib/BinHeap.cc
+lib/CList.cc
+lib/SList.cc
+lib/PLList.cc
+lib/PCommon.cc
+lib/HTree.cc
diff --git a/po/PriorityLists.pot b/po/PriorityLists.pot
index 7446747..424fc6a 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-01-13 22:41+0100\n"
+"POT-Creation-Date: 2001-03-03 23:47+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,7 +14,7 @@ msgstr ""
"Content-Type: text/plain; charset=CHARSET\n"
"Content-Transfer-Encoding: ENCODING\n"
-#: src/test.cc:32
+#: src/test.cc:33
msgid "Creation of a priority list and adding "
msgstr ""
@@ -22,13 +22,13 @@ msgstr ""
msgid " random entrie(s)..."
msgstr ""
-#: src/test.cc:38
+#: src/test.cc:39
msgid ""
"Ok.\n"
"Deleting the list..."
msgstr ""
-#: src/test.cc:43 src/test.cc:48
+#: src/test.cc:44 src/test.cc:48
msgid "List has "
msgstr ""
@@ -36,77 +36,85 @@ msgstr ""
msgid " keys. Expecting "
msgstr ""
-#: src/test.cc:45 src/test.cc:51
+#: src/test.cc:45 src/test.cc:49
msgid "List corrupted."
msgstr ""
-#: src/test.cc:49
+#: src/test.cc:48
msgid " keys (real count). Expecting "
msgstr ""
-#: src/test.cc:55 src/test.cc:125
+#: src/test.cc:53 src/test.cc:125
msgid "Incorrect order."
msgstr ""
-#: src/test.cc:71
+#: src/test.cc:69
msgid "Size of a PriorityList cell: "
msgstr ""
-#: src/test.cc:73
+#: src/test.cc:70
msgid "Size of a BHeap cell : "
msgstr ""
-#: src/test.cc:74
+#: src/test.cc:71
msgid "Size of a FHeap cell : "
msgstr ""
-#: src/test.cc:75
-msgid "Size of a PList header : "
+#: src/test.cc:72
+msgid "Size of a PLList header : "
msgstr ""
-#: src/test.cc:76
+#: src/test.cc:73
msgid "Size of a CList cell : "
msgstr ""
-#: src/test.cc:77
+#: src/test.cc:74
msgid "Size of a SList cell : "
msgstr ""
-#: src/test.cc:91
+#: src/test.cc:75
+msgid "Size of a BinHeap header : "
+msgstr ""
+
+#: src/test.cc:76
+msgid "Size of a BinHeap cell : "
+msgstr ""
+
+#: src/test.cc:92
msgid "Creating a priority list and adding keys:\n"
msgstr ""
-#: src/test.cc:103 src/test.cc:110 src/test.cc:114
+#: src/test.cc:105 src/test.cc:112 src/test.cc:116
msgid ""
"Ok.\n"
"List browsing...\n"
msgstr ""
-#: src/test.cc:105
+#: src/test.cc:107
msgid ""
"Ok.\n"
"Extract_Min + List browsing...\n"
msgstr ""
-#: src/test.cc:108
+#: src/test.cc:110
msgid ""
"Ok.\n"
"Lower_Key(-12) over 59...\n"
msgstr ""
-#: src/test.cc:112
+#: src/test.cc:114
msgid ""
"Ok.\n"
"Delete over 54...\n"
msgstr ""
-#: src/test.cc:118
+#: src/test.cc:120
msgid ""
"Ok.\n"
"Extracting datas...\n"
msgstr ""
-#: src/test.cc:120
+#: src/test.cc:122
msgid "Minimum #"
msgstr ""
@@ -121,20 +129,34 @@ msgstr ""
msgid " * Head cell. ("
msgstr ""
-#: lib/BHeap.cc:130 lib/FHeap.cc:162
+#: lib/BHeap.cc:224 lib/FHeap.cc:162
msgid "Insert: not over Head."
msgstr ""
-#: lib/BHeap.cc:132 lib/BHeap.cc:147 lib/FHeap.cc:184
+#: lib/BHeap.cc:226 lib/BHeap.cc:246 lib/FHeap.cc:184
msgid "Insert: No more memory."
msgstr ""
-#: lib/BHeap.cc:160 lib/FHeap.cc:194
+#: lib/BHeap.cc:268 lib/FHeap.cc:194 lib/PLList.cc:150
msgid "Extract_Min: Priority List is empty."
msgstr ""
-#: lib/BHeap.cc:13
+#: lib/BHeap.cc:57
msgid ""
" * Head cell.\n"
" |\n"
msgstr ""
+
+#: lib/BinHeap.cc:120
+msgid "Not enough memory"
+msgstr ""
+
+#: lib/BinHeap.cc:147
+msgid "negative overflow"
+msgstr ""
+
+#: lib/PLList.cc:126
+msgid ""
+" * Head cell\n"
+" |\n"
+msgstr ""
diff --git a/po/cat-id-tbl.c b/po/cat-id-tbl.c
index 395b400..b7c079f 100644
--- a/po/cat-id-tbl.c
+++ b/po/cat-id-tbl.c
@@ -21,37 +21,44 @@ Deleting the list...", 4},
{"Size of a PriorityList cell: ", 10},
{"Size of a BHeap cell : ", 11},
{"Size of a FHeap cell : ", 12},
- {"Size of a PList header : ", 13},
+ {"Size of a PLList header : ", 13},
{"Size of a CList cell : ", 14},
{"Size of a SList cell : ", 15},
- {"Creating a priority list and adding keys:\n", 16},
+ {"Size of a BinHeap header : ", 16},
+ {"Size of a BinHeap cell : ", 17},
+ {"Creating a priority list and adding keys:\n", 18},
{"\
Ok.\n\
-List browsing...\n", 17},
+List browsing...\n", 19},
{"\
Ok.\n\
-Extract_Min + List browsing...\n", 18},
+Extract_Min + List browsing...\n", 20},
{"\
Ok.\n\
-Lower_Key(-12) over 59...\n", 19},
+Lower_Key(-12) over 59...\n", 21},
{"\
Ok.\n\
-Delete over 54...\n", 20},
+Delete over 54...\n", 22},
{"\
Ok.\n\
-Extracting datas...\n", 21},
- {"Minimum #", 22},
+Extracting datas...\n", 23},
+ {"Minimum #", 24},
{"\
Ok.\n\
\n\
-All the tests were successfull\n", 23},
- {" * Head cell. (", 24},
- {"Insert: not over Head.", 25},
- {"Insert: No more memory.", 26},
- {"Extract_Min: Priority List is empty.", 27},
+All the tests were successfull\n", 25},
+ {" * Head cell. (", 26},
+ {"Insert: not over Head.", 27},
+ {"Insert: No more memory.", 28},
+ {"Extract_Min: Priority List is empty.", 29},
{"\
* Head cell.\n\
- |\n", 28},
+ |\n", 30},
+ {"Not enough memory", 31},
+ {"negative overflow", 32},
+ {"\
+ * Head cell\n\
+ |\n", 33},
};
-int _msg_tbl_length = 28;
+int _msg_tbl_length = 33;