Move RoomLastMessageFormatter and related class and resource to the new module eventformatter, in order to prepare rendering of state event in the timeline.
This commit is contained in:
parent
5f81ac82e0
commit
9d66af834d
29 changed files with 406 additions and 259 deletions
|
|
@ -0,0 +1,57 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
|
||||
<string name="state_event_avatar_changed_too">"(avatar was changed too)"</string>
|
||||
<string name="state_event_avatar_url_changed">"%1$s changed their avatar"</string>
|
||||
<string name="state_event_avatar_url_changed_by_you">"You changed your avatar"</string>
|
||||
<string name="state_event_display_name_changed_from">"%1$s changed their display name from %2$s to %3$s"</string>
|
||||
<string name="state_event_display_name_changed_from_by_you">"You changed your display name from %1$s to %2$s"</string>
|
||||
<string name="state_event_display_name_removed">"%1$s removed their display name (it was %2$s)"</string>
|
||||
<string name="state_event_display_name_removed_by_you">"You removed your display name (it was %1$s)"</string>
|
||||
<string name="state_event_display_name_set">"%1$s set their display name to %2$s"</string>
|
||||
<string name="state_event_display_name_set_by_you">"You set your display name to %1$s"</string>
|
||||
<string name="state_event_room_avatar_changed">"%1$s changed the room avatar"</string>
|
||||
<string name="state_event_room_avatar_changed_by_you">"You changed the room avatar"</string>
|
||||
<string name="state_event_room_avatar_removed">"%1$s removed the room avatar"</string>
|
||||
<string name="state_event_room_avatar_removed_by_you">"You removed the room avatar"</string>
|
||||
<string name="state_event_room_ban">"%1$s banned %2$s"</string>
|
||||
<string name="state_event_room_ban_by_you">"You banned %1$s"</string>
|
||||
<string name="state_event_room_created">"%1$s created the room"</string>
|
||||
<string name="state_event_room_created_by_you">"You created the room"</string>
|
||||
<string name="state_event_room_invite">"%1$s invited %2$s"</string>
|
||||
<string name="state_event_room_invite_accepted">"%1$s accepted the invite"</string>
|
||||
<string name="state_event_room_invite_accepted_by_you">"You accepted the invite"</string>
|
||||
<string name="state_event_room_invite_by_you">"You invited %1$s"</string>
|
||||
<string name="state_event_room_invite_you">"%1$s invited you"</string>
|
||||
<string name="state_event_room_join">"%1$s joined the room"</string>
|
||||
<string name="state_event_room_join_by_you">"You joined the room"</string>
|
||||
<string name="state_event_room_knock">"%1$s requested to join"</string>
|
||||
<string name="state_event_room_knock_accepted">"%1$s allowed %2$s to join"</string>
|
||||
<string name="state_event_room_knock_accepted_by_you">"%1$s allowed you to join"</string>
|
||||
<string name="state_event_room_knock_by_you">"You requested to join"</string>
|
||||
<string name="state_event_room_knock_denied">"%1$s rejected %2$s\'s request to join"</string>
|
||||
<string name="state_event_room_knock_denied_by_you">"You rejected %1$s\'s request to join"</string>
|
||||
<string name="state_event_room_knock_denied_you">"%1$s rejected your request to join"</string>
|
||||
<string name="state_event_room_knock_retracted">"%1$s is no longer interested in joining"</string>
|
||||
<string name="state_event_room_knock_retracted_by_you">"You cancelled your request to join"</string>
|
||||
<string name="state_event_room_leave">"%1$s left the room"</string>
|
||||
<string name="state_event_room_leave_by_you">"You left the room"</string>
|
||||
<string name="state_event_room_name_changed">"%1$s changed the room name to: %2$s"</string>
|
||||
<string name="state_event_room_name_changed_by_you">"You changed the room name to: %1$s"</string>
|
||||
<string name="state_event_room_name_removed">"%1$s removed the room name"</string>
|
||||
<string name="state_event_room_name_removed_by_you">"You removed the room name"</string>
|
||||
<string name="state_event_room_reject">"%1$s rejected the invitation"</string>
|
||||
<string name="state_event_room_reject_by_you">"You rejected the invitation"</string>
|
||||
<string name="state_event_room_remove">"%1$s removed %2$s"</string>
|
||||
<string name="state_event_room_remove_by_you">"You removed %1$s"</string>
|
||||
<string name="state_event_room_third_party_invite">"%1$s sent an invitation to %2$s to join the room"</string>
|
||||
<string name="state_event_room_third_party_invite_by_you">"You sent an invitation to %1$s to join the room"</string>
|
||||
<string name="state_event_room_third_party_revoked_invite">"%1$s revoked the invitation for %2$s to join the room"</string>
|
||||
<string name="state_event_room_third_party_revoked_invite_by_you">"You revoked the invitation for %1$s to join the room"</string>
|
||||
<string name="state_event_room_topic_changed">"%1$s changed the topic to: %2$s"</string>
|
||||
<string name="state_event_room_topic_changed_by_you">"You changed the topic to: %1$s"</string>
|
||||
<string name="state_event_room_topic_removed">"%1$s removed the room topic"</string>
|
||||
<string name="state_event_room_topic_removed_by_you">"You removed the room topic"</string>
|
||||
<string name="state_event_room_unban">"%1$s unbanned %2$s"</string>
|
||||
<string name="state_event_room_unban_by_you">"You unbanned %1$s"</string>
|
||||
<string name="state_event_room_unknown_membership_change">"%1$s made an unknown change to their membership"</string>
|
||||
</resources>
|
||||
Loading…
Add table
Add a link
Reference in a new issue