home *** CD-ROM | disk | FTP | other *** search
/ PC World 2002 May / PCWorld_2002-05_cd.bin / Software / TemaCD / pspad / Lang / English.INI < prev    next >
Encoding:
INI File  |  2002-03-29  |  19.6 KB  |  571 lines

  1. ; Localization for PSPad text editor
  2. ; http://fiala.web.wo.cz
  3. ; pspad@wo.cz
  4. ;
  5. [Action List]
  6. aRedo_Caption=Redo
  7. aRedo_Hint=Redo last undo
  8. aOpen_Caption=Open...
  9. aOpen_Hint=Open selected file(s)
  10. aUndo_Caption=Undo
  11. aUndo_Hint=Undo last change
  12. aCut_Caption=Cu&t
  13. aCut_Hint=Cut selected text to clipboard
  14. aExit_Caption=Exit
  15. aExit_Hint=Exit PSPad
  16. aCopy_Caption=&Copy
  17. aCopy_Hint=Copy selected text to clipboard
  18. aPaste_Caption=&Paste
  19. aPaste_Hint=Insert clipboard text to cursor position
  20. aSave_Caption=Save
  21. aSave_Hint=Save file
  22. aSaveAs_Caption=Save as...
  23. aSaveAs_Hint=Save open file as file
  24. aNew_Caption=New
  25. aNew_Hint=Create new file
  26. aPrint_Caption=Print
  27. aPrint_Hint=Print open file
  28. aPrintSetup_Caption=Printer settings...
  29. aDelete_Caption=Delete
  30. aDelete_Hint=Delete selected text
  31. aInserFile_Caption=Insert from file...
  32. aInserFile_Hint=Insert from file to cursor position
  33. aSelectAll_Caption=Select all
  34. aSelectAll_Hint=Mark all text as selected
  35. aFind_Caption=Find...
  36. aFind_Hint=Text search
  37. aFindNext_Caption=Find next
  38. aFindNext_Hint=Search text for next occurence
  39. aReplace_Caption=Replace...
  40. aReplace_Hint=Replace text with other one
  41. aLineNum_Caption=Line number
  42. aLineNum_Hint=Show / hide line number
  43. aSyntax_Caption=Syntax
  44. aSyntax_Hint=Show / hide syntax
  45. aFont_Caption=Font...
  46. aFont_Hint=Font change
  47. aExport_Caption=Export...
  48. aExport_Hint=Export text as RTF or HTML format
  49. aExpClipRTF_Caption=Export to clipboard as RTF
  50. aExpClipRTF_Hint=Export all file or selected block to clipboard as RTF
  51. aSyntaxChange_Caption=Change syntax...
  52. aSyntaxChange_Hint=Change syntax highlight to selected
  53. aAbout_Caption=About...
  54. aAbout_Hint=Info about program PSPad
  55. aReOpen_Caption=Reopen
  56. aReOpen_Hint=Reopen active file
  57. aRegistr_Caption=Programm settings...
  58. aRegistr_Hint=Change program settings
  59. aExpClipHTML_Caption=Export to clipboard as HTML
  60. aExpClipHTML_Hint=Export all file or selected block to clipboard as HTML
  61. aWordWrap_Caption=Wrap lines
  62. aWordWrap_Hint=Wrap lines to show all text in program window
  63. aGotoLine_Caption=Goto line...
  64. aGotoLine_Hint=Jump to selected line
  65. aASCII_Caption=&ASCII table...
  66. aASCII_Hint=Open ASCII table
  67. aLowerCase_Caption=To lower case
  68. aLowerCase_Hint=Change char case to lower
  69. aUpperCase_Caption=To upper case
  70. aUpperCase_Hint=Change char case to upper
  71. aCapitalize_Caption=Capitalize
  72. aCapitalize_Hint=Change char case to capital
  73. aWWW_Caption=Program homepage
  74. aWWW_Hint=Connect to program homepage
  75. aHTMLReformat_Caption=Reformat HTML code
  76. aHTMLReformat_Hint=Reformat HTML code to better look and read
  77. aQuote_Caption=Insert text on lines begin
  78. aQuote_Hint=Insert input text on each line start
  79. aUnQuote_Caption=Remove quoting
  80. aUnQuote_Hint=Remove from line begin char ">" in selected block
  81. aHTMLCompress_Caption=Compress HTML code
  82. aHTMLCompress_Hint=Compress HTML code without page change
  83. aShellOpen_Caption=Open with
  84. aShellOpen_Hint=Open active file in external programm
  85. aPrintPrev_Caption=Print preview
  86. aPrintPrev_Hint=Print preview
  87. aAllToASCII_Caption=Remove diakritic
  88. aAllToASCII_Hint=Remove diakritical marks
  89. aClose_Caption=Close
  90. aClose_Hint=Close active file
  91. aSelectNext_Caption=Next window
  92. aSelectNext_Hint=Goto next file
  93. aSelectPrew_Caption=Previous window
  94. aSelectPrew_Hint=Goto previous file
  95. aSysEdit_Caption=System files
  96. aSysEdit_Hint=System file editor: Autoexec.BAT, Config.SYS, System.INI a Win.INI
  97. aToolBar_Caption=Toolbar
  98. aToolBar_Hint=Show / hide toolbar
  99. aIncSearch_Caption=Incremental search
  100. aIncSearch_Hint=Incremental search
  101. aGUID_Caption=Insert GUID
  102. aGUID_Hint=Insert GUID to cursor positon
  103. aDateTime_Caption=Insert date time
  104. aDateTime_Hint=Insert date time
  105. aDateTimeDialog_Caption=Date time dialog...
  106. aFindPrev_Caption=Find previous
  107. aFindPrev_Hint=Search text to find previous occurence
  108. aBlockToTemplate_Caption=Template from block
  109. aBlockToTemplate_Hint=Create template from selected text
  110. aSaveAll_Caption=Save all
  111. aSaveAll_Hint=Save changes in all open files
  112. aCloseAll_Caption=Close all
  113. aCloseAll_Hint=All open files will be closed
  114. aIndent_Caption=Indent block
  115. aIndent_Hint=Indent block
  116. aUnIndent_Caption=UnIndent block
  117. aUnIndent_Hint=UnIndent block
  118. aSendToDisk_Caption=Save to drive A:
  119. aSendToDisk_Hint=Save open file right to drive A:
  120. aMailContents_Caption=As e-mail contents
  121. aMailContents_Hint=Create new e-mail with open file as contents
  122. aMailFile_Caption=As e-mail attachment
  123. aMailFile_Hint=Create new e-mail with open file as attachment
  124. aLockWindows_Caption=Lock scrolling
  125. aLockWindows_Hint=Both windows will scroll together
  126. aLockLineNum_Caption=Synchronize with line number
  127. aRemoveBlankLines_Caption=Remove blank lines
  128. aTagToLowercase_Caption=Tags to lowercase
  129. aTagToUpperCase_Caption=Tags to uppercase
  130. aTagToLowercase_Hint=Change HTML tag case to lowercase
  131. aTagToUpperCase_Hint=Change HTML tag case to uppercase
  132. aRemoveTags_Caption=Remove HTML tags
  133. aRemovetags_Hint=Create new TXT file with text only without tags
  134. aColorSelect_Caption=Color dialog
  135. aColorSelect_Hint=Open dialog for color selection
  136. aSort_Caption=Sort...
  137. aPageSetup_Caption=Page setup...
  138. aShowSpecChar_Caption=Nonprinted chars
  139. aShowSpecChar_Hint=Show / hide chars like spaces, line ends...
  140. aRemoveSpaces_Caption=Remove spaces...
  141. aRemoveSpaces_Hint=Open dialog for remove spaces
  142. aSetMain_Caption=Main file
  143. aInsertText_Caption=Insert text to lines...
  144. aRollBar_Caption=Ruller
  145. aReadOnly_Caption=Read only
  146. aReadOnly_Hint=Set document as ReadOnly
  147. aMakroStop_Caption=Stop record
  148. aMakroStop_Hint=Stop macro recording
  149. aMakroPlay_Caption=Play macro
  150. aMakroPlay_Hint=Play recorded macro
  151. aMakroRecord_Caption=Start record
  152. aMakroRecord_Hint=Start macro recording
  153. aMakroOpen_Caption=Load macro
  154. aMakroSave_Caption=Save macro
  155. aProjNew_Caption=New project
  156. aProjNew_Hint=Open new project
  157. aProjSave_Caption=Save project
  158. aProjSave_Hint=Save open project
  159. aProjShow_Caption=Project tree
  160. aProjShow_Hint=Show / hide project tree
  161. aProjOpen_Caption=Open project
  162. aProjOpen_Hint=Open existing project
  163. aAddFolder_Caption=Add folder
  164. aAddFolder_Hint=Add folder
  165. aDelFolder_Caption=Delete folder
  166. aDelFolder_Hint=Delete folder
  167. aAddFile_Caption=Add file to project
  168. aAddFile_Hint=Add file to project
  169. aRemoveFile_Caption=Remove file from project
  170. aRemoveFile_Hint=Remove file from project
  171. aProjFolderOpen_Caption=Open folder files
  172. aProjFolderClose_Caption=Close folder files
  173. aProjMainFile_Caption=Set file as main
  174. aProjClose_Caption=Hide project
  175. aProjClose_Hint=Hide project
  176. aFilesSearch_Caption=Search in files
  177. aFilesSearch_Hint=Search and replace in files
  178. aHexDump_Caption=Hexdump
  179. aHexDump_Hint=Show hexdump of open file
  180. aMarkList_Caption=Bookmark list
  181. aMarkList_Hint=Bookmark list
  182. aProjSwitch_Caption=Switch view
  183. aProjSwitch_Hint=Switch view to project / files
  184. aHLSett_Caption=Highlighter settings...
  185. aUserHL_Caption=User highlighter...
  186. aCompile_Caption=Compile
  187. aCompile_Hint=Runs external compilator to compile file
  188. aLogWindow_Caption=Show/hide LOG window
  189. aAddFilesToFolder_Caption=Add files...
  190. aInvertCase_Caption=Invert case
  191. aStayOnTop_Caption=Stay on top
  192. aHexView_Caption=Hexa edit
  193. aOpenHex_Caption=Open in &HEXA editor
  194. aReformat_Caption=Reformat text
  195. aReformat_Hint=Reformat marked block of text with right edge settings
  196. aTabToSpaces_Caption=Convert tabs to spaces
  197. aTabToSpaces_Hint=Converts all tabs to spaces
  198. aKeyToUpper_Caption=Keywords to upper case
  199. aKeyToLower_Caption=Keywords to lower case
  200. aMakroEdit_Caption=Edit macro
  201. aMakroCompile_Caption=Compile macro
  202. aSaveSameTime_Caption=Save without timestamp change
  203. aComment_Caption=Add comment
  204. aUnComment_Caption=Remove comment
  205. aClipMon_Caption=Clipboard monitor
  206. aHTMLSelTag_Caption=Select TAG
  207. aCodeFormat_Caption=Code format...
  208. aBugReport_Caption=Error report
  209. aBaseCalc_Caption=Numeric base calculator...
  210. aFindWord_Caption=Next occurence of current word
  211. aFindPrevWord_Caption=Previous occurence of current word
  212. aOpenCopy_Caption=Open with name
  213. aHTMLPrev_Caption=HTML page preview
  214. aHexOffset_Caption=Hexa offset
  215.  
  216. [Main Menu]
  217. mFile_Caption=File
  218. mEdit_Caption=Edit
  219. mView_Caption=View
  220. mFormat_Caption=Format
  221. mTools_Caption=Tools
  222. mHelp_Caption=Help
  223. mShellOpen_Caption=Open with
  224. mOpenRecent_Caption=Open recent
  225. mInsertSpecial_Caption=Insert special
  226. mCharCase_Caption=Char case change
  227. mCPAuto_Caption=Auto detect CP
  228. mCP1250_Caption=Windows (CP1250)
  229. mCP852_Caption=Latin II (CP852)
  230. mCP895_Caption=Kamenickych (CP895)
  231. mCPISO_Caption=ISO 8859-2
  232. mEditTemplate_Caption=Edit template
  233. mQuoting_Caption=Quoting
  234. mHTML_Caption=HTML
  235. mHelpContents_Caption=Help
  236. mHelpFAQ_Caption=FAQ
  237. mHelpChanges_Caption=History
  238. mSend_Caption=Send
  239. mWindow_Caption=Window
  240. mUserShortCut_Caption=Template hotkeys
  241. mPanels_Caption=Toolbars
  242. mEditPanel_Caption=Edit
  243. mMainPanel_Caption=Main 
  244. mViewPanel_Caption=Look 
  245. mControlPanel_Caption=Control
  246. mAllPanels_Caption=Show all
  247. mNoPanels_Caption=Hide all
  248. mActLine_Caption=Active line
  249. mLineOperation_Caption=Lines manipulation
  250. mSetBookMark_Caption=Create bookmark
  251. mGotoBookMark_Caption=Goto bookmark
  252. mFind_Caption=Search
  253. mBlockKind_Caption=Selection type
  254. mBlockCol_Caption=Column selection
  255. mBlockNormal_Caption=Normal selection
  256. mBlockLine_Caption=Line selection
  257. mProject_Caption=Projects
  258. mMacro_Caption=Macro
  259. mFileFormat_Caption=File format
  260. mFilesAll_Caption=All files
  261. mFilesKnown_Caption=Known files
  262. mConvert_Caption=Text conversion
  263. mLangHelp_Caption=Help for language
  264.  
  265. [General Strings]
  266. rs_AllFiles=All files
  267. rs_Syntax=Syntax:
  268. rs_SaveFileChangesQuestion=Save changes made in file ?
  269. rs_ReplaceStringQuestion=Replace this occurence ?
  270. rs_CannotOpenFile=Cannot open file %s
  271. rs_FileWasChangedQuestion=File contents was changed. Reload ?
  272. rs_LastOpenFileNotFound=Can't locate files, open last time program run:
  273. rs_FillTemplateName=Please, fill template name
  274. rs_FillTemplateHint=Please, fill template description
  275. rs_FillTemplateContents=Template contents cann't be empty
  276. rs_Error=Error
  277. rs_Question=Question
  278. rs_Warning=Warning
  279. rs_Exclamation=Exclamation
  280. rs_NewFile=New
  281. rs_Changed=Modified
  282. rs_OverWrite=Overwrite
  283. rs_Insert=Insert
  284. rs_ExportAs=Export as
  285. rs_FileWillBeExportAs=Export file %s as %s
  286. rs_CodePage=Code page:
  287. rs_WinExec_NoResources=The system is out of memory or resources
  288. rs_WinExec_BadFormat=The .EXE file is invalid (non-Win32 .EXE or error in .EXE image)
  289. rs_WinExec_FileNotFound=The specified file was not found
  290. rs_WinExec_PathNotFound=The specified path was not found
  291. rs_WinExec_ExecError=Error executing external application
  292. rs_WinExec_BadCommandFormat=Bad command line format for external application
  293. rs_SystemFolders=Cann't locate system directories
  294. rs_Programs=Applications
  295. rs_Page=Page:
  296. rs_Char=Char
  297. rs_ASCIITable=ASCII table
  298. rs_ASCIITitleLine=ASCII table      code page Windows 1250      printed by PSPad editor
  299. rs_Replace=Replace
  300. rs_Find=Find
  301. rs_All=&All
  302. rs_OK=&OK
  303. rs_Cancel=&Cancel
  304. rs_Options=Options
  305. rs_Direction=Direction
  306. rs_Scope=Scope
  307. rs_Apply=Apply
  308. rs_LineNumber=LineNumber
  309. rs_RowNumber=RowNumber
  310. rs_DiskNotReady=Disk drive not ready
  311. rs_MailNotSend=E-mail was not send
  312. rs_FileHint1=With left button you choose file
  313. rs_FileHint2=Right button show/hide second file
  314. rs_FileHint3=With draging you can simply change file order
  315. rs_Bookmark=Bookmark
  316. rs_Default=Default
  317. rs_Project=New project
  318. rs_Folder=Folder
  319. rs_FolderExists=Folder "%s" already exists. Enter new name.
  320. rs_ProjNotSaved=Project "%s" was changed. Save project ?
  321. rs_CloseAllFiles=Close all open files ?
  322. rs_ReplFilesQuestion=Really replace all occurences of "%s" with "%s" ?
  323. rs_CompError=Error occured during compilator run. Do you want change compilator setting ?
  324. rs_NoFind=Next occurence of "%s" not found.
  325. rs_Asterisk=Info
  326. rs_Close=Close
  327. rs_replaced=Searched expression "%s" was replaced %dx
  328. rs_Up=Up
  329. rs_Down=Down
  330.  
  331. [Find Replace]
  332. rForward_Caption=&Forward
  333. rBackward_Caption=&Backward
  334. rAllText_Caption=&Global
  335. rSelectedText_Caption=&Selected text
  336. cCaseSensitive_Caption=Case sensitive
  337. cWholeWord_Caption=Whole words only
  338. cAskReplace_Caption=Prompt on replace
  339. rEntireScope_Caption=Entire scope
  340.  
  341. [About dialog]
  342. FormCaption=About PSPad editor
  343. lInfosDescr_Caption=- IS for drink producers && distributors
  344. lPSPadVer_Caption=Programm version:
  345. lAuthor_Caption=Author:
  346. lAdress_Caption=Address:
  347. lEmail_Hint=You can send me e-mail with doubleclick
  348. lWWW_Hint=You can visit program homepage with doubleclick
  349.  
  350. [Print Preview]
  351. FirstCmd_Hint=First page
  352. PrevCmd_Hint=Previous page
  353. NextCmd_Hint=Next page
  354. LastCmd_Hint=Last page
  355. ZoomCmd_Hint=Zoom
  356. aColorPrint_Hint=Color print
  357. Fitto_Caption=Fit to page
  358. PageWidth_Caption=Page width
  359. OriginalSize_Caption=100%
  360. bExit_Hint=Exit preview
  361.  
  362. [Template]
  363. FormCaption=New template
  364. lTemplateName_Caption=Template name
  365. lTemplateDescr_Caption=Template description
  366. lTemplateContents_Caption=Template contents
  367. lHotKey_Caption=Short cut
  368.  
  369. [Settings]
  370. gbAssociate_Caption=System integration
  371. cTXTFile_Hint=Replace TXT association from Notepad to PSPad
  372. cTXTFile_Caption=Open &TXT files
  373. cOperaBrowser_Hint=Set as viewer for HTML source in OPERA browser
  374. cOperaBrowser_Caption=HTML viewer in OPERA
  375. cWinCommander_Hint=Set as default editor for Wincommander
  376. cWinCommander_Caption=Win Commander editor
  377. cAllFile_Hint=Open any file with PSPad with right mouse button
  378. cAllFile_Caption=Integrate with right mouse
  379. cIEBrowser_Hint=Set as viewer for HTML source in IE
  380. cIEBrowser_Caption=HTML viewer in IE 5+
  381. cIEEditor_Hint=Set as HTML editor in Internet Explorer
  382. cIEEditor_Caption=HTML editor for IE
  383. gbColor_Caption=General color
  384. lForeColor_Caption=Font color
  385. lBackColor_Caption=Background
  386. cbMainForeColor_Hint=General font color
  387. cbMainBackColor_Hint=General background color
  388. gbMisc_Caption=Miscelaneous
  389. lLanguage_Caption=Language:
  390. cColorPrint_Hint=Print syntax in color
  391. cColorPrint_Caption=Color syntax print
  392. cMultiFile_Hint=Open several files in one PSPad instance
  393. cMultiFile_Caption=Multifile editor
  394. cSaveWork_Hint=Remember open files and open it in next PSPad run
  395. cSaveWork_Caption=Save work
  396. cScrollPastEOL_Hint=Scroll past end of line
  397. cScrollPastEOL_Caption=Scroll pas EOL
  398. gbRightEdge_Caption=Right edge
  399. lEdgePos_Caption=Position
  400. eRightBorder_Hint=Right edge line position
  401. lEdgeColor_Caption=Color
  402. cbRightEdgeColor_Hint=Right edge line color
  403. lAttrFontColor_Caption=Font color
  404. lAttrBackColor_Caption=Background
  405. cBold_Caption=&Bold
  406. cItalic_Caption=&Italic
  407. cUnderLine_Caption=&Underline
  408. lFileExt_Caption=File masks, delimited by "," (example: *.PAS,*.DFM,*.DPR)
  409. lExtCommand1_Caption=External application command lines 
  410. lExtCommand2_Caption=Every application on separate line. %s instead file name. Command line format: 
  411. lExtCommand3_Caption=Menu_name,"application_name" params "%s"
  412. lExtCommand4_Caption=Example:    Opera,"C:\Program Files\Opera\Opera.exe" "%s"
  413. bAddProgram_Hint=Open dialog for choose application and put selected aplication into list
  414. bAddProgram_Caption=&Add application
  415. lCurLine_Caption=Current line
  416. cRecentFiles_Caption=Save recent
  417. cRecentFiles_Hint=Save history of open files
  418. lTabWidth_Caption=Tab width
  419. cRealTabs_Caption=Real tabs
  420. cRealTabs_Hint=Into text will be put real TAB char
  421. cSmartTabs_Caption=Smart tabs
  422. cSmartTabs_Hint=Tab width depend on previous line
  423. cAutoIndent_Caption=Auto indent
  424. cAutoIndent_Hint=After ENTER text will be indent as previous line
  425. cSplitHorizont_Caption=Split windows horizontal
  426. cSplitHorizont_Hint=Default windows split
  427. gbLanguage_Caption=Language
  428. cFileBar_Caption=Hide file panel
  429. cFileBar_Hint=File panel will be hided with only one file open
  430. gbEditor_Caption=Editor settings
  431. cALTColumn_Caption=ALT sets column mode
  432. cBackUp_Caption=BackUp copy of files
  433. cProjHints_Caption=Whole project filename
  434. cResetCP_Caption=All open in CP 1250
  435. cALTColumn_Hint=Mouse with ALT key sets column mode
  436. cProjHints_Hint=Shiw whole filename in poject in hints
  437. cResetCP_Hint=All files open in CP 1250
  438. cTrayEnabled_Caption=Minimize to tray icon
  439. cTrayEnabled_Hint=Minimize PSPad to tray icon
  440. lAutoReplace_Caption=Replace:
  441. lAutoWith_Caption=With:
  442. aAddItem_Caption=&Add
  443. aDelItem_Caption=&Delete
  444. aEditItem_Caption=&Edit
  445. cBackUp_Hint=PSPad will make backup copy of changed files
  446. lAutoSave_Caption=Autosave [min]:
  447. cRMouseNotMove_Caption=Right mouse doesn't move cursor
  448. cRMouseNotMove_Hint=Right mouse click doesn't change cursor position
  449. gbHexaEdit_Caption=Open in HEXA editor
  450. cSaveFileState_Caption=Remember file state
  451. cSaveFileState_Hint=Remember file state for future opening
  452. lMaxLineLen_Caption=Max line length:
  453. lStartDir_Caption=Starting directory for open file:
  454. cFileBarUpper_Caption=File panel higher project
  455. TabAsoc_Caption=System
  456. TabAutoCorrect_Caption=Autocorrect
  457. TabGeneral_Caption=&Programm
  458. TabColor_Caption=&Editor
  459. cHTMLMulti_Caption=Enable HTML multihighlighter
  460. cWrapWithEdge_Caption=Wrap with right edge
  461. cWrapWithEdge_Hint=Lines will be wraped with right edge settings
  462. cLineNumFont_Caption=Narrow font for line numbers
  463. lbackUpDir_Caption=Folder for file backup:
  464.  
  465. [HTML color dialog]
  466. rSafeColor_Caption=Safe colors
  467. r16Color_Caption=16 colors
  468. rGrayColor_Caption=Gray scale
  469.  
  470. [Sort dialog]
  471. rAscending_Caption=Ascending
  472. rDescending_Caption=Descending
  473. cCharCaseDiff_Caption=Case sensitive
  474. cColumn_Caption=Specify column
  475. gbDirection_Caption=Direction
  476. gbAdvanced_Caption=Advanced
  477. lColBegin_Caption=Column begin
  478. lColEnd_Caption=Column end
  479.  
  480. [Page setup dialog]
  481. cMirrorMargin_Caption=Mirror margins
  482. cHeaderShadow_Caption=Header shadow
  483.  
  484. [Remove Spaces dialog]
  485. cBegin_Caption=From lines begin
  486. cEnd_Caption=From lines end
  487. cInside_Caption=Inside text
  488.  
  489. [DateTime dialog]
  490. lDate_Caption=Date:
  491. lTime_Caption=Time:
  492. bAdd_Caption=&Add
  493. bDelete_Caption=&Delete
  494. bReplace_Caption=&Replace
  495.  
  496. [Find in files]
  497. tabFind_Caption=Settings
  498. tabResult_Caption=Results
  499. gbFindScope_Caption=Search scope
  500. rProjectFiles_Caption=projet files
  501. rOpenFiles_Caption=open files
  502. rDirectoryFiles_Caption=selected directory
  503. cSubdirectories_Caption=include subdirectories
  504. cReplaceText_Caption=replace with text:
  505. cCaseSensitive_Caption=case sensitive
  506. lSearchMasks_Caption=File masks:
  507. lSearchText_Caption=Text to find:
  508. aOpenDirectory_Caption=Select directory
  509. aOpenDirectory_Hint=Select directory
  510. aTreeExpand_Caption=Expand all
  511. aTreeExpand_Hint=Expand all
  512. aTreeCollapse_Caption=Collapse all
  513. aTreeCollapse_Hint=Collapse all
  514. cWholeWord_Caption=whole words only
  515.  
  516. [User Highlighter]
  517. FormCaption=User highlighter definition
  518. bLoad_Caption=&Load
  519. bSave_Caption=&Save
  520. lKeyWords_Caption=Key words
  521. lResWords_Caption=Reserved words
  522. lGeneralName_Caption=Name
  523. lMasks_Caption=File types, comma delimited
  524. gbComment_Caption=Comment style
  525. gbStrings_Caption=Strings
  526. rSingleQuote_Caption=Single quote
  527. rDoubleQuote_Caption=Double quote
  528. cPreprocessors_Caption=Preprocessors
  529.  
  530. [Highlighters settings]
  531. FormCaption=Highlighters settings
  532. TabColor_Caption=&Colors
  533. lAttrFontColor_Caption=Font color
  534. lAttrBackColor_Caption=Background
  535. cBold_Caption=&Bold
  536. cItalic_Caption=&Italic
  537. cUnderLine_Caption=&Underline
  538. TabExtension_Caption=&Filters
  539. TabExtProgs_Caption=&External applications
  540. TabCompil_Caption=C&ompilator
  541. lLangName_Caption=Filter name:
  542. lExtension_Caption=File masks:
  543. lUserHL_Caption=User highlighters:
  544. lProgName_Caption=Name:
  545. lProgFile_Caption=Application:
  546. lProgParam_Caption=Parameters:
  547. lProgList_Caption=Application list:
  548. bAdd_Caption=&Add
  549. bDel_Caption=&Delete
  550. bEdit_Caption=&Edit
  551. lCompFile_Caption=Compilator:
  552. lCompParam_Caption=Parameters:
  553. lCompLog_Caption=LOG file:
  554. lCompRun_Caption=Run after compilation:
  555. lHelp1_Caption=%File% - full file name with directory
  556. lHelp2_Caption=%Dir% - directory part
  557. lHelp3_Caption=%Name% - name part
  558. lHelp4_Caption=%Ext% - extension part
  559.  
  560. [FindHex dialog]
  561. lFindText_Caption=Find:
  562. rAsHexa_Caption=Search for hexa
  563. rAsText_Caption=Text search
  564. cIgnoreCase_Caption=Ignore char case
  565.  
  566. [GotoHex dialog]
  567. rFromBegin_Caption=&From file begining
  568. rFromCurrent_Caption=F&rom cursor position
  569. lBytes_Caption=B&ytes:
  570.  
  571.