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

b/snf-astakos-app/astakos/im/messages.py
65 65
OBJECT_CREATED                          =   'The %(verbose_name)s was created successfully.'
66 66
USER_JOINED_GROUP                       =   'User %(realname)s joined the project.'
67 67
USER_LEFT_GROUP                         =   'User %(realname)s left the project.'
68
USER_MEMBERSHIP_REJECTED                =   'User\'s %(realname)s request to join the project has been rejected.'
68
USER_MEMBERSHIP_REJECTED                =   '%(realname)s\'s request to join the project has been rejected.'
69 69
MEMBER_REMOVED                          =   'User %(realname)s has been successfully removed from the project.'
70 70
BILLING_ERROR                           =   'Service response status: %(status)d'
71 71
LOGOUT_SUCCESS                          =   'Logged out successfully.'
......
185 185
UNKNOWN_PROJECT_ID                      =   'There is no project identified by %s.'
186 186
UNKNOWN_IDENTIFIER                      =   'Unknown identifier.'
187 187
PENDING_MEMBERSHIP_LEAVE                =   'Your request is pending moderation by the Project owner.'
188
USER_JOINED_PROJECT                     =   '%(realname)s has joined the Project.'
189
USER_LEFT_PROJECT                       =   '%(realname)s has left the Project.'
190
USER_JOIN_REQUEST_SUBMITED              =   'Your request to join the project has been submitted successfully.'
188
USER_MEMBERSHIP_ACCEPTED                =   '%(realname)s has been accepted in the project.'
189
USER_LEFT_PROJECT                       =   'You have left the project.'
190
USER_LEAVE_REQUEST_SUBMITTED            =   'Your request to leave the project has been submitted successfully.'
191
USER_JOIN_REQUEST_SUBMITTED             =   'Your request to join the project has been submitted successfully.'
192
USER_JOINED_PROJECT                     =   'You have joined the project.'
193
USER_REQUEST_CANCELLED                  =   'Your request to join the project has been cancelled.'
191 194

  
192 195
APPLICATION_CANNOT_APPROVE              =   "Cannot approve application %s in state '%s'"
193 196
APPLICATION_CANNOT_DENY                 =   "Cannot deny application %s in state '%s'"

Also available in: Unified diff