diff options
author | Damian Minkov <damencho@jitsi.org> | 2012-05-09 15:12:55 +0000 |
---|---|---|
committer | Damian Minkov <damencho@jitsi.org> | 2012-05-09 15:12:55 +0000 |
commit | b48bf9721a68573fb5ae4e6ed25f66696fb57901 (patch) | |
tree | 3a384938da19b4d889bc7c4c5e596bada005f34f /resources | |
parent | 7c67e0ee58b77a6e49a8b503b1253be65c26bf0a (diff) | |
download | jitsi-b48bf9721a68573fb5ae4e6ed25f66696fb57901.zip jitsi-b48bf9721a68573fb5ae4e6ed25f66696fb57901.tar.gz jitsi-b48bf9721a68573fb5ae4e6ed25f66696fb57901.tar.bz2 |
Delivers in chat room the reason of chat invite rejections.
Diffstat (limited to 'resources')
-rw-r--r-- | resources/languages/resources.properties | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/resources/languages/resources.properties b/resources/languages/resources.properties index 026c448..3539101 100644 --- a/resources/languages/resources.properties +++ b/resources/languages/resources.properties @@ -244,6 +244,7 @@ service.gui.INITIATING_CALL_STATUS=Initiating call service.gui.INVITATION=Invitation text service.gui.INVITATION_RECEIVED=Invitation received service.gui.INVITATION_RECEIVED_MSG={0} has invited you to join {1} chat room. You could accept, reject or ignore this invitation. +service.gui.INVITATION_REJECTED={0} has rejected your invite to join chat room. Reason: {1}. service.gui.INVITE=&Invite service.gui.INVITE_CONTACT_MSG=Select the names of the contacts you would like to add to this conversation and then click Invite. service.gui.INVITE_CONTACT_TO_CHAT=Invite contacts to chat |