summaryrefslogtreecommitdiff
path: root/framework/Exceptions/messages.en
diff options
context:
space:
mode:
Diffstat (limited to 'framework/Exceptions/messages.en')
-rw-r--r--framework/Exceptions/messages.en40
1 files changed, 21 insertions, 19 deletions
diff --git a/framework/Exceptions/messages.en b/framework/Exceptions/messages.en
index ef3d38a0..9c5dae1c 100644
--- a/framework/Exceptions/messages.en
+++ b/framework/Exceptions/messages.en
@@ -7,12 +7,10 @@ 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.
-application_service_unknown = Requested service "%s" is not defined.
+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.
+application_service_unknown = Requested service '%s' is not defined.
appconfig_aliaspath_invalid = Application configuration <alias id="%s"> uses an invalid file path "%s".
appconfig_aliasid_required = Application configuration <alias> element must have an "id" attribute.
@@ -23,23 +21,27 @@ 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.
+uri_format_invalid = '%s' is not a valid URI.
+
+httpresponse_bufferoutput_unchangeable = 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.
+httpsession_sessionid_unchangeable = THttpSession.SessionID cannot be modified after the session is started.
+httpsession_sessionname_unchangeable = THttpSession.SessionName cannot be modified after the session is started.
+httpsession_sessionname_invalid = THttpSession.SessionName must contain alphanumeric characters only.
+httpsession_savepath_unchangeable = THttpSession.SavePath cannot be modified after the session is started.
+httpsession_savepath_invalid = THttpSession.SavePath '%s' is invalid.
+httpsession_storage_unchangeable = THttpSession.Storage cannot be modified after the session is started.
+httpsession_cookiemode_unchangeable = THttpSession.CookieMode cannot be modified after the session is started.
+httpsession_autostart_unchangeable = THttpSession.AutoStart cannot be modified after the session module is initialized.
+httpsession_gcprobability_unchangeable = THttpSession.GCProbability cannot be modified after the session is started.
+httpsession_gcprobability_invalid = THttpSession.GCProbability must be an integer between 0 and 100.
+httpsession_transid_unchangeable = THttpSession.UseTransparentSessionID cannot be modified after the session is started.
+httpsession_maxlifetime_unchangeable = THttpSession.Timeout cannot be modified after the session is started.
assetmanager_basepath_invalid = TAssetManager.BasePath '%s' is invalid. Make sure the directory exists and is writable by the Web server process.
+assetmanager_basepath_unchangeable = TAssetManager.BasePath cannot be modified after the module is initialized.
+assetmanager_baseurl_unchangeable = TAssetManager.BaseUrl cannot be modified after the module is initialized.
body_contents_not_allowed = %s: body contents are not allowed.
control_id_not_unique = Control ID '%s' is not unique for control type '%s'.