WindowsXP-SP1/admin/burnslib/inc/blcore.rc
2020-09-30 16:53:49 +02:00

26 lines
645 B
Plaintext

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