Revision 564a2292 snf-astakos-app/astakos/im/messages.py

b/snf-astakos-app/astakos/im/messages.py
67 67
USER_MEMBERSHIP_REJECTED                =   'User\'s %(realname)s request to join the project has been rejected.'
68 68
MEMBER_REMOVED                          =   'User %(realname)s has been successfully removed from the project.'
69 69
BILLING_ERROR                           =   'Service response status: %(status)d'
70
LOGOUT_SUCCESS                          =   'You are now logged out.'
71
LOGIN_SUCCESS                           =   'You are now logged in.'
70
LOGOUT_SUCCESS                          =   'You are now logged out from your ~okeanos account.'
71
LOGIN_SUCCESS                           =   'You have logged in to your ~okeanos account using "%s".'
72 72

  
73 73
GENERIC_ERROR                           =   'Hmm... It seems something bad has happened, and we don\'t know the details right now. \
74 74
                                               Please contact the administrators by email for more details.'
......
197 197
AUTH_PROVIDER_REQUIRED                       =   "%(provider)s login method is required. Add one from your profile page."
198 198
AUTH_PROVIDER_CANNOT_CHANGE_PASSWORD         =   "Changing password is not supported."
199 199

  
200
EXISTING_EMAIL_THIRD_PARTY_NOTIFICATION      =   "You can add '%s' login method to your existing account from your " \
201
                                                 " <a href='%s'>profile page</a>"
202

  
200 203
messages = locals().keys()
201 204
for msg in messages:
202 205
    if msg == msg.upper():

Also available in: Unified diff