Mercurial > repos > IBDev-IBBoard.WarFoundry.GUI.WinForms
changeset 141:4aabe514c868
Re #203: Translate WarFoundry
* Add German translation
* Credit recent translators
author | IBBoard <dev@ibboard.co.uk> |
---|---|
date | Tue, 13 Apr 2010 20:02:49 +0000 |
parents | 60c795eca8de |
children | e0af96397e26 |
files | FrmAbout.Designer.cs FrmAbout.resx IBBoard.WarFoundry.GUI.WinForms.csproj |
diffstat | 3 files changed, 10 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/FrmAbout.Designer.cs Sun Apr 11 19:55:03 2010 +0000 +++ b/FrmAbout.Designer.cs Tue Apr 13 20:02:49 2010 +0000 @@ -39,7 +39,7 @@ // // lblWarFoundry // - this.lblWarFoundry.Font = new System.Drawing.Font("Microsoft Sans Serif", 24F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte) (0))); + this.lblWarFoundry.Font = new System.Drawing.Font("Microsoft Sans Serif", 24F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblWarFoundry.Location = new System.Drawing.Point(12, 9); this.lblWarFoundry.Name = "lblWarFoundry"; this.lblWarFoundry.Size = new System.Drawing.Size(268, 45); @@ -49,7 +49,7 @@ // // lblVersion // - this.lblVersion.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte) (0))); + this.lblVersion.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblVersion.Location = new System.Drawing.Point(16, 54); this.lblVersion.Name = "lblVersion"; this.lblVersion.Size = new System.Drawing.Size(264, 23); @@ -67,7 +67,7 @@ // // textBox1 // - this.textBox1.Anchor = ((System.Windows.Forms.AnchorStyles) (((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) + this.textBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.textBox1.Location = new System.Drawing.Point(80, 80); this.textBox1.Multiline = true; @@ -79,12 +79,13 @@ // // textBox2 // - this.textBox2.Anchor = ((System.Windows.Forms.AnchorStyles) (((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) + this.textBox2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.textBox2.Location = new System.Drawing.Point(80, 175); this.textBox2.Multiline = true; this.textBox2.Name = "textBox2"; this.textBox2.ReadOnly = true; + this.textBox2.ScrollBars = System.Windows.Forms.ScrollBars.Vertical; this.textBox2.Size = new System.Drawing.Size(297, 89); this.textBox2.TabIndex = 5; this.textBox2.Text = resources.GetString("textBox2.Text");
--- a/FrmAbout.resx Sun Apr 11 19:55:03 2010 +0000 +++ b/FrmAbout.resx Tue Apr 13 20:02:49 2010 +0000 @@ -122,6 +122,8 @@ Frostlee (Italian translation and tester) Lord_Archaon (Russian translation and tester) Furrie (Dutch translation and tester) +Dreadaxe (French translation) +Blackhawk (German translation) clutch110 (Tester and patch submitter)</value> </data> </root> \ No newline at end of file
--- a/IBBoard.WarFoundry.GUI.WinForms.csproj Sun Apr 11 19:55:03 2010 +0000 +++ b/IBBoard.WarFoundry.GUI.WinForms.csproj Tue Apr 13 20:02:49 2010 +0000 @@ -217,6 +217,9 @@ <None Include="COPYING"> <CopyToOutputDirectory>Always</CopyToOutputDirectory> </None> + <None Include="translations\de.translation"> + <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> + </None> <None Include="translations\en.translation"> <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> </None>