diff options
-rw-r--r-- | _locales/en/messages.json | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/_locales/en/messages.json b/_locales/en/messages.json index f4a08de1..3501b831 100644 --- a/_locales/en/messages.json +++ b/_locales/en/messages.json @@ -135,5 +135,17 @@ }, "submitCheck": { "message": "Are you sure you want to submit this?" + }, + "longDescription": { + "message": "SponsorBlock is an extension that will skip over sponsored segments of YouTube videos. SponsorBlock is a crowdsourced browser extension that let's anyone submit the start and end time's of sponsored segments of YouTube videos. Once one person submits this information, everyone else with this extension will skip right over the sponsored segment.", + "description": "Full description of the extension on the store pages." + }, + "website": { + "message": "Website", + "description": "Used on Firefox Store Page" + }, + "sourceCode": { + "message": "Source Code", + "description": "Used on Firefox Store Page" } } |