summaryrefslogtreecommitdiff
path: root/framework/Exceptions/messages.txt
diff options
context:
space:
mode:
authorxue <>2006-01-21 16:03:19 +0000
committerxue <>2006-01-21 16:03:19 +0000
commit99b56c855a597c606d349c7063d843539e65a6ed (patch)
tree0f5b2c8451d84895f49eee42cb73baa10ee7ebd6 /framework/Exceptions/messages.txt
parentdd76d0c2cfa3425c2e8dad54f2bcb12148957db5 (diff)
Enhanced Prado::using().
Diffstat (limited to 'framework/Exceptions/messages.txt')
-rw-r--r--framework/Exceptions/messages.txt1
1 files changed, 1 insertions, 0 deletions
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.