Revision ca5148f2 snf-astakos-app/astakos/im/messages.py

b/snf-astakos-app/astakos/im/messages.py
200 200
AUTH_PROVIDER_NOT_ACTIVE_FOR_USER            =   "You cannot login using '%(provider)s'."
201 201
AUTH_PROVIDER_NOT_ACTIVE_FOR_CREATE          =   "Sign up using '%(provider)s' is disabled."
202 202
AUTH_PROVIDER_NOT_ACTIVE_FOR_ADD             =   "You cannot add %(provider)s login method."
203
AUTH_PROVIDER_ADDED                          =   "New login method added successfully."
203
AUTH_PROVIDER_ADDED                          =   "%s enabled for this account."
204
AUTH_PROVIDER_REMOVED                        =   "%s removed for this account."
204 205
AUTH_PROVIDER_ADD_FAILED                     =   "Failed to add new login method."
205 206
AUTH_PROVIDER_ADD_EXISTS                     =   "It seems that this account is already assigned to another user."
206 207
AUTH_PROVIDER_LOGIN_TO_ADD                   =   "The new login method will be assigned once you login to your account."

Also available in: Unified diff