Leaked source code of windows server 2003
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.

639 lines
14 KiB

  1. ;///////////////////////////////////////////////////////////////////////
  2. ;//
  3. ;// Copyright (c) 2000, Microsoft Corp. All rights reserved.
  4. ;//
  5. ;// FILE
  6. ;//
  7. ;// event.mc
  8. ;//
  9. ;// SYNOPSIS
  10. ;//
  11. ;// NAS Server resources - English
  12. ;//
  13. ;// MODIFICATION HISTORY
  14. ;//
  15. ;// 19 Dec 2000 Original version
  16. ;//
  17. ;///////////////////////////////////////////////////////////////////////
  18. ;
  19. ;// please choose one of these severity names as part of your messages
  20. ;
  21. SeverityNames =
  22. (
  23. Success = 0x0:SA_SEVERITY_SUCCESS
  24. Informational = 0x1:SA_SEVERITY_INFORMATIONAL
  25. Warning = 0x2:SA_SEVERITY_WARNING
  26. Error = 0x3:SA_SEVERITY_ERROR
  27. )
  28. ;
  29. ;// The Facility Name identifies the Alert ID range to be used by
  30. ;// the specific component. For each new message you add choose the
  31. ;// facility name corresponding to your component. If none of these
  32. ;// correspond to your component add a new facility name with a new
  33. ;// value and name
  34. FacilityNames =
  35. (
  36. Facility_Event = 0x03F:SA_FACILITY_EVENT
  37. )
  38. ;///////////////////////////////////////////////////////////////////////
  39. ;// logs.asp
  40. MessageId = 1
  41. Severity = Informational
  42. Facility = Facility_Event
  43. SymbolicName = L_PRIMARY_TEXT
  44. Language = English
  45. Primary
  46. .
  47. ;// logs.asp
  48. MessageId = 2
  49. Severity = Informational
  50. Facility = Facility_Event
  51. SymbolicName = L_TYPE_TEXT
  52. Language = English
  53. Type
  54. .
  55. ;// logs.asp
  56. MessageId = 3
  57. Severity = Informational
  58. Facility = Facility_Event
  59. SymbolicName = L_DATE_TEXT
  60. Language = English
  61. Date
  62. .
  63. ;// logs.asp
  64. MessageId = 4
  65. Severity = Informational
  66. Facility = Facility_Event
  67. SymbolicName = L_TIME_TEXT
  68. Language = English
  69. Time
  70. .
  71. ;// logs.asp
  72. MessageId = 5
  73. Severity = Informational
  74. Facility = Facility_Event
  75. SymbolicName = L_SOURCE_TEXT
  76. Language = English
  77. Source
  78. .
  79. ;// logs.asp
  80. MessageId = 6
  81. Severity = Informational
  82. Facility = Facility_Event
  83. SymbolicName = L_ID_TEXT
  84. Language = English
  85. Event
  86. .
  87. ;// logs.asp
  88. MessageId = 7
  89. Severity = Informational
  90. Facility = Facility_Event
  91. SymbolicName = L_DESCRIPTION_HEADING_TEXT
  92. Language = English
  93. Select 'Download log', 'Clear log', or 'Log properties' to perform tasks on the entire log. To view the details of a specific log entry, select an entry and then choose 'Event details'.
  94. .
  95. ;// logs.asp
  96. MessageId = 8
  97. Severity = Informational
  98. Facility = Facility_Event
  99. SymbolicName = L_DESCRIPTION_PROPERTIES_HEADING_TEXT
  100. Language = English
  101. Click 'Log properties' to view the properties of a specific log entry.
  102. .
  103. ;// logs.asp
  104. MessageId = 9
  105. Severity = Informational
  106. Facility = Facility_Event
  107. SymbolicName = L_SERVEAREALABELBAR_LOGS_TEXT
  108. Language = English
  109. Logs
  110. .
  111. ;// logs.asp
  112. MessageId = 10
  113. Severity = Informational
  114. Facility = Facility_Event
  115. SymbolicName = L_TASKS_TEXT
  116. Language = English
  117. Tasks
  118. .
  119. ;// logs.asp
  120. MessageId = 11
  121. Severity = Informational
  122. Facility = Facility_Event
  123. SymbolicName = L_CLEAR_TEXT
  124. Language = English
  125. Clear Log
  126. .
  127. ;// logs.asp
  128. MessageId = 12
  129. Severity = Informational
  130. Facility = Facility_Event
  131. SymbolicName = L_DOWNLOAD_TEXT
  132. Language = English
  133. Download Log...
  134. .
  135. ;// logs.asp
  136. MessageId = 13
  137. Severity = Informational
  138. Facility = Facility_Event
  139. SymbolicName = L_PROPERTIES_TEXT
  140. Language = English
  141. Log Properties...
  142. .
  143. ;// logs.asp
  144. MessageId = 14
  145. Severity = Informational
  146. Facility = Facility_Event
  147. SymbolicName = L_ITEMDETAILS_TEXT
  148. Language = English
  149. Event Details...
  150. .
  151. ;// logs.asp
  152. MessageId = 15
  153. Severity = Informational
  154. Facility = Facility_Event
  155. SymbolicName = L_CLEAR_ROLLOVER_TEXT
  156. Language = English
  157. Clear Log
  158. .
  159. ;// logs.asp
  160. MessageId = 16
  161. Severity = Informational
  162. Facility = Facility_Event
  163. SymbolicName = L_DOWNLOAD_ROLLOVER_TEXT
  164. Language = English
  165. Download Log...
  166. .
  167. ;// logs.asp
  168. MessageId = 17
  169. Severity = Informational
  170. Facility = Facility_Event
  171. SymbolicName = L_PROPERTIES_ROLLOVER_TEXT
  172. Language = English
  173. Log Properties...
  174. .
  175. ;// logs.asp
  176. MessageId = 18
  177. Severity = Informational
  178. Facility = Facility_Event
  179. SymbolicName = L_ITEMDETAILS_ROLLOVER_TEXT
  180. Language = English
  181. Event Details...
  182. .
  183. ;// logs.asp
  184. MessageId = 20
  185. Severity = Informational
  186. Facility = Facility_Event
  187. SymbolicName = L_LOG_TEXT
  188. Language = English
  189. %1 Log
  190. .
  191. ;// logs.asp
  192. MessageId = 25
  193. Severity = Informational
  194. Facility = Facility_Event
  195. SymbolicName = L_NOEVENTSAVAILABLE_TEXT
  196. Language = English
  197. No log entries
  198. .
  199. ;// logs.asp
  200. MessageId = 26
  201. Severity = Informational
  202. Facility = Facility_Event
  203. SymbolicName = L_PAGETITLE_LOGS_TEXT
  204. Language = English
  205. %1 Log
  206. .
  207. ;// logs.asp
  208. MessageId = 34
  209. Severity = Error
  210. Facility = Facility_Event
  211. SymbolicName = L_FAILEDTOGETCOUNT_ERRORMESSAGE
  212. Language = English
  213. Failed to get the log count.
  214. .
  215. ;// logs.asp
  216. MessageId = 35
  217. Severity = Error
  218. Facility = Facility_Event
  219. SymbolicName = L_FAILEDTOGETWMICONNECTION_ERRORMESSAGE
  220. Language = English
  221. Failed to open WMI Connection.
  222. .
  223. ;// logs.asp
  224. MessageId = 36
  225. Severity = Error
  226. Facility = Facility_Event
  227. SymbolicName = L_FAILEDTOGETMAXLOGCOUNT_ERRORMESSAGE
  228. Language = English
  229. Failed to get the maximum log count.
  230. .
  231. ;// logs.asp
  232. MessageId = 37
  233. Severity = Error
  234. Facility = Facility_Event
  235. SymbolicName = L_FAILEDTOGETEVENTS_ERRORMESSAGE
  236. Language = English
  237. Failed to get events for the log.
  238. .
  239. ;// logs.asp
  240. MessageId = 38
  241. Severity = Informational
  242. Facility = Facility_Event
  243. SymbolicName = L_APPLICATION_TEXT
  244. Language = English
  245. Application
  246. .
  247. ;// logs.asp
  248. MessageId = 39
  249. Severity = Informational
  250. Facility = Facility_Event
  251. SymbolicName = L_SYSTEM_TEXT
  252. Language = English
  253. System
  254. .
  255. ;// logs.asp
  256. MessageId = 40
  257. Severity = Informational
  258. Facility = Facility_Event
  259. SymbolicName = L_SECURITY_TEXT
  260. Language = English
  261. Security
  262. .
  263. ;// logs.asp
  264. MessageId = 41
  265. Severity = Informational
  266. Facility = Facility_Event
  267. SymbolicName = L_INFORMATION_TYPE_TEXT
  268. Language = English
  269. Information
  270. .
  271. ;// logs.asp
  272. MessageId = 42
  273. Severity = Informational
  274. Facility = Facility_Event
  275. SymbolicName = L_ERROR_TYPE_TEXT
  276. Language = English
  277. Error
  278. .
  279. ;// logs.asp
  280. MessageId = 43
  281. Severity = Informational
  282. Facility = Facility_Event
  283. SymbolicName = L_WARNING_TYPE_TEXT
  284. Language = English
  285. Warning
  286. .
  287. ;// logs.asp
  288. MessageId = 44
  289. Severity = Informational
  290. Facility = Facility_Event
  291. SymbolicName = L_SUCCESSAUDIT_TYPE_TEXT
  292. Language = English
  293. Success Audit
  294. .
  295. ;// logs.asp
  296. MessageId = 45
  297. Severity = Informational
  298. Facility = Facility_Event
  299. SymbolicName = L_FAILUREAUDIT_TYPE_TEXT
  300. Language = English
  301. Failure Audit
  302. .
  303. ;//
  304. ;// 38 - 50 reserved for logs.asp
  305. ;//
  306. ;// log_prop.asp
  307. MessageId = 51
  308. Severity = Informational
  309. Facility = Facility_Event
  310. SymbolicName = L_PAGETITLE_PROP_TEXT
  311. Language = English
  312. %1 Log Properties
  313. .
  314. ;// log_prop.asp
  315. MessageId = 52
  316. Severity = Informational
  317. Facility = Facility_Event
  318. SymbolicName = L_SIZE_TEXT
  319. Language = English
  320. Size:
  321. .
  322. ;// log_prop.asp
  323. MessageId = 53
  324. Severity = Informational
  325. Facility = Facility_Event
  326. SymbolicName = L_CREATEDDATE_TEXT
  327. Language = English
  328. Created:
  329. .
  330. ;// log_prop.asp
  331. MessageId = 54
  332. Severity = Informational
  333. Facility = Facility_Event
  334. SymbolicName = L_MODIFIEDDATE_TEXT
  335. Language = English
  336. Modified:
  337. .
  338. ;// log_prop.asp
  339. MessageId = 55
  340. Severity = Informational
  341. Facility = Facility_Event
  342. SymbolicName = L_ACCESSEDDATE_TEXT
  343. Language = English
  344. Accessed:
  345. .
  346. ;// log_prop.asp
  347. MessageId = 56
  348. Severity = Informational
  349. Facility = Facility_Event
  350. SymbolicName = L_LOGSIZE_TEXT
  351. Language = English
  352. Log size
  353. .
  354. ;// log_prop.asp
  355. MessageId = 57
  356. Severity = Informational
  357. Facility = Facility_Event
  358. SymbolicName = L_MAXIMUMLOGSIZE_TEXT
  359. Language = English
  360. Maximum log size:
  361. .
  362. ;// log_prop.asp
  363. MessageId = 58
  364. Severity = Informational
  365. Facility = Facility_Event
  366. SymbolicName = L_WHENMAXIMUMREACHED_TEXT
  367. Language = English
  368. When maximum log size is reached:
  369. .
  370. ;// log_prop.asp
  371. MessageId = 59
  372. Severity = Informational
  373. Facility = Facility_Event
  374. SymbolicName = L_OVERWRITEEVENTS_ASNEEDED_TEXT
  375. Language = English
  376. Overwrite events as needed
  377. .
  378. ;// log_prop.asp
  379. MessageId = 60
  380. Severity = Informational
  381. Facility = Facility_Event
  382. SymbolicName = L_OVERWRITEEVENTS_OLDERTHAN_TEXT
  383. Language = English
  384. Overwrite events older than
  385. .
  386. ;// log_prop.asp
  387. MessageId = 61
  388. Severity = Informational
  389. Facility = Facility_Event
  390. SymbolicName = L_DONOTOVERWRITEEVENTS_TEXT
  391. Language = English
  392. Do not overwrite events
  393. .
  394. ;// log_prop.asp
  395. MessageId = 62
  396. Severity = Informational
  397. Facility = Facility_Event
  398. SymbolicName = L_DAYS_TEXT
  399. Language = English
  400. days
  401. .
  402. ;// log_prop.asp
  403. MessageId = 63
  404. Severity = Informational
  405. Facility = Facility_Event
  406. SymbolicName = L_KB_TEXT
  407. Language = English
  408. KB
  409. .
  410. ;// log_prop.asp
  411. MessageId = 64
  412. Severity = Informational
  413. Facility = Facility_Event
  414. SymbolicName = L_BYTES_TEXT
  415. Language = English
  416. bytes
  417. .
  418. ;// log_prop.asp, log_details.asp
  419. MessageId = 65
  420. Severity = Error
  421. Facility = Facility_Event
  422. SymbolicName = L_RETREIVEVALUES_ERRORMESSAGE
  423. Language = English
  424. Error in retreiving the values.
  425. .
  426. ;// log_prop.asp
  427. MessageId = 66
  428. Severity = Error
  429. Facility = Facility_Event
  430. SymbolicName = L_UPDATEVALUES_ERRORMESSAGE
  431. Language = English
  432. Unable to update the values.
  433. .
  434. ;//
  435. ;// 71 - 100 reserved for log_prop.asp
  436. ;//
  437. ;// log_details.asp
  438. MessageId = 101
  439. Severity = Informational
  440. Facility = Facility_Event
  441. SymbolicName = L_PAGETITLE_LOGDETAILS_TEXT
  442. Language = English
  443. %1 Log Details
  444. .
  445. ;// log_details.asp
  446. MessageId = 102
  447. Severity = Informational
  448. Facility = Facility_Event
  449. SymbolicName = L_TIME_DETAILS_TEXT
  450. Language = English
  451. Time:
  452. .
  453. ;// log_details.asp
  454. MessageId = 103
  455. Severity = Informational
  456. Facility = Facility_Event
  457. SymbolicName = L_DATE_DETAILS_TEXT
  458. Language = English
  459. Date:
  460. .
  461. ;// log_details.asp
  462. MessageId = 104
  463. Severity = Informational
  464. Facility = Facility_Event
  465. SymbolicName = L_DOWNBUTTON_TEXT
  466. Language = English
  467. Down
  468. .
  469. ;// log_details.asp
  470. MessageId = 105
  471. Severity = Informational
  472. Facility = Facility_Event
  473. SymbolicName = L_UPBUTTON_TEXT
  474. Language = English
  475. Up
  476. .
  477. ;// log_details.asp
  478. MessageId = 106
  479. Severity = Informational
  480. Facility = Facility_Event
  481. SymbolicName = L_TYPE_LABEL_TEXT
  482. Language = English
  483. Type:
  484. .
  485. ;// log_details.asp
  486. MessageId = 107
  487. Severity = Informational
  488. Facility = Facility_Event
  489. SymbolicName = L_SOURCE_DETAILS_TEXT
  490. Language = English
  491. Source:
  492. .
  493. ;// log_details.asp
  494. MessageId = 108
  495. Severity = Informational
  496. Facility = Facility_Event
  497. SymbolicName = L_EVENTID_TEXT
  498. Language = English
  499. Event ID:
  500. .
  501. ;// log_details.asp
  502. MessageId = 109
  503. Severity = Informational
  504. Facility = Facility_Event
  505. SymbolicName = L_DESCRIPTION_TEXT
  506. Language = English
  507. Description:
  508. .
  509. ;// log_details.asp
  510. MessageId = 110
  511. Severity = Informational
  512. Facility = Facility_Event
  513. SymbolicName = L_LOGDETAILS_TEXT
  514. Language = English
  515. %1 Log Details
  516. .
  517. ;//
  518. ;// 112 - 150 reserved for log_details.asp
  519. ;//
  520. ;// log_clear.asp
  521. MessageId = 151
  522. Severity = Informational
  523. Facility = Facility_Event
  524. SymbolicName = L_PAGETITLE_CLR_TEXT
  525. Language = English
  526. Clear %1 Log Confirmation
  527. .
  528. ;// log_clear.asp
  529. MessageId = 153
  530. Severity = Informational
  531. Facility = Facility_Event
  532. SymbolicName = L_DELETE_CONFIRM_CLR_TEXT
  533. Language = English
  534. Are you sure you want to permanently clear all entries from the %1 Log?
  535. .
  536. ;// log_clear.asp
  537. MessageId = 158
  538. Severity = Error
  539. Facility = Facility_Event
  540. SymbolicName = L_INVALIDPARAMETERS_ERRORMESSAGE
  541. Language = English
  542. Invalid Parameters.
  543. .
  544. ;//
  545. ;// 159 - 200 reserved for log_clear.asp
  546. ;//
  547. ;// log_download.asp
  548. MessageId = 202
  549. Severity = Informational
  550. Facility = Facility_Event
  551. SymbolicName = L_WINDOWSEVENT_TEXT
  552. Language = English
  553. Microsoft® Windows® event log file(*.evt)
  554. .
  555. ;// log_download.asp
  556. MessageId = 203
  557. Severity = Informational
  558. Facility = Facility_Event
  559. SymbolicName = L_TABDELIMITED_TEXT
  560. Language = English
  561. Tab delimited text file(*.log)
  562. .
  563. ;// log_download.asp
  564. MessageId = 204
  565. Severity = Informational
  566. Facility = Facility_Event
  567. SymbolicName = L_COMMADELIMITED_TEXT
  568. Language = English
  569. Comma delimited text file(*.csv)
  570. .
  571. ;// log_download.asp
  572. MessageId = 205
  573. Severity = Informational
  574. Facility = Facility_Event
  575. SymbolicName = L_DOWNLOADTITLE_TEXT
  576. Language = English
  577. Download %1 Log
  578. .
  579. ;// log_download.asp
  580. MessageId = 206
  581. Severity = Informational
  582. Facility = Facility_Event
  583. SymbolicName = L_PAGEDESCRIPTION_DOWNLOAD_TEXT
  584. Language = English
  585. Select the type of file you want to download and then choose Download. Select Back to return to the previous page without downloading a file.
  586. .
  587. ;// log_download.asp
  588. MessageId = 207
  589. Severity = Error
  590. Facility = Facility_Event
  591. SymbolicName = L_WMISECURITY_ERRORMESSAGE
  592. Language = English
  593. Failed in giving required security privileges for WMI.
  594. .
  595. ;// log_download.asp
  596. MessageId = 208
  597. Severity = Error
  598. Facility = Facility_Event
  599. SymbolicName = L_FILESYSTEMOBJECT_ERRORMESSAGE
  600. Language = English
  601. Failed in creating the file system object.
  602. .
  603. ;// log_download.asp
  604. MessageId = 209
  605. Severity = Error
  606. Facility = Facility_Event
  607. SymbolicName = L_LOGDOWNLOAD_ERRORMESSAGE
  608. Language = English
  609. Failed in Downloading log.
  610. .
  611. ;// log_download.asp
  612. MessageId = 210
  613. Severity = Error
  614. Facility = Facility_Event
  615. SymbolicName = L_GETTINGLOGINSTANCES_ERRORMESSAGE
  616. Language = English
  617. Failed in getting log instances from WMI
  618. .
  619. ;// logs.asp
  620. MessageId = 211
  621. Severity = Informational
  622. Facility = Facility_Event
  623. SymbolicName = L_LOG_TXT
  624. Language = English
  625. Log
  626. .
  627. ;// log_download.asp
  628. ;// logs.asp
  629. MessageId = 212
  630. Severity = Informational
  631. Facility = Facility_Event
  632. SymbolicName = L_DOWNLOADBTN_TEXT
  633. Language = English
  634. Download
  635. .