mirror of
https://github.com/M66B/NetGuard.git
synced 2025-01-01 12:54:07 +00:00
parent
2a6feef49f
commit
0645b42b89
2 changed files with 6 additions and 3 deletions
|
@ -75,6 +75,9 @@ These issues are caused by bugs in Android, or in the software provided by the m
|
|||
<string name="setting_hosts">Import hosts file</string>
|
||||
|
||||
<string name="setting_technical">Technical information</string>
|
||||
<string name="setting_technical_general">General</string>
|
||||
<string name="setting_technical_networks">Networks</string>
|
||||
<string name="setting_technical_subscription">Subscriptions</string>
|
||||
|
||||
<string name="summary_auto">After disabling using the widget, automatically enable NetGuard again after the selected number of minutes (enter zero to disable this option)</string>
|
||||
<string name="summary_delay">After turning the screen off, keep screen on rules active for the selected number of minutes (enter zero to disable this option)</string>
|
||||
|
|
|
@ -192,12 +192,12 @@
|
|||
android:title="@string/setting_technical">
|
||||
<Preference
|
||||
android:key="technical_info"
|
||||
android:title="General" />
|
||||
android:title="@string/setting_technical_general" />
|
||||
<Preference
|
||||
android:key="technical_network"
|
||||
android:title="Networks" />
|
||||
android:title="@string/setting_technical_networks" />
|
||||
<Preference
|
||||
android:key="technical_subscription"
|
||||
android:title="Subscriptions" />
|
||||
android:title="@string/setting_technical_subscription" />
|
||||
</PreferenceCategory>
|
||||
</PreferenceScreen>
|
||||
|
|
Loading…
Reference in a new issue