aboutsummaryrefslogtreecommitdiffhomepage
path: root/_locales/en/messages.json
blob: 760eae07ed9ec2459a7440c528fd23a67d43deb8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
{
    "Name": {
        "message": "SponsorBlock",
        "description": "Name of the extension."
    },
    "fullName": {
        "message": "SponsorBlock for YouTube - Skip Sponsorships",
        "description": "Name of the extension."
    },

    "Description": {
        "message": "Skip over sponsorship on YouTube videos. Report sponsors on videos you watch to save the time of others.",
        "description": "Description of the extension."
    },
    "clearTimes": {
        "message": "Clear Sponsor Times"
    },
    "openPopup": {
        "message": "Open SponsorBlock Popup"
    },
    "SubmitTimes": {
        "message": "Submit Sponsor Times"
    },
    "helpPage": {
        "message": "index_en.html"
    },
    "400": {
        "message": "Server said this request was invalid"
    },
    "429": {
        "message": "You have submitted too many sponsor times for this one video, are you sure there are this many?"
    },
    "409": {
        "message": "This has already been submitted before"
    },
    "502": {
        "message": "It seems the server is down. Contact the dev to inform them."
    },
    "channelWhitelisted": {
        "message": "Channel Whitelisted!"
    },
    "Sponsor": {
        "message": "Sponsor"
    },
    "Sponsors": {
        "message": "Sponsors"
    },
   "Segment": {
        "message": "sponsor segment"
    },
    "Segments": {
        "message": "sponsor segments"
    },
    "noticeTitle": {
        "message": "Sponsor Skipped"
    },
    "reportButtonTitle": {
        "message": "Report"
    },
    "reportButtonInfo": {
        "message": "Report this sponsor submission as incorrect."
    },
    "Dismiss": {
        "message": "Dismiss"
    },
    "Loading": {
        "message": "Loading..."
    },
    "Mins": {
        "message": "Minutes"
    },
    "Secs": {
        "message": "Seconds"
    },
    "Hide": {
        "message": "Never Show"
    },
    "hitGoBack": {
        "message": "Hit unskip to get to where you came from."
    },
    "unskip": {
        "message": "Unskip"
    },
    "reskip": {
        "message": "Reskip"
    },
    "paused": {
        "message": "Paused"
    },
    "confirmMSG": {
        "message": "\n\nTo edit or delete individual values, click the info button or open the extension popup by clicking the extension icon in the top right corner."
    },
    "clearThis": {
        "message": "Are you sure you want to clear this?\n\n"
    },
    "Unknown": {
        "message": "There was an error submitting your sponsor times, please try again later."
    },
  
    "sponsorFound": {
        "message": "This video's sponsors are in the database!"
    },
    "sponsor404": {
        "message": "No sponsors found"
    },
    "sponsorStart": {
        "message": "Sponsorship Starts Now"
    },
    "sponsorEnd": {
        "message": "Sponsorship Ends Now"
    },
    "noVideoID": {
        "message": "This probably isn't a YouTube tab, or you clicked too early. \n If you know this is a YouTube tab,\n close this popup and open it again."
    },
    "success": {
        "message": "Success!"
    },
    "voted": {
        "message": "Voted!"
    },
    "voteFail": {
        "message": "You have already voted this way before."
    },
    "serverDown": {
        "message": "It seems the sever is down. Contact the dev immediately."
    },
    "connectionError": {
        "message": "A connection error has occured. Error code: "
    },
    "wantToSubmit": {
        "message": "Do you want to submit the sponsor times for video id"
    },
    "leftTimes": {
        "message": "You seem to have left some sponsor times unsubmitted. Go back to that page to submit them (they are not deleted)."
    }
}