libcap.po 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275
  1. msgid ""
  2. msgstr ""
  3. "Project-Id-Version: PACKAGE VERSION\n"
  4. "POT-Creation-Date: 2020-06-17 12:44+0800\n"
  5. "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
  6. "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
  7. "Language-Team: LANGUAGE <LL@li.org>\n"
  8. "Language: zh_CN\n"
  9. "MIME-Version: 1.0\n"
  10. "Content-Type: text/plain; charset=UTF-8\n"
  11. "Content-Transfer-Encoding: 8bit\n"
  12. "X-Generator: Translate Toolkit 2.2.5\n"
  13. #. type: Content of: <sect1><sect1info><address>
  14. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/libcap.xml:14
  15. #, no-wrap
  16. msgid "&libcap-url;"
  17. msgstr "&libcap-url;"
  18. #. type: Content of: <sect1><sect1info>
  19. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/libcap.xml:12
  20. msgid ""
  21. "<productname>libcap</productname> <productnumber>&libcap-version;</"
  22. "productnumber> <placeholder type=\"address\" id=\"0\"/>"
  23. msgstr ""
  24. "<productname>libcap</productname> <productnumber>&libcap-version;</"
  25. "productnumber> <placeholder type=\"address\" id=\"0\"/>"
  26. #. type: Content of: <sect1><title>
  27. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/libcap.xml:17
  28. msgid "Libcap-&libcap-version;"
  29. msgstr "Libcap-&libcap-version;"
  30. #. type: Content of: <sect1><indexterm><primary>
  31. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/libcap.xml:20
  32. msgid "Libcap"
  33. msgstr "Libcap"
  34. #. type: Content of: <sect1><sect2><para>
  35. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/libcap.xml:26
  36. msgid ""
  37. "The Libcap package implements the user-space interfaces to the POSIX 1003.1e "
  38. "capabilities available in Linux kernels. These capabilities are a "
  39. "partitioning of the all powerful root privilege into a set of distinct "
  40. "privileges."
  41. msgstr ""
  42. "Libcap 软件包为 Linux 内核提供的 POSIX 1003.1e 权能字实现用户接口。这些权能字"
  43. "是 root 用户的最高特权分割成的一组不同权限。"
  44. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  45. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/libcap.xml:32
  46. msgid "&buildtime;"
  47. msgstr "&buildtime;"
  48. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  49. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/libcap.xml:33
  50. msgid "&diskspace;"
  51. msgstr "&diskspace;"
  52. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  53. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/libcap.xml:36
  54. msgid "&libcap-fin-sbu;"
  55. msgstr "&libcap-fin-sbu;"
  56. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  57. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/libcap.xml:37
  58. msgid "&libcap-fin-du;"
  59. msgstr "&libcap-fin-du;"
  60. #. type: Content of: <sect1><sect2><title>
  61. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/libcap.xml:44
  62. msgid "Installation of Libcap"
  63. msgstr "安装 Libcap"
  64. #. type: Content of: <sect1><sect2><para>
  65. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/libcap.xml:46
  66. #, fuzzy
  67. msgid "Prevent a static library from being installed:"
  68. msgstr "防止两个静态库的安装:"
  69. #. type: Content of: <sect1><sect2><screen>
  70. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/libcap.xml:48
  71. #, fuzzy, no-wrap
  72. msgid "<userinput remap=\"pre\">sed -i '/install.*STACAPLIBNAME/d' libcap/Makefile</userinput>"
  73. msgstr "<userinput remap=\"pre\">sed -i '/install.*STA...LIBNAME/d' libcap/Makefile</userinput>"
  74. #. type: Content of: <sect1><sect2><para>
  75. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/libcap.xml:50
  76. msgid "Compile the package:"
  77. msgstr "编译该软件包:"
  78. #. type: Content of: <sect1><sect2><screen>
  79. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/libcap.xml:52
  80. #, no-wrap
  81. msgid "<userinput remap=\"make\">make lib=lib</userinput>"
  82. msgstr "<userinput remap=\"make\">make lib=lib</userinput>"
  83. #. type: Content of: <sect1><sect2><variablelist><title>
  84. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/libcap.xml:55
  85. msgid "The meaning of the make option:"
  86. msgstr "make 命令选项的含义:"
  87. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  88. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/libcap.xml:58
  89. msgid "<parameter>lib=lib</parameter>"
  90. msgstr "<parameter>lib=lib</parameter>"
  91. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  92. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/libcap.xml:60
  93. msgid ""
  94. "This parameter sets the library directory to <filename>/lib</filename> "
  95. "rather than <filename>/lib64</filename> on x86_64. It has no effect on x86."
  96. msgstr ""
  97. "在 x86_64 上,该参数将库文件目录设定为 <filename>/lib</filename>,而不是 "
  98. "<filename>/lib64</filename>。它在 x86 上没有作用。"
  99. #. type: Content of: <sect1><sect2><para>
  100. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/libcap.xml:68
  101. msgid "To test the results, issue:"
  102. msgstr "运行以下命令以测试编译结果:"
  103. #. type: Content of: <sect1><sect2><screen>
  104. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/libcap.xml:70
  105. #, no-wrap
  106. msgid "<userinput remap=\"test\">make test</userinput>"
  107. msgstr "<userinput remap=\"test\">make test</userinput>"
  108. #. type: Content of: <sect1><sect2><para>
  109. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/libcap.xml:72
  110. #, fuzzy
  111. msgid "Install the package and do some cleanup:"
  112. msgstr "安装该软件包:"
  113. #. type: Content of: <sect1><sect2><screen>
  114. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/libcap.xml:74
  115. #, fuzzy, no-wrap
  116. msgid ""
  117. "<userinput remap=\"install\">make lib=lib PKGCONFIGDIR=/usr/lib/pkgconfig install\n"
  118. "chmod -v 755 /lib/libcap.so.&libcap-version;\n"
  119. "mv -v /lib/libpsx.a /usr/lib\n"
  120. "rm -v /lib/libcap.so\n"
  121. "ln -sfv ../../lib/libcap.so.2 /usr/lib/libcap.so</userinput>"
  122. msgstr ""
  123. "<userinput remap=\"install\">make lib=lib install\n"
  124. "chmod -v 755 /lib/libcap.so.&libcap-version;</userinput>"
  125. #. type: Content of: <sect1><sect2><title>
  126. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/libcap.xml:83
  127. msgid "Contents of Libcap"
  128. msgstr "Libcap 的内容"
  129. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  130. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/libcap.xml:86
  131. msgid "Installed programs"
  132. msgstr "安装的程序"
  133. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  134. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/libcap.xml:87
  135. msgid "Installed library"
  136. msgstr "安装的库"
  137. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  138. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/libcap.xml:90
  139. msgid "capsh, getcap, getpcaps, and setcap"
  140. msgstr "capsh, getcap, getpcaps, 以及 setcap"
  141. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  142. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/libcap.xml:91
  143. msgid "libcap.so and libpsx.a"
  144. msgstr "libcap.so 和 libpsx.a"
  145. #. type: Content of: <sect1><sect2><variablelist><bridgehead>
  146. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/libcap.xml:96
  147. msgid "Short Descriptions"
  148. msgstr "简要描述"
  149. #. type: Content of: <sect1><sect2><variablelist>
  150. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/libcap.xml:97
  151. msgid ""
  152. "<?dbfo list-presentation=\"list\"?> <?dbhtml list-presentation=\"table\"?>"
  153. msgstr ""
  154. "<?dbfo list-presentation=\"list\"?> <?dbhtml list-presentation=\"table\"?>"
  155. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  156. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/libcap.xml:101
  157. msgid "<command>capsh</command>"
  158. msgstr "<command>capsh</command>"
  159. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  160. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/libcap.xml:103
  161. msgid "A shell wrapper to explore and constrain capability support"
  162. msgstr "一个用于演示和限制 Linux 权能字的 shell 封装器"
  163. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  164. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/libcap.xml:105
  165. msgid "capsh"
  166. msgstr "capsh"
  167. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  168. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/libcap.xml:111
  169. msgid "<command>getcap</command>"
  170. msgstr "<command>getcap</command>"
  171. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  172. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/libcap.xml:113
  173. msgid "Examines file capabilities"
  174. msgstr "检验文件权能字"
  175. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  176. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/libcap.xml:115
  177. msgid "getcap"
  178. msgstr "getcap"
  179. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  180. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/libcap.xml:121
  181. msgid "<command>getpcaps</command>"
  182. msgstr "<command>getpcaps</command>"
  183. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  184. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/libcap.xml:123
  185. msgid "Displays the capabilities on the queried process(es)"
  186. msgstr "查询进程的权能字"
  187. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  188. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/libcap.xml:125
  189. msgid "getpcaps"
  190. msgstr "getpcaps"
  191. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  192. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/libcap.xml:131
  193. msgid "<command>setcap</command>"
  194. msgstr "<command>setcap</command>"
  195. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  196. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/libcap.xml:133
  197. msgid "Sets file capabilities"
  198. msgstr "设定文件权能字"
  199. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  200. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/libcap.xml:135
  201. msgid "setcap"
  202. msgstr "setcap"
  203. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  204. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/libcap.xml:141
  205. msgid "<filename class=\"libraryfile\">libcap</filename>"
  206. msgstr "<filename class=\"libraryfile\">libcap</filename>"
  207. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  208. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/libcap.xml:143
  209. msgid ""
  210. "Contains the library functions for manipulating POSIX 1003.1e capabilities"
  211. msgstr "包含操作 POSIX 1003.1e 权能字的库函数"
  212. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  213. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/libcap.xml:146
  214. msgid "libcap"
  215. msgstr "libcap"
  216. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  217. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/libcap.xml:152
  218. msgid "<filename class=\"libraryfile\">libpsx</filename>"
  219. msgstr "<filename class=\"libraryfile\">libpsx</filename>"
  220. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  221. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/libcap.xml:154
  222. msgid ""
  223. "Contains functions to support POSIX semantics for syscalls associated with "
  224. "the pthread library"
  225. msgstr "包含为 pthread 库相关的系统调用提供 POSIX 语义的函数"
  226. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  227. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/libcap.xml:157
  228. msgid "libpsx"
  229. msgstr "libpsx"