diff options
author | xue <> | 2006-05-14 01:28:44 +0000 |
---|---|---|
committer | xue <> | 2006-05-14 01:28:44 +0000 |
commit | 8848464bd3534a9f831a02c022c94c1d42a4f6e2 (patch) | |
tree | 2da7ada8ae3b2487830665d042f36b5d816e9ef4 /framework/Exceptions/messages.txt | |
parent | ae43fa72cdae13bace16a5b8250170e472bb2b87 (diff) |
Merge from 3.0 branch till 1063.
Diffstat (limited to 'framework/Exceptions/messages.txt')
-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 ebdbaaea..c57534b1 100644 --- a/framework/Exceptions/messages.txt +++ b/framework/Exceptions/messages.txt @@ -42,6 +42,10 @@ appconfig_serviceid_required = Application configuration <service> element mus appconfig_servicetype_required = Application configuration <service id="{0}"> must have a "class" attribute.
appconfig_parameterid_required = Application configuration <parameter> element must have an "id" attribute.
+securitymanager_validationkey_invalid = TSecurityManager.ValidationKey must not be empty.
+securitymanager_encryptionkey_invalid = TSecurityManager.EncryptionKey must not be empty.
+securitymanager_mcryptextension_required = Mcrypt PHP extension is required in order to use TSecurityManager's encryption feature.
+
uri_format_invalid = '{0}' is not a valid URI.
httpresponse_bufferoutput_unchangeable = THttpResponse.BufferOutput cannot be modified after THttpResponse is initialized.
|