bash.po 9.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288
  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/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/chapter08/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/chapter08/bash.xml:17
  32. msgid "Bash-&bash-version;"
  33. msgstr ""
  34. #. type: Content of: <sect1><indexterm><primary>
  35. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/bash.xml:20
  36. msgid "Bash"
  37. msgstr ""
  38. #. type: Content of: <sect1><sect2><para>
  39. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/bash.xml:26
  40. msgid "The Bash package contains the Bourne-Again SHell."
  41. msgstr ""
  42. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  43. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/bash.xml:29
  44. msgid "&buildtime;"
  45. msgstr ""
  46. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  47. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/bash.xml:30
  48. msgid "&diskspace;"
  49. msgstr ""
  50. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  51. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/bash.xml:33
  52. msgid "&bash-fin-sbu;"
  53. msgstr ""
  54. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  55. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/bash.xml:34
  56. msgid "&bash-fin-du;"
  57. msgstr ""
  58. #. type: Content of: <sect1><sect2><title>
  59. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/bash.xml:41
  60. msgid "Installation of Bash"
  61. msgstr ""
  62. #. type: Content of: <sect1><sect2><para>
  63. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/bash.xml:43
  64. msgid "Incorporate some upstream fixes:"
  65. msgstr ""
  66. #. type: Content of: <sect1><sect2><screen>
  67. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/bash.xml:45
  68. #, no-wrap
  69. msgid "<userinput remap=\"pre\">patch -Np1 -i ../&bash-fixes-patch;</userinput>"
  70. msgstr ""
  71. #. type: Content of: <sect1><sect2><para>
  72. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/bash.xml:47
  73. msgid "Prepare Bash for compilation:"
  74. msgstr ""
  75. #. type: Content of: <sect1><sect2><screen>
  76. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/bash.xml:49
  77. #, no-wrap
  78. msgid ""
  79. "<userinput remap=\"configure\">./configure --prefix=/usr "
  80. "\\\n"
  81. " --docdir=/usr/share/doc/bash-&bash-version; \\\n"
  82. " --without-bash-malloc \\\n"
  83. " --with-installed-readline</userinput>"
  84. msgstr ""
  85. #. type: Content of: <sect1><sect2><variablelist><title>
  86. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/bash.xml:55
  87. msgid "The meaning of the new configure option:"
  88. msgstr ""
  89. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  90. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/bash.xml:58
  91. msgid "<parameter>--with-installed-readline</parameter>"
  92. msgstr ""
  93. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  94. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/bash.xml:60
  95. msgid ""
  96. "This option tells Bash to use the <filename "
  97. "class=\"libraryfile\">readline</filename> library that is already installed "
  98. "on the system rather than using its own readline version."
  99. msgstr ""
  100. #. type: Content of: <sect1><sect2><para>
  101. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/bash.xml:69
  102. msgid "Compile the package:"
  103. msgstr ""
  104. #. type: Content of: <sect1><sect2><screen>
  105. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/bash.xml:71
  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/bash.xml:73
  111. msgid ""
  112. "Skip down to <quote>Install the package</quote> if not running the test "
  113. "suite."
  114. msgstr ""
  115. #. type: Content of: <sect1><sect2><para>
  116. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/bash.xml:76
  117. msgid ""
  118. "To prepare the tests, ensure that the <systemitem "
  119. "class=\"username\">tester</systemitem> user can write to the sources tree:"
  120. msgstr ""
  121. #. type: Content of: <sect1><sect2><screen>
  122. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/bash.xml:78
  123. #, no-wrap
  124. msgid "<userinput remap=\"test\">chown -Rv tester .</userinput>"
  125. msgstr ""
  126. #. type: Content of: <sect1><sect2><para>
  127. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/bash.xml:80
  128. msgid ""
  129. "Now, run the tests as the <systemitem class=\"username\">tester</systemitem> "
  130. "user:"
  131. msgstr ""
  132. #. type: Content of: <sect1><sect2><screen>
  133. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/bash.xml:83
  134. #, no-wrap
  135. msgid ""
  136. "<userinput remap=\"test\">su tester &lt;&lt; EOF\n"
  137. "PATH=$PATH make tests &lt; $(tty)\n"
  138. "EOF</userinput>"
  139. msgstr ""
  140. #. type: Content of: <sect1><sect2><para>
  141. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/bash.xml:87
  142. msgid ""
  143. "Install the package and move the main executable to <filename "
  144. "class='directory'>/bin</filename>:"
  145. msgstr ""
  146. #. type: Content of: <sect1><sect2><screen>
  147. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/bash.xml:90
  148. #, no-wrap
  149. msgid ""
  150. "<userinput remap=\"install\">make install\n"
  151. "mv -vf /usr/bin/bash /bin</userinput>"
  152. msgstr ""
  153. #. type: Content of: <sect1><sect2><para>
  154. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/bash.xml:93
  155. msgid ""
  156. "Run the newly compiled <command>bash</command> program (replacing the one "
  157. "that is currently being executed):"
  158. msgstr ""
  159. #. type: Content of: <sect1><sect2><screen>
  160. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/bash.xml:96
  161. #, no-wrap
  162. msgid "<userinput>exec /bin/bash --login +h</userinput>"
  163. msgstr ""
  164. #. type: Content of: <sect1><sect2><note><para>
  165. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/bash.xml:99
  166. msgid ""
  167. "The parameters used make the <command>bash</command> process an interactive "
  168. "login shell and continues to disable hashing so that new programs are found "
  169. "as they become available."
  170. msgstr ""
  171. #. type: Content of: <sect1><sect2><title>
  172. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/bash.xml:107
  173. msgid "Contents of Bash"
  174. msgstr ""
  175. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  176. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/bash.xml:110
  177. msgid "Installed programs"
  178. msgstr ""
  179. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  180. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/bash.xml:111
  181. msgid "Installed directory"
  182. msgstr ""
  183. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  184. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/bash.xml:114
  185. msgid "bash, bashbug, and sh (link to bash)"
  186. msgstr ""
  187. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  188. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/bash.xml:115
  189. msgid "/usr/include/bash, /usr/lib/bash, and /usr/share/doc/bash-&bash-version;"
  190. msgstr ""
  191. #. type: Content of: <sect1><sect2><variablelist><bridgehead>
  192. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/bash.xml:121
  193. msgid "Short Descriptions"
  194. msgstr ""
  195. #. type: Content of: <sect1><sect2><variablelist>
  196. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/bash.xml:122
  197. msgid "<?dbfo list-presentation=\"list\"?> <?dbhtml list-presentation=\"table\"?>"
  198. msgstr ""
  199. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  200. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/bash.xml:126
  201. msgid "<command>bash</command>"
  202. msgstr ""
  203. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  204. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/bash.xml:128
  205. msgid ""
  206. "A widely-used command interpreter; it performs many types of expansions and "
  207. "substitutions on a given command line before executing it, thus making this "
  208. "interpreter a powerful tool"
  209. msgstr ""
  210. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  211. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/bash.xml:132
  212. msgid "bash"
  213. msgstr ""
  214. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  215. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/bash.xml:138
  216. msgid "<command>bashbug</command>"
  217. msgstr ""
  218. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  219. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/bash.xml:140
  220. msgid ""
  221. "A shell script to help the user compose and mail standard formatted bug "
  222. "reports concerning <command>bash</command>"
  223. msgstr ""
  224. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  225. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/bash.xml:143
  226. msgid "bashbug"
  227. msgstr ""
  228. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  229. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/bash.xml:149
  230. msgid "<command>sh</command>"
  231. msgstr ""
  232. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  233. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/bash.xml:151
  234. msgid ""
  235. "A symlink to the <command>bash</command> program; when invoked as "
  236. "<command>sh</command>, <command>bash</command> tries to mimic the startup "
  237. "behavior of historical versions of <command>sh</command> as closely as "
  238. "possible, while conforming to the POSIX standard as well"
  239. msgstr ""
  240. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  241. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/bash.xml:157
  242. msgid "sh"
  243. msgstr ""