Files
nexusphp/lang/fi/lang_iphistory.php
2025-04-22 02:55:12 +07:00

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",
);
?>