messages.xml 4.3 KB

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