diff options
Diffstat (limited to 'po/cat-id-tbl.c')
-rw-r--r-- | po/cat-id-tbl.c | 57 |
1 files changed, 57 insertions, 0 deletions
diff --git a/po/cat-id-tbl.c b/po/cat-id-tbl.c new file mode 100644 index 0000000..395b400 --- /dev/null +++ b/po/cat-id-tbl.c @@ -0,0 +1,57 @@ +/* Automatically generated by po2tbl.sed from PriorityLists.pot. */ + +#if HAVE_CONFIG_H +# include <config.h> +#endif + +#include "libgettext.h" + +const struct _msg_ent _msg_tbl[] = { + {"", 1}, + {"Creation of a priority list and adding ", 2}, + {" random entrie(s)...", 3}, + {"\ +Ok.\n\ +Deleting the list...", 4}, + {"List has ", 5}, + {" keys. Expecting ", 6}, + {"List corrupted.", 7}, + {" keys (real count). Expecting ", 8}, + {"Incorrect order.", 9}, + {"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 CList cell : ", 14}, + {"Size of a SList cell : ", 15}, + {"Creating a priority list and adding keys:\n", 16}, + {"\ +Ok.\n\ +List browsing...\n", 17}, + {"\ +Ok.\n\ +Extract_Min + List browsing...\n", 18}, + {"\ +Ok.\n\ +Lower_Key(-12) over 59...\n", 19}, + {"\ +Ok.\n\ +Delete over 54...\n", 20}, + {"\ +Ok.\n\ +Extracting datas...\n", 21}, + {"Minimum #", 22}, + {"\ +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}, + {"\ + * Head cell.\n\ + |\n", 28}, +}; + +int _msg_tbl_length = 28; |