bison.po 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130
  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/chapter07/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/chapter07/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/chapter07/bison.xml:17
  32. msgid "Bison-&bison-version;"
  33. msgstr ""
  34. #. type: Content of: <sect1><indexterm><primary>
  35. #: /home/xry111/svn-repos/LFS-BOOK/chapter07/bison.xml:20
  36. msgid "Bison"
  37. msgstr ""
  38. #. type: Content of: <sect1><indexterm><secondary>
  39. #: /home/xry111/svn-repos/LFS-BOOK/chapter07/bison.xml:21
  40. msgid "tools"
  41. msgstr ""
  42. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  43. #: /home/xry111/svn-repos/LFS-BOOK/chapter07/bison.xml:32
  44. msgid "&buildtime;"
  45. msgstr ""
  46. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  47. #: /home/xry111/svn-repos/LFS-BOOK/chapter07/bison.xml:33
  48. msgid "&diskspace;"
  49. msgstr ""
  50. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  51. #: /home/xry111/svn-repos/LFS-BOOK/chapter07/bison.xml:36
  52. msgid "&bison-tmp-sbu;"
  53. msgstr ""
  54. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  55. #: /home/xry111/svn-repos/LFS-BOOK/chapter07/bison.xml:37
  56. msgid "&bison-tmp-du;"
  57. msgstr ""
  58. #. type: Content of: <sect1><sect2><title>
  59. #: /home/xry111/svn-repos/LFS-BOOK/chapter07/bison.xml:44
  60. msgid "Installation of Bison"
  61. msgstr ""
  62. #. type: Content of: <sect1><sect2><para>
  63. #: /home/xry111/svn-repos/LFS-BOOK/chapter07/bison.xml:46
  64. msgid "Prepare Bison for compilation:"
  65. msgstr ""
  66. #. type: Content of: <sect1><sect2><screen>
  67. #: /home/xry111/svn-repos/LFS-BOOK/chapter07/bison.xml:48
  68. #, no-wrap
  69. msgid ""
  70. "<userinput remap=\"configure\">./configure --prefix=/usr \\\n"
  71. " --docdir=/usr/share/doc/bison-&bison-version;</userinput>"
  72. msgstr ""
  73. #. type: Content of: <sect1><sect2><variablelist><title>
  74. #: /home/xry111/svn-repos/LFS-BOOK/chapter07/bison.xml:52
  75. msgid "The meaning of the new configure option:"
  76. msgstr ""
  77. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  78. #: /home/xry111/svn-repos/LFS-BOOK/chapter07/bison.xml:55
  79. msgid "<parameter>--docdir=/usr/share/doc/bison-&bison-version;</parameter>"
  80. msgstr ""
  81. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  82. #: /home/xry111/svn-repos/LFS-BOOK/chapter07/bison.xml:57
  83. msgid ""
  84. "This tells the build system to install bison documentation into a versioned "
  85. "directory."
  86. msgstr ""
  87. #. type: Content of: <sect1><sect2><para>
  88. #: /home/xry111/svn-repos/LFS-BOOK/chapter07/bison.xml:64
  89. msgid "Compile the package:"
  90. msgstr ""
  91. #. type: Content of: <sect1><sect2><screen>
  92. #: /home/xry111/svn-repos/LFS-BOOK/chapter07/bison.xml:66
  93. #, no-wrap
  94. msgid "<userinput remap=\"make\">make</userinput>"
  95. msgstr ""
  96. #. type: Content of: <sect1><sect2><para>
  97. #: /home/xry111/svn-repos/LFS-BOOK/chapter07/bison.xml:68
  98. msgid "Install the package:"
  99. msgstr ""
  100. #. type: Content of: <sect1><sect2><screen>
  101. #: /home/xry111/svn-repos/LFS-BOOK/chapter07/bison.xml:70
  102. #, no-wrap
  103. msgid "<userinput remap=\"install\">make install</userinput>"
  104. msgstr ""
  105. #. type: Content of: <sect1><sect2><para>
  106. #: /home/xry111/svn-repos/LFS-BOOK/chapter07/bison.xml:77
  107. msgid ""
  108. "Details on this package are located in <xref linkend=\"contents-bison\" "
  109. "role=\".\"/>"
  110. msgstr ""