1#include "resource.h" 2/* 3 * Moved all hardcoded strings to En.rc. 4 * By Magnus Olsen 2005 magnus@itkonsult-olsen.com 5 */ 6 7LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US 8STRINGTABLE DISCARDABLE 9BEGIN 10 IDS_DllNotLoaded, "LoadLibrary failed to load '%s'" 11 IDS_MissingEntry, "Missing entry point:%s\nIn %s" 12END 13