fixed: misc: ValidateEmail() buffer overflow
added: notifications for resetting a user's password
(there is no a winix function for this yet)
git-svn-id: svn://ttmath.org/publicrep/winix/trunk@817 e52654a7-88a9-db11-a3e9-0013d4bc506e
This commit is contained in:
17
locale/en
17
locale/en
@@ -10,11 +10,15 @@ account_banned = This account has been banned
|
||||
account_activated = Your account has been activated
|
||||
incorrect_activation_code = Incorrect activation code
|
||||
account_already_activated = This account is already activated
|
||||
account_cannot_be_activated = This account cannot be activated, please contact with system administrator
|
||||
account_cannot_be_activated = This account cannot be activated, please contact with the system administrator
|
||||
account_email_sent = An email with an activation link has been sent to you
|
||||
|
||||
service_unavailable = We are sorry, this service is temporarily unavailable
|
||||
code_expired = The code has expired
|
||||
password_cannot_be_changed = The password cannot be changed, please contact with the system administrator
|
||||
incorrect_change_password_code = Incorrect code for changing your password
|
||||
|
||||
service_unavailable = We are sorry, this service is temporarily unavailable
|
||||
email_sent_to = An email has been sent to:
|
||||
|
||||
logout = logout
|
||||
|
||||
@@ -187,6 +191,7 @@ pw_table_is_suspended = Is suspended
|
||||
pw_table_is_banned = Is banned
|
||||
pw_table_yes = yes
|
||||
pw_table_no = no
|
||||
pw_password_changed = Your password has been changed
|
||||
|
||||
|
||||
reload_header = Reload
|
||||
@@ -422,6 +427,7 @@ notify_new = News
|
||||
notify_change = Changes
|
||||
notify_reply = Reply
|
||||
notify_confirm_account = Confirm your account
|
||||
notify_reset_password = Reset your password
|
||||
notify_from_name = winix notifications
|
||||
notify_from_email = dontreply@winix.org
|
||||
notify_content_type = text/plain; charset="UTF-8"
|
||||
@@ -441,11 +447,18 @@ notify_msg9b = Have a good day. Bye.
|
||||
notify_msg10 = This email is sent to you because you are in the process of creating a new account in our service.
|
||||
notify_msg11 = In order to activate your account click on the link below:
|
||||
notify_msg12 = If you did not request an account in our service just ignore the email.
|
||||
notify_msg13 = This email is sent to you because you are requested to change your password.
|
||||
notify_msg14 = In order to set a new password please visit following page:
|
||||
notify_msg15 = If you did not request to change the password just ignore the email.
|
||||
notify_footer1 = http://www.winix.org
|
||||
notify_footer2 = This message has been sent automatically - do not answer please.
|
||||
notify_footer3 = If you do not want to receive such messages you can switch them off
|
||||
notify_footer4 = in your user control panel.
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# errors
|
||||
winix_err_default = An error occured, error code:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user