Subversion Repositories ALCASAR

Compare Revisions

Ignore whitespace Rev 2852 → Rev 2853

/web/acc/admin/network.php
43,7 → 43,7
$Langue = explode(',', $_SERVER['HTTP_ACCEPT_LANGUAGE']);
$Language = strtolower(substr(chop($Langue[0]), 0, 2));
}
if ($Language === 'fr') { // French
if ($Language === 'fr') {
$l_network_title = "Configuration réseau";
$l_internet_legend = "INTERNET";
$l_ip_mask = "Masque";
98,7 → 98,62
$l_renew = "Renouveller";
$l_renew_force = "Renouveller (forcer)";
$l_previous_LE_cert = "Revenir au certificat Let's Encrypt :";
} else { // English
} else if ($Language === 'es') {
$l_network_title = "Configuración de Red";
$l_internet_legend = "INTERNET";
$l_ip_mask = "Máscara";
$l_ip_router = "Puerta de enlace";
$l_ip_public = "IP Pública";
$l_ip_dns1 = "DNS n°1";
$l_ip_dns2 = "DNS n°2";
$l_dhcp_title = "Servicio DHCP";
$l_dhcp_state = "Modo actual";
$l_DHCP_on = "activado";
$l_DHCP_off = "desactivado";
$l_DHCP_off_explain = "/!\\ Antes de desactivar el servidor DHCP, debe escribir los parámetros externos de DHCP en el archivo de configuración (consulte la Documentación";
$l_static_dhcp_title = "Reserva de direcciones IP estáticas (DHCP)";
$l_mac_address = "Dirección MAC";
$l_ip_address = "Dirección IP";
$l_host_name = "Nombre de Host";
$l_del = "Borrar de la lista";
$l_add_to_list = "Agregar";
$l_apply = "Aplicar cambios";
$l_local_dns = "Resolución de Nombres Local (DNS)";
$l_import_cert = "Importar Certificado";
$l_private_key = "Clave Privada (.key) :";
$l_certificate = "Certificado (.crt) :";
$l_server_chain = "Cadena completa (de ser necesario: .crt) :";
$l_default_cert = "Volverl al certificado por defecto";
$l_import = "Importar";
$l_current_certificate = "Certificado en uso";
$l_validated = "Validado por :";
$l_empty = "Vacío";
$l_yes = "Si";
$l_no = "No";
$l_ssl_title = "La autenticación de cifrado fluye entre usuarios y ALCASAR";
$l_cert_expiration = "Fecha de vencimiento:";
$l_cert_commonname = "Common name:";
$l_cert_organization = "Organización:";
$l_upload_certificate = "Importar un certificado";
$l_le_integration = "Integración con Let's Encrypt";
$l_le_status = "Estado:";
$l_disabled = "Desactivado";
$l_pending_validation = "Validación pendiente";
$l_enabled = "Activado";
$l_le_email = "Email:";
$l_le_domain_name = "Nombre de dominio:";
$l_send = "Enviar";
$l_le_ask_on = "Preguntar el:";
$l_le_dns_entry_txt = "Entrada DNS TXT:";
$l_le_challenge = "Desafío:";
$l_recheck = "Verificar";
$l_cancel = "Cancelar";
$l_le_api = "API:";
$l_le_next_renewal = "Siguiente renovación:";
$l_renew = "Renovar";
$l_renew_force = "Renovar (forzado)";
$l_previous_LE_cert = "Volver al certificado de Let's Encrypt :";
} else {
$l_network_title = "Network configuration";
$l_internet_legend = "INTERNET";
$l_ip_mask = "Mask";
114,7 → 169,6
$l_static_dhcp_title = "Static IP addresses reservation (DHCP)";
$l_mac_address = "MAC address";
$l_ip_address = "IP address";
$l_port = "Port";
$l_host_name = "Host name";
$l_del = "Delete from list";
$l_add_to_list = "Add";