diff options
author | xue <> | 2005-11-19 15:03:14 +0000 |
---|---|---|
committer | xue <> | 2005-11-19 15:03:14 +0000 |
commit | 8b157421c027e455a3b52c28f08d328236a7d05f (patch) | |
tree | deb742b88becc384a75607dda091ed9f69513dcc /framework/Exceptions/messages.txt | |
parent | 8fd040ef49321fce9d3d0b9c44937984a2112b52 (diff) |
Diffstat (limited to 'framework/Exceptions/messages.txt')
-rw-r--r-- | framework/Exceptions/messages.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/framework/Exceptions/messages.txt b/framework/Exceptions/messages.txt index 9ed1160b..17e1e627 100644 --- a/framework/Exceptions/messages.txt +++ b/framework/Exceptions/messages.txt @@ -11,6 +11,7 @@ application_configfile_inexistent = Application configuration file '%s' does no application_module_existing = Application module '%s' cannot be registered twice.
application_service_invalid = Service '%s' must implement IService interface.
application_service_unknown = Requested service '%s' is not defined.
+application_service_unavailable = Service Unavailable.
appconfig_aliaspath_invalid = Application configuration <alias id="%s"> uses an invalid file path "%s".
appconfig_aliasid_required = Application configuration <alias> element must have an "id" attribute.
@@ -55,6 +56,8 @@ memcache_connection_failed = TMemCache failed to connect to memcache server % memcache_host_unchangeable = TMemCache.Host cannot be modified after the module is initialized.
memcache_port_unchangeable = TMemCache.Port cannot be modified after the module is initialized.
+errorhandler_errortemplatepath_invalid = TErrorHandler.ErrorTemplatePath '%s' is invalid. Make sure it is in namespace form and points to a valid directory containing error template files.
+
pageservice_page_unknown = Page '%s' Not Found
|