mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-22 10:59:29 +02:00
IDE: improved strings/captions in TML Setup page
This commit is contained in:
parent
34222c3fa8
commit
514f7df35f
@ -1483,6 +1483,7 @@
|
||||
<Filename Value="frames/editor_color_tml_options.pas"/>
|
||||
<IsPartOfProject Value="True"/>
|
||||
<ComponentName Value="TEditorColorOptionsTMLFrame"/>
|
||||
<HasResources Value="True"/>
|
||||
<ResourceBaseClass Value="Frame"/>
|
||||
</Unit>
|
||||
</Units>
|
||||
|
@ -1933,17 +1933,17 @@ resourcestring
|
||||
dlgUseSchemeLocal = 'selected language';
|
||||
dlgColor = 'Color';
|
||||
dlgColors = 'Colors';
|
||||
dlgColorsTml = 'TML-Setup';
|
||||
dlgColorsTml = 'TML Setup';
|
||||
dlgColorsTmlRefresh = 'Reload';
|
||||
dlgColorsTmlInfo = 'Below is a list of Highlighter (Textmate) found in the folder %1:s.%0:s' +
|
||||
'This list may includes files with errors and files not yet active in the IDE.%0:s' +
|
||||
'To activate newly added/changed files (re-)start the IDE.%0:s' +
|
||||
'This list may include files with errors and files not yet active in the IDE.%0:s' +
|
||||
'To activate newly added/changed files restart the IDE.%0:s' +
|
||||
'The "Reload" button will update the list below, checking if any errors were fixed.';
|
||||
dlgColorsTmlNoFilesFound = 'No file found';
|
||||
dlgColorsTmlNoFilesFound = 'No files found.';
|
||||
dlgColorsTmlFromFile = 'File:';
|
||||
dlgColorsTmlNoSampleTxt = 'No sample text configured';
|
||||
dlgColorsTmlBadSampleTxtFile = 'Sample text file not found: %1:s';
|
||||
dlgColorsTmlOk = 'Ok';
|
||||
dlgColorsTmlOk = 'OK';
|
||||
dlgColorsTmlError = 'Error:';
|
||||
lisHeaderColors = 'Header colors';
|
||||
lisMsgColors = 'Message colors';
|
||||
|
Loading…
Reference in New Issue
Block a user