22 lines
1.2 KiB
Plaintext
22 lines
1.2 KiB
Plaintext
|
// Strings for use during ACPI Enable
|
||
|
#include "acpirsrc.h"
|
||
|
|
||
|
/////////////////////////////////////////////////////////////////////////
|
||
|
// String Table
|
||
|
/////////////////////////////////////////////////////////////////////////
|
||
|
|
||
|
|
||
|
STRINGTABLE DISCARDABLE
|
||
|
BEGIN
|
||
|
ACPI_STR_WARNING_DIALOG_CAPTION "Warning"
|
||
|
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?"
|
||
|
ACPI_STR_ERROR_DIALOG_CAPTION "Failed to Enable ACPI"
|
||
|
ACPI_STR_GENERAL_ERROR_MESSAGE "An error occurred while enabling ACPI on your machine.\nThe process cannot be completed."
|
||
|
ACPI_STR_NOT_SUPPORTED "ACPI cannot be enabled on your machine.\nIt is only supported on x86 platforms."
|
||
|
ACPI_STR_ADMIN_ACCESS_REQUIRED "You must have administrative access to enable ACPI."
|
||
|
ACPI_STR_REBOOT_DIALOG_CAPTION "Shutdown Warning"
|
||
|
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."
|
||
|
ACPI_STR_REBOOT_ERROR "An error occurred while Windows was being shut down.\nPlease restart Windows now."
|
||
|
END
|
||
|
|