From b404b6fed5dc814ceb2cf03a17b20ff9d6da775d Mon Sep 17 00:00:00 2001 From: xue <> Date: Mon, 21 Nov 2005 21:01:09 +0000 Subject: --- framework/Exceptions/messages.txt | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) (limited to 'framework/Exceptions/messages.txt') diff --git a/framework/Exceptions/messages.txt b/framework/Exceptions/messages.txt index 63c03214..3788ce37 100644 --- a/framework/Exceptions/messages.txt +++ b/framework/Exceptions/messages.txt @@ -30,7 +30,8 @@ application_service_unknown = Requested service '%s' is not defined. application_service_unavailable = Service Unavailable. appconfig_aliaspath_invalid = Application configuration uses an invalid file path "%s". -appconfig_aliasid_required = Application configuration element must have an "id" attribute. +appconfig_alias_invalid = Application configuration element must have an "id" attribute and a "path" attribute. +appconfig_alias_redefined = Application configuration cannot be redefined. appconfig_using_invalid = Application configuration element must have a "namespace" attribute. appconfig_moduleid_required = Application configuration element must have an "id" attribute. appconfig_moduletype_required = Application configuration must have a "type" attribute. @@ -75,6 +76,19 @@ memcache_port_unchangeable = TMemCache.Port cannot be modified after the modu 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 +pageservice_basepath_invalid = TPageService.BasePath '%s' is not a valid directory. +pageservice_page_required = Page Name Required +pageservice_defaultpage_unchangeable = TPageService.DefaultPage cannot be modified after the service is initialized. +pageservice_basepath_unchangeable = TPageService.BasePath cannot be modified after the service is initialized. + +pageserviceconf_file_invalid = Unable to open page directory configuration file '%s'. +pageserviceconf_aliaspath_invalid = uses an invalid file path "%s" in page directory configuration file '%s'. +pageserviceconf_alias_invalid = element must have an "id" attribute and a "path" attribute in page directory configuration file '%s'. +pageserviceconf_using_invalid = element must have a "namespace" attribute in page directory configuration file '%s'. +pageserviceconf_module_invalid = element must have an "id" attribute in page directory configuration file '%s'. +pageserviceconf_moduletype_required = must have a "type" attribute in page directory configuration file '%s'. +pageserviceconf_parameter_invalid = element must have an "id" attribute in page directory configuration file '%s'. +pageserviceconf_page_invalid = element must have an "id" attribute and a "type" attribute in page directory configuration file '%s'. template_templatefile_invalid = Template file '%s' cannot open. template_closingtag_unexpected = %s: Unexpected closing tag '%s' is found. -- cgit v1.2.3