mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-14 20:40:49 +08:00
17 lines
519 B
PHP
17 lines
519 B
PHP
|
|
<?php
|
|||
|
|
|
|||
|
|
$lang_iphistory = array
|
|||
|
|
(
|
|||
|
|
'std_error' => "Ошибка",
|
|||
|
|
'std_invalid_id' => "Invalid ID",
|
|||
|
|
'text_user_not_found' => "Пользователь не найден",
|
|||
|
|
'head_ip_history_log_for' => "Журнал истории IP для ",
|
|||
|
|
'text_historical_ip_by' => "Исторические IP адреса, используемые ",
|
|||
|
|
'col_last_access' => "Последний доступ",
|
|||
|
|
'col_ip' => "IP",
|
|||
|
|
'col_hostname' => "Hostname",
|
|||
|
|
'text_not_available' => "Н/Д",
|
|||
|
|
'text_duplicate' => "Dupe",
|
|||
|
|
);
|
|||
|
|
?>
|