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

b/snf-astakos-app/astakos/im/messages.py
47 47
                                               You are going to receive a verification email in the new address.'
48 48

  
49 49
OBJECT_CREATED                          =   'The %(verbose_name)s was created successfully.'
50
MEMBER_JOINED_GROUP                     =   '%(realname)s has been successfully joined the group.'
50
USER_JOINED_GROUP                       =   '%(realname)s has been successfully joined the group.'
51
USER_LEFT_GROUP                         =   '%(realname)s has been successfully left the group.'
52
USER_MEMBERSHIP_REJECTED                =   '%(realname)s\'s request to join the group has been rejected.'
51 53
MEMBER_REMOVED                          =   '%(realname)s has been successfully removed from the group.'
52 54
BILLING_ERROR                           =   'Service response status: %(status)d' 
53 55
LOGOUT_SUCCESS                          =   'You have successfully logged out.'
......
57 59

  
58 60
MAX_INVITATION_NUMBER_REACHED   =           'There are no invitations left.'
59 61
GROUP_MAX_PARTICIPANT_NUMBER_REACHED    =   'Group maximum participant number has been reached.'
62
PROJECT_MAX_PARTICIPANT_NUMBER_REACHED  =   'Project maximum participant number has been reached.'
60 63
NO_APPROVAL_TERMS                       =   'There are no approval terms.'
61 64
PENDING_EMAIL_CHANGE_REQUEST            =   'There is already a pending change email request.'
62 65
OBJECT_CREATED_FAILED                   =   'The %(verbose_name)s creation failed: %(reason)s.'
63 66
GROUP_JOIN_FAILURE                      =   'Failed to join group.'
67
PROJECT_JOIN_FAILURE                    =   'Failed to join project.'
64 68
GROUPKIND_UNKNOWN                       =   'There is no such a group kind'
65 69
NOT_MEMBER                              =   'User is not member of the group.'
66 70
NOT_OWNER                               =   'User is not a group owner.'
......
136 140
MEMBER_JOIN_POLICY_CLOSED               =   'The project member join policy is cloesd.'
137 141
MEMBER_LEAVE_POLICY_CLOSED              =   'The project member leave policy is cloesd.'
138 142
NOT_MEMBERSHIP_REQUEST                  =   'There is no such a membership request.'
143
MEMBERSHIP_REQUEST_EXISTS               =   'There is alreary such a membership request.'
139 144
NO_APPLICANT                            =   'Project application requires an applicant. None found.'
140
ADD_PROJECT_MEMBERS_Q_HELP              =   'Add comma separated user emails, eg. user1@user.com, user2@user.com'
145
ADD_PROJECT_MEMBERS_Q_HELP              =   'Add comma separated user emails, eg. user1@user.com, user2@user.com'
146
MISSING_IDENTIFIER                      =   'Missing identifier.'
147
UNKNOWN_IDENTIFIER                      =   'Unknown identidier.'
148
PENDING_MEMBERSHIP_LEAVE                =   'Your request is pending acceptio.'

Also available in: Unified diff