diff options
Diffstat (limited to 'po/cat-id-tbl.c')
| -rw-r--r-- | po/cat-id-tbl.c | 36 | 
1 files changed, 36 insertions, 0 deletions
| diff --git a/po/cat-id-tbl.c b/po/cat-id-tbl.c new file mode 100644 index 0000000..50d239e --- /dev/null +++ b/po/cat-id-tbl.c @@ -0,0 +1,36 @@ +/* Automatically generated by po2tbl.sed from ProjetArchi.pot.  */ + +#if HAVE_CONFIG_H +# include <config.h> +#endif + +#include "libgettext.h" + +const struct _msg_ent _msg_tbl[] = { +  {"", 1}, +  {"Missing operator ':'", 2}, +  {"Invalid number.", 3}, +  {"Expecting ';' for field separator.", 4}, +  {"Expecting ',' for field separator.", 5}, +  {"Identifier incorrect.", 6}, +  {"Error: Expecting a . after a =", 7}, +  {"Extra parameters for field 'p'.", 8}, +  {"Unexpected char at end of line.", 9}, +  {"Expecting operator '=' for field 'p'.", 10}, +  {"Error: character . expected.", 11}, +  {"= expected after an implicit name", 12}, +  {"Identifier incorrect", 13}, +  {"expecting ; as field separator", 14}, +  {"Out of memory.", 15}, +  {"Meta parser init failed.", 16}, +  {"Too many nested operators in expression.\n", 17}, +  {"Too many nested functions calls in expression.\n", 18}, +  {"Invalid unary operator", 19}, +  {"Invalid binary operator", 20}, +  {"Parse error: too much left parenthesis", 21}, +  {"Parse error: too much right parenthesis", 22}, +  {"Parse error: enclosure mismatch", 23}, +  {"Invalid character", 24}, +}; + +int _msg_tbl_length = 24; | 
