en.xml 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!--
  3. Copyright © 2004-2006 by Idiom Technologies, Inc. All rights reserved.
  4. IDIOM is a registered trademark of Idiom Technologies, Inc. and WORLDSERVER
  5. and WORLDSTART are trademarks of Idiom Technologies, Inc. All other
  6. trademarks are the property of their respective owners.
  7. IDIOM TECHNOLOGIES, INC. IS DELIVERING THE SOFTWARE "AS IS," WITH
  8. ABSOLUTELY NO WARRANTIES WHATSOEVER, WHETHER EXPRESS OR IMPLIED, AND IDIOM
  9. TECHNOLOGIES, INC. DISCLAIMS ALL WARRANTIES, EXPRESS OR IMPLIED, INCLUDING
  10. BUT NOT LIMITED TO WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
  11. PURPOSE AND WARRANTY OF NON-INFRINGEMENT. IDIOM TECHNOLOGIES, INC. SHALL NOT
  12. BE LIABLE FOR INDIRECT, INCIDENTAL, SPECIAL, COVER, PUNITIVE, EXEMPLARY,
  13. RELIANCE, OR CONSEQUENTIAL DAMAGES (INCLUDING BUT NOT LIMITED TO LOSS OF
  14. ANTICIPATED PROFIT), ARISING FROM ANY CAUSE UNDER OR RELATED TO OR ARISING
  15. OUT OF THE USE OF OR INABILITY TO USE THE SOFTWARE, EVEN IF IDIOM
  16. TECHNOLOGIES, INC. HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
  17. Idiom Technologies, Inc. and its licensors shall not be liable for any
  18. damages suffered by any person as a result of using and/or modifying the
  19. Software or its derivatives. In no event shall Idiom Technologies, Inc.'s
  20. liability for any damages hereunder exceed the amounts received by Idiom
  21. Technologies, Inc. as a result of this transaction.
  22. These terms and conditions supersede the terms and conditions in any
  23. licensing agreement to the extent that such terms and conditions conflict
  24. with those set forth herein.
  25. This file is part of the DITA Open Toolkit project.
  26. See the accompanying license.txt file for applicable licenses.
  27. -->
  28. <vars xmlns="http://www.idiominc.com/opentopic/vars">
  29. <!--
  30. This file controls strings that appear in the published output.
  31. There is one version of this file per language. To add support
  32. for a new language, simply create a copy of this file and name
  33. it using the <locale ISO code>.xml format.
  34. -->
  35. <!--
  36. Strings used in the headers and footers of pages.
  37. -->
  38. <!-- Product name to be placed inside headers etc. -->
  39. <variable id="Product Name"/>
  40. <!-- The footer that appears on odd-numbered pages. -->
  41. <variable id="Body odd footer"/>
  42. <!-- The footer that appears on even-numbered pages. -->
  43. <variable id="Body even footer"/>
  44. <!-- The footer that appears on the first page of a chapter. -->
  45. <variable id="Body first footer"/>
  46. <!-- The header that appears on the first page of a chapter. -->
  47. <variable id="Body first header"/>
  48. <!-- The header that appears on odd-numbered pages. -->
  49. <variable id="Body odd header"><param ref-name="prodname"/> | <param ref-name="heading"/> | <param ref-name="pagenum"/></variable>
  50. <!-- The header that appears on even-numbered pages. -->
  51. <variable id="Body even header"><param ref-name="pagenum"/> | <param ref-name="heading"/> | <param ref-name="prodname"/></variable>
  52. <!-- The footer that appears on Preface odd-numbered pages. -->
  53. <variable id="Preface odd footer"/>
  54. <!-- The footer that appears on Preface even-numbered pages. -->
  55. <variable id="Preface even footer"/>
  56. <!-- The footer that appears on the first page of a Preface -->
  57. <variable id="Preface first footer"/>
  58. <!-- The header that appears on Preface odd-numbered pages. -->
  59. <variable id="Preface odd header"><param ref-name="prodname"/> | Introduction | <param ref-name="pagenum"/></variable>
  60. <!-- The header that appears on Preface even-numbered pages. -->
  61. <variable id="Preface even header"><param ref-name="pagenum"/> | Introduction | <param ref-name="prodname"/></variable>
  62. <!-- The header that appears on Preface first page. -->
  63. <variable id="Preface first header"/>
  64. <!-- The footer that appears on the odd-numbered table of contents
  65. pages. -->
  66. <variable id="Toc odd footer"/>
  67. <!-- The footer that appears on the even-numbered table of contents
  68. pages. -->
  69. <variable id="Toc even footer"/>
  70. <!-- The header that appears on the odd-numbered table of contents
  71. pages. -->
  72. <variable id="Toc odd header"><param ref-name="prodname"/> | <param ref-name="heading"/> | <param ref-name="pagenum"/></variable>
  73. <!-- The header that appears on the odd-numbered table of contents
  74. pages. -->
  75. <variable id="Toc even header"><param ref-name="pagenum"/> | <param ref-name="heading"/> | <param ref-name="prodname"/></variable>
  76. <!-- The footer that appears on the odd-numbered index pages. -->
  77. <variable id="Index odd footer"/>
  78. <!-- The footer that appears on the even-numbered index pages. -->
  79. <variable id="Index even footer"/>
  80. <!-- The header that appears on the odd-numbered index pages. -->
  81. <variable id="Index odd header"><param ref-name="prodname"/> | <param ref-name="heading"/> | <param ref-name="pagenum"/></variable>
  82. <!-- The header that appears on the even-numbered index pages. -->
  83. <variable id="Index even header"><param ref-name="pagenum"/> | <param ref-name="heading"/> | <param ref-name="prodname"/></variable>
  84. <!-- The formatting used to display ordered lists (e.g., "1., 2." or
  85. "1), 2)" -->
  86. <variable id="Ordered List Number"><param ref-name="number"/>. </variable>
  87. <!-- The unordered list bullet -->
  88. <variable id="Unordered List bullet">•</variable>
  89. <!-- The heading string to put at the top of the Table of Contents -->
  90. <variable id="Table of Contents">Contents</variable>
  91. <variable id="Index Continued String">continued</variable>
  92. <!--string before see element-->
  93. <variable id="Index See String">, See </variable>
  94. <!--string before see also element-->
  95. <variable id="Index See Also String">See also </variable>
  96. <!-- The string used to label a chapter within the table of contents. -->
  97. <variable id="Table of Contents Chapter">Chapter <param ref-name="number"/>: </variable>
  98. <!-- The string used to label an appendix within the table of contents. -->
  99. <variable id="Table of Contents Appendix">Appendix <param ref-name="number"/>: </variable>
  100. <!-- The string used to label an part within the table of contents. -->
  101. <variable id="Table of Contents Part">Part <param ref-name="number"/>: </variable>
  102. <!-- The string used to label an preface within the table of contents. -->
  103. <variable id="Table of Contents Preface">Preface: </variable>
  104. <!-- The string used to label an preface within the table of contents. -->
  105. <variable id="Table of Contents Notices"/>
  106. <!-- The string used to label an preface in body text. -->
  107. <variable id="Preface title">Preface</variable>
  108. <!-- The string used to label an notices in body text. -->
  109. <variable id="Notices title">Notice</variable>
  110. <!-- The heading to put at the top of a chapter when creating a
  111. chapter-level "mini-TOC" -->
  112. <variable id="Mini Toc">Topics: </variable>
  113. <variable id="#note-separator">: </variable>
  114. <!-- Text to use for 'Notice' label generated from <note> element. -->
  115. <variable id="Notice">Notice</variable>
  116. <!-- Text to use for figure titles. Renders as part of <fig>/<title>
  117. elements. -->
  118. <variable id="Figure.title">Figure <param ref-name="number"/>: <param ref-name="title"/></variable>
  119. <variable id="Figure Number">Figure <param ref-name="number"/></variable>
  120. <!-- Text to use for table titles. Renders as part of <table>/<title>
  121. elements. -->
  122. <variable id="Table.title">Table <param ref-name="number"/>: <param ref-name="title"/></variable>
  123. <variable id="Table Number">Table <param ref-name="number"/></variable>
  124. <!-- Text to use for related links label.
  125. Renders as part of <related-links> element. -->
  126. <variable id="Related Links">Related Links</variable>
  127. <!-- Default cross-reference text prefix. Used to generate reference
  128. text in case it's not specified in source. -->
  129. <variable id="Cross-Reference">Cross-Reference to:</variable>
  130. <!-- Prefix for unresolved content reference. Used to generate reference
  131. text in case target cannot be resolved. -->
  132. <variable id="Content-Reference">Unresolved content reference to:</variable>
  133. <!-- Default title text for referenced section title. Used to generate
  134. reference text in case reference has no explicit content and
  135. referenced section has no title. -->
  136. <!-- Deprecated since 2.3 -->
  137. <variable id="Untitled section">Untitled section.</variable>
  138. <!-- Default title text for referenced list item. Used to generate
  139. reference text in case reference has no explicit content and
  140. reference target is a list item. -->
  141. <variable id="List item">List item.</variable>
  142. <!-- Default title text for referenced footnote. Used to generate
  143. reference text in case reference has no explicit content and
  144. reference target is a footnote. -->
  145. <variable id="Foot note">Footnote.</variable>
  146. <!-- Text to use for a generated label of navigation title. Renders
  147. as part of <navtitle> element. -->
  148. <variable id="Navigation title">Navigation title</variable>
  149. <!-- Text to use for a generated label of search title. Renders
  150. as part of <searchtitle> element. -->
  151. <!-- Deprecated since 2.3 -->
  152. <variable id="Search title">Search title</variable>
  153. <!-- Text to use for chapter titles.-->
  154. <variable id="Chapter with number">Chapter <param ref-name="number"/></variable>
  155. <!-- Text to use for appendix titles.-->
  156. <variable id="Appendix with number">Appendix <param ref-name="number"/></variable>
  157. <!-- Text to use for part titles.-->
  158. <variable id="Part with number">Part <param ref-name="number"/></variable>
  159. <!-- Text to use for a label generated from <required-cleanup> element. -->
  160. <variable id="Required-Cleanup">[Required-Cleanup]</variable>
  161. <!-- Template for generated page number of a reference
  162. in printed manual. -->
  163. <variable id="On the page"> on page <param ref-name="pagenum"/></variable>
  164. <!-- Template for generated page number of a reference
  165. in printed manual, when referenced element has no title. -->
  166. <variable id="Page"> page <param ref-name="pagenum"/></variable>
  167. <!-- Template for generated page number of a reference
  168. in chm/html, when referenced element has no title. -->
  169. <variable id="This link">this link</variable>
  170. <!-- Since 2.2, remove the default pointing finger icon for note, notice, fastpath, important, remember, restriction, tip, other. -->
  171. <!-- To restore for any note type, reference the image: Configuration/OpenTopic/cfg/common/artwork/hand.gif -->
  172. <!-- Image path to use for a note of "note" type. -->
  173. <variable id="note Note Image Path"></variable>
  174. <!-- Image path to use for a note of "notice" type. -->
  175. <variable id="notice Note Image Path"></variable>
  176. <!-- Image path to use for a note of "attention" type. -->
  177. <variable id="attention Note Image Path">Configuration/OpenTopic/cfg/common/artwork/warning.gif</variable>
  178. <!-- Image path to use for a note of "caution" type. -->
  179. <variable id="caution Note Image Path">Configuration/OpenTopic/cfg/common/artwork/warning.gif</variable>
  180. <!-- Image path to use for a note of "danger" type. -->
  181. <variable id="danger Note Image Path">Configuration/OpenTopic/cfg/common/artwork/warning.gif</variable>
  182. <!-- Image path to use for a note of "warning" type. -->
  183. <variable id="warning Note Image Path">Configuration/OpenTopic/cfg/common/artwork/warning.gif</variable>
  184. <!-- Image path to use for a note of "fastpath" type. -->
  185. <variable id="fastpath Note Image Path"></variable>
  186. <!-- Image path to use for a note of "important" type. -->
  187. <variable id="important Note Image Path"></variable>
  188. <!-- Image path to use for a note of "remember" type. -->
  189. <variable id="remember Note Image Path"></variable>
  190. <!-- Image path to use for a note of "restriction" type. -->
  191. <variable id="restriction Note Image Path"></variable>
  192. <!-- Image path to use for a note of "tip" type. -->
  193. <variable id="tip Note Image Path"></variable>
  194. <variable id="trouble Note Image Path">Configuration/OpenTopic/cfg/common/artwork/warning.gif</variable>
  195. <!-- Image path to use for a note of "other" type. -->
  196. <variable id="other Note Image Path"></variable>
  197. <!-- The title of the links to child topics -->
  198. <variable id="Child topics">Child Topics</variable>
  199. <!-- The title of the links to Related references -->
  200. <variable id="Related references">Related References</variable>
  201. <!--
  202. Strings used in the online-help publishing.
  203. -->
  204. <!-- The title of the "contents" button in online-help output -->
  205. <!-- Deprecated since 2.3 -->
  206. <variable id="Contents button title">Contents</variable>
  207. <!-- The title of the "index" button in online-help output -->
  208. <!-- Deprecated since 2.3 -->
  209. <variable id="Index button title">Index</variable>
  210. <!-- The separator of multiple index entries in online-help output -->
  211. <!-- Deprecated since 2.3 -->
  212. <variable id="Index multiple entries separator">, </variable>
  213. <!-- The title of the "search" button in online-help output -->
  214. <!-- Deprecated since 2.3 -->
  215. <variable id="Search button title">Search</variable>
  216. <!-- The title of the "back" button in online-help output -->
  217. <!-- Deprecated since 2.3 -->
  218. <variable id="Back button title">Back</variable>
  219. <!-- The title of the "forward" button in online-help output -->
  220. <!-- Deprecated since 2.3 -->
  221. <variable id="Forward button title">Forward</variable>
  222. <!-- The title of the "main page" button in online-help output -->
  223. <!-- Deprecated since 2.3 -->
  224. <variable id="Main page button title">Home</variable>
  225. <!-- The title of the "previous page" button in online-help output -->
  226. <!-- Deprecated since 2.3 -->
  227. <variable id="Previous page button title">Previous Topic</variable>
  228. <!-- The title of the "next page" button in online-help output -->
  229. <!-- Deprecated since 2.3 -->
  230. <variable id="Next page button title">Next Topic</variable>
  231. <!-- The "online help" document title prefix in online-help output -->
  232. <!-- Deprecated since 2.3 -->
  233. <variable id="Online help prefix">Online Help</variable>
  234. <!-- The search by index field title in online-help output -->
  235. <!-- Deprecated since 2.3 -->
  236. <variable id="Search index field title">Search for the keyword:</variable>
  237. <!-- The search by index button title in online-help output -->
  238. <!-- Deprecated since 2.3 -->
  239. <variable id="Search index button title">View</variable>
  240. <!-- The search by text field title in online-help output -->
  241. <!-- Deprecated since 2.3 -->
  242. <variable id="Search text field title">Search help for:</variable>
  243. <!-- The search by text button title in online-help output -->
  244. <!-- Deprecated since 2.3 -->
  245. <variable id="Search text button title">Search</variable>
  246. <!-- Deprecated since 2.3 -->
  247. <variable id="Online Help Search Method Field">Search method</variable>
  248. <!-- Deprecated since 2.3 -->
  249. <variable id="Online Help Search Method Or">or</variable>
  250. <!-- Deprecated since 2.3 -->
  251. <variable id="Online Help Search Method And">and</variable>
  252. <!-- Deprecated since 2.3 -->
  253. <variable id="Search Highlight Switch">Highlight text in search results</variable>
  254. <!-- Deprecated since 2.3 -->
  255. <variable id="Search index next button title">Show Next</variable>
  256. <!-- Deprecated since 2.3 -->
  257. <variable id="Search Whole Words Switch">Find whole words only</variable>
  258. <!-- Deprecated since 2.3 -->
  259. <variable id="Search Case Sensitive Switch">Match case</variable>
  260. <!-- Deprecated since 2.3 -->
  261. <variable id="Search Stopped Message">The search was stopped after 50 hits.</variable>
  262. <!--This one is a java script expression. So if the order of message should be another don't forget to add '+'
  263. and quotes to the string expressions.-->
  264. <!-- Deprecated since 2.3 -->
  265. <variable id="Search Excluded Stop Words Message">"The following words were excluded from the search: "+<param ref-name="stop-words-list"/></variable>
  266. <!-- Deprecated since 2.3 -->
  267. <variable id="Search Search in Progress Message">Search in progress...</variable>
  268. <!-- Deprecated since 2.3 -->
  269. <variable id="Search Search Give No Results Message">No matches were found.</variable>
  270. <!--Label for a step with importance="optional"-->
  271. <variable id="Optional Step">Optional:</variable>
  272. <variable id="Required Step">Required:</variable>
  273. <!--Labels for task sections, now reused from common-->
  274. <variable id="Task Prereq"></variable>
  275. <variable id="Task Context"></variable>
  276. <variable id="Task Steps"></variable>
  277. <variable id="#steps-unordered-label"></variable>
  278. <variable id="Task Result"></variable>
  279. <variable id="Task Example"></variable>
  280. <variable id="Task Postreq"></variable>
  281. <!--Glossary Variables-->
  282. <!-- The footer that appears on the odd-numbered glossary pages. -->
  283. <variable id="Glossary odd footer"/>
  284. <!-- The footer that appears on the even-numbered glossary pages. -->
  285. <variable id="Glossary even footer"/>
  286. <!-- The header that appears on the odd-numbered glossary pages. -->
  287. <variable id="Glossary odd header"><param ref-name="prodname"/> | <param ref-name="heading"/> | <param ref-name="pagenum"/></variable>
  288. <!-- The header that appears on the even-numbered glossary pages. -->
  289. <variable id="Glossary even header"><param ref-name="pagenum"/> | <param ref-name="heading"/> | <param ref-name="prodname"/></variable>
  290. <!-- The heading string to put at the top of the Glossary -->
  291. <variable id="Glossary">Glossary</variable>
  292. <!-- The heading string to put at the top of the List of Tables -->
  293. <variable id="List of Tables">List of Tables</variable>
  294. <!-- The heading string to put at the top of the List of Figures -->
  295. <variable id="List of Figures">List of Figures</variable>
  296. <variable id="#menucascade-separator"> &gt; </variable>
  297. <variable id="#quote-start">“</variable>
  298. <variable id="#quote-end">”</variable>
  299. </vars>