| Line 6... |
Line 6... |
| 6 |
if(isset($_SERVER['HTTP_ACCEPT_LANGUAGE'])){
|
6 |
if(isset($_SERVER['HTTP_ACCEPT_LANGUAGE'])){
|
| 7 |
$Langue = explode(",",$_SERVER['HTTP_ACCEPT_LANGUAGE']);
|
7 |
$Langue = explode(",",$_SERVER['HTTP_ACCEPT_LANGUAGE']);
|
| 8 |
$Language = strtolower(substr(chop($Langue[0]),0,2)); }
|
8 |
$Language = strtolower(substr(chop($Langue[0]),0,2)); }
|
| 9 |
if($Language == 'fr'){
|
9 |
if($Language == 'fr'){
|
| 10 |
$l_network_title = "Configuration réseau";
|
10 |
$l_network_title = "Configuration réseau";
|
| 11 |
$l_main_services = "Services réseau pricipaux";
|
11 |
$l_main_services = "Services réseau principaux";
|
| 12 |
$l_opt_services = "Services réseau optionnels";
|
12 |
$l_opt_services = "Services réseau optionnels";
|
| 13 |
$l_eth0_legend = "Eth0 (Interface connectée à Internet)";
|
13 |
$l_eth0_legend = "Eth0 (Interface connectée à Internet)";
|
| 14 |
$l_eth1_legend = "Eth1 (Réseau de consultation)";
|
14 |
$l_eth1_legend = "Eth1 (Réseau de consultation)";
|
| 15 |
$l_internet_legend = "INTERNET";
|
15 |
$l_internet_legend = "INTERNET";
|
| 16 |
$l_ip_adr = "Adresse IP";
|
16 |
$l_ip_adr = "Adresse IP";
|