⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 jedilocalstr.pas

📁 大家是不是为不知道如何在VB学到绝地程序
💻 PAS
字号:
{***************************************************************
 *
 * Unit Name   : JediLocalStr
 * Version     :
 * Date        : 2000-1-5 19:42:09
 * Purpose     :  International Resource String for JediEdit
 * Author      : riceball (teditor@mailroom.com)
 * Copyright(C): 2000 by riceball
 * History     :
 *
 ****************************************************************}

unit JediLocalStr;

interface
resourcestring
  {OptionsDlg}
  sAddTemplateCaption      = 'Add';
  sInputShortCutPrompt     = 'Input Shortcut:';
  sEditShortcutCaption     = 'Modify Shortcut';
  sTimeAMString            = 'AM';
  sTimePMString            = 'PM';
  sMonday                  = 'Monday';
  sTuesday                 = 'Tuesday';
  sWednesday               = 'Wednesday';
  sThursday                = 'Thursday';
  sFriday                  = 'Friday';
  sSaturday                = 'Saturday';
  sSunday                  = 'Sunday';
  sExpandErrPrompt         = 'This ID is not Found, Delete this line?';
  sExpandErrCaption        = 'Expand Text Error';


  {MainEdit}
  sNormalSelection         = 'Normal';
  sColumnSelection         = 'Column';
  sLineSelection           = 'Line';
  sInsertMode              = 'Insert';
  sOverwriteMode           = 'Overwrite';
  SWarningText             = 'Save to''%s''?';
  sNoFileExist             = 'The file ''%s'' is not exist';
  sFileExist               = 'The file ''%s '' is exist, overwrite?';
  sAlreadyModified         = 'Modified';
  sGotoCaption             = 'Goto';
  sGotoPrompt              = 'Please input line number:';
  sGotoHexPrompt           = 'Please input file position(prefix "0x" or "$" means hex):';
  sInvalidPos              = 'Invalid position';
  sFindHexCaption          = 'Find:';
  sFindHexPrompt           = 'prefix "t", search ASCII, prefix "T", ignore case, else search hex';
  sNotFound                = 'Data not found';
  sTitle                   = 'Title';
  sPrintDateTime           = 'Printing Date/Time';
  sPageNumber              = 'Page Number';
  sPrintBy                 = 'Print by';
  sCollaspeCaption         = 'Collaspe';
  sCollaspeHint            = 'Collaspe Text';
  sExpandCaption           = 'Expand';
  sExpandHint              = 'Expand Text';
  DefaultFileName          = 'Untitled';

  {EditModule}
  sNone                    = '[None]';
  sAllSuportFile           = 'All Suported Files';
  sAllFile                 = 'All Files';

  {GrepResults}
  SProcessing              = 'Processing';
  SNoFileOpen              = 'No file is currently open';
  SGrepActive              = 'A Grep search is currently active; either abort it or wait until it is finished.';
  SGrepStatistics          = '%d files in %g seconds';
  SMatches                 = ' matches';
  SCouldNotOpenFile        = 'Could not open file:';
  SItemMatches             = 'Matches:';

implementation

end.

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -