diff --git a/components/cgi/cgimodules.pas b/components/cgi/cgimodules.pas index 781599b23f..38f2e8103d 100644 --- a/components/cgi/cgimodules.pas +++ b/components/cgi/cgimodules.pas @@ -36,9 +36,9 @@ Type procedure AddResponseLn(const Msg : String); virtual; procedure AddResponse(const Fmt : String; Args : Array of const); virtual; procedure AddResponseLn(const Fmt : String; Args : Array of const); virtual; + property Response : TStream Read GetResponse; Published property OnCGIRequest : TNotifyEvent Read FOnCGIRequest Write FOnCGIRequest; - property Response : TStream Read GetResponse; property ContentType : String Read GetContentType Write SetContentType; end; diff --git a/components/cgi/languages/cgimodules.po b/components/cgi/languages/cgimodules.po index f356fe8880..d3334e0322 100644 --- a/components/cgi/languages/cgimodules.po +++ b/components/cgi/languages/cgimodules.po @@ -1,8 +1,14 @@ -#: cgimodules:serrnomainmodule -msgid "No CGI datamodule to handle CGI request." +msgid "" msgstr "" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" #: cgimodules:serrnorequesthandler msgid "%s: No CGI request handler set." msgstr "" +#: cgimodules:serrnomainmodule +msgid "No CGI datamodule to handle CGI request." +msgstr "" +