mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-24 12:07:23 +08:00
add lang de/pl/pt/ro/ru/sv
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
<?php
|
||||
|
||||
$lang_iphistory = array
|
||||
(
|
||||
'std_error' => "ERRO",
|
||||
'std_invalid_id' => "Invalid ID",
|
||||
'text_user_not_found' => "Usuário não encontrado",
|
||||
'head_ip_history_log_for' => "Histórico de IP para ",
|
||||
'text_historical_ip_by' => "Histórico de endereços IP utilizados por ",
|
||||
'col_last_access' => "Último acesso",
|
||||
'col_ip' => "PI",
|
||||
'col_hostname' => "Hostname",
|
||||
'text_not_available' => "N/D",
|
||||
'text_duplicate' => "Dupe",
|
||||
);
|
||||
?>
|
||||
Reference in New Issue
Block a user