Source file: /~heha/hs/ToClipboard.zip/src/ToClipboard.rc

#include <windows.h>
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
#pragma code_page(1252)

STRINGTABLE DISCARDABLE 
{
 1	"Malformed option, must consist of one letter followed by white space"
 2	"Unknown option ""%c"""
 3	"This option (%c) is currently unsupported"
 4	"File ""%s"" could not be opened for reading, error code %u"
 5	"Could not open the clipboard"
}
Detected encoding: ASCII (7 bit)2