shifting LangRes
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
</PropertyGroup>
|
||||
|
||||
<PropertyGroup>
|
||||
<Version>3.0.0</Version>
|
||||
<Version>4.0.0</Version>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
@@ -24,13 +24,8 @@
|
||||
<Compile Update="UpdateWindow.Designer.cs">
|
||||
<SubType>Form</SubType>
|
||||
</Compile>
|
||||
<Compile Update="LangRes\UpdateInstallerLangRes.de.Designer.cs">
|
||||
<DependentUpon>UpdateInstallerLangRes.de.resx</DependentUpon>
|
||||
<DesignTime>True</DesignTime>
|
||||
<AutoGen>True</AutoGen>
|
||||
</Compile>
|
||||
<Compile Update="LangRes\UpdateInstallerLangRes.Designer.cs">
|
||||
<DependentUpon>UpdateInstallerLangRes.resx</DependentUpon>
|
||||
<Compile Update="LangRes\StatusLangRes.Designer.cs">
|
||||
<DependentUpon>StatusLangRes.resx</DependentUpon>
|
||||
<DesignTime>True</DesignTime>
|
||||
<AutoGen>True</AutoGen>
|
||||
</Compile>
|
||||
@@ -51,14 +46,14 @@
|
||||
<Generator>ResXFileCodeGenerator</Generator>
|
||||
<LastGenOutput>GeneralLangRes.Designer.cs</LastGenOutput>
|
||||
</EmbeddedResource>
|
||||
<EmbeddedResource Update="LangRes\UpdateInstallerLangRes.de.resx">
|
||||
<CustomToolNamespace>Pilz.Updating.UpdateInstaller.My.Resources</CustomToolNamespace>
|
||||
<EmbeddedResource Update="LangRes\StatusLangRes.de.resx">
|
||||
<CustomToolNamespace></CustomToolNamespace>
|
||||
<LastGenOutput>UpdateInstallerLangRes.de.Designer.cs</LastGenOutput>
|
||||
<Generator>ResXFileCodeGenerator</Generator>
|
||||
</EmbeddedResource>
|
||||
<EmbeddedResource Update="LangRes\UpdateInstallerLangRes.resx">
|
||||
<CustomToolNamespace>Pilz.Updating.UpdateInstaller.My.Resources</CustomToolNamespace>
|
||||
<LastGenOutput>UpdateInstallerLangRes.Designer.cs</LastGenOutput>
|
||||
<EmbeddedResource Update="LangRes\StatusLangRes.resx">
|
||||
<CustomToolNamespace></CustomToolNamespace>
|
||||
<LastGenOutput>StatusLangRes.Designer.cs</LastGenOutput>
|
||||
<Generator>ResXFileCodeGenerator</Generator>
|
||||
</EmbeddedResource>
|
||||
<EmbeddedResource Update="UpdatesAvailableDialog.de.resx">
|
||||
@@ -69,10 +64,10 @@
|
||||
</EmbeddedResource>
|
||||
<EmbeddedResource Update="LangRes\UpdatingClientGuiLangRes.de.resx">
|
||||
<Generator></Generator>
|
||||
<CustomToolNamespace>Pilz.Updating.Client.GUI</CustomToolNamespace>
|
||||
<CustomToolNamespace></CustomToolNamespace>
|
||||
</EmbeddedResource>
|
||||
<EmbeddedResource Update="LangRes\UpdatingClientGuiLangRes.resx">
|
||||
<CustomToolNamespace>Pilz.Updating.Client.GUI</CustomToolNamespace>
|
||||
<CustomToolNamespace></CustomToolNamespace>
|
||||
<Generator>ResXFileCodeGenerator</Generator>
|
||||
<LastGenOutput>UpdatingClientGuiLangRes.Designer.cs</LastGenOutput>
|
||||
</EmbeddedResource>
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
namespace Pilz.Updating.UpdateInstaller.My.Resources {
|
||||
namespace Pilz.Updating.Client.Gui.LangRes {
|
||||
using System;
|
||||
|
||||
|
||||
@@ -22,14 +22,14 @@ namespace Pilz.Updating.UpdateInstaller.My.Resources {
|
||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "17.0.0.0")]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
|
||||
internal class UpdateInstallerLangRes {
|
||||
internal class StatusLangRes {
|
||||
|
||||
private static global::System.Resources.ResourceManager resourceMan;
|
||||
|
||||
private static global::System.Globalization.CultureInfo resourceCulture;
|
||||
|
||||
[global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
|
||||
internal UpdateInstallerLangRes() {
|
||||
internal StatusLangRes() {
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
@@ -39,7 +39,7 @@ namespace Pilz.Updating.UpdateInstaller.My.Resources {
|
||||
internal static global::System.Resources.ResourceManager ResourceManager {
|
||||
get {
|
||||
if (object.ReferenceEquals(resourceMan, null)) {
|
||||
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Pilz.Updating.Client.Gui.LangRes.UpdateInstallerLangRes", typeof(UpdateInstallerLangRes).Assembly);
|
||||
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Pilz.Updating.Client.Gui.LangRes.StatusLangRes", typeof(StatusLangRes).Assembly);
|
||||
resourceMan = temp;
|
||||
}
|
||||
return resourceMan;
|
||||
@@ -1 +0,0 @@
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
namespace Pilz.Updating.Client.GUI {
|
||||
namespace Pilz.Updating.Client.Gui.LangRes {
|
||||
using System;
|
||||
|
||||
|
||||
@@ -77,50 +77,5 @@ namespace Pilz.Updating.Client.GUI {
|
||||
return ResourceManager.GetString("MsgBox_NoUpdatesFound_Titel", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Sucht eine lokalisierte Zeichenfolge, die Downloading Update Installer ... ähnelt.
|
||||
/// </summary>
|
||||
internal static string SimpleActions_DownloadingInstaller {
|
||||
get {
|
||||
return ResourceManager.GetString("SimpleActions_DownloadingInstaller", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Sucht eine lokalisierte Zeichenfolge, die Downloading Update Package ... ähnelt.
|
||||
/// </summary>
|
||||
internal static string SimpleActions_DownloadingPackage {
|
||||
get {
|
||||
return ResourceManager.GetString("SimpleActions_DownloadingPackage", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Sucht eine lokalisierte Zeichenfolge, die Searching for Updates ... ähnelt.
|
||||
/// </summary>
|
||||
internal static string SimpleActions_Searching {
|
||||
get {
|
||||
return ResourceManager.GetString("SimpleActions_Searching", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Sucht eine lokalisierte Zeichenfolge, die Starting Installer ... ähnelt.
|
||||
/// </summary>
|
||||
internal static string SimpleActions_StartingInstaller {
|
||||
get {
|
||||
return ResourceManager.GetString("SimpleActions_StartingInstaller", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Sucht eine lokalisierte Zeichenfolge, die Waiting ... ähnelt.
|
||||
/// </summary>
|
||||
internal static string SimpleActions_Waiting {
|
||||
get {
|
||||
return ResourceManager.GetString("SimpleActions_Waiting", resourceCulture);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -123,19 +123,4 @@
|
||||
<data name="MsgBox_NoUpdatesFound_Titel" xml:space="preserve">
|
||||
<value>No Updates found</value>
|
||||
</data>
|
||||
<data name="SimpleActions_DownloadingInstaller" xml:space="preserve">
|
||||
<value>Downloading Update Installer ...</value>
|
||||
</data>
|
||||
<data name="SimpleActions_DownloadingPackage" xml:space="preserve">
|
||||
<value>Downloading Update Package ...</value>
|
||||
</data>
|
||||
<data name="SimpleActions_Searching" xml:space="preserve">
|
||||
<value>Searching for Updates ...</value>
|
||||
</data>
|
||||
<data name="SimpleActions_StartingInstaller" xml:space="preserve">
|
||||
<value>Starting Installer ...</value>
|
||||
</data>
|
||||
<data name="SimpleActions_Waiting" xml:space="preserve">
|
||||
<value>Waiting ...</value>
|
||||
</data>
|
||||
</root>
|
||||
@@ -1,4 +1,5 @@
|
||||
using Pilz.UI.Telerik;
|
||||
using Pilz.Updating.Client.Gui.LangRes;
|
||||
using Pilz.Updating.UpdateInstaller.My.Resources;
|
||||
using Telerik.WinControls;
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
</PropertyGroup>
|
||||
|
||||
<PropertyGroup>
|
||||
<Version>3.0.0</Version>
|
||||
<Version>4.0.0</Version>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
</PropertyGroup>
|
||||
|
||||
<PropertyGroup>
|
||||
<Version>3.0.0</Version>
|
||||
<Version>4.0.0</Version>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
|
||||
Reference in New Issue
Block a user