From bab0f5c709debe4736693c62676c4ec4d7cc28a1 Mon Sep 17 00:00:00 2001 From: M66B Date: Tue, 12 Jul 2016 20:23:59 +0200 Subject: [PATCH] Agree/disagree --- app/src/main/java/eu/faircode/netguard/ActivityMain.java | 4 ++-- app/src/main/res/values-af/strings.xml | 2 ++ app/src/main/res/values-ar-rBH/strings.xml | 2 ++ app/src/main/res/values-ar-rEG/strings.xml | 2 ++ app/src/main/res/values-ar-rSA/strings.xml | 2 ++ app/src/main/res/values-ar-rYE/strings.xml | 2 ++ app/src/main/res/values-ar/strings.xml | 2 ++ app/src/main/res/values-bg/strings.xml | 2 ++ app/src/main/res/values-ca/strings.xml | 2 ++ app/src/main/res/values-cs/strings.xml | 2 ++ app/src/main/res/values-da/strings.xml | 2 ++ app/src/main/res/values-de/strings.xml | 2 ++ app/src/main/res/values-el/strings.xml | 2 ++ app/src/main/res/values-en/strings.xml | 2 ++ app/src/main/res/values-es/strings.xml | 2 ++ app/src/main/res/values-et/strings.xml | 2 ++ app/src/main/res/values-eu/strings.xml | 2 ++ app/src/main/res/values-fi/strings.xml | 2 ++ app/src/main/res/values-fr/strings.xml | 2 ++ app/src/main/res/values-he/strings.xml | 2 ++ app/src/main/res/values-hr/strings.xml | 2 ++ app/src/main/res/values-hu/strings.xml | 2 ++ app/src/main/res/values-it/strings.xml | 2 ++ app/src/main/res/values-iw/strings.xml | 2 ++ app/src/main/res/values-ja/strings.xml | 2 ++ app/src/main/res/values-ko/strings.xml | 2 ++ app/src/main/res/values-lt/strings.xml | 2 ++ app/src/main/res/values-lv/strings.xml | 2 ++ app/src/main/res/values-nl/strings.xml | 2 ++ app/src/main/res/values-no/strings.xml | 2 ++ app/src/main/res/values-pl/strings.xml | 2 ++ app/src/main/res/values-pt-rBR/strings.xml | 2 ++ app/src/main/res/values-pt-rPT/strings.xml | 2 ++ app/src/main/res/values-ro/strings.xml | 2 ++ app/src/main/res/values-ru/strings.xml | 2 ++ app/src/main/res/values-sk/strings.xml | 2 ++ app/src/main/res/values-sl/strings.xml | 2 ++ app/src/main/res/values-sr/strings.xml | 2 ++ app/src/main/res/values-sv-rSE/strings.xml | 2 ++ app/src/main/res/values-tr/strings.xml | 2 ++ app/src/main/res/values-uk/strings.xml | 2 ++ app/src/main/res/values-vi/strings.xml | 2 ++ app/src/main/res/values-zh-rCN/strings.xml | 2 ++ app/src/main/res/values-zh-rTW/strings.xml | 2 ++ app/src/main/res/values/strings.xml | 2 ++ 45 files changed, 90 insertions(+), 2 deletions(-) diff --git a/app/src/main/java/eu/faircode/netguard/ActivityMain.java b/app/src/main/java/eu/faircode/netguard/ActivityMain.java index 6ae813c1..be17e73a 100644 --- a/app/src/main/java/eu/faircode/netguard/ActivityMain.java +++ b/app/src/main/java/eu/faircode/netguard/ActivityMain.java @@ -346,7 +346,7 @@ public class ActivityMain extends AppCompatActivity implements SharedPreferences dialogFirst = new AlertDialog.Builder(this) .setView(view) .setCancelable(false) - .setPositiveButton(android.R.string.yes, new DialogInterface.OnClickListener() { + .setPositiveButton(R.string.app_agree, new DialogInterface.OnClickListener() { @Override public void onClick(DialogInterface dialog, int which) { if (running) { @@ -355,7 +355,7 @@ public class ActivityMain extends AppCompatActivity implements SharedPreferences } } }) - .setNegativeButton(android.R.string.no, new DialogInterface.OnClickListener() { + .setNegativeButton(R.string.app_disagree, new DialogInterface.OnClickListener() { @Override public void onClick(DialogInterface dialog, int which) { if (running) diff --git a/app/src/main/res/values-af/strings.xml b/app/src/main/res/values-af/strings.xml index 10aa99ea..ca4a7300 100644 --- a/app/src/main/res/values-af/strings.xml +++ b/app/src/main/res/values-af/strings.xml @@ -10,6 +10,8 @@ however it is impossible to guarantee NetGuard will work correctly on every devi \n\nBy using NetGuard, you agree to the GNU General Public License version 3 The free version of NetGuard will share anonymized usage data to help improve how NetGuard protects you, by understanding how end users work with NetGuard. This can optionally be disabled after purchasing one or more of the pro features. + I agree + I disagree Search for application Filter applications Show user applications diff --git a/app/src/main/res/values-ar-rBH/strings.xml b/app/src/main/res/values-ar-rBH/strings.xml index b2e4667e..fc66be12 100644 --- a/app/src/main/res/values-ar-rBH/strings.xml +++ b/app/src/main/res/values-ar-rBH/strings.xml @@ -10,6 +10,8 @@ إن النسخة المجانية من NetGuard ستتبادل المعطيات لتحسين كيفية حمايتك، وذلك عن طريق معرفة كيفية التعامل مع .NetGuard مع العلم بأن هذا يمكن تعطيلة إختيارياً بعد شراء واحدة أو أكثر من الميزات المستقبلية. + I agree + I disagree البحث عن تطبيقات تــصــفــيــة الــتــطــبــيــقــات إظهار تطبيقات المستخدم diff --git a/app/src/main/res/values-ar-rEG/strings.xml b/app/src/main/res/values-ar-rEG/strings.xml index b2e4667e..fc66be12 100644 --- a/app/src/main/res/values-ar-rEG/strings.xml +++ b/app/src/main/res/values-ar-rEG/strings.xml @@ -10,6 +10,8 @@ إن النسخة المجانية من NetGuard ستتبادل المعطيات لتحسين كيفية حمايتك، وذلك عن طريق معرفة كيفية التعامل مع .NetGuard مع العلم بأن هذا يمكن تعطيلة إختيارياً بعد شراء واحدة أو أكثر من الميزات المستقبلية. + I agree + I disagree البحث عن تطبيقات تــصــفــيــة الــتــطــبــيــقــات إظهار تطبيقات المستخدم diff --git a/app/src/main/res/values-ar-rSA/strings.xml b/app/src/main/res/values-ar-rSA/strings.xml index b2e4667e..fc66be12 100644 --- a/app/src/main/res/values-ar-rSA/strings.xml +++ b/app/src/main/res/values-ar-rSA/strings.xml @@ -10,6 +10,8 @@ إن النسخة المجانية من NetGuard ستتبادل المعطيات لتحسين كيفية حمايتك، وذلك عن طريق معرفة كيفية التعامل مع .NetGuard مع العلم بأن هذا يمكن تعطيلة إختيارياً بعد شراء واحدة أو أكثر من الميزات المستقبلية. + I agree + I disagree البحث عن تطبيقات تــصــفــيــة الــتــطــبــيــقــات إظهار تطبيقات المستخدم diff --git a/app/src/main/res/values-ar-rYE/strings.xml b/app/src/main/res/values-ar-rYE/strings.xml index b2e4667e..fc66be12 100644 --- a/app/src/main/res/values-ar-rYE/strings.xml +++ b/app/src/main/res/values-ar-rYE/strings.xml @@ -10,6 +10,8 @@ إن النسخة المجانية من NetGuard ستتبادل المعطيات لتحسين كيفية حمايتك، وذلك عن طريق معرفة كيفية التعامل مع .NetGuard مع العلم بأن هذا يمكن تعطيلة إختيارياً بعد شراء واحدة أو أكثر من الميزات المستقبلية. + I agree + I disagree البحث عن تطبيقات تــصــفــيــة الــتــطــبــيــقــات إظهار تطبيقات المستخدم diff --git a/app/src/main/res/values-ar/strings.xml b/app/src/main/res/values-ar/strings.xml index b2e4667e..fc66be12 100644 --- a/app/src/main/res/values-ar/strings.xml +++ b/app/src/main/res/values-ar/strings.xml @@ -10,6 +10,8 @@ إن النسخة المجانية من NetGuard ستتبادل المعطيات لتحسين كيفية حمايتك، وذلك عن طريق معرفة كيفية التعامل مع .NetGuard مع العلم بأن هذا يمكن تعطيلة إختيارياً بعد شراء واحدة أو أكثر من الميزات المستقبلية. + I agree + I disagree البحث عن تطبيقات تــصــفــيــة الــتــطــبــيــقــات إظهار تطبيقات المستخدم diff --git a/app/src/main/res/values-bg/strings.xml b/app/src/main/res/values-bg/strings.xml index 35124ce8..4168c096 100644 --- a/app/src/main/res/values-bg/strings.xml +++ b/app/src/main/res/values-bg/strings.xml @@ -8,6 +8,8 @@ Изключително внимание е вложено при разработката и тестването на NetGuard, въпреки това е невъзможно да се гарантира, че NetGuard ще работи безупречно на всяко устройство. \n\nИзползвайки NetGuard, вие се съгласявате със следното лицензионно споразумение: GNU General Public License версия 3 The free version of NetGuard will share anonymized usage data to help improve how NetGuard protects you, by understanding how end users work with NetGuard. This can optionally be disabled after purchasing one or more of the pro features. + I agree + I disagree Търсене на приложение Филтър по приложения Показване на потребителските приложения diff --git a/app/src/main/res/values-ca/strings.xml b/app/src/main/res/values-ca/strings.xml index 10aa99ea..ca4a7300 100644 --- a/app/src/main/res/values-ca/strings.xml +++ b/app/src/main/res/values-ca/strings.xml @@ -10,6 +10,8 @@ however it is impossible to guarantee NetGuard will work correctly on every devi \n\nBy using NetGuard, you agree to the GNU General Public License version 3 The free version of NetGuard will share anonymized usage data to help improve how NetGuard protects you, by understanding how end users work with NetGuard. This can optionally be disabled after purchasing one or more of the pro features. + I agree + I disagree Search for application Filter applications Show user applications diff --git a/app/src/main/res/values-cs/strings.xml b/app/src/main/res/values-cs/strings.xml index 47243985..8bb2fb9a 100644 --- a/app/src/main/res/values-cs/strings.xml +++ b/app/src/main/res/values-cs/strings.xml @@ -10,6 +10,8 @@ přesto není možné zaručit jeho bezchybné fungování na každém zařízen \n\nPoužíváním NetGuardu souhlasíte s Obecnou veřejnou licencí GNU verze 3 The free version of NetGuard will share anonymized usage data to help improve how NetGuard protects you, by understanding how end users work with NetGuard. This can optionally be disabled after purchasing one or more of the pro features. + I agree + I disagree Hledat aplikaci Filtr aplikací Zobrazit uživatelské aplikace diff --git a/app/src/main/res/values-da/strings.xml b/app/src/main/res/values-da/strings.xml index 686da113..16a8ce0b 100644 --- a/app/src/main/res/values-da/strings.xml +++ b/app/src/main/res/values-da/strings.xml @@ -10,6 +10,8 @@ however it is impossible to guarantee NetGuard will work correctly on every devi \n\nBy using NetGuard, you agree to the GNU General Public License version 3 The free version of NetGuard will share anonymized usage data to help improve how NetGuard protects you, by understanding how end users work with NetGuard. This can optionally be disabled after purchasing one or more of the pro features. + I agree + I disagree Søg efter applikation Filtrer applikationer Vis bruger applikationer diff --git a/app/src/main/res/values-de/strings.xml b/app/src/main/res/values-de/strings.xml index 066f1f7d..17374cbf 100644 --- a/app/src/main/res/values-de/strings.xml +++ b/app/src/main/res/values-de/strings.xml @@ -8,6 +8,8 @@ Die App wurde mit großer Sorgfalt entwickelt und getestet. Es ist leider trotzdem unmöglich zu garantieren, dass NetGuard auf jedem Gerät fehlerfrei funktioniert. \n\nDurch die Verwendung von NetGuard, stimmen Sie der GNU General Public License Version 3 zu Die kostenlose Version von NetGuard teilt anonymisierte Nutzungsdaten zur Verbesserung wie NetGuard Sie schützt bzw. wie die App von Endbenutzern verwendet wird. Dies kann wahlweise nach dem Kauf eines oder mehrerer der Pro-Funktionen deaktiviert werden. + I agree + I disagree Nach App suchen Anwendungen filtern Benutzeranwendungen anzeigen diff --git a/app/src/main/res/values-el/strings.xml b/app/src/main/res/values-el/strings.xml index c3cc81a1..ee6c481d 100644 --- a/app/src/main/res/values-el/strings.xml +++ b/app/src/main/res/values-el/strings.xml @@ -10,6 +10,8 @@ however it is impossible to guarantee NetGuard will work correctly on every devi \n\nBy using NetGuard, you agree to the GNU General Public License version 3 The free version of NetGuard will share anonymized usage data to help improve how NetGuard protects you, by understanding how end users work with NetGuard. This can optionally be disabled after purchasing one or more of the pro features. + I agree + I disagree Αναζήτηση Φίλτρο Χρήστης diff --git a/app/src/main/res/values-en/strings.xml b/app/src/main/res/values-en/strings.xml index 10aa99ea..ca4a7300 100644 --- a/app/src/main/res/values-en/strings.xml +++ b/app/src/main/res/values-en/strings.xml @@ -10,6 +10,8 @@ however it is impossible to guarantee NetGuard will work correctly on every devi \n\nBy using NetGuard, you agree to the GNU General Public License version 3 The free version of NetGuard will share anonymized usage data to help improve how NetGuard protects you, by understanding how end users work with NetGuard. This can optionally be disabled after purchasing one or more of the pro features. + I agree + I disagree Search for application Filter applications Show user applications diff --git a/app/src/main/res/values-es/strings.xml b/app/src/main/res/values-es/strings.xml index 092b3873..40060d9e 100644 --- a/app/src/main/res/values-es/strings.xml +++ b/app/src/main/res/values-es/strings.xml @@ -7,6 +7,8 @@ Al utilizar NetGuard, aceptas la Licencia Pública General GNU versión 3 Se ha tenido gran cuidado para desarrollar y probar NetGuard, sin embargo, es imposible garantizar que NetGuard funcione correctamente en todos los dispositivos. \n\nAl utilizar NetGuard, aceptas la Licencia Pública General GNU versión 3 La versión gratuita de NetGuard compartirá datos de uso anónimos para mejorar la protección, analizando cómo los usuarios finales utilizan la aplicación. Esto se puede desactivar opcionalmente después de comprar una o más características de pago. + I agree + I disagree Buscar aplicación Filtrar aplicaciones Mostrar aplicaciones del usuario diff --git a/app/src/main/res/values-et/strings.xml b/app/src/main/res/values-et/strings.xml index f60d0fb4..a8f51a86 100644 --- a/app/src/main/res/values-et/strings.xml +++ b/app/src/main/res/values-et/strings.xml @@ -10,6 +10,8 @@ however it is impossible to guarantee NetGuard will work correctly on every devi \n\nBy using NetGuard, you agree to the GNU General Public License version 3 The free version of NetGuard will share anonymized usage data to help improve how NetGuard protects you, by understanding how end users work with NetGuard. This can optionally be disabled after purchasing one or more of the pro features. + I agree + I disagree Search for application Filter applications Show user applications diff --git a/app/src/main/res/values-eu/strings.xml b/app/src/main/res/values-eu/strings.xml index 10aa99ea..ca4a7300 100644 --- a/app/src/main/res/values-eu/strings.xml +++ b/app/src/main/res/values-eu/strings.xml @@ -10,6 +10,8 @@ however it is impossible to guarantee NetGuard will work correctly on every devi \n\nBy using NetGuard, you agree to the GNU General Public License version 3 The free version of NetGuard will share anonymized usage data to help improve how NetGuard protects you, by understanding how end users work with NetGuard. This can optionally be disabled after purchasing one or more of the pro features. + I agree + I disagree Search for application Filter applications Show user applications diff --git a/app/src/main/res/values-fi/strings.xml b/app/src/main/res/values-fi/strings.xml index 10aa99ea..ca4a7300 100644 --- a/app/src/main/res/values-fi/strings.xml +++ b/app/src/main/res/values-fi/strings.xml @@ -10,6 +10,8 @@ however it is impossible to guarantee NetGuard will work correctly on every devi \n\nBy using NetGuard, you agree to the GNU General Public License version 3 The free version of NetGuard will share anonymized usage data to help improve how NetGuard protects you, by understanding how end users work with NetGuard. This can optionally be disabled after purchasing one or more of the pro features. + I agree + I disagree Search for application Filter applications Show user applications diff --git a/app/src/main/res/values-fr/strings.xml b/app/src/main/res/values-fr/strings.xml index 79f5b597..df8789a2 100644 --- a/app/src/main/res/values-fr/strings.xml +++ b/app/src/main/res/values-fr/strings.xml @@ -7,6 +7,8 @@ En utilisant NetGuard, vous acceptez la GNU General Public License version 3 Un grand soin a été apporté pour développer et tester NetGuard, cependant il est impossible de garantir que NetGuard fonctionnera correctement sur tous les appareils.\n\nEn utilisant NetGuard, vous acceptez la GNU General Public License version 3 La version gratuite de NetGuard enverra des données d’utilisation anonymes afin d’améliorer la façon dont NetGuard vous protège, en comprenant comment les utilisateurs utilisent NetGuard. Ceci peut éventuellement être désactivé après l’achat d’une ou plusieurs fonctionnalités pro. + I agree + I disagree Rechercher une application Filtrer les applications Afficher les applications utilisateur diff --git a/app/src/main/res/values-he/strings.xml b/app/src/main/res/values-he/strings.xml index 8915f6c8..119f4d5a 100644 --- a/app/src/main/res/values-he/strings.xml +++ b/app/src/main/res/values-he/strings.xml @@ -9,6 +9,8 @@ תשומת לב רבה הוקדשה כדי לפתח ולבדוק את NetGuard, אך זה בלתי אפשרי להבטיח ש-NetGuard תפעל כראוי על כל מכשיר. שימוש בNetGuard מהווה הסכמה לתנאי \n\n הרישיון הציבורי הכללי של גנו גרסה 3 The free version of NetGuard will share anonymized usage data to help improve how NetGuard protects you, by understanding how end users work with NetGuard. This can optionally be disabled after purchasing one or more of the pro features. + I agree + I disagree חפש יישום סנן יישומים הצג יישומי משתמש diff --git a/app/src/main/res/values-hr/strings.xml b/app/src/main/res/values-hr/strings.xml index 10aa99ea..ca4a7300 100644 --- a/app/src/main/res/values-hr/strings.xml +++ b/app/src/main/res/values-hr/strings.xml @@ -10,6 +10,8 @@ however it is impossible to guarantee NetGuard will work correctly on every devi \n\nBy using NetGuard, you agree to the GNU General Public License version 3 The free version of NetGuard will share anonymized usage data to help improve how NetGuard protects you, by understanding how end users work with NetGuard. This can optionally be disabled after purchasing one or more of the pro features. + I agree + I disagree Search for application Filter applications Show user applications diff --git a/app/src/main/res/values-hu/strings.xml b/app/src/main/res/values-hu/strings.xml index 44b66ad5..b25a807c 100644 --- a/app/src/main/res/values-hu/strings.xml +++ b/app/src/main/res/values-hu/strings.xml @@ -8,6 +8,8 @@ Nagy figyelmet fordítanak arra, hogy fejlesszék és teszteljék NetGuard-ot, de arra lehetetlen garanciát vállalni, hogy a NetGuard minden eszközön jól fog működni. \n\nA NetGuard használatával elfogadja a GNU General Public License version 3 licencet A NetGuard ingyenes változata megosztja az anonimizált használati adatait, amelyek révén pontosabban tudja a NetGuard megvédeni, ha megértjük, hogy milyen a végfelhasználók használják a NetGuard-ot. Ez letiltható a megvásárlása után egy vagy több Pro szolgáltatással együtt. + I agree + I disagree Alkalmazás keresése Alkalmazás szűrő Felhasználói alkalmazások mutatása diff --git a/app/src/main/res/values-it/strings.xml b/app/src/main/res/values-it/strings.xml index 80a24eb9..a563b828 100644 --- a/app/src/main/res/values-it/strings.xml +++ b/app/src/main/res/values-it/strings.xml @@ -8,6 +8,8 @@ Si è posta grande cura nello sviluppo e test di NetGuard, tuttavia è impossibile garantire che NetGuard funzionerà correttamente su tutti i dispositivi. \n\nUtilizzando NetGuard, accetti la GNU General Public License versione 3 La versione gratuita di NetGuard condividerà dati di utilizzo anonimi per migliorare la protezione che ti offre, analizzando come gli utenti usano NetGuard. Ciò può essere disabilitato in modo facoltativo dopo l\'acquisto di una o più delle funzionalità pro. + I agree + I disagree Cerca applicazione Filtra applicazioni Mostra applicazioni utente diff --git a/app/src/main/res/values-iw/strings.xml b/app/src/main/res/values-iw/strings.xml index 8915f6c8..119f4d5a 100644 --- a/app/src/main/res/values-iw/strings.xml +++ b/app/src/main/res/values-iw/strings.xml @@ -9,6 +9,8 @@ תשומת לב רבה הוקדשה כדי לפתח ולבדוק את NetGuard, אך זה בלתי אפשרי להבטיח ש-NetGuard תפעל כראוי על כל מכשיר. שימוש בNetGuard מהווה הסכמה לתנאי \n\n הרישיון הציבורי הכללי של גנו גרסה 3 The free version of NetGuard will share anonymized usage data to help improve how NetGuard protects you, by understanding how end users work with NetGuard. This can optionally be disabled after purchasing one or more of the pro features. + I agree + I disagree חפש יישום סנן יישומים הצג יישומי משתמש diff --git a/app/src/main/res/values-ja/strings.xml b/app/src/main/res/values-ja/strings.xml index f379a827..4b1f3f89 100644 --- a/app/src/main/res/values-ja/strings.xml +++ b/app/src/main/res/values-ja/strings.xml @@ -8,6 +8,8 @@ NetGuard は細心の注意を行って開発およびテストしました。しかしながら NetGuard がすべてのデバイスで正常に動作を保証することは不可能です。 \n\nNetGuard を使用することで GNU 一般公衆利用許諾契約書バージョン 3 に同意します NetGuard の無料版は、エンド ・ ユーザーの NetGuard 操作方法を理解することによって、NetGuard があなたを保護する方法を改善するため、匿名の使用状況データを共有します。プロ機能を 1 つ以上購入した後、このオプションを無効にできます。 + I agree + I disagree アプリケーションの検索 アプリケーションをフィルター ユーザー アプリケーションを表示 diff --git a/app/src/main/res/values-ko/strings.xml b/app/src/main/res/values-ko/strings.xml index 7702647c..0c08ce81 100644 --- a/app/src/main/res/values-ko/strings.xml +++ b/app/src/main/res/values-ko/strings.xml @@ -10,6 +10,8 @@ however it is impossible to guarantee NetGuard will work correctly on every devi \n\nBy using NetGuard, you agree to the GNU General Public License version 3 The free version of NetGuard will share anonymized usage data to help improve how NetGuard protects you, by understanding how end users work with NetGuard. This can optionally be disabled after purchasing one or more of the pro features. + I agree + I disagree 앱 검색 Filter applications Show user applications diff --git a/app/src/main/res/values-lt/strings.xml b/app/src/main/res/values-lt/strings.xml index 81eca4c4..2f942741 100644 --- a/app/src/main/res/values-lt/strings.xml +++ b/app/src/main/res/values-lt/strings.xml @@ -10,6 +10,8 @@ however it is impossible to guarantee NetGuard will work correctly on every devi \n\nBy using NetGuard, you agree to the GNU General Public License version 3 The free version of NetGuard will share anonymized usage data to help improve how NetGuard protects you, by understanding how end users work with NetGuard. This can optionally be disabled after purchasing one or more of the pro features. + I agree + I disagree Ieškoti programos Filter applications Show user applications diff --git a/app/src/main/res/values-lv/strings.xml b/app/src/main/res/values-lv/strings.xml index 10aa99ea..ca4a7300 100644 --- a/app/src/main/res/values-lv/strings.xml +++ b/app/src/main/res/values-lv/strings.xml @@ -10,6 +10,8 @@ however it is impossible to guarantee NetGuard will work correctly on every devi \n\nBy using NetGuard, you agree to the GNU General Public License version 3 The free version of NetGuard will share anonymized usage data to help improve how NetGuard protects you, by understanding how end users work with NetGuard. This can optionally be disabled after purchasing one or more of the pro features. + I agree + I disagree Search for application Filter applications Show user applications diff --git a/app/src/main/res/values-nl/strings.xml b/app/src/main/res/values-nl/strings.xml index 113c74eb..8cc965ec 100644 --- a/app/src/main/res/values-nl/strings.xml +++ b/app/src/main/res/values-nl/strings.xml @@ -9,6 +9,8 @@ \n\nDoor gebruik te maken van NetGuard, gaat u akkoord met de GNU General Public Licence versie 3 The free version of NetGuard will share anonymized usage data to help improve how NetGuard protects you, by understanding how end users work with NetGuard. This can optionally be disabled after purchasing one or more of the pro features. + I agree + I disagree Zoek naar toepassing Filter toepassingen Toon gebruikerstoepassingen diff --git a/app/src/main/res/values-no/strings.xml b/app/src/main/res/values-no/strings.xml index 10aa99ea..ca4a7300 100644 --- a/app/src/main/res/values-no/strings.xml +++ b/app/src/main/res/values-no/strings.xml @@ -10,6 +10,8 @@ however it is impossible to guarantee NetGuard will work correctly on every devi \n\nBy using NetGuard, you agree to the GNU General Public License version 3 The free version of NetGuard will share anonymized usage data to help improve how NetGuard protects you, by understanding how end users work with NetGuard. This can optionally be disabled after purchasing one or more of the pro features. + I agree + I disagree Search for application Filter applications Show user applications diff --git a/app/src/main/res/values-pl/strings.xml b/app/src/main/res/values-pl/strings.xml index 672fe8e1..85432bf9 100644 --- a/app/src/main/res/values-pl/strings.xml +++ b/app/src/main/res/values-pl/strings.xml @@ -8,6 +8,8 @@ Wielka staranność została podjęta aby rozwijać i testować NetGuard, jednakże nie jest możliwa gwarancja, iż NetGuard będzie działać poprawnie na każdym urządzeniu.\n\nUżywając NetGuard zgadzasz się z licencją GNU General Public License version 3 The free version of NetGuard will share anonymized usage data to help improve how NetGuard protects you, by understanding how end users work with NetGuard. This can optionally be disabled after purchasing one or more of the pro features. + I agree + I disagree Szukaj aplikacji Filtruj aplikacje Pokaż aplikacje użytkownika diff --git a/app/src/main/res/values-pt-rBR/strings.xml b/app/src/main/res/values-pt-rBR/strings.xml index ac8cce5f..dbae8a30 100644 --- a/app/src/main/res/values-pt-rBR/strings.xml +++ b/app/src/main/res/values-pt-rBR/strings.xml @@ -9,6 +9,8 @@ \n\nUsando o NetGuard, você concorda com GNU General Public License version 3 The free version of NetGuard will share anonymized usage data to help improve how NetGuard protects you, by understanding how end users work with NetGuard. This can optionally be disabled after purchasing one or more of the pro features. + I agree + I disagree Buscar aplicativo Filtrar aplicativos Mostrar apps do usuário diff --git a/app/src/main/res/values-pt-rPT/strings.xml b/app/src/main/res/values-pt-rPT/strings.xml index b220bfd6..2b29639c 100644 --- a/app/src/main/res/values-pt-rPT/strings.xml +++ b/app/src/main/res/values-pt-rPT/strings.xml @@ -7,6 +7,8 @@ Ao usar o NetGuard, você concorda com GNU General Public License version 3 Houve grande cuidado em desenvolver e testar o NetGuard, no entanto é impossível garantir que o NetGuard funcionará correctamente em todos os dispositivos.\n\nAo utilizar o NetGuard você concorda com a GNU General Public License versão 3 A versão gratuita do NetGuard partilhará dados de utilização anónimos para melhorar a forma como o NetGuard o protege, compreendendo como os utilizadores finais trabalham com o NetGuard. Isto pode ser opcionalmente desativado depois de comprar uma ou mais funcionalidades pro. + I agree + I disagree Procurar aplicação Filtrar aplicações Mostrar aplicações de utilizador diff --git a/app/src/main/res/values-ro/strings.xml b/app/src/main/res/values-ro/strings.xml index 654cf35d..e7f0b44d 100644 --- a/app/src/main/res/values-ro/strings.xml +++ b/app/src/main/res/values-ro/strings.xml @@ -8,6 +8,8 @@ NetGuard este dezvoltat si testat cu mare atentie, cu toate acestea este imposibii de garantat ca va functiona corect pe fiecare sau pe orice dispozitiv. \n\nFolosind NetGuard, sunteţi de acord cu GNU General Public License versiunea 3 Versiunea gratuita va partaja date anonimizate despre cum folositi NetGuard care vor fi folosite la imbunatatirea protectiei oferite de aplicatie, prin intelegerea modului in care utilizatorii folosesc NetGuard. Acest lucru poate fi optional dezactivat dupa achizitia uneia sau mai multor caracteristici avansate. + I agree + I disagree Cauta aplicatii Filtreaza aplicatiile Arata aplicatiile utilizatorului diff --git a/app/src/main/res/values-ru/strings.xml b/app/src/main/res/values-ru/strings.xml index b1dbadb3..d939115d 100644 --- a/app/src/main/res/values-ru/strings.xml +++ b/app/src/main/res/values-ru/strings.xml @@ -8,6 +8,8 @@ Было уделено большое внимание разработке и тестированию NetGuard, однако нельзя гарантировать, что NetGuard будет правильно работать на каждом устройстве. \n\nИспользуя NetGuard, вы принимаете Открытое лицензионное соглашение GNU версии 3 Бесплатная версия NetGuard будет делиться анонимными данными об использовании программы, что позволит улучшить NetGuard, увеличить вашу безопасность и понять, как пользователи работают с NetGuard. При необходимости это можно отключить, купив одну или несколько Pro-функций. + I agree + I disagree Поиск приложения Фильтр приложений Показать пользовательские приложения diff --git a/app/src/main/res/values-sk/strings.xml b/app/src/main/res/values-sk/strings.xml index 790d52d1..66e78961 100644 --- a/app/src/main/res/values-sk/strings.xml +++ b/app/src/main/res/values-sk/strings.xml @@ -10,6 +10,8 @@ however it is impossible to guarantee NetGuard will work correctly on every devi \n\nBy using NetGuard, you agree to the GNU General Public License version 3 Bezplatná verzia NetGuard zdieľa údaje o anonymnom používaní na zlepšenie toho, ako vás NetGuard chráni, pochopením ako koncoví používateľa pracujú s NetGuard. Toto zdieľanie môže byť zakázané po zakúpení jednej alebo viacerých pro funkcií. + I agree + I disagree Hľadať aplikáciu Filtrovať aplikácie Zobraziť používateľské aplikácie diff --git a/app/src/main/res/values-sl/strings.xml b/app/src/main/res/values-sl/strings.xml index 10aa99ea..ca4a7300 100644 --- a/app/src/main/res/values-sl/strings.xml +++ b/app/src/main/res/values-sl/strings.xml @@ -10,6 +10,8 @@ however it is impossible to guarantee NetGuard will work correctly on every devi \n\nBy using NetGuard, you agree to the GNU General Public License version 3 The free version of NetGuard will share anonymized usage data to help improve how NetGuard protects you, by understanding how end users work with NetGuard. This can optionally be disabled after purchasing one or more of the pro features. + I agree + I disagree Search for application Filter applications Show user applications diff --git a/app/src/main/res/values-sr/strings.xml b/app/src/main/res/values-sr/strings.xml index 10aa99ea..ca4a7300 100644 --- a/app/src/main/res/values-sr/strings.xml +++ b/app/src/main/res/values-sr/strings.xml @@ -10,6 +10,8 @@ however it is impossible to guarantee NetGuard will work correctly on every devi \n\nBy using NetGuard, you agree to the GNU General Public License version 3 The free version of NetGuard will share anonymized usage data to help improve how NetGuard protects you, by understanding how end users work with NetGuard. This can optionally be disabled after purchasing one or more of the pro features. + I agree + I disagree Search for application Filter applications Show user applications diff --git a/app/src/main/res/values-sv-rSE/strings.xml b/app/src/main/res/values-sv-rSE/strings.xml index 10aa99ea..ca4a7300 100644 --- a/app/src/main/res/values-sv-rSE/strings.xml +++ b/app/src/main/res/values-sv-rSE/strings.xml @@ -10,6 +10,8 @@ however it is impossible to guarantee NetGuard will work correctly on every devi \n\nBy using NetGuard, you agree to the GNU General Public License version 3 The free version of NetGuard will share anonymized usage data to help improve how NetGuard protects you, by understanding how end users work with NetGuard. This can optionally be disabled after purchasing one or more of the pro features. + I agree + I disagree Search for application Filter applications Show user applications diff --git a/app/src/main/res/values-tr/strings.xml b/app/src/main/res/values-tr/strings.xml index 8f2ad9d4..9511640b 100644 --- a/app/src/main/res/values-tr/strings.xml +++ b/app/src/main/res/values-tr/strings.xml @@ -10,6 +10,8 @@ Buna rağmen bazı cihazlarda çalışmayabilir. \n\nNetGuard kullanarak, Genel Kamu Lisansını (GNUv3) kabul etmiş sayılırsınız. The free version of NetGuard will share anonymized usage data to help improve how NetGuard protects you, by understanding how end users work with NetGuard. This can optionally be disabled after purchasing one or more of the pro features. + I agree + I disagree Uygulama ara Uygulama filtresi Kullanıcı uygulamalarını göster diff --git a/app/src/main/res/values-uk/strings.xml b/app/src/main/res/values-uk/strings.xml index 5c7a23f6..3ac1b144 100644 --- a/app/src/main/res/values-uk/strings.xml +++ b/app/src/main/res/values-uk/strings.xml @@ -9,6 +9,8 @@ \n\nВикористовуючи NetGuard, ви погоджуєтесь із Відкритою ліцензійною угодою GNU версії 3 The free version of NetGuard will share anonymized usage data to help improve how NetGuard protects you, by understanding how end users work with NetGuard. This can optionally be disabled after purchasing one or more of the pro features. + I agree + I disagree Пошук додатку Фільтр додатків Додатки користувача diff --git a/app/src/main/res/values-vi/strings.xml b/app/src/main/res/values-vi/strings.xml index 10aa99ea..ca4a7300 100644 --- a/app/src/main/res/values-vi/strings.xml +++ b/app/src/main/res/values-vi/strings.xml @@ -10,6 +10,8 @@ however it is impossible to guarantee NetGuard will work correctly on every devi \n\nBy using NetGuard, you agree to the GNU General Public License version 3 The free version of NetGuard will share anonymized usage data to help improve how NetGuard protects you, by understanding how end users work with NetGuard. This can optionally be disabled after purchasing one or more of the pro features. + I agree + I disagree Search for application Filter applications Show user applications diff --git a/app/src/main/res/values-zh-rCN/strings.xml b/app/src/main/res/values-zh-rCN/strings.xml index 5b883c91..f9561b80 100644 --- a/app/src/main/res/values-zh-rCN/strings.xml +++ b/app/src/main/res/values-zh-rCN/strings.xml @@ -10,6 +10,8 @@ \n\n使用NetGuard即表明您接受 GNU通用公共许可协议第三版 The free version of NetGuard will share anonymized usage data to help improve how NetGuard protects you, by understanding how end users work with NetGuard. This can optionally be disabled after purchasing one or more of the pro features. + I agree + I disagree 搜索应用 筛选应用 显示用户应用 diff --git a/app/src/main/res/values-zh-rTW/strings.xml b/app/src/main/res/values-zh-rTW/strings.xml index c7e872ff..4b1da078 100644 --- a/app/src/main/res/values-zh-rTW/strings.xml +++ b/app/src/main/res/values-zh-rTW/strings.xml @@ -10,6 +10,8 @@ however it is impossible to guarantee NetGuard will work correctly on every devi \n\nBy using NetGuard, you agree to the GNU General Public License version 3 The free version of NetGuard will share anonymized usage data to help improve how NetGuard protects you, by understanding how end users work with NetGuard. This can optionally be disabled after purchasing one or more of the pro features. + I agree + I disagree 搜尋App 篩選程式 顯示使用者程式 diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 5ca3280f..6fc45ac9 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -9,6 +9,8 @@ however it is impossible to guarantee NetGuard will work correctly on every devi \n\nBy using NetGuard, you agree to the GNU General Public License version 3 The free version of NetGuard will share anonymized usage data to help improve how NetGuard protects you, by understanding how end users work with NetGuard. This can optionally be disabled after purchasing one or more of the pro features. + I agree + I disagree Search for application Filter applications