openssl.po 9.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270
  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/openssl.xml:14
  20. #, no-wrap
  21. msgid "&openssl-url;"
  22. msgstr ""
  23. #. type: Content of: <sect1><sect1info>
  24. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/openssl.xml:12
  25. msgid ""
  26. "<productname>openssl</productname> "
  27. "<productnumber>&openssl-version;</productnumber> <placeholder "
  28. "type=\"address\" id=\"0\"/>"
  29. msgstr ""
  30. #. type: Content of: <sect1><title>
  31. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/openssl.xml:17
  32. msgid "OpenSSL-&openssl-version;"
  33. msgstr ""
  34. #. type: Content of: <sect1><indexterm><primary>
  35. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/openssl.xml:20
  36. msgid "OpenSSL"
  37. msgstr ""
  38. #. type: Content of: <sect1><sect2><para>
  39. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/openssl.xml:26
  40. msgid ""
  41. "The OpenSSL package contains management tools and libraries relating to "
  42. "cryptography. These are useful for providing cryptographic functions to "
  43. "other packages, such as OpenSSH, email applications, and web browsers (for "
  44. "accessing HTTPS sites)."
  45. msgstr ""
  46. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  47. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/openssl.xml:32
  48. msgid "&buildtime;"
  49. msgstr ""
  50. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  51. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/openssl.xml:33
  52. msgid "&diskspace;"
  53. msgstr ""
  54. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  55. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/openssl.xml:36
  56. msgid "&openssl-fin-sbu;"
  57. msgstr ""
  58. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  59. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/openssl.xml:37
  60. msgid "&openssl-fin-du;"
  61. msgstr ""
  62. #. type: Content of: <sect1><sect2><title>
  63. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/openssl.xml:44
  64. msgid "Installation of OpenSSL"
  65. msgstr ""
  66. #. type: Content of: <sect1><sect2><para>
  67. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/openssl.xml:46
  68. msgid "Prepare OpenSSL for compilation:"
  69. msgstr ""
  70. #. type: Content of: <sect1><sect2><screen>
  71. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/openssl.xml:48
  72. #, no-wrap
  73. msgid ""
  74. "<userinput remap=\"configure\">./config --prefix=/usr \\\n"
  75. " --openssldir=/etc/ssl \\\n"
  76. " --libdir=lib \\\n"
  77. " shared \\\n"
  78. " zlib-dynamic</userinput>"
  79. msgstr ""
  80. #. type: Content of: <sect1><sect2><para>
  81. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/openssl.xml:54
  82. msgid "Compile the package:"
  83. msgstr ""
  84. #. type: Content of: <sect1><sect2><screen>
  85. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/openssl.xml:56
  86. #, no-wrap
  87. msgid "<userinput remap=\"make\">make</userinput>"
  88. msgstr ""
  89. #. type: Content of: <sect1><sect2><para>
  90. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/openssl.xml:58
  91. msgid "To test the results, issue:"
  92. msgstr ""
  93. #. type: Content of: <sect1><sect2><screen>
  94. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/openssl.xml:60
  95. #, no-wrap
  96. msgid "<userinput remap=\"test\">make test</userinput>"
  97. msgstr ""
  98. #. type: Content of: <sect1><sect2><para>
  99. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/openssl.xml:62
  100. msgid ""
  101. "One test 30-test_afalg.t is known to fail on some kernel configurations (it "
  102. "apparently assumes certain unspecified crypto options have been selected)."
  103. msgstr ""
  104. #. type: Content of: <sect1><sect2><para>
  105. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/openssl.xml:66
  106. msgid "Install the package:"
  107. msgstr ""
  108. #. type: Content of: <sect1><sect2><screen>
  109. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/openssl.xml:68
  110. #, no-wrap
  111. msgid ""
  112. "<userinput remap=\"install\">sed -i '/INSTALL_LIBS/s/libcrypto.a libssl.a//' "
  113. "Makefile\n"
  114. "make MANSUFFIX=ssl install</userinput>"
  115. msgstr ""
  116. #. type: Content of: <sect1><sect2><para>
  117. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/openssl.xml:71
  118. msgid "If desired, install the documentation:"
  119. msgstr ""
  120. #. type: Content of: <sect1><sect2><screen>
  121. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/openssl.xml:73
  122. #, no-wrap
  123. msgid ""
  124. "<userinput remap=\"install\">mv -v /usr/share/doc/openssl "
  125. "/usr/share/doc/openssl-&openssl-version;\n"
  126. "cp -vfr doc/* /usr/share/doc/openssl-&openssl-version;</userinput>"
  127. msgstr ""
  128. #. type: Content of: <sect1><sect2><title>
  129. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/openssl.xml:79
  130. msgid "Contents of OpenSSL"
  131. msgstr ""
  132. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  133. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/openssl.xml:82
  134. msgid "Installed programs"
  135. msgstr ""
  136. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  137. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/openssl.xml:83
  138. msgid "Installed libraries"
  139. msgstr ""
  140. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  141. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/openssl.xml:84
  142. msgid "Installed directories"
  143. msgstr ""
  144. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  145. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/openssl.xml:88
  146. msgid "c_rehash and openssl"
  147. msgstr ""
  148. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  149. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/openssl.xml:91
  150. msgid "libcrypto.{so,a} and libssl.{so,a}"
  151. msgstr ""
  152. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  153. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/openssl.xml:94
  154. msgid ""
  155. "/etc/ssl, /usr/include/openssl, /usr/lib/engines and "
  156. "/usr/share/doc/openssl-&openssl-version;"
  157. msgstr ""
  158. #. type: Content of: <sect1><sect2><variablelist><bridgehead>
  159. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/openssl.xml:103
  160. msgid "Short Descriptions"
  161. msgstr ""
  162. #. type: Content of: <sect1><sect2><variablelist>
  163. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/openssl.xml:104
  164. msgid "<?dbfo list-presentation=\"list\"?> <?dbhtml list-presentation=\"table\"?>"
  165. msgstr ""
  166. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  167. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/openssl.xml:108
  168. msgid "<command>c_rehash</command>"
  169. msgstr ""
  170. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  171. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/openssl.xml:111
  172. msgid ""
  173. "is a <application>Perl</application> script that scans all files in a "
  174. "directory and adds symbolic links to their hash values."
  175. msgstr ""
  176. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  177. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/openssl.xml:115
  178. msgid "c_rehash"
  179. msgstr ""
  180. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  181. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/openssl.xml:121
  182. msgid "<command>openssl</command>"
  183. msgstr ""
  184. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  185. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/openssl.xml:124
  186. msgid ""
  187. "is a command-line tool for using the various cryptography functions of "
  188. "<application>OpenSSL</application>'s crypto library from the shell. It can "
  189. "be used for various functions which are documented in <command>man 1 "
  190. "openssl</command>."
  191. msgstr ""
  192. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  193. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/openssl.xml:130
  194. msgid "openssl"
  195. msgstr ""
  196. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  197. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/openssl.xml:136
  198. msgid "<filename class=\"libraryfile\">libcrypto.so</filename>"
  199. msgstr ""
  200. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  201. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/openssl.xml:139
  202. msgid ""
  203. "implements a wide range of cryptographic algorithms used in various Internet "
  204. "standards. The services provided by this library are used by the "
  205. "<application>OpenSSL</application> implementations of SSL, TLS and S/MIME, "
  206. "and they have also been used to implement "
  207. "<application>OpenSSH</application>, <application>OpenPGP</application>, and "
  208. "other cryptographic standards."
  209. msgstr ""
  210. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  211. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/openssl.xml:148
  212. msgid "libcrypto.so"
  213. msgstr ""
  214. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  215. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/openssl.xml:154
  216. msgid "<filename class=\"libraryfile\">libssl.so</filename>"
  217. msgstr ""
  218. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  219. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/openssl.xml:157
  220. msgid ""
  221. "implements the Transport Layer Security (TLS v1) protocol. It provides a "
  222. "rich API, documentation on which can be found by running <command>man 3 "
  223. "ssl</command>."
  224. msgstr ""
  225. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  226. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/openssl.xml:162
  227. msgid "libssl.so"
  228. msgstr ""