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.

25 lines
645 B

  1. #include "coreres.h"
  2. /////////////////////////////////////////////////////////////////////////////
  3. // English (U.S.) resources
  4. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  5. #ifdef _WIN32
  6. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  7. #pragma code_page(1252)
  8. #endif //_WIN32
  9. STRINGTABLE DISCARDABLE
  10. BEGIN
  11. IDS_UNKNOWN_ERROR_CODE "An error with no description has occurred."
  12. IDS_LOW_MEMORY_MESSAGE "The system is low on memory. Close some programs, then click Retry.\r\nClick Cancel to attempt to continue."
  13. IDS_LOW_MEMORY_TITLE "Low Memory Error"
  14. END
  15. #endif // English (U.S.) resources