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

193 lines
11 KiB
XML
Raw Normal View History

2015-10-24 18:01:55 +00:00
<resources>
<string name="app_name" translatable="false">NetGuard</string>
2016-01-01 13:52:09 +00:00
<string name="app_copyright">Copyright \u00A9 2015-2016 by M. Bokhorst (M66B)</string>
<string name="app_android">NetGuard requires Android 4.0 or later</string>
2015-11-01 06:31:36 +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:22:58 +00:00
however it is impossible to guarantee NetGuard will work correctly on every device.
\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>
2015-10-26 07:25:29 +00:00
2015-10-30 08:17:35 +00:00
<string name="menu_search">Search for application</string>
<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>
<string name="menu_app_nointernet">Show applications without internet</string>
<string name="menu_app_disabled">Show disabled applications</string>
2015-12-28 08:09:07 +00:00
<string name="menu_sort">Sort applications</string>
<string name="menu_sort_name">Sort on name</string>
<string name="menu_sort_data">Sort on data usage</string>
2016-01-05 12:40:02 +00:00
<string name="menu_log">Show log</string>
2015-11-04 22:44:17 +00:00
<string name="menu_settings">Settings</string>
2015-11-07 11:43:30 +00:00
<string name="menu_invite">Invite</string>
2015-10-25 15:48:41 +00:00
<string name="menu_support">Support</string>
<string name="menu_about">About</string>
2015-10-26 07:25:29 +00:00
<string name="menu_live">Live updates</string>
2016-01-30 09:59:19 +00:00
<string name="menu_resolve">Show names</string>
<string name="menu_pcap_enabled">PCAP enabled</string>
<string name="menu_pcap_export">PCAP export</string>
2016-01-05 21:53:22 +00:00
<string name="menu_clear">Clear</string>
2015-12-03 13:05:38 +00:00
<string name="setting_defaults">Defaults</string>
2015-12-01 07:35:13 +00:00
<string name="setting_whitelist_wifi">Block Wi-Fi</string>
<string name="setting_whitelist_other">Block mobile</string>
<string name="setting_screen_wifi">Allow Wi-Fi when screen on</string>
<string name="setting_screen_other">Allow mobile when screen on</string>
<string name="setting_whitelist_roaming">Block roaming</string>
2015-12-03 13:05:38 +00:00
<string name="setting_options">Options</string>
2016-01-02 15:38:24 +00:00
<string name="setting_theme">Theme: %1$s</string>
2015-12-03 13:05:38 +00:00
<string name="setting_dark">Use dark theme</string>
2016-01-30 18:52:31 +00:00
<string name="setting_auto">Auto enable after %1$s minutes</string>
<string name="setting_delay">Delay screen off %1$s minutes</string>
<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-15 19:18:48 +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>
2015-12-03 13:05:38 +00:00
<string name="setting_advanced_options">Advanced options</string>
<string name="setting_system">Manage system applications</string>
<string name="setting_log_app">Log internet access</string>
<string name="setting_access">Notify on internet access</string>
<string name="setting_filter">Filter traffic</string>
<string name="setting_block_domains">Block domain names</string>
<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_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:44:07 +00:00
<string name="setting_stats_frequency">Sample interval: %s ms</string>
<string name="setting_stats_samples">Number of samples: %s s</string>
2015-12-03 13:05:38 +00:00
<string name="setting_backup">Backup</string>
<string name="setting_export">Export settings</string>
<string name="setting_import">Import settings</string>
<string name="setting_hosts">Import hosts file</string>
2015-12-03 13:05:38 +00:00
<string name="setting_technical">Technical information</string>
<string name="setting_technical_general">General</string>
<string name="setting_technical_networks">Networks</string>
<string name="setting_technical_subscription">Subscriptions</string>
2015-11-05 08:42:34 +00:00
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>
2015-12-08 13:18:06 +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-15 19:18:48 +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>
2015-11-05 20:46:15 +00:00
<string name="summary_system">Define rules for system applications (for experts)</string>
<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 sinkhole. This might result in extra battery usage.</string>
<string name="summary_block_domains">Redirect blocked domain names to local device. This switch is disabled when no hosts file has been imported.</string>
<string name="summary_stats">Show network speed graph in status bar notification</string>
<string name="summary_hosts">Import a standard hosts file. A host file will not be exported when exporting settings.</string>
2015-12-10 07:38:45 +00:00
<string-array name="default_wifi_home" />
2015-10-26 07:25:29 +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:43:17 +00:00
<string name="msg_hosts">%1$d allowed, %2$d blocked, %3$d hosts</string>
<string name="msg_waiting">Waiting for event</string>
2015-10-29 16:33:06 +00:00
<string name="msg_disabled">NetGuard is disabled, use the switch above to enable NetGuard</string>
2015-11-15 08:04:16 +00:00
<string name="msg_revoked">NetGuard has been disabled, likely by using another VPN based application</string>
2016-01-23 18:00:35 +00:00
<string name="msg_error">NetGuard has been disabled, because of an internal error</string>
<string name="msg_installed">\'%1$s\' installed</string>
2016-01-31 08:04:54 +00:00
<string name="msg_access">%1$s attempted internet access</string>
<string name="msg_completed">Action completed</string>
2015-11-12 15:13:33 +00:00
<string name="msg_vpn">NetGuard uses a local VPN as a sinkhole to block internet traffic.
For this reason, please allow a VPN connection in the next dialog.
Since NetGuard has no internet permission, you know your internet traffic is not being sent anywhere.</string>
2015-11-07 11:43:30 +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>
<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">&#177; %1$.3f&#9650; %2$.3f&#9660; 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-01-22 21:30:08 +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>
<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-01-30 13:26:30 +00:00
<string name="title_conditions">Conditions</string>
2015-11-21 08:48:33 +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>
2015-11-01 13:16:57 +00:00
<string name="title_roaming">Block when roaming</string>
2015-11-14 07:51:20 +00:00
<string name="title_disabled">is disabled</string>
<string name="title_internet">has no internet permission</string>
2015-10-30 11:41:05 +00:00
<string name="title_launch">Start application</string>
2016-01-31 09:29:43 +00:00
<string name="title_access">Access attempts</string>
<string name="title_no_log"><u>Logging is not enabled</u></string>
2016-01-30 13:26:30 +00:00
<string name="title_precedence">Access rules take precedence over other rules</string>
2015-11-07 16:51:13 +00:00
<string name="title_rate">Rate</string>
<string name="title_allow">Allow</string>
<string name="title_block">Block</string>
<string name="title_root">root</string>
<string name="title_notify">Notify internet access attempts</string>
2015-10-31 08:11:23 +00:00
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>
2016-01-05 12:40:02 +00:00
2015-12-30 08:58:21 +00:00
<string name="title_pro">Pro features</string>
2015-12-31 18:31:34 +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>
2015-12-31 15:55:39 +00:00
<string name="title_pro_description">The following convenience features are available:</string>
2016-01-21 16:57:55 +00:00
<string name="title_pro_log">View blocked traffic log</string>
2016-01-31 08:30:06 +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-21 16:57:55 +00:00
<string name="title_pro_theme">Appearance (theme, colors)</string>
2015-12-30 08:58:21 +00:00
<string name="title_pro_buy">Details</string>
<string name="title_pro_bought">Enabled</string>
2015-12-31 09:03:32 +00:00
<string name="title_pro_challenge">Challenge</string>
<string name="title_pro_reponse">Response</string>
2015-12-30 08:58:21 +00:00
2016-01-02 15:38:24 +00:00
<string-array name="themeNames">
2016-01-03 08:10:12 +00:00
<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-02 15:38:24 +00:00
</string-array>
<string-array name="themeValues" translatable="false">
<item>teal</item>
<item>blue</item>
2016-01-03 08:10:12 +00:00
<item>purple</item>
<item>amber</item>
<item>orange</item>
2016-01-07 07:25:24 +00:00
<item>green</item>
2016-01-02 15:38:24 +00:00
</string-array>
<string-array name="logLevelNames" translatable="false">
<item>Verbose</item>
<item>Debug</item>
<item>Info</item>
<item>Warning</item>
<item>Error</item>
</string-array>
<string-array name="logLevelValues" translatable="false">
<item>2</item>
<item>3</item>
<item>4</item>
<item>5</item>
<item>6</item>
</string-array>
2015-10-31 08:11:23 +00:00
<string name="fingerprint" translatable="false">ef46f813d2c8a064d72c936b9b96d1cccc989378</string>
2015-10-24 18:01:55 +00:00
</resources>