From 99b56c855a597c606d349c7063d843539e65a6ed Mon Sep 17 00:00:00 2001 From: xue <> Date: Sat, 21 Jan 2006 16:03:19 +0000 Subject: Enhanced Prado::using(). --- framework/Exceptions/messages.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'framework/Exceptions') diff --git a/framework/Exceptions/messages.txt b/framework/Exceptions/messages.txt index f3d741cb..fd33596b 100644 --- a/framework/Exceptions/messages.txt +++ b/framework/Exceptions/messages.txt @@ -3,6 +3,7 @@ prado_component_unknown = Unable to create unknown component '%s'. prado_using_invalid = '%s' is not a valid namespace to be used. Make sure '.*' is appended if you want to use a namespace referring to a directory. prado_alias_redefined = Alias '%s' cannot be redefined. prado_alias_invalid = Alias '%s' refers to an invalid path '%s'. Only existing directories can be aliased. +prado_aliasname_invalid = Alias '%s' contains invalid character '.'. component_property_undefined = Component property '%s.%s' is not defined. component_property_readonly = Component property '%s.%s' is read-only. -- cgit v1.2.3