Strings.xml

XML Detected Guest 13 Views Size: 96.85 KB Posted on: Jul 29, 26 @ 9:13 AM
  1. <resources>
  2.     <string name="app_name">HexDroid IRC</string>
  3.  
  4.     <!-- Welcome / Setup Screen -->
  5.     <string name="welcome_title">Welcome to HexDroid</string>
  6.     <string name="welcome_subtitle">Let\'s get you set up before we start.</string>
  7.     <string name="welcome_language_label">Language</string>
  8.     <string name="welcome_nick_label">Nickname</string>
  9.     <string name="welcome_nick_hint">Choose your IRC nickname</string>
  10.     <string name="welcome_nick_helper">This will be used across all default server profiles.</string>
  11.     <string name="welcome_continue">Continue</string>
  12.     <string name="welcome_nick_error_empty">Nickname can\'t be empty</string>
  13.     <string name="welcome_nick_error_invalid">Nickname contains invalid characters</string>
  14.     <string name="welcome_nick_error_long">Nickname must be 16 characters or fewer</string>
  15.  
  16.     <!-- Common / Navigation -->
  17.     <string name="back">Back</string>
  18.     <string name="cancel">Cancel</string>
  19.     <string name="save">Save</string>
  20.     <string name="delete">Delete</string>
  21.     <string name="close">Close</string>
  22.     <string name="done">Done</string>
  23.     <string name="next">Next</string>
  24.     <string name="skip">Skip</string>
  25.     <string name="run">Run</string>
  26.     <string name="set">Set</string>
  27.     <string name="reset">Reset</string>
  28.     <string name="manage">Manage</string>
  29.     <string name="not_now">Not now</string>
  30.     <string name="copy_text">Copy</string>
  31.  
  32.     <!-- Buffer-list sidepanel toolbar -->
  33.     <string name="buffer_toolbar_collapse_all">Collapse all networks</string>
  34.     <string name="buffer_toolbar_mark_all_read">Mark all as read</string>
  35.     <string name="buffer_toolbar_search">Search buffer</string>
  36.     <string name="buffer_toolbar_search_dialog_title">Search buffer</string>
  37.     <string name="buffer_toolbar_search_placeholder">Text or sender…</string>
  38.     <string name="buffer_toolbar_search_global">Search across all buffers on this network</string>
  39.     <string name="buffer_toolbar_search_action">Search</string>
  40.  
  41.     <!-- Settings Screen -->
  42.     <string name="settings_title">Settings</string>
  43.     <string name="settings_intro_tour">Intro tour</string>
  44.     <string name="settings_intro_tour_desc">A quick walkthrough of the main screens and shortcuts.</string>
  45.     <string name="section_appearance">Appearance</string>
  46.     <string name="section_ui">UI</string>
  47.     <string name="section_landscape">Landscape Sidebar Settings</string>
  48.     <string name="section_portrait">Portrait Nicklist</string>
  49.     <string name="section_highlights">Highlights</string>
  50.     <string name="section_irc">IRC</string>
  51.     <string name="section_notifications">Notifications</string>
  52.     <string name="section_logging">Logging</string>
  53.     <string name="section_privacy">Privacy</string>
  54.     <string name="section_ircv3_history">IRCv3 History</string>
  55.     <string name="section_file_transfers">File transfers</string>
  56.     <string name="setting_font_size">Font size</string>
  57.     <string name="setting_colorise_nicks">Colourise nicks</string>
  58.     <string name="setting_own_nick_colour_title">My nick colour</string>
  59.     <string name="setting_own_nick_colour_auto">Auto</string>
  60.     <string name="setting_own_nick_colour_custom">Custom</string>
  61.     <string name="setting_own_nick_colour_pick">Pick colour</string>
  62.     <string name="setting_own_nick_colour_reset">Reset</string>
  63.     <string name="setting_mirc_colours">Enable mIRC colours</string>
  64.     <string name="setting_ansi_colours">Enable ANSI colours</string>
  65.     <string name="setting_art_detection">Shrink ASCII/ANSI art</string>
  66.     <string name="setting_show_topic_bar">Show topic bar</string>
  67.     <string name="setting_show_timestamps">Show timestamps</string>
  68.     <string name="setting_timestamp_format">Timestamp format (Java)</string>
  69.     <string name="setting_hide_motd">Hide MOTD on connect</string>
  70.     <string name="setting_hide_joinpartquit">Hide join/part/quit messages</string>
  71.     <string name="setting_hide_away_notify">Hide away/back messages</string>
  72.     <string name="setting_color_channel_events">Coloured channel events</string>
  73.     <string name="setting_hide_topic_on_entry">Hide topic on entry</string>
  74.     <string name="setting_show_buffers_default">Show network/chans by default</string>
  75.     <string name="setting_show_nicklist_default">Show nicklist by default</string>
  76.     <string name="setting_highlight_on_nick">Highlight on nick</string>
  77.     <string name="setting_extra_highlights">Extra highlight words (one per line)</string>
  78.     <string name="setting_compact_mode">Compact mode</string>
  79.     <string name="setting_network_tabs">Network tabs</string>
  80.     <string name="setting_network_tabs_desc">Show networks as tabs instead of a tree.</string>
  81.     <string name="setting_network_tabs_bottom">Network bar above input</string>
  82.     <string name="setting_network_tabs_bottom_desc">Show channel switcher at the bottom of the chat.</string>
  83.     <string name="setting_portrait_nicklist_overlay">Side pane nicklist</string>
  84.     <string name="setting_portrait_nicklist_overlay_desc">Show the nicklist as a resizable side pane instead of a popup. When enabled, the nicklist toggle acts as a persistent show/hide.</string>
  85.     <string name="setting_ignore_list">Ignore list</string>
  86.     <string name="setting_ignore_list_desc">Hide messages and DCC offers from specific nicks (per network).</string>
  87.     <string name="setting_quit_message">Quit message</string>
  88.     <string name="setting_part_message">Part message</string>
  89.     <string name="setting_auto_reconnect">Auto-reconnect</string>
  90.     <string name="setting_reconnect_interval">Reconnect interval (seconds)</string>
  91.     <string name="setting_reconnect_interval_desc">How often to retry when the connection drops.</string>
  92.     <string name="setting_seconds">Seconds</string>
  93.     <string name="setting_auto_connect_startup">Auto-connect on startup</string>
  94.     <string name="setting_rejoin_on_kick">Rejoin on kick</string>
  95.     <string name="setting_rejoin_on_kick_desc">Automatically rejoin a channel after being kicked. A second kick on the same channel within 60 seconds is not rejoined, to avoid loops against +i/+k/+b modes.</string>
  96.     <string name="setting_enable_notifications">Enable notifications</string>
  97.     <string name="setting_notify_highlights">Highlight notifications</string>
  98.     <string name="setting_notify_pm">Private message notifications</string>
  99.     <string name="setting_connection_status">Show connection status notification</string>
  100.     <string name="setting_sound_highlight">Sound on highlight</string>
  101.     <string name="setting_vibrate_highlight">Vibrate on highlight</string>
  102.     <string name="setting_enable_logging">Enable logging</string>
  103.     <string name="setting_log_server">Log server buffer</string>
  104.     <string name="setting_log_folder">Log folder</string>
  105.     <string name="setting_choose_folder">Choose folder</string>
  106.     <string name="setting_retention_days">Retention days</string>
  107.     <string name="setting_retention_days_hint">0 = keep forever</string>
  108.     <string name="setting_retention_forever">Keeping logs forever (auto-delete off)</string>
  109.     <string name="setting_max_scrollback">Max scrollback lines</string>
  110.     <string name="setting_history_limit">History fetch limit</string>
  111.     <string name="setting_history_limit_desc">Number of messages to request per channel on join (CHATHISTORY LATEST). Set to 0 to disable.</string>
  112.     <string name="setting_messages">Messages</string>
  113.     <string name="setting_count_unread">Count fetched history as unread</string>
  114.     <string name="setting_trigger_notif">Trigger notifications for fetched history</string>
  115.     <string name="setting_download_folder">Download folder</string>
  116.     <string name="setting_incoming_port_min">Incoming port min</string>
  117.     <string name="setting_incoming_port_max">Incoming port max</string>
  118.     <string name="setting_keep_alive">Keep the connection alive</string>
  119.     <string name="setting_enable_dcc">Enable DCC</string>
  120.     <string name="setting_open_app_settings">Open app settings</string>
  121.     <string name="setting_battery_optimization">Battery optimization list</string>
  122.  
  123.     <!-- Theme picker -->
  124.     <string name="theme_label">Theme</string>
  125.     <string name="theme_dark">Dark</string>
  126.     <string name="theme_light">Light</string>
  127.     <string name="theme_system">System</string>
  128.  
  129.     <!-- Font picker -->
  130.     <string name="font_open_sans">Open Sans</string>
  131.     <string name="font_inter">Inter</string>
  132.     <string name="font_monospace">Monospace</string>
  133.     <string name="font_custom">Custom font file…</string>
  134.  
  135.     <!-- Chat font style -->
  136.     <string name="chat_font_style">Chat font style</string>
  137.     <string name="style_regular">Regular</string>
  138.     <string name="style_bold">Bold</string>
  139.     <string name="style_italic">Italic</string>
  140.     <string name="style_bold_italic">Bold + Italic</string>
  141.  
  142.     <!-- Vibration -->
  143.     <string name="vibration_intensity">Vibration intensity</string>
  144.     <string name="vibration_low">Low</string>
  145.     <string name="vibration_medium">Medium</string>
  146.     <string name="vibration_high">High</string>
  147.  
  148.     <!-- Chat Screen -->
  149.     <string name="chat_nicklist">Nicklist</string>
  150.     <string name="chat_users_format">%1$s • %2$d users</string>
  151.     <string name="chat_no_channel">Not in a channel</string>
  152.     <string name="chat_disconnected">Disconnected</string>
  153.     <string name="chat_type_message">Type a message…</string>
  154.     <string name="chat_channel_tools">Channel tools</string>
  155.     <string name="chat_topic">Topic</string>
  156.     <string name="chat_new_topic">New topic</string>
  157.     <string name="chat_kick_ban">Kick / Ban</string>
  158.     <string name="chat_nick">Nick</string>
  159.     <string name="chat_reason">Reason</string>
  160.     <string name="chat_duration_label">Duration</string>
  161.     <string name="chat_duration_hint">e.g. 1d, 2h; 0 is usually permanent</string>
  162.     <string name="chat_kick">Kick</string>
  163.     <string name="chat_ban">Ban</string>
  164.     <string name="chat_kick_ban_btn">Kick+Ban</string>
  165.  
  166.     <!-- Network screens -->
  167.     <string name="networks_title">Networks</string>
  168.     <string name="networks_connect">Connect</string>
  169.     <string name="networks_disconnect">Disconnect</string>
  170.     <string name="networks_edit">Edit</string>
  171.     <string name="networks_add">Add network</string>
  172.     <string name="networks_auto_connect">Auto-connect</string>
  173.     <string name="network_edit_title">Edit network</string>
  174.     <string name="network_add_title">Add network</string>
  175.     <string name="network_name">Name</string>
  176.     <string name="network_host">Host</string>
  177.     <string name="network_port">Port</string>
  178.     <string name="network_use_tls">Use TLS (SSL)</string>
  179.     <string name="network_allow_invalid_certs">Allow invalid certificates</string>
  180.     <string name="network_pinned_cert_label">Pinned certificate fingerprints (TOFU)</string>
  181.     <string name="network_pinned_cert_dormant">TOFU pinning only engages when \"Allow invalid certificates\" is on. The fingerprints below are kept for reference; the current connection is verified by the system CA chain instead.</string>
  182.     <string name="network_reset_pinned_cert">Reset &amp; re-pin (clears all)</string>
  183.     <string name="network_sts_active_label">STS policy active</string>
  184.     <string name="network_sts_active_desc">This server published a Strict Transport Security policy: connections are forced onto TLS and certificate errors cannot be bypassed until the policy expires or the server withdraws it.</string>
  185.     <string name="network_sts_forget">Forget STS policy for this host</string>
  186.     <string name="list_retry">Retry</string>
  187.     <string name="network_trust_extra_pinned_cert">Trust this server too (round-robin DNS)</string>
  188.     <string name="network_nick">Nickname</string>
  189.     <string name="network_alt_nick">Alt nickname</string>
  190.     <string name="network_username">Username</string>
  191.     <string name="network_realname">Real name</string>
  192.  
  193.     <!-- Tour steps -->
  194.     <string name="tour_add_network_title">Your networks</string>
  195.     <string name="tour_add_network_body">Tap + to add a server, or edit the ones already here. HexDroid ships with a few defaults.</string>
  196.     <string name="tour_connect_title">Connect</string>
  197.     <string name="tour_connect_body">Tap Connect to open a connection. You can have multiple networks connected at once.</string>
  198.     <string name="tour_switcher_title">Buffer list</string>
  199.     <string name="tour_switcher_body">This panel lists every server, channel, and private message you have open. Swipe or tap the ☰ button to show it. Tap any item to switch to it</string>
  200.     <string name="tour_send_title">Send messages</string>
  201.     <string name="tour_send_body">Type here to chat. Slash commands work too: /join #channel, /msg nick text, /part, /whois nick, /me action text, and more.</string>
  202.     <string name="tour_more_title">More actions</string>
  203.     <string name="tour_more_body">This menu reaches channel list, file transfers, ignore list, network settings, and more. It also shows channel mode and topic management when you\'re an op.</string>
  204.     <string name="tour_settings_title">Appearance &amp; settings</string>
  205.     <string name="tour_settings_body">Choose a theme, adjust font size, tweak notification sounds, privacy options, and much more. Changes apply instantly.</string>
  206.     <string name="tour_dcc_title">File transfers (DCC)</string>
  207.     <string name="tour_dcc_body">Enable DCC to send and receive files directly between users. If you\'re behind a router, Passive DCC avoids port-forwarding headaches. SDCC is also supported.</string>
  208.     <string name="tour_send_file_title">Send a file</string>
  209.     <string name="tour_send_file_body">Enter the target nick, then pick a file from storage. Incoming DCC offers also arrive here, accept or reject them from notifications.</string>
  210.     <string name="tour_support_title">Need help?</string>
  211.     <string name="tour_support_body">Connect to AfterNET and join #HexDroid for support, feature requests, or just to chat with other HexDroid users.</string>
  212.     <string name="tour_support_fallback">AfterNET isn\'t in your list yet: tap Add AfterNET to add it, then connect and join #HexDroid for support.</string>
  213.     <string name="tour_support_action">Add AfterNET</string>
  214.     <string name="tour_replay_title">Replay this tour</string>
  215.     <string name="tour_replay_body">You can run the walkthrough again any time from Settings → About. Tap Done to finish.</string>
  216.  
  217.     <!-- About -->
  218.     <string name="about_title">About</string>
  219.  
  220.     <!-- Transfers -->
  221.     <string name="transfers_title">File transfers</string>
  222.  
  223.     <!-- Ignore -->
  224.     <string name="ignore_title">Ignore list</string>
  225.  
  226.     <!-- List -->
  227.     <string name="list_title">Channel list</string>
  228.  
  229.     <!-- Language names -->
  230.     <string name="lang_en" translatable="false">English</string>
  231.     <string name="lang_de" translatable="false">Deutsch</string>
  232.     <string name="lang_es" translatable="false">Español</string>
  233.     <string name="lang_fr" translatable="false">Français</string>
  234.     <string name="lang_it" translatable="false">Italiano</string>
  235.     <string name="lang_nl" translatable="false">Nederlands</string>
  236.     <string name="lang_pl" translatable="false">Polski</string>
  237.     <string name="lang_pt" translatable="false">Português</string>
  238.     <string name="lang_ru" translatable="false">Русский</string>
  239.     <string name="lang_tr" translatable="false">Türkçe</string>
  240.     <string name="lang_ar" translatable="false">العربية</string>
  241.     <string name="lang_ja" translatable="false">日本語</string>
  242.     <string name="lang_ko" translatable="false">한국어</string>
  243.     <string name="lang_zh" translatable="false">中文</string>
  244.  
  245.     <string name="network_edit_advanced_caps">Advanced IRCv3 caps</string>
  246.     <string name="network_edit_caps_hint">Basic IRCv3 features enabled by default. Switch on to see advanced options.</string>
  247.     <string name="network_edit_bouncer_caps">Bouncer caps</string>
  248.  
  249.     <!-- DCC / Transfers Screen -->
  250.     <string name="transfers_enable_dcc">Enable DCC</string>
  251.     <string name="transfers_dcc_send_mode">DCC send mode</string>
  252.     <string name="transfers_send_file">Send file</string>
  253.     <string name="transfers_target_nick">Target nick</string>
  254.     <string name="transfers_pick_file">Pick file to send</string>
  255.     <string name="transfers_dcc_chat">DCC Chat</string>
  256.     <string name="transfers_start_dcc_chat">Start DCC CHAT</string>
  257.     <string name="transfers_incoming_chat_offers">Incoming chat offers</string>
  258.     <string name="transfers_incoming_offers">Incoming file offers</string>
  259.     <string name="transfers_no_chat_offers">No chat offers yet.</string>
  260.     <string name="transfers_no_offers">No file offers yet.</string>
  261.     <string name="transfers_accept">Accept</string>
  262.     <string name="transfers_reject">Reject</string>
  263.     <string name="transfers_resume">Resume</string>
  264.     <string name="transfers_resuming_from">Resuming from %1$s</string>
  265.     <string name="transfers_partial_available">%1$s partially downloaded. resume?</string>
  266.     <string name="transfers_accept_open">Accept &amp; Open</string>
  267.     <string name="transfers_active">Active transfers</string>
  268.     <string name="transfers_no_transfers">No transfers in progress.</string>
  269.     <string name="transfers_share_file">Share file</string>
  270.  
  271.     <!-- Nick completion hints -->
  272.     <string name="nick_hint_tap_to_mention">Tap to mention</string>
  273.  
  274.     <!-- Notification channel names (displayed in Android Settings) -->
  275.     <string name="notif_channel_connection">IRC Connection</string>
  276.     <string name="notif_channel_highlight_silent">IRC Highlights (Silent)</string>
  277.     <string name="notif_channel_highlight_sound">IRC Highlights</string>
  278.     <string name="notif_channel_pm">IRC Private Messages</string>
  279.     <string name="notif_channel_dcc">DCC Requests</string>
  280.  
  281.     <!-- DCC notification strings -->
  282.     <string name="notif_dcc_incoming_chat_title">Incoming DCC chat from %1$s</string>
  283.     <string name="notif_dcc_incoming_chat_text">Tap to open or use Transfers to accept/reject</string>
  284.     <string name="notif_dcc_incoming_file_title">Incoming file from %1$s</string>
  285.     <string name="notif_dcc_file_done_title">DCC complete</string>
  286.     <string name="notif_dcc_file_done_text">%1$s saved to %2$s</string>
  287.     <string name="notif_open_transfers">Open Transfers</string>
  288.  
  289.     <!-- draft/typing indicator strings -->
  290.     <string name="typing_one">%1$s is typing…</string>
  291.     <string name="typing_two">%1$s and %2$s are typing…</string>
  292.     <string name="typing_several">Several people are typing…</string>
  293.  
  294.     <!-- Settings: typing privacy -->
  295.     <string name="setting_send_typing">Send typing indicators</string>
  296.     <string name="setting_send_typing_desc">Let others see when you are composing a message (draft/typing). Disabled by default for privacy.</string>
  297.     <string name="setting_receive_typing">Show others\' typing indicators</string>
  298.     <string name="setting_receive_typing_desc">Display an indicator when someone else is composing a message in a channel or query.</string>
  299.  
  300.     <!-- draft/channel-rename -->
  301.     <string name="channel_renamed">Channel renamed from %1$s to %2$s</string>
  302.  
  303.     <!-- draft/message-reactions -->
  304.     <string name="reaction_added">%1$s reacted with %2$s</string>
  305.     <string name="reaction_removed">%1$s removed reaction %2$s</string>
  306.  
  307.     <!-- CHATHISTORY TARGETS section title -->
  308.     <string name="chathistory_targets_title">History available for</string>
  309.  
  310.     <!-- Network edit screen -->
  311.     <string name="network_name_label">Network Name</string>
  312.     <string name="network_host_label">Host</string>
  313.     <string name="network_port_label">Port</string>
  314.     <string name="network_nickname_label">Nickname</string>
  315.     <string name="network_alt_nick_label">Alternate Nick</string>
  316.     <string name="network_username_label">Username (ident)</string>
  317.     <string name="network_bouncer_username_label">Username</string>
  318.     <string name="network_username_bouncer_hint">For bouncer profiles, this is your <b>login name on the bouncer</b></string>
  319.     <string name="network_realname_label">Real Name</string>
  320.     <string name="network_use_tls_label">Use TLS</string>
  321.     <string name="network_allow_plaintext">Allow insecure plaintext</string>
  322.     <string name="network_auto_connect_label">Connect on app start</string>
  323.     <string name="network_show_in_switcher_label">Show in channel switcher</string>
  324.     <string name="network_auto_reconnect_label">Auto-reconnect on disconnect</string>
  325.     <string name="network_bouncer_label">Bouncer Mode</string>
  326.     <string name="network_bouncer_kind_label">Bouncer type</string>
  327.     <string name="network_bouncer_kind_none">None / unspecified</string>
  328.     <string name="network_bouncer_kind_soju">soju  (user/network@clientid)</string>
  329.     <string name="network_bouncer_kind_znc">ZNC  (user@clientid/network)</string>
  330.     <string name="network_bouncer_kind_generic">Generic  (user/network)</string>
  331.     <string name="network_bouncer_network_label">Network name (optional)</string>
  332.     <string name="network_bouncer_network_help">Which upstream network on the bouncer this profile targets (e.g. \"afternet\", \"libera\"). Combined with the bouncer username field above and, depending on which auth method you choose, in SASL or the PASS line.</string>
  333.     <string name="network_bouncer_clientid_label">Client ID (optional)</string>
  334.     <string name="network_bouncer_clientid_help">A short identifier for this device, e.g. \"phone\" or \"hexdroid\". Enables per-client buffers and history when the bouncer supports it (ZNC clientbuffer, soju per-client history). Leave blank to share a single buffer across all clients.</string>
  335.     <string name="network_server_password_label">Server password (PASS)</string>
  336.     <string name="network_enable_sasl">Enable SASL</string>
  337.     <string name="network_sasl_mechanism_label">Mechanism</string>
  338.     <string name="network_sasl_username_label">Username (authcid)</string>
  339.     <string name="network_sasl_password_label">Password</string>
  340.     <string name="network_sasl_recommended_for_bouncers">Recommended for bouncers (leave the username field blank to use the bouncer username from the General section above.)</string>
  341.     <string name="network_cert_format_label">Certificate format</string>
  342.     <string name="network_cert_format_pem">PEM (.pem/.crt/.cer)</string>
  343.     <string name="network_cert_format_crt_key">CRT + KEY (.crt/.key)</string>
  344.     <string name="network_cert_format_p12">PKCS#12 (.p12/.pfx)</string>
  345.     <string name="network_key_password_label">Key password (if encrypted)</string>
  346.     <string name="network_encoding_label">Encoding</string>
  347.     <string name="network_command_delay_label">Delay before commands (seconds)</string>
  348.     <string name="network_command_delay_desc">Wait this many seconds after connecting before running commands</string>
  349.     <string name="network_service_auth_label">Service auth command</string>
  350.     <string name="network_service_auth_hint">e.g., /msg NickServ IDENTIFY password</string>
  351.     <string name="network_commands_hint">One command per line. Append ;wait N to pause N seconds after that line, e.g. /msg NickServ identify pass ;wait 3</string>
  352.     <string name="network_no_network_selected">No network selected</string>
  353.     <string name="network_undo_remove">Undo remove</string>
  354.  
  355.     <!-- Networks screen -->
  356.     <string name="networks_selected">Selected</string>
  357.     <string name="networks_add_favourite">Add to favourites</string>
  358.     <string name="networks_remove_favourite">Remove from favourites</string>
  359.     <string name="networks_drag_reorder">Drag to reorder</string>
  360.     <string name="networks_insecure_title">Insecure connection blocked</string>
  361.     <string name="networks_local_title">Local network access required</string>
  362.     <string name="networks_local_body">Connecting to {0} requires the Local Network permission.
  363.  
  364.         This is a new Android 17 requirement for connecting to servers on your local network (home network, bouncer, etc.).</string>
  365.     <string name="networks_local_grant">Grant permission</string>
  366.     <string name="networks_insecure_body">Plaintext IRC connections are not encrypted and can expose your messages and password.</string>
  367.     <string name="networks_insecure_body2">To connect to %1$s without TLS, you must explicitly allow insecure plaintext connections for this network.</string>
  368.     <string name="networks_allow_connect">Allow &amp; Connect</string>
  369.     <string name="networks_reconnect">Reconnect</string>
  370.  
  371.     <!-- Channel / List screen -->
  372.     <string name="list_channels_title">Channels</string>
  373.     <string name="list_search_hint">Search channels / topic</string>
  374.  
  375.     <!-- Chat screen — channel tools -->
  376.     <string name="chat_fetch_modes">Fetch current modes</string>
  377.     <string name="chat_key_password_label">Key / password</string>
  378.     <string name="chat_max_users_label">Max users</string>
  379.     <string name="chat_message_label">Message</string>
  380.     <string name="chat_channel_label">Channel</string>
  381.     <string name="chat_nick_mask_label">Nick or host mask</string>
  382.     <string name="chat_bans_title">Bans</string>
  383.     <string name="chat_quiets_title">Quiets</string>
  384.     <string name="chat_except_title">Except</string>
  385.     <string name="chat_invex_title">Invex</string>
  386.     <string name="chat_text_formatting">Text formatting</string>
  387.     <string name="chat_send_message">Send message</string>
  388.     <string name="chat_user_list">User list</string>
  389.     <string name="chat_drag_reorder">Drag to reorder</string>
  390.     <string name="chat_clear_all">Clear all</string>
  391.  
  392.     <!-- Chat screen — menu items -->
  393.     <string name="menu_channel_list">Channel list</string>
  394.     <string name="menu_file_transfers">File transfers</string>
  395.     <string name="menu_settings">Settings</string>
  396.     <string name="menu_networks">Networks</string>
  397.     <string name="menu_system_info">System info</string>
  398.     <string name="menu_ircop_tools">IRCop tools</string>
  399.     <string name="menu_about">About</string>
  400.     <string name="menu_reconnect">Reconnect</string>
  401.     <string name="menu_disconnect">Disconnect</string>
  402.     <string name="menu_exit">Exit</string>
  403.  
  404.     <!-- ChatScreen tail -->
  405.     <string name="chat_cd_launch_scripts">Launch scripts</string>
  406.     <string name="chat_cd_edit_topic">Edit topic</string>
  407.     <string name="chat_cd_jump_unread">Jump to unread</string>
  408.     <string name="chat_cd_scroll_bottom">Scroll to bottom</string>
  409.     <string name="chat_cd_close_label">Close %1$s</string>
  410.     <string name="chat_cd_cancel_reply">Cancel reply</string>
  411.     <string name="chat_cd_encryption_configured">Encryption configured (%1$s, %2$s)</string>
  412.     <string name="chat_cd_upload_file">Upload file to server</string>
  413.     <string name="chat_reply_to">Reply to %1$s</string>
  414.     <string name="chat_delete_message">Delete message</string>
  415.     <string name="chat_delete_message_desc">Removes it for everyone via the server</string>
  416.     <string name="chat_copy_messages">Copy messages…</string>
  417.     <string name="chat_copy_messages_desc">Select multiple messages to copy</string>
  418.  
  419.     <!-- IRCop tools -->
  420.     <string name="ircop_kline">K-line</string>
  421.     <string name="ircop_gline">G-line</string>
  422.     <string name="ircop_dline">D-line</string>
  423.     <string name="ircop_zline">Z-line</string>
  424.     <string name="ircop_shun">Shun</string>
  425.     <string name="ircop_kill">Kill</string>
  426.     <string name="ircop_sajoin">SAJoin</string>
  427.     <string name="ircop_sapart">SAPart</string>
  428.     <string name="ircop_wallops">WALLOPS</string>
  429.     <string name="ircop_globops">GLOBOPS</string>
  430.     <string name="ircop_locops">LOCOPS</string>
  431.     <string name="ircop_admin">ADMIN</string>
  432.     <string name="ircop_motd">MOTD</string>
  433.     <string name="ircop_links">Links</string>
  434.     <string name="ircop_uptime">Uptime</string>
  435.  
  436.     <!-- Ignore list screen -->
  437.     <string name="ignore_nick_label">Nick to ignore</string>
  438.     <string name="ignore_no_nicks">No ignored nicks.</string>
  439.     <string name="ignore_no_networks">No networks configured yet.</string>
  440.     <string name="ignore_add">Add</string>
  441.     <string name="ignore_remove">Remove</string>
  442.  
  443.     <!-- Settings screen — extras -->
  444.     <string name="settings_export_backup">Export backup</string>
  445.     <string name="settings_restore_backup">Restore backup</string>
  446.     <string name="settings_restore_confirm_title">Restore backup?</string>
  447.     <string name="settings_restore_confirm_ok">Restore</string>
  448.     <string name="settings_ok">OK</string>
  449.     <string name="settings_system_default">System default</string>
  450.     <string name="settings_matrix_theme">Matrix</string>
  451.     <string name="settings_custom_font">Custom font file…</string>
  452.  
  453.     <!-- Transfers screen — extras -->
  454.     <string name="transfers_share_open">Share / Open file</string>
  455.  
  456.     <!-- About screen -->
  457.     <string name="about_open_website">Open Website</string>
  458.  
  459.     <!-- DCC mode options -->
  460.     <string name="transfers_dcc_auto">Auto</string>
  461.     <string name="transfers_dcc_active">Active</string>
  462.     <string name="transfers_dcc_passive">Passive</string>
  463.  
  464.     <!-- Channel tools -->
  465.     <string name="chat_channel_lists">Channel lists…</string>
  466.  
  467.     <!-- Network edit: clear certificate -->
  468.     <string name="network_clear">Clear</string>
  469.  
  470.  
  471.     <!-- NetworkEditScreen: section headers -->
  472.     <string name="network_section_connection">Connection</string>
  473.     <string name="network_section_identity">Identity</string>
  474.     <string name="network_section_autoconnect">Auto-connect &amp; Password</string>
  475.     <string name="network_section_sasl">SASL Authentication</string>
  476.     <string name="network_section_tls_cert">TLS Client Certificate</string>
  477.     <string name="network_section_autojoin">Auto-join Channels</string>
  478.     <string name="network_section_postcmds">Post-connect Commands</string>
  479.     <string name="network_section_encoding">Character Encoding</string>
  480.     <string name="network_section_ircv3">IRCv3.x Capabilities</string>
  481.     <!-- NetworkEditScreen: proxy/Tor -->
  482.     <string name="network_section_proxy">Proxy (SOCKS/Tor)</string>
  483.     <string name="network_proxy_type_label">Proxy type</string>
  484.     <string name="network_proxy_type_none">None (direct connection)</string>
  485.     <string name="network_proxy_type_socks5">SOCKS5</string>
  486.     <string name="network_proxy_type_socks4a">SOCKS4a</string>
  487.     <string name="network_proxy_host_label">Proxy host</string>
  488.     <string name="network_proxy_port_label">Port</string>
  489.     <string name="network_proxy_username_label">Username (optional)</string>
  490.     <string name="network_proxy_password_label">Password (optional)</string>
  491.     <string name="network_proxy_preset_orbot">Tor (Orbot)</string>
  492.     <string name="network_proxy_preset_tor_browser">Tor Browser</string>
  493.     <string name="network_proxy_hint">The destination is resolved at the proxy (remote DNS), so .onion addresses work and the server hostname isn\'t leaked to your local network. For Tor, run Orbot and use 127.0.0.1 with port 9050. DCC file sends are routed through the proxy and use passive mode automatically; receiving passive offers and DCC chat hosting are unavailable while a proxy is active, since they require listening outside the tunnel.</string>
  494.     <!-- NetworkEditScreen: notifications -->
  495.     <string name="network_section_notifications">Notifications</string>
  496.     <string name="network_notify_errors_label">Notify on errors</string>
  497.     <string name="network_notify_errors_desc">Show a notification for server and connection errors. Off by default; transient reconnects never notify.</string>
  498.     <string name="network_highlight_ignore_label">Mute highlights from</string>
  499.     <string name="network_highlight_ignore_hint">e.g. GitHub, *-bot, or /^(travis|circleci)/ [One per line]</string>
  500.     <string name="network_highlight_ignore_desc">One sender per line whose messages should never highlight or notify. Use a plain nick, an IRC wildcard (* and ?), or a regular expression wrapped in /slashes/. Messages still appear in their channel.</string>
  501.     <!-- NetworkEditScreen: misc -->
  502.     <string name="network_default_name">Network</string>
  503.     <string name="network_bouncer_desc">Skips auto-join, requests playback of missed messages</string>
  504.     <string name="network_sasl_external_desc">Uses TLS client certificate for authentication</string>
  505.     <string name="network_cert_selected">Selected: %1$s</string>
  506.     <string name="network_cert_none">No certificate selected.</string>
  507.     <string name="network_cert_pem_hint">The .pem should include both your certificate and private key.</string>
  508.     <string name="network_cert_choose_pem">Choose PEM</string>
  509.     <string name="network_cert_replace_pem">Replace PEM</string>
  510.     <string name="network_cert_choose_crt">Choose .crt</string>
  511.     <string name="network_cert_replace_crt">Replace .crt</string>
  512.     <string name="network_cert_choose_key">Choose .key</string>
  513.     <string name="network_cert_replace_key">Replace .key</string>
  514.     <string name="network_cert_choose_p12">Choose .p12/.pfx</string>
  515.     <string name="network_cert_replace_p12">Replace .p12/.pfx</string>
  516.     <string name="network_cert_p12_hint">If the file is password protected, enter the password below.</string>
  517.     <string name="network_cert_label">Certificate: %1$s</string>
  518.     <string name="network_key_label">Key: %1$s</string>
  519.     <string name="network_autojoin_hint">One per line. Format: #channel [key]</string>
  520.     <string name="network_postcmds_hint">Additional commands (one per line):</string>
  521.     <string name="network_encoding_auto_desc">Recommended. Starts with UTF-8 and auto-detects other encodings.</string>
  522.     <string name="network_encoding_cyrillic_desc">Use for Bulgarian, Russian, Serbian, and other Cyrillic networks.</string>
  523.     <string name="network_encoding_utf8_desc">Standard Unicode. Works with most modern IRC networks.</string>
  524.     <string name="network_encoding_manual_desc">Manual encoding selection for legacy networks.</string>
  525.     <string name="network_cert_error">Please select both a certificate and a key</string>
  526.     <!-- SettingsScreen -->
  527.     <string name="setting_intro_tour">Intro tour</string>
  528.     <string name="setting_intro_tour_desc">A quick walkthrough of the main screens and shortcuts.</string>
  529.     <string name="setting_ui_font">UI font</string>
  530.     <string name="setting_chat_font">Chat font</string>
  531.     <string name="setting_font_size_label">Font size</string>
  532.     <string name="setting_log_internal">Internal storage</string>
  533.     <string name="setting_log_custom">Custom folder selected</string>
  534.     <string name="setting_dcc_downloads_default">Downloads (default)</string>
  535.     <string name="setting_dcc_downloads_custom">Custom folder</string>
  536.     <string name="section_backup_restore">Backup &amp; Restore</string>
  537.     <string name="setting_backup_export_desc">Export your network configurations and app settings to a JSON file. Passwords and TLS certificates are not included.</string>
  538.     <string name="setting_restore_desc">Restoring replaces all current networks and settings.</string>
  539.     <string name="setting_restore_confirm">This will replace all current networks and settings with those in the backup file. Passwords were not included in the backup and will need to be re-entered. This cannot be undone.</string>
  540.     <string name="setting_backup_error">Error</string>
  541.     <string name="setting_backup_done">Done</string>
  542.     <string name="setting_battery_tip">To stay connected overnight, please disable Battery Optimization for this app and allow background activity.</string>
  543.     <string name="setting_battery_oneplus">OnePlus tip: also lock the app in Recents (padlock) and ensure background activity / auto-launch is allowed in battery settings.</string>
  544.     <string name="setting_lang_system">System</string>
  545.     <string name="theme_matrix">Matrix</string>
  546.     <string name="theme_terminal">Terminal</string>
  547.     <string name="section_media_previews">Media Previews</string>
  548.     <string name="setting_image_previews">Enable image &amp; video previews</string>
  549.     <string name="setting_image_previews_desc">Allow previews for images and YouTube links posted in chat. Twitter/X links are resolved via fxtwitter.com - Previews are not automatic.</string>
  550.     <string name="setting_previews_wifi_only">Wi-Fi only</string>
  551.     <string name="setting_previews_wifi_only_desc">Only load previews when connected to Wi-Fi to avoid using mobile data.</string>
  552.     <string name="theme_system_default">System default</string>
  553.     <!-- TransfersScreen -->
  554.     <string name="transfers_send_file_section">Send file</string>
  555.     <string name="transfers_dcc_chat_section">DCC CHAT</string>
  556.     <string name="transfers_dcc_disabled">DCC is currently disabled. Turn it on to send/accept files.</string>
  557.     <string name="transfers_dcc_auto_desc">Auto: try Passive DCC or fall back to Active if there is no reply.</string>
  558.     <string name="transfers_dcc_active_desc">Active: classic DCC SEND (the receiver connects to you).</string>
  559.     <string name="transfers_dcc_passive_desc">Passive: request the receiver to open a port, then you connect to them.</string>
  560.     <string name="transfers_chat_offers_section">Incoming chat offers</string>
  561.     <string name="transfers_offers_section">Incoming offers</string>
  562.     <string name="transfers_in_progress_section">Transfers</string>
  563.     <string name="transfers_unknown_size">unknown size</string>
  564.     <string name="transfers_passive_port">passive (waiting for port)</string>
  565.     <string name="transfers_error">Error: %1$s</string>
  566.     <!-- ChatScreen: channel mode panel -->
  567.     <string name="chat_topic_panel">Topic</string>
  568.     <string name="chat_modes_panel">Channel modes</string>
  569.     <string name="chat_mode_no_external">No external messages</string>
  570.     <string name="chat_mode_no_external_desc">Block messages from users not in the channel</string>
  571.     <string name="chat_mode_ops_topic">Ops-only topic</string>
  572.     <string name="chat_mode_ops_topic_desc">Only ops can change the topic</string>
  573.     <string name="chat_mode_moderated">Moderated</string>
  574.     <string name="chat_mode_moderated_desc">Only voiced users and ops can speak</string>
  575.     <string name="chat_mode_invite_only">Invite only</string>
  576.     <string name="chat_mode_invite_only_desc">Users must be invited to join</string>
  577.     <string name="chat_mode_secret">Secret</string>
  578.     <string name="chat_mode_secret_desc">Channel hidden from /LIST and /WHOIS</string>
  579.     <string name="chat_mode_private">Private</string>
  580.     <string name="chat_mode_private_desc">Channel shown as private in /LIST</string>
  581.     <string name="chat_mode_registered">Registered only</string>
  582.     <string name="chat_mode_registered_desc">Only registered nicks can join</string>
  583.     <string name="chat_mode_no_colour">No colour</string>
  584.     <string name="chat_mode_no_colour_desc">Strip mIRC colour codes from messages</string>
  585.     <string name="chat_mode_no_ctcp">No CTCPs</string>
  586.     <string name="chat_mode_no_ctcp_desc">Block CTCP messages to the channel</string>
  587.     <string name="chat_mode_key_label">Channel key (+k)</string>
  588.     <string name="chat_mode_limit_label">User limit (+l)</string>
  589.     <string name="chat_mode_kick_ban">Kick / Ban</string>
  590.     <string name="chat_current_modes">Current modes: %1$s</string>
  591.     <string name="chat_ircop_tools">IRCop tools</string>
  592.     <string name="chat_target_label">Target</string>
  593.     <string name="chat_punishments">Punishments</string>
  594.     <string name="chat_no_reason">No reason</string>
  595.     <string name="chat_force_joinpart">Force join / part</string>
  596.     <string name="chat_broadcast">Broadcast</string>
  597.     <string name="chat_server_queries">Server queries</string>
  598.     <string name="chat_text_colour">Text colour</string>
  599.     <string name="chat_bg_colour">Background</string>
  600.     <string name="chat_colour_code">Code %1$s  %2$s</string>
  601.     <string name="chat_no_entries">No entries.</string>
  602.     <string name="chat_set_by">set by %1$s</string>
  603.     <string name="chat_refresh">Refresh</string>
  604.     <string name="chat_no_quiet_support">Quiet lists not supported on this server</string>
  605.     <string name="chat_no_except_support">Exception lists not supported on this server</string>
  606.     <string name="chat_no_invex_support">Invex lists not supported on this server</string>
  607.     <string name="chat_no_quiet_server">This server doesn\'t advertise a +q quiet list.</string>
  608.     <string name="chat_no_except_server">This server doesn\'t advertise a +e exception list.</string>
  609.     <string name="chat_no_invex_server">This server doesn\'t advertise a +I invite-exemption list.</string>
  610.     <string name="chat_ban_list">Ban list (+b)</string>
  611.     <string name="chat_quiet_list">Quiet list (+q)</string>
  612.     <string name="chat_except_list">Except list (+e)</string>
  613.     <string name="chat_invex_list">Invex list (+I)</string>
  614.     <string name="chat_unban">Unban</string>
  615.     <string name="chat_unquiet">Unquiet</string>
  616.     <string name="chat_remove">Remove</string>
  617.     <string name="chat_irc_colour_title">IRC Colour</string>
  618.     <!-- ChatScreen: nick action sheet -->
  619.     <string name="nick_open_query">Open query</string>
  620.     <string name="nick_open_query_desc">Start a private message conversation</string>
  621.     <string name="nick_whois">Whois</string>
  622.     <string name="nick_whois_desc">Show user info, channels, idle time</string>
  623.     <string name="nick_mention">Mention</string>
  624.     <string name="nick_mention_desc">Insert @%1$s into your message</string>
  625.     <string name="nick_dcc_section">Direct connection (DCC)</string>
  626.     <string name="nick_send_file">Send file</string>
  627.     <string name="nick_send_file_desc">Send a file via DCC SEND</string>
  628.     <string name="nick_dcc_disabled">DCC is disabled in settings</string>
  629.     <string name="nick_dcc_chat">DCC Chat</string>
  630.     <string name="nick_dcc_chat_desc">Open a direct peer-to-peer chat session</string>
  631.     <string name="nick_ignore">Ignore</string>
  632.     <string name="nick_unignore">Unignore</string>
  633.     <string name="nick_ignore_desc">Hide all messages from this user</string>
  634.     <string name="nick_unignore_desc">Show messages from this user again</string>
  635.     <string name="nick_ignore_notifs">Mute notifications</string>
  636.     <string name="nick_unignore_notifs">Unmute notifications</string>
  637.     <string name="nick_ignore_notifs_desc">Mute highlight &amp; PM alerts; messages still show</string>
  638.     <string name="nick_unignore_notifs_desc">Allow alerts from this user again</string>
  639.     <string name="nick_moderation">Moderation</string>
  640.     <string name="nick_kick_ban">Kick / Ban…</string>
  641.     <string name="nick_kick_ban_desc">Remove or ban %1$s from this channel</string>
  642.     <string name="nick_privileges">Channel privileges</string>
  643.     <string name="nick_op">Give op (+o)</string>
  644.     <string name="nick_deop">Take op (-o)</string>
  645.     <string name="nick_voice">Voice (+v)</string>
  646.     <string name="nick_devoice">Devoice (-v)</string>
  647.     <!-- IgnoreListScreen -->
  648.     <string name="ignore_network_label">Network</string>
  649.     <string name="ignore_list_desc">Ignored nicks are matched case-insensitively and apply to chat + notices + incoming DCC offers on this network.</string>
  650.     <string name="ignore_list_tip">Tip: you can also ignore someone from the nick list or by tapping their name in chat.</string>
  651.     <!-- ListScreen -->
  652.     <string name="list_loading">Loading… (%1$d)</string>
  653.     <string name="list_join_button">Join</string>
  654.     <!-- AboutScreen -->
  655.     <string name="about_tagline">IRC Client for Android</string>
  656.     <string name="about_support_title">Documentation &amp; Support</string>
  657.     <string name="about_support_desc">Visit the website for guides, FAQs, and to report issues.</string>
  658.     <string name="about_credits_title">Contribs</string>
  659.     <string name="about_credits_contribute">Want to contribute?</string>
  660.  
  661.     <!-- SDCC settings -->
  662.     <string name="setting_dcc_secure">Use SDCC (TLS encryption)</string>
  663.     <string name="setting_dcc_secure_desc">Outgoing file transfers use DCC SSEND (TLS-wrapped). The remote client must also support SDCC.</string>
  664.  
  665.     <!-- Channel list user count filter -->
  666.     <string name="list_users_filter_label">Users:</string>
  667.     <string name="list_users_min">Min</string>
  668.     <string name="list_users_max">Max</string>
  669.     <string name="list_users_server_hint">tap Apply to refetch with these limits</string>
  670.     <string name="list_users_local_hint">Filters the loaded list (this server can\'t filter by size remotely)</string>
  671.     <string name="list_users_apply">Apply</string>
  672.  
  673.     <!-- Topic quick-edit dialog -->
  674.     <string name="topic_edit_title">Edit topic</string>
  675.     <string name="topic_edit_label">Topic</string>
  676.     <string name="topic_set">Set</string>
  677.  
  678.     <!-- Bouncer multinetwork UI -->
  679.     <string name="bouncer_networks_section_title">Bouncer networks</string>
  680.     <string name="bouncer_networks_section_subtitle">Upstreams reported by %1$s</string>
  681.     <string name="bouncer_networks_refresh">Refresh</string>
  682.     <string name="bouncer_networks_empty">No upstreams reported yet. Tap refresh once the bouncer has registered.</string>
  683.     <string name="bouncer_networks_state_connected">connected</string>
  684.     <string name="bouncer_networks_state_connecting">connecting</string>
  685.     <string name="bouncer_networks_state_disconnected">disconnected</string>
  686.     <string name="bouncer_networks_state_unknown">unknown</string>
  687.     <string name="bouncer_networks_import">Import</string>
  688.     <string name="bouncer_networks_already_imported">Imported</string>
  689.     <string name="bouncer_networks_unnamed">(unnamed upstream)</string>
  690.     <string name="bouncer_networks_clone_dismiss">Dismiss</string>
  691.  
  692.     <!-- Bouncer-aware password field hint -->
  693.     <string name="network_server_password_bouncer_hint">For bouncers, SASL is recommended. If you do use this PASS field instead, just enter the password; the bouncer username and network from the fields above are prepended automatically. Typing the full <b>username/network:password</b> also works.</string>
  694.  
  695.     <!-- IRCv3 metadata editor (draft/metadata-2) -->
  696.     <string name="menu_edit_metadata">Edit metadata</string>
  697.     <string name="metadata_editor_title">Your metadata</string>
  698.     <string name="metadata_editor_subtitle">Profile details other clients on this network can see. Leave a field blank to clear it.</string>
  699.     <string name="metadata_editor_clear_hint">Emptying a field and saving removes that value from the server.</string>
  700.     <string name="metadata_display_name">Display name</string>
  701.     <string name="metadata_status">Status</string>
  702.     <string name="metadata_color">Nick colour (6 hex digits)</string>
  703.     <string name="metadata_color_hint">Enter exactly 6 hex digits, e.g. 3f8ac2</string>
  704.     <string name="metadata_avatar">Avatar URL (https)</string>
  705.     <string name="metadata_homepage">Homepage URL</string>
  706.     <string name="metadata_pronouns">Pronouns</string>
  707.     <string name="metadata_bio">Bio</string>
  708.  
  709.     <!-- IRCv3 account registration (draft/account-registration) -->
  710.     <string name="menu_register_account">Register account</string>
  711.     <string name="register_title">Register account</string>
  712.     <string name="register_subtitle">Register an account with this network directly, without contacting services.</string>
  713.     <string name="register_account_optional">Account name (optional)</string>
  714.     <string name="register_email_required">Email (required)</string>
  715.     <string name="register_email_optional">Email (optional)</string>
  716.     <string name="register_password">Password</string>
  717.     <string name="register_password_confirm">Confirm password</string>
  718.     <string name="register_action">Register</string>
  719.     <string name="register_code">Verification code</string>
  720.     <string name="register_verify_action">Verify</string>
  721.     <string name="register_verify_prompt">Enter the verification code the server sent you.</string>
  722.     <string name="register_success">You are registered as %1$s and logged in.</string>
  723.     <string name="register_your_account">your account</string>
  724.     <string name="register_save_password">Save this password for automatic login (SASL) next time</string>
  725.     <string name="register_failed">Registration failed. Check the details and try again.</string>
  726.  
  727.     <!-- Nick tap sheet -->
  728.     <string name="nick_away">Away</string>
  729.     <string name="nick_bot">Bot</string>
  730.  
  731.     <!-- Ban/extban editor -->
  732.     <string name="chat_add">Add</string>
  733.     <string name="chat_add_mask">Mask, or account for extban</string>
  734.     <string name="chat_ban_account">Ban account</string>
  735.     <string name="chat_extban_hint">Extended bans supported (%1$s): %2$s</string>
  736.  
  737.     <!-- Encryption dialog -->
  738.     <string name="copy">Copy</string>
  739.     <string name="share">Share</string>
  740.     <string name="paste">Paste</string>
  741.     <string name="confirm">Confirm</string>
  742.     <string name="action_import">Import</string>
  743.     <string name="clear">Clear</string>
  744.     <string name="enc_title">Encryption</string>
  745.     <string name="enc_for_target">for %1$s</string>
  746.     <string name="enc_kind_channel">channel</string>
  747.     <string name="enc_kind_query">query</string>
  748.     <string name="enc_cleartext_desc">Messages in this %1$s are sent and received in cleartext.</string>
  749.     <string name="enc_active">Active: </string>
  750.     <string name="enc_age_dormant_key">+AGE is on and encrypts messages here. Your saved %1$s key is kept but stays unused until you turn +AGE off.</string>
  751.     <string name="enc_safety_number">Safety number</string>
  752.     <string name="enc_verify_match">Verify this matches what the other party sees.</string>
  753.     <string name="enc_cipher">Cipher</string>
  754.     <string name="enc_agm_desc">HexDroid\'s Authenticated Group Messaging.  One 256-bit random key, per-message authenticated encryption. You share the key.</string>
  755.     <string name="enc_age_desc">Authenticated Group Exchange.  Keys are negotiated automatically and rotate forward. Forward-secrecy for PMs.</string>
  756.     <string name="enc_fish_desc">Only use FiSH when the other side can\'t speak +AGM or +AGE.</string>
  757.     <string name="enc_regen">Regen</string>
  758.     <string name="enc_regen_confirm">Generate a new key? The current key stops working immediately and the other party must import the new one.</string>
  759.     <string name="enc_clear_confirm">Remove encryption for this %1$s? Messages will be sent and received in cleartext.</string>
  760.     <string name="enc_generate_key">Generate key</string>
  761.     <string name="enc_age_safety_number">Your +AGE safety number</string>
  762.     <string name="enc_copy_safety_number">Copy safety number</string>
  763.     <string name="enc_share_safety_desc">Share this so contacts can confirm they\'re really talking to you.</string>
  764.     <string name="enc_this_channel">This channel</string>
  765.     <string name="enc_this_contact">This contact</string>
  766.     <string name="enc_no_identity">No +AGE identity seen for %1$s yet. It pins automatically the first time they advertise one (trust-on-first-use); then you can verify it here.</string>
  767.     <string name="enc_verified">Verified.</string>
  768.     <string name="enc_pinned_unverified">Pinned but not verified. Compare this with what %1$s reads out, then confirm.</string>
  769.     <string name="enc_mark_verified">Mark verified</string>
  770.     <string name="enc_turn_off_age">Turn off +AGE</string>
  771.     <string name="enc_age_enable_desc">Turn on identity-based (Ed25519) forward-secret (X25519/X3DH) encryption here. Keys are exchanged automatically once both sides advertise +AGE.</string>
  772.     <string name="enc_turn_on_age">Turn on +AGE</string>
  773.     <string name="enc_reveal_key">Reveal key to share</string>
  774.     <string name="enc_key_bytes">Key (32 bytes, base64)</string>
  775.     <string name="enc_key_leak_warn">Anyone with this string can decrypt messages for this target.</string>
  776.     <string name="enc_paste_key">Paste a key from another user</string>
  777.     <string name="enc_key_placeholder">Base64-enc 32-byte key</string>
  778.     <string name="enc_reveal_passphrase">Reveal passphrase</string>
  779.     <string name="enc_passphrase">Passphrase</string>
  780.     <string name="enc_passphrase_desc">Type the same passphrase your FiSH contact will use.</string>
  781.     <string name="enc_passphrase_placeholder">Passphrase (4-56 chars)…</string>
  782.     <string name="enc_passphrase_weak">Short passphrases (&lt;8 chars) are easy to brute-force. Use at least 12.</string>
  783.  
  784.     <!-- Image/link preview -->
  785.     <string name="img_load_preview">Load preview</string>
  786.     <string name="img_close_player">Close player</string>
  787.     <string name="img_youtube_thumb">YouTube thumbnail</string>
  788.     <string name="img_twitter_video_thumb">Twitter/X video thumbnail</string>
  789.     <string name="img_preview">Image preview</string>
  790.     <string name="img_play_video">Play video</string>
  791.     <string name="img_open_tweet_video">Open tweet video</string>
  792.     <string name="img_dismiss_preview">Dismiss preview</string>
  793.     <string name="img_failed_load">Failed to load preview</string>
  794.     <string name="img_too_large">Preview too large (max 5 MB)</string>
  795.     <string name="img_no_media">No media in this tweet</string>
  796.     <string name="img_wifi_only">Wi-Fi only – connect to Wi-Fi</string>
  797.  
  798.     <!-- Connection/reconnect status lines -->
  799.     <string name="status_cooldown_over">Stability cooldown over. Resuming auto-reconnect…</string>
  800.     <string name="status_network_lost">Network lost. Waiting for connectivity…</string>
  801.     <string name="status_network_changed">Network changed. Reconnecting…</string>
  802.     <string name="status_network_available_reconnect">Network available. Reconnecting…</string>
  803.     <string name="status_disconnected">Disconnected</string>
  804.     <string name="status_reconnect_in">Reconnecting in %1$s (attempt %2$s)…</string>
  805.     <string name="status_network_available_retry">Network available. Retrying…</string>
  806.     <string name="status_battery_saver_paused">Battery saver is active - reconnect paused. Will retry when battery saver is off.</string>
  807.     <string name="status_battery_saver_off">Battery saver off. Retrying…</string>
  808.     <string name="status_retry_connect">Retrying to connect (attempt %1$s)…</string>
  809.     <string name="status_resuming">Resuming connection…</string>
  810.  
  811.     <!-- CAP/SASL session status (IrcSession) -->
  812.     <string name="session_cap_ls_complete">Server CAP LS complete</string>
  813.     <string name="session_cap_new">CAP NEW: %1$s</string>
  814.     <string name="session_cap_del">CAP DEL: %1$s</string>
  815.     <string name="session_cap_ack">CAP ACK: %1$s</string>
  816.     <string name="session_starting_sasl">Starting SASL…</string>
  817.     <string name="session_cap_nak">CAP NAK: %1$s</string>
  818.     <string name="session_sasl_success">SASL authentication succeeded</string>
  819.     <string name="session_sasl_plain_no_tls">SASL PLAIN aborted: refusing to send password over an unencrypted connection. Enable TLS or switch to SCRAM-SHA-256.</string>
  820.     <string name="session_sasl_plain_no_pw">SASL PLAIN aborted: no password set for this profile. Open Network Settings and re-enter the SASL password (passwords are not included in backups for security reasons).</string>
  821.     <string name="session_sasl_plain_aborted">SASL PLAIN: server aborted authentication</string>
  822.     <string name="session_sasl_plain_unexpected">SASL PLAIN: unexpected server challenge &quot;%1$s&quot;, aborting</string>
  823.     <string name="session_sasl_external_aborted">SASL EXTERNAL: server aborted authentication</string>
  824.     <string name="session_sasl_external_unexpected">SASL EXTERNAL: unexpected server challenge &quot;%1$s&quot;, aborting</string>
  825.     <string name="session_sasl_scram_no_pw">SASL SCRAM-SHA-256 aborted: no password set for this profile. Open Network Settings and re-enter the SASL password (passwords are not included in backups for security reasons).</string>
  826.     <string name="session_sasl_decode_fail">SASL: could not decode server AUTHENTICATE payload</string>
  827.     <string name="session_scram_state_missing">SCRAM state missing</string>
  828.     <string name="session_sasl_scram_aborted">SASL SCRAM-SHA-256 aborted: %1$s</string>
  829.     <string name="session_scram_sig_verified">SCRAM: server signature verified</string>
  830.     <string name="session_scram_sig_failed">SCRAM server signature verification failed</string>
  831.  
  832.     <!-- IrcCore status/server text -->
  833.     <string name="core_looking_up_ban">Looking up %1$s for %2$s-based ban…</string>
  834.     <string name="core_ctcp_ratelimited">CTCP %1$s from %2$s ignored (rate limited)</string>
  835.     <string name="core_ctcp_version_sent">CTCP VERSION reply sent to %1$s</string>
  836.     <string name="core_ctcp_ping_reply_sent">CTCP PING reply sent to %1$s</string>
  837.     <string name="core_ctcp_time_sent">CTCP TIME reply sent to %1$s</string>
  838.     <string name="core_ctcp_reply_sent">CTCP %1$s reply sent to %2$s</string>
  839.     <string name="core_ctcp_clientinfo_reply_sent">CTCP CLIENTINFO reply sent to %1$s</string>
  840.     <string name="core_ctcp_source_sent">CTCP SOURCE reply sent to %1$s</string>
  841.     <string name="core_ctcp_unknown">Unknown CTCP %1$s from %2$s</string>
  842.     <string name="core_ctcp_generic_from">* %1$s from %2$s: %3$s</string>
  843.     <string name="core_usage_knock">Usage: /knock &lt;channel&gt; [reason]</string>
  844.     <string name="core_no_knock">Server does not support KNOCK</string>
  845.     <string name="core_ctcp_sent">CTCP %1$s sent to %2$s</string>
  846.     <string name="core_ctcp_finger_sent">CTCP FINGER sent to %1$s</string>
  847.     <string name="core_ctcp_userinfo_sent">CTCP USERINFO sent to %1$s</string>
  848.     <string name="core_ctcp_clientinfo_sent">CTCP CLIENTINFO sent to %1$s</string>
  849.     <string name="core_usage_setname">Usage: /setname &lt;new realname&gt;</string>
  850.     <string name="core_no_setname">Server does not support SETNAME (setname CAP not negotiated)</string>
  851.     <string name="core_ctcp_ping_sent">CTCP PING sent to %1$s</string>
  852.     <string name="core_looking_up">Looking up %1$s...</string>
  853.     <string name="core_resolved_to">Resolved to:</string>
  854.     <string name="core_no_resolution">No resolution found for %1$s</string>
  855.     <string name="core_dns_failed">DNS lookup failed: %1$s</string>
  856.     <string name="core_unknown_error">Unknown error</string>
  857.     <string name="core_connecting">Connecting…</string>
  858.     <string name="core_tls">TLS: %1$s</string>
  859.     <string name="core_using_encoding">Using encoding: %1$s</string>
  860.     <string name="core_regained_nick">Regained primary nick %1$s.</string>
  861.     <string name="core_regaining_nick">Attempting to regain primary nick %1$s…</string>
  862.     <string name="core_metadata_unsub">Metadata: unsubscribed from %1$s</string>
  863.     <string name="core_metadata_subs">Metadata subscriptions: %1$s</string>
  864.     <string name="core_metadata_subs_none">(none)</string>
  865.     <string name="core_monitor_empty">MONITOR list is empty</string>
  866.     <string name="core_monitor_list">MONITOR list (%1$s): %2$s</string>
  867.     <string name="core_negotiating_caps">Negotiating capabilities…</string>
  868.     <string name="core_legacy_encoding">Auto-detected legacy encoding: %1$s — you can set this explicitly in Network Settings</string>
  869.     <string name="core_nick_in_use_alt">Nick in use; trying alt nick: %1$s</string>
  870.     <string name="core_nick_in_use_next">Nick in use; trying: %1$s</string>
  871.     <string name="core_netsplit">%1$s%2$s — %3$s affected</string>
  872.  
  873.     <!-- IrcViewModel command/feedback status -->
  874.     <string name="vm_no_matches">No matches for \"%1$s\"</string>
  875.     <string name="vm_age_offer">%1$s wants to talk with +AGE end-to-end encryption. Turn it on from the lock menu to encrypt this conversation.</string>
  876.     <string name="vm_sts_secure">STS: %1$s requires TLS - connecting securely on port %2$s</string>
  877.     <string name="vm_turn_on_data">Please turn on WiFi or Mobile data to auto-reconnect.</string>
  878.     <string name="vm_conn_error">Connection error: %1$s (stack trace in logcat)</string>
  879.     <string name="vm_agmkey_usage">/agm-key gen [target] | set &lt;target&gt; &lt;b64&gt; | clear &lt;target&gt; | info [target]</string>
  880.     <string name="vm_agmkey_gen_needs_target">/agm-key gen needs a target (or run it inside a channel/query)</string>
  881.     <string name="vm_agmkey_generated">AGM key generated for %1$s. Fingerprint: %2$s</string>
  882.     <string name="vm_agmkey_run_other">On the other device, run:   /agm-key set %1$s %2$s</string>
  883.     <string name="vm_agmkey_verify">(Verify the fingerprint matches on both sides before sending anything sensitive.)</string>
  884.     <string name="vm_agmkey_set_usage">Usage: /agm-key set &lt;target&gt; &lt;base64&gt;</string>
  885.     <string name="vm_agmkey_bad_base64">/agm-key set: invalid base64 in key argument</string>
  886.     <string name="vm_agmkey_bad_len">/agm-key set: expected 32-byte key (got %1$s bytes after base64 decode)</string>
  887.     <string name="vm_agmkey_installed">AGM key installed for %1$s. Fingerprint: %2$s</string>
  888.     <string name="vm_agmkey_store_fail">Failed to store key: %1$s</string>
  889.     <string name="vm_agmkey_clear_needs_target">/agm-key clear needs a target (or run it inside a channel/query)</string>
  890.     <string name="vm_agmkey_cleared">AGM key cleared for %1$s. Messages will now be sent in cleartext.</string>
  891.     <string name="vm_agmkey_info_needs_target">/agm-key info needs a target (or run it inside a channel/query)</string>
  892.     <string name="vm_agmkey_none">No encryption key configured for %1$s</string>
  893.     <string name="vm_agmkey_info">%1$s: scheme=%2$s  fingerprint=%3$s</string>
  894.     <string name="vm_react_usage">Usage: /%1$s &lt;emoji&gt; [n]   - n is how many messages back, default 1</string>
  895.     <string name="vm_react_needs_target">/%1$s requires an active channel or query</string>
  896.     <string name="vm_react_no_tags">This server doesn\'t support reactions (no message-tags cap)</string>
  897.     <string name="vm_react_no_msgid">/%1$s couldn\'t find %2$s with a server msgId - the server may not support message-tags</string>
  898.     <string name="vm_find_usage">Usage: /find &lt;text&gt;</string>
  899.     <string name="vm_gsearch_usage">Usage: /gsearch &lt;text&gt;</string>
  900.     <string name="vm_no_matches_buffers">No matches for \"%1$s\" across %2$s buffers</string>
  901.     <string name="vm_found_matches">Found %1$s matches for \"%2$s\" - use /gsearch overlay to navigate</string>
  902.     <string name="vm_ignore_empty">Ignore list is empty. Usage: /ignore &lt;nick&gt;</string>
  903.     <string name="vm_ignored_list">Ignored (%1$s): %2$s</string>
  904.     <string name="vm_ignore_usage">Usage: /ignore &lt;nick&gt;</string>
  905.     <string name="vm_unignore_usage">Usage: /unignore &lt;nick&gt;</string>
  906.     <string name="vm_not_connected">Not connected.</string>
  907.     <string name="vm_names_usage">Usage: /names #channel</string>
  908.     <string name="vm_slap_usage">Usage: /slap &lt;nick&gt;</string>
  909.  
  910.     <!-- IrcViewModel multi-line status -->
  911.     <string name="vm_reconnect_halted">Auto-reconnect halted: %1$s (manual reconnect needed)</string>
  912.     <string name="vm_reconnect_halted_auth">Auto-reconnect halted: authentication failed. Fix credentials, then reconnect manually.</string>
  913.     <string name="vm_status_auth_halted">Auth failed — reconnect halted</string>
  914.     <string name="vm_sasl_keystore_invalid">SASL credentials unavailable. the Android Keystore key was invalidated (this can happen after a biometric or screen-lock change). Connecting without SASL; please re-enter your SASL password in Network Settings to restore services authentication.</string>
  915.     <string name="vm_age_key_warning">+AGE WARNING: %1$s announced a different key (%2$s) to the one pinned for that nick (%3$s). Normal after a reinstall or on a second device, and also what a nick takeover looks like. Their +AGE messages are ignored until you decide. Verify the fingerprint out of band, then: /age trust %1$s  or  /age reject %1$s</string>
  916.  
  917.     <!-- IrcViewModel list/STS/DCC/feedback status -->
  918.     <string name="vm_banlist_usage">Usage: /banlist #channel</string>
  919.     <string name="vm_quietlist_usage">Usage: /quietlist #channel</string>
  920.     <string name="vm_exceptlist_usage">Usage: /exceptlist #channel</string>
  921.     <string name="vm_invexlist_usage">Usage: /invexlist #channel</string>
  922.     <string name="vm_dcc_chat_usage">Usage: /dcc chat &lt;nick&gt;</string>
  923.     <string name="vm_age_send_failed">+AGE send failed; message not sent.</string>
  924.     <string name="vm_ignoring">Ignoring %1$s</string>
  925.     <string name="vm_unignored">Unignored %1$s</string>
  926.     <string name="vm_notif_muted">Notifications muted for %1$s</string>
  927.     <string name="vm_notif_unmuted">Notifications unmuted for %1$s</string>
  928.     <string name="vm_halted_rejected">Auto-reconnect halted: server rejected the connection.</string>
  929.     <string name="vm_tls_persist_fail">TLS: Could not persist certificate fingerprint: %1$s</string>
  930.     <string name="vm_mode_change">Mode %1$s %2$s</string>
  931.     <string name="vm_sts_cleared">STS: policy for %1$s cleared by server</string>
  932.     <string name="vm_sts_stored">STS: TLS-only policy stored for %1$s (valid %2$ss)</string>
  933.     <string name="vm_sts_upgrade">STS: server requires TLS - reconnecting securely on port %1$s</string>
  934.     <string name="vm_registered_as">Registered as %1$s</string>
  935.     <string name="vm_reconnected">Reconnected</string>
  936.     <string name="vm_waiting_autojoin">Waiting %1$ss before auto-join &amp; commands…</string>
  937.     <string name="vm_waiting">Waiting %1$ss…</string>
  938.     <string name="vm_dcc_incoming">Incoming DCC file offer from %1$s: %2$s (Transfers screen to accept)</string>
  939.  
  940.     <!-- IrcViewModel TLS/halt multi-line -->
  941.     <string name="vm_halted_tls">Auto-reconnect halted: TLS error is unlikely to fix itself. Adjust certificate trust settings, then reconnect manually.</string>
  942.     <string name="vm_halted_unreachable">Auto-reconnect halted: server unreachable (hostname doesn\'t resolve or port is closed). Check the host and port in Network Settings, then reconnect manually.</string>
  943.     <string name="vm_tls_tofu_pinned">TLS: Certificate fingerprint learned and pinned (TOFU). Future connections will verify: %1$s</string>
  944.     <string name="vm_cert_hostname_mismatch">Certificate hostname mismatch: connected to %1$s but cert SANs are: %2$s. Connection allowed.</string>
  945.  
  946.     <!-- IrcViewModel DCC/bouncer/channel status -->
  947.     <string name="vm_dcc_resume_nomatch">Ignored DCC RESUME from %1$s for %2$s — no matching send in progress.</string>
  948.     <string name="vm_dcc_resume_oor">DCC RESUME from %1$s has out-of-range position %2$s (size %3$s); ignoring.</string>
  949.     <string name="vm_dcc_resume_honour">Honouring DCC RESUME from %1$s at %2$s bytes.</string>
  950.     <string name="vm_dcc_chat_incoming">Incoming DCC CHAT from %1$s - tap \'DCCCHAT:%1$s\' buffer, or open Transfers to accept</string>
  951.     <string name="vm_dcc_chat_offer">DCC CHAT offer from %1$s (%2$s:%3$s). Use /dcc accept %1$s or open Transfers to accept.</string>
  952.     <string name="vm_closed_buffer">Closed buffer %1$s (not on channel)</string>
  953.     <string name="vm_left_channel">Left %1$s</string>
  954.     <string name="vm_autorejoin_suppressed">Auto-rejoin suppressed (kicked again within %1$ss)</string>
  955.     <string name="vm_command_error">%1$s: %2$s</string>
  956.     <string name="vm_try_again">please try again shortly</string>
  957.     <string name="vm_invited_here">%1$s invited you here</string>
  958.     <string name="vm_caps_added">Server added capabilities: %1$s</string>
  959.     <string name="vm_caps_removed">Server removed capabilities: %1$s</string>
  960.     <string name="vm_bouncer_removed">Bouncer network removed: %1$s</string>
  961.     <string name="vm_bouncer_state">Bouncer network %1$s: %2$s%3$s [%4$s]</string>
  962.     <string name="vm_deleted_message">%1$s deleted a message</string>
  963.     <string name="vm_names_none">NAMES for %1$s: (none)</string>
  964.     <string name="vm_names_header">NAMES for %1$s (%2$s):</string>
  965.     <string name="vm_log_write_failed">Log write failed for %1$s: %2$s</string>
  966.     <string name="vm_dcc_lan_perm">DCC from %1$s: local network permission required (Android 17+). Grant it in Settings → Apps → HexDroid → Permissions.</string>
  967.     <string name="vm_dcc_accepted_passive">Accepted passive DCC offer: %1$s (listening on %2$s)%3$s</string>
  968.     <string name="vm_dcc_resume_requested">Requested DCC RESUME for %1$s at %2$s bytes…</string>
  969.     <string name="vm_dcc_resume_agreed">Sender accepted RESUME at %1$s bytes (we asked for %2$s)</string>
  970.     <string name="vm_dcc_resume_none">No DCC ACCEPT from %1$s — restarting transfer from the beginning.</string>
  971.     <string name="vm_dcc_rejected">Rejected DCC offer: %1$s</string>
  972.     <string name="vm_dcc_chat_disconnected">DCC CHAT disconnected%1$s</string>
  973.  
  974.     <!-- IrcViewModel DCC CHAT/send status -->
  975.     <string name="vm_dcc_passive_proxy">Can\'t accept passive DCC from %1$s while a proxy is active: it would require listening outside the tunnel. Ask them to send actively, or disable the proxy for this transfer.</string>
  976.     <string name="vm_dcc_refuse_private">Refusing DCC from %1$s: it advertises a private/LAN address (%2$s) that isn\'t reachable through the proxy. Disable the proxy for this transfer if they\'re on your LAN.</string>
  977.     <string name="vm_dcc_chat_refuse_private">Refusing DCC CHAT from %1$s: it advertises a private/LAN address (%2$s) not reachable through the proxy. Disable the proxy for this network if they\'re on your LAN.</string>
  978.     <string name="vm_dcc_chat_failed">DCC CHAT failed: %1$s</string>
  979.     <string name="vm_dcc_chat_closed">DCC CHAT closed</string>
  980.     <string name="vm_dcc_chat_connected">DCC CHAT connected to %1$s</string>
  981.     <string name="vm_dcc_chat_not_connected">DCC CHAT not connected.</string>
  982.     <string name="vm_dcc_chat_send_failed">DCC CHAT send failed: %1$s</string>
  983.     <string name="vm_dcc_chat_lan_perm">DCC CHAT from %1$s: local network permission required (Android 17+). Grant it in Settings → Apps → HexDroid → Permissions.</string>
  984.     <string name="vm_dcc_chat_connecting">Connecting DCC CHAT to %1$s (%2$s:%3$s)…</string>
  985.     <string name="vm_dcc_chat_connect_failed">DCC CHAT connect failed: %1$s</string>
  986.     <string name="vm_dcc_chat_rejected">Rejected DCC CHAT offer from %1$s</string>
  987.     <string name="vm_dcc_chat_offering">Offering DCC%1$s CHAT to %2$s…</string>
  988.     <string name="vm_dcc_chat_sent">Sent DCC%1$s CHAT offer to %2$s (port %3$s)</string>
  989.     <string name="vm_dcc_chat_offer_failed">DCC CHAT offer failed: %1$s</string>
  990.     <string name="vm_dcc_offering_active">Offering %1$s to %2$s via DCC%3$s (active, port %4$s)…</string>
  991.     <string name="vm_dcc_offering_passive">Offering %1$s to %2$s via DCC%3$s (passive)…</string>
  992.     <string name="vm_dcc_accepted_resume">%1$s accepted; resuming from %2$s bytes…</string>
  993.     <string name="vm_dcc_accepted_connecting">%1$s accepted; connecting…</string>
  994.     <string name="vm_dcc_proxy_passive">Proxy active: using passive DCC (active send can\'t listen through a proxy).</string>
  995.     <string name="vm_dcc_send_complete">DCC send complete: %1$s → %2$s</string>
  996.     <string name="vm_dcc_send_failed">DCC send failed: %1$s</string>
  997.     <string name="vm_dcc_send_cancelled">DCC send cancelled: %1$s</string>
  998.  
  999.     <!-- IrcViewModel connection status labels -->
  1000.     <string name="vm_status_disconnected">Disconnected</string>
  1001.     <string name="vm_status_connected">Connected</string>
  1002.     <string name="vm_status_plaintext_disabled">Plaintext disabled</string>
  1003.     <string name="vm_status_lan_perm">Local network permission required</string>
  1004.     <string name="vm_status_not_configured">Not configured</string>
  1005.     <string name="vm_status_waiting_network">Waiting for network…</string>
  1006.     <string name="vm_status_connecting">Connecting…</string>
  1007.     <string name="vm_status_reconnecting">Reconnecting…</string>
  1008.     <string name="vm_status_reconnecting_in">Reconnecting in %1$ss…</string>
  1009.     <string name="vm_status_paused_battery">Paused (battery saver)</string>
  1010.     <string name="vm_status_retrying">Retrying to connect…</string>
  1011.     <string name="vm_status_connected_to">Connected to %1$s</string>
  1012.     <string name="vm_status_unstable_paused">Unstable - paused %1$s min</string>
  1013.     <string name="vm_status_unstable_reconnect">Unstable - reconnect paused</string>
  1014.     <string name="vm_status_tls_halted">TLS error: reconnect halted</string>
  1015.     <string name="vm_event_handler_error">Event handler error: %1$s</string>
  1016.  
  1017.     <!-- IrcViewModel final status -->
  1018.     <string name="vm_status_unreachable_halted">Server unreachable: reconnect halted</string>
  1019.     <string name="vm_status_rejected_halted">Server rejected connection: reconnect halted</string>
  1020.     <string name="vm_server_error">Server error: %1$s</string>
  1021.     <string name="vm_dcc_disabled">DCC is disabled in settings.</string>
  1022.     <string name="vm_dcc_chat_proxy">Can\'t offer DCC CHAT while a proxy is active (it requires listening outside the tunnel). Disable the proxy for this network to use DCC CHAT.</string>
  1023.  
  1024.     <!-- IrcViewModel auth hints / reactions -->
  1025.     <string name="vm_auth_pass_rejected">Server password (PASS) rejected. If this is a bouncer profile, the password format is usually user:password or user/network:password.</string>
  1026.     <string name="vm_auth_sasl_bouncer">SASL authentication rejected. Bouncers require valid SASL to route the connection. Check the SASL username/password (or client certificate) on this profile.</string>
  1027.     <string name="vm_auth_sasl_rejected">SASL authentication rejected. Check the SASL username/password (or client certificate) on this profile.</string>
  1028.     <string name="vm_auth_rejected">Authentication rejected.</string>
  1029.     <string name="vm_auth_halt_suffix">Auto-reconnect halted; tap reconnect after fixing credentials.</string>
  1030.     <string name="vm_reacted_with">reacted with</string>
  1031.     <string name="vm_removed_reaction">removed reaction</string>
  1032.     <string name="vm_ref">(ref: %1$s)</string>
  1033.  
  1034.     <!-- IrcViewModel misc -->
  1035.     <string name="vm_cert_changed">Server certificate fingerprint has CHANGED! Expected: %1$s  •  Got: %2$s  - Connection refused. Auto-reconnect halted. If this server uses round-robin DNS (irc.example.tld), open Network Settings and tap \'Trust this server too\' to add the new fingerprint without losing the others. If the cert was rotated/renewed, tap \'Reset &amp; re-pin\' instead - that discards every previously-trusted fingerprint and re-learns from scratch.</string>
  1036.     <string name="vm_no_local_profile">no local profile for \"%1$s\" - add one to connect to this upstream.</string>
  1037.     <string name="vm_scrollback_divider">Scrollback from logs • Last message: %1$s</string>
  1038.  
  1039.     <!-- Screen tails: About/NetworkEdit/Settings -->
  1040.     <string name="ok">OK</string>
  1041.     <string name="remove">Remove</string>
  1042.     <string name="add">Add</string>
  1043.     <string name="about_logo_desc">HexDroid logo</string>
  1044.     <string name="about_boxlabs_desc">boxlabs</string>
  1045.     <string name="netedit_port_range">Port must be between 1 and 65535</string>
  1046.     <string name="netedit_sasl_external">EXTERNAL (client cert)</string>
  1047.     <string name="netedit_cert_pem">PEM (.pem)</string>
  1048.     <string name="netedit_cert_crtkey">CRT + KEY (.crt/.key)</string>
  1049.     <string name="settings_reset_100">Reset to 100%</string>
  1050.     <string name="settings_custom_aliases">Custom Aliases</string>
  1051.     <string name="settings_no_aliases">No aliases yet.</string>
  1052.     <string name="settings_alias_name">Alias name (no “/”)</string>
  1053.     <string name="settings_alias_expansion">Expansion (a command, no “/”)</string>
  1054.     <string name="settings_add_alias">Add alias</string>
  1055.     <string name="settings_scripts">Scripts</string>
  1056.     <string name="settings_scripts_desc">Load and manage .hex scripts (games, tools, custom commands).</string>
  1057.     <string name="net_this_network">this network</string>
  1058.     <!-- Connection / disconnect reasons emitted by IrcCore.
  1059.         These are display text only. The machine-readable cause travels separately as
  1060.         IrcEvent.Disconnected.code (DisconnectCode), so translating any of these can no
  1061.         longer affect flap detection, the TLS halt or the host-unreachable halt. -->
  1062.     <string name="core_disconnected">Disconnected</string>
  1063.     <string name="core_disconnect_server_error">Server error: %1$s</string>
  1064.     <string name="core_disconnect_tls_fingerprint_changed">TLS certificate fingerprint changed</string>
  1065.     <string name="core_disconnect_connect_failed">Connect failed: %1$s</string>
  1066.     <string name="core_disconnect_connection_error">Connection error: %1$s</string>
  1067.     <string name="core_disconnect_registration_timeout">Registration timeout</string>
  1068.     <string name="core_disconnect_ping_timeout">Ping timeout</string>
  1069.     <string name="core_error_registration_timeout">Registration timeout: the server did not send 001 within %1$ds</string>
  1070.  
  1071.     <!-- friendlyErrorMessage(): human-readable renderings of socket and TLS failures. -->
  1072.     <string name="core_err_proxy">Proxy error: %1$s</string>
  1073.     <string name="core_err_tls_cert_verify">TLS certificate verification failed. The server\'s certificate may be expired, self-signed, or untrusted.</string>
  1074.     <string name="core_err_tls_protocol">TLS handshake failed. The server may not support TLS 1.2/1.3.</string>
  1075.     <string name="core_err_tls_rejected">TLS handshake rejected by server. Check the port and TLS settings.</string>
  1076.     <string name="core_err_tls_handshake_other">TLS handshake failed: %1$s</string>
  1077.     <string name="core_err_tls_interrupted">TLS session interrupted. The connection will retry.</string>
  1078.     <string name="core_err_tls_proto_error">TLS protocol error. The connection will retry.</string>
  1079.     <string name="core_err_tls_read">TLS read error. The network may have changed.</string>
  1080.     <string name="core_err_tls_write">TLS write error. The network may have changed.</string>
  1081.     <string name="core_err_tls_closed">TLS session closed</string>
  1082.     <string name="core_err_tls_other">TLS error: %1$s</string>
  1083.     <string name="core_err_connection_refused">Connection refused. Check the hostname and port.</string>
  1084.     <string name="core_err_network_unreachable">Network unreachable. Check your internet connection.</string>
  1085.     <string name="core_err_connection_timed_out">Connection timed out</string>
  1086.     <string name="core_err_dns_timeout">DNS resolution timed out. The resolver is not responding.</string>
  1087.     <string name="core_err_dns_failed">Could not resolve hostname</string>
  1088.     <string name="core_err_broken_pipe">Connection lost (broken pipe)</string>
  1089.     <string name="core_err_connection_reset">Connection reset by server</string>
  1090.     <string name="core_err_connection_closed">Connection closed</string>
  1091.  
  1092.     <!-- Disconnect rendering and flap detection in IrcViewModel. -->
  1093.     <string name="vm_disconnected_reason">Disconnected: %1$s</string>
  1094.     <string name="vm_flap_paused">⚠ Connection is unstable: %1$d ping timeouts in the last %2$d minutes. Auto-reconnect paused for %2$d minutes to avoid flooding the server. Tap Reconnect to retry sooner.</string>
  1095.     <!-- IrcCore: command usage and unsupported-capability notices.
  1096.         Command SYNTAX (the part the user types) stays in English on purpose; only the
  1097.         surrounding prose is translated. -->
  1098.     <string name="core_usage_generic">Usage: /%1$s %2$s</string>
  1099.     <string name="core_usage_syntax">Usage: %1$s</string>
  1100.     <string name="core_usage_msg">Usage: /msg &lt;nick|#channel&gt; &lt;message&gt;</string>
  1101.     <string name="core_usage_query">Usage: /query &lt;nick&gt; [message]</string>
  1102.     <string name="core_usage_kill">Usage: /kill &lt;nick&gt; [reason]</string>
  1103.     <string name="core_usage_notice">Usage: /notice &lt;nick|#channel&gt; &lt;message&gt;</string>
  1104.     <string name="core_usage_mode_target">Usage: /%1$s &lt;nick&gt; [#channel]</string>
  1105.     <string name="core_usage_redact">Usage: /redact [target] &lt;msgid&gt; [reason]</string>
  1106.     <string name="core_usage_metadata_sub">Usage: /metadata %1$s &lt;key&gt; [key...]</string>
  1107.     <string name="core_usage_verify">Usage: /verify [account] &lt;code&gt;</string>
  1108.     <string name="core_usage_monitor">Usage: /monitor +nick[,nick] | -nick[,nick] | C | L | S%1$s</string>
  1109.     <string name="core_needs_channel_first_arg">/%1$s needs a channel. Switch to one, or pass #channel as the first argument.</string>
  1110.     <string name="core_needs_channel_second_arg">/%1$s needs a channel. Switch to one, or pass it as the second argument.</string>
  1111.     <string name="core_invite_needs_channel">/invite needs a channel. Switch to one, or pass it as the second argument.</string>
  1112.     <string name="core_no_text_to_send">No text to send</string>
  1113.     <string name="core_redact_wrong_buffer">Run /redact from the channel or query the message is in.</string>
  1114.     <string name="core_no_redact">This server does not support message deletion (draft/message-redaction).</string>
  1115.     <string name="core_no_metadata">This server does not support IRCv3 metadata (draft/metadata-2).</string>
  1116.     <string name="core_no_registration">This server does not support IRCv3 account registration. Try services instead: /ns REGISTER &lt;password&gt; &lt;email&gt;</string>
  1117.     <string name="core_no_verify">This server does not support IRCv3 account verification. Try services instead: /ns VERIFY ...</string>
  1118.     <string name="core_register_nick_is_account">This server registers your current nick as the account name, so omit the account argument. %1$s</string>
  1119.     <!-- Leading spaces are significant: this is appended to the usage line. Keep the
  1120.         surrounding double quotes, which is what preserves them. -->
  1121.     <string name="core_register_email_required">"  - this server requires an email address"</string>
  1122.     <string name="core_no_monitor">MONITOR is not supported by this server.</string>
  1123.     <string name="core_monitor_no_limit">"  (server advertises no limit)"</string>
  1124.     <string name="core_monitor_limit">"  (server limit: %1$d entries)"</string>
  1125.     <string name="core_no_read_markers">Server does not support read markers</string>
  1126.     <string name="core_dns_proxy_disabled">/dns is disabled while a proxy is active (a local lookup would bypass the proxy and leak the query).</string>
  1127.     <string name="core_dns_ipv6_note">(IPv6 records may exist but this device has no IPv6 connectivity)</string>
  1128.  
  1129.     <!-- IrcCore: ban helper -->
  1130.     <string name="core_ban_no_account">%1$s is not logged in to services</string>
  1131.     <string name="core_ban_no_host">Could not resolve the host for %1$s</string>
  1132.     <string name="core_ban_fallback">Ban by %1$s failed: %2$s. Falling back to nick mask.</string>
  1133.  
  1134.     <!-- IrcCore: status lines for server-driven events -->
  1135.     <string name="core_youre_oper">You are now an IRC operator</string>
  1136.     <string name="core_sets_mode">%1$s sets mode %2$s%3$s</string>
  1137.     <string name="core_invited_to">%1$s invited %2$s to %3$s</string>
  1138.     <string name="core_bouncer_error">Bouncer error: %1$s</string>
  1139.     <string name="core_channel_renamed">Channel renamed: %1$s → %2$s</string>
  1140.     <string name="core_channel_renamed_reason">Channel renamed: %1$s → %2$s (%3$s)</string>
  1141.     <string name="core_account_registered">Account %1$s registered. You are now logged in.</string>
  1142.     <string name="core_account_verified">Account %1$s verified. You are now logged in.</string>
  1143.     <string name="core_verification_required">Verification required for %1$s: %2$s. Complete it with /verify &lt;code&gt;</string>
  1144.     <string name="core_check_your_email">check your email</string>
  1145.     <string name="core_reg_hint_account_exists">(already registered? try /verify &lt;code&gt;, or pick another name)</string>
  1146.     <string name="core_reg_hint_weak_password">(choose a different password and try again)</string>
  1147.     <string name="core_reg_hint_invalid_email">(check the email address)</string>
  1148.     <string name="core_reg_hint_invalid_code">(re-check the code from the verification message)</string>
  1149.     <string name="core_reg_hint_not_connected">(wait until fully connected, then try again)</string>
  1150.     <string name="core_reg_hint_temp_unavailable">(try again later)</string>
  1151.     <string name="core_age_plaintext_refused">+AGE is on for %1$s but this message wasn\'t encrypted, so it was NOT sent (HexDroid will not put it on the wire in the clear). Turn off +AGE here to chat normally.</string>
  1152.     <string name="core_nick_still_in_use">%1$s is still in use; retrying quietly in the background (a lingering session usually clears within a few minutes).</string>
  1153.     <string name="core_nick_gave_up">Gave up trying to regain %1$s, still in use. Use /nick %1$s to retry.</string>
  1154.     <string name="core_oversize_line_dropped">Dropped an oversize inbound IRC line (&gt;32 KiB). Connection kept alive; further drops will be silent.</string>
  1155.     <string name="core_sasl_handler_error">SASL handler error: %1$s</string>
  1156.     <string name="core_monitor_list_full_rejected">MONITOR list is full (limit: %1$s). Could not add: %2$s</string>
  1157.     <string name="core_monitor_list_full">MONITOR list is full (limit: %1$s)</string>
  1158.  
  1159.     <!-- IrcCore: join errors and other numerics we phrase ourselves when the server
  1160.         sends no trailing text of its own. -->
  1161.     <string name="core_not_on_channel">You\'re not on that channel</string>
  1162.     <string name="core_channel_limit_reached">You\'ve reached the server\'s channel limit (%1$d)</string>
  1163.     <string name="core_too_many_channels">You have joined too many channels</string>
  1164.     <string name="core_cannot_join">Cannot join channel</string>
  1165.     <string name="core_cannot_join_full">Cannot join channel (+l)</string>
  1166.     <string name="core_cannot_join_invite">Cannot join channel (+i)</string>
  1167.     <string name="core_cannot_join_banned">Cannot join channel (+b)</string>
  1168.     <string name="core_cannot_join_key">Cannot join channel (+k)</string>
  1169.     <string name="core_password_incorrect">Password incorrect</string>
  1170.  
  1171.     <!-- IrcCore formatNumeric(): MOTD, LUSERS, channel info -->
  1172.     <string name="core_motd_start">— MOTD —</string>
  1173.     <string name="core_motd_end">— End of MOTD command —</string>
  1174.     <string name="core_no_motd">No MOTD found</string>
  1175.     <string name="core_hidden_host">Your hidden host is now %1$s</string>
  1176.     <string name="core_lusers_251">There are %1$s users and %2$s invisible on %3$s servers</string>
  1177.     <string name="core_lusers_operators">operator(s) online</string>
  1178.     <string name="core_lusers_channels">channels formed</string>
  1179.     <string name="core_lusers_unknown_conns">unknown connection(s)</string>
  1180.     <string name="core_lusers_255">I have %1$s clients and %2$s servers</string>
  1181.     <string name="core_lusers_265">Current local users: %1$s  Max: %2$s</string>
  1182.     <string name="core_lusers_266">Current global users: %1$s  Max: %2$s</string>
  1183.     <string name="core_channel_url">Channel URL: %1$s</string>
  1184.     <string name="core_channel_created">Channel created on: %1$s</string>
  1185.     <string name="core_unknown">unknown</string>
  1186.  
  1187.     <!-- IrcCore formatNumeric(): WHOIS -->
  1188.     <string name="core_away_default">Away</string>
  1189.     <string name="core_whois_away">%1$s is away: %2$s</string>
  1190.     <string name="core_whois_oper">%1$s is an IRC operator</string>
  1191.     <string name="core_whois_idle">%1$dh %2$dm %3$ds idle</string>
  1192.     <string name="core_whois_signon">signed on %1$s</string>
  1193.     <string name="core_whois_end">End of /WHOIS list.</string>
  1194.     <string name="core_whois_channels">%1$s on channels: %2$s</string>
  1195.     <string name="core_whois_special">%1$s has special/registered status</string>
  1196.     <string name="core_whois_logged_in_verb">is logged in as</string>
  1197.     <string name="core_whois_logged_in_as">%1$s is logged in as %2$s</string>
  1198.     <string name="core_whois_bot">%1$s is marked as a bot/service</string>
  1199.     <string name="core_whois_actual_host">%1$s: actual host info</string>
  1200.     <string name="core_whois_metadata_set">%1$s %2$s (metadata set)</string>
  1201.     <string name="core_whois_secure_tail">is connected via SSL</string>
  1202.  
  1203.     <!-- IrcCore formatNumeric(): common errors and RPL_ADMIN -->
  1204.     <string name="core_err_no_such_nick_channel">No such nickname/channel</string>
  1205.     <string name="core_err_no_such_server">No such server</string>
  1206.     <string name="core_err_no_such_channel">No such channel</string>
  1207.     <string name="core_err_no_such_channel_named">No such channel: %1$s</string>
  1208.     <string name="core_err_cannot_send_to_channel">Cannot send to channel</string>
  1209.     <string name="core_err_no_such_nickname">There was no such nickname</string>
  1210.     <string name="core_err_unknown_command">Unknown command</string>
  1211.     <string name="core_err_unknown_command_named">Unknown command: %1$s</string>
  1212.     <string name="core_err_nick_in_use">Nickname is already in use</string>
  1213.     <string name="core_err_not_enough_params">Not enough parameters</string>
  1214.     <string name="core_err_may_not_reregister">You may not reregister</string>
  1215.     <string name="core_err_banned_from_server">You are banned from this server</string>
  1216.     <string name="core_admin_info">Administrative info about this server</string>
  1217.     <string name="core_admin_location">Admin location: %1$s</string>
  1218.     <string name="core_admin_info_line">Admin info: %1$s</string>
  1219.     <string name="core_admin_contact">Admin contact: %1$s</string>
  1220.     <string name="core_admin_extended">Extended admin info: %1$s</string>
  1221.     <!-- IrcViewModel: setup, credentials, backup and restore -->
  1222.     <string name="vm_netcallback_failed">Network callback registration failed: %1$s. Auto-reconnect on network change may not work on this device.</string>
  1223.     <string name="vm_keystore_error">keystore error</string>
  1224.     <string name="vm_creds_save_failed">Failed to save credentials: %1$s. Try again, or restart the app if the problem persists.</string>
  1225.     <string name="vm_cert_import_failed">Failed to import certificate</string>
  1226.     <string name="vm_backup_no_output">Unable to open the output stream for the backup file</string>
  1227.     <string name="vm_backup_saved">Backup saved.\nNote: passwords and certificates are not included.</string>
  1228.     <string name="vm_backup_failed">Backup failed: %1$s</string>
  1229.     <string name="vm_restore_no_input">Unable to read the backup file</string>
  1230.     <string name="vm_restore_done">Backup restored.\nPasswords were not restored, so re-enter them in each network\'s settings.</string>
  1231.     <string name="vm_restore_failed">Restore failed: %1$s</string>
  1232.  
  1233.     <!-- IrcViewModel: bouncer discover-and-clone -->
  1234.     <string name="vm_clone_no_parent">Parent profile not found.</string>
  1235.     <string name="vm_clone_unsupported">Discover-and-clone is only available for soju and ZNC.</string>
  1236.     <string name="vm_clone_no_name">This bouncer network has no name yet. Try refreshing.</string>
  1237.     <string name="vm_clone_already">Already imported as \"%1$s\".</string>
  1238.     <string name="vm_clone_imported_sasl">Imported \"%1$s\". Enable auto-connect to use it.</string>
  1239.     <string name="vm_clone_imported_plain">Imported \"%1$s\" with SASL PLAIN auth from the server password. Enable auto-connect to use it.</string>
  1240.     <string name="vm_clone_imported_preformatted">Imported \"%1$s\". The parent password looks pre-formatted for the bouncer, so review the clone\'s auth settings before enabling auto-connect.</string>
  1241.     <string name="vm_clone_imported_plain_none">Imported \"%1$s\". Set credentials and auto-connect on the new profile to use it.</string>
  1242.     <string name="vm_bouncer_verb_discovered">discovered</string>
  1243.     <string name="vm_bouncer_verb_state_changed">state changed</string>
  1244.  
  1245.     <!-- IrcViewModel: +AGE encryption status and the /age command -->
  1246.     <string name="vm_age_negotiating">Establishing +AGE encryption with %1$s…</string>
  1247.     <string name="vm_age_established">+AGE encryption established with %1$s. Messages are end-to-end encrypted.</string>
  1248.     <string name="vm_age_failed">+AGE encryption with %1$s failed: %2$s. Messages are NOT encrypted.</string>
  1249.     <string name="vm_age_unavailable">+AGE is not available on this network.</string>
  1250.     <string name="vm_age_none_pending">+AGE: no identities awaiting a decision.</string>
  1251.     <string name="vm_age_pending_list">+AGE awaiting a decision:</string>
  1252.     <string name="vm_age_usage">Usage: /age trust &lt;nick&gt; | /age reject &lt;nick&gt; | /age pending</string>
  1253.     <string name="vm_age_trusted">+AGE: pinned %1$s\'s new key. Their messages will verify again.</string>
  1254.     <string name="vm_age_rejected">+AGE: discarded %1$s\'s new key; the previously pinned key stays authoritative.</string>
  1255.     <string name="vm_age_nothing_pending">+AGE: nothing pending for %1$s.</string>
  1256.     <string name="vm_age_still_keying">+AGE for %1$s is still keying with the other +AGE members. Your message was NOT sent. Try again in a moment.</string>
  1257.  
  1258.     <!-- IrcViewModel: encryption key and passphrase import -->
  1259.     <string name="vm_key_empty">Key is empty</string>
  1260.     <string name="vm_key_not_base64">Not a valid base64 string</string>
  1261.     <string name="vm_key_wrong_length">Expected 32 bytes after base64 decode, got %1$d</string>
  1262.     <string name="vm_key_store_failed">Failed to store key: %1$s</string>
  1263.     <string name="vm_pass_empty">Passphrase is empty</string>
  1264.     <string name="vm_pass_too_short">Passphrase must be at least 4 bytes</string>
  1265.     <string name="vm_pass_too_long">Passphrase must be at most 56 bytes (got %1$d)</string>
  1266.  
  1267.     <!-- IrcViewModel: /alias and /react -->
  1268.     <string name="vm_alias_none">No aliases. Add one with: /alias add &lt;name&gt; &lt;expansion&gt;</string>
  1269.     <string name="vm_alias_usage_add">Usage: /alias add &lt;name&gt; &lt;expansion&gt;   e.g. /alias add bl msg *backlog $channel $1</string>
  1270.     <string name="vm_alias_usage_remove">Usage: /alias remove &lt;name&gt;</string>
  1271.     <string name="vm_alias_usage">Usage: /alias [list] | add &lt;name&gt; &lt;expansion&gt; | remove &lt;name&gt;</string>
  1272.     <string name="vm_alias_bad_name">Alias name can\'t contain spaces or \'/\'.</string>
  1273.     <string name="vm_alias_saved">Alias saved:  /%1$s  &gt;  %2$s</string>
  1274.     <string name="vm_alias_no_such">No such alias: /%1$s</string>
  1275.     <string name="vm_alias_removed">Alias removed: /%1$s</string>
  1276.     <string name="vm_react_latest">the latest message</string>
  1277.     <string name="vm_react_nback">message #%1$d back</string>
  1278.  
  1279.     <!-- IrcViewModel: in-buffer event lines.  -->
  1280.     <string name="vm_ev_you_now_known_as">You are now known as %1$s</string>
  1281.     <string name="vm_ev_now_known_as">%1$s is now known as %2$s</string>
  1282.     <string name="vm_ev_now_talking">Now talking on %1$s</string>
  1283.     <string name="vm_ev_has_joined">%1$s (%2$s) has joined %3$s</string>
  1284.     <string name="vm_ev_logged_in_as">logged in as %1$s</string>
  1285.     <string name="vm_ev_you_left">You have left channel %1$s</string>
  1286.     <string name="vm_ev_has_left">%1$s (%2$s) has left %3$s</string>
  1287.     <string name="vm_ev_you_kicked">You were kicked from %1$s by %2$s</string>
  1288.     <string name="vm_ev_kicked">%1$s was kicked by %2$s</string>
  1289.     <string name="vm_ev_has_quit">%1$s (%2$s) has quit</string>
  1290.     <string name="vm_ev_topic_is">Topic for %1$s is: %2$s</string>
  1291.     <string name="vm_ev_topic_set_by">Topic for %1$s set by %2$s at %3$s</string>
  1292.     <string name="vm_ev_topic_changed_by">%1$s changed the topic to: %2$s</string>
  1293.     <string name="vm_ev_topic_changed">Topic changed to: %1$s</string>
  1294.     <string name="vm_ev_unknown_time">unknown time</string>
  1295.     <string name="vm_ev_your_host_now">Your host is now %1$s@%2$s</string>
  1296.     <string name="vm_ev_host_now">%1$s is now %2$s@%3$s</string>
  1297.     <string name="vm_ev_you_logged_out">You are no longer logged in</string>
  1298.     <string name="vm_ev_logged_out">%1$s logged out</string>
  1299.     <string name="vm_ev_you_logged_in_as">You are now logged in as %1$s</string>
  1300.     <string name="vm_ev_nick_logged_in_as">%1$s is now logged in as %2$s</string>
  1301.     <string name="vm_ev_your_realname_now">Your realname is now \"%1$s\"</string>
  1302.     <string name="vm_ev_realname_changed">%1$s changed realname to \"%2$s\"</string>
  1303.     <string name="vm_ev_invited_you">%1$s has invited you to %2$s</string>
  1304.     <string name="vm_ev_now_away">%1$s is now away</string>
  1305.     <string name="vm_ev_now_away_msg">%1$s is now away (%2$s)</string>
  1306.     <string name="vm_ev_back">%1$s is back</string>
  1307.     <string name="vm_ev_monitor_online">%1$s is online</string>
  1308.     <string name="vm_ev_monitor_offline">%1$s is offline</string>
  1309.     <string name="vm_ev_ctcp_ping_ms">CTCP PING reply from %1$s: %2$dms</string>
  1310.     <string name="vm_ev_ctcp_ping_raw">CTCP PING reply from %1$s: %2$s</string>
  1311.     <string name="vm_ev_ctcp_reply">CTCP %1$s reply from %2$s: %3$s</string>
  1312.     <string name="vm_ev_list_ratelimited">The server is rate-limiting LIST (try again shortly).</string>
  1313.     <string name="vm_ev_message_deleted">(message deleted by %1$s)</string>
  1314.     <string name="vm_ev_message_deleted_reason">(message deleted by %1$s: %2$s)</string>
  1315.     <string name="vm_history_divider">── Chat history • Last message: %1$s ──</string>
  1316.  
  1317.     <!-- IrcViewModel: notifications -->
  1318.     <string name="vm_notif_networks">%1$d networks: %2$s</string>
  1319.     <string name="vm_notif_connected_connecting">Connected (%1$d), connecting (%2$d)</string>
  1320.  
  1321.     <!-- IrcViewModel: DCC, uploads and file handling -->
  1322.     <string name="vm_dcc_invalid_reply">Invalid passive DCC reply</string>
  1323.     <string name="vm_dcc_timeout">No response from %1$s, DCC timed out</string>
  1324.     <string name="vm_file_open_failed">Unable to open the selected file</string>
  1325.     <string name="vm_file_cannot_open">Couldn\'t open this file</string>
  1326.     <string name="vm_upload_unsupported">This server does not offer file uploads</string>
  1327.     <string name="vm_upload_disabled">File uploads are disabled for this network</string>
  1328.     <string name="vm_upload_no_proxy">File upload over a SOCKS proxy is not supported yet</string>
  1329.     <string name="vm_upload_failed">Upload failed: %1$s</string>
  1330.     <string name="vm_open_with">Open with</string>
  1331. </resources>

Raw Paste

Comments 0
Login to post a comment.
  • No comments yet. Be the first.
Login to post a comment. Login or Register
We use cookies. To comply with GDPR in the EU and the UK we have to show you these.

We use cookies and similar technologies to keep this website functional (including spam protection via Google reCAPTCHA or Cloudflare Turnstile), and — with your consent — to measure usage and show ads. See Privacy.