Add "focus after" info for split

This commit is contained in:
Nikolaj Olsson 2020-05-11 08:54:46 +02:00
parent 9135509ba7
commit c9ec3b5d3b
2 changed files with 6 additions and 6 deletions

View File

@ -1877,9 +1877,9 @@ can edit in same subtitle file (collaboration)</Information>
<TimeCodeModeHHMMSSMS>HH:MM:SS.MS (00:00:01.500)</TimeCodeModeHHMMSSMS>
<TimeCodeModeHHMMSSFF>HH:MM:SS:FF (00:00:01:12)</TimeCodeModeHHMMSSFF>
<SplitBehavior>Split behavior</SplitBehavior>
<SplitBehaviorPrevious>Add gap to the left of split point</SplitBehaviorPrevious>
<SplitBehaviorHalf>Add gap in the center of split point</SplitBehaviorHalf>
<SplitBehaviorNext>Add gap to the right of split point</SplitBehaviorNext>
<SplitBehaviorPrevious>Add gap to the left of split point (focus right)</SplitBehaviorPrevious>
<SplitBehaviorHalf>Add gap in the center of split point (focus left)</SplitBehaviorHalf>
<SplitBehaviorNext>Add gap to the right of split point (focus left)</SplitBehaviorNext>
<VideoEngine>Video engine</VideoEngine>
<DirectShow>DirectShow</DirectShow>
<DirectShowDescription>quartz.dll in system32 folder</DirectShowDescription>

View File

@ -2173,9 +2173,9 @@ can edit in same subtitle file (collaboration)",
TimeCodeModeHHMMSSMS = "HH:MM:SS.MS (00:00:01.500)",
TimeCodeModeHHMMSSFF = "HH:MM:SS:FF (00:00:01:12)",
SplitBehavior = "Split behavior",
SplitBehaviorPrevious = "Add gap to the left of split point",
SplitBehaviorHalf = "Add gap in the center of split point",
SplitBehaviorNext = "Add gap to the right of split point",
SplitBehaviorPrevious = "Add gap to the left of split point (focus right)",
SplitBehaviorHalf = "Add gap in the center of split point (focus left)",
SplitBehaviorNext = "Add gap to the right of split point (focus left)",
VideoEngine = "Video engine",
DirectShow = "DirectShow",
DirectShowDescription = "quartz.dll in system32 folder",