Albirew
4accb95e2a
Merged with WebExtensions version from Arrantius (#3 #10) Cleaned up host list (#2)
71 lignes
1,6 Kio
JSON
71 lignes
1,6 Kio
JSON
{
|
|
"extensionName": {
|
|
"message": "Resurrect Pages IsUp Edition",
|
|
"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"
|
|
},
|
|
|
|
"resurrectIsUp": {
|
|
"message": "check if really down",
|
|
"description": "with isup.me"
|
|
},
|
|
|
|
"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"
|
|
}
|
|
}
|