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

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

Issue 2351743003: Inject automatically on install etc., add mime types, and fix nits. (Closed)
Patch Set: Review responses 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
« no previous file with comments | « no previous file | go-back-with-backspace/background.js » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 "installedTitle": {
11 "message": "Go Back With Backspace Installed",
12 "description": "title of the installation notes page shown on first installa tion."
13 },
14 "installedHeading": {
15 "message": "Go Back With Backspace installation notes",
16 "description": "Page heading for the installation notes page."
17 },
18 "installedNotes": {
19 "message": "Thank you for installing the \"Go Back With Backspace\" extensio n. After this extension is newly installed, enabled, or updated, any open tabs w ill need to be reloaded for the changes to take effect.",
20 "description": "Content of the installation notes page, explaining how to ge t the extension to workimmediately after installation."
21 },
22 "optionsTitle": { 10 "optionsTitle": {
23 "message": "Go Back With Backspace Options", 11 "message": "Go Back With Backspace Options",
24 "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."
25 }, 13 },
26 "optionsBlacklist": { 14 "optionsBlacklist": {
27 "message": "Backspace should never navigate back on these pages (one per lin e):", 15 "message": "Backspace should never navigate back on these pages (one per lin e):",
28 "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."
29 }, 17 },
30 "optionsAppletCheckbox": { 18 "optionsAppletCheckbox": {
31 "message": "Backspace should also not navigate back in embedded applets (Fla sh, Java, etc.).", 19 "message": "Backspace should also not navigate back in embedded applets (Fla sh, Java, etc.).",
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
97 }, 85 },
98 "reportSubject": { 86 "reportSubject": {
99 "message": "Go Back With Backspace feedback", 87 "message": "Go Back With Backspace feedback",
100 "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."
101 }, 89 },
102 "reportBody": { 90 "reportBody": {
103 "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.)",
104 "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 installation no tes page)."
105 }, 93 },
106 "reportBodyWithURL": { 94 "reportBodyWithURL": {
107 "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 y our 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.)",
108 "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).",
109 "placeholders": { 97 "placeholders": {
110 "url": { 98 "url": {
111 "content": "$1", 99 "content": "$1",
112 "example": "http://www.google.com" 100 "example": "http://www.google.com"
113 } 101 }
114 } 102 }
115 } 103 }
116 } 104 }
OLDNEW
« no previous file with comments | « no previous file | go-back-with-backspace/background.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698