Chromium Code Reviews| OLD | NEW |
|---|---|
| 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 "optionsAppletGroup": { | |
| 15 "message": "Applets", | |
| 16 "description": "Label for the group of settings that control this extension' s behavior in embedded applets (Flash, etc.)" | |
| 17 }, | |
| 14 "optionsBlacklist": { | 18 "optionsBlacklist": { |
| 15 "message": "Backspace should never navigate back on these pages (one per lin e):", | 19 "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." | 20 "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 }, | 21 }, |
| 18 "optionsAppletCheckbox": { | 22 "optionsAppletCheckbox": { |
| 19 "message": "Backspace should also not navigate back in embedded applets (Fla sh, Java, etc.).", | 23 "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." | 24 "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 }, | 25 }, |
| 22 "optionsWhitelist": { | 26 "optionsWhitelist": { |
| 23 "message": "But even in an embedded applet, backspace should navigate back o n these pages:", | 27 "message": "Even in an applet, backspace should go back on these pages:", |
|
Devlin
2016/10/29 00:30:31
This seems contradictory with line 23, to me.
Pam (message me for reviews)
2016/10/29 05:10:37
Right, it's a checkbox for the general case and a
| |
| 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." | 28 "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 }, | 29 }, |
| 26 "optionsSave": { | 30 "optionsSave": { |
| 27 "message": "Done", | 31 "message": "OK", |
| 28 "description": "Label for the button that saves settings and closes the dial og." | 32 "description": "Label for the button that saves settings and closes the dial og." |
| 29 }, | 33 }, |
| 30 "optionsCancel": { | 34 "optionsCancel": { |
| 31 "message": "Cancel", | 35 "message": "Cancel", |
| 32 "description": "Label for the button that closes the dialog without saving c hanges." | 36 "description": "Label for the button that closes the dialog without saving c hanges." |
| 33 }, | 37 }, |
| 34 "popupTitle": { | 38 "popupTitle": { |
| 35 "message": "Go Back With Backspace", | 39 "message": "Go Back With Backspace", |
| 36 "description": "Title for the small popup window associated with the browser action." | 40 "description": "Title for the small popup window associated with the browser action." |
| 37 }, | 41 }, |
| 38 "popupCurrentURL": { | 42 "popupCurrentURL": { |
| 39 "message": "Current page: $URL$", | 43 "message": "Current page: $URL$", |
| 40 "description": "Label indicating the current page's URL, as shown in the bro wser-action popup. Long URLs will be truncated.", | 44 "description": "Label indicating the current page's URL, as shown in the bro wser-action popup. Long URLs will be truncated.", |
| 41 "placeholders": { | 45 "placeholders": { |
| 42 "url": { | 46 "url": { |
| 43 "content": "$1", | 47 "content": "$1", |
| 44 "example": "https://www.google.com" | 48 "example": "https://www.google.com" |
| 45 } | 49 } |
| 46 } | 50 } |
| 47 }, | 51 }, |
| 48 "popupDisallowedURL": { | 52 "popupDisallowedURL": { |
| 49 "message": "The extension is unable to work on this page.", | 53 "message": "Extensions prohibited on this page.", |
| 50 "description": "Status message shown in the popup when the current page is o ne of the special pages on which extensions are prohibited." | 54 "description": "Status message shown in the popup when the current page is o ne of the special pages on which extensions are prohibited." |
| 51 }, | 55 }, |
| 52 "popupFileURL": { | 56 "popupFileURL": { |
| 53 "message": "Allow this extension access to file URLs", | 57 "message": "Allow this extension access to file URLs", |
| 54 "description": "Text of a link shown in the popup when the current page is a file:// URL, whether or not the extension currently has access to file:// URLs. The link leads to chrome://extensions." | 58 "description": "Text of a link shown in the popup when the current page is a file:// URL, whether or not the extension currently has access to file:// URLs. The link leads to chrome://extensions." |
| 55 }, | 59 }, |
| 56 "popupAddBlacklist": { | 60 "popupAddBlacklist": { |
| 57 "message": "Never go back on this page", | 61 "message": "Disable on this page", |
| 58 "description": "Label for the button in the popup that adds the current page to a blacklist, on which the extension will never navigate back." | 62 "description": "Label for the button in the popup that adds the current page to a blacklist, on which the extension will never navigate back." |
| 59 }, | 63 }, |
| 60 "popupRemoveBlacklist": { | 64 "popupRemoveBlacklist": { |
| 61 "message": "Start going back from this page again", | 65 "message": "Enable on this page", |
| 62 "description": "Label for the button in the popup that removes the current p age from the list that controls when the extension won't navigate back from a pa ge at all." | 66 "description": "Label for the button in the popup that removes the current p age from the list that controls when the extension won't navigate back from a pa ge at all." |
| 63 }, | 67 }, |
| 64 "popupStatusSaved": { | 68 "popupStatusSaved": { |
| 65 "message": "Change saved.", | 69 "message": "Change saved.", |
| 66 "description": "Status message shown in the browser action popup when the cu rrent page has been added or removed from the white- or blacklist." | 70 "description": "Status message shown in the browser action popup when the cu rrent page has been added or removed from the white- or blacklist." |
| 67 }, | 71 }, |
| 68 "errorSaving": { | 72 "errorSaving": { |
| 69 "message": "Error saving change: $ERROR$", | 73 "message": "Error saving change: $ERROR$", |
| 70 "description": "Status message shown in either the options or the popup when changes to the settings couldn't be saved.", | 74 "description": "Status message shown in either the options or the popup when changes to the settings couldn't be saved.", |
| 71 "placeholders": { | 75 "placeholders": { |
| (...skipping 10 matching lines...) Expand all Loading... | |
| 82 "sendFeedback": { | 86 "sendFeedback": { |
| 83 "message": "Send feedback", | 87 "message": "Send feedback", |
| 84 "description": "Label for the link in the popup to email feedback to the ext ension developers." | 88 "description": "Label for the link in the popup to email feedback to the ext ension developers." |
| 85 }, | 89 }, |
| 86 "reportSubject": { | 90 "reportSubject": { |
| 87 "message": "Go Back With Backspace feedback", | 91 "message": "Go Back With Backspace feedback", |
| 88 "description": "Initial Subject of the feedback email created by the 'Send f eedback' button." | 92 "description": "Initial Subject of the feedback email created by the 'Send f eedback' button." |
| 89 }, | 93 }, |
| 90 "reportBody": { | 94 "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.)", | 95 "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)." | 96 "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 }, | 97 }, |
| 94 "reportBodyWithURL": { | 98 "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.)", | 99 "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).", | 100 "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": { | 101 "placeholders": { |
| 98 "url": { | 102 "url": { |
| 99 "content": "$1", | 103 "content": "$1", |
| 100 "example": "http://www.google.com" | 104 "example": "http://www.google.com" |
| 101 } | 105 } |
| 102 } | 106 } |
| 103 } | 107 } |
| 104 } | 108 } |
| OLD | NEW |