Subversion Repositories ALCASAR

Rev

Rev 3051 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log

Rev 3051 Rev 3132
Line 1... Line 1...
1
<?php
1
<?php
2
# $Id: network.php 3051 2022-08-04 22:49:19Z rexy $
2
# $Id: network.php 3132 2023-04-26 17:14:33Z rexy $
3
// written by steweb57, Rexy, Tom HOUDAYER & Pierre RIVAULT
3
// written by steweb57, Rexy, Tom HOUDAYER & Pierre RIVAULT
4
 
4
 
5
/********************
5
/********************
6
*  READ CONF FILES  *
6
*  READ CONF FILES  *
7
*********************/
7
*********************/
Line 46... Line 46...
46
}
46
}
47
if ($Language === 'fr') {
47
if ($Language === 'fr') {
48
	$l_network_title	= "Configuration réseau";
48
	$l_network_title	= "Configuration réseau";
49
	$l_internet_legend	= "INTERNET";
49
	$l_internet_legend	= "INTERNET";
50
	$l_ip_mask		= "Masque";
50
	$l_ip_mask		= "Masque";
51
	$l_ip_router		= "Passerelle";
51
	$l_ip_router		= "Routeur";
52
	$l_ip_public		= "Adresse IP publique";
52
	$l_ip_public		= "Adresse IP publique";
53
	$l_ip_dns1		= "DNS n°1";
53
	$l_ip_dns1		= "DNS n°1";
54
	$l_ip_dns2		= "DNS n°2";
54
	$l_ip_dns2		= "DNS n°2";
55
	$l_dhcp_title		= "Service DHCP";
55
	$l_dhcp_title		= "Service DHCP";
56
	$l_dhcp_state		= "Mode actuel";
56
	$l_dhcp_state		= "Mode actuel";
Line 116... Line 116...
116
 
116
 
117
} else if ($Language === 'es') {
117
} else if ($Language === 'es') {
118
	$l_network_title	= "Configuración de Red";
118
	$l_network_title	= "Configuración de Red";
119
	$l_internet_legend	= "INTERNET";
119
	$l_internet_legend	= "INTERNET";
120
	$l_ip_mask		= "Máscara";
120
	$l_ip_mask		= "Máscara";
121
	$l_ip_router		= "Puerta de enlace";
121
	$l_ip_router		= "Router";
122
	$l_ip_public		= "IP Pública";
122
	$l_ip_public		= "IP Pública";
123
	$l_ip_dns1		= "DNS n°1";
123
	$l_ip_dns1		= "DNS n°1";
124
	$l_ip_dns2		= "DNS n°2";
124
	$l_ip_dns2		= "DNS n°2";
125
	$l_dhcp_title		= "Servicio DHCP";
125
	$l_dhcp_title		= "Servicio DHCP";
126
	$l_dhcp_state		= "Modo actual";
126
	$l_dhcp_state		= "Modo actual";
Line 185... Line 185...
185
    $l_change_successful	= "Cambio completado con éxito";
185
    $l_change_successful	= "Cambio completado con éxito";
186
} else {
186
} else {
187
	$l_network_title	= "Network configuration";
187
	$l_network_title	= "Network configuration";
188
	$l_internet_legend	= "INTERNET";
188
	$l_internet_legend	= "INTERNET";
189
	$l_ip_mask		= "Mask";
189
	$l_ip_mask		= "Mask";
190
	$l_ip_router		= "Gateway";
190
	$l_ip_router		= "Router";
191
	$l_ip_public		= "Public IP address";
191
	$l_ip_public		= "Public IP address";
192
	$l_ip_dns1		= "DNS n°1";
192
	$l_ip_dns1		= "DNS n°1";
193
	$l_ip_dns2		= "DNS n°2";
193
	$l_ip_dns2		= "DNS n°2";
194
	$l_dhcp_title		= "DHCP service";
194
	$l_dhcp_title		= "DHCP service";
195
	$l_dhcp_state		= "Current mode";
195
	$l_dhcp_state		= "Current mode";