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

25 lines
964 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_ipsearch = array
(
'std_error' => "Ошибка",
'std_invalid_ip' => "Неверный IP.",
'std_invalid_subnet_mask' => "Неверная маска подсети.",
'head_search_ip_history' => "Поиск в истории IP",
'text_search_ip_history' => "Поиск в истории IP",
'row_ip' => "IP",
'row_subnet_mask' => "Маска подсети",
'submit_search' => "Искать",
'text_no_users_found' => "Пользователей не найдено",
'text_users_used_the_ip' => " пользователи использовали IP: ",
'col_username' => "Имя пользователя",
'col_last_ip' => "Последний IP",
'col_last_access' => "Последний доступ",
'col_ip_num' => "IP Nums",
'col_last_access_on' => "Последний доступ к этому IP",
'col_added' => "Добавлено",
'col_invited_by' => "Приглашен",
'text_not_available' => "Н",
);
?>