attr.po 8.4 KB

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