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

  1. ��
  2. // Localization schema for Cli.mof and CliEgAliases.mof
  3. #pragma namespace ("\\\\.\\Root\\cli")
  4. instance of __Namespace
  5. {
  6. Name = "MS_409";
  7. };
  8. #pragma namespace ("\\\\.\\Root\\cli\\MS_409")
  9. [abstract]
  10. class MSFT_LocalizableElement
  11. {
  12. string RelPath;
  13. string Text[];
  14. };
  15. [abstract]
  16. class MSFT_LocalizableQualifier : MSFT_LocalizableElement
  17. {
  18. string QualifierName;
  19. };
  20. [static]
  21. class MSFT_LocalizableClassQualifier : MSFT_LocalizableQualifier
  22. {
  23. [overwrite, key] string RelPath;
  24. [overwrite, key] string QualifierName;
  25. [key] string ObjectLocator = "";
  26. };
  27. [static]
  28. class MSFT_LocalizablePropertyQualifier : MSFT_LocalizableQualifier
  29. {
  30. [overwrite, key] string RelPath;
  31. [overwrite, key] string QualifierName;
  32. [key] string PropertyName;
  33. [key] string ObjectLocator = "";
  34. };
  35. [static]
  36. class MSFT_LocalizableMethodQualifier : MSFT_LocalizableQualifier
  37. {
  38. [overwrite, key] string RelPath;
  39. [overwrite, key] string QualifierName;
  40. [key] string MethodName;
  41. [key] string ObjectLocator = "";
  42. };
  43. [static]
  44. class MSFT_LocalizableMethodParameterQualifier : MSFT_LocalizableQualifier
  45. {
  46. [overwrite, key] string Relpath;
  47. [overwrite, key] string QualifierName;
  48. [key] string MethodName;
  49. [key] string ParameterName;
  50. [key] string ObjectLocator = "";
  51. };
  52. [static]
  53. class MSFT_LocalizablePropertyValue : MSFT_LocalizableElement
  54. {
  55. [overwrite, key] string RelPath;
  56. [key] string PropertyName;
  57. [key] string ObjectLocator = "";
  58. };
  59. /* End of localization schema. Begin localization instances */
  60. instance of MSFT_LocalizablePropertyValue
  61. {
  62. RelPath = "MSFT_CliAlias.FriendlyName=\"DATAFILE\"";
  63. PropertyName = "Description";
  64. Text = {"DataFile Management. "};
  65. };
  66. instance of MSFT_LocalizablePropertyValue
  67. {
  68. RelPath = "MSFT_CliAlias.FriendlyName=\"NTEvent\"";
  69. PropertyName = "Description";
  70. Text = {"Entries in the NT Event Log. "};
  71. };
  72. instance of MSFT_LocalizablePropertyValue
  73. {
  74. RelPath = "MSFT_CliAlias.FriendlyName=\"LOGON\"";
  75. PropertyName = "Description";
  76. Text = {"LOGON Sessions. "};
  77. };
  78. instance of MSFT_LocalizablePropertyValue
  79. {
  80. RelPath = "MSFT_CliAlias.FriendlyName=\"NTDOMAIN\"";
  81. PropertyName = "Description";
  82. Text = {"NT Domain management. "};
  83. };
  84. instance of MSFT_LocalizablePropertyValue
  85. {
  86. RelPath = "MSFT_CliAlias.FriendlyName=\"SCSICONTROLLER\"";
  87. PropertyName = "Description";
  88. Text = {"SCSI Controller management. "};
  89. };
  90. instance of MSFT_LocalizablePropertyValue
  91. {
  92. RelPath = "MSFT_CliAlias.FriendlyName=\"IDECONTROLLER\"";
  93. PropertyName = "Description";
  94. Text = {"IDE Controller management. "};
  95. };
  96. instance of MSFT_LocalizablePropertyValue
  97. {
  98. RelPath = "MSFT_CliAlias.FriendlyName=\"QFE\"";
  99. PropertyName = "Description";
  100. Text = {"Quick Fix Engineering. "};
  101. };
  102. instance of MSFT_LocalizablePropertyValue
  103. {
  104. RelPath = "MSFT_CliAlias.FriendlyName=\"TapeDrive\"";
  105. PropertyName = "Description";
  106. Text = {"Tape drive management. "};
  107. };
  108. instance of MSFT_LocalizablePropertyValue
  109. {
  110. RelPath = "MSFT_CliAlias.FriendlyName=\"UserAccount\"";
  111. PropertyName = "Description";
  112. Text = {"User account management."};
  113. };
  114. instance of MSFT_LocalizablePropertyValue
  115. {
  116. RelPath = "MSFT_CliAlias.FriendlyName=\"ComputerSystem\"";
  117. PropertyName = "Description";
  118. Text = {"Computer system management."};
  119. };
  120. instance of MSFT_LocalizablePropertyValue
  121. {
  122. RelPath = "MSFT_CliAlias.FriendlyName=\"MEMCACHE\"";
  123. PropertyName = "Description";
  124. Text = {"Cache memory management."};
  125. };
  126. instance of MSFT_LocalizablePropertyValue
  127. {
  128. RelPath = "MSFT_CliAlias.FriendlyName=\"PageFileSet\"";
  129. PropertyName = "Description";
  130. Text = {"Page file settings management. "};
  131. };
  132. instance of MSFT_LocalizablePropertyValue
  133. {
  134. RelPath = "MSFT_CliAlias.FriendlyName=\"Voltage\"";
  135. PropertyName = "Description";
  136. Text = {"Voltage sensor (electronic voltmeter) data management."};
  137. };
  138. instance of MSFT_LocalizablePropertyValue
  139. {
  140. RelPath = "MSFT_CliAlias.FriendlyName=\"NetClient\"";
  141. PropertyName = "Description";
  142. Text = {"Network Client management."};
  143. };
  144. instance of MSFT_LocalizablePropertyValue
  145. {
  146. RelPath = "MSFT_CliAlias.FriendlyName=\"SysAccount\"";
  147. PropertyName = "Description";
  148. Text = {"System account management. "};
  149. };
  150. instance of MSFT_LocalizablePropertyValue
  151. {
  152. RelPath = "MSFT_CliAlias.FriendlyName=\"DESKTOP\"";
  153. PropertyName = "Description";
  154. Text = {"User's Desktop management."};
  155. };
  156. instance of MSFT_LocalizablePropertyValue
  157. {
  158. RelPath = "MSFT_CliAlias.FriendlyName=\"SystemEnclosure\"";
  159. PropertyName = "Description";
  160. Text = {"Physical system enclosure management."};
  161. };
  162. instance of MSFT_LocalizablePropertyValue
  163. {
  164. RelPath = "MSFT_CliAlias.FriendlyName=\"BootConfig\"";
  165. PropertyName = "Description";
  166. Text = {"Boot configuration management."};
  167. };
  168. instance of MSFT_LocalizablePropertyValue
  169. {
  170. RelPath = "MSFT_CliAlias.FriendlyName=\"WMISet\"";
  171. PropertyName = "Description";
  172. Text = {"WMI service operational parameters management. "};
  173. };
  174. instance of MSFT_LocalizablePropertyValue
  175. {
  176. RelPath = "MSFT_CliAlias.FriendlyName=\"RecoverOS\"";
  177. PropertyName = "Description";
  178. Text = {"Information that will be gathered from memory when the operating system fails. "};
  179. };
  180. instance of MSFT_LocalizablePropertyValue
  181. {
  182. RelPath = "MSFT_CliAlias.FriendlyName=\"NetProtocol\"";
  183. PropertyName = "Description";
  184. Text = {"Protocols (and their network characteristics) management."};
  185. };
  186. instance of MSFT_LocalizablePropertyValue
  187. {
  188. RelPath = "MSFT_CliAlias.FriendlyName=\"SystemSlot\"";
  189. PropertyName = "Description";
  190. Text = {"Management of physical connection points including ports, slots and peripherals, and proprietary connections points."};
  191. };
  192. instance of MSFT_LocalizablePropertyValue
  193. {
  194. RelPath = "MSFT_CliAlias.FriendlyName=\"SoftwareFeature\"";
  195. PropertyName = "Description";
  196. Text = {"Management of software product subsets of SoftwareElement. "};
  197. };
  198. instance of MSFT_LocalizablePropertyValue
  199. {
  200. RelPath = "MSFT_CliAlias.FriendlyName=\"NetUse\"";
  201. PropertyName = "Description";
  202. Text = {"Active network connection management."};
  203. };
  204. instance of MSFT_LocalizablePropertyValue
  205. {
  206. RelPath = "MSFT_CliAlias.FriendlyName=\"Startup\"";
  207. PropertyName = "Description";
  208. Text = {"Management of commands that run automatically when users log onto the computer system."};
  209. };
  210. instance of MSFT_LocalizablePropertyValue
  211. {
  212. RelPath = "MSFT_CliAlias.FriendlyName=\"LogicalDisk\"";
  213. PropertyName = "Description";
  214. Text = {"Local storage device management."};
  215. };
  216. instance of MSFT_LocalizablePropertyValue
  217. {
  218. RelPath = "MSFT_CliAlias.FriendlyName=\"SoundDev\"";
  219. PropertyName = "Description";
  220. Text = {"Sound Device management."};
  221. };
  222. instance of MSFT_LocalizablePropertyValue
  223. {
  224. RelPath = "MSFT_CliAlias.FriendlyName=\"SoftwareElement\"";
  225. PropertyName = "Description";
  226. Text = {"Management of the elements of a software product installed on a system."};
  227. };
  228. instance of MSFT_LocalizablePropertyValue
  229. {
  230. RelPath = "MSFT_CliAlias.FriendlyName=\"MemPhysical\"";
  231. PropertyName = "Description";
  232. Text = {"Computer system's physical memory management. "};
  233. };
  234. instance of MSFT_LocalizablePropertyValue
  235. {
  236. RelPath = "MSFT_CliAlias.FriendlyName=\"PageFile\"";
  237. PropertyName = "Description";
  238. Text = {"Virtual memory file swapping management. "};
  239. };
  240. instance of MSFT_LocalizablePropertyValue
  241. {
  242. RelPath = "MSFT_CliAlias.FriendlyName=\"Process\"";
  243. PropertyName = "Description";
  244. Text = {"Process management. "};
  245. };
  246. instance of MSFT_LocalizablePropertyValue
  247. {
  248. RelPath = "MSFT_CliAlias.FriendlyName=\"PortConnector\"";
  249. PropertyName = "Description";
  250. Text = {"Physical connection ports management."};
  251. };
  252. instance of MSFT_LocalizablePropertyValue
  253. {
  254. RelPath = "MSFT_CliAlias.FriendlyName=\"Job\"";
  255. PropertyName = "Description";
  256. Text = {"Provides access to the jobs scheduled using the schedule service. "};
  257. };
  258. instance of MSFT_LocalizablePropertyValue
  259. {
  260. RelPath = "MSFT_CliAlias.FriendlyName=\"DCOMAPP\"";
  261. PropertyName = "Description";
  262. Text = {"DCOM Application management."};
  263. };
  264. instance of MSFT_LocalizablePropertyValue
  265. {
  266. RelPath = "MSFT_CliAlias.FriendlyName=\"Service\"";
  267. PropertyName = "Description";
  268. Text = {"Service application management. "};
  269. };
  270. instance of MSFT_LocalizablePropertyValue
  271. {
  272. RelPath = "MSFT_CliAlias.FriendlyName=\"BaseBoard\"";
  273. PropertyName = "Description";
  274. Text = {"Base board (also known as a motherboard or system board) management."};
  275. };
  276. instance of MSFT_LocalizablePropertyValue
  277. {
  278. RelPath = "MSFT_CliAlias.FriendlyName=\"SysDriver\"";
  279. PropertyName = "Description";
  280. Text = {"Management of the system driver for a base service."};
  281. };
  282. instance of MSFT_LocalizablePropertyValue
  283. {
  284. RelPath = "MSFT_CliAlias.FriendlyName=\"Temperature\"";
  285. PropertyName = "Description";
  286. Text = {"Data management of a temperature sensor (electronic thermometer)."};
  287. };
  288. instance of MSFT_LocalizablePropertyValue
  289. {
  290. RelPath = "MSFT_CliAlias.FriendlyName=\"DeviceMemoryAddress\"";
  291. PropertyName = "Description";
  292. Text = {"Device memory addresses management."};
  293. };
  294. instance of MSFT_LocalizablePropertyValue
  295. {
  296. RelPath = "MSFT_CliAlias.FriendlyName=\"NTEventLog\"";
  297. PropertyName = "Description";
  298. Text = {"NT eventlog file management. "};
  299. };
  300. instance of MSFT_LocalizablePropertyValue
  301. {
  302. RelPath = "MSFT_CliAlias.FriendlyName=\"BIOS\"";
  303. PropertyName = "Description";
  304. Text = {"Basic input/output services (BIOS) management."};
  305. };
  306. instance of MSFT_LocalizablePropertyValue
  307. {
  308. RelPath = "MSFT_CliAlias.FriendlyName=\"DMAChannel\"";
  309. PropertyName = "Description";
  310. Text = {"Direct memory access (DMA) channel management."};
  311. };
  312. instance of MSFT_LocalizablePropertyValue
  313. {
  314. RelPath = "MSFT_CliAlias.FriendlyName=\"LoadOrder\"";
  315. PropertyName = "Description";
  316. Text = {"Management of system services that define execution dependencies. "};
  317. };
  318. instance of MSFT_LocalizablePropertyValue
  319. {
  320. RelPath = "MSFT_CliAlias.FriendlyName=\"TimeZone\"";
  321. PropertyName = "Description";
  322. Text = {"Time zone data management. "};
  323. };
  324. instance of MSFT_LocalizablePropertyValue
  325. {
  326. RelPath = "MSFT_CliAlias.FriendlyName=\"CPU\"";
  327. PropertyName = "Description";
  328. Text = {"CPU management."};
  329. };
  330. instance of MSFT_LocalizablePropertyValue
  331. {
  332. RelPath = "MSFT_CliAlias.FriendlyName=\"Port\"";
  333. PropertyName = "Description";
  334. Text = {"I/O port management."};
  335. };
  336. instance of MSFT_LocalizablePropertyValue
  337. {
  338. RelPath = "MSFT_CliAlias.FriendlyName=\"Share\"";
  339. PropertyName = "Description";
  340. Text = {"Shared resource management. "};
  341. };
  342. instance of MSFT_LocalizablePropertyValue
  343. {
  344. RelPath = "MSFT_CliAlias.FriendlyName=\"Partition\"";
  345. PropertyName = "Description";
  346. Text = {"Management of partitioned areas of a physical disk."};
  347. };
  348. instance of MSFT_LocalizablePropertyValue
  349. {
  350. RelPath = "MSFT_CliAlias.FriendlyName=\"Environment\"";
  351. PropertyName = "Description";
  352. Text = {"System environment settings management."};
  353. };
  354. instance of MSFT_LocalizablePropertyValue
  355. {
  356. RelPath = "MSFT_CliAlias.FriendlyName=\"DriverVXD\"";
  357. PropertyName = "Description";
  358. Text = {"Virtual device driver management. "};
  359. };
  360. instance of MSFT_LocalizablePropertyValue
  361. {
  362. RelPath = "MSFT_CliAlias.FriendlyName=\"DiskDrive\"";
  363. PropertyName = "Description";
  364. Text = {"Physical disk drive management. "};
  365. };
  366. instance of MSFT_LocalizablePropertyValue
  367. {
  368. RelPath = "MSFT_CliAlias.FriendlyName=\"CDROM\"";
  369. PropertyName = "Description";
  370. Text = {"CD-ROM management."};
  371. };
  372. instance of MSFT_LocalizablePropertyValue
  373. {
  374. RelPath = "MSFT_CliAlias.FriendlyName=\"OnBoardDevice\"";
  375. PropertyName = "Description";
  376. Text = {"Management of common adapter devices built into the motherboard (system board)."};
  377. };
  378. instance of MSFT_LocalizablePropertyValue
  379. {
  380. RelPath = "MSFT_CliAlias.FriendlyName=\"PrintJob\"";
  381. PropertyName = "Description";
  382. Text = {"Print job management. "};
  383. };
  384. instance of MSFT_LocalizablePropertyValue
  385. {
  386. RelPath = "MSFT_CliAlias.FriendlyName=\"UPS\"";
  387. PropertyName = "Description";
  388. Text = {"Uninterruptible power supply (UPS) management. "};
  389. };
  390. instance of MSFT_LocalizablePropertyValue
  391. {
  392. RelPath = "MSFT_CliAlias.FriendlyName=\"CSProduct\"";
  393. PropertyName = "Description";
  394. Text = {"Computer system product information from SMBIOS. "};
  395. };
  396. instance of MSFT_LocalizablePropertyValue
  397. {
  398. RelPath = "MSFT_CliAlias.FriendlyName=\"FSDir\"";
  399. PropertyName = "Description";
  400. Text = {"Filesystem directory entry management. "};
  401. };
  402. instance of MSFT_LocalizablePropertyValue
  403. {
  404. RelPath = "MSFT_CliAlias.FriendlyName=\"Server\"";
  405. PropertyName = "Description";
  406. Text = {"Server information management. "};
  407. };
  408. instance of MSFT_LocalizablePropertyValue
  409. {
  410. RelPath = "MSFT_CliAlias.FriendlyName=\"Printer\"";
  411. PropertyName = "Description";
  412. Text = {"Printer device management. "};
  413. };
  414. instance of MSFT_LocalizablePropertyValue
  415. {
  416. RelPath = "MSFT_CliAlias.FriendlyName=\"IRQ\"";
  417. PropertyName = "Description";
  418. Text = {"Interrupt request line (IRQ) management. "};
  419. };
  420. instance of MSFT_LocalizablePropertyValue
  421. {
  422. RelPath = "MSFT_CliAlias.FriendlyName=\"Product\"";
  423. PropertyName = "Description";
  424. Text = {"Installation package task management. "};
  425. };
  426. instance of MSFT_LocalizablePropertyValue
  427. {
  428. RelPath = "MSFT_CliAlias.FriendlyName=\"PrinterConfig\"";
  429. PropertyName = "Description";
  430. Text = {"Printer device configuration management. "};
  431. };
  432. instance of MSFT_LocalizablePropertyValue
  433. {
  434. RelPath = "MSFT_CliAlias.FriendlyName=\"Group\"";
  435. PropertyName = "Description";
  436. Text = {"Group account management. "};
  437. };
  438. instance of MSFT_LocalizablePropertyValue
  439. {
  440. RelPath = "MSFT_CliAlias.FriendlyName=\"DesktopMonitor\"";
  441. PropertyName = "Description";
  442. Text = {"Desktop Monitor management."};
  443. };
  444. instance of MSFT_LocalizablePropertyValue
  445. {
  446. RelPath = "MSFT_CliAlias.FriendlyName=\"OS\"";
  447. PropertyName = "Description";
  448. Text = {"Installed Operating System/s management. "};
  449. };
  450. instance of MSFT_LocalizablePropertyValue
  451. {
  452. RelPath = "MSFT_CliAlias.FriendlyName=\"Registry\"";
  453. PropertyName = "Description";
  454. Text = {"Computer system registry management."};
  455. };
  456. instance of MSFT_LocalizablePropertyValue
  457. {
  458. RelPath = "MSFT_CliAlias.FriendlyName=\"NICConfig\"";
  459. PropertyName = "Description";
  460. Text = {"Network adapter management. "};
  461. };
  462. instance of MSFT_LocalizablePropertyValue
  463. {
  464. RelPath = "MSFT_CliAlias.FriendlyName=\"MemLogical\"";
  465. PropertyName = "Description";
  466. Text = {"System memory management (configuration layout and availability of memory). "};
  467. };
  468. instance of MSFT_LocalizablePropertyValue
  469. {
  470. RelPath = "MSFT_CliAlias.FriendlyName=\"NIC\"";
  471. PropertyName = "Description";
  472. Text = {"Network Interface Controller (NIC) management."};
  473. };
  474. instance of MSFT_LocalizablePropertyValue
  475. {
  476. RelPath = "MSFT_CliAlias.FriendlyName=\"NetLogin\"";
  477. PropertyName = "Description";
  478. Text = {"Network login information (of a particular user) management. "};
  479. };
  480. instance of MSFT_LocalizablePropertyValue
  481. {
  482. RelPath = "MSFT_CliAlias.FriendlyName=\"DiskQuota\"";
  483. PropertyName = "Description";
  484. Text = {"Disk space usage for NTFS volumes."};
  485. };
  486. instance of MSFT_LocalizablePropertyValue
  487. {
  488. RelPath = "MSFT_CliAlias.FriendlyName=\"QuotaSetting\"";
  489. PropertyName = "Description";
  490. Text = {"Setting information for disk quotas on a volume. "};
  491. };
  492. instance of MSFT_LocalizablePropertyValue
  493. {
  494. RelPath = "MSFT_CliAlias.FriendlyName=\"VolumeQuotaSetting\"";
  495. PropertyName = "Description";
  496. Text = {"Associates the disk quota setting with a specific disk volume. "};
  497. };
  498. instance of MSFT_LocalizablePropertyValue
  499. {
  500. RelPath = "MSFT_CliAlias.FriendlyName=\"DosCmd\"";
  501. PropertyName = "Description";
  502. Text = {"Access to some DOS commands"};
  503. };
  504. instance of MSFT_LocalizablePropertyValue
  505. {
  506. RelPath = "MSFT_CliAlias.FriendlyName=\"Alias\"";
  507. PropertyName = "Description";
  508. Text = {"Access to the aliases available on the local system"};
  509. };