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

Unified Diff: locale/en_US/firstRun.json

Issue 29565721: No Issue - Implemented first run page Base URL: https://hg.adblockplus.org/adblockplusui/
Patch Set: Addressed latest round of feedback Created Jan. 30, 2018, 2:06 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: locale/en_US/firstRun.json
===================================================================
--- a/locale/en_US/firstRun.json
+++ b/locale/en_US/firstRun.json
@@ -1,38 +1,98 @@
{
- "firstRun_acceptableAdsExplanation": {
- "message": "We'd like to encourage websites to use straightforward, unobtrusive advertising. That's why we've established <a>strict guidelines</a> to identify acceptable ads, which are shown under default settings. If you still want to block every ad you can <a>disable</a> this in a few seconds."
- },
- "firstRun_acceptableAdsHeadline": {
- "message": "Annoying ads will now be blocked"
- },
- "firstRun_abbPromotionHeadline": {
- "message": "Got a smartphone or a tablet?"
- },
- "firstRun_abbButtonTitle": {
- "message": "Get Adblock Browser here"
- },
- "firstRun_abbButtonSubtitle": {
- "message": "Available for Android and iOS"
+ "firstRun_aboutLink": {
+ "message": "About"
},
- "firstRun_contributor_credits": {
- "message": "Contributor Credits"
- },
- "firstRun_donate": {
- "message": "donate"
- },
- "firstRun_donate_label": {
- "message": "Support our project"
+ "firstRun_featuresLink": {
+ "message": "Features"
},
- "firstRun_filterlistsReinitializedWarning": {
- "message": "It seems that an issue caused all filters to be removed and we were unable to restore a backup. Therefore we had to reset your filters and Acceptable Ads settings. Please check your filter lists and Acceptable Ads settings in the <a>Adblock Plus options</a>."
+ "firstRun_reportAnIssueLink": {
+ "message": "Report an issue"
},
- "firstRun_share": {
- "message": "Tell your friends"
- },
- "firstRun_share_headline": {
- "message": "<a>Give us a hand</a> in making the web a better place"
+ "firstRun_contributeLink": {
+ "message": "Contribute"
},
"firstRun_title": {
- "message": "Adblock Plus has been installed"
+ "message": "Installation Successful!"
+ },
+ "firstRun_subtitle": {
+ "message": "You just took control of your browser"
+ },
+ "firstRun_columnOneTitle": {
+ "message": "YOU'RE IN CONTROL"
Thomas Greiner 2018/02/16 16:19:14 Some strings in this file are still in all-caps.
+ },
+ "firstRun_controlDescription": {
+ "message": "By default, you may see some nonintrusive ads that adhere to strict criteria. We identify these ads as Acceptable Ads. Prefer to block all ads? <a>Turn off Acceptable Ads</a> feature in seconds."
+ },
+ "firstRun_configure-button": {
+ "message": "Configure Settings"
+ },
+ "firstRun_columnTwoTitle": {
+ "message": "ADBLOCK BROWSER APP"
+ },
+ "firstRun_browserAppDescription": {
+ "message": "From the team behind Adblock Plus, the most popular ad blocker for desktop browsers, Adblock Browser is now available for your Android and iOS devices."
+ },
+ "firstRun_columnThreeTitle": {
+ "message": "FAIR USE"
+ },
+ "firstRun_fairUseDescription": {
+ "message": "We encourage you to make fair use of Adblock Plus and the option to whitelist websites. Depending on the filters you use, you understand and accept that unintentional results might occur (e.g. blocked content on a website). Refer to the <a>Terms of Use</a> for more information about fair use of Adblock Plus."
+ },
+ "firstRun_footerResourcesHeader": {
+ "message": "Resources"
+ },
+ "firstRun_footerAcceptableAdsLink": {
+ "message": "Acceptable Ads"
+ },
+ "firstRun_footerDocumentationLink": {
+ "message": "Documentation"
+ },
+ "firstRun_footerForAdminsLink": {
+ "message": "For admins"
+ },
+ "firstRun_footerCommunityHeader": {
+ "message": "Community"
+ },
+ "firstRun_footerAnnouncementsLink": {
+ "message": "Announcements"
+ },
+ "firstRun_footerBlogLink": {
+ "message": "Blog"
+ },
+ "firstRun_footerForumLink": {
+ "message": "Forum"
+ },
+ "firstRun_footerDevelopmentBuildsLink": {
+ "message": "Development builds"
+ },
+ "firstRun_footerDevelopmentHeader": {
+ "message": "Development"
+ },
+ "firstRun_footerSourceCodeLink": {
+ "message": "Source Code"
+ },
+ "firstRun_footerRoadmapLink": {
+ "message": "Roadmap"
+ },
+ "firstRun_footerToolsLink": {
+ "message": "Tools"
+ },
+ "firstRun_footerJobsLink": {
+ "message": "Jobs"
+ },
+ "firstRun_footerFollowUsHeader": {
+ "message": "Follow Us On"
+ },
+ "firstRun_footerCopyright": {
+ "message": "Copyright © 2017 All rights reserved. Adblock Plus® is a registered trademark of <a>eyeo GmbH.</a>"
Thomas Greiner 2018/02/16 16:19:15 Detail: Let's not hardcode the year because that m
+ },
+ "firstRun_footerTermsOfUseLink": {
+ "message": "Terms of use"
+ },
+ "firstRun_footerPrivacyPolicyLink": {
+ "message": "Privacy policy"
+ },
+ "firstRun_footerLegalNoticeLink": {
+ "message": "Legal notice"
}
}

Powered by Google App Engine
This is Rietveld