eudev.po 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306
  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/eudev.xml:14
  20. #, no-wrap
  21. msgid "&eudev-url;"
  22. msgstr ""
  23. #. type: Content of: <sect1><sect1info>
  24. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/eudev.xml:12
  25. msgid ""
  26. "<productname>eudev</productname> "
  27. "<productnumber>&eudev-version;</productnumber> <placeholder type=\"address\" "
  28. "id=\"0\"/>"
  29. msgstr ""
  30. #. type: Content of: <sect1><title>
  31. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/eudev.xml:17
  32. msgid "Eudev-&eudev-version;"
  33. msgstr ""
  34. #. type: Content of: <sect1><sect2><indexterm><primary>
  35. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/eudev.xml:20
  36. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/eudev.xml:96
  37. msgid "Eudev"
  38. msgstr ""
  39. #. type: Content of: <sect1><sect2><para>
  40. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/eudev.xml:26
  41. msgid "The Eudev package contains programs for dynamic creation of device nodes."
  42. msgstr ""
  43. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  44. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/eudev.xml:30
  45. msgid "&buildtime;"
  46. msgstr ""
  47. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  48. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/eudev.xml:31
  49. msgid "&diskspace;"
  50. msgstr ""
  51. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  52. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/eudev.xml:34
  53. msgid "&eudev-fin-sbu;"
  54. msgstr ""
  55. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  56. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/eudev.xml:35
  57. msgid "&eudev-fin-du;"
  58. msgstr ""
  59. #. type: Content of: <sect1><sect2><title>
  60. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/eudev.xml:41
  61. msgid "Installation of Eudev"
  62. msgstr ""
  63. #. type: Content of: <sect1><sect2><para>
  64. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/eudev.xml:53
  65. msgid "Prepare Eudev for compilation:"
  66. msgstr ""
  67. #. type: Content of: <sect1><sect2><screen>
  68. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/eudev.xml:55
  69. #, no-wrap
  70. msgid ""
  71. "<userinput remap=\"configure\">./configure --prefix=/usr \\\n"
  72. " --bindir=/sbin \\\n"
  73. " --sbindir=/sbin \\\n"
  74. " --libdir=/usr/lib \\\n"
  75. " --sysconfdir=/etc \\\n"
  76. " --libexecdir=/lib \\\n"
  77. " --with-rootprefix= \\\n"
  78. " --with-rootlibdir=/lib \\\n"
  79. " --enable-manpages \\\n"
  80. " --disable-static</userinput>"
  81. msgstr ""
  82. #. type: Content of: <sect1><sect2><para>
  83. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/eudev.xml:66
  84. msgid "Compile the package:"
  85. msgstr ""
  86. #. type: Content of: <sect1><sect2><screen>
  87. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/eudev.xml:68
  88. #, no-wrap
  89. msgid "<userinput remap=\"make\">make</userinput>"
  90. msgstr ""
  91. #. type: Content of: <sect1><sect2><para>
  92. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/eudev.xml:70
  93. msgid ""
  94. "Create some directories now that are needed for tests, but will also be used "
  95. "as a part of installation:"
  96. msgstr ""
  97. #. type: Content of: <sect1><sect2><screen>
  98. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/eudev.xml:73
  99. #, no-wrap
  100. msgid ""
  101. "<userinput remap=\"test\">mkdir -pv /lib/udev/rules.d\n"
  102. "mkdir -pv /etc/udev/rules.d</userinput>"
  103. msgstr ""
  104. #. type: Content of: <sect1><sect2><para>
  105. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/eudev.xml:76
  106. msgid "To test the results, issue:"
  107. msgstr ""
  108. #. type: Content of: <sect1><sect2><screen>
  109. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/eudev.xml:78
  110. #, no-wrap
  111. msgid "<userinput remap=\"test\">make check</userinput>"
  112. msgstr ""
  113. #. type: Content of: <sect1><sect2><para>
  114. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/eudev.xml:80
  115. msgid "Install the package:"
  116. msgstr ""
  117. #. type: Content of: <sect1><sect2><screen>
  118. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/eudev.xml:82
  119. #, no-wrap
  120. msgid "<userinput remap=\"install\">make install</userinput>"
  121. msgstr ""
  122. #. type: Content of: <sect1><sect2><para>
  123. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/eudev.xml:84
  124. msgid "Install some custom rules and support files useful in an LFS environment:"
  125. msgstr ""
  126. #. type: Content of: <sect1><sect2><screen>
  127. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/eudev.xml:87
  128. #, no-wrap
  129. msgid ""
  130. "<userinput remap=\"install\">tar -xvf ../&udev-lfs-version;.tar.xz\n"
  131. "make -f &udev-lfs-version;/Makefile.lfs install</userinput>"
  132. msgstr ""
  133. #. type: Content of: <sect1><sect2><title>
  134. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/eudev.xml:93
  135. msgid "Configuring Eudev"
  136. msgstr ""
  137. #. type: Content of: <sect1><sect2><indexterm><secondary>
  138. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/eudev.xml:97
  139. msgid "configuring"
  140. msgstr ""
  141. #. type: Content of: <sect1><sect2><indexterm><primary>
  142. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/eudev.xml:101
  143. msgid "/etc/udev/hwdb.bin"
  144. msgstr ""
  145. #. type: Content of: <sect1><sect2><para>
  146. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/eudev.xml:104
  147. msgid ""
  148. "Information about hardware devices is maintained in the <filename "
  149. "class=\"directory\">/etc/udev/hwdb.d</filename> and <filename "
  150. "class=\"directory\">/lib/udev/hwdb.d</filename> directories. "
  151. "<application>Eudev</application> needs that information to be compiled into "
  152. "a binary database <filename>/etc/udev/hwdb.bin</filename>. Create the "
  153. "initial database:"
  154. msgstr ""
  155. #. type: Content of: <sect1><sect2><screen>
  156. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/eudev.xml:111
  157. #, no-wrap
  158. msgid "<userinput>udevadm hwdb --update</userinput>"
  159. msgstr ""
  160. #. type: Content of: <sect1><sect2><para>
  161. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/eudev.xml:113
  162. msgid "This command needs to be run each time the hardware information is updated."
  163. msgstr ""
  164. #. type: Content of: <sect1><sect2><title>
  165. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/eudev.xml:119
  166. msgid "Contents of Eudev"
  167. msgstr ""
  168. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  169. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/eudev.xml:122
  170. msgid "Installed programs"
  171. msgstr ""
  172. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  173. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/eudev.xml:123
  174. msgid "Installed libraries"
  175. msgstr ""
  176. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  177. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/eudev.xml:124
  178. msgid "Installed directories"
  179. msgstr ""
  180. #. These are in /lib/udev and not to be called by the user:
  181. #. accelerometer, ata_id, cdrom_id, collect, mtd_probe,
  182. #. scsi_id, v4l_id,
  183. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  184. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/eudev.xml:129
  185. msgid "udevadm and udevd"
  186. msgstr ""
  187. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  188. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/eudev.xml:131
  189. msgid "libudev.so"
  190. msgstr ""
  191. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  192. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/eudev.xml:133
  193. msgid "/etc/udev, /lib/udev, and /usr/share/doc/udev-&udev-lfs-version;"
  194. msgstr ""
  195. #. type: Content of: <sect1><sect2><variablelist><bridgehead>
  196. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/eudev.xml:138
  197. msgid "Short Descriptions"
  198. msgstr ""
  199. #. type: Content of: <sect1><sect2><variablelist>
  200. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/eudev.xml:139
  201. msgid "<?dbfo list-presentation=\"list\"?> <?dbhtml list-presentation=\"table\"?>"
  202. msgstr ""
  203. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  204. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/eudev.xml:142
  205. msgid "<command>udevadm</command>"
  206. msgstr ""
  207. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  208. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/eudev.xml:144
  209. msgid ""
  210. "Generic udev administration tool: controls the udevd daemon, provides info "
  211. "from the Udev database, monitors uevents, waits for uevents to finish, tests "
  212. "Udev configuration, and triggers uevents for a given device"
  213. msgstr ""
  214. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  215. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/eudev.xml:149
  216. msgid "udevadm"
  217. msgstr ""
  218. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  219. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/eudev.xml:155
  220. msgid "<command>udevd</command>"
  221. msgstr ""
  222. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  223. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/eudev.xml:157
  224. msgid ""
  225. "A daemon that listens for uevents on the netlink socket, creates devices and "
  226. "runs the configured external programs in response to these uevents"
  227. msgstr ""
  228. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  229. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/eudev.xml:161
  230. msgid "udevd"
  231. msgstr ""
  232. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  233. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/eudev.xml:167
  234. msgid "<filename class=\"libraryfile\">libudev</filename>"
  235. msgstr ""
  236. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  237. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/eudev.xml:169
  238. msgid "A library interface to udev device information"
  239. msgstr ""
  240. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  241. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/eudev.xml:171
  242. msgid "libudev"
  243. msgstr ""
  244. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  245. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/eudev.xml:177
  246. msgid "<filename class=\"directory\">/etc/udev</filename>"
  247. msgstr ""
  248. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  249. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/eudev.xml:179
  250. msgid ""
  251. "Contains Udev configuration files, device permissions, and rules for device "
  252. "naming"
  253. msgstr ""
  254. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  255. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/eudev.xml:182
  256. msgid "/etc/udev"
  257. msgstr ""