Files
nexusphp/lang/da/lang_iphistory.php
2025-04-21 02:53:56 +07:00

17 lines
415 B
PHP

<?php
$lang_iphistory = array
(
'std_error' => "Fejl",
'std_invalid_id' => "Invalid ID",
'text_user_not_found' => "Bruger ikke fundet",
'head_ip_history_log_for' => "Ip historik log for ",
'text_historical_ip_by' => "Historiske IP-adresser brugt af ",
'col_last_access' => "Seneste adgang",
'col_ip' => "IP",
'col_hostname' => "Hostname",
'text_not_available' => "N/A",
'text_duplicate' => "Dupe",
);
?>