Chat screen: update localized string used during event edition

This commit is contained in:
giomfo
2015-12-18 15:37:28 +01:00
parent 623af56397
commit c0be7ac0fe
3 changed files with 22 additions and 15 deletions
+9 -2
View File
@@ -34,8 +34,6 @@
"save" = "Save";
"join" = "Join";
"reject" = "Reject";
"edit" = "Edit";
"redact" = "Redact";
// Authentication
"auth_sign_in" = "Sign in";
@@ -85,6 +83,15 @@
"room_two_users_are_typing" = "%@ & %@ are typing...";
"room_many_users_are_typing" = "%@, %@ & others are typing...";
"room_message_placeholder" = "Type a message...";
"room_event_action_edit" = "Edit";
"room_event_action_copy" = "Copy";
"room_event_action_share" = "Share";
"room_event_action_redact" = "Redact";
"room_event_action_save" = "Save";
"room_event_action_resend" = "Resend";
"room_event_action_delete" = "Delete";
"room_event_action_cancel_upload" = "Cancel Upload";
"room_event_action_cancel_download" = "Cancel Download";
// Settings
"account_logout_all" = "Logout all accounts";