Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(799)

Side by Side Diff: go-back-with-backspace/_locales/en/messages.json

Issue 2400303003: Update UI and catch executeScript errors now shown in Canary (Closed)
Patch Set: Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 { 1 {
2 "extensionName": { 2 "extensionName": {
3 "message": "Go Back With Backspace", 3 "message": "Go Back With Backspace",
4 "description": "Name of this extension, used in Chrome's UI as well as in th e extension's own UI pages." 4 "description": "Name of this extension, used in Chrome's UI as well as in th e extension's own UI pages."
5 }, 5 },
6 "extensionDescription": { 6 "extensionDescription": {
7 "message": "Re-enables the backspace key as a back navigation button (except when writing text).", 7 "message": "Re-enables the backspace key as a back navigation button (except when writing text).",
8 "description": "Brief description of this extension." 8 "description": "Brief description of this extension."
9 }, 9 },
10 "optionsTitle": { 10 "optionsTitle": {
11 "message": "Go Back With Backspace Options", 11 "message": "Go Back With Backspace Options",
12 "description": "Used in the page title and top heading of the options page." 12 "description": "Used in the page title and top heading of the options page."
13 }, 13 },
14 "optionsBlacklist": { 14 "optionsBlacklist": {
15 "message": "Backspace should never navigate back on these pages (one per lin e):", 15 "message": "Backspace should never go back on these pages (one per line):",
16 "description": "Heading for the text entry box in which the user enters a li st of pages on which the backspace extension should never go back." 16 "description": "Heading for the text entry box in which the user enters a li st of pages on which the backspace extension should never go back."
17 }, 17 },
18 "optionsAppletCheckbox": { 18 "optionsAppletCheckbox": {
19 "message": "Backspace should also not navigate back in embedded applets (Fla sh, Java, etc.).", 19 "message": "Backspace should not go back in applets (Flash, Java, PDF, and c ertain chat tools).",
20 "description": "Label for a checkbox indicating whether the extension should go back when focus is in embedded content such as a Java or Flash applet." 20 "description": "Label for a checkbox indicating whether the extension should go back when focus is in embedded content such as a Java or Flash applet."
21 }, 21 },
22 "optionsWhitelist": { 22 "optionsWhitelist": {
23 "message": "But even in an embedded applet, backspace should navigate back o n these pages:", 23 "message": "Even in an applet, backspace should go back on these pages:",
24 "description": "Heading for the text entry box in which the user enters a li st of pages on which the backspace extension should go back even when focus is i n embedded content." 24 "description": "Heading for the text entry box in which the user enters a li st of pages on which the backspace extension should go back even when focus is i n embedded content."
25 }, 25 },
26 "optionsSave": { 26 "optionsSave": {
27 "message": "Done", 27 "message": "Done",
28 "description": "Label for the button that saves settings and closes the dial og." 28 "description": "Label for the button that saves settings and closes the dial og."
29 }, 29 },
30 "optionsCancel": { 30 "optionsCancel": {
31 "message": "Cancel", 31 "message": "Cancel",
32 "description": "Label for the button that closes the dialog without saving c hanges." 32 "description": "Label for the button that closes the dialog without saving c hanges."
33 }, 33 },
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
82 "sendFeedback": { 82 "sendFeedback": {
83 "message": "Send feedback", 83 "message": "Send feedback",
84 "description": "Label for the link in the popup to email feedback to the ext ension developers." 84 "description": "Label for the link in the popup to email feedback to the ext ension developers."
85 }, 85 },
86 "reportSubject": { 86 "reportSubject": {
87 "message": "Go Back With Backspace feedback", 87 "message": "Go Back With Backspace feedback",
88 "description": "Initial Subject of the feedback email created by the 'Send f eedback' button." 88 "description": "Initial Subject of the feedback email created by the 'Send f eedback' button."
89 }, 89 },
90 "reportBody": { 90 "reportBody": {
91 "message": "Is something not working properly? A feature you'd like to see i n this extension? Let us know! (We won't be able to respond to every piece of fe edback individually, but we appreciate your time and thoughts.)", 91 "message": "Is something not working properly? A feature you'd like to see i n this extension? Let us know! (We won't be able to respond to every piece of fe edback individually, but we appreciate your time and thoughts.)",
92 "description": "Initial body of the feedback email created by the 'Send feed back' button in places where there is no relevant URL (e.g., the installation no tes page)." 92 "description": "Initial body of the feedback email created by the 'Send feed back' button in places where there is no relevant URL (e.g., the options page)."
93 }, 93 },
94 "reportBodyWithURL": { 94 "reportBodyWithURL": {
95 "message": "The extension doesn't do the right thing on the page at\n$URL$.\ n\nAdd any details below. Which part of the page doesn't work properly? (We won' t be able to respond to every piece of feedback individually, but we appreciate your time and thoughts.)", 95 "message": "The extension doesn't do the right thing on the page at\n$URL$.\ n\nAdd any details below. Which part of the page doesn't work properly? (We won' t be able to respond to every piece of feedback individually, but we appreciate your time and thoughts.)",
96 "description": "Initial body of the feedback email created by the 'Send feed back' button in places where we have a relevant URL (e.g. the browser action pop up).", 96 "description": "Initial body of the feedback email created by the 'Send feed back' button in places where we have a relevant URL (e.g. the browser action pop up).",
97 "placeholders": { 97 "placeholders": {
98 "url": { 98 "url": {
99 "content": "$1", 99 "content": "$1",
100 "example": "http://www.google.com" 100 "example": "http://www.google.com"
101 } 101 }
102 } 102 }
103 } 103 }
104 } 104 }
OLDNEW
« no previous file with comments | « no previous file | go-back-with-backspace/background.js » ('j') | go-back-with-backspace/manifest.json » ('J')

Powered by Google App Engine
This is Rietveld 408576698