Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
lazarus-project / usr / share / lazarus / 2.0.10 / components / synedit / design / syndesignstringconstants.pas
Size: Mime:
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.