mirror of
https://github.com/M66B/NetGuard.git
synced 2025-01-01 12:54:07 +00:00
parent
e171a00b85
commit
dcff6d0761
2 changed files with 9 additions and 0 deletions
|
@ -130,6 +130,14 @@
|
|||
android:prompt="@string/title_ruid"
|
||||
android:textAppearance="@style/TextMedium"
|
||||
android:visibility="gone" />
|
||||
|
||||
<TextView
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginTop="8dp"
|
||||
android:text="@string/title_external"
|
||||
android:textAppearance="@style/TextSmall"
|
||||
android:textStyle="italic" />
|
||||
</LinearLayout>
|
||||
</ScrollView>
|
||||
</LinearLayout>
|
||||
|
|
|
@ -43,6 +43,7 @@ however it is impossible to guarantee NetGuard will work correctly on every devi
|
|||
<string name="title_raddr">Destination address</string>
|
||||
<string name="title_rport">Destination port</string>
|
||||
<string name="title_ruid">Destination application</string>
|
||||
<string name="title_external">For an external server select \'nobody\'</string>
|
||||
|
||||
<string name="setting_defaults">Defaults</string>
|
||||
<string name="setting_whitelist_wifi">Block Wi-Fi</string>
|
||||
|
|
Loading…
Reference in a new issue