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

Unified Diff: adblockplussbrowser/res/values/strings.xml

Issue 29524668: Issue 3916 - Supporting Adding filter lists via URL (Closed)
Patch Set: Use TAG constant for log, fix in MoreBlockingPreferenceCategory Created Oct. 10, 2017, 1:57 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: adblockplussbrowser/res/values/strings.xml
===================================================================
--- a/adblockplussbrowser/res/values/strings.xml
+++ b/adblockplussbrowser/res/values/strings.xml
@@ -44,10 +44,12 @@
<string name="whitelist_remove_dialog_message">"Are you sure you want to remove &lt;b>%1s&lt;/b>?"</string>
<string name="add_subscription_dialog_message">Adding subscription&#8230;</string>
<string name="remove_subscription_dialog_message">Removing subscription&#8230;</string>
<string name="about">About</string>
<string name="privacy_policy">Privacy Policy</string>
<string name="terms_of_use">Terms of Use</string>
<string name="imprint">Imprint</string>
<string name="imprint_text"><![CDATA[<p><b><font color=\"#ffffff\">eyeo GmbH</font></b><br/>Lichtstraße 25<br/>50825 Cologne<br/>Germany</p><p>Support:<br/><a href=\"https://adblockplus.org/forum/\">Adblock Plus Forum</a><br/>Email:<br/><a href=\"mailto:info@eyeo.com\">info@eyeo.com</a><br/>Telephone:<br/>+49 (0)221 / 65028 598<br/>Fax:<br/>+49 (0)221 / 65028 599</p><p>VAT-ID:<br/>DE279292414<br/>District Court Cologne:<br/>HRB 73508</p><p><b><font color=\"#ffffff\">Managing Directors</font></b>:<br/>Till Faida<br/>Felix Dahlke<br/>Steffen Kiedel</p>]]></string>
+ <string name="add_another_list">Add another filter list</string>
+ <string name="add_another_list_url_hint">https://www.example.com/filterlist.txt</string>
</resources>

Powered by Google App Engine
This is Rietveld