mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-29 23:30:22 +02:00
IDE: harmonize Color/Colors resource strings
git-svn-id: trunk@30849 -
This commit is contained in:
parent
82779f4ab7
commit
de68f69051
@ -200,7 +200,7 @@ begin
|
|||||||
cbMessages.Items.Add(GetCategoryStr(Category));
|
cbMessages.Items.Add(GetCategoryStr(Category));
|
||||||
|
|
||||||
// colors
|
// colors
|
||||||
gbColors.Caption := dlgEnvColors;
|
gbColors.Caption := dlgColors;
|
||||||
chkUseEventLogColors.Caption := lisDebugOptionsFrmUseEventLogColors;
|
chkUseEventLogColors.Caption := lisDebugOptionsFrmUseEventLogColors;
|
||||||
ForeGroundLabel.Caption := dlgForecolor;
|
ForeGroundLabel.Caption := dlgForecolor;
|
||||||
BackGroundLabel.Caption := dlgBackColor;
|
BackGroundLabel.Caption := dlgBackColor;
|
||||||
|
@ -1293,7 +1293,7 @@ end;
|
|||||||
|
|
||||||
function TEditorColorOptionsFrame.GetTitle: String;
|
function TEditorColorOptionsFrame.GetTitle: String;
|
||||||
begin
|
begin
|
||||||
Result := dlgEdColor;
|
Result := dlgColors;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
procedure TEditorColorOptionsFrame.Setup(ADialog: TAbstractOptionsEditorDialog);
|
procedure TEditorColorOptionsFrame.Setup(ADialog: TAbstractOptionsEditorDialog);
|
||||||
|
@ -141,7 +141,7 @@ begin
|
|||||||
GridGroupBox.Caption := dlgEnvGrid;
|
GridGroupBox.Caption := dlgEnvGrid;
|
||||||
GuideLinesGroupBox.Caption := dlgEnvLGuideLines;
|
GuideLinesGroupBox.Caption := dlgEnvLGuideLines;
|
||||||
FormEditMiscGroupBox.Caption := dlgEnvMisc;
|
FormEditMiscGroupBox.Caption := dlgEnvMisc;
|
||||||
DesignerColorsGroupBox.Caption := dlgEnvColors;
|
DesignerColorsGroupBox.Caption := dlgColors;
|
||||||
SetupGridGroupBox;
|
SetupGridGroupBox;
|
||||||
SetupGuideLinesGroupBox;
|
SetupGuideLinesGroupBox;
|
||||||
SetupMiscGroupBox;
|
SetupMiscGroupBox;
|
||||||
|
@ -159,7 +159,7 @@ const
|
|||||||
|
|
||||||
procedure TOIOptionsFrame.Setup(ADialog: TAbstractOptionsEditorDialog);
|
procedure TOIOptionsFrame.Setup(ADialog: TAbstractOptionsEditorDialog);
|
||||||
begin
|
begin
|
||||||
ObjectInspectorColorsGroupBox.Caption := dlgEnvColors;
|
ObjectInspectorColorsGroupBox.Caption := dlgColors;
|
||||||
OIMiscGroupBox.Caption := dlgOIMiscellaneous;
|
OIMiscGroupBox.Caption := dlgOIMiscellaneous;
|
||||||
OIOptionsGroupBox.Caption := dlgOIOptions;
|
OIOptionsGroupBox.Caption := dlgOIOptions;
|
||||||
ObjectInspectorSpeedSettingsGroupBox.Caption := dlgOISpeedSettings;
|
ObjectInspectorSpeedSettingsGroupBox.Caption := dlgOISpeedSettings;
|
||||||
|
@ -1221,7 +1221,6 @@ resourcestring
|
|||||||
lisShowGutterInObjectInspector = 'Show gutter';
|
lisShowGutterInObjectInspector = 'Show gutter';
|
||||||
lisShowStatusBarInObjectInspector = 'Show status bar';
|
lisShowStatusBarInObjectInspector = 'Show status bar';
|
||||||
lisShowInfoBoxInObjectInspector = 'Show information box';
|
lisShowInfoBoxInObjectInspector = 'Show information box';
|
||||||
dlgEnvColors = 'Colors';
|
|
||||||
dlgEnvBackupHelpNote = 'Notes: Project files are all files in the project directory';
|
dlgEnvBackupHelpNote = 'Notes: Project files are all files in the project directory';
|
||||||
lisEnvOptDlgInvalidCompilerFilename = 'Invalid compiler filename';
|
lisEnvOptDlgInvalidCompilerFilename = 'Invalid compiler filename';
|
||||||
lisEnvOptDlgInvalidCompilerFilenameMsg = 'The compiler file "%s" is not an executable.';
|
lisEnvOptDlgInvalidCompilerFilenameMsg = 'The compiler file "%s" is not an executable.';
|
||||||
@ -1249,7 +1248,6 @@ resourcestring
|
|||||||
dlgEdDisplay = 'Display';
|
dlgEdDisplay = 'Display';
|
||||||
lisEOTabWidths = 'Tab widths';
|
lisEOTabWidths = 'Tab widths';
|
||||||
dlgKeyMapping = 'Key Mappings';
|
dlgKeyMapping = 'Key Mappings';
|
||||||
dlgEdColor = 'Colors';
|
|
||||||
dlgKeyMappingErrors = 'Key mapping errors';
|
dlgKeyMappingErrors = 'Key mapping errors';
|
||||||
dlgEdBack = 'Back';
|
dlgEdBack = 'Back';
|
||||||
dlgReport = 'Report';
|
dlgReport = 'Report';
|
||||||
@ -1466,6 +1464,7 @@ resourcestring
|
|||||||
dlgUseSchemeDefaults = 'Use (and edit) global scheme settings';
|
dlgUseSchemeDefaults = 'Use (and edit) global scheme settings';
|
||||||
dlgUseSchemeLocal = 'Use local scheme settings';
|
dlgUseSchemeLocal = 'Use local scheme settings';
|
||||||
dlgColor = 'Color';
|
dlgColor = 'Color';
|
||||||
|
dlgColors = 'Colors';
|
||||||
dlgColorNotModified = 'Not modified';
|
dlgColorNotModified = 'Not modified';
|
||||||
|
|
||||||
dlgForecolor = 'Foreground';
|
dlgForecolor = 'Foreground';
|
||||||
|
Loading…
Reference in New Issue
Block a user