Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Delta Between Two Patch Sets: libadblockplus-android-settings/res/values/adblock_settings_strings.xml

Issue 29684564: Issue 6320 - Add summary for adblock setting (Closed)
Left Patch Set: Created Jan. 30, 2018, 8:10 a.m.
Right Patch Set: fixed capitalization Created Jan. 31, 2018, 8:17 a.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
Left: Side by side diff | Download
Right: Side by side diff | Download
« no previous file with change/comment | « no previous file | libadblockplus-android-settings/res/xml/preference_adblock_general.xml » ('j') | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
1 <resources> 1 <resources>
2 2
3 <!-- Settings Activity/Gragment 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
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>
8 11
9 <!-- Title of MultiSelectListPreference to choose filter lists --> 12 <!-- Title of MultiSelectListPreference to choose filter lists -->
10 <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>
11 14
12 <!-- Summary of MultiSelectListPreference to choose filter lists --> 15 <!-- Summary of MultiSelectListPreference to choose filter lists -->
13 <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>
14 17
15 <!-- Title of SwitchPreference to enable/disable Acceptable Ads --> 18 <!-- Title of SwitchPreference to enable/disable Acceptable Ads -->
16 <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>
17 20
18 <!-- Summary of SwitchPreference to enable/disable Acceptable Ads --> 21 <!-- Summary of SwitchPreference to enable/disable Acceptable Ads -->
19 <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>
20 23
21 <!-- Title of Preference to configure Whitelisted domains --> 24 <!-- Title of Preference to configure whitelisted domains -->
22 <string name="fragment_adblock_settings_wl_title">Whitelisted domains</strin g> 25 <string name="fragment_adblock_settings_wl_title">Whitelisted domains</strin g>
23 26
24 <!-- Summary of Preference to configure Whitelisted domains --> 27 <!-- Summary of Preference to configure whitelisted domains -->
25 <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>
26 29
27 <!-- Hint of EditText for typing domain in whitelisted domains fragment --> 30 <!-- Hint of EditText for typing domain in whitelisted domains fragment -->
28 <string name="fragment_adblock_settings_add_domain">Add domain</string> 31 <string name="fragment_adblock_settings_add_domain">Add domain</string>
29 32
30 <!-- 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 -->
31 <string name="fragment_adblock_settings_wl_domains">Whitelisted domains</str ing> 34 <string name="fragment_adblock_settings_wl_domains">Whitelisted domains</str ing>
32 35
33 <!-- Title of ListPreference and Dialog to configure update connection type --> 36 <!-- Title of ListPreference and Dialog to configure update connection type -->
34 <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>
35 38
36 <!-- Title of list value #1 for ListPreference for update connection type -- > 39 <!-- Title of list value #1 for ListPreference for update connection type -- >
37 <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>
38 41
39 <!-- Title of list value #2 for ListPreference for update connection type -- > 42 <!-- Title of list value #2 for ListPreference for update connection type -- >
40 <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>
41 44
42 <!-- Title of list value #3 for ListPreference for update connection type -- > 45 <!-- Title of list value #3 for ListPreference for update connection type -- >
43 <string name="fragment_adblock_settings_allowed_connection_type_all">Always< /string> 46 <string name="fragment_adblock_settings_allowed_connection_type_all">Always< /string>
44 47
45 </resources> 48 </resources>
LEFTRIGHT

Powered by Google App Engine
This is Rietveld