Your IP : 216.73.216.95


Current Path : /var/test/www/alh/catalog/language/english/affiliate/
Upload File :
Current File : /var/test/www/alh/catalog/language/english/affiliate/password.php

<?php
// Heading 
$_['heading_title']  = 'Change Password';

// Text
$_['text_account']   = 'Account';
$_['text_password']  = 'Your Password';
$_['text_success']   = 'Success: Your password has been successfully updated.';

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

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