This repository has been archived by the owner on Jan 17, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 128
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Extract strings using WebExtension i18n library
Fixes part of #2294.
- Loading branch information
1 parent
d8c4c4e
commit b3df1c6
Showing
5 changed files
with
66 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
{ | ||
"addonDescription": { "message": "Page Shot takes clips and screenshots from pages, and can save a permanent copy of a page." }, | ||
"addonAuthorsList": { "message": "Ian Bicking, Donovan Preston, and Bram Pitoyo" }, | ||
"toolbarButtonLabel": { "message": "Take a shot" }, | ||
"contextMenuLabel": { "message": "Create Page Shot" }, | ||
"myShotsLink": { "message": "My Shots" }, | ||
"screenshotInstructions": { "message": "Drag or click on the page to select a region. Press ESC to cancel." }, | ||
"saveScreenshotSelectedArea": { "message": "Save" }, | ||
"saveScreenshotVisibleArea": { "message": "Save visible" }, | ||
"saveScreenshotFullPage": { "message": "Save full page" }, | ||
"cancelScreenshot": { "message": "Cancel" }, | ||
"downloadScreenshot": { "message": "Download" }, | ||
"notificationLinkCopiedTitle": { "message": "Link Copied" }, | ||
"notificationLinkCopiedDetails": { | ||
"message": "The link to your shot has been copied to the clipboard. Press $META_KEY$-V to paste.", | ||
"placeholders": { | ||
"META_KEY": { | ||
"content": "$1" | ||
} | ||
} | ||
}, | ||
"requestErrorTitle": { "message": "Page Shot is out of order." }, | ||
"requestErrorDetails": { "message": "Your shot was not saved. We apologize for the inconvenience. Try again soon." }, | ||
"connectionErrorTitle": { "message": "Cannot connect to the Page Shot server." }, | ||
"connectionErrorDetails": { "message": "There may be a problem with the service or with your network connection." }, | ||
"loginErrorDetails": { "message": "Your shot was not saved. There was an error authenticating with the server." }, | ||
"loginConnectionErrorDetails": { "message": "There may be a problem with the service or your network connection." }, | ||
"unshootablePageErrorTitle": { "message": "Page cannot be screenshotted." }, | ||
"unshootablePageErrorDetails": { "message": "This is not a normal web page, and Page Shot cannot capture screenshots from it." }, | ||
"selfScreenshotErrorTitle": { "message": "You can’t take a shot of a Page Shot page!" }, | ||
"genericErrorTitle": { "message": "Page Shot went haywire." }, | ||
"genericErrorDetails": { "message": "Try again or take a shot on another page?" } | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters