mirror of
https://github.com/element-hq/element-android
synced 2024-12-23 01:31:24 +03:00
92 lines
5.5 KiB
XML
92 lines
5.5 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
||
<resources>
|
||
|
||
<!-- Strings not defined in Riot -->
|
||
<string name="command_description_verify">Request to verify the given userID</string>
|
||
<string name="command_description_shrug">Prepends ¯\\_(ツ)_/¯ to a plain-text message</string>
|
||
|
||
|
||
<string name="login_error_threepid_denied">Your email domain is not authorized to register on this server</string>
|
||
|
||
<string name="verification_conclusion_warning">Untrusted sign in</string>
|
||
<string name="verification_sas_match">They match</string>
|
||
<string name="verification_sas_do_not_match">They don\'t match</string>
|
||
<string name="verify_user_sas_emoji_help_text">Verify this user by confirming the following unique emoji appear on their screen, in the same order."</string>
|
||
<string name="verify_user_sas_emoji_security_tip">For ultimate security, use another trusted means of communication or do this in person.</string>
|
||
<string name="verification_green_shield">Look for the green shield to ensure a user is trusted. Trust all users in a room to ensure the room is secure.</string>
|
||
|
||
<string name="verification_conclusion_not_secure">Not secure</string>
|
||
<string name="verification_conclusion_compromised">One of the following may be compromised:\n\n - Your homeserver\n - The homeserver the user you’re verifying is connected to\n - Yours, or the other users’ internet connection\n - Yours, or the other users’ device
|
||
</string>
|
||
|
||
<string name="sent_a_video">Video.</string>
|
||
<string name="sent_an_image">Image.</string>
|
||
<string name="sent_an_audio_file">Audio</string>
|
||
<string name="sent_a_file">File</string>
|
||
|
||
<string name="verification_request_waiting">Waiting…</string>
|
||
<string name="verification_request_other_cancelled">%s cancelled</string>
|
||
<string name="verification_request_you_cancelled">You cancelled</string>
|
||
<string name="verification_request_other_accepted">%s accepted</string>
|
||
<string name="verification_request_you_accepted">You accepted</string>
|
||
<string name="verification_sent">Verification Sent</string>
|
||
<string name="verification_request">Verification Request</string>
|
||
|
||
<!-- Sender name of a message when it is send by you, e.g. You: Hello!-->
|
||
<string name="you">You</string>
|
||
|
||
<string name="verify_by_scanning_title">Verify by scanning</string>
|
||
<!-- the %s will be replaced by verify_open_camera_link that will be clickable -->
|
||
<string name="verify_by_scanning_description">Ask the other user to scan this code, or %s to scan theirs</string>
|
||
<!-- This part is inserted in verify_by_scanning_description-->
|
||
<string name="verify_open_camera_link">open your camera</string>
|
||
|
||
<string name="verify_by_emoji_title">Verify by Emoji</string>
|
||
<string name="verify_by_emoji_description">If you can’t scan the code above, verify by comparing a short, unique selection of emoji.</string>
|
||
|
||
<string name="aria_qr_code_description">QR code image</string>
|
||
|
||
<string name="verification_request_alert_title">Verify %s</string>
|
||
<string name="verification_request_waiting_for">Waiting for %s…</string>
|
||
<string name="verification_request_alert_description">For extra security, verify %s by checking a one-time code on both your devices.\n\nFor maximum security, do this in person.</string>
|
||
<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>
|
||
<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>
|
||
<plurals name="room_profile_section_more_member_list">
|
||
<item quantity="one">"One person"</item>
|
||
<item quantity="other">"%1$d people"</item>
|
||
</plurals>
|
||
<string name="room_profile_section_more_uploads">Uploads</string>
|
||
<string name="room_profile_section_more_leave">Leave Room</string>
|
||
<string name="room_profile_leaving_room">"Leaving the room…"</string>
|
||
|
||
<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>
|
||
|
||
<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>
|
||
|
||
<string name="unignore">Unignore</string>
|
||
|
||
<!-- 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>
|
||
|
||
|
||
|
||
<string name="verification_request_notice">For extra security, verify %s by checking a one-time code.</string>
|
||
<string name="verification_request_start_notice">For maximum security, do this in person.</string>
|
||
|
||
</resources>
|