Added Japanese language - thx Nardog :)

git-svn-id: https://subtitleedit.googlecode.com/svn/trunk@368 99eadd0c-20b8-1223-b5c4-2a2b2df33de2
This commit is contained in:
niksedk 2011-03-20 20:59:12 +00:00
parent c5727b7ce1
commit 92fc2bcaab
6 changed files with 1171 additions and 9 deletions

View File

@ -54,7 +54,7 @@
this.labelProduct.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.labelProduct.Location = new System.Drawing.Point(11, 16);
this.labelProduct.Name = "labelProduct";
this.labelProduct.Size = new System.Drawing.Size(138, 20);
this.labelProduct.Size = new System.Drawing.Size(140, 19);
this.labelProduct.TabIndex = 26;
this.labelProduct.Text = "Subtitle Edit 3.0";
//
@ -69,14 +69,14 @@
//
// richTextBoxAbout1
//
this.richTextBoxAbout1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.richTextBoxAbout1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.richTextBoxAbout1.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.richTextBoxAbout1.Location = new System.Drawing.Point(16, 43);
this.richTextBoxAbout1.Name = "richTextBoxAbout1";
this.richTextBoxAbout1.ReadOnly = true;
this.richTextBoxAbout1.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.None;
this.richTextBoxAbout1.Size = new System.Drawing.Size(429, 243);
this.richTextBoxAbout1.Size = new System.Drawing.Size(429, 266);
this.richTextBoxAbout1.TabIndex = 40;
this.richTextBoxAbout1.TabStop = false;
this.richTextBoxAbout1.Text = "About...";
@ -114,11 +114,11 @@
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(457, 372);
this.Controls.Add(this.buttonDonate);
this.Controls.Add(this.okButton);
this.Controls.Add(this.labelFindHeight);
this.Controls.Add(this.pictureBox1);
this.Controls.Add(this.richTextBoxAbout1);
this.Controls.Add(this.labelProduct);
this.Controls.Add(this.okButton);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
this.KeyPreview = true;
this.MaximizeBox = false;

View File

@ -21,14 +21,14 @@ namespace Nikse.SubtitleEdit.Forms
labelProduct.Text = String.Format("{0} {1}.{2}{3}, build {4}", _languageGeneral.Title, versionInfo[0], versionInfo[1], minorMinorVersion, versionInfo[3]);
richTextBoxAbout1.Text = _language.AboutText1.TrimEnd() + Environment.NewLine +
Environment.NewLine +
_languageGeneral.TranslatedBy;
_languageGeneral.TranslatedBy.Trim();
okButton.Text = _languageGeneral.OK;
// Autosize height
labelFindHeight.AutoSize = true;
labelFindHeight.Text = richTextBoxAbout1.Text;
richTextBoxAbout1.Height = labelFindHeight.Height + 15;
Height = richTextBoxAbout1.Top + richTextBoxAbout1.Height + 105;
richTextBoxAbout1.Height = labelFindHeight.Height + 25;
Height = richTextBoxAbout1.Top + richTextBoxAbout1.Height + 100;
}
private void OkButtonClick(object sender, EventArgs e)

View File

@ -121,7 +121,7 @@
<data name="pictureBox1.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAABGdBTUEAAK/INwWK6QAAAAlwSFlzAAAO
wgAADsIBFShKgAAAABl0RVh0U29mdHdhcmUAUGFpbnQuTkVUIHYzLjUuNUmK/OAAAA+PSURBVHhe7Zv7
wQAADsEBuJFr7QAAABl0RVh0U29mdHdhcmUAUGFpbnQuTkVUIHYzLjUuNUmK/OAAAA+PSURBVHhe7Zv7
bxXHFcfzryBAhAIyD/MSEExwiylGGGpewnUMOBYYREHhEQQIkCHmFcJTBUMICIiKcB0ooAAtlUVCCz/Q
gAAJHJoGNahpGgRIjQg/oOl8zvp7PXfvXl8bDFElWxrt3t3Z2XO+53seMzt+7bXOv04EOhHoRCAHAmfP
nnVbtmyxtmnTJjtu3bo1o72/dYujJd3XvaTn7Nr70Xj0U59t27bZeXw8vQNZJI/O9+zZ4w4cOOAuXrzo

1159
src/Resources/ja-JP.xml Normal file

File diff suppressed because it is too large Load Diff

BIN
src/Resources/ja-JP.xml.zip Normal file

Binary file not shown.

View File

@ -526,6 +526,7 @@
<Compile Include="Logic\SubtitleFormats\UnknownSubtitle5.cs" />
<Compile Include="Logic\SubtitleFormats\OpenDvt.cs" />
<Compile Include="Logic\SubtitleFormats\AbcIViewer.cs" />
<Compile Include="Logic\SubtitleFormats\UnknownSubtitle6.cs" />
<Compile Include="Logic\SubtitleFormats\YouTubeSbv.cs" />
<Compile Include="Logic\SubtitleFormats\SubViewer10.cs" />
<Compile Include="Logic\SubtitleFormats\TimedText.cs" />
@ -806,6 +807,7 @@
<EmbeddedResource Include="Resources\OpenOfficeDictionaries.xml.zip" />
<EmbeddedResource Include="Resources\it-IT.xml.zip" />
<EmbeddedResource Include="Resources\hu-HU.xml.zip" />
<EmbeddedResource Include="Resources\ja-JP.xml.zip" />
<None Include="Resources\pl-PL.xml">
<SubType>Designer</SubType>
</None>
@ -859,6 +861,7 @@
<ItemGroup>
<Content Include="Resources\bg-BG.xml" />
<Content Include="Resources\fa-IR.xml" />
<Content Include="Resources\ja-JP.xml" />
<Content Include="Resources\zh-CHS.xml" />
<None Include="Web References\SeNetworkService\SeService.disco" />
<None Include="DLLs\Interop.QuartzTypeLib.dll" />