| Left: | ||
| Right: |
| OLD | NEW |
|---|---|
| 1 <resources> | 1 <resources> |
| 2 | 2 |
| 3 <!-- Settings Activity/Fragment title for general purpose --> | |
| 3 <string name="fragment_adblock_settings_general_title">Adblock Plus</string> | 4 <string name="fragment_adblock_settings_general_title">Adblock Plus</string> |
| 5 | |
| 6 <!-- Title of SwitchPreference to enable/disable Adblock --> | |
| 4 <string name="fragment_adblock_settings_enabled_title">Adblock Plus</string> | 7 <string name="fragment_adblock_settings_enabled_title">Adblock Plus</string> |
| 8 | |
| 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> | |
| 11 | |
| 12 <!-- Title of MultiSelectListPreference to choose filter lists --> | |
| 5 <string name="fragment_adblock_settings_filter_lists_title">Filter lists</st ring> | 13 <string name="fragment_adblock_settings_filter_lists_title">Filter lists</st ring> |
| 14 | |
| 15 <!-- Summary of MultiSelectListPreference to choose filter lists --> | |
| 6 <string name="fragment_adblock_settings_filter_lists_summary">Add or remove language-specific filter lists</string> | 16 <string name="fragment_adblock_settings_filter_lists_summary">Add or remove language-specific filter lists</string> |
| 17 | |
| 18 <!-- Title of SwitchPreference to enable/disable Acceptable Ads --> | |
| 7 <string name="fragment_adblock_settings_aa_enabled_title">Acceptable Ads</st ring> | 19 <string name="fragment_adblock_settings_aa_enabled_title">Acceptable Ads</st ring> |
| 20 | |
| 21 <!-- Summary of SwitchPreference to enable/disable Acceptable Ads --> | |
| 8 <string name="fragment_adblock_settings_aa_enabled_summary">We\'d like to en courage websites to use straightforward, nonintrusive advertising. That\'s why w e\'ve established strict guidelines to identify Acceptable Ads, which are shown under default settings. If you wish to browse ad-free, you can disable this sett ing at any time.</string> | 22 <string name="fragment_adblock_settings_aa_enabled_summary">We\'d like to en courage websites to use straightforward, nonintrusive advertising. That\'s why w e\'ve established strict guidelines to identify Acceptable Ads, which are shown under default settings. If you wish to browse ad-free, you can disable this sett ing at any time.</string> |
| 23 | |
| 24 <!-- Title of Preference to configure Whitelisted domains --> | |
|
jens
2018/01/31 08:14:59
Minor, but 'whitelisted' should start with a small
anton
2018/01/31 08:18:47
Acknowledged.
| |
| 9 <string name="fragment_adblock_settings_wl_title">Whitelisted domains</strin g> | 25 <string name="fragment_adblock_settings_wl_title">Whitelisted domains</strin g> |
| 26 | |
| 27 <!-- Summary of Preference to configure Whitelisted domains --> | |
|
jens
2018/01/31 08:14:59
Minor, but 'whitelisted' should start with a small
anton
2018/01/31 08:18:47
Acknowledged.
See patch set #4
| |
| 10 <string name="fragment_adblock_settings_wl_summary">Add websites that you wa nt to see ads on to this list</string> | 28 <string name="fragment_adblock_settings_wl_summary">Add websites that you wa nt to see ads on to this list</string> |
| 29 | |
| 30 <!-- Hint of EditText for typing domain in whitelisted domains fragment --> | |
| 11 <string name="fragment_adblock_settings_add_domain">Add domain</string> | 31 <string name="fragment_adblock_settings_add_domain">Add domain</string> |
| 32 | |
| 33 <!-- Text of TextView above the list of whitelisted domains in whitelisted d omains fragment --> | |
| 12 <string name="fragment_adblock_settings_wl_domains">Whitelisted domains</str ing> | 34 <string name="fragment_adblock_settings_wl_domains">Whitelisted domains</str ing> |
| 35 | |
| 36 <!-- Title of ListPreference and Dialog to configure update connection type --> | |
| 13 <string name="fragment_adblock_settings_allowed_connection_type">Configure a utomatic updates</string> | 37 <string name="fragment_adblock_settings_allowed_connection_type">Configure a utomatic updates</string> |
| 38 | |
| 39 <!-- Title of list value #1 for ListPreference for update connection type -- > | |
| 14 <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 | |
| 42 <!-- Title of list value #2 for ListPreference for update connection type -- > | |
| 15 <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 | |
| 45 <!-- Title of list value #3 for ListPreference for update connection type -- > | |
| 16 <string name="fragment_adblock_settings_allowed_connection_type_all">Always< /string> | 46 <string name="fragment_adblock_settings_allowed_connection_type_all">Always< /string> |
| 17 | 47 |
| 18 </resources> | 48 </resources> |
| OLD | NEW |