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.

587 lines
15 KiB

  1. ;///////////////////////////////////////////////////////////////////////////////
  2. ;//
  3. ;// Copyright (c) 2000, Microsoft Corp. All rights reserved.
  4. ;//
  5. ;// FILE
  6. ;//
  7. ;// Shutdown_msg.mc
  8. ;//
  9. ;// SYNOPSIS
  10. ;//
  11. ;// NAS Server resources - English
  12. ;//
  13. ;// MODIFICATION HISTORY
  14. ;//
  15. ;// 02 Mar 2001 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_Shutdown = 0x040:SA_Facility_Shutdown
  37. )
  38. ;///////////////////////////////////////////////////////////////////////////////
  39. ;// Shutdown_area
  40. ;///////////////////////////////////////////////////////////////////////////////
  41. MessageId = 0
  42. Severity = Informational
  43. Facility = Facility_Shutdown
  44. SymbolicName = L_SHUTDOWN_TEXT
  45. Language = English
  46. Shutdown
  47. .
  48. MessageId = 1
  49. Severity = Informational
  50. Facility = Facility_Shutdown
  51. SymbolicName = L_SHUTDOWN_HOVER_TEXT
  52. Language = English
  53. Shut down or restart the server.
  54. .
  55. MessageId = 2
  56. Severity = Informational
  57. Facility = Facility_Shutdown
  58. SymbolicName = L_SHUTDOWN_DESCRIPTION_TEXT
  59. Language = English
  60. Shut down or restart the server immediately or at a scheduled time.
  61. .
  62. MessageId = 3
  63. Severity = Informational
  64. Facility = Facility_Shutdown
  65. SymbolicName = L_RESTART_TEXT
  66. Language = English
  67. Restart
  68. .
  69. MessageId = 4
  70. Severity = Informational
  71. Facility = Facility_Shutdown
  72. SymbolicName = L_RESTART_MESSAGE_TEXT
  73. Language = English
  74. Immediately shut down and then automatically restart the server.
  75. .
  76. MessageId = 5
  77. Severity = Informational
  78. Facility = Facility_Shutdown
  79. SymbolicName = L_SHUTDOWN_MESSAGE_TEXT
  80. Language = English
  81. Immediately shut down and power off the server.
  82. .
  83. MessageId = 6
  84. Severity = Informational
  85. Facility = Facility_Shutdown
  86. SymbolicName = L_SCHEDULE_SHUTDOWN_TEXT
  87. Language = English
  88. Scheduled Shutdown
  89. .
  90. MessageId = 7
  91. Severity = Informational
  92. Facility = Facility_Shutdown
  93. SymbolicName = L_SCHEDULE_SHUTDOWN_MESSAGE_TEXT
  94. Language = English
  95. Schedule a shutdown or restart to occur later.
  96. .
  97. MessageId = 10
  98. Severity = Informational
  99. Facility = Facility_Shutdown
  100. SymbolicName = L_SHUTDOWN_TITLE_TEXT
  101. Language = English
  102. Shut Down
  103. .
  104. ;//shutdown_shutdownConfirm.asp
  105. MessageId = 11
  106. Severity = Informational
  107. Facility = Facility_Shutdown
  108. SymbolicName = L_SHUTDOWNPAGE_TITLE_TEXT
  109. Language = English
  110. Shutdown Confirmation
  111. .
  112. ;//shutdown_shutdownConfirm.asp
  113. MessageId = 12
  114. Severity = Informational
  115. Facility = Facility_Shutdown
  116. SymbolicName = L_SHUTDOWNCONFIRM_MESSAGE_TEXT
  117. Language = English
  118. Are you sure you want to shut down the server?
  119. .
  120. ;//shutdown_shutdownConfirm.asp
  121. MessageId = 13
  122. Severity = Informational
  123. Facility = Facility_Shutdown
  124. SymbolicName = L_SHUTDOWNCONFIRM_MESSAGECONTD_TEXT
  125. Language = English
  126. Once shut down, you must press the server power button to restart the server.
  127. .
  128. ;//shutdown_shutdownConfirm.asp
  129. MessageId = 16
  130. Severity = Error
  131. Facility = Facility_Shutdown
  132. SymbolicName = L_ERRORINSHUTDOWN_ERRORMESSAGE
  133. Language = English
  134. Unable to shut down the server
  135. .
  136. ;//shutdown_restartConfirm.asp
  137. MessageId = 18
  138. Severity = Informational
  139. Facility = Facility_Shutdown
  140. SymbolicName = L_RESTARTPAGE_TITLE_TEXT
  141. Language = English
  142. Restart Confirmation
  143. .
  144. ;//shutdown_restartConfirm.asp
  145. MessageId = 19
  146. Severity = Informational
  147. Facility = Facility_Shutdown
  148. SymbolicName = L_RESTARTCONFIRM_MESSAGE_TEXT
  149. Language = English
  150. Are you sure you want to restart the server?
  151. .
  152. ;//shutdown_restartConfirm.asp
  153. MessageId = 21
  154. Severity = Error
  155. Facility = Facility_Shutdown
  156. SymbolicName = L_ERRORINRESTART_ERRORMESSAGE
  157. Language = English
  158. Unable to restart the Serverappliance
  159. .
  160. ;//Shutdown_area.asp
  161. MessageId = 22
  162. Severity = Informational
  163. Facility = Facility_Shutdown
  164. SymbolicName = L_PAGETITLE
  165. Language = English
  166. Shutdown
  167. .
  168. ;//Shutdown_area.asp
  169. MessageId = 23
  170. Severity = Informational
  171. Facility = Facility_Shutdown
  172. SymbolicName = L_PAGEDESCRIPTION_TEXT
  173. Language = English
  174. Shut down or restart the server immediately or at a scheduled time.
  175. .
  176. ;//Shutdown_scheduleprop.asp
  177. MessageId = 27
  178. Severity = Error
  179. Facility = Facility_Shutdown
  180. SymbolicName = L_UNABLETODELETE_SCHEDULEDTASK_ERRORMESSAGE
  181. Language = English
  182. Unable to delete Scheduled task
  183. .
  184. ;//Shutdown_scheduleprop.asp
  185. MessageId = 28
  186. Severity = Error
  187. Facility = Facility_Shutdown
  188. SymbolicName = L_WMICLASSINSTANCEFAILED_ERRORMESSAGE
  189. Language = English
  190. WMI Class Instance Failed
  191. .
  192. ;//Shutdown_scheduleprop.asp
  193. MessageId = 29
  194. Severity = Error
  195. Facility = Facility_Shutdown
  196. SymbolicName = L_UNABLETODELETETHESCHEDULE_ERRORMESSAGE
  197. Language = English
  198. Unable to delete the schedule
  199. .
  200. ;// shutdown_scheduleProp.asp
  201. MessageId = 31
  202. Severity = Error
  203. Facility = Facility_Shutdown
  204. SymbolicName = L_UNABLETOLAUNCHPROCESS_ERRORMESSAGE
  205. Language = English
  206. Unable to schedule %1.
  207. .
  208. ;// shutdown_scheduleProp.asp
  209. MessageId = 32
  210. Severity = Error
  211. Facility = Facility_Shutdown
  212. SymbolicName = L_UNABLETOGETINSTANCE_ERRORMESSAGE
  213. Language = English
  214. Unable to get instance of Server Services
  215. .
  216. ;// shutdown_scheduleProp.asp
  217. MessageId = 33
  218. Severity = Error
  219. Facility = Facility_Shutdown
  220. SymbolicName = L_UNABLETORAISEALERT_ERRORMESSAGE
  221. Language = English
  222. Unable to raise alert
  223. .
  224. ;// shutdown_scheduleProp.asp
  225. MessageId = 34
  226. Severity = Informational
  227. Facility = Facility_Shutdown
  228. SymbolicName = L_MINUTESFROMNOW_TEXT
  229. Language = English
  230. minutes from now
  231. .
  232. ;// shutdown_scheduleProp.asp
  233. MessageId = 36
  234. Severity = Informational
  235. Facility = Facility_Shutdown
  236. SymbolicName = L_AT_TEXT
  237. Language = English
  238. at time
  239. .
  240. ;// shutdown_scheduleProp.asp
  241. MessageId = 37
  242. Severity = Informational
  243. Facility = Facility_Shutdown
  244. SymbolicName = L_OR_TEXT
  245. Language = English
  246. -or-
  247. .
  248. ;// shutdown_scheduleProp.asp
  249. MessageId = 38
  250. Severity = Informational
  251. Facility = Facility_Shutdown
  252. SymbolicName = L_ONTHENEXT_TEXT
  253. Language = English
  254. On the next
  255. .
  256. ;// shutdown_scheduleProp.asp
  257. MessageId = 39
  258. Severity = Informational
  259. Facility = Facility_Shutdown
  260. SymbolicName = L_AM_TEXT
  261. Language = English
  262. AM
  263. .
  264. ;// shutdown_scheduleProp.asp
  265. MessageId = 40
  266. Severity = Informational
  267. Facility = Facility_Shutdown
  268. SymbolicName = L_PM_TEXT
  269. Language = English
  270. PM
  271. .
  272. ;// shutdown_scheduleProp.asp
  273. MessageId = 41
  274. Severity = Informational
  275. Facility = Facility_Shutdown
  276. SymbolicName = L_SUNDAY_TEXT
  277. Language = English
  278. Sunday
  279. .
  280. ;// shutdown_scheduleProp.asp
  281. MessageId = 42
  282. Severity = Informational
  283. Facility = Facility_Shutdown
  284. SymbolicName = L_MONDAY_TEXT
  285. Language = English
  286. Monday
  287. .
  288. ;// shutdown_scheduleProp.asp
  289. MessageId = 43
  290. Severity = Informational
  291. Facility = Facility_Shutdown
  292. SymbolicName = L_TUESDAY_TEXT
  293. Language = English
  294. Tuesday
  295. .
  296. ;// shutdown_scheduleProp.asp
  297. MessageId = 44
  298. Severity = Informational
  299. Facility = Facility_Shutdown
  300. SymbolicName = L_WEDNESDAY_TEXT
  301. Language = English
  302. Wednesday
  303. .
  304. ;// shutdown_scheduleProp.asp
  305. MessageId = 45
  306. Severity = Informational
  307. Facility = Facility_Shutdown
  308. SymbolicName = L_THUSDAY_TEXT
  309. Language = English
  310. Thursday
  311. .
  312. ;// shutdown_scheduleProp.asp
  313. MessageId = 46
  314. Severity = Informational
  315. Facility = Facility_Shutdown
  316. SymbolicName = L_FRIDAY_TEXT
  317. Language = English
  318. Friday
  319. .
  320. ;// shutdown_scheduleProp.asp
  321. MessageId = 47
  322. Severity = Informational
  323. Facility = Facility_Shutdown
  324. SymbolicName = L_SATURDAY_TEXT
  325. Language = English
  326. Saturday
  327. .
  328. ;// shutdown_scheduleProp.asp
  329. MessageId = 49
  330. Severity = Informational
  331. Facility = Facility_Shutdown
  332. SymbolicName = L_TIME_24HR_TEXT
  333. Language = English
  334. .
  335. ;// shutdown_scheduleProp.asp
  336. MessageId = 50
  337. Severity = Informational
  338. Facility = Facility_Shutdown
  339. SymbolicName = L_SUNDAYMSG_TEXT
  340. Language = English
  341. Sun
  342. .
  343. ;// shutdown_scheduleProp.asp
  344. MessageId = 51
  345. Severity = Informational
  346. Facility = Facility_Shutdown
  347. SymbolicName = L_MONDAYMSG_TEXT
  348. Language = English
  349. Mon
  350. .
  351. ;// shutdown_scheduleProp.asp
  352. MessageId = 52
  353. Severity = Informational
  354. Facility = Facility_Shutdown
  355. SymbolicName = L_TUESDAYMSG_TEXT
  356. Language = English
  357. Tue
  358. .
  359. ;// shutdown_scheduleProp.asp
  360. MessageId = 53
  361. Severity = Informational
  362. Facility = Facility_Shutdown
  363. SymbolicName = L_WEDNESDAYMSG_TEXT
  364. Language = English
  365. Wed
  366. .
  367. ;// shutdown_scheduleProp.asp
  368. MessageId = 54
  369. Severity = Informational
  370. Facility = Facility_Shutdown
  371. SymbolicName = L_THUSDAYMSG_TEXT
  372. Language = English
  373. Thu
  374. .
  375. ;// shutdown_scheduleProp.asp
  376. MessageId = 55
  377. Severity = Informational
  378. Facility = Facility_Shutdown
  379. SymbolicName = L_FRIDAYMSG_TEXT
  380. Language = English
  381. Fri
  382. .
  383. ;// shutdown_scheduleProp.asp
  384. MessageId = 56
  385. Severity = Informational
  386. Facility = Facility_Shutdown
  387. SymbolicName = L_SATURDAYMSG_TEXT
  388. Language = English
  389. Sat
  390. .
  391. ;// shutdown_scheduleProp.asp
  392. MessageId = 58
  393. Severity = Informational
  394. Facility = Facility_Shutdown
  395. SymbolicName = L_DAYS_TEXT
  396. Language = English
  397. days,
  398. .
  399. ;// shutdown_scheduleProp.asp
  400. MessageId = 59
  401. Severity = Informational
  402. Facility = Facility_Shutdown
  403. SymbolicName = L_HOURS_TEXT
  404. Language = English
  405. hours,
  406. .
  407. ;// shutdown_area.asp
  408. MessageId = 60
  409. Severity = Informational
  410. Facility = Facility_Shutdown
  411. SymbolicName = L_SHUTDOWNALERT_TEXT
  412. Language = English
  413. Shutdown Related Alerts
  414. .
  415. ;// shutdown_area.asp
  416. MessageId = 61
  417. Severity = Informational
  418. Facility = Facility_Shutdown
  419. SymbolicName = L_SHUTDOWNSTATUS_TEXT
  420. Language = English
  421. Shutdown Related Status
  422. .
  423. ;//sh_alertdetails.asp
  424. MessageId = 62
  425. Severity = Informational
  426. Facility = Facility_Shutdown
  427. SymbolicName = L_SHUTDOWNPENDING_TEXT
  428. Language = English
  429. The server is scheduled to shut down at %1 %2.
  430. .
  431. ;//sh_alertdetails.asp
  432. MessageId = 63
  433. Severity = Informational
  434. Facility = Facility_Shutdown
  435. SymbolicName = L_RESTARTPENDING_TEXT
  436. Language = English
  437. The server is scheduled to restart at %1 %2.
  438. .
  439. ;//sh_alertpanel.asp
  440. MessageId = 64
  441. Severity = Informational
  442. Facility = Facility_Shutdown
  443. SymbolicName = L_SCHEDULESHUTDOWN_TEXT
  444. Language = English
  445. Shutdown scheduled for %1 at %2
  446. .
  447. ;//sh_alertpanel.asp
  448. MessageId = 65
  449. Severity = Informational
  450. Facility = Facility_Shutdown
  451. SymbolicName = L_SCHEDULERESTART_TEXT
  452. Language = English
  453. Restart scheduled for %1 at %2
  454. .
  455. ;//shutdown_scheduleprop.asp
  456. MessageId = 66
  457. Severity = Informational
  458. Facility = Facility_Shutdown
  459. SymbolicName = L_RESTARTSCHEDULED_TEXT
  460. Language = English
  461. Restart scheduled
  462. .
  463. ;//shutdown_scheduleprop.asp
  464. MessageId = 67
  465. Severity = Informational
  466. Facility = Facility_Shutdown
  467. SymbolicName = L_SHUTDOWNSCHEDULED_TEXT
  468. Language = English
  469. Shutdown scheduled
  470. .
  471. ;//shutdown_scheduleprop.asp
  472. MessageId = 68
  473. Severity = Informational
  474. Facility = Facility_Shutdown
  475. SymbolicName = L_NOSCHEDULE_TEXT
  476. Language = English
  477. No scheduled shutdown or restart
  478. .
  479. ;//shutdown_scheduleprop.asp
  480. MessageId = 69
  481. Severity = Informational
  482. Facility = Facility_Shutdown
  483. SymbolicName = L_NETSENDWARNING_TEXT
  484. Language = English
  485. Send warning message to computers currently connected to this server.
  486. .
  487. ;//shutdown_area.asp
  488. MessageId = 77
  489. Severity = Informational
  490. Facility = Facility_Shutdown
  491. SymbolicName = L_SHUTDOWNTASK_TEXT
  492. Language = English
  493. Shut Down
  494. .
  495. ;//shutdown_scheduleprop.asp
  496. MessageId = 78
  497. Severity = Error
  498. Facility = Facility_Shutdown
  499. SymbolicName = L_INVALID_DATE_FORMAT
  500. Language = English
  501. Invalid time
  502. .
  503. MessageId = 79
  504. Severity = Error
  505. Facility = Facility_Shutdown
  506. SymbolicName = L_TASKCTX_FAILED_ERRORMESSAGE
  507. Language = English
  508. Creation of the COM object Taskctx failed.
  509. .
  510. MessageId = 81
  511. Severity = Error
  512. Facility = Facility_Shutdown
  513. SymbolicName = L_SETPARAMETER_FAILED_ERRORMESSAGE
  514. Language = English
  515. Parameter Setting for the COM object Taskctx failed.
  516. .
  517. MessageId = 82
  518. Severity = Error
  519. Facility = Facility_Shutdown
  520. SymbolicName = L_INITIALIZATION_FAILED_ERRORMESSAGE
  521. Language = English
  522. Initialization of the COM object Appsrvcs failed.
  523. .
  524. MessageId = 83
  525. Severity = Error
  526. Facility = Facility_Shutdown
  527. SymbolicName = L_EXECUTETASK_FAILED_ERRORMESSAGE
  528. Language = English
  529. Execution of the Reboot task failed
  530. .
  531. MessageId = 84
  532. Severity = Error
  533. Facility = Facility_Shutdown
  534. SymbolicName = L_UNABLETOSENDMESSAGE_ERRORMESSAGE
  535. Language = English
  536. Unable to send message
  537. .
  538. MessageId = 85
  539. Severity = Informational
  540. Facility = Facility_Shutdown
  541. SymbolicName = L_NETSENDMESSAGE_TEXT
  542. Language = English
  543. The server, %1, is scheduled to %2 at %3. You currently have open files on %1 that you may want to save and close before this %4 occurs.
  544. .
  545. MessageId = 86
  546. Severity = Error
  547. Facility = Facility_Shutdown
  548. SymbolicName = L_ERROR_SCHEDULER_SERVICE_NOT_RUNNING
  549. Language = English
  550. Task Scheduler service is not running
  551. .
  552. ;///////////////////////////////////////////////////////////////////////////////
  553. ;// HELP STRINGS
  554. ;///////////////////////////////////////////////////////////////////////////////
  555. MessageId = 400
  556. Severity = Informational
  557. Facility = Facility_Shutdown
  558. SymbolicName = L_SHUTDOWN_APPLIANCE
  559. Language = English
  560. Shutdown Server
  561. .
  562. MessageId = 86
  563. Severity = Informational
  564. Facility = Facility_Shutdown
  565. SymbolicName = L_RESTARTMSG_TEXT
  566. Language = English
  567. restart
  568. .
  569. MessageId = 87
  570. Severity = Informational
  571. Facility = Facility_Shutdown
  572. SymbolicName = L_SHUTDOWNMSG_TEXT
  573. Language = English
  574. shut down
  575. .
  576. MessageId = 88
  577. Severity = Informational
  578. Facility = Facility_Shutdown
  579. SymbolicName = L_SHUTDOWNNETMSG_TEXT
  580. Language = English
  581. shutdown
  582. .