localization in titles of programs
read the summary
This commit is contained in:
parent
d6aa2f4f16
commit
78fcfce252
13 changed files with 37 additions and 10 deletions
2
ShiftOS.WinForms/Applications/Chat.Designer.cs
generated
2
ShiftOS.WinForms/Applications/Chat.Designer.cs
generated
|
@ -93,7 +93,7 @@ namespace ShiftOS.WinForms.Applications
|
|||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||
this.Controls.Add(this.panel1);
|
||||
this.Name = "Chat";
|
||||
this.Text = "Chat";
|
||||
this.Text = "{CHAT_NAME}";
|
||||
this.Size = new System.Drawing.Size(633, 318);
|
||||
this.panel1.ResumeLayout(false);
|
||||
this.panel1.PerformLayout();
|
||||
|
|
|
@ -3266,7 +3266,7 @@ namespace ShiftOS.WinForms.Applications
|
|||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||
this.Controls.Add(this.pgcontents);
|
||||
this.Name = "ColorPicker";
|
||||
this.Text = "Color Picker";
|
||||
this.Text = "{COLOR_PICKER_NAME}";
|
||||
this.Size = new System.Drawing.Size(552, 657);
|
||||
this.Load += new System.EventHandler(this.Color_Picker_Load);
|
||||
this.pgcontents.ResumeLayout(false);
|
||||
|
|
2
ShiftOS.WinForms/Applications/Dialog.Designer.cs
generated
2
ShiftOS.WinForms/Applications/Dialog.Designer.cs
generated
|
@ -54,7 +54,7 @@ namespace ShiftOS.WinForms.Applications
|
|||
{
|
||||
this.components = new System.ComponentModel.Container();
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||
this.Text = "Dialog";
|
||||
this.Text = "{DIALOG_NAME}";
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
|
|
@ -149,7 +149,7 @@ namespace ShiftOS.WinForms.Applications
|
|||
this.ClientSize = new System.Drawing.Size(634, 369);
|
||||
this.Controls.Add(this.panel1);
|
||||
this.Name = "FileDialog";
|
||||
this.Text = "File Dialog";
|
||||
this.Text = "{FILE_DIALOG_NAME}";
|
||||
this.panel1.ResumeLayout(false);
|
||||
this.pnlfiletype.ResumeLayout(false);
|
||||
this.pnlfiletype.PerformLayout();
|
||||
|
|
|
@ -94,7 +94,7 @@ namespace ShiftOS.WinForms.Applications
|
|||
this.ClientSize = new System.Drawing.Size(634, 369);
|
||||
this.Controls.Add(this.panel1);
|
||||
this.Name = "FileSkimmer";
|
||||
this.Text = "File Skimmer";
|
||||
this.Text = "{FILE_SKIMMER_NAME}";
|
||||
this.Load += new System.EventHandler(this.FileSkimmer_Load);
|
||||
this.panel1.ResumeLayout(false);
|
||||
this.ResumeLayout(false);
|
||||
|
|
|
@ -252,7 +252,7 @@ namespace ShiftOS.WinForms.Applications
|
|||
this.ClientSize = new System.Drawing.Size(390, 383);
|
||||
this.Controls.Add(this.pgcontents);
|
||||
this.Name = "GraphicPicker";
|
||||
this.Text = "Graphic Picker";
|
||||
this.Text = "{GRAPHIC_PICKER_NAME}";
|
||||
this.Load += new System.EventHandler(this.Graphic_Picker_Load);
|
||||
this.pgcontents.ResumeLayout(false);
|
||||
this.pgcontents.PerformLayout();
|
||||
|
|
|
@ -206,7 +206,7 @@ namespace ShiftOS.WinForms.Applications
|
|||
this.ClientSize = new System.Drawing.Size(622, 430);
|
||||
this.Controls.Add(this.panel1);
|
||||
this.Name = "MUDAuthenticator";
|
||||
this.Text = "Multi-User Domain Admin Panel";
|
||||
this.Text = "{MUD_AUTHENTICATOR_NAME}";
|
||||
this.panel1.ResumeLayout(false);
|
||||
this.pnlmain.ResumeLayout(false);
|
||||
this.pnlusers.ResumeLayout(false);
|
||||
|
|
|
@ -748,6 +748,7 @@ namespace ShiftOS.WinForms.Applications
|
|||
this.Controls.Add(this.toolStripContainer1);
|
||||
this.ForeColor = System.Drawing.Color.White;
|
||||
this.Name = "MUDControlCentre";
|
||||
this.Text = "{MUD_CONTROL_CENTRE_NAME}";
|
||||
this.Size = new System.Drawing.Size(756, 488);
|
||||
this.menuStrip1.ResumeLayout(false);
|
||||
this.menuStrip1.PerformLayout();
|
||||
|
|
|
@ -162,7 +162,7 @@ namespace ShiftOS.WinForms.Applications
|
|||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||
this.Controls.Add(this.panel1);
|
||||
this.Name = "Shifter";
|
||||
this.Text = "Shifter";
|
||||
this.Text = "{SHIFTER_NAME}";
|
||||
this.Size = new System.Drawing.Size(893, 539);
|
||||
this.Load += new System.EventHandler(this.Shifter_Load);
|
||||
this.panel1.ResumeLayout(false);
|
||||
|
|
|
@ -426,7 +426,7 @@ namespace ShiftOS.WinForms.Applications
|
|||
this.Controls.Add(this.pnlborder);
|
||||
this.Controls.Add(this.pnldesktop);
|
||||
this.Name = "Skin_Loader";
|
||||
this.Text = "Skin Loader";
|
||||
this.Text = "{SKIN_LOADER_NAME}";
|
||||
this.pnldesktop.ResumeLayout(false);
|
||||
this.pnlborder.ResumeLayout(false);
|
||||
this.flbuttons.ResumeLayout(false);
|
||||
|
|
|
@ -199,7 +199,7 @@ namespace ShiftOS.WinForms.Applications
|
|||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||
this.Controls.Add(this.pgcontents);
|
||||
this.Name = "VirusScanner";
|
||||
this.Text = "Virus Scanner";
|
||||
this.Text = "{VIRUS_SCANNER_NAME}";
|
||||
this.Size = new System.Drawing.Size(565, 343);
|
||||
this.Load += new System.EventHandler(this.VirusScanner_Load);
|
||||
this.grpresults.ResumeLayout(false);
|
||||
|
|
|
@ -224,4 +224,17 @@ Wenn eine Systemdatei von dem Virenscanner erkannt wird, wird sie ersetzt.",
|
|||
"{WAV_PLAYER_NAME}":"WAV Player",
|
||||
"{SHIFTORIUM_NAME}":"Shiftorium",
|
||||
"{TEXTPAD_NAME}":"TextPad",
|
||||
"{VIRUS_SCANNER_NAME}":"Virus Scanner",
|
||||
"{SKIN_LOADER_NAME}":"Skin Loader",
|
||||
"{SHIFTER_NAME}":"Shifter",
|
||||
"{NAME_CHANGER_NAME}":"Name Changer",
|
||||
"{MUD_PASSWORD_CRACKER_NAME}":"Multi-User Domain Password Cracker v1.0",
|
||||
"{MUD_CONTROL_CENTRE_NAME}":"MUD Control Centre",
|
||||
"{MUD_AUTHENTICATOR_NAME}":"Multi-User Domain Admin Panel",
|
||||
"{GRAPHIC_PICKER_NAME}":"Graphic Picker",
|
||||
"{FILE_SKIMMER_NAME}":"File Skimmer",
|
||||
"{FILE_DIALOG_NAME}":"File Dialog",
|
||||
"{DIALOG_NAME}":"Dialog",
|
||||
"{COLOR_PICKER_NAME}":"Color Picker",
|
||||
"{CHAT_NAME}":"Chat",
|
||||
}
|
|
@ -223,4 +223,17 @@ If a system file is deleted by the virus scanner, it will be replaced.",
|
|||
"{WAV_PLAYER_NAME}":"WAV Player",
|
||||
"{SHIFTORIUM_NAME}":"Shiftorium",
|
||||
"{TEXTPAD_NAME}":"TextPad",
|
||||
"{VIRUS_SCANNER_NAME}":"Virus Scanner",
|
||||
"{SKIN_LOADER_NAME}":"Skin Loader",
|
||||
"{SHIFTER_NAME}":"Shifter",
|
||||
"{NAME_CHANGER_NAME}":"Name Changer",
|
||||
"{MUD_PASSWORD_CRACKER_NAME}":"Multi-User Domain Password Cracker v1.0",
|
||||
"{MUD_CONTROL_CENTRE_NAME}":"MUD Control Centre",
|
||||
"{MUD_AUTHENTICATOR_NAME}":"Multi-User Domain Admin Panel",
|
||||
"{GRAPHIC_PICKER_NAME}":"Graphic Picker",
|
||||
"{FILE_SKIMMER_NAME}":"File Skimmer",
|
||||
"{FILE_DIALOG_NAME}":"File Dialog",
|
||||
"{DIALOG_NAME}":"Dialog",
|
||||
"{COLOR_PICKER_NAME}":"Color Picker",
|
||||
"{CHAT_NAME}":"Chat",
|
||||
}
|
Reference in a new issue