WebAdminProperties.properties 4.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. # Copyright 2004, 2005 The Apache Software Foundation
  2. #
  3. # Licensed under the Apache License, Version 2.0 (the "License");
  4. # you may not use this file except in compliance with the License.
  5. # You may obtain a copy of the License at
  6. #
  7. # http://www.apache.org/licenses/LICENSE-2.0
  8. #
  9. # Unless required by applicable law or agreed to in writing, software
  10. # distributed under the License is distributed on an "AS IS" BASIS,
  11. # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  12. # See the License for the specific language governing permissions and
  13. # limitations under the License.
  14. initializer-contribution=application initializer
  15. no-application-specification=Could not find an application specification for application servlet {0}.
  16. error-instantiating-engine=Unable to instantiate engine as instance of class {0}: {1}
  17. no-template-for-component=Could not find template for component {0} in locale {1}.
  18. no-template-for-page=Could not find template for page {0} in locale {1}.
  19. unable-to-parse-template=Could not parse template {0}.
  20. unable-to-read-template=Could not read template {0}.
  21. unable-to-parse-specification=Could not parse specification {0}.
  22. unable-to-read-infrastructure-property=Unable to read property ''{0}'' of {1}: {2}
  23. multiple-component-references=Template for component {0} contains multiple references to embedded component {1}.
  24. dupe-component-id=Component {0} conflicts with a prior declaration in the specification (at {1}).
  25. unbalanced-close-tags=More closing tags the open tags in template.
  26. template-binding-for-informal-parameter=The template for {0} contains a binding for parameter ''{1}'' of component {2}, which does not allow informal parameters.
  27. template-binding-for-reserved-parameter=The template for {0} contains a binding for parameter ''{1}'' of component {2}, which is a reserved parameter name.
  28. dupe-template-binding=A binding for parameter ''{0}'' of component {1} in the template for {2} conflicts with an existing binding in the specification.
  29. bodyless-component=This component may not have a body.
  30. missing-component-spec=Template for component {0} does not reference embedded {1,choice,1#component|1<components}: {2}.
  31. unable-to-load-properties=Unable to load properties from {0}: {1}
  32. no-such-service=No engine service named ''{0}'' is available.
  33. dupe-service=Engine service ''{0}'' has already been defined (at {1}); this contribution has been ignored.
  34. unable-to-parse-expression=Unable to parse OGNL expression ''{0}'': {1}
  35. unable-to-read-expression=Unable to read OGNL expression ''{0}'' of {1}: {2}
  36. parsed-expression=<parsed OGNL expression>
  37. unable-to-write-expression=Unable to update OGNL expression ''{0}'' of {1} to {2}: {3}
  38. is-constant-expression-error=Error evaluating OGNL expression ''{0}'': {1}
  39. template-parameter-name=template parameter {0}
  40. template-tag-parameter-name=implicit template tag parameter
  41. component-property-source-description=<PropertySource for {0}>
  42. namespace-property-source-description=<PropertySource for namespace {0}>
  43. invalid-encoding=Unable to set request character encoding to ''{0}'': {1}
  44. error-resetting=Error resetting cached data at end of request: {0}
  45. engine-service-outer-proxy-to-string=<OuterProxy for engine service ''{0}''>
  46. engine-service-inner-proxy-to-string=<InnerProxy for engine service ''{0}''>
  47. service-name-mismatch=Engine service {0} is mapped to name ''{1}'' but indicates a name of ''{2}''.
  48. 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.
  49. infrastructure-not-initialized=The Infrastructure service has not yet been initialized.
  50. duplicate-infrastructure-contribution=Infrastructure contribution for property ''{0}'' (mode ''{1}'') conflicts with a prior contribution (at {2}) and has been ignored.
  51. missing-infrastructure-property=Infrastructure property ''{0}'' is not defined.
  52. used-template-parameter-alias=Parameter {2} (for component {1}, at {0}) was bound; this parameter has been deprecated, bind parameter {3} instead.
  53. engine-class-not-found=Engine class ''{0}'' not found.
  54. service-name-is-null=The service name is null. Engine services must implement method getServiceName() and return a non-null value.
  55. unknown-request=Unable to find a suitable ResponseBuilder for the incoming request.