IDE: improved strings/captions in TML Setup page

This commit is contained in:
Maxim Ganetsky 2023-09-12 18:21:45 +03:00
parent 34222c3fa8
commit 514f7df35f
2 changed files with 6 additions and 5 deletions

View File

@ -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>

View File

@ -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';