mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-03 14:10:57 +08:00
25 lines
726 B
PHP
25 lines
726 B
PHP
<?php
|
|
|
|
$lang_ipsearch = array
|
|
(
|
|
'std_error' => "Feil",
|
|
'std_invalid_ip' => "Ugyldig IP.",
|
|
'std_invalid_subnet_mask' => "Ugyldig subnet maske.",
|
|
'head_search_ip_history' => "Søk i IP-historikk",
|
|
'text_search_ip_history' => "Søk i IP-historikk",
|
|
'row_ip' => "IP",
|
|
'row_subnet_mask' => "Subnet maske",
|
|
'submit_search' => "Søk",
|
|
'text_no_users_found' => "Ingen brukere funnet",
|
|
'text_users_used_the_ip' => " brukere har brukt IP: ",
|
|
'col_username' => "Brukernavn",
|
|
'col_last_ip' => "Siste IP",
|
|
'col_last_access' => "Sist tilgang",
|
|
'col_ip_num' => "IP Nums",
|
|
'col_last_access_on' => "Sist tilgang til denne IP-en",
|
|
'col_added' => "Lagt",
|
|
'col_invited_by' => "Invitert av",
|
|
'text_not_available' => "N/A",
|
|
);
|
|
?>
|