From ec41f13012ca7c8ca67e1c1992368a5dee2a9624 Mon Sep 17 00:00:00 2001 From: xue <> Date: Thu, 17 Nov 2005 22:41:18 +0000 Subject: --- framework/Exceptions/messages.en | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'framework/Exceptions') diff --git a/framework/Exceptions/messages.en b/framework/Exceptions/messages.en index f1f6c9ad..136fe3df 100644 --- a/framework/Exceptions/messages.en +++ b/framework/Exceptions/messages.en @@ -1,4 +1,11 @@ component_property_undefined = Component property '%s.%s' is not defined. +component_property_readonly = Component property '%s.%s' is read-only. +component_event_undefined = Component event '%s.%s' is not defined. +component_eventhandler_invalid = Component event '%s.%s' is attached with an invalid event handler. +component_expression_invalid = Component '%s' is evaluating an invalid expression '%s' : %s. +component_statements_invalid = Component '%s' is evaluating invalid PHP statements '%s' : %s. + +propertyvalue_enumvalue_invalid = Value '%s' is a not valid enumeration value (%s). application_configfile_inexistent = Application configuration file "%s" does not exist. application_module_existing = Application module "%s" cannot be registered twice. -- cgit v1.2.3