messages.xml 1.2 KB

123456789101112131415161718192021222324252627282930
  1. <?xml version="1.0" encoding="UTF-8" ?>
  2. <!--
  3. This file is part of the DITA Open Toolkit project.
  4. Copyright 2014 Jarno Elovirta
  5. See the accompanying LICENSE file for applicable license.
  6. -->
  7. <messages>
  8. <message id="DOTA006W" type="WARN">
  9. <reason>Absolute paths on the local file system are not supported for the CSSPATH parameter.</reason>
  10. <response>Please use a relative path or full URI instead.</response>
  11. </message>
  12. <message id="DOTA007E" type="ERROR">
  13. <reason>Cannot find the running-footer file "%1".</reason>
  14. <response>Please double check the value to ensure it is specified correctly.</response>
  15. </message>
  16. <message id="DOTA008E" type="ERROR">
  17. <reason>Cannot find the running-header file "%1".</reason>
  18. <response>Please double check the value to ensure it is specified correctly.</response>
  19. </message>
  20. <message id="DOTA009E" type="ERROR">
  21. <reason>Cannot find the specified heading file "%1".</reason>
  22. <response>Please double check the value to ensure it is specified correctly.</response>
  23. </message>
  24. <message id="DOTA069W" type="WARN">
  25. <reason>Target "%1" is deprecated.</reason>
  26. <response>Remove references to this target from your custom XSLT or plug-ins.</response>
  27. </message>
  28. </messages>