vi.xml 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370
  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. <vars xmlns="http://www.idiominc.com/opentopic/vars">
  7. <!--
  8. This file controls strings that appear in the published output.
  9. There is one version of this file per language. To add support
  10. for a new language, simply create a copy of this file and name
  11. it using the <locale ISO code>.xml format.
  12. -->
  13. <!--
  14. Strings used in the headers and footers of pages.
  15. -->
  16. <!-- Product name to be placed inside headers etc. -->
  17. <variable id="Product Name"/>
  18. <!-- The footer that appears on odd-numbered pages. -->
  19. <variable id="Body odd footer"/>
  20. <!-- The footer that appears on even-numbered pages. -->
  21. <variable id="Body even footer"/>
  22. <!-- The footer that appears on the first page of a chapter. -->
  23. <variable id="Body first footer"/>
  24. <!-- The header that appears on the first page of a chapter. -->
  25. <variable id="Body first header"/>
  26. <!-- The header that appears on odd-numbered pages. -->
  27. <variable id="Body odd header"><param ref-name="prodname"/> | <param ref-name="heading"/> | <param ref-name="pagenum"/></variable>
  28. <!-- The header that appears on even-numbered pages. -->
  29. <variable id="Body even header"><param ref-name="pagenum"/> | <param ref-name="heading"/> | <param ref-name="prodname"/></variable>
  30. <!-- The footer that appears on Preface odd-numbered pages. -->
  31. <variable id="Preface odd footer"/>
  32. <!-- The footer that appears on Preface even-numbered pages. -->
  33. <variable id="Preface even footer"/>
  34. <!-- The footer that appears on the first page of a Preface -->
  35. <variable id="Preface first footer"/>
  36. <!-- The header that appears on Preface odd-numbered pages. -->
  37. <variable id="Preface odd header"><param ref-name="prodname"/> | Lời nói đầu | <param ref-name="pagenum"/></variable>
  38. <!-- The header that appears on Preface even-numbered pages. -->
  39. <variable id="Preface even header"><param ref-name="pagenum"/> | Lời nói đầu | <param ref-name="prodname"/></variable>
  40. <!-- The header that appears on Preface first page. -->
  41. <variable id="Preface first header"/>
  42. <!-- The footer that appears on the odd-numbered table of contents
  43. pages. -->
  44. <variable id="Toc odd footer"/>
  45. <!-- The footer that appears on the even-numbered table of contents
  46. pages. -->
  47. <variable id="Toc even footer"/>
  48. <!-- The header that appears on the odd-numbered table of contents
  49. pages. -->
  50. <variable id="Toc odd header"><param ref-name="prodname"/> | <param ref-name="heading"/> | <param ref-name="pagenum"/></variable>
  51. <!-- The header that appears on the odd-numbered table of contents
  52. pages. -->
  53. <variable id="Toc even header"><param ref-name="pagenum"/> | <param ref-name="heading"/> | <param ref-name="prodname"/></variable>
  54. <!-- The footer that appears on the odd-numbered index pages. -->
  55. <variable id="Index odd footer"/>
  56. <!-- The footer that appears on the even-numbered index pages. -->
  57. <variable id="Index even footer"/>
  58. <!-- The header that appears on the odd-numbered index pages. -->
  59. <variable id="Index odd header"><param ref-name="prodname"/> | <param ref-name="heading"/> | <param ref-name="pagenum"/></variable>
  60. <!-- The header that appears on the even-numbered index pages. -->
  61. <variable id="Index even header"><param ref-name="pagenum"/> | <param ref-name="heading"/> | <param ref-name="prodname"/></variable>
  62. <!-- The formatting used to display ordered lists (e.g., "1., 2." or
  63. "1), 2)" -->
  64. <variable id="Ordered List Number"><param ref-name="number"/>. </variable>
  65. <!-- The unordered list bullet -->
  66. <variable id="Unordered List bullet">•</variable>
  67. <!-- The heading string to put at the top of the Table of Contents -->
  68. <variable id="Table of Contents">Nội dung</variable>
  69. <variable id="Index Continued String"></variable>
  70. <!--string before see element-->
  71. <variable id="Index See String">, xem </variable>
  72. <!--string before see also element-->
  73. <variable id="Index See Also String">Xem thêm </variable>
  74. <!-- The string used to label a chapter within the table of contents. -->
  75. <variable id="Table of Contents Chapter">Chương <param ref-name="number"/>: </variable>
  76. <!-- The string used to label an appendix within the table of contents. -->
  77. <variable id="Table of Contents Appendix">Phụ lục <param ref-name="number"/>: </variable>
  78. <!-- The string used to label an part within the table of contents. -->
  79. <variable id="Table of Contents Part">Bộ phận <param ref-name="number"/>: </variable>
  80. <!-- The string used to label a preface within the table of contents. -->
  81. <variable id="Table of Contents Preface">Lời nói đầu: </variable>
  82. <!-- The string used to label notices within the table of contents. -->
  83. <variable id="Table of Contents Notices"/>
  84. <!-- The string used to label an preface in body text. -->
  85. <variable id="Preface title">Lời nói đầu</variable>
  86. <!-- TODO: The string used to label notices in body text. -->
  87. <variable id="Notices title">Notice</variable>
  88. <!-- TODO: The heading to put at the top of a chapter when creating a
  89. chapter-level "mini-TOC". Using general "Contents",
  90. may want to replace with translation of "Topics". -->
  91. <variable id="Mini Toc">Nội dung: </variable>
  92. <variable id="#note-separator">: </variable>
  93. <!-- TODO: Text to use for 'Notice' label generated from <note> element. -->
  94. <variable id="Notice">Notice</variable>
  95. <!-- Text to use for figure titles. Renders as part of <fig>/<title>
  96. elements. -->
  97. <variable id="Figure.title">Hình <param ref-name="number"/>: <param ref-name="title"/></variable>
  98. <variable id="Figure Number">Hình <param ref-name="number"/></variable>
  99. <!-- Text to use for table titles. Renders as part of <table>/<title>
  100. elements. -->
  101. <variable id="Table.title">Bảng <param ref-name="number"/>: <param ref-name="title"/></variable>
  102. <variable id="Table Number">Bảng <param ref-name="number"/></variable>
  103. <!-- Text to use for related links label.
  104. Currently using alternate translation of "Related information"
  105. Renders as part of <related-links> element. -->
  106. <variable id="Related Links">Thông tin liên quan</variable>
  107. <!-- UNUSED: Default cross-reference text prefix. Used to generate reference
  108. text in case it's not specified in source. -->
  109. <variable id="Cross-Reference">Cross-Reference to:</variable>
  110. <!-- Prefix for unresolved content reference. Used to generate reference
  111. text in case target cannot be resolved. -->
  112. <variable id="Content-Reference">Unresolved content reference to:</variable>
  113. <!-- UNUSED: Default title text for referenced section title. Used to generate
  114. reference text in case reference has no explicit content and
  115. referenced section has no title. -->
  116. <!-- Deprecated since 2.3 -->
  117. <variable id="Untitled section">Untitled section.</variable>
  118. <!-- TODO: Default title text for referenced list item. Used to generate
  119. reference text in case reference has no explicit content and
  120. reference target is a list item. -->
  121. <variable id="List item">List item.</variable>
  122. <!-- TODO: Default title text for referenced footnote. Used to generate
  123. reference text in case reference has no explicit content and
  124. reference target is a footnote. Referenced in code but appears to be unused. -->
  125. <variable id="Foot note">Footnote.</variable>
  126. <!-- TODO: Text to use for a generated label of navigation title. Renders
  127. as part of <navtitle> element. -->
  128. <variable id="Navigation title">Navigation title</variable>
  129. <!-- TODO: Text to use for a generated label of search title. Renders
  130. as part of <searchtitle> element. -->
  131. <!-- Deprecated since 2.3 -->
  132. <variable id="Search title">Search title</variable>
  133. <!-- Text to use for chapter titles.-->
  134. <variable id="Chapter with number">Chương <param ref-name="number"/></variable>
  135. <!-- Text to use for appendix titles.-->
  136. <variable id="Appendix with number">Phụ lục <param ref-name="number"/></variable>
  137. <!-- Text to use for part titles.-->
  138. <variable id="Part with number">Bộ phận <param ref-name="number"/></variable>
  139. <!-- Text to use for a label generated from <required-cleanup> element. -->
  140. <variable id="Required-Cleanup">[Yêu cầu dọn dẹp]</variable>
  141. <!-- Template for generated page number of a reference
  142. in printed manual. -->
  143. <variable id="On the page"> trên trang <param ref-name="pagenum"/></variable>
  144. <!-- Template for generated page number of a reference
  145. in printed manual, when referenced element has no title. -->
  146. <variable id="Page"> Trang <param ref-name="pagenum"/></variable>
  147. <!-- UNUSED: Template for generated page number of a reference
  148. in chm/html, when referenced element has no title. -->
  149. <variable id="This link"></variable>
  150. <!-- Image path to use for a note of "note" type. -->
  151. <variable id="note Note Image Path"></variable>
  152. <!-- Image path to use for a note of "notice" type. -->
  153. <variable id="notice Note Image Path"></variable>
  154. <!-- Image path to use for a note of "attention" type. -->
  155. <variable id="attention Note Image Path">Configuration/OpenTopic/cfg/common/artwork/warning.gif</variable>
  156. <!-- Image path to use for a note of "caution" type. -->
  157. <variable id="caution Note Image Path">Configuration/OpenTopic/cfg/common/artwork/warning.gif</variable>
  158. <!-- Image path to use for a note of "danger" type. -->
  159. <variable id="danger Note Image Path">Configuration/OpenTopic/cfg/common/artwork/warning.gif</variable>
  160. <!-- Image path to use for a note of "warning" type. -->
  161. <variable id="warning Note Image Path">Configuration/OpenTopic/cfg/common/artwork/warning.gif</variable>
  162. <!-- Image path to use for a note of "fastpath" type. -->
  163. <variable id="fastpath Note Image Path"></variable>
  164. <!-- Image path to use for a note of "important" type. -->
  165. <variable id="important Note Image Path"></variable>
  166. <!-- Image path to use for a note of "remember" type. -->
  167. <variable id="remember Note Image Path"></variable>
  168. <!-- Image path to use for a note of "restriction" type. -->
  169. <variable id="restriction Note Image Path"></variable>
  170. <!-- Image path to use for a note of "tip" type. -->
  171. <variable id="tip Note Image Path"></variable>
  172. <variable id="trouble Note Image Path">Configuration/OpenTopic/cfg/common/artwork/warning.gif</variable>
  173. <!-- Image path to use for a note of "other" type. -->
  174. <variable id="other Note Image Path"></variable>
  175. <!-- UNUSED: The title of the links to child topics -->
  176. <variable id="Child topics"></variable>
  177. <!-- UNUSED: The title of the links to Related references -->
  178. <variable id="Related references"></variable>
  179. <!--
  180. UNUSED IN PDF2: Strings for online-help publishing.
  181. -->
  182. <!-- The title of the "contents" button in online-help output -->
  183. <!-- Deprecated since 2.3 -->
  184. <variable id="Contents button title"></variable>
  185. <!-- The title of the "index" button in online-help output -->
  186. <!-- Deprecated since 2.3 -->
  187. <variable id="Index button title"></variable>
  188. <!-- The separator of multiple index entries in online-help output -->
  189. <!-- Deprecated since 2.3 -->
  190. <variable id="Index multiple entries separator">, </variable>
  191. <!-- The title of the "search" button in online-help output -->
  192. <!-- Deprecated since 2.3 -->
  193. <variable id="Search button title"></variable>
  194. <!-- The title of the "back" button in online-help output -->
  195. <!-- Deprecated since 2.3 -->
  196. <variable id="Back button title"></variable>
  197. <!-- The title of the "forward" button in online-help output -->
  198. <!-- Deprecated since 2.3 -->
  199. <variable id="Forward button title"></variable>
  200. <!-- The title of the "main page" button in online-help output -->
  201. <!-- Deprecated since 2.3 -->
  202. <variable id="Main page button title"></variable>
  203. <!-- The title of the "previous page" button in online-help output -->
  204. <!-- Deprecated since 2.3 -->
  205. <variable id="Previous page button title"></variable>
  206. <!-- The title of the "next page" button in online-help output -->
  207. <!-- Deprecated since 2.3 -->
  208. <variable id="Next page button title"></variable>
  209. <!-- The "online help" document title prefix in online-help output -->
  210. <!-- Deprecated since 2.3 -->
  211. <variable id="Online help prefix"></variable>
  212. <!-- The search by index field title in online-help output -->
  213. <!-- Deprecated since 2.3 -->
  214. <variable id="Search index field title"></variable>
  215. <!-- The search by index button title in online-help output -->
  216. <!-- Deprecated since 2.3 -->
  217. <variable id="Search index button title"></variable>
  218. <!-- The search by text field title in online-help output -->
  219. <!-- Deprecated since 2.3 -->
  220. <variable id="Search text field title"></variable>
  221. <!-- The search by text button title in online-help output -->
  222. <!-- Deprecated since 2.3 -->
  223. <variable id="Search text button title"></variable>
  224. <!-- Deprecated since 2.3 -->
  225. <variable id="Online Help Search Method Field"></variable>
  226. <!-- Deprecated since 2.3 -->
  227. <variable id="Online Help Search Method Or"></variable>
  228. <!-- Deprecated since 2.3 -->
  229. <variable id="Online Help Search Method And"></variable>
  230. <!-- Deprecated since 2.3 -->
  231. <variable id="Search Highlight Switch"></variable>
  232. <!-- Deprecated since 2.3 -->
  233. <variable id="Search index next button title"></variable>
  234. <!-- Deprecated since 2.3 -->
  235. <variable id="Search Whole Words Switch"></variable>
  236. <!-- Deprecated since 2.3 -->
  237. <variable id="Search Case Sensitive Switch"></variable>
  238. <!-- Deprecated since 2.3 -->
  239. <variable id="Search Stopped Message"></variable>
  240. <!--This one is a java script expression. So if the order of message should be another don't forget to add '+'
  241. and quotes to the string expressions.-->
  242. <!-- Deprecated since 2.3 -->
  243. <variable id="Search Excluded Stop Words Message"></variable>
  244. <!-- Deprecated since 2.3 -->
  245. <variable id="Search Search in Progress Message"></variable>
  246. <!-- Deprecated since 2.3 -->
  247. <variable id="Search Search Give No Results Message"></variable>
  248. <!--Label for a step with importance="optional"-->
  249. <variable id="Optional Step">Tùy chọn:</variable>
  250. <variable id="Required Step">Yêu cầu:</variable>
  251. <!--OVERLAPS WITH COMMON: Labels for task sections-->
  252. <variable id="Task Prereq"></variable>
  253. <variable id="Task Context"></variable>
  254. <variable id="Task Steps"></variable>
  255. <variable id="#steps-unordered-label"></variable>
  256. <variable id="Task Result"></variable>
  257. <variable id="Task Example"></variable>
  258. <variable id="Task Postreq"></variable>
  259. <!--Glossary Variables-->
  260. <!-- The footer that appears on the odd-numbered glossary pages. -->
  261. <variable id="Glossary odd footer"/>
  262. <!-- The footer that appears on the even-numbered glossary pages. -->
  263. <variable id="Glossary even footer"/>
  264. <!-- The header that appears on the odd-numbered glossary pages. -->
  265. <variable id="Glossary odd header"><param ref-name="prodname"/> | <param ref-name="heading"/> | <param ref-name="pagenum"/></variable>
  266. <!-- The header that appears on the even-numbered glossary pages. -->
  267. <variable id="Glossary even header"><param ref-name="pagenum"/> | <param ref-name="heading"/> | <param ref-name="prodname"/></variable>
  268. <!-- The heading string to put at the top of the Glossary -->
  269. <variable id="Glossary">Thuật ngữ</variable>
  270. <!-- The heading string to put at the top of the List of Tables -->
  271. <variable id="List of Tables">Các bảng</variable>
  272. <!-- The heading string to put at the top of the List of Figures -->
  273. <variable id="List of Figures">Hình</variable>
  274. <variable id="#menucascade-separator"> &gt; </variable>
  275. <variable id="#quote-start">“</variable>
  276. <variable id="#quote-end">”</variable>
  277. </vars>