feat(YouTube - SponsorBlock): Add "Undo automatic skip toast" (#5277)
Co-authored-by: LisoUseInAIKyrios <118716522+LisoUseInAIKyrios@users.noreply.github.com>
This commit is contained in:
parent
21688201af
commit
6ee94f8532
12 changed files with 591 additions and 243 deletions
|
|
@ -1027,11 +1027,25 @@ This feature works best with a video quality of 720p or lower and when using a v
|
|||
<string name="revanced_sb_enable_auto_hide_skip_segment_button">Automatically hide Skip button</string>
|
||||
<string name="revanced_sb_enable_auto_hide_skip_segment_button_sum_on">Skip button hides after a few seconds</string>
|
||||
<string name="revanced_sb_enable_auto_hide_skip_segment_button_sum_off">Skip button is shown for the entire segment</string>
|
||||
<string name="revanced_sb_general_skiptoast">Show a toast when skipping</string>
|
||||
<string name="revanced_sb_general_skiptoast_sum_on">Toast is shown when a segment is automatically skipped. Tap here to see an example</string>
|
||||
<string name="revanced_sb_general_skiptoast_sum_off">Toast is not shown. Tap here to see an example</string>
|
||||
<string name="revanced_sb_auto_hide_skip_button_duration">Skip button duration</string>
|
||||
<string name="revanced_sb_auto_hide_skip_button_duration_sum">How long the auto hide skip and skip to highlight buttons are shown</string>
|
||||
<string name="revanced_sb_general_skiptoast">Show undo skip toast</string>
|
||||
<string name="revanced_sb_general_skiptoast_sum_on">Toast is shown when a segment is automatically skipped. Tap the toast notification to undo the skip</string>
|
||||
<string name="revanced_sb_general_skiptoast_sum_off">Toast is not shown</string>
|
||||
<string name="revanced_sb_toast_on_skip_duration">Skip toast duration</string>
|
||||
<string name="revanced_sb_toast_on_skip_duration_sum">How long the skip toast notification is shown</string>
|
||||
<string name="revanced_sb_duration_1s">1 second</string>
|
||||
<string name="revanced_sb_duration_2s">2 seconds</string>
|
||||
<string name="revanced_sb_duration_3s">3 seconds</string>
|
||||
<string name="revanced_sb_duration_4s">4 seconds</string>
|
||||
<string name="revanced_sb_duration_5s">5 seconds</string>
|
||||
<string name="revanced_sb_duration_6s">6 seconds</string>
|
||||
<string name="revanced_sb_duration_7s">7 seconds</string>
|
||||
<string name="revanced_sb_duration_8s">8 seconds</string>
|
||||
<string name="revanced_sb_duration_9s">9 seconds</string>
|
||||
<string name="revanced_sb_duration_10s">10 seconds</string>
|
||||
<string name="revanced_sb_general_time_without">Show video length without segments</string>
|
||||
<string name="revanced_sb_general_time_without_sum_on">Video length minus all segments, shown in parentheses next to the full video length</string>
|
||||
<string name="revanced_sb_general_time_without_sum_on">Video length minus all segments is shown on the seekbar</string>
|
||||
<string name="revanced_sb_general_time_without_sum_off">Full video length shown</string>
|
||||
<string name="revanced_sb_create_segment_category">Creating new segments</string>
|
||||
<string name="revanced_sb_enable_create_segment">Show Create new segment button</string>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue