Files
bobsleighphotos.com/production/language/ru/includes/content/forgotPass.inc.php
2017-03-02 20:30:40 -06:00

14 lines
756 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
$lv = !$langBully ? "lang" : "bully";
${$lv}['forgotPass'] = array(
'spambot' => "Код Безопасности:",
'error_code' => "Код безопасности не введен, либо он не совпадает с символами на изображении.",
'forgot_pass' => "Пароль Забыт",
'email' => "Email:",
'send_pass' => "Отправить Пароль",
'new_pass_sent' => "Новый пароль был отправлен на %s.",
'email_not_found' => "Извините, этот email адрес не найден.",
'enter_email' => "Пожалуйста, введите ваш email адрес входа в систему, чтобы вам был выслан временный пароль:"
);
?>