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

Unified 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.
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 | issue-reporter.html » ('j') | issue-reporter.js » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: _locales/en_US/messages.json
===================================================================
--- a/_locales/en_US/messages.json
+++ b/_locales/en_US/messages.json
@@ -285,10 +285,95 @@
"line": {
"message": "Line $number$",
"description": "Prepended to error messages to indicate the line number (e.g. \"Line 42: Some error on this line\")",
"placeholders": {
"number": {
"content": "$1"
}
}
+ },
+ "continue": {
+ "description": "Continue button label",
+ "message": "Continue"
+ },
+ "sendReport": {
+ "message": "Report issue on this page"
+ },
+ "issueReporter_page_title": {
+ "message": "Issue reporter"
+ },
+ "issueReporter_dataCollector_heading": {
+ "message": "Welcome to the issue reporter"
+ },
+ "issueReporter_dataCollector_description": {
+ "message": "Please wait a few moments while Adblock Plus gathers the required data."
+ },
+ "issueReporter_typeSelector_heading": {
+ "message": "Select issue type"
+ },
+ "issueReporter_typeSelector_description": {
+ "message": "This window will guide you through the steps required for the submission of an Adblock Plus issue report. First, please select the type of issue that you are experiencing on this page:"
+ },
+ "issueReporter_falsePositive_label": {
+ "message": "Adblock Plus is blocking too much"
+ },
+ "issueReporter_falsePositive_description": {
+ "message": "Select this option if the page lacks important content, displays incorrectly or fails to function properly. You can determine whether Adblock Plus is the cause of the problem by disabling it temporarily."
+ },
+ "issueReporter_falseNegative_label": {
+ "message": "Adblock Plus doesn't block an advertisement"
+ },
+ "issueReporter_falseNegative_description": {
+ "message": "Select this option if an advertisement is displayed despite Adblock Plus being enabled."
+ },
+ "issueReporter_commentPage_heading": {
+ "message": "Enter comment"
+ },
+ "issueReporter_email_description": {
+ "message": "We encourage you to enter a valid email address so that we can contact you if there are questions about your report. It will also allow us to recognize your contributions and to prioritize them higher."
+ },
+ "issueReporter_email_label": {
+ "message": "Email:"
+ },
+ "issueReporter_anonymousSubmission_label": {
+ "message": "Anonymous submission"
+ },
+ "issueReporter_anonymousSubmission_warning": {
+ "message": "We won't be able to come back to you and will likely prioritize the report lower."
+ },
+ "issueReporter_comment_description": {
+ "message": "The text field below allows you to enter a comment to help us understand the issue. This step is optional but recommended if the problem isn't obvious. You can also review the report data before it is sent."
+ },
+ "issueReporter_comment_label": {
+ "message": "Comment (optional):"
+ },
+ "issueReporter_comment_lengthWarning": {
+ "message": "The length of your comment exceeds 1000 characters. Only the first 1000 characters will be sent."
+ },
+ "issueReporter_showData_label": {
+ "message": "Show report data"
+ },
+ "issueReporter_sendButton_label": {
+ "message": "Send report"
+ },
+ "issueReporter_sendPage_heading": {
+ "message": "Send report"
+ },
+ "issueReporter_sending": {
+ "message": "Please wait while Adblock Plus is submitting your report."
+ },
+ "issueReporter_doneButton_label": {
+ "message": "Done"
+ },
+ "issueReporter_confirmationMessage": {
+ "message": "Your report has been saved. You can access it at the following address:"
+ },
+ "issueReporter_knownIssueMessage": {
+ "message": "The issue you reported is probably already known. More information:"
+ },
+ "issueReporter_errorMessage": {
+ "message": "An attempt to send the report failed with error code \"?1?\". Please ensure you are connected to the Internet and retry. If the problem persists please request assistance in the [link]Adblock Plus forum[/link]."
+ },
+ "issueReporter_privacyPolicy": {
+ "message": "Privacy policy"
}
}
« no previous file with comments | « no previous file | issue-reporter.html » ('j') | issue-reporter.js » ('J')

Powered by Google App Engine
This is Rietveld