Added some missing language tags - thx Martin and Quetsbeek :)

git-svn-id: https://subtitleedit.googlecode.com/svn/trunk@1447 99eadd0c-20b8-1223-b5c4-2a2b2df33de2
This commit is contained in:
niksedk 2012-10-28 17:01:44 +00:00
parent 89867b01b5
commit d6e23157b9
8 changed files with 274 additions and 246 deletions

View File

@ -265,7 +265,6 @@
this.toolStripMenuItemPlayRateNormal = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripMenuItemPlayRateNormal = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripMenuItemPlayRateFast = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripMenuItemPlayRateFast = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripMenuItemPlayRateVeryFast = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripMenuItemPlayRateVeryFast = new System.Windows.Forms.ToolStripMenuItem();
this.audioVisualizer = new Nikse.SubtitleEdit.Controls.AudioVisualizer();
this.tabControlButtons = new System.Windows.Forms.TabControl(); this.tabControlButtons = new System.Windows.Forms.TabControl();
this.tabPageTranslate = new System.Windows.Forms.TabPage(); this.tabPageTranslate = new System.Windows.Forms.TabPage();
this.labelTranslateTip = new System.Windows.Forms.Label(); this.labelTranslateTip = new System.Windows.Forms.Label();
@ -288,7 +287,6 @@
this.buttonPlayCurrent = new System.Windows.Forms.Button(); this.buttonPlayCurrent = new System.Windows.Forms.Button();
this.buttonPlayNext = new System.Windows.Forms.Button(); this.buttonPlayNext = new System.Windows.Forms.Button();
this.tabPageCreate = new System.Windows.Forms.TabPage(); this.tabPageCreate = new System.Windows.Forms.TabPage();
this.timeUpDownVideoPosition = new Nikse.SubtitleEdit.Controls.TimeUpDown();
this.buttonGotoSub = new System.Windows.Forms.Button(); this.buttonGotoSub = new System.Windows.Forms.Button();
this.buttonBeforeText = new System.Windows.Forms.Button(); this.buttonBeforeText = new System.Windows.Forms.Button();
this.buttonSetEnd = new System.Windows.Forms.Button(); this.buttonSetEnd = new System.Windows.Forms.Button();
@ -325,7 +323,6 @@
this.labelVideoPosition2 = new System.Windows.Forms.Label(); this.labelVideoPosition2 = new System.Windows.Forms.Label();
this.buttonAdjustGoToPosAndPause = new System.Windows.Forms.Button(); this.buttonAdjustGoToPosAndPause = new System.Windows.Forms.Button();
this.buttonAdjustPlayBefore = new System.Windows.Forms.Button(); this.buttonAdjustPlayBefore = new System.Windows.Forms.Button();
this.timeUpDownVideoPositionAdjust = new Nikse.SubtitleEdit.Controls.TimeUpDown();
this.videoTimer = new System.Windows.Forms.Timer(this.components); this.videoTimer = new System.Windows.Forms.Timer(this.components);
this.timerAutoDuration = new System.Windows.Forms.Timer(this.components); this.timerAutoDuration = new System.Windows.Forms.Timer(this.components);
this.timerAutoContinue = new System.Windows.Forms.Timer(this.components); this.timerAutoContinue = new System.Windows.Forms.Timer(this.components);
@ -352,7 +349,6 @@
this.tabControlSubtitle = new System.Windows.Forms.TabControl(); this.tabControlSubtitle = new System.Windows.Forms.TabControl();
this.tabPage1 = new System.Windows.Forms.TabPage(); this.tabPage1 = new System.Windows.Forms.TabPage();
this.splitContainerListViewAndText = new System.Windows.Forms.SplitContainer(); this.splitContainerListViewAndText = new System.Windows.Forms.SplitContainer();
this.SubtitleListview1 = new Nikse.SubtitleEdit.Controls.SubtitleListView();
this.groupBoxEdit = new System.Windows.Forms.GroupBox(); this.groupBoxEdit = new System.Windows.Forms.GroupBox();
this.labelDurationWarning = new System.Windows.Forms.Label(); this.labelDurationWarning = new System.Windows.Forms.Label();
this.labelStartTimeWarning = new System.Windows.Forms.Label(); this.labelStartTimeWarning = new System.Windows.Forms.Label();
@ -363,7 +359,6 @@
this.labelTextAlternateLineLengths = new System.Windows.Forms.Label(); this.labelTextAlternateLineLengths = new System.Windows.Forms.Label();
this.labelAlternateText = new System.Windows.Forms.Label(); this.labelAlternateText = new System.Windows.Forms.Label();
this.labelText = new System.Windows.Forms.Label(); this.labelText = new System.Windows.Forms.Label();
this.textBoxListViewTextAlternate = new Nikse.SubtitleEdit.Controls.SETextBox();
this.contextMenuStripTextBoxListView = new System.Windows.Forms.ContextMenuStrip(this.components); this.contextMenuStripTextBoxListView = new System.Windows.Forms.ContextMenuStrip(this.components);
this.cutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.cutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.copyToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.copyToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
@ -389,23 +384,28 @@
this.labelTextLineTotal = new System.Windows.Forms.Label(); this.labelTextLineTotal = new System.Windows.Forms.Label();
this.labelCharactersPerSecond = new System.Windows.Forms.Label(); this.labelCharactersPerSecond = new System.Windows.Forms.Label();
this.buttonUnBreak = new System.Windows.Forms.Button(); this.buttonUnBreak = new System.Windows.Forms.Button();
this.timeUpDownStartTime = new Nikse.SubtitleEdit.Controls.TimeUpDown();
this.numericUpDownDuration = new System.Windows.Forms.NumericUpDown(); this.numericUpDownDuration = new System.Windows.Forms.NumericUpDown();
this.buttonPrevious = new System.Windows.Forms.Button(); this.buttonPrevious = new System.Windows.Forms.Button();
this.buttonNext = new System.Windows.Forms.Button(); this.buttonNext = new System.Windows.Forms.Button();
this.labelStartTime = new System.Windows.Forms.Label(); this.labelStartTime = new System.Windows.Forms.Label();
this.textBoxListViewText = new Nikse.SubtitleEdit.Controls.SETextBox();
this.labelDuration = new System.Windows.Forms.Label(); this.labelDuration = new System.Windows.Forms.Label();
this.labelAutoDuration = new System.Windows.Forms.Label(); this.labelAutoDuration = new System.Windows.Forms.Label();
this.tabPage2 = new System.Windows.Forms.TabPage(); this.tabPage2 = new System.Windows.Forms.TabPage();
this.textBoxSource = new System.Windows.Forms.TextBox(); this.textBoxSource = new System.Windows.Forms.TextBox();
this.panelVideoPlayer = new System.Windows.Forms.Panel(); this.panelVideoPlayer = new System.Windows.Forms.Panel();
this.mediaPlayer = new Nikse.SubtitleEdit.Controls.VideoPlayerContainer();
this.contextMenuStripEmpty = new System.Windows.Forms.ContextMenuStrip(this.components); this.contextMenuStripEmpty = new System.Windows.Forms.ContextMenuStrip(this.components);
this.insertLineToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.insertLineToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.imageListPlayRate = new System.Windows.Forms.ImageList(this.components); this.imageListPlayRate = new System.Windows.Forms.ImageList(this.components);
this.timerTextUndo = new System.Windows.Forms.Timer(this.components); this.timerTextUndo = new System.Windows.Forms.Timer(this.components);
this.timerAlternateTextUndo = new System.Windows.Forms.Timer(this.components); this.timerAlternateTextUndo = new System.Windows.Forms.Timer(this.components);
this.SubtitleListview1 = new Nikse.SubtitleEdit.Controls.SubtitleListView();
this.textBoxListViewTextAlternate = new Nikse.SubtitleEdit.Controls.SETextBox();
this.timeUpDownStartTime = new Nikse.SubtitleEdit.Controls.TimeUpDown();
this.textBoxListViewText = new Nikse.SubtitleEdit.Controls.SETextBox();
this.mediaPlayer = new Nikse.SubtitleEdit.Controls.VideoPlayerContainer();
this.audioVisualizer = new Nikse.SubtitleEdit.Controls.AudioVisualizer();
this.timeUpDownVideoPosition = new Nikse.SubtitleEdit.Controls.TimeUpDown();
this.timeUpDownVideoPositionAdjust = new Nikse.SubtitleEdit.Controls.TimeUpDown();
this.statusStrip1.SuspendLayout(); this.statusStrip1.SuspendLayout();
this.toolStrip1.SuspendLayout(); this.toolStrip1.SuspendLayout();
this.menuStrip1.SuspendLayout(); this.menuStrip1.SuspendLayout();
@ -1915,7 +1915,7 @@
this.changeCasingForSelectedLinesToolStripMenuItem, this.changeCasingForSelectedLinesToolStripMenuItem,
this.toolStripMenuItemSaveSelectedLines}); this.toolStripMenuItemSaveSelectedLines});
this.contextMenuStripListview.Name = "contextMenuStripListview"; this.contextMenuStripListview.Name = "contextMenuStripListview";
this.contextMenuStripListview.Size = new System.Drawing.Size(285, 782); this.contextMenuStripListview.Size = new System.Drawing.Size(285, 760);
this.contextMenuStripListview.Opening += new System.ComponentModel.CancelEventHandler(this.ContextMenuStripListviewOpening); this.contextMenuStripListview.Opening += new System.ComponentModel.CancelEventHandler(this.ContextMenuStripListviewOpening);
// //
// setStylesForSelectedLinesToolStripMenuItem // setStylesForSelectedLinesToolStripMenuItem
@ -2422,37 +2422,6 @@
this.toolStripMenuItemPlayRateVeryFast.Text = "Very fast"; this.toolStripMenuItemPlayRateVeryFast.Text = "Very fast";
this.toolStripMenuItemPlayRateVeryFast.Click += new System.EventHandler(this.VeryFastToolStripMenuItemClick); this.toolStripMenuItemPlayRateVeryFast.Click += new System.EventHandler(this.VeryFastToolStripMenuItemClick);
// //
// audioVisualizer
//
this.audioVisualizer.AllowDrop = true;
this.audioVisualizer.AllowNewSelection = true;
this.audioVisualizer.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.audioVisualizer.BackColor = System.Drawing.Color.Black;
this.audioVisualizer.BackgroundColor = System.Drawing.Color.Black;
this.audioVisualizer.Color = System.Drawing.Color.GreenYellow;
this.audioVisualizer.DrawGridLines = true;
this.audioVisualizer.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(18)))));
this.audioVisualizer.Location = new System.Drawing.Point(472, 32);
this.audioVisualizer.Margin = new System.Windows.Forms.Padding(0);
this.audioVisualizer.Name = "audioVisualizer";
this.audioVisualizer.NewSelectionParagraph = null;
this.audioVisualizer.SelectedColor = System.Drawing.Color.Red;
this.audioVisualizer.ShowSpectrogram = false;
this.audioVisualizer.ShowWaveform = true;
this.audioVisualizer.Size = new System.Drawing.Size(1243, 229);
this.audioVisualizer.StartPositionSeconds = 0D;
this.audioVisualizer.TabIndex = 6;
this.audioVisualizer.TextColor = System.Drawing.Color.Gray;
this.audioVisualizer.VerticalZoomPercent = 1D;
this.audioVisualizer.WaveFormNotLoadedText = "Click to add wave form";
this.audioVisualizer.WavePeaks = null;
this.audioVisualizer.ZoomFactor = 1D;
this.audioVisualizer.Click += new System.EventHandler(this.AudioWaveForm_Click);
this.audioVisualizer.DragDrop += new System.Windows.Forms.DragEventHandler(this.AudioWaveFormDragDrop);
this.audioVisualizer.DragEnter += new System.Windows.Forms.DragEventHandler(this.AudioWaveFormDragEnter);
//
// tabControlButtons // tabControlButtons
// //
this.tabControlButtons.Controls.Add(this.tabPageTranslate); this.tabControlButtons.Controls.Add(this.tabPageTranslate);
@ -2742,16 +2711,6 @@
this.tabPageCreate.Text = "Create"; this.tabPageCreate.Text = "Create";
this.tabPageCreate.UseVisualStyleBackColor = true; this.tabPageCreate.UseVisualStyleBackColor = true;
// //
// timeUpDownVideoPosition
//
this.timeUpDownVideoPosition.AutoSize = true;
this.timeUpDownVideoPosition.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
this.timeUpDownVideoPosition.Location = new System.Drawing.Point(96, 191);
this.timeUpDownVideoPosition.Margin = new System.Windows.Forms.Padding(4);
this.timeUpDownVideoPosition.Name = "timeUpDownVideoPosition";
this.timeUpDownVideoPosition.Size = new System.Drawing.Size(92, 25);
this.timeUpDownVideoPosition.TabIndex = 12;
//
// buttonGotoSub // buttonGotoSub
// //
this.buttonGotoSub.Location = new System.Drawing.Point(6, 58); this.buttonGotoSub.Location = new System.Drawing.Point(6, 58);
@ -3186,16 +3145,6 @@
this.buttonAdjustPlayBefore.UseVisualStyleBackColor = true; this.buttonAdjustPlayBefore.UseVisualStyleBackColor = true;
this.buttonAdjustPlayBefore.Click += new System.EventHandler(this.buttonBeforeText_Click); this.buttonAdjustPlayBefore.Click += new System.EventHandler(this.buttonBeforeText_Click);
// //
// timeUpDownVideoPositionAdjust
//
this.timeUpDownVideoPositionAdjust.AutoSize = true;
this.timeUpDownVideoPositionAdjust.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
this.timeUpDownVideoPositionAdjust.Location = new System.Drawing.Point(96, 213);
this.timeUpDownVideoPositionAdjust.Margin = new System.Windows.Forms.Padding(4);
this.timeUpDownVideoPositionAdjust.Name = "timeUpDownVideoPositionAdjust";
this.timeUpDownVideoPositionAdjust.Size = new System.Drawing.Size(92, 25);
this.timeUpDownVideoPositionAdjust.TabIndex = 13;
//
// videoTimer // videoTimer
// //
this.videoTimer.Interval = 50; this.videoTimer.Interval = 50;
@ -3239,7 +3188,7 @@
this.guessTimeCodesToolStripMenuItem, this.guessTimeCodesToolStripMenuItem,
this.seekSilenceToolStripMenuItem}); this.seekSilenceToolStripMenuItem});
this.contextMenuStripWaveForm.Name = "contextMenuStripWaveForm"; this.contextMenuStripWaveForm.Name = "contextMenuStripWaveForm";
this.contextMenuStripWaveForm.Size = new System.Drawing.Size(275, 286); this.contextMenuStripWaveForm.Size = new System.Drawing.Size(275, 308);
this.contextMenuStripWaveForm.Opening += new System.ComponentModel.CancelEventHandler(this.ContextMenuStripWaveFormOpening); this.contextMenuStripWaveForm.Opening += new System.ComponentModel.CancelEventHandler(this.ContextMenuStripWaveFormOpening);
// //
// addParagraphHereToolStripMenuItem // addParagraphHereToolStripMenuItem
@ -3426,31 +3375,6 @@
this.splitContainerListViewAndText.SplitterDistance = 131; this.splitContainerListViewAndText.SplitterDistance = 131;
this.splitContainerListViewAndText.TabIndex = 2; this.splitContainerListViewAndText.TabIndex = 2;
// //
// SubtitleListview1
//
this.SubtitleListview1.AllowDrop = true;
this.SubtitleListview1.ContextMenuStrip = this.contextMenuStripListview;
this.SubtitleListview1.DisplayExtraFromExtra = false;
this.SubtitleListview1.Dock = System.Windows.Forms.DockStyle.Fill;
this.SubtitleListview1.FirstVisibleIndex = -1;
this.SubtitleListview1.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.SubtitleListview1.FullRowSelect = true;
this.SubtitleListview1.GridLines = true;
this.SubtitleListview1.HideSelection = false;
this.SubtitleListview1.Location = new System.Drawing.Point(0, 0);
this.SubtitleListview1.Name = "SubtitleListview1";
this.SubtitleListview1.OwnerDraw = true;
this.SubtitleListview1.Size = new System.Drawing.Size(1293, 131);
this.SubtitleListview1.TabIndex = 0;
this.SubtitleListview1.UseCompatibleStateImageBehavior = false;
this.SubtitleListview1.UseSyntaxColoring = true;
this.SubtitleListview1.View = System.Windows.Forms.View.Details;
this.SubtitleListview1.SelectedIndexChanged += new System.EventHandler(this.SubtitleListview1_SelectedIndexChanged);
this.SubtitleListview1.DragDrop += new System.Windows.Forms.DragEventHandler(this.SubtitleListview1_DragDrop);
this.SubtitleListview1.DragEnter += new System.Windows.Forms.DragEventHandler(this.SubtitleListview1_DragEnter);
this.SubtitleListview1.KeyDown += new System.Windows.Forms.KeyEventHandler(this.SubtitleListview1KeyDown);
this.SubtitleListview1.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.SubtitleListview1_MouseDoubleClick);
//
// groupBoxEdit // groupBoxEdit
// //
this.groupBoxEdit.Controls.Add(this.labelDurationWarning); this.groupBoxEdit.Controls.Add(this.labelDurationWarning);
@ -3576,28 +3500,6 @@
this.labelText.TabIndex = 5; this.labelText.TabIndex = 5;
this.labelText.Text = "Text"; this.labelText.Text = "Text";
// //
// textBoxListViewTextAlternate
//
this.textBoxListViewTextAlternate.AllowDrop = true;
this.textBoxListViewTextAlternate.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.textBoxListViewTextAlternate.ContextMenuStrip = this.contextMenuStripTextBoxListView;
this.textBoxListViewTextAlternate.Enabled = false;
this.textBoxListViewTextAlternate.HideSelection = false;
this.textBoxListViewTextAlternate.Location = new System.Drawing.Point(946, 28);
this.textBoxListViewTextAlternate.Multiline = true;
this.textBoxListViewTextAlternate.Name = "textBoxListViewTextAlternate";
this.textBoxListViewTextAlternate.Size = new System.Drawing.Size(221, 55);
this.textBoxListViewTextAlternate.TabIndex = 33;
this.textBoxListViewTextAlternate.Visible = false;
this.textBoxListViewTextAlternate.MouseClick += new System.Windows.Forms.MouseEventHandler(this.TextBoxListViewTextAlternateMouseClick);
this.textBoxListViewTextAlternate.TextChanged += new System.EventHandler(this.textBoxListViewTextAlternate_TextChanged);
this.textBoxListViewTextAlternate.Enter += new System.EventHandler(this.TextBoxListViewTextAlternateEnter);
this.textBoxListViewTextAlternate.KeyDown += new System.Windows.Forms.KeyEventHandler(this.TextBoxListViewTextAlternateKeyDown);
this.textBoxListViewTextAlternate.KeyUp += new System.Windows.Forms.KeyEventHandler(this.TextBoxListViewTextAlternateKeyUp);
this.textBoxListViewTextAlternate.MouseMove += new System.Windows.Forms.MouseEventHandler(this.TextBoxListViewTextAlternateMouseMove);
//
// contextMenuStripTextBoxListView // contextMenuStripTextBoxListView
// //
this.contextMenuStripTextBoxListView.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.contextMenuStripTextBoxListView.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
@ -3809,16 +3711,6 @@
this.buttonUnBreak.UseVisualStyleBackColor = true; this.buttonUnBreak.UseVisualStyleBackColor = true;
this.buttonUnBreak.Click += new System.EventHandler(this.ButtonUnBreakClick); this.buttonUnBreak.Click += new System.EventHandler(this.ButtonUnBreakClick);
// //
// timeUpDownStartTime
//
this.timeUpDownStartTime.AutoSize = true;
this.timeUpDownStartTime.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
this.timeUpDownStartTime.Location = new System.Drawing.Point(9, 26);
this.timeUpDownStartTime.Margin = new System.Windows.Forms.Padding(4);
this.timeUpDownStartTime.Name = "timeUpDownStartTime";
this.timeUpDownStartTime.Size = new System.Drawing.Size(92, 25);
this.timeUpDownStartTime.TabIndex = 0;
//
// numericUpDownDuration // numericUpDownDuration
// //
this.numericUpDownDuration.DecimalPlaces = 3; this.numericUpDownDuration.DecimalPlaces = 3;
@ -3872,28 +3764,6 @@
this.labelStartTime.TabIndex = 3; this.labelStartTime.TabIndex = 3;
this.labelStartTime.Text = "Start time"; this.labelStartTime.Text = "Start time";
// //
// textBoxListViewText
//
this.textBoxListViewText.AllowDrop = true;
this.textBoxListViewText.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.textBoxListViewText.ContextMenuStrip = this.contextMenuStripTextBoxListView;
this.textBoxListViewText.Enabled = false;
this.textBoxListViewText.HideSelection = false;
this.textBoxListViewText.Location = new System.Drawing.Point(236, 28);
this.textBoxListViewText.Multiline = true;
this.textBoxListViewText.Name = "textBoxListViewText";
this.textBoxListViewText.Size = new System.Drawing.Size(931, 55);
this.textBoxListViewText.TabIndex = 5;
this.textBoxListViewText.MouseClick += new System.Windows.Forms.MouseEventHandler(this.TextBoxListViewTextMouseClick);
this.textBoxListViewText.TextChanged += new System.EventHandler(this.TextBoxListViewTextTextChanged);
this.textBoxListViewText.Enter += new System.EventHandler(this.TextBoxListViewTextEnter);
this.textBoxListViewText.KeyDown += new System.Windows.Forms.KeyEventHandler(this.TextBoxListViewTextKeyDown);
this.textBoxListViewText.KeyUp += new System.Windows.Forms.KeyEventHandler(this.textBoxListViewText_KeyUp);
this.textBoxListViewText.Leave += new System.EventHandler(this.textBoxListViewText_Leave);
this.textBoxListViewText.MouseMove += new System.Windows.Forms.MouseEventHandler(this.textBoxListViewText_MouseMove);
//
// labelDuration // labelDuration
// //
this.labelDuration.AutoSize = true; this.labelDuration.AutoSize = true;
@ -3954,32 +3824,6 @@
this.panelVideoPlayer.Size = new System.Drawing.Size(395, 278); this.panelVideoPlayer.Size = new System.Drawing.Size(395, 278);
this.panelVideoPlayer.TabIndex = 5; this.panelVideoPlayer.TabIndex = 5;
// //
// mediaPlayer
//
this.mediaPlayer.AllowDrop = true;
this.mediaPlayer.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.mediaPlayer.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(18)))), ((int)(((byte)(18)))), ((int)(((byte)(18)))));
this.mediaPlayer.CurrentPosition = 0D;
this.mediaPlayer.FontSizeFactor = 1F;
this.mediaPlayer.Location = new System.Drawing.Point(0, 0);
this.mediaPlayer.Margin = new System.Windows.Forms.Padding(0);
this.mediaPlayer.Name = "mediaPlayer";
this.mediaPlayer.ShowFullscreenButton = true;
this.mediaPlayer.ShowMuteButton = true;
this.mediaPlayer.ShowStopButton = true;
this.mediaPlayer.Size = new System.Drawing.Size(394, 278);
this.mediaPlayer.SubtitleText = "";
this.mediaPlayer.TabIndex = 5;
this.mediaPlayer.TextRightToLeft = System.Windows.Forms.RightToLeft.No;
this.mediaPlayer.VideoHeight = 0;
this.mediaPlayer.VideoPlayer = null;
this.mediaPlayer.VideoWidth = 0;
this.mediaPlayer.Volume = 0D;
this.mediaPlayer.DragDrop += new System.Windows.Forms.DragEventHandler(this.mediaPlayer_DragDrop);
this.mediaPlayer.DragEnter += new System.Windows.Forms.DragEventHandler(this.mediaPlayer_DragEnter);
//
// contextMenuStripEmpty // contextMenuStripEmpty
// //
this.contextMenuStripEmpty.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.contextMenuStripEmpty.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
@ -4011,6 +3855,162 @@
this.timerAlternateTextUndo.Interval = 700; this.timerAlternateTextUndo.Interval = 700;
this.timerAlternateTextUndo.Tick += new System.EventHandler(this.TimerAlternateTextUndoTick); this.timerAlternateTextUndo.Tick += new System.EventHandler(this.TimerAlternateTextUndoTick);
// //
// SubtitleListview1
//
this.SubtitleListview1.AllowDrop = true;
this.SubtitleListview1.ContextMenuStrip = this.contextMenuStripListview;
this.SubtitleListview1.DisplayExtraFromExtra = false;
this.SubtitleListview1.Dock = System.Windows.Forms.DockStyle.Fill;
this.SubtitleListview1.FirstVisibleIndex = -1;
this.SubtitleListview1.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.SubtitleListview1.FullRowSelect = true;
this.SubtitleListview1.GridLines = true;
this.SubtitleListview1.HideSelection = false;
this.SubtitleListview1.Location = new System.Drawing.Point(0, 0);
this.SubtitleListview1.Name = "SubtitleListview1";
this.SubtitleListview1.OwnerDraw = true;
this.SubtitleListview1.Size = new System.Drawing.Size(1293, 131);
this.SubtitleListview1.TabIndex = 0;
this.SubtitleListview1.UseCompatibleStateImageBehavior = false;
this.SubtitleListview1.UseSyntaxColoring = true;
this.SubtitleListview1.View = System.Windows.Forms.View.Details;
this.SubtitleListview1.SelectedIndexChanged += new System.EventHandler(this.SubtitleListview1_SelectedIndexChanged);
this.SubtitleListview1.DragDrop += new System.Windows.Forms.DragEventHandler(this.SubtitleListview1_DragDrop);
this.SubtitleListview1.DragEnter += new System.Windows.Forms.DragEventHandler(this.SubtitleListview1_DragEnter);
this.SubtitleListview1.KeyDown += new System.Windows.Forms.KeyEventHandler(this.SubtitleListview1KeyDown);
this.SubtitleListview1.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.SubtitleListview1_MouseDoubleClick);
//
// textBoxListViewTextAlternate
//
this.textBoxListViewTextAlternate.AllowDrop = true;
this.textBoxListViewTextAlternate.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.textBoxListViewTextAlternate.ContextMenuStrip = this.contextMenuStripTextBoxListView;
this.textBoxListViewTextAlternate.Enabled = false;
this.textBoxListViewTextAlternate.HideSelection = false;
this.textBoxListViewTextAlternate.Location = new System.Drawing.Point(946, 28);
this.textBoxListViewTextAlternate.Multiline = true;
this.textBoxListViewTextAlternate.Name = "textBoxListViewTextAlternate";
this.textBoxListViewTextAlternate.Size = new System.Drawing.Size(221, 55);
this.textBoxListViewTextAlternate.TabIndex = 33;
this.textBoxListViewTextAlternate.Visible = false;
this.textBoxListViewTextAlternate.MouseClick += new System.Windows.Forms.MouseEventHandler(this.TextBoxListViewTextAlternateMouseClick);
this.textBoxListViewTextAlternate.TextChanged += new System.EventHandler(this.textBoxListViewTextAlternate_TextChanged);
this.textBoxListViewTextAlternate.Enter += new System.EventHandler(this.TextBoxListViewTextAlternateEnter);
this.textBoxListViewTextAlternate.KeyDown += new System.Windows.Forms.KeyEventHandler(this.TextBoxListViewTextAlternateKeyDown);
this.textBoxListViewTextAlternate.KeyUp += new System.Windows.Forms.KeyEventHandler(this.TextBoxListViewTextAlternateKeyUp);
this.textBoxListViewTextAlternate.MouseMove += new System.Windows.Forms.MouseEventHandler(this.TextBoxListViewTextAlternateMouseMove);
//
// timeUpDownStartTime
//
this.timeUpDownStartTime.AutoSize = true;
this.timeUpDownStartTime.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
this.timeUpDownStartTime.Location = new System.Drawing.Point(9, 26);
this.timeUpDownStartTime.Margin = new System.Windows.Forms.Padding(4);
this.timeUpDownStartTime.Name = "timeUpDownStartTime";
this.timeUpDownStartTime.Size = new System.Drawing.Size(92, 25);
this.timeUpDownStartTime.TabIndex = 0;
//
// textBoxListViewText
//
this.textBoxListViewText.AllowDrop = true;
this.textBoxListViewText.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.textBoxListViewText.ContextMenuStrip = this.contextMenuStripTextBoxListView;
this.textBoxListViewText.Enabled = false;
this.textBoxListViewText.HideSelection = false;
this.textBoxListViewText.Location = new System.Drawing.Point(236, 28);
this.textBoxListViewText.Multiline = true;
this.textBoxListViewText.Name = "textBoxListViewText";
this.textBoxListViewText.Size = new System.Drawing.Size(931, 55);
this.textBoxListViewText.TabIndex = 5;
this.textBoxListViewText.MouseClick += new System.Windows.Forms.MouseEventHandler(this.TextBoxListViewTextMouseClick);
this.textBoxListViewText.TextChanged += new System.EventHandler(this.TextBoxListViewTextTextChanged);
this.textBoxListViewText.Enter += new System.EventHandler(this.TextBoxListViewTextEnter);
this.textBoxListViewText.KeyDown += new System.Windows.Forms.KeyEventHandler(this.TextBoxListViewTextKeyDown);
this.textBoxListViewText.KeyUp += new System.Windows.Forms.KeyEventHandler(this.textBoxListViewText_KeyUp);
this.textBoxListViewText.Leave += new System.EventHandler(this.textBoxListViewText_Leave);
this.textBoxListViewText.MouseMove += new System.Windows.Forms.MouseEventHandler(this.textBoxListViewText_MouseMove);
//
// mediaPlayer
//
this.mediaPlayer.AllowDrop = true;
this.mediaPlayer.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.mediaPlayer.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(18)))), ((int)(((byte)(18)))), ((int)(((byte)(18)))));
this.mediaPlayer.CurrentPosition = 0D;
this.mediaPlayer.FontSizeFactor = 1F;
this.mediaPlayer.Location = new System.Drawing.Point(0, 0);
this.mediaPlayer.Margin = new System.Windows.Forms.Padding(0);
this.mediaPlayer.Name = "mediaPlayer";
this.mediaPlayer.ShowFullscreenButton = true;
this.mediaPlayer.ShowMuteButton = true;
this.mediaPlayer.ShowStopButton = true;
this.mediaPlayer.Size = new System.Drawing.Size(394, 278);
this.mediaPlayer.SubtitleText = "";
this.mediaPlayer.TabIndex = 5;
this.mediaPlayer.TextRightToLeft = System.Windows.Forms.RightToLeft.No;
this.mediaPlayer.VideoHeight = 0;
this.mediaPlayer.VideoPlayer = null;
this.mediaPlayer.VideoWidth = 0;
this.mediaPlayer.Volume = 0D;
this.mediaPlayer.DragDrop += new System.Windows.Forms.DragEventHandler(this.mediaPlayer_DragDrop);
this.mediaPlayer.DragEnter += new System.Windows.Forms.DragEventHandler(this.mediaPlayer_DragEnter);
//
// audioVisualizer
//
this.audioVisualizer.AllowDrop = true;
this.audioVisualizer.AllowNewSelection = true;
this.audioVisualizer.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.audioVisualizer.BackColor = System.Drawing.Color.Black;
this.audioVisualizer.BackgroundColor = System.Drawing.Color.Black;
this.audioVisualizer.Color = System.Drawing.Color.GreenYellow;
this.audioVisualizer.DrawGridLines = true;
this.audioVisualizer.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(18)))));
this.audioVisualizer.Location = new System.Drawing.Point(472, 32);
this.audioVisualizer.Margin = new System.Windows.Forms.Padding(0);
this.audioVisualizer.Name = "audioVisualizer";
this.audioVisualizer.NewSelectionParagraph = null;
this.audioVisualizer.SelectedColor = System.Drawing.Color.Red;
this.audioVisualizer.ShowSpectrogram = false;
this.audioVisualizer.ShowWaveform = true;
this.audioVisualizer.Size = new System.Drawing.Size(1243, 229);
this.audioVisualizer.StartPositionSeconds = 0D;
this.audioVisualizer.TabIndex = 6;
this.audioVisualizer.TextColor = System.Drawing.Color.Gray;
this.audioVisualizer.VerticalZoomPercent = 1D;
this.audioVisualizer.WaveFormNotLoadedText = "Click to add wave form";
this.audioVisualizer.WavePeaks = null;
this.audioVisualizer.ZoomFactor = 1D;
this.audioVisualizer.Click += new System.EventHandler(this.AudioWaveForm_Click);
this.audioVisualizer.DragDrop += new System.Windows.Forms.DragEventHandler(this.AudioWaveFormDragDrop);
this.audioVisualizer.DragEnter += new System.Windows.Forms.DragEventHandler(this.AudioWaveFormDragEnter);
//
// timeUpDownVideoPosition
//
this.timeUpDownVideoPosition.AutoSize = true;
this.timeUpDownVideoPosition.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
this.timeUpDownVideoPosition.Location = new System.Drawing.Point(96, 191);
this.timeUpDownVideoPosition.Margin = new System.Windows.Forms.Padding(4);
this.timeUpDownVideoPosition.Name = "timeUpDownVideoPosition";
this.timeUpDownVideoPosition.Size = new System.Drawing.Size(92, 25);
this.timeUpDownVideoPosition.TabIndex = 12;
//
// timeUpDownVideoPositionAdjust
//
this.timeUpDownVideoPositionAdjust.AutoSize = true;
this.timeUpDownVideoPositionAdjust.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
this.timeUpDownVideoPositionAdjust.Location = new System.Drawing.Point(96, 213);
this.timeUpDownVideoPositionAdjust.Margin = new System.Windows.Forms.Padding(4);
this.timeUpDownVideoPositionAdjust.Name = "timeUpDownVideoPositionAdjust";
this.timeUpDownVideoPositionAdjust.Size = new System.Drawing.Size(92, 25);
this.timeUpDownVideoPositionAdjust.TabIndex = 13;
//
// Main // Main
// //
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);

View File

@ -1635,6 +1635,8 @@ namespace Nikse.SubtitleEdit.Forms
showWaveformAndSpectrogramToolStripMenuItem.Text = Configuration.Settings.Language.WaveForm.ShowWaveformAndSpectrogram; showWaveformAndSpectrogramToolStripMenuItem.Text = Configuration.Settings.Language.WaveForm.ShowWaveformAndSpectrogram;
showOnlyWaveformToolStripMenuItem.Text = Configuration.Settings.Language.WaveForm.ShowWaveformOnly; showOnlyWaveformToolStripMenuItem.Text = Configuration.Settings.Language.WaveForm.ShowWaveformOnly;
showOnlySpectrogramToolStripMenuItem.Text = Configuration.Settings.Language.WaveForm.ShowSpectrogramOnly; showOnlySpectrogramToolStripMenuItem.Text = Configuration.Settings.Language.WaveForm.ShowSpectrogramOnly;
seekSilenceToolStripMenuItem.Text = Configuration.Settings.Language.WaveForm.SeekSilence;
guessTimeCodesToolStripMenuItem.Text = Configuration.Settings.Language.WaveForm.GuessTimeCodes;
toolStripButtonWaveFormZoomOut.ToolTipText = Configuration.Settings.Language.WaveForm.ZoomOut; toolStripButtonWaveFormZoomOut.ToolTipText = Configuration.Settings.Language.WaveForm.ZoomOut;
toolStripButtonWaveFormZoomIn.ToolTipText = Configuration.Settings.Language.WaveForm.ZoomIn; toolStripButtonWaveFormZoomIn.ToolTipText = Configuration.Settings.Language.WaveForm.ZoomIn;

View File

@ -681,7 +681,7 @@
AAEAAAD/////AQAAAAAAAAAMAgAAAFdTeXN0ZW0uV2luZG93cy5Gb3JtcywgVmVyc2lvbj00LjAuMC4w AAEAAAD/////AQAAAAAAAAAMAgAAAFdTeXN0ZW0uV2luZG93cy5Gb3JtcywgVmVyc2lvbj00LjAuMC4w
LCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWI3N2E1YzU2MTkzNGUwODkFAQAAACZTeXN0 LCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWI3N2E1YzU2MTkzNGUwODkFAQAAACZTeXN0
ZW0uV2luZG93cy5Gb3Jtcy5JbWFnZUxpc3RTdHJlYW1lcgEAAAAERGF0YQcCAgAAAAkDAAAADwMAAAD2 ZW0uV2luZG93cy5Gb3Jtcy5JbWFnZUxpc3RTdHJlYW1lcgEAAAAERGF0YQcCAgAAAAkDAAAADwMAAAD2
CAAAAk1TRnQBSQFMAgEBAgEAAfgBGgH4ARoBEAEAARABAAT/AQkBAAj/AUIBTQE2AQQGAAE2AQQCAAEo CAAAAk1TRnQBSQFMAgEBAgEAAQgBGwEIARsBEAEAARABAAT/AQkBAAj/AUIBTQE2AQQGAAE2AQQCAAEo
AwABQAMAARADAAEBAQABCAYAAQQYAAGAAgABgAMAAoABAAGAAwABgAEAAYABAAKAAgADwAEAAcAB3AHA AwABQAMAARADAAEBAQABCAYAAQQYAAGAAgABgAMAAoABAAGAAwABgAEAAYABAAKAAgADwAEAAcAB3AHA
AQAB8AHKAaYBAAEzBQABMwEAATMBAAEzAQACMwIAAxYBAAMcAQADIgEAAykBAANVAQADTQEAA0IBAAM5 AQAB8AHKAaYBAAEzBQABMwEAATMBAAEzAQACMwIAAxYBAAMcAQADIgEAAykBAANVAQADTQEAA0IBAAM5
AQABgAF8Af8BAAJQAf8BAAGTAQAB1gEAAf8B7AHMAQABxgHWAe8BAAHWAucBAAGQAakBrQIAAf8BMwMA AQABgAF8Af8BAAJQAf8BAAGTAQAB1gEAAf8B7AHMAQABxgHWAe8BAAHWAucBAAGQAakBrQIAAf8BMwMA
@ -729,7 +729,7 @@
<value>150, 95</value> <value>150, 95</value>
</metadata> </metadata>
<metadata name="$this.TrayHeight" type="System.Int32, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> <metadata name="$this.TrayHeight" type="System.Int32, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>360</value> <value>295</value>
</metadata> </metadata>
<data name="$this.Icon" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> <data name="$this.Icon" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value> <value>

View File

@ -33,22 +33,22 @@
this.groupBoxStartFrom = new System.Windows.Forms.GroupBox(); this.groupBoxStartFrom = new System.Windows.Forms.GroupBox();
this.radioButtonStartFromPos = new System.Windows.Forms.RadioButton(); this.radioButtonStartFromPos = new System.Windows.Forms.RadioButton();
this.radioButtonStartFromStart = new System.Windows.Forms.RadioButton(); this.radioButtonStartFromStart = new System.Windows.Forms.RadioButton();
this.label1 = new System.Windows.Forms.Label(); this.labelAbove1 = new System.Windows.Forms.Label();
this.numericUpDownMinVol = new System.Windows.Forms.NumericUpDown(); this.numericUpDownMinVol = new System.Windows.Forms.NumericUpDown();
this.groupBoxDeleteLines = new System.Windows.Forms.GroupBox(); this.groupBoxDeleteLines = new System.Windows.Forms.GroupBox();
this.radioButtonDeleteNone = new System.Windows.Forms.RadioButton(); this.radioButtonDeleteNone = new System.Windows.Forms.RadioButton();
this.radioButtonForward = new System.Windows.Forms.RadioButton(); this.radioButtonForward = new System.Windows.Forms.RadioButton();
this.radioButtonDeleteAll = new System.Windows.Forms.RadioButton(); this.radioButtonDeleteAll = new System.Windows.Forms.RadioButton();
this.groupBoxDetectOptions = new System.Windows.Forms.GroupBox(); this.groupBoxDetectOptions = new System.Windows.Forms.GroupBox();
this.label4 = new System.Windows.Forms.Label(); this.labelBelow2 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label(); this.labelAbove2 = new System.Windows.Forms.Label();
this.numericUpDownBlockSize = new System.Windows.Forms.NumericUpDown(); this.numericUpDownBlockSize = new System.Windows.Forms.NumericUpDown();
this.label5 = new System.Windows.Forms.Label(); this.labelScanBlocksMs = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label(); this.labelBelow1 = new System.Windows.Forms.Label();
this.numericUpDownMaxVol = new System.Windows.Forms.NumericUpDown(); this.numericUpDownMaxVol = new System.Windows.Forms.NumericUpDown();
this.groupBoxOther = new System.Windows.Forms.GroupBox(); this.groupBoxOther = new System.Windows.Forms.GroupBox();
this.label7 = new System.Windows.Forms.Label(); this.labelSplit2 = new System.Windows.Forms.Label();
this.label6 = new System.Windows.Forms.Label(); this.labelSplit1 = new System.Windows.Forms.Label();
this.numericUpDownDefaultMilliseconds = new System.Windows.Forms.NumericUpDown(); this.numericUpDownDefaultMilliseconds = new System.Windows.Forms.NumericUpDown();
this.groupBoxStartFrom.SuspendLayout(); this.groupBoxStartFrom.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.numericUpDownMinVol)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.numericUpDownMinVol)).BeginInit();
@ -64,7 +64,7 @@
// //
this.buttonCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.buttonCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.buttonCancel.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.buttonCancel.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.buttonCancel.Location = new System.Drawing.Point(357, 389); this.buttonCancel.Location = new System.Drawing.Point(598, 389);
this.buttonCancel.Name = "buttonCancel"; this.buttonCancel.Name = "buttonCancel";
this.buttonCancel.Size = new System.Drawing.Size(75, 21); this.buttonCancel.Size = new System.Drawing.Size(75, 21);
this.buttonCancel.TabIndex = 4; this.buttonCancel.TabIndex = 4;
@ -76,7 +76,7 @@
// //
this.buttonOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.buttonOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.buttonOK.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.buttonOK.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.buttonOK.Location = new System.Drawing.Point(276, 389); this.buttonOK.Location = new System.Drawing.Point(517, 389);
this.buttonOK.Name = "buttonOK"; this.buttonOK.Name = "buttonOK";
this.buttonOK.Size = new System.Drawing.Size(75, 21); this.buttonOK.Size = new System.Drawing.Size(75, 21);
this.buttonOK.TabIndex = 3; this.buttonOK.TabIndex = 3;
@ -92,7 +92,7 @@
this.groupBoxStartFrom.Controls.Add(this.radioButtonStartFromStart); this.groupBoxStartFrom.Controls.Add(this.radioButtonStartFromStart);
this.groupBoxStartFrom.Location = new System.Drawing.Point(12, 12); this.groupBoxStartFrom.Location = new System.Drawing.Point(12, 12);
this.groupBoxStartFrom.Name = "groupBoxStartFrom"; this.groupBoxStartFrom.Name = "groupBoxStartFrom";
this.groupBoxStartFrom.Size = new System.Drawing.Size(420, 76); this.groupBoxStartFrom.Size = new System.Drawing.Size(661, 76);
this.groupBoxStartFrom.TabIndex = 5; this.groupBoxStartFrom.TabIndex = 5;
this.groupBoxStartFrom.TabStop = false; this.groupBoxStartFrom.TabStop = false;
this.groupBoxStartFrom.Text = "Start from"; this.groupBoxStartFrom.Text = "Start from";
@ -119,14 +119,14 @@
this.radioButtonStartFromStart.Text = "Start"; this.radioButtonStartFromStart.Text = "Start";
this.radioButtonStartFromStart.UseVisualStyleBackColor = true; this.radioButtonStartFromStart.UseVisualStyleBackColor = true;
// //
// label1 // labelAbove1
// //
this.label1.AutoSize = true; this.labelAbove1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(6, 62); this.labelAbove1.Location = new System.Drawing.Point(6, 62);
this.label1.Name = "label1"; this.labelAbove1.Name = "labelAbove1";
this.label1.Size = new System.Drawing.Size(186, 13); this.labelAbove1.Size = new System.Drawing.Size(186, 13);
this.label1.TabIndex = 6; this.labelAbove1.TabIndex = 6;
this.label1.Text = "Block average volume must be above"; this.labelAbove1.Text = "Block average volume must be above";
// //
// numericUpDownMinVol // numericUpDownMinVol
// //
@ -154,7 +154,7 @@
this.groupBoxDeleteLines.Controls.Add(this.radioButtonDeleteAll); this.groupBoxDeleteLines.Controls.Add(this.radioButtonDeleteAll);
this.groupBoxDeleteLines.Location = new System.Drawing.Point(12, 94); this.groupBoxDeleteLines.Location = new System.Drawing.Point(12, 94);
this.groupBoxDeleteLines.Name = "groupBoxDeleteLines"; this.groupBoxDeleteLines.Name = "groupBoxDeleteLines";
this.groupBoxDeleteLines.Size = new System.Drawing.Size(420, 99); this.groupBoxDeleteLines.Size = new System.Drawing.Size(661, 99);
this.groupBoxDeleteLines.TabIndex = 6; this.groupBoxDeleteLines.TabIndex = 6;
this.groupBoxDeleteLines.TabStop = false; this.groupBoxDeleteLines.TabStop = false;
this.groupBoxDeleteLines.Text = "Delete lines"; this.groupBoxDeleteLines.Text = "Delete lines";
@ -195,38 +195,38 @@
// //
this.groupBoxDetectOptions.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) this.groupBoxDetectOptions.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right))); | System.Windows.Forms.AnchorStyles.Right)));
this.groupBoxDetectOptions.Controls.Add(this.label4); this.groupBoxDetectOptions.Controls.Add(this.labelBelow2);
this.groupBoxDetectOptions.Controls.Add(this.label2); this.groupBoxDetectOptions.Controls.Add(this.labelAbove2);
this.groupBoxDetectOptions.Controls.Add(this.numericUpDownBlockSize); this.groupBoxDetectOptions.Controls.Add(this.numericUpDownBlockSize);
this.groupBoxDetectOptions.Controls.Add(this.label5); this.groupBoxDetectOptions.Controls.Add(this.labelScanBlocksMs);
this.groupBoxDetectOptions.Controls.Add(this.label3); this.groupBoxDetectOptions.Controls.Add(this.labelBelow1);
this.groupBoxDetectOptions.Controls.Add(this.numericUpDownMaxVol); this.groupBoxDetectOptions.Controls.Add(this.numericUpDownMaxVol);
this.groupBoxDetectOptions.Controls.Add(this.label1); this.groupBoxDetectOptions.Controls.Add(this.labelAbove1);
this.groupBoxDetectOptions.Controls.Add(this.numericUpDownMinVol); this.groupBoxDetectOptions.Controls.Add(this.numericUpDownMinVol);
this.groupBoxDetectOptions.Location = new System.Drawing.Point(12, 199); this.groupBoxDetectOptions.Location = new System.Drawing.Point(12, 199);
this.groupBoxDetectOptions.Name = "groupBoxDetectOptions"; this.groupBoxDetectOptions.Name = "groupBoxDetectOptions";
this.groupBoxDetectOptions.Size = new System.Drawing.Size(420, 121); this.groupBoxDetectOptions.Size = new System.Drawing.Size(661, 121);
this.groupBoxDetectOptions.TabIndex = 6; this.groupBoxDetectOptions.TabIndex = 6;
this.groupBoxDetectOptions.TabStop = false; this.groupBoxDetectOptions.TabStop = false;
this.groupBoxDetectOptions.Text = "Detect options"; this.groupBoxDetectOptions.Text = "Detect options";
// //
// label4 // labelBelow2
// //
this.label4.AutoSize = true; this.labelBelow2.AutoSize = true;
this.label4.Location = new System.Drawing.Point(265, 91); this.labelBelow2.Location = new System.Drawing.Point(265, 91);
this.label4.Name = "label4"; this.labelBelow2.Name = "labelBelow2";
this.label4.Size = new System.Drawing.Size(109, 13); this.labelBelow2.Size = new System.Drawing.Size(109, 13);
this.label4.TabIndex = 15; this.labelBelow2.TabIndex = 15;
this.label4.Text = "% of total max volume"; this.labelBelow2.Text = "% of total max volume";
// //
// label2 // labelAbove2
// //
this.label2.AutoSize = true; this.labelAbove2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(265, 62); this.labelAbove2.Location = new System.Drawing.Point(265, 62);
this.label2.Name = "label2"; this.labelAbove2.Name = "labelAbove2";
this.label2.Size = new System.Drawing.Size(129, 13); this.labelAbove2.Size = new System.Drawing.Size(129, 13);
this.label2.TabIndex = 14; this.labelAbove2.TabIndex = 14;
this.label2.Text = "% of total average volume"; this.labelAbove2.Text = "% of total average volume";
// //
// numericUpDownBlockSize // numericUpDownBlockSize
// //
@ -250,23 +250,23 @@
0, 0,
0}); 0});
// //
// label5 // labelScanBlocksMs
// //
this.label5.AutoSize = true; this.labelScanBlocksMs.AutoSize = true;
this.label5.Location = new System.Drawing.Point(6, 26); this.labelScanBlocksMs.Location = new System.Drawing.Point(6, 26);
this.label5.Name = "label5"; this.labelScanBlocksMs.Name = "labelScanBlocksMs";
this.label5.Size = new System.Drawing.Size(137, 13); this.labelScanBlocksMs.Size = new System.Drawing.Size(137, 13);
this.label5.TabIndex = 12; this.labelScanBlocksMs.TabIndex = 12;
this.label5.Text = "Scan blocks of milliseconds"; this.labelScanBlocksMs.Text = "Scan blocks of milliseconds";
// //
// label3 // labelBelow1
// //
this.label3.AutoSize = true; this.labelBelow1.AutoSize = true;
this.label3.Location = new System.Drawing.Point(7, 89); this.labelBelow1.Location = new System.Drawing.Point(7, 89);
this.label3.Name = "label3"; this.labelBelow1.Name = "labelBelow1";
this.label3.Size = new System.Drawing.Size(184, 13); this.labelBelow1.Size = new System.Drawing.Size(184, 13);
this.label3.TabIndex = 9; this.labelBelow1.TabIndex = 9;
this.label3.Text = "Block average volume must be below"; this.labelBelow1.Text = "Block average volume must be below";
// //
// numericUpDownMaxVol // numericUpDownMaxVol
// //
@ -289,33 +289,33 @@
// //
this.groupBoxOther.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) this.groupBoxOther.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right))); | System.Windows.Forms.AnchorStyles.Right)));
this.groupBoxOther.Controls.Add(this.label7); this.groupBoxOther.Controls.Add(this.labelSplit2);
this.groupBoxOther.Controls.Add(this.label6); this.groupBoxOther.Controls.Add(this.labelSplit1);
this.groupBoxOther.Controls.Add(this.numericUpDownDefaultMilliseconds); this.groupBoxOther.Controls.Add(this.numericUpDownDefaultMilliseconds);
this.groupBoxOther.Location = new System.Drawing.Point(12, 326); this.groupBoxOther.Location = new System.Drawing.Point(12, 326);
this.groupBoxOther.Name = "groupBoxOther"; this.groupBoxOther.Name = "groupBoxOther";
this.groupBoxOther.Size = new System.Drawing.Size(420, 57); this.groupBoxOther.Size = new System.Drawing.Size(661, 57);
this.groupBoxOther.TabIndex = 7; this.groupBoxOther.TabIndex = 7;
this.groupBoxOther.TabStop = false; this.groupBoxOther.TabStop = false;
this.groupBoxOther.Text = "Other"; this.groupBoxOther.Text = "Other";
// //
// label7 // labelSplit2
// //
this.label7.AutoSize = true; this.labelSplit2.AutoSize = true;
this.label7.Location = new System.Drawing.Point(185, 28); this.labelSplit2.Location = new System.Drawing.Point(185, 28);
this.label7.Name = "label7"; this.labelSplit2.Name = "labelSplit2";
this.label7.Size = new System.Drawing.Size(63, 13); this.labelSplit2.Size = new System.Drawing.Size(63, 13);
this.label7.TabIndex = 13; this.labelSplit2.TabIndex = 13;
this.label7.Text = "milliseconds"; this.labelSplit2.Text = "milliseconds";
// //
// label6 // labelSplit1
// //
this.label6.AutoSize = true; this.labelSplit1.AutoSize = true;
this.label6.Location = new System.Drawing.Point(6, 28); this.labelSplit1.Location = new System.Drawing.Point(6, 28);
this.label6.Name = "label6"; this.labelSplit1.Name = "labelSplit1";
this.label6.Size = new System.Drawing.Size(103, 13); this.labelSplit1.Size = new System.Drawing.Size(103, 13);
this.label6.TabIndex = 12; this.labelSplit1.TabIndex = 12;
this.label6.Text = "Split long subtitles at"; this.labelSplit1.Text = "Split long subtitles at";
// //
// numericUpDownDefaultMilliseconds // numericUpDownDefaultMilliseconds
// //
@ -343,7 +343,7 @@
// //
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(444, 422); this.ClientSize = new System.Drawing.Size(685, 422);
this.Controls.Add(this.groupBoxOther); this.Controls.Add(this.groupBoxOther);
this.Controls.Add(this.groupBoxDetectOptions); this.Controls.Add(this.groupBoxDetectOptions);
this.Controls.Add(this.groupBoxDeleteLines); this.Controls.Add(this.groupBoxDeleteLines);
@ -378,7 +378,7 @@
private System.Windows.Forms.Button buttonOK; private System.Windows.Forms.Button buttonOK;
private System.Windows.Forms.GroupBox groupBoxStartFrom; private System.Windows.Forms.GroupBox groupBoxStartFrom;
private System.Windows.Forms.RadioButton radioButtonStartFromStart; private System.Windows.Forms.RadioButton radioButtonStartFromStart;
private System.Windows.Forms.Label label1; private System.Windows.Forms.Label labelAbove1;
private System.Windows.Forms.NumericUpDown numericUpDownMinVol; private System.Windows.Forms.NumericUpDown numericUpDownMinVol;
private System.Windows.Forms.RadioButton radioButtonStartFromPos; private System.Windows.Forms.RadioButton radioButtonStartFromPos;
private System.Windows.Forms.GroupBox groupBoxDeleteLines; private System.Windows.Forms.GroupBox groupBoxDeleteLines;
@ -386,15 +386,15 @@
private System.Windows.Forms.RadioButton radioButtonForward; private System.Windows.Forms.RadioButton radioButtonForward;
private System.Windows.Forms.RadioButton radioButtonDeleteAll; private System.Windows.Forms.RadioButton radioButtonDeleteAll;
private System.Windows.Forms.GroupBox groupBoxDetectOptions; private System.Windows.Forms.GroupBox groupBoxDetectOptions;
private System.Windows.Forms.Label label3; private System.Windows.Forms.Label labelBelow1;
private System.Windows.Forms.NumericUpDown numericUpDownMaxVol; private System.Windows.Forms.NumericUpDown numericUpDownMaxVol;
private System.Windows.Forms.NumericUpDown numericUpDownBlockSize; private System.Windows.Forms.NumericUpDown numericUpDownBlockSize;
private System.Windows.Forms.Label label5; private System.Windows.Forms.Label labelScanBlocksMs;
private System.Windows.Forms.Label label4; private System.Windows.Forms.Label labelBelow2;
private System.Windows.Forms.Label label2; private System.Windows.Forms.Label labelAbove2;
private System.Windows.Forms.GroupBox groupBoxOther; private System.Windows.Forms.GroupBox groupBoxOther;
private System.Windows.Forms.Label label6; private System.Windows.Forms.Label labelSplit1;
private System.Windows.Forms.NumericUpDown numericUpDownDefaultMilliseconds; private System.Windows.Forms.NumericUpDown numericUpDownDefaultMilliseconds;
private System.Windows.Forms.Label label7; private System.Windows.Forms.Label labelSplit2;
} }
} }

View File

@ -24,9 +24,26 @@ namespace Nikse.SubtitleEdit.Forms
radioButtonStartFromPos.Text = l.CurrentVideoPosition; radioButtonStartFromPos.Text = l.CurrentVideoPosition;
radioButtonStartFromStart.Text = l.Beginning; radioButtonStartFromStart.Text = l.Beginning;
groupBoxDeleteLines.Text = l.DeleteLines; groupBoxDeleteLines.Text = l.DeleteLines;
groupBoxDetectOptions.Text = l.DetectOptions;
labelScanBlocksMs.Text = l.ScanBlocksOfMs;
labelAbove1.Text = l.BlockAverageVolMin1;
labelAbove2.Text = l.BlockAverageVolMin2;
labelBelow1.Text = l.BlockAverageVolMax1;
labelBelow2.Text = l.BlockAverageVolMax2;
groupBoxOther.Text = l.Other;
labelSplit1.Text = l.SplitLongLinesAt1;
labelSplit2.Text = l.SplitLongLinesAt2;
radioButtonDeleteAll.Text = Configuration.Settings.Language.General.All; radioButtonDeleteAll.Text = Configuration.Settings.Language.General.All;
radioButtonDeleteNone.Text = Configuration.Settings.Language.General.None; radioButtonDeleteNone.Text = Configuration.Settings.Language.General.None;
radioButtonForward.Text = l.FromCurrentVideoPosition; radioButtonForward.Text = l.FromCurrentVideoPosition;
numericUpDownBlockSize.Left = labelScanBlocksMs.Left + labelScanBlocksMs.Width + 3;
numericUpDownMinVol.Left = labelAbove1.Left + labelAbove1.Width + 3;
labelAbove2.Left = numericUpDownMinVol.Left + numericUpDownMinVol.Width + 3;
numericUpDownMaxVol.Left = labelBelow1.Left + labelBelow1.Width + 3;
labelBelow2.Left = numericUpDownMaxVol.Left + numericUpDownMaxVol.Width + 3;
numericUpDownDefaultMilliseconds.Left = labelSplit1.Left + labelSplit1.Width + 3;
labelSplit2.Left = numericUpDownDefaultMilliseconds.Left + numericUpDownDefaultMilliseconds.Width + 3;
} }
private void buttonOK_Click(object sender, EventArgs e) private void buttonOK_Click(object sender, EventArgs e)

View File

@ -1650,6 +1650,8 @@ Fortsæt?</SubtitleAppendPrompt>
<ShowWaveformAndSpectrogram>Vis bølgeform og spektrogram</ShowWaveformAndSpectrogram> <ShowWaveformAndSpectrogram>Vis bølgeform og spektrogram</ShowWaveformAndSpectrogram>
<ShowWaveformOnly>Vis kun bølgeform</ShowWaveformOnly> <ShowWaveformOnly>Vis kun bølgeform</ShowWaveformOnly>
<ShowSpectrogramOnly>Vis kun spektrogram</ShowSpectrogramOnly> <ShowSpectrogramOnly>Vis kun spektrogram</ShowSpectrogramOnly>
<GuessTimeCodes>Gæt tidskoder...</GuessTimeCodes>
<SeekSilence>Søg tavshed...</SeekSilence>
</WaveForm> </WaveForm>
<WaveFormGenerateTimeCodes> <WaveFormGenerateTimeCodes>
<Title>Gæt tidskoder</Title> <Title>Gæt tidskoder</Title>
@ -1666,5 +1668,6 @@ Fortsæt?</SubtitleAppendPrompt>
<BlockAverageVolMax2>% af den samlede maks lydstyrke</BlockAverageVolMax2> <BlockAverageVolMax2>% af den samlede maks lydstyrke</BlockAverageVolMax2>
<SplitLongLinesAt1>Split lange undertekster ved</SplitLongLinesAt1> <SplitLongLinesAt1>Split lange undertekster ved</SplitLongLinesAt1>
<SplitLongLinesAt2>millisekunder</SplitLongLinesAt2> <SplitLongLinesAt2>millisekunder</SplitLongLinesAt2>
<Other>Øvrigt</Other>
</WaveFormGenerateTimeCodes> </WaveFormGenerateTimeCodes>
</Language> </Language>

View File

@ -1913,6 +1913,8 @@ Keep changes?",
ShowWaveformAndSpectrogram = "Show waveform and spectrogram", ShowWaveformAndSpectrogram = "Show waveform and spectrogram",
ShowWaveformOnly = "Show waveform only", ShowWaveformOnly = "Show waveform only",
ShowSpectrogramOnly = "Show spectrogram only", ShowSpectrogramOnly = "Show spectrogram only",
SeekSilence = "Seek silence...",
GuessTimeCodes = "Guess time codes...",
}; };
WaveFormGenerateTimeCodes = new LanguageStructure.WaveFormGenerateTimeCodes WaveFormGenerateTimeCodes = new LanguageStructure.WaveFormGenerateTimeCodes
@ -1931,6 +1933,7 @@ Keep changes?",
BlockAverageVolMax2 = "% of total max volume", BlockAverageVolMax2 = "% of total max volume",
SplitLongLinesAt1 = "Split long subtitles at", SplitLongLinesAt1 = "Split long subtitles at",
SplitLongLinesAt2 = "milliseconds", SplitLongLinesAt2 = "milliseconds",
Other = "Other",
}; };
} }

View File

@ -1822,6 +1822,8 @@
public string ShowWaveformAndSpectrogram { get; set; } public string ShowWaveformAndSpectrogram { get; set; }
public string ShowWaveformOnly { get; set; } public string ShowWaveformOnly { get; set; }
public string ShowSpectrogramOnly { get; set; } public string ShowSpectrogramOnly { get; set; }
public string GuessTimeCodes { get; set; }
public string SeekSilence { get; set; }
} }
public class WaveFormGenerateTimeCodes public class WaveFormGenerateTimeCodes
@ -1840,6 +1842,7 @@
public string BlockAverageVolMax2 { get; set; } public string BlockAverageVolMax2 { get; set; }
public string SplitLongLinesAt1 { get; set; } public string SplitLongLinesAt1 { get; set; }
public string SplitLongLinesAt2 { get; set; } public string SplitLongLinesAt2 { get; set; }
public string Other { get; set; }
} }
} }