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

Side by Side Diff: libadblockplus-android-settings/res/values/adblock_settings_strings.xml

Issue 29769575: Issue 6320 - Add summary for adblock setting (Closed)
Patch Set: Created May 3, 2018, 12:56 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 -->
5 <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
12 <!-- Title of MultiSelectListPreference to choose filter lists -->
6 <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 -->
7 <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 -->
8 <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 -->
9 <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 -->
10 <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 -->
11 <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 -->
12 <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 -->
13 <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 -->
14 <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 -- >
15 <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 -- >
16 <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 -- >
17 <string name="fragment_adblock_settings_allowed_connection_type_all">Always< /string> 46 <string name="fragment_adblock_settings_allowed_connection_type_all">Always< /string>
18 47
19 </resources> 48 </resources>
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld