123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566 |
- # Copyright 2004, 2005 The Apache Software Foundation
- #
- # Licensed under the Apache License, Version 2.0 (the "License");
- # you may not use this file except in compliance with the License.
- # You may obtain a copy of the License at
- #
- # http://www.apache.org/licenses/LICENSE-2.0
- #
- # Unless required by applicable law or agreed to in writing, software
- # distributed under the License is distributed on an "AS IS" BASIS,
- # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- # See the License for the specific language governing permissions and
- # limitations under the License.
- initializer-contribution=application initializer
- no-application-specification=Could not find an application specification for application servlet {0}.
- error-instantiating-engine=Unable to instantiate engine as instance of class {0}: {1}
- no-template-for-component=Could not find template for component {0} in locale {1}.
- no-template-for-page=Could not find template for page {0} in locale {1}.
- unable-to-parse-template=Could not parse template {0}.
- unable-to-read-template=Could not read template {0}.
- unable-to-parse-specification=Could not parse specification {0}.
- unable-to-read-infrastructure-property=Unable to read property ''{0}'' of {1}: {2}
- multiple-component-references=Template for component {0} contains multiple references to embedded component {1}.
- dupe-component-id=Component {0} conflicts with a prior declaration in the specification (at {1}).
- unbalanced-close-tags=More closing tags the open tags in template.
- template-binding-for-informal-parameter=The template for {0} contains a binding for parameter ''{1}'' of component {2}, which does not allow informal parameters.
- template-binding-for-reserved-parameter=The template for {0} contains a binding for parameter ''{1}'' of component {2}, which is a reserved parameter name.
- dupe-template-binding=A binding for parameter ''{0}'' of component {1} in the template for {2} conflicts with an existing binding in the specification.
- bodyless-component=This component may not have a body.
- missing-component-spec=Template for component {0} does not reference embedded {1,choice,1#component|1<components}: {2}.
- unable-to-load-properties=Unable to load properties from {0}: {1}
- no-such-service=No engine service named ''{0}'' is available.
- dupe-service=Engine service ''{0}'' has already been defined (at {1}); this contribution has been ignored.
- unable-to-parse-expression=Unable to parse OGNL expression ''{0}'': {1}
- unable-to-read-expression=Unable to read OGNL expression ''{0}'' of {1}: {2}
- parsed-expression=<parsed OGNL expression>
- unable-to-write-expression=Unable to update OGNL expression ''{0}'' of {1} to {2}: {3}
- is-constant-expression-error=Error evaluating OGNL expression ''{0}'': {1}
- template-parameter-name=template parameter {0}
- template-tag-parameter-name=implicit template tag parameter
- component-property-source-description=<PropertySource for {0}>
- namespace-property-source-description=<PropertySource for namespace {0}>
- invalid-encoding=Unable to set request character encoding to ''{0}'': {1}
- error-resetting=Error resetting cached data at end of request: {0}
- engine-service-outer-proxy-to-string=<OuterProxy for engine service ''{0}''>
- engine-service-inner-proxy-to-string=<InnerProxy for engine service ''{0}''>
- service-name-mismatch=Engine service {0} is mapped to name ''{1}'' but indicates a name of ''{2}''.
- infrastructure-already-initialized=The Infrastructure service can not be initialized for mode ''{0}'', it has already been initialized for mode ''{1}''. The Infrastructure may only be initialized once.
- infrastructure-not-initialized=The Infrastructure service has not yet been initialized.
- duplicate-infrastructure-contribution=Infrastructure contribution for property ''{0}'' (mode ''{1}'') conflicts with a prior contribution (at {2}) and has been ignored.
- missing-infrastructure-property=Infrastructure property ''{0}'' is not defined.
- used-template-parameter-alias=Parameter {2} (for component {1}, at {0}) was bound; this parameter has been deprecated, bind parameter {3} instead.
- engine-class-not-found=Engine class ''{0}'' not found.
- service-name-is-null=The service name is null. Engine services must implement method getServiceName() and return a non-null value.
- unknown-request=Unable to find a suitable ResponseBuilder for the incoming request.
|