Repository URL to install this package:
|
Version:
2.0.10 ▾
|
lazarus-project
/
usr
/
share
/
lazarus
/
2.0.10
/
components
/
synedit
/
design
/
syndesignstringconstants.pas
|
|---|
unit SynDesignStringConstants;
{$mode objfpc}{$H+}
interface
uses
Classes, SysUtils;
resourcestring
syndsLineNumbers = 'Line Numbers';
syndsCodeFolding = 'Code Folding';
syndsChangeMarker = 'Change Marker';
syndsBookmarks = 'Bookmarks';
syndsSeparator = 'Separator';
syndsLineOverview = 'Line Overview';
syndsResetMouseActions = 'Reset mouse actions';
implementation
end.