source: cprs/branches/tmg-cprs/dklang-package-3.01/Packages/dklang7.drc@ 468

Last change on this file since 468 was 468, checked in by Kevin Toppenberg, 16 years ago

CPRS v1.0.26.76

File size: 1.3 KB
Line 
1/* VER150
2 Generated by the Borland Delphi Pascal Compiler
3 because -GD or --drc was supplied to the compiler.
4
5 This file contains compiler-generated resources that
6 were bound to the executable.
7 If this file is empty, then no compiler-generated
8 resources were bound to the produced executable.
9*/
10
11#define DKLang_SDKLangErrMsg_DuplicatePropValueID 65520
12#define DKLang_SDKLangErrMsg_ErrorLoadingTran 65521
13#define DKLang_SDKLangErrMsg_InvalidConstName 65522
14#define DKLang_SDKLangErrMsg_DuplicateConstName 65523
15#define DKLang_SDKLangErrMsg_ConstantNotFound 65524
16#define DKLang_SDKLangErrMsg_LangManagerCalledAtDT 65525
17#define DKLang_SDKLangErrMsg_StreamVersionTooHigh 65526
18STRINGTABLE
19BEGIN
20 DKLang_SDKLangErrMsg_DuplicatePropValueID, "Duplicate property value translation ID (%d)"
21 DKLang_SDKLangErrMsg_ErrorLoadingTran, "Loading translations failed.\r\nLine %d: %s"
22 DKLang_SDKLangErrMsg_InvalidConstName, "Invalid constant name (\"%s\")"
23 DKLang_SDKLangErrMsg_DuplicateConstName, "Duplicate constant name (\"%s\")"
24 DKLang_SDKLangErrMsg_ConstantNotFound, "Constant \"%s\" not found"
25 DKLang_SDKLangErrMsg_LangManagerCalledAtDT, "Call to LangManager() is allowed at runtime only"
26 DKLang_SDKLangErrMsg_StreamVersionTooHigh, "Stream version (%d) is greater than the current one (%d)"
27END
28
Note: See TracBrowser for help on using the repository browser.