Your IP : 216.73.216.95


Current Path : /var/test/www/alh/admin/language/english/common/
Upload File :
Current File : /var/test/www/alh/admin/language/english/common/reset.php

<?php
// header
$_['heading_title']  = 'Reset your password';

// Text
$_['text_reset']     = 'Reset your password!';
$_['text_password']  = 'Enter the new password you wish to use.';
$_['text_success']   = 'Success: Your password has been successfully updated.';

// Entry
$_['entry_password'] = 'Password:';
$_['entry_confirm']  = 'Password Confirm:';

// Error
$_['error_password'] = 'Password must be between 5 and 20 characters!';
$_['error_confirm']  = 'Password and password confirmation do not match!';
?>