lazarus/components/synedit/syndesignstringconstants.pas
martin 7554ee973e SynEdit: reworked mouse-actions
git-svn-id: trunk@33956 -
2011-12-04 16:53:23 +00:00

25 lines
397 B
ObjectPascal

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.