diff --git a/GUI/AboutDialog.Designer.cs b/GUI/AboutDialog.Designer.cs
index 423e7515da..19feed553d 100644
--- a/GUI/AboutDialog.Designer.cs
+++ b/GUI/AboutDialog.Designer.cs
@@ -32,111 +32,164 @@ protected override void Dispose(bool disposing)
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new SingleAssemblyComponentResourceManager(typeof(AboutDialog));
- this.label1 = new System.Windows.Forms.Label();
- this.linkLabel1 = new System.Windows.Forms.LinkLabel();
- this.linkLabel2 = new System.Windows.Forms.LinkLabel();
- this.linkLabel3 = new System.Windows.Forms.LinkLabel();
- this.linkLabel4 = new System.Windows.Forms.LinkLabel();
- this.label2 = new System.Windows.Forms.Label();
- this.linkLabel5 = new System.Windows.Forms.LinkLabel();
+ this.projectNameLabel = new System.Windows.Forms.Label();
+ this.versionLabel = new System.Windows.Forms.Label();
+ this.licenseLabel = new System.Windows.Forms.Label();
+ this.licenseLinkLabel = new System.Windows.Forms.LinkLabel();
+ this.authorsLabel = new System.Windows.Forms.Label();
+ this.authorsLinkLabel = new System.Windows.Forms.LinkLabel();
+ this.sourceLabel = new System.Windows.Forms.Label();
+ this.sourceLinkLabel = new System.Windows.Forms.LinkLabel();
+ this.homepageLabel = new System.Windows.Forms.Label();
+ this.homepageLinkLabel = new System.Windows.Forms.LinkLabel();
+ this.forumthreadLabel = new System.Windows.Forms.Label();
+ this.forumthreadLinkLabel = new System.Windows.Forms.LinkLabel();
this.SuspendLayout();
- //
- // label1
- //
- this.label1.Anchor = System.Windows.Forms.AnchorStyles.Top;
- this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.label1.Location = new System.Drawing.Point(12, 9);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(317, 20);
- this.label1.TabIndex = 0;
- this.label1.TextAlign = System.Drawing.ContentAlignment.TopCenter;
- resources.ApplyResources(this.label1, "label1");
- //
- // linkLabel1
- //
- this.linkLabel1.AutoSize = true;
- this.linkLabel1.LinkArea = new System.Windows.Forms.LinkArea(0, 8);
- this.linkLabel1.Location = new System.Drawing.Point(140, 29);
- this.linkLabel1.Name = "linkLabel1";
- this.linkLabel1.Size = new System.Drawing.Size(43, 17);
- this.linkLabel1.TabIndex = 1;
- this.linkLabel1.TabStop = true;
- this.linkLabel1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
- this.linkLabel1.UseCompatibleTextRendering = true;
- this.linkLabel1.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel1_LinkClicked);
- resources.ApplyResources(this.linkLabel1, "linkLabel1");
- //
- // linkLabel2
- //
- this.linkLabel2.AutoSize = true;
- this.linkLabel2.LinkArea = new System.Windows.Forms.LinkArea(0, 7);
- this.linkLabel2.Location = new System.Drawing.Point(141, 56);
- this.linkLabel2.Name = "linkLabel2";
- this.linkLabel2.Size = new System.Drawing.Size(43, 13);
- this.linkLabel2.TabIndex = 2;
- this.linkLabel2.TabStop = true;
- this.linkLabel2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
- this.linkLabel2.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel2_LinkClicked);
- resources.ApplyResources(this.linkLabel2, "linkLabel2");
- //
- // linkLabel3
- //
- this.linkLabel3.AutoSize = true;
- this.linkLabel3.LinkArea = new System.Windows.Forms.LinkArea(0, 6);
- this.linkLabel3.Location = new System.Drawing.Point(52, 84);
- this.linkLabel3.Name = "linkLabel3";
- this.linkLabel3.Size = new System.Drawing.Size(41, 13);
- this.linkLabel3.TabIndex = 3;
- this.linkLabel3.TabStop = true;
- this.linkLabel3.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel3_LinkClicked);
- resources.ApplyResources(this.linkLabel3, "linkLabel3");
- //
- // linkLabel4
- //
- this.linkLabel4.AutoSize = true;
- this.linkLabel4.LinkArea = new System.Windows.Forms.LinkArea(0, 12);
- this.linkLabel4.Location = new System.Drawing.Point(213, 84);
- this.linkLabel4.Name = "linkLabel4";
- this.linkLabel4.Size = new System.Drawing.Size(73, 13);
- this.linkLabel4.TabIndex = 4;
- this.linkLabel4.TabStop = true;
- this.linkLabel4.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel4_LinkClicked);
- resources.ApplyResources(this.linkLabel4, "linkLabel4");
- //
- // label2
- //
- this.label2.Location = new System.Drawing.Point(79, 106);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(184, 18);
- this.label2.TabIndex = 5;
- this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
- resources.ApplyResources(this.label2, "label2");
- //
- // linkLabel5
- //
- this.linkLabel5.LinkArea = new System.Windows.Forms.LinkArea(0, 15);
- this.linkLabel5.Location = new System.Drawing.Point(125, 84);
- this.linkLabel5.Name = "linkLabel5";
- this.linkLabel5.Size = new System.Drawing.Size(71, 13);
- this.linkLabel5.TabIndex = 6;
- this.linkLabel5.TabStop = true;
- this.linkLabel5.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
- this.linkLabel5.UseCompatibleTextRendering = true;
- this.linkLabel5.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel5_LinkClicked);
- resources.ApplyResources(this.linkLabel5, "linkLabel5");
- //
+ //
+ // projectNameLabel
+ //
+ this.projectNameLabel.Location = new System.Drawing.Point(6, 5);
+ this.projectNameLabel.Anchor = System.Windows.Forms.AnchorStyles.Top;
+ this.projectNameLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+ this.projectNameLabel.Name = "projectNameLabel";
+ this.projectNameLabel.Size = new System.Drawing.Size(380, 13);
+ this.projectNameLabel.TabIndex = 0;
+ this.projectNameLabel.TextAlign = System.Drawing.ContentAlignment.TopLeft;
+ resources.ApplyResources(this.projectNameLabel, "projectNameLabel");
+ //
+ // versionLabel
+ //
+ this.versionLabel.Location = new System.Drawing.Point(6, 25);
+ this.versionLabel.Name = "versionLabel";
+ this.versionLabel.Size = new System.Drawing.Size(100, 13);
+ this.versionLabel.TabIndex = 6;
+ this.versionLabel.TextAlign = System.Drawing.ContentAlignment.TopLeft;
+ resources.ApplyResources(this.versionLabel, "versionLabel");
+ //
+ // licenseLabel
+ //
+ this.licenseLabel.Location = new System.Drawing.Point(6, 55);
+ this.licenseLabel.Name = "licenseLabel";
+ this.licenseLabel.Size = new System.Drawing.Size(100, 13);
+ this.licenseLabel.TabIndex = 6;
+ this.licenseLabel.TextAlign = System.Drawing.ContentAlignment.TopLeft;
+ resources.ApplyResources(this.licenseLabel, "licenseLabel");
+ //
+ // licenseLinkLabel
+ //
+ this.licenseLinkLabel.Location = new System.Drawing.Point(110, 55);
+ this.licenseLinkLabel.Name = "licenseLinkLabel";
+ this.licenseLinkLabel.Text = "https://github.com/KSP-CKAN/CKAN/blob/master/LICENSE.md";
+ this.licenseLinkLabel.LinkArea = new System.Windows.Forms.LinkArea(0, 56);
+ this.licenseLinkLabel.Size = new System.Drawing.Size(380, 13);
+ this.licenseLinkLabel.TabIndex = 1;
+ this.licenseLinkLabel.TabStop = true;
+ this.licenseLinkLabel.TextAlign = System.Drawing.ContentAlignment.TopLeft;
+ this.licenseLinkLabel.UseCompatibleTextRendering = true;
+ this.licenseLinkLabel.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel_LinkClicked);
+ //
+ // authorsLabel
+ //
+ this.authorsLabel.Location = new System.Drawing.Point(6, 75);
+ this.authorsLabel.Name = "authorsLabel";
+ this.authorsLabel.Size = new System.Drawing.Size(100, 13);
+ this.authorsLabel.TabIndex = 6;
+ this.authorsLabel.TextAlign = System.Drawing.ContentAlignment.TopLeft;
+ resources.ApplyResources(this.authorsLabel, "authorsLabel");
+ //
+ // authorsLinkLabel
+ //
+ this.authorsLinkLabel.Location = new System.Drawing.Point(110, 75);
+ this.authorsLinkLabel.Name = "authorsLinkLabel";
+ this.authorsLinkLabel.Text = "https://github.com/KSP-CKAN/CKAN/graphs/contributors";
+ this.authorsLinkLabel.LinkArea = new System.Windows.Forms.LinkArea(0, 52);
+ this.authorsLinkLabel.Size = new System.Drawing.Size(380, 13);
+ this.authorsLinkLabel.TabIndex = 2;
+ this.authorsLinkLabel.TabStop = true;
+ this.authorsLinkLabel.TextAlign = System.Drawing.ContentAlignment.TopLeft;
+ this.authorsLinkLabel.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel_LinkClicked);
+ //
+ // sourceLabel
+ //
+ this.sourceLabel.Location = new System.Drawing.Point(6, 95);
+ this.sourceLabel.Name = "sourceLabel";
+ this.sourceLabel.Size = new System.Drawing.Size(100, 13);
+ this.sourceLabel.TabIndex = 6;
+ this.sourceLabel.TextAlign = System.Drawing.ContentAlignment.TopLeft;
+ resources.ApplyResources(this.sourceLabel, "sourceLabel");
+ //
+ // sourceLinkLabel
+ //
+ this.sourceLinkLabel.Location = new System.Drawing.Point(110, 95);
+ this.sourceLinkLabel.Name = "sourceLinkLabel";
+ this.sourceLinkLabel.Text = "https://github.com/KSP-CKAN/CKAN/";
+ this.sourceLinkLabel.LinkArea = new System.Windows.Forms.LinkArea(0, 33);
+ this.sourceLinkLabel.Size = new System.Drawing.Size(380, 13);
+ this.sourceLinkLabel.TabIndex = 3;
+ this.sourceLinkLabel.TabStop = true;
+ this.sourceLinkLabel.TextAlign = System.Drawing.ContentAlignment.TopLeft;
+ this.sourceLinkLabel.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel_LinkClicked);
+ //
+ // forumthreadLabel
+ //
+ this.forumthreadLabel.Location = new System.Drawing.Point(6, 115);
+ this.forumthreadLabel.Name = "forumthreadLinkLabel";
+ this.forumthreadLabel.Size = new System.Drawing.Size(100, 13);
+ this.forumthreadLabel.TabIndex = 6;
+ this.forumthreadLabel.TextAlign = System.Drawing.ContentAlignment.TopLeft;
+ resources.ApplyResources(this.forumthreadLabel, "forumthreadLabel");
+ //
+ // forumthreadLinkLabel
+ //
+ this.forumthreadLinkLabel.Location = new System.Drawing.Point(110, 115);
+ this.forumthreadLinkLabel.Name = "forumthreadLinkLabel";
+ this.forumthreadLinkLabel.Text = "http://forum.kerbalspaceprogram.com/index.php?/topic/154922-ckan";
+ this.forumthreadLinkLabel.LinkArea = new System.Windows.Forms.LinkArea(0, 64);
+ this.forumthreadLinkLabel.Size = new System.Drawing.Size(380, 13);
+ this.forumthreadLinkLabel.TabIndex = 4;
+ this.forumthreadLinkLabel.TabStop = true;
+ this.forumthreadLinkLabel.TextAlign = System.Drawing.ContentAlignment.TopLeft;
+ this.forumthreadLinkLabel.UseCompatibleTextRendering = true;
+ this.forumthreadLinkLabel.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel_LinkClicked);
+ //
+ // homepageLabel
+ //
+ this.homepageLabel.Location = new System.Drawing.Point(6, 135);
+ this.homepageLabel.Name = "homepageLinkLabel";
+ this.homepageLabel.Size = new System.Drawing.Size(100, 13);
+ this.homepageLabel.TabIndex = 6;
+ this.homepageLabel.TextAlign = System.Drawing.ContentAlignment.TopLeft;
+ resources.ApplyResources(this.homepageLabel, "homepageLabel");
+ //
+ // homepageLinkLabel
+ //
+ this.homepageLinkLabel.Location = new System.Drawing.Point(110, 135);
+ this.homepageLinkLabel.Name = "homepageLinkLabel";
+ this.homepageLinkLabel.Text = "http://ksp-ckan.space";
+ this.homepageLinkLabel.LinkArea = new System.Windows.Forms.LinkArea(0, 21);
+ this.homepageLinkLabel.Size = new System.Drawing.Size(380, 13);
+ this.homepageLinkLabel.TabIndex = 5;
+ this.homepageLinkLabel.TabStop = true;
+ this.homepageLinkLabel.TextAlign = System.Drawing.ContentAlignment.TopLeft;
+ this.homepageLinkLabel.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel_LinkClicked);
+ //
// AboutDialog
- //
+ //
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(341, 133);
- this.Controls.Add(this.linkLabel5);
- this.Controls.Add(this.label2);
- this.Controls.Add(this.linkLabel4);
- this.Controls.Add(this.linkLabel3);
- this.Controls.Add(this.linkLabel2);
- this.Controls.Add(this.linkLabel1);
- this.Controls.Add(this.label1);
+ this.ClientSize = new System.Drawing.Size(500, 155);
+ this.Controls.Add(this.projectNameLabel);
+ this.Controls.Add(this.versionLabel);
+ this.Controls.Add(this.licenseLabel);
+ this.Controls.Add(this.licenseLinkLabel);
+ this.Controls.Add(this.authorsLabel);
+ this.Controls.Add(this.authorsLinkLabel);
+ this.Controls.Add(this.sourceLabel);
+ this.Controls.Add(this.sourceLinkLabel);
+ this.Controls.Add(this.forumthreadLabel);
+ this.Controls.Add(this.forumthreadLinkLabel);
+ this.Controls.Add(this.homepageLabel);
+ this.Controls.Add(this.homepageLinkLabel);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
this.Icon = Properties.Resources.AppIcon;
this.MaximizeBox = false;
@@ -150,13 +203,18 @@ private void InitializeComponent()
#endregion
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.LinkLabel linkLabel1;
- private System.Windows.Forms.LinkLabel linkLabel2;
- private System.Windows.Forms.LinkLabel linkLabel3;
- private System.Windows.Forms.LinkLabel linkLabel4;
- private System.Windows.Forms.Label label2;
- private LinkLabel linkLabel5;
+ private System.Windows.Forms.Label projectNameLabel;
+ private System.Windows.Forms.Label versionLabel;
+ private System.Windows.Forms.Label licenseLabel;
+ private System.Windows.Forms.LinkLabel licenseLinkLabel;
+ private System.Windows.Forms.Label authorsLabel;
+ private System.Windows.Forms.LinkLabel authorsLinkLabel;
+ private System.Windows.Forms.Label sourceLabel;
+ private System.Windows.Forms.LinkLabel sourceLinkLabel;
+ private System.Windows.Forms.Label homepageLabel;
+ private System.Windows.Forms.LinkLabel homepageLinkLabel;
+ private System.Windows.Forms.Label forumthreadLabel;
+ private System.Windows.Forms.LinkLabel forumthreadLinkLabel;
}
}
diff --git a/GUI/AboutDialog.cs b/GUI/AboutDialog.cs
index 05a239c3c2..9e74d64d94 100644
--- a/GUI/AboutDialog.cs
+++ b/GUI/AboutDialog.cs
@@ -9,32 +9,13 @@ public AboutDialog()
InitializeComponent();
ApplyFormCompatibilityFixes();
StartPosition = FormStartPosition.CenterScreen;
- label2.Text = string.Format(Properties.Resources.AboutDialogLabel2Text, Meta.GetVersion());
+ versionLabel.Text = string.Format(Properties.Resources.AboutDialogLabel2Text, Meta.GetVersion());
}
- private void linkLabel1_LinkClicked(object sender, LinkLabelLinkClickedEventArgs e)
+ private void linkLabel_LinkClicked(object sender, LinkLabelLinkClickedEventArgs e)
{
- Util.HandleLinkClicked("https://github.com/KSP-CKAN/CKAN/blob/master/LICENSE.md", e);
- }
-
- private void linkLabel2_LinkClicked(object sender, LinkLabelLinkClickedEventArgs e)
- {
- Util.HandleLinkClicked("https://github.com/KSP-CKAN/CKAN/graphs/contributors", e);
- }
-
- private void linkLabel3_LinkClicked(object sender, LinkLabelLinkClickedEventArgs e)
- {
- Util.HandleLinkClicked("https://github.com/KSP-CKAN/CKAN/", e);
- }
-
- private void linkLabel4_LinkClicked(object sender, LinkLabelLinkClickedEventArgs e)
- {
- Util.HandleLinkClicked("http://forum.kerbalspaceprogram.com/index.php?/topic/154922-ckan", e);
- }
-
- private void linkLabel5_LinkClicked(object sender, LinkLabelLinkClickedEventArgs e)
- {
- Util.HandleLinkClicked("http://ksp-ckan.space", e);
+ string url = (sender as LinkLabel).Text;
+ Util.HandleLinkClicked(url, e);
}
}
}
diff --git a/GUI/AboutDialog.resx b/GUI/AboutDialog.resx
index 0bf4b43fb0..1af6325f08 100644
--- a/GUI/AboutDialog.resx
+++ b/GUI/AboutDialog.resx
@@ -1,17 +1,17 @@
-
@@ -118,12 +118,12 @@
System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
- CKAN - The Comprehensive Kerbal Archive Network
- License
- Authors
- Source
- Forum Thread
- Version
- Homepage
+ Version
+ CKAN - The Comprehensive Kerbal Archive Network
+ License
+ Authors
+ Source
+ Forum Thread
+ Homepage
About
diff --git a/GUI/AskUserForAutoUpdatesDialog.Designer.cs b/GUI/AskUserForAutoUpdatesDialog.Designer.cs
index 357008c0af..cb570dc20e 100644
--- a/GUI/AskUserForAutoUpdatesDialog.Designer.cs
+++ b/GUI/AskUserForAutoUpdatesDialog.Designer.cs
@@ -33,18 +33,18 @@ private void InitializeComponent()
this.YesButton = new System.Windows.Forms.Button();
this.button1 = new System.Windows.Forms.Button();
this.SuspendLayout();
- //
+ //
// label1
- //
+ //
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(12, 9);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(511, 13);
this.label1.TabIndex = 0;
resources.ApplyResources(this.label1, "label1");
- //
+ //
// YesButton
- //
+ //
this.YesButton.DialogResult = System.Windows.Forms.DialogResult.OK;
this.YesButton.Location = new System.Drawing.Point(401, 44);
this.YesButton.Name = "YesButton";
@@ -52,9 +52,9 @@ private void InitializeComponent()
this.YesButton.TabIndex = 1;
this.YesButton.UseVisualStyleBackColor = true;
resources.ApplyResources(this.YesButton, "YesButton");
- //
+ //
// button1
- //
+ //
this.button1.DialogResult = System.Windows.Forms.DialogResult.No;
this.button1.Location = new System.Drawing.Point(323, 44);
this.button1.Name = "button1";
@@ -62,9 +62,9 @@ private void InitializeComponent()
this.button1.TabIndex = 2;
this.button1.UseVisualStyleBackColor = true;
resources.ApplyResources(this.button1, "button1");
- //
+ //
// AskUserForAutoUpdatesDialog
- //
+ //
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(562, 79);
diff --git a/GUI/AskUserForAutoUpdatesDialog.resx b/GUI/AskUserForAutoUpdatesDialog.resx
index 113e333d72..41e05c7049 100644
--- a/GUI/AskUserForAutoUpdatesDialog.resx
+++ b/GUI/AskUserForAutoUpdatesDialog.resx
@@ -1,17 +1,17 @@
-
diff --git a/GUI/CKAN-GUI.csproj b/GUI/CKAN-GUI.csproj
index 4a1d195d6e..8ba368dd1f 100644
--- a/GUI/CKAN-GUI.csproj
+++ b/GUI/CKAN-GUI.csproj
@@ -99,9 +99,6 @@
ManageKspInstances.cs
-
- ManageKspInstances.cs
-
Form
@@ -263,73 +260,129 @@
+
+ ..\..\AboutDialog.cs
+
AboutDialog.cs
AskUserForAutoUpdatesDialog.cs
+
+ ..\..\AskUserForAutoUpdatesDialog.cs
+
CloneFakeKspDialog.cs
+
+ ..\..\CloneFakeKspDialog.cs
+
CompatibleKspVersionsDialog.cs
+
+ ..\..\CompatibleKspVersionsDialog.cs
+
ErrorDialog.cs
+
+ ..\..\ErrorDialog.cs
+
HintTextBox.cs
KSPCommandLineOptionsDialog.cs
+
+ ..\..\KSPCommandLineOptionsDialog.cs
+
Main.cs
Designer
+
+ ..\..\Main.cs
+
MainAllModVersions.cs
+
+ ..\..\MainAllModVersions.cs
+
MainModInfo.cs
+
+ ..\..\MainModInfo.cs
+
+
+ ManageKspInstances.cs
+
+
+ ..\..\ManageKspInstances.cs
+
NewRepoDialog.cs
+
+ ..\..\NewRepoDialog.cs
+
NewUpdateDialog.cs
+
+ ..\..\NewUpdateDialog.cs
+
PluginsDialog.cs
+
+ ..\..\PluginsDialog.cs
+
+ Designer
ResXFileCodeGenerator
Resources.Designer.cs
+
+
Designer
+ ResXFileCodeGenerator
+ Resources.Designer.cs
- ResXFileCodeGenerator
- Resources.Designer.cs
- Designer
+ Designer
+ ResXFileCodeGenerator
+ Resources.Designer.cs
RenameInstanceDialog.cs
+
+ ..\..\RenameInstanceDialog.cs
+
+
+ SelectionDialog.cs
+
+
+ ..\..\SelectionDialog.cs
+
SettingsDialog.cs
-
- SettingsDialog.cs
+
+ ..\..\SettingsDialog.cs
-
- YesNoDialog.cs
+
+ ..\..\SettingsDialog.cs
-
+
YesNoDialog.cs
-
- SelectionDialog.cs
+
+ ..\..\YesNoDialog.cs
diff --git a/GUI/CompatibleKspVersionsDialog.Designer.cs b/GUI/CompatibleKspVersionsDialog.Designer.cs
index 3a93362060..4fd29bed5b 100644
--- a/GUI/CompatibleKspVersionsDialog.Designer.cs
+++ b/GUI/CompatibleKspVersionsDialog.Designer.cs
@@ -46,48 +46,47 @@ private void InitializeComponent()
this.GameLocationLabel = new System.Windows.Forms.Label();
this.CancelChooseCompatibleVersionsButton = new System.Windows.Forms.Button();
this.SuspendLayout();
- //
+ //
// label1
- //
- this.label1.AutoSize = true;
- this.label1.Location = new System.Drawing.Point(11, 54);
+ //
+ this.label1.Location = new System.Drawing.Point(11, 45);
this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(306, 13);
+ this.label1.Size = new System.Drawing.Size(422, 32);
+ this.label1.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
this.label1.TabIndex = 0;
resources.ApplyResources(this.label1, "label1");
- //
+ //
// label2
- //
- this.label2.AutoSize = true;
+ //
this.label2.Location = new System.Drawing.Point(11, 32);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(75, 13);
this.label2.TabIndex = 1;
resources.ApplyResources(this.label2, "label2");
- //
+ //
// label3
- //
+ //
this.label3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.label3.ForeColor = System.Drawing.Color.Red;
- this.label3.Location = new System.Drawing.Point(9, 296);
+ this.label3.Location = new System.Drawing.Point(9, 315);
this.label3.Name = "label3";
- this.label3.Size = new System.Drawing.Size(401, 32);
+ this.label3.Size = new System.Drawing.Size(422, 32);
this.label3.TabIndex = 2;
resources.ApplyResources(this.label3, "label3");
- //
+ //
// gameVersionLabel
- //
+ //
this.GameVersionLabel.AutoSize = true;
- this.GameVersionLabel.Location = new System.Drawing.Point(86, 32);
+ this.GameVersionLabel.Location = new System.Drawing.Point(100, 32);
this.GameVersionLabel.Name = "gameVersionLabel";
this.GameVersionLabel.Size = new System.Drawing.Size(53, 13);
this.GameVersionLabel.TabIndex = 3;
resources.ApplyResources(this.GameVersionLabel, "GameVersionLabel");
- //
+ //
// selectedVersionsCheckedListBox
- //
- this.SelectedVersionsCheckedListBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
- | System.Windows.Forms.AnchorStyles.Left)
+ //
+ this.SelectedVersionsCheckedListBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
+ | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.SelectedVersionsCheckedListBox.CheckOnClick = true;
this.SelectedVersionsCheckedListBox.FormattingEnabled = true;
@@ -95,20 +94,20 @@ private void InitializeComponent()
this.SelectedVersionsCheckedListBox.Name = "selectedVersionsCheckedListBox";
this.SelectedVersionsCheckedListBox.Size = new System.Drawing.Size(406, 124);
this.SelectedVersionsCheckedListBox.TabIndex = 4;
- //
+ //
// clearSelectionButton
- //
+ //
this.ClearSelectionButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.ClearSelectionButton.Location = new System.Drawing.Point(12, 211);
this.ClearSelectionButton.Name = "clearSelectionButton";
- this.ClearSelectionButton.Size = new System.Drawing.Size(92, 23);
+ this.ClearSelectionButton.Size = new System.Drawing.Size(95, 23);
this.ClearSelectionButton.TabIndex = 5;
this.ClearSelectionButton.UseVisualStyleBackColor = true;
this.ClearSelectionButton.Click += new System.EventHandler(this.ClearSelectionButton_Click);
resources.ApplyResources(this.ClearSelectionButton, "ClearSelectionButton");
- //
+ //
// addVersionToListButton
- //
+ //
this.AddVersionToListButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.AddVersionToListButton.Location = new System.Drawing.Point(343, 209);
this.AddVersionToListButton.Name = "addVersionToListButton";
@@ -117,92 +116,92 @@ private void InitializeComponent()
this.AddVersionToListButton.UseVisualStyleBackColor = true;
this.AddVersionToListButton.Click += new System.EventHandler(this.AddVersionToListButton_Click);
resources.ApplyResources(this.AddVersionToListButton, "AddVersionToListButton");
- //
+ //
// label5
- //
+ //
this.label5.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.label5.AutoSize = true;
- this.label5.Location = new System.Drawing.Point(106, 216);
+ this.label5.Location = new System.Drawing.Point(107, 216);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(93, 13);
this.label5.TabIndex = 7;
resources.ApplyResources(this.label5, "label5");
- //
+ //
// addVersionToListTextBox
- //
+ //
this.AddVersionToListTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
- this.AddVersionToListTextBox.Location = new System.Drawing.Point(206, 211);
+ this.AddVersionToListTextBox.Location = new System.Drawing.Point(211, 211);
this.AddVersionToListTextBox.Name = "addVersionToListTextBox";
- this.AddVersionToListTextBox.Size = new System.Drawing.Size(131, 20);
+ this.AddVersionToListTextBox.Size = new System.Drawing.Size(131, 15);
this.AddVersionToListTextBox.TabIndex = 8;
- //
+ //
// label6
- //
+ //
this.label6.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.label6.Location = new System.Drawing.Point(9, 240);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(422, 32);
this.label6.TabIndex = 9;
resources.ApplyResources(this.label6, "label6");
- //
+ //
// label7
- //
+ //
this.label7.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
- this.label7.AutoSize = true;
this.label7.Location = new System.Drawing.Point(9, 273);
this.label7.Name = "label7";
- this.label7.Size = new System.Drawing.Size(382, 13);
+ this.label7.Size = new System.Drawing.Size(422, 32);
+ this.label7.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.label7.TabIndex = 10;
resources.ApplyResources(this.label7, "label7");
- //
+ //
// saveButton
- //
+ //
this.SaveButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
- this.SaveButton.Location = new System.Drawing.Point(362, 331);
+ this.SaveButton.Location = new System.Drawing.Point(362, 350);
this.SaveButton.Name = "saveButton";
this.SaveButton.Size = new System.Drawing.Size(75, 23);
this.SaveButton.TabIndex = 11;
this.SaveButton.UseVisualStyleBackColor = true;
this.SaveButton.Click += new System.EventHandler(this.SaveButton_Click);
resources.ApplyResources(this.SaveButton, "SaveButton");
- //
+ //
// label8
- //
+ //
this.label8.AutoSize = true;
this.label8.Location = new System.Drawing.Point(12, 11);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(60, 13);
this.label8.TabIndex = 12;
resources.ApplyResources(this.label8, "label8");
- //
+ //
// gameLocationLabel
- //
+ //
this.GameLocationLabel.AutoSize = true;
- this.GameLocationLabel.Location = new System.Drawing.Point(69, 11);
+ this.GameLocationLabel.Location = new System.Drawing.Point(95, 11);
this.GameLocationLabel.Name = "gameLocationLabel";
this.GameLocationLabel.Size = new System.Drawing.Size(56, 13);
this.GameLocationLabel.TabIndex = 13;
resources.ApplyResources(this.GameLocationLabel, "GameLocationLabel");
- //
+ //
// cancelButton
- //
+ //
this.CancelChooseCompatibleVersionsButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.CancelChooseCompatibleVersionsButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
- this.CancelChooseCompatibleVersionsButton.Location = new System.Drawing.Point(281, 331);
+ this.CancelChooseCompatibleVersionsButton.Location = new System.Drawing.Point(281, 350);
this.CancelChooseCompatibleVersionsButton.Name = "cancelButton";
this.CancelChooseCompatibleVersionsButton.Size = new System.Drawing.Size(75, 23);
this.CancelChooseCompatibleVersionsButton.TabIndex = 14;
this.CancelChooseCompatibleVersionsButton.UseVisualStyleBackColor = true;
this.CancelChooseCompatibleVersionsButton.Click += new System.EventHandler(this.CancelButton_Click);
resources.ApplyResources(this.CancelChooseCompatibleVersionsButton, "CancelChooseCompatibleVersionsButton");
- //
+ //
// CompatibleKspVersionsDialog
- //
+ //
this.AcceptButton = this.SaveButton;
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.CancelButton = this.CancelChooseCompatibleVersionsButton;
- this.ClientSize = new System.Drawing.Size(443, 364);
+ this.ClientSize = new System.Drawing.Size(443, 383);
this.Controls.Add(this.CancelChooseCompatibleVersionsButton);
this.Controls.Add(this.GameLocationLabel);
this.Controls.Add(this.label8);
diff --git a/GUI/CompatibleKspVersionsDialog.resx b/GUI/CompatibleKspVersionsDialog.resx
index 17399f3082..04aff61ecb 100644
--- a/GUI/CompatibleKspVersionsDialog.resx
+++ b/GUI/CompatibleKspVersionsDialog.resx
@@ -1,17 +1,17 @@
-
@@ -124,8 +124,8 @@
Clear selection
Add
Add version to list:
- Note: if you add version like "1.2" you will force all mods compatible with 1.2.xx (1.2.0, 1.2.1, etc) to be compatible with this KSP installation
- If KSP is updated this dialog will be shown again so you can adjust your settings
+ Note: if you add version like "1.2" you will force all mods compatible with 1.2.xx (1.2.0, 1.2.1, etc) to be compatible with this KSP installation.
+ If KSP is updated this dialog will be shown again so you can adjust your settings.
Accept
Installation:
<location>
diff --git a/GUI/ErrorDialog.Designer.cs b/GUI/ErrorDialog.Designer.cs
index b9a2d44a32..1efbd068fd 100644
--- a/GUI/ErrorDialog.Designer.cs
+++ b/GUI/ErrorDialog.Designer.cs
@@ -35,17 +35,17 @@ private void InitializeComponent()
this.DismissButton = new System.Windows.Forms.Button();
this.panel1.SuspendLayout();
this.SuspendLayout();
- //
+ //
// panel1
- //
+ //
this.panel1.Controls.Add(this.ErrorMessage);
this.panel1.Location = new System.Drawing.Point(13, 13);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(267, 117);
this.panel1.TabIndex = 0;
- //
+ //
// ErrorMessage
- //
+ //
this.ErrorMessage.ForeColor = System.Drawing.SystemColors.ControlText;
this.ErrorMessage.Dock = System.Windows.Forms.DockStyle.Fill;
this.ErrorMessage.Location = new System.Drawing.Point(0, 0);
@@ -54,9 +54,9 @@ private void InitializeComponent()
this.ErrorMessage.TabIndex = 0;
this.ErrorMessage.ReadOnly = true;
resources.ApplyResources(this.ErrorMessage, "ErrorMessage");
- //
+ //
// DismissButton
- //
+ //
this.DismissButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.DismissButton.Location = new System.Drawing.Point(205, 136);
this.DismissButton.Name = "DismissButton";
@@ -65,9 +65,9 @@ private void InitializeComponent()
this.DismissButton.UseVisualStyleBackColor = true;
this.DismissButton.Click += new System.EventHandler(this.DismissButton_Click);
resources.ApplyResources(this.DismissButton, "DismissButton");
- //
+ //
// ErrorDialog
- //
+ //
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(292, 174);
@@ -77,7 +77,6 @@ private void InitializeComponent()
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
this.Icon = Properties.Resources.AppIcon;
this.Name = "ErrorDialog";
- this.Text = "Error!";
resources.ApplyResources(this, "$this");
this.panel1.ResumeLayout(false);
this.ResumeLayout(false);
diff --git a/GUI/ErrorDialog.resx b/GUI/ErrorDialog.resx
index 8d0f43aa44..3bb1f1a19b 100644
--- a/GUI/ErrorDialog.resx
+++ b/GUI/ErrorDialog.resx
@@ -1,17 +1,17 @@
-
diff --git a/GUI/GUIMod.cs b/GUI/GUIMod.cs
index 9a852a9d4b..733479b882 100644
--- a/GUI/GUIMod.cs
+++ b/GUI/GUIMod.cs
@@ -340,7 +340,7 @@ public void SetReplaceChecked(DataGridViewRow row, DataGridViewColumn col, bool?
replace_cell.Value = value;
}
}
-
+
public void SetAutoInstallChecked(DataGridViewRow row, DataGridViewColumn col, bool? set_value_to = null)
{
var auto_cell = row.Cells[col.Index] as DataGridViewCheckBoxCell;
diff --git a/GUI/KSPCommandLineOptionsDialog.Designer.cs b/GUI/KSPCommandLineOptionsDialog.Designer.cs
index 7f00b43305..2f0367f35f 100644
--- a/GUI/KSPCommandLineOptionsDialog.Designer.cs
+++ b/GUI/KSPCommandLineOptionsDialog.Designer.cs
@@ -35,25 +35,25 @@ private void InitializeComponent()
this.AcceptChangesButton = new System.Windows.Forms.Button();
this.CancelChangesButton = new System.Windows.Forms.Button();
this.SuspendLayout();
- //
+ //
// AdditionalArguments
- //
+ //
this.AdditionalArguments.Location = new System.Drawing.Point(15, 25);
this.AdditionalArguments.Name = "AdditionalArguments";
this.AdditionalArguments.Size = new System.Drawing.Size(457, 20);
this.AdditionalArguments.TabIndex = 1;
- //
+ //
// label1
- //
+ //
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(12, 9);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(60, 13);
this.label1.TabIndex = 2;
resources.ApplyResources(this.label1, "label1");
- //
+ //
// AcceptChangesButton
- //
+ //
this.AcceptChangesButton.DialogResult = System.Windows.Forms.DialogResult.OK;
this.AcceptChangesButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.AcceptChangesButton.Location = new System.Drawing.Point(397, 51);
@@ -62,9 +62,9 @@ private void InitializeComponent()
this.AcceptChangesButton.TabIndex = 3;
this.AcceptChangesButton.UseVisualStyleBackColor = true;
resources.ApplyResources(this.AcceptChangesButton, "AcceptChangesButton");
- //
+ //
// CancelChangesButton
- //
+ //
this.CancelChangesButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.CancelChangesButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.CancelChangesButton.Location = new System.Drawing.Point(316, 51);
@@ -73,9 +73,9 @@ private void InitializeComponent()
this.CancelChangesButton.TabIndex = 4;
this.CancelChangesButton.UseVisualStyleBackColor = true;
resources.ApplyResources(this.CancelChangesButton, "CancelChangesButton");
- //
+ //
// KSPCommandLineOptionsDialog
- //
+ //
this.AcceptButton = this.AcceptChangesButton;
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
diff --git a/GUI/KSPCommandLineOptionsDialog.resx b/GUI/KSPCommandLineOptionsDialog.resx
index 09af67167f..be3b3f8895 100644
--- a/GUI/KSPCommandLineOptionsDialog.resx
+++ b/GUI/KSPCommandLineOptionsDialog.resx
@@ -1,17 +1,17 @@
-
diff --git a/GUI/Localization/de-DE/AboutDialog.de-DE.resx b/GUI/Localization/de-DE/AboutDialog.de-DE.resx
new file mode 100644
index 0000000000..5f6626696f
--- /dev/null
+++ b/GUI/Localization/de-DE/AboutDialog.de-DE.resx
@@ -0,0 +1,125 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ text/microsoft-resx
+
+
+ 2.0
+
+
+ System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ Lizenz
+ Autoren
+ Quellcode
+ Forum-Thread
+ Über
+
diff --git a/GUI/Localization/de-DE/AskUserForAutoUpdatesDialog.de-DE.resx b/GUI/Localization/de-DE/AskUserForAutoUpdatesDialog.de-DE.resx
new file mode 100644
index 0000000000..1dbf21d178
--- /dev/null
+++ b/GUI/Localization/de-DE/AskUserForAutoUpdatesDialog.de-DE.resx
@@ -0,0 +1,133 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ text/microsoft-resx
+
+
+ 2.0
+
+
+ System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ Möchtest du, dass CKAN beim Start automatisch nach Updates sucht?
+(Kann jederzeit in den Einstellungen geändert werden)
+
+
+ Ja, suche nach Updates
+
+
+ Nein
+
+
+ Automatische Updatesuche
+
+
diff --git a/GUI/Localization/de-DE/CloneFakeKspDialog.de-DE.resx b/GUI/Localization/de-DE/CloneFakeKspDialog.de-DE.resx
new file mode 100644
index 0000000000..4814ddde17
--- /dev/null
+++ b/GUI/Localization/de-DE/CloneFakeKspDialog.de-DE.resx
@@ -0,0 +1,137 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ text/microsoft-resx
+
+
+ 2.0
+
+
+ System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 17, 17
+
+ Vorhandene KSP-Instanz klonen
+ Zu klonende Instanz:
+ Pfad zur zu klonenden Instanz:
+ Suchen
+ Neue Instanz fälschen:
+ DLC-Version (Leer für Keinen):
+ Name der neuen Instanz:
+ Pfad für die neue Instanz:
+ Suchen
+ Als Standardinstanz festlegen
+ Zur neuen Instanz wechseln
+ Erstellen
+ Abbrechen
+ Neue KSP-Instanz
+
diff --git a/GUI/Localization/de-DE/CompatibleKspVersionsDialog.de-DE.resx b/GUI/Localization/de-DE/CompatibleKspVersionsDialog.de-DE.resx
new file mode 100644
index 0000000000..5283c60b1b
--- /dev/null
+++ b/GUI/Localization/de-DE/CompatibleKspVersionsDialog.de-DE.resx
@@ -0,0 +1,132 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ text/microsoft-resx
+
+
+ 2.0
+
+
+ System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ Erlaube außerdem die Installation von Mods, die mit folgenden KSP-Versionen kompatibel sind:
+ Spielversion:
+ Achtung! Ob Mods tatsächlich mit den ausgewählten Versionen kompatibel sind, ist nicht überprüfbar! Sei vorsichtig.
+ Auswahl löschen
+ Hinzufügen
+ Version hinzufügen:
+ Beachte: Wenn du Versionen wie "1.2" hinzufügst, werden alle Versionen im Bereich 1.2.xx (also 1.2.0, 1.2.1, etc.) als kompatibel markiert.
+ Nach jedem Update von KSP wird dir dieser Dialog wieder angezeigt, damit du deine Auswahl überprüfen kannst.
+ Annehmen
+ Installationspfad:
+ Abbrechen
+ Kompatible KSP-Versionen
+
diff --git a/GUI/Localization/de-DE/ErrorDialog.de-DE.resx b/GUI/Localization/de-DE/ErrorDialog.de-DE.resx
new file mode 100644
index 0000000000..e4a9ae2903
--- /dev/null
+++ b/GUI/Localization/de-DE/ErrorDialog.de-DE.resx
@@ -0,0 +1,124 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ text/microsoft-resx
+
+
+ 2.0
+
+
+ System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ Fehler!
+ OK
+ Fehler!
+
diff --git a/GUI/Localization/de-DE/KSPCommandLineOptionsDialog.de-DE.resx b/GUI/Localization/de-DE/KSPCommandLineOptionsDialog.de-DE.resx
new file mode 100644
index 0000000000..cd8379543e
--- /dev/null
+++ b/GUI/Localization/de-DE/KSPCommandLineOptionsDialog.de-DE.resx
@@ -0,0 +1,124 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ text/microsoft-resx
+
+
+ 2.0
+
+
+ System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ Argumente:
+ Abbrechen
+ KSP Befehlszeilenargumente
+
diff --git a/GUI/Localization/de-DE/Main.de-DE.resx b/GUI/Localization/de-DE/Main.de-DE.resx
new file mode 100644
index 0000000000..ef27b307dd
--- /dev/null
+++ b/GUI/Localization/de-DE/Main.de-DE.resx
@@ -0,0 +1,251 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ text/microsoft-resx
+
+
+ 2.0
+
+
+ System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 17, 17
+
+
+ 126, 17
+
+
+ 236, 17
+
+
+ True
+
+
+ True
+
+
+ True
+
+
+ True
+
+
+ True
+
+
+ True
+
+
+ True
+
+
+ 351, 17
+
+
+ 546, 17
+
+
+ 704, 17
+
+
+
+ 32
+
+
+ True
+
+ Datei
+ KSP-Instanzen verwalten
+ Spieleverzeichnis öffnen
+ Von .ckan installieren
+ Liste installierter Mods &exportieren
+ Heruntergeladene Mods &importieren
+ Empfehlungen installierter Mods
+ &Beenden
+ Einstellungen
+ CKAN Einstellungen
+ CKAN Plugins
+ KSP Befehlszeile
+ Kompatible KSP-Versionen
+ Hilfe
+ Fehler melden
+ Über
+ KSP starten
+ Aktualisieren
+ Verfügbare Updates auswählen
+ Annehmen
+ Filter (Kompatibel)
+ Kompatibel
+ Installiert
+ Aktualisierbar
+ Ersetzbar
+ Im Cache
+ Neu kompatibel
+ Nicht installiert
+ Inkompatibel
+ Alle
+ Zuvor ausgewählte Mod...
+ Danach ausgewählte mod...
+ Auto-installiert
+ Ersetzen
+ Autor
+ Installierte Version
+ Neueste Version
+ Max. KSP Version
+ Downloadgröße
+ Installationsdatum
+ Downloadanzahl
+ Kurzbeschreibung
+ Neu installieren
+ Inhalt herunterladen
+ Mods verwalten
+ Nach Autorenname filtern:
+ 570, 74
+ 170, 26
+ Nach Modname filtern:
+ 180, 74
+ 170, 26
+ Nach Beschreibung filtern:
+ 955, 74
+ 170, 26
+ Änderungen
+ Löschen
+ Annehmen
+ Änderung
+ Grund
+ Statuslog
+ Abbrechen
+ Erneut versuchen
+ Auf Fertigstellung warten
+ Wähle Empfehlungen und Vorschläge aus
+ Abbrechen
+ Fortsetzen
+ Alle Empfehlungen und Vorschläge ab-/auswählen
+ Die folgenden Module wurden von mindestens einer ausgewählten Mod empfohlen oder vorgeschlagen
+ Empfehlungen
+ Vorschläge
+ Empfohlen/vorgeschlagen von:
+ Kurzbeschreibung
+ Wähle Mods
+ Abbrechen
+ Fortfahren
+ Kurzbeschreibung der Mod
+ Mehrere Mods stellen das virtuelle Modul Foo zur Verfügung, wähle eine der folgenden Mods:
+ N verfügbare Updates
+ Aktualisieren
+ Anhalten
+ CKAN öffnen
+ KSP starten
+ KSP-Verzeichnis öffnen
+ CKAN Einstellungen
+ Beenden
+
diff --git a/GUI/Localization/de-DE/MainAllModVersions.de-DE.resx b/GUI/Localization/de-DE/MainAllModVersions.de-DE.resx
new file mode 100644
index 0000000000..88157a4e1e
--- /dev/null
+++ b/GUI/Localization/de-DE/MainAllModVersions.de-DE.resx
@@ -0,0 +1,129 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ text/microsoft-resx
+
+
+ 2.0
+
+
+ System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ Alle verfügbaren Versionen der ausgewählten Mod
+ Mod-Version
+ Kompatible KSP-Versionen
+ Grün
+ Hellgrün
+ Fett
+ - neueste kompatible Version (wird vermutlich installiert)
+ - kompatible Version
+ - momentan installierte Version
+
diff --git a/GUI/Localization/de-DE/MainModInfo.de-DE.resx b/GUI/Localization/de-DE/MainModInfo.de-DE.resx
new file mode 100644
index 0000000000..251b8f8f01
--- /dev/null
+++ b/GUI/Localization/de-DE/MainModInfo.de-DE.resx
@@ -0,0 +1,142 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ text/microsoft-resx
+
+
+ 2.0
+
+
+ System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ Metadaten
+ Modname
+ Kennung:
+ Ersetzt durch:
+ Max. KSP-Version:
+ Releasestatus:
+ Quellcode:
+ Homepage:
+ Autor:
+ Lizenz:
+ N/A
+ N/A
+ Beziehungen
+ Abhängigkeit
+ Empfehlung
+ Vorschlag
+ Unterstützt
+ Konflikt
+ Inhalt
+ Herunterladen
+ Diese Mod ist nicht im Cache, klicke 'Herunterladen' für eine Inhaltsvorschau
+ Versionen
+
diff --git a/GUI/Localization/de-DE/ManageKSPInstances.de-DE.resx b/GUI/Localization/de-DE/ManageKSPInstances.de-DE.resx
new file mode 100644
index 0000000000..74d91adbed
--- /dev/null
+++ b/GUI/Localization/de-DE/ManageKSPInstances.de-DE.resx
@@ -0,0 +1,134 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ text/microsoft-resx
+
+
+ 2.0
+
+
+ System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 17, 17
+
+
+ Name
+ Pfad
+ Wählen
+ Neue KSP-Instanz
+ Instanz hinzufügen
+ Instanz klonen oder fälschen
+ Umbenennen
+ Als Standardinstanz setzen
+ Vergessen
+ KSP-Instanzen verwalten
+
diff --git a/GUI/Localization/de-DE/NewRepoDialog.de-DE.resx b/GUI/Localization/de-DE/NewRepoDialog.de-DE.resx
new file mode 100644
index 0000000000..db30610261
--- /dev/null
+++ b/GUI/Localization/de-DE/NewRepoDialog.de-DE.resx
@@ -0,0 +1,125 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ text/microsoft-resx
+
+
+ 2.0
+
+
+ System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ Offizielle Repositories
+ Abbrechen
+ OK
+ Einstellungen
+
diff --git a/GUI/Localization/de-DE/NewUpdateDialog.de-DE.resx b/GUI/Localization/de-DE/NewUpdateDialog.de-DE.resx
new file mode 100644
index 0000000000..890085430a
--- /dev/null
+++ b/GUI/Localization/de-DE/NewUpdateDialog.de-DE.resx
@@ -0,0 +1,124 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ text/microsoft-resx
+
+
+ 2.0
+
+
+ System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ Installieren
+ Nicht jetzt
+ Aktualisierung für CKAN verfügbar!
+
diff --git a/GUI/Localization/de-DE/PluginsDialog.de-DE.resx b/GUI/Localization/de-DE/PluginsDialog.de-DE.resx
new file mode 100644
index 0000000000..21f72becfd
--- /dev/null
+++ b/GUI/Localization/de-DE/PluginsDialog.de-DE.resx
@@ -0,0 +1,128 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ text/microsoft-resx
+
+
+ 2.0
+
+
+ System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ Aktive Plugins
+ Inaktive Plugins
+ Deaktivieren
+ Neuladen
+ Aktivieren
+ Hinzufügen
+ Entfernen
+
diff --git a/GUI/Localization/de-DE/RenameInstanceDialog.de-DE.resx b/GUI/Localization/de-DE/RenameInstanceDialog.de-DE.resx
new file mode 100644
index 0000000000..3798cb20c7
--- /dev/null
+++ b/GUI/Localization/de-DE/RenameInstanceDialog.de-DE.resx
@@ -0,0 +1,123 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ text/microsoft-resx
+
+
+ 2.0
+
+
+ System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ OK
+ Abbrechen
+ KSP-Instanz umbenennen
+
diff --git a/GUI/Localization/de-DE/SelectionDialog.de-DE.resx b/GUI/Localization/de-DE/SelectionDialog.de-DE.resx
new file mode 100644
index 0000000000..7c4f9967d1
--- /dev/null
+++ b/GUI/Localization/de-DE/SelectionDialog.de-DE.resx
@@ -0,0 +1,125 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ text/microsoft-resx
+
+
+ 2.0
+
+
+ System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ Bitte wählen:
+ Auswählen
+ Standard
+ Abbrechen
+ CKAN Auswahldialog
+
diff --git a/GUI/Localization/de-DE/SettingsDialog.de-DE.resx b/GUI/Localization/de-DE/SettingsDialog.de-DE.resx
new file mode 100644
index 0000000000..89dba70cbf
--- /dev/null
+++ b/GUI/Localization/de-DE/SettingsDialog.de-DE.resx
@@ -0,0 +1,166 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ text/microsoft-resx
+
+
+ 2.0
+
+
+ System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 17, 17
+
+
+ 220, 17
+
+
+ 48
+
+
+ Repositories für Metadaten
+ Neu
+ Hoch
+ Runter
+ Entfernen
+ Authentifikationstoken
+ Neu
+ Entfernen
+ Download-Cache
+ N Dateien, M MB
+ Größenlimit:
+ MB (leer für unbegrenzt)
+ Ändern...
+ Leeren
+ Bis zum Limit leeren
+ Gesamten Cache leeren
+ Zurücksetzen
+ Öffnen
+ CKAN-Aktualisierungen
+ Lokale Version:
+ Neueste Version:
+ Beim Start nach Aktualisierungen suchen
+ Nach Updates suchen
+ Update installieren
+ Verhalten
+ Aktiviere Taskleistensymbol
+ In die Taskleiste minimieren
+ Update Modliste alle
+ Minuten
+ Autom. Aktualisierung aussetzen
+ Weitere Einstellungen
+ Beim Klick auf 'Verfügbare Updates auswählen' aktualisierbare Mods oben anzeigen
+ Modliste beim Start von CKAN aktualisieren
+ Epoch-Zahlen bei Modversionsnummern in der Modliste verstecken (Neustart benötigt!)
+ 'v' bei Modversionsnummern in der Modliste verstecken (Neustart benötigt!)
+ Einstellungen
+
diff --git a/GUI/YesNoDialog.de-DE.resx b/GUI/Localization/de-DE/YesNoDialog.de-DE.resx
similarity index 100%
rename from GUI/YesNoDialog.de-DE.resx
rename to GUI/Localization/de-DE/YesNoDialog.de-DE.resx
diff --git a/GUI/SettingsDialog.en-US.resx b/GUI/Localization/en-US/SettingsDialog.en-US.resx
similarity index 100%
rename from GUI/SettingsDialog.en-US.resx
rename to GUI/Localization/en-US/SettingsDialog.en-US.resx
diff --git a/GUI/Main.Designer.cs b/GUI/Main.Designer.cs
index a1aaa1ff2f..6752dd427b 100644
--- a/GUI/Main.Designer.cs
+++ b/GUI/Main.Designer.cs
@@ -162,9 +162,9 @@ private void InitializeComponent()
this.ChooseProvidedModsTabPage.SuspendLayout();
this.minimizedContextMenuStrip.SuspendLayout();
this.SuspendLayout();
- //
+ //
// menuStrip1
- //
+ //
this.menuStrip1.ImageScalingSize = new System.Drawing.Size(24, 24);
this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.fileToolStripMenuItem,
@@ -176,9 +176,9 @@ private void InitializeComponent()
this.menuStrip1.Size = new System.Drawing.Size(1544, 35);
this.menuStrip1.TabIndex = 0;
this.menuStrip1.Text = "menuStrip1";
- //
+ //
// fileToolStripMenuItem
- //
+ //
this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.manageKspInstancesMenuItem,
this.openKspDirectoryToolStripMenuItem,
@@ -194,42 +194,42 @@ private void InitializeComponent()
this.fileToolStripMenuItem.Name = "fileToolStripMenuItem";
this.fileToolStripMenuItem.Size = new System.Drawing.Size(50, 29);
resources.ApplyResources(this.fileToolStripMenuItem, "fileToolStripMenuItem");
- //
+ //
// manageKspInstancesMenuItem
- //
+ //
this.manageKspInstancesMenuItem.Name = "manageKspInstancesMenuItem";
this.manageKspInstancesMenuItem.Size = new System.Drawing.Size(281, 30);
this.manageKspInstancesMenuItem.Click += new System.EventHandler(this.manageKspInstancesMenuItem_Click);
resources.ApplyResources(this.manageKspInstancesMenuItem, "manageKspInstancesMenuItem");
- //
+ //
// openKspDirectoryToolStripMenuItem
- //
+ //
this.openKspDirectoryToolStripMenuItem.Name = "openKspDirectoryToolStripMenuItem";
this.openKspDirectoryToolStripMenuItem.Size = new System.Drawing.Size(281, 30);
this.openKspDirectoryToolStripMenuItem.Click += new System.EventHandler(this.openKspDirectoryToolStripMenuItem_Click);
resources.ApplyResources(this.openKspDirectoryToolStripMenuItem, "openKspDirectoryToolStripMenuItem");
//
// toolStripSeparator1
- //
+ //
this.toolStripSeparator1.Name = "toolStripSeparator1";
this.toolStripSeparator1.Size = new System.Drawing.Size(278, 6);
- //
+ //
// installFromckanToolStripMenuItem
- //
+ //
this.installFromckanToolStripMenuItem.Name = "installFromckanToolStripMenuItem";
this.installFromckanToolStripMenuItem.Size = new System.Drawing.Size(281, 30);
this.installFromckanToolStripMenuItem.Click += new System.EventHandler(this.installFromckanToolStripMenuItem_Click);
resources.ApplyResources(this.installFromckanToolStripMenuItem, "installFromckanToolStripMenuItem");
- //
+ //
// exportModListToolStripMenuItem
- //
+ //
this.exportModListToolStripMenuItem.Name = "exportModListToolStripMenuItem";
this.exportModListToolStripMenuItem.Size = new System.Drawing.Size(281, 30);
this.exportModListToolStripMenuItem.Click += new System.EventHandler(this.exportModListToolStripMenuItem_Click);
resources.ApplyResources(this.exportModListToolStripMenuItem, "exportModListToolStripMenuItem");
//
// toolStripSeparator2
- //
+ //
this.toolStripSeparator2.Name = "toolStripSeparator2";
this.toolStripSeparator2.Size = new System.Drawing.Size(278, 6);
//
@@ -241,7 +241,7 @@ private void InitializeComponent()
resources.ApplyResources(this.importDownloadsToolStripMenuItem, "importDownloadsToolStripMenuItem");
//
// toolStripSeparator3
- //
+ //
this.toolStripSeparator3.Name = "toolStripSeparator3";
this.toolStripSeparator3.Size = new System.Drawing.Size(278, 6);
//
@@ -250,7 +250,7 @@ private void InitializeComponent()
this.toolStripSeparator7.Name = "toolStripSeparator7";
this.toolStripSeparator7.Size = new System.Drawing.Size(278, 6);
//
- // importDownloadsToolStripMenuItem
+ // auditRecommendationsMenuItem
//
this.auditRecommendationsMenuItem.Name = "auditRecommendationsMenuItem";
this.auditRecommendationsMenuItem.Size = new System.Drawing.Size(281, 30);
@@ -258,15 +258,15 @@ private void InitializeComponent()
resources.ApplyResources(this.auditRecommendationsMenuItem, "auditRecommendationsMenuItem");
//
// ExitToolButton
- //
+ //
this.ExitToolButton.Name = "ExitToolButton";
this.ExitToolButton.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Q)));
this.ExitToolButton.Size = new System.Drawing.Size(281, 30);
this.ExitToolButton.Click += new System.EventHandler(this.ExitToolButton_Click);
resources.ApplyResources(this.ExitToolButton, "ExitToolButton");
- //
+ //
// settingsToolStripMenuItem
- //
+ //
this.settingsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.cKANSettingsToolStripMenuItem,
this.pluginsToolStripMenuItem,
@@ -275,53 +275,53 @@ private void InitializeComponent()
this.settingsToolStripMenuItem.Name = "settingsToolStripMenuItem";
this.settingsToolStripMenuItem.Size = new System.Drawing.Size(88, 29);
resources.ApplyResources(this.settingsToolStripMenuItem, "settingsToolStripMenuItem");
- //
+ //
// cKANSettingsToolStripMenuItem
- //
+ //
this.cKANSettingsToolStripMenuItem.Name = "cKANSettingsToolStripMenuItem";
this.cKANSettingsToolStripMenuItem.Size = new System.Drawing.Size(247, 30);
this.cKANSettingsToolStripMenuItem.Click += new System.EventHandler(this.CKANSettingsToolStripMenuItem_Click);
resources.ApplyResources(this.cKANSettingsToolStripMenuItem, "cKANSettingsToolStripMenuItem");
- //
+ //
// pluginsToolStripMenuItem
- //
+ //
this.pluginsToolStripMenuItem.Name = "pluginsToolStripMenuItem";
this.pluginsToolStripMenuItem.Size = new System.Drawing.Size(247, 30);
this.pluginsToolStripMenuItem.Click += new System.EventHandler(this.pluginsToolStripMenuItem_Click);
resources.ApplyResources(this.pluginsToolStripMenuItem, "pluginsToolStripMenuItem");
- //
+ //
// kSPCommandlineToolStripMenuItem
- //
+ //
this.kSPCommandlineToolStripMenuItem.Name = "kSPCommandlineToolStripMenuItem";
this.kSPCommandlineToolStripMenuItem.Size = new System.Drawing.Size(247, 30);
this.kSPCommandlineToolStripMenuItem.Click += new System.EventHandler(this.KSPCommandlineToolStripMenuItem_Click);
resources.ApplyResources(this.kSPCommandlineToolStripMenuItem, "kSPCommandlineToolStripMenuItem");
- //
+ //
// compatibleKSPVersionsToolStripMenuItem
- //
+ //
this.compatibleKSPVersionsToolStripMenuItem.Name = "compatibleKSPVersionsToolStripMenuItem";
this.compatibleKSPVersionsToolStripMenuItem.Size = new System.Drawing.Size(233, 24);
this.compatibleKSPVersionsToolStripMenuItem.Click += new System.EventHandler(this.CompatibleKspVersionsToolStripMenuItem_Click);
resources.ApplyResources(this.compatibleKSPVersionsToolStripMenuItem, "compatibleKSPVersionsToolStripMenuItem");
- //
+ //
// helpToolStripMenuItem
- //
+ //
this.helpToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.reportAnIssueToolStripMenuItem,
this.aboutToolStripMenuItem});
this.helpToolStripMenuItem.Name = "helpToolStripMenuItem";
this.helpToolStripMenuItem.Size = new System.Drawing.Size(61, 29);
resources.ApplyResources(this.helpToolStripMenuItem, "helpToolStripMenuItem");
- //
+ //
// reportAnIssueToolStripMenuItem
- //
+ //
this.reportAnIssueToolStripMenuItem.Name = "reportAnIssueToolStripMenuItem";
this.reportAnIssueToolStripMenuItem.Size = new System.Drawing.Size(230, 30);
this.reportAnIssueToolStripMenuItem.Click += new System.EventHandler(this.reportAnIssueToolStripMenuItem_Click);
resources.ApplyResources(this.reportAnIssueToolStripMenuItem, "reportAnIssueToolStripMenuItem");
- //
+ //
// aboutToolStripMenuItem
- //
+ //
this.aboutToolStripMenuItem.Name = "aboutToolStripMenuItem";
this.aboutToolStripMenuItem.Size = new System.Drawing.Size(230, 30);
this.aboutToolStripMenuItem.Click += new System.EventHandler(this.aboutToolStripMenuItem_Click);
@@ -340,8 +340,8 @@ private void InitializeComponent()
});
//
// menuStrip2
- //
- this.menuStrip2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
+ //
+ this.menuStrip2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.menuStrip2.AutoSize = false;
this.menuStrip2.Dock = System.Windows.Forms.DockStyle.None;
@@ -360,45 +360,45 @@ private void InitializeComponent()
this.menuStrip2.Size = new System.Drawing.Size(5876, 62);
this.menuStrip2.TabIndex = 2;
this.menuStrip2.Text = "menuStrip2";
- //
+ //
// launchKSPToolStripMenuItem
- //
+ //
this.launchKSPToolStripMenuItem.Image = global::CKAN.Properties.Resources.ksp;
this.launchKSPToolStripMenuItem.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
this.launchKSPToolStripMenuItem.Name = "launchKSPToolStripMenuItem";
this.launchKSPToolStripMenuItem.Size = new System.Drawing.Size(146, 56);
this.launchKSPToolStripMenuItem.Click += new System.EventHandler(this.launchKSPToolStripMenuItem_Click);
resources.ApplyResources(this.launchKSPToolStripMenuItem, "launchKSPToolStripMenuItem");
- //
+ //
// RefreshToolButton
- //
+ //
this.RefreshToolButton.Image = global::CKAN.Properties.Resources.refresh;
this.RefreshToolButton.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
this.RefreshToolButton.Name = "RefreshToolButton";
this.RefreshToolButton.Size = new System.Drawing.Size(114, 56);
this.RefreshToolButton.Click += new System.EventHandler(this.RefreshToolButton_Click);
resources.ApplyResources(this.RefreshToolButton, "RefreshToolButton");
- //
+ //
// UpdateAllToolButton
- //
+ //
this.UpdateAllToolButton.Image = global::CKAN.Properties.Resources.update;
this.UpdateAllToolButton.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
this.UpdateAllToolButton.Name = "UpdateAllToolButton";
this.UpdateAllToolButton.Size = new System.Drawing.Size(232, 56);
this.UpdateAllToolButton.Click += new System.EventHandler(this.MarkAllUpdatesToolButton_Click);
resources.ApplyResources(this.UpdateAllToolButton, "UpdateAllToolButton");
- //
+ //
// ApplyToolButton
- //
+ //
this.ApplyToolButton.Image = global::CKAN.Properties.Resources.apply;
this.ApplyToolButton.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
this.ApplyToolButton.Name = "ApplyToolButton";
this.ApplyToolButton.Size = new System.Drawing.Size(173, 56);
this.ApplyToolButton.Click += new System.EventHandler(this.ApplyToolButton_Click);
resources.ApplyResources(this.ApplyToolButton, "ApplyToolButton");
- //
+ //
// FilterToolButton
- //
+ //
this.FilterToolButton.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.FilterCompatibleButton,
this.FilterInstalledButton,
@@ -414,23 +414,23 @@ private void InitializeComponent()
this.FilterToolButton.Name = "FilterToolButton";
this.FilterToolButton.Size = new System.Drawing.Size(201, 56);
resources.ApplyResources(this.FilterToolButton, "FilterToolButton");
- //
+ //
// FilterCompatibleButton
- //
+ //
this.FilterCompatibleButton.Name = "FilterCompatibleButton";
this.FilterCompatibleButton.Size = new System.Drawing.Size(307, 30);
this.FilterCompatibleButton.Click += new System.EventHandler(this.FilterCompatibleButton_Click);
resources.ApplyResources(this.FilterCompatibleButton, "FilterCompatibleButton");
- //
+ //
// FilterInstalledButton
- //
+ //
this.FilterInstalledButton.Name = "FilterInstalledButton";
this.FilterInstalledButton.Size = new System.Drawing.Size(307, 30);
this.FilterInstalledButton.Click += new System.EventHandler(this.FilterInstalledButton_Click);
resources.ApplyResources(this.FilterInstalledButton, "FilterInstalledButton");
- //
+ //
// FilterInstalledUpdateButton
- //
+ //
this.FilterInstalledUpdateButton.Name = "FilterInstalledUpdateButton";
this.FilterInstalledUpdateButton.Size = new System.Drawing.Size(307, 30);
this.FilterInstalledUpdateButton.Click += new System.EventHandler(this.FilterInstalledUpdateButton_Click);
@@ -444,62 +444,62 @@ private void InitializeComponent()
resources.ApplyResources(this.FilterReplaceableButton, "FilterReplaceableButton");
//
// cachedToolStripMenuItem
- //
+ //
this.cachedToolStripMenuItem.Name = "cachedToolStripMenuItem";
this.cachedToolStripMenuItem.Size = new System.Drawing.Size(307, 30);
this.cachedToolStripMenuItem.Click += new System.EventHandler(this.cachedToolStripMenuItem_Click);
resources.ApplyResources(this.cachedToolStripMenuItem, "cachedToolStripMenuItem");
- //
+ //
// FilterNewButton
- //
+ //
this.FilterNewButton.Name = "FilterNewButton";
this.FilterNewButton.Size = new System.Drawing.Size(307, 30);
this.FilterNewButton.Click += new System.EventHandler(this.FilterNewButton_Click);
resources.ApplyResources(this.FilterNewButton, "FilterNewButton");
- //
+ //
// FilterNotInstalledButton
- //
+ //
this.FilterNotInstalledButton.Name = "FilterNotInstalledButton";
this.FilterNotInstalledButton.Size = new System.Drawing.Size(307, 30);
this.FilterNotInstalledButton.Click += new System.EventHandler(this.FilterNotInstalledButton_Click);
resources.ApplyResources(this.FilterNotInstalledButton, "FilterNotInstalledButton");
- //
+ //
// FilterIncompatibleButton
- //
+ //
this.FilterIncompatibleButton.Name = "FilterIncompatibleButton";
this.FilterIncompatibleButton.Size = new System.Drawing.Size(307, 30);
this.FilterIncompatibleButton.Click += new System.EventHandler(this.FilterIncompatibleButton_Click);
resources.ApplyResources(this.FilterIncompatibleButton, "FilterIncompatibleButton");
- //
+ //
// FilterAllButton
- //
+ //
this.FilterAllButton.Name = "FilterAllButton";
this.FilterAllButton.Size = new System.Drawing.Size(307, 30);
this.FilterAllButton.Click += new System.EventHandler(this.FilterAllButton_Click);
resources.ApplyResources(this.FilterAllButton, "FilterAllButton");
- //
+ //
// NavBackwardToolButton
- //
+ //
this.NavBackwardToolButton.Image = global::CKAN.Properties.Resources.backward;
this.NavBackwardToolButton.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
this.NavBackwardToolButton.Name = "NavBackwardToolButton";
this.NavBackwardToolButton.Size = new System.Drawing.Size(44, 56);
this.NavBackwardToolButton.Click += new System.EventHandler(this.NavBackwardToolButton_Click);
resources.ApplyResources(this.NavBackwardToolButton, "NavBackwardToolButton");
- //
+ //
// NavForwardToolButton
- //
+ //
this.NavForwardToolButton.Image = global::CKAN.Properties.Resources.forward;
this.NavForwardToolButton.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
this.NavForwardToolButton.Name = "NavForwardToolButton";
this.NavForwardToolButton.Size = new System.Drawing.Size(44, 56);
this.NavForwardToolButton.Click += new System.EventHandler(this.NavForwardToolButton_Click);
resources.ApplyResources(this.NavForwardToolButton, "NavForwardToolButton");
- //
+ //
// splitContainer1
- //
- this.splitContainer1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
- | System.Windows.Forms.AnchorStyles.Left)
+ //
+ this.splitContainer1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
+ | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.splitContainer1.FixedPanel = System.Windows.Forms.FixedPanel.Panel2;
this.splitContainer1.Location = new System.Drawing.Point(0, 35);
@@ -513,16 +513,16 @@ private void InitializeComponent()
this.splitContainer1.Panel1MinSize = 200;
//
// splitContainer1.Panel2
- //
+ //
this.splitContainer1.Panel2.Controls.Add(this.ModInfoTabControl);
this.splitContainer1.Panel2MinSize = 300;
this.splitContainer1.Size = new System.Drawing.Size(1544, 981);
this.splitContainer1.SplitterDistance = 1156;
this.splitContainer1.SplitterWidth = 10;
this.splitContainer1.TabIndex = 7;
- //
+ //
// ModList
- //
+ //
this.ModList.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
@@ -564,7 +564,7 @@ private void InitializeComponent()
this.ModList.KeyDown += new System.Windows.Forms.KeyEventHandler(this.ModList_KeyDown);
this.ModList.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.ModList_KeyPress);
this.ModList.MouseDown += new System.Windows.Forms.MouseEventHandler(this.ModList_MouseDown);
- //
+ //
// Installed
//
this.Installed.Name = "Installed";
@@ -572,7 +572,7 @@ private void InitializeComponent()
this.Installed.DefaultCellStyle.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
this.Installed.Width = 50;
resources.ApplyResources(this.Installed, "Installed");
- //
+ //
// AutoInstalled
//
this.AutoInstalled.Name = "AutoInstalled";
@@ -580,9 +580,9 @@ private void InitializeComponent()
this.AutoInstalled.DefaultCellStyle.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
this.AutoInstalled.Width = 50;
resources.ApplyResources(this.AutoInstalled, "AutoInstalled");
- //
+ //
// UpdateCol
- //
+ //
this.UpdateCol.Name = "UpdateCol";
this.UpdateCol.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Programmatic;
this.UpdateCol.DefaultCellStyle.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
@@ -598,55 +598,55 @@ private void InitializeComponent()
resources.ApplyResources(this.ReplaceCol, "ReplaceCol");
//
// ModName
- //
+ //
this.ModName.Name = "ModName";
this.ModName.ReadOnly = true;
this.ModName.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Programmatic;
this.ModName.Width = 250;
resources.ApplyResources(this.ModName, "ModName");
- //
+ //
// Author
- //
+ //
this.Author.Name = "Author";
this.Author.ReadOnly = true;
this.Author.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Programmatic;
this.Author.Width = 120;
resources.ApplyResources(this.Author, "Author");
- //
+ //
// InstalledVersion
- //
+ //
this.InstalledVersion.Name = "InstalledVersion";
this.InstalledVersion.ReadOnly = true;
this.InstalledVersion.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Programmatic;
this.InstalledVersion.Width = 70;
resources.ApplyResources(this.InstalledVersion, "InstalledVersion");
- //
+ //
// LatestVersion
- //
+ //
this.LatestVersion.Name = "LatestVersion";
this.LatestVersion.ReadOnly = true;
this.LatestVersion.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Programmatic;
this.LatestVersion.Width = 70;
resources.ApplyResources(this.LatestVersion, "LatestVersion");
- //
+ //
// KSPCompatibility
- //
+ //
this.KSPCompatibility.Name = "KSPCompatibility";
this.KSPCompatibility.ReadOnly = true;
this.KSPCompatibility.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Programmatic;
this.KSPCompatibility.Width = 78;
resources.ApplyResources(this.KSPCompatibility, "KSPCompatibility");
- //
+ //
// SizeCol
- //
+ //
this.SizeCol.Name = "SizeCol";
this.SizeCol.ReadOnly = true;
this.SizeCol.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Programmatic;
this.SizeCol.DefaultCellStyle.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
resources.ApplyResources(this.SizeCol, "SizeCol");
- //
+ //
// InstallDate
- //
+ //
this.InstallDate.Name = "InstallDate";
this.InstallDate.ReadOnly = true;
this.InstallDate.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Programmatic;
@@ -654,7 +654,7 @@ private void InitializeComponent()
resources.ApplyResources(this.InstallDate, "InstallDate");
//
// DownloadCount
- //
+ //
this.DownloadCount.Name = "DownloadCount";
this.DownloadCount.ReadOnly = true;
this.DownloadCount.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Programmatic;
@@ -663,44 +663,44 @@ private void InitializeComponent()
resources.ApplyResources(this.DownloadCount, "DownloadCount");
//
// Description
- //
+ //
this.Description.Name = "Description";
this.Description.ReadOnly = true;
this.Description.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Programmatic;
this.Description.Width = 821;
resources.ApplyResources(this.Description, "Description");
- //
+ //
// ModListContextMenuStrip
- //
+ //
this.ModListContextMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.reinstallToolStripMenuItem,
this.downloadContentsToolStripMenuItem});
this.ModListContextMenuStrip.Name = "ModListContextMenuStrip";
this.ModListContextMenuStrip.Size = new System.Drawing.Size(180, 70);
- //
+ //
// reinstallToolStripMenuItem
- //
+ //
this.reinstallToolStripMenuItem.Name = "reinstallToolStripMenuItem";
this.reinstallToolStripMenuItem.Size = new System.Drawing.Size(179, 22);
this.reinstallToolStripMenuItem.Click += new System.EventHandler(this.reinstallToolStripMenuItem_Click);
resources.ApplyResources(this.reinstallToolStripMenuItem, "reinstallToolStripMenuItem");
- //
+ //
// downloadContentsToolStripMenuItem
- //
+ //
this.downloadContentsToolStripMenuItem.Name = "downloadContentsToolStripMenuItem";
this.downloadContentsToolStripMenuItem.Size = new System.Drawing.Size(179, 22);
this.downloadContentsToolStripMenuItem.Click += new System.EventHandler(this.downloadContentsToolStripMenuItem_Click);
resources.ApplyResources(this.downloadContentsToolStripMenuItem, "downloadContentsToolStripMenuItem");
- //
+ //
// ModListHeaderContextMenuStrip
- //
+ //
this.ModListHeaderContextMenuStrip.Name = "ModListHeaderContextMenuStrip";
this.ModListHeaderContextMenuStrip.AutoSize = true;
this.ModListHeaderContextMenuStrip.ShowCheckMargin = true;
this.ModListHeaderContextMenuStrip.ItemClicked += new System.Windows.Forms.ToolStripItemClickedEventHandler(ModListHeaderContextMenuStrip_ItemClicked);
- //
+ //
// ModInfoTabControl
- //
+ //
this.ModInfoTabControl.Dock = System.Windows.Forms.DockStyle.Fill;
this.ModInfoTabControl.Location = new System.Drawing.Point(0, 0);
this.ModInfoTabControl.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
@@ -728,7 +728,7 @@ private void InitializeComponent()
this.StatusProgress.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
//
// MainTabControl
- //
+ //
this.MainTabControl.Controls.Add(this.ManageModsTabPage);
this.MainTabControl.Controls.Add(this.ChangesetTabPage);
this.MainTabControl.Controls.Add(this.WaitTabPage);
@@ -744,7 +744,7 @@ private void InitializeComponent()
this.MainTabControl.SelectedIndexChanged += new System.EventHandler(this.MainTabControl_OnSelectedIndexChanged);
//
// ManageModsTabPage
- //
+ //
this.ManageModsTabPage.BackColor = System.Drawing.SystemColors.Control;
this.ManageModsTabPage.Controls.Add(this.InstallAllCheckbox);
this.ManageModsTabPage.Controls.Add(this.FilterByAuthorTextBox);
@@ -771,17 +771,16 @@ private void InitializeComponent()
this.InstallAllCheckbox.CheckedChanged += new System.EventHandler(this.InstallAllCheckbox_CheckChanged);
//
// FilterByAuthorTextBox
- //
+ //
this.FilterByAuthorTextBox.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.FilterByAuthorTextBox.Location = new System.Drawing.Point(543, 74);
this.FilterByAuthorTextBox.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.FilterByAuthorTextBox.Name = "FilterByAuthorTextBox";
- this.FilterByAuthorTextBox.Size = new System.Drawing.Size(185, 26);
this.FilterByAuthorTextBox.TabIndex = 13;
this.FilterByAuthorTextBox.TextChanged += new System.EventHandler(this.FilterByAuthorTextBox_TextChanged);
- //
+ resources.ApplyResources(this.FilterByAuthorTextBox, "FilterByAuthorTextBox");
+ //
// FilterByAuthorLabel
- //
+ //
this.FilterByAuthorLabel.AutoSize = true;
this.FilterByAuthorLabel.BackColor = System.Drawing.Color.Transparent;
this.FilterByAuthorLabel.Location = new System.Drawing.Point(372, 77);
@@ -790,9 +789,9 @@ private void InitializeComponent()
this.FilterByAuthorLabel.Size = new System.Drawing.Size(162, 20);
this.FilterByAuthorLabel.TabIndex = 12;
resources.ApplyResources(this.FilterByAuthorLabel, "FilterByAuthorLabel");
- //
+ //
// FilterByNameLabel
- //
+ //
this.FilterByNameLabel.AutoSize = true;
this.FilterByNameLabel.BackColor = System.Drawing.Color.Transparent;
this.FilterByNameLabel.Location = new System.Drawing.Point(6, 77);
@@ -801,19 +800,18 @@ private void InitializeComponent()
this.FilterByNameLabel.Size = new System.Drawing.Size(147, 20);
this.FilterByNameLabel.TabIndex = 10;
resources.ApplyResources(this.FilterByNameLabel, "FilterByNameLabel");
- //
+ //
// FilterByNameTextBox
- //
+ //
this.FilterByNameTextBox.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.FilterByNameTextBox.Location = new System.Drawing.Point(160, 74);
this.FilterByNameTextBox.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.FilterByNameTextBox.Name = "FilterByNameTextBox";
- this.FilterByNameTextBox.Size = new System.Drawing.Size(185, 26);
this.FilterByNameTextBox.TabIndex = 11;
this.FilterByNameTextBox.TextChanged += new System.EventHandler(this.FilterByNameTextBox_TextChanged);
- //
+ resources.ApplyResources(this.FilterByNameTextBox, "FilterByNameTextBox");
+ //
// FilterByDescriptionLabel
- //
+ //
this.FilterByDescriptionLabel.AutoSize = true;
this.FilterByDescriptionLabel.BackColor = System.Drawing.Color.Transparent;
this.FilterByDescriptionLabel.Location = new System.Drawing.Point(754, 77);
@@ -822,19 +820,18 @@ private void InitializeComponent()
this.FilterByDescriptionLabel.Size = new System.Drawing.Size(149, 20);
this.FilterByDescriptionLabel.TabIndex = 14;
resources.ApplyResources(this.FilterByDescriptionLabel, "FilterByDescriptionLabel");
- //
+ //
// FilterByDescriptionTextBox
- //
+ //
this.FilterByDescriptionTextBox.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.FilterByDescriptionTextBox.Location = new System.Drawing.Point(912, 74);
this.FilterByDescriptionTextBox.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.FilterByDescriptionTextBox.Name = "FilterByDescriptionTextBox";
- this.FilterByDescriptionTextBox.Size = new System.Drawing.Size(185, 26);
this.FilterByDescriptionTextBox.TabIndex = 15;
this.FilterByDescriptionTextBox.TextChanged += new System.EventHandler(this.FilterByDescriptionTextBox_TextChanged);
- //
+ resources.ApplyResources(this.FilterByDescriptionTextBox, "FilterByDescriptionTextBox");
+ //
// ChangesetTabPage
- //
+ //
this.ChangesetTabPage.Controls.Add(this.CancelChangesButton);
this.ChangesetTabPage.Controls.Add(this.ConfirmChangesButton);
this.ChangesetTabPage.Controls.Add(this.ChangesListView);
@@ -846,9 +843,9 @@ private void InitializeComponent()
this.ChangesetTabPage.TabIndex = 2;
this.ChangesetTabPage.UseVisualStyleBackColor = true;
resources.ApplyResources(this.ChangesetTabPage, "ChangesetTabPage");
- //
+ //
// CancelChangesButton
- //
+ //
this.CancelChangesButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.CancelChangesButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.CancelChangesButton.Location = new System.Drawing.Point(1288, 896);
@@ -859,9 +856,9 @@ private void InitializeComponent()
this.CancelChangesButton.UseVisualStyleBackColor = true;
this.CancelChangesButton.Click += new System.EventHandler(this.CancelChangesButton_Click);
resources.ApplyResources(this.CancelChangesButton, "CancelChangesButton");
- //
+ //
// ConfirmChangesButton
- //
+ //
this.ConfirmChangesButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.ConfirmChangesButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.ConfirmChangesButton.Location = new System.Drawing.Point(1410, 896);
@@ -872,11 +869,11 @@ private void InitializeComponent()
this.ConfirmChangesButton.UseVisualStyleBackColor = true;
this.ConfirmChangesButton.Click += new System.EventHandler(this.ConfirmChangesButton_Click);
resources.ApplyResources(this.ConfirmChangesButton, "ConfirmChangesButton");
- //
+ //
// ChangesListView
- //
- this.ChangesListView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
- | System.Windows.Forms.AnchorStyles.Left)
+ //
+ this.ChangesListView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
+ | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.ChangesListView.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.ChangesListView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
@@ -923,9 +920,9 @@ private void InitializeComponent()
this.WaitTabPage.Size = new System.Drawing.Size(1536, 948);
this.WaitTabPage.TabIndex = 1;
resources.ApplyResources(this.WaitTabPage, "WaitTabPage");
- //
+ //
// CancelCurrentActionButton
- //
+ //
this.CancelCurrentActionButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.CancelCurrentActionButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.CancelCurrentActionButton.Location = new System.Drawing.Point(1410, 898);
@@ -966,10 +963,10 @@ private void InitializeComponent()
this.LogTextBox.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
this.LogTextBox.Size = new System.Drawing.Size(1505, 799);
this.LogTextBox.TabIndex = 8;
- //
+ //
// DialogProgressBar
- //
- this.DialogProgressBar.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
+ //
+ this.DialogProgressBar.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.DialogProgressBar.Location = new System.Drawing.Point(14, 45);
this.DialogProgressBar.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
@@ -977,10 +974,10 @@ private void InitializeComponent()
this.DialogProgressBar.Size = new System.Drawing.Size(1506, 35);
this.DialogProgressBar.Style = System.Windows.Forms.ProgressBarStyle.Marquee;
this.DialogProgressBar.TabIndex = 7;
- //
+ //
// MessageTextBox
- //
- this.MessageTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
+ //
+ this.MessageTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.MessageTextBox.BackColor = System.Drawing.SystemColors.Control;
this.MessageTextBox.BorderStyle = System.Windows.Forms.BorderStyle.None;
@@ -994,9 +991,9 @@ private void InitializeComponent()
this.MessageTextBox.TabIndex = 6;
this.MessageTextBox.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
resources.ApplyResources(this.MessageTextBox, "MessageTextBox");
- //
+ //
// ChooseRecommendedModsTabPage
- //
+ //
this.ChooseRecommendedModsTabPage.Controls.Add(this.RecommendedModsCancelButton);
this.ChooseRecommendedModsTabPage.Controls.Add(this.RecommendedModsContinueButton);
this.ChooseRecommendedModsTabPage.Controls.Add(this.RecommendedModsToggleCheckbox);
@@ -1010,9 +1007,9 @@ private void InitializeComponent()
this.ChooseRecommendedModsTabPage.TabIndex = 3;
this.ChooseRecommendedModsTabPage.UseVisualStyleBackColor = true;
resources.ApplyResources(this.ChooseRecommendedModsTabPage, "ChooseRecommendedModsTabPage");
- //
+ //
// RecommendedModsCancelButton
- //
+ //
this.RecommendedModsCancelButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.RecommendedModsCancelButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.RecommendedModsCancelButton.Location = new System.Drawing.Point(1288, 896);
@@ -1023,9 +1020,9 @@ private void InitializeComponent()
this.RecommendedModsCancelButton.UseVisualStyleBackColor = true;
this.RecommendedModsCancelButton.Click += new System.EventHandler(this.RecommendedModsCancelButton_Click);
resources.ApplyResources(this.RecommendedModsCancelButton, "RecommendedModsCancelButton");
- //
+ //
// RecommendedModsContinueButton
- //
+ //
this.RecommendedModsContinueButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.RecommendedModsContinueButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.RecommendedModsContinueButton.Location = new System.Drawing.Point(1410, 896);
@@ -1036,9 +1033,9 @@ private void InitializeComponent()
this.RecommendedModsContinueButton.UseVisualStyleBackColor = true;
this.RecommendedModsContinueButton.Click += new System.EventHandler(this.RecommendedModsContinueButton_Click);
resources.ApplyResources(this.RecommendedModsContinueButton, "RecommendedModsContinueButton");
- //
+ //
// RecommendedModsToggleCheckbox
- //
+ //
this.RecommendedModsToggleCheckbox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.RecommendedModsToggleCheckbox.AutoSize = true;
this.RecommendedModsToggleCheckbox.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
@@ -1050,9 +1047,9 @@ private void InitializeComponent()
this.RecommendedModsToggleCheckbox.UseVisualStyleBackColor = true;
this.RecommendedModsToggleCheckbox.CheckedChanged += new System.EventHandler(this.RecommendedModsToggleCheckbox_CheckedChanged);
resources.ApplyResources(this.RecommendedModsToggleCheckbox, "RecommendedModsToggleCheckbox");
- //
+ //
// RecommendedDialogLabel
- //
+ //
this.RecommendedDialogLabel.AutoSize = true;
this.RecommendedDialogLabel.Location = new System.Drawing.Point(4, 20);
this.RecommendedDialogLabel.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
@@ -1060,11 +1057,11 @@ private void InitializeComponent()
this.RecommendedDialogLabel.Size = new System.Drawing.Size(627, 20);
this.RecommendedDialogLabel.TabIndex = 6;
resources.ApplyResources(this.RecommendedDialogLabel, "RecommendedDialogLabel");
- //
+ //
// RecommendedModsListView
- //
- this.RecommendedModsListView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
- | System.Windows.Forms.AnchorStyles.Left)
+ //
+ this.RecommendedModsListView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
+ | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.RecommendedModsListView.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.RecommendedModsListView.CheckBoxes = true;
@@ -1097,22 +1094,22 @@ private void InitializeComponent()
resources.ApplyResources(this.SuggestionsGroup, "SuggestionsGroup");
//
// columnHeader3
- //
+ //
this.columnHeader3.Width = 332;
resources.ApplyResources(this.columnHeader3, "columnHeader3");
- //
+ //
// columnHeader4
- //
+ //
this.columnHeader4.Width = 180;
resources.ApplyResources(this.columnHeader4, "columnHeader4");
- //
+ //
// columnHeader5
- //
+ //
this.columnHeader5.Width = 606;
resources.ApplyResources(this.columnHeader5, "columnHeader5");
- //
+ //
// ChooseProvidedModsTabPage
- //
+ //
this.ChooseProvidedModsTabPage.Controls.Add(this.ChooseProvidedModsCancelButton);
this.ChooseProvidedModsTabPage.Controls.Add(this.ChooseProvidedModsContinueButton);
this.ChooseProvidedModsTabPage.Controls.Add(this.ChooseProvidedModsListView);
@@ -1125,9 +1122,9 @@ private void InitializeComponent()
this.ChooseProvidedModsTabPage.TabIndex = 4;
this.ChooseProvidedModsTabPage.UseVisualStyleBackColor = true;
resources.ApplyResources(this.ChooseProvidedModsTabPage, "ChooseProvidedModsTabPage");
- //
+ //
// ChooseProvidedModsCancelButton
- //
+ //
this.ChooseProvidedModsCancelButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.ChooseProvidedModsCancelButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.ChooseProvidedModsCancelButton.Location = new System.Drawing.Point(1286, 895);
@@ -1138,9 +1135,9 @@ private void InitializeComponent()
this.ChooseProvidedModsCancelButton.UseVisualStyleBackColor = true;
this.ChooseProvidedModsCancelButton.Click += new System.EventHandler(this.ChooseProvidedModsCancelButton_Click);
resources.ApplyResources(this.ChooseProvidedModsCancelButton, "ChooseProvidedModsCancelButton");
- //
+ //
// ChooseProvidedModsContinueButton
- //
+ //
this.ChooseProvidedModsContinueButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.ChooseProvidedModsContinueButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.ChooseProvidedModsContinueButton.Location = new System.Drawing.Point(1407, 895);
@@ -1151,11 +1148,11 @@ private void InitializeComponent()
this.ChooseProvidedModsContinueButton.UseVisualStyleBackColor = true;
this.ChooseProvidedModsContinueButton.Click += new System.EventHandler(this.ChooseProvidedModsContinueButton_Click);
resources.ApplyResources(this.ChooseProvidedModsContinueButton, "ChooseProvidedModsContinueButton");
- //
+ //
// ChooseProvidedModsListView
- //
- this.ChooseProvidedModsListView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
- | System.Windows.Forms.AnchorStyles.Left)
+ //
+ this.ChooseProvidedModsListView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
+ | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.ChooseProvidedModsListView.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.ChooseProvidedModsListView.CheckBoxes = true;
@@ -1175,17 +1172,17 @@ private void InitializeComponent()
this.ChooseProvidedModsListView.SelectedIndexChanged += new System.EventHandler(ChooseProvidedModsListView_SelectedIndexChanged);
//
// columnHeader6
- //
+ //
this.columnHeader6.Width = 332;
resources.ApplyResources(this.columnHeader6, "columnHeader6");
- //
+ //
// columnHeader8
- //
+ //
this.columnHeader8.Width = 606;
resources.ApplyResources(this.columnHeader8, "columnHeader8");
- //
+ //
// ChooseProvidedModsLabel
- //
+ //
this.ChooseProvidedModsLabel.AutoSize = true;
this.ChooseProvidedModsLabel.Location = new System.Drawing.Point(9, 18);
this.ChooseProvidedModsLabel.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
@@ -1193,17 +1190,17 @@ private void InitializeComponent()
this.ChooseProvidedModsLabel.Size = new System.Drawing.Size(568, 20);
this.ChooseProvidedModsLabel.TabIndex = 7;
resources.ApplyResources(this.ChooseProvidedModsLabel, "ChooseProvidedModsLabel");
- //
+ //
// minimizeNotifyIcon
- //
+ //
this.minimizeNotifyIcon.ContextMenuStrip = this.minimizedContextMenuStrip;
this.minimizeNotifyIcon.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.minimizeNotifyIcon_MouseDoubleClick);
this.minimizeNotifyIcon.BalloonTipClicked += new System.EventHandler(this.minimizeNotifyIcon_BalloonTipClicked);
this.minimizeNotifyIcon.Icon = Properties.Resources.AppIcon;
resources.ApplyResources(this.minimizeNotifyIcon, "minimizeNotifyIcon");
- //
+ //
// minimizedContextMenuStrip
- //
+ //
this.minimizedContextMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.updatesToolStripMenuItem,
this.toolStripSeparator4,
@@ -1221,43 +1218,43 @@ private void InitializeComponent()
this.minimizedContextMenuStrip.Opening += new System.ComponentModel.CancelEventHandler(this.minimizedContextMenuStrip_Opening);
//
// updatesToolStripMenuItem
- //
+ //
this.updatesToolStripMenuItem.Name = "updatesToolStripMenuItem";
this.updatesToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
this.updatesToolStripMenuItem.Click += new System.EventHandler(this.updatesToolStripMenuItem_Click);
resources.ApplyResources(this.updatesToolStripMenuItem, "updatesToolStripMenuItem");
- //
+ //
// toolStripSeparator4
- //
+ //
this.toolStripSeparator4.Name = "toolStripSeparator4";
this.toolStripSeparator4.Size = new System.Drawing.Size(177, 6);
- //
+ //
// refreshToolStripMenuItem
- //
+ //
this.refreshToolStripMenuItem.Name = "refreshToolStripMenuItem";
this.refreshToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
this.refreshToolStripMenuItem.Click += new System.EventHandler(this.refreshToolStripMenuItem_Click);
resources.ApplyResources(this.refreshToolStripMenuItem, "refreshToolStripMenuItem");
- //
+ //
// pauseToolStripMenuItem
- //
+ //
this.pauseToolStripMenuItem.Name = "pauseToolStripMenuItem";
this.pauseToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
this.pauseToolStripMenuItem.Click += new System.EventHandler(this.pauseToolStripMenuItem_Click);
resources.ApplyResources(this.pauseToolStripMenuItem, "pauseToolStripMenuItem");
- //
+ //
// toolStripSeparator5
- //
+ //
this.toolStripSeparator5.Name = "toolStripSeparator5";
this.toolStripSeparator5.Size = new System.Drawing.Size(177, 6);
- //
+ //
// openCKANToolStripMenuItem
- //
+ //
this.openCKANToolStripMenuItem.Name = "openCKANToolStripMenuItem";
this.openCKANToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
this.openCKANToolStripMenuItem.Click += new System.EventHandler(this.openCKANToolStripMenuItem_Click);
resources.ApplyResources(this.openCKANToolStripMenuItem, "openCKANToolStripMenuItem");
- //
+ //
//
// openKSPToolStripMenuItem
//
@@ -1267,33 +1264,33 @@ private void InitializeComponent()
resources.ApplyResources(this.openKSPToolStripMenuItem, "openKSPToolStripMenuItem");
//
// openKSPDirectoryToolStripMenuItem1
- //
+ //
this.openKSPDirectoryToolStripMenuItem1.Name = "openKSPDirectoryToolStripMenuItem1";
this.openKSPDirectoryToolStripMenuItem1.Size = new System.Drawing.Size(180, 22);
this.openKSPDirectoryToolStripMenuItem1.Click += new System.EventHandler(this.openKspDirectoryToolStripMenuItem_Click);
resources.ApplyResources(this.openKSPDirectoryToolStripMenuItem1, "openKSPDirectoryToolStripMenuItem1");
- //
+ //
// cKANSettingsToolStripMenuItem1
- //
+ //
this.cKANSettingsToolStripMenuItem1.Name = "cKANSettingsToolStripMenuItem1";
this.cKANSettingsToolStripMenuItem1.Size = new System.Drawing.Size(180, 22);
this.cKANSettingsToolStripMenuItem1.Click += new System.EventHandler(this.cKANSettingsToolStripMenuItem1_Click);
resources.ApplyResources(this.cKANSettingsToolStripMenuItem1, "cKANSettingsToolStripMenuItem1");
- //
+ //
// toolStripSeparator6
- //
+ //
this.toolStripSeparator6.Name = "toolStripSeparator6";
this.toolStripSeparator6.Size = new System.Drawing.Size(177, 6);
- //
+ //
// quitToolStripMenuItem
- //
+ //
this.quitToolStripMenuItem.Name = "quitToolStripMenuItem";
this.quitToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
this.quitToolStripMenuItem.Click += new System.EventHandler(this.ExitToolButton_Click);
resources.ApplyResources(this.quitToolStripMenuItem, "quitToolStripMenuItem");
- //
+ //
// Main
- //
+ //
this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 20F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1544, 1038);
diff --git a/GUI/Main.resx b/GUI/Main.resx
index f52a016173..cd2ef3be1b 100644
--- a/GUI/Main.resx
+++ b/GUI/Main.resx
@@ -1,17 +1,17 @@
-
@@ -214,8 +214,14 @@
Download Contents
Manage mods
Filter by author name:
+ 543, 74
+ 170, 26
Filter by mod name:
+ 160, 74
+ 170, 26
Filter by description:
+ 912, 74
+ 170, 26
Changeset
Clear
Apply
diff --git a/GUI/MainAllModVersions.Designer.cs b/GUI/MainAllModVersions.Designer.cs
index 078c29e327..0d633811ee 100644
--- a/GUI/MainAllModVersions.Designer.cs
+++ b/GUI/MainAllModVersions.Designer.cs
@@ -2,12 +2,12 @@
{
partial class MainAllModVersions
{
- ///
+ ///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
- ///
+ ///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
@@ -22,8 +22,8 @@ protected override void Dispose(bool disposing)
#region Component Designer generated code
- ///
- /// Required method for Designer support - do not modify
+ ///
+ /// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
@@ -45,30 +45,30 @@ private void InitializeComponent()
this.label6 = new System.Windows.Forms.Label();
this.label7 = new System.Windows.Forms.Label();
this.SuspendLayout();
- //
+ //
// label1
- //
+ //
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(0, 0);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(183, 13);
this.label1.TabIndex = 0;
resources.ApplyResources(this.label1, "label1");
- //
+ //
// ModVersion
- //
+ //
this.ModVersion.Width = 73;
resources.ApplyResources(this.ModVersion, "ModVersion");
- //
+ //
// CompatibleKSPVersion
- //
+ //
this.CompatibleKSPVersion.Width = 248;
resources.ApplyResources(this.CompatibleKSPVersion, "CompatibleKSPVersion");
- //
+ //
// VersionsListView
- //
- this.VersionsListView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
- | System.Windows.Forms.AnchorStyles.Left)
+ //
+ this.VersionsListView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
+ | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.VersionsListView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
this.ModVersion,
@@ -94,9 +94,9 @@ private void InitializeComponent()
this.label2.Size = new System.Drawing.Size(36, 13);
this.label2.TabIndex = 2;
resources.ApplyResources(this.label2, "label2");
- //
+ //
// label3
- //
+ //
this.label3.AutoSize = true;
this.label3.BackColor = System.Drawing.Color.LightGreen;
this.label3.Location = new System.Drawing.Point(4, 36);
@@ -104,9 +104,9 @@ private void InitializeComponent()
this.label3.Size = new System.Drawing.Size(60, 13);
this.label3.TabIndex = 3;
resources.ApplyResources(this.label3, "label3");
- //
+ //
// label4
- //
+ //
this.label4.AutoSize = true;
this.label4.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.2F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
this.label4.Location = new System.Drawing.Point(0, 56);
@@ -114,36 +114,36 @@ private void InitializeComponent()
this.label4.Size = new System.Drawing.Size(32, 13);
this.label4.TabIndex = 4;
resources.ApplyResources(this.label4, "label4");
- //
+ //
// label5
- //
+ //
this.label5.AutoSize = true;
- this.label5.Location = new System.Drawing.Point(39, 17);
+ this.label5.Location = new System.Drawing.Point(65, 17);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(229, 13);
this.label5.TabIndex = 5;
resources.ApplyResources(this.label5, "label5");
- //
+ //
// label6
- //
+ //
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(65, 36);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(180, 13);
this.label6.TabIndex = 6;
resources.ApplyResources(this.label6, "label6");
- //
+ //
// label7
- //
+ //
this.label7.AutoSize = true;
- this.label7.Location = new System.Drawing.Point(29, 56);
+ this.label7.Location = new System.Drawing.Point(65, 56);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(131, 13);
this.label7.TabIndex = 7;
resources.ApplyResources(this.label7, "label7");
- //
+ //
// MainAllModVersions
- //
+ //
this.Controls.Add(this.label7);
this.Controls.Add(this.label6);
this.Controls.Add(this.label5);
diff --git a/GUI/MainModInfo.Designer.cs b/GUI/MainModInfo.Designer.cs
index 8232e011d0..3c6db1cf47 100644
--- a/GUI/MainModInfo.Designer.cs
+++ b/GUI/MainModInfo.Designer.cs
@@ -610,9 +610,12 @@ private void InitializeComponent()
//
// NotCachedLabel
//
- this.NotCachedLabel.Location = new System.Drawing.Point(3, 3);
+ this.NotCachedLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
+ | System.Windows.Forms.AnchorStyles.Left)
+ | System.Windows.Forms.AnchorStyles.Right)));
+ this.NotCachedLabel.Location = new System.Drawing.Point(6, 3);
this.NotCachedLabel.Name = "NotCachedLabel";
- this.NotCachedLabel.Size = new System.Drawing.Size(216, 30);
+ this.NotCachedLabel.Size = new System.Drawing.Size(342, 434);
this.NotCachedLabel.TabIndex = 0;
resources.ApplyResources(this.NotCachedLabel, "NotCachedLabel");
//
diff --git a/GUI/MainModList.cs b/GUI/MainModList.cs
index 32e5ce6df1..ba0381158a 100644
--- a/GUI/MainModList.cs
+++ b/GUI/MainModList.cs
@@ -284,9 +284,12 @@ private void _UpdateModsList(IEnumerable mc, Dictionary
// Hide update and replacement columns if not needed.
// Write it to the configuration, else they are hidden agian after a filter change.
// After the update / replacement, they are hidden again.
- ModList.Columns["UpdateCol"].Visible = has_any_updates;
- ModList.Columns["AutoInstalled"].Visible = has_any_installed && !configuration.HiddenColumnNames.Contains("AutoInstalled");
- ModList.Columns["ReplaceCol"].Visible = has_any_replacements;
+ Util.Invoke(ModList, () =>
+ {
+ ModList.Columns["UpdateCol"].Visible = has_any_updates;
+ ModList.Columns["AutoInstalled"].Visible = has_any_installed && !configuration.HiddenColumnNames.Contains("AutoInstalled");
+ ModList.Columns["ReplaceCol"].Visible = has_any_replacements;
+ });
AddLogMessage(Properties.Resources.MainModListUpdatingTray);
UpdateTrayInfo();
@@ -981,6 +984,7 @@ public string StripEpoch(string version)
private static readonly Regex ContainsEpoch = new Regex(@"^[0-9][0-9]*:[^:]+$", RegexOptions.Compiled);
private static readonly Regex RemoveEpoch = new Regex(@"^([^:]+):([^:]+)$", RegexOptions.Compiled);
+
private bool IsNameInNameFilter(GUIMod mod)
{
string sanitisedModNameFilter = CkanModule.nonAlphaNums.Replace(ModNameFilter, "");
diff --git a/GUI/ManageKSPInstances.resx b/GUI/ManageKSPInstances.resx
index aab088fb10..7f12bb8e30 100644
--- a/GUI/ManageKSPInstances.resx
+++ b/GUI/ManageKSPInstances.resx
@@ -1,17 +1,13 @@
-
+
diff --git a/GUI/NewUpdateDialog.Designer.cs b/GUI/NewUpdateDialog.Designer.cs
index 3a6a9c5a36..9e18c6224d 100644
--- a/GUI/NewUpdateDialog.Designer.cs
+++ b/GUI/NewUpdateDialog.Designer.cs
@@ -38,9 +38,9 @@ private void InitializeComponent()
this.InstallUpdateButton = new System.Windows.Forms.Button();
this.CancelUpdateButton = new System.Windows.Forms.Button();
this.SuspendLayout();
- //
+ //
// label1
- //
+ //
this.label1.AutoSize = true;
this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label1.Location = new System.Drawing.Point(9, 9);
@@ -48,9 +48,9 @@ private void InitializeComponent()
this.label1.Size = new System.Drawing.Size(53, 13);
this.label1.TabIndex = 0;
resources.ApplyResources(this.label1, "label1");
- //
+ //
// VersionLabel
- //
+ //
this.VersionLabel.AutoSize = true;
this.VersionLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.VersionLabel.Location = new System.Drawing.Point(68, 9);
@@ -58,11 +58,11 @@ private void InitializeComponent()
this.VersionLabel.Size = new System.Drawing.Size(43, 13);
this.VersionLabel.TabIndex = 1;
resources.ApplyResources(this.VersionLabel, "VersionLabel");
- //
+ //
// ReleaseNotesTextbox
- //
- this.ReleaseNotesTextbox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
- | System.Windows.Forms.AnchorStyles.Left)
+ //
+ this.ReleaseNotesTextbox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
+ | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.ReleaseNotesTextbox.Location = new System.Drawing.Point(12, 25);
this.ReleaseNotesTextbox.Name = "ReleaseNotesTextbox";
@@ -70,9 +70,9 @@ private void InitializeComponent()
this.ReleaseNotesTextbox.Size = new System.Drawing.Size(402, 246);
this.ReleaseNotesTextbox.TabIndex = 3;
this.ReleaseNotesTextbox.Text = "";
- //
+ //
// InstallUpdateButton
- //
+ //
this.InstallUpdateButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.InstallUpdateButton.DialogResult = System.Windows.Forms.DialogResult.OK;
this.InstallUpdateButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
@@ -82,9 +82,9 @@ private void InitializeComponent()
this.InstallUpdateButton.TabIndex = 4;
this.InstallUpdateButton.UseVisualStyleBackColor = true;
resources.ApplyResources(this.InstallUpdateButton, "InstallUpdateButton");
- //
+ //
// CancelUpdateButton
- //
+ //
this.CancelUpdateButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.CancelUpdateButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.CancelUpdateButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
@@ -94,9 +94,9 @@ private void InitializeComponent()
this.CancelUpdateButton.TabIndex = 5;
this.CancelUpdateButton.UseVisualStyleBackColor = true;
resources.ApplyResources(this.CancelUpdateButton, "CancelUpdateButton");
- //
+ //
// NewUpdateDialog
- //
+ //
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(426, 310);
diff --git a/GUI/NewUpdateDialog.resx b/GUI/NewUpdateDialog.resx
index 44c37c5bed..32d14a854d 100644
--- a/GUI/NewUpdateDialog.resx
+++ b/GUI/NewUpdateDialog.resx
@@ -1,17 +1,17 @@
-
diff --git a/GUI/PluginsDialog.Designer.cs b/GUI/PluginsDialog.Designer.cs
index 74d3dcec70..6d2486791c 100644
--- a/GUI/PluginsDialog.Designer.cs
+++ b/GUI/PluginsDialog.Designer.cs
@@ -42,10 +42,10 @@ private void InitializeComponent()
this.groupBox1.SuspendLayout();
this.groupBox2.SuspendLayout();
this.SuspendLayout();
- //
+ //
// groupBox1
- //
- this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
+ //
+ this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.groupBox1.Controls.Add(this.AddNewPluginButton);
this.groupBox1.Controls.Add(this.ReloadPluginButton);
@@ -58,11 +58,11 @@ private void InitializeComponent()
this.groupBox1.TabIndex = 10;
this.groupBox1.TabStop = false;
resources.ApplyResources(this.groupBox1, "groupBox1");
- //
+ //
// groupBox2
- //
- this.groupBox2.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
- | System.Windows.Forms.AnchorStyles.Left)
+ //
+ this.groupBox2.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
+ | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.groupBox2.Controls.Add(this.UnloadPluginButton);
this.groupBox2.Controls.Add(this.ActivatePluginButton);
@@ -74,10 +74,10 @@ private void InitializeComponent()
this.groupBox2.TabIndex = 11;
this.groupBox2.TabStop = false;
resources.ApplyResources(this.groupBox2, "groupBox2");
- //
+ //
// ActivePluginsListBox
- //
- this.ActivePluginsListBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
+ //
+ this.ActivePluginsListBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.ActivePluginsListBox.FormattingEnabled = true;
this.ActivePluginsListBox.Location = new System.Drawing.Point(6, 17);
@@ -85,9 +85,9 @@ private void InitializeComponent()
this.ActivePluginsListBox.Size = new System.Drawing.Size(219, 147);
this.ActivePluginsListBox.TabIndex = 0;
this.ActivePluginsListBox.SelectedIndexChanged += new System.EventHandler(this.ActivePluginsListBox_SelectedIndexChanged);
- //
+ //
// DeactivateButton
- //
+ //
this.DeactivateButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.DeactivateButton.Enabled = false;
this.DeactivateButton.Location = new System.Drawing.Point(231, 17);
@@ -97,9 +97,9 @@ private void InitializeComponent()
this.DeactivateButton.UseVisualStyleBackColor = true;
this.DeactivateButton.Click += new System.EventHandler(this.DeactivateButton_Click);
resources.ApplyResources(this.DeactivateButton, "DeactivateButton");
- //
+ //
// ReloadPluginButton
- //
+ //
this.ReloadPluginButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.ReloadPluginButton.Enabled = false;
this.ReloadPluginButton.Location = new System.Drawing.Point(231, 46);
@@ -109,11 +109,11 @@ private void InitializeComponent()
this.ReloadPluginButton.UseVisualStyleBackColor = true;
this.ReloadPluginButton.Click += new System.EventHandler(this.ReloadPluginButton_Click);
resources.ApplyResources(this.ReloadPluginButton, "ReloadPluginButton");
- //
+ //
// DormantPluginsListBox
- //
- this.DormantPluginsListBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
- | System.Windows.Forms.AnchorStyles.Left)
+ //
+ this.DormantPluginsListBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
+ | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.DormantPluginsListBox.FormattingEnabled = true;
this.DormantPluginsListBox.Location = new System.Drawing.Point(6, 19);
@@ -121,9 +121,9 @@ private void InitializeComponent()
this.DormantPluginsListBox.Size = new System.Drawing.Size(219, 134);
this.DormantPluginsListBox.TabIndex = 3;
this.DormantPluginsListBox.SelectedIndexChanged += new System.EventHandler(this.DormantPluginsListBox_SelectedIndexChanged);
- //
+ //
// ActivatePluginButton
- //
+ //
this.ActivatePluginButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.ActivatePluginButton.Enabled = false;
this.ActivatePluginButton.Location = new System.Drawing.Point(231, 19);
@@ -133,9 +133,9 @@ private void InitializeComponent()
this.ActivatePluginButton.UseVisualStyleBackColor = true;
this.ActivatePluginButton.Click += new System.EventHandler(this.ActivatePluginButton_Click);
resources.ApplyResources(this.ActivatePluginButton, "ActivatePluginButton");
- //
+ //
// AddNewPluginButton
- //
+ //
this.AddNewPluginButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.AddNewPluginButton.Location = new System.Drawing.Point(231, 75);
this.AddNewPluginButton.Name = "AddNewPluginButton";
@@ -144,9 +144,9 @@ private void InitializeComponent()
this.AddNewPluginButton.UseVisualStyleBackColor = true;
this.AddNewPluginButton.Click += new System.EventHandler(this.AddNewPluginButton_Click);
resources.ApplyResources(this.AddNewPluginButton, "AddNewPluginButton");
- //
+ //
// UnloadPluginButton
- //
+ //
this.UnloadPluginButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.UnloadPluginButton.Enabled = false;
this.UnloadPluginButton.Location = new System.Drawing.Point(231, 48);
@@ -156,9 +156,9 @@ private void InitializeComponent()
this.UnloadPluginButton.UseVisualStyleBackColor = true;
this.UnloadPluginButton.Click += new System.EventHandler(this.UnloadPluginButton_Click);
resources.ApplyResources(this.UnloadPluginButton, "UnloadPluginButton");
- //
+ //
// PluginsDialog
- //
+ //
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(379, 358);
diff --git a/GUI/PluginsDialog.resx b/GUI/PluginsDialog.resx
index 46d8747b79..f9b08f35f1 100644
--- a/GUI/PluginsDialog.resx
+++ b/GUI/PluginsDialog.resx
@@ -1,17 +1,17 @@
-
@@ -125,5 +125,5 @@
Activate
Add new...
Unload
- Plugins
+ CKAN Plugins
diff --git a/GUI/Properties/AssemblyInfo.cs b/GUI/Properties/AssemblyInfo.cs
index 2f5a9059b3..5f9f941ab1 100644
--- a/GUI/Properties/AssemblyInfo.cs
+++ b/GUI/Properties/AssemblyInfo.cs
@@ -1,4 +1,7 @@
-using System.Reflection;
+using System.Resources;
+using System.Reflection;
[assembly: AssemblyTitle("CKAN-GUI")]
[assembly: AssemblyDescription("CKAN GUI Client")]
+[assembly: NeutralResourcesLanguage("en-GB")]
+
diff --git a/GUI/Properties/Resources.de-DE.resx b/GUI/Properties/Resources.de-DE.resx
new file mode 100644
index 0000000000..b41a1b85fa
--- /dev/null
+++ b/GUI/Properties/Resources.de-DE.resx
@@ -0,0 +1,310 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ text/microsoft-resx
+ 2.0
+ System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ CKAN Metadaten (*.ckan)|*.ckan
+ Export der Modliste
+ Build-Metadatendatei (buildID*.txt)|buildID*.txt
+ Bitte gib einen Namen für die neue Instanz an.
+ Bitte gib einen Pfad für die neue Instanz an.
+ Klone Instanz...
+ Die zu klonende Instanz ist ungültig: {0}
+ Der Zielordner is nicht leer: {0}
+ Klonen fehlgeschlagen: {0}
+ Instanz erfolgreich geklont.
+ Erstelle neue Instanz...
+ Dieser Name wird bereits verwendet.
+ Die Erstellung einer gefälschten Instanz ist fehlgeschlagen:
+ Instanz erfolgreich erstellt.
+ KSP wurde aktualisiert, seit du zuletzt deine kompatiblen KSP-Versionen überprüft hast. Bitte stelle sicher, dass die Einstellungen noch korrekt sind.
+ {0} (vorherige Version: {1})
+ Ungültiges Versionsformat
+ Fehler
+ Fehler beim Versuch, "{0}"{1} zu parsen. Versuche es aus dem Ordner zu verschieben und CKAN neu zu starten.
+ Unbekannt
+ {0} (bei Mod-Version {1})
+
+ Fehler beim Auto-Update:
+{0}
+
+
+ Es existieren Konflikte. Trotzdem beenden?
+
+{0}
+
+ Beenden
+ Zurück
+ Es gibt unerfüllte Abhängigkeiten. Trotzdem beenden?
+
+ Du hast noch nicht übernommene Änderungen. Trotzdem beenden?
+
+{0}
+
+ Aktualisiere CKAN
+ Aktualisiere CKAN auf {0}
+ {0} ist abhängig von {1}, das nicht mit der aktuell installierten KSP-Version kompatibel ist.
+ Filter (Alle)
+ Filter (Inkompatibel)
+ Filter (Installiert)
+ Filter (Aktualisierbar)
+ Filter (Ersetzbar)
+ Filter (Im Cache)
+ Filter (Neu)
+ Filter (Nicht installiert)
+ Filter (Kompatibel)
+
+ Einige installierte Module sind inkompatibel! Es ist möglicherweise nicht sicher, KSP zu starten. Trotzdem starten?
+
+{0}
+
+ Starten
+
+ KSP konnte nicht gestartet werden.
+
+{0}
+
+ CKAN Favoritenliste (*.ckan)
+ CKAN Modpack (erzwingt genaue Mod-Versionen) (*.ckan)
+ Klartext (*.txt)
+ Nicht gefunden.
+ Möchtest du {0} neu installieren?
+ {0} installieren?
+ Installieren
+ Abbrechen
+ {0} {1} (Metapacket)
+ Mod-Update ausgewählt vom Nutzer {0}.
+ Neue Mod-Installation ausgewählt vom Nutzer.
+ Mod-Import
+ Statuslog
+ Statuslog
+ {0} erfordert {1}, ist aber nicht im Index aufgeführt oder nicht für die installierte KSP-Version verfügbar.
+ Modul {0} benötigt, aber es ist nicht im Index aufgeführt oder nicht für dies KSP-Version verfügbar.
+ Fehlerhafte Metadaten für das Modul {0} erkannt: {1}
+
+ Oh nein! Wir haben versucht, eine Datei zu überschreiben, die einer anderen Mod gehört!
+Bitte versuche `ckan update` und probiere es erneut.
+
+Wenn dieses Problem wieder auftritt, dann ist es vielleicht ein Paketfehler.
+Bitte melde es unter:
+
+https://github.com/KSP-CKAN/NetKAN/issues/new
+
+Bitte gib die folgenden Informationen mit an:
+
+Datei: {0}
+Installierende Mod : {1}
+Besitzende Mod : {2}
+CKAN-Version : {3}
+
+
+ Oh nein!
+
+Es sieht so aus, als ob du versuchst, eine Mod zu installieren, die bereits installiert ist,
+oder die mit einer anderen Mod, die bereits installiert ist, in Konflikt steht.
+
+Aus Sicherheitsgründen wird CKAN *nie* eine Datei überschreiben oder ändern, die es nicht selbst installiert hat.
+
+Wenn du {0} über das CKAN installieren möchtest,
+dann deinstalliere bitte manuell die Mod, die folgende Dateien besitzt:
+
+{1}
+
+und versuche es erneut.
+
+ Dein GameData-Ordner wurden in den Originalzustand zurückgesetzt.
+
+ {0}
+
+Einstellungen jetzt öffnen?
+
+ Öffnen
+ Nein
+ Libcurl-Installation nicht gefunden. Wikiseite für Hilfe öffnen?
+ Modul "{0}" erfolgreich installiert.
+ Erfolg!
+ Abbruch zu spät, Prozess bereits abgeschlossen!
+ Prozess vom Nutzer abgebrochen, aber alle Mods bereits (de)installiert/aktualisiert.
+ Vorgang abgeschlossen!
+ Prozess vom Nutzer abgebrochen.
+ Prozess vom Nutzer abgebrochen.
+ (De-)Installation/Aktualisierung abgebrochen!
+ Fehler bei der Installation!
+ Ein unbekannter Fehler ist aufgetreten, bitte versuche es erneut!
+ Installation fehlgeschlagen!
+ Modul {0} wird von mehr als einem verfügbaren Modul bereitgestellt, bitte wähle eine der folgenden Mods:
+ {0} (virtuell)
+ {0} (nicht indiziert)
+ Diese Mod ist nicht im Cache, klicke auf 'Download' um eine Inhaltsübersicht zu erhalten.
+ Modul ist im Cache, Vorschau verfügbar
+ Module laden
+ Lade Registry...
+ Lade installierte Module...
+ Lade kompatible Module...
+ Lade inkompatible Module...
+ Stelle Änderungsset wieder her...
+ "Neu"-Flaggen beibehalten...
+ Modliste füllen...
+ Aktualisiere Filter...
+ Kompatibel ({0})
+ Installiert ({0})
+ Aktualisierbar ({0})
+ Ersetzbar ({0})
+ Im Cache ({0})
+ Neu kompatibel ({0})
+ Nicht installiert ({0})
+ Inkompatibel ({0})
+ Alle ({0})
+ Aktualisiere Taskleiste...
+ Unbekannter Filtertyp {0} in IsModInFilter
+ Wähle empfohlene oder vorgeschlagene Mods aus.
+ Keine Empfehlungen oder Vorschläge gefunden.
+ Aktualisiere Repository
+ Suche nach DLCs und manuell installierten Modulen...
+ Kontaktiere das Repository...
+ Aktualisiere Repository...
+ Die Verbindung zum Repository konnte nicht hergestellt werden: {0}
+ Repository bereits aktuell.
+ Aktualisierung des Repositorys fehlgeschlagen!
+ Repository erfolgreich aktualisiert.
+ Möchtest du, dass CKAN die Modliste jedes Mal mit dem Repository abgleicht und aktualisiert, wenn sie geladen wird? (Du kannst sie jederzeit auch mit der Schaltfläche in der Menüleiste aktualisieren.)
+ {0} Aktualisierung(en) verfügbar
+ Zum Aktualisieren hier klicken
+ Fortsetzen
+ Anhalten
+ Keine Aktualisierungen verfügbar
+ {0} Aktualisierung(en) verfügbar
+ Bitte warten
+ Alles erledigt!
+ "{0}" ist kein gültiges KSP-Verzeichnis.
+ Die Master-Liste konnte nicht abgerufen werden.
+ {0} Dateien, {1}
+ Ungültiger Pfad: "{0}"
+ Wähle einen Ordner um CKANs Mod-Downloads zu speichern:
+ Möchten Sie wirklich {0} Dateien aus dem Cache löschen und damit {1} freigeben?
+ Authentifikationstoken hinzufügen
+ Token:
+ &Annehmen
+ Abbre&chen
+ Host-Feld ist erforderlich.
+ Token-Feld ist notwendig.
+ {0} ist kein gültiger Hostname.
+ Für {0} existiert bereits ein Authentifikationstoken.
+
+ Fehler bei der Aktualisierung.
+CKAN kann nicht automatisch aktualisiert werden, da ckan.exe schreibgeschützt ist oder wir es nicht überschreiben dürfen. Bitte aktualisiere manuell via https://github.com/KSP-CKAN/CKAN/releases/latest.
+
+
+ CKAN benötigt eine Erlaubnis, um einen Handler für ckan:// URLs hinzuzufügen.
+Möchtest du CKAN dies erlauben?
+Wenn du auf Nein klickst, siehst du diese Nachricht nicht mehr.
+
+ &Linkadresse kopieren
+
diff --git a/GUI/Properties/Resources.resx b/GUI/Properties/Resources.resx
index 9d1da20868..abd71d6b7b 100644
--- a/GUI/Properties/Resources.resx
+++ b/GUI/Properties/Resources.resx
@@ -6926,63 +6926,26 @@
-
- ..\Resources\apply.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
-
-
- ..\Resources\ksp.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
-
-
- ..\Resources\search.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
-
-
- ..\Resources\settings.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
-
-
- ..\Resources\refresh.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
-
-
- CKAN metadata (*.ckan)|*.ckan
-
-
- Export Mod List
-
-
- ..\Resources\update.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
-
-
- ..\Resources\backward.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
-
-
- ..\Resources\filter.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
-
-
- ..\Resources\forward.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
-
-
- ..\Resources\textClear.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
-
-
- ..\Resources\star.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
-
-
- ..\Resources\thumbup.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
-
-
- ..\Resources\info.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
-
-
- ..\Resources\smile.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
-
-
- ..\Resources\alert.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
-
-
- ..\Resources\arrow_forward.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
-
-
- ..\Resources\arrow_upward.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
-
+ ..\..\assets\ckan.ico;System.Drawing.Icon, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
+ ..\Resources\apply.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
+ ..\Resources\ksp.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
+ ..\Resources\search.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
+ ..\Resources\settings.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
+ ..\Resources\refresh.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
+ CKAN metadata (*.ckan)|*.ckan
+ Export Mod List
+ ..\Resources\update.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
+ ..\Resources\backward.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
+ ..\Resources\filter.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
+ ..\Resources\forward.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
+ ..\Resources\textClear.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
+ ..\Resources\star.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
+ ..\Resources\thumbup.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
+ ..\Resources\info.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
+ ..\Resources\smile.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
+ ..\Resources\alert.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
+ ..\Resources\arrow_forward.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
+ ..\Resources\arrow_upward.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
Version {0}
Build metadata file (buildID*.txt)|buildID*.txt
Please enter a name for the new instance.
@@ -6994,7 +6957,7 @@
Successfully cloned instance.
Creating new instance...
This name is already used.
-
+ Fake instance creation failed: {0}
Successfully created instance.
<NONE>
KSP has been updated since you last reviewed your compatible KSP versions. Please make sure that settings are correct.
@@ -7006,12 +6969,14 @@
Unknown
Method can not be called unless IsCKAN
{0} (using mod version {1})
- Error in auto-update:
{exception.Message}
+ Error in auto-update:
{0}
There are conflicts. Really quit?
{0}
Quit
Go Back
There are unmet dependencies. Really quit?
- You have unapplied changes. Really quit?
{0}
+ You have unapplied changes. Really quit?
+
+{0}
Updating CKAN
Upgrading CKAN to {0}
{0} depends on {1}, which is not compatible with the currently installed version of KSP
@@ -7024,9 +6989,13 @@
Filter (New)
Filter (Not installed)
Filter (Compatible)
- Some installed modules are incompatible! It might not be safe to launch KSP. Really launch?
{0}
+ Some installed modules are incompatible! It might not be safe to launch KSP. Really launch?
+
+{0}
Launch
- Couldn't start KSP.
{0}
+ Couldn't start KSP.
+
+{0}
CKAN favourites list (*.ckan)
CKAN modpack (enforces exact mod versions) (*.ckan)
Plain text (*.txt)
@@ -7051,10 +7020,38 @@
{0} requires {1} but it is not listed in the index, or not available for your version of KSP.
Module {0} required but it is not listed in the index, or not available for your version of KSP.
Bad metadata detected for module {0}: {1}
- Oh no! We tried to overwrite a file owned by another mod!
Please try a `ckan update` and try again.
If this problem re-occurs, then it maybe a packaging bug.
Please report it at:
https://github.com/KSP-CKAN/NetKAN/issues/new
Please including the following information in your report:
File : {0}
Installing Mod : {1}
Owning Mod : {2}
CKAN Version : {3}
- Oh no!
It looks like you're trying to install a mod which is already installed,
or which conflicts with another mod which is already installed.
As a safety feature, the CKAN will *never* overwrite or alter a file
that it did not install itself.
If you wish to install {0} via the CKAN,
then please manually uninstall the mod which owns:
{1}
and try again.
+ Oh no! We tried to overwrite a file owned by another mod!
+Please try a `ckan update` and try again.
+
+If this problem re-occurs, then it maybe a packaging bug.
+Please report it at:
+
+https://github.com/KSP-CKAN/NetKAN/issues/new
+
+Please including the following information in your report:
+
+File : {0}
+Installing Mod : {1}
+Owning Mod: {2}
+CKAN Version : {3}
+ Oh no!
+
+It looks like you're trying to install a mod which is already installed,
+or which conflicts with another mod which is already installed.
+
+As a safety feature, the CKAN will *never* overwrite or alter a file
+that it did not install itself.
+
+If you wish to install {0} via the CKAN,
+then please manually uninstall the mod which owns:
+
+{1}
+
+and try again.
Your GameData has been returned to its original state.
- {0}
Open settings now?
+ {0}
+
+Open settings now?
Open Settings
No
libcurl installation not found. Open wiki page for help?
@@ -7131,7 +7128,9 @@
Token field is required.
{0} is not a valid host name.
{0} already has an authentication token.
- Error during update.
Can't update automatically, because ckan.exe is read-only or we are not allowed to overwrite it. Please update manually via https://github.com/KSP-CKAN/CKAN/releases/latest.
- "CKAN requires permission to add a handler for ckan:// URLs.
Do you want to allow CKAN to do this? If you click no you won't see this message again.
+ Error during update.
+Can't update automatically, because ckan.exe is read-only or we are not allowed to overwrite it. Please update manually via https://github.com/KSP-CKAN/CKAN/releases/latest.
+ CKAN requires permission to add a handler for ckan:// URLs.
+Do you want to allow CKAN to do this? If you click no you won't see this message again.
&Copy link address
diff --git a/GUI/RenameInstanceDialog.Designer.cs b/GUI/RenameInstanceDialog.Designer.cs
index 35e5e71e3c..1122d5ba86 100644
--- a/GUI/RenameInstanceDialog.Designer.cs
+++ b/GUI/RenameInstanceDialog.Designer.cs
@@ -29,22 +29,22 @@ protected override void Dispose(bool disposing)
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
- System.ComponentModel.ComponentResourceManager resources = new SingleAssemblyComponentResourceManager(typeof(Main));
+ System.ComponentModel.ComponentResourceManager resources = new SingleAssemblyComponentResourceManager(typeof(RenameInstanceDialog));
this.NameTextBox = new System.Windows.Forms.TextBox();
this.OKButton = new System.Windows.Forms.Button();
this.CancelRenameInstanceButton = new System.Windows.Forms.Button();
this.SuspendLayout();
- //
+ //
// NameTextBox
- //
+ //
this.NameTextBox.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.NameTextBox.Location = new System.Drawing.Point(13, 13);
this.NameTextBox.Name = "NameTextBox";
this.NameTextBox.Size = new System.Drawing.Size(294, 20);
this.NameTextBox.TabIndex = 0;
- //
+ //
// OKButton
- //
+ //
this.OKButton.DialogResult = System.Windows.Forms.DialogResult.OK;
this.OKButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.OKButton.Location = new System.Drawing.Point(232, 39);
@@ -53,9 +53,9 @@ private void InitializeComponent()
this.OKButton.TabIndex = 1;
this.OKButton.UseVisualStyleBackColor = true;
resources.ApplyResources(this.OKButton, "OKButton");
- //
+ //
// CancelRenameInstanceButton
- //
+ //
this.CancelRenameInstanceButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.CancelRenameInstanceButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.CancelRenameInstanceButton.Location = new System.Drawing.Point(151, 39);
@@ -64,9 +64,9 @@ private void InitializeComponent()
this.CancelRenameInstanceButton.TabIndex = 2;
this.CancelRenameInstanceButton.UseVisualStyleBackColor = true;
resources.ApplyResources(this.CancelRenameInstanceButton, "CancelRenameInstanceButton");
- //
+ //
// RenameInstanceDialog
- //
+ //
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(319, 68);
@@ -74,6 +74,7 @@ private void InitializeComponent()
this.Controls.Add(this.CancelRenameInstanceButton);
this.Controls.Add(this.OKButton);
this.Controls.Add(this.NameTextBox);
+ this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
this.Icon = Properties.Resources.AppIcon;
this.Name = "RenameInstanceDialog";
diff --git a/GUI/RenameInstanceDialog.resx b/GUI/RenameInstanceDialog.resx
index 818e3eff47..afd112238e 100644
--- a/GUI/RenameInstanceDialog.resx
+++ b/GUI/RenameInstanceDialog.resx
@@ -1,17 +1,17 @@
-
@@ -116,7 +116,7 @@
System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
+ />
OK
Cancel
Rename installation
diff --git a/GUI/SelectionDialog.Designer.cs b/GUI/SelectionDialog.Designer.cs
index 4b1fb7124e..0e58df1944 100644
--- a/GUI/SelectionDialog.Designer.cs
+++ b/GUI/SelectionDialog.Designer.cs
@@ -40,9 +40,9 @@ private void InitializeComponent()
this.OptionsList = new System.Windows.Forms.ListBox();
this.panel1.SuspendLayout();
this.SuspendLayout();
- //
+ //
// panel1
- //
+ //
this.panel1.Controls.Add(this.MessageLabel);
this.panel1.Controls.Add(this.OptionsList);
this.panel1.Controls.Add(this.CancelButton);
@@ -53,9 +53,9 @@ private void InitializeComponent()
this.panel1.Name = "panel1";
this.OptionsList.TabStop = false;
this.DefaultButton.UseVisualStyleBackColor = true;
- //
+ //
// MessageLabel
- //
+ //
this.MessageLabel.Location = new System.Drawing.Point(5, 5);
this.MessageLabel.Size = new System.Drawing.Size(390, 40);
this.MessageLabel.Name = "MessageLabel";
@@ -73,7 +73,7 @@ private void InitializeComponent()
this.OptionsList.SelectedIndexChanged += new System.EventHandler(OptionsList_SelectedIndexChanged);
this.OptionsList.Name = "OptionsList";
this.DefaultButton.UseVisualStyleBackColor = true;
- //
+ //
// SelectButton
//
this.SelectButton.Location = new System.Drawing.Point(325, 375);
@@ -83,9 +83,9 @@ private void InitializeComponent()
this.SelectButton.TabIndex = 1;
this.SelectButton.UseVisualStyleBackColor = true;
resources.ApplyResources(this.SelectButton, "SelectButton");
- //
+ //
// DefaultButton
- //
+ //
this.DefaultButton.Location = new System.Drawing.Point(160, 375);
this.DefaultButton.Size = new System.Drawing.Size(60, 20);
this.DefaultButton.DialogResult = System.Windows.Forms.DialogResult.Yes;
@@ -93,9 +93,9 @@ private void InitializeComponent()
this.DefaultButton.TabIndex = 0;
this.DefaultButton.UseVisualStyleBackColor = true;
resources.ApplyResources(this.DefaultButton, "DefaultButton");
- //
+ //
// CancelButton
- //
+ //
this.CancelButton.Location = new System.Drawing.Point(5, 375);
this.CancelButton.Size = new System.Drawing.Size(60, 20);
this.CancelButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
@@ -103,9 +103,9 @@ private void InitializeComponent()
this.CancelButton.TabIndex = 2;
this.CancelButton.UseVisualStyleBackColor = true;
resources.ApplyResources(this.CancelButton, "CancelButton");
- //
+ //
// SelectionDialog
- //
+ //
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(420, 420);
diff --git a/GUI/SelectionDialog.resx b/GUI/SelectionDialog.resx
index 3c96b56d3b..78d2bd9eaf 100644
--- a/GUI/SelectionDialog.resx
+++ b/GUI/SelectionDialog.resx
@@ -1,17 +1,17 @@
-
diff --git a/GUI/SettingsDialog.Designer.cs b/GUI/SettingsDialog.Designer.cs
index ade3b02573..ab4c5a0fe5 100644
--- a/GUI/SettingsDialog.Designer.cs
+++ b/GUI/SettingsDialog.Designer.cs
@@ -82,9 +82,9 @@ private void InitializeComponent()
this.BehaviourGroupBox.SuspendLayout();
this.MoreSettingsGroupBox.SuspendLayout();
this.SuspendLayout();
- //
+ //
// RepositoryGroupBox
- //
+ //
this.RepositoryGroupBox.Controls.Add(this.ReposListBox);
this.RepositoryGroupBox.Controls.Add(this.NewRepoButton);
this.RepositoryGroupBox.Controls.Add(this.UpRepoButton);
@@ -97,9 +97,9 @@ private void InitializeComponent()
this.RepositoryGroupBox.TabIndex = 0;
this.RepositoryGroupBox.TabStop = false;
resources.ApplyResources(this.RepositoryGroupBox, "RepositoryGroupBox");
- //
+ //
// ReposListBox
- //
+ //
this.ReposListBox.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.ReposListBox.FormattingEnabled = true;
this.ReposListBox.Location = new System.Drawing.Point(12, 18);
@@ -107,9 +107,9 @@ private void InitializeComponent()
this.ReposListBox.Size = new System.Drawing.Size(452, 67);
this.ReposListBox.TabIndex = 0;
this.ReposListBox.SelectedIndexChanged += new System.EventHandler(this.ReposListBox_SelectedIndexChanged);
- //
+ //
// NewRepoButton
- //
+ //
this.NewRepoButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.NewRepoButton.Location = new System.Drawing.Point(12, 93);
this.NewRepoButton.Name = "NewRepoButton";
@@ -118,9 +118,9 @@ private void InitializeComponent()
this.NewRepoButton.UseVisualStyleBackColor = true;
this.NewRepoButton.Click += new System.EventHandler(this.NewRepoButton_Click);
resources.ApplyResources(this.NewRepoButton, "NewRepoButton");
- //
+ //
// UpRepoButton
- //
+ //
this.UpRepoButton.Enabled = false;
this.UpRepoButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.UpRepoButton.Location = new System.Drawing.Point(74, 93);
@@ -130,9 +130,9 @@ private void InitializeComponent()
this.UpRepoButton.UseVisualStyleBackColor = true;
this.UpRepoButton.Click += new System.EventHandler(this.UpRepoButton_Click);
resources.ApplyResources(this.UpRepoButton, "UpRepoButton");
- //
+ //
// DownRepoButton
- //
+ //
this.DownRepoButton.Enabled = false;
this.DownRepoButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.DownRepoButton.Location = new System.Drawing.Point(136, 93);
@@ -142,9 +142,9 @@ private void InitializeComponent()
this.DownRepoButton.UseVisualStyleBackColor = true;
this.DownRepoButton.Click += new System.EventHandler(this.DownRepoButton_Click);
resources.ApplyResources(this.DownRepoButton, "DownRepoButton");
- //
+ //
// DeleteRepoButton
- //
+ //
this.DeleteRepoButton.Enabled = false;
this.DeleteRepoButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.DeleteRepoButton.Location = new System.Drawing.Point(408, 93);
@@ -154,9 +154,9 @@ private void InitializeComponent()
this.DeleteRepoButton.UseVisualStyleBackColor = true;
this.DeleteRepoButton.Click += new System.EventHandler(this.DeleteRepoButton_Click);
resources.ApplyResources(this.DeleteRepoButton, "DeleteRepoButton");
- //
+ //
// AuthTokensGroupBox
- //
+ //
this.AuthTokensGroupBox.Controls.Add(this.AuthTokensListBox);
this.AuthTokensGroupBox.Controls.Add(this.NewAuthTokenButton);
this.AuthTokensGroupBox.Controls.Add(this.DeleteAuthTokenButton);
@@ -167,9 +167,9 @@ private void InitializeComponent()
this.AuthTokensGroupBox.TabIndex = 1;
this.AuthTokensGroupBox.TabStop = false;
resources.ApplyResources(this.AuthTokensGroupBox, "AuthTokensGroupBox");
- //
+ //
// AuthTokensListBox
- //
+ //
this.AuthTokensListBox.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.AuthTokensListBox.FormattingEnabled = true;
this.AuthTokensListBox.Location = new System.Drawing.Point(12, 18);
@@ -177,9 +177,9 @@ private void InitializeComponent()
this.AuthTokensListBox.Size = new System.Drawing.Size(452, 67);
this.AuthTokensListBox.TabIndex = 0;
this.AuthTokensListBox.SelectedIndexChanged += new System.EventHandler(this.AuthTokensListBox_SelectedIndexChanged);
- //
+ //
// NewAuthTokenButton
- //
+ //
this.NewAuthTokenButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.NewAuthTokenButton.Location = new System.Drawing.Point(12, 93);
this.NewAuthTokenButton.Name = "NewAuthTokenButton";
@@ -188,9 +188,9 @@ private void InitializeComponent()
this.NewAuthTokenButton.UseVisualStyleBackColor = true;
this.NewAuthTokenButton.Click += new System.EventHandler(this.NewAuthTokenButton_Click);
resources.ApplyResources(this.NewAuthTokenButton, "NewAuthTokenButton");
- //
+ //
// DeleteAuthTokenButton
- //
+ //
this.DeleteAuthTokenButton.Enabled = false;
this.DeleteAuthTokenButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.DeleteAuthTokenButton.Location = new System.Drawing.Point(408, 93);
@@ -200,9 +200,9 @@ private void InitializeComponent()
this.DeleteAuthTokenButton.UseVisualStyleBackColor = true;
this.DeleteAuthTokenButton.Click += new System.EventHandler(this.DeleteAuthTokenButton_Click);
resources.ApplyResources(this.DeleteAuthTokenButton, "DeleteAuthTokenButton");
- //
+ //
// CacheGroupBox
- //
+ //
this.CacheGroupBox.Controls.Add(this.CachePath);
this.CacheGroupBox.Controls.Add(this.CacheSummary);
this.CacheGroupBox.Controls.Add(this.CacheLimitPreLabel);
@@ -219,9 +219,9 @@ private void InitializeComponent()
this.CacheGroupBox.TabIndex = 2;
this.CacheGroupBox.TabStop = false;
resources.ApplyResources(this.CacheGroupBox, "CacheGroupBox");
- //
+ //
// CachePath
- //
+ //
this.CachePath.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.CachePath.Location = new System.Drawing.Point(12, 18);
this.CachePath.Margin = new System.Windows.Forms.Padding(2);
@@ -229,27 +229,27 @@ private void InitializeComponent()
this.CachePath.Size = new System.Drawing.Size(452, 20);
this.CachePath.TabIndex = 0;
this.CachePath.TextChanged += new System.EventHandler(this.CachePath_TextChanged);
- //
+ //
// CacheSummary
- //
+ //
this.CacheSummary.AutoSize = true;
this.CacheSummary.Location = new System.Drawing.Point(9, 44);
this.CacheSummary.Name = "CacheSummary";
this.CacheSummary.Size = new System.Drawing.Size(70, 13);
this.CacheSummary.TabIndex = 1;
resources.ApplyResources(this.CacheSummary, "CacheSummary");
- //
+ //
// CacheLimitPreLabel
- //
+ //
this.CacheLimitPreLabel.AutoSize = true;
this.CacheLimitPreLabel.Location = new System.Drawing.Point(9, 65);
this.CacheLimitPreLabel.Name = "CacheLimitPreLabel";
this.CacheLimitPreLabel.Size = new System.Drawing.Size(108, 13);
this.CacheLimitPreLabel.TabIndex = 2;
resources.ApplyResources(this.CacheLimitPreLabel, "CacheLimitPreLabel");
- //
+ //
// CacheLimit
- //
+ //
this.CacheLimit.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.CacheLimit.Location = new System.Drawing.Point(117, 63);
this.CacheLimit.Margin = new System.Windows.Forms.Padding(2);
@@ -258,18 +258,18 @@ private void InitializeComponent()
this.CacheLimit.TabIndex = 3;
this.CacheLimit.TextChanged += new System.EventHandler(this.CacheLimit_TextChanged);
this.CacheLimit.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.CacheLimit_KeyPress);
- //
+ //
// CacheLimitPostLabel
- //
+ //
this.CacheLimitPostLabel.AutoSize = true;
this.CacheLimitPostLabel.Location = new System.Drawing.Point(167, 65);
this.CacheLimitPostLabel.Name = "CacheLimitPostLabel";
this.CacheLimitPostLabel.Size = new System.Drawing.Size(119, 13);
this.CacheLimitPostLabel.TabIndex = 4;
resources.ApplyResources(this.CacheLimitPostLabel, "CacheLimitPostLabel");
- //
+ //
// ChangeCacheButton
- //
+ //
this.ChangeCacheButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.ChangeCacheButton.Location = new System.Drawing.Point(12, 89);
this.ChangeCacheButton.Name = "ChangeCacheButton";
@@ -278,9 +278,9 @@ private void InitializeComponent()
this.ChangeCacheButton.UseVisualStyleBackColor = true;
this.ChangeCacheButton.Click += new System.EventHandler(this.ChangeCacheButton_Click);
resources.ApplyResources(this.ChangeCacheButton, "ChangeCacheButton");
- //
+ //
// ClearCacheButton
- //
+ //
this.ClearCacheButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.ClearCacheButton.Location = new System.Drawing.Point(93, 89);
this.ClearCacheButton.Menu = this.ClearCacheMenu;
@@ -289,31 +289,31 @@ private void InitializeComponent()
this.ClearCacheButton.TabIndex = 6;
this.ClearCacheButton.UseVisualStyleBackColor = true;
resources.ApplyResources(this.ClearCacheButton, "ClearCacheButton");
- //
+ //
// ClearCacheMenu
- //
+ //
this.ClearCacheMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.PurgeToLimitMenuItem,
this.PurgeAllMenuItem});
this.ClearCacheMenu.Name = "ClearCacheMenu";
this.ClearCacheMenu.Size = new System.Drawing.Size(147, 48);
- //
+ //
// PurgeToLimitMenuItem
- //
+ //
this.PurgeToLimitMenuItem.Name = "PurgeToLimitMenuItem";
this.PurgeToLimitMenuItem.Size = new System.Drawing.Size(146, 22);
this.PurgeToLimitMenuItem.Click += new System.EventHandler(this.PurgeToLimitMenuItem_Click);
resources.ApplyResources(this.PurgeToLimitMenuItem, "PurgeToLimitMenuItem");
- //
+ //
// PurgeAllMenuItem
- //
+ //
this.PurgeAllMenuItem.Name = "PurgeAllMenuItem";
this.PurgeAllMenuItem.Size = new System.Drawing.Size(146, 22);
this.PurgeAllMenuItem.Click += new System.EventHandler(this.PurgeAllMenuItem_Click);
resources.ApplyResources(this.PurgeAllMenuItem, "PurgeAllMenuItem");
- //
+ //
// ResetCacheButton
- //
+ //
this.ResetCacheButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.ResetCacheButton.Location = new System.Drawing.Point(174, 89);
this.ResetCacheButton.Name = "ResetCacheButton";
@@ -322,9 +322,9 @@ private void InitializeComponent()
this.ResetCacheButton.UseVisualStyleBackColor = true;
this.ResetCacheButton.Click += new System.EventHandler(this.ResetCacheButton_Click);
resources.ApplyResources(this.ResetCacheButton, "ResetCacheButton");
- //
+ //
// OpenCacheButton
- //
+ //
this.OpenCacheButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.OpenCacheButton.Location = new System.Drawing.Point(255, 89);
this.OpenCacheButton.Name = "OpenCacheButton";
@@ -333,9 +333,9 @@ private void InitializeComponent()
this.OpenCacheButton.UseVisualStyleBackColor = true;
this.OpenCacheButton.Click += new System.EventHandler(this.OpenCacheButton_Click);
resources.ApplyResources(this.OpenCacheButton, "OpenCacheButton");
- //
+ //
// AutoUpdateGroupBox
- //
+ //
this.AutoUpdateGroupBox.Controls.Add(this.LocalVersionPreLabel);
this.AutoUpdateGroupBox.Controls.Add(this.LocalVersionLabel);
this.AutoUpdateGroupBox.Controls.Add(this.LatestVersionPreLabel);
@@ -350,45 +350,45 @@ private void InitializeComponent()
this.AutoUpdateGroupBox.TabIndex = 3;
this.AutoUpdateGroupBox.TabStop = false;
resources.ApplyResources(this.AutoUpdateGroupBox, "AutoUpdateGroupBox");
- //
+ //
// LocalVersionPreLabel
- //
+ //
this.LocalVersionPreLabel.AutoSize = true;
this.LocalVersionPreLabel.Location = new System.Drawing.Point(9, 18);
this.LocalVersionPreLabel.Name = "LocalVersionPreLabel";
this.LocalVersionPreLabel.Size = new System.Drawing.Size(73, 13);
this.LocalVersionPreLabel.TabIndex = 0;
resources.ApplyResources(this.LocalVersionPreLabel, "LocalVersionPreLabel");
- //
+ //
// LocalVersionLabel
- //
+ //
this.LocalVersionLabel.AutoSize = true;
- this.LocalVersionLabel.Location = new System.Drawing.Point(85, 18);
+ this.LocalVersionLabel.Location = new System.Drawing.Point(95, 18);
this.LocalVersionLabel.Name = "LocalVersionLabel";
this.LocalVersionLabel.Size = new System.Drawing.Size(37, 13);
this.LocalVersionLabel.TabIndex = 1;
resources.ApplyResources(this.LocalVersionLabel, "LocalVersionLabel");
- //
+ //
// LatestVersionPreLabel
- //
+ //
this.LatestVersionPreLabel.AutoSize = true;
this.LatestVersionPreLabel.Location = new System.Drawing.Point(9, 39);
this.LatestVersionPreLabel.Name = "LatestVersionPreLabel";
this.LatestVersionPreLabel.Size = new System.Drawing.Size(76, 13);
this.LatestVersionPreLabel.TabIndex = 2;
resources.ApplyResources(this.LatestVersionPreLabel, "LatestVersionPreLabel");
- //
+ //
// LatestVersionLabel
- //
+ //
this.LatestVersionLabel.AutoSize = true;
- this.LatestVersionLabel.Location = new System.Drawing.Point(85, 39);
+ this.LatestVersionLabel.Location = new System.Drawing.Point(95, 39);
this.LatestVersionLabel.Name = "LatestVersionLabel";
this.LatestVersionLabel.Size = new System.Drawing.Size(25, 13);
this.LatestVersionLabel.TabIndex = 3;
resources.ApplyResources(this.LatestVersionLabel, "LatestVersionLabel");
- //
+ //
// CheckUpdateOnLaunchCheckbox
- //
+ //
this.CheckUpdateOnLaunchCheckbox.AutoSize = true;
this.CheckUpdateOnLaunchCheckbox.Location = new System.Drawing.Point(12, 61);
this.CheckUpdateOnLaunchCheckbox.Name = "CheckUpdateOnLaunchCheckbox";
@@ -397,9 +397,9 @@ private void InitializeComponent()
this.CheckUpdateOnLaunchCheckbox.UseVisualStyleBackColor = true;
this.CheckUpdateOnLaunchCheckbox.CheckedChanged += new System.EventHandler(this.CheckUpdateOnLaunchCheckbox_CheckedChanged);
resources.ApplyResources(this.CheckUpdateOnLaunchCheckbox, "CheckUpdateOnLaunchCheckbox");
- //
+ //
// CheckForUpdatesButton
- //
+ //
this.CheckForUpdatesButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.CheckForUpdatesButton.Location = new System.Drawing.Point(12, 84);
this.CheckForUpdatesButton.Name = "CheckForUpdatesButton";
@@ -408,9 +408,9 @@ private void InitializeComponent()
this.CheckForUpdatesButton.UseVisualStyleBackColor = true;
this.CheckForUpdatesButton.Click += new System.EventHandler(this.CheckForUpdatesButton_Click);
resources.ApplyResources(this.CheckForUpdatesButton, "CheckForUpdatesButton");
- //
+ //
// InstallUpdateButton
- //
+ //
this.InstallUpdateButton.Enabled = false;
this.InstallUpdateButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.InstallUpdateButton.Location = new System.Drawing.Point(130, 84);
@@ -420,9 +420,9 @@ private void InitializeComponent()
this.InstallUpdateButton.UseVisualStyleBackColor = true;
this.InstallUpdateButton.Click += new System.EventHandler(this.InstallUpdateButton_Click);
resources.ApplyResources(this.InstallUpdateButton, "InstallUpdateButton");
- //
+ //
// BehaviourGroupBox
- //
+ //
this.BehaviourGroupBox.Controls.Add(this.EnableTrayIconCheckBox);
this.BehaviourGroupBox.Controls.Add(this.MinimizeToTrayCheckBox);
this.BehaviourGroupBox.Controls.Add(this.RefreshPreLabel);
@@ -436,9 +436,9 @@ private void InitializeComponent()
this.BehaviourGroupBox.TabIndex = 4;
this.BehaviourGroupBox.TabStop = false;
resources.ApplyResources(this.BehaviourGroupBox, "BehaviourGroupBox");
- //
+ //
// EnableTrayIconCheckBox
- //
+ //
this.EnableTrayIconCheckBox.AutoSize = true;
this.EnableTrayIconCheckBox.Location = new System.Drawing.Point(12, 18);
this.EnableTrayIconCheckBox.Name = "EnableTrayIconCheckBox";
@@ -447,9 +447,9 @@ private void InitializeComponent()
this.EnableTrayIconCheckBox.UseVisualStyleBackColor = true;
this.EnableTrayIconCheckBox.CheckedChanged += new System.EventHandler(this.EnableTrayIconCheckBox_CheckedChanged);
resources.ApplyResources(this.EnableTrayIconCheckBox, "EnableTrayIconCheckBox");
- //
+ //
// MinimizeToTrayCheckBox
- //
+ //
this.MinimizeToTrayCheckBox.AutoSize = true;
this.MinimizeToTrayCheckBox.Location = new System.Drawing.Point(12, 41);
this.MinimizeToTrayCheckBox.Name = "MinimizeToTrayCheckBox";
@@ -458,18 +458,18 @@ private void InitializeComponent()
this.MinimizeToTrayCheckBox.UseVisualStyleBackColor = true;
this.MinimizeToTrayCheckBox.CheckedChanged += new System.EventHandler(this.MinimizeToTrayCheckBox_CheckedChanged);
resources.ApplyResources(this.MinimizeToTrayCheckBox, "MinimizeToTrayCheckBox");
- //
+ //
// RefreshPreLabel
- //
+ //
this.RefreshPreLabel.AutoSize = true;
this.RefreshPreLabel.Location = new System.Drawing.Point(9, 66);
this.RefreshPreLabel.Name = "RefreshPreLabel";
this.RefreshPreLabel.Size = new System.Drawing.Size(108, 13);
this.RefreshPreLabel.TabIndex = 2;
resources.ApplyResources(this.RefreshPreLabel, "RefreshPreLabel");
- //
+ //
// RefreshTextBox
- //
+ //
this.RefreshTextBox.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.RefreshTextBox.Location = new System.Drawing.Point(122, 64);
this.RefreshTextBox.Name = "RefreshTextBox";
@@ -478,18 +478,18 @@ private void InitializeComponent()
this.toolTip1.SetToolTip(this.RefreshTextBox, "Setting to 0 will not refresh modlist");
this.RefreshTextBox.TextChanged += new System.EventHandler(this.RefreshTextBox_TextChanged);
this.RefreshTextBox.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.RefreshTextBox_KeyPress);
- //
+ //
// RefreshPostLabel
- //
+ //
this.RefreshPostLabel.AutoSize = true;
this.RefreshPostLabel.Location = new System.Drawing.Point(150, 66);
this.RefreshPostLabel.Name = "RefreshPostLabel";
this.RefreshPostLabel.Size = new System.Drawing.Size(49, 13);
this.RefreshPostLabel.TabIndex = 4;
resources.ApplyResources(this.RefreshPostLabel, "RefreshPostLabel");
- //
+ //
// PauseRefreshCheckBox
- //
+ //
this.PauseRefreshCheckBox.AutoSize = true;
this.PauseRefreshCheckBox.Location = new System.Drawing.Point(12, 90);
this.PauseRefreshCheckBox.Name = "PauseRefreshCheckBox";
@@ -498,9 +498,9 @@ private void InitializeComponent()
this.PauseRefreshCheckBox.UseVisualStyleBackColor = true;
this.PauseRefreshCheckBox.CheckedChanged += new System.EventHandler(this.PauseRefreshCheckBox_CheckedChanged);
resources.ApplyResources(this.PauseRefreshCheckBox, "PauseRefreshCheckBox");
- //
+ //
// MoreSettingsGroupBox
- //
+ //
this.MoreSettingsGroupBox.Controls.Add(this.AutoSortUpdateCheckBox);
this.MoreSettingsGroupBox.Controls.Add(this.RefreshOnStartupCheckbox);
this.MoreSettingsGroupBox.Controls.Add(this.HideEpochsCheckbox);
@@ -512,9 +512,9 @@ private void InitializeComponent()
this.MoreSettingsGroupBox.TabIndex = 5;
this.MoreSettingsGroupBox.TabStop = false;
resources.ApplyResources(this.MoreSettingsGroupBox, "MoreSettingsGroupBox");
- //
+ //
// AutoSortUpdateCheckBox
- //
+ //
this.AutoSortUpdateCheckBox.AutoSize = true;
this.AutoSortUpdateCheckBox.Location = new System.Drawing.Point(12, 18);
this.AutoSortUpdateCheckBox.Name = "AutoSortUpdateCheckBox";
@@ -523,9 +523,9 @@ private void InitializeComponent()
this.AutoSortUpdateCheckBox.UseVisualStyleBackColor = true;
this.AutoSortUpdateCheckBox.CheckedChanged += new System.EventHandler(this.AutoSortUpdateCheckBox_CheckedChanged);
resources.ApplyResources(this.AutoSortUpdateCheckBox, "AutoSortUpdateCheckBox");
- //
+ //
// RefreshOnStartupCheckbox
- //
+ //
this.RefreshOnStartupCheckbox.AutoSize = true;
this.RefreshOnStartupCheckbox.Location = new System.Drawing.Point(12, 41);
this.RefreshOnStartupCheckbox.Name = "RefreshOnStartupCheckbox";
@@ -534,9 +534,9 @@ private void InitializeComponent()
this.RefreshOnStartupCheckbox.UseVisualStyleBackColor = true;
this.RefreshOnStartupCheckbox.CheckedChanged += new System.EventHandler(this.RefreshOnStartupCheckbox_CheckedChanged);
resources.ApplyResources(this.RefreshOnStartupCheckbox, "RefreshOnStartupCheckbox");
- //
+ //
// HideEpochsCheckbox
- //
+ //
this.HideEpochsCheckbox.AutoSize = true;
this.HideEpochsCheckbox.Location = new System.Drawing.Point(12, 64);
this.HideEpochsCheckbox.Name = "HideEpochsCheckbox";
@@ -545,9 +545,9 @@ private void InitializeComponent()
this.HideEpochsCheckbox.UseVisualStyleBackColor = true;
this.HideEpochsCheckbox.CheckedChanged += new System.EventHandler(this.HideEpochsCheckbox_CheckedChanged);
resources.ApplyResources(this.HideEpochsCheckbox, "HideEpochsCheckbox");
- //
+ //
// HideVCheckbox
- //
+ //
this.HideVCheckbox.AutoSize = true;
this.HideVCheckbox.Location = new System.Drawing.Point(12, 87);
this.HideVCheckbox.Name = "HideVCheckbox";
@@ -556,9 +556,9 @@ private void InitializeComponent()
this.HideVCheckbox.UseVisualStyleBackColor = true;
this.HideVCheckbox.CheckedChanged += new System.EventHandler(this.HideVCheckbox_CheckedChanged);
resources.ApplyResources(this.HideVCheckbox, "HideVCheckbox");
- //
+ //
// SettingsDialog
- //
+ //
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(500, 657);
diff --git a/GUI/SettingsDialog.resx b/GUI/SettingsDialog.resx
index b3a6baf4ab..db6d5d270d 100644
--- a/GUI/SettingsDialog.resx
+++ b/GUI/SettingsDialog.resx
@@ -1,17 +1,17 @@
-