bc.po 6.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206
  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/bc.xml:14
  20. #, no-wrap
  21. msgid "&bc-url;"
  22. msgstr ""
  23. #. type: Content of: <sect1><sect1info>
  24. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/bc.xml:12
  25. msgid ""
  26. "<productname>bc</productname> <productnumber>&bc-version;</productnumber> "
  27. "<placeholder type=\"address\" id=\"0\"/>"
  28. msgstr ""
  29. #. type: Content of: <sect1><title>
  30. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/bc.xml:17
  31. msgid "Bc-&bc-version;"
  32. msgstr ""
  33. #. type: Content of: <sect1><indexterm><primary>
  34. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/bc.xml:20
  35. msgid "Bc"
  36. msgstr ""
  37. #. type: Content of: <sect1><sect2><para>
  38. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/bc.xml:26
  39. msgid "The Bc package contains an arbitrary precision numeric processing language."
  40. msgstr ""
  41. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  42. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/bc.xml:30
  43. msgid "&buildtime;"
  44. msgstr ""
  45. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  46. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/bc.xml:31
  47. msgid "&diskspace;"
  48. msgstr ""
  49. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  50. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/bc.xml:34
  51. msgid "&bc-fin-sbu;"
  52. msgstr ""
  53. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  54. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/bc.xml:35
  55. msgid "&bc-fin-du;"
  56. msgstr ""
  57. #. type: Content of: <sect1><sect2><title>
  58. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/bc.xml:42
  59. msgid "Installation of Bc"
  60. msgstr ""
  61. #. type: Content of: <sect1><sect2><para>
  62. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/bc.xml:44
  63. msgid "Prepare Bc for compilation:"
  64. msgstr ""
  65. #. type: Content of: <sect1><sect2><screen>
  66. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/bc.xml:46
  67. #, no-wrap
  68. msgid ""
  69. "<userinput remap=\"configure\">PREFIX=/usr CC=gcc CFLAGS=\"-std=c99\" "
  70. "./configure.sh -G -O3</userinput>"
  71. msgstr ""
  72. #. type: Content of: <sect1><sect2><variablelist><title>
  73. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/bc.xml:49
  74. msgid "The meaning of the configure options:"
  75. msgstr ""
  76. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  77. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/bc.xml:52
  78. msgid "<parameter>CC=gcc CFLAGS=\"-std=c99\"</parameter>"
  79. msgstr ""
  80. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  81. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/bc.xml:54
  82. msgid "These parameters specify the compiler and the C standard to use."
  83. msgstr ""
  84. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  85. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/bc.xml:59
  86. msgid "<parameter>-O3</parameter>"
  87. msgstr ""
  88. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  89. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/bc.xml:61
  90. msgid "Specify the optimization to use."
  91. msgstr ""
  92. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  93. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/bc.xml:66
  94. msgid "<parameter>-G</parameter>"
  95. msgstr ""
  96. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  97. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/bc.xml:68
  98. msgid "Omit parts of the test suite that won't work without a GNU bc present."
  99. msgstr ""
  100. #. type: Content of: <sect1><sect2><para>
  101. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/bc.xml:74
  102. msgid "Compile the package:"
  103. msgstr ""
  104. #. type: Content of: <sect1><sect2><screen>
  105. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/bc.xml:76
  106. #, no-wrap
  107. msgid "<userinput remap=\"make\">make</userinput>"
  108. msgstr ""
  109. #. type: Content of: <sect1><sect2><para>
  110. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/bc.xml:78
  111. msgid "To test bc, run:"
  112. msgstr ""
  113. #. type: Content of: <sect1><sect2><screen>
  114. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/bc.xml:80
  115. #, no-wrap
  116. msgid "<userinput remap=\"test\">make test</userinput>"
  117. msgstr ""
  118. #. type: Content of: <sect1><sect2><para>
  119. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/bc.xml:83
  120. msgid "Install the package:"
  121. msgstr ""
  122. #. type: Content of: <sect1><sect2><screen>
  123. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/bc.xml:85
  124. #, no-wrap
  125. msgid "<userinput remap=\"install\">make install</userinput>"
  126. msgstr ""
  127. #. type: Content of: <sect1><sect2><title>
  128. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/bc.xml:90
  129. msgid "Contents of Bc"
  130. msgstr ""
  131. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  132. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/bc.xml:93
  133. msgid "Installed programs"
  134. msgstr ""
  135. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  136. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/bc.xml:96
  137. msgid "bc and dc"
  138. msgstr ""
  139. #. type: Content of: <sect1><sect2><variablelist><bridgehead>
  140. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/bc.xml:101
  141. msgid "Short Descriptions"
  142. msgstr ""
  143. #. type: Content of: <sect1><sect2><variablelist>
  144. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/bc.xml:102
  145. msgid "<?dbfo list-presentation=\"list\"?> <?dbhtml list-presentation=\"table\"?>"
  146. msgstr ""
  147. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  148. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/bc.xml:106
  149. msgid "<command>bc</command>"
  150. msgstr ""
  151. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  152. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/bc.xml:108
  153. msgid "A command line calculator"
  154. msgstr ""
  155. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  156. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/bc.xml:110
  157. msgid "bc"
  158. msgstr ""
  159. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  160. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/bc.xml:116
  161. msgid "<command>dc</command>"
  162. msgstr ""
  163. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  164. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/bc.xml:118
  165. msgid "A reverse-polish command line calculator"
  166. msgstr ""
  167. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  168. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/bc.xml:120
  169. msgid "dc"
  170. msgstr ""