Compare commits

...

11 Commits

Author SHA1 Message Date
M66B 51ad97a368 Updated copyright 2024-06-20 13:01:13 +02:00
M66B 6cb4d591cc 2.329 release 2024-06-20 08:44:15 +02:00
M66B 92021e05ab Fixed translations 2024-06-20 08:43:25 +02:00
M66B 52cd02736e Crowdin sync 2024-06-20 08:40:16 +02:00
M66B 399651e9a6 Added content descriptions 2024-06-18 12:28:01 +02:00
M66B 9030325487 Fixed default roaming option 2024-06-08 17:00:40 +02:00
M66B 836c95e49d Merge branch 'master' of github.com:M66B/NetGuard 2024-06-04 12:34:02 +02:00
M66B 8fa72e48ee Reload on network changed 2024-06-04 12:33:45 +02:00
Marcel Bokhorst feef4c7b3b
Updated FAQ 2024-05-04 08:47:40 +02:00
M66B f050f90e2c RLAH: not La Réunion
https://en.wikipedia.org/wiki/European_Union_roaming_regulations#Areas_not_covered
2024-04-24 08:17:36 +02:00
M66B 1f56b996f5 Improved logging 2024-02-22 18:34:39 +01:00
72 changed files with 142 additions and 103 deletions

2
FAQ.md
View File

@ -37,6 +37,8 @@ However, this does not work properly on all Android versions/variants causing Ne
On Android N and later NetGuard can be configured as [Always-On VPN](https://developer.android.com/guide/topics/connectivity/vpn#always-on).
On Android O **do not** enable the sub option '*Block connections without VPN*', see [question 51](#user-content-faq51)) for more information on this.
The app obviously can't protect you from bugs in Android, such a documented [here](https://mullvad.net/en/blog/dns-traffic-can-leak-outside-the-vpn-tunnel-on-android).
To protect yourself more, remember to disable Wi-Fi and mobile data before rebooting,
and only enable them on reboot, after the firewall service has started (and the key icon is visible in the status bar).

View File

@ -9,10 +9,10 @@ android {
defaultConfig {
applicationId = "eu.faircode.netguard"
versionName = "2.328"
versionName = "2.329"
minSdkVersion 22
targetSdkVersion 34
versionCode = 2024022201
versionCode = 2024062001
archivesBaseName = "NetGuard-v$versionName"
externalNativeBuild {

View File

@ -16,7 +16,7 @@ package eu.faircode.netguard;
You should have received a copy of the GNU General Public License
along with NetGuard. If not, see <http://www.gnu.org/licenses/>.
Copyright 2015-2019 by Marcel Bokhorst (M66B)
Copyright 2015-2024 by Marcel Bokhorst (M66B)
*/
import android.content.Intent;

View File

@ -17,7 +17,7 @@ package eu.faircode.netguard;
You should have received a copy of the GNU General Public License
along with NetGuard. If not, see <http://www.gnu.org/licenses/>.
Copyright 2015-2019 by Marcel Bokhorst (M66B)
Copyright 2015-2024 by Marcel Bokhorst (M66B)
*/
import android.app.Activity;

View File

@ -16,7 +16,7 @@ package eu.faircode.netguard;
You should have received a copy of the GNU General Public License
along with NetGuard. If not, see <http://www.gnu.org/licenses/>.
Copyright 2015-2019 by Marcel Bokhorst (M66B)
Copyright 2015-2024 by Marcel Bokhorst (M66B)
*/
import android.content.DialogInterface;

View File

@ -16,7 +16,7 @@ package eu.faircode.netguard;
You should have received a copy of the GNU General Public License
along with NetGuard. If not, see <http://www.gnu.org/licenses/>.
Copyright 2015-2019 by Marcel Bokhorst (M66B)
Copyright 2015-2024 by Marcel Bokhorst (M66B)
*/
import android.content.ClipData;

View File

@ -16,7 +16,7 @@ package eu.faircode.netguard;
You should have received a copy of the GNU General Public License
along with NetGuard. If not, see <http://www.gnu.org/licenses/>.
Copyright 2015-2019 by Marcel Bokhorst (M66B)
Copyright 2015-2024 by Marcel Bokhorst (M66B)
*/
import android.Manifest;

View File

@ -16,7 +16,7 @@ package eu.faircode.netguard;
You should have received a copy of the GNU General Public License
along with NetGuard. If not, see <http://www.gnu.org/licenses/>.
Copyright 2015-2019 by Marcel Bokhorst (M66B)
Copyright 2015-2024 by Marcel Bokhorst (M66B)
*/
import android.app.PendingIntent;

View File

@ -16,7 +16,7 @@ package eu.faircode.netguard;
You should have received a copy of the GNU General Public License
along with NetGuard. If not, see <http://www.gnu.org/licenses/>.
Copyright 2015-2019 by Marcel Bokhorst (M66B)
Copyright 2015-2024 by Marcel Bokhorst (M66B)
*/
import android.Manifest;

View File

@ -16,7 +16,7 @@ package eu.faircode.netguard;
You should have received a copy of the GNU General Public License
along with NetGuard. If not, see <http://www.gnu.org/licenses/>.
Copyright 2015-2019 by Marcel Bokhorst (M66B)
Copyright 2015-2024 by Marcel Bokhorst (M66B)
*/
import android.content.Context;

View File

@ -16,7 +16,7 @@ package eu.faircode.netguard;
You should have received a copy of the GNU General Public License
along with NetGuard. If not, see <http://www.gnu.org/licenses/>.
Copyright 2015-2019 by Marcel Bokhorst (M66B)
Copyright 2015-2024 by Marcel Bokhorst (M66B)
*/
import android.content.Context;

View File

@ -16,7 +16,7 @@ package eu.faircode.netguard;
You should have received a copy of the GNU General Public License
along with NetGuard. If not, see <http://www.gnu.org/licenses/>.
Copyright 2015-2019 by Marcel Bokhorst (M66B)
Copyright 2015-2024 by Marcel Bokhorst (M66B)
*/
import android.content.Context;

View File

@ -16,7 +16,7 @@ package eu.faircode.netguard;
You should have received a copy of the GNU General Public License
along with NetGuard. If not, see <http://www.gnu.org/licenses/>.
Copyright 2015-2019 by Marcel Bokhorst (M66B)
Copyright 2015-2024 by Marcel Bokhorst (M66B)
*/
import android.content.Context;

View File

@ -16,7 +16,7 @@ package eu.faircode.netguard;
You should have received a copy of the GNU General Public License
along with NetGuard. If not, see <http://www.gnu.org/licenses/>.
Copyright 2015-2019 by Marcel Bokhorst (M66B)
Copyright 2015-2024 by Marcel Bokhorst (M66B)
*/
import android.annotation.TargetApi;

View File

@ -16,7 +16,7 @@ package eu.faircode.netguard;
You should have received a copy of the GNU General Public License
along with NetGuard. If not, see <http://www.gnu.org/licenses/>.
Copyright 2015-2019 by Marcel Bokhorst (M66B)
Copyright 2015-2024 by Marcel Bokhorst (M66B)
*/
public class Allowed {

View File

@ -16,7 +16,7 @@ package eu.faircode.netguard;
You should have received a copy of the GNU General Public License
along with NetGuard. If not, see <http://www.gnu.org/licenses/>.
Copyright 2015-2019 by Marcel Bokhorst (M66B)
Copyright 2015-2024 by Marcel Bokhorst (M66B)
*/
import android.annotation.TargetApi;

View File

@ -16,7 +16,7 @@ package eu.faircode.netguard;
You should have received a copy of the GNU General Public License
along with NetGuard. If not, see <http://www.gnu.org/licenses/>.
Copyright 2015-2019 by Marcel Bokhorst (M66B)
Copyright 2015-2024 by Marcel Bokhorst (M66B)
*/
import android.content.ContentValues;

View File

@ -16,7 +16,7 @@ package eu.faircode.netguard;
You should have received a copy of the GNU General Public License
along with NetGuard. If not, see <http://www.gnu.org/licenses/>.
Copyright 2015-2019 by Marcel Bokhorst (M66B)
Copyright 2015-2024 by Marcel Bokhorst (M66B)
*/
import android.app.Activity;

View File

@ -16,7 +16,7 @@ package eu.faircode.netguard;
You should have received a copy of the GNU General Public License
along with NetGuard. If not, see <http://www.gnu.org/licenses/>.
Copyright 2015-2019 by Marcel Bokhorst (M66B)
Copyright 2015-2024 by Marcel Bokhorst (M66B)
*/
import android.content.Context;

View File

@ -16,7 +16,7 @@ package eu.faircode.netguard;
You should have received a copy of the GNU General Public License
along with NetGuard. If not, see <http://www.gnu.org/licenses/>.
Copyright 2015-2019 by Marcel Bokhorst (M66B)
Copyright 2015-2024 by Marcel Bokhorst (M66B)
*/
public class Forward {

View File

@ -16,7 +16,7 @@ package eu.faircode.netguard;
You should have received a copy of the GNU General Public License
along with NetGuard. If not, see <http://www.gnu.org/licenses/>.
Copyright 2015-2019 by Marcel Bokhorst (M66B)
Copyright 2015-2024 by Marcel Bokhorst (M66B)
*/
import android.os.Bundle;

View File

@ -16,7 +16,7 @@ package eu.faircode.netguard;
You should have received a copy of the GNU General Public License
along with NetGuard. If not, see <http://www.gnu.org/licenses/>.
Copyright 2015-2019 by Marcel Bokhorst (M66B)
Copyright 2015-2024 by Marcel Bokhorst (M66B)
*/
import android.app.PendingIntent;

View File

@ -16,7 +16,7 @@ package eu.faircode.netguard;
You should have received a copy of the GNU General Public License
along with NetGuard. If not, see <http://www.gnu.org/licenses/>.
Copyright 2015-2019 by Marcel Bokhorst (M66B)
Copyright 2015-2024 by Marcel Bokhorst (M66B)
*/
import android.util.Log;

View File

@ -16,7 +16,7 @@ package eu.faircode.netguard;
You should have received a copy of the GNU General Public License
along with NetGuard. If not, see <http://www.gnu.org/licenses/>.
Copyright 2015-2019 by Marcel Bokhorst (M66B)
Copyright 2015-2024 by Marcel Bokhorst (M66B)
*/
public class Packet {

View File

@ -16,7 +16,7 @@ package eu.faircode.netguard;
You should have received a copy of the GNU General Public License
along with NetGuard. If not, see <http://www.gnu.org/licenses/>.
Copyright 2015-2023 by Marcel Bokhorst (M66B)
Copyright 2015-2024 by Marcel Bokhorst (M66B)
*/
import android.app.PendingIntent;

View File

@ -16,7 +16,7 @@ package eu.faircode.netguard;
You should have received a copy of the GNU General Public License
along with NetGuard. If not, see <http://www.gnu.org/licenses/>.
Copyright 2015-2019 by Marcel Bokhorst (M66B)
Copyright 2015-2024 by Marcel Bokhorst (M66B)
*/
import android.content.BroadcastReceiver;

View File

@ -16,7 +16,7 @@ package eu.faircode.netguard;
You should have received a copy of the GNU General Public License
along with NetGuard. If not, see <http://www.gnu.org/licenses/>.
Copyright 2015-2019 by Marcel Bokhorst (M66B)
Copyright 2015-2024 by Marcel Bokhorst (M66B)
*/
import android.content.BroadcastReceiver;

View File

@ -16,7 +16,7 @@ package eu.faircode.netguard;
You should have received a copy of the GNU General Public License
along with NetGuard. If not, see <http://www.gnu.org/licenses/>.
Copyright 2015-2019 by Marcel Bokhorst (M66B)
Copyright 2015-2024 by Marcel Bokhorst (M66B)
*/
import java.text.DateFormat;

View File

@ -16,7 +16,7 @@ package eu.faircode.netguard;
You should have received a copy of the GNU General Public License
along with NetGuard. If not, see <http://www.gnu.org/licenses/>.
Copyright 2015-2019 by Marcel Bokhorst (M66B)
Copyright 2015-2024 by Marcel Bokhorst (M66B)
*/
import android.content.Context;

View File

@ -16,7 +16,7 @@ package eu.faircode.netguard;
You should have received a copy of the GNU General Public License
along with NetGuard. If not, see <http://www.gnu.org/licenses/>.
Copyright 2015-2019 by Marcel Bokhorst (M66B)
Copyright 2015-2024 by Marcel Bokhorst (M66B)
*/
import android.app.IntentService;

View File

@ -16,7 +16,7 @@ package eu.faircode.netguard;
You should have received a copy of the GNU General Public License
along with NetGuard. If not, see <http://www.gnu.org/licenses/>.
Copyright 2015-2019 by Marcel Bokhorst (M66B)
Copyright 2015-2024 by Marcel Bokhorst (M66B)
*/
import android.annotation.TargetApi;
@ -1243,7 +1243,7 @@ public class ServiceSinkhole extends VpnService implements SharedPreferences.OnS
ConnectivityManager cm = (ConnectivityManager) getSystemService(CONNECTIVITY_SERVICE);
Network active = (cm == null ? null : cm.getActiveNetwork());
if (active != null) {
Log.i(TAG, "Setting underlying network=" + cm.getNetworkInfo(active));
Log.i(TAG, "Setting underlying network=" + active + " " + cm.getNetworkInfo(active));
setUnderlyingNetworks(new Network[]{active});
}
}
@ -2619,6 +2619,7 @@ public class ServiceSinkhole extends VpnService implements SharedPreferences.OnS
builder.addCapability(NetworkCapabilities.NET_CAPABILITY_VALIDATED);
ConnectivityManager.NetworkCallback nc = new ConnectivityManager.NetworkCallback() {
private Network last_network = null;
private Boolean last_connected = null;
private Boolean last_metered = null;
private String last_generation = null;
@ -2663,6 +2664,9 @@ public class ServiceSinkhole extends VpnService implements SharedPreferences.OnS
String reason = null;
if (reason == null && !Objects.equals(network, last_network))
reason = "Network changed";
if (reason == null && last_connected != null && !last_connected.equals(connected))
reason = "Connected state changed";
@ -2680,6 +2684,7 @@ public class ServiceSinkhole extends VpnService implements SharedPreferences.OnS
if (reason != null)
reload(reason, ServiceSinkhole.this, false);
last_network = network;
last_connected = connected;
last_metered = metered;
last_generation = generation;

View File

@ -16,7 +16,7 @@ package eu.faircode.netguard;
You should have received a copy of the GNU General Public License
along with NetGuard. If not, see <http://www.gnu.org/licenses/>.
Copyright 2015-2019 by Marcel Bokhorst (M66B)
Copyright 2015-2024 by Marcel Bokhorst (M66B)
*/

View File

@ -16,7 +16,7 @@ package eu.faircode.netguard;
You should have received a copy of the GNU General Public License
along with NetGuard. If not, see <http://www.gnu.org/licenses/>.
Copyright 2015-2019 by Marcel Bokhorst (M66B)
Copyright 2015-2024 by Marcel Bokhorst (M66B)
*/

View File

@ -16,7 +16,7 @@ package eu.faircode.netguard;
You should have received a copy of the GNU General Public License
along with NetGuard. If not, see <http://www.gnu.org/licenses/>.
Copyright 2015-2019 by Marcel Bokhorst (M66B)
Copyright 2015-2024 by Marcel Bokhorst (M66B)
*/

View File

@ -16,7 +16,7 @@ package eu.faircode.netguard;
You should have received a copy of the GNU General Public License
along with NetGuard. If not, see <http://www.gnu.org/licenses/>.
Copyright 2015-2019 by Marcel Bokhorst (M66B)
Copyright 2015-2024 by Marcel Bokhorst (M66B)
*/

View File

@ -16,7 +16,7 @@ package eu.faircode.netguard;
You should have received a copy of the GNU General Public License
along with NetGuard. If not, see <http://www.gnu.org/licenses/>.
Copyright 2015-2019 by Marcel Bokhorst (M66B)
Copyright 2015-2024 by Marcel Bokhorst (M66B)
*/
import android.content.Context;

View File

@ -16,7 +16,7 @@ package eu.faircode.netguard;
You should have received a copy of the GNU General Public License
along with NetGuard. If not, see <http://www.gnu.org/licenses/>.
Copyright 2015-2019 by Marcel Bokhorst (M66B)
Copyright 2015-2024 by Marcel Bokhorst (M66B)
*/
import java.text.DateFormat;

View File

@ -16,7 +16,7 @@ package eu.faircode.netguard;
You should have received a copy of the GNU General Public License
along with NetGuard. If not, see <http://www.gnu.org/licenses/>.
Copyright 2015-2019 by Marcel Bokhorst (M66B)
Copyright 2015-2024 by Marcel Bokhorst (M66B)
*/
import android.Manifest;
@ -111,7 +111,6 @@ public class Util {
"NO", // Norway
"PL", // Poland
"PT", // Portugal
"RE", // La Réunion
"RO", // Romania
"SK", // Slovakia
"SI", // Slovenia

View File

@ -16,7 +16,7 @@ package eu.faircode.netguard;
You should have received a copy of the GNU General Public License
along with NetGuard. If not, see <http://www.gnu.org/licenses/>.
Copyright 2015-2019 by Marcel Bokhorst (M66B)
Copyright 2015-2024 by Marcel Bokhorst (M66B)
*/
public class Version implements Comparable<Version> {

View File

@ -16,7 +16,7 @@ package eu.faircode.netguard;
You should have received a copy of the GNU General Public License
along with NetGuard. If not, see <http://www.gnu.org/licenses/>.
Copyright 2015-2019 by Marcel Bokhorst (M66B)
Copyright 2015-2024 by Marcel Bokhorst (M66B)
*/
import android.app.AlarmManager;

View File

@ -16,7 +16,7 @@ package eu.faircode.netguard;
You should have received a copy of the GNU General Public License
along with NetGuard. If not, see <http://www.gnu.org/licenses/>.
Copyright 2015-2019 by Marcel Bokhorst (M66B)
Copyright 2015-2024 by Marcel Bokhorst (M66B)
*/
import android.app.PendingIntent;

View File

@ -16,7 +16,7 @@ package eu.faircode.netguard;
You should have received a copy of the GNU General Public License
along with NetGuard. If not, see <http://www.gnu.org/licenses/>.
Copyright 2015-2019 by Marcel Bokhorst (M66B)
Copyright 2015-2024 by Marcel Bokhorst (M66B)
*/
import android.app.PendingIntent;

View File

@ -14,7 +14,7 @@
You should have received a copy of the GNU General Public License
along with NetGuard. If not, see <http://www.gnu.org/licenses/>.
Copyright 2015-2019 by Marcel Bokhorst (M66B)
Copyright 2015-2024 by Marcel Bokhorst (M66B)
*/
#include "netguard.h"

View File

@ -14,7 +14,7 @@
You should have received a copy of the GNU General Public License
along with NetGuard. If not, see <http://www.gnu.org/licenses/>.
Copyright 2015-2019 by Marcel Bokhorst (M66B)
Copyright 2015-2024 by Marcel Bokhorst (M66B)
*/
#include "netguard.h"

View File

@ -14,7 +14,7 @@
You should have received a copy of the GNU General Public License
along with NetGuard. If not, see <http://www.gnu.org/licenses/>.
Copyright 2015-2019 by Marcel Bokhorst (M66B)
Copyright 2015-2024 by Marcel Bokhorst (M66B)
*/
#include "netguard.h"

View File

@ -14,7 +14,7 @@
You should have received a copy of the GNU General Public License
along with NetGuard. If not, see <http://www.gnu.org/licenses/>.
Copyright 2015-2019 by Marcel Bokhorst (M66B)
Copyright 2015-2024 by Marcel Bokhorst (M66B)
*/
#include "netguard.h"

View File

@ -14,7 +14,7 @@
You should have received a copy of the GNU General Public License
along with NetGuard. If not, see <http://www.gnu.org/licenses/>.
Copyright 2015-2019 by Marcel Bokhorst (M66B)
Copyright 2015-2024 by Marcel Bokhorst (M66B)
*/
#include "netguard.h"
@ -1113,4 +1113,4 @@ Java_eu_faircode_netguard_Util_dump_1memory_1profile(JNIEnv *env, jclass type) {
log_android(ANDROID_LOG_ERROR, "pthread_mutex_unlock failed");
#endif
}
}

View File

@ -14,7 +14,7 @@
You should have received a copy of the GNU General Public License
along with NetGuard. If not, see <http://www.gnu.org/licenses/>.
Copyright 2015-2019 by Marcel Bokhorst (M66B)
Copyright 2015-2024 by Marcel Bokhorst (M66B)
*/
#include "netguard.h"

View File

@ -14,7 +14,7 @@
You should have received a copy of the GNU General Public License
along with NetGuard. If not, see <http://www.gnu.org/licenses/>.
Copyright 2015-2019 by Marcel Bokhorst (M66B)
Copyright 2015-2024 by Marcel Bokhorst (M66B)
*/
#include "netguard.h"

View File

@ -14,7 +14,7 @@
You should have received a copy of the GNU General Public License
along with NetGuard. If not, see <http://www.gnu.org/licenses/>.
Copyright 2015-2019 by Marcel Bokhorst (M66B)
Copyright 2015-2024 by Marcel Bokhorst (M66B)
*/
#include "netguard.h"

View File

@ -14,7 +14,7 @@
You should have received a copy of the GNU General Public License
along with NetGuard. If not, see <http://www.gnu.org/licenses/>.
Copyright 2015-2019 by Marcel Bokhorst (M66B)
Copyright 2015-2024 by Marcel Bokhorst (M66B)
*/
#include "netguard.h"

View File

@ -14,7 +14,7 @@
You should have received a copy of the GNU General Public License
along with NetGuard. If not, see <http://www.gnu.org/licenses/>.
Copyright 2015-2019 by Marcel Bokhorst (M66B)
Copyright 2015-2024 by Marcel Bokhorst (M66B)
*/
#include "netguard.h"

View File

@ -14,7 +14,7 @@
You should have received a copy of the GNU General Public License
along with NetGuard. If not, see <http://www.gnu.org/licenses/>.
Copyright 2015-2019 by Marcel Bokhorst (M66B)
Copyright 2015-2024 by Marcel Bokhorst (M66B)
*/
#include "netguard.h"

View File

@ -88,7 +88,8 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_centerInParent="true"
android:button="@drawable/wifi" />
android:button="@drawable/wifi"
android:contentDescription="@string/title_block_wifi" />
</RelativeLayout>
<LinearLayout
@ -128,7 +129,8 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_centerInParent="true"
android:button="@drawable/other" />
android:button="@drawable/other"
android:contentDescription="@string/title_block_other" />
</RelativeLayout>
<LinearLayout

View File

@ -8,6 +8,7 @@
<string name="app_agree">أنا أوافق</string>
<string name="app_disagree">لا أوافق</string>
<string name="app_support">NetGuard يحتاج لدعمكم. اضغط لشراء الخصائص المتقدمة ودعم استمرارية المشروع.</string>
<string name="app_qap">.</string>
<string name="channel_foreground">الخدمات قيد التشغيل</string>
<string name="channel_notify">الإشعارات العامة</string>
<string name="channel_access">إشعارات النفاذ</string>
@ -156,6 +157,7 @@
<string name="msg_hosts">%1$d مسموحة ، %2$d محظورة ، %3$d مضيفين</string>
<string name="msg_waiting">في انتظار حدث</string>
<string name="msg_disabled">التطبيق غير مُفعّل، قم بتنشيط نات غارد بالضغط على الزر في الأعلى</string>
<string name="msg_notifications">انقر لمنح أذونات الإشعارات (لإشعارات محاولة الوصول، رسائل الخطأ، إلخ)</string>
<string name="msg_revoked">تم تعطيل NetGuard، يُحتمل أنّ السبب راجع إلى استخدام تطبيق VPN آخر في آن واحد</string>
<string name="msg_installed">\'%1$s\' مثبت</string>
<string name="msg_installed_n">تم تثبيته</string>

View File

@ -19,7 +19,7 @@
</string>
<string name="channel_foreground">Aktive Dienste</string>
<string name="channel_notify">Allgemeine Benachrichtigungen</string>
<string name="channel_access">Auf Benachrichtigungen zugreifen</string>
<string name="channel_access">Internetzugriffsversuche</string>
<string name="menu_search">Nach App suchen</string>
<string name="menu_filter">Apps filtern</string>
<string name="menu_app_user">Benutzer-Apps anzeigen</string>

View File

@ -1,20 +1,2 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_description">NetGuard provides simple and advanced ways to block access to the internet - no root required. Apps and addresses can individually be allowed or denied access to your Wi-Fi and/or mobile connection.</string>
<string name="app_android">NetGuard requires Android 5.1 or later</string>
<string name="app_xposed">Xposed causes too many crashes, which might result in NetGuard being removed from the Google Play Store, therefore NetGuard isn\'t supported while Xposed is installed</string>
<string name="app_privacy"><a href="https://www.netguard.me/privacy/">Privacy policy</a></string>
<string name="app_first">Great care has been taken to develop and test NetGuard, however it is impossible to guarantee NetGuard will work correctly on every device.</string>
<string name="app_agree">I agree</string>
<string name="app_disagree">I disagree</string>
<string name="app_support">NetGuard needs your help. Tap to purchase pro features to keep the project going.</string>
<string name="app_qap">.</string>
<string name="channel_foreground">Running services</string>
<string name="channel_notify">General notifications</string>
<string name="channel_access">Access notifications</string>
<string name="menu_search">Search for app</string>
<string name="menu_filter">Menu_filtro</string>
<string name="menu_app_system">Show system apps</string>
<string name="menu_app_nointernet">Show apps without internet</string>
<string name="menu_app_disabled">Show disabled apps</string>
</resources>
<resources></resources>

View File

@ -8,6 +8,13 @@
<string name="app_agree">می‌پذیرم</string>
<string name="app_disagree">نمی‌پذیرم</string>
<string name="app_support">NetGuard به کمک شما نیاز دارد. برای خرید ویژگی‌های حرفه‌ای به‌خاطر یاری پروژه ضربه بزنید.</string>
<string name="app_qap">گوگل این برنامه را از فروشگاه Play حذف می‌کند، زیرا می‌خواهد مجوز جستجوی همه برنامه‌ها را داشته باشد.
پنج ایراد که توجیه خوبی برای لزوم این مجوز ارائه می کرد، رد شد.
با این حال، این نسخه از برنامه دیگر به این مجوز نیاز ندارد
به جز برخی از برنامه های (سیستم) که نمی توانند به صورت دستی از لیست برنامه های Android راه اندازی شوند
تقریباً همه برنامه‌ها لیست خواهند شد.
ترافیک اینترنت از این برنامه‌ها همیشه مجاز خواهد بود تا دستگاه شما به درستی کار کند.
اگر فکر می کنید این مشکل است، می توانید برنامه را به نسخه GitHub به روز کنید و دوباره همه برنامه های (سیستم) را اجرا کنید. </string>
<string name="channel_foreground">خدمات درحال اجرا</string>
<string name="channel_notify">اعلان‌های عمومی</string>
<string name="channel_access">اعلان‌های دسترسی</string>
@ -85,6 +92,7 @@
<string name="setting_access">آگاه سازی هنگام دسترسی به اینترنت</string>
<string name="setting_filter">فیلتر کردن ترافیک</string>
<string name="setting_filter_udp">فیلتر ترافیک UDP</string>
<string name="setting_handover">تحویل یکپارچه VPN در بارگذاری مجدد</string>
<string name="setting_clear_onreload">بستن اتصال‌ها هنگام بارگذاری مجدد</string>
<string name="setting_lockdown">قفل کردن ترافیک</string>
<string name="setting_track_usage">مصرف شبکه را ردیابی کن</string>

View File

@ -209,7 +209,7 @@ Votre trafic Internet n\'est pas envoyé vers un serveur VPN distant.</string>
<string name="msg_system">La gestion des applications système peut être activée dans les options avancées</string>
<string name="msg_issue">Veuillez décrire le problème et indiquer l\'heure à laquelle il est survenu :</string>
<string name="msg_vpn_cancelled">La connexion VPN a été arrêtée\nAvez-vous configuré un autre VPN destiné à être un VPN toujours actif ?</string>
<string name="msg_on">Si vous éteignez votre appareil avec NetGuard activé, celui ci démarrera automatiquement lorsque vous rallumerez votre appareil</string>
<string name="msg_on">Si NetGuard est activé lorsque vous éteignez votre appareil, il redémarrera automatiquement lorsque vous rallumerez l\'appareil</string>
<string name="msg_unavailable">Cette fonctionnalité nest pas disponible sur cette version dAndroid</string>
<string name="msg_always_on">Un autre VPN est défini comme VPN permanent</string>
<string name="msg_always_on_lockdown">Désactiver \"Bloquer les connexions sans VPN\" dans les paramètres VPN d\'Android pour utiliser le filtrage de NetGuard</string>

View File

@ -1,9 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_description">NetGuard provides simple and advanced ways to block access to the internet - no root required. Apps and addresses can individually be allowed or denied access to your Wi-Fi and/or mobile connection.</string>
<string name="app_android">NetGuard requires Android 5.1 or later</string>
<string name="app_xposed">Xposed causes too many crashes, which might result in NetGuard being removed from the Google Play Store, therefore NetGuard isn\'t supported while Xposed is installed</string>
<string name="app_privacy"><a href="https://www.netguard.me/privacy/">Privacy policy</a></string>
<string name="app_description">NetGuard इंटरनेट तक पहुंच को अवरुद्ध करने के लिए सरल और उन्नत तरीके प्रदान करता है - कोई रूट आवश्यक नहीं है। ऐप्स और पते व्यक्तिगत रूप से आपके वाई-फाई और/या मोबाइल कनेक्शन तक पहुंच की अनुमति या अस्वीकार किए जा सकते हैं।</string>
<string name="app_android">NetGuard को Android 5.1 या बाद के संस्करण की आवश्यकता है</string>
<string name="app_xposed">Xposed बहुत से दुर्घटनाओं का कारण बनता है, जिसके परिणामस्वरूप Google Play Store से NetGuard को हटाया जा सकता है, इसलिए NetGuard समर्थित नहीं है, जब तक Xposed स्थापित है</string>
<string name="app_privacy"><a href="https://www.netguard.me/privacy/">गोपनीयता नीति</a></string>
<string name="app_first">नेटगार्ड को विकसित करने और परीक्षण करने के लिए बहुत सावधानी बरती गई है, हालांकि यह गारंटी देना असंभव है कि नेटगार्ड हर डिवाइस पर सही ढंग से काम करेगा।</string>
<string name="app_agree">मैं सहमत हूँ</string>
<string name="app_disagree">मैं असहमत हूं</string>

View File

@ -8,6 +8,13 @@
<string name="app_agree">Slažem se</string>
<string name="app_disagree">Ne slažem se</string>
<string name="app_support">NetGuard treba Vašu pomoć. Dodirnite za kupnju pro-značajki za pomoć projektu.</string>
<string name="app_qap"> Google je planirao ukloniti aplikaciju iz Trgovine Play jer je tražila dopuštenje da čita aktivnost svih aplikacija.
Pet žalbi uz dobro opravdanje o razlogu traženja takvog dopuštenja odbijeno je.
Ova verzija aplikacije više ne traži to dopuštenje,
a unatoč tomu, skoro će se sve aplikacije prikazivati
uz iznimku nekih (sustavnih) aplikacija koje se ne mogu ručno pokrenuti s popisa aplikacija sustava Android.
Internetski promet tih aplikacija uvijek će biti dopušten kako bi vaš uređaj ispravno funkcionirao.
Ako vam ovo smeta, možete ažurirati aplikaciju na verziju s GitHuba kako biste ponovno upravljali svim (sustavnim) aplikacijama. </string>
<string name="channel_foreground">Pokrenuti servisi</string>
<string name="channel_notify">Opće obavijesti</string>
<string name="channel_access">Pristup obavijestima</string>
@ -156,6 +163,7 @@
<string name="msg_hosts">%1$d dopušteno, %2$d blokirano, %3$d hostovi</string>
<string name="msg_waiting">Čekanje na događaj</string>
<string name="msg_disabled">NetGuard je onemogućen, koristitite gornji prekidač kako bi omogućili NetGuard</string>
<string name="msg_notifications">Pritisni za davanje dopuštenja za obavijesti (o pokušajima pristupa, pogreškama itd.)</string>
<string name="msg_revoked">NetGuard je onemogućen, vjerojatno koristeći drugu VPN aplikaciju</string>
<string name="msg_installed">\'%1$s\' je instalirano</string>
<string name="msg_installed_n">Je instalirano</string>

View File

@ -198,7 +198,7 @@
<string name="msg_metered">ネットワークは従量制です</string>
<string name="msg_inactive">アクティブなインターネット接続がありません</string>
<string name="msg_queue">NetGuard はビジーです</string>
<string name="msg_update">アップデートが利用できます。タップするとダウンロードします</string>
<string name="msg_update">更新できます。タップするとダウンロードします</string>
<string name="msg_usage">アプリの横にあるアイコンをタップして、Wi-Fi またはモバイルインターネットアクセスを、許可 (緑) または拒否 (赤) することができます</string>
<string name="msg_fairemail">プライバシーを保護するために NetGuard をインストールした場合、オープンソースのプライバシーフレンドリーなメールアプリ <a href="https://email.faircode.eu/">FairEmail</a> にもご興味ありませんか</string>
<string name="msg_whitelist">デフォルトで、インターネットアクセスが許可されます。これは設定で変更することができます</string>

View File

@ -69,7 +69,7 @@
<string name="setting_lan">LAN-toegang toestaan</string>
<string name="setting_ip6">Schakel IPv6-verkeer in</string>
<string name="setting_wifi_home">Wifi-thuisnetwerken: %1$s</string>
<string name="setting_metered">Beheer gemeten wifi-netwerken: %1$s</string>
<string name="setting_metered">Beheer gemeten wifi-netwerken</string>
<string name="setting_metered_2g">Beschouw 2G als ongemeten</string>
<string name="setting_metered_3g">Beschouw 3G als ongemeten</string>
<string name="setting_metered_4g">Beschouw 4G als ongemeten</string>

View File

@ -8,6 +8,7 @@
<string name="app_agree">Zgadzam się</string>
<string name="app_disagree">Nie zgadzam się</string>
<string name="app_support">NetGuard potrzebuje Twojej pomocy. Kliknij, aby zakupić funkcje pro i wspomóc dalszy rozwój projektu.</string>
<string name="app_qap"></string>
<string name="channel_foreground">Uruchomione usługi</string>
<string name="channel_notify">Ogólne powiadomienia</string>
<string name="channel_access">Powiadomienia dostępu</string>
@ -151,7 +152,7 @@
<string name="summary_watchdog">Sprawdź okresowo, czy NetGuard nadal działa (wpisz zero, aby wyłączyć tę opcję). Może to spowodować większe zużycie baterii.</string>
<string name="summary_stats">Pokazuj wykres prędkości sieci w powiadomieniach aplikacji</string>
<string name="msg_sure">Czy jesteś pewien?</string>
<string name="msg_started">Wymuś Reguły</string>
<string name="msg_started">Zastosowane Reguły</string>
<string name="msg_packages">%1$d dozwolone, %2$d zablokowane</string>
<string name="msg_hosts">%1$d zezwolono, %2$d zablokowano, %3$d hosts</string>
<string name="msg_waiting">Czekam na zdarzenie</string>

View File

@ -8,6 +8,13 @@
<string name="app_agree">Concordo</string>
<string name="app_disagree">Discordo</string>
<string name="app_support">NetGuard necessita da sua ajuda. Toque para comprar funcionalidades pro para manter o projeto em andamento.</string>
<string name="app_qap">O Google iria remover o aplicativo da Play Store porque solicitou permissão para consultar todos os aplicativos.
Cinco recursos e uma boa justificativa sobre a necessidade dessa permissão foram rejeitados.
Esta versão do aplicativo não solicita mais essa permissão,
e apesar disso, quase todos os aplicativos ainda estarão listados,
exceto alguns aplicativos (do sistema) que não podem ser iniciados manualmente na lista de aplicativos Android.
O tráfego de internet desses aplicativos sempre será permitido para garantir que seu dispositivo continue funcionando corretamente.
Se você acha que isso é um problema, você pode atualizar para a versão GitHub do aplicativo e gerir todos os aplicativos (do sistema) novamente. </string>
<string name="channel_foreground">Serviços em execução</string>
<string name="channel_notify">Notificações gerais</string>
<string name="channel_access">Aceder às notificações</string>
@ -156,6 +163,7 @@
<string name="msg_hosts">%1$d permitidos, %2$d bloqueados, %3$d anfitriões</string>
<string name="msg_waiting">A aguardar o evento</string>
<string name="msg_disabled">NetGuard desativado, use o interruptor acima para o ativar</string>
<string name="msg_notifications">Toque para conceder permissões de notificação (para notificações de tentativas de acesso, mensagens de erro, etc.)</string>
<string name="msg_revoked">NetGuard foi desativado, provavelmente está a ser utilizada outra aplicação que usa uma VPN</string>
<string name="msg_installed">\'%1$s\' instalado</string>
<string name="msg_installed_n">Foi instalada</string>

View File

@ -81,7 +81,7 @@
<string name="setting_metered_2g">Consideră 2G necontorizat</string>
<string name="setting_metered_3g">Consideră 3G necontorizat</string>
<string name="setting_metered_4g">Consideră 4G/LTE necontorizat</string>
<string name="setting_national_roaming">Ignoră roamingul național</string>
<string name="setting_national_roaming">Ignoră roaming național</string>
<string name="setting_eu_roaming">Ignoră roaming în UE</string>
<string name="setting_call">Dezactivare în timpul apelului</string>
<string name="setting_lockdown_wifi">Închide Wi-Fi</string>
@ -132,7 +132,7 @@
<string name="setting_technical_networks">Reţele</string>
<string name="setting_technical_subscription">Abonamente</string>
<string name="summary_install">Arată o notificare în bara de stare pentru a configura aplicațiile noi instalate (versiune pro)</string>
<string name="summary_auto">După dezactivare din widget, activează automat NetGuard după numărul selectat de minute (valoarea zero dezactivează opțiunea)</string>
<string name="summary_auto">După dezactivarea din widget, activează automat NetGuard după numărul selectat de minute (valoarea zero dezactivează opțiunea)</string>
<string name="summary_delay">După oprirea ecranului, păstrează regulile ecran pornit pentru numărul selectat de minute (valoarea zero dezactivează opțiunea)</string>
<string name="summary_update">De două ori pe zi se va verifica dacă a fost publicată pe GitHub o nouă versiune</string>
<string name="summary_tethering">În funcție de versiunea de Android, partajarea conexiunii (tethering/hotspot) ar putea funcționa sau nu. Traficul partajat nu poate fi filtrat.</string>

View File

@ -8,6 +8,14 @@
<string name="app_agree">Я согласен</string>
<string name="app_disagree">Я не согласен</string>
<string name="app_support">NetGuard нуждается в вашей помощи. Нажмите, чтобы приобрести функции PRO для помощи проекту.</string>
<string name="app_qap">Google собирался удалить приложение из Play Store, поскольку оно запросило разрешение на список всех приложений.
Пять апелляций и убедительное обоснование того, почему необходимо это разрешение, были отклонены.
Эта версия приложения больше не запрашивает это разрешение,
и несмотря на это, почти все приложения все равно будут в списке,
за исключением некоторых (системных) приложений, которые невозможно запустить вручную из списка приложений Android.
Интернет-трафик этих приложений всегда будет разрешен, чтобы обеспечить правильную работу вашего устройства.
Если вы считаете, что это проблема, вы можете обновить версию приложения на GitHub и снова управлять всеми (системными) приложениями.
</string>
<string name="channel_foreground">Запущенные службы</string>
<string name="channel_notify">Общие уведомления</string>
<string name="channel_access">Доступ к уведомлениям</string>
@ -156,6 +164,7 @@
<string name="msg_hosts">%1$d разрешен, %2$d заблокирован, %3$d хостов</string>
<string name="msg_waiting">Ожидание события</string>
<string name="msg_disabled">NetGuard отключен, используйте переключатель выше для его включения</string>
<string name="msg_notifications">Нажмите, чтобы предоставить доступ к уведомлениям (для уведомлений о попытках доступа, сообщений об ошибках и т. д.)</string>
<string name="msg_revoked">NetGuard был отключен, скорее всего, из-за применения другого VPN-подключения</string>
<string name="msg_installed">\'%1$s\' установлено</string>
<string name="msg_installed_n">Было установлено</string>

View File

@ -8,6 +8,10 @@
<string name="app_agree">நான் ஏற்கிறேன்</string>
<string name="app_disagree">நான் மறுக்கிறேன்</string>
<string name="app_support">நெட்கார்டுக்கு உங்கள் உதவி தேவை. திட்டத்தை தொடர சார்பு அம்சங்களை வாங்க தட்டவும்.</string>
<string name="app_qap">இந்தப் பயன்பாடு, இதர அனைத்து பயன்பாடுகளையும் கோற அனுமதி கேட்பதால், கூகுள்(Google) இதனைப் பிளே ஸ்டோரிலிருந்து(Play Store) நீக்க முடிவெடுத்திருந்தது.
இந்த அனுமதி ஏன் தேவைப்படுகிறது என்று ஐந்துமுறை விளக்கமளித்தும் ஏற்றுக்கொள்ளப்படவில்லை.
எனவே இந்தப் பதிப்பு அந்த அனுமதியைக் கோறாது, அதனால் சில சிஸ்டம்(System) பயன்பாடுகளின் இணய உபயோகம் எப்பொழுதும் அனுமதிக்கப்பட்டிருக்கும்.
இதனை ஒரு பிழையாக கருதினால், ஜிட்ஹப்(GitHub)-லுள்ள பதிப்பிற்க்கு மாறி அனைத்து சிஸ்டம் பயன்பாட்டு இணைய இணைப்புகளையும் கட்டுப்படுத்தலாம். </string>
<string name="channel_foreground">இயங்கும் சேவைகள்</string>
<string name="channel_notify">பொது அறிவிப்புகள்</string>
<string name="channel_access">அறிவிப்புகளை அணுகவும்</string>
@ -33,7 +37,7 @@
<string name="menu_traffic_blocked">தடுக்கப்பட்டவை</string>
<string name="menu_live">நேரடி புதுப்பித்தல்கள்</string>
<string name="menu_refresh">புதுப்பி</string>
<string name="menu_resolve">பெயர்களை காண்பி</string>
<string name="menu_resolve">பெயர்களைக் காண்பி</string>
<string name="menu_organization">நிறுவனத்தை காண்பி</string>
<string name="menu_pcap_enabled">PCAP செயலாக்கம்</string>
<string name="menu_pcap_export">PCAP ஏற்றுமதி</string>
@ -48,16 +52,16 @@
<string name="title_raddr">இலக்கு முகவரி</string>
<string name="title_rport">இலக்கு முணையம்</string>
<string name="title_ruid">இலக்குச் செயலி</string>
<string name="title_external">ஒரு வெளிப்புற சேவையகத்திற்காக தேர்ந்தெடுத்து \'யாரும்\'</string>
<string name="setting_defaults">இயல்புநிலைகள்</string>
<string name="title_external">ஒரு வெளிப்புற சேவையகத்திற்காகத் \'யாருமில்லை\'-ஐ தேர்ந்தெடுக்கவும்</string>
<string name="setting_defaults">இயல்புநிலைகள் (வெள்ளை/கருப்பு பட்டியல்)</string>
<string name="setting_whitelist_wifi">Wi-Fi-யை தடு</string>
<string name="setting_whitelist_other">மொபைல் தடு</string>
<string name="setting_screen_wifi">Wi-Fi அனுமதிக்கும் போது திரை மீது</string>
<string name="setting_whitelist_other">மொபைலைத் தடு</string>
<string name="setting_screen_wifi">Wi-Fi-ஐ திரை இயக்கத்தில் இருந்தால் அனுமதி</string>
<string name="setting_screen_other">மொபைல் எப்போது திரை அனுமதி</string>
<string name="setting_whitelist_roaming">சுற்றும் தடு</string>
<string name="setting_options">விருப்பங்கள்</string>
<string name="setting_theme">கருப்பொருள்: %1$s</string>
<string name="setting_dark">கருத்த கருப்பொருளை உபயோகி</string>
<string name="setting_dark">கருமையான தோற்றத்தை பயன்படுத்து</string>
<string name="setting_install">புதிய நிறுவல்களை தெரிவி</string>
<string name="setting_screen_on">\'ஸ்கிரீன் ஆன்\' விதிகளைப் பயன்படுத்துங்கள்</string>
<string name="setting_auto">%1$s நிமிடங்களுக்கு பிறகு தானாக இயக்கு</string>
@ -75,7 +79,7 @@
<string name="setting_metered_4g">LTE unmetered சிந்திக்கவும்</string>
<string name="setting_national_roaming">தேசிய சுற்றும் புறக்கணி</string>
<string name="setting_eu_roaming">ஐரோப்பிய ஒன்றிய ரோமிங்கை புறக்கணிக்கவும்</string>
<string name="setting_call">அழைப்பில் முடக்கு</string>
<string name="setting_call">அழைப்பு வரும்பொழுது முடக்கு</string>
<string name="setting_lockdown_wifi">வைஃபையை பூட்டு</string>
<string name="setting_lockdown_other">மொபைலை பூட்டு</string>
<string name="setting_reload_onconnectivity">ஒவ்வொரு இணைப்பு மாற்றத்திலும் மீண்டும் ஏற்றவும்</string>
@ -156,6 +160,7 @@
<string name="msg_hosts">%1$d அனுமதிக்கப்பட்டவை, %2$d தடுக்கப்பட்டவை, %3$d மந்தமான</string>
<string name="msg_waiting">நிகழ்வுக்காக காத்திருக்கிறது</string>
<string name="msg_disabled">NetGuard முடக்கப்பட்டது, NetGuard செயல்படுத்த மேலுள்ள பொத்தான் பயன்படுத்தவும்</string>
<string name="msg_notifications">அறிவிப்பு அனுமதிக்கு தட்டவும் (இணைப்பு முயற்ச்சி அறிவிப்புகள், பிழை தகவல்கள், மேலும்)</string>
<string name="msg_revoked">NetGuard முடக்கப்பட்டுள்ளது, தெரிகிறது நாளுக்கு பயன்படுத்தி வேறு VPN அடிப்படையிலான பயன்பாடு</string>
<string name="msg_installed">\'%1$s\' நிறுவப்பட்டவை</string>
<string name="msg_installed_n">நிறுவப்பட்டது</string>
@ -216,7 +221,7 @@
<string name="title_roaming_blocked">தொகுதி சுற்றும் போது</string>
<string name="title_metered">இயல்புநிலை ஒரு Wi-Fi இணைப்பு இருக்கும்படி கொள்ளப்படும் unmetered மற்றும் மொபைல் இணைப்பை metered இருக்க</string>
<string name="title_internet">இணைய அனுமதி இல்லை</string>
<string name="title_disabled">%s முடக்கப்பட்டது</string>
<string name="title_disabled">முடக்கப்பட்டது</string>
<string name="title_messaging">உள்வரும் செய்திகள் Google Play சேவைகளால் பெறப்படுகின்றன, இந்த பயன்பாட்டின் மூலம் அல்ல, எனவே இந்த பயன்பாட்டைத் தடுப்பதன் மூலம் தடுக்க முடியாது</string>
<string name="title_download">பதிவிறக்கங்கள் பதிவிறக்க மேலாளரால் செய்யப்படுகின்றன, இந்த பயன்பாட்டால் அல்ல, எனவே இந்த பயன்பாட்டைத் தடுப்பதன் மூலம் தடுக்க முடியாது</string>
<string name="title_apply">விதிகள் மற்றும் நிபந்தனைகள் பயன்படுத்து</string>

View File

@ -8,6 +8,13 @@
<string name="app_agree">同意</string>
<string name="app_disagree">拒绝</string>
<string name="app_support">NetGuard需要您帮助。请点击购买应用的专业版支持此项目的开发工作。</string>
<string name="app_qap"> 谷歌本打算从 Play 商店中移除本应用,因为本应用需要查询所有应用的权限。
尽管我已提出了五次申诉,并充分说明了需要此权限的理由,但均被驳回。
此版本不再请求此权限,
尽管如此,几乎所有应用仍会被列出,
除了一些无法从 Android 应用列表中手动启动的(系统)应用。
这些应用将始终允许使用互联网流量,以确保您的设备保持正常工作。
如果您认为这会造成困扰,您可以选择使用应用的 GitHub 版本从而再次管理所有(系统)应用。 </string>
<string name="channel_foreground">正在运行的服务</string>
<string name="channel_notify">常规通知</string>
<string name="channel_access">访问通知</string>
@ -19,7 +26,7 @@
<string name="menu_app_disabled">显示已停用的应用</string>
<string name="menu_sort">应用排序</string>
<string name="menu_sort_name">按名称排序</string>
<string name="menu_sort_uid">按UID排序</string>
<string name="menu_sort_uid"> UID 排序</string>
<string name="menu_sort_data">按数据使用量排序</string>
<string name="menu_log">显示日志</string>
<string name="menu_settings">设置</string>
@ -138,7 +145,7 @@
<string name="summary_metered_4g">将Wi-Fi网络规则应用于LTE数据连接</string>
<string name="summary_national_roaming">SIM卡与移动网络为相同国家时不使用漫游规则</string>
<string name="summary_eu_roaming">使用欧洲国家SIM卡与移动网络时不应用漫游规则如家漫游</string>
<string name="summary_call">通话时停用NetGuard。这可解决IP/Wi-Fi呼叫问题。</string>
<string name="summary_call">通话时停用 NetGuard这可用来解决 IP/Wi-Fi 通话问题</string>
<string name="summary_system">设订系统应用规则(仅供高级用户使用)</string>
<string name="summary_log_app">记录应用的网络访问尝试。装置可能会消耗更多电量。</string>
<string name="summary_access">当应用程序试图访问一个新的互联网地址时显示状态栏通知(过滤禁用时仅通知被阻止网络的访问尝试)</string>
@ -155,8 +162,9 @@
<string name="msg_packages">已允许%1$d个应用拦截%2$d个应用</string>
<string name="msg_hosts">已允许%1$d个应用拦截%2$d个应用%3$d个host</string>
<string name="msg_waiting">等待中</string>
<string name="msg_disabled">NetGuard已停用请使用上方的开关启用NetGuard</string>
<string name="msg_revoked">NetGuard已停用您可能启动了另一个VPN应用</string>
<string name="msg_disabled">NetGuard 已停用,请使用上方的开关启用 NetGuard</string>
<string name="msg_notifications">轻触以授予通知权限(用于访问尝试通知、错误消息等)</string>
<string name="msg_revoked">NetGuard 已被停用,可能是开启了另一个基于 VPN 的应用</string>
<string name="msg_installed">已安装“%1$s”</string>
<string name="msg_installed_n">已安装</string>
<string name="msg_access">%1$s曾尝试连接网络</string>

View File

@ -1,7 +1,7 @@
<resources>
<string name="app_name" translatable="false">NetGuard</string>
<string name="app_description">NetGuard provides simple and advanced ways to block access to the internet - no root required. Apps and addresses can individually be allowed or denied access to your Wi-Fi and/or mobile connection.</string>
<string name="app_copyright" translatable="false">Copyright \u00A9 20152023 by M. Bokhorst (M66B)</string>
<string name="app_copyright" translatable="false">Copyright \u00A9 20152024 by M. Bokhorst (M66B)</string>
<string name="app_android">NetGuard requires Android 5.1 or later</string>
<string name="app_xposed">Xposed causes too many crashes, which might result in NetGuard being removed from the Google Play Store, therefore NetGuard isn\'t supported while Xposed is installed</string>
<string name="app_eula" translatable="false">THIS SOFTWARE IS PROVIDED BY THE AUTHOR \'\'AS IS\'\' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.</string>

View File

@ -29,7 +29,7 @@
android:key="screen_other"
android:title="@string/setting_screen_other" />
<CheckBoxPreference
android:defaultValue="false"
android:defaultValue="true"
android:key="whitelist_roaming"
android:title="@string/setting_whitelist_roaming" />
</PreferenceCategory>

View File

@ -29,7 +29,7 @@
android:key="screen_other"
android:title="@string/setting_screen_other" />
<eu.faircode.netguard.SwitchPreference
android:defaultValue="false"
android:defaultValue="true"
android:key="whitelist_roaming"
android:title="@string/setting_whitelist_roaming" />
</PreferenceCategory>