| OLD | NEW |
| 1 <resources> | 1 <resources> |
| 2 | 2 |
| 3 <!-- Settings Activity/Fragment title for general purpose --> | 3 <!-- Settings Activity/Fragment title for general purpose --> |
| 4 <string name="fragment_adblock_settings_general_title">Adblock Plus</string> | 4 <string name="fragment_adblock_settings_general_title">Adblock Plus</string> |
| 5 | 5 |
| 6 <!-- Title of SwitchPreference to enable/disable Adblock --> | 6 <!-- Title of SwitchPreference to enable/disable Adblock --> |
| 7 <string name="fragment_adblock_settings_enabled_title">Adblock Plus</string> | 7 <string name="fragment_adblock_settings_enabled_title">Adblock Plus</string> |
| 8 | 8 |
| 9 <!-- Summary of SwitchPreference to enable/disable Adblock --> | 9 <!-- Summary of SwitchPreference to enable/disable Adblock --> |
| 10 <string name="fragment_adblock_settings_enabled_summary">Allow ad blocking o
n websites in this app</string> | 10 <string name="fragment_adblock_settings_enabled_summary">Allow ad blocking o
n websites in this app</string> |
| (...skipping 28 matching lines...) Expand all Loading... |
| 39 <!-- Title of list value #1 for ListPreference for update connection type --
> | 39 <!-- Title of list value #1 for ListPreference for update connection type --
> |
| 40 <string name="fragment_adblock_settings_allowed_connection_type_wifi_non_met
ered">Non-metered Wi-Fi networks</string> | 40 <string name="fragment_adblock_settings_allowed_connection_type_wifi_non_met
ered">Non-metered Wi-Fi networks</string> |
| 41 | 41 |
| 42 <!-- Title of list value #2 for ListPreference for update connection type --
> | 42 <!-- Title of list value #2 for ListPreference for update connection type --
> |
| 43 <string name="fragment_adblock_settings_allowed_connection_type_wifi">All Wi
-Fi networks</string> | 43 <string name="fragment_adblock_settings_allowed_connection_type_wifi">All Wi
-Fi networks</string> |
| 44 | 44 |
| 45 <!-- Title of list value #3 for ListPreference for update connection type --
> | 45 <!-- Title of list value #3 for ListPreference for update connection type --
> |
| 46 <string name="fragment_adblock_settings_allowed_connection_type_all">Always<
/string> | 46 <string name="fragment_adblock_settings_allowed_connection_type_all">Always<
/string> |
| 47 | 47 |
| 48 </resources> | 48 </resources> |
| OLD | NEW |