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

Side by Side 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.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | background.js » ('j') | background.js » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "add": { 2 "add": {
3 "description": "This is the label for the 'Add' buttons.", 3 "description": "This is the label for the 'Add' buttons.",
4 "message": "Add" 4 "message": "Add"
5 }, 5 },
6 "add_domain_button": { 6 "add_domain_button": {
7 "message": "Add domain" 7 "message": "Add domain"
8 }, 8 },
9 "add_filter_button": { 9 "add_filter_button": {
10 "message": "Add filter" 10 "message": "Add filter"
(...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after
96 }, 96 },
97 "filters_subscription_lastDownload_invalidData": { 97 "filters_subscription_lastDownload_invalidData": {
98 "message": "Failed, not a valid filters list" 98 "message": "Failed, not a valid filters list"
99 }, 99 },
100 "filters_subscription_lastDownload_invalidURL": { 100 "filters_subscription_lastDownload_invalidURL": {
101 "message": "Failed, not a valid address" 101 "message": "Failed, not a valid address"
102 }, 102 },
103 "filters_viewList_label": { 103 "filters_viewList_label": {
104 "message": "View list" 104 "message": "View list"
105 }, 105 },
106 "firstRun_acceptableAdsExplanation": {
107 "description": "This is the explanation of the acceptable ads feature",
108 "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 an d 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> t his feature at any time."
109 },
110 "firstRun_feature_acceptableAds": {
111 "description": "One of the bullet points in the features list",
112 "message": "Support websites with acceptable ads (read below for more inform ation)"
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.
113 },
114 "firstRun_feature_betterSurfing": {
115 "description": "One of the bullet points in the features list",
116 "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.
117 },
118 "firstRun_feature_improvements": {
119 "description": "One of the bullet points in the features list",
120 "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.
121 },
122 "firstRun_share1": {
123 "description": "First line of text appearing above Facebook/Twitter buttons" ,
124 "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.
125 },
126 "firstRun_share2": {
127 "description": "Second line of text appearing above Facebook/Twitter buttons ",
128 "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.
129 },
130 "firstRun_share3": {
131 "description": "Alternative text to appear above Facebook/Twitter buttons",
132 "message": "Adblock Plus is free and open source. Please support us:"
133 },
134 "firstRun_share3_donate": {
135 "description": "'Donate' button text",
136 "message": "Donate"
137 },
138 "firstRun_share3_or": {
139 "description": "'or' as in 'donate or spread the word'",
140 "message": "or"
141 },
142 "firstRun_title_install": {
143 "description": "This is the page heading on first installation",
144 "message": "Adblock Plus has been installed."
Felix Dahlke 2012/10/02 12:36:04 This sounds a bit technical. How about something l
145 },
146 "firstRun_title_update": {
147 "description": "This is the page heading on update",
148 "message": "Adblock Plus has been updated."
149 },
106 "found_a_bug": { 150 "found_a_bug": {
107 "message": "Found a bug? Want to translate Adblock Plus into your language? Please <a href='$url$'>file a request here</a>.", 151 "message": "Found a bug? Want to translate Adblock Plus into your language? Please <a href='$url$'>file a request here</a>.",
108 "placeholders": { 152 "placeholders": {
109 "url": { 153 "url": {
110 "content": "$1" 154 "content": "$1"
111 } 155 }
112 } 156 }
113 }, 157 },
114 "general": { 158 "general": {
115 "description": "This is a tab heading.", 159 "description": "This is a tab heading.",
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
177 "message": "Subscription title:" 221 "message": "Subscription title:"
178 }, 222 },
179 "update_now": { 223 "update_now": {
180 "message": "Update now" 224 "message": "Update now"
181 }, 225 },
182 "whitelisted_domains": { 226 "whitelisted_domains": {
183 "description": "This is a tab heading.", 227 "description": "This is a tab heading.",
184 "message": "Whitelisted domains" 228 "message": "Whitelisted domains"
185 } 229 }
186 } 230 }
OLDNEW
« no previous file with comments | « no previous file | background.js » ('j') | background.js » ('J')

Powered by Google App Engine
This is Rietveld