diff options
author | Ajay Ramachandran <[email protected]> | 2019-11-24 00:55:04 -0500 |
---|---|---|
committer | GitHub <[email protected]> | 2019-11-24 00:55:04 -0500 |
commit | f35d34a807896d8fa4ca98b4ba4d7a3bf6c5246f (patch) | |
tree | 03829d552b95c0928287278e2006f7167346e58f /_locales/en/messages.json | |
parent | 2a025b79779d02f3a4dd0fa7d5d6db01b0a385c4 (diff) | |
parent | 468e33eff7769a370762fcd1bc13a27254fa032a (diff) | |
download | SponsorBlock-11.9.5.tar.gz SponsorBlock-11.9.5.zip |
Merge pull request #172 from ajayyy/experimental-ajay11.9.5
Small features and bug fixes
Diffstat (limited to '_locales/en/messages.json')
-rw-r--r-- | _locales/en/messages.json | 17 |
1 files changed, 12 insertions, 5 deletions
diff --git a/_locales/en/messages.json b/_locales/en/messages.json index 42256bb1..26582468 100644 --- a/_locales/en/messages.json +++ b/_locales/en/messages.json @@ -141,9 +141,6 @@ "removeFromWhitelist": { "message": "Remove Channel From Whitelist" }, - "whitelistDescription": { - "message": "Whitelist the channels who do sponsorships ethically to encourage good behavior, or maybe if they are just entertaining and funny. Or don't, that's your call." - }, "voteOnTime": { "message": "Vote On A Sponsor Time" }, @@ -193,10 +190,10 @@ "message": "Options" }, "showButtons": { - "message": "Hide Buttons On YouTube Player" + "message": "Show Buttons On YouTube Player" }, "hideButtons": { - "message": "Show Buttons On YouTube Player" + "message": "Hide Buttons On YouTube Player" }, "hideButtonsDescription": { "message": "This hides the buttons that appear on the YouTube player to submit sponsors. I can see this being annoying for some\n people. Instead of using the button there, this popup can be used to submit sponsors. To hide the notice that appears, \n use the button that appears on the notice saying \"Don't show this again\". You can always enable these settings again later." @@ -265,5 +262,15 @@ }, "0": { "message": "Connection Timeout. Check your internet connection. If your internet is working, the server is probably overloaded or down." + }, + "disableSkipping": { + "message": "Disable SponsorBlock" + }, + "enableSkipping": { + "message": "Enable SponsorBlock" + }, + "yourWork": { + "message": "Your Work", + "description": "Used to describe the section that will show you the statistics from your submissions." } } |