mirror of
https://github.com/fromchat-messenger/app.git
synced 2026-09-22 19:15:05 +03:00
ab929af019
Signed-off-by: denis0001-dev <denis0001.dev@ya.ru>
509 lines
33 KiB
XML
509 lines
33 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
||
<resources>
|
||
<!-- App -->
|
||
<string name="app_name">FromChat</string>
|
||
|
||
<!-- Navigation -->
|
||
<string name="back">Back</string>
|
||
<string name="settings">Settings</string>
|
||
<string name="home">Home</string>
|
||
<string name="about">About</string>
|
||
<string name="about_version">Version %1$s</string>
|
||
<string name="about_link_telegram">Telegram</string>
|
||
<string name="about_link_max">MAX</string>
|
||
<string name="about_link_website">Website</string>
|
||
<string name="about_link_privacy">Privacy policy</string>
|
||
<string name="about_link_terms">Terms of service</string>
|
||
<string name="legal_privacy_title">Privacy policy</string>
|
||
<string name="legal_terms_title">Terms of service</string>
|
||
<string name="legal_document_cached_banner">Showing a saved copy. Content may be out of date.</string>
|
||
<string name="legal_document_load_error">Couldn\'t load the document. Check your connection and try again.</string>
|
||
<string name="auth_legal_notice_prefix">By creating an account you agree to the </string>
|
||
<string name="auth_legal_notice_and"> and </string>
|
||
<string name="app_desc">100% free and open messenger. Supports self-hosted installation on your own server.</string>
|
||
|
||
<!-- Authentication -->
|
||
<string name="welcome">Welcome!</string>
|
||
<string name="login">Log in</string>
|
||
<string name="login_d">Log in to your account</string>
|
||
<string name="register">Sign up</string>
|
||
<string name="register_d">Create a new account</string>
|
||
<string name="register_button">Create account</string>
|
||
<string name="username">Username</string>
|
||
<string name="password">Password</string>
|
||
<string name="confirm_password">Password again</string>
|
||
<string name="display_name">Name shown to others</string>
|
||
<string name="display_name_error">Use between 1 and 64 characters</string>
|
||
|
||
<!-- Validation Errors -->
|
||
<string name="fill_all_fields">Please fill in every field</string>
|
||
<string name="username_length_error">Username must be 3 to 20 characters</string>
|
||
<string name="password_length_error">Password must be 5 to 50 characters</string>
|
||
<string name="passwords_dont_match">The two passwords don’t match</string>
|
||
<string name="auth_welcome_title">Welcome to FromChat</string>
|
||
<string name="auth_welcome_tagline">The 100% free and open source messenger.</string>
|
||
<string name="auth_get_started">Get started</string>
|
||
<string name="auth_server_connect_failed">Failed to connect to the server</string>
|
||
<string name="auth_wrong_password">Wrong password</string>
|
||
<string name="auth_rate_limit">Too many attempts. Try again later.</string>
|
||
<string name="show_password">Show password</string>
|
||
<string name="hide_password">Hide password</string>
|
||
<string name="auth_char_count">%1$d/%2$d</string>
|
||
<string name="auth_step_username_title">Enter your username</string>
|
||
<string name="auth_step_username_body">This is your login. It helps us tell you apart from everyone else.</string>
|
||
<string name="auth_step_profile_title">Create your profile</string>
|
||
<string name="auth_step_profile_body">Enter your display name and, if you like, a few words about yourself.</string>
|
||
<string name="auth_username_taken">This username was just taken. Please choose another one.</string>
|
||
<string name="auth_step_password_title">Enter your password</string>
|
||
<string name="auth_step_password_body">We will sign you in or create a new account.</string>
|
||
<string name="auth_step_confirm_title">Confirm your password</string>
|
||
<string name="auth_step_confirm_body">Enter the same password again.</string>
|
||
<string name="auth_step_yandex_title">Sign in with Yandex ID</string>
|
||
<string name="auth_step_yandex_body">This helps us fight malicious bots and meet Russian legal requirements. From Yandex we only get your email — and we don’t store it; sign-in is only used for security reasons.</string>
|
||
<string name="auth_step_yandex_cta">Continue with Yandex ID</string>
|
||
<string name="auth_yandex_webview_title">Yandex ID</string>
|
||
<string name="auth_yandex_client_mismatch">This server returned an unexpected Yandex app id. Update the app or contact support.</string>
|
||
<string name="auth_yandex_failed">Yandex sign-in was cancelled or failed.</string>
|
||
<!-- Main Screen -->
|
||
<string name="chats">Chats</string>
|
||
<string name="contacts">Contacts</string>
|
||
<string name="profile">Profile</string>
|
||
<string name="dms">Private chats</string>
|
||
<string name="coming_soon">Coming soon…</string>
|
||
<string name="contacts_empty_title">Coming soon</string>
|
||
<string name="contacts_empty_body">Your contacts will appear here when this feature is ready.</string>
|
||
<string name="chat_scroll_to_bottom_cd">Scroll to latest messages</string>
|
||
<string name="public_chat">Main chat</string>
|
||
<string name="chat_last_mesaage">You: last message</string>
|
||
<string name="chat_preview_attachment">Attachment</string>
|
||
<string name="chat_preview_image_emoji">📷</string>
|
||
<string name="chat_preview_image">%1$s 1 photo</string>
|
||
<string name="cd_chat_preview_sending">Sending message</string>
|
||
<string name="cd_chat_preview_uploading">Uploading file</string>
|
||
<string name="action_mark_read">Mark as read</string>
|
||
<string name="action_select">Select</string>
|
||
<string name="action_archive">Archive</string>
|
||
<string name="chats_selected_count">%1$d chats selected</string>
|
||
<string name="chat_delete_confirm_title">Delete chats?</string>
|
||
<string name="chat_delete_confirm_body">Messages in selected chats will be deleted from this device and the server.</string>
|
||
<string name="chat_delete_partial_failure">Could not delete %1$d chat(s)</string>
|
||
<string name="cd_close_selection">Close selection</string>
|
||
<string name="cd_chat_selected">Selected</string>
|
||
<string name="cd_selection_more">More actions</string>
|
||
<string name="search_hint">Search by name, username or chat</string>
|
||
<string name="search_title">Search</string>
|
||
<string name="search_not_found">No results</string>
|
||
<string name="search_not_found_message">Nothing found here. Try rephrasing your query.</string>
|
||
<string name="message_placeholder">Write a message…</string>
|
||
|
||
<!-- Connection / chat chrome -->
|
||
<string name="status_connecting">Connecting</string>
|
||
<string name="status_updating">Updating</string>
|
||
<string name="chat_group_label">Group</string>
|
||
<string name="chat_members_count">%1$d people</string>
|
||
<string name="cd_call">Call</string>
|
||
<string name="cd_call_mic">Microphone</string>
|
||
<string name="cd_call_camera">Camera</string>
|
||
<string name="cd_call_screenshare">Share screen</string>
|
||
<string name="cd_call_end">End call</string>
|
||
<string name="call_status_starting">Starting call…</string>
|
||
<string name="call_status_calling">Calling…</string>
|
||
<string name="call_status_connecting">Connecting…</string>
|
||
<string name="call_status_reconnecting">Reconnecting…</string>
|
||
<string name="call_status_reconnecting_with_detail">Reconnecting… %1$s</string>
|
||
<string name="call_status_in_call">In call</string>
|
||
<string name="call_incoming_subtitle">Incoming call</string>
|
||
<string name="call_accept">Accept</string>
|
||
<string name="call_decline">Decline</string>
|
||
<string name="call_failed_title">Could not connect</string>
|
||
<string name="call_dismiss">OK</string>
|
||
<string name="notif_screenshare_title">Screen sharing</string>
|
||
<string name="notif_screenshare_text">Screen capture is active for this call</string>
|
||
<string name="notif_call_channel_name">Ongoing call</string>
|
||
<string name="notif_call_ongoing_title">Video call</string>
|
||
<string name="notif_call_ongoing_text">Camera and microphone stay active while you’re away</string>
|
||
<string name="notif_media_upload_channel_name">Media upload</string>
|
||
<string name="notif_media_upload_title">Sending attachment</string>
|
||
<string name="notif_media_upload_text">Upload continues in the background</string>
|
||
|
||
<!-- Messages -->
|
||
<string name="message_sender_you">You</string>
|
||
<string name="deleted_account">Deleted account</string>
|
||
<string name="account_suspended">Account suspended</string>
|
||
<string name="action_delete_chat">Delete chat</string>
|
||
<string name="message_corrupted">This message could not be shown.</string>
|
||
<string name="message_edited_suffix">(edited)</string>
|
||
<string name="message_replying_to">Reply to %1$s</string>
|
||
<string name="message_reply_jump_cd">Jump to quoted message</string>
|
||
<string name="message_reply_photo">Photo</string>
|
||
<string name="chat_date_today">Today</string>
|
||
<string name="chat_date_yesterday">Yesterday</string>
|
||
<string name="message_corrupted_short">Can’t show this message</string>
|
||
<string name="attachment_image_load_failed">Failed to load</string>
|
||
<string name="attachment_upload_failed">Couldn\'t send file</string>
|
||
<string name="attachment_upload_failed_too_large">File is too large to send on this device</string>
|
||
<string name="cd_attachment_upload_retry">Retry sending file</string>
|
||
<string name="attachment_retry">Retry</string>
|
||
<string name="attachment_open_failed">Couldn\'t open this file. Try Save from the message menu.</string>
|
||
<string name="attachment_open_chooser_title">Open with</string>
|
||
<string name="cd_attachment_retry">Retry loading image</string>
|
||
<string name="message_editing_title">Edit message</string>
|
||
|
||
<!-- Message actions -->
|
||
<string name="action_reply">Reply</string>
|
||
<string name="action_edit">Edit</string>
|
||
<string name="action_delete">Delete</string>
|
||
<string name="action_copy">Copy</string>
|
||
<string name="action_cancel_send">Cancel</string>
|
||
<string name="action_retry_send">Retry</string>
|
||
<string name="message_send_failed">Couldn\'t send</string>
|
||
<string name="cd_message_send_failed">Message failed to send</string>
|
||
<string name="action_save">Save</string>
|
||
<string name="notif_media_upload_percent">%1$d\u0025</string>
|
||
<string name="notif_media_upload_progress">%1$s · %2$s</string>
|
||
<string name="notif_file_copy_channel_name">Saving file</string>
|
||
<string name="notif_file_copy_title">Saving attachment</string>
|
||
<string name="notif_file_copy_text">Copying file in the background</string>
|
||
<string name="notif_file_download_channel_name">File download</string>
|
||
<string name="notif_file_download_title">Downloading attachment</string>
|
||
<string name="notif_file_download_text">Download continues in the background</string>
|
||
<string name="notif_file_download_percent">%1$d\u0025</string>
|
||
<string name="notif_file_download_progress">%1$s · %2$s</string>
|
||
|
||
<!-- Chat input -->
|
||
<string name="cd_close">Close</string>
|
||
<string name="cd_remove">Remove</string>
|
||
<string name="cd_pick_image">Choose photo</string>
|
||
<string name="cd_pick_file">Choose file</string>
|
||
<string name="cd_send">Send</string>
|
||
<string name="cd_emoji">Emoji</string>
|
||
|
||
<!-- Profile -->
|
||
<string name="profile_title">Profile</string>
|
||
<string name="profile_edit_title">Edit</string>
|
||
<string name="profile_edit_saved">Profile updated</string>
|
||
<string name="profile_bio_length_error">Up to %1$d characters</string>
|
||
<string name="profile_registration_date">%1$d %2$s %3$d</string>
|
||
<string name="profile_load_failed">Couldn’t load this profile</string>
|
||
<string name="profile_not_found">This profile could not be found</string>
|
||
<string name="profile_open_failed">Could not open this profile. Please try again.</string>
|
||
<string name="profile_invalid_link">Couldn’t open the link</string>
|
||
<string name="action_open_settings">Settings</string>
|
||
<string name="action_chat">Chat</string>
|
||
<string name="action_copy_link">Copy link</string>
|
||
<string name="profile_action_chat">Chat</string>
|
||
<string name="profile_action_link">Link</string>
|
||
<string name="profile_action_settings">Settings</string>
|
||
<string name="profile_action_call">Call</string>
|
||
<string name="profile_action_video">Video</string>
|
||
<string name="profile_action_contact_info">Contact info</string>
|
||
<string name="profile_action_search">Search</string>
|
||
<string name="feature_not_implemented">Not implemented yet</string>
|
||
<string name="link_copied">Link copied</string>
|
||
<string name="profile_details_category">About this person</string>
|
||
<string name="profile_headline_username">Username</string>
|
||
<string name="profile_headline_member_since">Joined</string>
|
||
<string name="profile_headline_bio">About</string>
|
||
<string name="profile_headline_verification">Verified account</string>
|
||
<string name="profile_verified_support">This account is an official FromChat representative.</string>
|
||
|
||
<!-- Admin actions (owner / user id 1) -->
|
||
<string name="profile_admin_actions_category">Admin actions</string>
|
||
<string name="profile_admin_verify">Verify</string>
|
||
<string name="profile_admin_unverify">Remove verification</string>
|
||
<string name="profile_admin_suspend">Suspend account</string>
|
||
<string name="profile_admin_unsuspend">Unsuspend account</string>
|
||
<string name="profile_admin_delete">Delete account</string>
|
||
<string name="profile_admin_verify_confirm_title">Verify account?</string>
|
||
<string name="profile_admin_verify_confirm_body">Mark this account as an official FromChat representative?</string>
|
||
<string name="profile_admin_unverify_confirm_title">Remove verification?</string>
|
||
<string name="profile_admin_unverify_confirm_body">Remove official verification from this account?</string>
|
||
<string name="profile_admin_suspend_confirm_title">Suspend account</string>
|
||
<string name="profile_admin_suspend_confirm_body">Enter the reason for suspending this account:</string>
|
||
<string name="profile_admin_suspend_reason_label">Reason</string>
|
||
<string name="profile_admin_suspend_confirm">Suspend</string>
|
||
<string name="profile_admin_unsuspend_confirm_title">Unsuspend account?</string>
|
||
<string name="profile_admin_unsuspend_confirm_body">Restore this account’s ability to send messages?</string>
|
||
<string name="profile_admin_delete_confirm_title">Delete account</string>
|
||
<string name="profile_admin_delete_confirm_body">This will permanently delete user data but preserve messages and conversations. If the user is online, they will be immediately logged out. This action cannot be undone.</string>
|
||
<string name="profile_admin_delete_confirm">Delete</string>
|
||
|
||
<!-- Verify (admin) -->
|
||
<string name="verify">Verify</string>
|
||
<string name="unverify">Remove verification</string>
|
||
|
||
<!-- Status badge -->
|
||
<string name="cd_verified_account">Verified account</string>
|
||
<string name="cd_account_blocked">Account blocked</string>
|
||
<string name="cd_similar_verified">May be a verified account</string>
|
||
|
||
<!-- Presence / last seen -->
|
||
<string name="presence_online">Online</string>
|
||
<string name="presence_recently">Active recently</string>
|
||
<string name="presence_long_ago">last seen a long time ago</string>
|
||
<string name="presence_today_at">Today at %1$s</string>
|
||
<string name="presence_yesterday_at">Yesterday at %1$s</string>
|
||
<string name="presence_weekday_at">%1$s at %2$s</string>
|
||
<string name="presence_date_this_year">%1$d %2$s at %3$s</string>
|
||
<string name="presence_date_full">%1$d %2$s %3$d at %4$s</string>
|
||
<string name="weekday_mon">Monday</string>
|
||
<string name="weekday_tue">Tuesday</string>
|
||
<string name="weekday_wed">Wednesday</string>
|
||
<string name="weekday_thu">Thursday</string>
|
||
<string name="weekday_fri">Friday</string>
|
||
<string name="weekday_sat">Saturday</string>
|
||
<string name="weekday_sun">Sunday</string>
|
||
<string name="month_jan">Jan</string>
|
||
<string name="month_feb">Feb</string>
|
||
<string name="month_mar">Mar</string>
|
||
<string name="month_apr">Apr</string>
|
||
<string name="month_may">May</string>
|
||
<string name="month_jun">Jun</string>
|
||
<string name="month_jul">Jul</string>
|
||
<string name="month_aug">Aug</string>
|
||
<string name="month_sep">Sep</string>
|
||
<string name="month_oct">Oct</string>
|
||
<string name="month_nov">Nov</string>
|
||
<string name="month_dec">Dec</string>
|
||
<string name="month_name_jan">january</string>
|
||
<string name="month_name_feb">february</string>
|
||
<string name="month_name_mar">march</string>
|
||
<string name="month_name_apr">april</string>
|
||
<string name="month_name_may">may</string>
|
||
<string name="month_name_jun">june</string>
|
||
<string name="month_name_jul">july</string>
|
||
<string name="month_name_aug">august</string>
|
||
<string name="month_name_sep">september</string>
|
||
<string name="month_name_oct">october</string>
|
||
<string name="month_name_nov">november</string>
|
||
<string name="month_name_dec">december</string>
|
||
|
||
<!-- Server Configuration -->
|
||
<string name="server_config_title">Connect to a server</string>
|
||
<string name="server_config_subtitle">Connect to an alternative FromChat server. This can give you more privacy and control over data.</string>
|
||
<string name="server_ip_label">Server</string>
|
||
<string name="server_ip_hint">api.fromchat.ru or host:port</string>
|
||
<string name="api_port_label">Port</string>
|
||
<string name="calls_port_label">Calls port</string>
|
||
<string name="https_enabled">Secure connection</string>
|
||
<string name="server_config_https_hint">Uses HTTPS. Turn off only for plain HTTP.</string>
|
||
<string name="server_config_https_headline">HTTPS</string>
|
||
<string name="server_config_https_local_hint">Secure connection. If your server is local, you probably should turn it off.</string>
|
||
<string name="server_config_host_error">Enter a valid host, or host:port (default port 443).</string>
|
||
<string name="server_config_port_error">Enter a port from 1 to 65535.</string>
|
||
<string name="server_config_snackbar_ok_calls">Server OK. Calls reachable. Ping: %1$d ms.</string>
|
||
<string name="server_config_snackbar_ok_calls_skip">Server OK. Calls unavailable. Ping: %1$d ms.</string>
|
||
<string name="server_config_snackbar_api_fail">Cannot reach the API.</string>
|
||
<string name="server_config_snackbar_calls_fail">Calls not reachable.</string>
|
||
<string name="server_config_snackbar_ok_api_calls_bad">Server OK; calls did not respond.</string>
|
||
<string name="server_config_snackbar_defaults">Defaults applied.</string>
|
||
<string name="server_config_fab_verify">Check server</string>
|
||
<string name="server_config_fab_reset">Reset to defaults</string>
|
||
<string name="server_config_action_check">Check</string>
|
||
<string name="server_config_action_reset">Reset</string>
|
||
<string name="server_config_action_reset_confirm_title">Reset to defaults?</string>
|
||
<string name="server_config_action_reset_confirm_body">This restores the default server address.</string>
|
||
<string name="server_config_unsupported_no_instance_id">This server does not provide a valid instance ID. Cannot connect.</string>
|
||
<string name="server_config_snackbar_timeout">Server did not respond in time. Try again.</string>
|
||
<string name="server_config_checking">Checking…</string>
|
||
<string name="server_config_session_logged_out_no_instance">Session ended: server instance ID could not be resolved.</string>
|
||
|
||
<!-- Local offline data wipe (Settings → Server tools) -->
|
||
<string name="action_wipe_local_cache_title">Clear local data</string>
|
||
<string name="action_wipe_local_cache_supporting">Removes cached messages, media, and pending sends on this device. Your account on the server is not affected.</string>
|
||
<string name="action_wipe_local_cache_confirm_title">Clear local data?</string>
|
||
<string name="action_wipe_local_cache_confirm_body">All offline messages and downloads for every server instance on this device will be deleted. Unsent messages in the outbox will be lost.</string>
|
||
<string name="action_wipe_local_cache_done">Local data cleared</string>
|
||
<string name="save_continue">Save and continue</string>
|
||
|
||
<!-- Settings -->
|
||
<string name="change_server">Change server</string>
|
||
<string name="change_server_d">Connect to an alternative FromChat server and sign out.</string>
|
||
<string name="logout">Log out</string>
|
||
<string name="materialYou">Material You</string>
|
||
<string name="materialYou_d">Match colors to your wallpaper. Works on Android 12 and up.</string>
|
||
<string name="theme">Look</string>
|
||
<string name="as_system">Same as phone</string>
|
||
<string name="light">Light</string>
|
||
<string name="dark">Dark</string>
|
||
<string name="debug_tools">Debug API</string>
|
||
<string name="debug_tools_d">Inspect profile and DM endpoints used by the client.</string>
|
||
|
||
<!-- Settings categories -->
|
||
<string name="settings_category_appearance">Appearance</string>
|
||
<string name="settings_category_appearance_d">Theme and Material You</string>
|
||
<string name="settings_category_server_tools">Server and tools</string>
|
||
<string name="settings_category_server_tools_d">Change server, debug API</string>
|
||
<string name="settings_category_notifications">Notifications</string>
|
||
<string name="settings_category_notifications_d">Open system notification settings</string>
|
||
<string name="settings_category_devices">Devices</string>
|
||
<string name="settings_category_devices_d">Signed-in sessions</string>
|
||
<string name="settings_category_security">Security</string>
|
||
<string name="settings_category_security_d">Change password</string>
|
||
<string name="settings_category_account">Account</string>
|
||
<string name="settings_category_account_d">Log out or delete account</string>
|
||
|
||
<string name="settings_notifications_title">Notifications</string>
|
||
<string name="settings_notification_settings">Notification settings</string>
|
||
<string name="settings_notification_settings_d">Here you can enable or disable certain types of notifications, change the sound and more.</string>
|
||
<string name="settings_notifications_permission_required">Open system notification settings to allow alerts.</string>
|
||
<string name="settings_push_notifications">Push notifications</string>
|
||
<string name="settings_push_notifications_d">These will let you know if you got a new message when the app is closed.</string>
|
||
|
||
<string name="settings_devices_title">Devices</string>
|
||
<string name="settings_devices_empty">No active sessions</string>
|
||
<string name="settings_devices_empty_sub">When you sign in on other phones or browsers, they will show up here.</string>
|
||
<string name="settings_devices_unknown">Unknown device</string>
|
||
<string name="settings_devices_last_active">Last active %1$s</string>
|
||
<string name="settings_devices_current_hint">You are signed in here.</string>
|
||
<string name="settings_devices_this_device">This device</string>
|
||
<string name="settings_devices_revoke">Sign out</string>
|
||
<string name="settings_devices_sheet_title">Session details</string>
|
||
<string name="settings_devices_field_session_id">Session ID</string>
|
||
<string name="settings_devices_field_device_name">Device name</string>
|
||
<string name="settings_devices_field_device_type">Device type</string>
|
||
<string name="settings_devices_field_os">System</string>
|
||
<string name="settings_devices_field_os_version">System version</string>
|
||
<string name="settings_devices_field_browser">Browser</string>
|
||
<string name="settings_devices_field_browser_version">Browser version</string>
|
||
<string name="settings_devices_field_brand">Brand</string>
|
||
<string name="settings_devices_field_model">Model</string>
|
||
<string name="settings_devices_field_signed_in">Signed in</string>
|
||
<string name="settings_devices_field_last_active">Last active</string>
|
||
<string name="settings_devices_sign_out_sheet">Sign out on this device</string>
|
||
<string name="settings_devices_signing_out">Signing out…</string>
|
||
<string name="settings_devices_logout_all">Sign out all other devices</string>
|
||
<string name="settings_devices_logout_all_confirm_title">Sign out everywhere else?</string>
|
||
<string name="settings_devices_logout_all_confirm_body">You stay signed in on this device only.</string>
|
||
<string name="settings_devices_active_sessions">Active sessions</string>
|
||
<string name="confirm">Confirm</string>
|
||
<string name="cancel">Cancel</string>
|
||
|
||
<string name="settings_security_title">Security</string>
|
||
<string name="settings_current_password">Current password</string>
|
||
<string name="settings_new_password">New password</string>
|
||
<string name="settings_confirm_new_password">Confirm new password</string>
|
||
<string name="settings_logout_other_sessions">Sign out all other devices after change</string>
|
||
<string name="settings_change_password">Change password</string>
|
||
<string name="settings_security_change_password_sub">Update the password you use to sign in</string>
|
||
<string name="settings_password_changed">Password updated</string>
|
||
<string name="settings_security_step_current_title">Current password</string>
|
||
<string name="settings_security_step_current_body">Enter the password you use now to continue.</string>
|
||
<string name="settings_security_step_new_title">New password</string>
|
||
<string name="settings_security_step_new_body">Choose a strong password you have not used here before.</string>
|
||
<string name="settings_security_step_confirm_title">Confirm new password</string>
|
||
<string name="settings_security_step_confirm_body">Type your new password again to make sure it matches.</string>
|
||
<string name="settings_next">Next</string>
|
||
<string name="settings_hub_about_sub">Version, links, and more</string>
|
||
<string name="logs_title">Logs</string>
|
||
<string name="settings_hub_logs_sub">View, share, and manage app logs</string>
|
||
<string name="logs_empty">No log entries yet</string>
|
||
<string name="logs_share">Share logs</string>
|
||
<string name="logs_rotate">Rotate logs</string>
|
||
<string name="logs_rotate_confirm_title">Rotate log file?</string>
|
||
<string name="logs_rotate_confirm_body">The current log will be archived and a new empty log file will be started.</string>
|
||
<string name="logs_clean">Clean logs</string>
|
||
<string name="logs_copied">Copied to clipboard</string>
|
||
<string name="logs_clean_title">Clean logs</string>
|
||
<string name="logs_clean_apply">Clean</string>
|
||
<string name="logs_clean_mode_size">By total size</string>
|
||
<string name="logs_clean_mode_all">Delete everything</string>
|
||
<string name="logs_clean_mode_entries">By entry count</string>
|
||
<string name="logs_clean_mode_date">Before date</string>
|
||
<string name="logs_clean_size_body">Delete oldest archives and entries until total log storage is below the limit.</string>
|
||
<string name="logs_clean_size_mb">Limit: %1$d MB</string>
|
||
<string name="logs_clean_all_body">Deletes the current log file and all rotated archives.</string>
|
||
<string name="logs_clean_entries_body">Keep only the newest entries in the current log file.</string>
|
||
<string name="logs_clean_entries_count">Keep newest: %1$d</string>
|
||
<string name="logs_clean_date_body">Delete entries and archives before the selected date (your time zone).</string>
|
||
<string name="logs_clean_date_year">Year</string>
|
||
<string name="logs_clean_date_month">Month</string>
|
||
<string name="logs_clean_date_day">Day</string>
|
||
<string name="logs_share_how_title">How do you want to send the logs?</string>
|
||
<string name="logs_share_uncompressed">Uncompressed</string>
|
||
<string name="logs_share_uncompressed_desc">Easier to read without any additional software</string>
|
||
<string name="logs_share_compressed">Compressed</string>
|
||
<string name="logs_share_compressed_desc">Smaller file size, but requires gzip to view</string>
|
||
<string name="logs_decompressing">Decompressing…</string>
|
||
<string name="logs_files_title">Log files</string>
|
||
<string name="logs_browse_files_cd">Browse log files</string>
|
||
<string name="logs_selected_count">%1$d selected</string>
|
||
<string name="logs_level_verbose">verbose</string>
|
||
<string name="logs_level_debug">debug</string>
|
||
<string name="logs_level_info">info</string>
|
||
<string name="logs_level_warn">warning</string>
|
||
<string name="logs_level_error">error</string>
|
||
<string name="logs_level_fatal">fatal</string>
|
||
<string name="logs_open">Open</string>
|
||
<string name="logs_delete_file_confirm_title">Delete log file?</string>
|
||
<string name="logs_delete_file_confirm_body">This file will be permanently removed from the device.</string>
|
||
<string name="logs_delete_files_confirm_title">Delete selected log files?</string>
|
||
<string name="logs_delete_files_confirm_body">%1$d files will be permanently removed from the device.</string>
|
||
<string name="logs_clear_all_cd">Clear all log files</string>
|
||
<string name="logs_clear_all_confirm_title">Clear all log files?</string>
|
||
<string name="logs_clear_all_confirm_body">This deletes the current log and all rotated archives.</string>
|
||
<string name="logs_file_size_kb">%1$d KB</string>
|
||
<string name="logs_file_size_mb">%1$s MB</string>
|
||
<string name="logs_scroll_to_bottom_cd">Scroll to latest logs</string>
|
||
<string name="logs_search">Search</string>
|
||
<string name="logs_search_hint">Search log entries</string>
|
||
|
||
<string name="settings_account_title">Account</string>
|
||
<string name="settings_account_logout_confirm_title">Log out?</string>
|
||
<string name="settings_account_logout_confirm_body">You will need to sign in again.</string>
|
||
<string name="settings_account_delete">Delete account</string>
|
||
<string name="settings_account_delete_d">Permanently delete your account and data</string>
|
||
<string name="settings_account_change_yandex">Change Yandex ID</string>
|
||
<string name="settings_account_change_yandex_d">Link a different Yandex account</string>
|
||
<string name="settings_yandex_step_confirm_title">Change Yandex ID?</string>
|
||
<string name="settings_yandex_step_confirm_body">This does not delete your FromChat account. Your previous Yandex ID will be freed, and the new one you sign in with will be linked instead.</string>
|
||
<string name="settings_yandex_step_confirm_cta">Continue</string>
|
||
<string name="settings_yandex_step_done_title">Yandex ID updated</string>
|
||
<string name="settings_yandex_step_done_body">Your account is now linked to the Yandex ID you just signed in with.</string>
|
||
<string name="settings_done">Done</string>
|
||
<string name="settings_account_delete_confirm_title">Delete account?</string>
|
||
<string name="settings_account_delete_confirm_body">This cannot be undone.</string>
|
||
<string name="settings_account_deleted">Account deleted</string>
|
||
|
||
<string name="settings_delete_step_intro_title">Do you want to delete your account?</string>
|
||
<string name="settings_delete_step_intro_body">Your account will be deleted forever. If you confirm the action, this will happen:</string>
|
||
<string name="settings_delete_consequence_chat_history">You will lose all your chat history.</string>
|
||
<string name="settings_delete_consequence_username">Your username will become available to everyone and anyone can claim it.</string>
|
||
<string name="settings_delete_consequence_messages">Your sent messages will be anonymized.</string>
|
||
<string name="settings_delete_consequence_permanent">This cannot be undone.</string>
|
||
<string name="settings_delete_step_password_title">Confirm your password</string>
|
||
<string name="settings_delete_step_password_body">Enter your password to continue.</string>
|
||
<string name="settings_delete_step_final_title">Last warning</string>
|
||
<string name="settings_delete_step_final_body">Your account will be deleted FOREVER and CANNOT be recovered. You will be signed out on all devices and lose access immediately.</string>
|
||
<string name="settings_delete_account_button">Delete account</string>
|
||
<string name="settings_delete_confirm_phrase">i confirm that i want to delete my account</string>
|
||
<string name="settings_delete_confirm_phrase_quote">I confirm that I want to delete my account</string>
|
||
<string name="settings_delete_confirm_phrase_instruction">To avoid you accidentally clicking the button, please type “%1$s” (case-insensitive).</string>
|
||
|
||
<!-- Error Messages -->
|
||
<string name="error_unexpected">Something went wrong</string>
|
||
<string name="error_invalid_credentials">Wrong username or password</string>
|
||
<string name="error_connection">Couldn’t connect. Check your internet.</string>
|
||
<string name="error_unknown">Something went wrong. Please try again.</string>
|
||
<string name="unknown">Unknown</string>
|
||
|
||
<!-- Typing Indicators -->
|
||
<string name="typing_single">%1$s is typing…</string>
|
||
<string name="typing_alone">typing…</string>
|
||
<string name="typing_two">%1$s and %2$s are typing…</string>
|
||
<string name="typing_many">%1$s, %2$s and %3$d more are typing…</string>
|
||
|
||
<string name="more">More</string>
|
||
<string name="unread_count">+%1$d</string>
|
||
<string name="unread_count_badge">%1$d</string>
|
||
<string name="unread_count_overflow">99+</string>
|
||
|
||
<!-- Suspension -->
|
||
<string name="suspend_chat_banner_message">Your account was blocked</string>
|
||
<string name="suspended_default_reason">Reason not provided. Your account access is currently read-only.</string>
|
||
<string name="suspended_sheet_title">Account blocked</string>
|
||
<string name="suspended_sheet_desc">Your account was blocked for violating the community rules.\nYou can still read your chats, but new messages are currently paused.\nIf you think this is a mistake, contact support and we can help.</string>
|
||
<string name="suspended_sheet_reason_label">Reason</string>
|
||
<string name="suspended_sheet_action_contact_support">Contact support</string>
|
||
</resources>
|