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

15 lines
701 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}['changePass'] = array(
'password_incorrect' => "Введенный вами пароль не верен.",
'conf_not_match' => "Пароль подтверждения не совпадает с вашим новым паролем.",
'change_pass' => "Изменить Пароль ",
'password_updated' => "Спасибо, ваш пароль обновлен.",
'change_pass_below' => "Пожалуйста, смените ваш пароль ниже:",
'old_pass' => "Старый пароль:",
'new_pass' => "Новый пароль:",
'confirm_pass' => "Подтвердить пароль:",
'submit' => "Подтвердить"
);
?>