| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495 |
- <?xml version="1.0" encoding="utf-8"?>
- <!--
- This file is part of the DITA Open Toolkit project.
- Copyright 2004, 2005 IBM Corporation
- See the accompanying LICENSE file for applicable license.
- -->
- <strings xml:lang="en-us"> <!-- US English -->
- <!--
- This file controls strings that appear in published output.
- There is one version of this file per language or locale. To add support
- for a new language, create a copy of this file, name
- it using the strings-<locale ISO code>.xml format, and
- add a mapping for the language into the strings.xml file.
-
- Strings with no localized text, common to all (or nearly all)
- languages, are stored in strings-common.xml. Any common string
- may be copied into strings-<locale ISO code>.xml to provide a
- locale-specific value for the common string.
- -->
- <str name="Figure">Figure</str>
- <str name="Table">Table</str>
- <str name="Next topic">Next topic</str>
- <str name="Previous topic">Previous topic</str>
- <str name="Parent topic">Parent topic</str>
- <str name="Required cleanup">Required cleanup</str>
- <str name="Draft comment">Draft comment</str>
- <!-- Option is used as a heading for the choption column
- in task choice tables -->
- <str name="Option">Option</str>
- <!-- Description is used as a heading for both the chdesc
- column in <choicetable> in <task> topics and the propdesc
- column in <property> tables in <reference> topics -->
- <str name="Description">Description</str>
- <str name="Optional">Optional</str>
- <str name="Required">Required</str>
- <!-- Text available for links that skip visual syntax diagrams -->
- <str name="Skip visual syntax diagram">Skip visual syntax diagram</str>
- <str name="Read syntax diagram">Read syntax diagram</str>
- <str name="Start of change">Start of change</str>
- <str name="End of change">End of change</str>
- <str name="Index">Index</str>
- <str name="Special characters">Special characters</str>
- <str name="Numerics">Numerics</str>
- <str name="End notes">End notes</str>
- <str name="Artwork">Artwork</str>
- <str name="Syntax">Syntax</str>
-
- <!-- Type and Value are used as headings for the proptype and propvalue
- columns in a property table in <reference> topics -->
- <str name="Type">Type</str>
- <str name="Value">Value</str>
- <!-- peril notice labels for various <note> types -->
- <str name="Note">Note</str>
- <str name="Notes">Notes</str>
- <str name="Tip">Tip</str>
- <str name="Fastpath">Fastpath</str>
- <str name="Important">Important</str>
- <str name="Attention">Attention</str>
- <str name="Caution">CAUTION</str>
- <str name="Danger">DANGER</str>
- <str name="Remember">Remember</str>
- <str name="Restriction">Restriction</str>
- <str name="Warning">Warning</str>
- <str name="Trouble">Trouble</str>
-
- <!-- Title text for Table of contents -->
- <str name="Contents">Contents</str>
- <!-- Title text for generated link sections -->
- <str name="Related concepts">Related concepts</str>
- <str name="Related tasks">Related tasks</str>
- <str name="Related reference">Related reference</str>
- <str name="Related information">Related information</str>
- <str name="Prerequisite">Prerequisite</str>
- <str name="Prerequisites">Prerequisites</str>
- <str name="or">or</str>
- <!--Task section labels -->
- <str name="task_context">About this task</str>
- <str name="task_example">Example</str>
- <str name="task_postreq">What to do next</str>
- <str name="task_prereq">Before you begin</str>
- <str name="task_procedure">Procedure</str>
- <str name="task_procedure_unordered">Procedure</str>
- <str name="task_results">Results</str>
- <str name="Copyright">Copyright</str>
- <!-- Accessible text for the default > character
- generated between menu cascade items (the character
- itself comes from string name "#menucascade-separator") -->
- <str name="a11y.and-then">and then</str>
- </strings>
|