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

15 lines
970 B
PHP
Raw 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_takeconfirm = array
(
'std_sorry' => "Sorry...",
'std_no_buddy_to_confirm' => "Нет друзей для подтверждения. :( <br /><br />Пожалуйста, нажмите ",
'std_here_to_go_back' => "here</a> to go back.",
'mail_title' => " Аккаунт подтвержден",
'mail_here' => "ЗДЕСЬ",
'mail_content_1' => "Hello,<br /><br />Your account has been confirmed. You can now visit ",
'mail_content_2' => "<br /><br />и используйте ваши данные для входа. Мы надеемся, что вы прочтите часто задаваемые вопросы и правила, прежде чем вы начнете делиться файлами.<br /><br />Удачи и повеселитесь ".$SITENAME."!<br /><br />If you do not know the person who has invited you, please report this email to ".$REPORTMAIL."<br />------<br />Вас, The ".$SITENAME." Команда."
);
?>