texinfo.po 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384
  1. # SOME DESCRIPTIVE TITLE
  2. # Copyright (C) YEAR Free Software Foundation, Inc.
  3. # This file is distributed under the same license as the PACKAGE package.
  4. # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
  5. #
  6. #, fuzzy
  7. msgid ""
  8. msgstr ""
  9. "Project-Id-Version: PACKAGE VERSION\n"
  10. "POT-Creation-Date: 2020-06-17 12:44+0800\n"
  11. "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
  12. "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
  13. "Language-Team: LANGUAGE <LL@li.org>\n"
  14. "Language: \n"
  15. "MIME-Version: 1.0\n"
  16. "Content-Type: text/plain; charset=UTF-8\n"
  17. "Content-Transfer-Encoding: 8bit\n"
  18. #. type: Content of: <sect1><sect1info><address>
  19. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/texinfo.xml:14
  20. #, no-wrap
  21. msgid "&texinfo-url;"
  22. msgstr ""
  23. #. type: Content of: <sect1><sect1info>
  24. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/texinfo.xml:12
  25. msgid ""
  26. "<productname>texinfo</productname> "
  27. "<productnumber>&texinfo-version;</productnumber> <placeholder "
  28. "type=\"address\" id=\"0\"/>"
  29. msgstr ""
  30. #. type: Content of: <sect1><title>
  31. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/texinfo.xml:17
  32. msgid "Texinfo-&texinfo-version;"
  33. msgstr ""
  34. #. type: Content of: <sect1><indexterm><primary>
  35. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/texinfo.xml:20
  36. msgid "Texinfo"
  37. msgstr ""
  38. #. type: Content of: <sect1><sect2><para>
  39. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/texinfo.xml:26
  40. msgid ""
  41. "The Texinfo package contains programs for reading, writing, and converting "
  42. "info pages."
  43. msgstr ""
  44. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  45. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/texinfo.xml:30
  46. msgid "&buildtime;"
  47. msgstr ""
  48. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  49. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/texinfo.xml:31
  50. msgid "&diskspace;"
  51. msgstr ""
  52. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  53. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/texinfo.xml:34
  54. msgid "&texinfo-fin-sbu;"
  55. msgstr ""
  56. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  57. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/texinfo.xml:35
  58. msgid "&texinfo-fin-du;"
  59. msgstr ""
  60. #. type: Content of: <sect1><sect2><title>
  61. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/texinfo.xml:42
  62. msgid "Installation of Texinfo"
  63. msgstr ""
  64. #. type: Content of: <sect1><sect2><para>
  65. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/texinfo.xml:44
  66. msgid "Prepare Texinfo for compilation:"
  67. msgstr ""
  68. #. type: Content of: <sect1><sect2><screen>
  69. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/texinfo.xml:46
  70. #, no-wrap
  71. msgid ""
  72. "<userinput remap=\"configure\">./configure --prefix=/usr "
  73. "--disable-static</userinput>"
  74. msgstr ""
  75. #. type: Content of: <sect1><sect2><variablelist><title>
  76. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/texinfo.xml:49
  77. msgid "The meaning of the configure option:"
  78. msgstr ""
  79. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  80. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/texinfo.xml:52
  81. msgid "<parameter>--disable-static</parameter>"
  82. msgstr ""
  83. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  84. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/texinfo.xml:54
  85. msgid ""
  86. "In this case, the top-level configure script will complain that this is an "
  87. "unrecognized option, but the configure script for XSParagraph recognizes it "
  88. "and uses it to disable installing a static <filename "
  89. "class=\"libraryfile\">XSParagraph.a</filename> to <filename "
  90. "class=\"directory\">/usr/lib/texinfo</filename>."
  91. msgstr ""
  92. #. type: Content of: <sect1><sect2><para>
  93. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/texinfo.xml:64
  94. msgid "Compile the package:"
  95. msgstr ""
  96. #. type: Content of: <sect1><sect2><screen>
  97. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/texinfo.xml:66
  98. #, no-wrap
  99. msgid "<userinput remap=\"make\">make</userinput>"
  100. msgstr ""
  101. #. type: Content of: <sect1><sect2><para>
  102. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/texinfo.xml:68
  103. msgid "To test the results, issue:"
  104. msgstr ""
  105. #. type: Content of: <sect1><sect2><screen>
  106. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/texinfo.xml:70
  107. #, no-wrap
  108. msgid "<userinput remap=\"test\">make check</userinput>"
  109. msgstr ""
  110. #. type: Content of: <sect1><sect2><para>
  111. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/texinfo.xml:72
  112. msgid "Install the package:"
  113. msgstr ""
  114. #. type: Content of: <sect1><sect2><screen>
  115. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/texinfo.xml:74
  116. #, no-wrap
  117. msgid "<userinput remap=\"install\">make install</userinput>"
  118. msgstr ""
  119. #. type: Content of: <sect1><sect2><para>
  120. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/texinfo.xml:76
  121. msgid "Optionally, install the components belonging in a TeX installation:"
  122. msgstr ""
  123. #. FIXME: doesn't the TeX installation in BLFS overwrite files there?
  124. #. type: Content of: <sect1><sect2><screen>
  125. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/texinfo.xml:80
  126. #, no-wrap
  127. msgid ""
  128. "<userinput remap=\"install\">make TEXMF=/usr/share/texmf "
  129. "install-tex</userinput>"
  130. msgstr ""
  131. #. type: Content of: <sect1><sect2><variablelist><title>
  132. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/texinfo.xml:83
  133. msgid "The meaning of the make parameter:"
  134. msgstr ""
  135. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  136. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/texinfo.xml:86
  137. msgid "<parameter>TEXMF=/usr/share/texmf</parameter>"
  138. msgstr ""
  139. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  140. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/texinfo.xml:88
  141. msgid ""
  142. "The <envar>TEXMF</envar> makefile variable holds the location of the root of "
  143. "the TeX tree if, for example, a TeX package will be installed later."
  144. msgstr ""
  145. #. type: Content of: <sect1><sect2><para>
  146. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/texinfo.xml:96
  147. msgid ""
  148. "The Info documentation system uses a plain text file to hold its list of "
  149. "menu entries. The file is located at "
  150. "<filename>/usr/share/info/dir</filename>. Unfortunately, due to occasional "
  151. "problems in the Makefiles of various packages, it can sometimes get out of "
  152. "sync with the info pages installed on the system. If the "
  153. "<filename>/usr/share/info/dir</filename> file ever needs to be recreated, "
  154. "the following optional commands will accomplish the task:"
  155. msgstr ""
  156. #. type: Content of: <sect1><sect2><screen>
  157. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/texinfo.xml:103
  158. #, no-wrap
  159. msgid ""
  160. "<userinput>pushd /usr/share/info\n"
  161. " rm -v dir\n"
  162. " for f in *\n"
  163. " do install-info $f dir 2&gt;/dev/null\n"
  164. " done\n"
  165. "popd</userinput>"
  166. msgstr ""
  167. #. type: Content of: <sect1><sect2><title>
  168. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/texinfo.xml:113
  169. msgid "Contents of Texinfo"
  170. msgstr ""
  171. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  172. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/texinfo.xml:116
  173. msgid "Installed programs"
  174. msgstr ""
  175. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  176. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/texinfo.xml:117
  177. msgid "Installed library"
  178. msgstr ""
  179. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  180. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/texinfo.xml:118
  181. msgid "Installed directories"
  182. msgstr ""
  183. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  184. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/texinfo.xml:121
  185. msgid ""
  186. "info, install-info, makeinfo (link to texi2any), pdftexi2dvi, pod2texi, "
  187. "texi2any, texi2dvi, texi2pdf, and texindex"
  188. msgstr ""
  189. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  190. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/texinfo.xml:123
  191. msgid "MiscXS.so, Parsetexi.so, and XSParagraph.so (all in /usr/lib/texinfo)"
  192. msgstr ""
  193. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  194. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/texinfo.xml:125
  195. msgid "/usr/share/texinfo and /usr/lib/texinfo"
  196. msgstr ""
  197. #. type: Content of: <sect1><sect2><variablelist><bridgehead>
  198. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/texinfo.xml:130
  199. msgid "Short Descriptions"
  200. msgstr ""
  201. #. type: Content of: <sect1><sect2><variablelist>
  202. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/texinfo.xml:131
  203. msgid "<?dbfo list-presentation=\"list\"?> <?dbhtml list-presentation=\"table\"?>"
  204. msgstr ""
  205. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  206. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/texinfo.xml:135
  207. msgid "<command>info</command>"
  208. msgstr ""
  209. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  210. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/texinfo.xml:137
  211. msgid ""
  212. "Used to read info pages which are similar to man pages, but often go much "
  213. "deeper than just explaining all the available command line options [For "
  214. "example, compare <command>man bison</command> and <command>info "
  215. "bison</command>.]"
  216. msgstr ""
  217. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  218. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/texinfo.xml:142
  219. msgid "info"
  220. msgstr ""
  221. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  222. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/texinfo.xml:148
  223. msgid "<command>install-info</command>"
  224. msgstr ""
  225. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  226. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/texinfo.xml:150
  227. msgid ""
  228. "Used to install info pages; it updates entries in the "
  229. "<command>info</command> index file"
  230. msgstr ""
  231. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  232. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/texinfo.xml:153
  233. msgid "install-info"
  234. msgstr ""
  235. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  236. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/texinfo.xml:159
  237. msgid "<command>makeinfo</command>"
  238. msgstr ""
  239. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  240. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/texinfo.xml:161
  241. msgid ""
  242. "Translates the given Texinfo source documents into info pages, plain text, "
  243. "or HTML"
  244. msgstr ""
  245. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  246. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/texinfo.xml:164
  247. msgid "makeinfo"
  248. msgstr ""
  249. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  250. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/texinfo.xml:170
  251. msgid "<command>pdftexi2dvi</command>"
  252. msgstr ""
  253. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  254. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/texinfo.xml:172
  255. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/texinfo.xml:215
  256. msgid ""
  257. "Used to format the given Texinfo document into a Portable Document Format "
  258. "(PDF) file"
  259. msgstr ""
  260. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  261. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/texinfo.xml:175
  262. msgid "pdftexi2dvi"
  263. msgstr ""
  264. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  265. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/texinfo.xml:181
  266. msgid "<command>pod2texi</command>"
  267. msgstr ""
  268. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  269. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/texinfo.xml:183
  270. msgid "Converts Pod to Texinfo format"
  271. msgstr ""
  272. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  273. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/texinfo.xml:185
  274. msgid "pod2texi"
  275. msgstr ""
  276. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  277. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/texinfo.xml:191
  278. msgid "<command>texi2any</command>"
  279. msgstr ""
  280. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  281. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/texinfo.xml:193
  282. msgid "Translate Texinfo source documentation to various other formats"
  283. msgstr ""
  284. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  285. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/texinfo.xml:196
  286. msgid "texi2any"
  287. msgstr ""
  288. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  289. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/texinfo.xml:202
  290. msgid "<command>texi2dvi</command>"
  291. msgstr ""
  292. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  293. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/texinfo.xml:204
  294. msgid ""
  295. "Used to format the given Texinfo document into a device-independent file "
  296. "that can be printed"
  297. msgstr ""
  298. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  299. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/texinfo.xml:207
  300. msgid "texi2dvi"
  301. msgstr ""
  302. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  303. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/texinfo.xml:213
  304. msgid "<command>texi2pdf</command>"
  305. msgstr ""
  306. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  307. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/texinfo.xml:218
  308. msgid "texi2pdf"
  309. msgstr ""
  310. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  311. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/texinfo.xml:224
  312. msgid "<command>texindex</command>"
  313. msgstr ""
  314. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  315. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/texinfo.xml:226
  316. msgid "Used to sort Texinfo index files"
  317. msgstr ""
  318. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  319. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/texinfo.xml:228
  320. msgid "texindex"
  321. msgstr ""