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>
|
2020-01-15 19:44:38 +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-17 12:10:46 +03:00
|
|
|
<!-- Title for category in the settings which affect what is displayed in the timeline (ex: show read receipts, etc.) -->
|
|
|
|
<string name="settings_category_timeline">Timeline</string>
|
|
|
|
|
|
|
|
<!-- Title for category in the settings which affect the behavior of the message editor (ex: enable Markdown, send typing notification, etc.) -->
|
|
|
|
<string name="settings_category_composer">Message editor</string>
|
|
|
|
|
2020-01-20 17:10:16 +03:00
|
|
|
<string name="room_settings_enable_encryption">Enable end-to-end encryption</string>
|
|
|
|
<string name="room_settings_enable_encryption_warning">Warning: once encryption is enabled in a room, it cannot be disabled</string>
|
2020-01-13 18:49:14 +03:00
|
|
|
|
2019-08-21 23:39:17 +03:00
|
|
|
</resources>
|