Rev 2019 | Rev 7676 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 2019 | Rev 7076 | ||
---|---|---|---|
Line 31... | Line 31... | ||
31 | char *langs[]={"en","fr","cn"}; |
31 | char *langs[]={"en","fr","cn"}; |
32 | #define lang_no (sizeof(langs)/sizeof(langs[0])) |
32 | #define lang_no (sizeof(langs)/sizeof(langs[0])) |
33 | 33 | ||
34 | char *post_msg[lang_no]={ |
34 | char *post_msg[lang_no]={ |
35 | " <small>(click on a value to check its meaning in another window)</small> ", |
35 | " <small>(click on a value to check its meaning in another window)</small> ", |
36 | " <small>(cliquez sur une valeur pour voir sa signification dans une autre |
36 | " <small>(cliquez sur une valeur pour voir sa signification dans une autre fenêtre)</small> ", |
37 | " <small>(ÔÚÊý×ÖÉϵ¥»÷¿É¹©ÄãÔÚÁíÒ»ÊÓ´°ÄÚ²éÔÄÆäÒâÒå)</small> " |
37 | " <small>(ÔÚÊý×ÖÉϵ¥»÷¿É¹©ÄãÔÚÁíÒ»ÊÓ´°ÄÚ²éÔÄÆäÒâÒå)</small> " |
38 | }; |
38 | }; |
39 | 39 | ||
40 | /***************** Nothing should need change hereafter *****************/ |
40 | /***************** Nothing should need change hereafter *****************/ |
41 | 41 |