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

Side by Side Diff: _locales/en_US/messages.json

Issue 29583568: Issue 5880 - Basic issue reporter implementation (Closed) Base URL: https://hg.adblockplus.org/adblockpluschrome
Patch Set: Do not offer issue reporter for local pages Created Oct. 19, 2017, 2:06 p.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 | issue-reporter.html » ('j') | issue-reporter.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 272 matching lines...) Expand 10 before | Expand all | Expand 10 after
283 } 283 }
284 }, 284 },
285 "line": { 285 "line": {
286 "message": "Line $number$", 286 "message": "Line $number$",
287 "description": "Prepended to error messages to indicate the line number (e.g . \"Line 42: Some error on this line\")", 287 "description": "Prepended to error messages to indicate the line number (e.g . \"Line 42: Some error on this line\")",
288 "placeholders": { 288 "placeholders": {
289 "number": { 289 "number": {
290 "content": "$1" 290 "content": "$1"
291 } 291 }
292 } 292 }
293 },
294 "continue": {
295 "description": "Continue button label",
296 "message": "Continue"
297 },
298 "sendReport": {
299 "message": "Report issue on this page"
300 },
301 "issueReporter_page_title": {
302 "message": "Issue reporter"
303 },
304 "issueReporter_dataCollector_heading": {
305 "message": "Welcome to the issue reporter"
306 },
307 "issueReporter_dataCollector_description": {
308 "message": "Please wait a few moments while Adblock Plus gathers the require d data."
309 },
310 "issueReporter_typeSelector_heading": {
311 "message": "Select issue type"
312 },
313 "issueReporter_typeSelector_description": {
314 "message": "This window will guide you through the steps required for the su bmission of an Adblock Plus issue report. First, please select the type of issue that you are experiencing on this page:"
315 },
316 "issueReporter_falsePositive_label": {
317 "message": "Adblock Plus is blocking too much"
318 },
319 "issueReporter_falsePositive_description": {
320 "message": "Select this option if the page lacks important content, displays incorrectly or fails to function properly. You can determine whether Adblock Pl us is the cause of the problem by disabling it temporarily."
321 },
322 "issueReporter_falseNegative_label": {
323 "message": "Adblock Plus doesn't block an advertisement"
324 },
325 "issueReporter_falseNegative_description": {
326 "message": "Select this option if an advertisement is displayed despite Adbl ock Plus being enabled."
327 },
328 "issueReporter_commentPage_heading": {
329 "message": "Enter comment"
330 },
331 "issueReporter_email_description": {
332 "message": "We encourage you to enter a valid email address so that we can c ontact you if there are questions about your report. It will also allow us to re cognize your contributions and to prioritize them higher."
333 },
334 "issueReporter_email_label": {
335 "message": "Email:"
336 },
337 "issueReporter_anonymousSubmission_label": {
338 "message": "Anonymous submission"
339 },
340 "issueReporter_anonymousSubmission_warning": {
341 "message": "We won't be able to come back to you and will likely prioritize the report lower."
342 },
343 "issueReporter_comment_description": {
344 "message": "The text field below allows you to enter a comment to help us un derstand the issue. This step is optional but recommended if the problem isn't o bvious. You can also review the report data before it is sent."
345 },
346 "issueReporter_comment_label": {
347 "message": "Comment (optional):"
348 },
349 "issueReporter_comment_lengthWarning": {
350 "message": "The length of your comment exceeds 1000 characters. Only the fir st 1000 characters will be sent."
351 },
352 "issueReporter_showData_label": {
353 "message": "Show report data"
354 },
355 "issueReporter_sendButton_label": {
356 "message": "Send report"
357 },
358 "issueReporter_sendPage_heading": {
359 "message": "Send report"
360 },
361 "issueReporter_sending": {
362 "message": "Please wait while Adblock Plus is submitting your report."
363 },
364 "issueReporter_doneButton_label": {
365 "message": "Done"
366 },
367 "issueReporter_confirmationMessage": {
368 "message": "Your report has been saved. You can access it at the following a ddress:"
369 },
370 "issueReporter_knownIssueMessage": {
371 "message": "The issue you reported is probably already known. More informati on:"
372 },
373 "issueReporter_errorMessage": {
374 "message": "An attempt to send the report failed with error code \"?1?\". Pl ease ensure you are connected to the Internet and retry. If the problem persists please request assistance in the [link]Adblock Plus forum[/link]."
375 },
376 "issueReporter_privacyPolicy": {
377 "message": "Privacy policy"
293 } 378 }
294 } 379 }
OLDNEW
« no previous file with comments | « no previous file | issue-reporter.html » ('j') | issue-reporter.js » ('J')

Powered by Google App Engine
This is Rietveld