您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

ResourceEventProducer.xml 2.3KB

123456789101112131415161718192021222324252627282930313233
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!--
  3. Licensed to the Apache Software Foundation (ASF) under one or more
  4. contributor license agreements. See the NOTICE file distributed with
  5. this work for additional information regarding copyright ownership.
  6. The ASF licenses this file to You under the Apache License, Version 2.0
  7. (the "License"); you may not use this file except in compliance with
  8. the License. You may obtain a copy of the License at
  9. http://www.apache.org/licenses/LICENSE-2.0
  10. Unless required by applicable law or agreed to in writing, software
  11. distributed under the License is distributed on an "AS IS" BASIS,
  12. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  13. See the License for the specific language governing permissions and
  14. limitations under the License.
  15. -->
  16. <!-- $Id$ -->
  17. <catalogue xml:lang="en">
  18. <message key="locator">[ (See position {loc})| (See {#gatherContextInfo})| (No context info available)]</message>
  19. <message key="imageNotFound">Image not found.[ URI: {uri}.]{{locator}}</message>
  20. <message key="imageError">Image not available.[ URI: {uri}.] Reason:[ {reason}][ {e}]{{locator}}</message>
  21. <message key="imageWarning">Image warning.[ URI: {uri}.] Reason:[ {message}][ {e}]{{locator}}</message>
  22. <message key="imageIOError">I/O error while loading image.[ URI: {uri}.][ Reason: {ioe}]{{locator}}</message>
  23. <message key="ifoNoIntrinsicSize">The intrinsic dimensions of an instream-foreign-object could not be determined.{{locator}}</message>
  24. <message key="uriError">Error while handling URI: {uri}. Reason: {e}{{locator}}</message>
  25. <message key="foreignXMLProcessingError">Some XML content will be ignored. Could not render XML in namespace "{namespaceURI}".[ Reason: {e}]</message>
  26. <message key="foreignXMLNoHandler">Some XML content will be ignored. No handler defined for XML with namespace "{namespaceURI}".</message>
  27. <message key="imageWritingError">Error while writing an image to the target file.[ Reason: {e}]</message>
  28. <message key="cannotDeleteTempFile">Temporary file could not be deleted: {tempFile}</message>
  29. <message key="catalogResolverNotFound">Catalog resolver not found along the classpath</message>
  30. <message key="catalogResolverNotCreated">Error creating the catalog resolver: {message}</message>
  31. </catalogue>