update lang

This commit is contained in:
xiaomlove
2025-05-05 21:27:48 +07:00
parent fb88455323
commit 6814e3ca4d
664 changed files with 28724 additions and 6738 deletions
+16
View File
@@ -0,0 +1,16 @@
<?php
$lang_iphistory = array
(
'std_error' => "Feil",
'std_invalid_id' => "Invalid ID",
'text_user_not_found' => "Brukeren ble ikke funnet",
'head_ip_history_log_for' => "IP historikk for ",
'text_historical_ip_by' => "Historiske IP-adresser brukes av ",
'col_last_access' => "Sist tilgang",
'col_ip' => "IP",
'col_hostname' => "Hostname",
'text_not_available' => "N/A",
'text_duplicate' => "Dupe",
);
?>