diff options
author | Pixel <> | 2001-03-05 01:30:36 +0000 |
---|---|---|
committer | Pixel <> | 2001-03-05 01:30:36 +0000 |
commit | dfd868ecf9e37a5e6954a073c3ba43a970f7ca54 (patch) | |
tree | 3c85775253afaa6c43148a8da46fa8a7803de62e /po/cat-id-tbl.c | |
parent | f1eb23d8a489aa0353b68aba47c065e3206920ac (diff) |
Projet quasi fini...
Diffstat (limited to 'po/cat-id-tbl.c')
-rw-r--r-- | po/cat-id-tbl.c | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/po/cat-id-tbl.c b/po/cat-id-tbl.c index b7c079f..831b93c 100644 --- a/po/cat-id-tbl.c +++ b/po/cat-id-tbl.c @@ -59,6 +59,15 @@ All the tests were successfull\n", 25}, {"\ * Head cell\n\ |\n", 33}, + {"Bitstream length : ", 34}, + {" bits (= ", 35}, + {" bytes)\n", 36}, + {"Real size input : ", 37}, + {"Size squeezed by : ", 38}, + {" percents\n", 39}, + {"Dictionnary size : ", 40}, + {"Total bitstream length : ", 41}, + {"Real gain (4 bytes header) : ", 42}, }; -int _msg_tbl_length = 33; +int _msg_tbl_length = 42; |