mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-05-14 03:57:33 +08:00
update lang
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
<?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",
|
||||
);
|
||||
?>
|
||||
Reference in New Issue
Block a user