<?php
$lang['change_pass']="Change password";
$lang['prev_pass']="Previous password";
$lang['new_pass']="New password";
$lang['repeat_pass']="Repeat new password";
$lang['change']="Change";
$lang['match_repeat_password']="Repeat of password doesn't match.";
$lang['match_prev_password']="Old password doesn't match";
$lang['success_password_change']="Your password changed successfully.";
|