element-x-ada/features/invitepeople/impl/src/main/res/values/localazy.xml
ElementBot c5640ebff5 Sync Strings (#6626)
* Sync Strings from Localazy

* Use the previous plurals as plain strings

* Add extra case for 1 vs multiple users

* Update screenshots

---------

Co-authored-by: Jorge Martín <jorgem@element.io>
2026-04-20 17:09:10 +00:00

9 lines
896 B
XML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<string name="screen_invite_users_already_a_member">"Already a member"</string>
<string name="screen_invite_users_already_invited">"Already invited"</string>
<string name="screen_invite_users_confirm_dialog_subtitle_multiple_users">"You currently dont have any chats with these contacts. Confirm inviting them to this room before continuing."</string>
<string name="screen_invite_users_confirm_dialog_subtitle_one_user">"You currently dont have any chats with this contact. Confirm inviting them to this room before continuing."</string>
<string name="screen_invite_users_confirm_dialog_title_mutiple_users">"Invite new contacts to this room?"</string>
<string name="screen_invite_users_confirm_dialog_title_one_user">"Invite new contact to this room?"</string>
</resources>