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

Unified Diff: mobile/android/base/strings.xml.in

Issue 29346676: Issue 3766 - Restore default ABP bookmarks (Closed)
Patch Set: Including file removal Created June 20, 2016, 9:20 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: mobile/android/base/strings.xml.in
===================================================================
--- a/mobile/android/base/strings.xml.in
+++ b/mobile/android/base/strings.xml.in
@@ -474,18 +474,31 @@
<string name="filepicker_title">&filepicker_title;</string>
<string name="filepicker_audio_title">&filepicker_audio_title;</string>
<string name="filepicker_image_title">&filepicker_image_title;</string>
<string name="filepicker_video_title">&filepicker_video_title;</string>
<!-- Default bookmarks. We used to use bookmark titles shared with XUL from mobile's
profile/bookmarks.inc (see bug 964946). Don't expose the URLs to L10N. -->
- <string name="bookmarkdefaults_title_aboutfirefox">&bookmarks_about_browser;</string>
- <string name="bookmarkdefaults_url_aboutfirefox">about:</string>
+ <!-- Default Adblock Browser bookmarks. See https://issues.adblockplus.org/ticket/3766 -->
+ <string name="bookmarkdefaults_title_about_browser">&abb_bookmarks_about_browser;</string>
+ <string name="bookmarkdefaults_url_about_browser">about:</string>
+
+ <!-- Icon is automatically generated from R.drawable.bookmarkdefaults_favicon_adblock_plus -->
+ <string name="bookmarkdefaults_title_adblock_plus">&abb_bookmarks_adblock_plus;</string>
+ <string name="bookmarkdefaults_url_adblock_plus">https://adblockplus.org</string>
+
+ <!-- Icon is automatically generated from R.drawable.bookmarkdefaults_favicon_acceptable_ads -->
+ <string name="bookmarkdefaults_title_acceptable_ads">&abb_bookmarks_acceptable_ads;</string>
+ <string name="bookmarkdefaults_url_acceptable_ads">https://acceptableads.org</string>
+
+ <!-- Icon is automatically generated from R.drawable.bookmarkdefaults_favicon_beta_community -->
+ <string name="bookmarkdefaults_title_beta_community">&abb_bookmarks_beta_community;</string>
+ <string name="bookmarkdefaults_url_beta_community">https://adblockplus.org/redirect?link=adblock_browser_android_beta_community</string>
<!-- Site identity popup -->
<string name="identity_connection_secure">&identity_connection_secure;</string>
<string name="identity_connection_insecure">&identity_connection_insecure;</string>
<string name="identity_login_insecure">&identity_login_insecure;</string>
<string name="mixed_content_blocked_all">&mixed_content_blocked_all1;</string>
<string name="mixed_content_blocked_some">&mixed_content_blocked_some1;</string>

Powered by Google App Engine
This is Rietveld