add lang: nl + deprecate lang/_target

This commit is contained in:
xiaomlove
2025-04-21 02:53:56 +07:00
parent 4166a933e1
commit d990723ebc
310 changed files with 14339 additions and 245 deletions
+16
View File
@@ -0,0 +1,16 @@
<?php
$lang_iphistory = array
(
'std_error' => "Fejl",
'std_invalid_id' => "Invalid ID",
'text_user_not_found' => "Bruger ikke fundet",
'head_ip_history_log_for' => "Ip historik log for ",
'text_historical_ip_by' => "Historiske IP-adresser brugt af ",
'col_last_access' => "Seneste adgang",
'col_ip' => "IP",
'col_hostname' => "Hostname",
'text_not_available' => "N/A",
'text_duplicate' => "Dupe",
);
?>