diff options
author | Ciro Mattia Gonano <ciromattia@gmail.com> | 2013-04-24 09:59:46 +0200 |
---|---|---|
committer | Ciro Mattia Gonano <ciromattia@gmail.com> | 2013-04-24 09:59:48 +0200 |
commit | daa4dde508865ef0f08e584987b0695d4847809a (patch) | |
tree | e4aaed56bea63ec5d569fc74ff10f0e36618c50e /framework/Exceptions/messages | |
parent | a08d87f68a22df1ffb001ebe1cc3f438c045b843 (diff) |
Update to 3.2.1
Diffstat (limited to 'framework/Exceptions/messages')
-rw-r--r-- | framework/Exceptions/messages/messages.txt | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/framework/Exceptions/messages/messages.txt b/framework/Exceptions/messages/messages.txt index 536996f2..69fd89fc 100644 --- a/framework/Exceptions/messages/messages.txt +++ b/framework/Exceptions/messages/messages.txt @@ -8,14 +8,9 @@ prado_aliasname_invalid = Alias '{0}' contains invalid character '.'. component_property_undefined = Component property '{0}.{1}' is not defined. component_property_readonly = Component property '{0}.{1}' is read-only. component_event_undefined = Component event '{0}.{1}' is not defined. -component_method_undefined = Component method '{0}.{1}' is not defined. component_eventhandler_invalid = Component event '{0}.{1}' is attached with an invalid event handler '{2}'. component_expression_invalid = Component '{0}' is evaluating an invalid expression '{1}' : {2}. component_statements_invalid = Component '{0}' is evaluating invalid PHP statements '{1}' : {2}. -component_class_behavior_defined = Component '{0}' already has a class behavior of '{1}'. -component_not_a_behavior = Component '{0}' is being added as behavior is not a TBaseBehavior. -component_no_tcomponent_class_behaviors = TComponent cannot have class behaviors attached due to recursion. -component_no_class_provided_nor_late_binding = Adding or Removing Class Behaviors must have PHP feature Late Static Binding or a class provided as a parameter propertyvalue_enumvalue_invalid = Value '{0}' is a not valid enumeration value ({1}). |