diff options
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; |