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.

19 lines
1.4 KiB

  1. //
  2. // Strings for the "Turn Off Computer" and related dialogs.
  3. //
  4. STRINGTABLE DISCARDABLE
  5. BEGIN
  6. IDS_UIHOST_FAILURE "The logon UI host has failed too many times."
  7. IDS_GENERIC_CAPTION "Windows Logon"
  8. IDS_RECONNECT_FAILURE "Windows cannot switch accounts. Please try switching again. If this message continues to appear, you will need to restart your computer."
  9. IDS_TURNOFF_TITLE_FACENAME "Franklin Gothic"
  10. IDS_TURNOFF_TITLE_FACESIZE "14"
  11. IDS_TURNOFF_BUTTON_FACENAME "Tahoma"
  12. IDS_TURNOFF_BUTTON_FACESIZE "8"
  13. IDS_TURNOFF_TOOLTIP_TEXT_TURNOFF "Shuts down Windows so that you can safely turn off the computer."
  14. IDS_TURNOFF_TOOLTIP_TEXT_STANDBY "Puts your computer in a low-power state so that you can quickly resume your Windows session."
  15. IDS_TURNOFF_TOOLTIP_TEXT_STANDBY_HIBERNATE "Puts your computer in a low-power state so that you can quickly resume your Windows session.\r\n\r\nTo hibernate instead, hold down the Shift key."
  16. IDS_TURNOFF_TOOLTIP_TEXT_RESTART "Shuts down Windows and then starts Windows again."
  17. IDS_TURNOFF_TOOLTIP_TEXT_HIBERNATE "Saves your current desktop state to your hard disk so that you can resume where you left off, then shuts down your computer."
  18. END