mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-24 03:57:22 +08:00
add lang fi + fr
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
<?php
|
||||
|
||||
$lang_iphistory = array
|
||||
(
|
||||
'std_error' => "Erreur",
|
||||
'std_invalid_id' => "Invalid ID",
|
||||
'text_user_not_found' => "Utilisateur introuvable",
|
||||
'head_ip_history_log_for' => "Historique des IP pour ",
|
||||
'text_historical_ip_by' => "Adresses IP historiques utilisées par ",
|
||||
'col_last_access' => "Dernier accès",
|
||||
'col_ip' => "IP",
|
||||
'col_hostname' => "Hostname",
|
||||
'text_not_available' => "N/A",
|
||||
'text_duplicate' => "Dupe",
|
||||
);
|
||||
?>
|
||||
Reference in New Issue
Block a user