diff --git a/public/_locales/en/messages.json b/public/_locales/en/messages.json index f5e55cd4..20381761 100644 --- a/public/_locales/en/messages.json +++ b/public/_locales/en/messages.json @@ -1153,5 +1153,60 @@ }, "chaptersPage1": { "message": "SponsorBlock crowd-sourced chapters feature is only available to people who purchase a license, or for people who are granted access for free due their past contributions" + }, + "unsubmittedSegmentCounts": { + "message": "You currently have {0} on {1}", + "description": "Example: You currently have 12 unsubmitted segments on 5 videos" + }, + "unsubmittedSegmentCountsZero": { + "message": "You currently have no unsubmitted segments", + "description": "Replaces 'unsubmittedSegmentCounts' string when there are no unsubmitted segments" + }, + "unsubmittedSegmentsSingular": { + "message": "unsubmitted segment", + "description": "Example: You currently have 1 *unsubmitted segment* on 1 video" + }, + "unsubmittedSegmentsPlural": { + "message": "unsubmitted segments", + "description": "Example: You currently have 12 *unsubmitted segments* on 5 videos" + }, + "videosSingular": { + "message": "video", + "description": "Example: You currently have 3 unsubmitted segments on 1 *video*" + }, + "videosPlural": { + "message": "videos", + "description": "Example: You currently have 12 unsubmitted segments on 5 *videos*" + }, + "clearUnsubmittedSegments": { + "message": "Clear all segments", + "description": "Label for a button in settings" + }, + "clearUnsubmittedSegmentsConfirm": { + "message": "Are you sure you want to clear all your unsubmitted segments?", + "description": "Confirmation message for the Clear unsubmitted segments button" + }, + "showUnsubmittedSegments": { + "message": "Show segments", + "description": "Show/hide button for the unsubmitted segments list" + }, + "hideUnsubmittedSegments": { + "message": "Hide segments", + "description": "Show/hide button for the unsubmitted segments list" + }, + "videoID": { + "message": "Video ID", + "description": "Header of the unsubmitted segments list" + }, + "segmentCount": { + "message": "Segment Count", + "description": "Header of the unsubmitted segments list" + }, + "actions": { + "message": "Actions", + "description": "Header of the unsubmitted segments list" + }, + "exportSegmentsAsURL": { + "message": "Share as URL" } } diff --git a/public/options/options.html b/public/options/options.html index 765134ec..fa23687a 100644 --- a/public/options/options.html +++ b/public/options/options.html @@ -362,6 +362,8 @@ + +

__MSG_exportOptions__

@@ -490,7 +492,7 @@
__MSG_copyDebugInformationOptions__
- +