Left: | ||
Right: |
LEFT | RIGHT |
---|---|
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> |
11 | 11 |
12 <!-- Title of MultiSelectListPreference to choose filter lists --> | 12 <!-- Title of MultiSelectListPreference to choose filter lists --> |
13 <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 | 14 |
15 <!-- Summary of MultiSelectListPreference to choose filter lists --> | 15 <!-- Summary of MultiSelectListPreference to choose filter lists --> |
16 <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 | 17 |
18 <!-- Title of SwitchPreference to enable/disable Acceptable Ads --> | 18 <!-- Title of SwitchPreference to enable/disable Acceptable Ads --> |
19 <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 | 20 |
21 <!-- Summary of SwitchPreference to enable/disable Acceptable Ads --> | 21 <!-- Summary of SwitchPreference to enable/disable Acceptable Ads --> |
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> | 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 | 23 |
24 <!-- Title of Preference to configure Whitelisted domains --> | 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.
| |
25 <string name="fragment_adblock_settings_wl_title">Whitelisted domains</strin g> | 25 <string name="fragment_adblock_settings_wl_title">Whitelisted domains</strin g> |
26 | 26 |
27 <!-- Summary of Preference to configure Whitelisted domains --> | 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
| |
28 <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 | 29 |
30 <!-- Hint of EditText for typing domain in whitelisted domains fragment --> | 30 <!-- Hint of EditText for typing domain in whitelisted domains fragment --> |
31 <string name="fragment_adblock_settings_add_domain">Add domain</string> | 31 <string name="fragment_adblock_settings_add_domain">Add domain</string> |
32 | 32 |
33 <!-- Text of TextView above the list of whitelisted domains in whitelisted d omains fragment --> | 33 <!-- Text of TextView above the list of whitelisted domains in whitelisted d omains fragment --> |
34 <string name="fragment_adblock_settings_wl_domains">Whitelisted domains</str ing> | 34 <string name="fragment_adblock_settings_wl_domains">Whitelisted domains</str ing> |
35 | 35 |
36 <!-- Title of ListPreference and Dialog to configure update connection type --> | 36 <!-- Title of ListPreference and Dialog to configure update connection type --> |
37 <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 | 38 |
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> |
LEFT | RIGHT |