webextensions/src/_locales/en/messages.json

63 lines
1.8 KiB
JSON

{
"extensionName": {
"message": "Read Later by Email",
"description": "The name of the extension."
},
"extensionDescription": {
"message": "Email a link for later read",
"description": "The description of the extension."
},
"optionsAndSettings": {
"message": "Options & Settings",
"description": "Options page title."
},
"optionsPageSubtitle": {
"message": "Save this page by email for later read",
"description": "Options page subtitle."
},
"optionsURL": {
"message": "URL:",
"description": "URL label"
},
"optionsToken": {
"message": "Token:",
"description": "Token label"
},
"optionsExtract": {
"message": "Send page content into the email:",
"description": "Extract label"
},
"URLChanged": {
"message": "URL changed!",
"description": "Message when URL is changed."
},
"tokenSaved": {
"message": "Token saved!",
"description": "Message when token is changed."
},
"optionSaved": {
"message": "Option saved!",
"description": "Message when option is changed."
},
"cantExtractTitle": {
"message": "Sorry, could not extract this page's title and URL",
"description": "Message when we could not extract the page's title and URL"
},
"savedSuccessfully": {
"message": "Your bookmark was saved successfully!",
"description": "Message when your bookmark was saved successfully"
},
"unknownError": {
"message": "Sorry, there was an error while saving your bookmark.",
"description": "Message when there was an error while saving your bookmark."
},
"defaultURL": {
"message": "https://app.readlater.shikiryu.com",
"description": "Default URL"
},
"excerpt": {
"message": "Add content",
"description": "Option to add the webpage content into the email"
}
}