Rev 12248 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 12248 | Rev 12258 | ||
---|---|---|---|
Line 28... | Line 28... | ||
28 | #define Plouffe_min 6 |
28 | #define Plouffe_min 6 |
29 | #define Plouffe_max 22 |
29 | #define Plouffe_max 22 |
30 | 30 | ||
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 | #pragma GCC diagnostic push |
|
- | 34 | #pragma GCC diagnostic ignored "-Winvalid-source-encoding" |
|
34 | char *post_msg[lang_no]={ |
35 | char *post_msg[lang_no]={ |
35 | " <small>(click on a value to check its meaning in another window)</small> ", |
36 | " <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 fenêtre)</small> ", |
37 | " <small>(cliquez sur une valeur pour voir sa signification dans une autre fenêtre)</small> ", |
37 | " <small>(ÔÚÊý×ÖÉϵ¥»÷¿É¹©ÄãÔÚÁíÒ»ÊÓ´°ÄÚ²éÔÄÆäÒâÒå)</small> " |
38 | " <small>(ÔÚÊý×ÖÉϵ¥»÷¿É¹©ÄãÔÚÁíÒ»ÊÓ´°ÄÚ²éÔÄÆäÒâÒå)</small> " |
38 | }; |
39 | }; |
39 | - | ||
- | 40 | #pragma GCC diagnostic pop |
|
40 | /***************** Nothing should need change hereafter *****************/ |
41 | /***************** Nothing should need change hereafter *****************/ |
41 | 42 | ||
42 | #include "../includes.h" |
43 | #include "../includes.h" |
43 | 44 | ||
44 | char *parm; |
45 | char *parm; |