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:
|
||||
|
||||
|
||||
11
locale/pl
11
locale/pl
@@ -13,8 +13,14 @@ account_already_activated = To konto jest już aktywowane
|
||||
account_cannot_be_activated = To konto nie może być aktywowane, proszę skontaktować się z administratorem
|
||||
account_email_sent = Wysłaliśmy Tobie email z linkiem aktywacyjnym
|
||||
|
||||
code_expired = Ten kod stracił już swoją ważność
|
||||
password_cannot_be_changed = Niestety nie możemy zmienić hasła dla tego konta, proszę skontaktować się z administratorem
|
||||
incorrect_change_password_code = Nieprawidłowy kod do zmiany hasła
|
||||
|
||||
|
||||
service_unavailable = Przepraszamy, serwis tymczasowo niedostępny
|
||||
email_sent_to = Wiadomość została wysłana do:
|
||||
|
||||
|
||||
logout = wyloguj
|
||||
|
||||
@@ -208,6 +214,7 @@ pw_table_is_suspended = Wstrzymany
|
||||
pw_table_is_banned = Zbanowany
|
||||
pw_table_yes = tak
|
||||
pw_table_no = nie
|
||||
pw_password_changed = Twoje hasło zostało zmienione
|
||||
|
||||
|
||||
reload_header = Przeładuj
|
||||
@@ -440,6 +447,7 @@ notify_new = Coś nowego
|
||||
notify_change = Zmiany
|
||||
notify_reply = Odpowiedź
|
||||
notify_confirm_account = Potwierdź swoje konto
|
||||
notify_reset_password = Ustaw swoje hasło
|
||||
notify_from_name = winix notifications
|
||||
notify_from_email = dontreply@winix.org
|
||||
notify_content_type = text/plain; charset="UTF-8"
|
||||
@@ -459,6 +467,9 @@ notify_msg9b = ""
|
||||
notify_msg10 = Otrzymujesz ten email dlatego że jesteś w trakcie procesu zakładania konta w naszym serwisie.
|
||||
notify_msg11 = W celu aktywowania konta prosimy o odwiedzenie poniższego linku:
|
||||
notify_msg12 = Jeśli jednak otrzymałeś ten email przez przypadek prosimy o zignorowanie go.
|
||||
notify_msg13 = Otrzymujesz ten email dlatego że poprosiłeś o ponowne ustawienie swojego hasła w naszym serwisie.
|
||||
notify_msg14 = W celu ustawienia nowego hasła prosimy o wejście na poniższą stronę:
|
||||
notify_msg15 = Jeśli jednak nie prosiłeś o zmianę hasła to poprostu zignoruj ten email.
|
||||
notify_footer1 = http://www.winix.org
|
||||
notify_footer2 = Ta wiadomość została wysłana automatycznie - prosimy na nią nie odpowiadać.
|
||||
notify_footer3 = Jeśli nie chcesz dostawać więcej takich wiadomości możesz je wyłączyć
|
||||
|
||||
Reference in New Issue
Block a user