PCAPdroid/app/src/main/res/values/strings.xml
emanuele-f f49c34ddec Rework whitelist
The whitelist editor is now a separate activity. Whitelist removed from
the ConnectionRegister.
2021-06-14 15:21:57 +02:00

152 lines
9.0 KiB
XML

<resources>
<string name="app_name" translatable="false">PCAPdroid</string>
<string name="default_collector_ip" translatable="false">127.0.0.1</string>
<string name="default_collector_port" translatable="false">1234</string>
<string name="ip_and_port" translatable="false">%1$s:%2$d</string>
<string name="app_and_proto" translatable="false">%1$s (%2$s)</string>
<string name="sni" translatable="false">SNI</string>
<string name="url" translatable="false">URL</string>
<!-- Localized -->
<string name="start_button">Start</string>
<string name="stop_button">Stop</string>
<string name="title_activity_settings">Settings</string>
<string name="no_filter">No Filter</string>
<string name="collector_info">UDP Collector: %1$s:%2$d</string>
<string name="http_server_status">HTTP Server: http://%1$s:%2$d</string>
<string name="rcvd_and_sent">%1$s received — %2$s sent</string>
<string name="query">Query</string>
<string name="host">Host</string>
<string name="capture_not_running">Capture not running!</string>
<string name="capture_not_started">Capture not started!</string>
<string name="app_filter">App Filter</string>
<string name="ready">Ready</string>
<string name="about">About</string>
<string name="status">Status</string>
<string name="connections_view">Connections</string>
<string name="no_connections">No connections</string>
<string name="connection_details">Connection Details</string>
<string name="app">App</string>
<string name="protocol">Protocol</string>
<string name="source">Source</string>
<string name="destination">Destination</string>
<string name="bytes">Bytes</string>
<string name="packets">Packets</string>
<string name="duration">Duration</string>
<string name="http_server">HTTP Server</string>
<string name="udp_exporter">UDP Exporter</string>
<string name="no_dump">None</string>
<string name="no_dump_info">PCAP will not be dumped</string>
<string name="http_server_info">Start an HTTP server for the PCAP download</string>
<string name="udp_exporter_info">Sends the PCAP to a remote UDP receiver</string>
<string name="http_server_port">HTTP Server Port</string>
<string name="receiver_ip_address">Collector IP Address</string>
<string name="receiver_port">Collector Port</string>
<string name="dump_mode">Dump Mode</string>
<string name="tls_proxy_ip_address">mitmproxy IP Address</string>
<string name="tls_proxy_port">mitmproxy Port</string>
<string name="enable_tls_decryption">Enable TLS Decryption</string>
<string name="enable_tls_decryption_summary">When enabled, all the TLS traffic will be redirected to a remote mitmproxy instance for decryption.</string>
<string name="tls_decryption">TLS Decryption</string>
<string name="user_guide">User Guide</string>
<string name="rate_app">Rate</string>
<string name="open_telegram_group">Telegram Group</string>
<string name="source_code">Source Code</string>
<string name="yes">YES</string>
<string name="no">NO</string>
<string name="existing_vpn_confirm">The currently active VPN app will be disconnected. Do you want to proceed?</string>
<string name="vpn_setup_failed">VPN setup failed</string>
<string name="app_not_found">App "%1$s" not found</string>
<string name="apps_loading_please_wait">Apps loading in progress, please wait</string>
<string name="stats">Stats</string>
<string name="active_connections">Active Connections</string>
<string name="dropped_connections">Dropped Connections</string>
<string name="tot_connections">Total Connections</string>
<string name="open_sockets">Open Sockets</string>
<string name="max_file_descriptor">Max FD</string>
<string name="bytes_sent">Bytes Sent</string>
<string name="bytes_rcvd">Bytes Received</string>
<string name="packets_sent">Packets Sent</string>
<string name="packets_rcvd">Packets Received</string>
<string name="dns_queries">DNS Queries</string>
<string name="search_apps">Search Apps</string>
<string name="no_apps">No apps</string>
<string name="dns_server">DNS Server</string>
<string name="apps">Apps</string>
<string name="remove_app_filter">Remove the app filter</string>
<string name="set_app_filter">Set the app filter</string>
<string name="navigation_drawer_open">Drawer Open</string>
<string name="navigation_drawer_close">Drawer Close</string>
<string name="pcap_file">PCAP File</string>
<string name="pcap_file_info">Create a PCAP file into the device storage</string>
<string name="cannot_write_pcap_file">Cannot write PCAP file</string>
<string name="cannot_write_file">Cannot write file</string>
<string name="share">Share</string>
<string name="delete">Delete</string>
<string name="ok">OK</string>
<string name="pcap_file_action">Traffic saved to file %1$s (%2$s).</string>
<string name="delete_error">Could not delete file</string>
<string name="capture_running">Capture running</string>
<string name="notification_msg">%1$s captured, %2$s connections</string>
<string name="no_app_filter">No app filter set</string>
<string name="proto_and_port">%1$s, %2$d</string>
<string name="conn_status_open">Open</string>
<string name="first_seen">First Seen</string>
<string name="last_seen">Last Seen</string>
<string name="conn_status_closed">Closed</string>
<string name="copy_to_clipboard">Copy to clipboard</string>
<string name="copied_to_clipboard">Copied to clipboard!</string>
<string name="connections_csv_fields_v1">IPProto,SrcIP,SrcPort,DstIp,DstPort,Uid,App,Proto,Status,Info,BytesSent,BytesRcvd,PktsSent,PktsRcvd,FirstSeen,LastSeen</string>
<string name="save_to_file">Save to file</string>
<string name="file_saved">File successfully saved</string>
<string name="older_connections_notice">%1$d older connections not shown</string>
<string name="about_text">PCAPdroid is an open source network capture and monitoring tool which works without root privileges.</string>
<string name="app_no_warranty">PCAPdroid is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.</string>
<string name="gpl_license_link">GPLv3 License</string>
<string name="get_app">Get it:</string>
<string name="tls_how_to">How to setup TLS Decryption</string>
<string name="unknown_app">Unknown</string>
<string name="vpn_prefs">VPN</string>
<string name="enable_ipv6">Enable IPv6</string>
<string name="enable_ipv6_summary">Allow IPv6 internet connections. This should only be enabled on networks with an IPv6 gateway.</string>
<string name="error">Error</string>
<string name="conn_status_unreachable">Unreachable</string>
<string name="other_prefs">Other</string>
<string name="app_language">App Language</string>
<string name="lang_english">English</string>
<string name="system_default">System default</string>
<string name="no_activity_file_selection">No app found to handle file selection</string>
<string name="file_saved_with_name">File %1$s successfully saved</string>
<string name="theme_light">Light</string>
<string name="theme_dark">Dark</string>
<string name="app_theme">Theme</string>
<string name="enable_socks5_proxy">Enable SOCKS5 Proxy</string>
<string name="enable_socks5_proxy_summary">When enabled, all the TCP connections will be redirected to the specified SOCKS5 proxy.</string>
<string name="proxy">Proxy</string>
<string name="proxy_ip_address">Proxy IP Address</string>
<string name="proxy_port">Proxy Port</string>
<string name="root_capture">Capture as Root</string>
<string name="root_capture_summary">Capturing packets as root allows PCAPdroid to run with other VPN apps.</string>
<string name="donate">Donate</string>
<string name="http_request">HTTP Request</string>
<string name="root_log">Root Log</string>
<string name="request_plaintext">Request Plaintext</string>
<string name="search">Search</string>
<string name="app_val">App: %1$s</string>
<string name="ip_address_val">IP Address: %1$s</string>
<string name="host_val">Host: %1$s</string>
<string name="protocol_val">Protocol: %1$s</string>
<string name="cancel">Cancel</string>
<string name="edit">Edit</string>
<string name="delete_all">Delete all</string>
<string name="show_whitelisted">Show whitelisted connections</string>
<string name="hide_whitelisted">Hide whitelisted connections</string>
<string name="whitelist">Whitelist</string>
<string name="edit_whitelist">Edit Whitelist</string>
<string name="whitelist_action">Whitelist …</string>
<string name="whitelist_empty">The whitelist is empty.\nYou can long press a connection to whitelist it.</string>
<string name="n_selected">%1$d selected</string>
<string name="ic_select_all">Select all</string>
</resources>