mpfr.po 5.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180
  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/mpfr.xml:14
  20. #, no-wrap
  21. msgid "&mpfr-url;"
  22. msgstr ""
  23. #. type: Content of: <sect1><sect1info>
  24. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/mpfr.xml:12
  25. msgid ""
  26. "<productname>mpfr</productname> "
  27. "<productnumber>&mpfr-version;</productnumber> <placeholder type=\"address\" "
  28. "id=\"0\"/>"
  29. msgstr ""
  30. #. type: Content of: <sect1><title>
  31. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/mpfr.xml:17
  32. msgid "MPFR-&mpfr-version;"
  33. msgstr ""
  34. #. type: Content of: <sect1><indexterm><primary>
  35. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/mpfr.xml:20
  36. msgid "MPFR"
  37. msgstr ""
  38. #. type: Content of: <sect1><sect2><para>
  39. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/mpfr.xml:26
  40. msgid "The MPFR package contains functions for multiple precision math."
  41. msgstr ""
  42. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  43. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/mpfr.xml:30
  44. msgid "&buildtime;"
  45. msgstr ""
  46. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  47. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/mpfr.xml:31
  48. msgid "&diskspace;"
  49. msgstr ""
  50. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  51. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/mpfr.xml:34
  52. msgid "&mpfr-fin-sbu;"
  53. msgstr ""
  54. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  55. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/mpfr.xml:35
  56. msgid "&mpfr-fin-du;"
  57. msgstr ""
  58. #. type: Content of: <sect1><sect2><title>
  59. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/mpfr.xml:42
  60. msgid "Installation of MPFR"
  61. msgstr ""
  62. #. type: Content of: <sect1><sect2><para>
  63. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/mpfr.xml:44
  64. msgid "Prepare MPFR for compilation:"
  65. msgstr ""
  66. #. type: Content of: <sect1><sect2><screen>
  67. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/mpfr.xml:46
  68. #, no-wrap
  69. msgid ""
  70. "<userinput remap=\"configure\">./configure --prefix=/usr \\\n"
  71. " --disable-static \\\n"
  72. " --enable-thread-safe \\\n"
  73. " --docdir=/usr/share/doc/mpfr-&mpfr-version;</userinput>"
  74. msgstr ""
  75. #. type: Content of: <sect1><sect2><para>
  76. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/mpfr.xml:51
  77. msgid "Compile the package and generate the HTML documentation:"
  78. msgstr ""
  79. #. type: Content of: <sect1><sect2><screen>
  80. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/mpfr.xml:53
  81. #, no-wrap
  82. msgid ""
  83. "<userinput remap=\"make\">make\n"
  84. "make html</userinput>"
  85. msgstr ""
  86. #. type: Content of: <sect1><sect2><important><para>
  87. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/mpfr.xml:57
  88. msgid ""
  89. "The test suite for MPFR in this section is considered critical. Do not skip "
  90. "it under any circumstances."
  91. msgstr ""
  92. #. type: Content of: <sect1><sect2><para>
  93. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/mpfr.xml:61
  94. msgid "Test the results and ensure that all tests passed:"
  95. msgstr ""
  96. #. type: Content of: <sect1><sect2><screen>
  97. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/mpfr.xml:63
  98. #, no-wrap
  99. msgid "<userinput remap=\"test\">make check</userinput>"
  100. msgstr ""
  101. #. type: Content of: <sect1><sect2><para>
  102. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/mpfr.xml:65
  103. msgid "Install the package and its documentation:"
  104. msgstr ""
  105. #. type: Content of: <sect1><sect2><screen>
  106. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/mpfr.xml:67
  107. #, no-wrap
  108. msgid ""
  109. "<userinput remap=\"install\">make install\n"
  110. "make install-html</userinput>"
  111. msgstr ""
  112. #. type: Content of: <sect1><sect2><title>
  113. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/mpfr.xml:74
  114. msgid "Contents of MPFR"
  115. msgstr ""
  116. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  117. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/mpfr.xml:77
  118. msgid "Installed Libraries"
  119. msgstr ""
  120. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  121. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/mpfr.xml:78
  122. msgid "Installed directory"
  123. msgstr ""
  124. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  125. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/mpfr.xml:81
  126. msgid "libmpfr.so"
  127. msgstr ""
  128. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  129. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/mpfr.xml:82
  130. msgid "/usr/share/doc/mpfr-&mpfr-version;"
  131. msgstr ""
  132. #. type: Content of: <sect1><sect2><variablelist><bridgehead>
  133. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/mpfr.xml:87
  134. msgid "Short Descriptions"
  135. msgstr ""
  136. #. type: Content of: <sect1><sect2><variablelist>
  137. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/mpfr.xml:88
  138. msgid "<?dbfo list-presentation=\"list\"?> <?dbhtml list-presentation=\"table\"?>"
  139. msgstr ""
  140. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  141. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/mpfr.xml:92
  142. msgid "<filename class=\"libraryfile\">libmpfr</filename>"
  143. msgstr ""
  144. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  145. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/mpfr.xml:94
  146. msgid "Contains multiple-precision math functions"
  147. msgstr ""
  148. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  149. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/mpfr.xml:96
  150. msgid "libmpfr"
  151. msgstr ""