Sync Strings (#3267)

Co-authored-by: jmartinesp <480955+jmartinesp@users.noreply.github.com>
This commit is contained in:
ElementBot 2024-08-05 08:11:27 +01:00 committed by GitHub
parent b7c498a0a2
commit dc9b79ee50
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
32 changed files with 712 additions and 563 deletions

View file

@ -45,6 +45,12 @@
<string name="state_event_room_name_removed_by_you">"You removed the room name"</string>
<string name="state_event_room_none">"%1$s made no changes"</string>
<string name="state_event_room_none_by_you">"You made no changes"</string>
<string name="state_event_room_pinned_events_changed">"%1$s changed the pinned messages"</string>
<string name="state_event_room_pinned_events_changed_by_you">"You changed the pinned messages"</string>
<string name="state_event_room_pinned_events_pinned">"%1$s pinned a message"</string>
<string name="state_event_room_pinned_events_pinned_by_you">"You pinned a message"</string>
<string name="state_event_room_pinned_events_unpinned">"%1$s unpinned a message"</string>
<string name="state_event_room_pinned_events_unpinned_by_you">"You unpinned a message"</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>