7 unique strings
24 words
- div.pageshot-myshots-text: "My Shots"
- div.pageshot-preview-instructions: "Drag or click on the page to select a region. Press ESC to cancel."
- div.pageshot-visible: "Save visible" (that is, save visible region of the page)
- div.pageshot-full-page: "Save full page"
- div.pageshot-highlight-button-cancel: "Cancel"
- div.pageshot-highlight-button-download: "Download"
- div.pageshot-highlight-button-save: "Save"
2 unique strings
13 words
- notification title: "Link Copied"
- notification message: "The link to your shot has been copied to the clipboard"
11 unique strings
89 words
REQUEST_ERROR: {
title: "Page Shot is out of order.",
info: "Your shot was not saved. We apologize for the inconvenience. Try again soon."
},
CONNECTION_ERROR: {
title: "Cannot connect to the Page Shot server.",
info: "There may be a problem with the service or with your network connection."
},
LOGIN_ERROR: {
title: "Page Shot is out of order.",
info: "Your shot was not saved. There was an error authenticating with the server."
},
LOGIN_CONNECTION_ERROR: {
title: "Cannot connect to the Page Shot server.",
info: "There may be a problem with the service or your network connection."
}, UNSHOOTABLE_PAGE: {
title: "Page cannot be screenshotted",
info: "This is not a normal web page, and Page Shot cannot capture screenshots from it."
},
SHOT_PAGE: {
title: "You can't take a shot of a Page Shot page!"
},
MY_SHOTS: {
title: "You can't take a shot of a Page Shot page!"
},
generic: {
title: "Page Shot went haywire.",
info: "Try again or take a shot on another page?",
showMessage: true
}
I couldn't help noticing the use of double spaces after periods, which is something we don't use anywhere in Firefox (not sure if they're collapsed as HTML). Also not completely consistent at it.