mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-03 14:10:57 +08:00
17 lines
438 B
PHP
17 lines
438 B
PHP
<?php
|
|
|
|
$lang_iphistory = array
|
|
(
|
|
'std_error' => "Virhe",
|
|
'std_invalid_id' => "Invalid ID",
|
|
'text_user_not_found' => "Käyttäjää ei löydy",
|
|
'head_ip_history_log_for' => "IP historia loki ",
|
|
'text_historical_ip_by' => "Historiallinen IP-osoite, jota käyttää ",
|
|
'col_last_access' => "Viimeinen käyttöoikeus",
|
|
'col_ip' => "IP",
|
|
'col_hostname' => "Hostname",
|
|
'text_not_available' => "E/A",
|
|
'text_duplicate' => "Dupe",
|
|
);
|
|
?>
|