shifting LangRes
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user