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.

139 lines
4.0 KiB

  1. ;///////////////////////////////////////////////////////////////////////////////
  2. ;//
  3. ;// Copyright (c) 2000, Microsoft Corp. All rights reserved.
  4. ;//
  5. ;// FILE
  6. ;//
  7. ;// sysbackup.mc
  8. ;//
  9. ;// SYNOPSIS
  10. ;//
  11. ;// NAS Server resources - English
  12. ;//
  13. ;// MODIFICATION HISTORY
  14. ;//
  15. ;// 24 Aug 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_Backup = 0x070:SA_Facility_Backup
  37. )
  38. ;///////////////////////////////////////////////////////////////////////////////
  39. ;// Shutdown_area
  40. ;///////////////////////////////////////////////////////////////////////////////
  41. ;//Shutdown_area.asp
  42. MessageId = 1
  43. Severity = Informational
  44. Facility = Facility_Backup
  45. SymbolicName = L_BACKUPINPROGRESS_TEXT
  46. Language = English
  47. Backup in progress
  48. .
  49. ;//Shutdown_area.asp
  50. MessageId = 2
  51. Severity = Informational
  52. Facility = Facility_Backup
  53. SymbolicName = L_BACKUPSHUTDOWN_TEXT
  54. Language = English
  55. A system backup is in progress on the server. Please wait for the backup to finish before shutting down.
  56. .
  57. ;//Shutdown_area.asp
  58. MessageId = 3
  59. Severity = Informational
  60. Facility = Facility_Backup
  61. SymbolicName = L_RESTOREINPROGRESS_TEXT
  62. Language = English
  63. Restore in progress
  64. .
  65. ;//Shutdown_area.asp
  66. MessageId = 4
  67. Severity = Informational
  68. Facility = Facility_Backup
  69. SymbolicName = L_RESTORESHUTDOWN_TEXT
  70. Language = English
  71. A system restore is in progress on the server. Please wait for the restore to finish before shutting down.
  72. .
  73. ;//Backup.asp
  74. MessageId = 5
  75. Severity = Informational
  76. Facility = Facility_Backup
  77. SymbolicName = L_BACKUPTITLE_TEXT
  78. Language = English
  79. Backup
  80. .
  81. ;//Backup.asp
  82. MessageId = 6
  83. Severity = Informational
  84. Facility = Facility_Backup
  85. SymbolicName = L_BACKUPDESC_TEXT
  86. Language = English
  87. Back up or restore the server operating system.
  88. .
  89. MessageId = 7
  90. Severity = Error
  91. Facility = Facility_Backup
  92. SymbolicName = L_BACKUP_WINIECLIENT_ERRORMESSAGE
  93. Language = English
  94. This feature is only available on Microsoft Windows clients using Microsoft Internet Explorer.
  95. .
  96. MessageId = 8
  97. Severity = Informational
  98. Facility = Facility_Backup
  99. SymbolicName = L_BACKUP_PAGEDESCRIPTION_TEXT
  100. Language = English
  101. Log on to use Windows 2000 Backup and Recovery Tool. When you are finished, close the snap-in window. This will automatically close the Terminal Services client session.
  102. .
  103. MessageId = 9
  104. Severity = Error
  105. Facility = Facility_Backup
  106. SymbolicName = L_BACKUP_SERVERCONNECTIONFAILED_ERRORMESSAGE
  107. Language = English
  108. Failed to connect to the server :
  109. .
  110. MessageId = 10
  111. Severity = Error
  112. Facility = Facility_Backup
  113. SymbolicName = L_UNABLETOACCESSBROWSER_ERRORMESSAGE
  114. Language = English
  115. Cannot access this program in the current browser zone.
  116. .
  117. MessageId = 11
  118. Severity = Informational
  119. Facility = Facility_Backup
  120. SymbolicName = L_BACKUP_HELP_MESSAGE
  121. Language = English
  122. To access the backup application, log on, choose the Start menu, and then choose Run. Type ntbackup, and then click OK.
  123. .
  124. ;///////////////////////////////////////////////////////////////////////////////
  125. ;// HELP STRINGS
  126. ;///////////////////////////////////////////////////////////////////////////////
  127. MessageId = 400
  128. Severity = Informational
  129. Facility = Facility_Backup
  130. SymbolicName = L_BACKUP_AND_RESTORE_TOOL
  131. Language = English
  132. Back-up and Restore Tool
  133. .