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

b/snf-astakos-app/astakos/im/messages.py
113 113
INVITATION_SENT                         =   'Invitation sent to %(email)s.'
114 114
VERIFICATION_SENT                       =   'Verification sent.'
115 115
SWITCH_ACCOUNT_LINK_SENT                =   'This email is already associated with another local account. \
116
                                               To change this account to a shibboleth one follow the link in the verification email sent to %(email)s. \
117
                                               Otherwise just ignore it.'
116
                                             To change this account to a shibboleth one follow the link in the verification email sent to %(email)s. \
117
                                             Otherwise just ignore it.'
118 118
NOTIFICATION_SENT                       =   'Your request for an account was successfully received and is now pending approval. \
119
                                               You will be notified by email in the next few days. \
120
                                               Thanks for your interest in ~okeanos! The GRNET team.'
119
                                             You will be notified by email in the next few days. \
120
                                             Thanks for your interest in ~okeanos! The GRNET team.'
121 121
ACTIVATION_SENT                         =   'Activation sent.'
122 122

  
123 123
REGISTRATION_COMPLETED                  =   'Registration completed. You can now login.'
......
126 126
NOT_ALLOWED_NEXT_PARAM                  =   'Not allowed next parameter.'
127 127
MISSING_KEY_PARAMETER                   =   'Missing key parameter.'
128 128
INVALID_KEY_PARAMETER                   =   'Invalid key.'
129
DOMAIN_VALUE_ERR                        =   'Enter a valid domain.'
129
DOMAIN_VALUE_ERR                        =   'Enter a valid domain.'
130
QH_SYNC_ERROR                           =   'Failed to get synchronized with quotaholder.'
131
UNIQUE_PROJECT_NAME_CONSTRAIN_ERR       =   'The project name (as specified in its application\'s definition) must be unique among all active projects.'
132
INVALID_PROJECT                         =   'Project %(serial)s is invalid.'
133
NOT_ALIVE_PROJECT                       =   'Project %(serial)s is not alive.'
134
NOT_PROJECT_OWNER                       =   'Only project owner can perform this action.'
135
MEMBER_NUMBER_LIMIT_REACHED             =   'Maximum participant number has been reached.'
136
NO_APPLICANT                            =   'Project application requires an applicant. None found.'

Also available in: Unified diff