Subversion Repositories ALCASAR

Compare Revisions

Ignore whitespace Rev 2852 → Rev 2853

/web/acc/manager/auth_exceptions.php
43,8 → 43,24
$l_submit = "Enregistrer";
$l_add_to_list = "Ajouter à la liste";
$l_apply = "Appliquer les changements";
}
else {
} else if($Language == 'es') {
$l_load="Cargando...";
$l_error_open_file = "Error en la lectura del archivo";
$l_trusted_domain = "Sitios de Internet confiables";
$l_domain = "Nombres de Dominio";
$l_comment_explain = "Enlace mostrado en la página de interceptación";
$l_comment_explain2 = "Dejar vacío para ocultar el enlace";
$l_remove = "Borrar de la lista";
$l_trusted_ip = "Direcciones IP confiables";
$l_trusted_equipments = "Equipos Autorizados (confiables)";
$l_comment = "Comentarios";
$l_trusted_domain_explain = "Administra los sitios de Internet a los que se acceder sin iniciar sesión";
$l_trusted_equipments_explain = "Para permitir que un equipo se conecte a Internet sin interceptarlo, cree un usuario cuyo nombre sea la dirección MAC del dispositivo y la contraseña sea 'password'";
$l_trusted_ip_explain = "Administre direcciones IP de sistemas o direcciones IP de redes que pueden unirse sin autenticación";
$l_submit = "Enviar";
$l_add_to_list = "Agregar a la lista";
$l_apply = "Aplicar cambios";
} else {
$l_load="Loading...";
$l_error_open_file = "File open error";
$l_trusted_domain = "Trusted Internet domain names";
57,7 → 73,7
$l_comment = "Comments";
$l_trusted_domain_explain = "Manage Internet domain names that can be joined without authentication";
$l_trusted_equipments_explain = "To allow a consultation equipment to connect to Internet without interception, create a user whose name is the MAC address of the device and the password is 'password'";
$l_trusted_ip_explain = "Manage systems IP addresses or networks IP addresses that can be joined without authentication";
$l_trusted_ip_explain = "Manage systems IP addresses or networks IP addresses that can be joined without authentication";
$l_submit = "Submit";
$l_add_to_list = "Add to list";
$l_apply = "Apply changes";