bash.po 4.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157
  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/chapter06/bash.xml:14
  20. #, no-wrap
  21. msgid "&bash-url;"
  22. msgstr ""
  23. #. type: Content of: <sect1><sect1info>
  24. #: /home/xry111/svn-repos/LFS-BOOK/chapter06/bash.xml:12
  25. msgid ""
  26. "<productname>bash</productname> "
  27. "<productnumber>&bash-version;</productnumber> <placeholder type=\"address\" "
  28. "id=\"0\"/>"
  29. msgstr ""
  30. #. type: Content of: <sect1><title>
  31. #: /home/xry111/svn-repos/LFS-BOOK/chapter06/bash.xml:17
  32. msgid "Bash-&bash-version;"
  33. msgstr ""
  34. #. type: Content of: <sect1><indexterm><primary>
  35. #: /home/xry111/svn-repos/LFS-BOOK/chapter06/bash.xml:20
  36. msgid "Bash"
  37. msgstr ""
  38. #. type: Content of: <sect1><indexterm><secondary>
  39. #: /home/xry111/svn-repos/LFS-BOOK/chapter06/bash.xml:21
  40. msgid "tools"
  41. msgstr ""
  42. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  43. #: /home/xry111/svn-repos/LFS-BOOK/chapter06/bash.xml:32
  44. msgid "&buildtime;"
  45. msgstr ""
  46. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  47. #: /home/xry111/svn-repos/LFS-BOOK/chapter06/bash.xml:33
  48. msgid "&diskspace;"
  49. msgstr ""
  50. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  51. #: /home/xry111/svn-repos/LFS-BOOK/chapter06/bash.xml:36
  52. msgid "&bash-tmp-sbu;"
  53. msgstr ""
  54. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  55. #: /home/xry111/svn-repos/LFS-BOOK/chapter06/bash.xml:37
  56. msgid "&bash-tmp-du;"
  57. msgstr ""
  58. #. type: Content of: <sect1><sect2><title>
  59. #: /home/xry111/svn-repos/LFS-BOOK/chapter06/bash.xml:44
  60. msgid "Installation of Bash"
  61. msgstr ""
  62. #. type: Content of: <sect1><sect2><para>
  63. #: /home/xry111/svn-repos/LFS-BOOK/chapter06/bash.xml:46
  64. msgid "Prepare Bash for compilation:"
  65. msgstr ""
  66. #. type: Content of: <sect1><sect2><screen>
  67. #: /home/xry111/svn-repos/LFS-BOOK/chapter06/bash.xml:48
  68. #, no-wrap
  69. msgid ""
  70. "<userinput remap=\"configure\">./configure --prefix=/usr "
  71. "\\\n"
  72. " --build=$(support/config.guess) \\\n"
  73. " --host=$LFS_TGT \\\n"
  74. " --without-bash-malloc</userinput>"
  75. msgstr ""
  76. #. type: Content of: <sect1><sect2><variablelist><title>
  77. #: /home/xry111/svn-repos/LFS-BOOK/chapter06/bash.xml:54
  78. msgid "The meaning of the configure options:"
  79. msgstr ""
  80. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  81. #: /home/xry111/svn-repos/LFS-BOOK/chapter06/bash.xml:57
  82. msgid "<parameter>--without-bash-malloc</parameter>"
  83. msgstr ""
  84. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  85. #: /home/xry111/svn-repos/LFS-BOOK/chapter06/bash.xml:59
  86. msgid ""
  87. "This option turns off the use of Bash's memory allocation "
  88. "(<function>malloc</function>) function which is known to cause segmentation "
  89. "faults. By turning this option off, Bash will use the "
  90. "<function>malloc</function> functions from Glibc which are more stable."
  91. msgstr ""
  92. #. type: Content of: <sect1><sect2><para>
  93. #: /home/xry111/svn-repos/LFS-BOOK/chapter06/bash.xml:69
  94. msgid "Compile the package:"
  95. msgstr ""
  96. #. type: Content of: <sect1><sect2><screen>
  97. #: /home/xry111/svn-repos/LFS-BOOK/chapter06/bash.xml:71
  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/chapter06/bash.xml:73
  103. msgid "Install the package:"
  104. msgstr ""
  105. #. type: Content of: <sect1><sect2><screen>
  106. #: /home/xry111/svn-repos/LFS-BOOK/chapter06/bash.xml:75
  107. #, no-wrap
  108. msgid "<userinput remap=\"install\">make DESTDIR=$LFS install</userinput>"
  109. msgstr ""
  110. #. type: Content of: <sect1><sect2><para>
  111. #: /home/xry111/svn-repos/LFS-BOOK/chapter06/bash.xml:77
  112. msgid "Move the excutable to where it is expected:"
  113. msgstr ""
  114. #. type: Content of: <sect1><sect2><screen>
  115. #: /home/xry111/svn-repos/LFS-BOOK/chapter06/bash.xml:79
  116. #, no-wrap
  117. msgid "<userinput remap=\"install\">mv $LFS/usr/bin/bash $LFS/bin/bash</userinput>"
  118. msgstr ""
  119. #. type: Content of: <sect1><sect2><para>
  120. #: /home/xry111/svn-repos/LFS-BOOK/chapter06/bash.xml:81
  121. msgid "Make a link for the programs that use <command>sh</command> for a shell:"
  122. msgstr ""
  123. #. type: Content of: <sect1><sect2><screen>
  124. #: /home/xry111/svn-repos/LFS-BOOK/chapter06/bash.xml:84
  125. #, no-wrap
  126. msgid "<userinput remap=\"install\">ln -sv bash $LFS/bin/sh</userinput>"
  127. msgstr ""
  128. #. type: Content of: <sect1><sect2><para>
  129. #: /home/xry111/svn-repos/LFS-BOOK/chapter06/bash.xml:91
  130. msgid ""
  131. "Details on this package are located in <xref linkend=\"contents-bash\" "
  132. "role=\".\"/>"
  133. msgstr ""