element-x-android/libraries/ui-strings/src/main/res/values/strings_eax.xml

64 lines
4.5 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<resources>
<!-- Add new strings for Element X Android here -->
<!-- Common -->
<string name="a11y_back">Back</string>
<string name="a11y_clear">Clear</string>
<!-- Login -->
<string name="login_form_title">Enter your details</string>
<string name="ex_login_username_hint">Email or username</string>
<string name="login_show_password">Show password</string>
<string name="login_hide_password">Hide password</string>
<string name="ex_choose_server_subtitle">What is the address of your server?</string>
<string name="server_selection_server_footer">You can only connect to an existing server that supports sliding sync. Your homeserver admin will need to configure it.</string>
<string name="server_selection_sliding_sync_alert_title">Server not supported</string>
<string name="server_selection_sliding_sync_alert_message">This server currently doesn\'t support sliding sync.</string>
<string name="server_selection_invalid_homeserver_error">We couldn\'t reach this homeserver. Please check that you have entered the homeserver URL correctly. If the URL is correct, contact your homeserver administrator for further help.</string>
<!-- Create room -->
<string name="search_for_someone">Search for someone</string>
<string name="new_room">New room</string>
<!-- Room list -->
<string name="notice_room_invite_accepted_by_you">You accepted the invite</string>
<string name="notice_room_invite_accepted">%1$s accepted the invite</string>
<string name="notice_room_knock">%1$s requested to join</string>
<string name="notice_room_knock_by_you">You requested to join</string>
<string name="notice_room_knock_accepted">%1$s allowed %2$s to join</string>
<string name="notice_room_knock_accepted_by_you">%1$s allowed you to join</string>
<string name="notice_room_knock_retracted">%1$s is no longer interested in joining</string>
<string name="notice_room_knock_retracted_by_you">You cancelled your request to join</string>
<string name="notice_room_knock_denied">%1$s rejected %2$s\'s request to join</string>
<string name="notice_room_knock_denied_by_you">You rejected %1$s\'s request to join</string>
<string name="notice_room_knock_denied_you">%1$s rejected your request to join</string>
<string name="notice_room_unknown_membership_change">%1$s made an unknown change to their membership</string>
<string name="room_timeline_item_unsupported">Unsupported event</string>
<string name="unknown_message_content_type_error">Event type not handled by EAX</string>
<string name="verification_title_initial">Open an existing session</string>
<string name="verification_title_waiting">Waiting to accept request</string>
<string name="verification_title_canceled">Verification cancelled</string>
<string name="verification_title_verifying">Compare emojis</string>
<string name="verification_subtitle_initial">Prove it\'s you in order to access your encrypted message history.</string>
<string name="verification_subtitle_waiting">Accept the request to start the verification process in your other session to continue.</string>
<string name="verification_subtitle_canceled">Something doesn\'t seem right. Either the request timed out or the request was denied.</string>
<string name="verification_subtitle_verifying">Confirm that the emojis below match those shown on your other session.</string>
<string name="verification_positive_button_initial">I am ready</string>
<string name="verification_positive_button_canceled">Retry verification</string>
<string name="verification_positive_button_ready">Start</string>
<string name="verification_positive_button_verifying_start">They match</string>
<string name="verification_positive_button_verifying_ongoing">Waiting to match</string>
<string name="verification_negative_button_initial">@string/action_cancel</string>
<string name="verification_negative_button_canceled">@string/action_cancel</string>
<string name="verification_negative_button_verifying">They don\'t match</string>
<string name="session_verification_banner_title">Access your message history</string>
<string name="session_verification_banner_message">Looks like you\'re using a new device. Verify it\'s you to access your encrypted messages.</string>
<string name="session_verification_start">Continue</string>
<string name="verification_conclusion_ok_self_notice_title">Verification complete</string>
</resources>