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

18 lines
656 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_checkuser = array
(
'std_error' => "Ошибка",
'std_no_user_id' => "Нет пользователя с таким ID!",
'std_no_permission' => "У вас нет прав",
'head_detail_for' => "Детали для ",
'text_account_disabled' => "<p><b>Эта учетная запись была отключена!</b></p>",
'row_join_date' => "Присоединиться&nbsp;Дата",
'row_gender' => "Гендерная проблематика",
'row_email' => "Электронная почта",
'row_ip' => "IP",
'submit_confirm_this_user' => "Подтвердите&nbsp;этот&nbsp;пользователь"
);
?>