mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-01 05:43:40 +02:00
14 lines
189 B
ObjectPascal
14 lines
189 B
ObjectPascal
unit favoritesstr;
|
|
|
|
{$mode objfpc}{$H+}
|
|
|
|
interface
|
|
|
|
resourcestring
|
|
sAddToFavoritesS = 'Add to favorites: %s';
|
|
sRemoveFromFavoritesS = 'Remove from favorites: %s';
|
|
|
|
implementation
|
|
|
|
end.
|