• R/O
  • HTTP
  • SSH
  • HTTPS

handbrake-jp-git: Commit

githubのコードからのfolk


Commit MetaInfo

Revisão936d8d4c47bfccee69096c48fa7aca63d0f84fe5 (tree)
Hora2011-03-03 20:00:20
Autorhylom <hylom@user...>
Commiterhylom

Mensagem de Log

start translation some UI texts

Mudança Sumário

Diff

--- a/win/C#/frmAbout.Designer.cs
+++ b/win/C#/frmAbout.Designer.cs
@@ -52,9 +52,9 @@ namespace Handbrake
5252 this.Label3.Location = new System.Drawing.Point(124, 12);
5353 this.Label3.Margin = new System.Windows.Forms.Padding(3, 3, 3, 1);
5454 this.Label3.Name = "Label3";
55- this.Label3.Size = new System.Drawing.Size(99, 19);
55+ this.Label3.Size = new System.Drawing.Size(167, 19);
5656 this.Label3.TabIndex = 25;
57- this.Label3.Text = "HandBrake";
57+ this.Label3.Text = "HandBrake日本語版";
5858 this.Label3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
5959 //
6060 // label1
@@ -106,15 +106,15 @@ namespace Handbrake
106106 this.label2.Location = new System.Drawing.Point(125, 83);
107107 this.label2.Margin = new System.Windows.Forms.Padding(3);
108108 this.label2.Name = "label2";
109- this.label2.Size = new System.Drawing.Size(46, 13);
109+ this.label2.Size = new System.Drawing.Size(58, 13);
110110 this.label2.TabIndex = 37;
111- this.label2.Text = "License:";
111+ this.label2.Text = "ライセンス:";
112112 this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
113113 //
114114 // lbl_GUIBuild
115115 //
116116 this.lbl_GUIBuild.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
117- this.lbl_GUIBuild.Location = new System.Drawing.Point(229, 17);
117+ this.lbl_GUIBuild.Location = new System.Drawing.Point(297, 17);
118118 this.lbl_GUIBuild.Margin = new System.Windows.Forms.Padding(3, 1, 3, 3);
119119 this.lbl_GUIBuild.Name = "lbl_GUIBuild";
120120 this.lbl_GUIBuild.Size = new System.Drawing.Size(224, 13);
@@ -145,7 +145,7 @@ namespace Handbrake
145145 this.ShowIcon = false;
146146 this.ShowInTaskbar = false;
147147 this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
148- this.Text = "About HandBrake";
148+ this.Text = "HandBrakeについて";
149149 ((System.ComponentModel.ISupportInitialize)(this.PictureBox1)).EndInit();
150150 this.ResumeLayout(false);
151151 this.PerformLayout();
--- a/win/C#/frmActivityWindow.Designer.cs
+++ b/win/C#/frmActivityWindow.Designer.cs
@@ -55,10 +55,10 @@ namespace Handbrake
5555 this.rtf_actLog.Cursor = System.Windows.Forms.Cursors.IBeam;
5656 this.rtf_actLog.DetectUrls = false;
5757 this.rtf_actLog.Dock = System.Windows.Forms.DockStyle.Fill;
58- this.rtf_actLog.Location = new System.Drawing.Point(0, 25);
58+ this.rtf_actLog.Location = new System.Drawing.Point(0, 26);
5959 this.rtf_actLog.Name = "rtf_actLog";
6060 this.rtf_actLog.ReadOnly = true;
61- this.rtf_actLog.Size = new System.Drawing.Size(404, 552);
61+ this.rtf_actLog.Size = new System.Drawing.Size(404, 551);
6262 this.rtf_actLog.TabIndex = 29;
6363 this.rtf_actLog.Text = "";
6464 //
@@ -68,13 +68,13 @@ namespace Handbrake
6868 this.mnu_copy_log,
6969 this.mnu_openLogFolder});
7070 this.rightClickMenu.Name = "rightClickMenu";
71- this.rightClickMenu.Size = new System.Drawing.Size(254, 48);
71+ this.rightClickMenu.Size = new System.Drawing.Size(274, 48);
7272 //
7373 // mnu_copy_log
7474 //
7575 this.mnu_copy_log.Image = global::Handbrake.Properties.Resources.copy;
7676 this.mnu_copy_log.Name = "mnu_copy_log";
77- this.mnu_copy_log.Size = new System.Drawing.Size(253, 22);
77+ this.mnu_copy_log.Size = new System.Drawing.Size(273, 22);
7878 this.mnu_copy_log.Text = "Copy";
7979 this.mnu_copy_log.Click += new System.EventHandler(this.MnuCopyLogClick);
8080 //
@@ -82,7 +82,7 @@ namespace Handbrake
8282 //
8383 this.mnu_openLogFolder.Image = global::Handbrake.Properties.Resources.folder;
8484 this.mnu_openLogFolder.Name = "mnu_openLogFolder";
85- this.mnu_openLogFolder.Size = new System.Drawing.Size(253, 22);
85+ this.mnu_openLogFolder.Size = new System.Drawing.Size(273, 22);
8686 this.mnu_openLogFolder.Text = "Open Individual Log File Directory";
8787 this.mnu_openLogFolder.Click += new System.EventHandler(this.MnuOpenLogFolderClick);
8888 //
@@ -99,7 +99,7 @@ namespace Handbrake
9999 this.toolStrip1.Location = new System.Drawing.Point(0, 0);
100100 this.toolStrip1.Name = "toolStrip1";
101101 this.toolStrip1.RenderMode = System.Windows.Forms.ToolStripRenderMode.Professional;
102- this.toolStrip1.Size = new System.Drawing.Size(404, 25);
102+ this.toolStrip1.Size = new System.Drawing.Size(404, 26);
103103 this.toolStrip1.TabIndex = 96;
104104 this.toolStrip1.Text = "toolStrip1";
105105 //
@@ -109,8 +109,8 @@ namespace Handbrake
109109 this.btn_copy.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
110110 this.btn_copy.ImageTransparentColor = System.Drawing.Color.Magenta;
111111 this.btn_copy.Name = "btn_copy";
112- this.btn_copy.Size = new System.Drawing.Size(122, 22);
113- this.btn_copy.Text = "Copy to clipboard";
112+ this.btn_copy.Size = new System.Drawing.Size(160, 23);
113+ this.btn_copy.Text = "クリップボードにコピー";
114114 this.btn_copy.Click += new System.EventHandler(this.BtnCopyClick);
115115 //
116116 // logSelector
@@ -121,15 +121,15 @@ namespace Handbrake
121121 "Scan Log",
122122 "Encode Log"});
123123 this.logSelector.Name = "logSelector";
124- this.logSelector.Size = new System.Drawing.Size(121, 25);
124+ this.logSelector.Size = new System.Drawing.Size(121, 26);
125125 this.logSelector.SelectedIndexChanged += new System.EventHandler(this.LogSelectorClick);
126126 //
127127 // panel1
128128 //
129129 this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
130- this.panel1.Location = new System.Drawing.Point(0, 25);
130+ this.panel1.Location = new System.Drawing.Point(0, 26);
131131 this.panel1.Name = "panel1";
132- this.panel1.Size = new System.Drawing.Size(404, 552);
132+ this.panel1.Size = new System.Drawing.Size(404, 551);
133133 this.panel1.TabIndex = 97;
134134 //
135135 // frmActivityWindow
@@ -148,7 +148,7 @@ namespace Handbrake
148148 this.Name = "frmActivityWindow";
149149 this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Show;
150150 this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
151- this.Text = "Activity Window";
151+ this.Text = "履歴";
152152 this.Load += new System.EventHandler(this.ActivityWindowLoad);
153153 this.rightClickMenu.ResumeLayout(false);
154154 this.toolStrip1.ResumeLayout(false);
--- a/win/C#/frmAddPreset.Designer.cs
+++ b/win/C#/frmAddPreset.Designer.cs
@@ -52,9 +52,9 @@ namespace Handbrake
5252 this.lbl_name.AutoSize = true;
5353 this.lbl_name.Location = new System.Drawing.Point(12, 18);
5454 this.lbl_name.Name = "lbl_name";
55- this.lbl_name.Size = new System.Drawing.Size(75, 13);
55+ this.lbl_name.Size = new System.Drawing.Size(66, 13);
5656 this.lbl_name.TabIndex = 1;
57- this.lbl_name.Text = "Preset Name: ";
57+ this.lbl_name.Text = "プリセット名:";
5858 //
5959 // txt_preset_name
6060 //
@@ -69,11 +69,11 @@ namespace Handbrake
6969 this.btn_add.FlatAppearance.BorderColor = System.Drawing.Color.Black;
7070 this.btn_add.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
7171 this.btn_add.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
72- this.btn_add.Location = new System.Drawing.Point(185, 133);
72+ this.btn_add.Location = new System.Drawing.Point(172, 133);
7373 this.btn_add.Name = "btn_add";
7474 this.btn_add.Size = new System.Drawing.Size(57, 22);
7575 this.btn_add.TabIndex = 2;
76- this.btn_add.Text = "Add";
76+ this.btn_add.Text = "追加";
7777 this.btn_add.UseVisualStyleBackColor = false;
7878 this.btn_add.Click += new System.EventHandler(this.BtnAddClick);
7979 //
@@ -83,11 +83,11 @@ namespace Handbrake
8383 this.btn_cancel.FlatAppearance.BorderColor = System.Drawing.Color.Black;
8484 this.btn_cancel.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
8585 this.btn_cancel.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
86- this.btn_cancel.Location = new System.Drawing.Point(248, 133);
86+ this.btn_cancel.Location = new System.Drawing.Point(235, 133);
8787 this.btn_cancel.Name = "btn_cancel";
88- this.btn_cancel.Size = new System.Drawing.Size(57, 22);
88+ this.btn_cancel.Size = new System.Drawing.Size(70, 22);
8989 this.btn_cancel.TabIndex = 3;
90- this.btn_cancel.Text = "Cancel";
90+ this.btn_cancel.Text = "キャンセル";
9191 this.btn_cancel.UseVisualStyleBackColor = false;
9292 this.btn_cancel.Click += new System.EventHandler(this.BtnCancelClick);
9393 //
@@ -96,9 +96,9 @@ namespace Handbrake
9696 this.check_useFilters.AutoSize = true;
9797 this.check_useFilters.Location = new System.Drawing.Point(130, 106);
9898 this.check_useFilters.Name = "check_useFilters";
99- this.check_useFilters.Size = new System.Drawing.Size(112, 17);
99+ this.check_useFilters.Size = new System.Drawing.Size(135, 17);
100100 this.check_useFilters.TabIndex = 1;
101- this.check_useFilters.Text = "Use Picture Filters";
101+ this.check_useFilters.Text = "映像フィルタを使用する";
102102 this.toolTip.SetToolTip(this.check_useFilters, "Save Picture Width/Height and Crop Values");
103103 this.check_useFilters.UseVisualStyleBackColor = true;
104104 //
@@ -120,9 +120,9 @@ namespace Handbrake
120120 this.label2.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
121121 this.label2.Location = new System.Drawing.Point(12, 57);
122122 this.label2.Name = "label2";
123- this.label2.Size = new System.Drawing.Size(100, 13);
123+ this.label2.Size = new System.Drawing.Size(66, 13);
124124 this.label2.TabIndex = 7;
125- this.label2.Text = "Picture Settings:";
125+ this.label2.Text = "映像設定:";
126126 //
127127 // label3
128128 //
@@ -130,9 +130,9 @@ namespace Handbrake
130130 this.label3.Location = new System.Drawing.Point(12, 82);
131131 this.label3.Margin = new System.Windows.Forms.Padding(3);
132132 this.label3.Name = "label3";
133- this.label3.Size = new System.Drawing.Size(87, 13);
133+ this.label3.Size = new System.Drawing.Size(109, 13);
134134 this.label3.TabIndex = 8;
135- this.label3.Text = "Use Picture Size:";
135+ this.label3.Text = "使用する映像サイズ:";
136136 //
137137 // frmAddPreset
138138 //
@@ -160,7 +160,7 @@ namespace Handbrake
160160 this.ShowInTaskbar = false;
161161 this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;
162162 this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
163- this.Text = "Add New Preset";
163+ this.Text = "新規プリセットを追加";
164164 this.TopMost = true;
165165 this.ResumeLayout(false);
166166 this.PerformLayout();
--- a/win/C#/frmOptions.Designer.cs
+++ b/win/C#/frmOptions.Designer.cs
@@ -223,7 +223,7 @@ namespace Handbrake
223223 this.tab_general.Padding = new System.Windows.Forms.Padding(10);
224224 this.tab_general.Size = new System.Drawing.Size(580, 357);
225225 this.tab_general.TabIndex = 3;
226- this.tab_general.Text = "General";
226+ this.tab_general.Text = "一般";
227227 this.tab_general.UseVisualStyleBackColor = true;
228228 //
229229 // label34
@@ -312,9 +312,9 @@ namespace Handbrake
312312 this.label1.Location = new System.Drawing.Point(15, 15);
313313 this.label1.Margin = new System.Windows.Forms.Padding(3, 5, 3, 0);
314314 this.label1.Name = "label1";
315- this.label1.Size = new System.Drawing.Size(66, 13);
315+ this.label1.Size = new System.Drawing.Size(53, 13);
316316 this.label1.TabIndex = 67;
317- this.label1.Text = "At Launch:";
317+ this.label1.Text = "起動時:";
318318 //
319319 // label7
320320 //
@@ -392,9 +392,9 @@ namespace Handbrake
392392 this.check_updateCheck.BackColor = System.Drawing.Color.Transparent;
393393 this.check_updateCheck.Location = new System.Drawing.Point(108, 14);
394394 this.check_updateCheck.Name = "check_updateCheck";
395- this.check_updateCheck.Size = new System.Drawing.Size(114, 17);
395+ this.check_updateCheck.Size = new System.Drawing.Size(138, 17);
396396 this.check_updateCheck.TabIndex = 68;
397- this.check_updateCheck.Text = "Check for updates";
397+ this.check_updateCheck.Text = "アップデートをチェックする";
398398 this.ToolTip.SetToolTip(this.check_updateCheck, "Enables the built in update checker. This check is performed when the application" +
399399 " starts.");
400400 this.check_updateCheck.UseVisualStyleBackColor = false;
@@ -428,9 +428,9 @@ namespace Handbrake
428428 this.label2.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
429429 this.label2.Location = new System.Drawing.Point(7, 98);
430430 this.label2.Name = "label2";
431- this.label2.Size = new System.Drawing.Size(74, 13);
431+ this.label2.Size = new System.Drawing.Size(103, 13);
432432 this.label2.TabIndex = 54;
433- this.label2.Text = "When Done:";
433+ this.label2.Text = "エンコード完了時:";
434434 //
435435 // label13
436436 //
@@ -439,9 +439,9 @@ namespace Handbrake
439439 this.label13.Location = new System.Drawing.Point(4, 174);
440440 this.label13.Margin = new System.Windows.Forms.Padding(3, 5, 3, 0);
441441 this.label13.Name = "label13";
442- this.label13.Size = new System.Drawing.Size(77, 13);
442+ this.label13.Size = new System.Drawing.Size(78, 13);
443443 this.label13.TabIndex = 71;
444- this.label13.Text = "Output Files:";
444+ this.label13.Text = "出力ファイル:";
445445 //
446446 // text_an_path
447447 //
@@ -460,7 +460,7 @@ namespace Handbrake
460460 this.tab_picture.Padding = new System.Windows.Forms.Padding(10);
461461 this.tab_picture.Size = new System.Drawing.Size(580, 357);
462462 this.tab_picture.TabIndex = 5;
463- this.tab_picture.Text = "Picture";
463+ this.tab_picture.Text = "映像";
464464 this.tab_picture.UseVisualStyleBackColor = true;
465465 //
466466 // tableLayoutPanel2
@@ -535,7 +535,7 @@ namespace Handbrake
535535 this.tab_audio_sub.Padding = new System.Windows.Forms.Padding(3);
536536 this.tab_audio_sub.Size = new System.Drawing.Size(580, 357);
537537 this.tab_audio_sub.TabIndex = 6;
538- this.tab_audio_sub.Text = "Audio / Subtitles";
538+ this.tab_audio_sub.Text = "音声/字幕";
539539 this.tab_audio_sub.UseVisualStyleBackColor = true;
540540 //
541541 // radio_preferredAudioAndSubs
@@ -543,7 +543,7 @@ namespace Handbrake
543543 this.radio_preferredAudioAndSubs.AutoSize = true;
544544 this.radio_preferredAudioAndSubs.Location = new System.Drawing.Point(200, 99);
545545 this.radio_preferredAudioAndSubs.Name = "radio_preferredAudioAndSubs";
546- this.radio_preferredAudioAndSubs.Size = new System.Drawing.Size(250, 17);
546+ this.radio_preferredAudioAndSubs.Size = new System.Drawing.Size(254, 17);
547547 this.radio_preferredAudioAndSubs.TabIndex = 93;
548548 this.radio_preferredAudioAndSubs.TabStop = true;
549549 this.radio_preferredAudioAndSubs.Text = "Use Preferred Language for Audio and Subtitles";
@@ -556,7 +556,7 @@ namespace Handbrake
556556 this.check_AddCCTracks.AutoSize = true;
557557 this.check_AddCCTracks.Location = new System.Drawing.Point(200, 131);
558558 this.check_AddCCTracks.Name = "check_AddCCTracks";
559- this.check_AddCCTracks.Size = new System.Drawing.Size(198, 17);
559+ this.check_AddCCTracks.Size = new System.Drawing.Size(199, 17);
560560 this.check_AddCCTracks.TabIndex = 92;
561561 this.check_AddCCTracks.Text = "Add Closed Captions when available";
562562 this.ToolTip.SetToolTip(this.check_AddCCTracks, "Add any CC tracks if they exist");
@@ -589,7 +589,7 @@ namespace Handbrake
589589 this.radio_foreignAndSubs.AutoSize = true;
590590 this.radio_foreignAndSubs.Location = new System.Drawing.Point(200, 76);
591591 this.radio_foreignAndSubs.Name = "radio_foreignAndSubs";
592- this.radio_foreignAndSubs.Size = new System.Drawing.Size(347, 17);
592+ this.radio_foreignAndSubs.Size = new System.Drawing.Size(358, 17);
593593 this.radio_foreignAndSubs.TabIndex = 90;
594594 this.radio_foreignAndSubs.TabStop = true;
595595 this.radio_foreignAndSubs.Text = "Use foreign language audio and add first preferred language subtitle.";
@@ -614,7 +614,7 @@ namespace Handbrake
614614 this.radio_dub.AutoSize = true;
615615 this.radio_dub.Location = new System.Drawing.Point(200, 53);
616616 this.radio_dub.Name = "radio_dub";
617- this.radio_dub.Size = new System.Drawing.Size(167, 17);
617+ this.radio_dub.Size = new System.Drawing.Size(164, 17);
618618 this.radio_dub.TabIndex = 89;
619619 this.radio_dub.TabStop = true;
620620 this.radio_dub.Text = "DUB Foreign Language Audio";
@@ -646,7 +646,7 @@ namespace Handbrake
646646 this.tab_cli.Padding = new System.Windows.Forms.Padding(10);
647647 this.tab_cli.Size = new System.Drawing.Size(580, 357);
648648 this.tab_cli.TabIndex = 2;
649- this.tab_cli.Text = "CLI / System / Logging";
649+ this.tab_cli.Text = "CLI/システム/ログ";
650650 this.tab_cli.UseVisualStyleBackColor = true;
651651 //
652652 // label11
@@ -667,7 +667,7 @@ namespace Handbrake
667667 this.check_preventSleep.AutoSize = true;
668668 this.check_preventSleep.Location = new System.Drawing.Point(73, 45);
669669 this.check_preventSleep.Name = "check_preventSleep";
670- this.check_preventSleep.Size = new System.Drawing.Size(260, 17);
670+ this.check_preventSleep.Size = new System.Drawing.Size(266, 17);
671671 this.check_preventSleep.TabIndex = 91;
672672 this.check_preventSleep.Text = "Prevent the system from sleeping when encoding.";
673673 this.ToolTip.SetToolTip(this.check_preventSleep, "Prevent system from sleeping during encoding.");
@@ -680,7 +680,7 @@ namespace Handbrake
680680 this.check_clearOldLogs.AutoSize = true;
681681 this.check_clearOldLogs.Location = new System.Drawing.Point(73, 234);
682682 this.check_clearOldLogs.Name = "check_clearOldLogs";
683- this.check_clearOldLogs.Size = new System.Drawing.Size(162, 17);
683+ this.check_clearOldLogs.Size = new System.Drawing.Size(166, 17);
684684 this.check_clearOldLogs.TabIndex = 90;
685685 this.check_clearOldLogs.Text = "Clear logs older than 30 days";
686686 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
775775 this.check_logsInSpecifiedLocation.AutoSize = true;
776776 this.check_logsInSpecifiedLocation.Location = new System.Drawing.Point(73, 139);
777777 this.check_logsInSpecifiedLocation.Name = "check_logsInSpecifiedLocation";
778- this.check_logsInSpecifiedLocation.Size = new System.Drawing.Size(305, 17);
778+ this.check_logsInSpecifiedLocation.Size = new System.Drawing.Size(306, 17);
779779 this.check_logsInSpecifiedLocation.TabIndex = 87;
780780 this.check_logsInSpecifiedLocation.Text = "Put a copy of individual encode logs in a specified location:";
781781 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
877877 this.tab_advanced.Padding = new System.Windows.Forms.Padding(10);
878878 this.tab_advanced.Size = new System.Drawing.Size(580, 357);
879879 this.tab_advanced.TabIndex = 4;
880- this.tab_advanced.Text = "Advanced / Other";
880+ this.tab_advanced.Text = "詳細/その他";
881881 this.tab_advanced.UseVisualStyleBackColor = true;
882882 //
883883 // check_showCliForInGUIEncode
@@ -887,7 +887,7 @@ namespace Handbrake
887887 this.check_showCliForInGUIEncode.BackColor = System.Drawing.Color.Transparent;
888888 this.check_showCliForInGUIEncode.Location = new System.Drawing.Point(81, 129);
889889 this.check_showCliForInGUIEncode.Name = "check_showCliForInGUIEncode";
890- this.check_showCliForInGUIEncode.Size = new System.Drawing.Size(324, 17);
890+ this.check_showCliForInGUIEncode.Size = new System.Drawing.Size(330, 17);
891891 this.check_showCliForInGUIEncode.TabIndex = 96;
892892 this.check_showCliForInGUIEncode.Text = "Show CLI window (Allows you to cleanly exit encode with ctrl-c)";
893893 this.ToolTip.SetToolTip(this.check_showCliForInGUIEncode, resources.GetString("check_showCliForInGUIEncode.ToolTip"));
@@ -941,7 +941,7 @@ namespace Handbrake
941941 this.check_trayStatusAlerts.BackColor = System.Drawing.Color.Transparent;
942942 this.check_trayStatusAlerts.Location = new System.Drawing.Point(81, 37);
943943 this.check_trayStatusAlerts.Name = "check_trayStatusAlerts";
944- this.check_trayStatusAlerts.Size = new System.Drawing.Size(288, 17);
944+ this.check_trayStatusAlerts.Size = new System.Drawing.Size(296, 17);
945945 this.check_trayStatusAlerts.TabIndex = 93;
946946 this.check_trayStatusAlerts.Text = "Display status messages from tray icon (balloon popups)";
947947 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
957957 this.check_mainMinimize.BackColor = System.Drawing.Color.Transparent;
958958 this.check_mainMinimize.Location = new System.Drawing.Point(81, 14);
959959 this.check_mainMinimize.Name = "check_mainMinimize";
960- this.check_mainMinimize.Size = new System.Drawing.Size(221, 17);
960+ this.check_mainMinimize.Size = new System.Drawing.Size(230, 17);
961961 this.check_mainMinimize.TabIndex = 82;
962962 this.check_mainMinimize.Text = "Minimize to system tray (Requires Restart)";
963963 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
971971 this.check_promptOnUnmatchingQueries.AutoSize = true;
972972 this.check_promptOnUnmatchingQueries.Location = new System.Drawing.Point(100, 83);
973973 this.check_promptOnUnmatchingQueries.Name = "check_promptOnUnmatchingQueries";
974- this.check_promptOnUnmatchingQueries.Size = new System.Drawing.Size(300, 17);
974+ this.check_promptOnUnmatchingQueries.Size = new System.Drawing.Size(305, 17);
975975 this.check_promptOnUnmatchingQueries.TabIndex = 63;
976976 this.check_promptOnUnmatchingQueries.Text = "Prompt when a manual query does not match GUI settings";
977977 this.check_promptOnUnmatchingQueries.UseVisualStyleBackColor = true;
@@ -984,7 +984,7 @@ namespace Handbrake
984984 this.check_dvdnav.BackColor = System.Drawing.Color.Transparent;
985985 this.check_dvdnav.Location = new System.Drawing.Point(82, 247);
986986 this.check_dvdnav.Name = "check_dvdnav";
987- this.check_dvdnav.Size = new System.Drawing.Size(277, 17);
987+ this.check_dvdnav.Size = new System.Drawing.Size(276, 17);
988988 this.check_dvdnav.TabIndex = 90;
989989 this.check_dvdnav.Text = "Disable LibDVDNav. (libdvdread will be used instead)";
990990 this.check_dvdnav.UseVisualStyleBackColor = false;
@@ -997,7 +997,7 @@ namespace Handbrake
997997 this.check_queryEditorTab.BackColor = System.Drawing.Color.Transparent;
998998 this.check_queryEditorTab.Location = new System.Drawing.Point(81, 60);
999999 this.check_queryEditorTab.Name = "check_queryEditorTab";
1000- this.check_queryEditorTab.Size = new System.Drawing.Size(236, 17);
1000+ this.check_queryEditorTab.Size = new System.Drawing.Size(241, 17);
10011001 this.check_queryEditorTab.TabIndex = 84;
10021002 this.check_queryEditorTab.Text = "Enable \"Query Editor\" tab (Requires Restart)";
10031003 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
10491049 this.check_disablePresetNotification.BackColor = System.Drawing.Color.Transparent;
10501050 this.check_disablePresetNotification.Location = new System.Drawing.Point(81, 106);
10511051 this.check_disablePresetNotification.Name = "check_disablePresetNotification";
1052- this.check_disablePresetNotification.Size = new System.Drawing.Size(216, 17);
1052+ this.check_disablePresetNotification.Size = new System.Drawing.Size(222, 17);
10531053 this.check_disablePresetNotification.TabIndex = 91;
10541054 this.check_disablePresetNotification.Text = "Disable built-in preset update notification";
10551055 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
10741074 this.label8.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
10751075 this.label8.Location = new System.Drawing.Point(51, 19);
10761076 this.label8.Name = "label8";
1077- this.label8.Size = new System.Drawing.Size(115, 13);
1077+ this.label8.Size = new System.Drawing.Size(81, 13);
10781078 this.label8.TabIndex = 61;
1079- this.label8.Text = "HandBrake Options";
1079+ this.label8.Text = "オプション設定";
10801080 //
10811081 // pictureBox2
10821082 //
@@ -1102,7 +1102,7 @@ namespace Handbrake
11021102 //
11031103 this.textBox1.Location = new System.Drawing.Point(199, 198);
11041104 this.textBox1.Name = "textBox1";
1105- this.textBox1.Size = new System.Drawing.Size(255, 20);
1105+ this.textBox1.Size = new System.Drawing.Size(255, 19);
11061106 this.textBox1.TabIndex = 79;
11071107 this.ToolTip.SetToolTip(this.textBox1, "Define the format of the automatically named file.\r\ne.g {source}_{title}_some-te" +
11081108 "xt\r\n{source} {title} {chapters} will be automatically substituted for the input " +
@@ -1112,7 +1112,7 @@ namespace Handbrake
11121112 //
11131113 this.textBox2.Location = new System.Drawing.Point(199, 171);
11141114 this.textBox2.Name = "textBox2";
1115- this.textBox2.Size = new System.Drawing.Size(181, 20);
1115+ this.textBox2.Size = new System.Drawing.Size(181, 19);
11161116 this.textBox2.TabIndex = 76;
11171117 this.ToolTip.SetToolTip(this.textBox2, "The default location where auto named files are stored.");
11181118 //
@@ -1191,7 +1191,7 @@ namespace Handbrake
11911191 //
11921192 this.textBox3.Location = new System.Drawing.Point(199, 198);
11931193 this.textBox3.Name = "textBox3";
1194- this.textBox3.Size = new System.Drawing.Size(255, 20);
1194+ this.textBox3.Size = new System.Drawing.Size(255, 19);
11951195 this.textBox3.TabIndex = 79;
11961196 this.ToolTip.SetToolTip(this.textBox3, "Define the format of the automatically named file.\r\ne.g {source}_{title}_some-te" +
11971197 "xt\r\n{source} {title} {chapters} will be automatically substituted for the input " +
@@ -1201,7 +1201,7 @@ namespace Handbrake
12011201 //
12021202 this.textBox4.Location = new System.Drawing.Point(199, 171);
12031203 this.textBox4.Name = "textBox4";
1204- this.textBox4.Size = new System.Drawing.Size(181, 20);
1204+ this.textBox4.Size = new System.Drawing.Size(181, 19);
12051205 this.textBox4.TabIndex = 76;
12061206 this.ToolTip.SetToolTip(this.textBox4, "The default location where auto named files are stored.");
12071207 //
@@ -1470,7 +1470,7 @@ namespace Handbrake
14701470 this.ShowIcon = false;
14711471 this.ShowInTaskbar = false;
14721472 this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
1473- this.Text = "HandBrake Options";
1473+ this.Text = "オプション";
14741474 this.tab_options.ResumeLayout(false);
14751475 this.tab_general.ResumeLayout(false);
14761476 this.tab_general.PerformLayout();
Show on old repository browser