1
0
Fork 0
mirror of https://github.com/M66B/NetGuard.git synced 2024-12-25 17:27:51 +00:00

Improved strings

Per Marcel's request.
This commit is contained in:
Gitoffthelawn 2015-11-07 02:35:14 -08:00
parent 1a6310da23
commit 400cb6e9f8

View file

@ -3,9 +3,9 @@
<string name="app_copyright">Copyright \u00A9 2015 by M. Bokhorst (M66B)</string> <string name="app_copyright">Copyright \u00A9 2015 by M. Bokhorst (M66B)</string>
<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_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, <string name="app_first">Great care has been taken to develop and test NetGuard,
however it is impossible to guarantee it will work correctly on each and every device. however it is impossible to guarantee it will work correctly on every device.
NetGuard is known to crash when activated or known to block all traffic on some devices. NetGuard is known to crash when activated on some devices. It is also known to block all traffic on some other devices.
This is caused by bugs in Android, or in the software provided by the manufacturer, so please don\'t blame NetGuard for this. 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> \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> <string name="menu_search">Search for application</string>
@ -23,14 +23,14 @@ This is caused by bugs in Android, or in the software provided by the manufactur
<string name="setting_import">Import settings</string> <string name="setting_import">Import settings</string>
<string name="setting_vpn">Open Android VPN settings</string> <string name="setting_vpn">Open Android VPN settings</string>
<string name="summary_system">Define rules for system applications, for experts only</string> <string name="summary_system">Define rules for system applications (for experts)</string>
<string name="summary_indicators">Display the network type and if the network is metered in the action bar</string> <string name="summary_indicators">Display the network type and if the network is metered in the action bar</string>
<string name="msg_sure">Are you sure?</string> <string name="msg_sure">Are you sure?</string>
<string name="msg_disabled">NetGuard is disabled, use the switch above to enable NetGuard</string> <string name="msg_disabled">NetGuard is disabled, use the switch above to enable NetGuard</string>
<string name="msg_revoked">NetGuard has been disabled</string> <string name="msg_revoked">NetGuard has been disabled</string>
<string name="msg_completed">Action completed</string> <string name="msg_completed">Action completed</string>
<string name="msg_vpn">NetGuard uses a local VPN as a sinkhole for blocked internet traffic, for this reason you should allow a VPN connection in the next dialog</string> <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>
<string name="title_using">Allow when device is in use</string> <string name="title_using">Allow when device is in use</string>
<string name="title_roaming">Block when roaming</string> <string name="title_roaming">Block when roaming</string>