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 / favorites / favoritesstr.pas
Size: Mime:
unit favoritesstr;

{$mode objfpc}{$H+}

interface

resourcestring
  sAddToFavoritesS = 'Add to favorites: %s';
  sRemoveFromFavoritesS = 'Remove from favorites: %s';

implementation

end.