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

14 lines
517 B
PHP

<?php
$lv = !$langBully ? "lang" : "bully";
${$lv}['changePass'] = array(
'password_incorrect' => "The password you entered was incorrect.",
'conf_not_match' => "Your confirmation password did not match your new password.",
'change_pass' => "Change Password",
'password_updated' => "Thank you, your password has been updated.",
'change_pass_below' => "Please change your password below:",
'old_pass' => "Old Password:",
'new_pass' => "New Password:",
'confirm_pass' => "Confirm Password:",
'submit' => "Submit"
);
?>