From 2a53a07949971e08b3526f168f701bf038c9dbf9 Mon Sep 17 00:00:00 2001 From: Kirill Volinsky Date: Fri, 4 Jan 2013 10:28:47 +0000 Subject: added ability to generate different langpacks added new command line param (\p) git-svn-id: http://svn.miranda-ng.org/main/trunk@2955 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- tools/Langpack Suite/Form1.Designer.cs | 60 ++- tools/Langpack Suite/Form1.cs | 42 +- tools/Langpack Suite/Form1.resx | 2 +- tools/Langpack Suite/LangpackSuite.csproj | 5 - tools/Langpack Suite/myRes.Designer.cs | 613 ------------------------------ tools/Langpack Suite/myRes.be-BY.resx | 6 +- tools/Langpack Suite/myRes.resx | 6 +- tools/Langpack Suite/myRes.ru-RU.resx | 6 +- tools/Langpack Suite/myRes.uk-UA.resx | 6 +- 9 files changed, 100 insertions(+), 646 deletions(-) delete mode 100644 tools/Langpack Suite/myRes.Designer.cs (limited to 'tools') diff --git a/tools/Langpack Suite/Form1.Designer.cs b/tools/Langpack Suite/Form1.Designer.cs index 7e4b702db7..e31daadeb2 100644 --- a/tools/Langpack Suite/Form1.Designer.cs +++ b/tools/Langpack Suite/Form1.Designer.cs @@ -31,6 +31,8 @@ System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm)); this.CreateLangpackBtn = new System.Windows.Forms.Button(); this.groupBox2 = new System.Windows.Forms.GroupBox(); + this.LangpacksComboBox = new System.Windows.Forms.ComboBox(); + this.label7 = new System.Windows.Forms.Label(); this.LangpackNameEdit = new System.Windows.Forms.TextBox(); this.label1 = new System.Windows.Forms.Label(); this.InfMessageLangBox = new System.Windows.Forms.TextBox(); @@ -78,7 +80,8 @@ // // CreateLangpackBtn // - this.CreateLangpackBtn.Location = new System.Drawing.Point(99, 187); + this.CreateLangpackBtn.Enabled = false; + this.CreateLangpackBtn.Location = new System.Drawing.Point(99, 208); this.CreateLangpackBtn.Name = "CreateLangpackBtn"; this.CreateLangpackBtn.Size = new System.Drawing.Size(141, 31); this.CreateLangpackBtn.TabIndex = 1; @@ -88,26 +91,47 @@ // // groupBox2 // + this.groupBox2.Controls.Add(this.LangpacksComboBox); + this.groupBox2.Controls.Add(this.label7); this.groupBox2.Controls.Add(this.LangpackNameEdit); this.groupBox2.Controls.Add(this.label1); this.groupBox2.Location = new System.Drawing.Point(6, 3); this.groupBox2.Name = "groupBox2"; - this.groupBox2.Size = new System.Drawing.Size(317, 58); + this.groupBox2.Size = new System.Drawing.Size(317, 75); this.groupBox2.TabIndex = 2; this.groupBox2.TabStop = false; this.groupBox2.Text = "Output File"; // + // LangpacksComboBox + // + this.LangpacksComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; + this.LangpacksComboBox.FormattingEnabled = true; + this.LangpacksComboBox.Location = new System.Drawing.Point(129, 13); + this.LangpacksComboBox.Name = "LangpacksComboBox"; + this.LangpacksComboBox.Size = new System.Drawing.Size(168, 21); + this.LangpacksComboBox.TabIndex = 11; + this.LangpacksComboBox.SelectedIndexChanged += new System.EventHandler(this.LangpacksComboBox_SelectedIndexChanged); + // + // label7 + // + this.label7.Location = new System.Drawing.Point(6, 16); + this.label7.Name = "label7"; + this.label7.Size = new System.Drawing.Size(125, 18); + this.label7.TabIndex = 10; + this.label7.Text = "Available Langpacks:"; + this.label7.TextAlign = System.Drawing.ContentAlignment.TopRight; + // // LangpackNameEdit // - this.LangpackNameEdit.Location = new System.Drawing.Point(129, 22); + this.LangpackNameEdit.Location = new System.Drawing.Point(129, 44); this.LangpackNameEdit.Name = "LangpackNameEdit"; - this.LangpackNameEdit.Size = new System.Drawing.Size(151, 20); + this.LangpackNameEdit.Size = new System.Drawing.Size(168, 20); this.LangpackNameEdit.TabIndex = 1; - this.LangpackNameEdit.Text = "Langpack_russian"; + this.LangpackNameEdit.Text = "Langpack_"; // // label1 // - this.label1.Location = new System.Drawing.Point(6, 25); + this.label1.Location = new System.Drawing.Point(6, 47); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(125, 13); this.label1.TabIndex = 0; @@ -117,7 +141,7 @@ // InfMessageLangBox // this.InfMessageLangBox.BackColor = System.Drawing.SystemColors.Control; - this.InfMessageLangBox.Location = new System.Drawing.Point(7, 224); + this.InfMessageLangBox.Location = new System.Drawing.Point(7, 245); this.InfMessageLangBox.Multiline = true; this.InfMessageLangBox.Name = "InfMessageLangBox"; this.InfMessageLangBox.ReadOnly = true; @@ -133,7 +157,7 @@ this.tabControl1.Location = new System.Drawing.Point(-3, 0); this.tabControl1.Name = "tabControl1"; this.tabControl1.SelectedIndex = 0; - this.tabControl1.Size = new System.Drawing.Size(337, 321); + this.tabControl1.Size = new System.Drawing.Size(337, 344); this.tabControl1.TabIndex = 8; // // tabPage1 @@ -147,7 +171,7 @@ this.tabPage1.Location = new System.Drawing.Point(4, 22); this.tabPage1.Name = "tabPage1"; this.tabPage1.Padding = new System.Windows.Forms.Padding(3); - this.tabPage1.Size = new System.Drawing.Size(329, 295); + this.tabPage1.Size = new System.Drawing.Size(329, 318); this.tabPage1.TabIndex = 0; this.tabPage1.Text = "Generator"; // @@ -156,7 +180,7 @@ this.groupBox3.Controls.Add(this.OwnFileCheckBox); this.groupBox3.Controls.Add(this.SelectOwnFileBtn); this.groupBox3.Controls.Add(this.OwnFileEdit); - this.groupBox3.Location = new System.Drawing.Point(6, 130); + this.groupBox3.Location = new System.Drawing.Point(6, 151); this.groupBox3.Name = "groupBox3"; this.groupBox3.Size = new System.Drawing.Size(317, 53); this.groupBox3.TabIndex = 5; @@ -197,7 +221,7 @@ this.groupBox6.Controls.Add(this.label6); this.groupBox6.Controls.Add(this.VIURLTextBox); this.groupBox6.Controls.Add(this.GetVICheckBox); - this.groupBox6.Location = new System.Drawing.Point(6, 61); + this.groupBox6.Location = new System.Drawing.Point(6, 82); this.groupBox6.Name = "groupBox6"; this.groupBox6.Size = new System.Drawing.Size(317, 67); this.groupBox6.TabIndex = 8; @@ -243,7 +267,7 @@ this.tabPage2.Location = new System.Drawing.Point(4, 22); this.tabPage2.Name = "tabPage2"; this.tabPage2.Padding = new System.Windows.Forms.Padding(3); - this.tabPage2.Size = new System.Drawing.Size(329, 295); + this.tabPage2.Size = new System.Drawing.Size(329, 318); this.tabPage2.TabIndex = 1; this.tabPage2.Text = "LinkListGen"; // @@ -306,7 +330,7 @@ this.tabPage3.Location = new System.Drawing.Point(4, 22); this.tabPage3.Name = "tabPage3"; this.tabPage3.Padding = new System.Windows.Forms.Padding(3); - this.tabPage3.Size = new System.Drawing.Size(329, 295); + this.tabPage3.Size = new System.Drawing.Size(329, 318); this.tabPage3.TabIndex = 2; this.tabPage3.Text = "Dupes Search"; // @@ -431,7 +455,7 @@ // // label5 // - this.label5.Location = new System.Drawing.Point(83, 327); + this.label5.Location = new System.Drawing.Point(83, 351); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(119, 18); this.label5.TabIndex = 9; @@ -447,7 +471,7 @@ "Русский", "Українська", "Беларускі"}); - this.LanguageComboBox.Location = new System.Drawing.Point(204, 324); + this.LanguageComboBox.Location = new System.Drawing.Point(204, 348); this.LanguageComboBox.Name = "LanguageComboBox"; this.LanguageComboBox.Size = new System.Drawing.Size(121, 21); this.LanguageComboBox.TabIndex = 10; @@ -456,7 +480,7 @@ // VarButton // this.VarButton.Image = ((System.Drawing.Image)(resources.GetObject("VarButton.Image"))); - this.VarButton.Location = new System.Drawing.Point(7, 322); + this.VarButton.Location = new System.Drawing.Point(7, 346); this.VarButton.Name = "VarButton"; this.VarButton.Size = new System.Drawing.Size(22, 22); this.VarButton.TabIndex = 11; @@ -467,7 +491,7 @@ // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; - this.ClientSize = new System.Drawing.Size(329, 348); + this.ClientSize = new System.Drawing.Size(329, 373); this.Controls.Add(this.VarButton); this.Controls.Add(this.LanguageComboBox); this.Controls.Add(this.label5); @@ -536,6 +560,8 @@ private System.Windows.Forms.TextBox VIURLTextBox; private System.Windows.Forms.CheckBox GetVICheckBox; private System.Windows.Forms.Button VarButton; + public System.Windows.Forms.ComboBox LangpacksComboBox; + private System.Windows.Forms.Label label7; } } diff --git a/tools/Langpack Suite/Form1.cs b/tools/Langpack Suite/Form1.cs index 19bfc3abf4..40c3b3d38c 100644 --- a/tools/Langpack Suite/Form1.cs +++ b/tools/Langpack Suite/Form1.cs @@ -34,6 +34,18 @@ namespace Langpack_Suite tipper.ReshowDelay = 500; tipper.ShowAlways = true; + DirectoryInfo root = Directory.GetParent(Directory.GetCurrentDirectory()); + string[] dirs = Directory.GetDirectories(root.ToString()); + foreach (string dir in dirs) + { + if (!dir.Equals(Directory.GetCurrentDirectory()) && File.Exists(dir + "\\=HEAD=.txt")) + { + int pos = dir.LastIndexOf('\\'); + string item = dir.Substring(pos + 1); + LangpacksComboBox.Items.Add(item); + } + } + for (int i = 1; i < arguments.Length; i++) { string key = arguments[i].Substring(0, 2); @@ -51,7 +63,7 @@ namespace Langpack_Suite if (fname.Contains("\\")) OwnFileEdit.Text = fname; else - OwnFileEdit.Text = Directory.GetCurrentDirectory() + "\\" + fname; + OwnFileEdit.Text = Directory.GetParent(Directory.GetCurrentDirectory()).ToString() + "\\" + LangpacksComboBox.Text + "\\" + fname; OwnFileCheckBox.Checked = true; OwnFilesCheckBoxChange(); } @@ -66,6 +78,12 @@ namespace Langpack_Suite { output = arguments[i].Substring(2); } + if (key.Equals("\\p")) + { + string fname = arguments[i].Substring(2); + LangpacksComboBox.Text = fname; + LangpacksComboBoxChange(); + } } if (quiet) { @@ -151,7 +169,8 @@ namespace Langpack_Suite NotTranslFindBtn.Text = CurrentText; CurrentText = rm.GetString("CommentFindBtn", culture); CommentFindBtn.Text = CurrentText; - + CurrentText = rm.GetString("AvailLangpacks", culture); + label7.Text = CurrentText; } private void GenerateLang() @@ -169,7 +188,7 @@ namespace Langpack_Suite InfMessageLangBox.Text = LocaleText + "\r\n"; - FolderName = Directory.GetCurrentDirectory(); + FolderName = Directory.GetParent(Directory.GetCurrentDirectory()).ToString() + "\\" + LangpacksComboBox.Text; if (output == "") output = FolderName + "\\" + LangpackNameEdit.Text + ".txt"; if (File.Exists(output)) @@ -631,7 +650,7 @@ namespace Langpack_Suite SelectOwnFilesOpenFileDialog.Filter = "txt files (*.txt)|*.txt|All files (*.*)|*.*"; SelectOwnFilesOpenFileDialog.FilterIndex = 1; SelectOwnFilesOpenFileDialog.RestoreDirectory = true; - SelectOwnFilesOpenFileDialog.InitialDirectory = Directory.GetCurrentDirectory(); + SelectOwnFilesOpenFileDialog.InitialDirectory = Directory.GetParent(Directory.GetCurrentDirectory()).ToString() + "\\" + LangpacksComboBox.Text; if (SelectOwnFilesOpenFileDialog.ShowDialog() == DialogResult.OK) { try @@ -665,7 +684,7 @@ namespace Langpack_Suite string LocaleText = rm.GetString("LinkListGen", culture); InfMessageLinkBox.Text = LocaleText + "\r\n"; - FolderName = Directory.GetCurrentDirectory(); + FolderName = Directory.GetParent(Directory.GetCurrentDirectory()).ToString() + "\\" + LangpacksComboBox.Text; if (File.Exists(FolderName + "\\LinkList.txt")) File.Delete(FolderName + "\\LinkList.txt"); @@ -736,7 +755,7 @@ namespace Langpack_Suite string FolderName = ""; InfMessageFindBox.Text = ""; - FolderName = Directory.GetCurrentDirectory(); + FolderName = Directory.GetParent(Directory.GetCurrentDirectory()).ToString() + "\\" + LangpacksComboBox.Text; DirectoryInfo RootDir = new DirectoryInfo(FolderName); ResourceManager rm = new ResourceManager("LangpackSuite.myRes", typeof(MainForm).Assembly); string LocaleText = rm.GetString("FindLang", culture); @@ -823,5 +842,16 @@ namespace Langpack_Suite string LocaleHead = rm.GetString("VarHead", culture); MessageBox.Show(LocaleText, LocaleHead); } + + private void LangpacksComboBoxChange() + { + LangpackNameEdit.Text = "Langpack_" + LangpacksComboBox.Text; + CreateLangpackBtn.Enabled = true; + } + + private void LangpacksComboBox_SelectedIndexChanged(object sender, EventArgs e) + { + LangpacksComboBoxChange(); + } } } \ No newline at end of file diff --git a/tools/Langpack Suite/Form1.resx b/tools/Langpack Suite/Form1.resx index b052fa8e57..cc6a4fb43d 100644 --- a/tools/Langpack Suite/Form1.resx +++ b/tools/Langpack Suite/Form1.resx @@ -128,7 +128,7 @@ from the version info file, if available). iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8 - YQUAAAAJcEhZcwAADr0AAA69AUf7kK0AAAGfSURBVDhPpVPNSoJREPUp6iV6iWjbIkqkQEytFhFFGSpl + YQUAAAAJcEhZcwAADrwAAA68AZW8ckkAAAGfSURBVDhPpVPNSoJREPUp6iV6iWjbIkqkQEytFhFFGSpl iYniwjJCk0BaSKYEVrRqUdAmbJFZumkRFlQShQUFIVFw6ox8H1/+ETQw3GHmzrlzZubqdE0kvp1FZKOq tJvdq/MzQe/OoMt+hk5HXpQ2fYy1BLIvnaDDeCBJvb5rDARLorTpY4x3GoIw0NazJwnWcBkzqU9R52ZF lD7G2nt26kFYGtF5YTz2jLsXIFMEXIlHUdr0jYaL0HsLcvcXHfJjiXxlKwuRpzdgKnQAT+pWbApjRt9P diff --git a/tools/Langpack Suite/LangpackSuite.csproj b/tools/Langpack Suite/LangpackSuite.csproj index ac383f575a..8b0474ea1a 100644 --- a/tools/Langpack Suite/LangpackSuite.csproj +++ b/tools/Langpack Suite/LangpackSuite.csproj @@ -76,11 +76,6 @@ Form1.cs - - True - True - myRes.resx - ResXFileCodeGenerator diff --git a/tools/Langpack Suite/myRes.Designer.cs b/tools/Langpack Suite/myRes.Designer.cs deleted file mode 100644 index de131dc25a..0000000000 --- a/tools/Langpack Suite/myRes.Designer.cs +++ /dev/null @@ -1,613 +0,0 @@ -//------------------------------------------------------------------------------ -// -// This code was generated by a tool. -// Runtime Version:4.0.30319.17929 -// -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. -// -//------------------------------------------------------------------------------ - -namespace LangpackSuite { - using System; - - - /// - /// A strongly-typed resource class, for looking up localized strings, etc. - /// - // This class was auto-generated by the StronglyTypedResourceBuilder - // class via a tool like ResGen or Visual Studio. - // To add or remove a member, edit your .ResX file then rerun ResGen - // with the /str option, or rebuild your VS project. - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")] - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] - internal class myRes { - - private static global::System.Resources.ResourceManager resourceMan; - - private static global::System.Globalization.CultureInfo resourceCulture; - - [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] - internal myRes() { - } - - /// - /// Returns the cached ResourceManager instance used by this class. - /// - [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] - internal static global::System.Resources.ResourceManager ResourceManager { - get { - if (object.ReferenceEquals(resourceMan, null)) { - global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("LangpackSuite.myRes", typeof(myRes).Assembly); - resourceMan = temp; - } - return resourceMan; - } - } - - /// - /// Overrides the current thread's CurrentUICulture property for all - /// resource lookups using this strongly typed resource class. - /// - [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] - internal static global::System.Globalization.CultureInfo Culture { - get { - return resourceCulture; - } - set { - resourceCulture = value; - } - } - - /// - /// Looks up a localized string similar to Langpack assigned.... - /// - internal static string AssignLang { - get { - return ResourceManager.GetString("AssignLang", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Assign. - /// - internal static string AssignLangBtn { - get { - return ResourceManager.GetString("AssignLangBtn", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Automatic. - /// - internal static string AutoModeBtn { - get { - return ResourceManager.GetString("AutoModeBtn", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Commented lines founded.... - /// - internal static string ComFound { - get { - return ResourceManager.GetString("ComFound", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Find Commented. - /// - internal static string CommentFindBtn { - get { - return ResourceManager.GetString("CommentFindBtn", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Commented lines not found!. - /// - internal static string ComNotFound { - get { - return ResourceManager.GetString("ComNotFound", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to File =CORE=.txt not found.... - /// - internal static string CoreNotFound { - get { - return ResourceManager.GetString("CoreNotFound", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Create Langpack. - /// - internal static string CreateLangpackBtn { - get { - return ResourceManager.GetString("CreateLangpackBtn", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Done!. - /// - internal static string Done { - get { - return ResourceManager.GetString("Done", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Find Dupes. - /// - internal static string DupesFindBtn { - get { - return ResourceManager.GetString("DupesFindBtn", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to File =DUPES=.txt not found.... - /// - internal static string DupesNotFound { - get { - return ResourceManager.GetString("DupesNotFound", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Dupes founded.... - /// - internal static string DupFound { - get { - return ResourceManager.GetString("DupFound", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Dupes not found!. - /// - internal static string DupNotFound { - get { - return ResourceManager.GetString("DupNotFound", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Working stoped.. - /// - internal static string DupStop { - get { - return ResourceManager.GetString("DupStop", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Error. - /// - internal static string Error { - get { - return ResourceManager.GetString("Error", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to .txt not found.... - /// - internal static string File2NotFound { - get { - return ResourceManager.GetString("File2NotFound", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to not found.... - /// - internal static string FileNotFound { - get { - return ResourceManager.GetString("FileNotFound", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to File . - /// - internal static string FileText { - get { - return ResourceManager.GetString("FileText", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Finding Langpack.... - /// - internal static string FindLang { - get { - return ResourceManager.GetString("FindLang", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Generation stopped.. - /// - internal static string GenStop { - get { - return ResourceManager.GetString("GenStop", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Generating langpack.... - /// - internal static string GenText { - get { - return ResourceManager.GetString("GenText", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Get VersionInfo from Internet or type full local path. - /// - internal static string GetVICheckBox { - get { - return ResourceManager.GetString("GetVICheckBox", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Assign Langpack File. - /// - internal static string groupBox1 { - get { - return ResourceManager.GetString("groupBox1", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Output File. - /// - internal static string groupBox2 { - get { - return ResourceManager.GetString("groupBox2", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Working mode. - /// - internal static string groupBox5 { - get { - return ResourceManager.GetString("groupBox5", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to File =HEAD=.txt not found.... - /// - internal static string HeadNotFound { - get { - return ResourceManager.GetString("HeadNotFound", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Information. - /// - internal static string Inf { - get { - return ResourceManager.GetString("Inf", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Langpack File Name:. - /// - internal static string label1 { - get { - return ResourceManager.GetString("label1", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Name:. - /// - internal static string label2 { - get { - return ResourceManager.GetString("label2", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to LinkList.txt file contains links to the translation files of different - ///plugins and can be used in any download manager. Downloaded - ///files can be used to generate a complete localization or consisting - ///only from localization of plugins used by you (information is taken - ///from the version info file, if available).. - /// - internal static string label3 { - get { - return ResourceManager.GetString("label3", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to URL of SVN:. - /// - internal static string label4 { - get { - return ResourceManager.GetString("label4", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to e.g. http://www.miranda-vi.org/report/mataes. - /// - internal static string label6 { - get { - return ResourceManager.GetString("label6", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Langpack not Founded.... - /// - internal static string LangNotFound { - get { - return ResourceManager.GetString("LangNotFound", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to not assigned. - /// - internal static string LangPathLbl { - get { - return ResourceManager.GetString("LangPathLbl", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Language:. - /// - internal static string LanguageLbl { - get { - return ResourceManager.GetString("LanguageLbl", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Generating LinkList.... - /// - internal static string LinkListGen { - get { - return ResourceManager.GetString("LinkListGen", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Create File. - /// - internal static string LinkListGenBtn { - get { - return ResourceManager.GetString("LinkListGenBtn", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Manual. - /// - internal static string ManualModeBtn { - get { - return ResourceManager.GetString("ManualModeBtn", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Can not open file.. - /// - internal static string NotOpen { - get { - return ResourceManager.GetString("NotOpen", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Not Translated lines founded.... - /// - internal static string NotTransFound { - get { - return ResourceManager.GetString("NotTransFound", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Find Not Translated. - /// - internal static string NotTranslFindBtn { - get { - return ResourceManager.GetString("NotTranslFindBtn", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Not translated lines not found!. - /// - internal static string NotTransNotFound { - get { - return ResourceManager.GetString("NotTransNotFound", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Can not write file.. - /// - internal static string NotWrite { - get { - return ResourceManager.GetString("NotWrite", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Add your own file to Langpack. - /// - internal static string OwnFileCheckBox { - get { - return ResourceManager.GetString("OwnFileCheckBox", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Writing files from Plugins folder.... - /// - internal static string PlugLink { - get { - return ResourceManager.GetString("PlugLink", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Subfolder Plugins not found.... - /// - internal static string PlugLinkNotFound { - get { - return ResourceManager.GetString("PlugLinkNotFound", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Writing files from Root folder.... - /// - internal static string RootLink { - get { - return ResourceManager.GetString("RootLink", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Select. - /// - internal static string SelectOwnFileBtn { - get { - return ResourceManager.GetString("SelectOwnFileBtn", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Generator. - /// - internal static string tabPage1 { - get { - return ResourceManager.GetString("tabPage1", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to LinkListGen. - /// - internal static string tabPage2 { - get { - return ResourceManager.GetString("tabPage2", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Dupes Search. - /// - internal static string tabPage3 { - get { - return ResourceManager.GetString("tabPage3", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Command line arguments list. - /// - internal static string tipper { - get { - return ResourceManager.GetString("tipper", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Arguments. - /// - internal static string VarHead { - get { - return ResourceManager.GetString("VarHead", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to \q - silent generate - ///\n - Langpack file name - ///\o - Path for adding own File - ///\u - link to VI from miranda-vi.org or full local path - ///\l - Output Langpack path - /// - ///Example, LangpackSuite.exe \q \nLang_Test \o"My Strings.txt" \uD:\Miranda\VersionInfo.txt. - /// - internal static string VarText { - get { - return ResourceManager.GetString("VarText", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to File =VERSION=.txt not found.... - /// - internal static string VersionNotFound { - get { - return ResourceManager.GetString("VersionNotFound", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to File VersionInfo.txt founded, making shot langpack.... - /// - internal static string VIGen { - get { - return ResourceManager.GetString("VIGen", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Writing files from Weather folder.... - /// - internal static string WeatherLink { - get { - return ResourceManager.GetString("WeatherLink", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Subfolder Weather not found.... - /// - internal static string WeatherLinkNotFound { - get { - return ResourceManager.GetString("WeatherLinkNotFound", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to VersionInfo.txt not found, making full langpack.... - /// - internal static string WOVIGen { - get { - return ResourceManager.GetString("WOVIGen", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Selected wrong directory.... - /// - internal static string WrongSelect { - get { - return ResourceManager.GetString("WrongSelect", resourceCulture); - } - } - } -} diff --git a/tools/Langpack Suite/myRes.be-BY.resx b/tools/Langpack Suite/myRes.be-BY.resx index d206a1b090..1e74e9b3b3 100644 --- a/tools/Langpack Suite/myRes.be-BY.resx +++ b/tools/Langpack Suite/myRes.be-BY.resx @@ -306,7 +306,11 @@ \o - шлях да файла для ўключэння ў пакет \u - спасылка на VI з miranda-vi.org ці поўны лакальны шлях \l - шлях выходнага файла пакета +\p - даступны моўнай пакет -Прыклад, LangpackSuite.exe \q \nLang_Test \o"My Strings.txt" \uD:\Miranda\VersionInfo.txt +Прыклад, LangpackSuite.exe \q \nLang_Test \o"My Strings.txt" \uD:\Miranda\VersionInfo.txt \prussian + + + Даступныя пакеты: \ No newline at end of file diff --git a/tools/Langpack Suite/myRes.resx b/tools/Langpack Suite/myRes.resx index 9ac8e9e429..7e7d2ffffe 100644 --- a/tools/Langpack Suite/myRes.resx +++ b/tools/Langpack Suite/myRes.resx @@ -304,7 +304,11 @@ from the version info file, if available). \o - Path for adding own File \u - link to VI from miranda-vi.org or full local path \l - Output Langpack path +\p - Avaliable Langpack folder name -Example, LangpackSuite.exe \q \nLang_Test \o"My Strings.txt" \uD:\Miranda\VersionInfo.txt +Example, LangpackSuite.exe \q \nLang_Test \o"My Strings.txt" \uD:\Miranda\VersionInfo.txt \prussian + + + Available Langpacks: \ No newline at end of file diff --git a/tools/Langpack Suite/myRes.ru-RU.resx b/tools/Langpack Suite/myRes.ru-RU.resx index ffe8763b5b..aec3ab47ab 100644 --- a/tools/Langpack Suite/myRes.ru-RU.resx +++ b/tools/Langpack Suite/myRes.ru-RU.resx @@ -306,7 +306,11 @@ \o - путь к файлу для включения в ленгпак \u - ссылка на ВИ с miranda-vi.org или полный локальный путь \l - путь выходного файла ленгпака +\p - доступный языковой пакет -Пример, LangpackSuite.exe \q \nLang_Test \o"My Strings.txt" \uD:\Miranda\VersionInfo.txt +Пример, LangpackSuite.exe \q \nLang_Test \o"My Strings.txt" \uD:\Miranda\VersionInfo.txt \prussian + + + Доступные пакеты: \ No newline at end of file diff --git a/tools/Langpack Suite/myRes.uk-UA.resx b/tools/Langpack Suite/myRes.uk-UA.resx index 6be9f10a21..ed623d4fd7 100644 --- a/tools/Langpack Suite/myRes.uk-UA.resx +++ b/tools/Langpack Suite/myRes.uk-UA.resx @@ -306,7 +306,11 @@ \o - шлях до файлу для включення у ленгпак \u - Посилання на ВІ с miranda-vi.org або повний локальний шлях \l - шлях вихідного файлу ленгпаку +\p - доступний мовний пакет -Приклад, LangpackSuite.exe \q \nLang_Test \o"My Strings.txt" \uD:\Miranda\VersionInfo.txt +Приклад, LangpackSuite.exe \q \nLang_Test \o"My Strings.txt" \uD:\Miranda\VersionInfo.txt \prussian + + + Доступні пакети: \ No newline at end of file -- cgit v1.2.3