Files
nexusphp/lang/ru/lang_iphistory.php
2025-04-22 19:35:05 +07:00

17 lines
519 B
PHP
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?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",
);
?>