element-android/vector/src/main/res/values/strings.xml

2409 lines
167 KiB
XML
Raw Normal View History

<?xml version="1.0" encoding="utf-8"?>
2018-10-03 18:56:33 +03:00
<resources>
2019-03-13 20:36:57 +03:00
<!-- use to retrieve the supported languages list -->
<!-- should the same value as the file name -->
<string name="resources_language">en</string>
<string name="resources_country_code">US</string>
2019-12-19 17:50:18 +03:00
<!-- NOTE TO TRANSLATORS: ONLY POSSIBLE VALUES: Latn OR Cyrl -->
2019-10-23 15:18:40 +03:00
<string name="resources_script">Latn</string>
2019-03-13 20:36:57 +03:00
<!-- theme -->
<string name="light_theme">Light Theme</string>
<string name="dark_theme">Dark Theme</string>
<string name="black_them">Black Theme</string>
<string name="status_theme">Status.im Theme</string>
<!-- permanent notification subtitle -->
<string name="notification_sync_init">Initializing service</string>
2019-04-02 12:57:12 +03:00
<string name="notification_sync_in_progress">Synchronising…</string>
2019-03-13 20:36:57 +03:00
<string name="notification_listening_for_events">Listening for events</string>
<string name="notification_noisy_notifications">Noisy notifications</string>
<string name="notification_silent_notifications">Silent notifications</string>
<!-- titles -->
<string name="title_activity_home">Messages</string>
<string name="title_activity_room">Room</string>
<string name="title_activity_settings">Settings</string>
<string name="title_activity_member_details">Member Details</string>
<string name="title_activity_historical">Historical</string>
<string name="title_activity_bug_report">Bug report</string>
<string name="title_activity_group_details">Community details</string>
<string name="title_activity_choose_sticker">Send a sticker</string>
<string name="title_activity_keys_backup_setup">Key Backup</string>
<string name="title_activity_keys_backup_restore">Use Key Backup</string>
2020-02-05 19:27:55 +03:00
<string name="title_activity_verify_device">Verify session</string>
2019-03-13 20:36:57 +03:00
<!-- Signing out screen -->
<string name="keys_backup_is_not_finished_please_wait">Keys backup is not finished, please wait…</string>
<string name="sign_out_bottom_sheet_warning_no_backup">Youll lose your encrypted messages if you sign out now</string>
<string name="sign_out_bottom_sheet_warning_backing_up">Key backup in progress. If you sign out now youll lose access to your encrypted messages.</string>
2020-02-05 19:27:55 +03:00
<string name="sign_out_bottom_sheet_warning_backup_not_active">Secure Key Backup should be active on all of your sessions to avoid losing access to your encrypted messages.</string>
2019-03-13 20:36:57 +03:00
<string name="sign_out_bottom_sheet_dont_want_secure_messages">I dont want my encrypted messages</string>
<string name="sign_out_bottom_sheet_backing_up_keys">Backing up keys…</string>
<string name="keys_backup_activate">Use Key Backup</string>
<string name="are_you_sure">Are you sure?</string>
<string name="backup">Back up</string>
<string name="sign_out_bottom_sheet_will_lose_secure_messages">Youll lose access to your encrypted messages unless you back up your keys before signing out.</string>
<string name="dialog_title_third_party_licences">Third party licences</string>
<!-- splash screen accessibility -->
<string name="loading">Loading…</string>
<!-- button names -->
<string name="ok">OK</string>
<string name="cancel">Cancel</string>
<string name="save">Save</string>
<string name="leave">Leave</string>
<string name="stay">Stay</string>
<string name="send">Send</string>
<string name="copy">Copy</string>
<string name="resend">Resend</string>
<string name="redact">Remove</string>
<string name="quote">Quote</string>
<string name="download">Download</string>
<string name="share">Share</string>
<string name="speak">Speak</string>
<string name="clear">Clear</string>
<string name="later">Later</string>
<string name="forward">Forward</string>
<string name="permalink">Permalink</string>
<string name="view_source">View Source</string>
<string name="view_decrypted_source">View Decrypted Source</string>
<string name="delete">Delete</string>
<string name="rename">Rename</string>
2019-10-23 15:18:40 +03:00
<string name="none">None</string>
<string name="revoke">Revoke</string>
<string name="disconnect">Disconnect</string>
2019-03-13 20:36:57 +03:00
<string name="report_content">Report content</string>
<string name="active_call">Active call</string>
<!-- First param will be replace by the value of ongoing_conference_call_voice, and second one by the value of ongoing_conference_call_video -->
<string name="ongoing_conference_call">Ongoing conference call.\nJoin as %1$s or %2$s</string>
<string name="ongoing_conference_call_voice">Voice</string>
<string name="ongoing_conference_call_video">Video</string>
<string name="cannot_start_call">Cannot start the call, please try later</string>
<string name="missing_permissions_warning">"Due to missing permissions, some features may be missing…</string>
<string name="missing_permissions_error">"Due to missing permissions, this action is not possible.</string>
<string name="missing_permissions_to_start_conf_call">You need permission to invite to start a conference in this room</string>
<string name="missing_permissions_title_to_start_conf_call">Cannot start call</string>
2020-02-05 19:27:55 +03:00
<string name="device_information">Session information</string>
2019-03-13 20:36:57 +03:00
<string name="room_no_conference_call_in_encrypted_rooms">Conference calls are not supported in encrypted rooms</string>
<string name="call_anyway">Call Anyway</string>
<string name="send_anyway">Send Anyway</string>
<string name="or">or</string>
<string name="invite">Invite</string>
<string name="offline">Offline</string>
<string name="accept">Accept</string>
<string name="skip">Skip</string>
<string name="done">Done</string>
<string name="abort">Abort</string>
<string name="ignore">Ignore</string>
<string name="review">Review</string>
<string name="decline">Decline</string>
2019-03-13 20:36:57 +03:00
<!-- actions -->
<string name="action_exit">Exit</string>
<string name="actions">Actions</string>
<string name="action_sign_out">Sign out</string>
<string name="action_sign_out_confirmation_simple">Are you sure you want to sign out?</string>
<string name="action_voice_call">Voice Call</string>
<string name="action_video_call">Video Call</string>
<string name="action_global_search">Global search</string>
<string name="action_mark_all_as_read">Mark all as read</string>
<string name="action_historical">Historical</string>
<string name="action_quick_reply">Quick reply</string>
2019-04-02 12:57:12 +03:00
<string name="action_mark_room_read">Mark as read</string>
2019-03-13 20:36:57 +03:00
<string name="action_open">Open</string>
<string name="action_close">Close</string>
<string name="copied_to_clipboard">Copied to clipboard</string>
<string name="disable">Disable</string>
<!-- dialog titles -->
<string name="dialog_title_confirmation">Confirmation</string>
<string name="dialog_title_warning">Warning</string>
<string name="dialog_title_error">Error</string>
<!-- Bottom navigation buttons -->
<string name="bottom_action_home">Home</string>
<string name="bottom_action_favourites">Favourites</string>
<string name="bottom_action_people">People</string>
<string name="bottom_action_rooms">Rooms</string>
<string name="bottom_action_groups">Communities</string>
<!-- Home screen -->
<string name="home_filter_placeholder_home">Filter room names</string>
<string name="home_filter_placeholder_favorites">Filter favourites</string>
<string name="home_filter_placeholder_people">Filter people</string>
<string name="home_filter_placeholder_rooms">Filter room names</string>
<string name="home_filter_placeholder_groups">Filter community names</string>
<!-- Home fragment -->
<string name="invitations_header">Invites</string>
<string name="low_priority_header">Low priority</string>
<string name="system_alerts_header">"System Alerts"</string>
<!-- People fragment -->
<string name="direct_chats_header">Conversations</string>
<string name="local_address_book_header">Local address book</string>
<string name="user_directory_header">User directory</string>
<string name="matrix_only_filter">Matrix contacts only</string>
<string name="no_conversation_placeholder">No conversations</string>
<string name="no_contact_access_placeholder">You didnt allow Riot to access your local contacts</string>
<string name="no_result_placeholder">No results</string>
2019-10-23 15:18:40 +03:00
<string name="people_no_identity_server">No identity server configured.</string>
2019-03-13 20:36:57 +03:00
<!-- Rooms fragment -->
<string name="rooms_header">Rooms</string>
<string name="rooms_directory_header">Room directory</string>
<string name="no_room_placeholder">No rooms</string>
<string name="no_public_room_placeholder">No public rooms available</string>
<plurals name="public_room_nb_users">
<item quantity="one">1 user</item>
<item quantity="other">%d users</item>
</plurals>
<!-- Groups fragment -->
<string name="groups_invite_header">Invite</string>
<string name="groups_header">Communities</string>
<string name="no_group_placeholder">No groups</string>
<string name="send_bug_report_include_logs">Send logs</string>
<string name="send_bug_report_include_crash_logs">Send crash logs</string>
<string name="send_bug_report_include_screenshot">Send screenshot</string>
<string name="send_bug_report">Report bug</string>
<string name="send_bug_report_description">Please describe the bug. What did you do? What did you expect to happen? What actually happened?</string>
<string name="send_bug_report_description_in_english">If possible, please write the description in English.</string>
<string name="send_bug_report_placeholder">Describe your problem here</string>
<string name="send_bug_report_logs_description">In order to diagnose problems, logs from this client will be sent with this bug report. This bug report, including the logs and the screenshot, will not be publicly visible. If you would prefer to only send the text above, please untick:</string>
<string name="send_bug_report_alert_message">You seem to be shaking the phone in frustration. Would you like to open the bug report screen?</string>
<string name="send_bug_report_app_crashed">The application has crashed last time. Would you like to open the crash report screen?</string>
<string name="send_bug_report_rage_shake">Rage shake to report bug</string>
<string name="send_bug_report_sent">The bug report has been successfully sent</string>
<string name="send_bug_report_failed">The bug report failed to be sent (%s)</string>
<string name="send_bug_report_progress">Progress (%s%%)</string>
<string name="send_files_in">Send into</string>
<string name="read_receipt">Read</string>
<string name="join_room">Join Room</string>
<string name="username">Username</string>
<string name="create_account">Create Account</string>
<string name="login">Log in</string>
<string name="logout">Sign out</string>
<string name="hs_url">Home Server URL</string>
<string name="identity_url">Identity Server URL</string>
<string name="search">Search</string>
<string name="start_new_chat">Start New Chat</string>
<string name="start_voice_call">Start Voice Call</string>
<string name="start_video_call">Start Video Call</string>
<string name="option_send_voice">Send voice</string>
<string name="start_new_chat_prompt_msg">Are you sure that you want to start a new chat with %s?</string>
<string name="start_voice_call_prompt_msg">Are you sure that you want to start a voice call?</string>
<string name="start_video_call_prompt_msg">Are you sure that you want to start a video call?</string>
2019-10-23 15:18:40 +03:00
<string name="call_failed_no_ice_title">Call failed due to misconfigured server</string>
<string name="call_failed_no_ice_description">Please ask the administrator of your homeserver (%1$s) to configure a TURN server in order for calls to work reliably.\n\nAlternatively, you can try to use the public server at %2$s, but this will not be as reliable, and it will share your IP address with that server. You can also manage this in Settings."</string>
<string name="call_failed_no_ice_use_alt">Try using %s</string>
<string name="call_failed_dont_ask_again">Do not ask me again</string>
2019-03-13 20:36:57 +03:00
<string name="option_send_files">Send files</string>
<string name="option_send_sticker">Send sticker</string>
<string name="option_take_photo_video">Take photo or video</string>
<string name="option_take_photo">Take photo</string>
<string name="option_take_video">Take video</string>
<!-- No sticker application dialog -->
<string name="no_sticker_application_dialog_content">You dont currently have any stickerpacks enabled.\n\nAdd some now?</string>
<!-- External application -->
<string name="go_on_with">go on with…</string>
<string name="error_no_external_application_found">Sorry, no external application has been found to complete this action.</string>
<!-- Authentication -->
<string name="auth_login">Log in</string>
<string name="auth_login_sso">Sign in with single sign-on</string>
<string name="auth_register">Create Account</string>
<string name="auth_submit">Submit</string>
<string name="auth_skip">Skip</string>
<string name="auth_send_reset_email">Send Reset Email</string>
<string name="auth_return_to_login">Return to login screen</string>
<string name="auth_user_id_placeholder">Email or user name</string>
<string name="auth_password_placeholder">Password</string>
<string name="auth_new_password_placeholder">New password</string>
<string name="auth_user_name_placeholder">User name</string>
2019-10-23 15:18:40 +03:00
<string name="auth_add_email_message_2">"Set an email for account recovery, and later to be optionally discoverable by people who know you."</string>
<string name="auth_add_phone_message_2">"Set a phone, and later to be optionally discoverable by people who know you."</string>
<string name="auth_add_email_phone_message_2">"Set an email for account recovery. Use later email or phone to be optionally discoverable by people who know you."</string>
<string name="auth_add_email_and_phone_message_2">"Set an email for account recovery. Use later email or phone to be optionally discoverable by people who know you."</string>
2019-03-13 20:36:57 +03:00
<string name="auth_email_placeholder">Email address</string>
<string name="auth_opt_email_placeholder">Email address (optional)</string>
<string name="auth_phone_number_placeholder">Phone number</string>
<string name="auth_opt_phone_number_placeholder">Phone number (optional)</string>
<string name="auth_repeat_password_placeholder">Repeat password</string>
<string name="auth_repeat_new_password_placeholder">Confirm your new password</string>
<string name="auth_invalid_login_param">Incorrect username and/or password</string>
<string name="auth_invalid_user_name">User names may only contain letters, numbers, dots, hyphens and underscores</string>
<string name="auth_invalid_password">Password too short (min 6)</string>
<string name="auth_missing_password">Missing password</string>
<string name="auth_invalid_email">"This doesnt look like a valid email address"</string>
<string name="auth_invalid_phone">"This doesnt look like a valid phone number"</string>
<string name="auth_email_already_defined">This email address is already defined.</string>
<string name="auth_missing_email">Missing email address</string>
<string name="auth_missing_phone">Missing phone number</string>
<string name="auth_missing_email_or_phone">Missing email address or phone number</string>
<string name="auth_invalid_token">Invalid token</string>
<string name="auth_password_dont_match">Passwords dont match</string>
<string name="auth_forgot_password">Forgot password?</string>
<string name="auth_use_server_options">Use custom server options (advanced)</string>
<string name="auth_email_validation_message">Please check your email to continue registration</string>
<string name="auth_threepid_warning_message">Registration with email and phone number at once is not supported yet until the api exists. Only the phone number will be taken into account.\n\nYou may add your email to your profile in settings.</string>
<string name="auth_recaptcha_message">This Home Server would like to make sure you are not a robot</string>
<string name="auth_username_in_use">Username in use</string>
<string name="auth_home_server">Home Server:</string>
<string name="auth_identity_server">Identity Server:</string>
<string name="auth_reset_password_next_step_button">I have verified my email address</string>
<string name="auth_reset_password_message">To reset your password, enter the email address linked to your account:</string>
<string name="auth_reset_password_missing_email">The email address linked to your account must be entered.</string>
<string name="auth_reset_password_missing_password">A new password must be entered.</string>
<string name="auth_reset_password_email_validation_message">An email has been sent to %s. Once youve followed the link it contains, click below.</string>
<string name="auth_reset_password_error_unauthorized">Failed to verify email address: make sure you clicked the link in the email</string>
2020-02-05 19:27:55 +03:00
<string name="auth_reset_password_success_message">Your password has been reset.\n\nYou have been logged out of all sessions and will no longer receive push notifications. To re-enable notifications, re-log in on each device.</string>
2019-03-13 20:36:57 +03:00
<string name="auth_accept_policies">"Please review and accept the policies of this homeserver:"</string>
<!-- Login Screen -->
<string name="login_error_must_start_http">URL must start with http[s]://</string>
<string name="login_error_network_error">Unable to login: Network error</string>
<string name="login_error_unable_login">Unable to login</string>
<string name="login_error_registration_network_error">Unable to register: Network error</string>
<string name="login_error_unable_register">Unable to register</string>
<string name="login_error_unable_register_mail_ownership">Unable to register : email ownership failure</string>
<string name="login_error_invalid_home_server">Please enter a valid URL</string>
<string name="login_error_unknown_host">This URL is not reachable, please check it</string>
<string name="login_error_no_homeserver_found">This is not a valid Matrix server address</string>
2019-10-23 15:18:40 +03:00
<string name="login_error_homeserver_not_found">Cannot reach a homeserver at this URL, please check it</string>
2019-03-13 20:36:57 +03:00
<string name="login_error_ssl_handshake">Your device is using an outdated TLS security protocol, vulnerable to attack, for your security you will not be able to connect</string>
2020-04-14 18:23:59 +03:00
<string name="login_mobile_device">Mobile</string>
2019-03-13 20:36:57 +03:00
<string name="login_error_forbidden">Invalid username/password</string>
<string name="login_error_unknown_token">The access token specified was not recognised</string>
<string name="login_error_bad_json">Malformed JSON</string>
<string name="login_error_not_json">Did not contain valid JSON</string>
<string name="login_error_limit_exceeded">Too many requests have been sent</string>
<string name="login_error_user_in_use">This user name is already used</string>
<string name="login_error_login_email_not_yet">The email link which has not been clicked yet</string>
<!-- crypto warnings -->
2020-02-05 19:27:55 +03:00
<string name="e2e_need_log_in_again">You need to log back in to generate end-to-end encryption keys for this session and submit the public key to your homeserver.\nThis is a once off.\nSorry for the inconvenience.</string>
2019-03-13 20:36:57 +03:00
<!-- request again e2e key -->
<string name="e2e_re_request_encryption_key">Re-request encryption keys from your other sessions.</string>
2019-03-13 20:36:57 +03:00
<string name="e2e_re_request_encryption_key_sent">Key request sent.</string>
<string name="e2e_re_request_encryption_key_dialog_title">Request sent</string>
2020-02-05 19:27:55 +03:00
<string name="e2e_re_request_encryption_key_dialog_content">Please launch Riot on another device that can decrypt the message so it can send the keys to this session.</string>
2019-03-13 20:36:57 +03:00
<!-- read receipts list Screen -->
<string name="read_receipts_list">Read Receipts List</string>
<!-- flairs list Screen -->
<string name="groups_list">Groups List</string>
<!-- Mels -->
<plurals name="membership_changes">
<item quantity="one">1 membership change</item>
<item quantity="other">%d membership changes</item>
</plurals>
<!-- accounts list Screen -->
<!-- image size selection -->
<string name="compression_options">Send as </string>
<string name="compression_opt_list_original">Original</string>
<string name="compression_opt_list_large">Large</string>
<string name="compression_opt_list_medium">Medium</string>
<string name="compression_opt_list_small">Small</string>
<!-- media upload / download messages -->
<string name="attachment_cancel_download">"Cancel the download?</string>
<string name="attachment_cancel_upload">Cancel the upload?</string>
<string name="attachment_remaining_time_seconds">%d s</string>
<string name="attachment_remaining_time_minutes">%1$dm %2$ds</string>
<!-- room creation dialog Screen -->
<string name="yesterday">Yesterday</string>
<string name="today">Today</string>
<!-- room info dialog Screen -->
<string name="room_info_room_name">Room name</string>
<string name="room_info_room_topic">Room topic</string>
<!-- Call settings screen -->
<string name="settings_call_category">Calls</string>
<string name="settings_call_ringtone_use_riot_ringtone">Use default Riot ringtone for incoming calls</string>
2019-10-23 15:18:40 +03:00
<string name="settings_call_ringtone_use_default_stun">Allow fallback call assist server</string>
<string name="settings_call_ringtone_use_default_stun_sum">Will use "%s" as assist when your home server does not offers one (your IP address will be shared during a call)</string>
2019-03-13 20:36:57 +03:00
<string name="settings_call_ringtone_title">Incoming call ringtone</string>
<string name="settings_call_ringtone_dialog_title">Select ringtone for calls:</string>
<!-- call string -->
<string name="call">Call</string>
<string name="call_connected">Call connected</string>
<string name="call_connecting">Call connecting…</string>
<string name="call_ended">Call ended</string>
<string name="call_ring">Calling…</string>
<string name="incoming_call">Incoming Call</string>
<string name="incoming_video_call">Incoming Video Call</string>
<string name="incoming_voice_call">Incoming Voice Call</string>
<string name="call_in_progress">Call In Progress…</string>
<string name="video_call_in_progress">Video Call In Progress…</string>
<string name="call_error_user_not_responding">The remote side failed to pick up.</string>
<string name="call_error_ice_failed">Media Connection Failed</string>
<string name="call_error_camera_init_failed">Cannot initialize the camera</string>
<string name="call_error_answered_elsewhere">call answered elsewhere</string>
<!-- medias picker string -->
<string name="media_picker_both_capture_title">Take a picture or a video"</string>
<string name="media_picker_cannot_record_video">Cannot record video"</string>
<!-- permissions Android M -->
<string name="permissions_rationale_popup_title">Information</string>
<string name="permissions_rationale_msg_storage">Riot needs permission to access your photo and video library to send and save attachments.\n\nPlease allow access on the next pop-up to be able to send files from your phone.</string>
<string name="permissions_rationale_msg_camera">Riot needs permission to access your camera to take pictures and video calls.</string>
<string name="permissions_rationale_msg_camera_explanation">\n\nPlease allow access on the next pop-up to be able to make the call.</string>
<string name="permissions_rationale_msg_record_audio">Riot needs permission to access your microphone to perform audio calls.</string>
<string name="permissions_rationale_msg_record_audio_explanation">\n\nPlease allow access on the next pop-up to be able to make the call.</string>
<string name="permissions_rationale_msg_camera_and_audio">Riot needs permission to access your camera and your microphone to perform video calls.\n\nPlease allow access on the next pop-ups to be able to make the call.</string>
2019-06-17 15:55:17 +03:00
<string name="permissions_rationale_msg_contacts">Riot can check your address book to find other Matrix users based on their email and phone numbers. If you agree to share your address book for this purpose, please allow access on the next pop-up.</string>
<string name="permissions_msg_contacts_warning_other_androids">Riot can check your address book to find other Matrix users based on their email and phone numbers.\n\nDo you agree to share your address book for this purpose?</string>
2019-03-13 20:36:57 +03:00
<string name="permissions_action_not_performed_missing_permissions">Sorry. Action not performed, due to missing permissions</string>
<!-- medias slider string -->
<string name="media_slider_saved">Saved</string>
<string name="media_slider_saved_message">Save to downloads?</string>
<string name="yes">YES</string>
<string name="no">NO</string>
<string name="_continue">Continue</string>
<!-- Actions -->
<string name="remove">Remove</string>
<string name="join">Join</string>
<string name="preview">Preview</string>
<string name="reject">Reject</string>
<!-- Room -->
<string name="list_members">List members</string>
<string name="open_chat_header">Open header</string>
<string name="room_sync_in_progress">Syncing…</string>
<string name="room_jump_to_first_unread">Jump to first unread message.</string>
<!-- Room Preview -->
<string name="room_preview_invitation_format">You have been invited to join this room by %s</string>
<string name="room_preview_unlinked_email_warning">This invitation was sent to %s, which is not associated with this account.\nYou may wish to login with a different account, or add this email to your account.</string>
<string name="room_preview_try_join_an_unknown_room">You are trying to access %s. Would you like to join in order to participate in the discussion?</string>
<string name="room_preview_try_join_an_unknown_room_default">a room</string>
<string name="room_preview_room_interactions_disabled">This is a preview of this room. Room interactions have been disabled.</string>
2019-10-23 15:18:40 +03:00
<string name="invite_no_identity_server_error">Add an identity server in your settings to perform this action.</string>
2019-03-13 20:36:57 +03:00
<!-- Chat creation -->
<string name="room_creation_title">New Chat</string>
<string name="room_creation_add_member">Add member</string>
<plurals name="room_header_active_members_count">
<item quantity="one">1 active members</item>
<item quantity="other">%d active members</item>
</plurals>
<plurals name="room_title_members">
<item quantity="one">1 member</item>
<item quantity="other">%d members</item>
</plurals>
<string name="room_title_one_member">1 member</string>
<!-- Time -->
<plurals name="format_time_s">
<item quantity="one">1s</item>
<item quantity="other">%ds</item>
</plurals>
<plurals name="format_time_m">
<item quantity="one">1m</item>
<item quantity="other">%dm</item>
</plurals>
<plurals name="format_time_h">
<item quantity="one">1h</item>
<item quantity="other">%dh</item>
</plurals>
<plurals name="format_time_d">
<item quantity="one">1d</item>
<item quantity="other">%dd</item>
</plurals>
<!-- Chat participants -->
<string name="room_participants_leave_prompt_title">Leave room</string>
<string name="room_participants_leave_prompt_msg">Are you sure you want to leave the room?</string>
<string name="room_participants_remove_prompt_msg">Are you sure you want to remove %s from this chat?</string>
<string name="room_participants_create">Create</string>
<string name="room_participants_online">Online</string>
<string name="room_participants_offline">Offline</string>
<string name="room_participants_idle">Idle</string>
<!--The variable is one of "Online", "Offline" or "Idle" states above.-->
<string name="room_participants_now">%1$s now</string>
<!--
The first variable is one of "Online", "Offline" or "Idle" states (with or without " now" part).
The second variable is the formatted datetime (5s, 5m, 5h, 5d) from format_time_s/m/h/d strings.
-->
<string name="room_participants_ago">%1$s %2$s ago</string>
<string name="room_participants_header_admin_tools">ADMIN TOOLS</string>
<string name="room_participants_header_call">CALL</string>
<string name="room_participants_header_direct_chats">DIRECT CHATS</string>
2020-02-05 19:27:55 +03:00
<string name="room_participants_header_devices">SESSIONS</string>
2019-03-13 20:36:57 +03:00
<string name="room_participants_action_invite">Invite</string>
<string name="room_participants_action_leave">Leave this room</string>
<string name="room_participants_action_remove">Remove from this room</string>
<string name="room_participants_action_ban">Ban</string>
<string name="room_participants_action_unban">Unban</string>
<string name="room_participants_action_kick">Kick</string>
<string name="room_participants_action_set_default_power_level">Reset to normal user</string>
<string name="room_participants_action_set_moderator">Make moderator</string>
<string name="room_participants_action_set_admin">Make admin</string>
<string name="room_participants_action_ignore">Hide all messages from this user</string>
<string name="room_participants_action_unignore">Show all messages from this user</string>
<string name="room_participants_action_unignore_prompt">Show all messages from this user?\n\nNote that this action will restart the app and it may take some time.</string>
<string name="room_participants_invite_search_another_user">User ID, Name or email</string>
<string name="room_participants_action_mention">Mention</string>
2020-02-05 19:27:55 +03:00
<string name="room_participants_action_devices_list">Show Session List</string>
2019-03-13 20:36:57 +03:00
<string name="room_participants_power_level_prompt">You will not be able to undo this change as you are promoting the user to have the same power level as yourself.\nAre you sure?</string>
<plurals name="room_participants_kick_prompt_msg">
<item quantity="one">Are you sure that you want to kick this user from this chat?</item>
<item quantity="other">Are you sure that you want to kick these users from this chat?</item>
</plurals>
<string name="room_participants_ban_prompt_msg">Are you sure that you want to ban this user from this chat?</string>
<string name="reason_hint">Reason</string>
<!--
The variable can be a single name or a string of names
("Alice, "+"Bob, "+"Charlie and David" > "Alice, Bob, Charlie and David)
-->
<string name="room_participants_invite_prompt_msg">"Are you sure you want to invite %s to this chat?"</string>
<!-- The building block of the first part of the string of names ("Alice, "/"Bob, ") -->
<string name="room_participants_invite_join_names">"%1$s, "</string>
<!-- The second part of the string of names ("Charlie and David") -->
<string name="room_participants_invite_join_names_and">%1$s and %2$s</string>
<!-- First variable is the first part, and second is the second part -->
<string name="room_participants_invite_join_names_combined">%1$s %2$s</string>
<!-- invitation -->
<string name="people_search_invite_by_id"><u>Invite by ID</u></string>
<string name="people_search_local_contacts">LOCAL CONTACTS (%d)</string>
<string name="people_search_user_directory">USER DIRECTORY (%s)</string>
<string name="people_search_filter_text">Matrix users only</string>
<string name="people_search_invite_by_id_dialog_title">Invite user by ID</string>
<string name="people_search_invite_by_id_dialog_description">Please enter one or more email address or Matrix ID</string>
<string name="people_search_invite_by_id_dialog_hint">Email or Matrix ID</string>
<!-- Chat -->
<string name="room_menu_search">Search</string>
<string name="room_one_user_is_typing">%s is typing…</string>
<string name="room_two_users_are_typing">%1$s &#038; %2$s are typing…</string>
<string name="room_many_users_are_typing">%1$s &#038; %2$s &#038; others are typing…</string>
<string name="room_message_placeholder_encrypted">Send an encrypted message…</string>
<string name="room_message_placeholder_not_encrypted">Send a message (unencrypted)…</string>
<string name="room_message_placeholder_reply_to_encrypted">Send an encrypted reply…</string>
<string name="room_message_placeholder_reply_to_not_encrypted">Send a reply (unencrypted)…</string>
<string name="room_offline_notification">Connectivity to the server has been lost.</string>
<string name="room_unsent_messages_notification">Messages not sent. %1$s or %2$s now?</string>
2020-02-05 19:27:55 +03:00
<string name="room_unknown_devices_messages_notification">Messages not sent due to unknown sessions being present. %1$s or %2$s now?</string>
2019-03-13 20:36:57 +03:00
<string name="room_prompt_resend">Resend all</string>
<string name="room_prompt_cancel">Cancel all</string>
2019-03-13 20:36:57 +03:00
<string name="room_resend_unsent_messages">Resend unsent messages</string>
<string name="room_delete_unsent_messages">Delete unsent messages</string>
<string name="room_message_file_not_found">File not found</string>
<string name="room_do_not_have_permission_to_post">You do not have permission to post to this room</string>
<plurals name="room_new_messages_notification">
<item quantity="one">1 new message</item>
<item quantity="other">%d new messages</item>
</plurals>
<!-- unrecognized SSL certificate -->
<string name="ssl_trust">Trust</string>
<string name="ssl_do_not_trust">Do not trust</string>
<string name="ssl_logout_account">Logout</string>
<string name="ssl_remain_offline">Ignore</string>
<string name="ssl_fingerprint_hash">Fingerprint (%s):</string>
<string name="ssl_could_not_verify">Could not verify identity of remote server.</string>
<string name="ssl_cert_not_trust">This could mean that someone is maliciously intercepting your traffic, or that your phone does not trust the certificate provided by the remote server.</string>
<string name="ssl_cert_new_account_expl">If the server administrator has said that this is expected, ensure that the fingerprint below matches the fingerprint provided by them.</string>
<string name="ssl_unexpected_existing_expl">The certificate has changed from one that was trusted by your phone. This is HIGHLY UNUSUAL. It is recommended that you DO NOT ACCEPT this new certificate.</string>
<string name="ssl_expected_existing_expl">The certificate has changed from a previously trusted one to one that is not trusted. The server may have renewed its certificate. Contact the server administrator for the expected fingerprint.</string>
<string name="ssl_only_accept">Only accept the certificate if the server administrator has published a fingerprint that matches the one above.</string>
<!-- Room Details -->
<string name="room_details_title">Room Details</string>
<string name="room_details_people">People</string>
<string name="room_details_files">Files</string>
<string name="room_details_settings">Settings</string>
<plurals name="room_details_selected">
<item quantity="one">1 selected</item>
<item quantity="other">%d selected</item>
</plurals>
<string name="malformed_id">Malformed ID. Should be an email address or a Matrix ID like \'@localpart:domain\'</string>
<string name="room_details_people_invited_group_name">INVITED</string>
<string name="room_details_people_present_group_name">JOINED</string>
<!-- Room events -->
<string name="room_event_action_report_prompt_reason">Reason for reporting this content</string>
<string name="room_event_action_report_prompt_ignore_user">Do you want to hide all messages from this user?\n\nNote that this action will restart the app and it may take some time.</string>
<string name="room_event_action_cancel_upload">Cancel Upload</string>
<string name="room_event_action_cancel_download">Cancel Download</string>
<!-- Search -->
<string name="search_hint">Search</string>
<string name="search_members_hint">Filter room members</string>
<string name="search_no_results">No results</string>
<string name="tab_title_search_rooms">ROOMS</string>
<string name="tab_title_search_messages">MESSAGES</string>
<string name="tab_title_search_people">PEOPLE</string>
<string name="tab_title_search_files">FILES</string>
<!-- Room recents -->
<string name="room_recents_join">JOIN</string>
<string name="room_recents_directory">DIRECTORY</string>
<string name="room_recents_favourites">FAVORITES</string>
<string name="room_recents_conversations">ROOMS</string>
<string name="room_recents_low_priority">LOW PRIORITY</string>
<string name="room_recents_invites">INVITES</string>
<string name="room_recents_start_chat">Start chat</string>
<string name="room_recents_create_room">Create room</string>
<string name="room_recents_join_room">Join room</string>
<string name="room_recents_join_room_title">Join a room</string>
<string name="room_recents_join_room_prompt">Type a room id or a room alias</string>
<!-- Directory -->
<string name="directory_search_results_title">Browse directory</string>
<plurals name="directory_search_rooms">
<item quantity="one">1 room</item>
<item quantity="other">%d rooms</item>
</plurals>
<plurals name="directory_search_rooms_for">
<item quantity="one">%1$s room found for %2$s</item>
<item quantity="other">%1$s rooms found for %2$s</item>
</plurals>
<string name="directory_searching_title">Searching directory…</string>
<!-- home room settings -->
<string name="room_settings_all_messages_noisy">All messages (noisy)</string>
<string name="room_settings_all_messages">All messages</string>
<string name="room_settings_mention_only">Mentions only</string>
<string name="room_settings_mute">Mute</string>
<string name="room_settings_favourite">Favourite</string>
<string name="room_settings_de_prioritize">De-prioritize</string>
<string name="room_settings_direct_chat">Direct Chat</string>
<string name="room_settings_leave_conversation">Leave Conversation</string>
<string name="room_settings_forget">Forget</string>
<string name="room_settings_add_homescreen_shortcut">Add Homescreen Shortcut</string>
<!-- home sliding menu -->
<string name="room_sliding_menu_messages">Messages</string>
<string name="room_sliding_menu_settings">Settings</string>
<string name="room_sliding_menu_version">Version</string>
<string name="room_sliding_menu_version_x">Version %s</string>
<string name="room_sliding_menu_term_and_conditions">Terms &amp; conditions</string>
<string name="room_sliding_menu_third_party_notices">Third party notices</string>
<string name="room_sliding_menu_copyright">Copyright</string>
<string name="room_sliding_menu_privacy_policy">Privacy policy</string>
<!-- Vector Settings -->
<string name="settings_profile_picture">Profile Picture</string>
<string name="settings_display_name">Display Name</string>
<string name="settings_email_address">Email</string>
<string name="settings_add_email_address">Add email address</string>
<string name="settings_phone_number">Phone</string>
<string name="settings_add_phone_number">Add phone number</string>
<string name="settings_app_info_link_title">Application info</string>
<string name="settings_app_info_link_summary">Show the application info in the system settings.</string>
2019-11-29 18:22:04 +03:00
<string name="settings_add_3pid_confirm_password_title">Confirm your password</string>
<string name="settings_add_3pid_flow_not_supported">You can\'t do this from Riot mobile</string>
<string name="settings_add_3pid_authentication_needed">Authentication is required</string>
2019-03-13 20:36:57 +03:00
<string name="settings_notification_advanced">Advanced Notification Settings</string>
<string name="settings_notification_advanced_summary">Set notification importance by event, Configure sound, led, vibration</string>
<string name="settings_notification_by_event">Notification importance by event</string>
<string name="settings_notification_privacy">Notification privacy</string>
<string name="settings_notification_troubleshoot">Troubleshoot Notifications</string>
<string name="settings_troubleshoot_diagnostic">Troubleshooting diagnostics</string>
<string name="settings_troubleshoot_diagnostic_run_button_title">Run Tests</string>
<string name="settings_troubleshoot_diagnostic_running_status">Running… (%1$d of %2$d)</string>
<string name="settings_troubleshoot_diagnostic_success_status">Basic diagnostic is OK. If you still do not receive notifications, please submit a bug report to help us investigate.</string>
2019-03-13 20:36:57 +03:00
<string name="settings_troubleshoot_diagnostic_failure_status_with_quickfix">One or more tests have failed, try suggested fix(es).</string>
<string name="settings_troubleshoot_diagnostic_failure_status_no_quickfix">One or more tests have failed, please submit a bug report to help us investigate.</string>
<string name="settings_troubleshoot_test_system_settings_title">System Settings.</string>
<string name="settings_troubleshoot_test_system_settings_success">Notifications are enabled in the system settings.</string>
<string name="settings_troubleshoot_test_system_settings_failed">Notifications are disabled in the system settings.\nPlease check system settings.</string>
<string name="open_settings">Open Settings</string>
<string name="settings_troubleshoot_test_account_settings_title">Account Settings.</string>
<string name="settings_troubleshoot_test_account_settings_success">Notifications are enabled for your account.</string>
<string name="settings_troubleshoot_test_account_settings_failed">Notifications are disabled for your account.\nPlease check account settings.</string>
<string name="settings_troubleshoot_test_account_settings_quickfix">Enable</string>
2020-02-05 19:27:55 +03:00
<string name="settings_troubleshoot_test_device_settings_title">Session Settings.</string>
<string name="settings_troubleshoot_test_device_settings_success">Notifications are enabled for this session.</string>
<string name="settings_troubleshoot_test_device_settings_failed">Notifications are not enabled for this session.\nPlease check the Riot settings.</string>
2019-03-13 20:36:57 +03:00
<string name="settings_troubleshoot_test_device_settings_quickfix">Enable</string>
<string name="settings_troubleshoot_test_bing_settings_title">Custom Settings.</string>
<string name="settings_troubleshoot_test_bing_settings_success_with_warn">Notice that some messages type are set to be silent (will produce a notification with no sound).</string>
<string name="settings_troubleshoot_test_bing_settings_failed">Some notifications are disabled in your custom settings.</string>
<string name="settings_troubleshoot_test_bing_settings_failed_to_load_rules">Failed to load custom rules, please retry.</string>
<string name="settings_troubleshoot_test_bing_settings_quickfix">Check Settings</string>
<string name="settings_troubleshoot_test_play_services_title">Play Services Check</string>
<string name="settings_troubleshoot_test_play_services_success">Google Play Services APK is available and up-to-date.</string>
<string name="settings_troubleshoot_test_play_services_failed">Riot uses Google Play Services to deliver push messages but it doesnt seem to be configured correctly:\n%1$s</string>
<string name="settings_troubleshoot_test_play_services_quickfix">Fix Play Services</string>
<string name="settings_troubleshoot_test_fcm_title">Firebase Token</string>
<string name="settings_troubleshoot_test_fcm_success">FCM token successfully retrieved:\n%1$s</string>
<string name="settings_troubleshoot_test_fcm_failed">Failed to retrieved FCM token:\n%1$s</string>
<string name="settings_troubleshoot_test_fcm_failed_too_many_registration">[%1$s]\nThis error is out of control of Riot and according to Google, this error indicates that the device has too many apps registered with FCM. The error only occurs in cases where there are extreme numbers of apps, so it should not affect the average user.</string>
<string name="settings_troubleshoot_test_fcm_failed_service_not_available">[%1$s]\nThis error is out of control of Riot. It can occur for several reasons. Maybe it will work if you retry later, you can also check that Google Play Service is not restricted in data usage in the system settings, or that your device clock is correct, or it can happen on custom ROM.</string>
<string name="settings_troubleshoot_test_fcm_failed_account_missing">[%1$s]\nThis error is out of control of Riot. There is no Google account on the phone. Please open the account manager and add a Google account.</string>
<string name="settings_troubleshoot_test_fcm_failed_account_missing_quick_fix">Add Account</string>
<string name="settings_troubleshoot_test_token_registration_title">Token Registration</string>
<string name="settings_troubleshoot_test_token_registration_success">FCM token successfully registered to HomeServer.</string>
<string name="settings_troubleshoot_test_token_registration_failed">Failed to register FCM token to HomeServer:\n%1$s</string>
<string name="settings_troubleshoot_test_foreground_service_started_title">Notifications Service</string>
<string name="settings_troubleshoot_test_foreground_service_startedt_success">Notifications Service is running.</string>
<string name="settings_troubleshoot_test_foreground_service_started_failed">Notifications Service is not running.\nTry to restart the application.</string>
<string name="settings_troubleshoot_test_foreground_service_started_quickfix">Start Service</string>
<string name="settings_troubleshoot_test_service_restart_title">Notifications Service Auto-Restart</string>
<string name="settings_troubleshoot_test_service_restart_success">Service was killed and restarted automatically.</string>
<string name="settings_troubleshoot_test_service_restart_failed">Service failed to restart</string>
<string name="settings_troubleshoot_test_service_boot_title">Start on boot</string>
<string name="settings_troubleshoot_test_service_boot_success">Service will start when the device is restarted.</string>
<string name="settings_troubleshoot_test_service_boot_failed">The service will not start when the device is restarted, you will not receive notifications until Riot has been opened once.</string>
<string name="settings_troubleshoot_test_service_boot_quickfix">Enable Start on boot</string>
<string name="settings_troubleshoot_test_bg_restricted_title">Check background restrictions</string>
<string name="settings_troubleshoot_test_bg_restricted_success">Background restrictions are disabled for Riot. This test should be run using mobile data (no WIFI).\n%1$s</string>
<string name="settings_troubleshoot_test_bg_restricted_failed">Background restrictions are enabled for Riot.\nWork that the app tries to do will be aggressively restricted while it is in the background, and this could affect notifications.\n%1$s</string>
<string name="settings_troubleshoot_test_bg_restricted_quickfix">Disable restrictions</string>
<string name="settings_troubleshoot_test_battery_title">Battery Optimization</string>
<string name="settings_troubleshoot_test_battery_success">Riot is not affected by Battery Optimization.</string>
<string name="settings_troubleshoot_test_battery_failed">If a user leaves a device unplugged and stationary for a period of time, with the screen off, the device enters Doze mode. This prevents apps from accessing the network and defers their jobs, syncs, and standard alarms. </string>
<string name="settings_troubleshoot_test_battery_quickfix">Ignore Optimization</string>
<string name="settings_notification_privacy_normal">Normal</string>
<string name="settings_notification_privacy_reduced">Reduced privacy</string>
<string name="settings_notification_privacy_need_permission">The app needs permission to run in the background</string>
<string name="settings_notification_privacy_no_background_sync">The apps does <b>not</b> need to connect to the HomeServer in the background, it should reduce battery usage</string>
<string name="settings_notification_privacy_fcm">• Notifications are sent via Firebase Cloud Messaging</string>
2019-03-13 20:36:57 +03:00
<string name="settings_notification_privacy_metadata">• Notifications only contain meta data</string>
<string name="settings_notification_privacy_secure_message_content">• Message content of the notification is <b>located securely direct from the Matrix homeserver</b></string>
<string name="settings_notification_privacy_nosecure_message_content">• Notifications contain <b>meta and message data</b></string>
<string name="settings_notification_privacy_message_content_not_shown">• Notifications will <b>not show message content</b></string>
<string name="settings_notification_ringtone">Notification sound</string>
<string name="settings_enable_all_notif">Enable notifications for this account</string>
2020-02-05 19:27:55 +03:00
<string name="settings_enable_this_device">Enable notifications for this session</string>
2019-03-13 20:36:57 +03:00
<string name="settings_turn_screen_on">Turn the screen on for 3 seconds</string>
<string name="settings_noisy_notifications_preferences">Configure Noisy Notifications</string>
<string name="settings_call_notifications_preferences">Configure Call Notifications</string>
<string name="settings_silent_notifications_preferences">Configure Silent Notifications</string>
<string name="settings_system_preferences_summary">Choose LED color, vibration, sound…</string>
<string name="settings_containing_my_display_name">Msgs containing my display name</string>
<string name="settings_containing_my_user_name">Msgs containing my user name</string>
<string name="settings_messages_in_one_to_one">Msgs in one-to-one chats</string>
<string name="settings_messages_in_group_chat">Msgs in group chats</string>
<string name="settings_invited_to_room">When Im invited to a room</string>
<string name="settings_call_invitations">Call invitations</string>
<string name="settings_messages_sent_by_bot">Messages sent by bot</string>
<string name="settings_background_sync">Background synchronization</string>
2019-10-23 15:18:40 +03:00
<string name="settings_background_fdroid_sync_mode">Background Sync Mode (Experimental)</string>
<string name="settings_background_fdroid_sync_mode_battery">Optimized for battery</string>
<string name="settings_background_fdroid_sync_mode_battery_description">Riot will sync in background in way that preserves the devices limited resources (battery).\nDepending on your device resource state, the sync may be deferred by the operating system.</string>
<string name="settings_background_fdroid_sync_mode_real_time">Optimized for real time</string>
<string name="settings_background_fdroid_sync_mode_real_time_description">Riot will sync in background periodically at precise time (configurable).\nThis will impact radio and battery usage, there will be a permanent notification displayed stating that riot is listening for events.</string>
<string name="settings_background_fdroid_sync_mode_disabled">No background sync</string>
<string name="settings_background_fdroid_sync_mode_disabled_description">You will not be notified of incoming messages when the app is in background.</string>
<string name="settings_background_sync_update_error">Failed to update settings.</string>
2019-03-13 20:36:57 +03:00
<string name="settings_start_on_boot">Start on boot</string>
<string name="settings_enable_background_sync">Enable background sync</string>
<string name="settings_set_sync_timeout">Sync request timeout</string>
2019-10-23 15:18:40 +03:00
<string name="settings_set_workmanager_delay">Preferred Sync Interval</string>
<string name="settings_set_workmanager_delay_summary">%s\nThe sync might be deferred depending on the resources (battery) or state of the device (sleep).</string>
<string name="settings_set_sync_delay">Delay between each Sync</string>
2019-03-13 20:36:57 +03:00
<string name="settings_second">second</string>
<string name="settings_seconds">seconds</string>
<string name="settings_version">Version</string>
<string name="settings_olm_version">olm version</string>
<string name="settings_app_term_conditions">Terms &amp; conditions</string>
<string name="settings_third_party_notices">Third party notices</string>
<string name="settings_copyright">Copyright</string>
<string name="settings_privacy_policy">Privacy policy</string>
<string name="settings_keep_media">Keep media</string>
<string name="settings_clear_cache">Clear cache</string>
<string name="settings_clear_media_cache">Clear media cache</string>
<string name="settings_user_settings">User settings</string>
<string name="settings_notifications">Notifications</string>
<string name="settings_ignored_users">Ignored users</string>
<string name="settings_other">Other</string>
<string name="settings_advanced">Advanced</string>
2019-11-29 18:22:04 +03:00
<string name="settings_integrations">Integrations</string>
<string name="settings_integrations_summary">Use an Integration Manager to manage bots, bridges, widgets and sticker packs.\nIntegration Managers receive configuration data, and can modify widgets, send room invites and set power levels on your behalf.</string>
2019-03-13 20:36:57 +03:00
<string name="settings_cryptography">Cryptography</string>
<string name="settings_cryptography_manage_keys">Cryptography Keys Management</string>
<string name="settings_notifications_targets">Notification Targets</string>
<string name="settings_contact">Local contacts</string>
<string name="settings_contacts_app_permission">Contacts permission</string>
<string name="settings_contacts_phonebook_country">Phonebook country</string>
<string name="settings_home_display">Home display</string>
<string name="settings_pin_missed_notifications">Pin rooms with missed notifications</string>
<string name="settings_pin_unread_messages">Pin rooms with unread messages</string>
2020-02-05 19:27:55 +03:00
<string name="settings_devices_list">Sessions</string>
2019-03-13 20:36:57 +03:00
<string name="settings_inline_url_preview">Inline URL preview</string>
<string name="settings_inline_url_preview_summary">Preview links within the chat when your homeserver supports this feature.</string>
<string name="settings_send_typing_notifs">Send typing notifications</string>
<string name="settings_send_typing_notifs_summary">Let other users know that you are typing.</string>
<string name="settings_send_markdown">Markdown formatting</string>
<string name="settings_send_markdown_summary">Format messages using markdown syntax before they are sent. This allows for advanced formatting such as using asterisks to display italic text.</string>
<string name="settings_always_show_timestamps">Show timestamps for all messages</string>
<string name="settings_12_24_timestamps">Show timestamps in 12-hour format</string>
<string name="settings_show_read_receipts">Show read receipts</string>
<string name="settings_show_read_receipts_summary">Click on the read receipts for a detailed list.</string>
<string name="settings_show_join_leave_messages">Show join and leave events</string>
<string name="settings_show_join_leave_messages_summary">Invites, kicks, and bans are unaffected.</string>
<string name="settings_show_avatar_display_name_changes_messages">Show account events</string>
<string name="settings_show_avatar_display_name_changes_messages_summary">Includes avatar and display name changes.</string>
<string name="settings_vibrate_on_mention">Vibrate when mentioning a user</string>
<string name="settings_preview_media_before_sending">Preview media before sending</string>
<string name="settings_send_message_with_enter">Send message with enter</string>
<string name="settings_send_message_with_enter_summary">Enter button of the soft keyboard will send message instead of adding a line break</string>
<string name="settings_deactivate_account_section">Deactivate account</string>
<string name="settings_deactivate_my_account">Deactivate my account</string>
2019-10-23 15:18:40 +03:00
<string name="settings_discovery_category">Discovery</string>
<string name="settings_discovery_manage">Manage your discovery settings.</string>
2019-03-13 20:36:57 +03:00
<string name="startup_notification_privacy_title">Notification Privacy</string>
<string name="startup_notification_privacy_message">Riot can run in the background to manage your notifications securely and privately. This might affect battery usage.</string>
<string name="startup_notification_privacy_button_grant">Grant permission</string>
<string name="startup_notification_privacy_button_other">Choose another option</string>
<string name="startup_notification_fdroid_battery_optim_title">Background Connection</string>
<string name="startup_notification_fdroid_battery_optim_message">Riot needs to keep a low impact background connection in order to have reliable notifications.\nOn the next screen you will be prompted to allow Riot to always run in background, please accept.</string>
<string name="startup_notification_fdroid_battery_optim_button_grant">Grant permission</string>
<!-- analytics -->
<string name="settings_analytics">Analytics</string>
<string name="settings_opt_in_of_analytics">Send analytics data</string>
<string name="settings_opt_in_of_analytics_summary">Riot collects anonymous analytics to allow us to improve the application.</string>
<string name="settings_opt_in_of_analytics_prompt">Please enable analytics to help us improve Riot.</string>
<string name="settings_opt_in_of_analytics_ok">Yes, I want to help!</string>
<string name="settings_data_save_mode">Data save mode</string>
<string name="settings_data_save_mode_summary">Data save mode applies a specific filter so presence updates and typing notifications are filtered out.</string>
2020-02-05 19:27:55 +03:00
<string name="devices_details_dialog_title">Session information</string>
2019-03-13 20:36:57 +03:00
<string name="devices_details_id_title">ID</string>
2019-10-23 15:18:40 +03:00
<string name="devices_details_name_title">Public Name</string>
<string name="devices_details_device_name">Update Public Name</string>
2019-03-13 20:36:57 +03:00
<string name="devices_details_last_seen_title">Last seen</string>
<string name="devices_details_last_seen_format">%1$s @ %2$s</string>
<string name="devices_delete_dialog_text">This operation requires additional authentication.\nTo continue, please enter your password.</string>
<string name="devices_delete_dialog_title">Authentication</string>
<string name="devices_delete_pswd">Password:</string>
<string name="devices_delete_submit_button_label">Submit</string>
<string name="settings_logged_in">Logged in as</string>
<string name="settings_home_server">Home Server</string>
<string name="settings_identity_server">Identity Server</string>
2019-11-29 18:22:04 +03:00
<string name="settings_integration_allow">Allow integrations</string>
2019-08-07 17:10:50 +03:00
<string name="settings_integration_manager">Integration Manager</string>
2019-03-13 20:36:57 +03:00
<string name="settings_user_interface">User interface</string>
<string name="settings_interface_language">Language</string>
<string name="settings_select_language">Choose language</string>
<string name="account_email_validation_title">Verification Pending</string>
<string name="account_email_validation_message">Please check your email and click on the link it contains. Once this is done, click continue.</string>
<string name="account_email_validation_error">Unable to verify email address. Please check your email and click on the link it contains. Once this is done, click continue.</string>
<string name="account_email_already_used_error">This email address is already in use.</string>
<string name="account_email_not_found_error">This email address was not found.</string>
<string name="account_phone_number_already_used_error">This phone number is already in use.</string>
<string name="account_email_error">An error occurred while verifying your email address.</string>
<string name="settings_password">Password</string>
<string name="settings_change_password">Change password</string>
<string name="settings_old_password">Current password</string>
<string name="settings_new_password">New password</string>
<string name="settings_confirm_password">Confirm new password</string>
<string name="settings_change_password_submit">Update Password</string>
<string name="settings_fail_to_update_password">Failed to update password</string>
<string name="settings_fail_to_update_password_invalid_current_password">The password is not valid</string>
<string name="settings_password_updated">Your password has been updated</string>
<string name="settings_unignore_user">Show all messages from %s?\n\nNote that this action will restart the app and it may take some time.</string>
<string name="passwords_do_not_match">Passwords do not match</string>
<string name="settings_delete_notification_targets_confirmation">Are you sure you want to remove this notification target?</string>
<string name="settings_delete_threepid_confirmation">Are you sure you want to remove the %1$s %2$s?</string>
<string name="settings_select_country">Choose a country</string>
<string name="settings_phone_number_country_label">Country</string>
<string name="settings_phone_number_country_error">Please choose a country</string>
<string name="settings_phone_number_label">Phone number</string>
<string name="settings_phone_number_error">Invalid phone number for the selected country</string>
<string name="settings_phone_number_verification">Phone verification</string>
<string name="settings_phone_number_verification_instruction">"Weve sent an SMS with an activation code. Please enter this code below."</string>
<string name="settings_phone_number_verification_error_empty_code">Enter an activation code</string>
<string name="settings_phone_number_verification_error">Error while validating your phone number</string>
<string name="settings_phone_number_code">Code</string>
<string name="account_phone_number_error">An error occurred while verifying your phone number.</string>
<string name="account_additional_info">Additional info: %s</string>
<!-- Media settings -->
<string name="settings_media">Media</string>
<string name="settings_default_compression">Default compression</string>
<string name="compression_opt_list_choose">Choose</string>
<string name="settings_default_media_source">Default media source</string>
<string name="media_source_choose">Choose</string>
<string name="settings_play_shutter_sound">Play shutter sound</string>
<string name="settings_flair">Flair</string>
<string name="settings_without_flair">You are not currently a member of any communities.</string>
<!-- medias saving settings -->
<string name="media_saving_period_3_days">3 days</string>
<string name="media_saving_period_1_week">1 week</string>
<string name="media_saving_period_1_month">1 month</string>
<string name="media_saving_period_forever">Forever</string>
<!-- Room Settings -->
<!-- room global settings-->
<string name="room_settings_room_photo">Room Photo</string>
<string name="room_settings_room_name">Room Name</string>
<string name="room_settings_topic">Topic</string>
<string name="room_settings_room_tag">Room Tag</string>
<string name="room_settings_tag_pref_dialog_title">Tagged as:</string>
<!-- Room settings: Room tag -->
<string name="room_settings_tag_pref_entry_favourite">Favourite</string>
<string name="room_settings_tag_pref_entry_low_priority">Low priority</string>
<string name="room_settings_tag_pref_entry_none">None</string>
<!-- room settings : access and visibility -->
<string name="room_settings_category_access_visibility_title">Access and visibility</string>
<string name="room_settings_directory_visibility">List this room in room directory</string>
<string name="room_settings_room_notifications_title">Notifications</string>
<string name="room_settings_room_access_rules_pref_title">Room Access</string>
<string name="room_settings_room_read_history_rules_pref_title">Room History Readability</string>
<string name="room_settings_room_read_history_rules_pref_dialog_title">Who can read history?</string>
<string name="room_settings_room_access_rules_pref_dialog_title">Who can access this room?</string>
<!-- Room settings, access and visibility : WHO CAN READ HISTORY? (read rule) -->
<string name="room_settings_read_history_entry_anyone">Anyone</string>
<string name="room_settings_read_history_entry_members_only_option_time_shared">Members only (since the point in time of selecting this option)</string>
<string name="room_settings_read_history_entry_members_only_invited">Members only (since they were invited)</string>
<string name="room_settings_read_history_entry_members_only_joined">Members only (since they joined)</string>
<!-- Room settings: "Who can access this room?" (access rule) -->
<string name="room_settings_room_access_warning">To link to a room it must have an address.</string>
<string name="room_settings_room_access_entry_only_invited">Only people who have been invited</string>
<string name="room_settings_room_access_entry_anyone_with_link_apart_guest">Anyone who knows the rooms link, apart from guests</string>
<string name="room_settings_room_access_entry_anyone_with_link_including_guest">Anyone who knows the rooms link, including guests</string>
<!-- Room settings: banned users -->
<string name="room_settings_banned_users_title">Banned users</string>
<!-- advanced -->
<string name="room_settings_category_advanced_title">Advanced</string>
<string name="room_settings_room_internal_id">This rooms internal ID</string>
<string name="room_settings_addresses_pref_title">Addresses</string>
<string name="room_settings_labs_pref_title">Labs</string>
<string name="room_settings_labs_warning_message">These are experimental features that may break in unexpected ways. Use with caution.</string>
<string name="room_settings_labs_end_to_end">End-to-End Encryption</string>
<string name="room_settings_labs_end_to_end_is_active">End-to-End Encryption is active</string>
<string name="room_settings_labs_end_to_end_warnings">You need to logout to be able to enable the encryption.</string>
2020-02-05 19:27:55 +03:00
<string name="room_settings_never_send_to_unverified_devices_title">Encrypt to verified sessions only</string>
<string name="room_settings_never_send_to_unverified_devices_summary">Never send encrypted messages to unverified sessions in this room from this session.</string>
2019-03-13 20:36:57 +03:00
<!-- Room settings: advanced addresses -->
<string name="room_settings_addresses_no_local_addresses">This room has no local addresses</string>
<string name="room_settings_addresses_add_new_address">New address (e.g #foo:matrix.org")</string>
<string name="room_settings_no_flair">This room is not showing flair for any communities</string>
<string name="room_settings_add_new_group">New community ID (e.g +foo:matrix.org")</string>
<string name="room_settings_invalid_group_format_dialog_title">Invalid community ID</string>
<string name="room_settings_invalid_group_format_dialog_body">\'%s\' is not a valid community ID</string>
<string name="room_settings_addresses_invalid_format_dialog_title">Invalid alias format</string>
<string name="room_settings_addresses_invalid_format_dialog_body">\'%s\' is not a valid format for an alias</string>
<string name="room_settings_addresses_disable_main_address_prompt_msg">You will have no main address specified for this room."</string>
<string name="room_settings_addresses_disable_main_address_prompt_title">Main address warnings</string>
<string name="room_settings_set_main_address">Set as Main Address</string>
<string name="room_settings_unset_main_address">Unset as Main Address</string>
<string name="room_settings_copy_room_id">Copy Room ID</string>
<string name="room_settings_copy_room_address">Copy Room Address</string>
<string name="room_settings_addresses_e2e_enabled">Encryption is enabled in this room.</string>
<string name="room_settings_addresses_e2e_disabled">Encryption is disabled in this room.</string>
<string name="room_settings_addresses_e2e_encryption_warning">Enable encryption \n(warning: cannot be disabled again!)</string>
<!-- Directory -->
<string name="directory_title">Directory</string>
<string name="settings_theme">Theme</string>
<!-- matrix error -->
<string name="failed_to_load_timeline_position">%s was trying to load a specific point in this rooms timeline but was unable to find it.</string>
<!-- encryption dialog -->
<string name="encryption_information_title">End-to-end encryption information</string>
<string name="encryption_information_device_info">Event information</string>
<string name="encryption_information_user_id">User id</string>
<string name="encryption_information_curve25519_identity_key">Curve25519 identity key</string>
<string name="encryption_information_claimed_ed25519_fingerprint_key">Claimed Ed25519 fingerprint key</string>
<string name="encryption_information_algorithm">Algorithm</string>
<string name="encryption_information_session_id">Session ID</string>
<string name="encryption_information_decryption_error">Decryption error</string>
2020-02-05 19:27:55 +03:00
<string name="encryption_information_sender_device_information">Sender session information</string>
2019-10-23 15:18:40 +03:00
<string name="encryption_information_device_name">Public name</string>
<string name="encryption_information_device_name_with_warning">Public name (visible to people you communicate with)</string>
2020-02-05 19:27:55 +03:00
<string name="device_name_warning">"A session's public name is visible to people you communicate with"</string>
2019-10-23 15:18:40 +03:00
<string name="encryption_information_name">Public name</string>
<string name="encryption_information_device_id">ID</string>
2020-02-05 19:27:55 +03:00
<string name="encryption_information_device_key">Session key</string>
2019-03-13 20:36:57 +03:00
<string name="encryption_information_verification">Verification</string>
<string name="encryption_information_ed25519_fingerprint">Ed25519 fingerprint</string>
<string name="encryption_export_e2e_room_keys">Export E2E room keys</string>
<string name="encryption_export_room_keys">Export room keys</string>
<string name="encryption_export_room_keys_summary">Export the keys to a local file</string>
<string name="encryption_export_export">Export</string>
<string name="encryption_export_notice">Please create a passphrase to encrypt the exported keys. You will need to enter the same passphrase to be able to import the keys.</string>
<string name="encryption_export_saved_as">The E2E room keys have been saved to \'%s\'.\n\nWarning: this file may be deleted if the application is uninstalled.</string>
<string name="encryption_message_recovery">Encrypted Messages Recovery</string>
<string name="encryption_settings_manage_message_recovery_summary">Manage Key Backup</string>
<string name="encryption_import_e2e_room_keys">Import E2E room keys</string>
<string name="encryption_import_room_keys">Import room keys</string>
<string name="encryption_import_room_keys_summary">Import the keys from a local file</string>
<string name="encryption_import_import">Import</string>
2020-02-05 19:27:55 +03:00
<string name="encryption_never_send_to_unverified_devices_title">Encrypt to verified sessions only</string>
<string name="encryption_never_send_to_unverified_devices_summary">Never send encrypted messages to unverified sessions from this session.</string>
2019-03-13 20:36:57 +03:00
<string name="encryption_import_room_keys_success">%1$d/%2$d key(s) imported with success.</string>
2020-04-28 12:34:53 +03:00
<string name="encryption_information_not_verified">Not Verified</string>
2019-03-13 20:36:57 +03:00
<string name="encryption_information_verified">Verified</string>
<string name="encryption_information_blocked">Blacklisted</string>
2020-02-05 19:27:55 +03:00
<string name="encryption_information_unknown_device">unknown session</string>
2019-05-16 11:23:57 +03:00
<string name="encryption_information_unknown_ip">unknown ip</string>
2019-03-13 20:36:57 +03:00
<string name="encryption_information_none">none</string>
<string name="encryption_information_verify">Verify</string>
<string name="encryption_information_unverify">Unverify</string>
<string name="encryption_information_block">Blacklist</string>
<string name="encryption_information_unblock">Unblacklist</string>
2020-02-05 19:27:55 +03:00
<string name="encryption_information_verify_device">Verify session</string>
2020-04-28 12:34:53 +03:00
<string name="encryption_information_verify_device_warning">Confirm by comparing the following with the User Settings in your other session:</string>
<string name="encryption_information_verify_device_warning2">"If they don't match, the security of your communication may be compromised."</string>
2019-03-13 20:36:57 +03:00
<string name="encryption_information_verify_key_match">I verify that the keys match</string>
<string name="e2e_enabling_on_app_update">Riot now supports end-to-end encryption but you need to log in again to enable it.\n\nYou can do it now or later from the application settings.</string>
2020-02-05 19:27:55 +03:00
<!-- unknown sessions management -->
<string name="unknown_devices_alert_title">Room contains unknown sessions</string>
<string name="unknown_devices_alert_message">This room contains unknown sessions which have not been verified.\nThis means there is no guarantee that the sessions belong to the users they claim to.\nWe recommend you go through the verification process for each session before continuing, but you can resend the message without verifying if you prefer.\n\nUnknown sessions:</string>
2019-03-13 20:36:57 +03:00
<!-- directory activity -->
<string name="select_room_directory">Select a room directory</string>
<string name="directory_server_fail_to_retrieve_server">The server may be unavailable or overloaded</string>
<string name="directory_server_type_homeserver">Type a homeserver to list public rooms from</string>
<string name="directory_server_placeholder">Homeserver URL</string>
<string name="directory_server_all_rooms_on_server">All rooms on %s server</string>
<string name="directory_server_native_rooms">All native %s rooms</string>
<!-- Lock screen-->
<string name="lock_screen_hint">Type here…</string>
<!-- Notifications -->
<plurals name="notification_unread_notified_messages">
<item quantity="one">1 unread notified message</item>
<item quantity="other">%d unread notified messages</item>
</plurals>
<plurals name="notification_unread_notified_messages_in_room_msgs">
<item quantity="one">1 unread notified message</item>
<item quantity="other">%d unread notified messages</item>
</plurals>
<plurals name="notification_unread_notified_messages_in_room_rooms">
<item quantity="one">1 room</item>
<item quantity="other">%d rooms</item>
</plurals>
<plurals name="notification_compat_summary_line_for_room">
<item quantity="one">%1$s: 1 message</item>
<item quantity="other">%1$s: %2$d messages</item>
</plurals>
<plurals name="notification_compat_summary_title">
<item quantity="one">%d notification</item>
<item quantity="other">%d notifications</item>
</plurals>
2019-03-13 20:36:57 +03:00
<string name="notification_unread_notified_messages_in_room">%1$s in %2$s"</string>
<string name="notification_unknown_new_event">New Event</string>
<string name="notification_unknown_room_name">Room</string>
<string name="notification_new_messages">New Messages</string>
<string name="notification_new_invitation">New Invitation</string>
<string name="notification_sender_me">Me</string>
<string name="notification_inline_reply_failed">** Failed to send - please open room</string>
<string name="notification_ticker_text_dm">%1$s: %2$s</string>
<string name="notification_ticker_text_group">%1$s: %2$s %3$s</string>
2019-03-13 20:36:57 +03:00
<!-- historical -->
<string name="historical_placeholder">Search for historical</string>
<!-- text size selection -->
<string name="font_size">Font size</string>
<string name="tiny">Tiny</string>
<string name="small">Small</string>
<string name="normal">Normal</string>
<string name="large">Large</string>
<string name="larger">Larger</string>
<string name="largest">Largest</string>
<string name="huge">Huge</string>
<!-- Widget-->
<string name="widget_no_power_to_manage">You need permission to manage widgets in this room</string>
<string name="widget_creation_failure">Widget creation has failed</string>
<string name="event_formatter_widget_added">%1$s added by %2$s</string>
<string name="event_formatter_widget_removed">%1$s removed by %2$s</string>
<string name="settings_labs_create_conference_with_jitsi">Create conference calls with jitsi</string>
<string name="widget_delete_message_confirmation">Are you sure you want to delete the widget from this room?</string>
<plurals name="active_widgets">
<item quantity="one">1 active widget</item>
<item quantity="other">%d active widgets</item>
</plurals>
2019-11-29 18:22:04 +03:00
<string name="room_widget_activity_title">Widget</string>
<string name="room_widget_permission_title">Load Widget</string>
<string name="room_widget_permission_added_by">This widget was added by:</string>
<string name="room_widget_permission_webview_shared_info_title">Using it may set cookies and share data with %s:</string>
<string name="room_widget_permission_shared_info_title">Using it may share data with %s:</string>
<string name="room_widget_failed_to_load">Failed to load widget.\n%s</string>
<string name="room_widget_reload">Reload widget</string>
<string name="room_widget_open_in_browser">Open in browser</string>
<string name="room_widget_revoke_access">Revoke access for me</string>
<string name="room_widget_permission_display_name">Your display name</string>
<string name="room_widget_permission_avatar_url">Your avatar URL</string>
<string name="room_widget_permission_user_id">Your user ID</string>
<string name="room_widget_permission_theme">Your theme</string>
<string name="room_widget_permission_widget_id">Widget ID</string>
<string name="room_widget_permission_room_id">Room ID</string>
2019-04-02 12:57:12 +03:00
<string name="error_jitsi_not_supported_on_old_device">Sorry, conference calls with Jitsi are not supported on old devices (devices with Android OS below 5.0)</string>
2019-11-29 18:22:04 +03:00
<string name="room_widget_resource_permission_title">This widget wants to use the following resources:</string>
<string name="room_widget_resource_grant_permission">Allow</string>
<string name="room_widget_resource_decline_permission">Block All</string>
<string name="room_widget_webview_access_camera">Use the camera</string>
<string name="room_widget_webview_access_microphone">Use the microphone</string>
<string name="room_widget_webview_read_protected_media">Read DRM protected Media</string>
2019-04-02 12:57:12 +03:00
2019-03-13 20:36:57 +03:00
<!-- Widget Integration Manager -->
<string name="widget_integration_unable_to_create">Unable to create widget.</string>
<string name="widget_integration_failed_to_send_request">Failed to send request.</string>
<string name="widget_integration_positive_power_level">Power level must be positive integer.</string>
<string name="widget_integration_must_be_in_room">You are not in this room.</string>
<string name="widget_integration_no_permission_in_room">You do not have permission to do that in this room.</string>
<string name="widget_integration_missing_room_id">Missing room_id in request.</string>
<string name="widget_integration_missing_user_id">Missing user_id in request.</string>
<string name="widget_integration_room_not_visible">Room %s is not visible.</string>
<string name="widget_integration_missing_parameter">A required parameter is missing.</string>
<string name="widget_integration_invalid_parameter">A parameter is not valid.</string>
2019-08-07 17:10:50 +03:00
<string name="integration_manager_not_configured">No integration manager configured.</string>
2019-03-13 20:36:57 +03:00
<string name="room_add_matrix_apps">Add Matrix apps</string>
<string name="settings_labs_native_camera">Use native camera</string>
<string name="settings_labs_native_camera_summary">Start the system camera instead of the custom camera screen.</string>
<string name="settings_labs_keyboard_options_to_send_message">Use keyboard enter key to send message</string>
<string name="settings_labs_enable_send_voice">Send voice messages</string>
<string name="settings_labs_enable_send_voice_summary">This option requires a third party application to record the messages.</string>
<string name="widget_integration_review_terms">To continue you need to accept the Terms of this service.</string>
2019-03-13 20:36:57 +03:00
<!-- share keys -->
2020-02-05 19:27:55 +03:00
<string name="you_added_a_new_device">You added a new session \'%s\', which is requesting encryption keys.</string>
<string name="you_added_a_new_device_with_info">A new session is requesting encryption keys.\Session name: %1$s\nLast seen: %2$s\nIf you didnt log in on another session, ignore this request.</string>
<string name="your_unverified_device_requesting">Your unverified session \'%s\' is requesting encryption keys.</string>
<string name="your_unverified_device_requesting_with_info">An unverified session is requesting encryption keys.\nSession name: %1$s\nLast seen: %2$s\nIf you didnt log in on another session, ignore this request.</string>
2019-05-16 11:23:57 +03:00
2019-03-13 20:36:57 +03:00
<string name="start_verification">Start verification</string>
2019-05-16 11:23:57 +03:00
<!-- Keep the label as small as possible-->
<string name="start_verification_short_label">Verify</string>
2019-03-13 20:36:57 +03:00
<string name="share_without_verifying">Share without verifying</string>
2019-05-16 11:23:57 +03:00
<!-- Keep the label as small as possible-->
<string name="share_without_verifying_short_label">Share</string>
<string name="key_share_request">Key Share Request</string>
2019-03-13 20:36:57 +03:00
<string name="ignore_request">Ignore request</string>
2019-05-16 11:23:57 +03:00
<!-- Keep the label as small as possible-->
<string name="ignore_request_short_label">Ignore</string>
2019-03-13 20:36:57 +03:00
<!-- conference call -->
<string name="conference_call_warning_title">Warning!</string>
<string name="conference_call_warning_message">Conference calling is in development and may not be reliable.</string>
<!-- slash commands -->
<string name="command_error">Command error</string>
<string name="unrecognized_command">Unrecognized command: %s</string>
<string name="command_problem_with_parameters">The command \"%s\" needs more parameters, or some parameters are incorrect.</string>
<string name="command_description_emote">Displays action</string>
<string name="command_description_ban_user">Bans user with given id</string>
<string name="command_description_unban_user">Unbans user with given id</string>
<string name="command_description_op_user">Define the power level of a user</string>
<string name="command_description_deop_user">Deops user with given id</string>
<string name="command_description_invite_user">Invites user with given id to current room</string>
<string name="command_description_join_room">Joins room with given alias</string>
<string name="command_description_part_room">Leave room</string>
<string name="command_description_topic">Set the room topic</string>
<string name="command_description_kick_user">Kicks user with given id</string>
<string name="command_description_nick">Changes your display nickname</string>
<string name="command_description_markdown">On/Off markdown</string>
<string name="command_description_clear_scalar_token">To fix Matrix Apps management</string>
<string name="markdown_has_been_enabled">Markdown has been enabled.</string>
<string name="markdown_has_been_disabled">Markdown has been disabled.</string>
<!-- notification statuses -->
<string name="notification_off">Off</string>
<string name="notification_silent">Silent</string>
<string name="notification_noisy">Noisy</string>
<string name="encrypted_message">Encrypted message</string>
<!-- groups creation -->
<string name="create">Create</string>
<string name="create_community">Create Community</string>
<string name="community_name">Community name</string>
<string name="community_name_hint">Example</string>
<string name="community_id">Community Id</string>
<string name="community_id_hint">example</string>
<!-- group details -->
<string name="group_details_home">Home</string>
<string name="group_details_people">People</string>
<string name="group_details_rooms">Rooms</string>
<string name="no_users_placeholder">No users</string>
<string name="rooms">Rooms</string>
<string name="joined">Joined</string>
<string name="invited">Invited</string>
<string name="filter_group_members">Filter group members</string>
<string name="filter_group_rooms">Filter group rooms</string>
<plurals name="group_members">
<item quantity="one">1 member</item>
<item quantity="other">%d members</item>
</plurals>
<plurals name="group_rooms">
<item quantity="one">1 room</item>
<item quantity="other">%d rooms</item>
</plurals>
<string name="group_no_long_description">The community admin has not provided a long description for this community.</string>
<string name="has_been_kicked">You have been kicked from %1$s by %2$s</string>
<string name="has_been_banned">You have been banned from %1$s by %2$s</string>
<string name="reason_colon">Reason: %1$s</string>
<string name="rejoin">Rejoin</string>
<string name="forget_room">Forget room</string>
<!-- Miscellaneous image descriptions for accessibility -->
<string name="receipt_avatar">Receipt avatar</string>
<string name="notice_avatar">Notice avatar</string>
<string name="avatar">Avatar</string>
<!-- Consent modal -->
<string name="dialog_user_consent_content">To continue using the %1$s homeserver you must review and agree to the terms and conditions.</string>
<string name="dialog_user_consent_submit">Review now</string>
<!-- Deactivate account screen -->
<string name="deactivate_account_title">Deactivate Account</string>
<string name="deactivate_account_content">This will make your account permanently unusable. You will not be able to log in, and no one will be able to re-register the same user ID. This will cause your account to leave all rooms it is participating in, and it will remove your account details from your identity server. <b>This action is irreversible</b>.\n\nDeactivating your account <b>does not by default cause us to forget messages you have sent</b>. If you would like us to forget your messages, please tick the box below.\n\nMessage visibility in Matrix is similar to email. Our forgetting your messages means that messages you have sent will not be shared with any new or unregistered users, but registered users who already have access to these messages will still have access to their copy.</string>
<string name="deactivate_account_delete_checkbox">Please forget all messages I have sent when my account is deactivated (Warning: this will cause future users to see an incomplete view of conversations)</string>
<string name="deactivate_account_prompt_password">To continue, please enter your password:</string>
<string name="deactivate_account_submit">Deactivate Account</string>
<string name="error_empty_field_enter_user_name">Please enter a username.</string>
<string name="error_empty_field_your_password">Please enter your password.</string>
<string name="room_tombstone_versioned_description">This room has been replaced and is no longer active</string>
<string name="room_tombstone_continuation_link">The conversation continues here</string>
<string name="room_tombstone_continuation_description">This room is a continuation of another conversation</string>
<string name="room_tombstone_predecessor_link">Click here to see older messages</string>
<!-- Resource limit-->
<string name="resource_limit_exceeded_title">Resource Limit Exceeded</string>
<string name="resource_limit_contact_action">"Contact Administrator"</string>
<!-- Will be a link to send an email -->
<string name="resource_limit_contact_admin">"contact your service administrator"</string>
<string name="resource_limit_soft_default">"This homeserver has exceeded one of its resource limits so <b>some users will not be able to log in</b>."</string>
<string name="resource_limit_hard_default">"This homeserver has exceeded one of its resource limits."</string>
<string name="resource_limit_soft_mau"> "This homeserver has hit its Monthly Active User limit so "<b>some users will not be able to log in</b>."</string>
<string name="resource_limit_hard_mau">"This homeserver has hit its Monthly Active User limit."</string>
<!-- Parameter %s will be replaced by the value of string resource_limit_contact_admin -->
<string name="resource_limit_soft_contact">"Please %s to get this limit increased."</string>
<!-- Parameter %s will be replaced by the value of string resource_limit_contact_admin -->
<string name="resource_limit_hard_contact">"Please %s to continue using this service."</string>
<!-- Lazy loading -->
<string name="settings_lazy_loading_title">Lazy load rooms members</string>
<string name="settings_lazy_loading_description">Increase performance by only loading room members on first view.</string>
<string name="error_lazy_loading_not_supported_by_home_server">Your homeserver does not support lazy loading of room members yet. Try later.</string>
<!-- Other errors -->
<string name="unknown_error">Sorry, an error occurred</string>
<!-- Expand/Collapse room member changes -->
<string name="merged_events_expand">expand</string>
<string name="merged_events_collapse">collapse</string>
<string name="settings_info_area_show">Show the info area</string>
<string name="show_info_area_always">Always</string>
<string name="show_info_area_messages_and_errors">For messages and errors</string>
<string name="show_info_area_only_errors">Only for errors</string>
<string name="generic_label">%1$s:</string>
<string name="generic_label_and_value">%1$s: %2$s</string>
<string name="plus_x">+%d</string>
<string name="x_plus">%d+</string>
<string name="no_valid_google_play_services_apk">No valid Google Play Services APK found. Notifications may not work properly.</string>
<!-- String for Play Store -->
2019-04-02 12:57:12 +03:00
<string name="store_title">Riot.im - Communicate, your way</string>
2019-03-13 20:36:57 +03:00
<string name="store_whats_new">"Were always making changes and improvements to Riot.im.
The complete changelog can be found here: %1$s.
To make sure you dont miss a thing, just keep your updates turned on."</string>
<string name="store_short_description">A universal secure chat app entirely under your control.</string>
<string name="store_full_description">"A chat app, under your control and entirely flexible. Riot lets you communicate the way you want. Made for [matrix] - the standard for open, decentralised communication.
Get a free matrix.org account, get your own server at https://modular.im, or use another Matrix server.
Why choose Riot.im?
• COMPLETE COMMUNICATION: Build rooms around your teams, your friends, your community - however you like! Chat, share files, add widgets and make voice and video calls - all free of charge.
• POWERFUL INTEGRATIONS: Use Riot.im with the tools you know and love. With Riot.im you can even chat with users and groups on other chat apps.
• PRIVATE AND SECURE: Keep your conversations secret. State of the art end-to-end encryption ensures that private communication stays private.
• OPEN, NOT CLOSED: Open source, and built on Matrix. Own your own data by hosting your own server, or selecting one you trust.
• EVERYWHERE YOU ARE: Stay in touch wherever you are with fully synchronised message history across all your devices and online at https://riot.im."</string>
<!-- Passphrase -->
<string name="passphrase_create_passphrase">Create passphrase</string>
<string name="passphrase_confirm_passphrase">Confirm passphrase</string>
<string name="passphrase_enter_passphrase">Enter passphrase</string>
<string name="passphrase_passphrase_does_not_match">Passphrase doesnt match</string>
<string name="passphrase_empty_error_message">Please enter a passphrase</string>
<string name="passphrase_passphrase_too_weak">Passphrase is too weak</string>
<!-- Key Backup -->
<string name="keys_backup_passphrase_not_empty_error_message">Please delete the passphrase if you want Riot to generate a recovery key.</string>
<string name="keys_backup_no_session_error">No Matrix session available</string>
<string name="keys_backup_setup_step1_title">Never lose encrypted messages</string>
<string name="keys_backup_setup_step1_description">Messages in encrypted rooms are secured with end-to-end encryption. Only you and the recipient(s) have the keys to read these messages.\n\nSecurely back up your keys to avoid losing them.</string>
<string name="keys_backup_setup">Start using Key Backup</string>
<string name="keys_backup_setup_step1_advanced">(Advanced)</string>
<string name="keys_backup_setup_step1_manual_export">Manually export keys</string>
<string name="keys_backup_setup_step2_text_title">Secure your backup with a Passphrase.</string>
<string name="keys_backup_setup_step2_text_description">Well store an encrypted copy of your keys on your homeserver. Protect your backup with a passphrase to keep it secure.\n\nFor maximum security, this should be different from your account password.</string>
<string name="keys_backup_setup_step2_button_title">Set Passphrase</string>
<string name="keys_backup_setup_creating_backup">Creating Backup</string>
<string name="keys_backup_setup_step1_recovery_key_alternative">Or, secure your backup with a Recovery Key, saving it somewhere safe.</string>
<string name="keys_backup_setup_step2_skip_button_title">(Advanced) Set up with Recovery Key</string>
<string name="keys_backup_setup_step3_success_title">Success !</string>
<string name="keys_backup_setup_step3_text_line1">Your keys are being backed up.</string>
<string name="keys_backup_setup_step3_text_line2">Your recovery key is a safety net - you can use it to restore access to your encrypted messages if you forget your passphrase.\nKeep your recovery key somewhere very secure, like a password manager (or a safe)</string>
<string name="keys_backup_setup_step3_text_line2_no_passphrase">Keep your recovery key somewhere very secure, like a password manager (or a safe)</string>
<string name="keys_backup_setup_step3_button_title">Done</string>
<string name="keys_backup_setup_step3_button_title_no_passphrase">Ive made a copy</string>
<string name="keys_backup_setup_step3_copy_button_title">Save Recovery Key</string>
<string name="keys_backup_setup_step3_share_recovery_file">Share</string>
<string name="keys_backup_setup_step3_save_button_title">Save as File</string>
<string name="recovery_key_export_saved_as_warning">The recovery key has been saved to \'%s\'.\n\nWarning: this file may be deleted if the application is uninstalled.</string>
2019-06-17 15:55:17 +03:00
<string name="keys_backup_setup_override_backup_prompt_tile">A backup already exist on your HomeServer</string>
2020-02-05 19:27:55 +03:00
<string name="keys_backup_setup_override_backup_prompt_description">It looks like you already have setup key backup from another session. Do you want to replace it with the one youre creating?</string>
2019-06-17 15:55:17 +03:00
<string name="keys_backup_setup_override_replace">Replace</string>
<string name="keys_backup_setup_override_stop">Stop</string>
2019-03-13 20:36:57 +03:00
<string name="keys_backup_setup_step3_please_make_copy">Please make a copy</string>
<string name="keys_backup_setup_step3_share_intent_chooser_title">Share recovery key with…</string>
<string name="keys_backup_setup_step3_generating_key_status">Generating Recovery Key using passphrase, this process can take several seconds.</string>
<string name="recovery_key">Recovery Key</string>
<string name="unexpected_error">Unexpected error</string>
<string name="keys_backup_setup_backup_started_title">Backup Started</string>
<string name="keys_backup_setup_backup_started_message">Your encryption keys are now being backed up in the background to your homeserver. The initial backup could take several minutes.</string>
<string name="keys_backup_setup_skip_title">Are you sure?</string>
<string name="keys_backup_setup_skip_msg">You may lose access to your messages if you log out or lose this device.</string>
<string name="keys_backup_restore_is_getting_backup_version">Fetching backup version…</string>
<string name="keys_backup_restore_with_passphrase">Use your recovery passphrase to unlock your encrypted messages history</string>
<string name="keys_backup_restore_use_recovery_key">use your recovery key</string>
<!-- %s will be replaced by the keys_backup_restore_use_recovery_key key -->
<string name="keys_backup_restore_with_passphrase_helper_with_link">Dont know your recovery passphrase, you can %s.</string>
<string name="keys_backup_restore_with_recovery_key">Use your Recovery Key to unlock your encrypted messages history</string>
<string name="keys_backup_restore_key_enter_hint">Enter Recovery Key</string>
<string name="keys_backup_restore_setup_recovery_key">Message Recovery</string>
<!-- %s will be replaced by the keys_backup_restore_setup_recovery_key key -->
<string name="keys_backup_restore_with_key_helper">Lost your recovery key? You can set up a new one in settings.</string>
<string name="keys_backup_passphrase_error_decrypt">Backup could not be decrypted with this passphrase: please verify that you entered the correct recovery passphrase.</string>
<string name="network_error_please_check_and_retry">Network error: please check your connection and retry.</string>
<string name="keys_backup_restoring_waiting_message">Restoring backup:</string>
<string name="keys_backup_restoring_computing_key_waiting_message">Computing recovery key…</string>
<string name="keys_backup_restoring_downloading_backup_waiting_message">Downloading keys…</string>
<string name="keys_backup_restoring_importing_keys_waiting_message">Importing keys…</string>
<string name="keys_backup_unlock_button">Unlock History</string>
<string name="keys_backup_recovery_code_empty_error_message">Please enter a recovery key</string>
<string name="keys_backup_recovery_code_error_decrypt">Backup could not be decrypted with this recovery key: please verify that you entered the correct recovery key.</string>
<!-- %s will be replaced by an emoji -->
<string name="keys_backup_restore_success_title">Backup Restored %s !</string>
2020-02-05 19:27:55 +03:00
<string name="keys_backup_restore_success_description">Restored %1$d session keys, and added %2$d new key(s) that was not known by this session</string>
2019-03-13 20:36:57 +03:00
<plurals name="keys_backup_restore_success_description_part1">
<item quantity="one">Restored a backup with %d key.</item>
<item quantity="other">Restored a backup with %d keys.</item>
</plurals>
<plurals name="keys_backup_restore_success_description_part2">
2020-02-05 19:27:55 +03:00
<item quantity="one">%d new key has been added to this session.</item>
<item quantity="other">%d new keys have been added to this session.</item>
2019-03-13 20:36:57 +03:00
</plurals>
<string name="keys_backup_get_version_error">Failed to get latest restore keys version (%s).</string>
<string name="keys_backup_no_keysbackup_sdk_error">Session crypto is not activated</string>
<string name="keys_backup_settings_restore_backup_button">Restore from Backup</string>
<string name="keys_backup_settings_delete_backup_button">Delete Backup</string>
2020-02-05 19:27:55 +03:00
<string name="keys_backup_settings_status_ok">Key Backup has been correctly set up for this session.</string>
<string name="keys_backup_settings_status_ko">Key Backup is not active on this session.</string>
<string name="keys_backup_settings_status_not_setup">Your keys are not being backed up from this session.</string>
2019-03-13 20:36:57 +03:00
2020-02-05 19:27:55 +03:00
<string name="keys_backup_settings_signature_from_unknown_device">Backup has a signature from unknown session with ID %s.</string>
<string name="keys_backup_settings_valid_signature_from_this_device">Backup has a valid signature from this session.</string>
<string name="keys_backup_settings_valid_signature_from_verified_device">Backup has a valid signature from verified session %s.</string>
<string name="keys_backup_settings_valid_signature_from_unverified_device">Backup has a valid signature from unverified session %s</string>
<string name="keys_backup_settings_invalid_signature_from_verified_device">Backup has a invalid signature from verified session %s</string>
<string name="keys_backup_settings_invalid_signature_from_unverified_device">Backup has a invalid signature from unverified session %s</string>
2019-03-13 20:36:57 +03:00
<string name="keys_backup_get_trust_error">Failed to get trust info for backup (%s).</string>
<!-- renamed key keys_backup_settings_verify_device_now -->
2020-02-05 19:27:55 +03:00
<string name="keys_backup_settings_untrusted_backup">To use Key Backup on this session, restore with your passphrase or recovery key now.</string>
2019-03-13 20:36:57 +03:00
<string name="keys_backup_settings_deleting_backup">Deleting backup…</string>
<string name="keys_backup_settings_delete_backup_error">Failed to delete backup (%s)</string>
2019-06-17 15:55:17 +03:00
<string name="keys_backup_settings_checking_backup_state">Checking backup state</string>
2019-03-13 20:36:57 +03:00
<string name="keys_backup_settings_delete_confirm_title">Delete Backup</string>
<string name="keys_backup_settings_delete_confirm_message">Delete your backed up encryption keys from the server? You will no longer be able to use your recovery key to read encrypted message history.</string>
<string name="new_recovery_method_popup_title">New Key Backup</string>
<string name="new_recovery_method_popup_description">A new secure message key backup has been detected.\n\nIf you didnt set the new recovery method, an attacker may be trying to access your account. Change your account password and set a new recovery method immediately in Settings.</string>
<string name="new_recovery_method_popup_was_me">It was me</string>
<!-- Keys backup banner -->
<string name="keys_backup_banner_setup_line1">Never lose encrypted messages</string>
<string name="keys_backup_banner_setup_line2">Start using Key Backup</string>
<string name="keys_backup_banner_recover_line1">Never lose encrypted messages</string>
<string name="keys_backup_banner_recover_line2">Use Key Backup</string>
2020-03-17 12:50:34 +03:00
<string name="keys_backup_banner_update_line1">New secure message keys</string>
2019-03-13 20:36:57 +03:00
<string name="keys_backup_banner_update_line2">Manage in Key Backup</string>
<string name="keys_backup_banner_in_progress">Backing up keys…</string>
<!-- Keys backup info -->
<string name="keys_backup_info_keys_all_backup_up">All keys backed up</string>
<plurals name="keys_backup_info_keys_backing_up">
<item quantity="one">Backing up %d key…</item>
<item quantity="other">Backing up %d keys…</item>
</plurals>
<string name="keys_backup_info_title_version">Version</string>
<string name="keys_backup_info_title_algorithm">Algorithm</string>
<string name="keys_backup_info_title_signature">Signature</string>
<string name="autodiscover_invalid_response">Invalid homeserver discovery response</string>
<string name="autodiscover_well_known_autofill_dialog_title">"Autocomplete Server Options</string>
2019-05-16 11:23:57 +03:00
<string name="autodiscover_well_known_autofill_dialog_message">Riot detected a custom server configuration for your userId domain \"%1$s\":\n%2$s</string>
2019-03-13 20:36:57 +03:00
<string name="autodiscover_well_known_autofill_confirm">Use Config</string>
2019-05-09 10:15:30 +03:00
2019-06-17 15:55:17 +03:00
<string name="invalid_or_expired_credentials">You have been logged out due to invalid or expired credentials.</string>
2019-05-16 11:23:57 +03:00
<string name="sas_verify_title">Verify by comparing a short text string.</string>
<string name="sas_security_advise">For maximum security, we recommend you do this in person or use another trusted means of communication.</string>
<string name="sas_verify_start_button_title">Begin Verifying</string>
<string name="sas_incoming_request_title">Incoming Verification Request</string>
2020-02-05 19:27:55 +03:00
<string name="sas_incoming_request_description">Verify this session to mark it as trusted. Trusting sessions of partners gives you extra peace of mind when using end-to-end encrypted messages."</string>
<string name="sas_incoming_request_description_2">Verifying this session will mark it as trusted, and also mark your session as trusted to the partner."</string>
2019-05-16 11:23:57 +03:00
2020-02-05 19:27:55 +03:00
<string name="sas_emoji_description">Verify this session by confirming the following emoji appear on the screen of the partner"</string>
<string name="sas_decimal_description">Verify this session by confirming the following numbers appear on the screen of the partner"</string>
2019-05-16 11:23:57 +03:00
<string name="sas_incoming_verification_request_dialog">You received an incoming verification request.</string>
<string name="sas_view_request_action">View request</string>
<string name="sas_waiting_for_partner">Waiting for partner to confirm…</string>
<string name="sas_verified">Verified!</string>
2020-02-05 19:27:55 +03:00
<string name="sas_verified_successful">You\'ve successfully verified this session.</string>
<string name="sas_verified_successful_description">Secure messages with this user are end-to-end encrypted and not able to be read by third parties.</string>
2019-05-16 11:23:57 +03:00
<string name="sas_got_it">Got it</string>
<string name="sas_verifying_keys">Nothing appearing? Not all clients supports interactive verification yet. Use legacy verification.</string>
<string name="sas_legacy_verification_button_title">Use legacy verification.</string>
<string name="sas_verification_request_notification_channel_title">Key Verification</string>
<string name="sas_cancelled_dialog_title">Request Cancelled</string>
<string name="sas_cancelled_by_other">The other party cancelled the verification.\n%s</string>
<string name="sas_cancelled_by_me">The verification is canceled.\nReason: %s</string>
2020-02-05 19:27:55 +03:00
<string name="sas_verification_request_notification_channel">Interactive Session Verification</string>
2019-05-16 11:23:57 +03:00
<string name="sas_incoming_request_notif_title">Verification Request</string>
2020-02-05 19:27:55 +03:00
<string name="sas_incoming_request_notif_content">%s wants to verify your session</string>
2019-05-16 11:23:57 +03:00
<!-- SAS Errors -->
<string name="sas_error_m_user">The user cancelled the verification</string>
<string name="sas_error_m_timeout">The verification process timed out</string>
2020-02-05 19:27:55 +03:00
<string name="sas_error_m_unknown_transaction">The session does not know about that transaction</string>
<string name="sas_error_m_unknown_method">The session cant agree on a key agreement, hash, MAC, or SAS method</string>
2019-05-16 11:23:57 +03:00
<string name="sas_error_m_mismatched_commitment">The hash commitment did not match</string>
<string name="sas_error_m_mismatched_sas">The SAS did not match</string>
2020-02-05 19:27:55 +03:00
<string name="sas_error_m_unexpected_message">The session received an unexpected message</string>
2019-05-16 11:23:57 +03:00
<string name="sas_error_m_invalid_message">An invalid message was received</string>
<string name="sas_error_m_key_mismatch">Key mismatch</string>
<string name="sas_error_m_user_error">User mismatch</string>
<string name="sas_error_unknown">Unknown Error</string>
2019-10-23 15:18:40 +03:00
<!-- Identity server -->
<string name="identity_server_not_defined">You are not using any Identity Server</string>
<string name="identity_server_not_defined_for_password_reset">No identity server is configured, it is required to reset your password.</string>
2019-06-17 15:55:17 +03:00
<string name="security_warning_identity_server">"Previous versions of Riot had a security bug which could give your Identity Server (%1$s) access to your account. If you trust %2$s, you can ignore this; otherwise please logout and login again.\n\nRead more details here:\nhttps://medium.com/@RiotChat/36b4792ea0d6"</string>
2019-10-23 15:18:40 +03:00
<string name="error_user_already_logged_in">It looks like youre trying to connect to another homeserver. Do you want to sign out?</string>
2019-06-17 15:55:17 +03:00
<!-- String for RiotX -->
<string name="edit">Edit</string>
<string name="reply">Reply</string>
<string name="global_retry">"Retry"</string>
<string name="room_list_empty">"Join a room to start using the app."</string>
<string name="send_you_invite">"Sent you an invitation"</string>
<string name="invited_by">Invited by %s</string>
<string name="room_list_catchup_empty_title">Youre all caught up!</string>
<string name="room_list_catchup_empty_body">You have no more unread messages</string>
<string name="room_list_catchup_welcome_title">Welcome home!</string>
<string name="room_list_catchup_welcome_body">Catch up on unread messages here</string>
<string name="room_list_people_empty_title">Conversations</string>
2019-11-18 16:30:03 +03:00
<string name="room_list_people_empty_body">Your direct message conversations will be displayed here</string>
2019-06-17 15:55:17 +03:00
<string name="room_list_rooms_empty_title">Rooms</string>
<string name="room_list_rooms_empty_body">Your rooms will be displayed here</string>
<string name="title_activity_emoji_reaction_picker">Reactions</string>
<string name="reactions_agree">Agree</string>
<string name="reactions_like">Like</string>
<string name="message_add_reaction">Add Reaction</string>
<string name="message_view_reaction">View Reactions</string>
<string name="reactions">Reactions</string>
2020-05-15 10:46:39 +03:00
<string name="event_redacted">Message deleted</string>
<string name="settings_show_redacted">Show removed messages</string>
<string name="settings_show_redacted_summary">Show a placeholder for removed messages</string>
2019-06-17 15:55:17 +03:00
<string name="event_redacted_by_user_reason">Event deleted by user</string>
<string name="event_redacted_by_admin_reason">Event moderated by room admin</string>
2019-10-23 15:18:40 +03:00
<string name="last_edited_info_message">Last edited by %1$s on %2$s</string>
2019-06-17 15:55:17 +03:00
<string name="malformed_message">Malformed event, cannot display</string>
<string name="create_new_room">Create New Room</string>
<string name="error_no_network">No network. Please check your Internet connection.</string>
<string name="action_change">"Change"</string>
<string name="change_room_directory_network">"Change network"</string>
<string name="please_wait">"Please wait…"</string>
<string name="group_all_communities">"All Communities"</string>
<string name="room_preview_no_preview">"This room can't be previewed"</string>
<string name="room_preview_world_readable_room_not_supported_yet">"The preview of world-readable room is not supported yet in RiotX"</string>
<string name="fab_menu_create_room">"Rooms"</string>
<string name="fab_menu_create_chat">"Direct Messages"</string>
<!-- Create room screen -->
<string name="create_room_title">"New Room"</string>
<string name="create_room_action_create">"CREATE"</string>
<string name="create_room_name_hint">"Room name"</string>
<string name="create_room_public_title">"Public"</string>
<string name="create_room_public_description">"Anyone will be able to join this room"</string>
<string name="create_room_directory_title">"Room Directory"</string>
<string name="create_room_directory_description">"Publish this room in the room directory"</string>
<string name="keys_backup_unable_to_get_trust_info">"An error occurred getting trust info"</string>
<string name="keys_backup_unable_to_get_keys_backup_data">"An error occurred getting keys backup data"</string>
2019-07-03 11:20:07 +03:00
<string name="alpha_disclaimer_title">Welcome to the beta!</string>
2019-07-18 15:28:46 +03:00
<string name="alpha_disclaimer_content_line_1">"While RiotX is in early development, some features may be missing and you may experience bugs."</string>
2019-07-03 11:20:07 +03:00
<!-- The parameter will be replaced by the value of string alpha_disclaimer_content_line_2_gplay_colored_part -->
<string name="alpha_disclaimer_content_line_2_gplay">"The latest feature list is always in the %1$s, and if you find bugs please submit a report in the top left menu of Home, and well fix them as quickly as we can."</string>
<string name="alpha_disclaimer_content_line_2_gplay_colored_part">"Play Store description"</string>
<string name="alpha_disclaimer_content_line_2_fdroid">"If you find bugs please submit a report in the top left menu of Home, and well fix them as quickly as we can."</string>
<string name="import_e2e_keys_from_file">"Import e2e keys from file \"%1$s\"."</string>
<string name="settings_sdk_version">Matrix SDK Version</string>
<string name="settings_other_third_party_notices">Other third party notices</string>
<string name="navigate_to_room_when_already_in_the_room">You are already viewing this room!</string>
<string name="quick_reactions">Quick Reactions</string>
2019-07-03 11:20:07 +03:00
<!-- Settings -->
<string name="settings_general_title">General</string>
<string name="settings_preferences">Preferences</string>
<string name="settings_security_and_privacy">Security &amp; Privacy</string>
<string name="settings_expert">Expert</string>
<string name="settings_push_rules">Push Rules</string>
<string name="settings_push_rules_no_rules">No push rules defined</string>
<string name="settings_push_gateway_no_pushers">No registered push gateways</string>
<string name="push_gateway_item_app_id">app_id:</string>
<string name="push_gateway_item_push_key">push_key:</string>
<string name="push_gateway_item_app_display_name">app_display_name:</string>
2020-02-05 19:27:55 +03:00
<string name="push_gateway_item_device_name">session_name:</string>
2019-07-03 11:20:07 +03:00
<string name="push_gateway_item_url">Url:</string>
<string name="push_gateway_item_format">Format:</string>
<string name="preference_voice_and_video">Voice &amp; Video</string>
<string name="preference_root_help_about">Help &amp; About</string>
<string name="settings_troubleshoot_test_token_registration_quick_fix">Register token</string>
<string name="send_suggestion">Make a suggestion</string>
<string name="send_suggestion_content">Please write your suggestion below.</string>
<string name="send_suggestion_report_placeholder">Describe your suggestion here</string>
<string name="send_suggestion_sent">Thanks, the suggestion has been successfully sent</string>
<string name="send_suggestion_failed">The suggestion failed to be sent (%s)</string>
<string name="settings_labs_show_hidden_events_in_timeline">Show hidden events in timeline</string>
<!-- String for Play Store, for RiotX -->
<string name="store_riotx_title">RiotX - Next Generation Matrix Client</string>
<string name="store_riotx_short_description">A faster and lighter client for Matrix using the latest Android frameworks</string>
<string name="store_riotx_full_description">"RiotX is a new client for the Matrix protocol (Matrix.org): an open network for secure, decentralised communication. RiotX is a full rewrite of the Riot Android client, based on a full rewrite of the Matrix Android SDK.
Disclaimer: This is a beta version. RiotX is currently in active development and contains limitations and (we hope not too many) bugs. All feedback is welcome!
RiotX supports:
• Login to an existing account
• Create room and join public rooms
• Accept and reject invitations
• List users rooms
• View room details
• Send text messages
• Send attachment
• Read and write messages in encrypted rooms
• Crypto: E2E keys backup, advance device verification, key share request and answer
• Push notification
• Light, Dark and Black themes
Not all features in Riot are implemented in RiotX yet. Main missing (and coming soon!) features:
• Room settings (list room members, etc.)
• Calls
• Widgets
• …"</string>
<string name="bottom_action_people_x">Direct Messages</string>
<string name="send_file_step_idle">Waiting…</string>
<string name="send_file_step_encrypting_thumbnail">Encrypting thumbnail…</string>
<string name="send_file_step_sending_thumbnail">Sending thumbnail (%1$s / %2$s)</string>
<string name="send_file_step_encrypting_file">Encrypting file…</string>
<string name="send_file_step_sending_file">Sending file (%1$s / %2$s)</string>
<string name="downloading_file">Downloading file %1$s…</string>
<string name="downloaded_file">File %1$s has been downloaded!</string>
<string name="edited_suffix">"(edited)"</string>
<!-- param will be replaced by the value of riotx_no_registration_notice_colored_part -->
<string name="riotx_no_registration_notice">%1$s to create an account.</string>
<string name="riotx_no_registration_notice_colored_part">Use the old app</string>
<string name="message_edits">Message Edits</string>
<string name="no_message_edits_found">No edits found</string>
<!-- Room filtering -->
<string name="room_filtering_filter_hint">Filter conversations…</string>
<string name="room_filtering_footer_title">Cant find what youre looking for?</string>
<string name="room_filtering_footer_create_new_room">Create a new room</string>
<string name="room_filtering_footer_create_new_direct_message">Send a new direct message</string>
<string name="room_filtering_footer_open_room_directory">View the room directory</string>
<string name="room_directory_search_hint">Name or ID (#example:matrix.org)</string>
<string name="labs_swipe_to_reply_in_timeline">Enable swipe to reply in timeline</string>
<string name="link_copied_to_clipboard">Link copied to clipboard</string>
2019-08-07 17:10:50 +03:00
<string name="add_by_matrix_id">Add by matrix ID</string>
<string name="creating_direct_room">"Creating room…"</string>
<string name="direct_room_no_known_users">"No result found, use Add by matrix ID to search on server."</string>
<string name="direct_room_start_search">"Start typing to get results"</string>
<string name="direct_room_filter_hint">"Filter by username or ID…"</string>
<string name="joining_room">"Joining room…"</string>
<string name="message_view_edit_history">View Edit History</string>
<!-- Terms -->
<string name="terms_of_service">Terms of Service</string>
<string name="review_terms">Review Terms</string>
<string name="terms_description_for_identity_server">Be discoverable by others</string>
<string name="terms_description_for_integration_manager">Use Bots, bridges, widgets and sticker packs</string>
<string name="read_at">Read at</string>
2019-10-23 15:18:40 +03:00
<string name="identity_server">Identity server</string>
<string name="disconnect_identity_server">Disconnect identity server</string>
<string name="add_identity_server">Configure identity server</string>
<string name="change_identity_server">Change identity server</string>
<string name="settings_discovery_identity_server_info">You are currently using %1$s to discover and be discoverable by existing contacts you know.</string>
<string name="settings_discovery_identity_server_info_none">You are not currently using an identity server. To discover and be discoverable by existing contacts you know, configure one below.</string>
<string name="settings_discovery_emails_title">Discoverable email addresses</string>
<string name="settings_discovery_no_mails">Discovery options will appear once you have added an email.</string>
<string name="settings_discovery_no_msisdn">Discovery options will appear once you have added a phone number.</string>
<string name="settings_discovery_disconnect_identity_server_info">Disconnecting from your identity server will mean you wont be discoverable by other users and you wont be able to invite others by email or phone.</string>
<string name="settings_discovery_msisdn_title">Discoverable phone numbers</string>
<string name="settings_discovery_confirm_mail">We sent you a confirm email to %s, check your email and click on the confirmation link</string>
2020-05-10 16:53:54 +03:00
<string name="settings_discovery_confirm_mail_not_clicked">We sent you a confirm email to %s, please first check your email and click on the confirmation link</string>
2019-10-23 15:18:40 +03:00
<string name="settings_discovery_mail_pending">Pending</string>
<string name="settings_discovery_enter_identity_server">Enter a new identity server</string>
<string name="settings_discovery_bad_identity_server">Could not connect to identity server</string>
2020-05-11 02:33:11 +03:00
<string name="settings_discovery_outdated_identity_server">This identity server does not support API V2</string>
2019-10-23 15:18:40 +03:00
<string name="settings_discovery_please_enter_server">Please enter the identity server url</string>
<string name="settings_discovery_no_terms_title">Identity server has no terms of services</string>
<string name="settings_discovery_no_terms">The identity server you have chosen does not have any terms of services. Only continue if you trust the owner of the service</string>
<string name="settings_text_message_sent">A text message has been sent to %s. Please enter the verification code it contains.</string>
<string name="settings_text_message_sent_wrong_code">The verification code is not correct.</string>
2019-10-23 15:18:40 +03:00
2019-10-23 16:17:21 +03:00
<string name="settings_discovery_disconnect_with_bound_pid">You are currently sharing email addresses or phone numbers on the identity server %1$s. You will need to reconnect to %2$s to stop sharing them.</string>
2019-10-23 15:18:40 +03:00
<string name="settings_agree_to_terms">Agree to the identity server (%s) Terms of Service to allow yourself to be discoverable by email address or phone number.</string>
<string name="labs_allow_extended_logging">Enable verbose logs.</string>
<string name="labs_allow_extended_logging_summary">Verbose logs will help developers by providing more logs when you send a RageShake. Even when enabled, the application does not log message contents or any other private data.</string>
<string name="error_terms_not_accepted">Please retry once you have accepted the terms and conditions of your homeserver.</string>
2019-11-29 18:22:04 +03:00
<string name="error_network_timeout">Looks like the server is taking too long to respond, this can be caused by either poor connectivity or an error with the server. Please try again in a while.</string>
2019-10-23 15:18:40 +03:00
<string name="send_attachment">Send attachment</string>
<string name="a11y_open_drawer">Open the navigation drawer</string>
<string name="a11y_create_menu_open">Open the create room menu</string>
<string name="a11y_create_menu_close">Close the create room menu…</string>
<string name="a11y_create_direct_message">Create a new direct conversation</string>
<string name="a11y_create_room">Create a new room</string>
<string name="a11y_close_keys_backup_banner">Close keys backup banner</string>
<string name="a11y_show_password">Show password</string>
<string name="a11y_hide_password">Hide password</string>
<string name="a11y_jump_to_bottom">Jump to bottom</string>
<!-- Read receipts list a11y -->
<string name="two_and_some_others_read">%1$s, %2$s and %3$d others read</string>
<string name="three_users_read">%1$s, %2$s and %3$s read</string>
<string name="two_users_read">%1$s and %2$s read</string>
<string name="one_user_read">%s read</string>
<plurals name="fallback_users_read">
<item quantity="one">1 user read</item>
<item quantity="other">%d users read</item>
</plurals>
<string name="error_file_too_big">"The file '%1$s' (%2$s) is too large to upload. The limit is %3$s."</string>
<string name="error_attachment">"An error occurred while retrieving the attachment."</string>
<string name="attachment_type_file">"File"</string>
<string name="attachment_type_contact">"Contact"</string>
<string name="attachment_type_camera">"Camera"</string>
<string name="attachment_type_audio">"Audio"</string>
<string name="attachment_type_gallery">"Gallery"</string>
<string name="attachment_type_sticker">"Sticker"</string>
<string name="error_handling_incoming_share">Couldn\'t handle share data</string>
<string name="report_content_spam">"It's spam"</string>
<string name="report_content_inappropriate">"It's inappropriate"</string>
<string name="report_content_custom">"Custom report…"</string>
2019-10-23 15:18:40 +03:00
<string name="report_content_custom_title">"Report this content"</string>
<string name="report_content_custom_hint">"Reason for reporting this content"</string>
<string name="report_content_custom_submit">"REPORT"</string>
<string name="block_user">"BLOCK USER"</string>
<string name="content_reported_title">"Content reported"</string>
<string name="content_reported_content">"This content was reported.\n\nIf you don't want to see any more content from this user, you can block him to hide his messages"</string>
<string name="content_reported_as_spam_title">"Reported as spam"</string>
<string name="content_reported_as_spam_content">"This content was reported as spam.\n\nIf you don't want to see any more content from this user, you can block him to hide his messages"</string>
<string name="content_reported_as_inappropriate_title">"Reported as inappropriate"</string>
<string name="content_reported_as_inappropriate_content">"This content was reported as inappropriate.\n\nIf you don't want to see any more content from this user, you can block him to hide his messages"</string>
<string name="permissions_rationale_msg_keys_backup_export">Riot needs permission to save your E2E keys on disk.\n\nPlease allow access on the next pop-up to be able to export your keys manually.</string>
<string name="no_network_indicator">There is no network connection right now</string>
2019-12-19 17:50:18 +03:00
<string name="message_ignore_user">Block user</string>
<string name="room_list_quick_actions_notifications_all_noisy">"All messages (noisy)"</string>
<string name="room_list_quick_actions_notifications_all">"All messages"</string>
<string name="room_list_quick_actions_notifications_mentions">"Mentions only"</string>
<string name="room_list_quick_actions_notifications_mute">"Mute"</string>
<string name="room_list_quick_actions_settings">"Settings"</string>
<string name="room_list_quick_actions_leave">"Leave the room"</string>
<string name="notice_member_no_changes">"%1$s made no changes"</string>
<string name="command_description_spoiler">Sends the given message as a spoiler</string>
<string name="spoiler">Spoiler</string>
<string name="reaction_search_type_hint">Type keywords to find a reaction.</string>
<string name="no_ignored_users">You are not ignoring any users</string>
<string name="help_long_click_on_room_for_more_options">Long click on a room to see more options</string>
<string name="room_join_rules_public">%1$s made the room public to whoever knows the link.</string>
<string name="room_join_rules_invite">%1$s made the room invite only.</string>
<string name="timeline_unread_messages">Unread messages</string>
<string name="login_splash_title">Liberate your communication</string>
<string name="login_splash_text1">Chat with people directly or in groups</string>
<string name="login_splash_text2">Keep conversations private with encryption</string>
<string name="login_splash_text3">Extend &amp; customise your experience</string>
<string name="login_splash_submit">Get started</string>
<string name="login_server_title">Select a server</string>
<string name="login_server_text">Just like email, accounts have one home, although you can talk to anyone</string>
<string name="login_server_matrix_org_text">Join millions free on the largest public server</string>
<string name="login_server_modular_text">Premium hosting for organisations</string>
<string name="login_server_modular_learn_more">Learn more</string>
<string name="login_server_other_title">Other</string>
<string name="login_server_other_text">Custom &amp; advanced settings</string>
<string name="login_continue">Continue</string>
<!-- Replaced string is the homeserver url -->
<string name="login_connect_to">Connect to %1$s</string>
<string name="login_connect_to_modular">Connect to Modular</string>
<string name="login_connect_to_a_custom_server">Connect to a custom server</string>
<!-- Replaced string is the homeserver url -->
<string name="login_signin_to">Sign in to %1$s</string>
<string name="login_signup">Sign Up</string>
<string name="login_signin">Sign In</string>
<string name="login_signin_sso">Continue with SSO</string>
<string name="login_server_url_form_modular_hint">Modular Address</string>
<string name="login_server_url_form_other_hint">Address</string>
<string name="login_server_url_form_modular_text">Premium hosting for organisations</string>
<string name="login_server_url_form_modular_notice">Enter the address of the Modular Riot or Server you want to use</string>
<string name="login_server_url_form_other_notice">Enter the address of a server or a Riot you want to connect to</string>
<string name="login_sso_error_message">An error occurred when loading the page: %1$s (%2$d)</string>
<string name="login_mode_not_supported">The application is not able to signin to this homeserver. The homeserver supports the following signin type(s): %1$s.\n\nDo you want to signin using a web client?</string>
<string name="login_registration_disabled">Sorry, this server isnt accepting new accounts.</string>
<string name="login_registration_not_supported">The application is not able to create an account on this homeserver.\n\nDo you want to signup using a web client?</string>
<string name="login_login_with_email_error">This email is not associated to any account.</string>
<!-- Replaced string is the homeserver url -->
<string name="login_reset_password_on">Reset password on %1$s</string>
<string name="login_reset_password_notice">A verification email will be sent to your inbox to confirm setting your new password.</string>
<string name="login_reset_password_submit">Next</string>
<string name="login_reset_password_email_hint">Email</string>
<string name="login_reset_password_password_hint">New password</string>
<string name="login_reset_password_warning_title">Warning!</string>
2020-02-05 19:27:55 +03:00
<string name="login_reset_password_warning_content">Changing your password will reset any end-to-end encryption keys on all of your sessions, making encrypted chat history unreadable. Set up Key Backup or export your room keys from another session before resetting your password.</string>
2019-12-19 17:50:18 +03:00
<string name="login_reset_password_warning_submit">Continue</string>
<string name="login_reset_password_error_not_found">This email is not linked to any account</string>
<string name="login_reset_password_mail_confirmation_title">Check your inbox</string>
<!-- Replaced string is an email -->
<string name="login_reset_password_mail_confirmation_notice">A verification email was sent to %1$s.</string>
<string name="login_reset_password_mail_confirmation_notice_2">Tap on the link to confirm your new password. Once you\'ve followed the link it contains, click below.</string>
<string name="login_reset_password_mail_confirmation_submit">I have verified my email address</string>
<string name="login_reset_password_success_title">Success!</string>
<string name="login_reset_password_success_notice">Your password has been reset.</string>
2020-02-05 19:27:55 +03:00
<string name="login_reset_password_success_notice_2">You have been logged out of all sessions and will no longer receive push notifications. To re-enable notifications, sign in again on each device.</string>
2019-12-19 17:50:18 +03:00
<string name="login_reset_password_success_submit">Back to Sign In</string>
<string name="login_reset_password_cancel_confirmation_title">Warning</string>
<string name="login_reset_password_cancel_confirmation_content">Your password is not yet changed.\n\nStop the password change process?</string>
<string name="login_set_email_title">Set email address</string>
<string name="login_set_email_notice">Set an email to recover your account. Later, you can optionally allow people you know to discover you by your email.</string>
<string name="login_set_email_mandatory_hint">Email</string>
<string name="login_set_email_optional_hint">Email (optional)</string>
<string name="login_set_email_submit">Next</string>
<string name="login_set_msisdn_title">Set phone number</string>
<string name="login_set_msisdn_notice">Set a phone number to optionally allow people you know to discover you.</string>
<string name="login_set_msisdn_notice2">Please use the international format.</string>
<string name="login_set_msisdn_mandatory_hint">Phone number</string>
<string name="login_set_msisdn_optional_hint">Phone number (optional)</string>
<string name="login_set_msisdn_submit">Next</string>
<string name="login_msisdn_confirm_title">Confirm phone number</string>
<!-- Template will be replaced by a phone number -->
<string name="login_msisdn_confirm_notice">We just sent a code to %1$s. Enter it below to verify its you.</string>
<string name="login_msisdn_confirm_hint">Enter code</string>
<string name="login_msisdn_confirm_send_again">Send again</string>
<string name="login_msisdn_confirm_submit">Next</string>
<string name="login_msisdn_error_not_international">"International phone numbers must start with '+'"</string>
<string name="login_msisdn_error_other">"Phone number seems invalid. Please check it"</string>
<!-- Replaced string is the homeserver url -->
<string name="login_signup_to">Sign up to %1$s</string>
<string name="login_signin_username_hint">Username or email</string>
2020-02-27 13:59:39 +03:00
<string name="login_signup_username_hint">Username</string>
2019-12-19 17:50:18 +03:00
<string name="login_signup_password_hint">Password</string>
<string name="login_signup_submit">Next</string>
<string name="login_signup_error_user_in_use">That username is taken</string>
<string name="login_signup_cancel_confirmation_title">Warning</string>
<string name="login_signup_cancel_confirmation_content">Your account is not created yet.\n\nStop the registration process?</string>
<string name="login_a11y_choose_matrix_org">Select matrix.org</string>
<string name="login_a11y_choose_modular">Select modular</string>
<string name="login_a11y_choose_other">Select a custom homeserver</string>
<string name="login_a11y_captcha_container">Please perform the captcha challenge</string>
<string name="login_terms_title">Accept terms to continue</string>
<string name="login_wait_for_email_title">Please check your email</string>
<string name="login_wait_for_email_notice">We just sent an email to %1$s.\nPlease click on the link it contains to continue the account creation.</string>
<string name="login_validation_code_is_not_correct">The entered code is not correct. Please check.</string>
<string name="login_error_outdated_homeserver_title">Outdated homeserver</string>
<string name="login_error_outdated_homeserver_content">This homeserver is running too old a version to connect to. Ask your homeserver admin to upgrade.</string>
<plurals name="login_error_limit_exceeded_retry_after">
<item quantity="one">Too many requests have been sent. You can retry in %1$d second…</item>
<item quantity="other">Too many requests have been sent. You can retry in %1$d seconds…</item>
</plurals>
<string name="login_connect_using_matrix_id_notice">Alternatively, if you already have an account and you know your Matrix identifier and your password, you can use this method:</string>
<string name="login_connect_using_matrix_id_submit">Sign in with my Matrix identifier</string>
<string name="login_signin_matrix_id_title">Sign in</string>
<string name="login_signin_matrix_id_notice">Enter your identifier and your password</string>
<string name="login_signin_matrix_id_hint">User identifier</string>
<string name="login_signin_matrix_id_error_invalid_matrix_id">This is not a valid user identifier. Expected format: \'@user:homeserver.org\'</string>
<string name="autodiscover_well_known_error">Unable to find a valid homeserver. Please check your identifier</string>
2019-12-19 17:50:18 +03:00
<string name="seen_by">Seen by</string>
<string name="signed_out_title">Youre signed out</string>
2020-02-05 19:27:55 +03:00
<string name="signed_out_notice">It can be due to various reasons:\n\n• Youve changed your password on another session.\n\n• You have deleted this session from another session.\n\n• The administrator of your server has invalidated your access for security reason.</string>
2019-12-19 17:50:18 +03:00
<string name="signed_out_submit">Sign in again</string>
<string name="soft_logout_title">Youre signed out</string>
<string name="soft_logout_signin_title">Sign in</string>
<!-- Replacement: homeserver url, user display name and userId -->
<string name="soft_logout_signin_notice">Your homeserver (%1$s) admin has signed you out of your account %2$s (%3$s).</string>
<string name="soft_logout_signin_e2e_warning_notice">Sign in to recover encryption keys stored exclusively on this device. You need them to read all of your secure messages on any device.</string>
<string name="soft_logout_signin_submit">Sign in</string>
<string name="soft_logout_signin_password_hint">Password</string>
<string name="soft_logout_clear_data_title">Clear personal data</string>
<string name="soft_logout_clear_data_notice">Warning: Your personal data (including encryption keys) is still stored on this device.\n\nClear it if youre finished using this device, or want to sign in to another account.</string>
<string name="soft_logout_clear_data_submit">Clear all data</string>
<string name="soft_logout_clear_data_dialog_title">Clear data</string>
<string name="soft_logout_clear_data_dialog_content">Clear all data currently stored on this device?\nSign in again to access your account data and messages.</string>
<string name="soft_logout_clear_data_dialog_e2e_warning_content">Youll lose access to secure messages unless you sign in to recover your encryption keys.</string>
<string name="soft_logout_clear_data_dialog_submit">Clear data</string>
<string name="soft_logout_sso_not_same_user_error">The current session is for user %1$s and you provide credentials for user %2$s. This is not supported by RiotX.\nPlease first clear data, then sign in again on another account.</string>
<string name="permalink_malformed">Your matrix.to link was malformed</string>
<string name="bug_report_error_too_short">The description is too short</string>
2020-01-09 16:04:50 +03:00
<string name="notification_initial_sync">Initial Sync…</string>
2020-01-31 12:00:44 +03:00
<string name="settings_show_devices_list">See all my sessions</string>
2020-01-09 16:04:50 +03:00
<string name="settings_advanced_settings">Advanced settings</string>
<string name="settings_developer_mode">Developer mode</string>
<string name="settings_developer_mode_summary">The developer mode activates hidden features and may also make the application less stable. For developers only!</string>
<string name="settings_rageshake">Rageshake</string>
<string name="settings_rageshake_detection_threshold">Detection threshold</string>
<string name="settings_rageshake_detection_threshold_summary">Shake your phone to test the detection threshold</string>
<string name="rageshake_detected">Shake detected!</string>
<string name="settings">Settings</string>
2020-01-31 12:00:44 +03:00
<string name="devices_current_device">Current session</string>
<string name="devices_other_devices">Other sessions</string>
2020-01-09 16:04:50 +03:00
<string name="autocomplete_limited_results">Showing only the first results, type more letters…</string>
<string name="settings_developer_mode_fail_fast_title">Fail-fast</string>
<string name="settings_developer_mode_fail_fast_summary">RiotX may crash more often when an unexpected error occurs</string>
2020-02-05 19:27:55 +03:00
<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="create_room_encryption_title">"Enable encryption"</string>
<string name="create_room_encryption_description">"Once enabled, encryption cannot be disabled."</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 youre 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>
<string name="verification_verify_device">Verify this session</string>
<string name="verification_verify_device_manually">Manually verify</string>
<!-- Sender name of a message when it is send by you, e.g. You: Hello!-->
<string name="you">You</string>
<string name="verification_scan_notice">Scan the code with the other user\'s device to securely verify each other</string>
<string name="verification_scan_their_code">Scan their code</string>
<string name="verification_scan_emoji_title">Can\'t scan</string>
<string name="verification_scan_emoji_subtitle">If you\'re not in person, compare emoji instead</string>
<string name="verification_no_scan_emoji_title">Verify by comparing emojis</string>
<string name="verify_by_emoji_title">Verify by Emoji</string>
<string name="verify_by_emoji_description">If you cant scan the code above, verify by comparing a short, unique selection of emoji.</string>
<string name="a13n_qr_code_description">QR code image</string>
<string name="verification_verify_user">Verify %s</string>
<string name="verification_verified_user">Verified %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.\n\nYour messages are secured with locks and only you and the recipient have the unique keys to unlock them.</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>
2020-02-10 16:51:35 +03:00
<string name="rendering_event_error_type_of_event_not_handled">"RiotX does not handle events of type '%1$s'"</string>
<string name="rendering_event_error_type_of_message_not_handled">"RiotX does not handle message of type '%1$s'"</string>
2020-02-05 19:27:55 +03:00
<string name="rendering_event_error_exception">"RiotX encountered an issue when rendering content of event with id '%1$s'"</string>
<string name="unignore">Unignore</string>
<string name="verify_cannot_cross_sign">This session is unable to share this verification with your other sessions.\nThe verification will be saved locally and shared in a future version of the app.</string>
<string name="room_list_sharing_header_recent_rooms">Recent rooms</string>
<string name="room_list_sharing_header_other_rooms">Other rooms</string>
<string name="command_description_rainbow">Sends the given message colored as a rainbow</string>
<string name="command_description_rainbow_emote">Sends the given emote colored as a rainbow</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="room_settings_enable_encryption">Enable end-to-end encryption</string>
<string name="room_settings_enable_encryption_warning">Once enabled, encryption cannot be disabled.</string>
<string name="room_settings_enable_encryption_dialog_title">Enable encryption?</string>
<string name="room_settings_enable_encryption_dialog_content">Once enabled, encryption for a room cannot be disabled. Messages sent in an encrypted room cannot be seen by the server, only by the participants of the room. Enabling encryption may prevent many bots and bridges from working correctly.</string>
<string name="room_settings_enable_encryption_dialog_submit">Enable encryption</string>
<string name="verification_request_notice">To be secure, verify %s by checking a one-time code.</string>
<string name="verification_request_start_notice">To be secure, do this in person or use another way to communicate.</string>
<string name="verification_emoji_notice">Compare the unique emoji, ensuring they appear in the same order.</string>
<string name="verification_code_notice">Compare the code with the one displayed on the other user\'s screen.</string>
<string name="verification_conclusion_ok_notice">Messages with this user are end-to-end encrypted and can\'t be read by third parties.</string>
<string name="verification_conclusion_ok_self_notice">Your new session is now verified. It has access to your encrypted messages, and other users will see it as trusted.</string>
<string name="encryption_information_cross_signing_state">Cross-Signing</string>
<string name="encryption_information_dg_xsigning_complete">Cross-Signing is enabled\nPrivate Keys on device.</string>
<string name="encryption_information_dg_xsigning_trusted">Cross-Signing is enabled\nKeys are trusted.\nPrivate keys are not known</string>
<string name="encryption_information_dg_xsigning_not_trusted">Cross-Signing is enabled.\nKeys are not trusted</string>
<string name="encryption_information_dg_xsigning_disabled">Cross-Signing is not enabled</string>
<string name="settings_active_sessions_list">Active Sessions</string>
<string name="settings_active_sessions_show_all">Show All Sessions</string>
<string name="settings_active_sessions_manage">Manage Sessions</string>
2020-04-28 12:34:53 +03:00
<string name="settings_active_sessions_signout_device">Sign out of this session</string>
2020-02-05 19:27:55 +03:00
<string name="settings_failed_to_get_crypto_device_info">No cryptographic information available</string>
<string name="settings_active_sessions_verified_device_desc">This session is trusted for secure messaging because you verified it:</string>
<string name="settings_active_sessions_unverified_device_desc">Verify this session to mark it as trusted &amp; grant it access to encrypted messages. If you didnt sign in to this session your account may be compromised:</string>
<plurals name="settings_active_sessions_count">
<item quantity="one">%d active session</item>
<item quantity="other">%d active sessions</item>
</plurals>
2020-04-28 12:34:53 +03:00
<string name="crosssigning_verify_this_session">Verify this login</string>
2020-02-05 19:27:55 +03:00
<string name="crosssigning_other_user_not_trust">Other users may not trust it</string>
<string name="complete_security">Complete Security</string>
2020-03-26 11:48:02 +03:00
<string name="verification_open_other_to_verify">Use an existing session to verify this one, granting it access to encrypted messages.</string>
2020-02-05 19:27:55 +03:00
<string name="verification_profile_verify">Verify</string>
<string name="verification_profile_verified">Verified</string>
<string name="verification_profile_warning">Warning</string>
<string name="room_member_profile_failed_to_get_devices">Failed to get sessions</string>
<string name="room_member_profile_sessions_section_title">Sessions</string>
<string name="trusted">Trusted</string>
<string name="not_trusted">Not Trusted</string>
<string name="verification_profile_device_verified_because">This session is trusted for secure messaging because %1$s (%2$s) verified it:</string>
<string name="verification_profile_device_new_signing">%1$s (%2$s) signed in using a new session:</string>
<string name="verification_profile_device_untrust_info">Until this user trusts this session, messages sent to and from it are labelled with warnings. Alternatively, you can manually verify it.</string>
<string name="initialize_cross_signing">Initialize CrossSigning</string>
<string name="reset_cross_signing">Reset Keys</string>
<string name="a11y_qr_code_for_verification">QR code</string>
2020-04-09 17:29:52 +03:00
<string name="qr_code_scanned_by_other_notice">Almost there! Is %s showing the same shield?</string>
2020-02-05 19:27:55 +03:00
<string name="qr_code_scanned_by_other_yes">Yes</string>
<string name="qr_code_scanned_by_other_no">No</string>
<string name="no_connectivity_to_the_server_indicator">Connectivity to the server has been lost</string>
<string name="no_connectivity_to_the_server_indicator_airplane">Airplane mode is on</string>
2020-02-27 13:59:39 +03:00
<string name="settings_dev_tools">Dev Tools</string>
<string name="settings_account_data">Account Data</string>
<plurals name="poll_info">
<item quantity="zero">%d vote</item>
<item quantity="other">%d votes</item>
</plurals>
<plurals name="poll_info_final">
<item quantity="zero">%d vote - Final results</item>
<item quantity="other">%d votes - Final results</item>
</plurals>
<string name="poll_item_selected_aria">Selected Option</string>
<string name="command_description_poll">Creates a simple poll</string>
<string name="verification_cannot_access_other_session">Use a Recovery Passphrase or Key</string>
2020-03-26 11:48:02 +03:00
<string name="verification_use_passphrase">If you cant access an existing session</string>
2020-02-27 13:59:39 +03:00
<string name="new_signin">New Sign In</string>
<string name="enter_secret_storage_invalid">Cannot find secrets in storage</string>
<string name="enter_secret_storage_passphrase">Enter secret storage passphrase</string>
<string name="enter_secret_storage_passphrase_warning">Warning:</string>
<string name="enter_secret_storage_passphrase_warning_text">You should only access secret storage from a trusted device</string>
<string name="message_action_item_redact">Remove…</string>
<string name="share_confirm_room">Do you want to send this attachment to %1$s?</string>
<plurals name="send_images_with_original_size">
<item quantity="one">Send image with the original size</item>
<item quantity="other">Send images with the original size</item>
</plurals>
<string name="delete_event_dialog_title">Confirm Removal</string>
<string name="delete_event_dialog_content">Are you sure you wish to remove (delete) this event? Note that if you delete a room name or topic change, it could undo the change.</string>
<string name="delete_event_dialog_reason_checkbox">Include a reason</string>
<string name="delete_event_dialog_reason_hint">Reason for redacting</string>
<string name="event_redacted_by_user_reason_with_reason">Event deleted by user, reason: %1$s</string>
<string name="event_redacted_by_admin_reason_with_reason">Event moderated by room admin, reason: %1$s</string>
<string name="keys_backup_restore_success_title_already_up_to_date">Keys are already up to date!</string>
2020-04-14 18:26:23 +03:00
<string name="login_mobile_device_riotx">RiotX Android</string>
<string name="settings_key_requests">Key Requests</string>
<string name="e2e_use_keybackup">Unlock encrypted messages history</string>
<string name="refresh">Refresh</string>
2020-04-29 16:12:07 +03:00
<string name="new_session">New login. Was this you?</string>
2020-04-14 18:26:23 +03:00
<string name="new_session_review">Tap to review &amp; verify</string>
<string name="verify_new_session_notice">Use this session to verify your new one, granting it access to encrypted messages.</string>
<string name="verify_new_session_was_not_me">This wasnt me</string>
<string name="verify_new_session_compromized">Your account may be compromised</string>
<string name="verify_cancel_self_verification_from_untrusted">If you cancel, you wont be able to read encrypted messages on this device, and other users wont trust it</string>
<string name="verify_cancel_self_verification_from_trusted">If you cancel, you wont be able to read encrypted messages on your new device, and other users wont trust it</string>
<string name="verify_cancel_other">You wont verify %1$s (%2$s) if you cancel now. Start again in their user profile.</string>
<string name="verify_not_me_self_verification">
One of the following may be compromised:\n\n- Your password\n- Your homeserver\n- This device, or the other device\n- The internet connection either device is using\n\nWe recommend you change your password &amp; recovery key in Settings immediately.
</string>
<string name="verify_cancelled_notice">Verify your devices from Settings.</string>
<string name="verification_cancelled">Verification Cancelled</string>
<string name="recovery_passphrase">Recovery Passphrase</string>
2020-04-14 18:26:23 +03:00
<string name="message_key">Message Key</string>
<string name="account_password">Account Password</string>
<!-- %s will be replaced by recovery_passphrase -->
<string name="set_recovery_passphrase">Set a %s</string>
<string name="generate_message_key">Generate a Message Key</string>
<!-- %s will be replaced by recovery_passphrase -->
<string name="confirm_recovery_passphrase">Confirm %s</string>
<!-- %s will be replaced by account_password -->
<string name="enter_account_password">Enter your %s to continue.</string>
<!-- %s will be replaced by recovery_passphrase -->
<string name="bootstrap_info_text">Secure &amp; unlock encrypted messages and trust with a %s.</string>
<!-- %s will be replaced by recovery_passphrase -->
<string name="bootstrap_info_confirm_text">Enter your %s again to confirm it.</string>
<string name="bootstrap_dont_reuse_pwd">Dont re-use your account password.</string>
<string name="bootstrap_loading_text">This might take several seconds, please be patient.</string>
<string name="bootstrap_loading_title">Setting up recovery.</string>
<string name="your_recovery_key">Your recovery key</string>
2020-04-16 14:58:54 +03:00
<string name="bootstrap_finish_title">"You're done!"</string>
2020-04-14 18:26:23 +03:00
<string name="keep_it_safe">Keep it safe</string>
<string name="finish">Finish</string>
<!-- %1$s is replaced by message_key and %2$s by recovery_passphrase -->
<string name="bootstrap_save_key_description">Use this %1$s as a safety net in case you forget your %2$s.</string>
<string name="bootstrap_crosssigning_progress_initializing">Publishing created identity keys</string>
<string name="bootstrap_crosssigning_progress_pbkdf2">Generating secure key from passphrase</string>
<string name="bootstrap_crosssigning_progress_default_key">Defining SSSS default Key</string>
<string name="bootstrap_crosssigning_progress_save_msk">Synchronizing Master key</string>
<string name="bootstrap_crosssigning_progress_save_usk">Synchronizing User key</string>
<string name="bootstrap_crosssigning_progress_save_ssk">Synchronizing Self Signing key</string>
<string name="bootstrap_crosssigning_progress_key_backup">Setting Up Key Backup</string>
<!-- %1$s is replaced by message_key and %2$s by recovery_passphrase -->
<string name="bootstrap_cross_signing_success">Your %2$s &amp; %1$s are now set.\n\nKeep them safe! Youll need them to unlock encrypted messages and secure information if you lose all of your active sessions.</string>
<!-- the %s will be replaced by a check mark on screen-->
<string name="bootstrap_crosssigning_print_it">Print it and store it somewhere safe</string>
<string name="bootstrap_crosssigning_save_usb">Save it on a USB key or backup drive</string>
<string name="bootstrap_crosssigning_save_cloud">Copy it to your personal cloud storage</string>
<string name="auth_flow_not_supported">You cannot do that from mobile</string>
<string name="bootstrap_skip_text">Setting a Recovery Passphrase lets you secure &amp; unlock encrypted messages and trust.\n\nIf you dont want to set a Message Password, generate a Message Key instead.</string>
<string name="bootstrap_skip_text_no_gen_key">Setting a Recovery Passphrase lets you secure &amp; unlock encrypted messages and trust.</string>
2020-04-14 18:26:23 +03:00
<string name="encryption_enabled">Encryption enabled</string>
<string name="encryption_enabled_tile_description">Messages in this room are end-to-end encrypted. Learn more &amp; verify users in their profile.</string>
<string name="encryption_not_enabled">Encryption not enabled</string>
<string name="encryption_unknown_algorithm_tile_description">The encryption used by this room is not supported</string>
<string name="room_created_summary_item">%s created and configured the room.</string>
<string name="qr_code_scanned_self_verif_notice">Almost there! Is the other device showing the same shield?</string>
<string name="qr_code_scanned_verif_waiting_notice">Almost there! Waiting for confirmation…</string>
<string name="qr_code_scanned_verif_waiting">Waiting for %s…</string>
<string name="error_failed_to_import_keys">Failed to import keys</string>
<string name="settings_notification_configuration">Notifications configuration</string>
<string name="settings_messages_at_room">Messages containing @room</string>
<string name="settings_messages_in_e2e_one_to_one">Encrypted messages in one-to-one chats</string>
<string name="settings_messages_in_e2e_group_chat">Encrypted messages in group chats</string>
<string name="settings_when_rooms_are_upgraded">When rooms are upgraded</string>
<string name="settings_troubleshoot_title">Troubleshoot</string>
<string name="settings_notification_advanced_summary_riotx">Set notification importance by event</string>
<string name="command_description_plain">Sends a message as plain text, without interpreting it as markdown</string>
<string name="auth_invalid_login_param_space_in_password">Incorrect username and/or password. The entered password starts or ends with spaces, please check it.</string>
2020-04-20 16:20:08 +03:00
<string name="room_message_placeholder">Message…</string>
<string name="upgrade_security">Encryption upgrade available</string>
<string name="security_prompt_text">Verify yourself &amp; others to keep your chats safe</string>
<!-- %s will be replaced by recovery_key -->
<string name="bootstrap_enter_recovery">Enter your %s to continue</string>
<string name="use_file">Use File</string>
<!-- %s will be replaced by recovery_passphrase -->
<!-- <string name="upgrade_account_desc">Upgrade this session to allow it to verify other sessions, granting them access to encrypted messages and marking them as trusted for other users.</string>-->
<string name="enter_backup_passphrase">Enter %s</string>
<string name="backup_recovery_passphrase">Recovery Passphrase</string>
<string name="bootstrap_invalid_recovery_key">"It's not a valid recovery key"</string>
<string name="recovery_key_empty_error_message">Please enter a recovery key</string>
<string name="bootstrap_progress_checking_backup">Checking backup Key</string>
<string name="bootstrap_progress_checking_backup_with_info">Checking backup Key (%s)</string>
<string name="bootstrap_progress_compute_curve_key">Getting curve key</string>
<string name="bootstrap_progress_generating_ssss">Generating SSSS key from passphrase</string>
<string name="bootstrap_progress_generating_ssss_with_info">Generating SSSS key from passphrase (%s)</string>
<string name="bootstrap_progress_generating_ssss_recovery">Generating SSSS key from recovery key</string>
<string name="bootstrap_progress_storing_in_sss">Storing keybackup secret in SSSS</string>
<!-- To produce things like 'RiotX Android (IQDHUVJTTV)' -->
<string name="new_session_review_with_info">%1$s (%2$s)</string>
<string name="bootstrap_migration_enter_backup_password">Enter your Key Backup Passphrase to continue.</string>
<string name="bootstrap_migration_use_recovery_key">use your Key Backup recovery key</string>
<!-- %s will be replaced by the value of bootstrap_migration_use_recovery_key -->
<string name="bootstrap_migration_with_passphrase_helper_with_link">Dont know your Key Backup Passphrase, you can %s.</string>
<string name="bootstrap_migration_backup_recovery_key">Key Backup recovery key</string>
<string name="settings_security_prevent_screenshots_title">Prevent screenshots of the application</string>
<string name="settings_security_prevent_screenshots_summary">Enabling this setting adds the FLAG_SECURE to all Activities. Restart the application for the change to take effect.</string>
<string name="media_file_added_to_gallery">Media file added to the Gallery</string>
<string name="error_adding_media_file_to_gallery">Could not add media file to the Gallery</string>
<string name="change_password_summary">Set a new account password…</string>
2020-04-28 22:35:39 +03:00
<string name="use_other_session_content_description">Use the latest Riot on your other devices, Riot Web, Riot Desktop, Riot iOS, RiotX for Android, or another cross-signing capable Matrix client</string>
<string name="riot_desktop_web">Riot Web\nRiot Desktop</string>
<string name="riot_ios_android">Riot iOS\nRiot X for Android</string>
<string name="or_other_mx_capabale_client">or another cross-signing capable Matrix client</string>
<string name="use_latest_riot">Use the latest Riot on your other devices:</string>
<string name="command_description_discard_session">Forces the current outbound group session in an encrypted room to be discarded</string>
<string name="command_description_discard_session_not_handled">Only supported in encrypted rooms</string>
<!-- first will be replaced by recovery_passphrase, second will be replaced by recovery_key-->
<string name="enter_secret_storage_passphrase_or_key">Use your %1$s or use your %2$s to continue.</string>
<string name="use_recovery_key">Use Recovery Key</string>
<string name="enter_secret_storage_input_key">Select your Recovery Key, or input it manually by typing it or pasting from your clipboard</string>
<string name="keys_backup_recovery_key_error_decrypt">Backup could not be decrypted with this Recovery Key: please verify that you entered the correct Recovery Key.</string>
<string name="failed_to_access_secure_storage">Failed to access secure storage</string>
2020-04-30 13:15:26 +03:00
<string name="unencrypted">Unencrypted</string>
<string name="encrypted_unverified">Encrypted by an unverified device</string>
<string name="review_logins">Review where youre logged in</string>
<string name="verify_other_sessions">Verify all your sessions to ensure your account &amp; messages are safe</string>
2020-04-30 16:43:05 +03:00
<!-- Argument will be replaced by the other session name (e.g, Riot Desktop, mobile) -->
<string name="verify_this_session">Verify the new login accessing your account: %1$s</string>
2020-04-30 13:15:26 +03:00
2020-04-28 22:35:39 +03:00
<string name="cross_signing_verify_by_text">Manually Verify by Text</string>
<string name="crosssigning_verify_session">Verify login</string>
<string name="cross_signing_verify_by_emoji">Interactively Verify by Emoji</string>
<string name="confirm_your_identity">Confirm your identity by verifying this login from one of your other sessions, granting it access to encrypted messages.</string>
<string name="mark_as_verified">Mark as Trusted</string>
<string name="error_empty_field_choose_user_name">Please choose a username.</string>
<string name="error_empty_field_choose_password">Please choose a password.</string>
<string name="external_link_confirmation_title">Double-check this link</string>
<string name="external_link_confirmation_message">The link %1$s is taking you to another site: %2$s.\n\nAre you sure you want to continue?</string>
<string name="create_room_dm_failure">"We couldn't create your DM. Please check the users you want to invite and try again."</string>
2020-05-04 12:09:36 +03:00
2020-04-30 15:47:31 +03:00
<string name="add_members_to_room">Add members</string>
<string name="invite_users_to_room_action_invite">INVITE</string>
<string name="inviting_users_to_room">Inviting users…</string>
<string name="invite_users_to_room_title">Invite Users</string>
<string name="invitation_sent_to_one_user">Invitation sent to %1$s</string>
<string name="invitations_sent_to_two_users">Invitations sent to %1$s and %2$s</string>
<plurals name="invitations_sent_to_one_and_more_users">
2020-05-12 15:31:15 +03:00
<item quantity="one">Invitations sent to %1$s and one more</item>
<item quantity="other">Invitations sent to %1$s and %2$d more</item>
</plurals>
2020-04-30 15:47:31 +03:00
<string name="invite_users_to_room_failure">We could not invite users. Please check the users you want to invite and try again.</string>
2020-05-14 03:14:12 +03:00
<string name="choose_locale_current_locale_title">Current language</string>
<string name="choose_locale_other_locales_title">Other available languages</string>
2020-05-14 23:32:47 +03:00
<string name="choose_locale_loading_locales">Loading available languages…</string>
2020-05-14 03:14:12 +03:00
<string name="open_terms_of">Open terms of %s</string>
<string name="disconnect_identity_server_dialog_content">Disconnect from the identity server %s?</string>
</resources>