add lang fi + fr

This commit is contained in:
xiaomlove
2025-04-22 02:55:12 +07:00
parent 92530e2c79
commit ca33cbacfe
269 changed files with 13933 additions and 1 deletions
+16
View File
@@ -0,0 +1,16 @@
<?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",
);
?>