findutils.po 9.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267
  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/findutils.xml:14
  20. #, no-wrap
  21. msgid "&findutils-url;"
  22. msgstr ""
  23. #. type: Content of: <sect1><sect1info>
  24. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/findutils.xml:12
  25. msgid ""
  26. "<productname>findutils</productname> "
  27. "<productnumber>&findutils-version;</productnumber> <placeholder "
  28. "type=\"address\" id=\"0\"/>"
  29. msgstr ""
  30. #. type: Content of: <sect1><title>
  31. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/findutils.xml:17
  32. msgid "Findutils-&findutils-version;"
  33. msgstr ""
  34. #. type: Content of: <sect1><indexterm><primary>
  35. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/findutils.xml:20
  36. msgid "Findutils"
  37. msgstr ""
  38. #. type: Content of: <sect1><sect2><para>
  39. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/findutils.xml:26
  40. msgid ""
  41. "The Findutils package contains programs to find files. These programs are "
  42. "provided to recursively search through a directory tree and to create, "
  43. "maintain, and search a database (often faster than the recursive find, but "
  44. "is unreliable if the database has not been recently updated)."
  45. msgstr ""
  46. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  47. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/findutils.xml:32
  48. msgid "&buildtime;"
  49. msgstr ""
  50. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  51. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/findutils.xml:33
  52. msgid "&diskspace;"
  53. msgstr ""
  54. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  55. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/findutils.xml:36
  56. msgid "&findutils-fin-sbu;"
  57. msgstr ""
  58. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  59. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/findutils.xml:37
  60. msgid "&findutils-fin-du;"
  61. msgstr ""
  62. #. type: Content of: <sect1><sect2><title>
  63. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/findutils.xml:44
  64. msgid "Installation of Findutils"
  65. msgstr ""
  66. #. type: Content of: <sect1><sect2><para>
  67. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/findutils.xml:46
  68. msgid "Prepare Findutils for compilation:"
  69. msgstr ""
  70. #. type: Content of: <sect1><sect2><screen>
  71. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/findutils.xml:48
  72. #, no-wrap
  73. msgid ""
  74. "<userinput remap=\"configure\">./configure --prefix=/usr "
  75. "--localstatedir=/var/lib/locate</userinput>"
  76. msgstr ""
  77. #. type: Content of: <sect1><sect2><variablelist><title>
  78. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/findutils.xml:51
  79. msgid "The meaning of the configure options:"
  80. msgstr ""
  81. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  82. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/findutils.xml:54
  83. msgid "<parameter>--localstatedir</parameter>"
  84. msgstr ""
  85. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  86. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/findutils.xml:56
  87. msgid ""
  88. "This option changes the location of the <command>locate</command> database "
  89. "to be in <filename class=\"directory\">/var/lib/locate</filename>, which is "
  90. "FHS-compliant."
  91. msgstr ""
  92. #. type: Content of: <sect1><sect2><para>
  93. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/findutils.xml:64
  94. msgid "Compile the package:"
  95. msgstr ""
  96. #. type: Content of: <sect1><sect2><screen>
  97. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/findutils.xml:66
  98. #, no-wrap
  99. msgid "<userinput remap=\"make\">make</userinput>"
  100. msgstr ""
  101. #. type: Content of: <sect1><sect2><para>
  102. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/findutils.xml:68
  103. msgid "To test the results, issue:"
  104. msgstr ""
  105. #. type: Content of: <sect1><sect2><screen>
  106. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/findutils.xml:70
  107. #, no-wrap
  108. msgid ""
  109. "<userinput remap=\"test\">chown -Rv tester .\n"
  110. "su tester -c \"PATH=$PATH make check\"</userinput>"
  111. msgstr ""
  112. #. type: Content of: <sect1><sect2><para>
  113. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/findutils.xml:73
  114. msgid "Install the package:"
  115. msgstr ""
  116. #. type: Content of: <sect1><sect2><screen>
  117. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/findutils.xml:75
  118. #, no-wrap
  119. msgid "<userinput remap=\"install\">make install</userinput>"
  120. msgstr ""
  121. #. type: Content of: <sect1><sect2><para>
  122. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/findutils.xml:77
  123. msgid ""
  124. "Some of the scripts in the LFS-Bootscripts package depend on "
  125. "<command>find</command>. As <filename class=\"directory\">/usr</filename> "
  126. "may not be available during the early stages of booting, this program needs "
  127. "to be on the root partition. The <command>updatedb</command> script also "
  128. "needs to be modified to correct an explicit path:"
  129. msgstr ""
  130. #. type: Content of: <sect1><sect2><para>
  131. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/findutils.xml:84
  132. msgid ""
  133. "Some packages in BLFS and beyond expect the <command>find</command> program "
  134. "in <filename class=\"directory\">/bin</filename>, so make sure it's placed "
  135. "there:"
  136. msgstr ""
  137. #. type: Content of: <sect1><sect2><screen>
  138. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/findutils.xml:88
  139. #, no-wrap
  140. msgid ""
  141. "<userinput remap=\"install\">mv -v /usr/bin/find /bin\n"
  142. "sed -i 's|find:=${BINDIR}|find:=/bin|' /usr/bin/updatedb</userinput>"
  143. msgstr ""
  144. #. type: Content of: <sect1><sect2><title>
  145. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/findutils.xml:94
  146. msgid "Contents of Findutils"
  147. msgstr ""
  148. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  149. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/findutils.xml:97
  150. msgid "Installed programs"
  151. msgstr ""
  152. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  153. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/findutils.xml:98
  154. msgid "Installed directory"
  155. msgstr ""
  156. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  157. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/findutils.xml:101
  158. msgid "find, locate, updatedb, and xargs"
  159. msgstr ""
  160. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  161. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/findutils.xml:102
  162. msgid "/var/lib/locate"
  163. msgstr ""
  164. #. type: Content of: <sect1><sect2><variablelist><bridgehead>
  165. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/findutils.xml:108
  166. msgid "Short Descriptions"
  167. msgstr ""
  168. #. type: Content of: <sect1><sect2><variablelist>
  169. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/findutils.xml:109
  170. msgid "<?dbfo list-presentation=\"list\"?> <?dbhtml list-presentation=\"table\"?>"
  171. msgstr ""
  172. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  173. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/findutils.xml:113
  174. msgid "<command>find</command>"
  175. msgstr ""
  176. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  177. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/findutils.xml:115
  178. msgid "Searches given directory trees for files matching the specified criteria"
  179. msgstr ""
  180. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  181. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/findutils.xml:118
  182. msgid "find"
  183. msgstr ""
  184. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  185. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/findutils.xml:124
  186. msgid "<command>locate</command>"
  187. msgstr ""
  188. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  189. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/findutils.xml:126
  190. msgid ""
  191. "Searches through a database of file names and reports the names that contain "
  192. "a given string or match a given pattern"
  193. msgstr ""
  194. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  195. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/findutils.xml:129
  196. msgid "locate"
  197. msgstr ""
  198. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  199. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/findutils.xml:135
  200. msgid "<command>updatedb</command>"
  201. msgstr ""
  202. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  203. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/findutils.xml:137
  204. msgid ""
  205. "Updates the <command>locate</command> database; it scans the entire file "
  206. "system (including other file systems that are currently mounted, unless told "
  207. "not to) and puts every file name it finds into the database"
  208. msgstr ""
  209. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  210. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/findutils.xml:142
  211. msgid "updatedb"
  212. msgstr ""
  213. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  214. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/findutils.xml:148
  215. msgid "<command>xargs</command>"
  216. msgstr ""
  217. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  218. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/findutils.xml:150
  219. msgid "Can be used to apply a given command to a list of files"
  220. msgstr ""
  221. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  222. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/findutils.xml:152
  223. msgid "xargs"
  224. msgstr ""