mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-03 14:10:57 +08:00
25 lines
764 B
PHP
25 lines
764 B
PHP
<?php
|
|
|
|
$lang_ipsearch = array
|
|
(
|
|
'std_error' => "Error",
|
|
'std_invalid_ip' => "IP inválida.",
|
|
'std_invalid_subnet_mask' => "Máscara de subred inválida.",
|
|
'head_search_ip_history' => "Buscar en el historial de IP",
|
|
'text_search_ip_history' => "Buscar en el historial de IP",
|
|
'row_ip' => "IP",
|
|
'row_subnet_mask' => "Máscara de subred",
|
|
'submit_search' => "Buscar",
|
|
'text_no_users_found' => "No hay usuarios",
|
|
'text_users_used_the_ip' => " usuarios han usado la IP: ",
|
|
'col_username' => "Usuario",
|
|
'col_last_ip' => "Última IP",
|
|
'col_last_access' => "Último acceso",
|
|
'col_ip_num' => "IP Nums",
|
|
'col_last_access_on' => "Último acceso a esta IP",
|
|
'col_added' => "Añadido",
|
|
'col_invited_by' => "Invitado por",
|
|
'text_not_available' => "N/A",
|
|
);
|
|
?>
|