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