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

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

Issue 29583568: Issue 5880 - Basic issue reporter implementation (Closed) Base URL: https://hg.adblockplus.org/adblockpluschrome
Left Patch Set: Created Oct. 19, 2017, 12:28 p.m.
Right 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:
Left: Side by side diff | Download
Right: Side by side diff | Download
« no previous file with change/comment | « 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')
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 352 matching lines...) Expand 10 before | Expand all | Expand 10 after
363 }, 363 },
364 "issueReporter_doneButton_label": { 364 "issueReporter_doneButton_label": {
365 "message": "Done" 365 "message": "Done"
366 }, 366 },
367 "issueReporter_confirmationMessage": { 367 "issueReporter_confirmationMessage": {
368 "message": "Your report has been saved. You can access it at the following a ddress:" 368 "message": "Your report has been saved. You can access it at the following a ddress:"
369 }, 369 },
370 "issueReporter_knownIssueMessage": { 370 "issueReporter_knownIssueMessage": {
371 "message": "The issue you reported is probably already known. More informati on:" 371 "message": "The issue you reported is probably already known. More informati on:"
372 }, 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 },
373 "issueReporter_privacyPolicy": { 376 "issueReporter_privacyPolicy": {
374 "message": "Privacy policy" 377 "message": "Privacy policy"
375 } 378 }
376 } 379 }
LEFTRIGHT

Powered by Google App Engine
This is Rietveld