Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

602 lines
32 KiB

// Localization schema for Cli.mof and CliEgAliases.mof
#pragma namespace ("\\\\.\\Root\\cli")
instance of __Namespace
{
Name = "MS_409";
};
#pragma namespace ("\\\\.\\Root\\cli\\MS_409")
[abstract]
class MSFT_LocalizableElement
{
string RelPath;
string Text[];
};
[abstract]
class MSFT_LocalizableQualifier : MSFT_LocalizableElement
{
string QualifierName;
};
[static]
class MSFT_LocalizableClassQualifier : MSFT_LocalizableQualifier
{
[overwrite, key] string RelPath;
[overwrite, key] string QualifierName;
[key] string ObjectLocator = "";
};
[static]
class MSFT_LocalizablePropertyQualifier : MSFT_LocalizableQualifier
{
[overwrite, key] string RelPath;
[overwrite, key] string QualifierName;
[key] string PropertyName;
[key] string ObjectLocator = "";
};
[static]
class MSFT_LocalizableMethodQualifier : MSFT_LocalizableQualifier
{
[overwrite, key] string RelPath;
[overwrite, key] string QualifierName;
[key] string MethodName;
[key] string ObjectLocator = "";
};
[static]
class MSFT_LocalizableMethodParameterQualifier : MSFT_LocalizableQualifier
{
[overwrite, key] string Relpath;
[overwrite, key] string QualifierName;
[key] string MethodName;
[key] string ParameterName;
[key] string ObjectLocator = "";
};
[static]
class MSFT_LocalizablePropertyValue : MSFT_LocalizableElement
{
[overwrite, key] string RelPath;
[key] string PropertyName;
[key] string ObjectLocator = "";
};
/* End of localization schema. Begin localization instances */
instance of MSFT_LocalizablePropertyValue
{
RelPath = "MSFT_CliAlias.FriendlyName=\"DATAFILE\"";
PropertyName = "Description";
Text = {"DataFile Management. "};
};
instance of MSFT_LocalizablePropertyValue
{
RelPath = "MSFT_CliAlias.FriendlyName=\"NTEvent\"";
PropertyName = "Description";
Text = {"Entries in the NT Event Log. "};
};
instance of MSFT_LocalizablePropertyValue
{
RelPath = "MSFT_CliAlias.FriendlyName=\"LOGON\"";
PropertyName = "Description";
Text = {"LOGON Sessions. "};
};
instance of MSFT_LocalizablePropertyValue
{
RelPath = "MSFT_CliAlias.FriendlyName=\"NTDOMAIN\"";
PropertyName = "Description";
Text = {"NT Domain management. "};
};
instance of MSFT_LocalizablePropertyValue
{
RelPath = "MSFT_CliAlias.FriendlyName=\"SCSICONTROLLER\"";
PropertyName = "Description";
Text = {"SCSI Controller management. "};
};
instance of MSFT_LocalizablePropertyValue
{
RelPath = "MSFT_CliAlias.FriendlyName=\"IDECONTROLLER\"";
PropertyName = "Description";
Text = {"IDE Controller management. "};
};
instance of MSFT_LocalizablePropertyValue
{
RelPath = "MSFT_CliAlias.FriendlyName=\"QFE\"";
PropertyName = "Description";
Text = {"Quick Fix Engineering. "};
};
instance of MSFT_LocalizablePropertyValue
{
RelPath = "MSFT_CliAlias.FriendlyName=\"TapeDrive\"";
PropertyName = "Description";
Text = {"Tape drive management. "};
};
instance of MSFT_LocalizablePropertyValue
{
RelPath = "MSFT_CliAlias.FriendlyName=\"UserAccount\"";
PropertyName = "Description";
Text = {"User account management."};
};
instance of MSFT_LocalizablePropertyValue
{
RelPath = "MSFT_CliAlias.FriendlyName=\"ComputerSystem\"";
PropertyName = "Description";
Text = {"Computer system management."};
};
instance of MSFT_LocalizablePropertyValue
{
RelPath = "MSFT_CliAlias.FriendlyName=\"MEMCACHE\"";
PropertyName = "Description";
Text = {"Cache memory management."};
};
instance of MSFT_LocalizablePropertyValue
{
RelPath = "MSFT_CliAlias.FriendlyName=\"PageFileSet\"";
PropertyName = "Description";
Text = {"Page file settings management. "};
};
instance of MSFT_LocalizablePropertyValue
{
RelPath = "MSFT_CliAlias.FriendlyName=\"Voltage\"";
PropertyName = "Description";
Text = {"Voltage sensor (electronic voltmeter) data management."};
};
instance of MSFT_LocalizablePropertyValue
{
RelPath = "MSFT_CliAlias.FriendlyName=\"NetClient\"";
PropertyName = "Description";
Text = {"Network Client management."};
};
instance of MSFT_LocalizablePropertyValue
{
RelPath = "MSFT_CliAlias.FriendlyName=\"SysAccount\"";
PropertyName = "Description";
Text = {"System account management. "};
};
instance of MSFT_LocalizablePropertyValue
{
RelPath = "MSFT_CliAlias.FriendlyName=\"DESKTOP\"";
PropertyName = "Description";
Text = {"User's Desktop management."};
};
instance of MSFT_LocalizablePropertyValue
{
RelPath = "MSFT_CliAlias.FriendlyName=\"SystemEnclosure\"";
PropertyName = "Description";
Text = {"Physical system enclosure management."};
};
instance of MSFT_LocalizablePropertyValue
{
RelPath = "MSFT_CliAlias.FriendlyName=\"BootConfig\"";
PropertyName = "Description";
Text = {"Boot configuration management."};
};
instance of MSFT_LocalizablePropertyValue
{
RelPath = "MSFT_CliAlias.FriendlyName=\"WMISet\"";
PropertyName = "Description";
Text = {"WMI service operational parameters management. "};
};
instance of MSFT_LocalizablePropertyValue
{
RelPath = "MSFT_CliAlias.FriendlyName=\"RecoverOS\"";
PropertyName = "Description";
Text = {"Information that will be gathered from memory when the operating system fails. "};
};
instance of MSFT_LocalizablePropertyValue
{
RelPath = "MSFT_CliAlias.FriendlyName=\"NetProtocol\"";
PropertyName = "Description";
Text = {"Protocols (and their network characteristics) management."};
};
instance of MSFT_LocalizablePropertyValue
{
RelPath = "MSFT_CliAlias.FriendlyName=\"SystemSlot\"";
PropertyName = "Description";
Text = {"Management of physical connection points including ports, slots and peripherals, and proprietary connections points."};
};
instance of MSFT_LocalizablePropertyValue
{
RelPath = "MSFT_CliAlias.FriendlyName=\"SoftwareFeature\"";
PropertyName = "Description";
Text = {"Management of software product subsets of SoftwareElement. "};
};
instance of MSFT_LocalizablePropertyValue
{
RelPath = "MSFT_CliAlias.FriendlyName=\"NetUse\"";
PropertyName = "Description";
Text = {"Active network connection management."};
};
instance of MSFT_LocalizablePropertyValue
{
RelPath = "MSFT_CliAlias.FriendlyName=\"Startup\"";
PropertyName = "Description";
Text = {"Management of commands that run automatically when users log onto the computer system."};
};
instance of MSFT_LocalizablePropertyValue
{
RelPath = "MSFT_CliAlias.FriendlyName=\"LogicalDisk\"";
PropertyName = "Description";
Text = {"Local storage device management."};
};
instance of MSFT_LocalizablePropertyValue
{
RelPath = "MSFT_CliAlias.FriendlyName=\"SoundDev\"";
PropertyName = "Description";
Text = {"Sound Device management."};
};
instance of MSFT_LocalizablePropertyValue
{
RelPath = "MSFT_CliAlias.FriendlyName=\"SoftwareElement\"";
PropertyName = "Description";
Text = {"Management of the elements of a software product installed on a system."};
};
instance of MSFT_LocalizablePropertyValue
{
RelPath = "MSFT_CliAlias.FriendlyName=\"MemPhysical\"";
PropertyName = "Description";
Text = {"Computer system's physical memory management. "};
};
instance of MSFT_LocalizablePropertyValue
{
RelPath = "MSFT_CliAlias.FriendlyName=\"PageFile\"";
PropertyName = "Description";
Text = {"Virtual memory file swapping management. "};
};
instance of MSFT_LocalizablePropertyValue
{
RelPath = "MSFT_CliAlias.FriendlyName=\"Process\"";
PropertyName = "Description";
Text = {"Process management. "};
};
instance of MSFT_LocalizablePropertyValue
{
RelPath = "MSFT_CliAlias.FriendlyName=\"PortConnector\"";
PropertyName = "Description";
Text = {"Physical connection ports management."};
};
instance of MSFT_LocalizablePropertyValue
{
RelPath = "MSFT_CliAlias.FriendlyName=\"Job\"";
PropertyName = "Description";
Text = {"Provides access to the jobs scheduled using the schedule service. "};
};
instance of MSFT_LocalizablePropertyValue
{
RelPath = "MSFT_CliAlias.FriendlyName=\"DCOMAPP\"";
PropertyName = "Description";
Text = {"DCOM Application management."};
};
instance of MSFT_LocalizablePropertyValue
{
RelPath = "MSFT_CliAlias.FriendlyName=\"Service\"";
PropertyName = "Description";
Text = {"Service application management. "};
};
instance of MSFT_LocalizablePropertyValue
{
RelPath = "MSFT_CliAlias.FriendlyName=\"BaseBoard\"";
PropertyName = "Description";
Text = {"Base board (also known as a motherboard or system board) management."};
};
instance of MSFT_LocalizablePropertyValue
{
RelPath = "MSFT_CliAlias.FriendlyName=\"SysDriver\"";
PropertyName = "Description";
Text = {"Management of the system driver for a base service."};
};
instance of MSFT_LocalizablePropertyValue
{
RelPath = "MSFT_CliAlias.FriendlyName=\"Temperature\"";
PropertyName = "Description";
Text = {"Data management of a temperature sensor (electronic thermometer)."};
};
instance of MSFT_LocalizablePropertyValue
{
RelPath = "MSFT_CliAlias.FriendlyName=\"DeviceMemoryAddress\"";
PropertyName = "Description";
Text = {"Device memory addresses management."};
};
instance of MSFT_LocalizablePropertyValue
{
RelPath = "MSFT_CliAlias.FriendlyName=\"NTEventLog\"";
PropertyName = "Description";
Text = {"NT eventlog file management. "};
};
instance of MSFT_LocalizablePropertyValue
{
RelPath = "MSFT_CliAlias.FriendlyName=\"BIOS\"";
PropertyName = "Description";
Text = {"Basic input/output services (BIOS) management."};
};
instance of MSFT_LocalizablePropertyValue
{
RelPath = "MSFT_CliAlias.FriendlyName=\"DMAChannel\"";
PropertyName = "Description";
Text = {"Direct memory access (DMA) channel management."};
};
instance of MSFT_LocalizablePropertyValue
{
RelPath = "MSFT_CliAlias.FriendlyName=\"LoadOrder\"";
PropertyName = "Description";
Text = {"Management of system services that define execution dependencies. "};
};
instance of MSFT_LocalizablePropertyValue
{
RelPath = "MSFT_CliAlias.FriendlyName=\"TimeZone\"";
PropertyName = "Description";
Text = {"Time zone data management. "};
};
instance of MSFT_LocalizablePropertyValue
{
RelPath = "MSFT_CliAlias.FriendlyName=\"CPU\"";
PropertyName = "Description";
Text = {"CPU management."};
};
instance of MSFT_LocalizablePropertyValue
{
RelPath = "MSFT_CliAlias.FriendlyName=\"Port\"";
PropertyName = "Description";
Text = {"I/O port management."};
};
instance of MSFT_LocalizablePropertyValue
{
RelPath = "MSFT_CliAlias.FriendlyName=\"Share\"";
PropertyName = "Description";
Text = {"Shared resource management. "};
};
instance of MSFT_LocalizablePropertyValue
{
RelPath = "MSFT_CliAlias.FriendlyName=\"Partition\"";
PropertyName = "Description";
Text = {"Management of partitioned areas of a physical disk."};
};
instance of MSFT_LocalizablePropertyValue
{
RelPath = "MSFT_CliAlias.FriendlyName=\"Environment\"";
PropertyName = "Description";
Text = {"System environment settings management."};
};
instance of MSFT_LocalizablePropertyValue
{
RelPath = "MSFT_CliAlias.FriendlyName=\"DriverVXD\"";
PropertyName = "Description";
Text = {"Virtual device driver management. "};
};
instance of MSFT_LocalizablePropertyValue
{
RelPath = "MSFT_CliAlias.FriendlyName=\"DiskDrive\"";
PropertyName = "Description";
Text = {"Physical disk drive management. "};
};
instance of MSFT_LocalizablePropertyValue
{
RelPath = "MSFT_CliAlias.FriendlyName=\"CDROM\"";
PropertyName = "Description";
Text = {"CD-ROM management."};
};
instance of MSFT_LocalizablePropertyValue
{
RelPath = "MSFT_CliAlias.FriendlyName=\"OnBoardDevice\"";
PropertyName = "Description";
Text = {"Management of common adapter devices built into the motherboard (system board)."};
};
instance of MSFT_LocalizablePropertyValue
{
RelPath = "MSFT_CliAlias.FriendlyName=\"PrintJob\"";
PropertyName = "Description";
Text = {"Print job management. "};
};
instance of MSFT_LocalizablePropertyValue
{
RelPath = "MSFT_CliAlias.FriendlyName=\"UPS\"";
PropertyName = "Description";
Text = {"Uninterruptible power supply (UPS) management. "};
};
instance of MSFT_LocalizablePropertyValue
{
RelPath = "MSFT_CliAlias.FriendlyName=\"CSProduct\"";
PropertyName = "Description";
Text = {"Computer system product information from SMBIOS. "};
};
instance of MSFT_LocalizablePropertyValue
{
RelPath = "MSFT_CliAlias.FriendlyName=\"FSDir\"";
PropertyName = "Description";
Text = {"Filesystem directory entry management. "};
};
instance of MSFT_LocalizablePropertyValue
{
RelPath = "MSFT_CliAlias.FriendlyName=\"Server\"";
PropertyName = "Description";
Text = {"Server information management. "};
};
instance of MSFT_LocalizablePropertyValue
{
RelPath = "MSFT_CliAlias.FriendlyName=\"Printer\"";
PropertyName = "Description";
Text = {"Printer device management. "};
};
instance of MSFT_LocalizablePropertyValue
{
RelPath = "MSFT_CliAlias.FriendlyName=\"IRQ\"";
PropertyName = "Description";
Text = {"Interrupt request line (IRQ) management. "};
};
instance of MSFT_LocalizablePropertyValue
{
RelPath = "MSFT_CliAlias.FriendlyName=\"Product\"";
PropertyName = "Description";
Text = {"Installation package task management. "};
};
instance of MSFT_LocalizablePropertyValue
{
RelPath = "MSFT_CliAlias.FriendlyName=\"PrinterConfig\"";
PropertyName = "Description";
Text = {"Printer device configuration management. "};
};
instance of MSFT_LocalizablePropertyValue
{
RelPath = "MSFT_CliAlias.FriendlyName=\"Group\"";
PropertyName = "Description";
Text = {"Group account management. "};
};
instance of MSFT_LocalizablePropertyValue
{
RelPath = "MSFT_CliAlias.FriendlyName=\"DesktopMonitor\"";
PropertyName = "Description";
Text = {"Desktop Monitor management."};
};
instance of MSFT_LocalizablePropertyValue
{
RelPath = "MSFT_CliAlias.FriendlyName=\"OS\"";
PropertyName = "Description";
Text = {"Installed Operating System/s management. "};
};
instance of MSFT_LocalizablePropertyValue
{
RelPath = "MSFT_CliAlias.FriendlyName=\"Registry\"";
PropertyName = "Description";
Text = {"Computer system registry management."};
};
instance of MSFT_LocalizablePropertyValue
{
RelPath = "MSFT_CliAlias.FriendlyName=\"NICConfig\"";
PropertyName = "Description";
Text = {"Network adapter management. "};
};
instance of MSFT_LocalizablePropertyValue
{
RelPath = "MSFT_CliAlias.FriendlyName=\"MemLogical\"";
PropertyName = "Description";
Text = {"System memory management (configuration layout and availability of memory). "};
};
instance of MSFT_LocalizablePropertyValue
{
RelPath = "MSFT_CliAlias.FriendlyName=\"NIC\"";
PropertyName = "Description";
Text = {"Network Interface Controller (NIC) management."};
};
instance of MSFT_LocalizablePropertyValue
{
RelPath = "MSFT_CliAlias.FriendlyName=\"NetLogin\"";
PropertyName = "Description";
Text = {"Network login information (of a particular user) management. "};
};
instance of MSFT_LocalizablePropertyValue
{
RelPath = "MSFT_CliAlias.FriendlyName=\"DiskQuota\"";
PropertyName = "Description";
Text = {"Disk space usage for NTFS volumes."};
};
instance of MSFT_LocalizablePropertyValue
{
RelPath = "MSFT_CliAlias.FriendlyName=\"QuotaSetting\"";
PropertyName = "Description";
Text = {"Setting information for disk quotas on a volume. "};
};
instance of MSFT_LocalizablePropertyValue
{
RelPath = "MSFT_CliAlias.FriendlyName=\"VolumeQuotaSetting\"";
PropertyName = "Description";
Text = {"Associates the disk quota setting with a specific disk volume. "};
};
instance of MSFT_LocalizablePropertyValue
{
RelPath = "MSFT_CliAlias.FriendlyName=\"DosCmd\"";
PropertyName = "Description";
Text = {"Access to some DOS commands"};
};
instance of MSFT_LocalizablePropertyValue
{
RelPath = "MSFT_CliAlias.FriendlyName=\"Alias\"";
PropertyName = "Description";
Text = {"Access to the aliases available on the local system"};
};