1/*
2   webalizer_lang.french
3
4   Webalizer V2.0x Language Support file for French.
5   04-Jun-1998 Translation by Sylvain Avril (savril@oceanet.fr)
6   04-Jun-1998 Modified for level 1.1 support (brad@mrunix.net)
7   23-Jul-1998 Modified for level 1.2 support (brad@mrunix.net)
8   20-Feb-1999 Added non-extended char l_month array (brad@mrunix.net)
9   08-Mar-1999 Updated HTTP 1.1 response codes by Yves Lafon (ylafon@w3.org)
10   28-Jun-1999 Modified for level 1.3 support (brad@mrunix.net)
11   27-Jan-2000 Translation complements by Christophe Aubert (ca@tgi.fr)
12   11-Fev-2000 Minor complements by Laurent Monin(lmonin@metaconcept.com)
13   22-Feb-2000 Modified for level 2.0 support (brad@mrunix.net)
14   17-Mar-2000 French support for level 2.0 (lmonin@metaconcept.com)
15   26-Mar-2008 Updated to current IANA TLDs (brad@mrunix.net)
16   26-May-2008 Modified for level 2.2 support (brad@mrunix.net)
17
18
19   Language files are named using the following convention:
20
21   webalizer_lang.LANGUAGE
22
23   where 'LANGUAGE' is the name of the language the file is
24   translated into (ie: webalizer_lang.russian for russian).
25   Either copy the desired language file to webalizer_lang.h
26   or create a symbolic link, then re-compile.
27
28   If you translate this file into a different language, please
29   send a copy to brad@mrunix.net
30
31*/
32
33/*
34   Traduit par Sylvain AVRIL (savril@oceanet.fr,
35      http://www.coucounet.com/sylvain/)
36      - Oceanet (http://www.oceanet.fr/)
37
38   Je n'ai pas traduit les messages d'erreurs qui me paraissaient etre plus
39   clairs en anglais
40*/
41
42/*
43   Complements de traduction par Christophe AUBERT (ca@tgi.fr)
44      - TGI (http://www.tgi.fr/)
45
46   J'ai traduit les noms de pays ainsi que differents titres ...
47   Les messages d'erreurs restent en anglais
48*/
49
50/*
51   Complements mineurs de traduction par Laurent MONIN
52      - lmonin@metaconcept.com
53
54   J'ai traduit Kbytes --> KOctets
55   et certains pays conformement � DNS/BIND 3eme edition
56   Les messages d'erreurs restent en anglais
57   Adaptation pour version 2.0
58*/
59
60
61/***********************************************************************/
62/* DEFINE LANGUAGE NAME here                                           */
63/***********************************************************************/
64
65char *language  = "French";
66char *langcode  = "fr";
67
68/***********************************************************************/
69/*                                                                     */
70/* Informational messages                                              */
71/*                                                                     */
72/* These messages are only displayed while The Webalizer is being run, */
73/* usually to the screen, and are not part of the HTML output.         */
74/*                                                                     */
75/***********************************************************************/
76
77/* these are only used in timing totals */
78/* Format:   XXX records (XXX ignored, XXX bad) in X.XX seconds        */
79char *msg_records = "records";
80char *msg_addresses="addresses";
81char *msg_ignored = "ignored";
82char *msg_bad     = "bad";
83char *msg_in      = "in";
84char *msg_seconds = "seconds";
85
86/* progress and setup error messages */
87char *msg_log_err = "Error: Can't open log file";
88char *msg_log_use = "Using logfile";
89char *msg_dir_err = "Error: Can't change directory to";
90char *msg_dir_use = "Creating output in";
91char *msg_cur_dir = "current directory";
92char *msg_hostname= "Hostname for reports is";
93char *msg_ign_hist= "Ignoring previous history...";
94char *msg_no_hist = "History file not found...";
95char *msg_get_hist= "Reading history file...";
96char *msg_put_hist= "Saving history information...";
97char *msg_hist_err= "Error: Unable to write history file";
98char *msg_bad_hist= "Error: Ignoring invalid history record";
99char *msg_bad_conf= "Error: Unable to open configuration file";
100char *msg_bad_key = "Warning: Invalid keyword";
101char *msg_bad_date= "Error: Skipping record (bad date)";
102char *msg_ign_nscp= "Skipping Netscape header record";
103char *msg_bad_rec = "Skipping bad record";
104char *msg_no_vrec = "No valid records found!";
105char *msg_gen_rpt = "Generating report for";
106char *msg_gen_sum = "Generating summary report";
107char *msg_get_data= "Reading previous run data...";
108char *msg_put_data= "Saving current run data...";
109char *msg_no_data = "Previous run data not found...";
110char *msg_bad_data= "Error: Unable to restore run data";
111char *msg_data_err= "Error: Unable to save current run data";
112char *msg_dup_data= "Warning: Possible duplicate data found";
113
114/* DNS Stuff */
115char *msg_dns_nocf= "No cache file specified, aborting...";
116char *msg_dns_nodb= "Error: Unable to open DNS cache file";
117char *msg_dns_nolk= "Error: Unable to lock DNS cache file";
118char *msg_dns_usec= "Using DNS cache file";
119char *msg_dns_rslv= "DNS Lookup";
120char *msg_dns_none= "None to process";
121char *msg_dns_abrt= "DNS support not present, aborting...";
122
123/* Geolocation stuff */
124char *msg_geo_open= "Error opening file";
125char *msg_geo_use = "Using";
126char *msg_geo_nolu= "lookups disabled";
127char *msg_geo_dflt= "default";
128
129/* memory allocation errors */
130char *msg_nomem_ts= "Can't allocate enough memory, Top Sites disabled!";
131char *msg_nomem_tr= "Can't allocate enough memory, Top Referrers disabled!";
132char *msg_nomem_tu= "Can't allocate enough memory, Top URLs disabled!";
133char *msg_nomem_tc= "Can't allocate enough memory, Top Countries disabled!";
134char *msg_nomem_ta= "Can't allocate enough memory, Top User Agents disabled!";
135char *msg_nomem_tsr="Can't allocate enough memory, Top Search Strings disabled!";
136char *msg_nomem_ti= "Can't allocate enough memory, Top Usernames disabled!";
137char *msg_nomem_dh= "Error adding host node (daily), skipping";
138char *msg_nomem_mh= "Error adding host node (monthly), skipping";
139char *msg_nomem_u = "Error adding URL node, skipping";
140char *msg_nomem_a = "Error adding User Agent node, skipping";
141char *msg_nomem_r = "Error adding Referrer node, skipping";
142char *msg_nomem_sc= "Error adding Search String node, skipping";
143char *msg_nomem_i = "Error adding Username node, skipping";
144
145/* log record errors */
146char *msg_big_rec = "Error: Skipping oversized log record";
147char *msg_big_host= "Warning: Truncating oversized hostname";
148char *msg_big_date= "Warning: Truncating oversized date field";
149char *msg_big_req = "Warning: Truncating oversized request field";
150char *msg_big_ref = "Warning: Truncating oversized referrer field";
151char *msg_big_user= "Warning: Truncating oversized username";
152char *msg_big_one = "Warning: String exceeds storage size";
153
154/* misc errors */
155char *msg_no_open = "Error: Unable to open file";
156
157/* Help display... */
158char *h_usage1 = "Usage";
159char *h_usage2 = "[options] [log file]";
160char *h_msg[]= {
161         "-h        = print this help message"             ,
162         "-V        = print version information"           ,
163         "-v        = be verbose"                          ,
164         "-d        = print additional debug info"         ,
165         "-F type   = Log type.  type= (clf | ftp | squid | w3c)",
166         "-f        = fold sequence errors"                ,
167         "-i        = ignore history file"                 ,
168         "-p        = preserve state (incremental)"        ,
169         "-b        = ignore state (incremental)"          ,
170         "-q        = supress informational messages"      ,
171         "-Q        = supress _ALL_ messages"              ,
172         "-Y        = supress country graph"               ,
173         "-G        = supress hourly graph"                ,
174         "-H        = supress hourly stats"                ,
175         "-L        = supress color coded graph legends"   ,
176         "-l num    = use num background lines on graph"   ,
177         "-m num    = Visit timeout value (seconds)"       ,
178         "-T        = print timing information"            ,
179         "-c file   = use configuration file 'file'"       ,
180         "-n name   = hostname to use"                     ,
181         "-o dir    = output directory to use"             ,
182         "-t name   = report title 'name'"                 ,
183         "-a name   = hide user agent 'name'"              ,
184         "-r name   = hide referrer 'name'"                ,
185         "-s name   = hide site 'name'"                    ,
186         "-u name   = hide URL 'name'"                     ,
187         "-x name   = use filename extension 'name'"       ,
188         "-O name   = Omit page 'name'"                    ,
189         "-P name   = Page type extension 'name'"          ,
190         "-I name   = Index alias 'name'"                  ,
191         "-K num    = num months in summary table"         ,
192         "-k num    = num months in summary graph"         ,
193         "-A num    = Display num top agents"              ,
194         "-C num    = Display num top countries"           ,
195         "-R num    = Display num top referrers"           ,
196         "-S num    = Display num top sites"               ,
197         "-U num    = Display num top URLs"                ,
198         "-e num    = Display num top Entry Pages"         ,
199         "-E num    = Display num top Exit Pages"          ,
200         "-g num    = Group Domains to 'num' levels"       ,
201         "-X        = Hide individual sites"               ,
202         "-z dir    = Use country flags in 'dir'"          ,
203#ifdef USE_DNS
204         "-D name   = Use DNS Cache file 'name'"           ,
205         "-N num    = Number of DNS processes (0=disable)" ,
206         "-j        = Enable native GeoDB lookups"         ,
207         "-J name   = Use GeoDB database 'name'"           ,
208#endif
209#ifdef USE_GEOIP
210         "-w        = Enable GeoIP lookups"                ,
211         "-W name   = Use GeoIP database 'name'"           ,
212#endif
213         NULL};
214
215#define LAST_HLP_MSG (int)(sizeof(h_msg)/sizeof(char *))
216
217/***********************************************************************/
218/*                                                                     */
219/* HTML strings                                                        */
220/*                                                                     */
221/* These strings are used as part of the HTML output generated by The  */
222/* Webalizer.                                                          */
223/*                                                                     */
224/***********************************************************************/
225
226/* header strings */
227char *msg_hhdr_sp = "Période du résumé";
228char *msg_hhdr_gt = "Généré le";
229
230/* main index strings */
231char *msg_main_us = "Resume des acces pour";
232/* char *msg_main_per= "12 derniers mois"; */
233char *msg_main_per= "Résumé par mois";
234char *msg_main_sum= "Résumé par mois";
235char *msg_main_da = "Moyenne journalière";
236char *msg_main_mt = "Totaux mensuels";
237
238/* month HTML page strings */
239char *msg_hmth_du = "Acces journalier pour";
240char *msg_hmth_hu = "Acces horaire pour";
241
242/* table header strings */
243char *msg_h_by    = "par";
244char *msg_h_avg   = "Moy.";
245char *msg_h_max   = "Max";
246char *msg_h_total = "Total";
247char *msg_h_totals= "Totaux";
248char *msg_h_day   = "Jour";
249char *msg_h_mth   = "Mois";
250char *msg_h_hour  = "Heure";
251char *msg_h_hits  = "Hits";
252char *msg_h_pages = "Pages";
253char *msg_h_visits= "Visites";
254char *msg_h_files = "Fichiers";
255char *msg_h_sites = "Sites";
256char *msg_h_xfer  = "Ko";
257char *msg_h_hname = "Nom d'hôte";
258char *msg_h_url   = "URL";
259char *msg_h_agent = "Navigateur";
260char *msg_h_ref   = "Référent";
261char *msg_h_ctry  = "Pays";
262char *msg_h_search= "Mots-clés";
263char *msg_h_uname = "Utilisateur";
264
265/* links along top of page */
266char *msg_hlnk_ds = "Statistiques journalières";
267char *msg_hlnk_hs = "Statistiques horaires";
268char *msg_hlnk_u  = "URLs";
269char *msg_hlnk_s  = "Sites";
270char *msg_hlnk_a  = "Navigateurs";
271char *msg_hlnk_c  = "Pays";
272char *msg_hlnk_r  = "Référents";
273char *msg_hlnk_en = "Pages d'entrée";
274char *msg_hlnk_ex = "Pages de sortie";
275char *msg_hlnk_sr = "Mots-clés";
276char *msg_hlnk_i  = "Utilisateurs";
277
278/* monthly total table */
279char *msg_mtot_ms = "Statistiques mensuelles pour";
280char *msg_mtot_th = "Total des Hits";
281char *msg_mtot_tf = "Total des Fichiers";
282char *msg_mtot_tx = "Total des Ko";
283char *msg_mtot_us = "Total des Sites uniques";
284char *msg_mtot_ur = "Total des Référents uniques";
285char *msg_mtot_ua = "Total des Navigateurs";
286char *msg_mtot_uu = "Total des URLs uniques";
287char *msg_mtot_ui = "Total des utilisateurs uniques";
288char *msg_mtot_mhd= "Hits par Jour";
289char *msg_mtot_mhh= "Hits par Heure";
290char *msg_mtot_mfd= "Fichiers par Jour";
291char *msg_mtot_mpd= "Pages par Jour";
292char *msg_mtot_msd= "Sites par Jour";
293char *msg_mtot_mvd= "Visites par Jour";
294char *msg_mtot_mkd= "KOctets par Jour";
295char *msg_mtot_rc = "Hits par code de réponse";
296
297/* daily total table */
298char *msg_dtot_ds = "Statistiques journalières pour";
299
300/* hourly total table */
301char *msg_htot_hs = "Statistiques horaires pour";
302
303/* country pie chart */
304char *msg_ctry_use= "Acces par pays pour";
305
306/* top tables */
307/* Formatted as "Top xxx of xxx Total something" */
308char *msg_top_top = "Top";
309char *msg_top_of  = "sur un total de";
310char *msg_top_s   = "sites";
311char *msg_top_u   = "URLs";
312char *msg_top_r   = "référents";
313char *msg_top_a   = "navigateurs";
314char *msg_top_c   = "pays";
315char *msg_top_en  = "pages d'entrée";
316char *msg_top_ex  = "pages de sortie";
317char *msg_top_sr  = "groupes de mots-clés";
318char *msg_top_i   = "utilisateurs";
319char *msg_v_sites = "Voir tous les sites";
320char *msg_v_urls  = "Voir toutes les URLs";
321char *msg_v_refs  = "Voir tous les référents";
322char *msg_v_agents= "Voir tous les navigateurs";
323char *msg_v_search= "Voir tous les mots-clés";
324char *msg_v_users = "Voir tous les utilisateurs";
325
326/* short month names MUST BE 3 CHARS in size... pad if needed*/
327char *s_month[12]={ "Jan", "Fev", "Mar",
328                    "Avr", "Mai", "Juin",
329                    "Juil", "Aou", "Sep",
330                    "Oct", "Nov", "Dec"};
331
332/* long month names - can be any length */
333/*
334char *l_month[12]={ "Janvier",  "Février", "Mars",   "Avril",
335                    "Mai",      "Juin",     "Juillet",    "Août",
336                    "Septembre","Octobre",  "Novembre","Décembre"};
337*/
338
339/* Some installations may need to use this one instead                 */
340char *l_month[12]={ "Janvier",  "Fevrier",  "Mars",    "Avril",
341                    "Mai",      "Juin",     "Juillet", "Aout",
342                    "Septembre","Octobre",  "Novembre","Decembre"};
343
344/* response code descriptions... order IS important!      */
345struct response_code response[] =
346       { { "Undefined response code",                    0 },
347         { "Code 100 - Continue",                        0 },
348         { "Code 101 - Switching Protocols",             0 },
349         { "Code 200 - OK",                              0 },
350         { "Code 201 - Created",                         0 },
351         { "Code 202 - Accepted",                        0 },
352         { "Code 203 - Non-Authoritative Information",   0 },
353         { "Code 204 - No Content",                      0 },
354         { "Code 205 - Reset Content",                   0 },
355         { "Code 206 - Partial Content",                 0 },
356         { "Code 300 - Multiple Choices",                0 },
357         { "Code 301 - Moved Permanently",               0 },
358         { "Code 302 - Found",                           0 },
359         { "Code 303 - See Other",                       0 },
360         { "Code 304 - Not Modified",                    0 },
361         { "Code 305 - Use Proxy",                       0 },
362         { "Code 307 - Moved Temporarily",               0 },
363         { "Code 400 - Bad Request",                     0 },
364         { "Code 401 - Unauthorized",                    0 },
365         { "Code 402 - Payment Required",                0 },
366         { "Code 403 - Forbidden",                       0 },
367         { "Code 404 - Not Found",                       0 },
368         { "Code 405 - Method Not Allowed",              0 },
369         { "Code 406 - Not Acceptable",                  0 },
370         { "Code 407 - Proxy Authentication Required",   0 },
371         { "Code 408 - Request Timeout",                 0 },
372         { "Code 409 - Conflict",                        0 },
373         { "Code 410 - Gone",                            0 },
374         { "Code 411 - Length Required",                 0 },
375         { "Code 412 - Precondition Failed",             0 },
376         { "Code 413 - Request Entity Too Large",        0 },
377         { "Code 414 - Request-URI Too Long",            0 },
378         { "Code 415 - Unsupported Media Type",          0 },
379         { "Code 416 - Requested Range Not Satisfiable", 0 },
380         { "Code 417 - Expectation Failed",              0 },
381         { "Code 500 - Internal Server Error",           0 },
382         { "Code 501 - Not Implemented",                 0 },
383         { "Code 502 - Bad Gateway",                     0 },
384         { "Code 503 - Service Unavailable",             0 },
385         { "Code 504 - Gateway Timeout",                 0 },
386         { "Code 505 - HTTP Version Not Supported",      0 } };
387
388char *msg_title   = "Statistiques d'accès à";
389char *msg_h_other = "Autre";
390
391/* Country codes (previously in ctry.h header file) */
392
393struct	country_code ctry[] = {
394{ 0,                      "Non-resolu/Inconnu",               0,0,0 },
395{ IDX_3C('c','o','m'),    "Commercial (.com)",                0,0,0 },
396{ IDX_3C('e','d','u'),    "Enseignement (.edu)",              0,0,0 },
397{ IDX_3C('g','o','v'),    "US Gouvernement (.gov)",           0,0,0 },
398{ IDX_3C('i','n','t'),    "International (int)",              0,0,0 },
399{ IDX_3C('m','i','l'),    "US Militaire (.mil)",              0,0,0 },
400{ IDX_3C('n','e','t'),    "Network (.net)",                   0,0,0 },
401{ IDX_3C('o','r','g'),    "Non-commerciales (.org)",          0,0,0 },
402{ IDX_3C('b','i','z'),    "Generic Business (biz)",           0,0,0 },
403{ IDX_3C('c','a','t'),    "Catalan Community (cat)",          0,0,0 },
404{ IDX_3C('p','r','o'),    "Professional (pro)",               0,0,0 },
405{ IDX_3C('t','e','l'),    "Ind. Contact Data (tel)",          0,0,0 },
406{ IDX_4C('a','e','r','o'),"Air Transport Industry (aero)",    0,0,0 },
407{ IDX_4C('a','s','i','a'),"Asia Pacific Community (asia)",    0,0,0 },
408{ IDX_4C('c','o','o','p'),"Cooperative Association (coop)",   0,0,0 },
409{ IDX_4C('i','n','f','o'),"Generic TLD (info)",               0,0,0 },
410{ IDX_4C('j','o','b','s'),"Human Resources (jobs)",           0,0,0 },
411{ IDX_4C('m','o','b','i'),"Generic Mobile TLD (mobi)",        0,0,0 },
412{ IDX_4C('n','a','m','e'),"Individual (name)",                0,0,0 },
413{ IDX_4C('a','r','p','a'),"Ancien style Arpanet (arpa)",      0,0,0 },
414{ IDX_4C('n','a','t','o'),"OTAN (.nato)",                     0,0,0 },
415{ IDX_6C('m','u','s','e','u','m'), "Museums (museum)",        0,0,0 },
416{ IDX_6C('t','r','a','v','e','l'), "Travel Ind. (travel)",    0,0,0 },
417{ IDX_2C('a','c'),        "Ascension Island",                 0,0,0 },
418{ IDX_2C('a','c'),        "Ile Ascension",                    0,0,0 },
419{ IDX_2C('a','d'),        "Andorre",                          0,0,0 },
420{ IDX_2C('a','e'),        "Emirats Arabes Unis",              0,0,0 },
421{ IDX_2C('a','f'),        "Afghanistan",                      0,0,0 },
422{ IDX_2C('a','g'),        "Antigua et Barbuda",               0,0,0 },
423{ IDX_2C('a','i'),        "Anguilla",                         0,0,0 },
424{ IDX_2C('a','l'),        "Albanie",                          0,0,0 },
425{ IDX_2C('a','m'),        "Armenie",                          0,0,0 },
426{ IDX_2C('a','n'),        "Antilles Neerlandaises",           0,0,0 },
427{ IDX_2C('a','o'),        "Angola",                           0,0,0 },
428{ IDX_2C('a','q'),        "Antarctique",                      0,0,0 },
429{ IDX_2C('a','r'),        "Argentine",                        0,0,0 },
430{ IDX_2C('a','s'),        "Samoa Americaines",                0,0,0 },
431{ IDX_2C('a','t'),        "Autriche",                         0,0,0 },
432{ IDX_2C('a','u'),        "Australie",                        0,0,0 },
433{ IDX_2C('a','w'),        "Aruba",                            0,0,0 },
434{ IDX_2C('a','x'),        "Aland Islands",                    0,0,0 },
435{ IDX_2C('a','z'),        "Azerbaidjan",                      0,0,0 },
436{ IDX_2C('b','a'),        "Bosnie Herzegovine",               0,0,0 },
437{ IDX_2C('b','b'),        "Barbades",                         0,0,0 },
438{ IDX_2C('b','d'),        "Bangladesh",                       0,0,0 },
439{ IDX_2C('b','e'),        "Belgique",                         0,0,0 },
440{ IDX_2C('b','f'),        "Burkina Faso",                     0,0,0 },
441{ IDX_2C('b','g'),        "Bulgarie",                         0,0,0 },
442{ IDX_2C('b','h'),        "Bahrein",                          0,0,0 },
443{ IDX_2C('b','i'),        "Burundi",                          0,0,0 },
444{ IDX_2C('b','j'),        "Benin",                            0,0,0 },
445{ IDX_2C('b','l'),        "Saint Barthelemy",                 0,0,0 },
446{ IDX_2C('b','m'),        "Bermudes",                         0,0,0 },
447{ IDX_2C('b','n'),        "Brunei Darussalam",                0,0,0 },
448{ IDX_2C('b','o'),        "Bolivie",                          0,0,0 },
449{ IDX_2C('b','r'),        "Bresil",                           0,0,0 },
450{ IDX_2C('b','s'),        "Bahamas",                          0,0,0 },
451{ IDX_2C('b','t'),        "Bhoutan",                          0,0,0 },
452{ IDX_2C('b','v'),        "Ile Bouvet",                       0,0,0 },
453{ IDX_2C('b','w'),        "Botswana",                         0,0,0 },
454{ IDX_2C('b','y'),        "Bielorussie",                      0,0,0 },
455{ IDX_2C('b','z'),        "Belize",                           0,0,0 },
456{ IDX_2C('c','a'),        "Canada",                           0,0,0 },
457{ IDX_2C('c','c'),        "Iles Cocos (Keeling)",             0,0,0 },
458{ IDX_2C('c','d'),        "Congo, Democratic Republic",       0,0,0 },
459{ IDX_2C('c','d'),        "Rep. Democr. Congo (Kinshasa)",    0,0,0 },
460{ IDX_2C('c','f'),        "Republique Centrafricaine",        0,0,0 },
461{ IDX_2C('c','g'),        "Congo",                            0,0,0 },
462{ IDX_2C('c','h'),        "Suisse",                           0,0,0 },
463{ IDX_2C('c','i'),        "Cote D'Ivoire",                    0,0,0 },
464{ IDX_2C('c','k'),        "Iles Cook",                        0,0,0 },
465{ IDX_2C('c','l'),        "Chili",                            0,0,0 },
466{ IDX_2C('c','m'),        "Cameroun",                         0,0,0 },
467{ IDX_2C('c','n'),        "Chine",                            0,0,0 },
468{ IDX_2C('c','o'),        "Colombie",                         0,0,0 },
469{ IDX_2C('c','r'),        "Costa Rica",                       0,0,0 },
470{ IDX_2C('c','u'),        "Cuba",                             0,0,0 },
471{ IDX_2C('c','v'),        "Cap Vert",                         0,0,0 },
472{ IDX_2C('c','x'),        "Ile Christmas",                    0,0,0 },
473{ IDX_2C('c','y'),        "Chypre",                           0,0,0 },
474{ IDX_2C('c','z'),        "Republique Tcheque",               0,0,0 },
475{ IDX_2C('d','e'),        "Allemagne",                        0,0,0 },
476{ IDX_2C('d','j'),        "Djibouti",                         0,0,0 },
477{ IDX_2C('d','k'),        "Danemark",                         0,0,0 },
478{ IDX_2C('d','m'),        "Dominique",                        0,0,0 },
479{ IDX_2C('d','o'),        "Republique Dominicaine",           0,0,0 },
480{ IDX_2C('d','z'),        "Algerie",                          0,0,0 },
481{ IDX_2C('e','c'),        "Equateur",                         0,0,0 },
482{ IDX_2C('e','e'),        "Estonie",                          0,0,0 },
483{ IDX_2C('e','g'),        "Egypte",                           0,0,0 },
484{ IDX_2C('e','h'),        "Sahara Occidental",                0,0,0 },
485{ IDX_2C('e','r'),        "Erythree",                         0,0,0 },
486{ IDX_2C('e','s'),        "Espagne",                          0,0,0 },
487{ IDX_2C('e','t'),        "Ethiopie",                         0,0,0 },
488{ IDX_2C('e','u'),        "European Union",                   0,0,0 },
489{ IDX_2C('f','i'),        "Finlande",                         0,0,0 },
490{ IDX_2C('f','j'),        "Fidji",                            0,0,0 },
491{ IDX_2C('f','k'),        "Iles Falkland (Malouines)",        0,0,0 },
492{ IDX_2C('f','m'),        "Micronesie",                       0,0,0 },
493{ IDX_2C('f','o'),        "Iles Feroes",                      0,0,0 },
494{ IDX_2C('f','r'),        "France",                           0,0,0 },
495{ IDX_2C('g','a'),        "Gabon",                            0,0,0 },
496{ IDX_2C('g','b'),        "Grande Bretagne (UK)",             0,0,0 },
497{ IDX_2C('g','d'),        "Grenade",                          0,0,0 },
498{ IDX_2C('g','e'),        "Georgie",                          0,0,0 },
499{ IDX_2C('g','f'),        "Guyane Francaise",                 0,0,0 },
500{ IDX_2C('g','g'),        "Guernsey",                         0,0,0 },
501{ IDX_2C('g','h'),        "Ghana",                            0,0,0 },
502{ IDX_2C('g','i'),        "Gibraltar",                        0,0,0 },
503{ IDX_2C('g','l'),        "Groenland",                        0,0,0 },
504{ IDX_2C('g','m'),        "Gambie",                           0,0,0 },
505{ IDX_2C('g','n'),        "Guinee",                           0,0,0 },
506{ IDX_2C('g','p'),        "Guadeloupe",                       0,0,0 },
507{ IDX_2C('g','q'),        "Guinee Equatoriale",               0,0,0 },
508{ IDX_2C('g','r'),        "Grece",                            0,0,0 },
509{ IDX_2C('g','s'),        "Georgie et Iles Sandwich du Sud",  0,0,0 },
510{ IDX_2C('g','t'),        "Guatemala",                        0,0,0 },
511{ IDX_2C('g','u'),        "Guam",                             0,0,0 },
512{ IDX_2C('g','w'),        "Guinee-Bissau",                    0,0,0 },
513{ IDX_2C('g','y'),        "Guyane",                           0,0,0 },
514{ IDX_2C('h','k'),        "Hong Kong",                        0,0,0 },
515{ IDX_2C('h','m'),        "Iles Heard et McDonald",           0,0,0 },
516{ IDX_2C('h','n'),        "Honduras",                         0,0,0 },
517{ IDX_2C('h','r'),        "Croatie",                          0,0,0 },
518{ IDX_2C('h','t'),        "Haiti",                            0,0,0 },
519{ IDX_2C('h','u'),        "Hongrie",                          0,0,0 },
520{ IDX_2C('i','d'),        "Indonesie",                        0,0,0 },
521{ IDX_2C('i','e'),        "Irlande",                          0,0,0 },
522{ IDX_2C('i','l'),        "Israel",                           0,0,0 },
523{ IDX_2C('i','m'),        "Ile de Man",                       0,0,0 },
524{ IDX_2C('i','n'),        "Inde",                             0,0,0 },
525{ IDX_2C('i','o'),        "Territ. Britannique Ocean Indien", 0,0,0 },
526{ IDX_2C('i','q'),        "Iraq",                             0,0,0 },
527{ IDX_2C('i','r'),        "Iran",                             0,0,0 },
528{ IDX_2C('i','s'),        "Islande",                          0,0,0 },
529{ IDX_2C('i','t'),        "Italie",                           0,0,0 },
530{ IDX_2C('j','e'),        "Jersey",                           0,0,0 },
531{ IDX_2C('j','m'),        "Jamaique",                         0,0,0 },
532{ IDX_2C('j','o'),        "Jordanie",                         0,0,0 },
533{ IDX_2C('j','p'),        "Japon",                            0,0,0 },
534{ IDX_2C('k','e'),        "Kenya",                            0,0,0 },
535{ IDX_2C('k','g'),        "Kirghizistan",                     0,0,0 },
536{ IDX_2C('k','h'),        "Cambodge",                         0,0,0 },
537{ IDX_2C('k','i'),        "Kiribati",                         0,0,0 },
538{ IDX_2C('k','m'),        "Comores",                          0,0,0 },
539{ IDX_2C('k','n'),        "Saint Christophe et Nevis",	      0,0,0 },
540{ IDX_2C('k','p'),        "Coree (Nord)",                     0,0,0 },
541{ IDX_2C('k','r'),        "Coree (Sud)",                      0,0,0 },
542{ IDX_2C('k','w'),        "Koweit",                           0,0,0 },
543{ IDX_2C('k','y'),        "Iles Caimans",                     0,0,0 },
544{ IDX_2C('k','z'),        "Kazakhstan",                       0,0,0 },
545{ IDX_2C('l','a'),        "Laos",                             0,0,0 },
546{ IDX_2C('l','b'),        "Liban",                            0,0,0 },
547{ IDX_2C('l','c'),        "Sainte Lucie",                     0,0,0 },
548{ IDX_2C('l','i'),        "Liechtenstein",                    0,0,0 },
549{ IDX_2C('l','k'),        "Sri Lanka",                        0,0,0 },
550{ IDX_2C('l','r'),        "Liberia",                          0,0,0 },
551{ IDX_2C('l','s'),        "Lesotho",                          0,0,0 },
552{ IDX_2C('l','t'),        "Lituanie",                         0,0,0 },
553{ IDX_2C('l','u'),        "Luxembourg",                       0,0,0 },
554{ IDX_2C('l','v'),        "Lettonie (Latvija)",               0,0,0 },
555{ IDX_2C('l','y'),        "Libye",                            0,0,0 },
556{ IDX_2C('m','a'),        "Maroc",                            0,0,0 },
557{ IDX_2C('m','c'),        "Monaco",                           0,0,0 },
558{ IDX_2C('m','d'),        "Moldavie",                         0,0,0 },
559{ IDX_2C('m','e'),        "Montenegro",                       0,0,0 },
560{ IDX_2C('m','f'),        "Saint Martin (French part)",       0,0,0 },
561{ IDX_2C('m','g'),        "Madagascar",                       0,0,0 },
562{ IDX_2C('m','h'),        "Iles Marshall",                    0,0,0 },
563{ IDX_2C('m','k'),        "Macedoine",                        0,0,0 },
564{ IDX_2C('m','l'),        "Mali",                             0,0,0 },
565{ IDX_2C('m','m'),        "Birmanie (Myanmar)",               0,0,0 },
566{ IDX_2C('m','n'),        "Mongolie",                         0,0,0 },
567{ IDX_2C('m','o'),        "Macao",                            0,0,0 },
568{ IDX_2C('m','p'),        "Iles Mariannes Nord",              0,0,0 },
569{ IDX_2C('m','q'),        "Martinique",                       0,0,0 },
570{ IDX_2C('m','r'),        "Mauritanie",                       0,0,0 },
571{ IDX_2C('m','s'),        "Montserrat",                       0,0,0 },
572{ IDX_2C('m','t'),        "Malte",                            0,0,0 },
573{ IDX_2C('m','u'),        "Ile Maurice",                      0,0,0 },
574{ IDX_2C('m','v'),        "Maldives",                         0,0,0 },
575{ IDX_2C('m','w'),        "Malawi",                           0,0,0 },
576{ IDX_2C('m','x'),        "Mexique",                          0,0,0 },
577{ IDX_2C('m','y'),        "Malaisie",                         0,0,0 },
578{ IDX_2C('m','z'),        "Mozambique",                       0,0,0 },
579{ IDX_2C('n','a'),        "Namibie",                          0,0,0 },
580{ IDX_2C('n','c'),        "Nouvelle Caledonie",               0,0,0 },
581{ IDX_2C('n','e'),        "Niger",                            0,0,0 },
582{ IDX_2C('n','f'),        "Ile Norfolk",                      0,0,0 },
583{ IDX_2C('n','g'),        "Nigeria",                          0,0,0 },
584{ IDX_2C('n','i'),        "Nicaragua",                        0,0,0 },
585{ IDX_2C('n','l'),        "Pays Bas",                         0,0,0 },
586{ IDX_2C('n','o'),        "Norvege",                          0,0,0 },
587{ IDX_2C('n','p'),        "Nepal",                            0,0,0 },
588{ IDX_2C('n','r'),        "Nauru",                            0,0,0 },
589{ IDX_2C('n','u'),        "Nioue",                            0,0,0 },
590{ IDX_2C('n','z'),        "Nouvelle Zelande",                 0,0,0 },
591{ IDX_2C('o','m'),        "Oman",                             0,0,0 },
592{ IDX_2C('p','a'),        "Panama",                           0,0,0 },
593{ IDX_2C('p','e'),        "Perou",                            0,0,0 },
594{ IDX_2C('p','f'),        "Polynesie Francaise",              0,0,0 },
595{ IDX_2C('p','g'),        "Papouasie Nouvelle Guinee",        0,0,0 },
596{ IDX_2C('p','h'),        "Philippines",                      0,0,0 },
597{ IDX_2C('p','k'),        "Pakistan",                         0,0,0 },
598{ IDX_2C('p','l'),        "Pologne",                          0,0,0 },
599{ IDX_2C('p','m'),        "Saint Pierre et Miquelon",         0,0,0 },
600{ IDX_2C('p','n'),        "Pitcairn",                         0,0,0 },
601{ IDX_2C('p','r'),        "Porto Rico",                       0,0,0 },
602{ IDX_2C('p','s'),        "Palestinian Territory, Occupied",  0,0,0 },
603{ IDX_2C('p','t'),        "Portugal",                         0,0,0 },
604{ IDX_2C('p','w'),        "Palau",                            0,0,0 },
605{ IDX_2C('p','y'),        "Paraguay",                         0,0,0 },
606{ IDX_2C('q','a'),        "Qatar",                            0,0,0 },
607{ IDX_2C('r','e'),        "Reunion",                          0,0,0 },
608{ IDX_2C('r','o'),        "Roumanie",                         0,0,0 },
609{ IDX_2C('r','s'),        "Serbia",                           0,0,0 },
610{ IDX_2C('r','u'),        "Russie",                           0,0,0 },
611{ IDX_2C('r','w'),        "Rwanda",                           0,0,0 },
612{ IDX_2C('s','a'),        "Arabie Saoudite",                  0,0,0 },
613{ IDX_2C('s','b'),        "Iles Salomon",                     0,0,0 },
614{ IDX_2C('s','c'),        "Seychelles",                       0,0,0 },
615{ IDX_2C('s','d'),        "Soudan",                           0,0,0 },
616{ IDX_2C('s','e'),        "Suede",                            0,0,0 },
617{ IDX_2C('s','g'),        "Singapour",                        0,0,0 },
618{ IDX_2C('s','h'),        "Sainte Helene",                    0,0,0 },
619{ IDX_2C('s','i'),        "Slovenie",                         0,0,0 },
620{ IDX_2C('s','j'),        "Iles Svalbard et Jan Mayen",       0,0,0 },
621{ IDX_2C('s','k'),        "Slovaquie",                        0,0,0 },
622{ IDX_2C('s','l'),        "Sierra Leone",                     0,0,0 },
623{ IDX_2C('s','m'),        "Saint Marin",                      0,0,0 },
624{ IDX_2C('s','n'),        "Senegal",                          0,0,0 },
625{ IDX_2C('s','o'),        "Somalie",                          0,0,0 },
626{ IDX_2C('s','r'),        "Suriname",                         0,0,0 },
627{ IDX_2C('s','t'),        "Saint Thomas et Prince",           0,0,0 },
628{ IDX_2C('s','u'),        "URSS (ancien)",                    0,0,0 },
629{ IDX_2C('s','v'),        "Salvador",                         0,0,0 },
630{ IDX_2C('s','y'),        "Syrie",                            0,0,0 },
631{ IDX_2C('s','z'),        "Swaziland",                        0,0,0 },
632{ IDX_2C('t','c'),        "Iles Turks et Caiques",            0,0,0 },
633{ IDX_2C('t','d'),        "Tchad",                            0,0,0 },
634{ IDX_2C('t','f'),        "Terres Australes Antarctiques Fr", 0,0,0 },
635{ IDX_2C('t','g'),        "Togo",                             0,0,0 },
636{ IDX_2C('t','h'),        "Thailande",                        0,0,0 },
637{ IDX_2C('t','j'),        "Tadjikistan",                      0,0,0 },
638{ IDX_2C('t','k'),        "Tokelau",                          0,0,0 },
639{ IDX_2C('t','l'),        "Timor-Leste",                      0,0,0 },
640{ IDX_2C('t','m'),        "Turkmenistan",                     0,0,0 },
641{ IDX_2C('t','n'),        "Tunisie",                          0,0,0 },
642{ IDX_2C('t','o'),        "Tonga",                            0,0,0 },
643{ IDX_2C('t','p'),        "Timor Oriental",                   0,0,0 },
644{ IDX_2C('t','r'),        "Turquie",                          0,0,0 },
645{ IDX_2C('t','t'),        "Trinite et Tobago",                0,0,0 },
646{ IDX_2C('t','v'),        "Tuvalu",                           0,0,0 },
647{ IDX_2C('t','w'),        "Taiwan",                           0,0,0 },
648{ IDX_2C('t','z'),        "Tanzanie",                         0,0,0 },
649{ IDX_2C('u','a'),        "Ukraine",                          0,0,0 },
650{ IDX_2C('u','g'),        "Ouganda",                          0,0,0 },
651{ IDX_2C('u','k'),        "Royaume-Uni",                      0,0,0 },
652{ IDX_2C('u','m'),        "US Minor Outlying Islands",        0,0,0 },
653{ IDX_2C('u','s'),        "Etats Unis",                       0,0,0 },
654{ IDX_2C('u','y'),        "Uruguay",                          0,0,0 },
655{ IDX_2C('u','z'),        "Ouzbekistan",                      0,0,0 },
656{ IDX_2C('v','a'),        "Cite du Vatican",                  0,0,0 },
657{ IDX_2C('v','c'),        "Saint Vincent et Grenadines",      0,0,0 },
658{ IDX_2C('v','e'),        "Venezuela",                        0,0,0 },
659{ IDX_2C('v','g'),        "Iles Vierges Britanniques",        0,0,0 },
660{ IDX_2C('v','i'),        "Iles Vierges Americaines",	      0,0,0 },
661{ IDX_2C('v','n'),        "Vietnam",                          0,0,0 },
662{ IDX_2C('v','u'),        "Vanuatu",                          0,0,0 },
663{ IDX_2C('w','f'),        "Iles Wallis et Futuna",            0,0,0 },
664{ IDX_2C('w','s'),        "Samoa Occidentales",               0,0,0 },
665{ IDX_2C('y','e'),        "Yemen",                            0,0,0 },
666{ IDX_2C('y','t'),        "Mayotte",                          0,0,0 },
667{ IDX_2C('y','u'),        "Yougoslavie",                      0,0,0 },
668{ IDX_2C('z','a'),        "Afrique du Sud",                   0,0,0 },
669{ IDX_2C('z','m'),        "Zambie",                           0,0,0 },
670{ IDX_2C('z','w'),        "Zimbabwe",                         0,0,0 },
671{ IDX_2C('a','1'),        "Anonymous Proxy",                  0,0,0 },
672{ IDX_2C('a','2'),        "Satellite Provider",               0,0,0 },
673{ IDX_2C('o','1'),        "Other",                            0,0,0 },
674{ IDX_2C('a','p'),        "Asia/Pacific Region",              0,0,0 },
675{ IDX_3C('l','a','n'),    "Local Network (lan)",              0,0,0 },
676{ 0,                      NULL,                               0,0,0 }};
677