* Improved localisation by Maxim Ganetsky

git-svn-id: trunk@21011 -
This commit is contained in:
marc 2009-07-29 23:28:42 +00:00
parent ea95a7e23c
commit b60d4f0c55
2 changed files with 9 additions and 2 deletions

View File

@ -273,6 +273,9 @@ const
SYNS_LangUnreal = 'Unreal';
SYNS_LangTeX = 'TeX';
{$IFDEF SYN_LAZARUS}
resourcestring
{$ENDIF}
SYNS_emcNone = 'No Action';
SYNS_emcStartSelection = 'Selection';

View File

@ -95,6 +95,9 @@ type
class function SupportedOptionsClass: TAbstractIDEOptionsClass; override;
end;
var
MMoveName: Array [Boolean] of String;
implementation
const
@ -102,8 +105,6 @@ const
{ TEditorMouseOptionsFrame }
procedure TEditorMouseOptionsFrame.ContextTreeChange(Sender: TObject; Node: TTreeNode);
const
MMoveName: Array [Boolean] of String = (dlgMouseOptMoveMouseFalse, dlgMouseOptMoveMouseTrue);
var
act: TSynEditMouseAction;
i, j: Integer;
@ -472,6 +473,9 @@ begin
ActionGrid.ColWidths[9] := ActionGrid.ColWidths[8] * 3;
ActionGridHeaderSized(nil, true, 0);
MMoveName[false] := dlgMouseOptMoveMouseFalse;
MMoveName[true] := dlgMouseOptMoveMouseTrue;
FSort1 := 1; // Button
FSort2 := 2; // CCount
FSort3 := 3; // Cdir