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." | 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 }, |
| 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": { |
| 23 "message": "Go Back With Backspace Options", |
| 24 "description": "Used in the page title and top heading of the options page." |
| 25 }, |
| 26 "optionsBlacklist": { |
| 27 "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." |
| 29 }, |
| 30 "optionsAppletCheckbox": { |
| 31 "message": "Backspace should also not navigate back in embedded applets (Fla
sh, Java, etc.).", |
| 32 "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." |
| 33 }, |
| 34 "optionsWhitelist": { |
| 35 "message": "But even in an embedded applet, backspace should navigate back o
n these pages:", |
| 36 "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." |
| 37 }, |
| 38 "optionsSave": { |
| 39 "message": "Done", |
| 40 "description": "Label for the button that saves settings and closes the dial
og." |
| 41 }, |
| 42 "optionsCancel": { |
| 43 "message": "Cancel", |
| 44 "description": "Label for the button that closes the dialog without saving c
hanges." |
| 45 }, |
| 46 "popupTitle": { |
| 47 "message": "Go Back With Backspace", |
| 48 "description": "Title for the small popup window associated with the browser
action." |
| 49 }, |
| 50 "popupCurrentURL": { |
| 51 "message": "Current page: $URL$", |
| 52 "description": "Label indicating the current page's URL, as shown in the bro
wser-action popup. Long URLs will be truncated.", |
| 53 "placeholders": { |
| 54 "url": { |
| 55 "content": "$1", |
| 56 "example": "https://www.google.com" |
| 57 } |
| 58 } |
| 59 }, |
| 60 "popupDisallowedURL": { |
| 61 "message": "The extension is unable to work on this page.", |
| 62 "description": "Status message shown in the popup when the current page is o
ne of the special pages on which extensions are prohibited." |
| 63 }, |
| 64 "popupFileURL": { |
| 65 "message": "Allow this extension access to file URLs", |
| 66 "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." |
| 67 }, |
| 68 "popupAddBlacklist": { |
| 69 "message": "Never go back on this page", |
| 70 "description": "Label for the button in the popup that adds the current page
to a blacklist, on which the extension will never navigate back." |
| 71 }, |
| 72 "popupRemoveBlacklist": { |
| 73 "message": "Start going back from this page again", |
| 74 "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." |
| 75 }, |
| 76 "popupStatusSaved": { |
| 77 "message": "Change saved.", |
| 78 "description": "Status message shown in the browser action popup when the cu
rrent page has been added or removed from the white- or blacklist." |
| 79 }, |
| 80 "errorSaving": { |
| 81 "message": "Error saving change: $ERROR$", |
| 82 "description": "Status message shown in either the options or the popup when
changes to the settings couldn't be saved.", |
| 83 "placeholders": { |
| 84 "error": { |
| 85 "content": "$1", |
| 86 "example": "Storage is full." |
| 87 } |
| 88 } |
| 89 }, |
| 90 "openOptions": { |
| 91 "message": "Options", |
| 92 "description": "Label for the link to open the extension's options UI." |
| 93 }, |
| 94 "sendFeedback": { |
| 95 "message": "Send feedback", |
| 96 "description": "Label for the link in the popup to email feedback to the ext
ension developers." |
| 97 }, |
| 98 "reportSubject": { |
| 99 "message": "Go Back With Backspace feedback", |
| 100 "description": "Initial Subject of the feedback email created by the 'Send f
eedback' button." |
| 101 }, |
| 102 "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.)", |
| 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)." |
| 105 }, |
| 106 "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.)", |
| 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).", |
| 109 "placeholders": { |
| 110 "url": { |
| 111 "content": "$1", |
| 112 "example": "http://www.google.com" |
| 113 } |
| 114 } |
9 } | 115 } |
10 } | 116 } |
OLD | NEW |