From 936d8d4c47bfccee69096c48fa7aca63d0f84fe5 Mon Sep 17 00:00:00 2001 From: hylom Date: Thu, 3 Mar 2011 20:00:20 +0900 Subject: [PATCH] start translation some UI texts --- win/C#/frmAbout.Designer.cs | 12 +++---- win/C#/frmActivityWindow.Designer.cs | 24 ++++++------- win/C#/frmAddPreset.Designer.cs | 28 +++++++-------- win/C#/frmOptions.Designer.cs | 68 ++++++++++++++++++------------------ 4 files changed, 66 insertions(+), 66 deletions(-) diff --git a/win/C#/frmAbout.Designer.cs b/win/C#/frmAbout.Designer.cs index 00d2f76c..e2d6e9f4 100644 --- a/win/C#/frmAbout.Designer.cs +++ b/win/C#/frmAbout.Designer.cs @@ -52,9 +52,9 @@ namespace Handbrake this.Label3.Location = new System.Drawing.Point(124, 12); this.Label3.Margin = new System.Windows.Forms.Padding(3, 3, 3, 1); this.Label3.Name = "Label3"; - this.Label3.Size = new System.Drawing.Size(99, 19); + this.Label3.Size = new System.Drawing.Size(167, 19); this.Label3.TabIndex = 25; - this.Label3.Text = "HandBrake"; + this.Label3.Text = "HandBrake“ú–{Œê”Å"; this.Label3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // label1 @@ -106,15 +106,15 @@ namespace Handbrake this.label2.Location = new System.Drawing.Point(125, 83); this.label2.Margin = new System.Windows.Forms.Padding(3); this.label2.Name = "label2"; - this.label2.Size = new System.Drawing.Size(46, 13); + this.label2.Size = new System.Drawing.Size(58, 13); this.label2.TabIndex = 37; - this.label2.Text = "License:"; + this.label2.Text = "ƒ‰ƒCƒZƒ“ƒXF"; this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // lbl_GUIBuild // this.lbl_GUIBuild.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.lbl_GUIBuild.Location = new System.Drawing.Point(229, 17); + this.lbl_GUIBuild.Location = new System.Drawing.Point(297, 17); this.lbl_GUIBuild.Margin = new System.Windows.Forms.Padding(3, 1, 3, 3); this.lbl_GUIBuild.Name = "lbl_GUIBuild"; this.lbl_GUIBuild.Size = new System.Drawing.Size(224, 13); @@ -145,7 +145,7 @@ namespace Handbrake this.ShowIcon = false; this.ShowInTaskbar = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; - this.Text = "About HandBrake"; + this.Text = "HandBrake‚ɂ‚¢‚Ä"; ((System.ComponentModel.ISupportInitialize)(this.PictureBox1)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); diff --git a/win/C#/frmActivityWindow.Designer.cs b/win/C#/frmActivityWindow.Designer.cs index b71122f6..e21e1106 100644 --- a/win/C#/frmActivityWindow.Designer.cs +++ b/win/C#/frmActivityWindow.Designer.cs @@ -55,10 +55,10 @@ namespace Handbrake this.rtf_actLog.Cursor = System.Windows.Forms.Cursors.IBeam; this.rtf_actLog.DetectUrls = false; this.rtf_actLog.Dock = System.Windows.Forms.DockStyle.Fill; - this.rtf_actLog.Location = new System.Drawing.Point(0, 25); + this.rtf_actLog.Location = new System.Drawing.Point(0, 26); this.rtf_actLog.Name = "rtf_actLog"; this.rtf_actLog.ReadOnly = true; - this.rtf_actLog.Size = new System.Drawing.Size(404, 552); + this.rtf_actLog.Size = new System.Drawing.Size(404, 551); this.rtf_actLog.TabIndex = 29; this.rtf_actLog.Text = ""; // @@ -68,13 +68,13 @@ namespace Handbrake this.mnu_copy_log, this.mnu_openLogFolder}); this.rightClickMenu.Name = "rightClickMenu"; - this.rightClickMenu.Size = new System.Drawing.Size(254, 48); + this.rightClickMenu.Size = new System.Drawing.Size(274, 48); // // mnu_copy_log // this.mnu_copy_log.Image = global::Handbrake.Properties.Resources.copy; this.mnu_copy_log.Name = "mnu_copy_log"; - this.mnu_copy_log.Size = new System.Drawing.Size(253, 22); + this.mnu_copy_log.Size = new System.Drawing.Size(273, 22); this.mnu_copy_log.Text = "Copy"; this.mnu_copy_log.Click += new System.EventHandler(this.MnuCopyLogClick); // @@ -82,7 +82,7 @@ namespace Handbrake // this.mnu_openLogFolder.Image = global::Handbrake.Properties.Resources.folder; this.mnu_openLogFolder.Name = "mnu_openLogFolder"; - this.mnu_openLogFolder.Size = new System.Drawing.Size(253, 22); + this.mnu_openLogFolder.Size = new System.Drawing.Size(273, 22); this.mnu_openLogFolder.Text = "Open Individual Log File Directory"; this.mnu_openLogFolder.Click += new System.EventHandler(this.MnuOpenLogFolderClick); // @@ -99,7 +99,7 @@ namespace Handbrake this.toolStrip1.Location = new System.Drawing.Point(0, 0); this.toolStrip1.Name = "toolStrip1"; this.toolStrip1.RenderMode = System.Windows.Forms.ToolStripRenderMode.Professional; - this.toolStrip1.Size = new System.Drawing.Size(404, 25); + this.toolStrip1.Size = new System.Drawing.Size(404, 26); this.toolStrip1.TabIndex = 96; this.toolStrip1.Text = "toolStrip1"; // @@ -109,8 +109,8 @@ namespace Handbrake this.btn_copy.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.btn_copy.ImageTransparentColor = System.Drawing.Color.Magenta; this.btn_copy.Name = "btn_copy"; - this.btn_copy.Size = new System.Drawing.Size(122, 22); - this.btn_copy.Text = "Copy to clipboard"; + this.btn_copy.Size = new System.Drawing.Size(160, 23); + this.btn_copy.Text = "ƒNƒŠƒbƒvƒ{[ƒh‚ɃRƒs["; this.btn_copy.Click += new System.EventHandler(this.BtnCopyClick); // // logSelector @@ -121,15 +121,15 @@ namespace Handbrake "Scan Log", "Encode Log"}); this.logSelector.Name = "logSelector"; - this.logSelector.Size = new System.Drawing.Size(121, 25); + this.logSelector.Size = new System.Drawing.Size(121, 26); this.logSelector.SelectedIndexChanged += new System.EventHandler(this.LogSelectorClick); // // panel1 // this.panel1.Dock = System.Windows.Forms.DockStyle.Fill; - this.panel1.Location = new System.Drawing.Point(0, 25); + this.panel1.Location = new System.Drawing.Point(0, 26); this.panel1.Name = "panel1"; - this.panel1.Size = new System.Drawing.Size(404, 552); + this.panel1.Size = new System.Drawing.Size(404, 551); this.panel1.TabIndex = 97; // // frmActivityWindow @@ -148,7 +148,7 @@ namespace Handbrake this.Name = "frmActivityWindow"; this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Show; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; - this.Text = "Activity Window"; + this.Text = "—š—ð"; this.Load += new System.EventHandler(this.ActivityWindowLoad); this.rightClickMenu.ResumeLayout(false); this.toolStrip1.ResumeLayout(false); diff --git a/win/C#/frmAddPreset.Designer.cs b/win/C#/frmAddPreset.Designer.cs index 53012210..c979390a 100644 --- a/win/C#/frmAddPreset.Designer.cs +++ b/win/C#/frmAddPreset.Designer.cs @@ -52,9 +52,9 @@ namespace Handbrake this.lbl_name.AutoSize = true; this.lbl_name.Location = new System.Drawing.Point(12, 18); this.lbl_name.Name = "lbl_name"; - this.lbl_name.Size = new System.Drawing.Size(75, 13); + this.lbl_name.Size = new System.Drawing.Size(66, 13); this.lbl_name.TabIndex = 1; - this.lbl_name.Text = "Preset Name: "; + this.lbl_name.Text = "プリセット名:"; // // txt_preset_name // @@ -69,11 +69,11 @@ namespace Handbrake this.btn_add.FlatAppearance.BorderColor = System.Drawing.Color.Black; this.btn_add.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btn_add.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0))))); - this.btn_add.Location = new System.Drawing.Point(185, 133); + this.btn_add.Location = new System.Drawing.Point(172, 133); this.btn_add.Name = "btn_add"; this.btn_add.Size = new System.Drawing.Size(57, 22); this.btn_add.TabIndex = 2; - this.btn_add.Text = "Add"; + this.btn_add.Text = "追加"; this.btn_add.UseVisualStyleBackColor = false; this.btn_add.Click += new System.EventHandler(this.BtnAddClick); // @@ -83,11 +83,11 @@ namespace Handbrake this.btn_cancel.FlatAppearance.BorderColor = System.Drawing.Color.Black; this.btn_cancel.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btn_cancel.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0))))); - this.btn_cancel.Location = new System.Drawing.Point(248, 133); + this.btn_cancel.Location = new System.Drawing.Point(235, 133); this.btn_cancel.Name = "btn_cancel"; - this.btn_cancel.Size = new System.Drawing.Size(57, 22); + this.btn_cancel.Size = new System.Drawing.Size(70, 22); this.btn_cancel.TabIndex = 3; - this.btn_cancel.Text = "Cancel"; + this.btn_cancel.Text = "キャンセル"; this.btn_cancel.UseVisualStyleBackColor = false; this.btn_cancel.Click += new System.EventHandler(this.BtnCancelClick); // @@ -96,9 +96,9 @@ namespace Handbrake this.check_useFilters.AutoSize = true; this.check_useFilters.Location = new System.Drawing.Point(130, 106); this.check_useFilters.Name = "check_useFilters"; - this.check_useFilters.Size = new System.Drawing.Size(112, 17); + this.check_useFilters.Size = new System.Drawing.Size(135, 17); this.check_useFilters.TabIndex = 1; - this.check_useFilters.Text = "Use Picture Filters"; + this.check_useFilters.Text = "映像フィルタを使用する"; this.toolTip.SetToolTip(this.check_useFilters, "Save Picture Width/Height and Crop Values"); this.check_useFilters.UseVisualStyleBackColor = true; // @@ -120,9 +120,9 @@ namespace Handbrake this.label2.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label2.Location = new System.Drawing.Point(12, 57); this.label2.Name = "label2"; - this.label2.Size = new System.Drawing.Size(100, 13); + this.label2.Size = new System.Drawing.Size(66, 13); this.label2.TabIndex = 7; - this.label2.Text = "Picture Settings:"; + this.label2.Text = "映像設定:"; // // label3 // @@ -130,9 +130,9 @@ namespace Handbrake this.label3.Location = new System.Drawing.Point(12, 82); this.label3.Margin = new System.Windows.Forms.Padding(3); this.label3.Name = "label3"; - this.label3.Size = new System.Drawing.Size(87, 13); + this.label3.Size = new System.Drawing.Size(109, 13); this.label3.TabIndex = 8; - this.label3.Text = "Use Picture Size:"; + this.label3.Text = "使用する映像サイズ:"; // // frmAddPreset // @@ -160,7 +160,7 @@ namespace Handbrake this.ShowInTaskbar = false; this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; - this.Text = "Add New Preset"; + this.Text = "新規プリセットを追加"; this.TopMost = true; this.ResumeLayout(false); this.PerformLayout(); diff --git a/win/C#/frmOptions.Designer.cs b/win/C#/frmOptions.Designer.cs index 51a7cc90..2c484c58 100644 --- a/win/C#/frmOptions.Designer.cs +++ b/win/C#/frmOptions.Designer.cs @@ -223,7 +223,7 @@ namespace Handbrake this.tab_general.Padding = new System.Windows.Forms.Padding(10); this.tab_general.Size = new System.Drawing.Size(580, 357); this.tab_general.TabIndex = 3; - this.tab_general.Text = "General"; + this.tab_general.Text = "ˆê”Ê"; this.tab_general.UseVisualStyleBackColor = true; // // label34 @@ -312,9 +312,9 @@ namespace Handbrake this.label1.Location = new System.Drawing.Point(15, 15); this.label1.Margin = new System.Windows.Forms.Padding(3, 5, 3, 0); this.label1.Name = "label1"; - this.label1.Size = new System.Drawing.Size(66, 13); + this.label1.Size = new System.Drawing.Size(53, 13); this.label1.TabIndex = 67; - this.label1.Text = "At Launch:"; + this.label1.Text = "‹N“®ŽžF"; // // label7 // @@ -392,9 +392,9 @@ namespace Handbrake this.check_updateCheck.BackColor = System.Drawing.Color.Transparent; this.check_updateCheck.Location = new System.Drawing.Point(108, 14); this.check_updateCheck.Name = "check_updateCheck"; - this.check_updateCheck.Size = new System.Drawing.Size(114, 17); + this.check_updateCheck.Size = new System.Drawing.Size(138, 17); this.check_updateCheck.TabIndex = 68; - this.check_updateCheck.Text = "Check for updates"; + this.check_updateCheck.Text = "ƒAƒbƒvƒf[ƒg‚ðƒ`ƒFƒbƒN‚·‚é"; this.ToolTip.SetToolTip(this.check_updateCheck, "Enables the built in update checker. This check is performed when the application" + " starts."); this.check_updateCheck.UseVisualStyleBackColor = false; @@ -428,9 +428,9 @@ namespace Handbrake this.label2.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label2.Location = new System.Drawing.Point(7, 98); this.label2.Name = "label2"; - this.label2.Size = new System.Drawing.Size(74, 13); + this.label2.Size = new System.Drawing.Size(103, 13); this.label2.TabIndex = 54; - this.label2.Text = "When Done:"; + this.label2.Text = "ƒGƒ“ƒR[ƒhŠ®—¹ŽžF"; // // label13 // @@ -439,9 +439,9 @@ namespace Handbrake this.label13.Location = new System.Drawing.Point(4, 174); this.label13.Margin = new System.Windows.Forms.Padding(3, 5, 3, 0); this.label13.Name = "label13"; - this.label13.Size = new System.Drawing.Size(77, 13); + this.label13.Size = new System.Drawing.Size(78, 13); this.label13.TabIndex = 71; - this.label13.Text = "Output Files:"; + this.label13.Text = "o—̓tƒ@ƒCƒ‹F"; // // text_an_path // @@ -460,7 +460,7 @@ namespace Handbrake this.tab_picture.Padding = new System.Windows.Forms.Padding(10); this.tab_picture.Size = new System.Drawing.Size(580, 357); this.tab_picture.TabIndex = 5; - this.tab_picture.Text = "Picture"; + this.tab_picture.Text = "‰f‘œ"; this.tab_picture.UseVisualStyleBackColor = true; // // tableLayoutPanel2 @@ -535,7 +535,7 @@ namespace Handbrake this.tab_audio_sub.Padding = new System.Windows.Forms.Padding(3); this.tab_audio_sub.Size = new System.Drawing.Size(580, 357); this.tab_audio_sub.TabIndex = 6; - this.tab_audio_sub.Text = "Audio / Subtitles"; + this.tab_audio_sub.Text = "‰¹º/Žš–‹"; this.tab_audio_sub.UseVisualStyleBackColor = true; // // radio_preferredAudioAndSubs @@ -543,7 +543,7 @@ namespace Handbrake this.radio_preferredAudioAndSubs.AutoSize = true; this.radio_preferredAudioAndSubs.Location = new System.Drawing.Point(200, 99); this.radio_preferredAudioAndSubs.Name = "radio_preferredAudioAndSubs"; - this.radio_preferredAudioAndSubs.Size = new System.Drawing.Size(250, 17); + this.radio_preferredAudioAndSubs.Size = new System.Drawing.Size(254, 17); this.radio_preferredAudioAndSubs.TabIndex = 93; this.radio_preferredAudioAndSubs.TabStop = true; this.radio_preferredAudioAndSubs.Text = "Use Preferred Language for Audio and Subtitles"; @@ -556,7 +556,7 @@ namespace Handbrake this.check_AddCCTracks.AutoSize = true; this.check_AddCCTracks.Location = new System.Drawing.Point(200, 131); this.check_AddCCTracks.Name = "check_AddCCTracks"; - this.check_AddCCTracks.Size = new System.Drawing.Size(198, 17); + this.check_AddCCTracks.Size = new System.Drawing.Size(199, 17); this.check_AddCCTracks.TabIndex = 92; this.check_AddCCTracks.Text = "Add Closed Captions when available"; this.ToolTip.SetToolTip(this.check_AddCCTracks, "Add any CC tracks if they exist"); @@ -589,7 +589,7 @@ namespace Handbrake this.radio_foreignAndSubs.AutoSize = true; this.radio_foreignAndSubs.Location = new System.Drawing.Point(200, 76); this.radio_foreignAndSubs.Name = "radio_foreignAndSubs"; - this.radio_foreignAndSubs.Size = new System.Drawing.Size(347, 17); + this.radio_foreignAndSubs.Size = new System.Drawing.Size(358, 17); this.radio_foreignAndSubs.TabIndex = 90; this.radio_foreignAndSubs.TabStop = true; this.radio_foreignAndSubs.Text = "Use foreign language audio and add first preferred language subtitle."; @@ -614,7 +614,7 @@ namespace Handbrake this.radio_dub.AutoSize = true; this.radio_dub.Location = new System.Drawing.Point(200, 53); this.radio_dub.Name = "radio_dub"; - this.radio_dub.Size = new System.Drawing.Size(167, 17); + this.radio_dub.Size = new System.Drawing.Size(164, 17); this.radio_dub.TabIndex = 89; this.radio_dub.TabStop = true; this.radio_dub.Text = "DUB Foreign Language Audio"; @@ -646,7 +646,7 @@ namespace Handbrake this.tab_cli.Padding = new System.Windows.Forms.Padding(10); this.tab_cli.Size = new System.Drawing.Size(580, 357); this.tab_cli.TabIndex = 2; - this.tab_cli.Text = "CLI / System / Logging"; + this.tab_cli.Text = "CLI/ƒVƒXƒeƒ€/ƒƒO"; this.tab_cli.UseVisualStyleBackColor = true; // // label11 @@ -667,7 +667,7 @@ namespace Handbrake this.check_preventSleep.AutoSize = true; this.check_preventSleep.Location = new System.Drawing.Point(73, 45); this.check_preventSleep.Name = "check_preventSleep"; - this.check_preventSleep.Size = new System.Drawing.Size(260, 17); + this.check_preventSleep.Size = new System.Drawing.Size(266, 17); this.check_preventSleep.TabIndex = 91; this.check_preventSleep.Text = "Prevent the system from sleeping when encoding."; this.ToolTip.SetToolTip(this.check_preventSleep, "Prevent system from sleeping during encoding."); @@ -680,7 +680,7 @@ namespace Handbrake this.check_clearOldLogs.AutoSize = true; this.check_clearOldLogs.Location = new System.Drawing.Point(73, 234); this.check_clearOldLogs.Name = "check_clearOldLogs"; - this.check_clearOldLogs.Size = new System.Drawing.Size(162, 17); + this.check_clearOldLogs.Size = new System.Drawing.Size(166, 17); this.check_clearOldLogs.TabIndex = 90; this.check_clearOldLogs.Text = "Clear logs older than 30 days"; this.ToolTip.SetToolTip(this.check_clearOldLogs, "Clear logs which are older than 30 days.\r\nThis only applies to HandBrakes Applica" + @@ -775,7 +775,7 @@ namespace Handbrake this.check_logsInSpecifiedLocation.AutoSize = true; this.check_logsInSpecifiedLocation.Location = new System.Drawing.Point(73, 139); this.check_logsInSpecifiedLocation.Name = "check_logsInSpecifiedLocation"; - this.check_logsInSpecifiedLocation.Size = new System.Drawing.Size(305, 17); + this.check_logsInSpecifiedLocation.Size = new System.Drawing.Size(306, 17); this.check_logsInSpecifiedLocation.TabIndex = 87; this.check_logsInSpecifiedLocation.Text = "Put a copy of individual encode logs in a specified location:"; this.ToolTip.SetToolTip(this.check_logsInSpecifiedLocation, "Place a copy of the encode log in the same folder as the encoded movie."); @@ -877,7 +877,7 @@ namespace Handbrake this.tab_advanced.Padding = new System.Windows.Forms.Padding(10); this.tab_advanced.Size = new System.Drawing.Size(580, 357); this.tab_advanced.TabIndex = 4; - this.tab_advanced.Text = "Advanced / Other"; + this.tab_advanced.Text = "Ú×/‚»‚Ì‘¼"; this.tab_advanced.UseVisualStyleBackColor = true; // // check_showCliForInGUIEncode @@ -887,7 +887,7 @@ namespace Handbrake this.check_showCliForInGUIEncode.BackColor = System.Drawing.Color.Transparent; this.check_showCliForInGUIEncode.Location = new System.Drawing.Point(81, 129); this.check_showCliForInGUIEncode.Name = "check_showCliForInGUIEncode"; - this.check_showCliForInGUIEncode.Size = new System.Drawing.Size(324, 17); + this.check_showCliForInGUIEncode.Size = new System.Drawing.Size(330, 17); this.check_showCliForInGUIEncode.TabIndex = 96; this.check_showCliForInGUIEncode.Text = "Show CLI window (Allows you to cleanly exit encode with ctrl-c)"; this.ToolTip.SetToolTip(this.check_showCliForInGUIEncode, resources.GetString("check_showCliForInGUIEncode.ToolTip")); @@ -941,7 +941,7 @@ namespace Handbrake this.check_trayStatusAlerts.BackColor = System.Drawing.Color.Transparent; this.check_trayStatusAlerts.Location = new System.Drawing.Point(81, 37); this.check_trayStatusAlerts.Name = "check_trayStatusAlerts"; - this.check_trayStatusAlerts.Size = new System.Drawing.Size(288, 17); + this.check_trayStatusAlerts.Size = new System.Drawing.Size(296, 17); this.check_trayStatusAlerts.TabIndex = 93; this.check_trayStatusAlerts.Text = "Display status messages from tray icon (balloon popups)"; this.ToolTip.SetToolTip(this.check_trayStatusAlerts, "Minimize the window to the system tray rather than the task bar.\r\nThe system tray" + @@ -957,7 +957,7 @@ namespace Handbrake this.check_mainMinimize.BackColor = System.Drawing.Color.Transparent; this.check_mainMinimize.Location = new System.Drawing.Point(81, 14); this.check_mainMinimize.Name = "check_mainMinimize"; - this.check_mainMinimize.Size = new System.Drawing.Size(221, 17); + this.check_mainMinimize.Size = new System.Drawing.Size(230, 17); this.check_mainMinimize.TabIndex = 82; this.check_mainMinimize.Text = "Minimize to system tray (Requires Restart)"; this.ToolTip.SetToolTip(this.check_mainMinimize, "Minimize the window to the system tray rather than the task bar.\r\nThe system tray" + @@ -971,7 +971,7 @@ namespace Handbrake this.check_promptOnUnmatchingQueries.AutoSize = true; this.check_promptOnUnmatchingQueries.Location = new System.Drawing.Point(100, 83); this.check_promptOnUnmatchingQueries.Name = "check_promptOnUnmatchingQueries"; - this.check_promptOnUnmatchingQueries.Size = new System.Drawing.Size(300, 17); + this.check_promptOnUnmatchingQueries.Size = new System.Drawing.Size(305, 17); this.check_promptOnUnmatchingQueries.TabIndex = 63; this.check_promptOnUnmatchingQueries.Text = "Prompt when a manual query does not match GUI settings"; this.check_promptOnUnmatchingQueries.UseVisualStyleBackColor = true; @@ -984,7 +984,7 @@ namespace Handbrake this.check_dvdnav.BackColor = System.Drawing.Color.Transparent; this.check_dvdnav.Location = new System.Drawing.Point(82, 247); this.check_dvdnav.Name = "check_dvdnav"; - this.check_dvdnav.Size = new System.Drawing.Size(277, 17); + this.check_dvdnav.Size = new System.Drawing.Size(276, 17); this.check_dvdnav.TabIndex = 90; this.check_dvdnav.Text = "Disable LibDVDNav. (libdvdread will be used instead)"; this.check_dvdnav.UseVisualStyleBackColor = false; @@ -997,7 +997,7 @@ namespace Handbrake this.check_queryEditorTab.BackColor = System.Drawing.Color.Transparent; this.check_queryEditorTab.Location = new System.Drawing.Point(81, 60); this.check_queryEditorTab.Name = "check_queryEditorTab"; - this.check_queryEditorTab.Size = new System.Drawing.Size(236, 17); + this.check_queryEditorTab.Size = new System.Drawing.Size(241, 17); this.check_queryEditorTab.TabIndex = 84; this.check_queryEditorTab.Text = "Enable \"Query Editor\" tab (Requires Restart)"; this.ToolTip.SetToolTip(this.check_queryEditorTab, "Enables the Query Editor tab on the main window. Requires program restart to take" + @@ -1049,7 +1049,7 @@ namespace Handbrake this.check_disablePresetNotification.BackColor = System.Drawing.Color.Transparent; this.check_disablePresetNotification.Location = new System.Drawing.Point(81, 106); this.check_disablePresetNotification.Name = "check_disablePresetNotification"; - this.check_disablePresetNotification.Size = new System.Drawing.Size(216, 17); + this.check_disablePresetNotification.Size = new System.Drawing.Size(222, 17); this.check_disablePresetNotification.TabIndex = 91; this.check_disablePresetNotification.Text = "Disable built-in preset update notification"; this.ToolTip.SetToolTip(this.check_disablePresetNotification, "Disables the notification you recieve when presets are updated when a new version" + @@ -1074,9 +1074,9 @@ namespace Handbrake this.label8.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label8.Location = new System.Drawing.Point(51, 19); this.label8.Name = "label8"; - this.label8.Size = new System.Drawing.Size(115, 13); + this.label8.Size = new System.Drawing.Size(81, 13); this.label8.TabIndex = 61; - this.label8.Text = "HandBrake Options"; + this.label8.Text = "ƒIƒvƒVƒ‡ƒ“Ý’è"; // // pictureBox2 // @@ -1102,7 +1102,7 @@ namespace Handbrake // this.textBox1.Location = new System.Drawing.Point(199, 198); this.textBox1.Name = "textBox1"; - this.textBox1.Size = new System.Drawing.Size(255, 20); + this.textBox1.Size = new System.Drawing.Size(255, 19); this.textBox1.TabIndex = 79; this.ToolTip.SetToolTip(this.textBox1, "Define the format of the automatically named file.\r\ne.g {source}_{title}_some-te" + "xt\r\n{source} {title} {chapters} will be automatically substituted for the input " + @@ -1112,7 +1112,7 @@ namespace Handbrake // this.textBox2.Location = new System.Drawing.Point(199, 171); this.textBox2.Name = "textBox2"; - this.textBox2.Size = new System.Drawing.Size(181, 20); + this.textBox2.Size = new System.Drawing.Size(181, 19); this.textBox2.TabIndex = 76; this.ToolTip.SetToolTip(this.textBox2, "The default location where auto named files are stored."); // @@ -1191,7 +1191,7 @@ namespace Handbrake // this.textBox3.Location = new System.Drawing.Point(199, 198); this.textBox3.Name = "textBox3"; - this.textBox3.Size = new System.Drawing.Size(255, 20); + this.textBox3.Size = new System.Drawing.Size(255, 19); this.textBox3.TabIndex = 79; this.ToolTip.SetToolTip(this.textBox3, "Define the format of the automatically named file.\r\ne.g {source}_{title}_some-te" + "xt\r\n{source} {title} {chapters} will be automatically substituted for the input " + @@ -1201,7 +1201,7 @@ namespace Handbrake // this.textBox4.Location = new System.Drawing.Point(199, 171); this.textBox4.Name = "textBox4"; - this.textBox4.Size = new System.Drawing.Size(181, 20); + this.textBox4.Size = new System.Drawing.Size(181, 19); this.textBox4.TabIndex = 76; this.ToolTip.SetToolTip(this.textBox4, "The default location where auto named files are stored."); // @@ -1470,7 +1470,7 @@ namespace Handbrake this.ShowIcon = false; this.ShowInTaskbar = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; - this.Text = "HandBrake Options"; + this.Text = "ƒIƒvƒVƒ‡ƒ“"; this.tab_options.ResumeLayout(false); this.tab_general.ResumeLayout(false); this.tab_general.PerformLayout(); -- 2.11.0