Repository URL to install this package:
Version:
2.0.10 ▾
|
unit favoritesstr;
{$mode objfpc}{$H+}
interface
resourcestring
sAddToFavoritesS = 'Add to favorites: %s';
sRemoveFromFavoritesS = 'Remove from favorites: %s';
implementation
end.