NetGuard/app/src/main/res/values-en/strings.xml

203 lines
14 KiB
XML
Raw Normal View History

2015-11-23 07:42:11 +00:00
<?xml version="1.0" encoding="utf-8"?>
<!--Generated by crowdin.com-->
<resources>
2016-01-01 13:58:43 +00:00
<string name="app_copyright">Copyright \u00A9 2015-2016 by M. Bokhorst (M66B)</string>
2016-02-01 15:37:35 +00:00
<string name="app_android">NetGuard requires Android 4.0 or later</string>
2015-11-23 07:42:11 +00:00
<string name="app_license">By using NetGuard, you agree to the <a href="http://www.gnu.org/licenses/gpl.txt">GNU General Public License version 3</a></string>
<string name="app_first">Great care has been taken to develop and test NetGuard,
2016-01-30 17:25:52 +00:00
however it is impossible to guarantee NetGuard will work correctly on every device.
2015-11-23 07:42:11 +00:00
\n\nBy using NetGuard, you agree to the <a href="http://www.gnu.org/licenses/gpl.txt">GNU General Public License version 3</a></string>
<string name="menu_search">Search for application</string>
2015-12-26 09:02:35 +00:00
<string name="menu_filter">Filter applications</string>
<string name="menu_app_user">Show user applications</string>
<string name="menu_app_system">Show system applications</string>
2016-02-10 11:30:33 +00:00
<string name="menu_app_nointernet">Show applications without internet permission</string>
2015-12-27 15:26:36 +00:00
<string name="menu_app_disabled">Show disabled applications</string>
2015-12-28 08:11:48 +00:00
<string name="menu_sort">Sort applications</string>
2016-02-10 11:30:33 +00:00
<string name="menu_sort_name">Sort by name</string>
<string name="menu_sort_data">Sort by data usage</string>
2016-01-05 12:56:28 +00:00
<string name="menu_log">Show log</string>
2015-11-23 07:42:11 +00:00
<string name="menu_settings">Settings</string>
<string name="menu_invite">Invite</string>
2016-02-19 11:35:10 +00:00
<string name="menu_legend">Legend</string>
2015-11-23 07:42:11 +00:00
<string name="menu_support">Support</string>
<string name="menu_about">About</string>
2016-02-04 10:10:39 +00:00
<string name="menu_protocol_other">Other</string>
<string name="menu_traffic_allowed">Allowed</string>
<string name="menu_traffic_blocked">Blocked</string>
<string name="menu_live">Live updates</string>
2016-02-04 13:53:01 +00:00
<string name="menu_refresh">Refresh</string>
2016-01-30 10:04:08 +00:00
<string name="menu_resolve">Show names</string>
2016-01-23 16:33:55 +00:00
<string name="menu_pcap_enabled">PCAP enabled</string>
<string name="menu_pcap_export">PCAP export</string>
2016-01-05 21:57:28 +00:00
<string name="menu_clear">Clear</string>
2016-02-03 10:56:28 +00:00
<string name="menu_reset">Reset</string>
2016-02-09 10:32:55 +00:00
<string name="menu_add">Add</string>
<string name="menu_delete">Delete</string>
<string name="title_protocol">Protocol</string>
<string name="title_dport">Source port</string>
<string name="title_raddr">Destination address</string>
<string name="title_rport">Destination port</string>
<string name="title_ruid">Destination application</string>
2016-02-11 16:28:09 +00:00
<string name="title_external">For an external server select \'nobody\'</string>
2015-12-03 14:01:12 +00:00
<string name="setting_defaults">Defaults</string>
2015-11-23 07:42:11 +00:00
<string name="setting_whitelist_wifi">Block Wi-Fi by default</string>
<string name="setting_whitelist_other">Block mobile by default</string>
<string name="setting_screen_wifi">Default allow Wi-Fi when screen is on</string>
<string name="setting_screen_other">Default allow mobile when screen is on</string>
<string name="setting_whitelist_roaming">Block roaming by default</string>
2015-12-03 14:01:12 +00:00
<string name="setting_options">Options</string>
2016-01-03 08:17:25 +00:00
<string name="setting_theme">Theme: %1$s</string>
2015-12-03 14:01:12 +00:00
<string name="setting_dark">Use dark theme</string>
2016-01-30 19:52:43 +00:00
<string name="setting_auto">Auto enable after %1$s minutes</string>
<string name="setting_delay">Delay screen off %1$s minutes</string>
2016-01-27 07:41:47 +00:00
<string name="setting_network_options">Network options</string>
<string name="setting_tethering">Allow tethering</string>
2015-12-10 09:08:18 +00:00
<string name="setting_wifi_home">Wi-Fi home networks: %1$s</string>
2015-11-23 07:42:11 +00:00
<string name="setting_metered">Handle metered Wi-Fi networks</string>
2015-12-02 19:11:06 +00:00
<string name="setting_metered_2g">Consider 2G unmetered</string>
<string name="setting_metered_3g">Consider 3G unmetered</string>
<string name="setting_metered_4g">Consider LTE unmetered</string>
<string name="setting_national_roaming">Ignore national roaming</string>
2016-01-27 07:41:47 +00:00
<string name="setting_advanced_options">Advanced options</string>
<string name="setting_system">Manage system applications</string>
2016-02-01 09:07:21 +00:00
<string name="setting_log_app">Log internet access</string>
<string name="setting_access">Notify on internet access</string>
2016-01-27 07:41:47 +00:00
<string name="setting_filter">Filter traffic</string>
<string name="setting_filter_allowed">Filter allowed traffic</string>
2016-02-03 18:17:37 +00:00
<string name="setting_resolved">Store resolved domain names</string>
2016-02-15 16:56:17 +00:00
<string name="setting_track_usage">Track network usage</string>
2016-02-15 18:51:45 +00:00
<string name="setting_reset_usage">Reset network usage</string>
2016-01-27 07:41:47 +00:00
<string name="setting_block_domains">Block domain names</string>
2016-02-09 10:32:55 +00:00
<string name="setting_forwarding">Port forwarding</string>
2016-01-27 07:41:47 +00:00
<string name="setting_vpn4">VPN IPv4: %s</string>
<string name="setting_vpn6">VPN IPv6: %s</string>
<string name="setting_dns">VPN DNS: %s</string>
<string name="setting_pcap_record_size">PCAP record size: %s B</string>
<string name="setting_pcap_file_size">PCAP max. file size: %s MB</string>
2015-12-13 14:58:08 +00:00
<string name="setting_stats_category">Speed notification</string>
<string name="setting_stats">Show speed notification</string>
<string name="setting_stats_top">Show top applications</string>
<string name="setting_stats_base">Speed baseline: %s KB/s</string>
2015-12-15 07:46:29 +00:00
<string name="setting_stats_frequency">Sample interval: %s ms</string>
2015-12-13 14:58:08 +00:00
<string name="setting_stats_samples">Number of samples: %s s</string>
2015-12-03 14:01:12 +00:00
<string name="setting_backup">Backup</string>
2015-11-23 07:42:11 +00:00
<string name="setting_export">Export settings</string>
<string name="setting_import">Import settings</string>
2016-01-23 16:33:55 +00:00
<string name="setting_hosts">Import hosts file</string>
2016-02-03 10:56:28 +00:00
<string name="setting_hosts_url">Hosts file download URL</string>
<string name="setting_hosts_download">Download hosts file</string>
2015-11-23 07:42:11 +00:00
<string name="setting_technical">Technical information</string>
2016-01-27 11:05:26 +00:00
<string name="setting_technical_general">General</string>
<string name="setting_technical_networks">Networks</string>
<string name="setting_technical_subscription">Subscriptions</string>
2016-01-01 09:06:02 +00:00
<string name="summary_auto">After disabling using the widget, automatically enable NetGuard again after the selected number of minutes (enter zero to disable this option)</string>
2016-01-01 09:57:18 +00:00
<string name="summary_delay">After turning the screen off, keep screen on rules active for the selected number of minutes (enter zero to disable this option)</string>
2016-02-03 18:17:37 +00:00
<string name="summary_tethering">Tethered traffic cannot be filtered</string>
2015-12-08 13:20:40 +00:00
<string name="summary_wifi_home">Apply Wi-Fi network rules for selected network only (apply mobile network rules for other Wi-Fi networks)</string>
2015-11-23 07:42:11 +00:00
<string name="summary_metered">Apply mobile network rules to metered (paid, tethered) Wi-Fi networks</string>
2015-12-02 19:11:06 +00:00
<string name="summary_metered_2g">Apply Wi-Fi network rules for 2G data connections</string>
<string name="summary_metered_3g">Apply Wi-Fi network rules for 3G data connections</string>
<string name="summary_metered_4g">Apply Wi-Fi network rules for LTE data connections</string>
2015-12-01 09:01:33 +00:00
<string name="summary_national_roaming">Do not apply roaming rules when the SIM and mobile network country are the same</string>
2016-01-27 07:41:47 +00:00
<string name="summary_system">Define rules for system applications (for experts)</string>
2016-02-01 09:07:21 +00:00
<string name="summary_log_app">Log attempts to access the internet for applications. This might result in extra battery usage.</string>
<string name="summary_access">Show a status bar notification when an application attempts to access a new internet address</string>
<string name="summary_filter">Filter IP packets going out of the VPN tunnel. This might result in extra battery usage.</string>
<string name="summary_filter_allowed">Route allowed traffic into the VPN tunnel to monitor allowed traffic. This might result in extra battery usage.</string>
2016-02-03 18:17:37 +00:00
<string name="summary_resolved">Store domain names/IP addresses into a database. This makes the traffic log more useful, but might result in extra battery usage.</string>
2016-02-15 16:56:17 +00:00
<string name="summary_track_usage">Track the number of bytes sent and received for each application and address. This might result in extra battery usage.</string>
2016-02-12 20:29:43 +00:00
<string name="summary_block_domains">Respond with \'name error\' (NXDOMAIN) for blocked domain names. This switch is disabled when no hosts file is available.</string>
2016-01-27 07:41:47 +00:00
<string name="summary_stats">Show network speed graph in status bar notification</string>
2015-11-23 07:42:11 +00:00
<string name="msg_sure">Are you sure?</string>
<string name="msg_started">Enforcing rules</string>
<string name="msg_packages">%1$d allowed, %2$d blocked</string>
2016-02-01 18:51:57 +00:00
<string name="msg_hosts">%1$d allowed, %2$d blocked, %3$d hosts</string>
2016-01-04 16:19:38 +00:00
<string name="msg_waiting">Waiting for event</string>
2015-11-23 07:42:11 +00:00
<string name="msg_disabled">NetGuard is disabled, use the switch above to enable NetGuard</string>
<string name="msg_revoked">NetGuard has been disabled, likely by using another VPN based application</string>
2016-01-23 20:48:53 +00:00
<string name="msg_error">NetGuard has been disabled, because of an internal error</string>
2015-12-25 12:13:08 +00:00
<string name="msg_installed">\'%1$s\' installed</string>
2016-01-31 09:33:26 +00:00
<string name="msg_access">%1$s attempted internet access</string>
2015-11-23 07:42:11 +00:00
<string name="msg_completed">Action completed</string>
2016-02-02 14:11:09 +00:00
<string name="msg_vpn">NetGuard uses a local VPN to filter internet traffic.
2016-02-10 11:30:33 +00:00
For this reason, please allow the VPN connection in the next dialog.
2016-02-02 14:11:09 +00:00
Your internet traffic is not being sent to a remote VPN server.</string>
<string name="msg_autostart">NetGuard could not be started automatically on boot because of a bug in your Android version</string>
2015-11-23 07:42:11 +00:00
<string name="msg_try">Try NetGuard</string>
2015-11-30 12:08:51 +00:00
<string name="msg_terms">By donating you agree to the <a href="http://www.netguard.me/#terms">terms &amp; conditions</a></string>
2015-11-23 07:42:11 +00:00
<string name="msg_dimming">If you cannot press OK in the next dialog, another (screen dimming) application is likely manipulating the screen.</string>
2015-12-25 21:38:02 +00:00
<string name="msg_mbday">± %1$.3f▲ %2$.3f▼ MB/day</string>
2015-12-10 10:40:46 +00:00
<string name="msg_kbsec">%7.3f KB/s</string>
<string name="msg_mbsec">%7.3f MB/s</string>
2016-02-16 07:14:09 +00:00
<string name="msg_kb">%1$7.3f▲ %2$7.3f▼ KB</string>
<string name="msg_mb">%1$7.3f▲ %2$7.3f▼ MB</string>
<string name="msg_gb">%1$7.3f▲ %2$7.3f▼ GB</string>
2016-01-23 16:33:55 +00:00
<string name="msg_filter">Using filtering will cause Android to attribute data and power usage to NetGuard - Android assumes the data and power are being used by NetGuard, rather than the original applications</string>
2016-01-30 10:04:08 +00:00
<string name="msg_log_disabled">Traffic logging is disabled, use the switch above to enable logging. Traffic logging might result in extra battery usage.</string>
2016-02-03 10:56:28 +00:00
<string name="msg_clear_rules">This will reset the rules and conditions to their default values</string>
<string name="msg_reset_access">This will delete access attempt log lines without allow/block rules</string>
2016-02-12 20:29:43 +00:00
<string name="msg_import_last">Last import: %s</string>
2016-02-03 10:56:28 +00:00
<string name="msg_downloading">Downloading\n%1s</string>
<string name="msg_downloaded">Hosts file downloaded</string>
2016-02-03 18:17:37 +00:00
<string name="msg_download_last">Last download: %s</string>
2016-02-08 15:45:23 +00:00
<string name="msg_start_forward" formatted="false">Start forwarding from %1$s port %2$d to %3$s:%4$d of \'%5$s\'?</string>
<string name="msg_stop_forward">Stop forwarding of %1$s port %2$d?</string>
2016-02-19 07:51:37 +00:00
<string name="msg_metered">Network is metered</string>
2016-02-19 10:13:50 +00:00
<string name="msg_queue">NetGuard is busy</string>
2016-02-19 11:35:10 +00:00
<string name="title_unmetered_allowed">Unmetered traffic is allowed</string>
<string name="title_unmetered_blocked">Unmetered traffic is blocked</string>
<string name="title_metered_allowed">Metered traffic is allowed</string>
<string name="title_metered_blocked">Metered traffic is blocked</string>
<string name="title_host_allowed">Address is allowed</string>
<string name="title_host_blocked">Address is blocked</string>
<string name="title_interactive_allowed">Allow when screen is on</string>
<string name="title_roaming_blocked">Block when roaming</string>
<string name="title_metered">By default a Wi-Fi connection is considered to be unmetered and a mobile connection to be metered</string>
2016-01-30 15:54:18 +00:00
<string name="title_conditions">Conditions</string>
2015-11-23 07:42:11 +00:00
<string name="title_screen_wifi">Allow Wi-Fi when screen is on</string>
<string name="title_screen_other">Allow mobile when screen is on</string>
<string name="title_roaming">Block when roaming</string>
<string name="title_disabled">is disabled</string>
<string name="title_internet">has no internet permission</string>
2016-02-12 20:29:43 +00:00
<string name="title_related">Filter related</string>
2016-01-31 09:33:26 +00:00
<string name="title_access">Access attempts</string>
2016-02-01 09:07:21 +00:00
<string name="title_no_log"><u>Logging is not enabled</u></string>
2016-01-30 15:54:18 +00:00
<string name="title_precedence">Access rules take precedence over other rules</string>
2015-11-23 07:42:11 +00:00
<string name="title_rate">Rate</string>
2015-12-25 12:13:08 +00:00
<string name="title_allow">Allow</string>
<string name="title_block">Block</string>
2016-01-30 15:54:18 +00:00
<string name="title_root">root</string>
2016-02-06 15:19:43 +00:00
<string name="title_mediaserver">mediaserver</string>
2016-02-10 11:30:33 +00:00
<string name="title_nobody">nobody</string>
2016-02-02 14:11:09 +00:00
<string name="title_notify">Notify internet access attempts</string>
2016-01-08 12:05:54 +00:00
<string name="title_log_whois">Whois %1$s</string>
<string name="title_log_port">Port %1$d</string>
2015-12-30 17:50:34 +00:00
<string name="title_pro">Pro features</string>
2015-12-31 18:41:46 +00:00
<string name="title_pro_trial_until">Pro features trial until %1$s</string>
<string name="title_pro_trial_ended">Pro features trial period ended</string>
2016-02-07 09:57:07 +00:00
<string name="title_pro_description">The following pro features are available:</string>
2016-01-23 16:33:55 +00:00
<string name="title_pro_log">View blocked traffic log</string>
2016-01-31 09:33:26 +00:00
<string name="title_pro_filter">Filter network traffic</string>
2016-01-03 08:17:25 +00:00
<string name="title_pro_notify">New application notifications</string>
<string name="title_pro_speed">Network speed graph notification</string>
2016-01-23 16:33:55 +00:00
<string name="title_pro_theme">Appearance (theme, colors)</string>
2016-02-07 09:57:07 +00:00
<string name="title_pro_all">All above pro features</string>
2015-12-30 17:50:34 +00:00
<string name="title_pro_buy">Details</string>
<string name="title_pro_bought">Enabled</string>
2015-12-31 09:18:00 +00:00
<string name="title_pro_challenge">Challenge</string>
<string name="title_pro_reponse">Response</string>
2016-01-03 08:17:25 +00:00
<string-array name="themeNames">
<item>teal/orange</item>
<item>blue/orange</item>
<item>purple/red</item>
<item>amber/blue</item>
<item>orange/grey</item>
2016-01-07 07:25:24 +00:00
<item>green</item>
2016-01-03 08:17:25 +00:00
</string-array>
2016-02-09 20:30:19 +00:00
<string-array name="protocolNames">
<item>UDP</item>
<item>TCP</item>
</string-array>
2015-11-23 07:42:11 +00:00
</resources>