Files
nexusphp/lang/es/lang_iphistory.php
2025-04-22 19:35:05 +07:00

17 lines
443 B
PHP

<?php
$lang_iphistory = array
(
'std_error' => "Error",
'std_invalid_id' => "Invalid ID",
'text_user_not_found' => "Usuario no encontrado",
'head_ip_history_log_for' => "Registro del historial de IP para ",
'text_historical_ip_by' => "Direcciones IP históricas utilizadas por ",
'col_last_access' => "Último acceso",
'col_ip' => "IP",
'col_hostname' => "Hostname",
'text_not_available' => "N/A",
'text_duplicate' => "Dupe",
);
?>