📄 rm_jvresources.pas
字号:
RsEInvalidArgumentToSetDayStates = 'Invalid argument to SetDayStates';
RsEInvalidAppearance = 'TJvCustomMonthCalendar.CreateWithAppearance: cannot be created without valid Appearance';
//=== JvCaptionButton.pas ====================================================
resourcestring
RsEOwnerMustBeTCustomForm = 'TJvCaptionButton owner must be a TCustomForm';
//=== JvCaret.pas ============================================================
resourcestring
RsEInvalidCaretOwner = '%s: cannot be created without a valid Owner';
//=== JvChangeNotify.pas =====================================================
resourcestring
RsFileNameChange = 'Filename Change';
RsDirectoryNameChange = 'Directory Name Change';
RsAttributesChange = 'Attributes Change';
RsSizeChange = 'Size Change';
RsWriteChange = 'Write Change';
RsSecurityChange = 'Security Change';
RsEFmtCannotChangeName = 'Cannot change %s when active';
RsEFmtInvalidPath = 'Invalid or empty path (%s)';
RsEFmtMaxCountExceeded = 'Maximum of %d items exceeded';
RsEFmtInvalidPathAtIndex = 'Invalid or empty path ("%0:s") at index %1:d';
RsENotifyErrorFmt = '%0:s:' + sLineBreak + '%1:s';
//=== JvChart.pas ============================================================
resourcestring
RsChartDesigntimeLabel = ': JEDI JVCL Charting Component';
RsNoData = 'No data. (Data.ValueCount=0)';
RsGraphHeader = 'Graph Header';
RsCurrentHeaders = 'Current Header: %s';
RsXAxisHeaders = 'X Axis Header: %s';
RsGraphScale = 'Graph Scale';
RsYAxisScales = 'Y Axis Scale: %s';
RsNoValuesHere = 'No values here!';
RsNA = ' n/a ';
RsEDataIndexCannotBeNegative = 'Data: index cannot be negative';
RsEPenIndexInvalid = 'Data: pen index invalid/out of range.';
RsEDataIndexTooLargeProbablyAnInternal = 'Data: index too large. Probably an internal error';
RsEGetAverageValueIndexNegative = 'GetAverageValue: Index negative';
RsESetAverageValueIndexNegative = 'SetAverageValue: Index negative';
RsEChartOptionsPenCountPenCountOutOf = 'JvChart.Options.PenCount - PenCount out of range';
RsEChartOptionsXStartOffsetValueOutO = 'JvChart.Options.XStartOffset - value out of range';
RsEUnableToGetCanvas = 'Unable to get canvas';
//=== JvCheckedMaskEdit.pas ==================================================
resourcestring
RsEBeginUnsupportedNestedCall = 'TJvCustomCheckedMaskEdit.BeginInternalChange: Unsupported nested call!';
RsEEndUnsupportedNestedCall = 'TJvCustomCheckedMaskEdit.EndInternalChange: Unsupported nested call!';
//=== JvClipboardViewer.pas ==================================================
RsClipboardUnknown = 'Cannot display. Data in Clipboard is in an unknown format.';
RsClipboardEmpty = 'Clipboard is empty';
//=== JvClipbrd.pas ==========================================================
resourcestring
RsENoRenderFormatEventGiven = 'No OnRenderFormat was given';
//=== JvColorButton.pas ======================================================
resourcestring
RsOtherCaption = '&Other...';
//=== JvColorCombo.pas =======================================================
resourcestring
RsCustomCaption = 'Custom...';
RsNewColorPrefix = 'Custom';
//=== JvColorProvider.pas ====================================================
resourcestring
RsDelphiConstantNames = 'Delphi constant names';
RsEnglishNames = 'English names';
RsCustomColors = 'Custom colors';
RsStandardColors = 'Standard colors';
RsSystemColors = 'System colors';
RsNoSettings = '(no settings)';
RsESpecifiedMappingError = 'Specified mapping does not belong to the current provider';
RsEAlreadyRegistered = '''%s'' is already registered';
RsENoICR = 'Component does not support IInterfaceComponentReference';
RsENoColProv = 'Component does not support IJvColorProvider';
RsEMappingCollectionExpected = 'Mapping collection expected';
RsEExpectedMappingName = 'Expected mapping name';
RsEExpectedNameMappings = 'Expected name mappings';
RsEInvalidNameMappingSpecification = 'Invalid name mapping specification';
RsEUnknownColor = 'Unknown color ''%s''';
RsEInvalidColor = 'Invalid color (%d)';
RsEItemNotForList = 'Item does not belong to this list';
//=== JvCombobox.pas =========================================================
resourcestring
RsCapSelAll = '&Select all';
RsCapDeselAll = '&Deselect all';
RsENoMoreLength = 'Too many items selected';
//=== JvComputerInfoEx.pas ===================================================
resourcestring
RsEReadOnlyProperty = 'This value is read-only and cannot be changed.';
RsFileTypeString = '%s file';
RsAttrArchiveShortString = 'A';
RsAttrCompressedShortString = 'C';
RsAttrDirectoryShortString = 'D';
RsAttrReadOnlyShortString = 'R';
RsAttrHiddenShortString = 'H';
RsAttrSystemShortString = 'S';
//=== JvContextProvider.pas ==================================================
resourcestring
RsContextItemEmptyCaption = '(no context assigned to this item)';
RsENoContextAssigned = 'No context has been assigned to this item';
RsENoContextItem = 'Specified item is not a context item';
RsENotSupportedIInterfaceComponentReference = 'Component does not support IInterfaceComponentReference';
RsENotSupportedIJvDataProvider = 'Component does not support IJvDataProvider';
//=== JvCreateProcess.pas ====================================================
resourcestring
RsIdle = 'Idle';
RsNormal = 'Normal';
RsHigh = 'High';
RsRealTime = 'RealTime';
RsEProcessIsRunning = 'Cannot perform this operation when process is running';
RsEProcessNotRunning = 'Process is not running';
//=== JvCSVBaseControls.pas ==================================================
resourcestring
RsReplaceExistingDatabase = 'Replace existing database?';
RsCVSDatabase = 'CSV Database';
RsFindText = 'Find Text:';
RsFirstHint = 'First';
RsPreviousHint = 'Previous';
RsFindHint = 'Find';
RsNextHint = 'Next';
RsLastHint = 'Last';
RsAddHint = 'Add';
RsDeleteHint = 'Delete';
RsPostHint = 'Post';
RsRefreshHint = 'Refresh';
RsENoFieldsDefined = 'No fields defined';
//=== JvCsvData.pas ==========================================================
resourcestring
RsErrorRowItem = '<ERROR>';
RsECsvErrFormat = '%0:s: %1:s';
RsECsvErrFormat2 = '%0:s: %1:s (%2:d)';
RsECsvInvalidSeparatorFmt = 'Invalid separator character (%s)';
RsEProblemReadingRow = 'Problem reading row %d';
RsENoRecord = 'No records';
RsENoFieldNamesMatch = 'No field names match in these datasets. CopyFromDataset failed.';
RsETimeTConvError = 'SetFieldData Error - TimeT-to-DateTime conversion error';
RsEFieldTypeNotHandled = 'SetFieldData Error - Field type not handled';
RsEUnableToLocateCSVFileInfo = 'Unable to locate CSV file information for field %s';
RsEPhysicalLocationOfCSVField = 'Physical location of CSV field %s unknown';
RsEInvalidFieldTypeCharacter = 'Invalid field type character: %s';
RsECsvNoRecord = 'No database record';
RsEUnexpectedError = 'Unexpected error parsing CSV Field Definitions';
RsEFieldDefinitionError = 'Field Definition Error. CsvFieldDef, FieldDefs, and file contents must match';
RsEInvalidCsvKeyDef = 'Invalid CsvKeyDef property. InternalInitFieldDefs failed';
RsEInternalErrorParsingCsvKeyDef = 'Internal Error parsing CsvKeyDef. InternalInitFieldDefs failed';
RsEContainsField = 'CsvKeyDef contains field ''%s'' which is not defined. InternalInitFieldDefs failed';
RsEInsertBlocked = 'InternalAddRecord cannot Add. Insert blocked';
RsEPostingHasBeenBlocked = 'Posting to this database has been blocked';
RsEKeyNotUnique = '%s - Key is not unique ';
RsECannotInsertNewRow = 'Cannot insert new row. Insert blocked';
RsECannotPost = 'Cannot post. Not in dsEdit or dsInsert mode';
RsESortFailedCommaSeparated = 'Sort failed. You must give a comma separated list of field names';
RsESortFailedFieldNames = 'Sort failed. Unable to parse field names. ';
RsESortFailedInvalidFieldNameInList = 'Sort failed. Invalid field name in list: %s';
RsEDataSetNotOpen = 'AppendRowString: DataSet is not open (active not set to true)';
RsEErrorProcessingFirstLine = 'Error processing first line of CSV file';
RsEFieldInFileButNotInDefinition = 'ProcessCsvHeaderRow: Field %s found in file, but not in field definitions';
RsECsvFieldLocationError = 'CSV field location error: %s';
RsEFieldNotFound = 'Field %s not found in the data file';
RsECsvStringTooLong = 'CSV string is too long: %s...';
RsEInternalLimit = 'JvCsvData - Internal Limit of MAXCOLUMNS (%d) reached. CSV Data has too many columns';
RsETableNameNotSet = 'TableName not specified';
RsEGetMode = 'Invalid option to GetMode';
RsENoTableName = 'TableName not specified';
RsETableNameRequired = 'LoadFromFile = True, so a TableName is required';
RsEInternalCompare = 'InternalCompare. Nil value detected';
RsEInvalidTableName = 'TJvCustomCsvDataSet.GetFileName - TableName property is not set';
//=== JvCsvParse.pas =========================================================
resourcestring
RsEInvalidHexLiteral = 'HexStrToInt: Invalid hex literal';
//=== JvCursor.pas ===========================================================
resourcestring
RsCurExtension = 'cur';
RsCurDescription = 'Cursor files';
RsCursor = 'Cursor';
RsECursorLoadFromStream = 'LoadFromStream not supported';
RsECursorSaveToStream = 'SaveToStream not supported';
//=== JvDataProvider.pas =====================================================
resourcestring
RsEItemsMayNotBeMovedInTheMainTree = 'Items may not be moved in the main tree';
RsEInvalidIndex = 'Invalid index';
RsEItemCanNotBeDeleted = 'Item cannot be deleted';
RsEContextNameExpected = 'Context name expected';
RsEConsumerStackIsEmpty = 'Consumer stack is empty';
RsEContextStackIsEmpty = 'Context stack is empty';
RsEAContextWithThatNameAlreadyExists = 'A context with that name already exists';
RsECannotCreateAContextWithoutAContext = 'Cannot create a context without a context list owner';
RsEComponentDoesNotSupportTheIJvDataPr = 'Component does not support the IJvDataProvider interface';
RsEComponentDoesNotSupportTheIInterfac = 'Component does not support the IInterfaceComponentReference interface';
RsEYouMustSpecifyAProviderBeforeSettin = 'You must specify a provider before setting the context';
RsEProviderHasNoContextNameds = 'Provider has no context named "%s"';
RsEProviderDoesNotSupportContexts = 'Provider does not support contexts';
RsETheSpecifiedContextIsNotPartOfTheSa = 'The specified context is not part of the same provider';
RsEYouMustSpecifyAProviderBeforeSettin_ = 'You must specify a provider before setting the item';
RsEItemNotFoundInTheSelectedContext = 'Item not found in the selected context';
RsEViewListOutOfSync = 'ViewList out of sync';
RsEProviderIsNoIJvDataConsumer = 'Provider property of ''%s'' does not point to a IJvDataConsumer';
RsEComponentIsNotDataConsumer = 'Component ''%s'' is not a data consumer';
RsECannotAddNil = 'Cannot add a nil pointer';
RsEConsumerNoSupportIJvDataConsumerClientNotify =
'Consumer does not support the ''IJvDataConsumerClientNotify'' interface';
RsENotifierNoSupprtIJvDataConsumer = 'Notifier does not support the ''IJvDataConsumer'' interface';
RsEExtensibleIntObjDuplicateClass = 'Implementation of that class already exists';
RsEExtensibleIntObjCollectionExpected = 'Expected collection';
RsEExtensibleIntObjClassNameExpected = 'Missing ClassName property';
RsEExtensibleIntObjInvalidClass = 'Invalid class type';
RsEDataProviderNeedsItemsImpl = 'Cannot create a data provider without an IJvDataItems implementation';
//=== JvDatePickerEdit.pas ===================================================
resourcestring
RsDefaultNoDateShortcut = 'Alt+Del';
RsEMustHaveADate = '%s must have a date!';
//=== JvDateTimePicker.pas ===================================================
resourcestring
RsNoneCaption = '(none)';
//=== JvDBActions.pas, JvDynControlEngineDBTools.pas =========================
resourcestring
RsDBPosDialogCaption = 'Change Current Record Position';
RsDBPosCurrentPosition = 'Current Position';
RsDBPosNewPosition = 'New Position';
RsDBPosMovementType = 'Movement Type';
RsDBPosAbsolute = 'Absolute';
RsDBPosBackward = 'Backward';
RsDBPosForward = 'Forward';
RsDBPosPercental = 'Percental';
RsSRWPostButtonCaption = '&Post';
RsSRWCancelButtonCaption = '&Cancel';
RsSRWCloseButtonCaption = 'C&lose';
//=== JvDBControls.pas =======================================================
resourcestring
RsInactiveData = 'Closed';
RsBrowseData = 'Browse';
RsEditData = 'Edit';
RsInsertData = 'Insert';
RsSetKeyData = 'Search';
RsCalcFieldsData = 'Calculate';
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -