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

43 lines
2.6 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,
however it is impossible to guarantee it will work correctly on each and every device.
NetGuard is known to crash when activated or known to block all traffic on some devices.
2015-11-02 15:21:16 +00:00
This is caused by bugs in Android, or in the software provided by the manufacturer, so please don\'t blame NetGuard for this.
\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_whitelist_wifi">Block Wi-Fi by default</string>
<string name="menu_whitelist_other">Block mobile by default</string>
2015-11-01 13:16:57 +00:00
<string name="menu_whitelist_roaming">Block roaming by default</string>
2015-10-31 17:07:21 +00:00
<string name="menu_system">Manage system applications</string>
2015-10-31 19:02:22 +00:00
<string name="menu_export">Export settings</string>
<string name="menu_import">Import settings</string>
2015-10-27 07:16:21 +00:00
<string name="menu_dark">Use dark theme</string>
2015-11-04 22:44:17 +00:00
<string name="menu_settings">Settings</string>
2015-10-30 08:17:35 +00:00
<string name="menu_vpn_settings">Open Android VPN settings</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="msg_sure">Are you sure?</string>
<string name="msg_started">Running</string>
<string name="msg_stopped">Stopped</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-03 13:45:09 +00:00
<string name="msg_vpn">NetGuard uses a local VPN as a sinkhole for blocked internet traffic,
2015-11-03 11:55:29 +00:00
for this reason you should allow a VPN connection in the next dialog</string>
<string name="title_start">Start</string>
<string name="title_stop">Stop</string>
2015-10-29 12:02:12 +00:00
<string name="title_using">Allow when device 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>
<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>