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

46 lines
2.9 KiB
XML
Raw Normal View History

2015-10-24 18:01:55 +00:00
<resources>
<string name="app_name" translatable="false">NetGuard</string>
2015-10-28 21:00:31 +00:00
<string name="app_copyright">Copyright \u00A9 2015 by M. Bokhorst (M66B)</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,
2015-11-07 10:35:14 +00:00
however it is impossible to guarantee it will work correctly on every device.
NetGuard is known to crash when activated on some devices. It is also known to block all traffic on some other devices.
These issues are caused by bugs in Android, or in the software provided by the manufacturer, so please don\'t blame NetGuard.
\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>
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
2015-11-05 08:42:34 +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_whitelist_roaming">Block roaming by default</string>
<string name="setting_system">Manage system applications</string>
<string name="setting_dark">Use dark theme</string>
<string name="setting_indicators">Show state indicators</string>
<string name="setting_export">Export settings</string>
<string name="setting_import">Import settings</string>
<string name="setting_vpn">Open Android VPN settings</string>
2015-11-05 08:42:34 +00:00
2015-11-07 10:35:14 +00:00
<string name="summary_system">Define rules for system applications (for experts)</string>
2015-11-05 20:46:15 +00:00
<string name="summary_indicators">Display the network type and if the network is metered in the action bar</string>
2015-10-26 07:25:29 +00:00
<string name="msg_sure">Are you sure?</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-10-30 09:51:44 +00:00
<string name="msg_revoked">NetGuard has been disabled</string>
<string name="msg_completed">Action completed</string>
2015-11-07 10:35:14 +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</string>
2015-11-07 11:43:30 +00:00
<string name="msg_try">Try NetGuard</string>
2015-11-05 22:11:44 +00:00
<string name="title_using">Allow when device is in use</string>
2015-11-01 13:16:57 +00:00
<string name="title_roaming">Block when roaming</string>
2015-10-30 11:41:05 +00:00
<string name="title_launch">Start application</string>
2015-10-30 15:51:24 +00:00
<string name="title_donate">Donate</string>
2015-11-07 16:51:13 +00:00
<string name="title_rate">Rate</string>
2015-10-30 15:51:24 +00:00
<string name="title_thanks">Thank you for your donation!</string>
2015-10-31 08:11:23 +00:00
<string name="fingerprint" translatable="false">ef46f813d2c8a064d72c936b9b96d1cccc989378</string>
2015-10-24 18:01:55 +00:00
</resources>