resurrect-pages-isup-edition/_locales/en_US/messages.json

73 lignes
1.8 KiB
JSON

{
"extensionName": {
"message": "Resurrect Pages",
"description": "Name of the extension."
},
"extensionDescription": {
"message": "Resurrect dead pages, by finding their ghosts.",
"description": "Description of the add-on."
},
"contextMenuItemResurrectPage": {
"message": "Resurrect this page",
"description": "Resurrect this page"
},
"contextMenuItemResurrectLink": {
"message": "Resurrect this link",
"description": "Resurrect this link"
},
"contextMenuItemResurrectSelection": {
"message": "Resurrect this selection",
"description": "Resurrect this selection, TODO: only if its a link"
},
"contextMenuItemResurrectGoogle": {
"message": "with Google",
"description": "with Google"
},
"contextMenuItemResurrectGoogleText": {
"message": "with Google (text only)",
"description": "with Google (text only)"
},
"contextMenuItemResurrectArchive": {
"message": "with The Internet Archive",
"description": "with The Internet Archive"
},
"contextMenuItemResurrectArchiveIs": {
"message": "with archive.is",
"description": "with archive.is"
},
"contextMenuItemResurrectWebcitation": {
"message": "with WebCite",
"description": "with WebCite"
},
"contextMenuItemResurrectConfigCurrentTab": {
"message": "in the current tab",
"description": "in the current tab"
},
"contextMenuItemResurrectConfigNewTab": {
"message": "in a new tab (foreground)",
"description": "in a new tab (foreground)"
},
"contextMenuItemResurrectConfigNewBackgroundTab": {
"message": "in a new tab (background)",
"description": "in a new tab (background)"
},
"contextMenuItemResurrectConfigNewWindow": {
"message": "in a new window",
"description": "in a new window"
}
}