Update messages
[astakos] / snf-astakos-app / astakos / im / messages.py
index 943a4ff..3872b2d 100644 (file)
@@ -40,6 +40,10 @@ ACCOUNT_RESEND_ACTIVATION               =   'You have not followed the activatio
 INACTIVE_ACCOUNT_CHANGE_EMAIL           =   ''.join([ACCOUNT_RESEND_ACTIVATION, ' or <a href="%(signup_url)s">Provide new email?</a>'])
 
 ACCOUNT_PENDING_ACTIVATION_HELP         =   'If you haven\'t received activation email, be sure to check your spam folder.'
+
+ACCOUNT_ACTIVATED                       =   'Congratulations. Your account has' + \
+                                            ' been activated and you have been' + \
+                                            ' automatically signed in to your account.'
 PASSWORD_RESET_DONE                     =   'A mail with details on how to change your password was sent.'
 PASSWORD_RESET_CONFIRM_DONE             =   'Password changed. You can now login using your new password.'
 
@@ -128,7 +132,7 @@ SWITCH_ACCOUNT_LINK_SENT                =   'This email is already associated wi
 NOTIFICATION_SENT                       =   'Your request for an account was successfully received and is now pending approval. \
                                                You will be notified by email in the next few days. \
                                                Thanks for your interest in ~okeanos! The GRNET team.'
-ACTIVATION_SENT                         =   'Activation sent.'
+ACTIVATION_SENT                         =   'An email containing your activation link was sent to your email address.'
 
 REGISTRATION_COMPLETED                  =   'Registration completed you can now login to your account.'
 
@@ -143,8 +147,9 @@ AUTH_PROVIDER_NOT_ACTIVE                     =   "'%(provider)s' is disabled"
 AUTH_PROVIDER_NOT_ACTIVE_FOR_LOGIN           =   "Login using '%(provider)s' is disabled"
 AUTH_PROVIDER_NOT_ACTIVE_FOR_USER_LOGIN      =   "You cannot login using '%(provider)s'"
 AUTH_PROVIDER_NOT_ACTIVE_FOR_CREATE          =   "Signup using '%(provider)s' is disabled"
-AUTH_PROVIDER_NOT_ACTIVE_FOR_ADD             =   "'%(provider)s is disabled"
-AUTH_PROVIDER_ADDED                          =   "Your new login method has been added"
-AUTH_PROVIDER_ADD_FAILED                     =   "Failed to add new login method"
+AUTH_PROVIDER_NOT_ACTIVE_FOR_ADD             =   "'%(provider)s is disabled."
+AUTH_PROVIDER_ADDED                          =   "New login method added."
+AUTH_PROVIDER_ADD_FAILED                     =   "Failed to add new login method."
+AUTH_PROVIDER_ADD_EXISTS                     =   "Account already assigned to another user."
 AUTH_PROVIDER_LOGIN_TO_ADD                   =   "Please login now to your existing account."