Skip to content

Commit

Permalink
Update Translations and prepare for 2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ukanth committed Sep 28, 2016
1 parent e52c900 commit 9ef57e8
Show file tree
Hide file tree
Showing 35 changed files with 446 additions and 140 deletions.
4 changes: 2 additions & 2 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ Changelog AFWall+

Version 2.6.0
* CRITICAL: Connection leak when LAN option is enabled
* CRITICAL: Multiple su process process(su leak)
* CRITICAL: Multiple su process (su leak) when logservice enabled
* Feature: Nougat Support
* Feature: Split screen of Activity (Nougat+)
* Feature: Ability is use device pin/password/+ for app using Android API (Donate)
* Feature: Ability to fetch logs using busybox/toybox/system
* Feature: Improve auto apply rules for specific preference changes
* Using NDK10 for building binary
* Log toast with warning icon
* UI: Log toast with warning icon
* Bug: Improved log storing logic to avoid cpu/battery/hang/crash issues
* Bug: Connectivity change hang notification issue
* Bug: Xposed related and user reported fixes
Expand Down
15 changes: 12 additions & 3 deletions aFWall/src/main/res/values-ar/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@
<string name="log_toggle_failed">خطأ في تبديل حالة السجل</string>
<string name="log_target_failed">Error: Kernel is missing LOG/NFLOG support</string>
<string name="log_cleared">تم مسح السجل</string>
<string name="log_dmesg">Log fetch method</string>
<string name="log_clear_error">خطأ في تنظيف السجل</string>
<string name="log_fetch_error">خطأ في جلب السجل</string>
<string name="log_parse_error">سجل تحليل الخطأ</string>
Expand Down Expand Up @@ -336,6 +337,10 @@
<string name="pref_none">لا شيء</string>
<string name="pref_password">كلمة المرور</string>
<string name="pref_pattern">نمط</string>
<string name="pref_device">Use Device Security Protection</string>
<string name="pref_device_desc">Use device security check to open AFWall+(donate/key feature)</string>
<string name="secure_option">Device is not secured with password/pin</string>
<string name="android_version">This feature only works on Lollipop+ versions of Android</string>
<!--<string name="pref_pin">Pin</string>-->
<string name="set_password">إعداد</string>
<string name="wrong_password">Incorrect password</string>
Expand Down Expand Up @@ -378,10 +383,14 @@
<string name="log_denied">Denied :</string>
<string name="log_times">times</string>
<string name="log_time">time</string>
<string name="log_dst">Last Destination :</string>
<string name="log_src">Last Source :</string>
<string name="log_proto">Last Protocol :</string>
<string name="log_dst">Destination :</string>
<string name="log_src">Source :</string>
<string name="log_proto">Protocol :</string>
<string name="no_data_available">Please enable log service or no data</string>
<string name="loading_data_title">Loading...</string>
<string name="loading_data">Retrieving log data</string>
<string name="switch_old">Switch to old view</string>
<string name="switch_new">Switch to new view</string>
<string name="showlogdetail_title">Application Log Details</string>
<string name="reapply_rules">Kindly reapply the rules due to preference change</string>
</resources>
29 changes: 19 additions & 10 deletions aFWall/src/main/res/values-ast-rES/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -126,11 +126,11 @@
<string name="import_rules">Importar namái les regles</string>
<string name="import_all">Import rules, profile settings, and preferences</string>
<string name="export_rules_success">Exported to </string>
<string name="export_rules_fail">Export failed!</string>
<string name="import_rules_success">Imported from </string>
<string name="import_rules_fail">Import failed!</string>
<string name="export_rules_fail">¡Falló la esportación!</string>
<string name="import_rules_success">Importóse de </string>
<string name="import_rules_fail">¡Falló la importación!</string>
<string name="import_rules_missing">¡Falta\'l ficheru de regles!</string>
<string name="exportConfirm">Export rules to the SD card?</string>
<string name="exportConfirm">¿Esportar regles de la tarxeta SD?</string>
<string name="export_logs_fail">Export to SD card failed!</string>
<string name="export_to_sd">Export to SD card</string>
<!-- Logging -->
Expand All @@ -146,6 +146,7 @@
<string name="log_toggle_failed">Fallu alternando l\'estáu del rexistru</string>
<string name="log_target_failed">Fallu: Al kernel fálta-y sofitu de LOG/NFLOG</string>
<string name="log_cleared">Rexistru llimpiáu</string>
<string name="log_dmesg">Log fetch method</string>
<string name="log_clear_error">Fallu llimpiando\'l rexistru</string>
<string name="log_fetch_error">Fallu diendo en cata\'l rexistru</string>
<string name="log_parse_error">Fallu analizando\'l rexistru</string>
Expand Down Expand Up @@ -336,6 +337,10 @@
<string name="pref_none">Dengún</string>
<string name="pref_password">Contraseña</string>
<string name="pref_pattern">Patrón</string>
<string name="pref_device">Use Device Security Protection</string>
<string name="pref_device_desc">Use device security check to open AFWall+(donate/key feature)</string>
<string name="secure_option">Device is not secured with password/pin</string>
<string name="android_version">This feature only works on Lollipop+ versions of Android</string>
<!--<string name="pref_pin">Pin</string>-->
<string name="set_password">Afitar</string>
<string name="wrong_password">Contraseña incorreuta</string>
Expand Down Expand Up @@ -376,12 +381,16 @@
<string name="permissiondenied_asset">Permission denied to READ/WRITE access for storage. Please give access for copying binaries for AFWall+ </string>
<string name="log_deletedapp">Deleted Application</string>
<string name="log_denied">Denied :</string>
<string name="log_times">times</string>
<string name="log_time">time</string>
<string name="log_dst">Last Destination :</string>
<string name="log_src">Last Source :</string>
<string name="log_proto">Last Protocol :</string>
<string name="log_times">vegaes</string>
<string name="log_time">vegada</string>
<string name="log_dst">Destination :</string>
<string name="log_src">Source :</string>
<string name="log_proto">Protocol :</string>
<string name="no_data_available">Habilita\'l serviciu de rexistru o nun habrá datos, por favor</string>
<string name="loading_data_title">Cargando...</string>
<string name="loading_data">Retrieving log data</string>
<string name="loading_data">Recibiendo rexistru de datos</string>
<string name="switch_old">Switch to old view</string>
<string name="switch_new">Switch to new view</string>
<string name="showlogdetail_title">Application Log Details</string>
<string name="reapply_rules">Kindly reapply the rules due to preference change</string>
</resources>
15 changes: 12 additions & 3 deletions aFWall/src/main/res/values-bn/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@
<string name="log_toggle_failed">কার্যবিবরণী অবস্থা Toggling এ ত্রুটি</string>
<string name="log_target_failed">Error: Kernel is missing LOG/NFLOG support</string>
<string name="log_cleared">কার্যবিবরণী পরিষ্কার করা হয়েছে</string>
<string name="log_dmesg">Log fetch method</string>
<string name="log_clear_error">ত্রুটি কার্যবিবরণী পরিষ্কার করতে</string>
<string name="log_fetch_error">কার্যবিবরণী fetching ত্রুটি</string>
<string name="log_parse_error">কার্যবিবরণী পার্সিং ত্রুটি</string>
Expand Down Expand Up @@ -336,6 +337,10 @@
<string name="pref_none">কোনটি নয়</string>
<string name="pref_password">পাসওয়ার্ড</string>
<string name="pref_pattern">প্যাটার্ন</string>
<string name="pref_device">Use Device Security Protection</string>
<string name="pref_device_desc">Use device security check to open AFWall+(donate/key feature)</string>
<string name="secure_option">Device is not secured with password/pin</string>
<string name="android_version">This feature only works on Lollipop+ versions of Android</string>
<!--<string name="pref_pin">Pin</string>-->
<string name="set_password">বিন্যাস করুন</string>
<string name="wrong_password">Incorrect password</string>
Expand Down Expand Up @@ -378,10 +383,14 @@
<string name="log_denied">Denied :</string>
<string name="log_times">times</string>
<string name="log_time">time</string>
<string name="log_dst">Last Destination :</string>
<string name="log_src">Last Source :</string>
<string name="log_proto">Last Protocol :</string>
<string name="log_dst">Destination :</string>
<string name="log_src">Source :</string>
<string name="log_proto">Protocol :</string>
<string name="no_data_available">Please enable log service or no data</string>
<string name="loading_data_title">Loading...</string>
<string name="loading_data">Retrieving log data</string>
<string name="switch_old">Switch to old view</string>
<string name="switch_new">Switch to new view</string>
<string name="showlogdetail_title">Application Log Details</string>
<string name="reapply_rules">Kindly reapply the rules due to preference change</string>
</resources>
15 changes: 12 additions & 3 deletions aFWall/src/main/res/values-ca/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@
<string name="log_toggle_failed">S\'ha produït un error en conmutar l\'estat del registre</string>
<string name="log_target_failed">Error: Kernel is missing LOG/NFLOG support</string>
<string name="log_cleared">S\'ha esborrat el registre</string>
<string name="log_dmesg">Log fetch method</string>
<string name="log_clear_error">S\'ha produït un error en esborrar el registre</string>
<string name="log_fetch_error">S\'ha produït un error en recollir el registre</string>
<string name="log_parse_error">S\'ha produït un error en analitzar el registre</string>
Expand Down Expand Up @@ -336,6 +337,10 @@
<string name="pref_none">Cap</string>
<string name="pref_password">Contrasenya</string>
<string name="pref_pattern">Patró</string>
<string name="pref_device">Use Device Security Protection</string>
<string name="pref_device_desc">Use device security check to open AFWall+(donate/key feature)</string>
<string name="secure_option">Device is not secured with password/pin</string>
<string name="android_version">This feature only works on Lollipop+ versions of Android</string>
<!--<string name="pref_pin">Pin</string>-->
<string name="set_password">Estableix</string>
<string name="wrong_password">Incorrect password</string>
Expand Down Expand Up @@ -378,10 +383,14 @@
<string name="log_denied">Denied :</string>
<string name="log_times">times</string>
<string name="log_time">time</string>
<string name="log_dst">Last Destination :</string>
<string name="log_src">Last Source :</string>
<string name="log_proto">Last Protocol :</string>
<string name="log_dst">Destination :</string>
<string name="log_src">Source :</string>
<string name="log_proto">Protocol :</string>
<string name="no_data_available">Please enable log service or no data</string>
<string name="loading_data_title">Loading...</string>
<string name="loading_data">Retrieving log data</string>
<string name="switch_old">Switch to old view</string>
<string name="switch_new">Switch to new view</string>
<string name="showlogdetail_title">Application Log Details</string>
<string name="reapply_rules">Kindly reapply the rules due to preference change</string>
</resources>
15 changes: 12 additions & 3 deletions aFWall/src/main/res/values-cs/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@
<string name="log_toggle_failed">Chyba přepnutí stavu záznamů</string>
<string name="log_target_failed">Chyba: v jádru chybí podpora LOG/NFLOG</string>
<string name="log_cleared">Protokol vymazán</string>
<string name="log_dmesg">Metoda sběru protokolu</string>
<string name="log_clear_error">Chyba čištění protokolu</string>
<string name="log_fetch_error">Chyba načítání protokolu</string>
<string name="log_parse_error">Chyba analyzování protokolu</string>
Expand Down Expand Up @@ -337,6 +338,10 @@
<string name="pref_none">Žádný</string>
<string name="pref_password">Heslo</string>
<string name="pref_pattern">Vzor</string>
<string name="pref_device">Použít ochranu zabezpečení zařízení</string>
<string name="pref_device_desc">Použije kontrolu zabezpečení zařízení pro otevření AFWall+ (funkce darovacího klíče)</string>
<string name="secure_option">Zařízení není zabezpečeno heslem/pinem</string>
<string name="android_version">Tato funkce funguje pouze na Androidu verzi Lollipop+</string>
<!--<string name="pref_pin">Pin</string>-->
<string name="set_password">Nastavit</string>
<string name="wrong_password">Nesprávné heslo</string>
Expand Down Expand Up @@ -379,10 +384,14 @@
<string name="log_denied">Zakázáno :</string>
<string name="log_times">krát</string>
<string name="log_time">krát</string>
<string name="log_dst">Poslední cíl :</string>
<string name="log_src">Poslední zdroj :</string>
<string name="log_proto">Poslední protokol :</string>
<string name="log_dst">Cíl:</string>
<string name="log_src">Zdroj:</string>
<string name="log_proto">Protokol:</string>
<string name="no_data_available">Prosím povolte služby protokolování nebo žádná data</string>
<string name="loading_data_title">Načítání...</string>
<string name="loading_data">Načítání dat protokolu</string>
<string name="switch_old">Přepnout do starého zobrazení</string>
<string name="switch_new">Přepnout do nového zobrazení</string>
<string name="showlogdetail_title">Detaily protokolu aplikace</string>
<string name="reapply_rules">Laskavě znovu aplikujte pravidla kvůli změně voleb</string>
</resources>
25 changes: 17 additions & 8 deletions aFWall/src/main/res/values-de/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@
<string name="log_toggle_failed">Fehler beim Ändern des Protokoll-Status!</string>
<string name="log_target_failed">Fehler: Kernel fehlt LOG/NFLOG-Unterstützung</string>
<string name="log_cleared">Protokoll gelöscht!</string>
<string name="log_dmesg">Protokolliermethode</string>
<string name="log_clear_error">Fehler beim Löschen des Protokolls!</string>
<string name="log_fetch_error">Fehler beim Abrufen des Protokolls!</string>
<string name="log_parse_error">Fehler in der Protokollanalyse!</string>
Expand Down Expand Up @@ -218,8 +219,8 @@
<string name="switch_ipv4">IPv4-Regeln einschalten</string>
<!-- Security Preferences -->
<string name="sec_prefs_title">Sicherheit</string>
<string name="usePattern">Sperrmuster anstelle Passwort</string>
<string name="stealthMode">Versteckter Pattern-Modus</string>
<string name="usePattern">Sperrmuster statt Passwort verwenden</string>
<string name="stealthMode">Verdecktes Sperrmuster</string>
<string name="patternMaxTry">Maximale Anzahl an Versuchen</string>
<string name="resetPattern">Entsperrmuster zurücksetzen?</string>
<!-- Device Admin -->
Expand Down Expand Up @@ -264,7 +265,7 @@
<string name="Donate">Spenden</string>
<string name="multi_apply_rules">Regeln bei Profilwechsel anwenden</string>
<string name="multi_apply_rules_info">Regeln beim Profilwechsel laden und anwenden</string>
<string name="multi_user_title">Multi-User-Unterstützung aktivieren</string>
<string name="multi_user_title">Multi-User-Unterstützung</string>
<string name="multi_user_summary">Multi-User-Unterstützung aktivieren (nur im Modus möglich, in dem ausgewählte Elemente blockiert werden)</string>
<string name="device_admin_desc">Erweitere Sicherheit - Deinstallation von AFWall+ verhindern</string>
<string name="traffic_detail_title">Traffic-Details</string>
Expand Down Expand Up @@ -336,6 +337,10 @@
<string name="pref_none">Kein</string>
<string name="pref_password">Passwort</string>
<string name="pref_pattern">Muster</string>
<string name="pref_device">Einstellungen zur Gerätesicherheit verwenden</string>
<string name="pref_device_desc">Gerätesicherheitsprüfung zum Öffnen von AFWall+ verwenden (Funktion in der Spendenversion)</string>
<string name="secure_option">Gerät ist nicht mit Passwort oder PIN gesichert</string>
<string name="android_version">Diese Funktion läuft nur unter Android Versionen ab Lollipop</string>
<!--<string name="pref_pin">Pin</string>-->
<string name="set_password">Festlegen</string>
<string name="wrong_password">Ungültiges Passwort</string>
Expand Down Expand Up @@ -369,7 +374,7 @@
<string name="yTitleDialog">Y-Position festlegen (Zahl)</string>
<string name="error_nonsupported">King-Root erkannt!</string>
<string name="error_nonsupported_details">AFWall+ erkannte eine nicht unterstützte Superuser-App, die Firewall-Regeln übergeht. Da es eine Superuser-App ist, kann AFWall+ dieses Problem nicht beheben.</string>
<string name="lockNotification">Sperrbildschirm-Benachrichtigungen-Symbol ausblenden</string>
<string name="lockNotification">Sperrbildschirm-Benachrichtigung ausblenden</string>
<string name="lockScreenNotification_summary">Permanente Benachrichtigung auf Sperrbildschirm ausblenden</string>
<string name="menu_legend">Legende</string>
<string name="permissiondenied_importexport">AFWall+ hat keine Berechtigung, lesend/schreibend auf den Speicher zuzugreifen. Bitte erlauben Sie den Zugriff, damit Regeln exportiert/importiert werden können. </string>
Expand All @@ -378,10 +383,14 @@
<string name="log_denied">Verweigert:</string>
<string name="log_times">Mal</string>
<string name="log_time">Mal</string>
<string name="log_dst">Letztes Ziel:</string>
<string name="log_src">Letzte Quelle:</string>
<string name="log_proto">Letztes Protokoll:</string>
<string name="no_data_available">Bitte aktivieren Sie den Protokolldienst oder keine Daten</string>
<string name="log_dst">Ziel :</string>
<string name="log_src">Quelle :</string>
<string name="log_proto">Protokoll :</string>
<string name="no_data_available">Bitte aktivieren Sie den Protokolldienst, sonst werden keine Daten gespeichert</string>
<string name="loading_data_title">Wird geladen...</string>
<string name="loading_data">Protokoll wird abgerufen ...</string>
<string name="switch_old">Zur alten Ansicht wechseln</string>
<string name="switch_new">Zur neuen Ansicht wechseln</string>
<string name="showlogdetail_title">Anwendungsprotokolldetails</string>
<string name="reapply_rules">Bitte wenden Sie aufgrund der Einstellungsänderungen die Regeln erneut an.</string>
</resources>
Loading

0 comments on commit 9ef57e8

Please sign in to comment.