Merge branch 'master' of github.com:M66B/NetGuard

This commit is contained in:
M66B 2015-11-03 14:45:29 +01:00
commit e58ff7459f
3 changed files with 6 additions and 4 deletions

View File

@ -40,4 +40,7 @@ NetGuard自身不要求网络权限.
NetGuard也许是安卓上第一款免费开源且无需root权限的防火墙应用.
更多信息: http://forum.xda-developers.com/showthread.php?t=3233012
上述大部分功能由重定向特定网络流量所实现, 而非过滤所有网络通讯.
因此一些诸如基于网址过滤(用于hosts拦截), 流量记录和按需配置等高级功能无法实现.
查阅最新的设备兼容性列表,疑难解答或其他更多信息, 请访问: http://forum.xda-developers.com/showthread.php?t=3233012

View File

@ -23,7 +23,7 @@ Acest lucru este cauzat de bug-uri in Android sau in software-ul pus la dispozit
<string name="msg_disabled">NetGuard este momentan dezactivat, foloseste comutatorul de mai sus pentru a il activa</string>
<string name="msg_revoked">NetGuard a fost dezactivat</string>
<string name="msg_completed">Setari aplicate</string>
<string name="msg_vpn">NetGuard foloseste o conexiune locala VPN ca o "gaura neagra" pentru traficul blocat,
<string name="msg_vpn">NetGuard foloseste o conexiune locala VPN ca o "gaura neagra" pentru traficul de internet blocat,
din acest motiv la urmatoarea fereastra de dialog trebuie sa acceptati crearea conexiunii VPN.</string>
<string name="title_using">Permite cand dispozitivul este folosit</string>

View File

@ -23,8 +23,7 @@
<string name="msg_disabled">NetGuard已被停用, 请使用上方的开关启用NetGuard</string>
<string name="msg_revoked">NetGuard已被停用</string>
<string name="msg_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使用一个本地VPN服务来重定向被阻挡的网络流量, 因此请在下一个对话框中允许建立VPN连接</string>
<string name="title_using">设备使用时允许</string>
<string name="title_roaming">漫游时阻止</string>