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.

21 lines
1.2 KiB

  1. // Strings for use during ACPI Enable
  2. #include "acpirsrc.h"
  3. /////////////////////////////////////////////////////////////////////////
  4. // String Table
  5. /////////////////////////////////////////////////////////////////////////
  6. STRINGTABLE DISCARDABLE
  7. BEGIN
  8. ACPI_STR_WARNING_DIALOG_CAPTION "Warning"
  9. ACPI_STR_SHUTDOWN_WARNING "It is strongly recommended that you save any open files\nand exit all other applications before enabling ACPI.\n\nDo you wish to enable ACPI now?"
  10. ACPI_STR_ERROR_DIALOG_CAPTION "Failed to Enable ACPI"
  11. ACPI_STR_GENERAL_ERROR_MESSAGE "An error occurred while enabling ACPI on your machine.\nThe process cannot be completed."
  12. ACPI_STR_NOT_SUPPORTED "ACPI cannot be enabled on your machine.\nIt is only supported on x86 platforms."
  13. ACPI_STR_ADMIN_ACCESS_REQUIRED "You must have administrative access to enable ACPI."
  14. ACPI_STR_REBOOT_DIALOG_CAPTION "Shutdown Warning"
  15. ACPI_STR_REBOOT_WARNING "ACPI has been enabled on your system. You must\nrestart Windows NT for the changes to take effect.\n\nClick OK to restart Windows NT now."
  16. ACPI_STR_REBOOT_ERROR "An error occurred while Windows was being shut down.\nPlease restart Windows now."
  17. END