322eb9cd74
Consistent coding style, significantly less repetition. Use `chrome` rather than `browser`, for compatibility.
66 lignes
1,4 Kio
JSON
66 lignes
1,4 Kio
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."
|
|
},
|
|
|
|
"resurrect_page": {
|
|
"message": "Resurrect this page",
|
|
"description": "Resurrect this page"
|
|
},
|
|
|
|
"resurrect_link": {
|
|
"message": "Resurrect this link",
|
|
"description": "Resurrect this link"
|
|
},
|
|
|
|
"resurrectGoogle": {
|
|
"message": "with Google",
|
|
"description": "with Google"
|
|
},
|
|
|
|
"resurrectGoogleText": {
|
|
"message": "with Google (text only)",
|
|
"description": "with Google (text only)"
|
|
},
|
|
|
|
"resurrectArchive": {
|
|
"message": "with The Internet Archive",
|
|
"description": "with The Internet Archive"
|
|
},
|
|
|
|
"resurrectArchiveIs": {
|
|
"message": "with archive.is",
|
|
"description": "with archive.is"
|
|
},
|
|
|
|
"resurrectWebcitation": {
|
|
"message": "with WebCite",
|
|
"description": "with WebCite"
|
|
},
|
|
|
|
"resurrectConfigCurrentTab": {
|
|
"message": "in the current tab",
|
|
"description": "in the current tab"
|
|
},
|
|
|
|
"resurrectConfigNewTab": {
|
|
"message": "in a new tab (foreground)",
|
|
"description": "in a new tab (foreground)"
|
|
},
|
|
|
|
"resurrectConfigBgTab": {
|
|
"message": "in a new tab (background)",
|
|
"description": "in a new tab (background)"
|
|
},
|
|
|
|
"resurrectConfigNewWindow": {
|
|
"message": "in a new window",
|
|
"description": "in a new window"
|
|
}
|
|
}
|