-
Notifications
You must be signed in to change notification settings - Fork 10.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2113 from inoio/leave-room-fix
Show confirmation before leaving room
- Loading branch information
Showing
3 changed files
with
64 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -198,6 +198,9 @@ | |
"Has_more" : "Has more", | ||
"Have_your_own_chat" : "Have your own web chat. Developed with Meteor.com, the Rocket.Chat is a great solution for developers looking forward to build and evolve their own chat platform.", | ||
"Hide_room" : "Hide room", | ||
"Hide_Room_Warning": "Are you sure you want to hide the room \"%s\"?", | ||
"Hide_Group_Warning": "Are you sure you want to hide the group \"%s\"?", | ||
"Hide_Private_Warning": "Are you sure you want to hide the discussion with \"%s\"?", | ||
"History" : "History", | ||
"hours" : "hours", | ||
"Incorrect_Password" : "Incorrect Password", | ||
|
@@ -256,6 +259,9 @@ | |
"Layout_Sidenav_Footer" : "Side Navigation Footer", | ||
"Layout_Sidenav_Footer_description" : "Footer size is 260 x 70px", | ||
"Layout_Terms_of_Service" : "Terms of Service", | ||
"Leave_Room_Warning": "Are you sure you want to leave the room \"%s\"?", | ||
"Leave_Group_Warning": "Are you sure you want to leave the group \"%s\"?", | ||
"Leave_Private_Warning": "Are you sure you want to leave the discussion with \"%s\"?", | ||
"LDAP" : "LDAP", | ||
"LDAP_Bind_Search" : "Bind Search", | ||
"LDAP_Bind_Search_Description" : "A piece of JSON that governs bind and connection info and is of the form {\"filter\": \"(&(objectCategory=person)(objectclass=user)(memberOf=CN=ROCKET_ACCESS,CN=Users,DC=domain,DC=com)(sAMAccountName=#{username}))\", \"scope\": \"sub\", \"userDN\": \"[email protected]\", \"password\": \"urpass\"}", | ||
|
@@ -611,6 +617,8 @@ | |
"Yes" : "Yes", | ||
"Yes_clear_all" : "Yes, clear all!", | ||
"Yes_delete_it" : "Yes, delete it!", | ||
"Yes_hide_it": "Yes, hide it!", | ||
"Yes_leave_it": "Yes, leave it!", | ||
"Yes_mute_user" : "Yes, mute user!", | ||
"Yes_remove_user" : "Yes, remove user!", | ||
"you_are_in_preview_mode_of" : "You are in preview mode of channel #<strong>__room_name__</strong>", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters