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

17 lines
417 B
PHP

<?php
$lang_iphistory = array
(
'std_error' => "Feil",
'std_invalid_id' => "Invalid ID",
'text_user_not_found' => "Brukeren ble ikke funnet",
'head_ip_history_log_for' => "IP historikk for ",
'text_historical_ip_by' => "Historiske IP-adresser brukes av ",
'col_last_access' => "Sist tilgang",
'col_ip' => "IP",
'col_hostname' => "Hostname",
'text_not_available' => "N/A",
'text_duplicate' => "Dupe",
);
?>