diff options
author | Damian Minkov <damencho@jitsi.org> | 2014-02-13 10:58:53 +0200 |
---|---|---|
committer | Damian Minkov <damencho@jitsi.org> | 2014-02-13 13:50:35 +0200 |
commit | f7d633a0b72c859783f74f926fb1895f10e885bb (patch) | |
tree | 1cdd7142f8c75f076a2efa8618e2cebb068dd86a /resources | |
parent | 42dc02b1e82b3a462071c195042bd354ddc446ef (diff) | |
download | jitsi-f7d633a0b72c859783f74f926fb1895f10e885bb.zip jitsi-f7d633a0b72c859783f74f926fb1895f10e885bb.tar.gz jitsi-f7d633a0b72c859783f74f926fb1895f10e885bb.tar.bz2 |
Adds option to edit members list for room, available for administrators and room owners.
Diffstat (limited to 'resources')
-rw-r--r-- | resources/images/images.properties | 1 | ||||
-rw-r--r-- | resources/images/impl/gui/buttons/chatRoomMembersListConfig.png | bin | 0 -> 2135 bytes | |||
-rw-r--r-- | resources/languages/resources.properties | 2 |
3 files changed, 3 insertions, 0 deletions
diff --git a/resources/images/images.properties b/resources/images/images.properties index b933124..f9ea95a 100644 --- a/resources/images/images.properties +++ b/resources/images/images.properties @@ -244,6 +244,7 @@ service.gui.buttons.EXIT_FULL_SCREEN_BUTTON=resources/images/impl/gui/buttons/ex service.gui.buttons.DIAL_BUTTON_BG=resources/images/impl/gui/buttons/dialButtonBg.png service.gui.buttons.CALL_PEER_TOOLS=resources/images/impl/gui/buttons/tools.png service.gui.buttons.CHAT_ROOM_CONFIG=resources/images/impl/gui/buttons/chatRoomConfig.png +service.gui.buttons.CHAT_ROOM_MEMBERS_LIST_CONFIG=resources/images/impl/gui/buttons/chatRoomMembersListConfig.png service.gui.buttons.CHAT_CALL=resources/images/impl/gui/buttons/chatCall.png service.gui.buttons.CHAT_VIDEO_CALL=resources/images/impl/gui/buttons/chatVideoCall.png service.gui.buttons.CHAT_ROOM_CALL=resources/images/impl/gui/buttons/chatRoomCall.png diff --git a/resources/images/impl/gui/buttons/chatRoomMembersListConfig.png b/resources/images/impl/gui/buttons/chatRoomMembersListConfig.png Binary files differnew file mode 100644 index 0000000..dd5e40a --- /dev/null +++ b/resources/images/impl/gui/buttons/chatRoomMembersListConfig.png diff --git a/resources/languages/resources.properties b/resources/languages/resources.properties index 4dd970d..8c410f3 100644 --- a/resources/languages/resources.properties +++ b/resources/languages/resources.properties @@ -112,6 +112,8 @@ service.gui.CHAT_ROOM_CONFIGURATION={0} chat room configuration service.gui.CHAT_ROOM_CONFIGURATION_FAILED=Failed to obtain the {0} chat room configuration form. service.gui.CHAT_ROOM_CONFIGURATION_FORBIDDEN=Could not obtain the {0} chat room configuration form. Only owners of the chat room can see and change the configuration form. service.gui.CHAT_ROOM_CONFIGURATION_SUBMIT_FAILED=An error occurred while trying to submit the configuration form for chat room {0}. +service.gui.CHAT_ROOM_CONFIGURATION_MEMBERS_EDIT_TITLE=Edit Members List +service.gui.CHAT_ROOM_CONFIGURATION_MEMBERS_EDIT_DESCRIPTION=List on the right contains users that have member role in this chat room. When chat room is 'Members-only' those will be the users that are allowed to join. service.gui.CHAT_ROOM_USER_JOINED=has joined {0} service.gui.CHAT_ROOM_USER_LEFT=has left {0} service.gui.CHAT_ROOM_USER_KICKED=has been kicked from {0} |