mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-03 14:10:57 +08:00
25 lines
807 B
PHP
25 lines
807 B
PHP
<?php
|
|
|
|
$lang_ipsearch = array
|
|
(
|
|
'std_error' => "Virhe",
|
|
'std_invalid_ip' => "Virheellinen Ip",
|
|
'std_invalid_subnet_mask' => "Virheellinen aliverkon naamio.",
|
|
'head_search_ip_history' => "Etsi IP-historiasta",
|
|
'text_search_ip_history' => "Etsi IP-historiasta",
|
|
'row_ip' => "IP",
|
|
'row_subnet_mask' => "Subnet Mask",
|
|
'submit_search' => "Etsi",
|
|
'text_no_users_found' => "Käyttäjiä ei löytynyt",
|
|
'text_users_used_the_ip' => " Käyttäjät ovat käyttäneet IP: ",
|
|
'col_username' => "Käyttäjätunnus",
|
|
'col_last_ip' => "Viimeisin IP-osoite",
|
|
'col_last_access' => "Viimeinen käyttöoikeus",
|
|
'col_ip_num' => "IP Nums",
|
|
'col_last_access_on' => "Viimeksi käytä tätä IP-osoitetta",
|
|
'col_added' => "Lisätty",
|
|
'col_invited_by' => "Kutsuttu käyttäen",
|
|
'text_not_available' => "E/A",
|
|
);
|
|
?>
|