mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-26 13:27:22 +08:00
add lang: nl + deprecate lang/_target
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
<?php
|
||||
|
||||
$lang_iphistory = array
|
||||
(
|
||||
'std_error' => "Foutmelding",
|
||||
'std_invalid_id' => "Invalid ID",
|
||||
'text_user_not_found' => "Gebruiker niet gevonden",
|
||||
'head_ip_history_log_for' => "Log IP-geschiedenis voor ",
|
||||
'text_historical_ip_by' => "Historische IP-adressen gebruikt door ",
|
||||
'col_last_access' => "Laatste aanmelding",
|
||||
'col_ip' => "IP-adres",
|
||||
'col_hostname' => "Hostname",
|
||||
'text_not_available' => "N/B",
|
||||
'text_duplicate' => "Dupe",
|
||||
);
|
||||
?>
|
||||
Reference in New Issue
Block a user