📄 jvqdsgnconsts.pas
字号:
//=== JVHLEditEditor.pas =====================================================
resourcestring
RsHLEditorMsg = 'Please select "JvHLEditor" first';
RsHLEditorMsgTitle = 'Cannot edit';
RsExecute = 'Execute';
RsJvHLEdPropDlgIni = 'JvHLEdPropDlg.ini';
//=== { TJvIconListForm.pas } ================================================
resourcestring
RsLoadIcon = 'Load Icon';
//=== JvID3v2EditorForm.pas ==================================================
resourcestring
RsfiErrorFrame = 'Error';
RsfiPaddingFrame = 'Padding';
RsfiNoFrame = 'No known frame';
RsfiAudioCrypto = 'Audio encryption';
RsfiPicture = 'Attached picture';
RsfiAudioSeekPoint = 'Audio seek point index';
RsfiComment = 'Comments';
RsfiCommercial = 'Commercial frame';
RsfiCryptoReg = 'Encryption method registration';
RsfiEqualization2 = 'Equalization (2)';
RsfiEqualization = 'Equalization';
RsfiEventTiming = 'Event timing codes';
RsfiGeneralObject = 'General encapsulated object';
RsfiGroupingReg = 'Group identification registration';
RsfiInvolvedPeople = 'Involved people list';
RsfiLinkedInfo = 'Linked information';
RsfiCDID = 'Music CD identifier';
RsfiMPEGLookup = 'MPEG location lookup table';
RsfiOwnership = 'Ownership frame';
RsfiPrivate = 'Private frame';
RsfiPlayCounter = 'Play counter';
RsfiPopularimeter = 'Popularimeter';
RsfiPositionsync = 'Position synchronisation frame';
RsfiBufferSize = 'Recommended buffer size';
RsfiVolumeAdj2 = 'Relative volume adjustment (2)';
RsfiVolumeAdj = 'Relative volume adjustment';
RsfiReverb = 'Reverb';
RsfiSeekFrame = 'Seek frame';
RsfiSignature = 'Signature frame';
RsfiSyncedLyrics = 'Synchronized lyric/text';
RsfiSyncedTempo = 'Synchronized tempo codes';
RsfiAlbum = 'Album/Movie/Show title';
RsfiBPM = 'BPM (beats per minute)';
RsfiComposer = 'Composer';
RsfiContentType = 'Content type';
RsfiCopyright = 'Copyright message';
RsfiDate = 'Date';
RsfiEncodingTime = 'Encoding time';
RsfiPlaylistDelay = 'Playlist delay';
RsfiOrigReleaseTime = 'Original release time';
RsfiRecordingTime = 'Recording time';
RsfiReleaseTime = 'Release time';
RsfiTaggingTime = 'Tagging time';
RsfiInvolvedPeople2 = 'Involved people list';
RsfiEncodedBy = 'Encoded by';
RsfiLyricist = 'Lyricist/Text writer';
RsfiFileType = 'File type';
RsfiTime = 'Time';
RsfiContentGroup = 'Content group description';
RsfiTitle = 'Title/songname/content description';
RsfiSubTitle = 'Subtitle/Description refinement';
RsfiInitialKey = 'Initial key';
RsfiLanguage = 'Language(s)';
RsfiSongLen = 'Length';
RsfiMusicianCreditList = 'Musician credits list';
RsfiMediaType = 'Media type';
RsfiMood = 'Mood';
RsfiOrigAlbum = 'Original album/movie/show title';
RsfiOrigFileName = 'Original filename';
RsfiOrigLyricist = 'Original lyricist(s)/text writer(s)';
RsfiOrigArtist = 'Original artist(s)/performer(s)';
RsfiOrigYear = 'Original release year';
RsfiFileOwner = 'File owner/licensee';
RsfiLeadArtist = 'Lead performer(s)/Soloist(s)';
RsfiBand = 'Band/orchestra/accompaniment';
RsfiConductor = 'Conductor/performer refinement';
RsfiMixArtist = 'Interpreted, remixed, or otherwise modified by';
RsfiPartInSet = 'Part of a set';
RsfiProducedNotice = 'Produced notice';
RsfiPublisher = 'Publisher';
RsfiTrackNum = 'Track number/Position in set';
RsfiRecordingDates = 'Recording dates';
RsfiNetRadioStation = 'Internet radio station name';
RsfiNetRadioOwner = 'Internet radio station owner';
RsfiSize = 'Size';
RsfiAlbumSortOrder = 'Album sort order';
RsfiPerformerSortOrder = 'Performer sort order';
RsfiTitleSortOrder = 'Title sort order';
RsfiISRC = 'ISRC (international standard recording code)';
RsfiEncoderSettings = 'Software/Hardware and settings used for encoding';
RsfiSetSubTitle = 'Set subtitle';
RsfiUserText = 'User defined text information';
RsfiYear = 'Year';
RsfiUniqueFileID = 'Unique file identifier';
RsfiTermsOfUse = 'Terms of use';
RsfiUnsyncedLyrics = 'Unsynchronized lyric/text transcription';
RsfiWWWCommercialInfo = 'Commercial information';
RsfiWWWCopyright = 'Copyright/Legal information';
RsfiWWWAudioFile = 'Official audio file webpage';
RsfiWWWArtist = 'Official artist/performer webpage';
RsfiWWWAudioSource = 'Official audio source webpage';
RsfiWWWRadioPage = 'Official internet radio station homepage';
RsfiWWWPayment = 'Payment';
RsfiWWWPublisher = 'Official publisher webpage';
RsfiWWWUser = 'User defined URL link';
RsfiMetaCrypto = 'Encrypted meta frame';
RsfiMetaCompression = 'Compressed meta frame';
RsMPEG10 = 'MPEG 1.0';
RsMPEG20 = 'MPEG 2.0';
RsMPEGUnknown = '??';
RsMPEG25 = 'MPEG 2.5';
RsLayerUnknown = '??';
RsLayer1 = 'Layer 1';
RsLayer2 = 'Layer 2';
RsLayer3 = 'Layer 3';
RsChannelModeStereo = 'Stereo';
RsChannelModeJointStereo = 'Joint Stereo';
RsChannelModeDualChannel = 'Dual Channel';
RsChannelModeMono = 'Mono';
RsEmphasisNone = 'None';
RsEmphasisMicrosec = '50/15 microsec';
RsEmphasisUnknown = '??';
RsEmphasisCCITTJ17 = 'CCIT J.17';
RsBoolNo = 'No';
RsBoolYes = 'Yes';
RsVbrNo = '';
RsVbrVbr = ' (VBR)';
RsIDV2FileInfoFmt =
'Size: %d bytes' + sLineBreak +
'Header found at: %d bytes' + sLineBreak +
'Length: %d seconds' + sLineBreak +
'%s %s' + sLineBreak +
'%dkbit%s, %d frames' + sLineBreak +
'%dHz %s' + sLineBreak +
'CRCs: %s' + sLineBreak +
'Copyrighted: %s' + sLineBreak +
'Original: %s' + sLineBreak +
'Emphasis: %s';
RsIDV2FileInfoCaption = 'File info';
RsCommit = 'Commit?';
// (rom) from JvConsts.pas
RsID3CommitTag = '&Commit';
RsID3FileInfoTag = 'File &info';
RsID3FrameEditorTag = 'Frame edi&tor';
RsID3RemoveTag = '&Remove tag...';
RsID3RemoveTagConfirmation = 'Remove tag?';
RsID3Err_FileDoesNotExists = 'File %s does not exists';
RsID3Err_NoFileSpecified = 'No file specified';
RsID3Err_NoValidMPEGTag = 'This file has not a valid MPEG tag';
//=== JvIDEZoom.pas ==========================================================
resourcestring
RsZoomEditWindow = 'Zoom Edit Window';
//=== JvImagePreviewForm.pas =================================================
resourcestring
RsPreview = 'Preview';
//=== JvJVCLAboutEditor.pas ==================================================
resourcestring
RsVersions = 'Version %s';
//=== JvLookoutEditor.pas ====================================================
resourcestring
RsAddPage = 'Add page';
RsActivate = 'Activate';
RsAddButton = 'Add Button';
RsScrollUp = 'Scroll Up';
RsScrollDown = 'Scroll Down';
RsAddPage_ = 'Add Page';
//=== JvMailEditor.pas =======================================================
resourcestring
RsSend = 'Send';
RsAddress = 'Address';
//=== JvOutlookBarEditors.pas ================================================
resourcestring
RsOLEditor = 'OutlookBar Editor...';
//=== JvOutlookBarForm.pas ===================================================
resourcestring
RsDesignerIsNilInFormClosed = 'Designer is nil in FormClosed';
RsFmtCaption = 'Editing %s';
RsOutlookBarCaption = 'OutlookBar Editor';
//=== JvPageLinkEditor.pas ===================================================
resourcestring
RsCreateLinkToPaged = 'Create link to page %d';
//=== JvPageListTreeViewReg.pas ==============================================
resourcestring
RsEFmtInterfaceNotSupported = '%s does not support the required interface (%s)';
RsPageListEditorEllipsis = 'Page List Editor...';
RsNextPageAmp = 'Ne&xt Page';
RsPrevPage = '&Previous Page';
RsNewPage = '&New Page';
RsDelPage = '&Delete Page';
//=== JvPageManagerForm.pas ==================================================
resourcestring
RsProxyEditor = 'Edit Proxies...';
RsPageProxies = '%s Page Proxies';
RsProxyName = 'Page Proxy Name';
RsPageName = 'Page Name';
//=== JvPatcherEditor.pas ====================================================
resourcestring
RsDiff = '(diff)';
RsEqual = '(equal)';
//=== JvPictureEditForm.pas ==================================================
resourcestring
RsLoadPicture = 'Load picture';
RsSavePictureAs = 'Save picture as';
//=== JvPluginParamsForm.pas =================================================
resourcestring
RsPluginParamsFormInfoText =
'The settings above will create the following project:' +
sLineBreak + sLineBreak +
'* A project called Plg%0:s.%1:s' + sLineBreak +
'* A unit called Plugin%0:s, containing the data module T%0:s.';
//=== JvPluginWizard.pas =====================================================
resourcestring
RsJvPluginWizard = 'Jv Plugin Wizard';
RsProjects = 'Projects';
RsNewPlugin = 'New Plugin';
RsPrivateDeclarations = '{ Private declarations }';
RsPublicDeclarations = '{ Public declarations }';
RsIMPORTANTNOTEIfYouChangeTheNameOfTh =
'// IMPORTANT NOTE: If you change the name of the Plugin container,' + sLineBreak +
'// you must set the type below to the same type. (Delphi changes' + sLineBreak +
'// the declaration, but not the procedure itself. Both the return' + sLineBreak +
'// type and the type created must be the same as the declared type above.';
RsJediPluginWizard = 'JEDI Plugin Wizard';
RsPluginWizardIDString = 'JVCL.JvPluginWizard';
//=== JvPreviewReg.pas =======================================================
resourcestring
RsCreatePreview = 'Create Preview';
RsClearPreview = 'Clear Preview';
//=== JvScheduleEditorForm.pas ===============================================
resourcestring
RsEInvalidScheduleSettingsFound = 'Invalid schedule settings found.';
RsStop = 'Stop';
RsRun = 'Run';
//=== JvScheduleEditors.pas ==================================================
resourcestring
RsEventEditor = 'Event editor...';
//=== JvScrollMaxEditor.pas ==================================================
resourcestring
RsAddBand = 'Add Band';
//=== JvSegmentedLEDDisplayEditors.pas =======================================
resourcestring
RsAddDigit = 'Add digit';
RsRemoveDigit = 'Remove digit';
RsEditMappingEllipsis = 'Edit mapping...';
//=== JvSegmentedLEDDisplayMappingForm.pas ===================================
resourcestring
RsSegmentedLEDDisplayMappingEditor = 'Segmented LED Display Mapping Editor';
//=== JvSegmentedLEDDisplayMappingForm.pas ===================================
resourcestring
{$IFDEF MSWINDOWS}
RsTextFilter =
'Text files (*.TXT)|*.TXT|Config files (*.SYS;*.INI)|*.SYS;*.INI|Batch files (*.BAT)|*.BAT|All files (*.*)|*.*';
// RsTextFilter = 'Text files (*.txt)|*.txt|Config files (*.sys;*.ini)|*.sys;*.ini|Batch files (*.bat)|*.bat|All files (*.*)|*.*';
{$ENDIF MSWINDOWS}
{$IFDEF UNIX}
RsTextFilter =
'Text files (*.txt)|*.txt|All files (*)|*';
{$ENDIF UNIX}
RsSingleLine = 'Line';
RsMultipleLines = 'Lines';
//=== { TJvSpeedbarForm.pas } ================================================
RsESBItemNotCreate = 'Cannot create a new Speedbar button';
RsConfirmSBDelete = 'Are you sure you want to delete current section?';
RsSpeedbarDesigner = 'Speedbar designer...';
RsNewSectionName = 'Untitled (%d)';
//=== JvTimeFrameworkReg.pas =================================================
resourcestring
RsGridLayout = 'Grid Layout';
RsCustomDraw = 'Custom Draw';
//=== JvTimerListEditor.pas ==================================================
resourcestring
RsEventsEllipsis = 'Events...';
//=== JvTreeItemsEditorForm.pas ==============================================
resourcestring
RsLinksEditorEllipsis = 'Links Editor...';
//=== JvValidatorsEditorForm.pas =============================================
resourcestring
RsJvValidatorsItemsEditorEllipsis = 'JvValidators Items Editor...';
RsJvValidatorItemsEditorEllipsis = 'JvValidator Items Editor...';
//=== JvWizardEditorForm.pas =================================================
resourcestring
RsPageListEllipsis = 'Page List...';
RsNewWelcomePage = 'New Welcome Page';
RsNewInteriorPage = 'New Interior Page';
RsDeletePage = 'Delete Page';
//=== JvXPPropertyEditors.pas ================================================
resourcestring
RsItemEditorEllipsis = 'Item Editor...';
RsDefaultColorItem = 'Restore Default Colors';
RsDefaultFontsItem = 'Restore Default Fonts';
//=== DataProvider design time constants =====================================
resourcestring
RsDataProviderDesignerCaption = 'Editing %s%s...';
RsDataProviderContextManCaption = 'Editing contexts for ''%s''...';
RsDataItemRootID = 'ROOT';
RsDataItemRootCaption = 'Root';
RsDataItemNoTextIntf = 'Item has no text support.';
RsDataItemIDNotFound = 'Item ID "%s" not found!';
RsEDataItemNotFound = 'Item not found.';
RsEDataProviderAddFailed = 'Failed to add a new item.';
RsEDataProviderAddErrorReason = 'unable to add new item; %s.';
RsEDataProviderDeleteErrorReason = 'Unable to delete item; %s.';
RsEDataProviderNoManOrDsgn = 'neither IJvDataItemsManagement nor IJvDataItemsDesigner are supported';
RsEDataProviderNoSubItems = 'item does not support IJvDataItems';
RsEDataProviderNoMan = 'IJvDataItemsManagement is not supported';
//=== not taken into JVCL ====================================================
{
resourcestring
// TJvTimerList component editor
RsEventNotCreate = 'Cannot create a new event';
RsTimerDesigner = 'Edit Events...';
RsTimerEvents = '%s.Events';
}
implementation
end.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -