diff --git a/app/src/main/java/eu/faircode/netguard/ActivityDns.java b/app/src/main/java/eu/faircode/netguard/ActivityDns.java index c5c31973..92605156 100644 --- a/app/src/main/java/eu/faircode/netguard/ActivityDns.java +++ b/app/src/main/java/eu/faircode/netguard/ActivityDns.java @@ -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 . - Copyright 2015-2017 by Marcel Bokhorst (M66B) + Copyright 2015-2018 by Marcel Bokhorst (M66B) */ import android.os.AsyncTask; diff --git a/app/src/main/java/eu/faircode/netguard/ActivityForwardApproval.java b/app/src/main/java/eu/faircode/netguard/ActivityForwardApproval.java index 1bc4923f..7518e07c 100644 --- a/app/src/main/java/eu/faircode/netguard/ActivityForwardApproval.java +++ b/app/src/main/java/eu/faircode/netguard/ActivityForwardApproval.java @@ -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 . - Copyright 2015-2017 by Marcel Bokhorst (M66B) + Copyright 2015-2018 by Marcel Bokhorst (M66B) */ import android.app.Activity; diff --git a/app/src/main/java/eu/faircode/netguard/ActivityForwarding.java b/app/src/main/java/eu/faircode/netguard/ActivityForwarding.java index 7832b86b..6fab1c5d 100644 --- a/app/src/main/java/eu/faircode/netguard/ActivityForwarding.java +++ b/app/src/main/java/eu/faircode/netguard/ActivityForwarding.java @@ -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 . - Copyright 2015-2017 by Marcel Bokhorst (M66B) + Copyright 2015-2018 by Marcel Bokhorst (M66B) */ import android.content.DialogInterface; diff --git a/app/src/main/java/eu/faircode/netguard/ActivityLog.java b/app/src/main/java/eu/faircode/netguard/ActivityLog.java index 6d80f3bf..da3fb8fc 100644 --- a/app/src/main/java/eu/faircode/netguard/ActivityLog.java +++ b/app/src/main/java/eu/faircode/netguard/ActivityLog.java @@ -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 . - Copyright 2015-2017 by Marcel Bokhorst (M66B) + Copyright 2015-2018 by Marcel Bokhorst (M66B) */ import android.content.Intent; diff --git a/app/src/main/java/eu/faircode/netguard/ActivityMain.java b/app/src/main/java/eu/faircode/netguard/ActivityMain.java index e892fef3..e9b4f34d 100644 --- a/app/src/main/java/eu/faircode/netguard/ActivityMain.java +++ b/app/src/main/java/eu/faircode/netguard/ActivityMain.java @@ -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 . - Copyright 2015-2017 by Marcel Bokhorst (M66B) + Copyright 2015-2018 by Marcel Bokhorst (M66B) */ import android.content.BroadcastReceiver; diff --git a/app/src/main/java/eu/faircode/netguard/ActivityPro.java b/app/src/main/java/eu/faircode/netguard/ActivityPro.java index dc12527e..1c18a092 100644 --- a/app/src/main/java/eu/faircode/netguard/ActivityPro.java +++ b/app/src/main/java/eu/faircode/netguard/ActivityPro.java @@ -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 . - Copyright 2015-2017 by Marcel Bokhorst (M66B) + Copyright 2015-2018 by Marcel Bokhorst (M66B) */ import android.app.PendingIntent; diff --git a/app/src/main/java/eu/faircode/netguard/ActivitySettings.java b/app/src/main/java/eu/faircode/netguard/ActivitySettings.java index 4f750cd5..5593afec 100644 --- a/app/src/main/java/eu/faircode/netguard/ActivitySettings.java +++ b/app/src/main/java/eu/faircode/netguard/ActivitySettings.java @@ -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 . - Copyright 2015-2017 by Marcel Bokhorst (M66B) + Copyright 2015-2018 by Marcel Bokhorst (M66B) */ import android.Manifest; diff --git a/app/src/main/java/eu/faircode/netguard/AdapterAccess.java b/app/src/main/java/eu/faircode/netguard/AdapterAccess.java index 391dc7e3..45398d35 100644 --- a/app/src/main/java/eu/faircode/netguard/AdapterAccess.java +++ b/app/src/main/java/eu/faircode/netguard/AdapterAccess.java @@ -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 . - Copyright 2015-2017 by Marcel Bokhorst (M66B) + Copyright 2015-2018 by Marcel Bokhorst (M66B) */ import android.content.Context; diff --git a/app/src/main/java/eu/faircode/netguard/AdapterDns.java b/app/src/main/java/eu/faircode/netguard/AdapterDns.java index dbffe178..7e7d40af 100644 --- a/app/src/main/java/eu/faircode/netguard/AdapterDns.java +++ b/app/src/main/java/eu/faircode/netguard/AdapterDns.java @@ -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 . - Copyright 2015-2017 by Marcel Bokhorst (M66B) + Copyright 2015-2018 by Marcel Bokhorst (M66B) */ import android.content.Context; diff --git a/app/src/main/java/eu/faircode/netguard/AdapterForwarding.java b/app/src/main/java/eu/faircode/netguard/AdapterForwarding.java index bb54bed6..2d943028 100644 --- a/app/src/main/java/eu/faircode/netguard/AdapterForwarding.java +++ b/app/src/main/java/eu/faircode/netguard/AdapterForwarding.java @@ -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 . - Copyright 2015-2017 by Marcel Bokhorst (M66B) + Copyright 2015-2018 by Marcel Bokhorst (M66B) */ import android.content.Context; diff --git a/app/src/main/java/eu/faircode/netguard/AdapterLog.java b/app/src/main/java/eu/faircode/netguard/AdapterLog.java index bd1971b7..f010c014 100644 --- a/app/src/main/java/eu/faircode/netguard/AdapterLog.java +++ b/app/src/main/java/eu/faircode/netguard/AdapterLog.java @@ -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 . - Copyright 2015-2017 by Marcel Bokhorst (M66B) + Copyright 2015-2018 by Marcel Bokhorst (M66B) */ import android.content.Context; diff --git a/app/src/main/java/eu/faircode/netguard/AdapterRule.java b/app/src/main/java/eu/faircode/netguard/AdapterRule.java index 9391c163..8f54ccde 100644 --- a/app/src/main/java/eu/faircode/netguard/AdapterRule.java +++ b/app/src/main/java/eu/faircode/netguard/AdapterRule.java @@ -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 . - Copyright 2015-2017 by Marcel Bokhorst (M66B) + Copyright 2015-2018 by Marcel Bokhorst (M66B) */ import android.annotation.TargetApi; diff --git a/app/src/main/java/eu/faircode/netguard/Allowed.java b/app/src/main/java/eu/faircode/netguard/Allowed.java index e630a584..68b03c37 100644 --- a/app/src/main/java/eu/faircode/netguard/Allowed.java +++ b/app/src/main/java/eu/faircode/netguard/Allowed.java @@ -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 . - Copyright 2015-2017 by Marcel Bokhorst (M66B) + Copyright 2015-2018 by Marcel Bokhorst (M66B) */ public class Allowed { diff --git a/app/src/main/java/eu/faircode/netguard/ApplicationEx.java b/app/src/main/java/eu/faircode/netguard/ApplicationEx.java index 1a863c88..22c98660 100644 --- a/app/src/main/java/eu/faircode/netguard/ApplicationEx.java +++ b/app/src/main/java/eu/faircode/netguard/ApplicationEx.java @@ -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 . - Copyright 2015-2017 by Marcel Bokhorst (M66B) + Copyright 2015-2018 by Marcel Bokhorst (M66B) */ import android.annotation.TargetApi; diff --git a/app/src/main/java/eu/faircode/netguard/DatabaseHelper.java b/app/src/main/java/eu/faircode/netguard/DatabaseHelper.java index 8a03c4af..3d23f157 100644 --- a/app/src/main/java/eu/faircode/netguard/DatabaseHelper.java +++ b/app/src/main/java/eu/faircode/netguard/DatabaseHelper.java @@ -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 . - Copyright 2015-2017 by Marcel Bokhorst (M66B) + Copyright 2015-2018 by Marcel Bokhorst (M66B) */ import android.content.ContentValues; diff --git a/app/src/main/java/eu/faircode/netguard/DownloadTask.java b/app/src/main/java/eu/faircode/netguard/DownloadTask.java index ae37c160..93b973d7 100644 --- a/app/src/main/java/eu/faircode/netguard/DownloadTask.java +++ b/app/src/main/java/eu/faircode/netguard/DownloadTask.java @@ -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 . - Copyright 2015-2017 by Marcel Bokhorst (M66B) + Copyright 2015-2018 by Marcel Bokhorst (M66B) */ import android.app.Activity; @@ -177,4 +177,4 @@ public class DownloadTask extends AsyncTask { NotificationManagerCompat.from(context).notify(ServiceSinkhole.NOTIFY_DOWNLOAD, builder.build()); } -} \ No newline at end of file +} diff --git a/app/src/main/java/eu/faircode/netguard/ExpandedListView.java b/app/src/main/java/eu/faircode/netguard/ExpandedListView.java index 3be0ac43..fbb7c8c5 100644 --- a/app/src/main/java/eu/faircode/netguard/ExpandedListView.java +++ b/app/src/main/java/eu/faircode/netguard/ExpandedListView.java @@ -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 . - Copyright 2015-2017 by Marcel Bokhorst (M66B) + Copyright 2015-2018 by Marcel Bokhorst (M66B) */ import android.content.Context; @@ -42,4 +42,4 @@ public class ExpandedListView extends ListView { protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { super.onMeasure(widthMeasureSpec, MeasureSpec.makeMeasureSpec(Integer.MAX_VALUE >> 4, MeasureSpec.AT_MOST)); } -} \ No newline at end of file +} diff --git a/app/src/main/java/eu/faircode/netguard/Forward.java b/app/src/main/java/eu/faircode/netguard/Forward.java index 4417dfb6..d57b3d86 100644 --- a/app/src/main/java/eu/faircode/netguard/Forward.java +++ b/app/src/main/java/eu/faircode/netguard/Forward.java @@ -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 . - Copyright 2015-2017 by Marcel Bokhorst (M66B) + Copyright 2015-2018 by Marcel Bokhorst (M66B) */ public class Forward { diff --git a/app/src/main/java/eu/faircode/netguard/FragmentSettings.java b/app/src/main/java/eu/faircode/netguard/FragmentSettings.java index d91b03d4..9cba3985 100644 --- a/app/src/main/java/eu/faircode/netguard/FragmentSettings.java +++ b/app/src/main/java/eu/faircode/netguard/FragmentSettings.java @@ -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 . - Copyright 2015-2017 by Marcel Bokhorst (M66B) + Copyright 2015-2018 by Marcel Bokhorst (M66B) */ import android.os.Bundle; diff --git a/app/src/main/java/eu/faircode/netguard/IAB.java b/app/src/main/java/eu/faircode/netguard/IAB.java index 9537c447..553d3eaf 100644 --- a/app/src/main/java/eu/faircode/netguard/IAB.java +++ b/app/src/main/java/eu/faircode/netguard/IAB.java @@ -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 . - Copyright 2015-2017 by Marcel Bokhorst (M66B) + Copyright 2015-2018 by Marcel Bokhorst (M66B) */ import android.app.PendingIntent; diff --git a/app/src/main/java/eu/faircode/netguard/IPUtil.java b/app/src/main/java/eu/faircode/netguard/IPUtil.java index 2382736c..198ad2af 100644 --- a/app/src/main/java/eu/faircode/netguard/IPUtil.java +++ b/app/src/main/java/eu/faircode/netguard/IPUtil.java @@ -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 . - Copyright 2015-2017 by Marcel Bokhorst (M66B) + Copyright 2015-2018 by Marcel Bokhorst (M66B) */ import android.support.annotation.NonNull; diff --git a/app/src/main/java/eu/faircode/netguard/Packet.java b/app/src/main/java/eu/faircode/netguard/Packet.java index 36804c6a..3aac07f3 100644 --- a/app/src/main/java/eu/faircode/netguard/Packet.java +++ b/app/src/main/java/eu/faircode/netguard/Packet.java @@ -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 . - Copyright 2015-2017 by Marcel Bokhorst (M66B) + Copyright 2015-2018 by Marcel Bokhorst (M66B) */ public class Packet { diff --git a/app/src/main/java/eu/faircode/netguard/ReceiverAutostart.java b/app/src/main/java/eu/faircode/netguard/ReceiverAutostart.java index 72eb5f0b..991e6623 100644 --- a/app/src/main/java/eu/faircode/netguard/ReceiverAutostart.java +++ b/app/src/main/java/eu/faircode/netguard/ReceiverAutostart.java @@ -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 . - Copyright 2015-2017 by Marcel Bokhorst (M66B) + Copyright 2015-2018 by Marcel Bokhorst (M66B) */ import android.content.BroadcastReceiver; @@ -125,4 +125,4 @@ public class ReceiverAutostart extends BroadcastReceiver { editor.apply(); } } -} \ No newline at end of file +} diff --git a/app/src/main/java/eu/faircode/netguard/ReceiverPackageRemoved.java b/app/src/main/java/eu/faircode/netguard/ReceiverPackageRemoved.java index d3708fe2..7578f335 100644 --- a/app/src/main/java/eu/faircode/netguard/ReceiverPackageRemoved.java +++ b/app/src/main/java/eu/faircode/netguard/ReceiverPackageRemoved.java @@ -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 . - Copyright 2015-2017 by Marcel Bokhorst (M66B) + Copyright 2015-2018 by Marcel Bokhorst (M66B) */ import android.content.BroadcastReceiver; @@ -48,4 +48,4 @@ public class ReceiverPackageRemoved extends BroadcastReceiver { NotificationManagerCompat.from(context).cancel(uid + 10000); // access notification } } -} \ No newline at end of file +} diff --git a/app/src/main/java/eu/faircode/netguard/ResourceRecord.java b/app/src/main/java/eu/faircode/netguard/ResourceRecord.java index b1f0de90..60af7f4e 100644 --- a/app/src/main/java/eu/faircode/netguard/ResourceRecord.java +++ b/app/src/main/java/eu/faircode/netguard/ResourceRecord.java @@ -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 . - Copyright 2015-2017 by Marcel Bokhorst (M66B) + Copyright 2015-2018 by Marcel Bokhorst (M66B) */ import java.text.DateFormat; diff --git a/app/src/main/java/eu/faircode/netguard/Rule.java b/app/src/main/java/eu/faircode/netguard/Rule.java index ada46db4..00995e2e 100644 --- a/app/src/main/java/eu/faircode/netguard/Rule.java +++ b/app/src/main/java/eu/faircode/netguard/Rule.java @@ -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 . - Copyright 2015-2017 by Marcel Bokhorst (M66B) + Copyright 2015-2018 by Marcel Bokhorst (M66B) */ import android.content.Context; diff --git a/app/src/main/java/eu/faircode/netguard/ServiceExternal.java b/app/src/main/java/eu/faircode/netguard/ServiceExternal.java index e0bb3b82..39ce2f90 100644 --- a/app/src/main/java/eu/faircode/netguard/ServiceExternal.java +++ b/app/src/main/java/eu/faircode/netguard/ServiceExternal.java @@ -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 . - Copyright 2015-2017 by Marcel Bokhorst (M66B) + Copyright 2015-2018 by Marcel Bokhorst (M66B) */ import android.app.IntentService; diff --git a/app/src/main/java/eu/faircode/netguard/ServiceSinkhole.java b/app/src/main/java/eu/faircode/netguard/ServiceSinkhole.java index b23c635e..08ffe7b9 100644 --- a/app/src/main/java/eu/faircode/netguard/ServiceSinkhole.java +++ b/app/src/main/java/eu/faircode/netguard/ServiceSinkhole.java @@ -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 . - Copyright 2015-2017 by Marcel Bokhorst (M66B) + Copyright 2015-2018 by Marcel Bokhorst (M66B) */ import android.annotation.TargetApi; diff --git a/app/src/main/java/eu/faircode/netguard/ServiceTileFilter.java b/app/src/main/java/eu/faircode/netguard/ServiceTileFilter.java index ccc78724..1b70d8e7 100644 --- a/app/src/main/java/eu/faircode/netguard/ServiceTileFilter.java +++ b/app/src/main/java/eu/faircode/netguard/ServiceTileFilter.java @@ -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 . - Copyright 2015-2017 by Marcel Bokhorst (M66B) + Copyright 2015-2018 by Marcel Bokhorst (M66B) */ diff --git a/app/src/main/java/eu/faircode/netguard/ServiceTileGraph.java b/app/src/main/java/eu/faircode/netguard/ServiceTileGraph.java index 9a8cca12..9cd4ee64 100644 --- a/app/src/main/java/eu/faircode/netguard/ServiceTileGraph.java +++ b/app/src/main/java/eu/faircode/netguard/ServiceTileGraph.java @@ -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 . - Copyright 2015-2017 by Marcel Bokhorst (M66B) + Copyright 2015-2018 by Marcel Bokhorst (M66B) */ diff --git a/app/src/main/java/eu/faircode/netguard/ServiceTileLockdown.java b/app/src/main/java/eu/faircode/netguard/ServiceTileLockdown.java index 12654db8..43262c4c 100644 --- a/app/src/main/java/eu/faircode/netguard/ServiceTileLockdown.java +++ b/app/src/main/java/eu/faircode/netguard/ServiceTileLockdown.java @@ -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 . - Copyright 2015-2017 by Marcel Bokhorst (M66B) + Copyright 2015-2018 by Marcel Bokhorst (M66B) */ diff --git a/app/src/main/java/eu/faircode/netguard/ServiceTileMain.java b/app/src/main/java/eu/faircode/netguard/ServiceTileMain.java index 66d587d4..2ccd6faa 100644 --- a/app/src/main/java/eu/faircode/netguard/ServiceTileMain.java +++ b/app/src/main/java/eu/faircode/netguard/ServiceTileMain.java @@ -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 . - Copyright 2015-2017 by Marcel Bokhorst (M66B) + Copyright 2015-2018 by Marcel Bokhorst (M66B) */ diff --git a/app/src/main/java/eu/faircode/netguard/SwitchPreference.java b/app/src/main/java/eu/faircode/netguard/SwitchPreference.java index be0b4566..92aca236 100644 --- a/app/src/main/java/eu/faircode/netguard/SwitchPreference.java +++ b/app/src/main/java/eu/faircode/netguard/SwitchPreference.java @@ -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 . - Copyright 2015-2017 by Marcel Bokhorst (M66B) + Copyright 2015-2018 by Marcel Bokhorst (M66B) */ import android.content.Context; diff --git a/app/src/main/java/eu/faircode/netguard/Usage.java b/app/src/main/java/eu/faircode/netguard/Usage.java index d97b2b9c..b012a0ae 100644 --- a/app/src/main/java/eu/faircode/netguard/Usage.java +++ b/app/src/main/java/eu/faircode/netguard/Usage.java @@ -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 . - Copyright 2015-2017 by Marcel Bokhorst (M66B) + Copyright 2015-2018 by Marcel Bokhorst (M66B) */ import java.text.DateFormat; diff --git a/app/src/main/java/eu/faircode/netguard/Util.java b/app/src/main/java/eu/faircode/netguard/Util.java index fda8a304..8d3ad891 100644 --- a/app/src/main/java/eu/faircode/netguard/Util.java +++ b/app/src/main/java/eu/faircode/netguard/Util.java @@ -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 . - Copyright 2015-2017 by Marcel Bokhorst (M66B) + Copyright 2015-2018 by Marcel Bokhorst (M66B) */ import android.Manifest; diff --git a/app/src/main/java/eu/faircode/netguard/Version.java b/app/src/main/java/eu/faircode/netguard/Version.java index 547e8a2d..a40f298f 100644 --- a/app/src/main/java/eu/faircode/netguard/Version.java +++ b/app/src/main/java/eu/faircode/netguard/Version.java @@ -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 . - Copyright 2015-2017 by Marcel Bokhorst (M66B) + Copyright 2015-2018 by Marcel Bokhorst (M66B) */ public class Version implements Comparable { diff --git a/app/src/main/java/eu/faircode/netguard/WidgetAdmin.java b/app/src/main/java/eu/faircode/netguard/WidgetAdmin.java index 84f972a7..c2aac1c9 100644 --- a/app/src/main/java/eu/faircode/netguard/WidgetAdmin.java +++ b/app/src/main/java/eu/faircode/netguard/WidgetAdmin.java @@ -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 . - Copyright 2015-2017 by Marcel Bokhorst (M66B) + Copyright 2015-2018 by Marcel Bokhorst (M66B) */ import android.app.AlarmManager; diff --git a/app/src/main/java/eu/faircode/netguard/WidgetLockdown.java b/app/src/main/java/eu/faircode/netguard/WidgetLockdown.java index e8d91841..c5a1107d 100644 --- a/app/src/main/java/eu/faircode/netguard/WidgetLockdown.java +++ b/app/src/main/java/eu/faircode/netguard/WidgetLockdown.java @@ -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 . - Copyright 2015-2017 by Marcel Bokhorst (M66B) + Copyright 2015-2018 by Marcel Bokhorst (M66B) */ import android.app.PendingIntent; diff --git a/app/src/main/java/eu/faircode/netguard/WidgetMain.java b/app/src/main/java/eu/faircode/netguard/WidgetMain.java index 8dff4b84..76686b19 100644 --- a/app/src/main/java/eu/faircode/netguard/WidgetMain.java +++ b/app/src/main/java/eu/faircode/netguard/WidgetMain.java @@ -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 . - Copyright 2015-2017 by Marcel Bokhorst (M66B) + Copyright 2015-2018 by Marcel Bokhorst (M66B) */ import android.app.PendingIntent; diff --git a/app/src/main/jni/netguard/dhcp.c b/app/src/main/jni/netguard/dhcp.c index b77da3c2..be7dee0e 100644 --- a/app/src/main/jni/netguard/dhcp.c +++ b/app/src/main/jni/netguard/dhcp.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU General Public License along with NetGuard. If not, see . - Copyright 2015-2017 by Marcel Bokhorst (M66B) + Copyright 2015-2018 by Marcel Bokhorst (M66B) */ #include "netguard.h" diff --git a/app/src/main/jni/netguard/dns.c b/app/src/main/jni/netguard/dns.c index ac71238b..0a11e4ec 100644 --- a/app/src/main/jni/netguard/dns.c +++ b/app/src/main/jni/netguard/dns.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU General Public License along with NetGuard. If not, see . - Copyright 2015-2017 by Marcel Bokhorst (M66B) + Copyright 2015-2018 by Marcel Bokhorst (M66B) */ #include "netguard.h" diff --git a/app/src/main/jni/netguard/icmp.c b/app/src/main/jni/netguard/icmp.c index a41e5fb1..35232cd2 100644 --- a/app/src/main/jni/netguard/icmp.c +++ b/app/src/main/jni/netguard/icmp.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU General Public License along with NetGuard. If not, see . - Copyright 2015-2017 by Marcel Bokhorst (M66B) + Copyright 2015-2018 by Marcel Bokhorst (M66B) */ #include "netguard.h" diff --git a/app/src/main/jni/netguard/ip.c b/app/src/main/jni/netguard/ip.c index 606c0119..b92f20ce 100644 --- a/app/src/main/jni/netguard/ip.c +++ b/app/src/main/jni/netguard/ip.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU General Public License along with NetGuard. If not, see . - Copyright 2015-2017 by Marcel Bokhorst (M66B) + Copyright 2015-2018 by Marcel Bokhorst (M66B) */ #include "netguard.h" diff --git a/app/src/main/jni/netguard/netguard.c b/app/src/main/jni/netguard/netguard.c index 42adc497..087c0596 100644 --- a/app/src/main/jni/netguard/netguard.c +++ b/app/src/main/jni/netguard/netguard.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU General Public License along with NetGuard. If not, see . - Copyright 2015-2017 by Marcel Bokhorst (M66B) + Copyright 2015-2018 by Marcel Bokhorst (M66B) */ #include "netguard.h" diff --git a/app/src/main/jni/netguard/pcap.c b/app/src/main/jni/netguard/pcap.c index f8eb5245..bf0fa3a8 100644 --- a/app/src/main/jni/netguard/pcap.c +++ b/app/src/main/jni/netguard/pcap.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU General Public License along with NetGuard. If not, see . - Copyright 2015-2017 by Marcel Bokhorst (M66B) + Copyright 2015-2018 by Marcel Bokhorst (M66B) */ #include "netguard.h" diff --git a/app/src/main/jni/netguard/session.c b/app/src/main/jni/netguard/session.c index 6c6af499..d3a089bb 100644 --- a/app/src/main/jni/netguard/session.c +++ b/app/src/main/jni/netguard/session.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU General Public License along with NetGuard. If not, see . - Copyright 2015-2017 by Marcel Bokhorst (M66B) + Copyright 2015-2018 by Marcel Bokhorst (M66B) */ #include "netguard.h" diff --git a/app/src/main/jni/netguard/tcp.c b/app/src/main/jni/netguard/tcp.c index ddf37340..4fbbbedd 100644 --- a/app/src/main/jni/netguard/tcp.c +++ b/app/src/main/jni/netguard/tcp.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU General Public License along with NetGuard. If not, see . - Copyright 2015-2017 by Marcel Bokhorst (M66B) + Copyright 2015-2018 by Marcel Bokhorst (M66B) */ #include "netguard.h" diff --git a/app/src/main/jni/netguard/udp.c b/app/src/main/jni/netguard/udp.c index 791a2dd8..ff2e97b5 100644 --- a/app/src/main/jni/netguard/udp.c +++ b/app/src/main/jni/netguard/udp.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU General Public License along with NetGuard. If not, see . - Copyright 2015-2017 by Marcel Bokhorst (M66B) + Copyright 2015-2018 by Marcel Bokhorst (M66B) */ #include "netguard.h" diff --git a/app/src/main/jni/netguard/util.c b/app/src/main/jni/netguard/util.c index 8024fa83..03c5960c 100644 --- a/app/src/main/jni/netguard/util.c +++ b/app/src/main/jni/netguard/util.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU General Public License along with NetGuard. If not, see . - Copyright 2015-2017 by Marcel Bokhorst (M66B) + Copyright 2015-2018 by Marcel Bokhorst (M66B) */ #include "netguard.h" diff --git a/app/src/main/res/values-af/strings.xml b/app/src/main/res/values-af/strings.xml index 442b1b50..a9a825d1 100644 --- a/app/src/main/res/values-af/strings.xml +++ b/app/src/main/res/values-af/strings.xml @@ -2,7 +2,7 @@ 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. - Copyright \u00A9 2015–2017 by M. Bokhorst (M66B) + Copyright \u00A9 2015–2018 by M. Bokhorst (M66B) NetGuard requires Android 5.1 or later 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 By using NetGuard, you agree to the GNU General Public License version 3 diff --git a/app/src/main/res/values-ar-rBH/strings.xml b/app/src/main/res/values-ar-rBH/strings.xml index b2aeff13..d342a830 100644 --- a/app/src/main/res/values-ar-rBH/strings.xml +++ b/app/src/main/res/values-ar-rBH/strings.xml @@ -2,7 +2,7 @@ NetGuard يوفر طرق بسيطة ومتقدمة لمنع الوصول إلى شبكة الإنترنت - لا يلزم الجذر. يمكن السماح أو الرفض بشكل فردي الوصول إلى جهاز الواي فاي أو اتصال الجوال. - حــقــوق الــطــبــع والــنــشــر والــتــوزيــع \u00A9 عام 2015–2017 من م. بوخورست (M66B) + حــقــوق الــطــبــع والــنــشــر والــتــوزيــع \u00A9 عام 2015–2018 من م. بوخورست (M66B) NetGuard requires Android 5.1 or later 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 By using NetGuard, you agree to the GNU General Public License version 3 diff --git a/app/src/main/res/values-ar-rEG/strings.xml b/app/src/main/res/values-ar-rEG/strings.xml index b2aeff13..d342a830 100644 --- a/app/src/main/res/values-ar-rEG/strings.xml +++ b/app/src/main/res/values-ar-rEG/strings.xml @@ -2,7 +2,7 @@ NetGuard يوفر طرق بسيطة ومتقدمة لمنع الوصول إلى شبكة الإنترنت - لا يلزم الجذر. يمكن السماح أو الرفض بشكل فردي الوصول إلى جهاز الواي فاي أو اتصال الجوال. - حــقــوق الــطــبــع والــنــشــر والــتــوزيــع \u00A9 عام 2015–2017 من م. بوخورست (M66B) + حــقــوق الــطــبــع والــنــشــر والــتــوزيــع \u00A9 عام 2015–2018 من م. بوخورست (M66B) NetGuard requires Android 5.1 or later 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 By using NetGuard, you agree to the GNU General Public License version 3 diff --git a/app/src/main/res/values-ar-rSA/strings.xml b/app/src/main/res/values-ar-rSA/strings.xml index b2aeff13..d342a830 100644 --- a/app/src/main/res/values-ar-rSA/strings.xml +++ b/app/src/main/res/values-ar-rSA/strings.xml @@ -2,7 +2,7 @@ NetGuard يوفر طرق بسيطة ومتقدمة لمنع الوصول إلى شبكة الإنترنت - لا يلزم الجذر. يمكن السماح أو الرفض بشكل فردي الوصول إلى جهاز الواي فاي أو اتصال الجوال. - حــقــوق الــطــبــع والــنــشــر والــتــوزيــع \u00A9 عام 2015–2017 من م. بوخورست (M66B) + حــقــوق الــطــبــع والــنــشــر والــتــوزيــع \u00A9 عام 2015–2018 من م. بوخورست (M66B) NetGuard requires Android 5.1 or later 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 By using NetGuard, you agree to the GNU General Public License version 3 diff --git a/app/src/main/res/values-ar-rYE/strings.xml b/app/src/main/res/values-ar-rYE/strings.xml index b2aeff13..d342a830 100644 --- a/app/src/main/res/values-ar-rYE/strings.xml +++ b/app/src/main/res/values-ar-rYE/strings.xml @@ -2,7 +2,7 @@ NetGuard يوفر طرق بسيطة ومتقدمة لمنع الوصول إلى شبكة الإنترنت - لا يلزم الجذر. يمكن السماح أو الرفض بشكل فردي الوصول إلى جهاز الواي فاي أو اتصال الجوال. - حــقــوق الــطــبــع والــنــشــر والــتــوزيــع \u00A9 عام 2015–2017 من م. بوخورست (M66B) + حــقــوق الــطــبــع والــنــشــر والــتــوزيــع \u00A9 عام 2015–2018 من م. بوخورست (M66B) NetGuard requires Android 5.1 or later 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 By using NetGuard, you agree to the GNU General Public License version 3 diff --git a/app/src/main/res/values-ar/strings.xml b/app/src/main/res/values-ar/strings.xml index b2aeff13..d342a830 100644 --- a/app/src/main/res/values-ar/strings.xml +++ b/app/src/main/res/values-ar/strings.xml @@ -2,7 +2,7 @@ NetGuard يوفر طرق بسيطة ومتقدمة لمنع الوصول إلى شبكة الإنترنت - لا يلزم الجذر. يمكن السماح أو الرفض بشكل فردي الوصول إلى جهاز الواي فاي أو اتصال الجوال. - حــقــوق الــطــبــع والــنــشــر والــتــوزيــع \u00A9 عام 2015–2017 من م. بوخورست (M66B) + حــقــوق الــطــبــع والــنــشــر والــتــوزيــع \u00A9 عام 2015–2018 من م. بوخورست (M66B) NetGuard requires Android 5.1 or later 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 By using NetGuard, you agree to the GNU General Public License version 3 diff --git a/app/src/main/res/values-bg/strings.xml b/app/src/main/res/values-bg/strings.xml index 3492643c..3ae2577d 100644 --- a/app/src/main/res/values-bg/strings.xml +++ b/app/src/main/res/values-bg/strings.xml @@ -2,7 +2,7 @@ NetGuard предоставя прост, а също така и по-задълбочен начини за блокиране достъпа до интернет - без нужда от ROOT права. Достъпът на приложенията и адресите чрез Wi-Fi или мобилни данни, могат да се разрешават и забраняват по отделно. - \u00A9 2015–2017 автор - M. Bokhorst (M66B). Всички права запазени. + \u00A9 2015–2018 автор - M. Bokhorst (M66B). Всички права запазени. NetGuard requires Android 5.1 or later 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 Използвайки NetGuard, вие се съгласявате със следното лицензионно споразумение: GNU General Public License версия 3 diff --git a/app/src/main/res/values-ca/strings.xml b/app/src/main/res/values-ca/strings.xml index 442b1b50..a9a825d1 100644 --- a/app/src/main/res/values-ca/strings.xml +++ b/app/src/main/res/values-ca/strings.xml @@ -2,7 +2,7 @@ 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. - Copyright \u00A9 2015–2017 by M. Bokhorst (M66B) + Copyright \u00A9 2015–2018 by M. Bokhorst (M66B) NetGuard requires Android 5.1 or later 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 By using NetGuard, you agree to the GNU General Public License version 3 diff --git a/app/src/main/res/values-cs/strings.xml b/app/src/main/res/values-cs/strings.xml index 685a3223..6d457872 100644 --- a/app/src/main/res/values-cs/strings.xml +++ b/app/src/main/res/values-cs/strings.xml @@ -2,7 +2,7 @@ NetGuard nabízí jednoduché i pokročilé způsoby pro blokování přístupu k Internetu - vše bez potřeby rootu. Aplikacím a adresám lze individuálně povolit či zakázat přístup k Vašemu Wi-Fi a/nebo datovému připojení. - Copyright \u00A9 2015–2017 M. Bokhorst (M66B) + Copyright \u00A9 2015–2018 M. Bokhorst (M66B) NetGuard vyžaduje Android 5.1 nebo novější 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 Používáním aplikace NetGuard souhlasíte s Obecnou veřejnou licencí GNU verze 3 diff --git a/app/src/main/res/values-da/strings.xml b/app/src/main/res/values-da/strings.xml index 7306c3d5..3d7593f3 100644 --- a/app/src/main/res/values-da/strings.xml +++ b/app/src/main/res/values-da/strings.xml @@ -2,7 +2,7 @@ NetGuard tilbyder enkle og avancerede metoder til blokering af Internetadgang - ingen Root-rettighed krævet. Apps og adresser kan individuelt tillades eller nægtes adgang til din Wi-Fi- og/eller mobilforbindelse. - Ophavsrettighed \u00A9 2015-2017 M. Bokhorst (M66B) + Ophavsrettighed \u00A9 2015–2018 M. Bokhorst (M66B) NetGuard kræver Android 5.1 eller højere Xposed forårsager for mange nedbrud, som kan medføre, at NetGuard fjernes fra Google Play Butik. Derfor understøttes NetGuard er ikke, så længe Xposed er installeret Ved at benytte NetGuard, accepterer du licensaftalen GNU General Public License version 3 diff --git a/app/src/main/res/values-de/strings.xml b/app/src/main/res/values-de/strings.xml index 4fe958e7..a42765a1 100644 --- a/app/src/main/res/values-de/strings.xml +++ b/app/src/main/res/values-de/strings.xml @@ -2,7 +2,7 @@ NetGuard bietet einfache und erweiterte Möglichkeiten, um Zugriffe auf das Internet zu blockieren - keine Root-Rechte erforderlich! Anwendungen und Adressen kann der Zugriff auf die WLAN- und/oder mobile Datenverbindung einzeln erlaubt oder verweigert werden. - Copyright \u00A9 2015-2017 von M. Bokhorst (M66B) + Copyright \u00A9 2015–2018 von M. Bokhorst (M66B) NetGuard erfordert Android 5.1 oder höher Xposed verursacht sehr viele Abstürze, dass dazu führen kann, das NetGuard aus dem Google Play Store entfernt werden könnte. Daher wird NetGuard nicht unterstützt, solange Xposed installiert ist Mit der Verwendung von NetGuard akzeptieren Sie die GNU General Public License Version 3 diff --git a/app/src/main/res/values-el/strings.xml b/app/src/main/res/values-el/strings.xml index 552fc7e5..328a7d62 100644 --- a/app/src/main/res/values-el/strings.xml +++ b/app/src/main/res/values-el/strings.xml @@ -2,7 +2,7 @@ Το NetGuard παρέχει απλούς αλλά και σύνθετους τρόπους να εμποδίσετε την πρόσβαση στο διαδίκτυο χωρίς να απαιτείται root. Μπορείτε να εμποδίσετε ή να επιτρέψετε ξεχωριστά την πρόσβαση στο WiFI ή/και στη σύνδεση δεδομένων για εφαρμογές και διευθύνσεις που εσείς επιλέγετε. - Πνευματικά δικαιώματα \u00A9 2015–2017 από Μ. Bokhorst (M66B) + Πνευματικά δικαιώματα \u00A9 2015–2018 από Μ. Bokhorst (M66B) Το NetGuard απαιτεί Android 5.1 ή κάποια νεότερη έκδοση Το Xposed προκαλεί πάρα πολλές συντριβές, γεγονός που μπορεί να οδηγήσει στην απομάκρυνση του NetGuard από το Google Play Store, επομένως το NetGuard δεν υποστηρίζεται όταν είναι εγκατεστημένο το Xposed Με τη χρήση του NetGuard, συμφωνείτε με την GNU/GPL έκδοση 3 diff --git a/app/src/main/res/values-en/strings.xml b/app/src/main/res/values-en/strings.xml index 442b1b50..a9a825d1 100644 --- a/app/src/main/res/values-en/strings.xml +++ b/app/src/main/res/values-en/strings.xml @@ -2,7 +2,7 @@ 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. - Copyright \u00A9 2015–2017 by M. Bokhorst (M66B) + Copyright \u00A9 2015–2018 by M. Bokhorst (M66B) NetGuard requires Android 5.1 or later 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 By using NetGuard, you agree to the GNU General Public License version 3 diff --git a/app/src/main/res/values-es/strings.xml b/app/src/main/res/values-es/strings.xml index 160efe48..e77442a7 100644 --- a/app/src/main/res/values-es/strings.xml +++ b/app/src/main/res/values-es/strings.xml @@ -2,7 +2,7 @@ NetGuard ofrece modos simples y avanzados para bloquear el acceso a Internet - sin necesidad de acceso root. Se puede permitir o denegar individualmente el acceso a su conexión Wi-Fi o móvil a aplicaciones y direcciones. - Copyright \u00A9 2015–2017 por M. Bokhorst (M66B) + Copyright \u00A9 2015–2018 por M. Bokhorst (M66B) NetGuard requiere Android 5.1 o superior Xposed causa demasiados errores que podrían llevar a eliminar NetGuard de Google Play Store, por lo tanto, NetGuard no es soportado mientras Xposed esté instalado Al utilizar NetGuard, acepta la Licencia Pública General GNU versión 3 diff --git a/app/src/main/res/values-et/strings.xml b/app/src/main/res/values-et/strings.xml index 72c0b3ef..aec80b8b 100644 --- a/app/src/main/res/values-et/strings.xml +++ b/app/src/main/res/values-et/strings.xml @@ -2,7 +2,7 @@ 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. - Copyright \u00A9 2015–2017 by M. Bokhorst (M66B) + Copyright \u00A9 2015–2018 by M. Bokhorst (M66B) NetGuard requires Android 5.1 or later 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 NetGuardi kasutades nõustute GNU Üldise avaliku litsentsi versiooniga 3 diff --git a/app/src/main/res/values-eu/strings.xml b/app/src/main/res/values-eu/strings.xml index 442b1b50..a9a825d1 100644 --- a/app/src/main/res/values-eu/strings.xml +++ b/app/src/main/res/values-eu/strings.xml @@ -2,7 +2,7 @@ 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. - Copyright \u00A9 2015–2017 by M. Bokhorst (M66B) + Copyright \u00A9 2015–2018 by M. Bokhorst (M66B) NetGuard requires Android 5.1 or later 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 By using NetGuard, you agree to the GNU General Public License version 3 diff --git a/app/src/main/res/values-fa/strings.xml b/app/src/main/res/values-fa/strings.xml index a3702740..0a28e7b5 100644 --- a/app/src/main/res/values-fa/strings.xml +++ b/app/src/main/res/values-fa/strings.xml @@ -2,7 +2,7 @@ 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. - Copyright \u00A9 2015–2017 by M. Bokhorst (M66B) + Copyright \u00A9 2015–2018 by M. Bokhorst (M66B) NetGuard requires Android 5.1 or later 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 By using NetGuard, you agree to the GNU General Public License version 3 diff --git a/app/src/main/res/values-fi/strings.xml b/app/src/main/res/values-fi/strings.xml index 3576a166..3184227a 100644 --- a/app/src/main/res/values-fi/strings.xml +++ b/app/src/main/res/values-fi/strings.xml @@ -2,7 +2,7 @@ NetGuard tarjoaa helpot ja monipuoliset keinot hallita liikennettä internettiin - ilman tarvetta root -oikeuksille. Sovelluksille ja osoitteille voi määritellä yksilölliset sallivat tai estävät säännöt erikseen sekä Wi-Fi että mobiiliverkkoihin. - Copyright \u00A9 2015-2017 M. Bokhorst (M66B) + Copyright \u00A9 2015–2018 M. Bokhorst (M66B) NetGuard requires Android 5.1 or later 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 Käyttämällä NetGuard ohjelmaa, hyväksyt GNU General Public License version 3 diff --git a/app/src/main/res/values-fr/strings.xml b/app/src/main/res/values-fr/strings.xml index 3e10632b..92a7be9b 100644 --- a/app/src/main/res/values-fr/strings.xml +++ b/app/src/main/res/values-fr/strings.xml @@ -2,7 +2,7 @@ NetGuard offre des moyens simples et avancés pour bloquer l\'accès à internet - root non requis. L\'accès à votre connexion Wi-Fi et/ou mobile peut être individuellement autorisé ou refusé à des applications et à des adresses. - Copyright \u00A9 2015–2017 par M. Bokhorst (M66B) + Copyright \u00A9 2015–2018 par M. Bokhorst (M66B) NetGuard requiert Android 5.1 ou ultérieur Xposed provoque de trop nombreux plantages, qui pourraient faire en sorte que NetGuard soit retiré du Google Play Store, donc NetGuard n’est pas pris en charge tant que Xposed est installé En utilisant NetGuard, vous acceptez la GNU General Public License version 3 diff --git a/app/src/main/res/values-he/strings.xml b/app/src/main/res/values-he/strings.xml index ed7837bb..1936e6bb 100644 --- a/app/src/main/res/values-he/strings.xml +++ b/app/src/main/res/values-he/strings.xml @@ -3,7 +3,7 @@ NetGuard מספקת דרכים פשוטות ומתקדמות לחסום גישה לאינטרנט - ללא צורך ברוט היא מאפשרת לחסום או לאפשר באופן פרטני גישת יישומים לרשתות Wi-Fi או אינטרנט סלולרי. - זכויות יוצרים \u00A9 2015–2017 על ידי מ Bokhorst (M66B) + זכויות יוצרים \u00A9 2015–2018 על ידי מ Bokhorst (M66B) NetGuard requires Android 5.1 or later 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 על ידי שימוש NetGuard, אתה מסכים הרישיון הציבורי הכללי של גנו גרסה 3 diff --git a/app/src/main/res/values-hi/strings.xml b/app/src/main/res/values-hi/strings.xml index f0a2edbe..7efdbfc6 100644 --- a/app/src/main/res/values-hi/strings.xml +++ b/app/src/main/res/values-hi/strings.xml @@ -2,7 +2,7 @@ कोई जड़ आवश्यक - NetGuard इंटरनेट के लिए उपयोग ब्लॉक करने के लिए सरल और उन्नत तरीके सुझाता है। आवेदन और पतों को व्यक्तिगत रूप से अनुमति या अपने वाई-फाई और / या मोबाइल कनेक्शन के लिए उपयोग से इनकार किया जा सकता है। - कॉपीराइट \ u00A9 2015–2017 एम Bokhorst द्वारा (M66B) + कॉपीराइट \ u00A9 2015–2018 एम Bokhorst द्वारा (M66B) NetGuard requires Android 5.1 or later 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 NetGuard का उपयोग करके आप करने के लिए जीएनयू जनरल पब्लिक लाइसेंस संस्करण 3 सहमत diff --git a/app/src/main/res/values-hr/strings.xml b/app/src/main/res/values-hr/strings.xml index 0fc9d9c7..fff2523f 100644 --- a/app/src/main/res/values-hr/strings.xml +++ b/app/src/main/res/values-hr/strings.xml @@ -2,7 +2,7 @@ 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. - Autorska prava \u00A9 2015.-2017 M. Bokhorst (M66B) + Autorska prava \u00A9 2015.–2018 M. Bokhorst (M66B) NetGuard requires Android 5.1 or later 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 Nastavkom korištenja NetGuard-a, pristajete na GNU General Public License version 3 diff --git a/app/src/main/res/values-hu/strings.xml b/app/src/main/res/values-hu/strings.xml index 1f1738c1..0dd5727a 100644 --- a/app/src/main/res/values-hu/strings.xml +++ b/app/src/main/res/values-hu/strings.xml @@ -2,7 +2,7 @@ A NetGuard egyszerűen és speciálisan blokkolja az internet hozzáférést - nem szükséges root jogosultság hozzá. Az alkalmazásokat és a címeket külön-külön lehet engedélyezni vagy letiltani a Wi-Fi és/vagy a mobil kapcsolatokon. - Copyright \u00A9 2015-2017 by M. Bokhorst (M66B) + Copyright \u00A9 2015–2018 by M. Bokhorst (M66B) A NetGuard használatához Android 5.1 vagy újabb szükséges Az Xposed túl sokszor összeomlik, ami a NetGuard eltávolítását eredményezheti a Google Play Áruházból, ezért a NetGuard nem támogatott amikor az Xposed telepítve van NetGuard használatával elfogadja aGNU General Public License version 3 diff --git a/app/src/main/res/values-id/strings.xml b/app/src/main/res/values-id/strings.xml index 218815b7..9156d3e9 100644 --- a/app/src/main/res/values-id/strings.xml +++ b/app/src/main/res/values-id/strings.xml @@ -2,7 +2,7 @@ NetGuard menyediakan cara sederhana dan canggih untuk memblokir akses ke internet - tidak ada akar yang dibutuhkan. Aplikasi dan alamat dapat diizinkan atau ditolak akses Wi-Fi dan / atau sambungan seluler Anda sendiri. - Hak cipta \u00A9 2015-2017 oleh M. Bokhorst (M66B) + Hak cipta \u00A9 2015–2018 oleh M. Bokhorst (M66B) NetGuard membutuhkan Android 5.1 atau yang lebih baru Xposed menyebabkan terlalu banyak crash, yang mungkin menyebabkan NetGuard dikeluarkan dari Google Play Store, oleh karena itu NetGuard tidak didukung saat Xposed terinstal Dengan menggunakan NetGuard, Anda menyetujui GNU General Public License versi 3 diff --git a/app/src/main/res/values-it/strings.xml b/app/src/main/res/values-it/strings.xml index 3973bc1b..c09d3b06 100644 --- a/app/src/main/res/values-it/strings.xml +++ b/app/src/main/res/values-it/strings.xml @@ -2,7 +2,7 @@ NetGuard fornisce sia opzioni semplici che avanzate per bloccare l\'accesso a internet - non necessita di root. Alle applicazioni ed agli indirizzi può essere consentito o negato, singolarmente, l\'accesso alle connessioni Wi-Fi e/o mobile. - Copyright \u00A9 2015–2017 by M. Bokhorst (M66B) + Copyright \u00A9 2015–2018 by M. Bokhorst (M66B) NetGuard richiede Android 5.1 o più recente Xposed provoca troppi crash, di conseguenza NetGuard rischierebbe la rimozione dal Google Play Store. Perciò NetGuard non è supportato quando Xposed è installato. Utilizzando NetGuard, acconsenti a quanto contenuto nella seguente licenza: GNU General Public License version 3 diff --git a/app/src/main/res/values-iw/strings.xml b/app/src/main/res/values-iw/strings.xml index ed7837bb..1936e6bb 100644 --- a/app/src/main/res/values-iw/strings.xml +++ b/app/src/main/res/values-iw/strings.xml @@ -3,7 +3,7 @@ NetGuard מספקת דרכים פשוטות ומתקדמות לחסום גישה לאינטרנט - ללא צורך ברוט היא מאפשרת לחסום או לאפשר באופן פרטני גישת יישומים לרשתות Wi-Fi או אינטרנט סלולרי. - זכויות יוצרים \u00A9 2015–2017 על ידי מ Bokhorst (M66B) + זכויות יוצרים \u00A9 2015–2018 על ידי מ Bokhorst (M66B) NetGuard requires Android 5.1 or later 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 על ידי שימוש NetGuard, אתה מסכים הרישיון הציבורי הכללי של גנו גרסה 3 diff --git a/app/src/main/res/values-ja/strings.xml b/app/src/main/res/values-ja/strings.xml index 7295dc0c..5da5f4b8 100644 --- a/app/src/main/res/values-ja/strings.xml +++ b/app/src/main/res/values-ja/strings.xml @@ -2,7 +2,7 @@ NetGuard は、インターネットへのアクセスをブロックするシンプルで高度な方法を提供します - root 権限は必要ありません。Wi-Fi および/またはモバイル接続へのアクセスを、アプリケーションとアドレスで個別に許可または拒否することができます。 - Copyright \u00A9 2015-2017 by M. Bokhorst (M66B) + Copyright \u00A9 2015–2018 by M. Bokhorst (M66B) NetGuard は Android 5.1 以降が必要です Xposed があまりにクラッシュを引き起こしすぎるため、NetGuard が Google Play ストアから削除される可能性があります。したがって Xposed がインストールされていると、NetGuard はサポートされていません NetGuard を使用すると GNU 一般公衆利用許諾書バージョン 3 に同意したことになります diff --git a/app/src/main/res/values-ko/strings.xml b/app/src/main/res/values-ko/strings.xml index 60a021b2..90f594f7 100644 --- a/app/src/main/res/values-ko/strings.xml +++ b/app/src/main/res/values-ko/strings.xml @@ -2,7 +2,7 @@ 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. - Copyright \u00A9 2015–2017 by M. Bokhorst (M66B) + Copyright \u00A9 2015–2018 by M. Bokhorst (M66B) NetGuard requires Android 5.1 or later 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 By using NetGuard, you agree to the GNU General Public License version 3 diff --git a/app/src/main/res/values-lt/strings.xml b/app/src/main/res/values-lt/strings.xml index 9ecfa992..61a0e953 100644 --- a/app/src/main/res/values-lt/strings.xml +++ b/app/src/main/res/values-lt/strings.xml @@ -2,7 +2,7 @@ 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. - Copyright \u00A9 2015–2017 by M. Bokhorst (M66B) + Copyright \u00A9 2015–2018 by M. Bokhorst (M66B) NetGuard requires Android 5.1 or later 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 By using NetGuard, you agree to the GNU General Public License version 3 diff --git a/app/src/main/res/values-lv/strings.xml b/app/src/main/res/values-lv/strings.xml index 442b1b50..a9a825d1 100644 --- a/app/src/main/res/values-lv/strings.xml +++ b/app/src/main/res/values-lv/strings.xml @@ -2,7 +2,7 @@ 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. - Copyright \u00A9 2015–2017 by M. Bokhorst (M66B) + Copyright \u00A9 2015–2018 by M. Bokhorst (M66B) NetGuard requires Android 5.1 or later 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 By using NetGuard, you agree to the GNU General Public License version 3 diff --git a/app/src/main/res/values-nl/strings.xml b/app/src/main/res/values-nl/strings.xml index 37fdb7d8..42b0c018 100644 --- a/app/src/main/res/values-nl/strings.xml +++ b/app/src/main/res/values-nl/strings.xml @@ -2,7 +2,7 @@ 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. - Copyright \u00A9 2015-2017 door M. Bokhorst (M66B) + Copyright \u00A9 2015–2018 door M. Bokhorst (M66B) NetGuard requires Android 5.1 or later 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 Door NetGuard te gebruiken, gaat u akkoord met de GNU General Public License version 3 diff --git a/app/src/main/res/values-no/strings.xml b/app/src/main/res/values-no/strings.xml index 442b1b50..a9a825d1 100644 --- a/app/src/main/res/values-no/strings.xml +++ b/app/src/main/res/values-no/strings.xml @@ -2,7 +2,7 @@ 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. - Copyright \u00A9 2015–2017 by M. Bokhorst (M66B) + Copyright \u00A9 2015–2018 by M. Bokhorst (M66B) NetGuard requires Android 5.1 or later 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 By using NetGuard, you agree to the GNU General Public License version 3 diff --git a/app/src/main/res/values-pl/strings.xml b/app/src/main/res/values-pl/strings.xml index ccf93332..cd2deb62 100644 --- a/app/src/main/res/values-pl/strings.xml +++ b/app/src/main/res/values-pl/strings.xml @@ -2,7 +2,7 @@ NetGuard umożliwia w prosty i zaawansowany sposób blokowanie dostępu do internetu - root nie jest wymagany. Indywidualnie aplikacjom i adresom można zezwolić bądź zabronić dostępu do Twojego Wi-Fi i/lub połączenia mobilnego. - Copyright \u00A9 2015–2017 by M. Bokhorst (M66B) + Copyright \u00A9 2015–2018 by M. Bokhorst (M66B) NetGuard requires Android 5.1 or later 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 Używając NetGuard, zgadzasz się z GNU General Public License version 3 diff --git a/app/src/main/res/values-pt-rBR/strings.xml b/app/src/main/res/values-pt-rBR/strings.xml index 0bbd0775..16705fdb 100644 --- a/app/src/main/res/values-pt-rBR/strings.xml +++ b/app/src/main/res/values-pt-rBR/strings.xml @@ -2,7 +2,7 @@ NetGuard fornece maneiras simples e avançadas para bloquear o acesso à internet - sem necessidade de acesso root. Aplicações e endereços podem ter o acesso a internet permitido ou negado, individualmente, tanto via Wi-Fi quanto via conexão de dados móveis. - Copyright \u00A9 2015–2017 por M. Bokhorst (M66B) + Copyright \u00A9 2015–2018 por M. Bokhorst (M66B) NetGuard requires Android 5.1 or later 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 Ao usar o NetGuard, você concorda com GNU General Public License version 3 diff --git a/app/src/main/res/values-pt-rPT/strings.xml b/app/src/main/res/values-pt-rPT/strings.xml index f11bc441..c616e202 100644 --- a/app/src/main/res/values-pt-rPT/strings.xml +++ b/app/src/main/res/values-pt-rPT/strings.xml @@ -2,7 +2,7 @@ NetGuard fornece maneiras simples e avançadas para bloquear o acesso à internet - sem acesso root exigido. Aplicações e endereços podem ser individualmente permitidos ou negados acesso ao seu Wi-Fi e/ou conexão móvel. - Copyright \u00A9 2015–2017 por M. Bokhorst (M66B) + Copyright \u00A9 2015–2018 por M. Bokhorst (M66B) NetGuard requires Android 5.1 or later 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 Ao usar o NetGuard, está a concordar com a Licença Pública Geral GNU - versão 3 diff --git a/app/src/main/res/values-ro/strings.xml b/app/src/main/res/values-ro/strings.xml index 3b95f7f0..37b3f71c 100644 --- a/app/src/main/res/values-ro/strings.xml +++ b/app/src/main/res/values-ro/strings.xml @@ -2,7 +2,7 @@ NetGuard ofera modalitati simple si avansate de a bloca accesul la internet, ce nu necesita acces root. Accesul aplicatiilor la conexiunile Wi-Fi si/sau mobile poate fi permis sau blocat atat la nivel individual cat si la nivel de adresa. - Copyright \u00A9 2015–2017 by M. Bokhorst (M66B) + Copyright \u00A9 2015–2018 by M. Bokhorst (M66B) NetGuard necesită Android 5.1 sau mai nou Xposed cauzează prea multe erori care ar putea duce la scoaterea NetGuard din Google Play store, prin urmare, NetGuard nu va fi suportat atunci când Xposed este instalat Folosind NetGuard, sunteti de acord cu GNU General Public License version 3 diff --git a/app/src/main/res/values-ru/strings.xml b/app/src/main/res/values-ru/strings.xml index dfc54c37..fead0297 100644 --- a/app/src/main/res/values-ru/strings.xml +++ b/app/src/main/res/values-ru/strings.xml @@ -2,7 +2,7 @@ NetGuard обеспечивает простые и широкие способы заблокировать доступ к интернету, который ещё и не требует root-прав. Приложениям и адресам можно индивидуально разрешить или заблокировать доступ к Wi-Fi и/или мобильной связи. - Авторское право \u00A9 2015–2017 М. Bokhorst (M66B) + Авторское право \u00A9 2015–2018 М. Bokhorst (M66B) Для работы NetGuard требуется Android 5.1 или более поздняя версия Xposed вызывает слишком много сбоев, что может привести к удалению NetGuard из магазина Google Play, поэтому NetGuard не поддерживается, пока установлен Xposed Используя NetGuard, вы принимаете Открытое лицензионное соглашение GNU версии 3 diff --git a/app/src/main/res/values-sk/strings.xml b/app/src/main/res/values-sk/strings.xml index 3985e868..652e6185 100644 --- a/app/src/main/res/values-sk/strings.xml +++ b/app/src/main/res/values-sk/strings.xml @@ -2,7 +2,7 @@ NetGuard poskytuje jednoduché a pokročilé spôsoby blokovania prístupu na internet - nevyžadujúcich root prístup. Aplikáciám a adresám môže byť individuálne povolený alebo odmietnutý prístup k Wi-Fi alebo mobilnému pripojeniu. - Copyright \u00A9 2015–2017 podľa M. Bokhorst (M66B) + Copyright \u00A9 2015–2018 podľa M. Bokhorst (M66B) NetGuard requires Android 5.1 or later 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 Používaním aplikácie NetGuard súhlasíte so Všeobecnou verejnou licenciou GNU, verzia 3 diff --git a/app/src/main/res/values-sl/strings.xml b/app/src/main/res/values-sl/strings.xml index e5e3a0fd..d31710e6 100644 --- a/app/src/main/res/values-sl/strings.xml +++ b/app/src/main/res/values-sl/strings.xml @@ -2,7 +2,7 @@ NetGuard zagotavlja preprost in napreden način za blokiranje interneta - koren nu potreben. Aplikacije in naslovi so lahko posamično dovoljeni ali blokirani pri dostopanju do vašega Wi-Fi in/ali mobilne povezave. - Copyright \u00A9 2015-2017 by M. Bokhorst (M66B) + Copyright \u00A9 2015–2018 by M. Bokhorst (M66B) NetGuuard zahteva Android 5.1 ali novejši Xposed povzroča preveč zrušitev, ki lahko vodijo k odstranitvjiji NetGuard iz Google Play Store, zato NetGuard nemore delovati ko je Xposed naložen Z uporabo NetGuard se strinjate sGNU General Public License version 3 diff --git a/app/src/main/res/values-sr/strings.xml b/app/src/main/res/values-sr/strings.xml index 2cea4c45..526fa7b8 100644 --- a/app/src/main/res/values-sr/strings.xml +++ b/app/src/main/res/values-sr/strings.xml @@ -2,7 +2,7 @@ \'NetGuard\' нуди једноставне и напредне начине блокирања приступа Интернету - не захтева \'root\'. Апликацијама и адресама се може појединачно дозволити или одбити приступ вашој безичној / или мобилној вези. - Ауторско право \u00A9 2015–2017 M. Bokhorst (M66B) + Ауторско право \u00A9 2015–2018 M. Bokhorst (M66B) NetGuard requires Android 5.1 or later 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 Користећи \'NetGuard\', слажете се са GNU General Public License version 3 diff --git a/app/src/main/res/values-sv-rSE/strings.xml b/app/src/main/res/values-sv-rSE/strings.xml index de22ef0c..2b1f5f27 100644 --- a/app/src/main/res/values-sv-rSE/strings.xml +++ b/app/src/main/res/values-sv-rSE/strings.xml @@ -2,7 +2,7 @@ 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. - Copyright \u00A9 2015–2017 by M. Bokhorst (M66B) + Copyright \u00A9 2015–2018 by M. Bokhorst (M66B) NetGuard requires Android 5.1 or later 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 By using NetGuard, you agree to the GNU General Public License version 3 diff --git a/app/src/main/res/values-ta/strings.xml b/app/src/main/res/values-ta/strings.xml index 4b251f77..7f402f60 100644 --- a/app/src/main/res/values-ta/strings.xml +++ b/app/src/main/res/values-ta/strings.xml @@ -2,7 +2,7 @@ NetGuard இணைய - தேவை இல்லை வேர் தடுக்க எளிய மற்றும் மேம்பட்ட வழிகளை வழங்குகிறது. பயன்பாடுகள் மற்றும் முகவரிகளை தனித்தனியாக அனுமதிக்கப்பட்ட அல்லது இயலும் உங்கள் Wi-Fi மற்றும்/அல்லது மொபைல் இணைப்பை அணுகல் மறுக்கப்பட்டது. - பதிப்புரிமை \u00A9 வாக்கில்–2017 மூலம் அவதூறு Bokhorst (M66B) + பதிப்புரிமை \u00A9 வாக்கில்–2018 மூலம் அவதூறு Bokhorst (M66B) NetGuard requires Android 5.1 or later 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 NetGuard பயன்படுத்தி, நீங்கள் ஒப்புக்கொள்கிறீர்கள் குனு பொது மக்கள் உரிமம் பதிப்பு 3 diff --git a/app/src/main/res/values-tr/strings.xml b/app/src/main/res/values-tr/strings.xml index 42231e06..147c418e 100644 --- a/app/src/main/res/values-tr/strings.xml +++ b/app/src/main/res/values-tr/strings.xml @@ -2,7 +2,7 @@ NetGuard root gerektirmeden internet erişimini engellemek için basit ve gelişmiş yöntemler kullanır. Wi-Fi yada mobil bağlantı ürerinden uygulamalar ve adresler için internet erişimini tek tek engelleyebilirsiniz. - Telif Hakkı \u00A9 2015–2017 by M. Bokhorst (M66B) + Telif Hakkı \u00A9 2015–2018 by M. Bokhorst (M66B) NetGuard, Android 5.1 veya üzerini gerektirir Xposed, NetGuard\'ın Google Play Store\'dan kaldırılmasına neden olabilecek çok fazla çökmeye sebebiyet verir, bu nedenle NetGuard, Xposed yüklenirken desteklenmez NetGuard kullanarak, GNU Genel Kamu Lisansını sürüm 3 için kabul ediyorum diff --git a/app/src/main/res/values-ug/strings.xml b/app/src/main/res/values-ug/strings.xml index 066a09fb..bc5c441a 100644 --- a/app/src/main/res/values-ug/strings.xml +++ b/app/src/main/res/values-ug/strings.xml @@ -2,7 +2,7 @@ روتسىز تورنى توسۇشقا بولىدۇ. wifi ۋە سىمسىز تورنى باشقۇرغىلى بولىدۇ. - Copyright \u00A9 2015–2017 by M. Bokhorst (M66B) + Copyright \u00A9 2015–2018 by M. Bokhorst (M66B) NetGuard requires Android 5.1 or later 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 By using NetGuard, قۇشۇلشىڭىز كېرەك GNU General Public License version 3 diff --git a/app/src/main/res/values-uk/strings.xml b/app/src/main/res/values-uk/strings.xml index d6a2ffc3..bca86b12 100644 --- a/app/src/main/res/values-uk/strings.xml +++ b/app/src/main/res/values-uk/strings.xml @@ -2,7 +2,7 @@ NetGuard забезпечує простий і розширений способи блокування доступу в Інтернет - рут не потрібен. Можна надавати або забороняти доступ до Wi-Fi та/або мобільного зв\'язку для кожного додатка й адреси окремо. - Авторське право \u00A9 M. Bokhorst (M66B), 2015–2017 + Авторське право \u00A9 M. Bokhorst (M66B), 2015–2018 Для роботи NetGuard необхідна Android 5.1 або пізніша версія Xposed спричиняє багато помилок. Це може призвести до видалення NetGuard з магазину Google Play. Тому NetGuard не підтримується, доки встановлено Xposed Користуючись NetGuard, ви погоджуєтесь із GNU General Public License version 3 diff --git a/app/src/main/res/values-vi/strings.xml b/app/src/main/res/values-vi/strings.xml index e51f6003..860a92e0 100644 --- a/app/src/main/res/values-vi/strings.xml +++ b/app/src/main/res/values-vi/strings.xml @@ -2,7 +2,7 @@ NetGuard cung cấp những cách đơn giản và nâng cao để chặn quyền truy cập vào internet - không yêu cầu root. Ứng dụng và địa chỉ có thể được cá nhân cho phép hoặc từ chối truy cập Wi-Fi và/hoặc kết nối di động của bạn. - Bản quyền \u00A9 năm 2015–2017 của M. Bokhorst (M66B) + Bản quyền \u00A9 năm 2015–2018 của M. Bokhorst (M66B) NetGuard requires Android 5.1 or later 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 Bằng việc sử dụng NetGuard, bạn đồng ý với GNU General Public License Phiên bản 3 diff --git a/app/src/main/res/values-zh-rCN/strings.xml b/app/src/main/res/values-zh-rCN/strings.xml index 0d11de20..5777f48b 100644 --- a/app/src/main/res/values-zh-rCN/strings.xml +++ b/app/src/main/res/values-zh-rCN/strings.xml @@ -2,7 +2,7 @@ NetGuard 提供简便且专业的方式阻止网络访问 - 无需 root. 可单独允许或拒绝应用和地址访问您的 Wi-Fi 和/或移动数据连接. - 版权所有 \u00A9 2015–2017 by M. Bokhorst (M66B) + 版权所有 \u00A9 2015–2018 by M. Bokhorst (M66B) NetGuard requires Android 5.1 or later 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 使用NetGuard即表明您接受 GNU通用公共许可协议第三版 diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index d9971763..815ca38a 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -1,7 +1,7 @@ NetGuard 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. - Copyright \u00A9 2015–2017 by M. Bokhorst (M66B) + Copyright \u00A9 2015–2018 by M. Bokhorst (M66B) NetGuard requires Android 5.1 or later 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 By using NetGuard, you agree to the GNU General Public License version 3 diff --git a/tools/strings.sh b/tools/strings.sh index 06e11b55..49b918df 100644 --- a/tools/strings.sh +++ b/tools/strings.sh @@ -1,8 +1,7 @@ #!/bin/bash -grep -RIl "\