mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-18 16:28:43 +02:00
17 lines
232 B
ObjectPascal
17 lines
232 B
ObjectPascal
unit InstallerStrConsts;
|
|
|
|
{$mode objfpc}{$H+}
|
|
|
|
interface
|
|
|
|
resourcestring
|
|
wisEditSource = '&Edit source';
|
|
wisEditForm = '&Edit form';
|
|
wisOpenProject = '&Open project';
|
|
wisOpenPackage = '&Open package';
|
|
|
|
implementation
|
|
|
|
end.
|
|
|