2019-03-18 17:17:17 +03:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<resources>
|
|
|
|
|
|
|
|
<!-- Strings not defined in Riot -->
|
2019-11-12 19:52:03 +03:00
|
|
|
|
2020-01-09 13:34:57 +03:00
|
|
|
<string name="login_error_threepid_denied">Your email domain is not authorized to register on this server</string>
|
2019-11-12 13:39:47 +03:00
|
|
|
|
2019-11-15 22:37:36 +03:00
|
|
|
<string name="room_profile_not_encrypted_subtitle">Messages in this room are not end-to-end encrypted.</string>
|
|
|
|
<string name="room_profile_encrypted_subtitle">Messages in this room are end-to-end encrypted.</string>
|
2019-11-26 15:22:07 +03:00
|
|
|
<string name="room_profile_section_security">Security</string>
|
|
|
|
<string name="room_profile_section_security_learn_more">Learn more</string>
|
|
|
|
<string name="room_profile_section_more">More</string>
|
|
|
|
<string name="room_profile_section_more_settings">Room settings</string>
|
|
|
|
<string name="room_profile_section_more_notifications">Notifications</string>
|
2020-01-15 13:46:33 +03:00
|
|
|
<plurals name="room_profile_section_more_member_list">
|
|
|
|
<item quantity="one">"One person"</item>
|
|
|
|
<item quantity="other">"%1$d people"</item>
|
|
|
|
</plurals>
|
2019-11-26 15:22:07 +03:00
|
|
|
<string name="room_profile_section_more_uploads">Uploads</string>
|
|
|
|
<string name="room_profile_section_more_leave">Leave Room</string>
|
2019-11-26 19:25:26 +03:00
|
|
|
<string name="room_profile_leaving_room">"Leaving the room..."</string>
|
2019-11-15 22:37:36 +03:00
|
|
|
|
2020-01-10 19:03:11 +03:00
|
|
|
<string name="room_member_power_level_admins">Admins</string>
|
|
|
|
<string name="room_member_power_level_moderators">Moderators</string>
|
|
|
|
<string name="room_member_power_level_custom">Custom</string>
|
|
|
|
<string name="room_member_power_level_invites">Invites</string>
|
|
|
|
<string name="room_member_power_level_users">Users</string>
|
|
|
|
|
2020-01-13 18:49:14 +03:00
|
|
|
<string name="room_member_power_level_admin_in">Admin in %1$s</string>
|
|
|
|
<string name="room_member_power_level_moderator_in">Moderator in %1$s</string>
|
|
|
|
<string name="room_member_power_level_custom_in">Custom (%1$d) in %2$s</string>
|
|
|
|
|
|
|
|
<string name="room_member_jump_to_read_receipt">Jump to read receipt</string>
|
|
|
|
|
2020-01-14 19:08:21 +03:00
|
|
|
<string name="unignore">Unignore</string>
|
|
|
|
|
2020-01-13 18:49:14 +03:00
|
|
|
|
2019-08-21 23:39:17 +03:00
|
|
|
</resources>
|