lazarus/components/synedit/syndesignstringconstants.pas
maxim 0e1d22b1d4 SynEdit: added SynDesign string constants translations and fixed typo in syndesignstringconstants.pas.
While editing localize scripts also removed stale CGI component reference from them.

git-svn-id: trunk@27448 -
2010-09-24 17:01:14 +00:00

23 lines
346 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';
implementation
end.