forked from SubtitleEdit/subtitleedit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
LanguageBaseEnglish.xml
3476 lines (3455 loc) · 202 KB
/
LanguageBaseEnglish.xml
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
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
<?xml version="1.0" encoding="utf-8"?>
<Language Name="English">
<General>
<Title>Subtitle Edit</Title>
<Version>4.0.8</Version>
<TranslatedBy>Translated by Nikse</TranslatedBy>
<CultureName>en-US</CultureName>
<HelpFile />
<Ok>&OK</Ok>
<Cancel>C&ancel</Cancel>
<Yes>Yes</Yes>
<No>No</No>
<Close>Close</Close>
<Apply>Apply</Apply>
<ApplyTo>Apply to</ApplyTo>
<None>None</None>
<All>All</All>
<Preview>Preview</Preview>
<ShowPreview>Show preview</ShowPreview>
<HidePreview>Hide preview</HidePreview>
<SubtitleFile>Subtitle file</SubtitleFile>
<SubtitleFiles>Subtitle files</SubtitleFiles>
<AllFiles>All files</AllFiles>
<VideoFiles>Video files</VideoFiles>
<Images>Images</Images>
<Fonts>Fonts</Fonts>
<AudioFiles>Audio files</AudioFiles>
<OpenSubtitle>Open subtitle...</OpenSubtitle>
<OpenVideoFile>Open video file...</OpenVideoFile>
<OpenVideoFileTitle>Open video file...</OpenVideoFileTitle>
<NoVideoLoaded>No video loaded</NoVideoLoaded>
<OnlineVideoFeatureNotAvailable>Feature not available for online video</OnlineVideoFeatureNotAvailable>
<VideoInformation>Video info</VideoInformation>
<StartTime>Start time</StartTime>
<EndTime>End time</EndTime>
<Duration>Duration</Duration>
<CharsPerSec>Chars/sec</CharsPerSec>
<WordsPerMin>Words/min</WordsPerMin>
<Actor>Actor</Actor>
<Gap>Gap</Gap>
<Region>Region</Region>
<Layer>Layer</Layer>
<NumberSymbol>#</NumberSymbol>
<Number>Number</Number>
<Text>Text</Text>
<HourMinutesSecondsDecimalSeparatorMilliseconds>Hour:min:sec{0}ms</HourMinutesSecondsDecimalSeparatorMilliseconds>
<HourMinutesSecondsFrames>Hour:min:sec:frames</HourMinutesSecondsFrames>
<XSeconds>{0:0.0##} seconds</XSeconds>
<Bold>Bold</Bold>
<Italic>Italic</Italic>
<Underline>Underline</Underline>
<Strikeout>Strikeout</Strikeout>
<Visible>Visible</Visible>
<FrameRate>Frame rate</FrameRate>
<Name>Name</Name>
<FileNameXAndSize>File name: {0} ({1})</FileNameXAndSize>
<ResolutionX>Resolution: {0}</ResolutionX>
<FrameRateX>Frame rate: {0:0.0###}</FrameRateX>
<TotalFramesX>Total frames: {0:#,##0.##}</TotalFramesX>
<VideoEncodingX>Video encoding: {0}</VideoEncodingX>
<SingleLineLengths>Single line length:</SingleLineLengths>
<TotalLengthX>Total length: {0}</TotalLengthX>
<TotalLengthXSplitLine>Total length: {0} (split line!)</TotalLengthXSplitLine>
<SplitLine>Split line!</SplitLine>
<NotAvailable>N/A</NotAvailable>
<Overlap>Overlap</Overlap>
<OverlapPreviousLineX>Overlap prev line ({0:#,##0.###})</OverlapPreviousLineX>
<OverlapX>Overlap ({0:#,##0.###})</OverlapX>
<OverlapNextX>Overlap next ({0:#,##0.###})</OverlapNextX>
<OverlapStartAndEnd>Overlap start and end</OverlapStartAndEnd>
<Negative>Negative</Negative>
<RegularExpressionIsNotValid>Regular expression is not valid!</RegularExpressionIsNotValid>
<CurrentSubtitle>Current subtitle</CurrentSubtitle>
<OriginalText>Original text</OriginalText>
<OpenOriginalSubtitleFile>Open original subtitle file...</OpenOriginalSubtitleFile>
<PleaseWait>Please wait...</PleaseWait>
<SessionKey>Session key</SessionKey>
<SessionKeyGenerate>Generate new key</SessionKeyGenerate>
<UserName>Username</UserName>
<UserNameAlreadyInUse>Username already in use</UserNameAlreadyInUse>
<WebServiceUrl>Webservice URL</WebServiceUrl>
<IP>IP</IP>
<VideoWindowTitle>Video - {0}</VideoWindowTitle>
<AudioWindowTitle>Audio - {0}</AudioWindowTitle>
<ControlsWindowTitle>Controls - {0}</ControlsWindowTitle>
<Advanced>Advanced</Advanced>
<Style>Style</Style>
<StyleLanguage>Style / Language</StyleLanguage>
<Character>Character</Character>
<Class>Class</Class>
<GeneralText>General</GeneralText>
<LineNumber>Line#</LineNumber>
<Before>Before</Before>
<After>After</After>
<Size>Size</Size>
<Search>Search</Search>
<DeleteCurrentLine>Delete current line</DeleteCurrentLine>
<Width>Width</Width>
<Height>Height</Height>
<Collapse>Collapse</Collapse>
<ShortcutX>Shortcut: {0}</ShortcutX>
<ExampleX>Example: {0}</ExampleX>
<ViewX>View {0}</ViewX>
<Reset>Reset</Reset>
<Error>Error</Error>
<Warning>Warning</Warning>
<UseLargerFontForThisWindow>Use larger font for this window</UseLargerFontForThisWindow>
<ChangeLanguageFilter>Change language filter...</ChangeLanguageFilter>
<MoreInfo>More info</MoreInfo>
</General>
<About>
<Title>About Subtitle Edit</Title>
<AboutText1>Subtitle Edit is Free Software under the GNU Public License.
You may distribute, modify and use it freely.
C# source code is available on https://github.com/SubtitleEdit/subtitleedit
Visit https://www.nikse.dk for the latest version.
Suggestions are very welcome.
Email: mailto:nikse.dk@gmail.com</AboutText1>
</About>
<AddToNames>
<Title>Add to name list</Title>
<Description>Add to names/noise list (case sensitive)</Description>
</AddToNames>
<AddToOcrReplaceList>
<Title>Add to OCR replace list</Title>
<Description>Add pair to OCR replace list (case sensitive)</Description>
</AddToOcrReplaceList>
<AddToUserDictionary>
<Title>Add to user dictionary</Title>
<Description>Add word to user dictionary (not case sensitive)</Description>
</AddToUserDictionary>
<AddWaveform>
<Title>Generate waveform data</Title>
<SourceVideoFile>Source video file:</SourceVideoFile>
<GenerateWaveformData>Generate waveform data</GenerateWaveformData>
<PleaseWait>This may take a few minutes - please wait</PleaseWait>
<FfmpegNotFound>Subtitle Edit needs FFmpeg for extracting audio data to generate waveform.
Do you want to download and use FFmpeg?</FfmpegNotFound>
<GeneratingPeakFile>Generating peak file...</GeneratingPeakFile>
<GeneratingSpectrogram>Generating spectrogram...</GeneratingSpectrogram>
<ExtractingSeconds>Extracting audio: {0:0.0} seconds</ExtractingSeconds>
<ExtractingMinutes>Extracting audio: {0}:{1:00} minutes</ExtractingMinutes>
<WaveFileNotFound>Could not find extracted wave file!
This feature requires VLC media player 1.1.x or newer ({0}-bit).
Command line: {1} {2}</WaveFileNotFound>
<WaveFileMalformed>{0} was unable to extract audio data to wave file!
Command line: {1} {2}
Note: Do check free disk space.</WaveFileMalformed>
<LowDiskSpace>LOW DISK SPACE!</LowDiskSpace>
<FreeDiskSpace>{0} free</FreeDiskSpace>
<NoAudioTracksFoundGenerateEmptyWaveform>No audio tracks found! Generate empty waveform?</NoAudioTracksFoundGenerateEmptyWaveform>
</AddWaveform>
<AddWaveformBatch>
<Title>Batch generate waveform data</Title>
<ExtractTimeCodes>Extract time codes with FFprobe</ExtractTimeCodes>
<ExtractingAudio>Extracting audio...</ExtractingAudio>
<Calculating>Calculating...</Calculating>
<ExtractingTimeCodes>Extracting time codes...</ExtractingTimeCodes>
<DetectingShotChanges>Detecting shot changes...</DetectingShotChanges>
<Done>Done</Done>
<Error>Error</Error>
</AddWaveformBatch>
<AdjustDisplayDuration>
<Title>Adjust durations</Title>
<AdjustVia>Adjust via</AdjustVia>
<Seconds>Seconds</Seconds>
<Percent>Percent</Percent>
<Recalculate>Recalculate</Recalculate>
<AddSeconds>Add seconds</AddSeconds>
<SetAsPercent>Set as percent of duration</SetAsPercent>
<Note>Note: Display time will not overlap start time of next text</Note>
<Fixed>Fixed</Fixed>
<Milliseconds>Milliseconds</Milliseconds>
<ExtendOnly>Extend only</ExtendOnly>
<EnforceDurationLimits>Enforce minimum and maximum duration</EnforceDurationLimits>
<CheckShotChanges>Don't extend past shot changes</CheckShotChanges>
<BatchCheckShotChanges>Respect shot changes (if available)</BatchCheckShotChanges>
</AdjustDisplayDuration>
<ApplyDurationLimits>
<Title>Apply duration limits</Title>
<CheckShotChanges>Don't extend past shot changes</CheckShotChanges>
<FixesAvailable>Fixes available: {0}</FixesAvailable>
<UnableToFix>Unable to fix: {0}</UnableToFix>
<BatchCheckShotChanges>Respect shot changes (if available)</BatchCheckShotChanges>
</ApplyDurationLimits>
<AudioToText>
<Title>Audio to text</Title>
<Info>Generate text from audio via Vosk/Kaldi speech recognition</Info>
<WhisperInfo>Generate text from audio via Whisper speech recognition</WhisperInfo>
<Engine>Engine</Engine>
<VoskWebsite>Vosk website</VoskWebsite>
<WhisperWebsite>Whisper website</WhisperWebsite>
<Model>Model</Model>
<Models>Models</Models>
<LanguagesAndModels>Languages and models</LanguagesAndModels>
<ChooseModel>Choose model</ChooseModel>
<ChooseLanguage>Choose language</ChooseLanguage>
<OpenModelsFolder>Open models folder</OpenModelsFolder>
<LoadingVoskModel>Loading Vosk speech recognition model...</LoadingVoskModel>
<Transcribing>Transcribing audio to text...</Transcribing>
<TranscribingXOfY>Transcribing audio to text - file {0} of {1}...</TranscribingXOfY>
<PostProcessing>Post-processing...</PostProcessing>
<XFilesSavedToVideoSourceFolder>{0} files saved to video source folder</XFilesSavedToVideoSourceFolder>
<UsePostProcessing>Use post-processing (line merge, fix casing, punctuation, and more)</UsePostProcessing>
<AutoAdjustTimings>Auto adjust timings</AutoAdjustTimings>
<BatchMode>Batch mode</BatchMode>
<KeepPartialTranscription>Keep partial transcription</KeepPartialTranscription>
<TranslateToEnglish>Translate to English</TranslateToEnglish>
<RemoveTemporaryFiles>Remove temporary files</RemoveTemporaryFiles>
<SetCppConstMeFolder>Set CPP/Const-me models folder...</SetCppConstMeFolder>
<OnlyRunPostProcessing>Run only post-processing/adjust timings</OnlyRunPostProcessing>
<DownloadFasterWhisperCuda>Download cuBLAS and cuDNN libs for Faster-Whisper</DownloadFasterWhisperCuda>
<NoTextFound>No text found!</NoTextFound>
<FixCasing>Fix casing</FixCasing>
<AddPeriods>Add periods</AddPeriods>
<FixShortDuration>Fix short duration</FixShortDuration>
</AudioToText>
<AssaAttachments>
<Title>Advanced Sub Station Alpha attachments</Title>
<AttachFiles>Attach files...</AttachFiles>
<FontsAndImages>Fonts and images</FontsAndImages>
<Graphics>Graphics</Graphics>
<Font>Font</Font>
<ImageName>Image name ({0}x{1}):</ImageName>
<IconName>Icon name:</IconName>
<FontName>Font name:</FontName>
<ImageResized>Image resized to fit current window</ImageResized>
<FilesSkippedX>Files skipped: {0}</FilesSkippedX>
<RemoveOneAttachment>Remove one attachment?</RemoveOneAttachment>
<RemoveXAttachments>Remove {0} attachments?</RemoveXAttachments>
</AssaAttachments>
<AssaOverrideTags>
<ApplyCustomTags>Apply custom override tags</ApplyCustomTags>
<History>History</History>
<TagsToApply>Tags to apply</TagsToApply>
<ApplyTo>Apply to</ApplyTo>
<SelectedLinesX>Selected lines: {0}</SelectedLinesX>
<AdvancedSelection>Advanced selection</AdvancedSelection>
</AssaOverrideTags>
<AssaProgressBarGenerator>
<Title>Generate progress bar</Title>
<Progressbar>Progress bar</Progressbar>
<Chapters>Chapters</Chapters>
<SplitterWidth>Splitter width</SplitterWidth>
<SplitterHeight>Splitter height</SplitterHeight>
<XAdjustment>X adjustment</XAdjustment>
<YAdjustment>Y adjustment</YAdjustment>
<Position>Position</Position>
<TextAlignment>Text alignment</TextAlignment>
<SquareCorners>Square corners</SquareCorners>
<RoundedCorners>Rounded corners</RoundedCorners>
<Top>Top</Top>
<Bottom>Bottom</Bottom>
<TakePosFromVideo>Take video position</TakePosFromVideo>
</AssaProgressBarGenerator>
<AssaResolutionChanger>
<Title>Change ASSA script resolution</Title>
<SourceVideoRes>Source video resolution</SourceVideoRes>
<TargetVideoRes>Target video resolution</TargetVideoRes>
<ChangeResolutionMargins>Change resolution for margin</ChangeResolutionMargins>
<ChangeResolutionFontSize>Change resolution for font size</ChangeResolutionFontSize>
<ChangeResolutionPositions>Change resolution for position</ChangeResolutionPositions>
<ChangeResolutionDrawing>Change resolution for drawing</ChangeResolutionDrawing>
<SourceAndTargetEqual>Source and target resolution is the same - nothing to do.</SourceAndTargetEqual>
</AssaResolutionChanger>
<ImageColorPicker>
<Title>Image color picker</Title>
<CopyColorHex>Copy to clipboard as HEX color {0}</CopyColorHex>
<CopyColorAssa>Copy to clipboard as ASSA color {0}</CopyColorAssa>
<CopyColorRgb>Copy to clipboard as RGB color {0}</CopyColorRgb>
</ImageColorPicker>
<AssaSetBackgroundBox>
<Title>Generate background box</Title>
<Padding>Padding</Padding>
<FillWidth>Fill width</FillWidth>
<Drawing>Drawing</Drawing>
<BoxColor>Box color</BoxColor>
<Radius>Radius</Radius>
<Step>Step</Step>
<Spikes>Spikes</Spikes>
<Bubbles>Bubbles</Bubbles>
<Circle>Circle</Circle>
<MarginX>MarginX</MarginX>
<MarginY>MarginY</MarginY>
<OnlyDrawing>Only drawing</OnlyDrawing>
<DrawingFile>Drawing file</DrawingFile>
<ColorPickerSetLastColor>Color picker last color is now: {0}</ColorPickerSetLastColor>
</AssaSetBackgroundBox>
<AssaSetPosition>
<SetPosition>Set position</SetPosition>
<VideoResolutionX>Video resolution: {0}</VideoResolutionX>
<StyleAlignmentX>Style alignment: {0}</StyleAlignmentX>
<CurrentMousePositionX>Mouse position: {0}</CurrentMousePositionX>
<CurrentTextPositionX>Text position: {0}</CurrentTextPositionX>
<SetPosInfo>Click on video to toggle set/move position</SetPosInfo>
<Clipboard>Clipboard</Clipboard>
<ResolutionMissing>PlayResX/PlayResY are not set - set the resolution now?</ResolutionMissing>
<RotateXAxis>Rotate {0} axis</RotateXAxis>
<DistortX>Distort {0}</DistortX>
</AssaSetPosition>
<AutoBreakUnbreakLines>
<TitleAutoBreak>Auto balance selected lines</TitleAutoBreak>
<TitleUnbreak>Remove line breaks from selected lines</TitleUnbreak>
<LinesFoundX>Lines found: {0}</LinesFoundX>
<OnlyBreakLinesLongerThan>Only break lines longer than</OnlyBreakLinesLongerThan>
<OnlyUnbreakLinesLongerThan>Only un-break lines longer than</OnlyUnbreakLinesLongerThan>
</AutoBreakUnbreakLines>
<BatchConvert>
<Title>Batch convert</Title>
<Input>Input</Input>
<InputDescription>Input files (browse or drag-n-drop)</InputDescription>
<Status>Status</Status>
<Output>Output</Output>
<SaveInSourceFolder>Save in source file folder</SaveInSourceFolder>
<SaveInOutputFolder>Save in output folder below</SaveInOutputFolder>
<OverwriteFiles>Overwrite files</OverwriteFiles>
<Style>Style...</Style>
<UseStyleFromSource>Use style from source</UseStyleFromSource>
<ConvertOptions>Convert options</ConvertOptions>
<RemoveFormatting>Remove formatting tags</RemoveFormatting>
<RemoveStyleActor>Remove lines w style/actor</RemoveStyleActor>
<StyleActor>Style/actor (separate with comma)</StyleActor>
<RemoveTextForHI>Remove text for HI</RemoveTextForHI>
<ConvertColorsToDialog>Convert colors to dialog</ConvertColorsToDialog>
<OverwriteOriginalFiles>Overwrite original files (new extension if format is changed)</OverwriteOriginalFiles>
<RedoCasing>Redo casing</RedoCasing>
<Convert>Convert</Convert>
<NothingToConvert>Nothing to convert!</NothingToConvert>
<PleaseChooseOutputFolder>Please choose output folder</PleaseChooseOutputFolder>
<NotConverted>Failed</NotConverted>
<Converted>Converted</Converted>
<Settings>Settings</Settings>
<FixRtl>Fix RTL</FixRtl>
<FixRtlAddUnicode>Fix RTL via Unicode tags</FixRtlAddUnicode>
<FixRtlRemoveUnicode>Remove RTL Unicode tags</FixRtlRemoveUnicode>
<FixRtlReverseStartEnd>Reverse RTL start/end</FixRtlReverseStartEnd>
<SplitLongLines>Split long lines</SplitLongLines>
<AutoBalance>Auto balance lines</AutoBalance>
<ScanFolder>Scan folder...</ScanFolder>
<Recursive>Include sub folders</Recursive>
<BridgeGaps>Bridge gaps</BridgeGaps>
<PlainText>Plain text</PlainText>
<Ocr>OCR...</Ocr>
<AddFiles>Add files...</AddFiles>
<Filter>Filter</Filter>
<FilterSkipped>Skipped by filter</FilterSkipped>
<FilterSrtNoUtf8BOM>SubRip (.srt) files without UTF-8 BOM header</FilterSrtNoUtf8BOM>
<FilterMoreThanTwoLines>More than two lines in one subtitle</FilterMoreThanTwoLines>
<FilterContains>Text contains...</FilterContains>
<FilterFileNameContains>File name contains...</FilterFileNameContains>
<LanguageCodeContains>Language code (mkv/mp4) contains...</LanguageCodeContains>
<FixCommonErrorsErrorX>Fix common errors: {0}</FixCommonErrorsErrorX>
<MultipleReplaceErrorX>Multiple replace: {0}</MultipleReplaceErrorX>
<AutoBalanceErrorX>Auto balance: {0}</AutoBalanceErrorX>
<OffsetTimeCodes>Offset time codes</OffsetTimeCodes>
<TransportStreamSettings>Transport Stream settings</TransportStreamSettings>
<TransportStreamOverrideXPosition>Override original X position</TransportStreamOverrideXPosition>
<TransportStreamOverrideYPosition>Override original Y position</TransportStreamOverrideYPosition>
<TransportStreamOverrideVideoSize>Override original video size</TransportStreamOverrideVideoSize>
<TransportStreamFileNameEnding>File name ending</TransportStreamFileNameEnding>
<TransportStreamSettingsButton>TS settings...</TransportStreamSettingsButton>
<RemoveLineBreaks>Remove line-breaks</RemoveLineBreaks>
<DeleteLines>Delete lines</DeleteLines>
<TryToUseSourceEncoding>Try to use source encoding</TryToUseSourceEncoding>
<DeleteFirstLines>Delete first lines</DeleteFirstLines>
<DeleteLastLines>Delete last lines</DeleteLastLines>
<DeleteContaining>Delete lines containing</DeleteContaining>
<MkvLanguageInOutputFileName>"Language" in output file name</MkvLanguageInOutputFileName>
<MkvLanguageInOutputFileNameX>Matroska (.mkv) "Language" in output file name: {0}</MkvLanguageInOutputFileNameX>
<MkvLanguageStyleTwoLetter>Two letter language code</MkvLanguageStyleTwoLetter>
<MkvLanguageStyleThreeLetter>Three letter language code</MkvLanguageStyleThreeLetter>
<MkvLanguageStyleEmpty>No language code</MkvLanguageStyleEmpty>
<SearchFolderScanVideo>Also scan video files in "Search folder" (slow)</SearchFolderScanVideo>
</BatchConvert>
<BeautifyTimeCodes>
<Title>Beautify time codes</Title>
<TitleSelectedLines>Beautify time codes ({0} selected lines)</TitleSelectedLines>
<GroupTimeCodes>Time codes</GroupTimeCodes>
<AlignTimeCodes>Align time codes to frame time codes</AlignTimeCodes>
<ExtractExactTimeCodes>Use FFprobe to extract exact frame time codes</ExtractExactTimeCodes>
<ExtractTimeCodes>Extract time codes</ExtractTimeCodes>
<CancelTimeCodes>Cancel</CancelTimeCodes>
<GroupShotChanges>Shot changes</GroupShotChanges>
<SnapToShotChanges>Snap cues to shot changes</SnapToShotChanges>
<ImportShotChanges>Generate / import shot changes...</ImportShotChanges>
<EditProfile>Edit profile...</EditProfile>
<NoTimeCodesLoaded>No time codes loaded</NoTimeCodesLoaded>
<XTimeCodesLoaded>{0} time codes loaded</XTimeCodesLoaded>
<NoTimeCodesLoadedError>You've selected to extract exact frame time codes, but there are no time codes loaded.
Please click "{0}" to extract the time codes first, or disable this option.</NoTimeCodesLoadedError>
<NoShotChangesLoaded>No shot changes loaded</NoShotChangesLoaded>
<XShotChangesLoaded>{0} shot changes loaded</XShotChangesLoaded>
<NoShotChangesLoadedError>You've selected to snap cues to shot changes, but there are no shot changes loaded.
Please click "{0}" to generate or import shot changes first, or disable this option.</NoShotChangesLoadedError>
<BatchAlignTimeCodes>Align time codes to frame time codes</BatchAlignTimeCodes>
<BatchUseExactTimeCodes>Use exact time codes (if available)</BatchUseExactTimeCodes>
<BatchSnapToShotChanges>Snap cues to shot changes (if available)</BatchSnapToShotChanges>
<UnfixableParagraphsTitle>Review not fully chained subtitles</UnfixableParagraphsTitle>
<UnfixableParagraphsInstructions>Some subtitles were not fully chained in accordance with your profile, most likely due to too tightly clustered shot changes (possibly false positives).
You might want to review these cases manually to ensure your cues are snapped to the correct (real) shot changes.</UnfixableParagraphsInstructions>
<UnfixableParagraphsColumnParagraphs>Lines</UnfixableParagraphsColumnParagraphs>
<UnfixableParagraphsColumnParagraphsFormat>#{0} – #{1}</UnfixableParagraphsColumnParagraphsFormat>
<UnfixableParagraphsColumnGap>Gap (frames)</UnfixableParagraphsColumnGap>
</BeautifyTimeCodes>
<BeautifyTimeCodesProfile>
<Title>Edit profile</Title>
<LoadPreset>Load preset...</LoadPreset>
<PresetDefault>Default</PresetDefault>
<PresetNetflix>Netflix</PresetNetflix>
<PresetSDI>SDI</PresetSDI>
<CreateSimple>Simple mode...</CreateSimple>
<General>General</General>
<Gap>Gap:</Gap>
<GapSuffix>frames (will overwrite custom settings)</GapSuffix>
<InCues>In cues</InCues>
<SubtitlePreviewText>Subtitle text.</SubtitlePreviewText>
<Zones>Zones:</Zones>
<OutCues>Out cues</OutCues>
<ConnectedSubtitles>Connected subtitles</ConnectedSubtitles>
<InCueClosest>In cue is closest</InCueClosest>
<OutCueClosest>Out cue is closest</OutCueClosest>
<TreadAsConnected>Treat as connected if gap is smaller than:</TreadAsConnected>
<Milliseconds>ms</Milliseconds>
<Chaining>Chaining</Chaining>
<InCueOnShot>In cue on shot change</InCueOnShot>
<OutCueOnShot>Out cue on shot change</OutCueOnShot>
<CheckGeneral>Still enforce General rules when unaffected</CheckGeneral>
<MaxGap>Max. gap:</MaxGap>
<ShotChangeBehavior>If there is a shot change in between:</ShotChangeBehavior>
<DontChain>Don't chain</DontChain>
<ExtendCrossingShotChange>Extend, crossing shot change</ExtendCrossingShotChange>
<ExtendUntilShotChange>Extend until shot change</ExtendUntilShotChange>
<ResetWarning>This will reset your current profile and replace all values with those of the selected preset. This cannot be undone.
Do you want to continue?</ResetWarning>
<CreateSimpleTitle>Create simple</CreateSimpleTitle>
<CreateSimpleInstruction>Enter these basic rules, and the current profile will be updated accordingly.</CreateSimpleInstruction>
<CreateSimpleGapInstruction>The minimum amount of space between subtitles.</CreateSimpleGapInstruction>
<CreateSimpleInCues>In cues should be:</CreateSimpleInCues>
<CreateSimpleInCues0Frames>On the shot change</CreateSimpleInCues0Frames>
<CreateSimpleInCues1Frames>1 frame after the shot change</CreateSimpleInCues1Frames>
<CreateSimpleInCues2Frames>2 frames after the shot change</CreateSimpleInCues2Frames>
<CreateSimpleInCues3Frames>3 frames after the shot change</CreateSimpleInCues3Frames>
<CreateSimpleOutCues>Out cues should be:</CreateSimpleOutCues>
<CreateSimpleOutCues0Frames>On the shot change</CreateSimpleOutCues0Frames>
<CreateSimpleOutCues1Frames>1 frame before the shot change</CreateSimpleOutCues1Frames>
<CreateSimpleOutCues2Frames>2 frames before the shot change</CreateSimpleOutCues2Frames>
<CreateSimpleOutCues3Frames>3 frames before the shot change</CreateSimpleOutCues3Frames>
<CreateSimpleOutCuesGap>Minimum gap before the shot change</CreateSimpleOutCuesGap>
<CreateSimpleSnapClosestCue>For connected subtitles, snap the in or out cue to a shot change based on which one is closer</CreateSimpleSnapClosestCue>
<CreateSimpleMaxOffset>Max. offset:</CreateSimpleMaxOffset>
<CreateSimpleMaxOffsetInstruction>Cues within this distance from shot changes will be snapped to the shot change.</CreateSimpleMaxOffsetInstruction>
<CreateSimpleSafeZone>Safe zone:</CreateSimpleSafeZone>
<CreateSimpleSafeZoneInstruction>Cues within this distance from shot changes will be moved away from the shot change.</CreateSimpleSafeZoneInstruction>
<CreateSimpleChainingGap>Max. chaining gap:</CreateSimpleChainingGap>
<CreateSimpleChainingGapInstruction>If the space between two subtitles is smaller than this amount, the subtitles will be connected.</CreateSimpleChainingGapInstruction>
<CreateSimpleChainingGapAfterShotChanges>After an out cue on a shot change, the gap may be smaller</CreateSimpleChainingGapAfterShotChanges>
<CreateSimpleChainingToolTip>Chaining subtitles is recommended to ensure a consistent "rhythm" in the "flashing" of the subtitles.
This offers a more relaxed viewing experience.
After chaining, subtitles are either connected (i.e. a subtitle disappears and a new subtitle appears immediately after a slight pause) or not.
This gives the viewer some sense on when they can shift their focus back to the screen.
The length of the chaining gap can be a bit smaller right after a subtitle disappears on a shot change, because the changing shot "resets" the image in a way.
We leverage the intrinsic rhythm of the image.</CreateSimpleChainingToolTip>
<CreateSimpleLoadNetflixRules>Load Netflix rules</CreateSimpleLoadNetflixRules>
<Frames>frames</Frames>
<Maximum>Max.</Maximum>
<GapInMsFormat>{0} ms @ {1} FPS</GapInMsFormat>
<OffsetSafeZoneError>The safe zone should be larger than the max. offset.</OffsetSafeZoneError>
</BeautifyTimeCodesProfile>
<BinEdit>
<ImportImage>Import image...</ImportImage>
<ExportImage>Export image...</ExportImage>
<SetText>Set text...</SetText>
<QuickOcr>Quick OCR texts (for overview only)</QuickOcr>
<ResizeBitmaps>Resize images...</ResizeBitmaps>
<ChangeBrightness>Adjust brightness...</ChangeBrightness>
<ChangeAlpha>Adjust alpha...</ChangeAlpha>
<ResizeBitmapsForSelectedLines>Resize images for selected lines...</ResizeBitmapsForSelectedLines>
<ChangeColorForSelectedLines>Change color for selected lines...</ChangeColorForSelectedLines>
<ChangeBrightnessForSelectedLines>Adjust brightness for selected lines...</ChangeBrightnessForSelectedLines>
<ChangeAlphaForSelectedLines>Adjust alpha for selected lines...</ChangeAlphaForSelectedLines>
<AlignSelectedLines>Align selected lines</AlignSelectedLines>
<CenterSelectedLines>Center selected lines (horizontally, keep vertical position)</CenterSelectedLines>
<TopAlignSelectedLines>Top align selected lines (keep horizontal position)</TopAlignSelectedLines>
<BottomAlignSelectedLines>Bottom align selected lines (keep horizontal position)</BottomAlignSelectedLines>
<ToggleForcedSelectedLines>Toggle "Forced" for selected lines</ToggleForcedSelectedLines>
<SelectForcedLines>Select forced lines</SelectForcedLines>
<SelectNonForcedLines>Select non-forced lines</SelectNonForcedLines>
<SizeXY>Size: {0}x{1}</SizeXY>
<SetAspectRatio11>Set aspect ratio 1:1</SetAspectRatio11>
<ChangeBrightnessTitle>Adjust brightness</ChangeBrightnessTitle>
<BrightnessX>Brightness: {0}%</BrightnessX>
<ResizeTitle>Resize images</ResizeTitle>
<ResizeX>Resize: {0}%</ResizeX>
<ChangeAlphaTitle>Adjust alpha</ChangeAlphaTitle>
<AlphaX>Alpha: {0}%</AlphaX>
</BinEdit>
<Bookmarks>
<EditBookmark>Edit bookmark</EditBookmark>
<AddBookmark>Add bookmark</AddBookmark>
<GoToBookmark>Go to bookmark</GoToBookmark>
</Bookmarks>
<ChangeCasing>
<Title>Change casing</Title>
<ChangeCasingTo>Change casing to</ChangeCasingTo>
<NormalCasing>Normal casing. Sentences begin with uppercase letter.</NormalCasing>
<FixNamesCasing>Fix names casing (via Dictionaries\names.xml)</FixNamesCasing>
<FixOnlyNamesCasing>Fix only names casing (via Dictionaries\names.xml)</FixOnlyNamesCasing>
<OnlyChangeAllUppercaseLines>Only change all uppercase lines.</OnlyChangeAllUppercaseLines>
<AllUppercase>ALL UPPERCASE</AllUppercase>
<AllLowercase>all lowercase</AllLowercase>
<ProperCase>Proper Case</ProperCase>
</ChangeCasing>
<ChangeCasingNames>
<Title>Change casing - Names</Title>
<NamesFoundInSubtitleX>Names found in subtitle: {0}</NamesFoundInSubtitleX>
<Enabled>Enabled</Enabled>
<Name>Name</Name>
<LinesFoundX>Lines found: {0}</LinesFoundX>
<ExtraNames>Add extra names (separate by comma, one-time use only)</ExtraNames>
</ChangeCasingNames>
<ChangeFrameRate>
<Title>Change frame rate</Title>
<ConvertFrameRateOfSubtitle>Convert frame rate of subtitle</ConvertFrameRateOfSubtitle>
<FromFrameRate>From frame rate</FromFrameRate>
<ToFrameRate>To frame rate</ToFrameRate>
<FrameRateNotCorrect>Frame rate is not correct</FrameRateNotCorrect>
<FrameRateNotChanged>Frame rate is the same - nothing to convert</FrameRateNotChanged>
</ChangeFrameRate>
<ChangeSpeedInPercent>
<Title>Adjust speed in percent</Title>
<TitleShort>Adjust speed</TitleShort>
<Info>Change speed of subtitle in percent</Info>
<Custom>Custom</Custom>
<ToDropFrame>To drop frame</ToDropFrame>
<FromDropFrame>From drop frame</FromDropFrame>
<AllowOverlap>Allow overlap</AllowOverlap>
</ChangeSpeedInPercent>
<CheckForUpdates>
<Title>Check for updates</Title>
<CheckingForUpdates>Checking for updates...</CheckingForUpdates>
<CheckingForUpdatesFailedX>Checking for updates failed: {0}</CheckingForUpdatesFailedX>
<CheckingForUpdatesNoneAvailable>You're using the latest version of Subtitle Edit :)</CheckingForUpdatesNoneAvailable>
<CheckingForUpdatesNewVersion>New version available!</CheckingForUpdatesNewVersion>
<InstallUpdate>Go to download page</InstallUpdate>
<NoUpdates>Don't update</NoUpdates>
<XPluginsHasAnUpdate>{0} plugins have an updates -</XPluginsHasAnUpdate>
<OnePluginsHasAnUpdate>One plugin has an update -</OnePluginsHasAnUpdate>
<Update>update</Update>
</CheckForUpdates>
<ChooseAudioTrack>
<Title>Choose audio track</Title>
</ChooseAudioTrack>
<ChooseEncoding>
<Title>Choose encoding</Title>
<CodePage>Code page</CodePage>
<DisplayName>Display name</DisplayName>
<PleaseSelectAnEncoding>Please select an encoding</PleaseSelectAnEncoding>
</ChooseEncoding>
<ChooseLanguage>
<Title>Choose language</Title>
<Language>Language</Language>
</ChooseLanguage>
<ColorChooser>
<Title>Choose color</Title>
<Red>Red</Red>
<Green>Green</Green>
<Blue>Blue</Blue>
<Alpha>Alpha</Alpha>
</ColorChooser>
<ColumnPaste>
<Title>Column paste</Title>
<ChooseColumn>Choose column</ChooseColumn>
<OverwriteShiftCellsDown>Overwrite/Shift cells down</OverwriteShiftCellsDown>
<Overwrite>Overwrite</Overwrite>
<ShiftCellsDown>Shift cells down</ShiftCellsDown>
<TimeCodesOnly>Time codes only</TimeCodesOnly>
<TextOnly>Text only</TextOnly>
<OriginalTextOnly>Original text only</OriginalTextOnly>
</ColumnPaste>
<CompareSubtitles>
<Title>Compare subtitles</Title>
<Reload>Reload</Reload>
<PreviousDifference>&Previous difference</PreviousDifference>
<NextDifference>&Next difference</NextDifference>
<SubtitlesNotAlike>Subtitles have no similarities</SubtitlesNotAlike>
<XNumberOfDifference>Number of differences: {0}</XNumberOfDifference>
<XNumberOfDifferenceAndPercentChanged>Number of differences: {0} ({1:0.##}% of words changed)</XNumberOfDifferenceAndPercentChanged>
<XNumberOfDifferenceAndPercentLettersChanged>Number of differences: {0} ({1:0.##}% of letters changed)</XNumberOfDifferenceAndPercentLettersChanged>
<ShowOnlyDifferences>Show only differences</ShowOnlyDifferences>
<IgnoreLineBreaks>Ignore line breaks</IgnoreLineBreaks>
<IgnoreWhitespace>Ignore whitespace</IgnoreWhitespace>
<IgnoreFormatting>Ignore formatting</IgnoreFormatting>
<OnlyLookForDifferencesInText>Only look for differences in text</OnlyLookForDifferencesInText>
<CannotCompareWithImageBasedSubtitles>Cannot compare with image-based subtitles</CannotCompareWithImageBasedSubtitles>
</CompareSubtitles>
<ConvertColorsToDialog>
<Title>Convert colors to dialog</Title>
<RemoveColorTags>Remove color tags</RemoveColorTags>
<AddNewLines>Place every dash on new line</AddNewLines>
<ReBreakLines>Re-break lines</ReBreakLines>
</ConvertColorsToDialog>
<DCinemaProperties>
<Title>D-Cinema properties (interop)</Title>
<TitleSmpte>D-Cinema properties (SMPTE)</TitleSmpte>
<SubtitleId>Subtitle ID</SubtitleId>
<GenerateId>Generate ID</GenerateId>
<MovieTitle>Movie title</MovieTitle>
<ReelNumber>Reel number</ReelNumber>
<Language>Language</Language>
<IssueDate>Issue date</IssueDate>
<EditRate>Edit rate</EditRate>
<TimeCodeRate>Time code rate</TimeCodeRate>
<StartTime>Start time</StartTime>
<Font>Font</Font>
<FontId>ID</FontId>
<FontUri>URI</FontUri>
<FontColor>Color</FontColor>
<FontEffect>Effect</FontEffect>
<FontEffectColor>Effect color</FontEffectColor>
<FontSize>Size</FontSize>
<TopBottomMargin>Top/bottom margin</TopBottomMargin>
<FadeUpTime>Fade up time</FadeUpTime>
<FadeDownTime>Fade down time</FadeDownTime>
<ZPosition>Z-position</ZPosition>
<ZPositionHelp>Positive numbers move text away, negative numbers move text closer, if z-position is zero then it's 2D</ZPositionHelp>
<ChooseColor>Choose color...</ChooseColor>
<Generate>Generate</Generate>
<GenerateNewIdOnSave>Generate new ID on save</GenerateNewIdOnSave>
</DCinemaProperties>
<DurationsBridgeGaps>
<Title>Bridge small gaps between subtitles</Title>
<GapsBridgedX>Number of small gaps bridged: {0}</GapsBridgedX>
<GapToNext>Gap to next in seconds</GapToNext>
<GapToNextFrames>Gap to next in frames</GapToNextFrames>
<BridgeGapsSmallerThanXPart1>Bridge gaps smaller than</BridgeGapsSmallerThanXPart1>
<BridgeGapsSmallerThanXPart2>milliseconds</BridgeGapsSmallerThanXPart2>
<BridgeGapsSmallerThanXPart1Frames>Bridge gaps smaller than</BridgeGapsSmallerThanXPart1Frames>
<BridgeGapsSmallerThanXPart2Frames>frames</BridgeGapsSmallerThanXPart2Frames>
<MinMillisecondsBetweenLines>Min. milliseconds between lines</MinMillisecondsBetweenLines>
<MinFramesBetweenLines>Min. frames between lines</MinFramesBetweenLines>
<ProlongEndTime>Previous text takes all gap time</ProlongEndTime>
<DivideEven>Texts divide gap time</DivideEven>
</DurationsBridgeGaps>
<DvdSubRip>
<Title>Rip subtitles from IFO/VOBs (DVD)</Title>
<DvdGroupTitle>DVD files/info</DvdGroupTitle>
<IfoFile>IFO file</IfoFile>
<IfoFiles>IFO files</IfoFiles>
<VobFiles>VOB files</VobFiles>
<Add>Add...</Add>
<Remove>Remove</Remove>
<Clear>Clear</Clear>
<MoveUp>Move up</MoveUp>
<MoveDown>Move down</MoveDown>
<Languages>Languages</Languages>
<PalNtsc>PAL/NTSC</PalNtsc>
<Pal>PAL (25fps)</Pal>
<Ntsc>NTSC (29.97fps)</Ntsc>
<StartRipping>Start ripping</StartRipping>
<Abort>Abort</Abort>
<AbortedByUser>Aborted by user</AbortedByUser>
<ReadingSubtitleData>Reading subtitle data...</ReadingSubtitleData>
<RippingVobFileXofYZ>Ripping vob file {1} of {2}: {0}</RippingVobFileXofYZ>
<WrongIfoType>IFO type is '{0}' and not 'DVDVIDEO-VTS'.{1}Try another file than {2}</WrongIfoType>
</DvdSubRip>
<DvdSubRipChooseLanguage>
<Title>Choose language</Title>
<ChooseLanguageStreamId>Choose language (stream-id)</ChooseLanguageStreamId>
<UnknownLanguage>Unknown language</UnknownLanguage>
<SubtitleImageXofYAndWidthXHeight>Subtitle image {0}/{1} - {2}x{3}</SubtitleImageXofYAndWidthXHeight>
<SubtitleImage>Subtitle image</SubtitleImage>
</DvdSubRipChooseLanguage>
<EbuSaveOptions>
<Title>EBU save options</Title>
<GeneralSubtitleInformation>General subtitle information</GeneralSubtitleInformation>
<CodePageNumber>Code page number</CodePageNumber>
<DiskFormatCode>Disk format code</DiskFormatCode>
<DisplayStandardCode>Display standard code</DisplayStandardCode>
<ColorRequiresTeletext>Colors require teletext!</ColorRequiresTeletext>
<AlignmentRequiresTeletext>Alignment requires teletext!</AlignmentRequiresTeletext>
<TeletextCharsShouldBe38>'Max# of chars per row' for teletext should be 38!</TeletextCharsShouldBe38>
<CharacterCodeTable>Character table</CharacterCodeTable>
<LanguageCode>Language code</LanguageCode>
<OriginalProgramTitle>Original program title</OriginalProgramTitle>
<OriginalEpisodeTitle>Original episode title</OriginalEpisodeTitle>
<TranslatedProgramTitle>Translated program title</TranslatedProgramTitle>
<TranslatedEpisodeTitle>Translated episode title</TranslatedEpisodeTitle>
<TranslatorsName>Translator's name</TranslatorsName>
<SubtitleListReferenceCode>Subtitle list reference code</SubtitleListReferenceCode>
<CountryOfOrigin>Country of origin</CountryOfOrigin>
<TimeCodeStatus>Time code status</TimeCodeStatus>
<TimeCodeStartOfProgramme>Time code: Start of programme</TimeCodeStartOfProgramme>
<RevisionNumber>Revision number</RevisionNumber>
<MaxNoOfDisplayableChars>Max# of chars per row</MaxNoOfDisplayableChars>
<MaxNumberOfDisplayableRows>Max# of rows</MaxNumberOfDisplayableRows>
<DiskSequenceNumber>Disk sequence number</DiskSequenceNumber>
<TotalNumberOfDisks>Total number of disks</TotalNumberOfDisks>
<Import>Import...</Import>
<TextAndTimingInformation>Text and timing information</TextAndTimingInformation>
<JustificationCode>Justification code</JustificationCode>
<VerticalPosition>Vertical position</VerticalPosition>
<MarginTop>Margin top (for top aligned subtitles)</MarginTop>
<MarginBottom>Margin bottom (for bottom aligned subtitles)</MarginBottom>
<NewLineRows>Number of rows added by a new line</NewLineRows>
<Teletext>Teletext</Teletext>
<UseBox>Use box around text</UseBox>
<DoubleHeight>Use double height for text</DoubleHeight>
<Errors>Errors</Errors>
<ErrorsX>Errors: {0}</ErrorsX>
<MaxLengthError>Line {0} exceeds max length ({1}) by {2}: {3}</MaxLengthError>
<TextUnchangedPresentation>Unchanged presentation</TextUnchangedPresentation>
<TextLeftJustifiedText>Left justified text</TextLeftJustifiedText>
<TextCenteredText>Centered text</TextCenteredText>
<TextRightJustifiedText>Right justified text</TextRightJustifiedText>
<UseBoxForOneNewLine>Check 'Use box around text' for only one new-line</UseBoxForOneNewLine>
</EbuSaveOptions>
<EffectKaraoke>
<Title>Karaoke effect</Title>
<ChooseColor>Choose color:</ChooseColor>
<TotalSeconds>Total seconds:</TotalSeconds>
<EndDelayInSeconds>End delay in seconds:</EndDelayInSeconds>
<WordEffect>Word effect</WordEffect>
<CharacterEffect>Character effect</CharacterEffect>
</EffectKaraoke>
<EffectTypewriter>
<Title>Typewriter effect</Title>
<TotalSeconds>Total seconds:</TotalSeconds>
<EndDelayInSeconds>End delay in seconds:</EndDelayInSeconds>
</EffectTypewriter>
<ExportCustomText>
<Title>Export custom text format</Title>
<Formats>Formats</Formats>
<New>New</New>
<Edit>Edit</Edit>
<Delete>Delete</Delete>
<SaveAs>S&ave as...</SaveAs>
<SaveSubtitleAs>Save subtitle as...</SaveSubtitleAs>
<SubtitleExportedInCustomFormatToX>Subtitle exported in custom format to: {0}</SubtitleExportedInCustomFormatToX>
</ExportCustomText>
<ExportCustomTextFormat>
<Title>Custom text format template</Title>
<Template>Template</Template>
<Header>Header</Header>
<TextLine>Text line (paragraph)</TextLine>
<TimeCode>Time code</TimeCode>
<NewLine>New line</NewLine>
<Footer>Footer</Footer>
<FileExtension>File extension</FileExtension>
<DoNotModify>[Do not modify]</DoNotModify>
</ExportCustomTextFormat>
<ExportFcpXmlAdvanced>
<Title>Export Final Cut Pro XML advanced</Title>
<FontName>Font name</FontName>
<FontSize>Font size</FontSize>
<FontFace>Font face</FontFace>
<FontFaceRegular>Regular</FontFaceRegular>
<Alignment>Alignment</Alignment>
<Baseline>Baseline</Baseline>
</ExportFcpXmlAdvanced>
<ExportPngXml>
<Title>Export BDN XML/PNG</Title>
<ImageSettings>Image settings</ImageSettings>
<FontFamily>Font family</FontFamily>
<FontSize>Font size</FontSize>
<FontColor>Font color</FontColor>
<BorderColor>Border color</BorderColor>
<BorderWidth>Border width</BorderWidth>
<BorderStyle>Border style</BorderStyle>
<BorderStyleOneBox>One box</BorderStyleOneBox>
<BorderStyleBoxForEachLine>Box for each line</BorderStyleBoxForEachLine>
<BorderStyleNormalWidthX>Normal, width={0}</BorderStyleNormalWidthX>
<ShadowColor>Shadow color</ShadowColor>
<ShadowWidth>Shadow width</ShadowWidth>
<Transparency>Alpha</Transparency>
<ImageFormat>Image format</ImageFormat>
<FullFrameImage>Full frame image</FullFrameImage>
<SimpleRendering>Simple rendering</SimpleRendering>
<AntiAliasingWithTransparency>Anti-aliasing with transparency</AntiAliasingWithTransparency>
<Text3D>3D</Text3D>
<ImagePrefix>Image prefix</ImagePrefix>
<SideBySide3D>Half-side-by-side</SideBySide3D>
<HalfTopBottom3D>Half-Top/Bottom</HalfTopBottom3D>
<Depth>Depth</Depth>
<ExportAllLines>Export all lines...</ExportAllLines>
<XImagesSavedInY>{0:#,##0} images saved in {1}</XImagesSavedInY>
<VideoResolution>Video res</VideoResolution>
<Align>Align</Align>
<Left>Left</Left>
<Right>Right</Right>
<Center>Center</Center>
<CenterLeftJustify>Center, left justify</CenterLeftJustify>
<CenterLeftJustifyDialogs>Center, left justify dialog</CenterLeftJustifyDialogs>
<CenterTopJustify>Center, top justify</CenterTopJustify>
<CenterRightJustify>Center, right justify</CenterRightJustify>
<BottomMargin>Bottom margin</BottomMargin>
<LeftRightMargin>Left/right margin</LeftRightMargin>
<SaveBluRaySupAs>Choose Blu-ray sup file name</SaveBluRaySupAs>
<SaveVobSubAs>Choose VobSub file name</SaveVobSubAs>
<SaveFabImageScriptAs>Choose FAB image script file name</SaveFabImageScriptAs>
<SaveDvdStudioProStlAs>Choose DVD Studio Pro STL file name</SaveDvdStudioProStlAs>
<SaveDigitalCinemaInteropAs>Choose Digital Cinema Interop file name</SaveDigitalCinemaInteropAs>
<SaveDigitalCinemaSmpte2014>Choose Digital Cinema SMPTE 2014 file name</SaveDigitalCinemaSmpte2014>
<SavePremiereEdlAs>Choose Premiere EDL file name</SavePremiereEdlAs>
<SaveFcpAs>Choose Final Cut Pro xml file name</SaveFcpAs>
<SaveDostAs>Choose DoStudio dost file name</SaveDostAs>
<SomeLinesWereTooLongX>Some lines were too long:
{0}</SomeLinesWereTooLongX>
<LineHeight>Line height</LineHeight>
<BoxSingleLine>Box - single line</BoxSingleLine>
<BoxMultiLine>Box - multi line</BoxMultiLine>
<Forced>Forced</Forced>
<ChooseBackgroundColor>Choose background color</ChooseBackgroundColor>
<SaveImageAs>Save image as...</SaveImageAs>
<FcpUseFullPathUrl>Use full image path URL in FCP xml</FcpUseFullPathUrl>
</ExportPngXml>
<ExportText>
<Title>Export text</Title>
<Preview>Preview</Preview>
<ExportOptions>Export options</ExportOptions>
<FormatText>Format text</FormatText>
<None>None</None>
<MergeAllLines>Merge all lines</MergeAllLines>
<UnbreakLines>Unbreak lines</UnbreakLines>
<RemoveStyling>Remove styling</RemoveStyling>
<ShowLineNumbers>Show line numbers</ShowLineNumbers>
<AddNewLineAfterLineNumber>Add new line after line number</AddNewLineAfterLineNumber>
<ShowTimeCode>Show time code</ShowTimeCode>
<AddNewLineAfterTimeCode>Add new line after time code</AddNewLineAfterTimeCode>
<AddNewLineAfterTexts>Add new line after text</AddNewLineAfterTexts>
<AddNewLineBetweenSubtitles>Add new line between subtitles</AddNewLineBetweenSubtitles>
<TimeCodeFormat>Time code format</TimeCodeFormat>
<Srt>.srt</Srt>
<Milliseconds>Milliseconds</Milliseconds>
<HHMMSSFF>HH:MM:SS:FF</HHMMSSFF>
<TimeCodeSeparator>Time code separator</TimeCodeSeparator>
</ExportText>
<ExtractDateTimeInfo>
<Title>Generate time as text</Title>
<OpenVideoFile>Choose video file to extract date/time info from</OpenVideoFile>
<StartFrom>Start from</StartFrom>
<DateTimeFormat>Date/time format</DateTimeFormat>
<Example>Example</Example>
<GenerateSubtitle>&Generate subtitle</GenerateSubtitle>
</ExtractDateTimeInfo>
<FindDialog>
<Title>Find</Title>
<FindNext>&Find next</FindNext>
<FindPrevious>Find &previous</FindPrevious>
<Normal>&Normal</Normal>
<CaseSensitive>&Case sensitive</CaseSensitive>
<RegularExpression>Regular e&xpression</RegularExpression>
<WholeWord>&Whole word</WholeWord>
<Count>Coun&t</Count>
<XNumberOfMatches>{0:#,##0} matches</XNumberOfMatches>
<OneMatch>One match</OneMatch>
</FindDialog>
<FindSubtitleLine>
<Title>Find subtitle line</Title>
<Find>&Find</Find>
<FindNext>Find &next</FindNext>
</FindSubtitleLine>
<FixCommonErrors>
<Title>Fix common errors</Title>
<Step1>Step 1/2 - Choose which errors to fix</Step1>
<WhatToFix>What to fix</WhatToFix>
<Example>Example</Example>
<SelectAll>Select all</SelectAll>
<InverseSelection>Invert selection</InverseSelection>
<Back>< &Back</Back>
<Next>&Next ></Next>
<Step2>Step 2/2 - Verify fixes</Step2>
<Fixes>Fixes</Fixes>
<Log>Log</Log>
<Function>Function</Function>
<RemovedEmptyLine>Remove empty line</RemovedEmptyLine>
<RemovedEmptyLineAtTop>Remove empty line at top</RemovedEmptyLineAtTop>
<RemovedEmptyLineAtBottom>Remove empty line at bottom</RemovedEmptyLineAtBottom>
<RemovedEmptyLineInMiddle>Remove empty line in middle</RemovedEmptyLineInMiddle>
<RemovedEmptyLinesUnusedLineBreaks>Remove empty lines/unused line breaks</RemovedEmptyLinesUnusedLineBreaks>
<FixOverlappingDisplayTimes>Fix overlapping display times</FixOverlappingDisplayTimes>
<FixShortDisplayTimes>Fix short display times</FixShortDisplayTimes>
<FixLongDisplayTimes>Fix long display times</FixLongDisplayTimes>
<FixShortGaps>Fix short gaps</FixShortGaps>
<FixInvalidItalicTags>Fix invalid italic tags</FixInvalidItalicTags>
<RemoveUnneededSpaces>Remove unneeded spaces</RemoveUnneededSpaces>
<RemoveUnneededPeriods>Remove unneeded periods</RemoveUnneededPeriods>
<FixCommas>Fix commas</FixCommas>
<FixMissingSpaces>Fix missing spaces</FixMissingSpaces>
<BreakLongLines>Break long lines</BreakLongLines>
<RemoveLineBreaks>Remove line breaks in short texts with only one sentence</RemoveLineBreaks>
<RemoveLineBreaksAll>Remove line breaks in short texts (all except dialogs)</RemoveLineBreaksAll>
<RemoveLineBreaksPixelWidth>Unbreak subtitles that can fit on one line (pixel width)</RemoveLineBreaksPixelWidth>
<FixUppercaseIInsideLowercaseWords>Fix uppercase 'i' inside lowercase words (OCR error)</FixUppercaseIInsideLowercaseWords>
<FixDoubleApostrophes>Fix double apostrophe characters ('') to a single quote (")</FixDoubleApostrophes>
<AddPeriods>Add period after lines where next line starts with uppercase letter</AddPeriods>
<StartWithUppercaseLetterAfterParagraph>Start with uppercase letter after paragraph</StartWithUppercaseLetterAfterParagraph>
<StartWithUppercaseLetterAfterPeriodInsideParagraph>Start with uppercase letter after period inside paragraph</StartWithUppercaseLetterAfterPeriodInsideParagraph>
<StartWithUppercaseLetterAfterColon>Start with uppercase letter after colon/semicolon</StartWithUppercaseLetterAfterColon>
<FixLowercaseIToUppercaseI>Fix alone lowercase 'i' to 'I' (English)</FixLowercaseIToUppercaseI>
<FixCommonOcrErrors>Fix common OCR errors (using OCR replace list)</FixCommonOcrErrors>
<CommonOcrErrorsFixed>Common OCR errors fixed (OcrReplaceList file used): {0}</CommonOcrErrorsFixed>
<RemoveSpaceBetweenNumber>Remove space between numbers</RemoveSpaceBetweenNumber>
<BreakDialogsOnOneLine>Split dialogs on one line</BreakDialogsOnOneLine>
<RemoveDialogFirstInNonDialogs>Remove start dash in first line for non-dialogs</RemoveDialogFirstInNonDialogs>
<NormalizeStrings>Normalize strings</NormalizeStrings>
<FixTurkishAnsi>Fix Turkish ANSI (Icelandic) letters to Unicode</FixTurkishAnsi>
<FixDanishLetterI>Fix Danish letter 'i'</FixDanishLetterI>
<FixSpanishInvertedQuestionAndExclamationMarks>Fix Spanish inverted question and exclamation marks</FixSpanishInvertedQuestionAndExclamationMarks>
<AddMissingQuote>Add missing quote (")</AddMissingQuote>
<AddMissingQuotes>Add missing quotes (")</AddMissingQuotes>
<RemoveHyphensSingleLine>Remove dialog dashes in single lines</RemoveHyphensSingleLine>
<FixHyphensInDialogs>Fix dash in dialogs via style: {0}</FixHyphensInDialogs>
<AddMissingQuotesExample>"How are you? -> "How are you?"</AddMissingQuotesExample>
<XMissingQuotesAdded>Missing quotes added: {0}</XMissingQuotesAdded>
<Fix3PlusLine>Fix subtitle with more than two lines</Fix3PlusLine>
<Fix3PlusLines>Fix subtitles with more than two lines</Fix3PlusLines>
<Analysing>Analyzing...</Analysing>
<NothingToFix>Nothing to fix :)</NothingToFix>
<FixesFoundX>Fixes found: {0}</FixesFoundX>
<XFixesApplied>Fixes applied: {0}</XFixesApplied>
<NothingFixableBut>Nothing could be fixed automatically. The subtitle contains errors - see log for details</NothingFixableBut>
<XFixedBut>{0} issue(s) fixed but the subtitle still contains errors - see log for details</XFixedBut>
<XCouldBeFixedBut>{0} issue(s) could be fixed but the subtitle will still contain errors - see log for details</XCouldBeFixedBut>
<FixFirstLetterToUppercaseAfterParagraph>Fix first letter to uppercase after paragraph</FixFirstLetterToUppercaseAfterParagraph>
<MergeShortLine>Merge short line (single sentence)</MergeShortLine>
<MergeShortLineAll>Merge short line (all except dialogs)</MergeShortLineAll>
<UnbreakShortLinePixelWidth>Unbreak short line (pixel width)</UnbreakShortLinePixelWidth>
<BreakLongLine>Break long line</BreakLongLine>
<FixLongDisplayTime>Fix long display time</FixLongDisplayTime>
<FixInvalidItalicTag>Fix invalid italic tag</FixInvalidItalicTag>
<FixShortDisplayTime>Fix short display time</FixShortDisplayTime>
<FixOverlappingDisplayTime>Fix overlapping display time</FixOverlappingDisplayTime>
<FixShortGap>Fix short gap</FixShortGap>
<FixInvalidItalicTagsExample><i>What do I care.<i> -> <i>What do I care.</i></FixInvalidItalicTagsExample>
<RemoveUnneededSpacesExample>Hey you , there. -> Hey you, there.</RemoveUnneededSpacesExample>
<RemoveUnneededPeriodsExample>Hey you!. -> Hey you!</RemoveUnneededPeriodsExample>
<FixMissingSpacesExample>Hey.You. -> Hey. You.</FixMissingSpacesExample>
<FixUppercaseIInsideLowercaseWordsExample>The earth is fIat. -> The earth is flat.</FixUppercaseIInsideLowercaseWordsExample>
<FixLowercaseIToUppercaseIExample>What do i care. -> What do I care.</FixLowercaseIToUppercaseIExample>
<StartTimeLaterThanEndTime>Text number {0}: Start time is later than end time: {4}{1} -> {2} {3}</StartTimeLaterThanEndTime>
<UnableToFixStartTimeLaterThanEndTime>Unable to fix text number {0}: Start time is later than end time: {1}</UnableToFixStartTimeLaterThanEndTime>
<XFixedToYZ>{0} fixed to: {1}{2}</XFixedToYZ>
<UnableToFixTextXY>Unable to fix text number {0}: {1}</UnableToFixTextXY>
<UnneededSpace>Unneeded space</UnneededSpace>
<UnneededPeriod>Unneeded period</UnneededPeriod>
<FixMissingSpace>Fix missing space</FixMissingSpace>
<FixUppercaseIInsideLowercaseWord>Fix uppercase 'i' inside lowercase word</FixUppercaseIInsideLowercaseWord>
<FixMissingPeriodAtEndOfLine>Add missing period at end of line</FixMissingPeriodAtEndOfLine>
<RefreshFixes>Refresh available fixes</RefreshFixes>
<ApplyFixes>A&pply selected fixes</ApplyFixes>
<AutoBreak>Auto &br</AutoBreak>
<Unbreak>&Unbreak</Unbreak>
<FixDoubleDash>Fix '--' -> '...'</FixDoubleDash>
<FixDoubleGreaterThan>Remove '>>'</FixDoubleGreaterThan>
<FixEllipsesStart>Remove leading '...'</FixEllipsesStart>
<FixMissingOpenBracket>Fix missing [ or ( in line</FixMissingOpenBracket>
<FixMusicNotation>Replace music symbols (e.g. âTª) with preferred symbol</FixMusicNotation>
<FixDoubleDashExample>'Whoa-- um yeah!' -> 'Whoa... um yeah!'</FixDoubleDashExample>
<FixDoubleGreaterThanExample>'>> Robert: Sup dude!' -> 'Robert: Sup dude!'</FixDoubleGreaterThanExample>
<FixEllipsesStartExample>'... and then we' -> 'and then we'</FixEllipsesStartExample>
<FixMissingOpenBracketExample>'clanks] Look out!' -> '[clanks] Look out!'</FixMissingOpenBracketExample>
<FixMusicNotationExample>'âTª sweet dreams are' -> '♫ sweet dreams are'</FixMusicNotationExample>
<NumberOfImportantLogMessages>{0} important log messages!</NumberOfImportantLogMessages>
<FixedOkXY>Fixed and OK - '{0}': {1}</FixedOkXY>
<FixOcrErrorExample>D0n't -> Don't</FixOcrErrorExample>
<FixSpaceBetweenNumbersExample>1 100 -> 1100</FixSpaceBetweenNumbersExample>
<FixDialogsOneLineExample>Hi John! - Hi Ida! -> Hi John!<br />- Hi Ida!</FixDialogsOneLineExample>
<RemoveDialogFirstInNonDialogsExample>- How are you? -> How are you?</RemoveDialogFirstInNonDialogsExample>
<SelectDefault>Select default</SelectDefault>
<SetDefault>Set current fixes as default</SetDefault>
<FixContinuationStyleX>Fix continuation style: {0}</FixContinuationStyleX>
<FixUnnecessaryLeadingDots>Remove unnecessary leading dots</FixUnnecessaryLeadingDots>
</FixCommonErrors>
<GenerateBlankVideo>
<Title>Generate blank video file</Title>
<CheckeredImage>Checkered image</CheckeredImage>
<SolidColor>Solid color</SolidColor>
<DurationInMinutes>Duration in minutes</DurationInMinutes>
<Background>Background</Background>
<FfmpegParameters>Run FFmpeg with the following parameters:</FfmpegParameters>
<GenerateWithFfmpegParametersPrompt>Generate - prompt FFmpeg parameters</GenerateWithFfmpegParametersPrompt>
</GenerateBlankVideo>
<GenerateVideoWithBurnedInSubs>
<Title>Generate video with burned-in subtitle</Title>
<InfoAssaOff>Note: Advanced SubStation Alpha styling supported.</InfoAssaOff>
<InfoAssaOn>Note: Advanced SubStation Alpha styling will be used :)</InfoAssaOn>