diff options
author | xue <> | 2006-12-02 19:27:15 +0000 |
---|---|---|
committer | xue <> | 2006-12-02 19:27:15 +0000 |
commit | bf8caefce718cc38ccfd121d9cd718f42021b2b9 (patch) | |
tree | fa376e7955c5ae7f7dac0ebaa70fafad45fbd674 /framework/Exceptions | |
parent | c0239466d7e7142a67f6233169377b10fd93e6ec (diff) |
merge from 3.0 branch till 1540.
Diffstat (limited to 'framework/Exceptions')
-rw-r--r-- | framework/Exceptions/messages.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/framework/Exceptions/messages.txt b/framework/Exceptions/messages.txt index 3afc7c3d..dcd3c749 100644 --- a/framework/Exceptions/messages.txt +++ b/framework/Exceptions/messages.txt @@ -48,6 +48,10 @@ securitymanager_mcryptextension_required = Mcrypt PHP extension is required in o uri_format_invalid = '{0}' is not a valid URI.
+httprequest_separator_invalid = THttpRequest.UrlParamSeparator can only contain a single character.
+httprequest_urlmanager_inexist = THttpRequest.UrlManager '{0}' does not point to an existing module.
+httprequest_urlmanager_invalid = THttpRequest.UrlManager '{0}' must point to a module extending from TUrlManager.
+
httpresponse_bufferoutput_unchangeable = THttpResponse.BufferOutput cannot be modified after THttpResponse is initialized.
httpresponse_file_inexistent = THttpResponse cannot send file '{0}'. The file does not exist.
|