Prepare for 2018

This commit is contained in:
M66B 2017-12-24 10:12:10 +01:00
parent 77a53b34da
commit b130571b89
98 changed files with 103 additions and 104 deletions

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-2017 by Marcel Bokhorst (M66B)
Copyright 2015-2018 by Marcel Bokhorst (M66B)
*/
import android.os.AsyncTask;

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-2017 by Marcel Bokhorst (M66B)
Copyright 2015-2018 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-2017 by Marcel Bokhorst (M66B)
Copyright 2015-2018 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-2017 by Marcel Bokhorst (M66B)
Copyright 2015-2018 by Marcel Bokhorst (M66B)
*/
import android.content.Intent;

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-2017 by Marcel Bokhorst (M66B)
Copyright 2015-2018 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-2017 by Marcel Bokhorst (M66B)
Copyright 2015-2018 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-2017 by Marcel Bokhorst (M66B)
Copyright 2015-2018 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-2017 by Marcel Bokhorst (M66B)
Copyright 2015-2018 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-2017 by Marcel Bokhorst (M66B)
Copyright 2015-2018 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-2017 by Marcel Bokhorst (M66B)
Copyright 2015-2018 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-2017 by Marcel Bokhorst (M66B)
Copyright 2015-2018 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-2017 by Marcel Bokhorst (M66B)
Copyright 2015-2018 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-2017 by Marcel Bokhorst (M66B)
Copyright 2015-2018 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-2017 by Marcel Bokhorst (M66B)
Copyright 2015-2018 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-2017 by Marcel Bokhorst (M66B)
Copyright 2015-2018 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-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<Object, Integer, Object> {
NotificationManagerCompat.from(context).notify(ServiceSinkhole.NOTIFY_DOWNLOAD, builder.build());
}
}
}

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-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));
}
}
}

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-2017 by Marcel Bokhorst (M66B)
Copyright 2015-2018 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-2017 by Marcel Bokhorst (M66B)
Copyright 2015-2018 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-2017 by Marcel Bokhorst (M66B)
Copyright 2015-2018 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-2017 by Marcel Bokhorst (M66B)
Copyright 2015-2018 by Marcel Bokhorst (M66B)
*/
import android.support.annotation.NonNull;

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-2017 by Marcel Bokhorst (M66B)
Copyright 2015-2018 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-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();
}
}
}
}

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-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
}
}
}
}

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-2017 by Marcel Bokhorst (M66B)
Copyright 2015-2018 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-2017 by Marcel Bokhorst (M66B)
Copyright 2015-2018 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-2017 by Marcel Bokhorst (M66B)
Copyright 2015-2018 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-2017 by Marcel Bokhorst (M66B)
Copyright 2015-2018 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-2017 by Marcel Bokhorst (M66B)
Copyright 2015-2018 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-2017 by Marcel Bokhorst (M66B)
Copyright 2015-2018 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-2017 by Marcel Bokhorst (M66B)
Copyright 2015-2018 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-2017 by Marcel Bokhorst (M66B)
Copyright 2015-2018 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-2017 by Marcel Bokhorst (M66B)
Copyright 2015-2018 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-2017 by Marcel Bokhorst (M66B)
Copyright 2015-2018 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-2017 by Marcel Bokhorst (M66B)
Copyright 2015-2018 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-2017 by Marcel Bokhorst (M66B)
Copyright 2015-2018 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-2017 by Marcel Bokhorst (M66B)
Copyright 2015-2018 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-2017 by Marcel Bokhorst (M66B)
Copyright 2015-2018 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-2017 by Marcel Bokhorst (M66B)
Copyright 2015-2018 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-2017 by Marcel Bokhorst (M66B)
Copyright 2015-2018 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-2017 by Marcel Bokhorst (M66B)
Copyright 2015-2018 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-2017 by Marcel Bokhorst (M66B)
Copyright 2015-2018 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-2017 by Marcel Bokhorst (M66B)
Copyright 2015-2018 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-2017 by Marcel Bokhorst (M66B)
Copyright 2015-2018 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-2017 by Marcel Bokhorst (M66B)
Copyright 2015-2018 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-2017 by Marcel Bokhorst (M66B)
Copyright 2015-2018 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-2017 by Marcel Bokhorst (M66B)
Copyright 2015-2018 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-2017 by Marcel Bokhorst (M66B)
Copyright 2015-2018 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-2017 by Marcel Bokhorst (M66B)
Copyright 2015-2018 by Marcel Bokhorst (M66B)
*/
#include "netguard.h"

View File

@ -2,7 +2,7 @@
<!--Generated by crowdin.com-->
<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_copyright">Copyright \u00A9 20152017 by M. Bokhorst (M66B)</string>
<string name="app_copyright">Copyright \u00A9 20152018 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_license">By using NetGuard, you agree to the <a href="http://www.gnu.org/licenses/gpl.txt">GNU General Public License version 3</a></string>

View File

@ -2,7 +2,7 @@
<!--Generated by crowdin.com-->
<resources>
<string name="app_description">NetGuard يوفر طرق بسيطة ومتقدمة لمنع الوصول إلى شبكة الإنترنت - لا يلزم الجذر. يمكن السماح أو الرفض بشكل فردي الوصول إلى جهاز الواي فاي أو اتصال الجوال.</string>
<string name="app_copyright">حــقــوق الــطــبــع والــنــشــر والــتــوزيــع \u00A9 عام 20152017 من م. بوخورست (M66B)</string>
<string name="app_copyright">حــقــوق الــطــبــع والــنــشــر والــتــوزيــع \u00A9 عام 20152018 من م. بوخورست (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_license">By using NetGuard, you agree to the <a href="http://www.gnu.org/licenses/gpl.txt">GNU General Public License version 3</a></string>

View File

@ -2,7 +2,7 @@
<!--Generated by crowdin.com-->
<resources>
<string name="app_description">NetGuard يوفر طرق بسيطة ومتقدمة لمنع الوصول إلى شبكة الإنترنت - لا يلزم الجذر. يمكن السماح أو الرفض بشكل فردي الوصول إلى جهاز الواي فاي أو اتصال الجوال.</string>
<string name="app_copyright">حــقــوق الــطــبــع والــنــشــر والــتــوزيــع \u00A9 عام 20152017 من م. بوخورست (M66B)</string>
<string name="app_copyright">حــقــوق الــطــبــع والــنــشــر والــتــوزيــع \u00A9 عام 20152018 من م. بوخورست (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_license">By using NetGuard, you agree to the <a href="http://www.gnu.org/licenses/gpl.txt">GNU General Public License version 3</a></string>

View File

@ -2,7 +2,7 @@
<!--Generated by crowdin.com-->
<resources>
<string name="app_description">NetGuard يوفر طرق بسيطة ومتقدمة لمنع الوصول إلى شبكة الإنترنت - لا يلزم الجذر. يمكن السماح أو الرفض بشكل فردي الوصول إلى جهاز الواي فاي أو اتصال الجوال.</string>
<string name="app_copyright">حــقــوق الــطــبــع والــنــشــر والــتــوزيــع \u00A9 عام 20152017 من م. بوخورست (M66B)</string>
<string name="app_copyright">حــقــوق الــطــبــع والــنــشــر والــتــوزيــع \u00A9 عام 20152018 من م. بوخورست (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_license">By using NetGuard, you agree to the <a href="http://www.gnu.org/licenses/gpl.txt">GNU General Public License version 3</a></string>

View File

@ -2,7 +2,7 @@
<!--Generated by crowdin.com-->
<resources>
<string name="app_description">NetGuard يوفر طرق بسيطة ومتقدمة لمنع الوصول إلى شبكة الإنترنت - لا يلزم الجذر. يمكن السماح أو الرفض بشكل فردي الوصول إلى جهاز الواي فاي أو اتصال الجوال.</string>
<string name="app_copyright">حــقــوق الــطــبــع والــنــشــر والــتــوزيــع \u00A9 عام 20152017 من م. بوخورست (M66B)</string>
<string name="app_copyright">حــقــوق الــطــبــع والــنــشــر والــتــوزيــع \u00A9 عام 20152018 من م. بوخورست (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_license">By using NetGuard, you agree to the <a href="http://www.gnu.org/licenses/gpl.txt">GNU General Public License version 3</a></string>

View File

@ -2,7 +2,7 @@
<!--Generated by crowdin.com-->
<resources>
<string name="app_description">NetGuard يوفر طرق بسيطة ومتقدمة لمنع الوصول إلى شبكة الإنترنت - لا يلزم الجذر. يمكن السماح أو الرفض بشكل فردي الوصول إلى جهاز الواي فاي أو اتصال الجوال.</string>
<string name="app_copyright">حــقــوق الــطــبــع والــنــشــر والــتــوزيــع \u00A9 عام 20152017 من م. بوخورست (M66B)</string>
<string name="app_copyright">حــقــوق الــطــبــع والــنــشــر والــتــوزيــع \u00A9 عام 20152018 من م. بوخورست (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_license">By using NetGuard, you agree to the <a href="http://www.gnu.org/licenses/gpl.txt">GNU General Public License version 3</a></string>

View File

@ -2,7 +2,7 @@
<!--Generated by crowdin.com-->
<resources>
<string name="app_description">NetGuard предоставя прост, а също така и по-задълбочен начини за блокиране достъпа до интернет - без нужда от ROOT права. Достъпът на приложенията и адресите чрез Wi-Fi или мобилни данни, могат да се разрешават и забраняват по отделно.</string>
<string name="app_copyright">\u00A9 20152017 автор - M. Bokhorst (M66B). Всички права запазени.</string>
<string name="app_copyright">\u00A9 20152018 автор - 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_license">Използвайки NetGuard, вие се съгласявате със следното лицензионно споразумение: <a href="http://www.gnu.org/licenses/gpl.txt"> GNU General Public License версия 3</a></string>

View File

@ -2,7 +2,7 @@
<!--Generated by crowdin.com-->
<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_copyright">Copyright \u00A9 20152017 by M. Bokhorst (M66B)</string>
<string name="app_copyright">Copyright \u00A9 20152018 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_license">By using NetGuard, you agree to the <a href="http://www.gnu.org/licenses/gpl.txt">GNU General Public License version 3</a></string>

View File

@ -2,7 +2,7 @@
<!--Generated by crowdin.com-->
<resources>
<string name="app_description">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í.</string>
<string name="app_copyright">Copyright \u00A9 20152017 M. Bokhorst (M66B)</string>
<string name="app_copyright">Copyright \u00A9 20152018 M. Bokhorst (M66B)</string>
<string name="app_android">NetGuard vyžaduje Android 5.1 nebo novější</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_license">Používáním aplikace NetGuard souhlasíte s <a href="http://www.gnu.org/licenses/gpl.txt">Obecnou veřejnou licencí GNU verze 3</a></string>

View File

@ -2,7 +2,7 @@
<!--Generated by crowdin.com-->
<resources>
<string name="app_description">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.</string>
<string name="app_copyright">Ophavsrettighed \u00A9 2015-2017 M. Bokhorst (M66B)</string>
<string name="app_copyright">Ophavsrettighed \u00A9 20152018 M. Bokhorst (M66B)</string>
<string name="app_android">NetGuard kræver Android 5.1 eller højere</string>
<string name="app_xposed">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</string>
<string name="app_license">Ved at benytte NetGuard, accepterer du licensaftalen <a href="http://www.gnu.org/licenses/gpl.txt">GNU General Public License version 3</a></string>

View File

@ -2,7 +2,7 @@
<!--Generated by crowdin.com-->
<resources>
<string name="app_description">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.</string>
<string name="app_copyright">Copyright \u00A9 2015-2017 von M. Bokhorst (M66B)</string>
<string name="app_copyright">Copyright \u00A9 20152018 von M. Bokhorst (M66B)</string>
<string name="app_android">NetGuard erfordert Android 5.1 oder höher</string>
<string name="app_xposed">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</string>
<string name="app_license">Mit der Verwendung von NetGuard akzeptieren Sie die <a href="http://www.gnu.org/licenses/gpl.txt">GNU General Public License Version 3</a></string>

View File

@ -2,7 +2,7 @@
<!--Generated by crowdin.com-->
<resources>
<string name="app_description">Το NetGuard παρέχει απλούς αλλά και σύνθετους τρόπους να εμποδίσετε την πρόσβαση στο διαδίκτυο χωρίς να απαιτείται root. Μπορείτε να εμποδίσετε ή να επιτρέψετε ξεχωριστά την πρόσβαση στο WiFI ή/και στη σύνδεση δεδομένων για εφαρμογές και διευθύνσεις που εσείς επιλέγετε.</string>
<string name="app_copyright">Πνευματικά δικαιώματα \u00A9 20152017 από Μ. Bokhorst (M66B)</string>
<string name="app_copyright">Πνευματικά δικαιώματα \u00A9 20152018 από Μ. Bokhorst (M66B)</string>
<string name="app_android">Το NetGuard απαιτεί Android 5.1 ή κάποια νεότερη έκδοση</string>
<string name="app_xposed">Το Xposed προκαλεί πάρα πολλές συντριβές, γεγονός που μπορεί να οδηγήσει στην απομάκρυνση του NetGuard από το Google Play Store, επομένως το NetGuard δεν υποστηρίζεται όταν είναι εγκατεστημένο το Xposed</string>
<string name="app_license">Με τη χρήση του NetGuard, συμφωνείτε με την <a href="http://www.gnu.org/licenses/gpl.txt"> GNU/GPL έκδοση 3</a></string>

View File

@ -2,7 +2,7 @@
<!--Generated by crowdin.com-->
<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_copyright">Copyright \u00A9 20152017 by M. Bokhorst (M66B)</string>
<string name="app_copyright">Copyright \u00A9 20152018 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_license">By using NetGuard, you agree to the <a href="http://www.gnu.org/licenses/gpl.txt">GNU General Public License version 3</a></string>

View File

@ -2,7 +2,7 @@
<!--Generated by crowdin.com-->
<resources>
<string name="app_description">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.</string>
<string name="app_copyright">Copyright \u00A9 20152017 por M. Bokhorst (M66B)</string>
<string name="app_copyright">Copyright \u00A9 20152018 por M. Bokhorst (M66B)</string>
<string name="app_android">NetGuard requiere Android 5.1 o superior</string>
<string name="app_xposed">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</string>
<string name="app_license">Al utilizar NetGuard, acepta la <a href="http://www.gnu.org/licenses/gpl.txt">Licencia Pública General GNU versión 3</a></string>

View File

@ -2,7 +2,7 @@
<!--Generated by crowdin.com-->
<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_copyright">Copyright \u00A9 20152017 by M. Bokhorst (M66B)</string>
<string name="app_copyright">Copyright \u00A9 20152018 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_license">NetGuardi kasutades nõustute <a href="http://www.gnu.org/licenses/gpl.txt"> GNU Üldise avaliku litsentsi versiooniga 3</a></string>

View File

@ -2,7 +2,7 @@
<!--Generated by crowdin.com-->
<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_copyright">Copyright \u00A9 20152017 by M. Bokhorst (M66B)</string>
<string name="app_copyright">Copyright \u00A9 20152018 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_license">By using NetGuard, you agree to the <a href="http://www.gnu.org/licenses/gpl.txt">GNU General Public License version 3</a></string>

View File

@ -2,7 +2,7 @@
<!--Generated by crowdin.com-->
<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_copyright">Copyright \u00A9 20152017 by M. Bokhorst (M66B)</string>
<string name="app_copyright">Copyright \u00A9 20152018 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_license">By using NetGuard, you agree to the <a href="http://www.gnu.org/licenses/gpl.txt">GNU General Public License version 3</a></string>

View File

@ -2,7 +2,7 @@
<!--Generated by crowdin.com-->
<resources>
<string name="app_description">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.</string>
<string name="app_copyright">Copyright \u00A9 2015-2017 M. Bokhorst (M66B)</string>
<string name="app_copyright">Copyright \u00A9 20152018 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_license">Käyttämällä NetGuard ohjelmaa, hyväksyt <a href="http://www.gnu.org/licenses/gpl.txt">GNU General Public License version 3</a></string>

View File

@ -2,7 +2,7 @@
<!--Generated by crowdin.com-->
<resources>
<string name="app_description">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.</string>
<string name="app_copyright">Copyright \u00A9 20152017 par M. Bokhorst (M66B)</string>
<string name="app_copyright">Copyright \u00A9 20152018 par M. Bokhorst (M66B)</string>
<string name="app_android">NetGuard requiert Android 5.1 ou ultérieur</string>
<string name="app_xposed">Xposed provoque de trop nombreux plantages, qui pourraient faire en sorte que NetGuard soit retiré du Google Play Store, donc NetGuard nest pas pris en charge tant que Xposed est installé</string>
<string name="app_license">En utilisant NetGuard, vous acceptez la <a href="http://www.gnu.org/licenses/gpl.txt">GNU General Public License version 3</a></string>

View File

@ -3,7 +3,7 @@
<resources>
<string name="app_description">NetGuard מספקת דרכים פשוטות ומתקדמות לחסום גישה לאינטרנט - ללא צורך ברוט
היא מאפשרת לחסום או לאפשר באופן פרטני גישת יישומים לרשתות Wi-Fi או אינטרנט סלולרי.</string>
<string name="app_copyright">זכויות יוצרים \u00A9 20152017 על ידי מ Bokhorst (M66B)</string>
<string name="app_copyright">זכויות יוצרים \u00A9 20152018 על ידי מ 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_license">על ידי שימוש NetGuard, אתה מסכים <a href="http://www.gnu.org/licenses/gpl.txt"> הרישיון הציבורי הכללי של גנו גרסה 3</a></string>

View File

@ -2,7 +2,7 @@
<!--Generated by crowdin.com-->
<resources>
<string name="app_description">कोई जड़ आवश्यक - NetGuard इंटरनेट के लिए उपयोग ब्लॉक करने के लिए सरल और उन्नत तरीके सुझाता है। आवेदन और पतों को व्यक्तिगत रूप से अनुमति या अपने वाई-फाई और / या मोबाइल कनेक्शन के लिए उपयोग से इनकार किया जा सकता है।</string>
<string name="app_copyright">कॉपीराइट \ u00A9 20152017 एम Bokhorst द्वारा (M66B)</string>
<string name="app_copyright">कॉपीराइट \ u00A9 20152018 एम 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_license">NetGuard का उपयोग करके आप करने के लिए <a href="http://www.gnu.org/licenses/gpl.txt"> जीएनयू जनरल पब्लिक लाइसेंस संस्करण 3 </a> सहमत</string>

View File

@ -2,7 +2,7 @@
<!--Generated by crowdin.com-->
<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_copyright">Autorska prava \u00A9 2015.-2017 M. Bokhorst (M66B)</string>
<string name="app_copyright">Autorska prava \u00A9 2015.2018 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_license">Nastavkom korištenja NetGuard-a, pristajete na <a href="http://www.gnu.org/licenses/gpl.txt">GNU General Public License version 3</a></string>

View File

@ -2,7 +2,7 @@
<!--Generated by crowdin.com-->
<resources>
<string name="app_description">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.</string>
<string name="app_copyright">Copyright \u00A9 2015-2017 by M. Bokhorst (M66B)</string>
<string name="app_copyright">Copyright \u00A9 20152018 by M. Bokhorst (M66B)</string>
<string name="app_android">A NetGuard használatához Android 5.1 vagy újabb szükséges</string>
<string name="app_xposed">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</string>
<string name="app_license">NetGuard használatával elfogadja a<a href="http://www.gnu.org/licenses/gpl.txt">GNU General Public License version 3</a></string>

View File

@ -2,7 +2,7 @@
<!--Generated by crowdin.com-->
<resources>
<string name="app_description">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.</string>
<string name="app_copyright">Hak cipta \u00A9 2015-2017 oleh M. Bokhorst (M66B)</string>
<string name="app_copyright">Hak cipta \u00A9 20152018 oleh M. Bokhorst (M66B)</string>
<string name="app_android">NetGuard membutuhkan Android 5.1 atau yang lebih baru</string>
<string name="app_xposed">Xposed menyebabkan terlalu banyak crash, yang mungkin menyebabkan NetGuard dikeluarkan dari Google Play Store, oleh karena itu NetGuard tidak didukung saat Xposed terinstal</string>
<string name="app_license">Dengan menggunakan NetGuard, Anda menyetujui <a href="http://www.gnu.org/licenses/gpl.txt"> GNU General Public License versi 3 </a></string>

View File

@ -2,7 +2,7 @@
<!--Generated by crowdin.com-->
<resources>
<string name="app_description">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.</string>
<string name="app_copyright">Copyright \u00A9 20152017 by M. Bokhorst (M66B)</string>
<string name="app_copyright">Copyright \u00A9 20152018 by M. Bokhorst (M66B)</string>
<string name="app_android">NetGuard richiede Android 5.1 o più recente</string>
<string name="app_xposed">Xposed provoca troppi crash, di conseguenza NetGuard rischierebbe la rimozione dal Google Play Store. Perciò NetGuard non è supportato quando Xposed è installato.</string>
<string name="app_license">Utilizzando NetGuard, acconsenti a quanto contenuto nella seguente licenza: <a href="http://www.gnu.org/licenses/gpl.txt">GNU General Public License version 3</a></string>

View File

@ -3,7 +3,7 @@
<resources>
<string name="app_description">NetGuard מספקת דרכים פשוטות ומתקדמות לחסום גישה לאינטרנט - ללא צורך ברוט
היא מאפשרת לחסום או לאפשר באופן פרטני גישת יישומים לרשתות Wi-Fi או אינטרנט סלולרי.</string>
<string name="app_copyright">זכויות יוצרים \u00A9 20152017 על ידי מ Bokhorst (M66B)</string>
<string name="app_copyright">זכויות יוצרים \u00A9 20152018 על ידי מ 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_license">על ידי שימוש NetGuard, אתה מסכים <a href="http://www.gnu.org/licenses/gpl.txt"> הרישיון הציבורי הכללי של גנו גרסה 3</a></string>

View File

@ -2,7 +2,7 @@
<!--Generated by crowdin.com-->
<resources>
<string name="app_description">NetGuard は、インターネットへのアクセスをブロックするシンプルで高度な方法を提供します - root 権限は必要ありません。Wi-Fi および/またはモバイル接続へのアクセスを、アプリケーションとアドレスで個別に許可または拒否することができます。</string>
<string name="app_copyright">Copyright \u00A9 2015-2017 by M. Bokhorst (M66B)</string>
<string name="app_copyright">Copyright \u00A9 20152018 by M. Bokhorst (M66B)</string>
<string name="app_android">NetGuard は Android 5.1 以降が必要です</string>
<string name="app_xposed">Xposed があまりにクラッシュを引き起こしすぎるため、NetGuard が Google Play ストアから削除される可能性があります。したがって Xposed がインストールされていると、NetGuard はサポートされていません</string>
<string name="app_license">NetGuard を使用すると <a href="http://www.gnu.org/licenses/gpl.txt">GNU 一般公衆利用許諾書バージョン 3</a> に同意したことになります</string>

View File

@ -2,7 +2,7 @@
<!--Generated by crowdin.com-->
<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_copyright">Copyright \u00A9 20152017 by M. Bokhorst (M66B)</string>
<string name="app_copyright">Copyright \u00A9 20152018 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_license">By using NetGuard, you agree to the <a href="http://www.gnu.org/licenses/gpl.txt">GNU General Public License version 3</a></string>

View File

@ -2,7 +2,7 @@
<!--Generated by crowdin.com-->
<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_copyright">Copyright \u00A9 20152017 by M. Bokhorst (M66B)</string>
<string name="app_copyright">Copyright \u00A9 20152018 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_license">By using NetGuard, you agree to the <a href="http://www.gnu.org/licenses/gpl.txt">GNU General Public License version 3</a></string>

View File

@ -2,7 +2,7 @@
<!--Generated by crowdin.com-->
<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_copyright">Copyright \u00A9 20152017 by M. Bokhorst (M66B)</string>
<string name="app_copyright">Copyright \u00A9 20152018 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_license">By using NetGuard, you agree to the <a href="http://www.gnu.org/licenses/gpl.txt">GNU General Public License version 3</a></string>

View File

@ -2,7 +2,7 @@
<!--Generated by crowdin.com-->
<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_copyright">Copyright \u00A9 2015-2017 door M. Bokhorst (M66B)</string>
<string name="app_copyright">Copyright \u00A9 20152018 door 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_license">Door NetGuard te gebruiken, gaat u akkoord met de <a href="http://www.gnu.org/licenses/gpl.txt">GNU General Public License version 3</a></string>

View File

@ -2,7 +2,7 @@
<!--Generated by crowdin.com-->
<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_copyright">Copyright \u00A9 20152017 by M. Bokhorst (M66B)</string>
<string name="app_copyright">Copyright \u00A9 20152018 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_license">By using NetGuard, you agree to the <a href="http://www.gnu.org/licenses/gpl.txt">GNU General Public License version 3</a></string>

View File

@ -2,7 +2,7 @@
<!--Generated by crowdin.com-->
<resources>
<string name="app_description">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.</string>
<string name="app_copyright">Copyright \u00A9 20152017 by M. Bokhorst (M66B)</string>
<string name="app_copyright">Copyright \u00A9 20152018 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_license">Używając NetGuard, zgadzasz się z <a href="//www.gnu.org/licenses/gpl.txt">GNU General Public License version 3</a></string>

View File

@ -2,7 +2,7 @@
<!--Generated by crowdin.com-->
<resources>
<string name="app_description">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.</string>
<string name="app_copyright">Copyright \u00A9 20152017 por M. Bokhorst (M66B)</string>
<string name="app_copyright">Copyright \u00A9 20152018 por 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_license">Ao usar o NetGuard, você concorda com <a href="http://www.gnu.org/licenses/gpl.txt">GNU General Public License version 3</a></string>

View File

@ -2,7 +2,7 @@
<!--Generated by crowdin.com-->
<resources>
<string name="app_description">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.</string>
<string name="app_copyright">Copyright \u00A9 20152017 por M. Bokhorst (M66B)</string>
<string name="app_copyright">Copyright \u00A9 20152018 por 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_license">Ao usar o NetGuard, está a concordar com a <a href="http://www.gnu.org/licenses/gpl.txt">Licença Pública Geral GNU - versão 3</a></string>

View File

@ -2,7 +2,7 @@
<!--Generated by crowdin.com-->
<resources>
<string name="app_description">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.</string>
<string name="app_copyright">Copyright \u00A9 20152017 by M. Bokhorst (M66B)</string>
<string name="app_copyright">Copyright \u00A9 20152018 by M. Bokhorst (M66B)</string>
<string name="app_android">NetGuard necesită Android 5.1 sau mai nou</string>
<string name="app_xposed">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</string>
<string name="app_license">Folosind NetGuard, sunteti de acord cu <a href="http://www.gnu.org/licenses/gpl.txt">GNU General Public License version 3</a></string>

View File

@ -2,7 +2,7 @@
<!--Generated by crowdin.com-->
<resources>
<string name="app_description">NetGuard обеспечивает простые и широкие способы заблокировать доступ к интернету, который ещё и не требует root-прав. Приложениям и адресам можно индивидуально разрешить или заблокировать доступ к Wi-Fi и/или мобильной связи.</string>
<string name="app_copyright">Авторское право \u00A9 20152017 М. Bokhorst (M66B)</string>
<string name="app_copyright">Авторское право \u00A9 20152018 М. Bokhorst (M66B)</string>
<string name="app_android">Для работы NetGuard требуется Android 5.1 или более поздняя версия</string>
<string name="app_xposed">Xposed вызывает слишком много сбоев, что может привести к удалению NetGuard из магазина Google Play, поэтому NetGuard не поддерживается, пока установлен Xposed</string>
<string name="app_license">Используя NetGuard, вы принимаете <a href="http://www.gnu.org/licenses/gpl.txt">Открытое лицензионное соглашение GNU версии 3</a></string>

View File

@ -2,7 +2,7 @@
<!--Generated by crowdin.com-->
<resources>
<string name="app_description">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.</string>
<string name="app_copyright">Copyright \u00A9 20152017 podľa M. Bokhorst (M66B)</string>
<string name="app_copyright">Copyright \u00A9 20152018 podľa 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_license">Používaním aplikácie NetGuard súhlasíte so <a href="http://www.gnu.org/licenses/gpl.txt">Všeobecnou verejnou licenciou GNU, verzia 3</a></string>

View File

@ -2,7 +2,7 @@
<!--Generated by crowdin.com-->
<resources>
<string name="app_description">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.</string>
<string name="app_copyright">Copyright \u00A9 2015-2017 by M. Bokhorst (M66B)</string>
<string name="app_copyright">Copyright \u00A9 20152018 by M. Bokhorst (M66B)</string>
<string name="app_android">NetGuuard zahteva Android 5.1 ali novejši</string>
<string name="app_xposed">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</string>
<string name="app_license">Z uporabo NetGuard se strinjate s<a href="http://www.gnu.org/licenses/gpl.txt">GNU General Public License version 3</a></string>

View File

@ -2,7 +2,7 @@
<!--Generated by crowdin.com-->
<resources>
<string name="app_description">\'NetGuard\' нуди једноставне и напредне начине блокирања приступа Интернету - не захтева \'root\'. Апликацијама и адресама се може појединачно дозволити или одбити приступ вашој безичној / или мобилној вези.</string>
<string name="app_copyright">Ауторско право \u00A9 20152017 M. Bokhorst (M66B)</string>
<string name="app_copyright">Ауторско право \u00A9 20152018 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_license">Користећи \'NetGuard\', слажете се са <a href="http://www.gnu.org/licenses/gpl.txt">GNU General Public License version 3</a></string>

View File

@ -2,7 +2,7 @@
<!--Generated by crowdin.com-->
<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_copyright">Copyright \u00A9 20152017 by M. Bokhorst (M66B)</string>
<string name="app_copyright">Copyright \u00A9 20152018 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_license">By using NetGuard, you agree to the <a href="http://www.gnu.org/licenses/gpl.txt">GNU General Public License version 3</a></string>

View File

@ -2,7 +2,7 @@
<!--Generated by crowdin.com-->
<resources>
<string name="app_description">NetGuard இணைய - தேவை இல்லை வேர் தடுக்க எளிய மற்றும் மேம்பட்ட வழிகளை வழங்குகிறது. பயன்பாடுகள் மற்றும் முகவரிகளை தனித்தனியாக அனுமதிக்கப்பட்ட அல்லது இயலும் உங்கள் Wi-Fi மற்றும்/அல்லது மொபைல் இணைப்பை அணுகல் மறுக்கப்பட்டது.</string>
<string name="app_copyright">பதிப்புரிமை \u00A9 வாக்கில்2017 மூலம் அவதூறு Bokhorst (M66B)</string>
<string name="app_copyright">பதிப்புரிமை \u00A9 வாக்கில்2018 மூலம் அவதூறு 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_license">NetGuard பயன்படுத்தி, நீங்கள் ஒப்புக்கொள்கிறீர்கள் <a href="http://www.gnu.org/licenses/gpl.txt"> குனு பொது மக்கள் உரிமம் பதிப்பு 3</a></string>

View File

@ -2,7 +2,7 @@
<!--Generated by crowdin.com-->
<resources>
<string name="app_description">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.</string>
<string name="app_copyright">Telif Hakkı \u00A9 20152017 by M. Bokhorst (M66B)</string>
<string name="app_copyright">Telif Hakkı \u00A9 20152018 by M. Bokhorst (M66B)</string>
<string name="app_android">NetGuard, Android 5.1 veya üzerini gerektirir</string>
<string name="app_xposed">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</string>
<string name="app_license">NetGuard kullanarak, <a href="http://www.gnu.org/licenses/gpl.txt"> GNU Genel Kamu Lisansını sürüm 3</a> için kabul ediyorum</string>

View File

@ -2,7 +2,7 @@
<!--Generated by crowdin.com-->
<resources>
<string name="app_description">روتسىز تورنى توسۇشقا بولىدۇ. wifi ۋە سىمسىز تورنى باشقۇرغىلى بولىدۇ.</string>
<string name="app_copyright">Copyright \u00A9 20152017 by M. Bokhorst (M66B)</string>
<string name="app_copyright">Copyright \u00A9 20152018 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_license">By using NetGuard, قۇشۇلشىڭىز كېرەك <a href="http://www.gnu.org/licenses/gpl.txt">GNU General Public License version 3</a></string>

View File

@ -2,7 +2,7 @@
<!--Generated by crowdin.com-->
<resources>
<string name="app_description">NetGuard забезпечує простий і розширений способи блокування доступу в Інтернет - рут не потрібен. Можна надавати або забороняти доступ до Wi-Fi та/або мобільного зв\'язку для кожного додатка й адреси окремо.</string>
<string name="app_copyright">Авторське право \u00A9 M. Bokhorst (M66B), 20152017</string>
<string name="app_copyright">Авторське право \u00A9 M. Bokhorst (M66B), 20152018</string>
<string name="app_android">Для роботи NetGuard необхідна Android 5.1 або пізніша версія</string>
<string name="app_xposed">Xposed спричиняє багато помилок. Це може призвести до видалення NetGuard з магазину Google Play. Тому NetGuard не підтримується, доки встановлено Xposed</string>
<string name="app_license">Користуючись NetGuard, ви погоджуєтесь із <a href="http://www.gnu.org/licenses/gpl.txt">GNU General Public License version 3</a></string>

View File

@ -2,7 +2,7 @@
<!--Generated by crowdin.com-->
<resources>
<string name="app_description">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.</string>
<string name="app_copyright">Bản quyền \u00A9 năm 20152017 của M. Bokhorst (M66B)</string>
<string name="app_copyright">Bản quyền \u00A9 năm 20152018 của 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_license">Bằng việc sử dụng NetGuard, bạn đồng ý với <a href="http://www.gnu.org/licenses/gpl.txt"> GNU General Public License Phiên bản 3</a></string>

View File

@ -2,7 +2,7 @@
<!--Generated by crowdin.com-->
<resources>
<string name="app_description">NetGuard 提供简便且专业的方式阻止网络访问 - 无需 root. 可单独允许或拒绝应用和地址访问您的 Wi-Fi 和/或移动数据连接.</string>
<string name="app_copyright">版权所有 \u00A9 20152017 by M. Bokhorst (M66B)</string>
<string name="app_copyright">版权所有 \u00A9 20152018 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_license">使用NetGuard即表明您接受 <a href="http://www.gnu.org/licenses/gpl.txt">GNU通用公共许可协议第三版</a></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">Copyright \u00A9 20152017 by M. Bokhorst (M66B)</string>
<string name="app_copyright">Copyright \u00A9 20152018 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_license">By using NetGuard, you agree to the <a href="http://www.gnu.org/licenses/gpl.txt">GNU General Public License version 3</a></string>

View File

@ -1,8 +1,7 @@
#!/bin/bash
grep -RIl "\<string name=\"title_donate" app/src/main/res | xargs sed -i -e '/title_donate/d'
grep -RIl "\<string name=\"msg_voluntary" app/src/main/res | xargs sed -i -e '/msg_voluntary/d'
grep -RIl "\<string name=\"title_thanks" app/src/main/res | xargs sed -i -e '/title_thanks/d'
grep -RIl "\<string name=\"app_copyright" app/src/main/res | xargs sed -i -e 's/-2017/2018/g'
grep -RIl "\<string name=\"app_copyright" app/src/main/res | xargs sed -i -e 's/2017/2018/g'
#grep -RIl "\<string name=\"setting_import" app/src/main/res | xargs sed -i -e '/setting_import/a\