📄 rm_jclresources.pas
字号:
RsCILDescrunused41 = '';
RsCILDescrunused42 = '';
RsCILDescrunused43 = '';
RsCILDescrunused44 = '';
RsCILDescrunused45 = '';
RsCILDescrunused46 = '';
RsCILDescrunused47 = '';
RsCILDescrunused48 = '';
RsCILDescrunused49 = '';
RsCILDescrunused50 = '';
RsCILDescrunused51 = '';
RsCILDescrunused52 = '';
RsCILDescrunused53 = '';
RsCILDescrunused54 = '';
RsCILDescrunused55 = '';
RsCILDescrunused56 = '';
RsCILDescrunused57 = '';
RsCILDescrunused58 = '';
RsCILDescrunused59 = '';
RsCILDescrunused60 = '';
RsCILDescrprefix7 = '';
RsCILDescrprefix6 = '';
RsCILDescrprefix5 = '';
RsCILDescrprefix4 = '';
RsCILDescrprefix3 = '';
RsCILDescrprefix2 = '';
RsCILDescrprefix1 = '';
RsCILDescrprefixref = '';
RsCILDescrarglist = 'return argument list handle for the current method ';
RsCILDescrceq = 'push 1 (of type int32) if value1 equals value2, else 0';
RsCILDescrcgt = 'push 1 (of type int32) if value1 > value2, else 0';
RsCILDescrcgtun = 'push 1 (of type int32) if value1 > value2, unsigned or unordered, else 0';
RsCILDescrclt = 'push 1 (of type int32) if value1 < value2, else 0';
RsCILDescrcltun = 'push 1 (of type int32) if value1 < value2, unsigned or unordered, else 0';
RsCILDescrldftn = 'Push a pointer to a method referenced by method on the stack';
RsCILDescrldvirtftn = 'Push address of virtual method mthd on the stack';
RsCILDescrunused61 = '';
RsCILDescrldarg = 'Load argument numbered num onto stack.';
RsCILDescrldarga = 'fetch the address of argument argNum.';
RsCILDescrstarg = 'Store a value to the argument numbered num';
RsCILDescrldloc = 'Load local variable of index indx onto stack.';
RsCILDescrldloca = 'Load address of local variable with index indx';
RsCILDescrstloc = 'Pop value from stack into local variable indx.';
RsCILDescrlocalloc = 'Allocate space from the local memory pool.';
RsCILDescrunused62 = '';
RsCILDescrendfilter = 'End filter clause of SEH exception handling';
RsCILDescrunaligned = 'Subsequent pointer instruction may be unaligned';
RsCILDescrvolatile = 'Subsequent pointer reference is volatile';
RsCILDescrtail = 'Subsequent call terminates current method';
RsCILDescrinitobj = 'Initialize a value type';
RsCILDescrunused63 = '';
RsCILDescrcpblk = 'Copy data from memory to memory';
RsCILDescrinitblk = 'Set a block of memory to a given byte';
RsCILDescrunused64 = '';
RsCILDescrrethrow = 'Rethrow the current exception';
RsCILDescrunused65 = '';
RsCILDescrsizeof = 'Push the size, in bytes, of a value type as a unsigned int32';
RsCILDescrrefanytype = 'Push the type token stored in a typed reference';
RsCILDescrunused66 = '';
RsCILDescrunused67 = '';
RsCILDescrunused68 = '';
RsCILDescrunused69 = '';
RsCILDescrunused70 = '';
//=== JclClasses =============================================================
resourcestring
RsVMTMemoryWriteError = 'Error writing VMT memory (%s)';
//=== JclClr =================================================================
resourcestring
RsClrCopyright = '// Delphi-JEDI .NET Framework IL Disassembler. Version 0.1' + sLineBreak +
'// Project JEDI Code Library (JCL) Team. All rights reserved.' + sLineBreak;
RsUnknownTableFmt = '%s%s';
RsUnknownTable = 'Unknown table - ';
//=== JclCOM =================================================================
resourcestring
RsComInvalidParam = 'An invalid parameter was passed to the routine. If a parameter was ' +
'expected, it might be an unassigned item or nil pointer';
RsComFailedStreamRead = 'Failed to read all of the data from the specified stream';
RsComFailedStreamWrite = 'Failed to write all of the data into the specified stream';
//=== JclComplex =============================================================
resourcestring
RsComplexInvalidString = 'Failed to create a complex number from the string provided';
//=== JclConsole =============================================================
resourcestring
RsCannotRaiseSignal = 'Cannot raise %s signal.';
//=== JclContainerIntf =======================================================
resourcestring
RsEOutOfBounds = 'Out of bounds';
//RsENoSuchElement = 'No such element';
//RsEIllegalState = 'Illegal state';
//RsEConcurrentModification = 'Concurrent modification';
//RsEIllegalArgument = 'Illegal argument';
RsEOperationNotSupported = 'Operation not supported';
RsEValueNotFound = 'Value %s not found';
RsENoCollection = 'Collection = nil';
RsEIllegalQueueCapacity = 'Illegal queue capacity';
//=== JclCounter =============================================================
resourcestring
RsNoCounter = 'No high performance counters supported';
//=== JclDateTime ============================================================
resourcestring
RsMakeUTCTime = 'Error converting to UTC time. Time zone could not be determined';
RsDateConversion = 'Error illegal date or time format';
//=== JclDebug ===============================================================
resourcestring
// Diagnostics
RsDebugAssertValidPointer = 'Invalid Pointer passed to AssertValid';
RsDebugAssertValidString = 'Invalid string passed to AssertValid';
// TMapFiles
RsDebugMapFileExtension = '.map'; // do not localize
RsDebugNoProcessInfo = 'Unable to obtain process information';
RsDebugSnapshot = 'Failure creating toolhelp32 snapshot';
//=== JclEDI =================================================================
resourcestring
RsEDIError001 = 'Could not open edi file. File not specified.';
RsEDIError002 = 'Could not save edi file. File name and path not specified.';
RsEDIError003 = 'Could not get data object from %s at index [%s],';
RsEDIError004 = 'Could not get data object from %s at index [%s], Index too low.';
RsEDIError005 = 'Could not get data object from %s at index [%s], Index too high.';
RsEDIError006 = 'Could not get data object from %s at index [%s], ' +
'There was no data object assigned.';
RsEDIError007 = 'Could not set data object from %s at index [%s].';
RsEDIError008 = 'Could not set data object from %s at index [%s], Index too low.';
RsEDIError009 = 'Could not set data object from %s at index [%s], Index too high.';
RsEDIError010 = 'Could not delete data object from %s at index [%s]';
RsEDIError011 = 'Could not delete data objects from %s at index [%s]';
RsEDIError012 = 'Delimiters have not been assigned to interchange. Dissassemble cancelled.';
RsEDIError013 = 'Delimiters have not been assigned to interchange. Assemble cancelled.';
RsEDIError014 = 'Could not find interchange control header segment terminator.';
RsEDIError015 = 'Could not find interchange control header.';
RsEDIError016 = 'Could not find interchange control trailer segment terminator.';
RsEDIError017 = 'Could not find interchange control trailer.';
RsEDIError018 = 'Could not find interchange control trailer or garbage at end of file.';
RsEDIError019 = 'Could not assign delimiters to functional group. Dissassemble cancelled.';
RsEDIError020 = 'Could not assign delimiters to functional group. Assemble cancelled.';
RsEDIError021 = 'Could not find functional group header segment terminator.';
RsEDIError022 = 'Could not find functional group header.'; //conditional for UN/EDIFACT
RsEDIError023 = 'Could not find functional group trailer segment terminator.';
RsEDIError024 = 'Could not find functional group trailer.';
RsEDIError025 = 'Could not assign delimiters to transaction set. Dissassemble cancelled.';
RsEDIError026 = 'Could not assign delimiters to transaction set. Assemble cancelled.';
RsEDIError027 = 'Could not find transaction set header.';
RsEDIError028 = 'Could not find transaction set trailer segment terminator.';
RsEDIError029 = 'Could not find transaction set trailer.';
RsEDIError030 = 'Could not assign delimiters to message. Dissassemble cancelled.';
RsEDIError031 = 'Could not assign delimiters to message. Assemble cancelled.';
RsEDIError032 = 'Could not find message header.';
RsEDIError033 = 'Could not find message trailer segment terminator.';
RsEDIError034 = 'Could not find message trailer.';
RsEDIError035 = 'Could not assign delimiters to segment. Dissassemble cancelled.';
RsEDIError036 = 'Could not assign delimiters to segment. Assemble cancelled.';
RsEDIError037 = 'Could not assign delimiters to composite element. Dissassemble cancelled.';
RsEDIError038 = 'Could not assign delimiters to composite element. Assemble cancelled.';
RsEDIError039 = 'Could not get data object in transaction set loop at index [%s], ' +
'Data object does not exist.';
RsEDIError040 = 'Could not get data object in transaction set loop at index [%s], ' +
'Index too high.';
RsEDIError041 = 'Could not get data object in transaction set loop at index [%s], Index too low.';
RsEDIError042 = 'Could not get data object in transaction set loop at index [%s].';
RsEDIError043 = 'Could not set data object in transaction set loop at index [%s], ' +
'Index too high.';
RsEDIError044 = 'Could not set data object in transaction set loop at index [%s], Index too low.';
RsEDIError045 = 'Could not set data object in transaction set loop at index [%s].';
RsEDIError046 = 'Could not get data object in message loop at index [%s], ' +
'Data object does not exist.';
RsEDIError047 = 'Could not get data object in message loop at index [%s], Index too high.';
RsEDIError048 = 'Could not get data object in message loop at index [%s], Index too low.';
RsEDIError049 = 'Could not get data object in message loop at index [%s].';
RsEDIError050 = 'Could not set data object in message loop at index [%s], Index too high.';
RsEDIError051 = 'Could not set data object in message loop at index [%s], Index too low.';
RsEDIError052 = 'Could not set data object in message loop at index [%s].';
RsEDIError053 = 'Loop in loop stack record at index [%s] does not exist.';
RsEDIError054 = 'Could not get loop stack record at index [%s], Index too high.';
RsEDIError055 = 'Could not get loop stack record at index [%s], Index too low.';
RsEDIError056 = 'Could not get loop stack record at index [%s].';
RsEDIError057 = 'Could not get safe loop stack index [%s].';
RsEDIError058 = 'Could not assign element specification to element at index [%s] ' +
'in segment [%s] at index [%s] in transaction set.';
RsUnknownAttribute = 'Unknown Attribute';
//== JclEDISEF ===============================================================
resourcestring
// Transaction Set:850
SEFTextSetsCode_Set0_Desc = 'Transaction Set or message title.';
SEFTextSetsCode_Set1_Desc = 'Transaction Set functional group (X12).';
SEFTextSetsCode_Set2_Desc = 'Transaction Set or message purpose.';
SEFTextSetsCode_Set3_Desc = 'Level 1 note on transaction set or message.';
SEFTextSetsCode_Set4_Desc = 'Level 2 note on transaction set or message.';
SEFTextSetsCode_Set5_Desc = 'Level 3 note on transaction set or message.';
// Transaction Set~segment ordinal number: 850~1
SEFTextSetsCode_Seg0_Desc = 'Segment reference notes that are part of the transaction set in X12.';
SEFTextSetsCode_Seg1_Desc = 'Segment reference notes documented with the segment (like in VICS/UCS).';
SEFTextSetsCode_Seg2_Desc = 'Segment reference comment documented with the transaction set.';
SEFTextSetsCode_Seg3_Desc = 'Segment name.';
SEFTextSetsCode_Seg4_Desc = 'Level 1 note on segment.';
SEFTextSetsCode_Seg5_Desc = 'Level 2 note on segment.';
SEFTextSetsCode_Seg6_Desc = 'Segment purpose.';
SEFTextSetsCode_Seg7_Desc = 'Level 3 note on segment. See * below for other levels of notes.';
// Transaction Set~segment ordinal number~element or composite ordinal number: 850~1~4
SEFTextSetsCode_Elm0_Desc = 'Level 1 note on element or composite.';
SEFTextSetsCode_Elm1_Desc = 'Level 2 note on element or composite.';
SEFTextSetsCode_Elm2_Desc = 'Name of element or composite.';
SEFTextSetsCode_Elm4_Desc = 'Level 3 note on element or composite.';
//=== JclEDIXML ==============================================================
resourcestring
EDIXMLError001 = 'Could not open edi file. File not specified.';
EDIXMLError002 = 'Could not save edi file. File name and path not specified.';
EDIXMLError003 = 'Could not assign delimiters to edi file. Disassemble cancelled.';
EDIXMLError004 = 'Could not assign delimiters to edi file. Assemble cancelled.';
EDIXMLError005 = 'Could not assign delimiters to interchange control. Disassemble cancelled.';
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -