messages.xml 4.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!--
  3. This file is part of the DITA Open Toolkit project.
  4. See the accompanying license.txt file for applicable licenses.
  5. -->
  6. <messages>
  7. <!-- Ant -->
  8. <message id="DOTA066F" type="FATAL">
  9. <reason>Cannot find the user specified XSLT stylesheet '%1'.</reason>
  10. <response></response>
  11. </message>
  12. <!-- Java -->
  13. <message id="PDFJ001E" type="ERROR">
  14. <reason>The PDF indexing process could not find the proper sort location for '%1', so the term has been dropped from the index.</reason>
  15. <response/>
  16. </message>
  17. <message id="PDFJ002E" type="ERROR">
  18. <reason>The build failed due to problems encountered when sorting the PDF index.</reason>
  19. <response>Please address any messages located earlier in the log.</response>
  20. </message>
  21. <message id="PDFJ003I" type="INFO">
  22. <reason>Index entry '%1' will be sorted under the "Special characters" heading.</reason>
  23. <response/>
  24. </message>
  25. <message id="XEPJ001W" type="WARN">
  26. <reason>%1</reason>
  27. <response/>
  28. </message>
  29. <message id="XEPJ002E" type="ERROR">
  30. <reason>%1</reason>
  31. <response/>
  32. </message>
  33. <message id="XEPJ003E" type="ERROR">
  34. <reason>%1</reason>
  35. <response/>
  36. </message>
  37. <!-- DOTA067W and DOTA068W actually come from Java code inside the PDF plug-in.
  38. DOTA prefix is innacurate. No reason to change at this point. -->
  39. <message id="DOTA067W" type="WARN">
  40. <reason>Ignoring index-see '%1' inside parent index entry '%2' because the parent indexterm contains indexterm children.</reason>
  41. <response></response>
  42. </message>
  43. <message id="DOTA068W" type="WARN">
  44. <reason>Ignoring index-see-also '%1' inside parent index entry '%2' because the parent indexterm contains indexterm children.</reason>
  45. <response></response>
  46. </message>
  47. <!-- XSLT -->
  48. <message id="PDFX001W" type="WARN">
  49. <reason>There is an index term specified with start="%1", but there is no matching end for this term.</reason>
  50. <response>Add an index term in a valid location with end="%1".</response>
  51. </message>
  52. <message id="PDFX002W" type="WARN">
  53. <reason>There are multiple index terms specified with start="%1", but there is only one term to end this range, or the ranges for this term overlap.</reason>
  54. <response>Ensure that each term with this start value has a matching end value, and that the specified ranges for this value do not overlap</response>
  55. </message>
  56. <message id="PDFX003W" type="WARN">
  57. <reason>There are multiple index entries found to close the index range for "%1".</reason>
  58. <response>Ensure that any index term with start="%1" has only one matching end term with end="%1".</response>
  59. </message>
  60. <message id="PDFX004F" type="FATAL">
  61. <reason>A topic reference was found with href="".</reason>
  62. <response>Please specify a target or remove the href attribute.</response>
  63. </message>
  64. <message id="PDFX005F" type="FATAL">
  65. <reason>The topic reference href="%1" could not be found.</reason>
  66. <response>Please correct the reference, or set the scope or format attribute if the target is not a local DITA topic.</response>
  67. </message>
  68. <!-- PDFX006E cannot appear with version 2.2; commenting out. Should be removed when it is removed from the code.
  69. <message id="PDFX006E" type="ERROR">
  70. <reason>Number of columns must be specified.</reason>
  71. <response/>
  72. </message>-->
  73. <message id="PDFX007W" type="WARN">
  74. <reason>Found an index term with end="%1", but no starting term was found for this entry.</reason>
  75. <response/>
  76. </message>
  77. <message id="PDFX008W" type="WARN">
  78. <reason>Font definition not found for the logical name or alias '%1'.</reason>
  79. <response/>
  80. </message>
  81. <message id="PDFX009E" type="ERROR">
  82. <reason>Attribute set reflection cannot handle XSLT element %1.</reason>
  83. <response/>
  84. </message>
  85. <message id="PDFX011E" type="ERROR">
  86. <reason>The index term '%2' uses both an index-see element and %1 element.</reason>
  87. <response>Convert the index-see element to index-see-also.</response>
  88. </message>
  89. </messages>