summaryrefslogtreecommitdiff
path: root/framework/Exceptions
diff options
context:
space:
mode:
authorxue <>2005-11-17 22:41:18 +0000
committerxue <>2005-11-17 22:41:18 +0000
commitec41f13012ca7c8ca67e1c1992368a5dee2a9624 (patch)
tree49757fe115bca651f8af9c6930474514ed451f9e /framework/Exceptions
parent179cdbcff6afcdd740cb0ec63b2326b99323334c (diff)
Diffstat (limited to 'framework/Exceptions')
-rw-r--r--framework/Exceptions/messages.en7
1 files changed, 7 insertions, 0 deletions
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.