343 lines
12 KiB
C#
343 lines
12 KiB
C#
//------------------------------------------------------------------------------
|
|
// <auto-generated>
|
|
// This code was generated by a tool.
|
|
// Runtime Version:4.0.30319.42000
|
|
//
|
|
// Changes to this file may cause incorrect behavior and will be lost if
|
|
// the code is regenerated.
|
|
// </auto-generated>
|
|
//------------------------------------------------------------------------------
|
|
|
|
namespace Xylem.ServiceFwUpdate.Ui.FwUpdateLoader.Properties {
|
|
using System;
|
|
|
|
|
|
/// <summary>
|
|
/// A strongly-typed resource class, for looking up localized strings, etc.
|
|
/// </summary>
|
|
// This class was auto-generated by the StronglyTypedResourceBuilder
|
|
// class via a tool like ResGen or Visual Studio.
|
|
// To add or remove a member, edit your .ResX file then rerun ResGen
|
|
// with the /str option, or rebuild your VS project.
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "17.0.0.0")]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
|
|
internal class Resources {
|
|
|
|
private static global::System.Resources.ResourceManager resourceMan;
|
|
|
|
private static global::System.Globalization.CultureInfo resourceCulture;
|
|
|
|
[global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
|
|
internal Resources() {
|
|
}
|
|
|
|
/// <summary>
|
|
/// Returns the cached ResourceManager instance used by this class.
|
|
/// </summary>
|
|
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
|
|
internal static global::System.Resources.ResourceManager ResourceManager {
|
|
get {
|
|
if (object.ReferenceEquals(resourceMan, null)) {
|
|
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Xylem.ServiceFwUpdate.Ui.FwUpdateLoader.Properties.Resources", typeof(Resources).Assembly);
|
|
resourceMan = temp;
|
|
}
|
|
return resourceMan;
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Overrides the current thread's CurrentUICulture property for all
|
|
/// resource lookups using this strongly typed resource class.
|
|
/// </summary>
|
|
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
|
|
internal static global::System.Globalization.CultureInfo Culture {
|
|
get {
|
|
return resourceCulture;
|
|
}
|
|
set {
|
|
resourceCulture = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to All reports uploaded!.
|
|
/// </summary>
|
|
internal static string StrAllReportsUploaded {
|
|
get {
|
|
return ResourceManager.GetString("StrAllReportsUploaded", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Cancel!.
|
|
/// </summary>
|
|
internal static string StrCancel {
|
|
get {
|
|
return ResourceManager.GetString("StrCancel", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Data base connected!.
|
|
/// </summary>
|
|
internal static string StrConnectedToDb {
|
|
get {
|
|
return ResourceManager.GetString("StrConnectedToDb", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Connecting to data base.....
|
|
/// </summary>
|
|
internal static string StrConnectingToDb {
|
|
get {
|
|
return ResourceManager.GetString("StrConnectingToDb", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Failed to decrypt the FW-Update safe!.
|
|
/// </summary>
|
|
internal static string StrDecryptFwUpdateSafeFailed {
|
|
get {
|
|
return ResourceManager.GetString("StrDecryptFwUpdateSafeFailed", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Successful decrypted FW-Update safe.
|
|
/// </summary>
|
|
internal static string StrDecryptFwUpdateSafeSuccess {
|
|
get {
|
|
return ResourceManager.GetString("StrDecryptFwUpdateSafeSuccess", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Done!.
|
|
/// </summary>
|
|
internal static string StrDone {
|
|
get {
|
|
return ResourceManager.GetString("StrDone", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Downloading FW-Update Safes.....
|
|
/// </summary>
|
|
internal static string StrDownloadingFwUpdateSafes {
|
|
get {
|
|
return ResourceManager.GetString("StrDownloadingFwUpdateSafes", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to ERROR!.
|
|
/// </summary>
|
|
internal static string StrError {
|
|
get {
|
|
return ResourceManager.GetString("StrError", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to First-name last-name.
|
|
/// </summary>
|
|
internal static string StrFullNameInputDefault {
|
|
get {
|
|
return ResourceManager.GetString("StrFullNameInputDefault", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Input your full name!.
|
|
/// </summary>
|
|
internal static string StrFullNameInputFailed {
|
|
get {
|
|
return ResourceManager.GetString("StrFullNameInputFailed", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to FW-Update Safes:.
|
|
/// </summary>
|
|
internal static string StrFwUpdateSafesLocallyExisting {
|
|
get {
|
|
return ResourceManager.GetString("StrFwUpdateSafesLocallyExisting", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to FW-Update Safes missing..
|
|
/// </summary>
|
|
internal static string StrFwUpdateSafesLocallyMissing {
|
|
get {
|
|
return ResourceManager.GetString("StrFwUpdateSafesLocallyMissing", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Failed to load the FW-Update safe.
|
|
/// </summary>
|
|
internal static string StrLoadingFwUpdateSafeFailed {
|
|
get {
|
|
return ResourceManager.GetString("StrLoadingFwUpdateSafeFailed", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Failed to start the FW-Update software!.
|
|
/// </summary>
|
|
internal static string StrLoadingFwUpdateSwFailed {
|
|
get {
|
|
return ResourceManager.GetString("StrLoadingFwUpdateSwFailed", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Successful start of FW-Update software!.
|
|
/// </summary>
|
|
internal static string StrLoadingFwUpdateSwSuccess {
|
|
get {
|
|
return ResourceManager.GetString("StrLoadingFwUpdateSwSuccess", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Data base offline!.
|
|
/// </summary>
|
|
internal static string StrNotConnectedToDb {
|
|
get {
|
|
return ResourceManager.GetString("StrNotConnectedToDb", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Refresh License!.
|
|
/// </summary>
|
|
internal static string StrRefreshDate {
|
|
get {
|
|
return ResourceManager.GetString("StrRefreshDate", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Register!.
|
|
/// </summary>
|
|
internal static string StrRegister {
|
|
get {
|
|
return ResourceManager.GetString("StrRegister", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Outstanding reports to upload:.
|
|
/// </summary>
|
|
internal static string StrReportsUploadNeeded {
|
|
get {
|
|
return ResourceManager.GetString("StrReportsUploadNeeded", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Valid to:.
|
|
/// </summary>
|
|
internal static string StrSafeValidDate {
|
|
get {
|
|
return ResourceManager.GetString("StrSafeValidDate", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to ERROR: This Safe requires FW Update Loader.
|
|
/// </summary>
|
|
internal static string StrSoftwareVersionExpired {
|
|
get {
|
|
return ResourceManager.GetString("StrSoftwareVersionExpired", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to PCB ID.
|
|
/// </summary>
|
|
internal static string StrTableCordonelPcbId {
|
|
get {
|
|
return ResourceManager.GetString("StrTableCordonelPcbId", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Serial number.
|
|
/// </summary>
|
|
internal static string StrTableCustomerSerialNumber {
|
|
get {
|
|
return ResourceManager.GetString("StrTableCustomerSerialNumber", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Processed.
|
|
/// </summary>
|
|
internal static string StrTableUpdated {
|
|
get {
|
|
return ResourceManager.GetString("StrTableUpdated", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Uploading reports.....
|
|
/// </summary>
|
|
internal static string StrUploadingReports {
|
|
get {
|
|
return ResourceManager.GetString("StrUploadingReports", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to USER NOT REGISTERED!.
|
|
/// </summary>
|
|
internal static string StrUserNotRegistered {
|
|
get {
|
|
return ResourceManager.GetString("StrUserNotRegistered", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to is not registered on this PC..
|
|
/// </summary>
|
|
internal static string StrUserRegisteredToDifferentMachine {
|
|
get {
|
|
return ResourceManager.GetString("StrUserRegisteredToDifferentMachine", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to 's license is expired..
|
|
/// </summary>
|
|
internal static string StrUserRegistrationExpired {
|
|
get {
|
|
return ResourceManager.GetString("StrUserRegistrationExpired", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to User registration required!.
|
|
/// </summary>
|
|
internal static string StrUserRegistrationRequired {
|
|
get {
|
|
return ResourceManager.GetString("StrUserRegistrationRequired", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to is licensed until.
|
|
/// </summary>
|
|
internal static string StrUserRegistrationValid {
|
|
get {
|
|
return ResourceManager.GetString("StrUserRegistrationValid", resourceCulture);
|
|
}
|
|
}
|
|
}
|
|
}
|