acl.po 8.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255
  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/acl.xml:14
  20. #, no-wrap
  21. msgid "&acl-url;"
  22. msgstr ""
  23. #. type: Content of: <sect1><sect1info>
  24. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/acl.xml:12
  25. msgid ""
  26. "<productname>acl</productname> <productnumber>&acl-version;</productnumber> "
  27. "<placeholder type=\"address\" id=\"0\"/>"
  28. msgstr ""
  29. #. type: Content of: <sect1><title>
  30. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/acl.xml:17
  31. msgid "Acl-&acl-version;"
  32. msgstr ""
  33. #. type: Content of: <sect1><indexterm><primary>
  34. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/acl.xml:20
  35. msgid "Acl"
  36. msgstr ""
  37. #. type: Content of: <sect1><sect2><para>
  38. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/acl.xml:26
  39. msgid ""
  40. "The Acl package contains utilities to administer Access Control Lists, which "
  41. "are used to define more fine-grained discretionary access rights for files "
  42. "and directories."
  43. msgstr ""
  44. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  45. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/acl.xml:31
  46. msgid "&buildtime;"
  47. msgstr ""
  48. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  49. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/acl.xml:32
  50. msgid "&diskspace;"
  51. msgstr ""
  52. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  53. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/acl.xml:35
  54. msgid "&acl-fin-sbu;"
  55. msgstr ""
  56. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  57. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/acl.xml:36
  58. msgid "&acl-fin-du;"
  59. msgstr ""
  60. #. type: Content of: <sect1><sect2><title>
  61. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/acl.xml:43
  62. msgid "Installation of Acl"
  63. msgstr ""
  64. #. type: Content of: <sect1><sect2><para>
  65. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/acl.xml:45
  66. msgid "Prepare Acl for compilation:"
  67. msgstr ""
  68. #. type: Content of: <sect1><sect2><screen>
  69. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/acl.xml:47
  70. #, no-wrap
  71. msgid ""
  72. "<userinput remap=\"configure\">./configure --prefix=/usr \\\n"
  73. " --bindir=/bin \\\n"
  74. " --disable-static \\\n"
  75. " --libexecdir=/usr/lib \\\n"
  76. " --docdir=/usr/share/doc/acl-&acl-version;</userinput>"
  77. msgstr ""
  78. #. type: Content of: <sect1><sect2><screen>
  79. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/acl.xml:53
  80. #, no-wrap
  81. msgid ""
  82. "<userinput remap=\"configure\">\n"
  83. "./configure --prefix=/usr \\\n"
  84. " --disable-static \\\n"
  85. " --libexecdir=/usr/lib \\\n"
  86. " --docdir=/usr/share/doc/acl-&acl-version;</userinput>"
  87. msgstr ""
  88. #. type: Content of: <sect1><sect2><para>
  89. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/acl.xml:59
  90. msgid "Compile the package:"
  91. msgstr ""
  92. #. type: Content of: <sect1><sect2><screen>
  93. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/acl.xml:61
  94. #, no-wrap
  95. msgid "<userinput remap=\"make\">make</userinput>"
  96. msgstr ""
  97. #. type: Content of: <sect1><sect2><para>
  98. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/acl.xml:63
  99. msgid ""
  100. "The Acl tests need to be run on a filesystem that supports access controls "
  101. "after <application>Coreutils</application> has been built with the Acl "
  102. "libraries. If desired, return to this package and run <command>make "
  103. "check</command> after <application>Coreutils</application> has been built "
  104. "later in this chapter."
  105. msgstr ""
  106. #. type: Content of: <sect1><sect2><para>
  107. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/acl.xml:69
  108. msgid "Install the package:"
  109. msgstr ""
  110. #. type: Content of: <sect1><sect2><screen>
  111. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/acl.xml:71
  112. #, no-wrap
  113. msgid "<userinput remap=\"install\">make install</userinput>"
  114. msgstr ""
  115. #. type: Content of: <sect1><sect2><para>
  116. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/acl.xml:73
  117. msgid ""
  118. "The shared library needs to be moved to <filename "
  119. "class=\"directory\">/lib</filename>, and as a result the <filename "
  120. "class=\"extension\">.so</filename> file in <filename "
  121. "class=\"directory\">/usr/lib</filename> will need to be recreated:"
  122. msgstr ""
  123. #. type: Content of: <sect1><sect2><screen>
  124. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/acl.xml:78
  125. #, no-wrap
  126. msgid ""
  127. "<userinput remap=\"install\">mv -v /usr/lib/libacl.so.* /lib\n"
  128. "ln -sfv ../../lib/$(readlink /usr/lib/libacl.so) "
  129. "/usr/lib/libacl.so</userinput>"
  130. msgstr ""
  131. #. type: Content of: <sect1><sect2><title>
  132. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/acl.xml:84
  133. msgid "Contents of Acl"
  134. msgstr ""
  135. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  136. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/acl.xml:87
  137. msgid "Installed programs"
  138. msgstr ""
  139. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  140. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/acl.xml:88
  141. msgid "Installed library"
  142. msgstr ""
  143. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  144. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/acl.xml:89
  145. msgid "Installed directories"
  146. msgstr ""
  147. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  148. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/acl.xml:92
  149. msgid "chacl, getfacl, and setfacl"
  150. msgstr ""
  151. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  152. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/acl.xml:93
  153. msgid "libacl.so"
  154. msgstr ""
  155. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  156. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/acl.xml:94
  157. msgid "/usr/include/acl and /usr/share/doc/acl-&acl-version;"
  158. msgstr ""
  159. #. type: Content of: <sect1><sect2><variablelist><bridgehead>
  160. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/acl.xml:99
  161. msgid "Short Descriptions"
  162. msgstr ""
  163. #. type: Content of: <sect1><sect2><variablelist>
  164. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/acl.xml:100
  165. msgid "<?dbfo list-presentation=\"list\"?> <?dbhtml list-presentation=\"table\"?>"
  166. msgstr ""
  167. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  168. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/acl.xml:104
  169. msgid "<command>chacl</command>"
  170. msgstr ""
  171. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  172. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/acl.xml:106
  173. msgid "Changes the access control list of a file or directory"
  174. msgstr ""
  175. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  176. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/acl.xml:109
  177. msgid "chacl"
  178. msgstr ""
  179. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  180. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/acl.xml:115
  181. msgid "<command>getfacl</command>"
  182. msgstr ""
  183. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  184. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/acl.xml:117
  185. msgid "Gets file access control lists"
  186. msgstr ""
  187. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  188. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/acl.xml:119
  189. msgid "getfacl"
  190. msgstr ""
  191. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  192. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/acl.xml:125
  193. msgid "<command>setfacl</command>"
  194. msgstr ""
  195. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  196. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/acl.xml:127
  197. msgid "Sets file access control lists"
  198. msgstr ""
  199. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  200. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/acl.xml:129
  201. msgid "setfacl"
  202. msgstr ""
  203. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  204. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/acl.xml:135
  205. msgid "<filename class=\"libraryfile\">libacl</filename>"
  206. msgstr ""
  207. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  208. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/acl.xml:137
  209. msgid "Contains the library functions for manipulating Access Control Lists"
  210. msgstr ""
  211. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  212. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/acl.xml:139
  213. msgid "libacl"
  214. msgstr ""