readline.po 9.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269
  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/readline.xml:14
  20. #, no-wrap
  21. msgid "&readline-url;"
  22. msgstr ""
  23. #. type: Content of: <sect1><sect1info>
  24. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/readline.xml:12
  25. msgid ""
  26. "<productname>readline</productname> "
  27. "<productnumber>&readline-version;</productnumber> <placeholder "
  28. "type=\"address\" id=\"0\"/>"
  29. msgstr ""
  30. #. type: Content of: <sect1><title>
  31. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/readline.xml:17
  32. msgid "Readline-&readline-version;"
  33. msgstr ""
  34. #. type: Content of: <sect1><indexterm><primary>
  35. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/readline.xml:20
  36. msgid "Readline"
  37. msgstr ""
  38. #. type: Content of: <sect1><sect2><para>
  39. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/readline.xml:26
  40. msgid ""
  41. "The Readline package is a set of libraries that offers command-line editing "
  42. "and history capabilities."
  43. msgstr ""
  44. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  45. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/readline.xml:30
  46. msgid "&buildtime;"
  47. msgstr ""
  48. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  49. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/readline.xml:31
  50. msgid "&diskspace;"
  51. msgstr ""
  52. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  53. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/readline.xml:34
  54. msgid "&readline-fin-sbu;"
  55. msgstr ""
  56. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  57. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/readline.xml:35
  58. msgid "&readline-fin-du;"
  59. msgstr ""
  60. #. type: Content of: <sect1><sect2><title>
  61. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/readline.xml:42
  62. msgid "Installation of Readline"
  63. msgstr ""
  64. #. type: Content of: <sect1><sect2><para>
  65. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/readline.xml:44
  66. msgid ""
  67. "Reinstalling Readline will cause the old libraries to be moved to "
  68. "&lt;libraryname&gt;.old. While this is normally not a problem, in some cases "
  69. "it can trigger a linking bug in <command>ldconfig</command>. This can be "
  70. "avoided by issuing the following two seds:"
  71. msgstr ""
  72. #. type: Content of: <sect1><sect2><screen>
  73. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/readline.xml:49
  74. #, no-wrap
  75. msgid ""
  76. "<userinput remap=\"pre\">sed -i '/MV.*old/d' Makefile.in\n"
  77. "sed -i '/{OLDSUFF}/c:' support/shlib-install</userinput>"
  78. msgstr ""
  79. #. type: Content of: <sect1><sect2><para>
  80. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/readline.xml:52
  81. msgid "Prepare Readline for compilation:"
  82. msgstr ""
  83. #. type: Content of: <sect1><sect2><screen>
  84. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/readline.xml:54
  85. #, no-wrap
  86. msgid ""
  87. "<userinput remap=\"configure\">./configure --prefix=/usr \\\n"
  88. " --disable-static \\\n"
  89. " --with-curses \\\n"
  90. " --docdir=/usr/share/doc/readline-&readline-version;</userinput>"
  91. msgstr ""
  92. #. type: Content of: <sect1><sect2><variablelist><title>
  93. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/readline.xml:60
  94. msgid "The meaning of the configure option:"
  95. msgstr ""
  96. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  97. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/readline.xml:63
  98. msgid "<parameter>--with-curses\"</parameter>"
  99. msgstr ""
  100. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  101. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/readline.xml:65
  102. msgid ""
  103. "This option tells Readline that it can find the termcap library functions in "
  104. "the curses library, rather than a separate termcap library. It allows "
  105. "generating a correct <filename>readline.pc</filename> file."
  106. msgstr ""
  107. #. type: Content of: <sect1><sect2><para>
  108. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/readline.xml:74
  109. msgid "Compile the package:"
  110. msgstr ""
  111. #. type: Content of: <sect1><sect2><screen>
  112. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/readline.xml:76
  113. #, no-wrap
  114. msgid "<userinput remap=\"make\">make SHLIB_LIBS=\"-lncursesw\"</userinput>"
  115. msgstr ""
  116. #. type: Content of: <sect1><sect2><variablelist><title>
  117. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/readline.xml:79
  118. msgid "The meaning of the make option:"
  119. msgstr ""
  120. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  121. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/readline.xml:82
  122. msgid "<parameter>SHLIB_LIBS=\"-lncursesw\"</parameter>"
  123. msgstr ""
  124. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  125. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/readline.xml:84
  126. msgid ""
  127. "This option forces Readline to link against the <filename "
  128. "class=\"libraryfile\">libncursesw</filename> library."
  129. msgstr ""
  130. #. type: Content of: <sect1><sect2><para>
  131. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/readline.xml:91
  132. msgid "This package does not come with a test suite."
  133. msgstr ""
  134. #. type: Content of: <sect1><sect2><para>
  135. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/readline.xml:93
  136. msgid "Install the package:"
  137. msgstr ""
  138. #. type: Content of: <sect1><sect2><screen>
  139. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/readline.xml:95
  140. #, no-wrap
  141. msgid ""
  142. "<userinput remap=\"install\">make SHLIB_LIBS=\"-lncursesw\" "
  143. "install</userinput>"
  144. msgstr ""
  145. #. type: Content of: <sect1><sect2><para>
  146. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/readline.xml:97
  147. msgid ""
  148. "Now move the dynamic libraries to a more appropriate location and fix up "
  149. "some permissions and symbolic links:"
  150. msgstr ""
  151. #. type: Content of: <sect1><sect2><screen>
  152. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/readline.xml:100
  153. #, no-wrap
  154. msgid ""
  155. "<userinput remap=\"install\">mv -v /usr/lib/lib{readline,history}.so.* "
  156. "/lib\n"
  157. "chmod -v u+w /lib/lib{readline,history}.so.*\n"
  158. "ln -sfv ../../lib/$(readlink /usr/lib/libreadline.so) "
  159. "/usr/lib/libreadline.so\n"
  160. "ln -sfv ../../lib/$(readlink /usr/lib/libhistory.so ) "
  161. "/usr/lib/libhistory.so</userinput>"
  162. msgstr ""
  163. #. type: Content of: <sect1><sect2><para>
  164. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/readline.xml:105
  165. msgid "If desired, install the documentation:"
  166. msgstr ""
  167. #. type: Content of: <sect1><sect2><screen>
  168. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/readline.xml:107
  169. #, no-wrap
  170. msgid ""
  171. "<userinput remap=\"install\">install -v -m644 doc/*.{ps,pdf,html,dvi} "
  172. "/usr/share/doc/readline-&readline-version;</userinput>"
  173. msgstr ""
  174. #. type: Content of: <sect1><sect2><title>
  175. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/readline.xml:112
  176. msgid "Contents of Readline"
  177. msgstr ""
  178. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  179. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/readline.xml:115
  180. msgid "Installed libraries"
  181. msgstr ""
  182. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  183. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/readline.xml:116
  184. msgid "Installed directories"
  185. msgstr ""
  186. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  187. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/readline.xml:119
  188. msgid "libhistory.so and libreadline.so"
  189. msgstr ""
  190. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  191. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/readline.xml:120
  192. msgid "/usr/include/readline and /usr/share/doc/readline-&readline-version;"
  193. msgstr ""
  194. #. type: Content of: <sect1><sect2><variablelist><bridgehead>
  195. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/readline.xml:126
  196. msgid "Short Descriptions"
  197. msgstr ""
  198. #. type: Content of: <sect1><sect2><variablelist>
  199. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/readline.xml:127
  200. msgid "<?dbfo list-presentation=\"list\"?> <?dbhtml list-presentation=\"table\"?>"
  201. msgstr ""
  202. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  203. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/readline.xml:131
  204. msgid "<filename class=\"libraryfile\">libhistory</filename>"
  205. msgstr ""
  206. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  207. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/readline.xml:133
  208. msgid "Provides a consistent user interface for recalling lines of history"
  209. msgstr ""
  210. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  211. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/readline.xml:136
  212. msgid "libhistory"
  213. msgstr ""
  214. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  215. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/readline.xml:142
  216. msgid "<filename class=\"libraryfile\">libreadline</filename>"
  217. msgstr ""
  218. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  219. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/readline.xml:144
  220. msgid ""
  221. "Provides a set of commands for manipulating text entered in an interactive "
  222. "session of a program."
  223. msgstr ""
  224. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  225. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/readline.xml:147
  226. msgid "libreadline"
  227. msgstr ""