summaryrefslogtreecommitdiff
path: root/framework/Exceptions
diff options
context:
space:
mode:
authorxue <>2005-11-18 00:46:02 +0000
committerxue <>2005-11-18 00:46:02 +0000
commitc9cbb1a2891543bff1c459af18c2c62f47a17d28 (patch)
tree0f8a038bb870b73060f743ceaf9d0a24c9bb1326 /framework/Exceptions
parentec41f13012ca7c8ca67e1c1992368a5dee2a9624 (diff)
Diffstat (limited to 'framework/Exceptions')
-rw-r--r--framework/Exceptions/messages.en18
1 files changed, 18 insertions, 0 deletions
diff --git a/framework/Exceptions/messages.en b/framework/Exceptions/messages.en
index 136fe3df..c573db82 100644
--- a/framework/Exceptions/messages.en
+++ b/framework/Exceptions/messages.en
@@ -7,6 +7,8 @@ component_statements_invalid = Component '%s' is evaluating invalid PHP statem
propertyvalue_enumvalue_invalid = Value '%s' is a not valid enumeration value (%s).
+uri_format_invalid = '%s' is not a valid URI.
+
application_configfile_inexistent = Application configuration file "%s" does not exist.
application_module_existing = Application module "%s" cannot be registered twice.
application_service_invalid = Service "%s" must implement IService interface.
@@ -21,6 +23,22 @@ appconfig_serviceid_required = Application configuration <service> element mus
appconfig_servicetype_required = Application configuration <service id="%s"> must have a "type" attribute.
appconfig_parameterid_required = Application configuration <parameter> element must have an "id" attribute.
+httpresponse_bufferoutput_unchangeable = Property THttpResponse.BufferOutput cannot be modified after THttpResponse is initialized.
+httpresponse_file_inexistent = THttpResponse cannot send file '%s'. The file does not exist.
+
+httpsession_sessionid_unchangeable = Session ID cannot be modified after the session is started.
+httpsession_sessionname_unchangeable = Session name cannot be modified after the session is started.
+httpsession_sessionname_invalid = Session name must contain alphanumeric characters only.
+httpsession_savepath_unchangeable = Session SavePath cannot be modified after the session is started.
+httpsession_savepath_invalid = Session SavePath '%s' is invalid.
+httpsession_storage_unchangeable = Session storage cannot be modified after the session is started.
+httpsession_cookiemode_unchangeable = Session CookieMode cannot be modified after the session is started.
+httpsession_autostart_unchangeable = Session AutoStart cannot be modified after the session module is initialized.
+httpsession_gcprobability_unchangeable = Session GCProbability cannot be modified after the session is started.
+httpsession_gcprobability_invalid = Session GCProbability must be an integer between 0 and 100.
+httpsession_transid_unchangeable = Session UseTransparentSessionID cannot be modified after the session is started.
+httpsession_maxlifetime_unchangeable = Session Timeout cannot be modified after the session is started.
+
body_contents_not_allowed = %s: body contents are not allowed.
control_id_not_unique = Control ID '%s' is not unique for control type '%s'.
control_not_found = Unable to find a control with ID '%s'.