Take change of screen_change_server_error_no_sliding_sync_message into account (#4650)

* Sync strings.

* screen_change_server_error_no_sliding_sync_message is now taking a parameter.

* Update screenshots

---------

Co-authored-by: ElementBot <android@element.io>
This commit is contained in:
Benoit Marty 2025-04-28 22:25:41 +02:00 committed by GitHub
parent 76c59e2eac
commit 1b98792500
39 changed files with 23 additions and 40 deletions

View file

@ -19,6 +19,8 @@
<string name="state_event_room_avatar_removed_by_you">"Vous avez supprimé lavatar du salon"</string>
<string name="state_event_room_ban">"%1$s a banni %2$s"</string>
<string name="state_event_room_ban_by_you">"Vous avez banni %1$s"</string>
<string name="state_event_room_ban_by_you_with_reason">"Vous avez banni %1$s: %2$s"</string>
<string name="state_event_room_ban_with_reason">"%1$s a banni %2$s: %3$s"</string>
<string name="state_event_room_created">"%1$s a créé le salon"</string>
<string name="state_event_room_created_by_you">"Vous avez créé le salon"</string>
<string name="state_event_room_invite">"%1$s a invité %2$s"</string>
@ -55,6 +57,8 @@
<string name="state_event_room_reject_by_you">"Vous avez refusé linvitation"</string>
<string name="state_event_room_remove">"%1$s a supprimé %2$s"</string>
<string name="state_event_room_remove_by_you">"Vous avez supprimé %1$s"</string>
<string name="state_event_room_remove_by_you_with_reason">"Vous avez supprimé %1$s: %2$s"</string>
<string name="state_event_room_remove_with_reason">"%1$s a supprimé %2$s: %3$s"</string>
<string name="state_event_room_third_party_invite">"%1$s a envoyé une invitation à %2$s à rejoindre le salon"</string>
<string name="state_event_room_third_party_invite_by_you">"Vous avez envoyé une invitation à %1$s pour rejoindre le salon"</string>
<string name="state_event_room_third_party_revoked_invite">"%1$s a révoqué linvitation de %2$s à rejoindre le salon"</string>