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

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

Issue 29341117: Issue 3766 - Restore default ABP bookmarks
Patch Set: Removing default bookmarks Created May 10, 2016, 3:36 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,19 +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_title_aboutfirefox">&bookmarks_aboutBrowser;</string>
<string name="bookmarkdefaults_url_aboutfirefox">about:</string>
+ <!-- Icon is automatically generated from R.drawable.bookmarkdefaults_favicon_adblockplus -->
+ <string name="bookmarkdefaults_title_adblockplus">&bookmarks_adblockplus;</string>
+ <string name="bookmarkdefaults_url_adblockplus">https://adblockplus.org</string>
+
+ <!-- Icon is automatically generated from R.drawable.bookmarkdefaults_favicon_acceptableads -->
+ <string name="bookmarkdefaults_title_acceptableads">&bookmarks_acceptableads;</string>
+ <string name="bookmarkdefaults_url_acceptableads">https://acceptableads.org</string>
+
+ <!-- Icon is automatically generated from R.drawable.bookmarkdefaults_favicon_adblockbrowserbetacommunity -->
+ <string name="bookmarkdefaults_title_adblockbrowserbetacommunity">&bookmarks_adblockbrowserbetacommunity;</string>
+ <string name="bookmarkdefaults_url_adblockbrowserbetacommunity">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>
<string name="mixed_content_display_loaded">&mixed_content_display_loaded1;</string>

Powered by Google App Engine
This is Rietveld