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

Delta Between Two Patch Sets: _locales/en_US/messages.json

Issue 29680696: [$csp4 adblockpluschrome] Issue 5241 - Add support for Content Security Policy filters (Closed)
Left Patch Set: Created Jan. 26, 2018, 6:05 p.m.
Right Patch Set: Rebased Created March 26, 2018, 6:22 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
Left: Side by side diff | Download
Right: Side by side diff | Download
« no previous file with change/comment | « no previous file | dependencies » ('j') | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
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 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
59 "filter_elemhideemulation_nodomain": { 59 "filter_elemhideemulation_nodomain": {
60 "message": "No active domain specified for extended element hiding filter" 60 "message": "No active domain specified for extended element hiding filter"
61 }, 61 },
62 "filter_invalid_domain": { 62 "filter_invalid_domain": {
63 "message": "Invalid (or empty) domain specified" 63 "message": "Invalid (or empty) domain specified"
64 }, 64 },
65 "filter_invalid_regexp": { 65 "filter_invalid_regexp": {
66 "message": "Invalid regular expression" 66 "message": "Invalid regular expression"
67 }, 67 },
68 "filter_invalid_csp": { 68 "filter_invalid_csp": {
69 "message": "Invalid Content Security Policy" 69 "message": "Invalid Content Security Policy"
kzar 2018/01/26 18:13:15 This message is not being displayed properly so fa
kzar 2018/03/06 15:45:02 Oh, it was an unrelated (and now fixed) bug #6417.
70 }, 70 },
71 "filter_lists": { 71 "filter_lists": {
72 "description": "This is a tab heading.", 72 "description": "This is a tab heading.",
73 "message": "Filter lists" 73 "message": "Filter lists"
74 }, 74 },
75 "filter_must_follow_syntax": { 75 "filter_must_follow_syntax": {
76 "message": "Your filter must follow the <a>Adblock Plus filter syntax</a>." 76 "message": "Your filter must follow the <a>Adblock Plus filter syntax</a>."
77 }, 77 },
78 "filter_unknown_option": { 78 "filter_unknown_option": {
79 "message": "Unknown filter option" 79 "message": "Unknown filter option"
(...skipping 140 matching lines...) Expand 10 before | Expand all | Expand 10 after
220 }, 220 },
221 "stats_label_total": { 221 "stats_label_total": {
222 "description": "This shows the total number of blocked requests in the popup .", 222 "description": "This shows the total number of blocked requests in the popup .",
223 "message": "<strong>$number$</strong> in total", 223 "message": "<strong>$number$</strong> in total",
224 "placeholders": { 224 "placeholders": {
225 "number": { 225 "number": {
226 "content": "$1" 226 "content": "$1"
227 } 227 }
228 } 228 }
229 }, 229 },
230 "stats_over": {
231 "description": "For some numbers the stats share message will say 'I blocked over 123 ads' instead of 'I blocked 123 ads'. This is a reference to the 'over 9000' meme. This string can be translated simply with '$number$' if that meme is n't known to the speakers of the language or if the resulting sentence would sou nd weird otherwise.",
232 "message": "over $number$",
233 "placeholders": {
234 "number": {
235 "content": "$1"
236 }
237 }
238 },
239 "stats_share_download": {
240 "description": "Label for link to adblockplus.org that is attached when the user wants to share the stats on Facebook.",
241 "message": "Download Adblock Plus"
242 },
243 "stats_share_message": { 230 "stats_share_message": {
244 "description": "This message will be posted to social networks if the user d ecides to share the stats.", 231 "description": "This message will be posted to social networks if the user d ecides to share the stats.",
245 "message": "I blocked $number$ ads and trackers thanks to Adblock Plus.", 232 "message": "I blocked $number$ ads and trackers thanks to Adblock Plus.",
246 "placeholders": { 233 "placeholders": {
247 "number": { 234 "number": {
248 "content": "$1" 235 "content": "$1"
249 } 236 }
250 } 237 }
251 },
252 "stats_share_title": {
253 "description": "Label for social media buttons sharing the number of blocked ads",
254 "message": "Share this number"
255 }, 238 },
256 "stats_show_iconnumber": { 239 "stats_show_iconnumber": {
257 "description": "Toggle for displaying the number of blocked ads in the icon. ", 240 "description": "Toggle for displaying the number of blocked ads in the icon. ",
258 "message": "Show number in icon" 241 "message": "Show number in icon"
259 }, 242 },
260 "stats_title": { 243 "stats_title": {
261 "description": "Title for the stats section in the popup.", 244 "description": "Title for the stats section in the popup.",
262 "message": "Ads blocked" 245 "message": "Ads blocked"
263 }, 246 },
264 "subscriptionSelection_location_label": { 247 "subscriptionSelection_location_label": {
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
299 } 282 }
300 }, 283 },
301 "continue": { 284 "continue": {
302 "description": "Continue button label", 285 "description": "Continue button label",
303 "message": "Continue" 286 "message": "Continue"
304 }, 287 },
305 "sendReport": { 288 "sendReport": {
306 "message": "Report issue on this page" 289 "message": "Report issue on this page"
307 } 290 }
308 } 291 }
LEFTRIGHT
« no previous file | dependencies » ('j') | Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Toggle Comments ('s')

Powered by Google App Engine
This is Rietveld