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

Unified Diff: _locales/en/messages.json

Issue 8403145: First attempt at creating a first-run page (Closed)
Patch Set: Now with downscaling for smaller screens Created Oct. 1, 2012, 5:56 a.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
« no previous file with comments | « no previous file | background.js » ('j') | background.js » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: _locales/en/messages.json
===================================================================
--- a/_locales/en/messages.json
+++ b/_locales/en/messages.json
@@ -98,16 +98,60 @@
"message": "Failed, not a valid filters list"
},
"filters_subscription_lastDownload_invalidURL": {
"message": "Failed, not a valid address"
},
"filters_viewList_label": {
"message": "View list"
},
+ "firstRun_acceptableAdsExplanation": {
+ "description": "This is the explanation of the acceptable ads feature",
+ "message": "<strong>Adblock Plus automatically blocks annoying ads.</strong> Adblock Plus has also been configured to <a>allow some advertising</a> that is considered non-annoying. These ads have to follow <a>strict guidelines</a>, e.g. they cannot be animated and there has to be clear separation between content and ads. By allowing some carefully selected ads you support websites that rely on advertising but choose to do it in a non-intrusve way. You can <a>disable</a> this feature at any time."
+ },
+ "firstRun_feature_acceptableAds": {
+ "description": "One of the bullet points in the features list",
+ "message": "Support websites with acceptable ads (read below for more information)"
Felix Dahlke 2012/10/02 12:36:04 "by allowing" instead of "with"? "read more below"
Felix Dahlke 2012/10/15 14:55:05 Done.
+ },
+ "firstRun_feature_betterSurfing": {
+ "description": "One of the bullet points in the features list",
+ "message": "Surf the web without annoying ads"
Felix Dahlke 2012/10/02 12:36:04 "Enjoy" instead of "Surf"?
Felix Dahlke 2012/10/15 14:55:05 Done.
+ },
+ "firstRun_feature_improvements": {
+ "description": "One of the bullet points in the features list",
+ "message": "Many other improvements (<a>view changelog</a>)"
Felix Dahlke 2012/10/02 12:36:04 As you suggested, maybe we can say "Constantly imp
Felix Dahlke 2012/10/15 14:55:05 Done.
+ },
+ "firstRun_share1": {
+ "description": "First line of text appearing above Facebook/Twitter buttons",
+ "message": "Do you like blocking ads?"
Felix Dahlke 2012/10/02 12:36:04 As I said yesterday, this is a very important line
Felix Dahlke 2012/10/15 14:55:05 Done.
+ },
+ "firstRun_share2": {
+ "description": "Second line of text appearing above Facebook/Twitter buttons",
+ "message": "Please spread the word!"
Felix Dahlke 2012/10/02 12:36:04 Likewise, this is important. Some more ideas by me
Felix Dahlke 2012/10/15 14:55:05 Done.
+ },
+ "firstRun_share3": {
+ "description": "Alternative text to appear above Facebook/Twitter buttons",
+ "message": "Adblock Plus is free and open source. Please support us:"
+ },
+ "firstRun_share3_donate": {
+ "description": "'Donate' button text",
+ "message": "Donate"
+ },
+ "firstRun_share3_or": {
+ "description": "'or' as in 'donate or spread the word'",
+ "message": "or"
+ },
+ "firstRun_title_install": {
+ "description": "This is the page heading on first installation",
+ "message": "Adblock Plus has been installed."
Felix Dahlke 2012/10/02 12:36:04 This sounds a bit technical. How about something l
+ },
+ "firstRun_title_update": {
+ "description": "This is the page heading on update",
+ "message": "Adblock Plus has been updated."
+ },
"found_a_bug": {
"message": "Found a bug? Want to translate Adblock Plus into your language? Please <a href='$url$'>file a request here</a>.",
"placeholders": {
"url": {
"content": "$1"
}
}
},
« no previous file with comments | « no previous file | background.js » ('j') | background.js » ('J')

Powered by Google App Engine
This is Rietveld