Merge pull request #79 from stephen-turner/CA-130368

CA-130368 Update various language and URLs
This commit is contained in:
Mihaela Stoica 2014-06-02 11:30:29 +01:00
commit b529869773
9 changed files with 194 additions and 271 deletions

View File

@ -151,44 +151,44 @@ namespace XenAdmin.TabPages
this.panelLearn.Cursor = System.Windows.Forms.Cursors.Hand;
resources.ApplyResources(this.panelLearn, "panelLearn");
this.panelLearn.Name = "panelLearn";
this.panelLearn.MouseLeave += new System.EventHandler(this.panelLearn_MouseLeave);
this.panelLearn.Click += new System.EventHandler(this.panelLearn_Click);
this.panelLearn.MouseDown += new System.Windows.Forms.MouseEventHandler(this.panelLearn_MouseDown);
this.panelLearn.MouseUp += new System.Windows.Forms.MouseEventHandler(this.panelLearn_MouseUp);
this.panelLearn.MouseEnter += new System.EventHandler(this.panelLearn_MouseEnter);
this.panelLearn.MouseLeave += new System.EventHandler(this.panelLearn_MouseLeave);
this.panelLearn.MouseUp += new System.Windows.Forms.MouseEventHandler(this.panelLearn_MouseUp);
//
// panelAdd
//
this.panelAdd.Cursor = System.Windows.Forms.Cursors.Hand;
resources.ApplyResources(this.panelAdd, "panelAdd");
this.panelAdd.Name = "panelAdd";
this.panelAdd.MouseLeave += new System.EventHandler(this.panelAdd_MouseLeave);
this.panelAdd.Click += new System.EventHandler(this.panelAdd_Click);
this.panelAdd.MouseDown += new System.Windows.Forms.MouseEventHandler(this.panelAdd_MouseDown);
this.panelAdd.MouseUp += new System.Windows.Forms.MouseEventHandler(this.panelAdd_MouseUp);
this.panelAdd.MouseEnter += new System.EventHandler(this.panelAdd_MouseEnter);
this.panelAdd.MouseLeave += new System.EventHandler(this.panelAdd_MouseLeave);
this.panelAdd.MouseUp += new System.Windows.Forms.MouseEventHandler(this.panelAdd_MouseUp);
//
// panelGet
//
this.panelGet.Cursor = System.Windows.Forms.Cursors.Hand;
resources.ApplyResources(this.panelGet, "panelGet");
this.panelGet.Name = "panelGet";
this.panelGet.MouseLeave += new System.EventHandler(this.panelGet_MouseLeave);
this.panelGet.Click += new System.EventHandler(this.panelGet_Click);
this.panelGet.MouseDown += new System.Windows.Forms.MouseEventHandler(this.panelGet_MouseDown);
this.panelGet.MouseUp += new System.Windows.Forms.MouseEventHandler(this.panelGet_MouseUp);
this.panelGet.MouseEnter += new System.EventHandler(this.panelGet_MouseEnter);
this.panelGet.MouseLeave += new System.EventHandler(this.panelGet_MouseLeave);
this.panelGet.MouseUp += new System.Windows.Forms.MouseEventHandler(this.panelGet_MouseUp);
//
// panelTry
//
this.panelTry.Cursor = System.Windows.Forms.Cursors.Hand;
resources.ApplyResources(this.panelTry, "panelTry");
this.panelTry.Name = "panelTry";
this.panelTry.MouseLeave += new System.EventHandler(this.panelTry_MouseLeave);
this.panelTry.Click += new System.EventHandler(this.panelTry_Click);
this.panelTry.MouseDown += new System.Windows.Forms.MouseEventHandler(this.panelTry_MouseDown);
this.panelTry.MouseUp += new System.Windows.Forms.MouseEventHandler(this.panelTry_MouseUp);
this.panelTry.MouseEnter += new System.EventHandler(this.panelTry_MouseEnter);
this.panelTry.MouseLeave += new System.EventHandler(this.panelTry_MouseLeave);
this.panelTry.MouseUp += new System.Windows.Forms.MouseEventHandler(this.panelTry_MouseUp);
//
// titleCommunity
//
@ -200,120 +200,96 @@ namespace XenAdmin.TabPages
resources.ApplyResources(this.labelNetwork, "labelNetwork");
this.labelNetwork.Cursor = System.Windows.Forms.Cursors.Hand;
this.labelNetwork.Name = "labelNetwork";
this.labelNetwork.MouseLeave += new System.EventHandler(this.labelNetwork_MouseLeave);
this.labelNetwork.Click += new System.EventHandler(this.labelNetwork_Click);
this.labelNetwork.MouseDown += new System.Windows.Forms.MouseEventHandler(this.labelNetwork_MouseDown);
this.labelNetwork.MouseUp += new System.Windows.Forms.MouseEventHandler(this.labelNetwork_MouseUp);
this.labelNetwork.MouseEnter += new System.EventHandler(this.labelNetwork_MouseEnter);
this.labelNetwork.MouseLeave += new System.EventHandler(this.labelNetwork_MouseLeave);
this.labelNetwork.MouseUp += new System.Windows.Forms.MouseEventHandler(this.labelNetwork_MouseUp);
//
// iconCommunity
//
this.iconCommunity.ErrorImage = null;
this.iconCommunity.Image = global::XenAdmin.Properties.Resources.homepage_community_icon;
resources.ApplyResources(this.iconCommunity, "iconCommunity");
this.iconCommunity.InitialImage = null;
this.iconCommunity.Image = global::XenAdmin.Properties.Resources.homepage_community_icon;
this.iconCommunity.Name = "iconCommunity";
this.iconCommunity.TabStop = false;
//
// iconLearn
//
this.iconLearn.ErrorImage = null;
this.iconLearn.Image = global::XenAdmin.Properties.Resources.homepage_learn_icon;
resources.ApplyResources(this.iconLearn, "iconLearn");
this.iconLearn.InitialImage = null;
this.iconLearn.Image = global::XenAdmin.Properties.Resources.homepage_learn_icon;
this.iconLearn.Name = "iconLearn";
this.iconLearn.TabStop = false;
//
// iconAdd
//
this.iconAdd.ErrorImage = null;
this.iconAdd.Image = global::XenAdmin.Properties.Resources.homepage_add_icon;
resources.ApplyResources(this.iconAdd, "iconAdd");
this.iconAdd.InitialImage = null;
this.iconAdd.Image = global::XenAdmin.Properties.Resources.homepage_add_icon;
this.iconAdd.Name = "iconAdd";
this.iconAdd.TabStop = false;
this.iconAdd.Click += new System.EventHandler(this.panelAdd_Click);
//
// iconGet
//
this.iconGet.ErrorImage = null;
this.iconGet.Image = global::XenAdmin.Properties.Resources.homepage_get_icon;
resources.ApplyResources(this.iconGet, "iconGet");
this.iconGet.InitialImage = null;
this.iconGet.Image = global::XenAdmin.Properties.Resources.homepage_get_icon;
this.iconGet.Name = "iconGet";
this.iconGet.TabStop = false;
this.iconGet.Click += new System.EventHandler(this.panelGet_Click);
//
// iconTry
//
this.iconTry.ErrorImage = null;
this.iconTry.Image = global::XenAdmin.Properties.Resources.homepage_try_icon;
resources.ApplyResources(this.iconTry, "iconTry");
this.iconTry.InitialImage = null;
this.iconTry.Image = global::XenAdmin.Properties.Resources.homepage_try_icon;
this.iconTry.Name = "iconTry";
this.iconTry.TabStop = false;
this.iconTry.Click += new System.EventHandler(this.panelTry_Click);
//
// horizDiv
//
this.horizDiv.ErrorImage = null;
this.horizDiv.Image = global::XenAdmin.Properties.Resources.homepage_hor_div;
resources.ApplyResources(this.horizDiv, "horizDiv");
this.horizDiv.InitialImage = null;
this.horizDiv.Image = global::XenAdmin.Properties.Resources.homepage_hor_div;
this.horizDiv.Name = "horizDiv";
this.horizDiv.TabStop = false;
//
// vertDiv3
//
this.vertDiv3.ErrorImage = null;
this.vertDiv3.Image = global::XenAdmin.Properties.Resources.homepage_vert_div;
resources.ApplyResources(this.vertDiv3, "vertDiv3");
this.vertDiv3.InitialImage = null;
this.vertDiv3.Image = global::XenAdmin.Properties.Resources.homepage_vert_div;
this.vertDiv3.Name = "vertDiv3";
this.vertDiv3.TabStop = false;
//
// vertDiv2
//
this.vertDiv2.ErrorImage = null;
this.vertDiv2.Image = global::XenAdmin.Properties.Resources.homepage_vert_div;
resources.ApplyResources(this.vertDiv2, "vertDiv2");
this.vertDiv2.InitialImage = null;
this.vertDiv2.Image = global::XenAdmin.Properties.Resources.homepage_vert_div;
this.vertDiv2.Name = "vertDiv2";
this.vertDiv2.TabStop = false;
//
// vertDiv1
//
this.vertDiv1.ErrorImage = null;
this.vertDiv1.Image = global::XenAdmin.Properties.Resources.homepage_vert_div;
resources.ApplyResources(this.vertDiv1, "vertDiv1");
this.vertDiv1.InitialImage = null;
this.vertDiv1.Image = global::XenAdmin.Properties.Resources.homepage_vert_div;
this.vertDiv1.Name = "vertDiv1";
this.vertDiv1.TabStop = false;
//
// bulletNetwork
//
this.bulletNetwork.ErrorImage = null;
this.bulletNetwork.Image = global::XenAdmin.Properties.Resources.homepage_bullet;
this.bulletNetwork.InitialImage = null;
resources.ApplyResources(this.bulletNetwork, "bulletNetwork");
this.bulletNetwork.Image = global::XenAdmin.Properties.Resources.homepage_bullet;
this.bulletNetwork.Name = "bulletNetwork";
this.bulletNetwork.TabStop = false;
//
// bulletSupport
//
this.bulletSupport.ErrorImage = null;
this.bulletSupport.Image = global::XenAdmin.Properties.Resources.homepage_bullet;
resources.ApplyResources(this.bulletSupport, "bulletSupport");
this.bulletSupport.InitialImage = null;
this.bulletSupport.Image = global::XenAdmin.Properties.Resources.homepage_bullet;
this.bulletSupport.Name = "bulletSupport";
this.bulletSupport.TabStop = false;
//
// bulletPartners
//
this.bulletPartners.ErrorImage = null;
this.bulletPartners.Image = global::XenAdmin.Properties.Resources.homepage_bullet;
resources.ApplyResources(this.bulletPartners, "bulletPartners");
this.bulletPartners.InitialImage = null;
this.bulletPartners.Image = global::XenAdmin.Properties.Resources.homepage_bullet;
this.bulletPartners.Name = "bulletPartners";
this.bulletPartners.TabStop = false;
//
@ -322,22 +298,22 @@ namespace XenAdmin.TabPages
resources.ApplyResources(this.labelSupport, "labelSupport");
this.labelSupport.Cursor = System.Windows.Forms.Cursors.Hand;
this.labelSupport.Name = "labelSupport";
this.labelSupport.MouseLeave += new System.EventHandler(this.labelSupport_MouseLeave);
this.labelSupport.Click += new System.EventHandler(this.labelSupport_Click);
this.labelSupport.MouseDown += new System.Windows.Forms.MouseEventHandler(this.labelSupport_MouseDown);
this.labelSupport.MouseUp += new System.Windows.Forms.MouseEventHandler(this.labelSupport_MouseUp);
this.labelSupport.MouseEnter += new System.EventHandler(this.labelSupport_MouseEnter);
this.labelSupport.MouseLeave += new System.EventHandler(this.labelSupport_MouseLeave);
this.labelSupport.MouseUp += new System.Windows.Forms.MouseEventHandler(this.labelSupport_MouseUp);
//
// labelPartners
//
resources.ApplyResources(this.labelPartners, "labelPartners");
this.labelPartners.Cursor = System.Windows.Forms.Cursors.Hand;
this.labelPartners.Name = "labelPartners";
this.labelPartners.MouseLeave += new System.EventHandler(this.labelPartners_MouseLeave);
this.labelPartners.Click += new System.EventHandler(this.labelPartners_Click);
this.labelPartners.MouseDown += new System.Windows.Forms.MouseEventHandler(this.labelPartners_MouseDown);
this.labelPartners.MouseUp += new System.Windows.Forms.MouseEventHandler(this.labelPartners_MouseUp);
this.labelPartners.MouseEnter += new System.EventHandler(this.labelPartners_MouseEnter);
this.labelPartners.MouseLeave += new System.EventHandler(this.labelPartners_MouseLeave);
this.labelPartners.MouseUp += new System.Windows.Forms.MouseEventHandler(this.labelPartners_MouseUp);
//
// mainPanel
//
@ -374,7 +350,6 @@ namespace XenAdmin.TabPages
this.mainPanel.Controls.Add(this.vertDiv2);
this.mainPanel.Controls.Add(this.vertDiv1);
resources.ApplyResources(this.mainPanel, "mainPanel");
this.mainPanel.MinimumSize = new System.Drawing.Size(707, 442);
this.mainPanel.Name = "mainPanel";
//
// HomePage

View File

@ -112,16 +112,16 @@
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<assembly alias="System.Drawing" name="System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
<assembly alias="System.Drawing" name="System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
<data name="line2Learn.Font" type="System.Drawing.Font, System.Drawing">
<value>Segoe UI, 11.25pt</value>
</data>
<assembly alias="System.Windows.Forms" name="System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
<assembly alias="System.Windows.Forms" name="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
<data name="line2Learn.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
<value>NoControl</value>
</data>
@ -134,7 +134,7 @@
<data name="line2Learn.Size" type="System.Drawing.Size, System.Drawing">
<value>134, 20</value>
</data>
<assembly alias="mscorlib" name="mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
<assembly alias="mscorlib" name="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
<data name="line2Learn.TabIndex" type="System.Int32, mscorlib">
<value>2</value>
</data>
@ -148,7 +148,7 @@
<value>line2Learn</value>
</data>
<data name="&gt;&gt;line2Learn.Type" xml:space="preserve">
<value>System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
<value>System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;line2Learn.Parent" xml:space="preserve">
<value>mainPanel</value>
@ -184,7 +184,7 @@
<value>line1Learn</value>
</data>
<data name="&gt;&gt;line1Learn.Type" xml:space="preserve">
<value>System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
<value>System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;line1Learn.Parent" xml:space="preserve">
<value>mainPanel</value>
@ -220,7 +220,7 @@
<value>titleLearn</value>
</data>
<data name="&gt;&gt;titleLearn.Type" xml:space="preserve">
<value>System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
<value>System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;titleLearn.Parent" xml:space="preserve">
<value>mainPanel</value>
@ -256,7 +256,7 @@
<value>line1Add</value>
</data>
<data name="&gt;&gt;line1Add.Type" xml:space="preserve">
<value>System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
<value>System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;line1Add.Parent" xml:space="preserve">
<value>mainPanel</value>
@ -292,7 +292,7 @@
<value>titleAdd</value>
</data>
<data name="&gt;&gt;titleAdd.Type" xml:space="preserve">
<value>System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
<value>System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;titleAdd.Parent" xml:space="preserve">
<value>mainPanel</value>
@ -319,7 +319,7 @@
<value>3</value>
</data>
<data name="line1Upgrade.Text" xml:space="preserve">
<value>XenServer</value>
<value>support</value>
</data>
<data name="line1Upgrade.TextAlign" type="System.Drawing.ContentAlignment, System.Drawing">
<value>TopCenter</value>
@ -328,7 +328,7 @@
<value>line1Upgrade</value>
</data>
<data name="&gt;&gt;line1Upgrade.Type" xml:space="preserve">
<value>System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
<value>System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;line1Upgrade.Parent" xml:space="preserve">
<value>mainPanel</value>
@ -355,7 +355,7 @@
<value>2</value>
</data>
<data name="titleUpgrade.Text" xml:space="preserve">
<value>UPGRADE</value>
<value>PURCHASE</value>
</data>
<data name="titleUpgrade.TextAlign" type="System.Drawing.ContentAlignment, System.Drawing">
<value>TopCenter</value>
@ -364,7 +364,7 @@
<value>titleUpgrade</value>
</data>
<data name="&gt;&gt;titleUpgrade.Type" xml:space="preserve">
<value>System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
<value>System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;titleUpgrade.Parent" xml:space="preserve">
<value>mainPanel</value>
@ -400,7 +400,7 @@
<value>line2Try</value>
</data>
<data name="&gt;&gt;line2Try.Type" xml:space="preserve">
<value>System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
<value>System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;line2Try.Parent" xml:space="preserve">
<value>mainPanel</value>
@ -436,7 +436,7 @@
<value>line1Try</value>
</data>
<data name="&gt;&gt;line1Try.Type" xml:space="preserve">
<value>System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
<value>System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;line1Try.Parent" xml:space="preserve">
<value>mainPanel</value>
@ -472,7 +472,7 @@
<value>titleTry</value>
</data>
<data name="&gt;&gt;titleTry.Type" xml:space="preserve">
<value>System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
<value>System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;titleTry.Parent" xml:space="preserve">
<value>mainPanel</value>
@ -505,7 +505,7 @@
<value>heading</value>
</data>
<data name="&gt;&gt;heading.Type" xml:space="preserve">
<value>System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
<value>System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;heading.Parent" xml:space="preserve">
<value>mainPanel</value>
@ -538,7 +538,7 @@
<value>subHeading</value>
</data>
<data name="&gt;&gt;subHeading.Type" xml:space="preserve">
<value>System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
<value>System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;subHeading.Parent" xml:space="preserve">
<value>mainPanel</value>
@ -655,7 +655,7 @@
<value>titleCommunity</value>
</data>
<data name="&gt;&gt;titleCommunity.Type" xml:space="preserve">
<value>System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
<value>System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;titleCommunity.Parent" xml:space="preserve">
<value>mainPanel</value>
@ -688,7 +688,7 @@
<value>labelNetwork</value>
</data>
<data name="&gt;&gt;labelNetwork.Type" xml:space="preserve">
<value>System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
<value>System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;labelNetwork.Parent" xml:space="preserve">
<value>mainPanel</value>
@ -696,9 +696,15 @@
<data name="&gt;&gt;labelNetwork.ZOrder" xml:space="preserve">
<value>5</value>
</data>
<data name="iconCommunity.ErrorImage" type="System.Resources.ResXNullRef, System.Windows.Forms">
<value />
</data>
<data name="iconCommunity.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
<value>NoControl</value>
</data>
<data name="iconCommunity.InitialImage" type="System.Resources.ResXNullRef, System.Windows.Forms">
<value />
</data>
<data name="iconCommunity.Location" type="System.Drawing.Point, System.Drawing">
<value>181, 338</value>
</data>
@ -712,7 +718,7 @@
<value>iconCommunity</value>
</data>
<data name="&gt;&gt;iconCommunity.Type" xml:space="preserve">
<value>System.Windows.Forms.PictureBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
<value>System.Windows.Forms.PictureBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;iconCommunity.Parent" xml:space="preserve">
<value>mainPanel</value>
@ -720,9 +726,15 @@
<data name="&gt;&gt;iconCommunity.ZOrder" xml:space="preserve">
<value>6</value>
</data>
<data name="iconLearn.ErrorImage" type="System.Resources.ResXNullRef, System.Windows.Forms">
<value />
</data>
<data name="iconLearn.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
<value>NoControl</value>
</data>
<data name="iconLearn.InitialImage" type="System.Resources.ResXNullRef, System.Windows.Forms">
<value />
</data>
<data name="iconLearn.Location" type="System.Drawing.Point, System.Drawing">
<value>27, 82</value>
</data>
@ -736,7 +748,7 @@
<value>iconLearn</value>
</data>
<data name="&gt;&gt;iconLearn.Type" xml:space="preserve">
<value>System.Windows.Forms.PictureBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
<value>System.Windows.Forms.PictureBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;iconLearn.Parent" xml:space="preserve">
<value>mainPanel</value>
@ -744,9 +756,15 @@
<data name="&gt;&gt;iconLearn.ZOrder" xml:space="preserve">
<value>12</value>
</data>
<data name="iconAdd.ErrorImage" type="System.Resources.ResXNullRef, System.Windows.Forms">
<value />
</data>
<data name="iconAdd.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
<value>NoControl</value>
</data>
<data name="iconAdd.InitialImage" type="System.Resources.ResXNullRef, System.Windows.Forms">
<value />
</data>
<data name="iconAdd.Location" type="System.Drawing.Point, System.Drawing">
<value>214, 82</value>
</data>
@ -760,7 +778,7 @@
<value>iconAdd</value>
</data>
<data name="&gt;&gt;iconAdd.Type" xml:space="preserve">
<value>System.Windows.Forms.PictureBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
<value>System.Windows.Forms.PictureBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;iconAdd.Parent" xml:space="preserve">
<value>mainPanel</value>
@ -768,9 +786,15 @@
<data name="&gt;&gt;iconAdd.ZOrder" xml:space="preserve">
<value>16</value>
</data>
<data name="iconGet.ErrorImage" type="System.Resources.ResXNullRef, System.Windows.Forms">
<value />
</data>
<data name="iconGet.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
<value>NoControl</value>
</data>
<data name="iconGet.InitialImage" type="System.Resources.ResXNullRef, System.Windows.Forms">
<value />
</data>
<data name="iconGet.Location" type="System.Drawing.Point, System.Drawing">
<value>401, 82</value>
</data>
@ -784,7 +808,7 @@
<value>iconGet</value>
</data>
<data name="&gt;&gt;iconGet.Type" xml:space="preserve">
<value>System.Windows.Forms.PictureBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
<value>System.Windows.Forms.PictureBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;iconGet.Parent" xml:space="preserve">
<value>mainPanel</value>
@ -792,9 +816,15 @@
<data name="&gt;&gt;iconGet.ZOrder" xml:space="preserve">
<value>19</value>
</data>
<data name="iconTry.ErrorImage" type="System.Resources.ResXNullRef, System.Windows.Forms">
<value />
</data>
<data name="iconTry.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
<value>NoControl</value>
</data>
<data name="iconTry.InitialImage" type="System.Resources.ResXNullRef, System.Windows.Forms">
<value />
</data>
<data name="iconTry.Location" type="System.Drawing.Point, System.Drawing">
<value>597, 82</value>
</data>
@ -808,7 +838,7 @@
<value>iconTry</value>
</data>
<data name="&gt;&gt;iconTry.Type" xml:space="preserve">
<value>System.Windows.Forms.PictureBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
<value>System.Windows.Forms.PictureBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;iconTry.Parent" xml:space="preserve">
<value>mainPanel</value>
@ -816,9 +846,15 @@
<data name="&gt;&gt;iconTry.ZOrder" xml:space="preserve">
<value>22</value>
</data>
<data name="horizDiv.ErrorImage" type="System.Resources.ResXNullRef, System.Windows.Forms">
<value />
</data>
<data name="horizDiv.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
<value>NoControl</value>
</data>
<data name="horizDiv.InitialImage" type="System.Resources.ResXNullRef, System.Windows.Forms">
<value />
</data>
<data name="horizDiv.Location" type="System.Drawing.Point, System.Drawing">
<value>0, 278</value>
</data>
@ -832,7 +868,7 @@
<value>horizDiv</value>
</data>
<data name="&gt;&gt;horizDiv.Type" xml:space="preserve">
<value>System.Windows.Forms.PictureBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
<value>System.Windows.Forms.PictureBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;horizDiv.Parent" xml:space="preserve">
<value>mainPanel</value>
@ -840,9 +876,15 @@
<data name="&gt;&gt;horizDiv.ZOrder" xml:space="preserve">
<value>28</value>
</data>
<data name="vertDiv3.ErrorImage" type="System.Resources.ResXNullRef, System.Windows.Forms">
<value />
</data>
<data name="vertDiv3.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
<value>NoControl</value>
</data>
<data name="vertDiv3.InitialImage" type="System.Resources.ResXNullRef, System.Windows.Forms">
<value />
</data>
<data name="vertDiv3.Location" type="System.Drawing.Point, System.Drawing">
<value>542, 62</value>
</data>
@ -856,7 +898,7 @@
<value>vertDiv3</value>
</data>
<data name="&gt;&gt;vertDiv3.Type" xml:space="preserve">
<value>System.Windows.Forms.PictureBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
<value>System.Windows.Forms.PictureBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;vertDiv3.Parent" xml:space="preserve">
<value>mainPanel</value>
@ -864,9 +906,15 @@
<data name="&gt;&gt;vertDiv3.ZOrder" xml:space="preserve">
<value>29</value>
</data>
<data name="vertDiv2.ErrorImage" type="System.Resources.ResXNullRef, System.Windows.Forms">
<value />
</data>
<data name="vertDiv2.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
<value>NoControl</value>
</data>
<data name="vertDiv2.InitialImage" type="System.Resources.ResXNullRef, System.Windows.Forms">
<value />
</data>
<data name="vertDiv2.Location" type="System.Drawing.Point, System.Drawing">
<value>354, 62</value>
</data>
@ -880,7 +928,7 @@
<value>vertDiv2</value>
</data>
<data name="&gt;&gt;vertDiv2.Type" xml:space="preserve">
<value>System.Windows.Forms.PictureBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
<value>System.Windows.Forms.PictureBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;vertDiv2.Parent" xml:space="preserve">
<value>mainPanel</value>
@ -888,9 +936,15 @@
<data name="&gt;&gt;vertDiv2.ZOrder" xml:space="preserve">
<value>30</value>
</data>
<data name="vertDiv1.ErrorImage" type="System.Resources.ResXNullRef, System.Windows.Forms">
<value />
</data>
<data name="vertDiv1.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
<value>NoControl</value>
</data>
<data name="vertDiv1.InitialImage" type="System.Resources.ResXNullRef, System.Windows.Forms">
<value />
</data>
<data name="vertDiv1.Location" type="System.Drawing.Point, System.Drawing">
<value>166, 62</value>
</data>
@ -904,7 +958,7 @@
<value>vertDiv1</value>
</data>
<data name="&gt;&gt;vertDiv1.Type" xml:space="preserve">
<value>System.Windows.Forms.PictureBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
<value>System.Windows.Forms.PictureBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;vertDiv1.Parent" xml:space="preserve">
<value>mainPanel</value>
@ -912,6 +966,12 @@
<data name="&gt;&gt;vertDiv1.ZOrder" xml:space="preserve">
<value>31</value>
</data>
<data name="bulletNetwork.ErrorImage" type="System.Resources.ResXNullRef, System.Windows.Forms">
<value />
</data>
<data name="bulletNetwork.InitialImage" type="System.Resources.ResXNullRef, System.Windows.Forms">
<value />
</data>
<data name="bulletNetwork.Location" type="System.Drawing.Point, System.Drawing">
<value>286, 361</value>
</data>
@ -925,7 +985,7 @@
<value>bulletNetwork</value>
</data>
<data name="&gt;&gt;bulletNetwork.Type" xml:space="preserve">
<value>System.Windows.Forms.PictureBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
<value>System.Windows.Forms.PictureBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;bulletNetwork.Parent" xml:space="preserve">
<value>mainPanel</value>
@ -933,9 +993,15 @@
<data name="&gt;&gt;bulletNetwork.ZOrder" xml:space="preserve">
<value>4</value>
</data>
<data name="bulletSupport.ErrorImage" type="System.Resources.ResXNullRef, System.Windows.Forms">
<value />
</data>
<data name="bulletSupport.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
<value>NoControl</value>
</data>
<data name="bulletSupport.InitialImage" type="System.Resources.ResXNullRef, System.Windows.Forms">
<value />
</data>
<data name="bulletSupport.Location" type="System.Drawing.Point, System.Drawing">
<value>286, 385</value>
</data>
@ -949,7 +1015,7 @@
<value>bulletSupport</value>
</data>
<data name="&gt;&gt;bulletSupport.Type" xml:space="preserve">
<value>System.Windows.Forms.PictureBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
<value>System.Windows.Forms.PictureBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;bulletSupport.Parent" xml:space="preserve">
<value>mainPanel</value>
@ -957,9 +1023,15 @@
<data name="&gt;&gt;bulletSupport.ZOrder" xml:space="preserve">
<value>3</value>
</data>
<data name="bulletPartners.ErrorImage" type="System.Resources.ResXNullRef, System.Windows.Forms">
<value />
</data>
<data name="bulletPartners.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
<value>NoControl</value>
</data>
<data name="bulletPartners.InitialImage" type="System.Resources.ResXNullRef, System.Windows.Forms">
<value />
</data>
<data name="bulletPartners.Location" type="System.Drawing.Point, System.Drawing">
<value>286, 409</value>
</data>
@ -973,7 +1045,7 @@
<value>bulletPartners</value>
</data>
<data name="&gt;&gt;bulletPartners.Type" xml:space="preserve">
<value>System.Windows.Forms.PictureBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
<value>System.Windows.Forms.PictureBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;bulletPartners.Parent" xml:space="preserve">
<value>mainPanel</value>
@ -1006,7 +1078,7 @@
<value>labelSupport</value>
</data>
<data name="&gt;&gt;labelSupport.Type" xml:space="preserve">
<value>System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
<value>System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;labelSupport.Parent" xml:space="preserve">
<value>mainPanel</value>
@ -1039,7 +1111,7 @@
<value>labelPartners</value>
</data>
<data name="&gt;&gt;labelPartners.Type" xml:space="preserve">
<value>System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
<value>System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;labelPartners.Parent" xml:space="preserve">
<value>mainPanel</value>
@ -1053,6 +1125,9 @@
<data name="mainPanel.Margin" type="System.Windows.Forms.Padding, System.Windows.Forms">
<value>0, 0, 0, 0</value>
</data>
<data name="mainPanel.MinimumSize" type="System.Drawing.Size, System.Drawing">
<value>707, 442</value>
</data>
<data name="mainPanel.Size" type="System.Drawing.Size, System.Drawing">
<value>707, 442</value>
</data>
@ -1063,7 +1138,7 @@
<value>mainPanel</value>
</data>
<data name="&gt;&gt;mainPanel.Type" xml:space="preserve">
<value>System.Windows.Forms.Panel, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
<value>System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;mainPanel.Parent" xml:space="preserve">
<value>$this</value>
@ -1071,7 +1146,7 @@
<data name="&gt;&gt;mainPanel.ZOrder" xml:space="preserve">
<value>0</value>
</data>
<metadata name="$this.Localizable" type="System.Boolean, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<metadata name="$this.Localizable" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>True</value>
</metadata>
<data name="$this.Font" type="System.Drawing.Font, System.Drawing">

View File

@ -38,15 +38,10 @@ namespace XenAdmin.Wizards.NewVMWizard
this.DescriptionLabel = new System.Windows.Forms.Label();
this.DescriptionBox = new System.Windows.Forms.GroupBox();
this.checkBoxCopyBiosStrings = new System.Windows.Forms.CheckBox();
this.panelDebianLenny = new System.Windows.Forms.Panel();
this.linkLabel1 = new System.Windows.Forms.LinkLabel();
this.pictureBox1 = new System.Windows.Forms.PictureBox();
this.searchTextBox1 = new XenAdmin.Controls.SearchTextBox();
((System.ComponentModel.ISupportInitialize)(this.TemplatesGridView)).BeginInit();
this.panel1.SuspendLayout();
this.DescriptionBox.SuspendLayout();
this.panelDebianLenny.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
this.SuspendLayout();
//
// TemplatesGridView
@ -116,30 +111,6 @@ namespace XenAdmin.Wizards.NewVMWizard
this.checkBoxCopyBiosStrings.Name = "checkBoxCopyBiosStrings";
this.checkBoxCopyBiosStrings.UseVisualStyleBackColor = true;
//
// panelDebianLenny
//
resources.ApplyResources(this.panelDebianLenny, "panelDebianLenny");
this.panelDebianLenny.Controls.Add(this.linkLabel1);
this.panelDebianLenny.Controls.Add(this.pictureBox1);
this.panelDebianLenny.Name = "panelDebianLenny";
//
// linkLabel1
//
resources.ApplyResources(this.linkLabel1, "linkLabel1");
this.linkLabel1.AutoEllipsis = true;
this.linkLabel1.Name = "linkLabel1";
this.linkLabel1.TabStop = true;
this.linkLabel1.UseCompatibleTextRendering = true;
this.linkLabel1.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel1_LinkClicked);
//
// pictureBox1
//
this.pictureBox1.Image = global::XenAdmin.Properties.Resources._000_Info3_h32bit_16;
this.pictureBox1.InitialImage = global::XenAdmin.Properties.Resources._000_Info3_h32bit_16;
resources.ApplyResources(this.pictureBox1, "pictureBox1");
this.pictureBox1.Name = "pictureBox1";
this.pictureBox1.TabStop = false;
//
// searchTextBox1
//
resources.ApplyResources(this.searchTextBox1, "searchTextBox1");
@ -151,7 +122,6 @@ namespace XenAdmin.Wizards.NewVMWizard
resources.ApplyResources(this, "$this");
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
this.Controls.Add(this.searchTextBox1);
this.Controls.Add(this.panelDebianLenny);
this.Controls.Add(this.checkBoxCopyBiosStrings);
this.Controls.Add(this.TemplatesGridView);
this.Controls.Add(this.DescriptionBox);
@ -159,8 +129,6 @@ namespace XenAdmin.Wizards.NewVMWizard
((System.ComponentModel.ISupportInitialize)(this.TemplatesGridView)).EndInit();
this.panel1.ResumeLayout(false);
this.DescriptionBox.ResumeLayout(false);
this.panelDebianLenny.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
@ -176,9 +144,6 @@ namespace XenAdmin.Wizards.NewVMWizard
private System.Windows.Forms.DataGridViewTextBoxColumn NameColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn TypeColumn;
private System.Windows.Forms.CheckBox checkBoxCopyBiosStrings;
private System.Windows.Forms.Panel panelDebianLenny;
private System.Windows.Forms.PictureBox pictureBox1;
private System.Windows.Forms.LinkLabel linkLabel1;
private XenAdmin.Controls.SearchTextBox searchTextBox1;
}
}

View File

@ -202,7 +202,6 @@ namespace XenAdmin.Wizards.NewVMWizard
private void RowsChanged()
{
panelDebianLenny.Visible = false;
if (TemplatesGridView.SelectedRows.Count == 0 || !TemplatesGridView.SelectedRows[0].Visible)
{
DescriptionBox.Visible = false;
@ -223,8 +222,6 @@ namespace XenAdmin.Wizards.NewVMWizard
}
checkBoxCopyBiosStrings.Enabled = item.Template.DefaultTemplate && item.Template.IsHVM;
if (item.Template.name_label == "Debian Lenny 5.0")
panelDebianLenny.Visible = true;
}
OnPageUpdated();
@ -268,11 +265,6 @@ namespace XenAdmin.Wizards.NewVMWizard
}
}
private void linkLabel1_LinkClicked(object sender, LinkLabelLinkClickedEventArgs e)
{
Program.OpenURL(linkLabel1.Text.Substring(e.Link.Start, e.Link.Length));
}
public class TemplatesGridViewItem : DataGridViewRow, IEquatable<TemplatesGridViewItem>
{
public readonly VM Template;

View File

@ -112,32 +112,32 @@
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<assembly alias="System.Windows.Forms" name="System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
<assembly alias="System.Windows.Forms" name="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
<data name="TemplatesGridView.Anchor" type="System.Windows.Forms.AnchorStyles, System.Windows.Forms">
<value>Top, Bottom, Left, Right</value>
</data>
<metadata name="ImageColumn.UserAddedColumn" type="System.Boolean, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<metadata name="ImageColumn.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>True</value>
</metadata>
<data name="ImageColumn.HeaderText" xml:space="preserve">
<value />
</data>
<assembly alias="mscorlib" name="mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
<assembly alias="mscorlib" name="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
<data name="ImageColumn.Width" type="System.Int32, mscorlib">
<value>5</value>
</data>
<metadata name="NameColumn.UserAddedColumn" type="System.Boolean, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<metadata name="NameColumn.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>True</value>
</metadata>
<data name="NameColumn.HeaderText" xml:space="preserve">
<value>Name</value>
</data>
<metadata name="TypeColumn.UserAddedColumn" type="System.Boolean, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<metadata name="TypeColumn.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>True</value>
</metadata>
<data name="TypeColumn.HeaderText" xml:space="preserve">
@ -146,12 +146,12 @@
<data name="TypeColumn.Width" type="System.Int32, mscorlib">
<value>74</value>
</data>
<assembly alias="System.Drawing" name="System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
<assembly alias="System.Drawing" name="System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
<data name="TemplatesGridView.Location" type="System.Drawing.Point, System.Drawing">
<value>0, 29</value>
</data>
<data name="TemplatesGridView.Size" type="System.Drawing.Size, System.Drawing">
<value>280, 203</value>
<value>280, 239</value>
</data>
<data name="TemplatesGridView.TabIndex" type="System.Int32, mscorlib">
<value>1</value>
@ -166,7 +166,7 @@
<value>$this</value>
</data>
<data name="&gt;&gt;TemplatesGridView.ZOrder" xml:space="preserve">
<value>3</value>
<value>2</value>
</data>
<data name="panel1.AutoScroll" type="System.Boolean, mscorlib">
<value>True</value>
@ -184,7 +184,7 @@
<value>5, 5, 5, 5</value>
</data>
<data name="DescriptionLabel.Size" type="System.Drawing.Size, System.Drawing">
<value>195, 184</value>
<value>195, 220</value>
</data>
<data name="DescriptionLabel.TabIndex" type="System.Int32, mscorlib">
<value>0</value>
@ -193,7 +193,7 @@
<value>DescriptionLabel</value>
</data>
<data name="&gt;&gt;DescriptionLabel.Type" xml:space="preserve">
<value>System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
<value>System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;DescriptionLabel.Parent" xml:space="preserve">
<value>panel1</value>
@ -208,7 +208,7 @@
<value>3, 16</value>
</data>
<data name="panel1.Size" type="System.Drawing.Size, System.Drawing">
<value>195, 184</value>
<value>195, 220</value>
</data>
<data name="panel1.TabIndex" type="System.Int32, mscorlib">
<value>0</value>
@ -217,7 +217,7 @@
<value>panel1</value>
</data>
<data name="&gt;&gt;panel1.Type" xml:space="preserve">
<value>System.Windows.Forms.Panel, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
<value>System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;panel1.Parent" xml:space="preserve">
<value>DescriptionBox</value>
@ -232,7 +232,7 @@
<value>286, 29</value>
</data>
<data name="DescriptionBox.Size" type="System.Drawing.Size, System.Drawing">
<value>201, 203</value>
<value>201, 239</value>
</data>
<data name="DescriptionBox.TabIndex" type="System.Int32, mscorlib">
<value>3</value>
@ -244,13 +244,13 @@
<value>DescriptionBox</value>
</data>
<data name="&gt;&gt;DescriptionBox.Type" xml:space="preserve">
<value>System.Windows.Forms.GroupBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
<value>System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;DescriptionBox.Parent" xml:space="preserve">
<value>$this</value>
</data>
<data name="&gt;&gt;DescriptionBox.ZOrder" xml:space="preserve">
<value>4</value>
<value>3</value>
</data>
<data name="checkBoxCopyBiosStrings.Anchor" type="System.Windows.Forms.AnchorStyles, System.Windows.Forms">
<value>Bottom, Left</value>
@ -274,96 +274,12 @@
<value>checkBoxCopyBiosStrings</value>
</data>
<data name="&gt;&gt;checkBoxCopyBiosStrings.Type" xml:space="preserve">
<value>System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
<value>System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;checkBoxCopyBiosStrings.Parent" xml:space="preserve">
<value>$this</value>
</data>
<data name="&gt;&gt;checkBoxCopyBiosStrings.ZOrder" xml:space="preserve">
<value>2</value>
</data>
<data name="panelDebianLenny.Anchor" type="System.Windows.Forms.AnchorStyles, System.Windows.Forms">
<value>Bottom, Left, Right</value>
</data>
<data name="linkLabel1.Anchor" type="System.Windows.Forms.AnchorStyles, System.Windows.Forms">
<value>Top, Bottom, Left, Right</value>
</data>
<data name="linkLabel1.LinkArea" type="System.Windows.Forms.LinkArea, System.Windows.Forms">
<value>75, 51</value>
</data>
<data name="linkLabel1.Location" type="System.Drawing.Point, System.Drawing">
<value>22, 0</value>
</data>
<data name="linkLabel1.Size" type="System.Drawing.Size, System.Drawing">
<value>465, 33</value>
</data>
<data name="linkLabel1.TabIndex" type="System.Int32, mscorlib">
<value>1</value>
</data>
<data name="linkLabel1.Text" xml:space="preserve">
<value>Debian Lenny CD/DVD images do not support XenServer. For more information: http://community.citrix.com/display/xs/Debian+Lenny</value>
</data>
<data name="linkLabel1.TextAlign" type="System.Drawing.ContentAlignment, System.Drawing">
<value>MiddleLeft</value>
</data>
<data name="&gt;&gt;linkLabel1.Name" xml:space="preserve">
<value>linkLabel1</value>
</data>
<data name="&gt;&gt;linkLabel1.Type" xml:space="preserve">
<value>System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;linkLabel1.Parent" xml:space="preserve">
<value>panelDebianLenny</value>
</data>
<data name="&gt;&gt;linkLabel1.ZOrder" xml:space="preserve">
<value>0</value>
</data>
<data name="pictureBox1.Location" type="System.Drawing.Point, System.Drawing">
<value>0, 3</value>
</data>
<data name="pictureBox1.Margin" type="System.Windows.Forms.Padding, System.Windows.Forms">
<value>3, 5, 3, 3</value>
</data>
<data name="pictureBox1.Size" type="System.Drawing.Size, System.Drawing">
<value>16, 16</value>
</data>
<data name="pictureBox1.TabIndex" type="System.Int32, mscorlib">
<value>0</value>
</data>
<data name="&gt;&gt;pictureBox1.Name" xml:space="preserve">
<value>pictureBox1</value>
</data>
<data name="&gt;&gt;pictureBox1.Type" xml:space="preserve">
<value>System.Windows.Forms.PictureBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;pictureBox1.Parent" xml:space="preserve">
<value>panelDebianLenny</value>
</data>
<data name="&gt;&gt;pictureBox1.ZOrder" xml:space="preserve">
<value>1</value>
</data>
<data name="panelDebianLenny.Location" type="System.Drawing.Point, System.Drawing">
<value>0, 242</value>
</data>
<data name="panelDebianLenny.Size" type="System.Drawing.Size, System.Drawing">
<value>487, 33</value>
</data>
<data name="panelDebianLenny.TabIndex" type="System.Int32, mscorlib">
<value>4</value>
</data>
<data name="panelDebianLenny.Visible" type="System.Boolean, mscorlib">
<value>False</value>
</data>
<data name="&gt;&gt;panelDebianLenny.Name" xml:space="preserve">
<value>panelDebianLenny</value>
</data>
<data name="&gt;&gt;panelDebianLenny.Type" xml:space="preserve">
<value>System.Windows.Forms.Panel, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;panelDebianLenny.Parent" xml:space="preserve">
<value>$this</value>
</data>
<data name="&gt;&gt;panelDebianLenny.ZOrder" xml:space="preserve">
<value>1</value>
</data>
<data name="searchTextBox1.Anchor" type="System.Windows.Forms.AnchorStyles, System.Windows.Forms">
@ -390,7 +306,7 @@
<data name="&gt;&gt;searchTextBox1.ZOrder" xml:space="preserve">
<value>0</value>
</data>
<metadata name="$this.Localizable" type="System.Boolean, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<metadata name="$this.Localizable" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>True</value>
</metadata>
<data name="$this.AutoScaleDimensions" type="System.Drawing.SizeF, System.Drawing">
@ -403,19 +319,19 @@
<value>ImageColumn</value>
</data>
<data name="&gt;&gt;ImageColumn.Type" xml:space="preserve">
<value>System.Windows.Forms.DataGridViewImageColumn, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
<value>System.Windows.Forms.DataGridViewImageColumn, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;NameColumn.Name" xml:space="preserve">
<value>NameColumn</value>
</data>
<data name="&gt;&gt;NameColumn.Type" xml:space="preserve">
<value>System.Windows.Forms.DataGridViewTextBoxColumn, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
<value>System.Windows.Forms.DataGridViewTextBoxColumn, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;TypeColumn.Name" xml:space="preserve">
<value>TypeColumn</value>
</data>
<data name="&gt;&gt;TypeColumn.Type" xml:space="preserve">
<value>System.Windows.Forms.DataGridViewTextBoxColumn, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
<value>System.Windows.Forms.DataGridViewTextBoxColumn, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;$this.Name" xml:space="preserve">
<value>Page_Template</value>

View File

@ -1,7 +1,7 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:2.0.50727.5466
// Runtime Version:4.0.30319.18444
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
@ -19,7 +19,7 @@ namespace XenAdmin {
// class via a tool like ResGen or Visual Studio.
// To add or remove a member, edit your .ResX file then rerun ResGen
// with the /str option, or rebuild your VS project.
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "2.0.0.0")]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
public class InvisibleMessages {
@ -205,7 +205,7 @@ namespace XenAdmin {
}
/// <summary>
/// Looks up a localized string similar to http://community.citrix.com/xencenter/plugins.
/// Looks up a localized string similar to https://wiki.xenserver.org/XenCenter_Plugins.
/// </summary>
public static string PLUGINS_URL {
get {

View File

@ -166,7 +166,7 @@
<value>http://www.citrix.com/xenserver/partneroffers</value>
</data>
<data name="PLUGINS_URL" xml:space="preserve">
<value>http://community.citrix.com/xencenter/plugins</value>
<value>https://wiki.xenserver.org/XenCenter_Plugins</value>
</data>
<data name="PRIVACY" xml:space="preserve">
<value>http://citrix.com/English/aboutCitrix/legal/privacyStatement.asp?ntref=hp_nav_US</value>

View File

@ -19959,7 +19959,7 @@ namespace XenAdmin {
}
/// <summary>
/// Looks up a localized string similar to Upgrade XenServer to enable VDI live migration. This feature enables you to migrate multiple running VDIs between SRs in the same pool with no VM downtime.
/// Looks up a localized string similar to Upgrade your XenServer license to enable VDI live migration. This feature enables you to migrate multiple running VDIs between SRs in the same pool with no VM downtime.
///
///To learn more about the XenServer Live VDI Migration feature or to start a XenServer trial, click the button below..
/// </summary>
@ -31232,7 +31232,7 @@ namespace XenAdmin {
}
/// <summary>
/// Looks up a localized string similar to Upgrade XenServer to enable Alerting and Reporting capabilities. Email based performance and error alerting will proactively notify administrators of error conditions or performance problems before they affect critical services.
/// Looks up a localized string similar to Upgrade your XenServer license to enable Alerting and Reporting capabilities. Email based performance and error alerting will proactively notify administrators of error conditions or performance problems before they affect critical services.
///
///To learn more about the XenServer Alerting and Reporting feature or to start a XenServer trial, click the button below..
/// </summary>
@ -31243,7 +31243,7 @@ namespace XenAdmin {
}
/// <summary>
/// Looks up a localized string similar to Upgrade XenServer to enable VM live migration. This feature enables you to migrate running VMs on shared or local storage between servers in the same pool or across pools with no VM downtime.
/// Looks up a localized string similar to Upgrade your XenServer license to enable VM live migration. This feature enables you to migrate running VMs on shared or local storage between servers in the same pool or across pools with no VM downtime.
///
///To learn more about the XenServer Cross-Pool Migration feature or to start a XenServer trial, click the button below..
/// </summary>
@ -31254,7 +31254,7 @@ namespace XenAdmin {
}
/// <summary>
/// Looks up a localized string similar to Upgrade XenServer to enable Heterogeneous Pools. Heterogeneous Pools allows hosts with different CPUs to form a resource pool, and allows virtual machines to migrate between them.
/// Looks up a localized string similar to Upgrade your XenServer license to enable Heterogeneous Pools. Heterogeneous Pools allows hosts with different CPUs to form a resource pool, and allows virtual machines to migrate between them.
///
///To learn more about the XenServer Heterogeneous Pools feature or to start a XenServer trial, click the button below..
/// </summary>
@ -31265,7 +31265,7 @@ namespace XenAdmin {
}
/// <summary>
/// Looks up a localized string similar to Upgrade XenServer to enable Dynamic Memory Control. Dynamic Memory Control allows XenServer to adjust the memory of live virtual machines, and respond dynamically to changing demands on the host server.
/// Looks up a localized string similar to Upgrade your XenServer license to enable Dynamic Memory Control. Dynamic Memory Control allows XenServer to adjust the memory of live virtual machines, and respond dynamically to changing demands on the host server.
///
///To learn more about the XenServer Dynamic Memory Control feature or to start a XenServer trial, click the button below..
/// </summary>
@ -31276,7 +31276,7 @@ namespace XenAdmin {
}
/// <summary>
/// Looks up a localized string similar to Upgrade XenServer to enable Disaster Recovery. The Disaster Recovery feature allows you to recover your critical VMs and vApps at your DR site in the event of a disaster at your primary production site.
/// Looks up a localized string similar to Upgrade your XenServer license to enable Disaster Recovery. The Disaster Recovery feature allows you to recover your critical VMs and vApps at your DR site in the event of a disaster at your primary production site.
///
///To learn more about the XenServer Disaster Recovery feature or to start a XenServer trial, click the button below..
/// </summary>
@ -31287,7 +31287,7 @@ namespace XenAdmin {
}
/// <summary>
/// Looks up a localized string similar to Upgrade XenServer to enable StorageLink™ Technology. StorageLink allows XenServer to leverage all the power of your existing storage hardware and offload storage operations automatically. This allows for high performance and space efficient storage provisioning, cloning, and snapshot capabilities to be handled in hardware using your storage hardware&apos;s native features..
/// Looks up a localized string similar to Upgrade your XenServer license to enable StorageLink™ Technology. StorageLink allows XenServer to leverage all the power of your existing storage hardware and offload storage operations automatically. This allows for high performance and space efficient storage provisioning, cloning, and snapshot capabilities to be handled in hardware using your storage hardware&apos;s native features..
/// </summary>
public static string UPSELL_BLURB_ENHANCEDSR {
get {
@ -31296,7 +31296,7 @@ namespace XenAdmin {
}
/// <summary>
/// Looks up a localized string similar to Upgrade XenServer to enable GPU pass-through. The GPU pass-through feature allows you to assign a dedicated graphics processing unit to a VM for higher graphics performance.
/// Looks up a localized string similar to Upgrade your XenServer license to enable GPU pass-through. The GPU pass-through feature allows you to assign a dedicated graphics processing unit to a VM for higher graphics performance.
///
///To learn more about the XenServer GPU pass-through feature or to start a XenServer trial, click the button below..
/// </summary>
@ -31307,7 +31307,7 @@ namespace XenAdmin {
}
/// <summary>
/// Looks up a localized string similar to Upgrade XenServer to enable High Availability. High Availability allows virtual machines to be automatically restarted in the event of an underlying hardware failure or individual VM failure. If the server fails the VMs will be intelligently restarted on other virtualized servers in the resource pool.
/// Looks up a localized string similar to Upgrade your XenServer license to enable High Availability. High Availability allows virtual machines to be automatically restarted in the event of an underlying hardware failure or individual VM failure. If the server fails the VMs will be intelligently restarted on other virtualized servers in the resource pool.
///
///To learn more about the XenServer High Availability feature or to start a XenServer trial, click the button below..
/// </summary>
@ -31318,7 +31318,7 @@ namespace XenAdmin {
}
/// <summary>
/// Looks up a localized string similar to Upgrade XenServer to enable Performance Reporting capabilities. Performance Reporting provides guidance on overall environment performance trends and enables you to accurately plan capacity as business needs change.
/// Looks up a localized string similar to Upgrade your XenServer license to enable Performance Reporting capabilities. Performance Reporting provides guidance on overall environment performance trends and enables you to accurately plan capacity as business needs change.
///
///To learn more about the XenServer Performance Reporting capabilities feature or to start a XenServer trial, click the button below..
/// </summary>
@ -31329,7 +31329,7 @@ namespace XenAdmin {
}
/// <summary>
/// Looks up a localized string similar to Upgrade XenServer to enable Role Based Access Control. Using the RBAC feature, you will be able to control access to vital components in your XenServer resource pools, with full audit logging capabilities and seamless integration with your current Active Directory setup.
/// Looks up a localized string similar to Upgrade your XenServer license to enable Role Based Access Control. Using the RBAC feature, you will be able to control access to vital components in your XenServer resource pools, with full audit logging capabilities and seamless integration with your current Active Directory setup.
///
///To learn more about the XenServer Role Based Access Control feature or to start a XenServer trial, click the button below..
/// </summary>
@ -31340,7 +31340,7 @@ namespace XenAdmin {
}
/// <summary>
/// Looks up a localized string similar to Upgrade XenServer to enable vApps. The vApps feature allows you to place your VMs into groups, allowing them to be started or stopped as a unit, and also allowing them to be easily recovered at your DR site in the event of a disaster at your primary production site.
/// Looks up a localized string similar to Upgrade your XenServer license to enable vApps. The vApps feature allows you to place your VMs into groups, allowing them to be started or stopped as a unit, and also allowing them to be easily recovered at your DR site in the event of a disaster at your primary production site.
///
///To learn more about the vApps feature of XenServer or to start a XenServer trial, click the button below..
/// </summary>
@ -31351,7 +31351,7 @@ namespace XenAdmin {
}
/// <summary>
/// Looks up a localized string similar to Upgrade XenServer to enable VM Protection and Recovery. VM Protection and Recovery allows you to protect your critical VMs by scheduling automatic snapshots, and optionally, archiving those snapshots to a CIFS or NFS share.
/// Looks up a localized string similar to Upgrade your XenServer license to enable VM Protection and Recovery. VM Protection and Recovery allows you to protect your critical VMs by scheduling automatic snapshots, and optionally, archiving those snapshots to a CIFS or NFS share.
///
///To learn more about the XenServer VM Protection and Recovery feature or to start a XenServer trial, click the button below..
/// </summary>
@ -31362,7 +31362,7 @@ namespace XenAdmin {
}
/// <summary>
/// Looks up a localized string similar to Upgrade XenServer to enable Dynamic Workload Balancing. Dynamic Workload Balancing continually profiles your virtual machines and XenServer hosts performance and will intelligently rebalance and optimally place new workloads to ensure the best use of physical server resources in your resource pool.
/// Looks up a localized string similar to Upgrade your XenServer license to enable Dynamic Workload Balancing. Dynamic Workload Balancing continually profiles your virtual machines and XenServer hosts performance and will intelligently rebalance and optimally place new workloads to ensure the best use of physical server resources in your resource pool.
///
///To learn more about the XenServer Dynamic Workload Balancing feature or to start a XenServer trial, click the button below..
/// </summary>
@ -34944,7 +34944,7 @@ namespace XenAdmin {
}
/// <summary>
/// Looks up a localized string similar to XenServer Upgrade Required.
/// Looks up a localized string similar to License Upgrade Required.
/// </summary>
public static string XENSERVER_UPGRADE_REQUIRED {
get {

View File

@ -6958,7 +6958,7 @@ Install an earlier version.</value>
<value>Select the &amp;destination storage repository</value>
</data>
<data name="MIGRATE_VDI_UPSELL_BLURB" xml:space="preserve">
<value>Upgrade XenServer to enable VDI live migration. This feature enables you to migrate multiple running VDIs between SRs in the same pool with no VM downtime.
<value>Upgrade your XenServer license to enable VDI live migration. This feature enables you to migrate multiple running VDIs between SRs in the same pool with no VM downtime.
To learn more about the XenServer Live VDI Migration feature or to start a XenServer trial, click the button below.</value>
</data>
@ -10812,65 +10812,65 @@ Do you want to continue?</value>
<value>Uploading Update to Server '{0}'...</value>
</data>
<data name="UPSELL_BLURB_ALERTS" xml:space="preserve">
<value>Upgrade XenServer to enable Alerting and Reporting capabilities. Email based performance and error alerting will proactively notify administrators of error conditions or performance problems before they affect critical services.
<value>Upgrade your XenServer license to enable Alerting and Reporting capabilities. Email based performance and error alerting will proactively notify administrators of error conditions or performance problems before they affect critical services.
To learn more about the XenServer Alerting and Reporting feature or to start a XenServer trial, click the button below.</value>
</data>
<data name="UPSELL_BLURB_CPM" xml:space="preserve">
<value>Upgrade XenServer to enable VM live migration. This feature enables you to migrate running VMs on shared or local storage between servers in the same pool or across pools with no VM downtime.
<value>Upgrade your XenServer license to enable VM live migration. This feature enables you to migrate running VMs on shared or local storage between servers in the same pool or across pools with no VM downtime.
To learn more about the XenServer Cross-Pool Migration feature or to start a XenServer trial, click the button below.</value>
</data>
<data name="UPSELL_BLURB_CPUMASKING" xml:space="preserve">
<value>Upgrade XenServer to enable Heterogeneous Pools. Heterogeneous Pools allows hosts with different CPUs to form a resource pool, and allows virtual machines to migrate between them.
<value>Upgrade your XenServer license to enable Heterogeneous Pools. Heterogeneous Pools allows hosts with different CPUs to form a resource pool, and allows virtual machines to migrate between them.
To learn more about the XenServer Heterogeneous Pools feature or to start a XenServer trial, click the button below.</value>
</data>
<data name="UPSELL_BLURB_DMC" xml:space="preserve">
<value>Upgrade XenServer to enable Dynamic Memory Control. Dynamic Memory Control allows XenServer to adjust the memory of live virtual machines, and respond dynamically to changing demands on the host server.
<value>Upgrade your XenServer license to enable Dynamic Memory Control. Dynamic Memory Control allows XenServer to adjust the memory of live virtual machines, and respond dynamically to changing demands on the host server.
To learn more about the XenServer Dynamic Memory Control feature or to start a XenServer trial, click the button below.</value>
</data>
<data name="UPSELL_BLURB_DR" xml:space="preserve">
<value>Upgrade XenServer to enable Disaster Recovery. The Disaster Recovery feature allows you to recover your critical VMs and vApps at your DR site in the event of a disaster at your primary production site.
<value>Upgrade your XenServer license to enable Disaster Recovery. The Disaster Recovery feature allows you to recover your critical VMs and vApps at your DR site in the event of a disaster at your primary production site.
To learn more about the XenServer Disaster Recovery feature or to start a XenServer trial, click the button below.</value>
</data>
<data name="UPSELL_BLURB_ENHANCEDSR" xml:space="preserve">
<value>Upgrade XenServer to enable StorageLink™ Technology. StorageLink allows XenServer to leverage all the power of your existing storage hardware and offload storage operations automatically. This allows for high performance and space efficient storage provisioning, cloning, and snapshot capabilities to be handled in hardware using your storage hardware's native features.</value>
<value>Upgrade your XenServer license to enable StorageLink™ Technology. StorageLink allows XenServer to leverage all the power of your existing storage hardware and offload storage operations automatically. This allows for high performance and space efficient storage provisioning, cloning, and snapshot capabilities to be handled in hardware using your storage hardware's native features.</value>
</data>
<data name="UPSELL_BLURB_GPU" xml:space="preserve">
<value>Upgrade XenServer to enable GPU pass-through. The GPU pass-through feature allows you to assign a dedicated graphics processing unit to a VM for higher graphics performance.
<value>Upgrade your XenServer license to enable GPU pass-through. The GPU pass-through feature allows you to assign a dedicated graphics processing unit to a VM for higher graphics performance.
To learn more about the XenServer GPU pass-through feature or to start a XenServer trial, click the button below.</value>
</data>
<data name="UPSELL_BLURB_HA" xml:space="preserve">
<value>Upgrade XenServer to enable High Availability. High Availability allows virtual machines to be automatically restarted in the event of an underlying hardware failure or individual VM failure. If the server fails the VMs will be intelligently restarted on other virtualized servers in the resource pool.
<value>Upgrade your XenServer license to enable High Availability. High Availability allows virtual machines to be automatically restarted in the event of an underlying hardware failure or individual VM failure. If the server fails the VMs will be intelligently restarted on other virtualized servers in the resource pool.
To learn more about the XenServer High Availability feature or to start a XenServer trial, click the button below.</value>
</data>
<data name="UPSELL_BLURB_PERFORMANCE" xml:space="preserve">
<value>Upgrade XenServer to enable Performance Reporting capabilities. Performance Reporting provides guidance on overall environment performance trends and enables you to accurately plan capacity as business needs change.
<value>Upgrade your XenServer license to enable Performance Reporting capabilities. Performance Reporting provides guidance on overall environment performance trends and enables you to accurately plan capacity as business needs change.
To learn more about the XenServer Performance Reporting capabilities feature or to start a XenServer trial, click the button below.</value>
</data>
<data name="UPSELL_BLURB_RBAC" xml:space="preserve">
<value>Upgrade XenServer to enable Role Based Access Control. Using the RBAC feature, you will be able to control access to vital components in your XenServer resource pools, with full audit logging capabilities and seamless integration with your current Active Directory setup.
<value>Upgrade your XenServer license to enable Role Based Access Control. Using the RBAC feature, you will be able to control access to vital components in your XenServer resource pools, with full audit logging capabilities and seamless integration with your current Active Directory setup.
To learn more about the XenServer Role Based Access Control feature or to start a XenServer trial, click the button below.</value>
</data>
<data name="UPSELL_BLURB_VM_APPLIANCES" xml:space="preserve">
<value>Upgrade XenServer to enable vApps. The vApps feature allows you to place your VMs into groups, allowing them to be started or stopped as a unit, and also allowing them to be easily recovered at your DR site in the event of a disaster at your primary production site.
<value>Upgrade your XenServer license to enable vApps. The vApps feature allows you to place your VMs into groups, allowing them to be started or stopped as a unit, and also allowing them to be easily recovered at your DR site in the event of a disaster at your primary production site.
To learn more about the vApps feature of XenServer or to start a XenServer trial, click the button below.</value>
</data>
<data name="UPSELL_BLURB_VM_PROTECTION" xml:space="preserve">
<value>Upgrade XenServer to enable VM Protection and Recovery. VM Protection and Recovery allows you to protect your critical VMs by scheduling automatic snapshots, and optionally, archiving those snapshots to a CIFS or NFS share.
<value>Upgrade your XenServer license to enable VM Protection and Recovery. VM Protection and Recovery allows you to protect your critical VMs by scheduling automatic snapshots, and optionally, archiving those snapshots to a CIFS or NFS share.
To learn more about the XenServer VM Protection and Recovery feature or to start a XenServer trial, click the button below.</value>
</data>
<data name="UPSELL_BLURB_WLB" xml:space="preserve">
<value>Upgrade XenServer to enable Dynamic Workload Balancing. Dynamic Workload Balancing continually profiles your virtual machines and XenServer hosts performance and will intelligently rebalance and optimally place new workloads to ensure the best use of physical server resources in your resource pool.
<value>Upgrade your XenServer license to enable Dynamic Workload Balancing. Dynamic Workload Balancing continually profiles your virtual machines and XenServer hosts performance and will intelligently rebalance and optimally place new workloads to ensure the best use of physical server resources in your resource pool.
To learn more about the XenServer Dynamic Workload Balancing feature or to start a XenServer trial, click the button below.</value>
</data>
@ -12064,7 +12064,7 @@ Are you sure you want to enable automated power management for this Host?</value
<value>XenServer Templates</value>
</data>
<data name="XENSERVER_UPGRADE_REQUIRED" xml:space="preserve">
<value>XenServer Upgrade Required</value>
<value>License Upgrade Required</value>
</data>
<data name="XSOEM" xml:space="preserve">
<value>XenServer Embedded Edition Update Files ({0})|{0}|All files ({1})|{1}</value>