1431 lines
54 KiB
C#
1431 lines
54 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 UCT.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("UCT.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 resource of type System.Drawing.Icon similar to (Icon).
|
||
/// </summary>
|
||
internal static System.Drawing.Icon advanced {
|
||
get {
|
||
object obj = ResourceManager.GetObject("advanced", resourceCulture);
|
||
return ((System.Drawing.Icon)(obj));
|
||
}
|
||
}
|
||
|
||
/// <summary>
|
||
/// Looks up a localized string similar to Application was terminated by the user.
|
||
/// </summary>
|
||
internal static string APPLICATION_WAS_TERMINATED_BY_THE_USER {
|
||
get {
|
||
return ResourceManager.GetString("APPLICATION_WAS_TERMINATED_BY_THE_USER", resourceCulture);
|
||
}
|
||
}
|
||
|
||
/// <summary>
|
||
/// Looks up a localized string similar to Please enter the OptIn-code.
|
||
/// </summary>
|
||
internal static string ASK_OPTIN_CODE_MESSAGE {
|
||
get {
|
||
return ResourceManager.GetString("ASK_OPTIN_CODE_MESSAGE", resourceCulture);
|
||
}
|
||
}
|
||
|
||
/// <summary>
|
||
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
||
/// </summary>
|
||
internal static System.Drawing.Bitmap auth {
|
||
get {
|
||
object obj = ResourceManager.GetObject("auth", resourceCulture);
|
||
return ((System.Drawing.Bitmap)(obj));
|
||
}
|
||
}
|
||
|
||
/// <summary>
|
||
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
||
/// </summary>
|
||
internal static System.Drawing.Bitmap authentication_settings_2 {
|
||
get {
|
||
object obj = ResourceManager.GetObject("authentication_settings_2", resourceCulture);
|
||
return ((System.Drawing.Bitmap)(obj));
|
||
}
|
||
}
|
||
|
||
/// <summary>
|
||
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
||
/// </summary>
|
||
internal static System.Drawing.Bitmap background {
|
||
get {
|
||
object obj = ResourceManager.GetObject("background", resourceCulture);
|
||
return ((System.Drawing.Bitmap)(obj));
|
||
}
|
||
}
|
||
|
||
/// <summary>
|
||
/// Looks up a localized string similar to Booting System.
|
||
/// </summary>
|
||
internal static string BOOTING_SYSTEM_MESSAGE {
|
||
get {
|
||
return ResourceManager.GetString("BOOTING_SYSTEM_MESSAGE", resourceCulture);
|
||
}
|
||
}
|
||
|
||
/// <summary>
|
||
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
||
/// </summary>
|
||
internal static System.Drawing.Bitmap bottom_statusbar_resize {
|
||
get {
|
||
object obj = ResourceManager.GetObject("bottom_statusbar_resize", resourceCulture);
|
||
return ((System.Drawing.Bitmap)(obj));
|
||
}
|
||
}
|
||
|
||
/// <summary>
|
||
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
||
/// </summary>
|
||
internal static System.Drawing.Bitmap bottom_statusbar_resize1 {
|
||
get {
|
||
object obj = ResourceManager.GetObject("bottom_statusbar_resize1", resourceCulture);
|
||
return ((System.Drawing.Bitmap)(obj));
|
||
}
|
||
}
|
||
|
||
/// <summary>
|
||
/// Looks up a localized string similar to Connection was canelled by the user.
|
||
/// </summary>
|
||
internal static string CANCEL_CONNECTION_BY_USER {
|
||
get {
|
||
return ResourceManager.GetString("CANCEL_CONNECTION_BY_USER", resourceCulture);
|
||
}
|
||
}
|
||
|
||
/// <summary>
|
||
/// Looks up a localized string similar to Cancel connection.
|
||
/// </summary>
|
||
internal static string CANCEL_CONNECTION_PROGRESS_BAR_MESSAGE {
|
||
get {
|
||
return ResourceManager.GetString("CANCEL_CONNECTION_PROGRESS_BAR_MESSAGE", resourceCulture);
|
||
}
|
||
}
|
||
|
||
/// <summary>
|
||
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
||
/// </summary>
|
||
internal static System.Drawing.Bitmap cancel_consent {
|
||
get {
|
||
object obj = ResourceManager.GetObject("cancel_consent", resourceCulture);
|
||
return ((System.Drawing.Bitmap)(obj));
|
||
}
|
||
}
|
||
|
||
/// <summary>
|
||
/// Looks up a localized string similar to Cancel operation Failed.
|
||
/// </summary>
|
||
internal static string CANCEL_USER_CONSENT_FAILURE {
|
||
get {
|
||
return ResourceManager.GetString("CANCEL_USER_CONSENT_FAILURE", resourceCulture);
|
||
}
|
||
}
|
||
|
||
/// <summary>
|
||
/// Looks up a localized string similar to Cancel operation failed with error code: {0}.
|
||
/// </summary>
|
||
internal static string CANCEL_USER_CONSENT_FAILURE_ERROR_CODE {
|
||
get {
|
||
return ResourceManager.GetString("CANCEL_USER_CONSENT_FAILURE_ERROR_CODE", resourceCulture);
|
||
}
|
||
}
|
||
|
||
/// <summary>
|
||
/// Looks up a localized string similar to Cannot cancel user consent process. An active session is in progress..
|
||
/// </summary>
|
||
internal static string CANCEL_USER_CONSENT_IN_SESSION_MESSAGE {
|
||
get {
|
||
return ResourceManager.GetString("CANCEL_USER_CONSENT_IN_SESSION_MESSAGE", resourceCulture);
|
||
}
|
||
}
|
||
|
||
/// <summary>
|
||
/// Looks up a localized string similar to Cancel User Consent.
|
||
/// </summary>
|
||
internal static string CANCEL_USER_CONSENT_PROGRESS_BAR_MESSAGE {
|
||
get {
|
||
return ResourceManager.GetString("CANCEL_USER_CONSENT_PROGRESS_BAR_MESSAGE", resourceCulture);
|
||
}
|
||
}
|
||
|
||
/// <summary>
|
||
/// Looks up a localized string similar to Consent was reset successfully.
|
||
/// </summary>
|
||
internal static string CANCEL_USER_CONSENT_SUCCESS {
|
||
get {
|
||
return ResourceManager.GetString("CANCEL_USER_CONSENT_SUCCESS", resourceCulture);
|
||
}
|
||
}
|
||
|
||
/// <summary>
|
||
/// Looks up a localized string similar to Consent was not reset - a KVM/redirection session is open..
|
||
/// </summary>
|
||
internal static string CANCEL_USER_CONSNET_IN_SESSION_ERROR_MESSAGE {
|
||
get {
|
||
return ResourceManager.GetString("CANCEL_USER_CONSNET_IN_SESSION_ERROR_MESSAGE", resourceCulture);
|
||
}
|
||
}
|
||
|
||
/// <summary>
|
||
/// Looks up a localized string similar to Cancel user consent operation..
|
||
/// </summary>
|
||
internal static string CANCELING_USER_CONSENT_LOG_MESSAGE {
|
||
get {
|
||
return ResourceManager.GetString("CANCELING_USER_CONSENT_LOG_MESSAGE", resourceCulture);
|
||
}
|
||
}
|
||
|
||
/// <summary>
|
||
/// Looks up a localized string similar to Canceling user consent....
|
||
/// </summary>
|
||
internal static string CANCELING_USER_CONSENT_STATUS_BAR_MESSAGE {
|
||
get {
|
||
return ResourceManager.GetString("CANCELING_USER_CONSENT_STATUS_BAR_MESSAGE", resourceCulture);
|
||
}
|
||
}
|
||
|
||
/// <summary>
|
||
/// Looks up a localized string similar to Certificate Files|*.pem;*.der;*.cer.
|
||
/// </summary>
|
||
internal static string CERT_FILTER {
|
||
get {
|
||
return ResourceManager.GetString("CERT_FILTER", resourceCulture);
|
||
}
|
||
}
|
||
|
||
/// <summary>
|
||
/// Looks up a localized string similar to Client Certificate.
|
||
/// </summary>
|
||
internal static string CLIENT_CERTIFICATE_STRING {
|
||
get {
|
||
return ResourceManager.GetString("CLIENT_CERTIFICATE_STRING", resourceCulture);
|
||
}
|
||
}
|
||
|
||
/// <summary>
|
||
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
||
/// </summary>
|
||
internal static System.Drawing.Bitmap clock11 {
|
||
get {
|
||
object obj = ResourceManager.GetObject("clock11", resourceCulture);
|
||
return ((System.Drawing.Bitmap)(obj));
|
||
}
|
||
}
|
||
|
||
/// <summary>
|
||
/// Looks up a localized string similar to CodeTimeout.
|
||
/// </summary>
|
||
internal static string CODE_TIMEOUT_PROPERTY_NAME {
|
||
get {
|
||
return ResourceManager.GetString("CODE_TIMEOUT_PROPERTY_NAME", resourceCulture);
|
||
}
|
||
}
|
||
|
||
/// <summary>
|
||
/// Looks up a localized string similar to CodeVersion.
|
||
/// </summary>
|
||
internal static string CODE_VERSION_PROPERTY_NAME {
|
||
get {
|
||
return ResourceManager.GetString("CODE_VERSION_PROPERTY_NAME", resourceCulture);
|
||
}
|
||
}
|
||
|
||
/// <summary>
|
||
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
||
/// </summary>
|
||
internal static System.Drawing.Bitmap Collapsed {
|
||
get {
|
||
object obj = ResourceManager.GetObject("Collapsed", resourceCulture);
|
||
return ((System.Drawing.Bitmap)(obj));
|
||
}
|
||
}
|
||
|
||
/// <summary>
|
||
/// Looks up a localized resource of type System.Drawing.Icon similar to (Icon).
|
||
/// </summary>
|
||
internal static System.Drawing.Icon Configuration {
|
||
get {
|
||
object obj = ResourceManager.GetObject("Configuration", resourceCulture);
|
||
return ((System.Drawing.Icon)(obj));
|
||
}
|
||
}
|
||
|
||
/// <summary>
|
||
/// Looks up a localized string similar to Connect to:.
|
||
/// </summary>
|
||
internal static string CONNECT_TO {
|
||
get {
|
||
return ResourceManager.GetString("CONNECT_TO", resourceCulture);
|
||
}
|
||
}
|
||
|
||
/// <summary>
|
||
/// Looks up a localized string similar to Connected to:.
|
||
/// </summary>
|
||
internal static string CONNECTED_TO {
|
||
get {
|
||
return ResourceManager.GetString("CONNECTED_TO", resourceCulture);
|
||
}
|
||
}
|
||
|
||
/// <summary>
|
||
/// Looks up a localized string similar to Connecting to {0}.
|
||
/// </summary>
|
||
internal static string CONNECTING_TO {
|
||
get {
|
||
return ResourceManager.GetString("CONNECTING_TO", resourceCulture);
|
||
}
|
||
}
|
||
|
||
/// <summary>
|
||
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
||
/// </summary>
|
||
internal static System.Drawing.Bitmap connection_1 {
|
||
get {
|
||
object obj = ResourceManager.GetObject("connection_1", resourceCulture);
|
||
return ((System.Drawing.Bitmap)(obj));
|
||
}
|
||
}
|
||
|
||
/// <summary>
|
||
/// Looks up a localized string similar to Connection Error.
|
||
/// </summary>
|
||
internal static string CONNECTION_ERROR {
|
||
get {
|
||
return ResourceManager.GetString("CONNECTION_ERROR", resourceCulture);
|
||
}
|
||
}
|
||
|
||
/// <summary>
|
||
/// Looks up a localized string similar to Connection error occured.
|
||
/// </summary>
|
||
internal static string CONNECTION_ERROR_OCCURED {
|
||
get {
|
||
return ResourceManager.GetString("CONNECTION_ERROR_OCCURED", resourceCulture);
|
||
}
|
||
}
|
||
|
||
/// <summary>
|
||
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
||
/// </summary>
|
||
internal static System.Drawing.Bitmap connectionstatus_off {
|
||
get {
|
||
object obj = ResourceManager.GetObject("connectionstatus_off", resourceCulture);
|
||
return ((System.Drawing.Bitmap)(obj));
|
||
}
|
||
}
|
||
|
||
/// <summary>
|
||
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
||
/// </summary>
|
||
internal static System.Drawing.Bitmap connectionstatus_on {
|
||
get {
|
||
object obj = ResourceManager.GetObject("connectionstatus_on", resourceCulture);
|
||
return ((System.Drawing.Bitmap)(obj));
|
||
}
|
||
}
|
||
|
||
/// <summary>
|
||
/// Looks up a localized string similar to Intel(R) AMT SDK User Consent Tool.
|
||
/// </summary>
|
||
internal static string CONSOLE_TITLE {
|
||
get {
|
||
return ResourceManager.GetString("CONSOLE_TITLE", resourceCulture);
|
||
}
|
||
}
|
||
|
||
/// <summary>
|
||
/// Looks up a localized string similar to Detecting if sprite is supported on the tartget systen, according IPS_OptInService.OptInState.
|
||
/// </summary>
|
||
internal static string DETECTING_SPRITE_LOG_MESSAGE {
|
||
get {
|
||
return ResourceManager.GetString("DETECTING_SPRITE_LOG_MESSAGE", resourceCulture);
|
||
}
|
||
}
|
||
|
||
/// <summary>
|
||
/// Looks up a localized string similar to Detecting if Sprite is supported.
|
||
/// </summary>
|
||
internal static string DETECTING_SPRITE_MESSAGE {
|
||
get {
|
||
return ResourceManager.GetString("DETECTING_SPRITE_MESSAGE", resourceCulture);
|
||
}
|
||
}
|
||
|
||
/// <summary>
|
||
/// Looks up a localized string similar to Disconnect.
|
||
/// </summary>
|
||
internal static string DISCONNECT {
|
||
get {
|
||
return ResourceManager.GetString("DISCONNECT", resourceCulture);
|
||
}
|
||
}
|
||
|
||
/// <summary>
|
||
/// Looks up a localized string similar to Edit.
|
||
/// </summary>
|
||
internal static string EDIT {
|
||
get {
|
||
return ResourceManager.GetString("EDIT", resourceCulture);
|
||
}
|
||
}
|
||
|
||
/// <summary>
|
||
/// Looks up a localized string similar to {0} cannot be empty..
|
||
/// </summary>
|
||
internal static string EMPTY_FIELD_ERROR {
|
||
get {
|
||
return ResourceManager.GetString("EMPTY_FIELD_ERROR", resourceCulture);
|
||
}
|
||
}
|
||
|
||
/// <summary>
|
||
/// Looks up a localized string similar to User Consent is not available or disabled, please contact your IT administrator for further assistance..
|
||
/// </summary>
|
||
internal static string ERROR_DISABLED_FEATURE {
|
||
get {
|
||
return ResourceManager.GetString("ERROR_DISABLED_FEATURE", resourceCulture);
|
||
}
|
||
}
|
||
|
||
/// <summary>
|
||
/// Looks up a localized resource of type System.Drawing.Icon similar to (Icon).
|
||
/// </summary>
|
||
internal static System.Drawing.Icon error_provider {
|
||
get {
|
||
object obj = ResourceManager.GetObject("error_provider", resourceCulture);
|
||
return ((System.Drawing.Icon)(obj));
|
||
}
|
||
}
|
||
|
||
/// <summary>
|
||
/// Looks up a localized string similar to Failed check machine interface due to unresolved host entry..
|
||
/// </summary>
|
||
internal static string ERROR_UNRESOLVED_HOST_ENTRY {
|
||
get {
|
||
return ResourceManager.GetString("ERROR_UNRESOLVED_HOST_ENTRY", resourceCulture);
|
||
}
|
||
}
|
||
|
||
/// <summary>
|
||
/// Looks up a localized string similar to This tool does not support the remote Intel(R) AMT version.
|
||
/// </summary>
|
||
internal static string ERROR_UNSUPPORTED_FEATURE {
|
||
get {
|
||
return ResourceManager.GetString("ERROR_UNSUPPORTED_FEATURE", resourceCulture);
|
||
}
|
||
}
|
||
|
||
/// <summary>
|
||
/// Looks up a localized string similar to Exception occured: {0}, Source method: {1}.
|
||
/// </summary>
|
||
internal static string EXCEPTION_OCCURED_ERROR_CODE {
|
||
get {
|
||
return ResourceManager.GetString("EXCEPTION_OCCURED_ERROR_CODE", resourceCulture);
|
||
}
|
||
}
|
||
|
||
/// <summary>
|
||
/// Looks up a localized string similar to Exception was thrown: {0}.
|
||
/// </summary>
|
||
internal static string EXCEPTION_WAS_THROWN {
|
||
get {
|
||
return ResourceManager.GetString("EXCEPTION_WAS_THROWN", resourceCulture);
|
||
}
|
||
}
|
||
|
||
/// <summary>
|
||
/// Looks up a localized string similar to Execute graceful reset on {0}.
|
||
/// </summary>
|
||
internal static string EXECUTE_GRACEFUL_RESET_MESSAGE {
|
||
get {
|
||
return ResourceManager.GetString("EXECUTE_GRACEFUL_RESET_MESSAGE", resourceCulture);
|
||
}
|
||
}
|
||
|
||
/// <summary>
|
||
/// Looks up a localized string similar to Execute graceful shutdown on {0}.
|
||
/// </summary>
|
||
internal static string EXECUTE_GRACEFUL_SHUTDOWN_MESSAGE {
|
||
get {
|
||
return ResourceManager.GetString("EXECUTE_GRACEFUL_SHUTDOWN_MESSAGE", resourceCulture);
|
||
}
|
||
}
|
||
|
||
/// <summary>
|
||
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
||
/// </summary>
|
||
internal static System.Drawing.Bitmap Expanded {
|
||
get {
|
||
object obj = ResourceManager.GetObject("Expanded", resourceCulture);
|
||
return ((System.Drawing.Bitmap)(obj));
|
||
}
|
||
}
|
||
|
||
/// <summary>
|
||
/// Looks up a localized string similar to Failed to connect to: {0}.
|
||
/// </summary>
|
||
internal static string FAILED_TO_CONNECT {
|
||
get {
|
||
return ResourceManager.GetString("FAILED_TO_CONNECT", resourceCulture);
|
||
}
|
||
}
|
||
|
||
/// <summary>
|
||
/// Looks up a localized string similar to Getting User Consent state, result: {0}.
|
||
/// </summary>
|
||
internal static string GETTING_OPT_IN_STATE_MESSAGE {
|
||
get {
|
||
return ResourceManager.GetString("GETTING_OPT_IN_STATE_MESSAGE", resourceCulture);
|
||
}
|
||
}
|
||
|
||
/// <summary>
|
||
/// Looks up a localized string similar to Graceful Reset.
|
||
/// </summary>
|
||
internal static string GRACEFUL_REBOOT_HEADER {
|
||
get {
|
||
return ResourceManager.GetString("GRACEFUL_REBOOT_HEADER", resourceCulture);
|
||
}
|
||
}
|
||
|
||
/// <summary>
|
||
/// Looks up a localized string similar to Graceful reboot of the target system.
|
||
/// </summary>
|
||
internal static string GRACEFUL_REBOOT_LOG_MESSAGE {
|
||
get {
|
||
return ResourceManager.GetString("GRACEFUL_REBOOT_LOG_MESSAGE", resourceCulture);
|
||
}
|
||
}
|
||
|
||
/// <summary>
|
||
/// Looks up a localized string similar to Performing graceful reset on the target system.
|
||
/// </summary>
|
||
internal static string GRACEFUL_REBOOT_PROGRESS_BAR {
|
||
get {
|
||
return ResourceManager.GetString("GRACEFUL_REBOOT_PROGRESS_BAR", resourceCulture);
|
||
}
|
||
}
|
||
|
||
/// <summary>
|
||
/// Looks up a localized string similar to Attempting graceful reset on the target system....
|
||
/// </summary>
|
||
internal static string GRACEFUL_REBOOT_STATUS_BAR_MESSAGE {
|
||
get {
|
||
return ResourceManager.GetString("GRACEFUL_REBOOT_STATUS_BAR_MESSAGE", resourceCulture);
|
||
}
|
||
}
|
||
|
||
/// <summary>
|
||
/// Looks up a localized string similar to Graceful shutdwon failed.
|
||
/// </summary>
|
||
internal static string GRACEFUL_SHUTDOWN_FAILED {
|
||
get {
|
||
return ResourceManager.GetString("GRACEFUL_SHUTDOWN_FAILED", resourceCulture);
|
||
}
|
||
}
|
||
|
||
/// <summary>
|
||
/// Looks up a localized string similar to Graceful Shutdown.
|
||
/// </summary>
|
||
internal static string GRACEFUL_SHUTDOWN_HEADER {
|
||
get {
|
||
return ResourceManager.GetString("GRACEFUL_SHUTDOWN_HEADER", resourceCulture);
|
||
}
|
||
}
|
||
|
||
/// <summary>
|
||
/// Looks up a localized string similar to Graceful shutdown of the target system.
|
||
/// </summary>
|
||
internal static string GRACEFUL_SHUTDOWN_LOG_MESSAGE {
|
||
get {
|
||
return ResourceManager.GetString("GRACEFUL_SHUTDOWN_LOG_MESSAGE", resourceCulture);
|
||
}
|
||
}
|
||
|
||
/// <summary>
|
||
/// Looks up a localized string similar to Graceful shutdown failed. would you like the AMT to perfom reboot? Please ensure the user closes all apllications on the remote server.
|
||
/// </summary>
|
||
internal static string GRACEFUL_SHUTDOWN_MESSAGE_BOX_MESSAGE {
|
||
get {
|
||
return ResourceManager.GetString("GRACEFUL_SHUTDOWN_MESSAGE_BOX_MESSAGE", resourceCulture);
|
||
}
|
||
}
|
||
|
||
/// <summary>
|
||
/// Looks up a localized string similar to Performing graceful shutdown on the target system.
|
||
/// </summary>
|
||
internal static string GRACEFUL_SHUTDOWN_PROGRESS_BAR {
|
||
get {
|
||
return ResourceManager.GetString("GRACEFUL_SHUTDOWN_PROGRESS_BAR", resourceCulture);
|
||
}
|
||
}
|
||
|
||
/// <summary>
|
||
/// Looks up a localized string similar to Attempting graceful shutdown on the target system....
|
||
/// </summary>
|
||
internal static string GRACEFUL_SHUTDOWN_STATUS_BAR_MESSAGE {
|
||
get {
|
||
return ResourceManager.GetString("GRACEFUL_SHUTDOWN_STATUS_BAR_MESSAGE", resourceCulture);
|
||
}
|
||
}
|
||
|
||
/// <summary>
|
||
/// Looks up a localized string similar to The target system does not support Sprite, shut down is required. Would you like to shut down target system gracfully? .
|
||
/// </summary>
|
||
internal static string GRACFUL_SHUTDOWN_IT_MESSAGE {
|
||
get {
|
||
return ResourceManager.GetString("GRACFUL_SHUTDOWN_IT_MESSAGE", resourceCulture);
|
||
}
|
||
}
|
||
|
||
/// <summary>
|
||
/// Looks up a localized string similar to A command to shut down this machine has been issued by the Intel AMT SDK User Consent Tool. The machine will shut down in {0} minute{1}..
|
||
/// </summary>
|
||
internal static string GRACFUL_SHUTDOWN_USER_MESSAGE {
|
||
get {
|
||
return ResourceManager.GetString("GRACFUL_SHUTDOWN_USER_MESSAGE", resourceCulture);
|
||
}
|
||
}
|
||
|
||
/// <summary>
|
||
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
||
/// </summary>
|
||
internal static System.Drawing.Bitmap green_shield {
|
||
get {
|
||
object obj = ResourceManager.GetObject("green_shield", resourceCulture);
|
||
return ((System.Drawing.Bitmap)(obj));
|
||
}
|
||
}
|
||
|
||
/// <summary>
|
||
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
||
/// </summary>
|
||
internal static System.Drawing.Bitmap help {
|
||
get {
|
||
object obj = ResourceManager.GetObject("help", resourceCulture);
|
||
return ((System.Drawing.Bitmap)(obj));
|
||
}
|
||
}
|
||
|
||
/// <summary>
|
||
/// Looks up a localized string similar to [a-zA-Z0-9]+\\[a-zA-Z0-9]+$.
|
||
/// </summary>
|
||
internal static string HOST_NAME_FORMAT {
|
||
get {
|
||
return ResourceManager.GetString("HOST_NAME_FORMAT", resourceCulture);
|
||
}
|
||
}
|
||
|
||
/// <summary>
|
||
/// Looks up a localized string similar to 0.0.0.0.
|
||
/// </summary>
|
||
internal static string HOST_NAME_NOT_AVAILABLE {
|
||
get {
|
||
return ResourceManager.GetString("HOST_NAME_NOT_AVAILABLE", resourceCulture);
|
||
}
|
||
}
|
||
|
||
/// <summary>
|
||
/// Looks up a localized string similar to Host.
|
||
/// </summary>
|
||
internal static string HOST_STRING {
|
||
get {
|
||
return ResourceManager.GetString("HOST_STRING", resourceCulture);
|
||
}
|
||
}
|
||
|
||
/// <summary>
|
||
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
||
/// </summary>
|
||
internal static System.Drawing.Bitmap icon_clear {
|
||
get {
|
||
object obj = ResourceManager.GetObject("icon_clear", resourceCulture);
|
||
return ((System.Drawing.Bitmap)(obj));
|
||
}
|
||
}
|
||
|
||
/// <summary>
|
||
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
||
/// </summary>
|
||
internal static System.Drawing.Bitmap icon_right {
|
||
get {
|
||
object obj = ResourceManager.GetObject("icon_right", resourceCulture);
|
||
return ((System.Drawing.Bitmap)(obj));
|
||
}
|
||
}
|
||
|
||
/// <summary>
|
||
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
||
/// </summary>
|
||
internal static System.Drawing.Bitmap icon_right1 {
|
||
get {
|
||
object obj = ResourceManager.GetObject("icon_right1", resourceCulture);
|
||
return ((System.Drawing.Bitmap)(obj));
|
||
}
|
||
}
|
||
|
||
/// <summary>
|
||
/// Looks up a localized string similar to Host name must be IPv4, IPv6 or full FQDN..
|
||
/// </summary>
|
||
internal static string ILLEGAL_ADDRESS_ERROR {
|
||
get {
|
||
return ResourceManager.GetString("ILLEGAL_ADDRESS_ERROR", resourceCulture);
|
||
}
|
||
}
|
||
|
||
/// <summary>
|
||
/// Looks up a localized string similar to Kerberos user should be given in domain\name format..
|
||
/// </summary>
|
||
internal static string ILLEGAL_KERBEROS_HOST_NAME {
|
||
get {
|
||
return ResourceManager.GetString("ILLEGAL_KERBEROS_HOST_NAME", resourceCulture);
|
||
}
|
||
}
|
||
|
||
/// <summary>
|
||
/// Looks up a localized string similar to Password must be at least 8 characters long, must have at least 1 digit, at least 1 non alpha-numeric character and both lower-case and upper-case Latin letters..
|
||
/// </summary>
|
||
internal static string ILLEGAL_PASSWORD_ERROR {
|
||
get {
|
||
return ResourceManager.GetString("ILLEGAL_PASSWORD_ERROR", resourceCulture);
|
||
}
|
||
}
|
||
|
||
/// <summary>
|
||
/// Looks up a localized string similar to Port is in an incorrect value..
|
||
/// </summary>
|
||
internal static string ILLEGAL_PORT_FORMAT {
|
||
get {
|
||
return ResourceManager.GetString("ILLEGAL_PORT_FORMAT", resourceCulture);
|
||
}
|
||
}
|
||
|
||
/// <summary>
|
||
/// Looks up a localized string similar to Username must contains 7-bit ASCII characters, in the range of 33-126, excluding ‘:’, ‘,’, ‘<’, ‘>’, ‘&’, and ‘”’ characters.
|
||
///The string length is limited to 16 characters. It cannot be an empty string. The strings "Admin" and strings that start with "$$" are invalid..
|
||
/// </summary>
|
||
internal static string ILLEGAL_USERNAME_ERROR {
|
||
get {
|
||
return ResourceManager.GetString("ILLEGAL_USERNAME_ERROR", resourceCulture);
|
||
}
|
||
}
|
||
|
||
/// <summary>
|
||
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
||
/// </summary>
|
||
internal static System.Drawing.Bitmap info {
|
||
get {
|
||
object obj = ResourceManager.GetObject("info", resourceCulture);
|
||
return ((System.Drawing.Bitmap)(obj));
|
||
}
|
||
}
|
||
|
||
/// <summary>
|
||
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
||
/// </summary>
|
||
internal static System.Drawing.Bitmap Info_Provider {
|
||
get {
|
||
object obj = ResourceManager.GetObject("Info_Provider", resourceCulture);
|
||
return ((System.Drawing.Bitmap)(obj));
|
||
}
|
||
}
|
||
|
||
/// <summary>
|
||
/// Looks up a localized resource of type System.Drawing.Icon similar to (Icon).
|
||
/// </summary>
|
||
internal static System.Drawing.Icon info_provider1 {
|
||
get {
|
||
object obj = ResourceManager.GetObject("info_provider1", resourceCulture);
|
||
return ((System.Drawing.Icon)(obj));
|
||
}
|
||
}
|
||
|
||
/// <summary>
|
||
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
||
/// </summary>
|
||
internal static System.Drawing.Bitmap LAN {
|
||
get {
|
||
object obj = ResourceManager.GetObject("LAN", resourceCulture);
|
||
return ((System.Drawing.Bitmap)(obj));
|
||
}
|
||
}
|
||
|
||
/// <summary>
|
||
/// Looks up a localized resource of type System.Drawing.Icon similar to (Icon).
|
||
/// </summary>
|
||
internal static System.Drawing.Icon lan_disconnect {
|
||
get {
|
||
object obj = ResourceManager.GetObject("lan_disconnect", resourceCulture);
|
||
return ((System.Drawing.Icon)(obj));
|
||
}
|
||
}
|
||
|
||
/// <summary>
|
||
/// Looks up a localized string similar to Loading default settings.
|
||
/// </summary>
|
||
internal static string LOADING_DEFAULT_SETTINGS {
|
||
get {
|
||
return ResourceManager.GetString("LOADING_DEFAULT_SETTINGS", resourceCulture);
|
||
}
|
||
}
|
||
|
||
/// <summary>
|
||
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
||
/// </summary>
|
||
internal static System.Drawing.Bitmap logo_white {
|
||
get {
|
||
object obj = ResourceManager.GetObject("logo_white", resourceCulture);
|
||
return ((System.Drawing.Bitmap)(obj));
|
||
}
|
||
}
|
||
|
||
/// <summary>
|
||
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
||
/// </summary>
|
||
internal static System.Drawing.Bitmap main_clock {
|
||
get {
|
||
object obj = ResourceManager.GetObject("main_clock", resourceCulture);
|
||
return ((System.Drawing.Bitmap)(obj));
|
||
}
|
||
}
|
||
|
||
/// <summary>
|
||
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
||
/// </summary>
|
||
internal static System.Drawing.Bitmap main_lock {
|
||
get {
|
||
object obj = ResourceManager.GetObject("main_lock", resourceCulture);
|
||
return ((System.Drawing.Bitmap)(obj));
|
||
}
|
||
}
|
||
|
||
/// <summary>
|
||
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
||
/// </summary>
|
||
internal static System.Drawing.Bitmap main_screen {
|
||
get {
|
||
object obj = ResourceManager.GetObject("main_screen", resourceCulture);
|
||
return ((System.Drawing.Bitmap)(obj));
|
||
}
|
||
}
|
||
|
||
/// <summary>
|
||
/// Looks up a localized string similar to User Consent form will be displayed via MEBx.
|
||
/// </summary>
|
||
internal static string MEBx_USER_CONSENT_MESSAGE {
|
||
get {
|
||
return ResourceManager.GetString("MEBx_USER_CONSENT_MESSAGE", resourceCulture);
|
||
}
|
||
}
|
||
|
||
/// <summary>
|
||
/// Looks up a localized string similar to Not Available.
|
||
/// </summary>
|
||
internal static string NOT_AVAILABLE {
|
||
get {
|
||
return ResourceManager.GetString("NOT_AVAILABLE", resourceCulture);
|
||
}
|
||
}
|
||
|
||
/// <summary>
|
||
/// Looks up a localized string similar to Operation Completed.
|
||
/// </summary>
|
||
internal static string OPERATION_COMPLETED {
|
||
get {
|
||
return ResourceManager.GetString("OPERATION_COMPLETED", resourceCulture);
|
||
}
|
||
}
|
||
|
||
/// <summary>
|
||
/// Looks up a localized string similar to The operation completed successfully..
|
||
/// </summary>
|
||
internal static string OPERATION_COMPLETED_SUCCESSFULLY {
|
||
get {
|
||
return ResourceManager.GetString("OPERATION_COMPLETED_SUCCESSFULLY", resourceCulture);
|
||
}
|
||
}
|
||
|
||
/// <summary>
|
||
/// Looks up a localized string similar to Operation Failed.
|
||
/// </summary>
|
||
internal static string OPERATION_FAILED {
|
||
get {
|
||
return ResourceManager.GetString("OPERATION_FAILED", resourceCulture);
|
||
}
|
||
}
|
||
|
||
/// <summary>
|
||
/// Looks up a localized string similar to Operation failed: {0}.
|
||
/// </summary>
|
||
internal static string OPERATION_FAILED_ERROR_MESSAGE {
|
||
get {
|
||
return ResourceManager.GetString("OPERATION_FAILED_ERROR_MESSAGE", resourceCulture);
|
||
}
|
||
}
|
||
|
||
/// <summary>
|
||
/// Looks up a localized string similar to Operation Information.
|
||
/// </summary>
|
||
internal static string OPERATION_INFORMATION {
|
||
get {
|
||
return ResourceManager.GetString("OPERATION_INFORMATION", resourceCulture);
|
||
}
|
||
}
|
||
|
||
/// <summary>
|
||
/// Looks up a localized string similar to Password.
|
||
/// </summary>
|
||
internal static string PASSWORD_STRING {
|
||
get {
|
||
return ResourceManager.GetString("PASSWORD_STRING", resourceCulture);
|
||
}
|
||
}
|
||
|
||
/// <summary>
|
||
/// Looks up a localized string similar to Performing power operation on the remote system: {0}.
|
||
/// </summary>
|
||
internal static string PERFORMING_POWER_OPERATION_LOG {
|
||
get {
|
||
return ResourceManager.GetString("PERFORMING_POWER_OPERATION_LOG", resourceCulture);
|
||
}
|
||
}
|
||
|
||
/// <summary>
|
||
/// Looks up a localized string similar to Performing power operation on the remote system....
|
||
/// </summary>
|
||
internal static string PERFORMING_POWER_OPERATION_STATUS_BAR {
|
||
get {
|
||
return ResourceManager.GetString("PERFORMING_POWER_OPERATION_STATUS_BAR", resourceCulture);
|
||
}
|
||
}
|
||
|
||
/// <summary>
|
||
/// Looks up a localized resource of type System.Drawing.Icon similar to (Icon).
|
||
/// </summary>
|
||
internal static System.Drawing.Icon phoneapp_32px {
|
||
get {
|
||
object obj = ResourceManager.GetObject("phoneapp_32px", resourceCulture);
|
||
return ((System.Drawing.Icon)(obj));
|
||
}
|
||
}
|
||
|
||
/// <summary>
|
||
/// Looks up a localized string similar to System needs to be powered-on.
|
||
/// </summary>
|
||
internal static string POWER_ON_MESSAGE {
|
||
get {
|
||
return ResourceManager.GetString("POWER_ON_MESSAGE", resourceCulture);
|
||
}
|
||
}
|
||
|
||
/// <summary>
|
||
/// Looks up a localized string similar to The system needs to be powered-on. Would you like to boot the system?.
|
||
/// </summary>
|
||
internal static string POWER_ON_MESSAGE_BOX_MESSAGE {
|
||
get {
|
||
return ResourceManager.GetString("POWER_ON_MESSAGE_BOX_MESSAGE", resourceCulture);
|
||
}
|
||
}
|
||
|
||
/// <summary>
|
||
/// Looks up a localized string similar to Proxy Host Name.
|
||
/// </summary>
|
||
internal static string PROXY_HOST_NAME_STRING {
|
||
get {
|
||
return ResourceManager.GetString("PROXY_HOST_NAME_STRING", resourceCulture);
|
||
}
|
||
}
|
||
|
||
/// <summary>
|
||
/// Looks up a localized string similar to Proxy Password.
|
||
/// </summary>
|
||
internal static string PROXY_PASSWORD_STRING {
|
||
get {
|
||
return ResourceManager.GetString("PROXY_PASSWORD_STRING", resourceCulture);
|
||
}
|
||
}
|
||
|
||
/// <summary>
|
||
/// Looks up a localized string similar to Proxy Port.
|
||
/// </summary>
|
||
internal static string PROXY_PORT_STRING {
|
||
get {
|
||
return ResourceManager.GetString("PROXY_PORT_STRING", resourceCulture);
|
||
}
|
||
}
|
||
|
||
/// <summary>
|
||
/// Looks up a localized string similar to Proxy User Name.
|
||
/// </summary>
|
||
internal static string PROXY_USER_NAME_STRING {
|
||
get {
|
||
return ResourceManager.GetString("PROXY_USER_NAME_STRING", resourceCulture);
|
||
}
|
||
}
|
||
|
||
/// <summary>
|
||
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
||
/// </summary>
|
||
internal static System.Drawing.Bitmap proxy1 {
|
||
get {
|
||
object obj = ResourceManager.GetObject("proxy1", resourceCulture);
|
||
return ((System.Drawing.Bitmap)(obj));
|
||
}
|
||
}
|
||
|
||
/// <summary>
|
||
/// Looks up a localized string similar to Question.
|
||
/// </summary>
|
||
internal static string QUESTION_HEADER {
|
||
get {
|
||
return ResourceManager.GetString("QUESTION_HEADER", resourceCulture);
|
||
}
|
||
}
|
||
|
||
/// <summary>
|
||
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
||
/// </summary>
|
||
internal static System.Drawing.Bitmap red_shield {
|
||
get {
|
||
object obj = ResourceManager.GetObject("red_shield", resourceCulture);
|
||
return ((System.Drawing.Bitmap)(obj));
|
||
}
|
||
}
|
||
|
||
/// <summary>
|
||
/// Looks up a localized string similar to Reseting user consent....
|
||
/// </summary>
|
||
internal static string RESETING_USER_CONSENT {
|
||
get {
|
||
return ResourceManager.GetString("RESETING_USER_CONSENT", resourceCulture);
|
||
}
|
||
}
|
||
|
||
/// <summary>
|
||
/// Looks up a localized string similar to CER files (*.cer)|*.cer|PEM files (*.pem)|*.pem|DER files (*.der)|*.der.
|
||
/// </summary>
|
||
internal static string ROOT_CERT_FILTER {
|
||
get {
|
||
return ResourceManager.GetString("ROOT_CERT_FILTER", resourceCulture);
|
||
}
|
||
}
|
||
|
||
/// <summary>
|
||
/// Looks up a localized string similar to Saving paramters for future executions.
|
||
/// </summary>
|
||
internal static string SAVING_PARAMETER_FOR_NEXT_EXECUTION {
|
||
get {
|
||
return ResourceManager.GetString("SAVING_PARAMETER_FOR_NEXT_EXECUTION", resourceCulture);
|
||
}
|
||
}
|
||
|
||
/// <summary>
|
||
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
||
/// </summary>
|
||
internal static System.Drawing.Bitmap screen11 {
|
||
get {
|
||
object obj = ResourceManager.GetObject("screen11", resourceCulture);
|
||
return ((System.Drawing.Bitmap)(obj));
|
||
}
|
||
}
|
||
|
||
/// <summary>
|
||
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
||
/// </summary>
|
||
internal static System.Drawing.Bitmap scs_panes_down2 {
|
||
get {
|
||
object obj = ResourceManager.GetObject("scs_panes_down2", resourceCulture);
|
||
return ((System.Drawing.Bitmap)(obj));
|
||
}
|
||
}
|
||
|
||
/// <summary>
|
||
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
||
/// </summary>
|
||
internal static System.Drawing.Bitmap scs_panes_move_right {
|
||
get {
|
||
object obj = ResourceManager.GetObject("scs_panes_move_right", resourceCulture);
|
||
return ((System.Drawing.Bitmap)(obj));
|
||
}
|
||
}
|
||
|
||
/// <summary>
|
||
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
||
/// </summary>
|
||
internal static System.Drawing.Bitmap scs_panes_swap {
|
||
get {
|
||
object obj = ResourceManager.GetObject("scs_panes_swap", resourceCulture);
|
||
return ((System.Drawing.Bitmap)(obj));
|
||
}
|
||
}
|
||
|
||
/// <summary>
|
||
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
||
/// </summary>
|
||
internal static System.Drawing.Bitmap scs_panes_swap1 {
|
||
get {
|
||
object obj = ResourceManager.GetObject("scs_panes_swap1", resourceCulture);
|
||
return ((System.Drawing.Bitmap)(obj));
|
||
}
|
||
}
|
||
|
||
/// <summary>
|
||
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
||
/// </summary>
|
||
internal static System.Drawing.Bitmap scs_panes_up2 {
|
||
get {
|
||
object obj = ResourceManager.GetObject("scs_panes_up2", resourceCulture);
|
||
return ((System.Drawing.Bitmap)(obj));
|
||
}
|
||
}
|
||
|
||
/// <summary>
|
||
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
||
/// </summary>
|
||
internal static System.Drawing.Bitmap scs_tree_wifi {
|
||
get {
|
||
object obj = ResourceManager.GetObject("scs_tree_wifi", resourceCulture);
|
||
return ((System.Drawing.Bitmap)(obj));
|
||
}
|
||
}
|
||
|
||
/// <summary>
|
||
/// Looks up a localized string similar to Select Personal Certificate.
|
||
/// </summary>
|
||
internal static string SELECT_CLIENT_CERTIFICATE {
|
||
get {
|
||
return ResourceManager.GetString("SELECT_CLIENT_CERTIFICATE", resourceCulture);
|
||
}
|
||
}
|
||
|
||
/// <summary>
|
||
/// Looks up a localized string similar to Select Trusted Root Certificate.
|
||
/// </summary>
|
||
internal static string SELECT_TRUSTED_ROOT_CERT {
|
||
get {
|
||
return ResourceManager.GetString("SELECT_TRUSTED_ROOT_CERT", resourceCulture);
|
||
}
|
||
}
|
||
|
||
/// <summary>
|
||
/// Looks up a localized string similar to Intel AMT versions earlier than Release 7.2 do not support setting the code timeout..
|
||
/// </summary>
|
||
internal static string SET_TIMEOUT_NOTSUPPRTED_ERROR {
|
||
get {
|
||
return ResourceManager.GetString("SET_TIMEOUT_NOTSUPPRTED_ERROR", resourceCulture);
|
||
}
|
||
}
|
||
|
||
/// <summary>
|
||
/// Looks up a localized string similar to Setting log preferences....
|
||
/// </summary>
|
||
internal static string SETTING_LOG_PREFERENCES {
|
||
get {
|
||
return ResourceManager.GetString("SETTING_LOG_PREFERENCES", resourceCulture);
|
||
}
|
||
}
|
||
|
||
/// <summary>
|
||
/// Looks up a localized string similar to Setting OS graceful shutdown timeout....
|
||
/// </summary>
|
||
internal static string SETTING_OS_GRACEFUL_SHUTDOWN {
|
||
get {
|
||
return ResourceManager.GetString("SETTING_OS_GRACEFUL_SHUTDOWN", resourceCulture);
|
||
}
|
||
}
|
||
|
||
/// <summary>
|
||
/// Looks up a localized string similar to The Intel AMT system must be rebooted in order to display the user consent message. Perform reboot?.
|
||
/// </summary>
|
||
internal static string SPRITE_NOT_AVAILIBLE_MESSAGE_BOX_MESSAGE {
|
||
get {
|
||
return ResourceManager.GetString("SPRITE_NOT_AVAILIBLE_MESSAGE_BOX_MESSAGE", resourceCulture);
|
||
}
|
||
}
|
||
|
||
/// <summary>
|
||
/// Looks up a localized string similar to User Consent form will be displayed via Sprite.
|
||
/// </summary>
|
||
internal static string SPRITE_USER_CONSENT_MESSAGE {
|
||
get {
|
||
return ResourceManager.GetString("SPRITE_USER_CONSENT_MESSAGE", resourceCulture);
|
||
}
|
||
}
|
||
|
||
/// <summary>
|
||
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
||
/// </summary>
|
||
internal static System.Drawing.Bitmap start_consent {
|
||
get {
|
||
object obj = ResourceManager.GetObject("start_consent", resourceCulture);
|
||
return ((System.Drawing.Bitmap)(obj));
|
||
}
|
||
}
|
||
|
||
/// <summary>
|
||
/// Looks up a localized string similar to Start consent operation Failed.
|
||
/// </summary>
|
||
internal static string STARTING_CONSNET_FAILED {
|
||
get {
|
||
return ResourceManager.GetString("STARTING_CONSNET_FAILED", resourceCulture);
|
||
}
|
||
}
|
||
|
||
/// <summary>
|
||
/// Looks up a localized string similar to IPS_OptInSrevice.StartOptIn failed. Error code: {0}.
|
||
/// </summary>
|
||
internal static string STARTING_USER_CONSENT_FAILED_ERROR_CODE {
|
||
get {
|
||
return ResourceManager.GetString("STARTING_USER_CONSENT_FAILED_ERROR_CODE", resourceCulture);
|
||
}
|
||
}
|
||
|
||
/// <summary>
|
||
/// Looks up a localized string similar to Start consent process.
|
||
/// </summary>
|
||
internal static string STARTING_USER_CONSENT_LOG_MESSAGE {
|
||
get {
|
||
return ResourceManager.GetString("STARTING_USER_CONSENT_LOG_MESSAGE", resourceCulture);
|
||
}
|
||
}
|
||
|
||
/// <summary>
|
||
/// Looks up a localized string similar to Starting consent process....
|
||
/// </summary>
|
||
internal static string STARTING_USER_CONSENT_PROGRESS_BAR_MESSAGE {
|
||
get {
|
||
return ResourceManager.GetString("STARTING_USER_CONSENT_PROGRESS_BAR_MESSAGE", resourceCulture);
|
||
}
|
||
}
|
||
|
||
/// <summary>
|
||
/// Looks up a localized string similar to Successfully Connected to: {0}.
|
||
/// </summary>
|
||
internal static string SUCCESSFULLY_CONNECTED_TO {
|
||
get {
|
||
return ResourceManager.GetString("SUCCESSFULLY_CONNECTED_TO", resourceCulture);
|
||
}
|
||
}
|
||
|
||
/// <summary>
|
||
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
||
/// </summary>
|
||
internal static System.Drawing.Bitmap swap_new {
|
||
get {
|
||
object obj = ResourceManager.GetObject("swap_new", resourceCulture);
|
||
return ((System.Drawing.Bitmap)(obj));
|
||
}
|
||
}
|
||
|
||
/// <summary>
|
||
/// Looks up a localized string similar to Intel AMT versions earlier than Release 8.0 do not support a third screen..
|
||
/// </summary>
|
||
internal static string THIRDSCREEN_NOTSUPPORTED_ERROR {
|
||
get {
|
||
return ResourceManager.GetString("THIRDSCREEN_NOTSUPPORTED_ERROR", resourceCulture);
|
||
}
|
||
}
|
||
|
||
/// <summary>
|
||
/// Looks up a localized string similar to 0.
|
||
/// </summary>
|
||
internal static string TIMEOUTS_NOT_AVAILABLE {
|
||
get {
|
||
return ResourceManager.GetString("TIMEOUTS_NOT_AVAILABLE", resourceCulture);
|
||
}
|
||
}
|
||
|
||
/// <summary>
|
||
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
||
/// </summary>
|
||
internal static System.Drawing.Bitmap TLS {
|
||
get {
|
||
object obj = ResourceManager.GetObject("TLS", resourceCulture);
|
||
return ((System.Drawing.Bitmap)(obj));
|
||
}
|
||
}
|
||
|
||
/// <summary>
|
||
/// Looks up a localized string similar to Trying to connect to Intel(R) AMT.
|
||
/// </summary>
|
||
internal static string TRYING_TO_CONNECT {
|
||
get {
|
||
return ResourceManager.GetString("TRYING_TO_CONNECT", resourceCulture);
|
||
}
|
||
}
|
||
|
||
/// <summary>
|
||
/// Looks up a localized string similar to Unable to connect to the target system.
|
||
/// </summary>
|
||
internal static string UNABLE_TO_CONNECT {
|
||
get {
|
||
return ResourceManager.GetString("UNABLE_TO_CONNECT", resourceCulture);
|
||
}
|
||
}
|
||
|
||
/// <summary>
|
||
/// Looks up a localized string similar to Unknown error.
|
||
/// </summary>
|
||
internal static string UNKNOWN_ERROR {
|
||
get {
|
||
return ResourceManager.GetString("UNKNOWN_ERROR", resourceCulture);
|
||
}
|
||
}
|
||
|
||
/// <summary>
|
||
/// Looks up a localized string similar to Consent was already obtained.
|
||
/// </summary>
|
||
internal static string USER_CONSENT_ALREADY_OBTAINED {
|
||
get {
|
||
return ResourceManager.GetString("USER_CONSENT_ALREADY_OBTAINED", resourceCulture);
|
||
}
|
||
}
|
||
|
||
/// <summary>
|
||
/// Looks up a localized string similar to IPS_OptInService.OptInState indicates consent was already obtained.
|
||
/// </summary>
|
||
internal static string USER_CONSENT_ALREADY_OBTAINED_LOG {
|
||
get {
|
||
return ResourceManager.GetString("USER_CONSENT_ALREADY_OBTAINED_LOG", resourceCulture);
|
||
}
|
||
}
|
||
|
||
/// <summary>
|
||
/// Looks up a localized string similar to Consent is not required for any operation.
|
||
/// </summary>
|
||
internal static string USER_CONSENT_NOT_REQUIRED {
|
||
get {
|
||
return ResourceManager.GetString("USER_CONSENT_NOT_REQUIRED", resourceCulture);
|
||
}
|
||
}
|
||
|
||
/// <summary>
|
||
/// Looks up a localized string similar to The Target System has a KVM or a redirection open session.
|
||
/// </summary>
|
||
internal static string USER_CONSENT_OPEN_SESSION {
|
||
get {
|
||
return ResourceManager.GetString("USER_CONSENT_OPEN_SESSION", resourceCulture);
|
||
}
|
||
}
|
||
|
||
/// <summary>
|
||
/// Looks up a localized string similar to User consent code was successfully submitted. User consent was obtained..
|
||
/// </summary>
|
||
internal static string USER_CONSENT_SUCCESS_MESSAGE {
|
||
get {
|
||
return ResourceManager.GetString("USER_CONSENT_SUCCESS_MESSAGE", resourceCulture);
|
||
}
|
||
}
|
||
|
||
/// <summary>
|
||
/// Looks up a localized string similar to IPS_OptInService.OptInPolicy indicates consent is not required.
|
||
/// </summary>
|
||
internal static string USER_CONSNET_LOG_NOT_REQUIRED {
|
||
get {
|
||
return ResourceManager.GetString("USER_CONSNET_LOG_NOT_REQUIRED", resourceCulture);
|
||
}
|
||
}
|
||
|
||
/// <summary>
|
||
/// Looks up a localized string similar to User name.
|
||
/// </summary>
|
||
internal static string USER_NAME_STRING {
|
||
get {
|
||
return ResourceManager.GetString("USER_NAME_STRING", resourceCulture);
|
||
}
|
||
}
|
||
|
||
/// <summary>
|
||
/// Looks up a localized string similar to VersionString.
|
||
/// </summary>
|
||
internal static string VERSION_STRING_PROPERTY_NAME {
|
||
get {
|
||
return ResourceManager.GetString("VERSION_STRING_PROPERTY_NAME", resourceCulture);
|
||
}
|
||
}
|
||
|
||
/// <summary>
|
||
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
||
/// </summary>
|
||
internal static System.Drawing.Bitmap view_log {
|
||
get {
|
||
object obj = ResourceManager.GetObject("view_log", resourceCulture);
|
||
return ((System.Drawing.Bitmap)(obj));
|
||
}
|
||
}
|
||
|
||
/// <summary>
|
||
/// Looks up a localized string similar to Warning.
|
||
/// </summary>
|
||
internal static string WARNING_HEADER {
|
||
get {
|
||
return ResourceManager.GetString("WARNING_HEADER", resourceCulture);
|
||
}
|
||
}
|
||
}
|
||
}
|