mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-24 12:07:23 +08:00
add lang: nl + deprecate lang/_target
This commit is contained in:
@@ -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",
|
||||
);
|
||||
?>
|
||||
Reference in New Issue
Block a user