bison.po 7.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217
  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/bison.xml:14
  20. #, no-wrap
  21. msgid "&bison-url;"
  22. msgstr ""
  23. #. type: Content of: <sect1><sect1info>
  24. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/bison.xml:12
  25. msgid ""
  26. "<productname>bison</productname> "
  27. "<productnumber>&bison-version;</productnumber> <placeholder type=\"address\" "
  28. "id=\"0\"/>"
  29. msgstr ""
  30. #. type: Content of: <sect1><title>
  31. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/bison.xml:17
  32. msgid "Bison-&bison-version;"
  33. msgstr ""
  34. #. type: Content of: <sect1><indexterm><primary>
  35. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/bison.xml:20
  36. msgid "Bison"
  37. msgstr ""
  38. #. type: Content of: <sect1><sect2><para>
  39. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/bison.xml:26
  40. msgid "The Bison package contains a parser generator."
  41. msgstr ""
  42. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  43. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/bison.xml:29
  44. msgid "&buildtime;"
  45. msgstr ""
  46. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  47. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/bison.xml:30
  48. msgid "&diskspace;"
  49. msgstr ""
  50. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  51. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/bison.xml:33
  52. msgid "&bison-fin-sbu;"
  53. msgstr ""
  54. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  55. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/bison.xml:34
  56. msgid "&bison-fin-du;"
  57. msgstr ""
  58. #. type: Content of: <sect1><sect2><title>
  59. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/bison.xml:41
  60. msgid "Installation of Bison"
  61. msgstr ""
  62. #. type: Content of: <sect1><sect2><para>
  63. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/bison.xml:43
  64. msgid "Prepare Bison for compilation:"
  65. msgstr ""
  66. #. type: Content of: <sect1><sect2><screen>
  67. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/bison.xml:45
  68. #, no-wrap
  69. msgid ""
  70. "<userinput remap=\"configure\">./configure --prefix=/usr "
  71. "--docdir=/usr/share/doc/bison-&bison-version;</userinput>"
  72. msgstr ""
  73. #. type: Content of: <sect1><sect2><para>
  74. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/bison.xml:47
  75. msgid "Compile the package:"
  76. msgstr ""
  77. #. type: Content of: <sect1><sect2><screen>
  78. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/bison.xml:49
  79. #, no-wrap
  80. msgid "<userinput remap=\"make\">make</userinput>"
  81. msgstr ""
  82. #. type: Content of: <sect1><sect2><para>
  83. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/bison.xml:51
  84. msgid ""
  85. "The tests are known to fail using multiple processors. To test the results "
  86. "(about 5.5 SBU), issue:"
  87. msgstr ""
  88. #. type: Content of: <sect1><sect2><screen>
  89. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/bison.xml:54
  90. #, no-wrap
  91. msgid "<userinput remap=\"test\">make -j1 check</userinput>"
  92. msgstr ""
  93. #. type: Content of: <sect1><sect2><para>
  94. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/bison.xml:56
  95. msgid "Install the package:"
  96. msgstr ""
  97. #. type: Content of: <sect1><sect2><screen>
  98. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/bison.xml:58
  99. #, no-wrap
  100. msgid "<userinput remap=\"install\">make install</userinput>"
  101. msgstr ""
  102. #. type: Content of: <sect1><sect2><title>
  103. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/bison.xml:63
  104. msgid "Contents of Bison"
  105. msgstr ""
  106. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  107. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/bison.xml:66
  108. msgid "Installed programs"
  109. msgstr ""
  110. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  111. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/bison.xml:67
  112. msgid "Installed library"
  113. msgstr ""
  114. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  115. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/bison.xml:68
  116. msgid "Installed directory"
  117. msgstr ""
  118. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  119. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/bison.xml:71
  120. msgid "bison and yacc"
  121. msgstr ""
  122. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  123. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/bison.xml:72
  124. msgid "liby.a"
  125. msgstr ""
  126. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  127. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/bison.xml:73
  128. msgid "/usr/share/bison"
  129. msgstr ""
  130. #. type: Content of: <sect1><sect2><variablelist><bridgehead>
  131. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/bison.xml:78
  132. msgid "Short Descriptions"
  133. msgstr ""
  134. #. type: Content of: <sect1><sect2><variablelist>
  135. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/bison.xml:79
  136. msgid "<?dbfo list-presentation=\"list\"?> <?dbhtml list-presentation=\"table\"?>"
  137. msgstr ""
  138. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  139. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/bison.xml:83
  140. msgid "<command>bison</command>"
  141. msgstr ""
  142. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  143. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/bison.xml:85
  144. msgid ""
  145. "Generates, from a series of rules, a program for analyzing the structure of "
  146. "text files; Bison is a replacement for Yacc (Yet Another Compiler Compiler)"
  147. msgstr ""
  148. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  149. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/bison.xml:89
  150. msgid "bison"
  151. msgstr ""
  152. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  153. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/bison.xml:95
  154. msgid "<command>yacc</command>"
  155. msgstr ""
  156. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  157. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/bison.xml:97
  158. msgid ""
  159. "A wrapper for <command>bison</command>, meant for programs that still call "
  160. "<command>yacc</command> instead of <command>bison</command>; it calls "
  161. "<command>bison</command> with the <parameter>-y</parameter> option"
  162. msgstr ""
  163. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  164. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/bison.xml:102
  165. msgid "yacc"
  166. msgstr ""
  167. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  168. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/bison.xml:108
  169. msgid "<filename class=\"libraryfile\">liby</filename>"
  170. msgstr ""
  171. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  172. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/bison.xml:110
  173. msgid ""
  174. "The Yacc library containing implementations of Yacc-compatible "
  175. "<function>yyerror</function> and <function>main</function> functions; this "
  176. "library is normally not very useful, but POSIX requires it"
  177. msgstr ""
  178. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  179. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/bison.xml:114
  180. msgid "liby"
  181. msgstr ""