Files
nexusphp/lang/it/lang_iphistory.php
2025-05-05 21:27:48 +07:00

17 lines
430 B
PHP

<?php
$lang_iphistory = array
(
'std_error' => "Errore",
'std_invalid_id' => "Invalid ID",
'text_user_not_found' => "Utente non trovato",
'head_ip_history_log_for' => "Registro di cronologia IP per ",
'text_historical_ip_by' => "Indirizzi IP storici utilizzati da ",
'col_last_access' => "Ultimo accesso",
'col_ip' => "IP",
'col_hostname' => "Hostname",
'text_not_available' => "N/A",
'text_duplicate' => "Dupe",
);
?>