diff options
Diffstat (limited to 'public/catalog/language/en-gb/account/password.php')
-rw-r--r-- | public/catalog/language/en-gb/account/password.php | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/public/catalog/language/en-gb/account/password.php b/public/catalog/language/en-gb/account/password.php new file mode 100644 index 0000000..645bebb --- /dev/null +++ b/public/catalog/language/en-gb/account/password.php @@ -0,0 +1,16 @@ +<?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!';
\ No newline at end of file |