home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 October / Chip_2004-10_cd1.bin / software / code / setup.exe / English.lng < prev    next >
Encoding:
Text File  |  2003-02-24  |  34.7 KB  |  692 lines

  1. ;  CodePad 3.6 language file
  2. ;  English by ShiCola, ShiCola@seznam.cz
  3. ;
  4. ;  Few rules for translators:
  5. ;  For beginning of translate - copy english.lng into the yourlanguage.lng
  6. ;  Please, translate text only after symbol '='
  7. ;  Please, send me your translations
  8. ;
  9. [Translations]
  10. ;
  11. ; * Main form *
  12. ;
  13. CodePadMainForm                  = CodePad
  14. FileNew                          = &New
  15. FileNewHint                      = New|Create a new document
  16. FileNewHex                       = New &binary
  17. FileNewHexHint                   = New binary|Create a new binary document
  18. FileOpen                         = &Open...
  19. FileOpenHint                     = Open|Open an existing document
  20. FileClose                        = &Close
  21. FileCloseHint                    = Close|Close current document
  22. FileCloseAll                     = Clos&e All
  23. FileCloseAllHint                 = Close All|Close all documents
  24. FileSave                         = &Save
  25. FileSaveHint                     = Save|Save current document
  26. FileSaveAs                       = Sa&ve As...
  27. FileSaveAsHint                   = Save As|Save current document with different name
  28. FileSaveAll                      = Save A&ll
  29. FileSaveAllHint                  = Save All|Save all changed documents
  30. FileRevert                       = Relo&ad
  31. FileRevertHint                   = Reload|Reload the current document to the last saved version
  32. FilePrint                        = &Print...
  33. FilePrintHint                    = Print|Print current document
  34. FileExportRTF                    = Export to &RTF...
  35. FileExportRTFHint                = Export to RTF|Export current document to RTF format
  36. FileExportHTML                   = Export to &HTML...
  37. FileExportHTMLHint               = Export to HTML|Export current document to HTML format
  38. EditUndo                         = &Undo
  39. EditUndoHint                     = Undo|Undo the last action
  40. EditRedo                         = &Redo
  41. EditRedoHint                     = Redo|Redo the previously undone action
  42. WindowCascade                    = &Cascade
  43. WindowCascadeHint                = Cascade|Arrange windows so they overlap
  44. WindowTileHorizontal             = Tile &Horizontally
  45. WindowTileHorizontalHint         = Tile Horizontally|Arrange windows as tile down the screen
  46. WindowTileVertical               = Tile &Vertically
  47. WindowTileVerticalHint           = Tile Vertically|Arrange windows as tile across the screen
  48. WindowMinimizeAll                = &Minimize All
  49. WindowMinimizeAllHint            = Minimize All|Minimize all windows
  50. WindowArrangeAll                 = &Arrange All
  51. WindowArrangeAllHint             = Arrange All|Arrange all minimized windows
  52. HelpAbout                        = &About CodePad...
  53. HelpAboutHint                    = About CodePad|Displays program information, version number, and copyright
  54. FileSend                         = Sen&d...
  55. FileSendHint                     = Send|Send current document via email
  56. FileExit                         = E&xit
  57. FileExitHint                     = Exit|Exit application
  58. EditCut                          = Cu&t
  59. EditCutHint                      = Cut|Cut the selection to the Clipboard
  60. EditCopy                         = &Copy
  61. EditCopyHint                     = Copy|Copy the selection to the Clipboard
  62. EditPaste                        = &Paste
  63. EditPasteHint                    = Paste|Insert Clipboard contents
  64. EditPasteAll                     = Paste All
  65. EditPasteAllHint                 = Paste All|Insert all Clipboards contents
  66. EditPaste1                       = Paste Clipboard 1
  67. EditPaste2                       = Paste Clipboard 2
  68. EditPaste3                       = Paste Clipboard 3
  69. EditPaste4                       = Paste Clipboard 4
  70. EditDelete                       = Delete All Clipboards
  71. EditDeleteHint                   = Delete All Clipboards|Clear contents of all Clipboards
  72. EditInsertTime                   = &Time
  73. EditInsertTimeHint               = Insert Time|Insert the current time
  74. EditInsertDate                   = &Date
  75. EditInsertDateHint               = Insert Date|Insert the current date
  76. EditInsertGUID                   = &GUID
  77. EditInsertGUIDHint               = Insert GUID|Insert the unique GUID
  78. EditUpperCase                    = &Upper Case
  79. EditUpperCaseHint                = Upper Case|Change selection or character after the cursor to upper case
  80. EditLowerCase                    = &Lower Case
  81. EditLowerCaseHint                = Lower Case|Change selection or character after the cursor to lower case
  82. EditInvertCase                   = &Invert Case
  83. EditInvertCaseHint               = Invert Case|Invert the case of the selection or character after the cursor
  84. EditCapitalize                   = &Capitalize
  85. EditCapitalizeHint               = Capitalize|Make first character of each selected word upper case and the rest lower case
  86. EditAddIndents                   = &Add Indents
  87. EditAddIndentsHint               = Add Indents|Increase indentation of selected lines by the indent size settings
  88. EditRemoveIndents                = Re&move Indents
  89. EditRemoveIndentsHint            = Remove Indents|Reduce indentation of selected lines by the indent size settings
  90. SearchFind                       = &Find...
  91. SearchFindHint                   = Find|Search for text in the current document
  92. EditAddToDoItem                  = A&dd To-Do Item...
  93. EditAddToDoItemHint              = Add To-Do Item|Insert the To-Do item
  94. EditSelectAll                    = &Select All
  95. EditSelectAllHint                = Select All|Select the entire document
  96. SearchFindNext                   = Find &Next
  97. SearchFindNextHint               = Find Next|Find next occurrence of search string
  98. SearchFindPrevious               = Find &Previous
  99. SearchFindPreviousHint           = Find Previous|Find previous occurrence of search string
  100. SearchReplace                    = &Replace...
  101. SearchReplaceHint                = Replace|Replace occurrences of search string
  102. SearchGoToLine                   = &Go to Line...
  103. SearchGoToLineHint               = Go to Line|Go to specified line
  104. SearchOppositeBracket            = &Match Opposite Bracket
  105. SearchOppositeBracketHint        = Match Opposite Bracket|Search for opposite bracket
  106. SearchToggleBookmark             = &Toggle Bookmark
  107. SearchToggleBookmarkHint         = Toggle Bookmark|Set or clear a bookmark on the current line
  108. SearchClearAllBookmark           = &Clear All Bookmarks
  109. SearchClearAllBookmarkHint       = Clear All Bookmarks|Clear all bookmarks
  110. SearchToggleBreakpoint           = &Toggle Breakpoint
  111. SearchToggleBreakpointHint       = Toggle Breakpoint|Set or clear a breakpoint on the current line
  112. SearchDifferences                = &Differences...
  113. SearchDifferencesHint            = Differences|Compare active document with other document or with any file
  114. HelpSendFedback                  = Send &Fedback...
  115. HelpSendFedbackHint              = Send Fedback|Send comments to author via email
  116. HelpShortcuts                    = &Shortcuts...
  117. HelpShortcutsHint                = Shortcuts|Display shortcuts used by CodePad
  118. ViewCodeTemplates                = &Code Templates
  119. ViewCodeTemplatesHint            = Code Templates|Show code templates
  120. ViewColorSyntax                  = Color S&yntax
  121. ViewColorSyntaxHint              = Color Syntax|Toggle colorize selected syntax in current document
  122. ViewHighlightURLs                = &Highlight URLs
  123. ViewHighlightURLsHint            = Highlight URLs|Toggle highlight URLs in current document
  124. ViewSpecialSymbols               = &Special Symbols
  125. ViewSpecialSymbolsHint           = Special Symbols|Show or hide special symbols
  126. ViewWordWrap                     = &Word Wrap
  127. ViewWordWrapHint                 = Word Wrap|Toggle word-wrap mode
  128. ViewCollapse                     = C&ollapse Lines
  129. ViewCollapseHint                 = Collapse Lines|Collapse Selected Lines
  130. ViewExpand                       = E&xpand Lines
  131. ViewExpandHint                   = Expand Lines|Expand Selected Lines
  132. ViewExpandAll                    = Expand All
  133. ViewExpandAllHint                = Expand All|Expand All Collapsed Lines
  134. ViewLineNumbers                  = &Line Numbers
  135. ViewLineNumbersHint              = Line Numbers|Toggle Line Numbers
  136. SyntaxConfigure                  = &Configure...
  137. SyntaxConfigureHint              = Configure Syntax Definition|Add or remove syntax definition
  138. ConfigureOptions                 = &Options...
  139. ConfigureOptionsHint             = Options|Configure software options
  140. ToolsSyntaxDefinitionEditor      = &Syntax Definition Editor...
  141. ToolsSyntaxDefinitionEditorHint  = Syntax Definition Editor|Create or modify syntax definition
  142. ToolsCodeTemplateEditor          = &Code Template Editor...
  143. ToolsCodeTemplateEditorHint      = Code Template Editor|Create or modify code template
  144. ConfigureSaveStatePosition       = Save State && &Position
  145. ConfigureSaveStatePositionHint   = Save State && Position|Save main window position, child window state and menu state
  146. ConfigureFileAssociations        = &File Associations...
  147. ConfigureFileAssociationsHint    = File Associations|Modify the list of registered file types handled by CodePad
  148. SyntaxNone                       = None (Plain Text)
  149. ViewToDoList                     = &To-Do List...
  150. ViewToDoListHint                 = To-Do List|Show To-Do items list
  151. ToolsUserAction                  = User Action %s
  152. ConfigureImportOptions           = &Load Options...
  153. ConfigureImportOptionsHint       = Load Options|Load previously saved options from backup file into system registry
  154. ConfigureExportOptions           = &Save Options...
  155. ConfigureExportOptionsHint       = Save Options|Save system registry settings into backup file
  156. ToolsConfigureActions            = Configure &User Actions...
  157. ToolsConfigureActionsHint        = Configure User Actions|Modify user defined actions
  158. ViewReadOnly                     = &Read Only
  159. ViewReadOnlyHint                 = Read Only|Toggle read-only state
  160. ViewAsciiTable                   = &ASCII Table...
  161. ViewAsciiTableHint               = ASCII Table|Show or hide ASCII table
  162. ViewTabsTop                      = &Top Tabs
  163. ViewTabsTopHint                  = Top Tabs|Show or hide document tabs at top of window
  164. ViewTabsBottom                   = &Bottom Tabs
  165. ViewTabsBottomHint               = Bottom Tabs|Show or hide document tabs at bottom of window
  166. ViewStandard                     = &Standard
  167. ViewStandardHint                 = Standard|Show or hide standard toolbar
  168. ViewEdit                         = &Edit
  169. ViewEditHint                     = Edit|Show or hide edit toolbar
  170. ViewSearch                       = Se&arch
  171. ViewSearchHint                   = Search|Show or hide search toolbar
  172. ViewView                         = &View
  173. ViewViewHint                     = View|Show or hide view toolbar
  174. ViewTools                        = &Tools
  175. ViewToolsHint                    = Tools|Show or hide tools toolbar
  176. ViewClipboards                   = &Clipboards
  177. ViewClipboardsHint               = Clipboards|Show or hide Clipboards toolbar
  178. ViewSplit                        = Split into Two &Parts
  179. ViewSplitHint                    = Split into Two Parts|Split current document window into two parts
  180. ViewSynchronizeScroll            = Sy&nchronize Scrolling
  181. ViewSynchronizeScrollHint        = Synchronize Scrolling|Synchronize scrolling in two parts in current document
  182. ViewAlwaysOnTop                  = &Always on Top
  183. ViewAlwaysOnTopHint              = Always on Top
  184. FileSendAttachment               = Send as Attach&ment...
  185. FileSendAttachmentHint           = Send as Attachment|Send current document via email as attachment
  186. TrayOpen                         = &Open CodePad
  187. HelpHelpTopics                   = &Help Topics...
  188. HelpHelpTopicsHint               = Help Topics|Display the help contents page for CodePad
  189. CouldNotOpen                     = Could not open file "%s".
  190. FileTimeChanged                  = Another application has updated file "%s". Reload it?
  191. AllFiles                         = All files (*.*)|*.*
  192. Noname                           = NONAME
  193. Revert                           = Do you want to reload last saved version of "%s"?
  194. RTFFilesAndAllFiles              = RTF files (*.rtf)|*.rtf|All files (*.*)|*.*
  195. HTMLFilesAndAllFiles             = HTML files (*.html; *.htm)|*.html;*.htm|All files (*.*)|*.*
  196. SearchNotFound                   = Search string "%s" not found.
  197. SearchOutSideSelection           = Tried to search marked block from cursor but cursor is outside block.
  198. SearchEmptySelection             = Tried to search marked block but it is invalid.
  199. SearchAskReplace                 = Replace this occurence of "%s"?
  200. MenuFile                         = &File
  201. MenuEdit                         = &Edit
  202. MenuSearch                       = &Search
  203. MenuView                         = &View
  204. MenuSyntax                       = S&yntax
  205. MenuTools                        = &Tools
  206. MenuConfigure                    = &Configure
  207. MenuWindow                       = &Window
  208. MenuHelp                         = &Help
  209. MenuRecent                       = &Reopen
  210. MenuExport                       = Expor&t
  211. MenuInsert                       = &Insert
  212. MenuChangeCase                   = Cha&nge Case
  213. MenuGoToBookmark                 = Go to &Bookmark
  214. MenuToolbars                     = T&oolbars
  215. MenuTabs                         = &Document Tabs
  216. StandardBar                      = &Standard
  217. EditBar                          = &Edit
  218. SearchBar                        = Se&arch
  219. ViewBar                          = &View
  220. ToolsBar                         = &Tools
  221. ClipboardsBar                    = &Clipboards
  222. FileNotExists                    = File "%s" does not exists. Create new?
  223. CorruptedFile                    = File "%s" corrupted or invalid file format.
  224. BuildingToDoList                 = Building To-Do list. Please wait...
  225. BuildingOwnerCategoryList        = Building Owner and Category list. Please wait...
  226. Page                             = Page %d/%d
  227. RegistryFiles                    = Registry files (*.reg)|*.reg
  228. RegistrySettingsDiffer           = Selected file is not a file with CodePad registry settings.
  229. ChangeRegistrySettings           = This operation change your application settings. Do you really want to continue?
  230. RegistryImportDone               = Settings was loaded successfully. To take effect please restart CodePad.
  231. FileMustBeSaved                  = File "%s" must be saved before executing user action. Save now?
  232. FileMustBeSavedMail              = File "%s" must be saved before sending mail. Save now?
  233. Save                             = Save changes to "%s"?
  234. ViewSwitch                       = Select second window
  235.  
  236. MinimizeToSystray                = Minimize to &Systray
  237. ;
  238. ; * Ascii Table Form *
  239. ;
  240. AsciiTableForm                   = Ascii Table
  241. ;
  242. ; * Splash Form *
  243. ;
  244. lSplash                          = Reading file types. Please wait...
  245. ComparingFiles                   = Comparing files. Please wait...
  246. ;
  247. ; * To-Do Item Form *
  248. ;
  249. ToDoItemForm                     = To-Do Item
  250. lCategory                        = Category
  251. lOwner                           = Owner
  252. lPriority                        = Priority
  253. lText                            = Text
  254. bOK                              = OK
  255. bCancel                          = Cancel
  256. ;
  257. ; * Find Form *
  258. ;
  259. FindForm                         = Find Text
  260. lTextToFind                      = Text to find
  261. gOptions                         = Options
  262. cCaseSensitive                   = Case sensitive
  263. cWholeWordsOnly                  = Whole words only
  264. cRegularExpressions              = Regular expressions
  265. gDirection                       = Direction
  266. rForward                         = Forward
  267. rBackward                        = Backward
  268. gScope                           = Scope
  269. rGlobal                          = Global
  270. rSelectedText                    = Selected text
  271. gOrigin                          = Origin
  272. rEntireScope                     = Entire scope
  273. rFromCursor                      = From cursor
  274. ;
  275. ; * Replace Form *
  276. ;
  277. ReplaceForm                      = Replace Text
  278. lReplaceWith                     = Replace with
  279. cPromptOnReplace                 = Prompt on replace
  280. bReplaceAll                      = Replace &All
  281. bYes                             = &Yes
  282. bNo                              = &No
  283. bAll                             = &All
  284. ;
  285. ; * Goto Form *
  286. ;
  287. GotoForm                         = Go to Line
  288. lLineNumber                      = Line number
  289. NotInteger                       = %s is not a valid integer value.
  290. ;
  291. ; * To-Do Form *
  292. ;
  293. ToDoForm                         = To-Do List
  294. bEdit                            = Edit
  295. bDelete                          = Delete
  296. bClose                           = Close
  297. bGo                              = Go
  298. ToDoText                         = Text
  299. ToDoOwner                        = Owner
  300. ToDoCategory                     = Category
  301. ;
  302. ; * Options Form *
  303. ;
  304. OptionsForm                      = Options
  305. tGeneral                         = General
  306. gEditorOptions                   = Editor options
  307. lBlockIndent                     = Block indent
  308. lOutputFormat                    = Output format
  309. lTabSize                         = Tab size
  310. lTabStops                        = Tab stops
  311. lLanguage                        = Language
  312. cCreateBackup                    = Create backup file
  313. cWordWrap                        = Word wrap
  314. cWrapAtMargin                    = Wrap at margin
  315. cDrawSpecialSymbols              = Draw special symbols
  316. cHighlightURLs                   = Highlight URLs
  317. cCursorBeyondEOL                 = Cursor beyond EOL
  318. cUseMultipleInstance             = Use multiple instance
  319. cAutoIndent                      = Auto indent mode
  320. cSmartTab                        = Smart tab
  321. cUseTabChar                      = Use tab character
  322. cBackUnindent                    = Backspace unindents
  323. cShowLineNumbers                 = Show line numbers
  324. cShowLineNumbOnGutter            = Show line numbers on gutter
  325. cGroupUndo                       = Group undo
  326. cCursorEof                       = Cursor beyond EOF
  327. cSelectEol                       = Selection beyond EOL
  328. cDisableDragging                 = Disable dragging
  329. cUseSyntaxHighlight              = Use syntax highlight
  330. cCutCopyEnabled                  = Force cut and copy enabled
  331. cFindTextAtCursor                = Find text at cursor
  332. cDblClickLine                    = Double click line
  333. cOverwriteBlock                  = Overwrite blocks
  334. cPersistentBlock                 = Persistent blocks
  335. cKeepTrailingBlank               = Keep trailing blanks
  336. cCursorOnTabs                    = Cursor on tabs
  337. cTripleClickLine                 = Triple click line
  338. cNewDocOnStart                   = New document on startup
  339. tDisplay                         = Display
  340. gEditorMargin                    = Editor margin
  341. lMarginPosition                  = Position
  342. lMarginColor                     = Color
  343. lMarginStyle                     = Style
  344. cVisibleRightMargin              = Visible right margin
  345. gLineSeparator                   = Line separator
  346. lLineSeparatorStyle              = Style
  347. lLineSeparatorColor              = Color
  348. cWrappedLineSeparator            = Wrapped line separator
  349. cVisibleLineSeparator            = Visible line separator
  350. gLineHighlight                   = Line highlight
  351. lLineHighlightColor              = Color
  352. lLineHighlightLineColor          = Line color
  353. lLineHighlightLineStyle          = Line style
  354. cVisibleLineHighlight            = Visible line highlight
  355. gEditorGutter                    = Editor gutter
  356. lGutterStyle                     = Style
  357. lGutterLineColor                 = Line color
  358. lGutterWidth                     = Width
  359. lGutterColor                     = Color
  360. cVisibleGutter                   = Visible gutter
  361. tColorScheme                     = Colors && Font
  362. lElements                        = Elements
  363. lColorScheme                     = Color scheme will be used with selected syntax definition.
  364. lBackgroundColor                 = Background color
  365. lForegroundColor                 = Foreground color
  366. lSpeedColorSetting               = Speed color setting
  367. gTextAtributes                   = Text attributes
  368. cBold                            = Bold
  369. cItalic                          = Italic
  370. cUnderline                       = Underline
  371. gUseDefaultsFor                  = Use defaults for
  372. cForeground                      = Foreground
  373. cBackground                      = Background
  374. bLoadScheme                      = Load scheme
  375. bSaveColorScheme                 = Save scheme
  376. gFont                            = Font
  377. lFontSize                        = Size
  378. tSyntaxDefinition                = Syntax Definition
  379. lSyntaxDefinition                = Specify the syntax definitions which you would like CodePad to use automaticaly for chosen file types.
  380. gSyntaxDefinitions               = Syntax definitions and file types
  381. bAdd                             = Add
  382. tFileAssociations                = File Associations
  383. lFileAssociations                = From the list, select the file types which you would like CodePad to open when you double-click on them in Explorer.
  384. gFileTypes                       = File types
  385. lOther                           = Other (e.g *.ext1;*.ext2)
  386. bUnselectAll                     = Unselect all
  387. cAddToContextMenu                = Add CodePad to context menu for all files
  388. tUserActions                     = User Actions
  389. gActions                         = Actions
  390. lAction1Command                  = Action 1 command
  391. lAction1Parameters               = Action 1 parameters
  392. lUseInParameters                 = Use "%s" in command or parameters to substitute current document name with full path, "%f" to substitute name with extension, "%g" to substitute name without extension, "%e" to substitute file extension and "%p" to substitute documment path.
  393. lAction1Caption                  = Action 1 menu caption
  394. lAction2Caption                  = Action 2 menu caption
  395. lAction2Parameters               = Action 2 parameters
  396. lAction2Command                  = Action 2 command
  397. lAction3Caption                  = Action 3 menu caption
  398. lAction3Parameters               = Action 3 parameters
  399. lAction3Command                  = Action 3 command
  400. lAction4Caption                  = Action 4 menu caption
  401. lAction4Parameters               = Action 4 parameters
  402. lAction4Command                  = Action 4 command
  403. bSaveSettings                    = Save settings
  404. FileAssocExtension               = Extension
  405. FileAssocType                    = Type
  406. SyntaxDefinition                 = Syntax definition
  407. SyntaxDefFileTypes               = File types
  408. ColorSchemeFilesAndAllFiles      = Color Scheme files (*.rgb)|*.rgb|All files (*.*)|*.*
  409. NotSequence                      = Must be insert a comma separated increasing sequence of integers.
  410. MustBeGreater                    = Value must be greater or equal than %d.
  411. NotSemicolon                     = Must be insert a semicolon of extensions.
  412. ExeBatFilesAndAllFiles           = Executable files (*.exe)|*.exe|Batch files (*.bat)|*.bat|All files (*.*)|*.*
  413. tHexEditor                       = Hex Editor
  414. gDisplay                         = Display
  415. lColumnWidth                     = Column width
  416. lLineSize                        = Line size
  417. lOffsetDisplay                   = Offset display
  418. gColors                          = Colors
  419. lHexBackground                   = Background
  420. lChangedBackground               = Changed background
  421. lChangedText                     = Changed text
  422. lCursorFrame                     = Cursor frame
  423. lEvenColumn                      = Even column
  424. lOddColumn                       = Odd column
  425. lOffsetColor                     = Offset color
  426. lSomeOptionsHex                  = Some options are the same as in text editor (see General tab). For example: create backup file, find text at cursor, use syntax highlight, draw special symbols and font.
  427. lActionCaption                   = Caption
  428. lActionCommand                   = Command
  429. lActionParameters                = Parameters
  430. SelectCustomColor                = Select custom Color
  431. SelectProgToExec                 = Select Program to execute
  432. ;
  433. ; * Syntax Definition Form *
  434. ;
  435. SyntaxDefinitionForm             = Syntax Definition
  436. lFileTypes                       = File types
  437. lSyntaxDefinition2               = Syntax definition
  438. lIeExt                           = (e.g. *.ext1;*.ext2)
  439. SyntaxDefinitionCorruptedFile    = Please fill file types (e.g. *.ext1;*.ext2) and select syntax definition file.
  440. SyntaxDefinitionFilesAndAllFiles = Syntax Definition files (*.def)|*.def|All files (*.*)|*.*
  441. SelectSyntaxDef                  = Select Syntax definition file
  442. ;
  443. ; * Definition Editor Form *
  444. ;
  445. DefinitionEditorForm             = Syntax Definition Editor
  446. lBlocks                          = Blocks
  447. lSchemeName                      = Scheme name
  448. bCopyBlock                       = Copy
  449. bEditBlock                       = Edit
  450. bDeleteBlock                     = Delete
  451. bAddBlock                        = Add
  452. tCommon                          = Common
  453. lBlocksDelimiters                = Block delimiters
  454. lBlockOptions                    = Block options
  455. lPlainText                       = Plain text
  456. bAddBlockDelimiter               = Add
  457. bDeleteBlockDelimiter            = Delete
  458. bEditBlockDelimiter              = Edit
  459. cUseMetaSymbol                   = Use metasymbol
  460. bPlainTextStyle                  = Style...
  461. cHighlightSymbols                = Highlight symbols
  462. bHighlightSymbolsStyle           = Style...
  463. cMetaSymbolEscape                = for escapes
  464. cMetaSymbolWrapLines             = to wrap long lines
  465. tComments                        = Comments
  466. cHighlightComments               = Highlight comments
  467. bAddSingleLineComment            = Add
  468. bDeleteSingleLineComment         = Delete
  469. bAddMultiLineComment             = Add
  470. bDeleteMultiLineComment          = Delete
  471. cSingleLineComments              = Single-line comments
  472. cMultiLineComments               = Multi-line comments
  473. bEditSingleLineComment           = Edit
  474. bEditMultiLineComment            = Edit
  475. tFullLine                        = Full Line
  476. lPrefix                          = Prefix
  477. cFullLineComments                = Full-line comments
  478. bAddFullLineComment              = Add
  479. bDeleteFullLineComment           = Delete
  480. bEditFullLineComment             = Edit
  481. cHighlightDirectives             = Highlight directives
  482. bPrefixStyle                     = Style...
  483. tStrings                         = Strings
  484. cHighlightStrings                = Highlight strings
  485. bAddHighlightSingleLineString    = Add
  486. bDeleteHighlightSingleLineString = Delete
  487. bEditHighlightSingleLineString   = Edit
  488. cHighlightSingleLineStrings      = Single-line strings
  489. cHighlightMultiLineStrings       = Multi-line strings
  490. bAddHighlightMultiLineString     = Add
  491. bDeleteHighlightMultiLineString  = Delete
  492. bEditHighlightMultiLineString    = Edit
  493. tNumbers                         = Numbers
  494. lHighlightNumbersInteger         = Integers
  495. lHighlightNumbersFloat           = Floats
  496. lHighlightNumbersHexa            = Hexadecimal
  497. cHighlightNumbers                = Highlight numbers
  498. bAddHighlightNumbers             = Add
  499. bDeleteHighlightNumbers          = Delete
  500. bHighlightIntegersStyle          = Style...
  501. bHighlightFloatsStyle            = Style...
  502. bEditHighlightNumbers            = Edit
  503. bHighlightHexaStyle              = Style...
  504. gSpecial                         = Special
  505. rWithPrefix                      = with prefix
  506. rWithSuffix                      = with suffix
  507. rWithPrefixAndSuffix             = with prefix && suffix
  508. tIdentifiers                     = Identifiers
  509. lFirstSymbolChar                 = First symbol charset
  510. lOtherSymbolChar                 = Other symbols charset
  511. cHighlightIdentifiers            = Highlight identifiers
  512. bHighlightIdentifiersStyle       = Style...
  513. bAddHighlightIdentifier          = Add
  514. bDeleteHighlightIdentifier       = Delete
  515. bEditHighlightIdentifier         = Edit
  516. bFirstChar                       = ...
  517. bOtherChar                       = ...
  518. gSpecial2                        = Special
  519. rIWithPrefix                     = with prefix
  520. rIWithSuffix                     = with suffix
  521. rIWithPrefixAndSuffix            = with prefix && suffix
  522. tKeywords                        = Keywords
  523. lSets                            = Sets
  524. lCurrentKeywordsSet              = Current keywords set
  525. cHighlightKeywords               = Highlight keywords
  526. bAddKeywordSet                   = Add
  527. bDeleteKeywordSet                = Delete
  528. bAddKeyword                      = Add
  529. bDeleteKeyword                   = Delete
  530. bLoadKeywords                    = Load keywords
  531. bSaveKeywords                    = Save keywords
  532. bEditKeyword                     = Edit
  533. bEditKeywordSet                  = Edit
  534. bLoad                            = Load definition
  535. bSave                            = Save definition
  536. bClear                           = Clear
  537. RemoveSyntaxBlock                = Do you really want to remove syntax block "%s"?
  538. And                              = and
  539. Delimiter                        = Delimiter
  540. Prefix                           = Prefix
  541. Suffix                           = Suffix
  542. RemoveKeywordSet                 = Do you really want to remove keyword set "%s"?
  543. KeywordSet                       = Keyword set
  544. Keyword                          = Keyword
  545. TextFilesAndAllFiles             = Text files (*.txt)|*.txt|All files (*.*)|*.*
  546. SyntaxDefinitionFilesAndAllFiles = Syntax Definition files (*.def)|*.def|All files (*.*)|*.*
  547. WithPrefixes                     = with prefixes
  548. WithSuffixes                     = with suffixes
  549. MultipleSuffixesAllowed          = multiple suffixes allowed
  550. WithPreffixesAndSuffixes         = with prefixes and suffixes
  551. CompositionPreffixesAndSuffixes  = use composition of P && S
  552. CharSet                          = Charset
  553. SaveScheme                       = Current Syntax Definition was changed. Do you want to save it now?
  554. ;
  555. ; * Def. Editor Block Form *
  556. ;
  557. DefEditorBlockForm               = Block
  558. lBlock                           = Block
  559. lParent                          = Parent
  560. ;
  561. ; * Def. Editor Copy Block Form *
  562. ;
  563. DefEditorCopyBlockForm           = Copy Block
  564. lSelectBlock                     = Select block
  565. ;
  566. ; * Def. Editor Block Delimiters Form *
  567. ;
  568. DefEditorBlockDelimitersForm     = Block Delimiters
  569. lLeftDelimiter                   = Left delimiter
  570. lRightDelimiter                  = Right delimiter
  571. cArePartOfBlock                  = Are part of block
  572. ;
  573. ; * Def. Editor Line Style Form *
  574. ;
  575. DefEditorLineStyleForm           = %s Style
  576. lTextStyle                       = Text style
  577. lText                            = Delimiter
  578. cUseDefaultBackground            = Use default background
  579. ;
  580. ; * DefEditorPairStyleForm *
  581. ;
  582. DefEditorPairStyleForm           = Delimiters Style
  583. ;
  584. ; * Def. Editor Font Style Form *
  585. ;
  586. DefEditorFontStyleForm           = Font Style
  587. ;
  588. ; * Def. Editor Line Form *
  589. ;
  590. DefEditorLineForm                = Keyword
  591. lDefEditorLineText               = Keyword
  592. ;
  593. ; Def. Editor Pair Form *
  594. ;
  595. DefEditorPairForm                = Delimiters
  596. ;
  597. ; * Template Editor Form *
  598. ;
  599. TemplateEditorForm               = Code Template Editor
  600. lTemplateFileName                = File name
  601. bLoadTemplate                    = Load template
  602. bSaveTemplate                    = Save template
  603. gTemplates                       = Templates
  604. TemplateName                     = Name
  605. TemplateDescription              = Description
  606. bUp                              = Move up
  607. bDown                            = Move down
  608. CodeTemplateFilesAndAllFiles     = Code Template files (*.tpl)|*.tpl|All files (*.*)|*.*
  609. ;
  610. ; * Template Editor Item Form *
  611. ;
  612. TemplateEditorItemForm           = Code Template Item
  613. lShortcutName                    = Shortcut name
  614. lDescription                     = Description
  615. lCode                            = Code
  616. lUseCharForPosition              = (use | char for cursor position)
  617. ShortcutNameBlank                = The Shortcut name cannot be blank.
  618. ;
  619. ; * About Form *
  620. ;
  621. AboutForm                        = About CodePad
  622. ;
  623. ; * ShortCuts Form *
  624. ;
  625. ShortcutsForm                    = Shortcuts
  626. ;
  627. ; * Print Form *
  628. ;
  629. PrintForm                        = Print
  630. gFileToPrint                     = File to print
  631. cPrintSelectedBlock              = Print selected block
  632. cHeaderPageNumber                = Header/page number
  633. cLineNumbers                     = Line numbers
  634. cSyntaxPrint                     = Syntax print
  635. cUseColor                        = Use color
  636. cWrapLines                       = Wrap lines
  637. bSetup                           = Setup...
  638. ;
  639. ; * Find Hex Form *
  640. ;
  641. FindHexForm                      = Find Data
  642. lDataToFind                      = Data to find
  643. cDataAsText                      = Find data as text value
  644. ;
  645. ; * Go to Offset Form *
  646. ;
  647. GotoHexForm                      = Go to Offset
  648. lAdress                          = Adress (%s)
  649. NotHex                           = "%s" is not a valid hex value.
  650. NotOctal                         = "%s" is not a valid octal value.
  651. ;
  652. ; * Replace Hex Form *
  653. ;
  654. ReplaceHexForm                   = Replace Data
  655. ;
  656. ; * Compare Options Form *
  657. ;
  658. CompareStartForm                 = Compare Options
  659. lFileToCompare                   = Compare "%s" with:
  660. OtherFile                        = ...other file
  661. SelectFileToCompare              = Select File|Select File to Compare
  662. cIgnoreBlanks                    = Ignore Blanks
  663. cIgnoreCase                      = Ignore Case
  664. bCompare                         = Compare
  665. ;
  666. ; * Compare Form *
  667. ;
  668. CompareForm                      = Differences Viewer
  669. CompareDiffsOnly                 = &Show Differences Only
  670. CompareDiffsOnlyHint             = Show Differences Only|Show differences between compared files only
  671. CompareNextDiff                  = &Next Difference
  672. CompareNextDiffHint              = Next Difference|Go to next diffrence
  673. ComparePrevDiff                  = &Previous Difference
  674. ComparePrevDiffHint              = Previous Difference|Go to previous diffrence
  675. CompareMergeLeft                 = Merge &Left
  676. CompareMergeLeftHint             = Merge Left|Merge left file
  677. CompareMergeRight                = Merge &Right
  678. CompareMergeRightHint            = Merge Right|Merge right file
  679. CompareMergeNeither              = &Merge Neither
  680. CompareMergeNeitherHint          = Merge Neither|Merge neither files
  681. CompareSaveMerged                = &Use Merged
  682. CompareSaveMergedHint            = Use Merged File|Use merged file as first compared
  683. CompareSaveMergedNew             = Use Merged as &New
  684. CompareSaveMergedNewHint         = Use Merged as New|Use merged file as new one
  685. CompareClose                     = &Close
  686. CompareCloseHint                 = Close|Close differences window
  687. MenuMerge                        = &Merge
  688. CaseIgnored                      = Case Ignored
  689. BlanksIgnored                    = Blanks Ignored
  690. Differences                      = Differences: %d %s
  691. CouldNotCompareBin               = Could not compare with file "%s". It is binary file or not exists.
  692. CouldNotCompareEmpty             = Could not compare with empty file.