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

17 lines
431 B
PHP

<?php
$lang_iphistory = array
(
'std_error' => "Fel",
'std_invalid_id' => "Invalid ID",
'text_user_not_found' => "Användaren hittades inte",
'head_ip_history_log_for' => "IP-historiklogg för ",
'text_historical_ip_by' => "Historiska IP-adresser som används av ",
'col_last_access' => "Senaste åtkomst",
'col_ip' => "IP",
'col_hostname' => "Hostname",
'text_not_available' => "N/A",
'text_duplicate' => "Dupe",
);
?>