fixes issue #1816 support specifying kick and ban msgs

This commit is contained in:
Arash Tabrizian
2018-03-28 17:41:47 +04:30
parent 43aa6ae619
commit ae64e43d8d
2 changed files with 128 additions and 0 deletions
+4
View File
@@ -255,7 +255,11 @@
"room_event_action_permalink" = "Permalink";
"room_event_action_view_source" = "View Source";
"room_event_action_report" = "Report content";
"room_event_action_kick" = "Kick user";
"room_event_action_ban" = "Ban user";
"room_event_action_report_prompt_reason" = "Reason for reporting this content";
"room_event_action_kick_prompt_reason" = "Reason for kicking this user";
"room_event_action_ban_prompt_reason" = "Reason for banning this user";
"room_event_action_report_prompt_ignore_user" = "Do you want to hide all messages from this user?";
"room_event_action_save" = "Save";
"room_event_action_resend" = "Resend";