strings-en-us.xml 3.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <!--
  3. This file is part of the DITA Open Toolkit project.
  4. Copyright 2004, 2005 IBM Corporation
  5. See the accompanying LICENSE file for applicable license.
  6. -->
  7. <strings xml:lang="en-us"> <!-- US English -->
  8. <!--
  9. This file controls strings that appear in published output.
  10. There is one version of this file per language or locale. To add support
  11. for a new language, create a copy of this file, name
  12. it using the strings-<locale ISO code>.xml format, and
  13. add a mapping for the language into the strings.xml file.
  14. Strings with no localized text, common to all (or nearly all)
  15. languages, are stored in strings-common.xml. Any common string
  16. may be copied into strings-<locale ISO code>.xml to provide a
  17. locale-specific value for the common string.
  18. -->
  19. <str name="Figure">Figure</str>
  20. <str name="Table">Table</str>
  21. <str name="Next topic">Next topic</str>
  22. <str name="Previous topic">Previous topic</str>
  23. <str name="Parent topic">Parent topic</str>
  24. <str name="Required cleanup">Required cleanup</str>
  25. <str name="Draft comment">Draft comment</str>
  26. <!-- Option is used as a heading for the choption column
  27. in task choice tables -->
  28. <str name="Option">Option</str>
  29. <!-- Description is used as a heading for both the chdesc
  30. column in <choicetable> in <task> topics and the propdesc
  31. column in <property> tables in <reference> topics -->
  32. <str name="Description">Description</str>
  33. <str name="Optional">Optional</str>
  34. <str name="Required">Required</str>
  35. <!-- Text available for links that skip visual syntax diagrams -->
  36. <str name="Skip visual syntax diagram">Skip visual syntax diagram</str>
  37. <str name="Read syntax diagram">Read syntax diagram</str>
  38. <str name="Start of change">Start of change</str>
  39. <str name="End of change">End of change</str>
  40. <str name="Index">Index</str>
  41. <str name="Special characters">Special characters</str>
  42. <str name="Numerics">Numerics</str>
  43. <str name="End notes">End notes</str>
  44. <str name="Artwork">Artwork</str>
  45. <str name="Syntax">Syntax</str>
  46. <!-- Type and Value are used as headings for the proptype and propvalue
  47. columns in a property table in <reference> topics -->
  48. <str name="Type">Type</str>
  49. <str name="Value">Value</str>
  50. <!-- peril notice labels for various <note> types -->
  51. <str name="Note">Note</str>
  52. <str name="Notes">Notes</str>
  53. <str name="Tip">Tip</str>
  54. <str name="Fastpath">Fastpath</str>
  55. <str name="Important">Important</str>
  56. <str name="Attention">Attention</str>
  57. <str name="Caution">CAUTION</str>
  58. <str name="Danger">DANGER</str>
  59. <str name="Remember">Remember</str>
  60. <str name="Restriction">Restriction</str>
  61. <str name="Warning">Warning</str>
  62. <str name="Trouble">Trouble</str>
  63. <!-- Title text for Table of contents -->
  64. <str name="Contents">Contents</str>
  65. <!-- Title text for generated link sections -->
  66. <str name="Related concepts">Related concepts</str>
  67. <str name="Related tasks">Related tasks</str>
  68. <str name="Related reference">Related reference</str>
  69. <str name="Related information">Related information</str>
  70. <str name="Prerequisite">Prerequisite</str>
  71. <str name="Prerequisites">Prerequisites</str>
  72. <str name="or">or</str>
  73. <!--Task section labels -->
  74. <str name="task_context">About this task</str>
  75. <str name="task_example">Example</str>
  76. <str name="task_postreq">What to do next</str>
  77. <str name="task_prereq">Before you begin</str>
  78. <str name="task_procedure">Procedure</str>
  79. <str name="task_procedure_unordered">Procedure</str>
  80. <str name="task_results">Results</str>
  81. <str name="Copyright">Copyright</str>
  82. <!-- Accessible text for the default > character
  83. generated between menu cascade items (the character
  84. itself comes from string name "#menucascade-separator") -->
  85. <str name="a11y.and-then">and then</str>
  86. </strings>