diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2013-01-04 07:04:32 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2013-01-04 07:04:32 +0000 |
commit | c0ae168330a10928290602d9eac9fab9e8fc881c (patch) | |
tree | 74a4ec2bfeb1f0d3da558e3c1cf3f4e70dbd84d0 /tools/Langpack Suite/Form1.Designer.cs | |
parent | 96210745ea2aa5d22ddd273fc4adb44a4c58ff6a (diff) |
added Belorussian interface language
git-svn-id: http://svn.miranda-ng.org/main/trunk@2950 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'tools/Langpack Suite/Form1.Designer.cs')
-rw-r--r-- | tools/Langpack Suite/Form1.Designer.cs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/Langpack Suite/Form1.Designer.cs b/tools/Langpack Suite/Form1.Designer.cs index 2e3098e01a..7e4b702db7 100644 --- a/tools/Langpack Suite/Form1.Designer.cs +++ b/tools/Langpack Suite/Form1.Designer.cs @@ -444,8 +444,9 @@ this.LanguageComboBox.FormattingEnabled = true;
this.LanguageComboBox.Items.AddRange(new object[] {
"English",
+ "Русский",
"Українська",
- "Русский"});
+ "Беларускі"});
this.LanguageComboBox.Location = new System.Drawing.Point(204, 324);
this.LanguageComboBox.Name = "LanguageComboBox";
this.LanguageComboBox.Size = new System.Drawing.Size(121, 21);
|