179 lines
8.9 KiB
C#
179 lines
8.9 KiB
C#
//------------------------------------------------------------------------------
|
|
// <auto-generated>
|
|
// This code was generated by a tool.
|
|
// Runtime Version:4.0.30319.225
|
|
//
|
|
// Changes to this file may cause incorrect behavior and will be lost if
|
|
// the code is regenerated.
|
|
// </auto-generated>
|
|
//------------------------------------------------------------------------------
|
|
|
|
namespace Intel.Management.PSModule.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", "4.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("Intel.Management.PSModule.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 The specified storage application was not found.
|
|
/// </summary>
|
|
internal static string APPLICATION_NOT_FOUND {
|
|
get {
|
|
return ResourceManager.GetString("APPLICATION_NOT_FOUND", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to <AuditLog>
|
|
///
|
|
///<Group AppId="16" Name="Security">
|
|
/// <Event Name="AMT Provisioning Started" EventId="0" />
|
|
/// <Event Name="AMT Provisioning Completed" EventId="1"/>
|
|
/// <Event Name="ACL Entry Added" EventId="2"/>
|
|
/// <Event Name="ACL Entry Modified" EventId="3"/>
|
|
/// <Event Name="ACL Entry Removed" EventId="4"/>
|
|
/// <Event Name="ACL Access with invalid credentials" EventId="5"/>
|
|
/// <Event Name="ACL Entry Enabled" EventId="6"/>
|
|
/// <Event Name="TLS State Changed" EventId="7"/>
|
|
/// <Event Name="TLS Server Certifica [rest of string was truncated]";.
|
|
/// </summary>
|
|
internal static string AuditEventsXML {
|
|
get {
|
|
return ResourceManager.GetString("AuditEventsXML", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to The specified storage block was not found.
|
|
/// </summary>
|
|
internal static string BLOCK_NOT_FOUND {
|
|
get {
|
|
return ResourceManager.GetString("BLOCK_NOT_FOUND", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to <?xml version="1.0" encoding="utf-8" ?>
|
|
///<Events>
|
|
/// <!--EventEnity Handlers-->
|
|
/// <EventSource Entity="0">Unspecified</EventSource>
|
|
/// <EventSource Entity="3">Processor</EventSource>
|
|
/// <EventSource Entity="9">Processor module</EventSource>
|
|
/// <EventSource Entity="32">Memory</EventSource>
|
|
/// <EventSource Entity="34">BIOS</EventSource>
|
|
/// <EventSource Entity="35">OS</EventSource>
|
|
/// <EventSource Entity="38">Intel(r) AMT</EventSource>
|
|
/// <!-- System Firmware Error -->
|
|
/// <EventData Type="15" Offset="0" Data [rest of string was truncated]";.
|
|
/// </summary>
|
|
internal static string EventDataXML {
|
|
get {
|
|
return ResourceManager.GetString("EventDataXML", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Unable to create a drive with the specified root. The root path does not exist.
|
|
/// </summary>
|
|
internal static string INVALID_ROOT_PATH {
|
|
get {
|
|
return ResourceManager.GetString("INVALID_ROOT_PATH", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to The storage path is not valid .
|
|
/// </summary>
|
|
internal static string INVALID_STORAGE_PATH {
|
|
get {
|
|
return ResourceManager.GetString("INVALID_STORAGE_PATH", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to The property {0} does not exist for the item {1}.
|
|
/// </summary>
|
|
internal static string PROPERTY_NOT_FOUND {
|
|
get {
|
|
return ResourceManager.GetString("PROPERTY_NOT_FOUND", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to <Realms>
|
|
///
|
|
///<Realm index="1" Name="RemoteConnectivity" Shortcut="RCS" Type="Remote" Force="True"/>
|
|
///<Realm index="2" Name="Redirection" Shortcut="REDIR" Type="Remote"/>
|
|
///<Realm index="3" Name="Administrator" Shortcut="ADMIN" Type="Remote"/>
|
|
///<Realm index="4" Name="HardwareAsset" Shortcut="HAI" Type="Remote"/>
|
|
///<Realm index="5" Name="RemoteControl" Shortcut="RC" Type="Remote"/>
|
|
///<Realm index="6" Name="Storage" Shortcut="STOR" Type="Neutral"/>
|
|
///<Realm index="7" Name="EventManager" Shortcut="EVTMGR" Type="Re [rest of string was truncated]";.
|
|
/// </summary>
|
|
internal static string RealmsXml {
|
|
get {
|
|
return ResourceManager.GetString("RealmsXml", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to <StatusCodes>
|
|
/// <StatusCode Code="0" VendorCode="32768">Operation completed successfully.</StatusCode>
|
|
/// <StatusCode Code="1" VendorCode="32769">An internal error occurred while performing the operation.</StatusCode>
|
|
/// <StatusCode Code="3" VendorCode="32771">Specified mode of operation is invalid.</StatusCode>
|
|
/// <StatusCode Code="9" VendorCode="32777">Either an invalid name was entered or an Enterprise name was specified that was not pre-registered or the current registration was attempted from an interface [rest of string was truncated]";.
|
|
/// </summary>
|
|
internal static string StatusCodesXML {
|
|
get {
|
|
return ResourceManager.GetString("StatusCodesXML", resourceCulture);
|
|
}
|
|
}
|
|
}
|
|
}
|