BSOne.SFC/Tocsg.Module/COCrypto/LangEN.pas

11 lines
84 B
Plaintext

unit LangEN;
interface
Resourcestring
RS_HELLO = 'Hello';
implementation
end.